text
stringlengths
300
4.67k
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: related issue_no response_ googling result chatgpt result your question herein macos, .scriptssubmit.sh could not work well.this is because macos comes with an outdated version bash. .xwhen you look inside of the shell script, you can find a brace expansion.for i in .. dobrace expansion is designed to treat the numbers with leading zeros as separate values, maintaining the leading zeros in the generated list. however, this feature only works on bash. therefore, if your bash is not updated yet, submit.sh will not work... with this error.### Reply: thank you for sharing your tips! but we highly recommend everyone to use the provided development server to avoid further issues
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: maybe we can use iserviceprovider to organize better code, and possible easy testing this code?### Reply: tldri think read data needs to be directly on class and nest the write data.the mnemonic provider is the same as the user id or value.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: i asked chatgpt about this and here was one suggestion that might be worth a trysolution dynamic library versioninga more robust and complex solution is to address the versioning problem at the root. software should ideally be linked against a compatibility version of a dynamic library, not a specific version. this version indicates the minimum version of the library that the software requires and allows it to use that version or any newer one.this is usually controlled by linker options when building the software, such as compatibility_version and current_version in gcc. it might require modifications to the build scripts of the software to ensure these### Reply: thanks, but thats not helpful at all. for one, we are never linking with any of the libicu libraries directly a bottled boost library that we are linking with is dependent on them either boostregex, booststacktrace, or boostmath. it would be helpful if you could figure out which one is the culprit.alternatively, it would be helpful to find out which symbols in those libraries are used by mbinary and maybe try to remove that from our code if possible.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: training session with gpt### Reply: didnt know there was a nostrdb repo got it.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: bzg hjonin i explained the problem to gpt and gave it the code.db writes are now .s instead of s.### Reply: many thanks garronej !
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: related issue_no response_ googling result chatgpt result your question herefrom the current test, it seems as_vec should return the values in the linked list, as well as keep it in the linked list, because each time pair_map is applied to the previous linked list.if then, i think this test should also be valid.rstestfn test_vec_v let mut list singlylinkedlistnewlist.push_backv creationassert_eq!list.as_vec, vec!v assert assert_eq!list.as_vec, vec!### Reply: thanks for reporting this issue.your observation is correct, that there is no valid solution under the current skeleton code.we will revise our skeleton code and test cases for assignment asap and announce it.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: heres some information about generating linux install packages for go projects collated by chatgpt tldr use fpm or nfpmtakeaway im leaning toward nfpm ref link because it appears to be more evolved and simpler. if our needs become more complex and outgrow it then we can switch to fpm.### Reply: expanded chat history, prompting for user management, install scripts, and systemd unit file inclusion
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: expanded chat history, prompting for user management, install scripts, and systemd unit file inclusion ### Reply: there are a couple of similar gh actions that we could use. ill record the reasoning for my choice here. both actions have equivalent inputs.i didnt choose because it relies on a container image maintained externally by the author which was last updated years past. is my choice because it fetches the configured nfpm release directly from upstream and is otherwise selfcontained.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: related issue_no response_ googling result chatgpt result your question heremarkdownfirst of all, excuse me for asking a question that might seem so trivial. i dont have any git experience, and i need some help.my question is about very basic thing how do i run a rust code in an assignement folder of cs directory? should i build a new cargo project for every assignment, or is there more simple way to run the codes in a specific assignment folder?im struggling because in python, i was able to just run a .py file right away. but i know that in rust, i### Reply: for assignment , you can test your code by using .scriptsgrade.sh .
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: a chat with chatgpt helped resolved this, sharing here for reference.### Reply: to install a c compiler on windows , follow these steps install visual studio . make sure the following components are selected universal windows platform development c cmake tools for windows. had the same problem, followed this advice. i have a win, conda.. heres a screen shot from my vs installer
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: generate_series is a sqlite extension. afaik sql.js doesnt support loading extensions at runtime, it requires to build sql.js see do we want to do this and refer to our custom build using github aliases likejsondependencies sql.js dumpusappsql.jsid prefer using something else to generate the series or either doing it outside of sqlite but let me know androz ### Reply: definitely, yes
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: ok will review, what branch?yep use annotate, see ### Reply: main updates. i got it! but it doesnt dynamically work for each post.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: likely the best thing to do is to use collections.unmodifiablemap instead of implement your own immutable class### Reply: weve investigated that and the main problem was that when copying an unmodifiablemap during a .map for example, the return type is again modifiable. this custom class made sure that it always returns immutable maps.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: pyimport mathdef cosine_annealing_lrlr, step_count, t_max, eta_min.lr eta_min lr eta_min math.cosmath.pi step_count t_max math.cosmath.pi step_count t_maxreturn lrlr .step_count .t_max .eta_min .assert math.isclose., cosine_annealing_lrlr, step_count, t_max, eta_minrsuse stdfconstsp### Reply: the next step is to implement the interface or trait?
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: the code is in the render logic in buswire. you need to understand the way that segments in a wire are representedunfortunately i cannot find good documentation of the wire datatype. im sure we used to have it.ive just added some info toit is now just adequate.### Reply: i believe the issue is that when the intersectorjumplist is created, because the two wires overlap it generates the intersection at the beginning of the wire instead of where they branch. ive implemented a temporary fix using an if statement for when the intersect offset is at the start of the wire,!fig !fig however this introduces issues when the wire is manually dragged to the beginning of the wire.!fig also for some reason it now generates circles overlapping if slightly offset from ???!fig the only solutions i have come up with are that either the code for the intersectorjumplist generation will need to be changed to account for this case, or limit how far along a wire can be manually dragged to prevent this from happening im looking into the former
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: hi jeromegamezmay be i am wrong, but it tried the solution from thisi want to confirm that is it safe to use firebase client sdk for phone number authenticationbecause keys will remain in frontend in the case of firebase client sdk### Reply: chatgpt is wrong.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: using pseudocode to interact with llms is definitely a brilliant idea!!! i think it is very useful and helpful, thanks!to add my two cents, i also asked chatgptgpt to explain the minimum salary example to see how gpt understands the code. here is the conversationit seems that, because we instruct gpt to give a definite response, gpt is trying to do that with many assumptions. gpt said it would be educated guesses. so, it seems we can also use other pseudocode, e.g. pythonlike or clike, etc, as long as it is### Reply: yes, you can use any popular language, but sudolang has significant advantages over python and javascript. simple syntax, a virtually infinite library of functions that can be automatically inferred, declarative, natural language constraints which can express complex ideas and algorithms with a few words, composable interfaces with optional typing and type inference, semantic pattern matching, commands...its a curation of all the best features from the best programming languages in history, and once you get familiar with it, its easy to miss its features and usability in other languages. in fact, i only write sudolang these days, and transpile to other languages.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: dear chatgpt fixed it waiting for but seems not passing the ci### Reply: pr was merged, however as goat noted it wont take effect until there is a pr with a higher version.ill close this issue for now as no further action is required on this topic.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: ran a quick benchmark on chatgpt code interpreter conclusion from there is that this query returns fast no matter how much the table growssqlselect existsselect from nasty where id is nullso detecting if a table contains any null primary keys is definitely feasible without a performance hit.### Reply: simonw, since youre referencing rowid column by name, i just want to note that there may be an existing rowid column with completely different semantics , which is likely to break this logic. i dont see a good way to detect a proper rowid name short of checking if there is a field with that name and using the alternative _rowid_ or oid, which is not ideal, but may work.in terms of the original issue, maybe a way to deal with it is to use rowid by default and then use primary key for without rowid tables as they are guaranteed to be not null, but i suspect it may require significant changes to the api and doesnt fully address the issue of what value to pass to indicate null when editing records. would it make sense to generate a random string to indicate null values when editing?
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: i went back to the gk jsons, applied my suggestion, immediately see the shortcomings as noted not being grammatically correct. tenses and context make this a very muddy task. i called in backup on this onethe proposed solution under universal prefixes is feasible. rather than attempting to compensate for the many lexical forms required, a conditional trigger like these could be the best and simplest route to takedoes not apply provides the cheapest culture building in your first cities for free.negates production when constructing all wonders in all cities.does not apply free worker appears.id### Reply: please no dependency of individual conditionals on position relative to each other.at the moment theyre independent, and thats a very good thing. id even say _nested_ is preferable. not happy... needs new parser, but theres a draft for that somewhere. not limited to one inverting conditional, there could be several functionally identical ones for different linguistic context..
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: had a conversation wgpt about this### Reply: thanks for asking! yes, this file forms the basis of an ongoing migrations file in a project, so it gets copied in and then later extended. simple and has been effective in practice.i dont do rollback migrations at all  i dont really believe in them for various reasons, including that they rarely get tested, downup migration pairs often arent idempotent etc., and are also not usually the best way of resolving bad deploys.i havent looked at versioning at all, but depesz knows his stuff, so i imagine its good. there are many other more featureful migration tools around, e.g. sqitch, and the one in this repo has much more modestminimal goals.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: kreyren looks like the original pr was correct but trunk decided to revert the chance. should i turn off sandbox for you? kevinlu i dont know what are the implications of turning off sandbox, but the pr is very wrong, it only processes few files and does so through doing more harm than goodremoves doublequotes thus causing for some reason it removes a bunch of important functions breaks the runtime this change seems the closest, but it mixes with and there are added numbers for some reason this change seems to be correctit adds random fi thus breaking the whole### Reply: hey kreyren, sorry about all of this. i dug through the logs and turns out the source of the errors was that the formatter configured by trunk documentation reverted all the changes. exactly what happened wassweep made all the correct changes, by changing to .the trunk formatter reverted all the changes.the selfreview process got very confused, and started nitpicking at other various changes to make such as the missing quotation marks and such.the solution is simple, to disable the formatter for .sh files by creating the following in sweep.yaml
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: cool thanksi did some wrangling in chatgpt and got thisi see also these a whole suit of aggregation functions have to dig intoim planning to deploy to aws opensearch shortly.we should bump the elasticsearch to .pythondef generate_abbreviated_highlightactor_names, verb, object_, total_actorsif total_actors return factor_names verb object_.elif total_actors return factor_names and actor_names verb object_.elseremaining_count total_actors return factor_names, actor_names and remaining### Reply: i got around most problems just adding index to some calls in manager.this fork is broken i used elk docker maybe should have persisted with the docker in here but mines working.going to look crafting html that can show some feeds.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: thanks for the quick response i havent touched c in more than years but luckily chatgpt has our back, does this convo gets us anywhere?### Reply: v.. has been released with the regexp changes!thanks eladbezalel for the contribution
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: why would you do that sql? first setting hpc to hp, and then hp to hpc?you forgot a comma, and putting it all in set commandupdate favoritessetmode replacemode, hanime.hanime_play_combined, hanime.hanime_play,mode replacemode, hanime.hanime_play, hanime.hanime_play_combinedbut this is useless, you only need that nd replace.also, you can use chatgpt to help you with sql.for example, i just tried this### Reply: i wasnt sure if hanime.hanime_play string would also match hanime.hanime_play_combined string so i used those commands. since i wasnt sure, this was the safest route to take.like i said, its been decades since i did programming or used sql.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: ran an experiment here if one of the columns in a compound primary key can contain null, its possible for two rows to have the same primary key.i really dont like that.one solution the database migrations could populate the strategies table with an initial row with id which represents no chunking then all of the rows in embeddings could reference that and avoid nulls.### Reply: what about storing the actual locationextent of the chunk content region within the document along with the strategy in addition to or even instead of an index? that way, you could retrieve the content for rag purposes after checking the checksum is still valid.p.s. originally wanted to ask about potential rag support before i noticed that you are actually planning to implement this anyway great to hear! would love to see some pdf or other format preprocessing as well, e.g. for layoutaware content extraction, particularly for scientific papers, but maybe that could be separate tools, although there might be some relevant interaction with chunking there.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: mining what has gone before, how about this for a starting point### Reply: hi nevon, id like to volunteer some of my time as well. although not in the nodejsts community, i have a long track record of maintaining open source projects with large userbases flysystem and eventsauce, of all packagist packages downloaded historically, so can bring that experience into the group that ends up maintaining this project. i can help out with pr reviews, releases, internal and external documentation, and general implementation of features.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: openai has added a a new share link feature to chatgpt that lets you share a conversion and, importantly, let others continue the conversion in their own private session. with this, you can cut out the copypaste step of getting started with mr ranedeer!for example after heading there just click continue this conversation to pick up the conversation and configure the tutor in your own private session. this could be used to help others get started nearinstantly without having to find a file on github and copy and paste the large blob of text.### Reply: implementing immediately
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: that missing file is part of the standard rpi camera library. are you usingthe latest raspberrypi os bullseye bit?this chatgpt answer can helpon fri, aug , at  am sherifayantayo .wrote pip install pigpio i didnt see this in the instructions, i did do it now and ran it but i got the same error reply to this email directly, view it on github , or unsubscribe . you are receiving this because you commented.message id . chris andersondr ceowebsite linkedin### Reply: yes , it is the latest raspberrypi os bullseye bit, i followed the instructions!screenshot
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: sorry, we do not have agi here.i tried with both gpt.turbok and got and both failed. gpt.turbok pointed at three witnesses got went on for a bit having a monolog but did not make any effort to use the database really, it was embarrassingi wish these agents were a bit easier to tweak, so we could have a metaagent for each of the steps of the planandexecute agent. as is these seem almost unapproachable.ps chatgpt gpt code interpreter gets very close to resolving the sqlm### Reply: hi, jeyarajcs! im dosu, and im here to help the langchain team manage their backlog. i wanted to let you know that we are marking this issue as stale.from what i understand, the issue you reported is about encountering a token limit exceeded error when using the create_sql_agent function in snowflake. it seems that the error occurs when the table is larger and the question is more complex, exceeding the maximum token limit of the model. some users have suggested adjusting parameters to limit the table information included in the prompt, using a vector db to pull out relevant columns before building the prompt, or using chatgpt as a fewshot learner. additionally, some users have switched to the gpt.turbok model to increase the token limit.before we proceed, we would like to confirm if this issue is still relevant to the latest version of the langchain repository. if it is, please let us know by commenting on this issue. otherwise, feel free to close the issue yourself or it will be automatically closed in days.thank you for your understanding and cooperation!
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: topanrizkyr actually i dont think its that difficult. follow the example in the last post in , youll just have to figure out how those command line parameters translate to an intent.i asked chatgpt how to do it, see here its outputjavaimport android.content.intentimport android.net.uripublic class myactivity extends activity overrideprotected void oncreatebundle savedinstancestate super.oncreatesavedinstancestate ...openppssppactivitywithfileurifileuriprivate void openppssppactivitywithfileuriuri fileuri intent intent new### Reply: thanks you so much , my bad i just figured it out i will try that
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: actually i dont think its that difficult. follow the example in the last post in , youll just have to figure out how those command line parameters translate to an intent.i asked chatgpt how to do it, see here its outputjavaimport android.content.intentimport android.net.uripublic class myactivity extends activity overrideprotected void oncreatebundle savedinstancestate super.oncreatesavedinstancestate ...openppssppactivitywithfileurifileuriprivate void openppssppactivitywithfileuriuri fileuri intent intent new intentintent.action_view### Reply: of course, chatgpt is very likely wrong in some details, but who knows
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: i want to solve the problem about message consists with colorsyntax goal. keep the colorsyntax in consolesimg width altimage src. remove the colorsyntax in logsimg width altimage src my temporary solutiondesign a new function to clean the colorsyntax from recordmessagedef remove_color_syntaxrecord boolremove the colorsyntax from recordmessage string. reference re.compile is no need in python but its a good development habitsansi_escape re.compilerxb?z_? remove colorsyntax from messagerecordmessage ansi_escape.sub, recordmessageret### Reply: hi.instead of modifying recordmessage, i would suggest instead to add the processed message to a new entry in recordextra dict, then use it in your format.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: describe the bugi can upload images but i cant create folders in my s bucketto reproduceconnect to s for a subdirectory disk in s e.g file system asblog_images driver s,key envaws_access_key_id,secret envaws_secret_access_key,region envaws_default_region,bucket envaws_bucket,url envaws_url,endpoint envaws_endpoint,root imagesblog, this is the new lineuse_path_style_endpoint envaws_use_path_style_endpoint, false,### Reply: this is an issue related to your s bucket configuration this bucket does not allow acls
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: i asked chatgpt to do this job for me see ### Reply: sorry, the root of the problem is that, for this torrent, i only selected about of the total files for download. it is a freaking huge torrent. my issue is that biglybt is asking me to rename a file that i didnt even include in the files that i want to download. so, i dont even see the files that biglybt says need to be renamed in my download list.im not sure how to proceed. i have a handful of ideas on where i might access these files, but i really cant figure out how.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: i told chatgpt to compare two github issues and determine if they are duplicates while it accurately said that they are not duplicates, it couldnt tell me the probability in terms of percentage.### Reply: more from my friend or buy instead of build? same or heres pretty much the nonchatgpt solution i was talking about idk why he complicated and slowed it by using a sqlite db, but pip install the dependencies, fill in the gh token, and you should be able to just run that script maybe, i just glanced at this script, plus its y old
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: check out this conversation and its prompt ### Reply: did you ignore all the comments?
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: interoperability if your yaml configurations are solely consumed by your typescript code, then using camelcase might make sense. however, if these configurations are also used by other systems where kebabcase is the norm, sticking with kebabcase in the yaml might be more appropriate.are there any other systems that use the config? convention by languageusage while camelcase is conventional in javascript and typescript, kebabcase is often used in configuration files, urls, and css class names. yaml files often contain configurations that might be interpreted by tools and systems where kebabcase### Reply: updated access for whilefoo successfully! access priority for ubiquityubiquibot
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: notes on how to build a token bucket limiting system its actually quite similar to the semaphore and subsequently lockbox. you start with a token bucket, then you make a collection of token buckets keyed by a string.### Reply: ive been thinking about this some more. if the relaying node is a bad actor then it can make anything up. so theres no point doing any authentication since the relay can just lie about it. any signed message can be fabricated and challengeresponse can be lied about as well. basically, a relay node can pretend to be a relay for any number of made up requesting nodes. so any kind of authentication or message signing is pointless here.right now the requestee node only does a single punch attempt at a time to a node. right now its keyed on ipport tuple but that still allows multiple attempts to an address if you just change the port number. so i think we need to rate limit on the ip address as well.any rate limiting beyond that needs to work in a distributed way, and im not sure theres an easy solution to that? i dont think the token bucket addresses that.the only thing i can think of that could works is make a single request mildly expensive to make with proof of work. so long as its expensive to make a lot of requests to hole punch a single target then it should be fine. so a request can include a mildy expensive to generate nonce with it. this may have to be generated as a challenge so there needs to be some back a forth between the two nodes through the relay. or, the punching node can track recently used nonces and reject any replays.in any case, we can think on this a little more. i dont want to implement anything were not sure on and the authentication is not critical to testing and .
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: file context completion is polluted with entries from old sessions. happens when switching between workspaces in vscode. to reproduce. open some project a in vscode and open continue sidebar, type see completions from this project. open another project b and type see completions from both a and b expected behaviorwhen using continue in workspace a i want to limit the file context to that project root causesearch index is never cleared between sessions. possible solutions fresh server per vscode window suggested long term solutioni would argue starting a fresh continue server for each vscode session, and naturally only keep meilisearch instance### Reply: youve identified an important issue! most of what youve listed in pros and cons is spot on. we want the server capable of serving multiple clients. the solution i previously had in mind was to create a separate meilisearch index for each workspace. the only required change then is to pass the workspace directory to the gui.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: havent tested, but this proposal looks possible and with no development from the integration side### Reply: looks interesting, but be careful if openai isnt making stuff up in the details.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: i resort to chatgpt, it inspires me, and then i make it work. i am astonished by chatgpt!work codeconst processedcontent await unified.useremarkparse.useremarkgfm.useremarkrehype.userehypeslug.userehypeautolinkheadings.userehypeprettycode, theme onedarkpro .userehypestringify.processres.data.body ?? conversation with chatgpt ### Reply: does your original code work with .. instead of ..? i changed the types in .. but they may not be correctly permissable.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: in that case, since the library can manage complex structures, i think this would be less about the frontmatter support and more about the command line parsing.chatgpt suggests dpath ### Reply: ahh, i was missing that the cli was falling down on the option parsing. interesting. i think this is also the first time someone has chatgpted a solution to me on a project.im a bit tight on time for a few weeks, but if you want to pr something and test it, i can free up some time to review, merge, and release an update.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: letterale i would get back to you with how you could do that. well, i let chatgpt handle it look here, this gives you a general idea how you could do this.this isnt working code, but it steers you in the right direction what to do.### Reply: look here, this gives you a general idea how you could do this.this isnt working code, but it steers you in the right direction what to do.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: impacted versions.steps to reproduce when looking at kanban view the team can see which tasks are more complex, by observing their subtask count, which is shown in the minimized task view, shown below in an example with sub tasks!imagewhen you click on that task, perhaps in a collaborative session with stakeholders, the fact that there is sub tasks is not shown anywhere in the task view. in the situation where simple tasks have no subtasks, and more complex ones have many, there is no way to determine if the task you are looking at has any subtasks### Reply: hello, as far as i know, this is not easily doable, and the solution given by chatgpt will not work. confusedhowever, in version , there is a subtasks stat button in the task form view displaying this information.have a nice day! slightly_smiling_face
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: the answer provided by cognitiverobot is correct, i confirm this by simply add printtyperecord in my functiondef remove_color_syntaxrecord loguru.record boolremove the colorsyntax from recordmessage string. reference printtyperecord re.compile is no need in python but its a good development habitsansi_escape re.compilerxb?z_? remove colorsyntax from messagerecordmessage ansi_escape.sub, recordmessagereturn trueand i got the result class dict, which means cognitiverobot is correct. thats### Reply: hi changchiyou.the loguru.record type is defined in a stub file and is not available at runtime. as explained in the documentation you linked, you should first execute from __future__ import annotations or use string literals like loguru.record instead.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: i refer to and write the code below with type hint record loguru.recorddef remove_color_syntaxrecord loguru.record boolremove the colorsyntax from recordmessage string. reference re.compile is no need in python but its a good development habitsansi_escape re.compilerxb?z_? remove colorsyntax from messagerecordmessage ansi_escape.sub, recordmessagereturn trueand the error occuredtraceback most recent call lastfile userschristopherchangminicondaenvsfacepcsbinfacepcscli,### Reply: the fucntion remove_color_syntax with input variable record of type record and output type bool should be changed to function remove_color_syntax with input variable record of type dict and output type bool
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: the problem is more complex, i dont know what is wrong but leave this to present problems.### Reply: thanks for your valuable investigation,openai keeps changing api of their chatgpt module,i will fix this soon.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: i tried following those steps but now am getting a lot of errors, stopiteration exception. the code outputs i hear the word greetings but it doesnt pick up anything i say### Reply: for me it is workin, try to create your own file chatgpt_port.py here is mine, that was only thing i changed python code that manages user and chatgpt interactions
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: this is amazing!imagediff retrieve_hass.py retrieve_hass_modified.py , , datumentity_id.splitsensor. vals_listiforecast_list.appenddatumdata state strstate, state .f.formatstate,attributes unit_of_measurement unit_of_measurement,friendly_name friendly_name, , , friendly_name, scheduled_forecast, stateelsedata state strstate, state .f.formatstate,attributes unit_of_measurement unit_of_measure### Reply: some of the nice usages for chatgpt
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: follow this as well for the conversation regarding ack.### Reply: good work on the spec so far, there is a good amount of information on how the backpressure and writing works.small note about the ack message, as you described above i get the impression youre sending the available buffer each time you ack. remember that this is a concurrent system. if you for example sent bytes and bytes quickly. when the receiving side processed the first bytes and acked the available space. the sender could immediately send another bytes. at this point wed have bytes in flight, well exceeding the available buffer. very likely resulting in an error.i think we should only ack the number of bytes processed and not the number of bytes available. on the sending side we keep a count of available bytes we can send. we subtract after writing and add after receiving the acks. addition and subtraction here is commutative and atomic so we cant butcher the value. overwriting this value concurrently will run into consistency problems.the spec is also light on details for how the error and close messages will work. but also needs more details on how the messages are structured as well. how does an error message look? what details are included in it? will it have an code and message? same for the close message.if we consider each stream as a separate state machine, how do the state transitions work? the sending and receiving streams function independently right, how does that work?we dont need to go into full implementation detail, but we do need enough of it described so that anyone coming to this cold can understand enough of the structure to start working on it.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: specificationto avoid the overhead of creating and negotiation separate websocket connections per rpc call. we need to add the ability to multiplex streams over a single websocket stream.since webstreams are a message based protocal, we can wrap each message in a header to add data for multiplexing. worst case we can searalized and deseralize json in a stream, the same way we do for the jsonrpc messages.this will be abstracted on top of webstreams. we will have a multiplexing transform that will implement the multiplexing and a demux transform### Reply: this issue needs further specification based on the qa notes im copying over here.the original design of our rpc system was the assumption that the underlying transport will handle multiplexing and encryption. it was supposed to give us major constructs to work with connection and stream.rpcwise, the only thing it needs to care about is stream concept. when you make an rpc call to somewhere else, you need to open a stream. if you receive a stream, then you are handling an rpc call. thats it. the stream has to bidirectional and fullduplex.this is achieved right now by both jsquic and the current ws implementation in pk.however theres a key feature right now thats actually missing in the ws implementation. in quic, it is possible for the server which received a connection, to open up new streams back to the client on the same connection.with ws, it is not currently possible. right now we are treating each ws connection as the stream, meaning a to relationship between connection and stream.without this ability, theres no way to achieve a sort of rpc __conversation__ context. we have some situations where this is useful. where the handling of an rpc call involves calling back to the client on a different handler. think like a.f calling b.g which calls a.h. we see this with things like node claims, and later with smart token usage.now with ws, it could work if both sides can just open new connections to each other. you can do this in quic too. however its not as efficient as simply opening a new stream on the same connection. and furthermore, this actually cannot work if the client cannot run a server to accept new connections.when using quic, agents are both clients and servers. thus you can initiate connections from any host.when using ws for the client service. the pkc is only a client, and the pka is only a server. its not possible for the pka to open a new ws connection to the pkc. and this is further complicated by the fact that pkc may run in a browser! which would not expose the underlying websocket server at all!so in order to achieve a sort of rpc conversation. it would be necessary to add an additional multiplexing layer on top of the ws connection. thus creating ws streams on top of ws connections. doing this would make our ws transport very similar to quic.doing this also means the ws protocol is more complicated. we leverage wss natural message framing using binary messages, and put a header in front. this header must then supply pieces of information the stream id and the message type.the stream id can be a varint similar to quics varint.the message type can be x, x and x for data, error, close respectively. or whatever is convenient.the rest of the payload will then be plugged into the relevant ws stream for further processing.note that json rpc has an id field. we can just simply copy over the stream id here, or use it for loggingauditingidentification. its not really used for tracking our streams. could be useful for tracing.when using websocat to test this out, we can do things likefor quicstyle varints, the encoding is a bit different than protocol buffers varints. the size of the varint is determined by the two highest bits of the first byte byte bits of data bytes bits of data, from the first byte, from the second bytes bits of data bytes bits of datafor the numbers through , only the byte format is needed since they can all be represented in bits or fewerusing printf in a shell to display quicstyle varints for numbers through as you can see, the representation for numbers to is identical in output between protocol buffers and quicstyle varints. the difference arises mainly when you go beyond bit values, as the way the continuation bits work and the total length of the varint changes between the two methods.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: i got it to give us a bit more detail describing clicks, key presses , feel free to check out the chat history.### Reply: closing in favor of
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: in , we asked chatgpt enumerate a hierarchy of actions that one takes when operating gui desktop applications for typical daytoday tasks. consider different levels of abstractions. examples include clicking a button, opening a window, operating payroll software, generating invoices, renting an apartmentthen be more detailed, exhaustive, and precise.the results demonstrate the models ability to complete the task, but are not sufficiently exhaustive for our purposes.the goal of this task is to implement a script that repeatedly queries the gpt api in order to generate a more exhaustive hierarchy. this might look something like thissystem_### Reply: i got it to give us a bit more detail describing clicks, key presses , feel free to check out the chat history.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: , just tested natively in os x.i can also reproduce this issue. it appears that pentestgptcookie has turned invalid from the point wherein i submited until now. something mightve changed on the server side. i can also confirm to get it to work by manually copying.did a bit of further research, herere some observations cookies below invalidated already , but using them for the sake of depicting the issuesdetailssummarycookie generated by pentestgptcookiesummary_puiduserffzghsobzhdguvgbauunethfcdnhbq### Reply: in my previous examination, i noticed that the varying cookie fields might be due to some thirdparty antibot verification from cloudflare adopted by openai. this prevents effective cookie retrievalgeneration from browser simulation selenium, playwright, etc..for different osbrowsers, cloudflare may have some custom verification methods, and the generated cookies are different. i think theyre not directly related to openai, but yeah were sort of bypassing their verification.anyway i think we shall at least maintain a valid cookiebased access to chatgpt until the bypassing method becomes too complex. in the future, we may focus more on the apibased solution.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: also with telemetry collection on windows, i was asking chatgpt about this but would doing something like below be sufficient?chatgptbased on the contents of data.zip, we can certainly refine the scripts more precisely to mimic the telemetry data structure you provided and considering the python files you uploaded.since youre requesting an ubuntu version, the collection of some specific telemetry data like handles and ldrmodules will be different or might not be directly applicable as those are more windowsspecific. however, we can collect process, environment variables, network connections, and other similar te### Reply: hey nyck the models and examples here are just that example usecases of the morpheus sdk. theyre not meant to be the final models or workflow that you implement, more of a starter for you to see how you may choose to make morpheus fit within your system.on the appshield repo, thats not the appshield referenced in our workflow, it just shares the same name. per our notebook we specifically note that app shield means doca app shieldi think this issue will be better served as a discussion thread so im going to convert it if you have a specific documentation change youd like to see, please file an issue we can action on, otherwise we can continue to discuss here.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: some quick notes for self subscribing to github events by pushing to some type of repo agents config, similar to how our bot is configured to listen to certain github events. e.g. i listen to comment events, and then those tagging me. comment.includespavlovcik automatically dispatch the event data to using repo dispatch i code my logic to automatically answer questions. e.g. i am requested for a review i code my logic to automatically review. benefits. self hosting openai credentials and logic customizable!. can securely commentact as the user using personal access token.. collect cash automatically as### Reply: i really believe we need to adopt langchain for what is being discussed here, simply relying on the gpt. or model and some prompt engineering isnt going to be enough. its dataset is good enough to get away with most things but for the specific and complex things like code interpretation if rebuilding review, embeddingvector creation, storage and proper agents especially in terms of the tooling involved wed need code splitter would be superb for embedding repos and codebases output parser to be able to create complex schema from specific user input while working with other complex schemas like permit generation etc retrievers to work with embeddings, vectors, documents etc memory depending on which style of agent i.e plan upfront and execute or plan and execute based on previous output we will need a more complex memory system. callbacks which come with some built in handlers etc toolkit of course we will need to isolate functions of the bot which can be used as modular tools for the agents. permit generation, saving to db, indexing repos, vectorizing them, retrievers for various things. so in my mind, all of the org repos would be embeddedvectored, maybe all of the issues and prs too eventually this allows for search, similarity comparisons, in depth understanding of complex and large codebases, maybe even the db of devs to work with those in the same ways. specific retrievers for specific jobsdata, every public facing function we want the agent to be able to execute such as comments, payout etc etc. agent types agent docsthere are two main types of agents action agents at each timestep, decide on the next action using the outputs of all previous actions planandexecute agents decide on the full sequence of actions up front, then execute them all without updating the plani think it gives us a far more robust and structured way to interact with the black box that is ai.i had suggested superagi and while its great for getting an idea of agents and prototyping, its py based so wed need to write a toolkit in python for the bot for agent actions whereas langchain is just as powerful if not more so and is a ts package.im not clued up at all in github apps and actions if im honest but i know that working with raw prompts and gpt is a bitchin regards to the kernel application idea, have you considered creating a model training dataset? if we were to formulate a plan to train a model on say specific aspects such as writingexecuting custom arbitrary logic if that is still being considered, i see that another option has been suggested whereby partners would just write their own handlers which is good for those with that ability but restricts a lot of others depending on the target demographic we assume at least a bit of knowhow dont we?create your own custom models by finetuning our base models with your training data. once you finetune a model, youll be billed only for the tokens you use in requests to that model.feed it the supa logs and bot logic, docs, and maybe a chronological showcase in diffs of the bot source code along with a lot of manually generated potential user prompts or requests and we can train it on correct routes, error handling, callbackhandlers etc. fewshot learning fsl is a machine learning framework that enables a pretrained model to generalize over new categories of data using only a few labeled samples per class. it falls under the paradigm of metalearning, which means learning to learn.some common use cases where finetuning can improve results particularly fsl setting the style, tone, format, or other qualitative aspects improving reliability at producing a desired output correcting failures to follow complex prompts handling many edge cases in specific ways performing a new skill or task thats hard to articulate in a prompt
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: we hit our stretch goal for persona!this issue will document the progress frameworkframework sessionsession pipelinepipeline solverssolvers serverserver marketplacemarketplace dialogsdialogs frameworkduring ovoscore .. dev cycle whyvoice interface base intents to enabledisable a persona default config x chat with persona intent capture all utterances in converse x ask query to persona intent single shot explicit query howcode lives here x solvers service x bus api to query a specific persona persona as a service x persona definitions provided via opm usually default personas shipped with solver plugins x loading of user defined personas .### Reply: it would be very cool to have support for tts per persona, as well as wakeword per persona.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: here is a link to the chatbot session recreated by me that gustavo referenced, including the flunarizine resultalthough flunarizine is indeed the best single answer, other answers listed in the same chatgpt session appear to be hallucinations, such as beta blockers. for example,beta blocker alternating hemiplegia of childhoodhas no pubmed responses.### Reply: articles mentioning beta blockers for ahc not necessarily being effective
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: interestingly, the chatgpt interpret the query _what drugs may treat ahc?_ as _what drug classes may treat?_ which is not very informative.i reformulated the question into _what compounds may treat ahc?_ and get. flunarizine. topiramate. acetazolamide. baclofen. clobazamtesting for reproducibilityon exact same queries on different chats, not sure how my profile plays a role in asking twice though, chatgpt gave slightly different results here is a query for a list of### Reply: ht gustavo. how did you find those articles? i couldnt find them with either pubmed or google scholar.i guess that points to one issue with the chatbots. they dont give citations, and when they do, they hallucinate the references. even if they give true responses, in order to replicate them and be sure they are not hallucinations, requires rigorous scholarship. and if you are going to do the rigorous scholarship, maybe it was not worth your time doing the chatbot in the first place. except maybe this instance is a counterexample. if i never would have thought of beta blockers, then having the chatbot response might make me look very hard for a link between beta blockers and ahc. but that would then seem to require someone even better than me at searching the literature to find. beyond that, i am not sure what the implications are. both translator and chatgpt seem to have a lot of promise, but neither seem to be prime time.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: klei excellent job providing context for your blocker! clapmy understanding is that the jekyll proccess that is running inside the docker container is trying to write to the srvjekyll_site directory but the user that exists inside the container does not have the required permissions.ive run into this situation with other projects and the fix that worked for me was running this command in the root directory of the projectsudo chown r useruser .the command changes the ownership of the files and directories for the current working directory and subdirectories. you also may need to docker compose build nocache afterwords### Reply: mattpereira thanks for looking into this!just wanted to update what ive tried today after looking into the things you suggested.update i think it was odd that theres a permission issue because i was running as a root user on ubuntu. i tried running sudo chown r useruser . both as a root user and as a regular user but im still having the same issue.i wasnt able to capture the output of ls l before using sudo chown r useruser . but this is what the output is after running it. i think it looks similar to the output from your screenshot. what would you recommend for next steps?my approach today im looking into other approaches regarding not having the right permissions still and using chatgpt to generate a definitive guide as to how to install docker on windows with ubuntu. i think as a last resort i would consider create a new ubuntu wsl distribution.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: this worked, including on macos even though gpt thought timeout would not work there bash!binbash run the command with a timeout of secondstimeout s datasette pottery.db p get airtable_refsairtable_refs check the exit code from timeoutif ? eq thenecho error command timed out after seconds.exit fi### Reply: me munches popcorn at a furious rate, utterly entralled
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: muninnhugin this happened to me out of the blue one time and i cant quite remember the specifics but i think the fix was something to do with changing the directory permissions using chmod or chowngpt is saying the docker container doesnt have permission to create the _site directory at the srvjekyll path. im curious if you have a _site directory in the root of the project folder or if its missing?detailssummarysee screenshotsummary!imagedetailsp.s. always nice to run into a fellow member of the ubuntu fam penguin penguin### Reply: thank you so much mattpereira! following step of the link did work for my immediate error but it led to more permission denied errors. i ended up perusing chatgpt some more and it worked! i managed to get the site running locally by creating my own dockerfile, and building and running the site from there.im definitely adding chatgpt to my debug toolbox. thank you again for you help!
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: yes, youre correct. the process to establish a websocket connection starts with an http request, specifically an http get request that includes an upgrade websocket header. this is often referred to as the websocket handshake request. the client sends this initial http request to the server, requesting to upgrade the connection to a websocket. the request might look something like this get mychat http. host server.example.com upgrade websocket connection upgrade secwebsocketkey xjjhmbdlezlkhgbhxdw secwebsocketprotocol chat, superchat secwebsocketversion origin if### Reply: its a bit tricky to test since its an internal implementation detail. but i did see backpressure happening while testing. i can double check and attempt to make a test for it.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: and then asking it to combine those along with its general knowledge of elisp to make edits to the buffer. im still unable to think of an actual use case in this contextyou cant think of an actual use case?as an example, heres an example of a problem that gpt can easily one shotin an ideal world, gptel could handle making the necessary edits, and i think using the functions api is a good way to do this.if nothing else, v version of this could literally only allow complete replacements of the existing text.it would still be useful for it to be able### Reply: hmmm that api is basically exposing another argument like model name or temperature in which one can optionally convey an array of function declarations with optional docstrings when i saw this post the thought i had was maybe one wants to refactor a very large function or piece of code, currently that requires getting the full thing rewritten to then do an ediff possible from the refactor transient whereas it might be the case that the actual diff needed is tiny and perhaps this way gpt can convey it better via some funcalls and perhaps one could execute it straight from the reply to effect the change....but with ivanmalison latest reply it seems one doesnt have to actually give it actual elisp functions but instead a small set of simple made up text manip primitives which one can handle in the callback with actual elisp? safer and potentially more promisingalthough tbf, in the above case i would, in a gptel buffer, just ask it to reply with only a diff of what to change which id then try to apply by using the diffmode bindings to apply which might be very easy if one uses orgeditspecial on gpts diffmode replysince gptel supports custom callbacks via the lower level function gptelrequest that api can already be experimented with? the only minor missing piece would be a way to set that parameter in the curl...to tinker with the idea one can just defadvice override the curl args function to additionally hardcode in a functions argument?then itd be interesting to see some real use cases demoed via gptelrequest of something where this api lets one do something much better than currently possible
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: just for your interest. since i practically did not have time to study this bug deeply, i entrusted the solution to chatgpt , and it solved it on the first try. no changes were needed in generated code.full conversation with chatgpt in russian, but you can use google translate or inbrowser translation ### Reply: omg, you used gptchat to fix this, amazing. i did read the code quite carefully and it looks perfectly reasonable.instead of depending on an environment variable, can you add an option to the kitty configuration panel?
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: jhlink youre right, synchronized is indeed deprecated on kotlin, but only in the common, js and native versionsimg width altkotlin all srchowever, if you unselect the other kotlin platforms and leave only jvm, you will see that its still supported thereimg width altkotlin jvm srcthere are actually two ways to use synchronize in kotlin we can use the synchronized annotation and synchronized block. i wont try to explain the difference between both, so i will just post a link of how chatgpt explained the difference in my first attempt i tried to use synchron### Reply: vegidio i see. just wanted to make sure the compiler wasnt ignoring the synchronized flag.i operate in the world of c, with occasional excursions into python script land and begrudging dabbles in java lala land.kaimorich ,heres the example project a stripped down version of the usbserialexample but with two handler threads for each read and write. to be clear, the reception of the read is handled in a separate thread. the serialiomanager isnt initialized in a separate read thread.if you have any suggestions on forcing the issue, i can run the tests and gather usb traffic.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: just implement the auto check notify optional update feature, dont go for the auto update readonly direction.for ui,add a icon in each rowimg width altscreen shot at srcstatus local scriptstatus network scriptstatus u network script update availablestatus network script modifiedstatus u network script modified update availablebefore graphic designer comes, let assume these five icons as our base for discussion.img src widthimg src widthimg src widthimg src widthimg src widthimg src widthimg src widthimg src widthimg src widthimg src widthwhen the upgrade arrow### Reply: our goal is a lightweight extension. violentmonkey was created in part to get rid of the gaudy overloaded interface in tampermonkey. these icons arent necessary for the majority of users who dont edit remotely updated scripts and who are just fine with installing a script and letting it autoupdate.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: some possible clarification from chatgpt on whats going on with this issue. antonosika ### Reply: closing since i havent heard more about this issue lately
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: one of the first things i set about doing was upgrading the preprompts. i got gpt to use plugins to analyze several tot research papers and repos. then, it took what insights it gleaned and rewrote all the preprompts in a way that incorporates said insights.here is a link to my interaction with itand heres a sample. its a tot version of fix_codeyou are a super smart developer. you have been tasked with fixing a program and making it work according to the best of your knowledge. there might be placeholders in the code### Reply: . did you have much success with getting gptengineer to more fully produce the code using tot? i tried a number of things without success, including upgrading the prompts using tot and reducing the scope of my application specification in the hope gptengineer would at least fully code my subset specification. im using gpt. made no difference to what gptengineer produced. and gptengineer says k text length exceeded.. as an aside, i learned a lot from your dialogue with the ai in respect of how to use it in a way to really help research. heres a cigar for you ive actually passed it on to a few professor friends of mine who will raise this within their university in respect of teaching students how to use these tools to help them conduct research.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: welcome to the fun of python programming! you can install the bs module pip install beautifulsoupfwiw, i find that chatgpt can also help ### Reply: i only have so many slots for tech platforms. the dance card is already filled. and the problem is you cannot delete the old stuff like fortran once you use it. ok. installed. i am up and running on port . now for a few days of experimenting with different scenarios and then it will be off to create the new pypowerwall container. stand by.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: oh wait, i am not posting this for help with traceback.for and , is there a way to adapt init_lora coding properly for models such as longt which does not require both frozen_param and tuneable_param ?note still splits into two separate params### Reply: the point of the lorax transform is to convert a function of the form fparams, x into a function of the form farg_tuple, x where arg_tuple frozen_params, tunable_params. so the point is you start with a model which doesnt expect the parameter tuple, and it gets transformed into one which does.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: is this answer helpful? and is this the same problem? this solution also looks worth trying ### Reply: i am not sure about this chatgpt response. it just showed a code that opens a file but does not solve permission problem.i can try it, i already saw someone doing something similar but i preferred to use reactnative solutions first.other people also encountered this in the links i posted above.as i mentioned in the comment above im already using this runtime permission.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: is this answer helpful? i am not sure about this chatgpt response. it just showed a code that opens a file but does not solve permission problem.i can try it, i already saw someone doing something similar but i preferred to use reactnative solutions first. and is this the same problem? rnmodsreactnativedocumentpickeryes. other people also encountered this in the links i posted above this solution also looks worth trying rnmodsreactnativedocumentpicker commentas i mentioned in the comment above im already using this runtime permission.### Reply: emim not sure if this is helpful, but looking through the code theres a lot of additional complexity here for handling multiple files, previews, copying the file, etc. would it help to boil everything down to just a single function for selecting one file and logging it?the docs say that if the user picks the file you should be able to use it without additional permissions, but im wondering if something is getting lost in there, or if there is a special way you have to use the uri.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: we cant be sure that endianness actually matters here. because we would just be sending bytes.see the discussion here !imagethis basically means for file transfers, we should not need to care about endianness. this should apply to when we are doing vault cloning and pulling, and uploadingdownloading files to the vault.it would only matter if we are sending structured binary data that we expect to be interpreted by a program. but even then, this structured binary data would have to be as if we were to just serialise a c struct literally raw memory and send it over### Reply: maybe the terminology is a bit weird? we dont technically downgrade the stream. what we do is take the raw binary stream and pipe it into a json message parser and read out a single message. when then cancel the parser stream allowing the raw stream to be used again. that raw stream is then passed to the raw handler along with the initial message that was read.note that we only have kind of raw stream which is a duplex stream. client, server or unary behaviour has to be reimplemented within the raw handler.all the normal style handlers are built ontop of the raw handler. it takes the raw stream and pipes it through the middleware and parsing streams before providing it to the handlers reinserting the initial message into the stream while doing so.we need to add the feature where a raw stream can respond with leading metadata. ideally the middleware is used for leading metadata. in all cases the raw handler should respond immediately with leading metadata before using the stream. this may have to be done callback style.
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: in this message i apologized precisely because i understood that something has offended you it wasnt my intention.i simply explained the closure of the issues.if you want, i can try to change noobs to beginner or another term that you find more appropriate.dont feel offended we dont necessarily seek to argue.have a good life.### Reply: i feel like im missing context here. theres a possibility that meson has a bug in library lookup, but all of a sudden this conversation has turned into a conversation about the meson project which is a decade old and used by numerous projects underpinning the global open source software ecosystem being immature for beginners written by noobs chatgpt??? choosing compilers without path restrictions which im a bit confused by since meson supports configuring any compiler regardless of path as your cc, assuming meson knows how to invoke it
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: i have just added a link to your latest blog post to i have not read your post yet, but gpt did. i recently learned that i can share links to gpt output, hope you can read it. my feeling is that gpt has become even better in grammar correction in the last few months.### Reply: oh nice, i can indeed see the output. i will try to get the article updated with the suggestions soon.and thanks for sharing my articles
Below is a dialogue between software developers, the first one used ChatGPT in his solution of code task and makes a comment, the second one gives him reply on his solution. Write a reply that appropriately answers the comment. ### Comment: thats fantastic aesculus ! great progress. dns , dnsoptions , dnssearch , dns null, dnsoptions null, dnssearch null,for those interested in why this matters, i actually asked chatgpt and it gave me the answer in docker, the dns field in the container inspect output refers to the dns servers used by the container for name resolution. the difference between an empty set and null in this context is significant. when the dns field is set to null, it means that the container is using the default dns configuration of the docker da### Reply: wow. that is scary and also very informative.so i may need to add these dns null entries into my yaml file. i might try a clean install again without it and see what it does. not sure why using setup.sh caused this originally.btw is there any reason that the folder name has to be powerwalldashboard? i am thinking of storing the dashboard in qnaps app container folder that only supports az and characters. so like powerwalldashboard. this way i would have more visibility within qnap of the resource.