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:
youssefmorgan law !a b a b a b a b ### Reply:
carldebilly yeah, i mean i wont use pattern matching i dont see improved readability with is and or and braces compared with visual.opacity !visual.isvisible. also the latter doesnt have unnecessary null checks. |
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, i see the concern. chatgpt suggests there is a way to do this setting up localstack versions of endpoint url globally, so we do not have to change existing boto code to create clientresource objects , but not sure, havent yet tried it ### Reply:
if i understand what youre saying in all these comments, and it seems pretty clear should we then affirmatively doublecheck that we can access under a different key and that the key being deleted is in fact a different uuid, etc? |
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:
heh, yeah, was a bit sad to see the release go out before i had a chance to upstream this. i agree its a bit undesirable to have a breaking change like this, even if the release was only out for a few hours.it should be relatively straightforward to implement a custom marshaler here, but i think its worth having the larger conversation about how this library intends to handle the parameters field moving forward will this library implement and maintain its own jsonschemadefine and related structs or not?if so then parametersraw is the only path forward, and i will write### Reply:
type definitions such as jsonschemadefine are useful, but there is a tradeoff with maintainability. maintaining a json schema would be very costly.you are right, maybe we should deprecate parameterseventually remove them in some version.and indicate parametersraw. |
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 tried to qa this pr.in this repo, i created issues. st and last ones are duplicates. rest are not. i modified the bot to also comment important words it picked, and show a similarity score if there is any.it didnt find a duplicate and the similarity score was for all. some important words it picked are of, on, up. this needs improvement in prompt. the prompt is forcing chatgpt to reply with number, but chatgpt is not replying with a number, it is replying with this to measure the possibility of the two github issues being the### Reply:
we can increase time limit for serverless functions that are set to for netlify, vercel and for others. oh man we have to start charging for these features. ill dm you some card info draeieg |
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 going to be very inefficient unfortunately. i asked chatgpt about it and go this response ### Reply:
no, this code will not delete actual user records from our database. the line team.users.deleteuser.findexisting_user_ids is only deleting the association between the team and the user. it removes the specified users from the team but does not delete the users themselves. |
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:
turbo burntsushi since ive been called out...when i reserve a crate name, its because of eithera i have an idea for a new crate, run cargo new, pick a name since i have to, and reserve the name because i dont want to have to deal w renaming anything later. of course, of these ideas never get to the point of shipping.b i am working in a space e.g. tokioasync and am carving out space. for async there iswas a plan to release smaller crates, but for the most part that### Reply:
carllerche as ive written above, i think its reasonable to reserve a couple of names for projects that are actively being worked on.to give the others here some context, carl currently has crates, and of them have a description explaining that these are reserved names. most of these crates are years old at this point with no apparent development activity.regarding namespacing as ive written in the rfc text, this is an orthogonal topic and there is an open rfc that i personally support implementing. youre very welcome to participate in moving this forward.finally, let me say that giving people instructions on how to create spam projects on crates.io is imho quite inappropriate behavior. as much as i like your work on tokio etc. this is definitely not okay. |
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:
thank you for contributing an eval! please make sure your pr follows these guidelines, __failure to follow the guidelines below will result in the pr being closed automatically__. note that even if the criteria are met, that does not guarantee the pr will be merged nor gpt access granted. __please read this__in order for a pr to be merged, it must fail on gpt. we are aware that right now, users do not have access, so you will not be able to tell if the eval fails or not. please run your eval with gpt.turbo,### Reply:
you should see gpt api access enabled in your account in the next few days. |
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:
so simply because maxidletimeout has to be continued to use, that is fundamentally the behaviour we will get, you can add a logger warning whenever the timeout is larger... but that might be too noisy.also if it turns out its possible to actually mutate the config after you create the connection, that might actually solve the problem. i asked this but you need to experiment to see if it is true.### Reply:
note that clientkeepalivetimeouttime should then be usable on client and server side, meaning the server side should also terminate connections that idle for too long. can you make that possible in jsws? remember that in jsquic we defaulted everything to infinity because its a library. while in pk the application, we are controlling for user experience. |
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:
. commit the changes and push to the repository. . ask your contributors to pull the latest changes. . have them run npx husky install or yarn husky install to update the git hooks on their local repository.### Reply:
looks redudant by the gpt, this is done by yarning at first sight, because husky is in package.json pavlovcik |
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:
. commit the changes and push to the repository. . ask your contributors to pull the latest changes. . have them run npx husky install or yarn husky install to update the git hooks on their local repository.looks redudant by the gpt, this is done by yarning at first sight, because husky is in package.json pavlovcik ### Reply:
step . says otherwise.i think that old contributors need to run npx husky install in order to update the commit hooks. |
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:
please see the following example### Reply:
thanks for reporting, will take a look 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:
any thoughts on this solution?### Reply:
setting ps to something reasonable makes sense |
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:
got some help from chatgpt### Reply:
having the same issue. this link sadly wont work for me, can you help us out if you found the 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:
works locally see below but not once deployed. i believe openai servers may be stopping remote access to prevent bots of sorts. the error is a . local worksfor instance, if i import i get!image remote on get.bigagi.com!imageone potential solution is to do this on the clientside, instead of the server side. ideas?### Reply:
theyve added captchas locked to user agent and ip |
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:
ive been implementing a prospective new sourcebase called sourcefiles that wraps xarray open_mfdataset. to do this i need to modify the static list of allowed types in data_source_types. here are some ideas on a plugin based approach that sacrifices some of the pydantic static type checking capabilities for plugin types and adds a little bit of complexity. what do you think?### Reply:
benjaminleighton this idea is definitely worth exploring |
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 recorder a video for sunday and used this issue for demonstration purposes. i think this can help with the work on the issue### Reply:
interesting approach of writing python code to unzip the file looking forward to watching the video the lack of successerror notification is likely related to in case anyone is wondering why there is code for displaying such a notification even though ive mentioned not seeing one. |
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:
suggestions test juggler my personal favourite so far codeleap testhop leapcode jumptest sourceswitch testwizardsee thanks to anlek### Reply:
my vote is to test juggler as well |
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 an example of the expected format we would like!screen shot from awesomescreenshot.comsource url### Reply:
this issue is stale because it has been open for days with no activity. |
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 that too but i use chatgpt to fix that and it work flawlessly after that even with large ingestion. here is the chatgpt chat and you may to increase the batch size from to for example depending on your gpu. if gpu is powerful then more batch size will be faster to ingest ### Reply:
cannot open link. can you please paste solution here. how to decide batch size based on gpu memory? is there any calculation? |
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 found two approaches feels more robust easier and faster, however doesnt quite meet the main objectives of the integration tests### Reply:
hi mmaecki sorry for intruding, i develop nbmake do you have any features requests or ideas? |
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 had trouble with both prompts with .. this one worked well for me. i asked gpt to identify different but appropriate experts to answer the question. i also asked it to score the responses of each expert between and .### Reply:
thanks lowcountrylee. added your prompt 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:
same here, just asked chatgpt with noteable plugin and it led nowhere ### Reply:
nyckit seems that the training script has lost. |
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 local robofile would look like something like thisclass robofile extends drupalstartertasks local tasks can also be added hereso we would be able to override things for projectspecifics.### Reply:
sounds like a great idea. and a great demo for ai assistance |
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:
add a button that, when clicked, copies an image of the tasks to the clipboard.ive been studying how to get this done, these links may be useful.example i have these tasks. i click a button. and the image below is in my clipboard to be pasted anywhere i want.!image### Reply:
i tried to implement and my approach was quite similar to .i also tried to make the first task to have hover effect and the drag icon and done button appear at the screen just like lukeberrypi image, but i only manage to do this with a quickly appearance of those effect at screen. i didnt like the result.i tried to clone the html before making the changes to the cloned html, but when i passed a cloned element, the toblob method at htmltoimage returns null and it doesnt work.i tried a little more, but it didnt get me to any result and did not have much more time to keep trying this week.my next try it would be to put the html to another hidden div and try to apply the hover affect at this another section, but work get me real hard this week. |
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 how you can ignore folders. requires an updated should_ignore method as well as an updated entry in .gptignore ### Reply:
hfvienna jungewerther fwiw, the solution worked well for me! |
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:
please check that this feature request hasnt been suggested before. x i searched previous ideas in discussions didnt find any similar feature requests. x i searched previous issues didnt find any similar feature requests. feature descriptioncreate a python plugin ecosystem where rd party developers can create their own plugins in their own namespace under axolotl.plugins. these plugins can be scanned at runtime and automatically registered. they can then be automatically included for things like training callbacks or prompt strategies. solutionsee alternatives_no response_ additional context_no response_ acknowledgements x my issue title is conc### Reply:
on this, i was going to open an issue for extending the axololt trainer interface in some way to plug in my own logging and experiment tracking callbacks |
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 your feature request related to a problem? please describe.currently english uk and us qwerty and german qwertz are supported for grid .describe the solution youd likei suggest to revisit the existing layouts for other aac platforms. also i think adding further layouts would be beneficial to the community and the adoption of relaykeys. as a first step, adding the layouts only should be sufficient since probably most people interested in using relaykeys will manage with the english docs. thus localized docs may be added at a later point in time.describe alternatives youve### Reply:
ive been wondering about this. i did some hacking with the standard layout system of linux to bulk convert them to our json format. its far from done and i may never finish this but it might be useful for new layouts we want to use. take a look at note the python script in there for doing the conversion. output_json holds the json output |
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 a few morewordweavelingolinklingualoomhere are my sessions if anyone is curiousi need to do some more vetting to check domain availability.also, i imagine we need to check if these terms are trademarked### Reply:
looking at this issue again to see what the options are i have two thoughts. how much of the confusion between language depot and language forge came because of the language part, and how much because of inadequate branding on language depot.. names that focus on lexical data kind of leaves ose in the cold |
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 a few more wordweave lingolink lingualoom here are my sessions if anyone is curious i need to do some more vetting to check domain availability. also, i imagine we need to check if these terms are trademarkedalexlarkin youre a lot more polite than me when you interact with chatgpt ### Reply:
my twocents, for more singleconcept ideas glossia.org greek for language or tongue vernacular.org im iffy on this, but it is available openark. like the imagery, but the regular ones are taken arborofgod.org for garden theme!im a big fan of glossia. its flashy, concise, and kinda mysterious in a good way. great brand name. its almost too big for ld, haha, but i would totally swipe it.of the others, for language locker jasonleenaylor |
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:
eg. user writescreate a form to post a blogand the ai responds withimplement a html form with input fields for title, content, and tags to facilitate the posting of a new blog article integrate the form with the backend api to save the data.example promptssimple description complex description see how openv does it here with a function callnote how this combines what could be multiple queries into one query because it returns a json object uses a function call that receives json as args.we can also experiment with just adding more and more queries to keep each query as simple and focused as possible.### Reply:
you completed this already, no? elie |
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 did i ask the question correctly? it seems to suggest supporting websocket but maybe not http.. is that acceptable? i really dont understand this area very well.### Reply:
that would be ideal, im not sure if http. would support the streams, and websockets offer more flexibility lower latency. |
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:
im curious if gpt.py is buggy which is my guess and gpts guess as well or why its not.on line of gpt.py we define m. we then use m and model when i think we should be using only one of them i think should be model ... and then we only use model. there might be some spots where we have to move tensors so everything is on the same device.### Reply:
i agree with your point, especially in some cases. however, this is an issue of coding style preference. please close the issue. |
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 supabase seems like a good alternative, should definitely give it a go. ### Reply:
i guess it all comes down to the architecture. i think a nosql database is more suited for the use case of a leaderboard. unless there is more to be gained by using supabase other than it is opensource, we should just stick to firebase. more people are familiar with it and use it. it will make it easier for more developers to get involved. |
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 there,currently this isnt directly supported because in cassandra we rebuild the index at compaction time and evict obsolete rows then. however, it would be straightforward to add native deletes to jvector using nn descent. gpt explains what is your use case?### Reply:
hi, thanks for the reply. the usecase is simply to undo a mistake. |
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,thanks for the reply. the usecase is simply to undo a mistake.on thu, oct , at pm jonathan ellis .wrote hi there, currently this isnt directly supported because in cassandra we rebuild the index at compaction time and evict obsolete rows then. however, it would be straightforward to add native deletes to jvector using nn descent. gpt explains what is your use case? reply to this email directly, view it on github , or unsubscribe . you are receiving this because you authored the thread### Reply:
if this becomes a feature request, |
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:
!screenshot_it looks like this.example url not mine. ### Reply:
i see. not sure how it looks like when i implement this on the sharing page. i will fix the position of popup on mobile. |
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:
something changed the order of headers in my request, not sure what exactly, maybe nodefetch update.and it resulted in new snapshots being generated.this is the original req.headers.rawjsaccept ,acceptencoding gzip, deflate, br,useragent nodefetch,host d.joinhoney.comand this is sortedjsaccept ,acceptencoding gzip, deflate, br,host d.joinhoney.com,useragent nodefetchi used this functionjsfunction sortobjectbykeysobj const sortedkeys object.keysobj.sortconst sortedobj sortedkeys.### Reply:
im refactoring mswsnapshot now.the refactored version uses getsortedentries for this.but it has some of the brealing changes. |
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:
it seems to run fine in noteable, so may be a sandbox environment issue, more specific to code interpreter. theres not many binaries that code interpreter cant run though it only really fails with missing dependencies, network access or nonroot syscalls.### Reply:
i suspect its a linux kernel . issue |
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 have some atoms, for caching.its likely better to leave things slower for now so that we dont favor ooms.see ### Reply:
depends on how likely those ooms are. im guessing the bulk of the users never experience them, given that ive rarely seen such reports. |
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 a tricky feature. heres an attempt. you need to save the script to your exalidrawscripts folder and you can run it from the command palette. if it works you can assign a keyboard shortcut.also for your reference and further experimentation, heres the chatgpt prompt and conversation i used to create this script let me know how this works. if it does, i might publish it to the script library.group strokes.md### Reply:
sorry it took me a while to figure out how to use custom scripts. here is my test of the script below. the problem is with normal writing speed its difficult to differentiate between the different letters in different words. perhaps an alternative way to group the words would be by stroke proximity? if strokes cross each other or are within a certain distance then theyre likely to be a part of the same word. thanks for your help so far |
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:
keyrxngi manually asked for chatgpt to do a review and i think it did a wonderful job. automate the following i think the useful prompt, given the context, is specifically the original issue specification is below. do you think that this pull request satisfies all the requirements? and the useful part of the response i posted as my review ### Reply:
pavlovcikdid you see my comment on the pr? so as for uniform styling for any given review are we dictating that or should it appear conversational as your example has shown and can be generated in any layout and not reportesque? |
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:
it would be useful to get chatgpts opinion on a pull request by using a review command. the review capability should read the original issue specification, and see the code diff raw diff should be easy to pass in. the prompt should be something along the lines of i need your help to review a pull request. the original issue specification is xxx and the code diff is xxx. does this appear to achieve the specification? your reply will be directly posted on the github pull request and is intended to be read by the developer working on the pull request, and entire review team. please be descriptive and list all of### Reply:
here, the bot didnt assign keyrxng to this issue even he linked pr to this issue.seems because of wrong function for getting linked prs is being used for this feature. we need to use gitlinkedprparser or sth.should we create a new issue about this? pavlovcik |
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 your feature request related to a problem? please describe.. pregmatch, what preg mean? under the hood it is just regex, replace preg with regex what will be more understatemenable for people. pregfind, pregmatch, pregreplace are accepting regex as string what is not good from performance perspective describe the solution youd like. rename pregfind, pregmatch, pregreplace to regexfind, regexmatch, regexreplace. add function to create compiled regex, pcre library used in mta allow itlocal regex createregex...regexmatchregex, ...can be beneficial in hot paths### Reply:
its not regex, its pcre expressionsnaming is very simmular like php for exampleand etc..we dont have regex expressions like in javascript, i think we should add new functions instead of replace current names. |
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:
given the measurements, the primary areas to focus on are sections b, d, and g, which together account for almost of the processing time. heres a refined list of optimizations based on the measurementssection b .this section likely corresponds to the initial setup and checks in the processnolock method. the multiple lookups transactionstore.trygettransaction, coins.asallcoinsview.createdbytxid.any, etc. are potential culprits.optimize the lookups. ensure data structures used like coinsregistry and alltransactionstore are efficient for the operations youre performing### Reply:
hi nopara, how are you?i saw you wrote how to fasten a transaction...i hade quite a differetn the problemcause i am new i made a transaction from a wallet to the one just opeened in wasaby and still waiitng my moneycold you please help me out with this issue ii do really not lnow where to look |
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:
firstly, thanks!this tool has increased my programming proficiency by ps. lower latency would for sure boost this to, like, have you considered lower level libs for handling playback? i made some gpt queries about that and heres what i was able to come up withi havent worked with lowlevel audio libraries before, but it seems promising if that interests you!best,rich### Reply:
thanks for your suggestion and comments! i think rodio is arguably one of the best audio playback libraries for rust out there so im not planning to switch to a new library anytime 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:
this seems like a good proposal! ### Reply:
holmesworcester no, im not actively working on it. i just closed my draft pull request im also happy to close this issue if it helps keeps things tidy.by the way, suffers from the same problem. typing smile doesnt create an emojiimg width altscreenshot at am src |
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:
it goes through the whole loop to determine roffset, doesnt find the magic value x, and returns . heres the values it did readxebafexcdbxcbxcdxxfxdxfeexxexexfxfdxe suggestions welcome! unfortunately i do not. ive never delved into the internals of the pe file format before. but heres what chatgpt suggested? ### Reply:
the rich header appears to be an artifact of link.exe. binaries linked with lldlink.exe despite objects being compiled with msvc do not seem to possess 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:
this works for compile time sizex x arrayx, x, xand this works for allocatable runtime sizex allocatablexn read from a filex vectorizexnonenprintxthe array of structs is a low priority. the above seems to create a numpy array of type object, so it wont interoperate with c anyway. for the use case where we have an array of structs in c and are trying to map it to a cpython structure, well need to figure out some other solution, here is an example how to do it using ctypes , but if there is no### Reply:
my concern currently is that the type annotation x is not supported in cpython by default as a function parameter declaration. the emulation function dataclass in lpython.py helps us support this annotation.here you shared that we should not subscript x directly, but rather have a numpy array of x. please, could you elaborate your approach? it would be very helpful if you could share an example codesnippet with your approch that works with cpython and lpython. |
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 love your audio synthesis code. i had an interesting chatgpt conversation about this i would like to share hereso, can you please share your insights about how your audio formulas work and how can i learn and apply similar techniques, thank you.### Reply:
i can try n is chosen by the duration of the audio snippet samplerate duration.the function fn is evaluated for each audio sample.audio is always faded from max volume to volume over the duration in.there are base sounds that can be composed to make all sorts of content sin is a smooth ooooo. saw is an electric zzzzz sqr is a digital brbrbr random is a noisy shshshtuning the balance, timing, and frequency of these functions lets you make all sort of audio! theres some amount of intuition you can build by experimenting for a while. i highly recommend plotting some of these functions to help build that intuition collecting a bone in the game should be imagined as a points gained sound. its a short little zzz.activating a switch has no sounds on its own, but rather the sound of a door opening for . seconds. that sound in my mind is a mechanical ratcheting system that is roughly zi zi zi zi. the low frequency square wave turns the sound on and off to simulate the intermittent sound of mechanical gear teeth making new contact. multiplying this by fixed frequency saw wave makes the sound be zz when on and nothing when off.hitting the spider webs with basic attacks should effectively make a cute boing sound. a boing sound is all about frequency oscillating around a base frequency. since a web can be viewed like a guitar string, i use a sin function as the base waveform, then modulate its frequency with another sin inside!the fireball attack is a fun composition of flame sound doppler shift the sound cars make while whiffing by. a burning flame is a crackling sound simply modeled with the random function. as for the doppler shift, take any repeating waveform i chose square wave here, then make its base frequency decrease over time. old game audio has convinced us this sound is pronounced pewwwww.hopefully that helps get you started! |
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:
fwiw i asked chatgpt to do the job ### Reply:
im assuming this is the same issue i have just seen, which is that when i applied the recipe org.openrewrite.java.spring.boot.upgradespringboot__ to upgrade to spring boot ., my build.gradle dependency. httpclient was not replaced with httpclient and i had to do it manually.if this is not the same issue ? i can create a separate new issue. |
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:
make sure to read it includes how id do it.### Reply:
it looks like people are having trouble with compiling for arm architecture in the gptall repo, but it should be possible just need to fix some things in the gptall repo to make it work with arm.if youre ok with the speed of an llm running on a mobile and the ram requirements, then this should be fine. |
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:
patchthecode well, im not a really ios guy but just asked to chatgpt i have intel processor unfortunately otherwise i could try. anyone else?### Reply:
hmm. maybe someone can test this and do an merge request.i wont even be able to test this right now. |
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:
img width altimage srcimg width altimage src name 주예준 description up to sentencesi gave the code to encrypt and decrypt on iam.kaist.ac.kr as input of chatgpt. this code is very difficult for people to read because it is compiled by webpack. however, chatgpt completed reverseengineering in a short time.there are some points to note.. chatgpt inferred from the code that the encryption and decryption algorithms used this library, even though the first code given had no text called cryptojs at all. this is obviously something### Reply:
i dont think webpack was designed to be an obfuscation tool. there are obfuscation plugins for webpack but i dont think they were used here. the library cryptojs is also one of the most widely used encryption libraries in js, so chatgpt guessing cryptojs doesnt seem very significant to me. i think the core of the issue here is that there are better ways to make a website than storing secrets in the js file. it may be more interesting to see if chatgpt can reverse engineer more sophisticatedly obfuscated drm software and anticheat software in video games and other applications. |
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 aaishik,heres a public link of my chatgpt thread even though gpt is saying otherwise, you have a share chat option in themenu.on fri, jul at pm, aaishikdutta .wrote hi dvcoolster do you have any documentation handy, i can start looking into it, thanks! reply to this email directly, view it on github , or unsubscribe . you are receiving this because you were mentioned.message id .regardskushal jain### Reply:
thanks this helps! |
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 code tour ### Reply:
issueupdatestochangesapi.patch |
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:
konard , i need to know how bundler will be working because this information can help me how i should add types to monacoeditor ### Reply:
freephoenix it is planned to work using require function. |
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 the bug present when using the default obsidian theme?yes is the bug present when snippets and plugins are disabled?yes minimal theme version.. describe the bugbullet points are not always round, especially when small!imagefixcss.listbullet fix aliasing willchange transform.listbulletafter fixes aliasing for subbullets willchange transform!imagei did not provide a pr as i am not sure where this should be included.### Reply:
thanks, this will be fixed in obsidian core app .. |
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 issuedidnt find any googling result chatgpt result your question herequestion is not about assignment but more general. i am using provided development server. when i run .scriptsgrade.sh in the terminal i get the following error.scriptsgradeutils.sh line rustup command not foundi figured i should install rustup and ran this scriptcurl proto https tlsv. ssf shhowever, the terminal says error cannot install while rust is installed, i have an option to continue installation, however, im not sure if i should do that. how can i solve this problem?### Reply:
could you try rustup version command and share the result? |
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:
fffiend thats not bad for a first try out of the box!can you please run this through some list of user interface component names? e.g. ### Reply:
prompt window, tab, panel, menu, submenu, button, icon, text field, text area, search bar,logoheres a couple runs on the same image with their respective box and text threshold values!imagebox ., text .!imagebox ., text .promising results! although i imagine rate of wrongly classifying things is higher since the threshold values are halved.!imagebox ., text .!imagebox ., text . |
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:
im not a swift developer so i tried with chatgpt but dont think thats the solution d### Reply:
make sure you have notifications for neardrop enabled in system settings. |
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 came to the same conclusion and asks chatgpt for fix. i think the proposed fix is correct, but probably not as elegant as reinitializing the variable correctly for each row, but i have no obsidian plugin skills in order to test this.i have this issue on several empty or unassigned fields in my table.### Reply:
this is a duplicate 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:
this is what chatgpt had to say about this, can anyone confirm this is an ok change to make? i can confirm it generates less biased hotpschristianboehlke linking you in here as you seem to have some experience with this.### Reply:
i would definitely appreciate any change be accompanied by tests. especially those that involve some sort of time mocking so we can verify things work over 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:
each time we bump a version we need to manually publish the changes using poetry build the poetry publish. we would like to publish a new version automatically each time there is version bump.here is what chatgpt has to say about it### Reply:
mmabrouk can i get a description of this issue? |
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:
ive just replicated this and come to the same conclusion, i hope you dont mind the informality of a chatgpt share link case it helps ### Reply:
this issue will be resolved when this work is completed |
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 one representative example heres the result of trying to parse the figure caption into subcaptions by simply prompting chatgpt ### Reply:
another attempt with a different prompt that one does a good job of including the relevant information for each subpanel into its description. |
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:
another attempt with a different prompt ### Reply:
that one does a good job of including the relevant information for each subpanel into its description. |
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 needs to become verified### Reply:
where is the altitude in the csv file? the kml file has something in a strange unit, but i am not sure about the altitude in there, either. reading in either file format isnt problematic, if we can identify the altitude in 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:
related issue_no response_ googling result chatgpt result your question heresubmit_log.txtas the log is quite long, full text of it is attached as a file.i am attaching the contents as a file due to the length of the log.if you check the contents of lines to , we can see that the version of alter ergo installed in the grader is .., .., and ... however, from the logs on lines to , it can be observed that there is an attempt to use version .. of alter ergo for grading the submitted code. it seems### Reply:
ive fixed the issue.there was some variation in the environments from what i have tested the scripts on.sorry for inconvenience! |
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:
for what its worth### Reply:
note that as with any preserve existing formatting option, there will always be complex scenarios which we cannot handle e.g. merged cells, formulas. itll do a best attempt, but the only safe option will always be a fresh spreadsheet. |
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 resultdidnt google anything chatgpt result your question herewhen i submit to assignment , test card_grade always times out with the following messagerunning testtest timed out cargo test lib assignmentsassignmentcard_gradeeven with the simplest implementation possible submission .rsimpl player this function should return the index of the card to flip and the color to change to.pub fn flip_card_strategymut self usize, color , colorwhitemaybe it is because the test duration was changed from second to seconds### Reply:
oops. i think the error occurred due to grade script. we set the time limit to s, which is too tight. i will let you know again after modification can you give me a time to fix 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:
related issue_no response_ googling result chatgpt result your question herewhile running test_rational_arithmetic function, i found an error which is as followthread assignmentsassignmentsymbolic_differentiation_gradetesttest_rational_arithmetic has overflowed its stackfatal runtime error stack overflowerror test failed, to rerun pass p cs libcaused byprocess didnt exit successfully homeubuntucstargetdebugdepscscead assignmentsassignmentsymbolic_differentiation_gradetesttest_rational_arithmetic exact noc### Reply:
first, try printing the values of arugments a, b coming into gcd. by e.g. inserting println!a ? b ?, a, b in the first line of the function gcdthen, see the printed values of a, b.examine the pattern of values and see the gcd is called at correct places or doing the computation correctly. |
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 this chat with gpt that explains the naming might be useful ### Reply:
there should be some code in clickhouse doing that in background thread pool. we just need to find it out, run it immediately on optimize. any interest to make a patch? ruslandoga |
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 graph.rs, nodehandleadd_edge have self while subgraphadd_node have mut self.i believe both should be mut self, since both somehow modifies the struct.i thought maybe there is some contrived way like using rc or refcell or similar tools to bypass this restriction, and used chatgpt to find that, but to no success.it would be grateful to know whether this difference is intended or not.### Reply:
yes, its quite intended, and you found the point regarding mutability! keep going |
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:
specificationnow that we have jsmdns doing the multicast for local network discovery.another backup option is pcppmp through the upnp protocol.this basically communicates with the router in order to open ports. so technically its about doing network traversal by asking the router nicely rather than punching through or via relays.the main library ive found that can do all of this is there are other js libraries that are all unmaintained such as therefore, its better to instead just rely on the native library and wrap it up like we have done with jsdb and jsquic.### Reply:
im not sure upnp is what we want exactly. i think upnp may include natpmp and pcp but well need to double check that.i think natpmp and pcp are simple enough to make requests in the typescript code directly. some brief research shows that theyre pretty simple requestresponse protocols. i cant say if thats preferable to some already made implementation though. |
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 could be done with a simple excalidraw script. i think this script does what you need. copy the file to excalidrawscripts, select the images you want to resize on the canvas and use the command palette to run the script.resize images.mdthis is the chatgpt prompt i used to generate this script ### Reply:
thanks for your helpful reply!ive tried to installed resize images.md that you provided and it works well.btw, the already existing script uniform size seems only able to handle simple patterns like diamonds, not images.again thanks for this brilliant plugin! |
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 error message you provided indicates that there is an undefined reference to the operator delete function from the qt library version in the libquazip.so... library. this typically occurs when there is a mismatch between the qt version used during the compilation of the libquazip library and the qt version being used during the linking phase of your application.to resolve this issue, you should ensure that the qt version used to compile the libquazip library is the same version used in your application. follow these steps to help resolve the problem. check qt versions verify that you have the same version of### Reply:
hi xmsnake . thanks for the hints, but, unfortunately, before ive posted this error, ive already tried manually compiling and adding paths etc. i actually tried today once again from scratch, and the project seems to still be unbuildable quits with the same error. i might probably use nixpkg or docker ubuntu image to build it, but still, would be great to see if the project will move along with the newerwidely supported versions of both qt instead of and libquazip . instead of .. right now im using the debtap autorepacked debtoarch pkg version, but it has some interface freezes and overall work not perfect. |
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 out the new plugin functionality of chatgpt and asked some hopefully good questions, this is the resultis this something worth proceeding with, or rather not?### Reply:
hm, not too bad, but also still very generic and not really based on the fsr. the main challenge with the yamaha and rolands is to actually understand the data format, as they are so convoluted.we usually want to ignore multi modes and rather just have the synth in single mode, and then determine what parts of the messages make up a single patch. mostly voices here on the fsr, but not knowing the synth i have no idea what i am looking at in the documentation, it has different native bulk dumps but which ? |
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 herehello, i tried to clone a repository in github without forking it in workspace using coder website. thus, i created an workspace and opened terminal, and wrote as followings git clone origin upstream gitgithub.comkaistcpcs.githowever, i could find a error, fatal could not read from remote repository. how can i fix it? i am new to git and coder, so please explain it. or if my understanding to open the repository is wrong, please point it out. sorry### Reply:
maybe you should clone with the https link git clone origin upstream |
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:
checklist x ive checked if anyone else suggested this feature before by looking through the issue reports. what anki version are you using?.. aaaf what operating system are you using? i.e. macos, windows, linuxwindows problem caseweve all been there where were in the library or some public place and bam an explicit image shows up on your screen for everyone around you to see solutionadd an image class called explicit and any image thats tagged with that in the html should automatically be blurred unless image is tappedclicked more informationheres a conversation from the ankih### Reply:
sounds like a great idea. abdnh can you implement this into all the anking note types? i think it would also be nice to have it implemented into the wrapper meta addon so that you highlight the image or text and then click the button to add the necessary html class |
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 may be outside the range of prompts you want to support but the error message is unclear._i coudnt run a prompt a dialog box pops up saying error unknown error.the item in the textfields node leading to this prompt is disabled in the link above, if reenabled it will show the prompt which seems to render properly. im not sharing in this issue because it does not display well in github as it includes multiple code blocks itself.console log includes thismain.cabed.js error generating responses for gpt.turbo cannot send a prompt prompt is shown to llm prompt is### Reply:
hi daniel,this error occurs because one of your prompts has a template variable line in it that is unescapedimg width altscreen shot at am srcin a textfields node, you must escape any braces with in order to avoid this behavior. this behavior is on purpose as we support chaining prompt templates together textfields together in tf nodes.if youre importing lots of code, you might want to use tabular data nodes instead, which escape braces by default.for more information on prompt templates and escaping, see . |
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:
kingalg emim this isnt done quite right. two issues. opacity shouldnt change on dragscroll since this is nonstandard.. opacity change should only last as long as the tap.gpt has some suggestions airbnb is an app that has this behavior in the results list. its fairly hard to find an app with this behavior, as most apps simply load the desired screen fast enough so that no user feedback is required changing screens is the only feedback needed.i think we should fix the first issue by adding the delaypressin parameter, since that seems easy, and then deprecate the need for any of this by### Reply:
holmesworcester i agree that its going to look better without change on scroll but i also dont think that its wrongly implemented by emim . yesterday when i was checking this issue i was actually missing details of how it should work and i asked emi how she understood those requirements. its never a good sign if developer and qa need to guess so we should definitely from the beginning ask for detailed requirements. opacity not changing on dragscroll is more common solution but not the only one. to not look far, opacity change on dragscroll is implemented on reactnative webside that was linked as an example of handling touches. so it was justified that without specific description emi has chosen this one. what i would take from this is. lets change how we handle opacity to what holmes described in the comment i suggest tracking this in separate issue as this is out of scope of description of this task and it will be easier to check on this later in separate issue.. more detail in the task description is better then less even if we think that something is obvious.. if we feel that not all details are clear its important to ask for them. |
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 cant think of a great solution right now on tightly associating tasks on github with google slides.i have mixed feelings for posting a link as a deliverable due to links being able to break. this makes auditing brittle.so i think maybe it makes sense to only directly credit bounties for content e.g. the text i provided an example pull request for for now.if pitchdecks are ongoing deliverable format for some reason, we could probably use an open source parser to consume the markdown files and spit out a presentation.some open source pitchdeck formats. if they### Reply:
dont you think that creates more unnecessary work for the person trying to utilize it? the slide is ready to use with little modification on the business developers part.we should have ready to pull repositories of collateral. like i need to send an email to this guy, let me go to the google drive and associate the file |
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:
teaching chatgpt how to code ### Reply:
bards solutionarr listkey value, key valuearr listkey newvalue, key newvaluetotal_arr carr, arrprinttotal_arrthis code first creates two r lists, arr and arr, with the same keys and values as the javascript objects arr and arr. then, it uses the c function to combine the two lists into a new list called total_arr. finally, it prints the contents of total_arr to the console.the output of the r code is the same as the output of the javascript code printtotal_arr key newvalue key value key newvalue |
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:
if you use chatgpt, i requested some solutions for you at ### Reply:
thanks! i think what i went with in the end was, adding this to the template.tex file! basically just reducing the header size, but trying to keep the cool style of alternating between chapter title and section title! |
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 a command line cli application. it is not designed to used by beginners from scratch and unfortunately most tutorials to use cli application or running node js are geared towards developers.however, you could ask chatgpt to guide you along, for example if you are on windows### Reply:
i appreciate your prompt response and would like to express my gratitude. |
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 link in the totp decision shows a page. it happens to me both as an anonymous user and when i am logged in at openai.com.### Reply:
thats pretty sad i should have saved it elsewhere because this is all i see when i try to go to that conversation!imagemaybe its just an issue with their infra not being able to serve that size of a conversation and one day well be able to see it again, but right now it doesnt look like it can handle 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:
it seems like its a limitation by swcrust and theres no good workaround ill keep using terser then. thank you for your efforts nevertheless.### Reply:
i dont think its a limitation, and your regex can be easily adjusted. the reason is that swc is written in rust and you dont have a jscompatible regex engine which is both fast and small. |
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:
makes sense. i dont know regex though and chatgpt failed to give me an adjusted regex. do you know how i could get an adjusted rustcompatible regex? it should only mangle property names ending on _ and not starting with __corejs_shared__.i tried again and the regex it gave me is failing in your tester, just like the original one.### Reply:
danieltroger while trying to fix it i found that it works if regexfancyregex is enabled. ill fix it 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:
please describe the feature youd like to see added.maybe i am naive about it but id like to ask nonetheless. could the hash algorithm be modified in following way transactions are valid every address that wants to send something actually has that something block template is ready list of all transactions available to that mining node the hash of each nonce should have an additional final hash that is based on a lookup in the blockchain raw data itselfthe idea is to bring the pow back to a machine that has resources similar to a pc which may be closer to satoshis original vision, namely a lot of ram### Reply:
bitcoin uses a flawed concept. dont change 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 think it can be cool to have also the ability to use os proxy configuration in windows is possible to set a proxy system wide, that most of the applications ignore d we may be limited now by axiosthere is still a possibility of bruno automatically reading os proxy configuration and passing it on to axios. if it works, we can also provide a toggle to use os proxy configuration.### Reply:
this package is old and not maintained but it could be a good starting point to study the problem.normally under linux you should just honor env vars http_proxy, https_proxy, no_proxy easy.problems arrives with windows i can give you some powershell script to obtain the values but dont know how to reproduce them in javascript and macos which i ignore how it manages a system wide proxy.update from axios npm page proxy defines the hostname, port, and protocol of the proxy server. you can also define your proxy using the conventional http_proxy and https_proxy environment variables. if you are using environment variables for your proxy configuration, you can also define a no_proxy environment variable as a commaseparated list of domains that should not be proxied. use false to disable proxies, ignoring environment variables. auth indicates that http basic auth should be used to connect to the proxy, and supplies credentials. this will set an proxyauthorization header, overwriting any existing proxyauthorization custom headers you have set using headers. if the proxy server uses https, then you must set the protocol to https.it seems that axios already honor env vars. |
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:
updateimg width altscreenshot at am srcwe should just build a json converter if its too hard to rewire this.let me get chatgpt to do it.updatepythondef parse_large_jsonlarge_jsonsmaller_json order v,mdsum ,name ,filename ,filesize ,requires ,ramrequired ,parameters ,quant ,type ,description ,url ,prompttemplate ,systemprompt smaller_jsonorder vsmaller_jsonmdsum large_jsonfilesallshachecksumsmaller_jsonname large_jsonnamesmaller### Reply:
by the way, if you want to engage anywhere, it should probably be in the issue linked above _model repositories_ |
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:
feature requestplug in toseems like this is all ggml format. motivationspeed up deploying new models. your contributionjson_descriptorversion ..,datepublished t.z,name wizardcoderbv.,description wizardcoder empowering code large language models with evolinstruct. to develop our wizardcoder model, we begin by adapting the evolinstruct method specifically for coding tasks. this involves tailoring the prompt to the domain of coderelated instructions. subsequently, we finetune the code llm, starcoder, utilizing the### Reply:
ive seen that project, its neat that it exists. i dont think it would speed up deploying new models in the long run. it might be convenient for some, but then things would depend on a separate project. if something breaks, itd be a real headache. if there are models in that list which are not in the right format, people would still expect to be able to use them, even if thats not easily solvable.you can already just sideload extra models from e.g. hugging face if their format is compatible. sideload meaning, just download it and put it next to your other models, restart the chat gui, and it should be visible in the dropdown. |
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:
minimal reproducer of what i think is the issue chatgpts opinion### Reply:
see thisand thisit looks like transform_view doesnt implement operator |
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:
if youd like some help from gpt to understand this### Reply:
i was just experimenting with the test_simple_padding_convd test and noticed a max operation that is performed on two equal constants. since this might be optimized for constants or other equal variables, i think it is useful to know. i couldnt find something in lazy.py to optimize it. the following output is obtained with forward_pass. |
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:
which part is normal was tested?that i cant connect to fulcrum from either sparrow or electrum with ssl portor that i cant connect with electrum to nonssl port?i create a new key and cert following this and it worked.### Reply:
yes, tor info here could be useful |
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:
how should i modify my code to prevent duplicates based on email column of contact model when importing through csv and ideally showing error on frontend? below is my attempts so farthank you!### Reply:
thats a lot to run through having not investigated the full history of your chatgpt session, i want to indicate that i believe csv import already supports what youre trying to achieve you shouldnt need to change any code within the package to do what youre trying to do hereyour resource and database just need to be set up correctly. add a unique validation rule to your email field in your nova resource definition. optional but highly recommended add a unique index to your email columnthe import summary in the latest versions of csv import should provide you with enough detail to know what has happened! |
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 chat gpt plus. after trying to use this link and clicking continue, it gives me a .### Reply:
investigating |
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:
got me absolute vagueries about the specifics being requested.### Reply:
hey yo. merge this. thanks |
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:
can you check the integrity of fritzing? reachable by right clicking, . certificate should be to fritzing gmbh.were there any error messages when installing on the ideapad?### Reply:
hello, thanks for your answer!i checked the integrity as requested and the certificate is correct i download the file from the link supplied by fritzing several times.during installation any error message appeared checked several times, previous versions dont have this problem.thanks and best regards. |
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:
new approach session ### Reply:
no much time left, sed |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.