GB

Results 42 comments of GB

> Is there anything I can do to help expedite the release? It looks like others are increasingly affected by this. I wonder how many don't even understand what the...

I have this running in cloudrun as of a few days ago which may help contribute back to see the setup. https://github.com/groovybits/gaib/blob/main/Dockerfile https://github.com/groovybits/gaib/blob/main/cloudbuild.yaml https://github.com/groovybits/gaib/blob/main/CLOUDRUN.md I actually saw this one and...

I found adding [] around the features array got me past this issue... File "/home/osboxes/namsel/namsel-master/page_elements2.py", line 201, in __init__ prprob = predict_proba([features]) Although it seems odd so I am wondering...

So basically it's just a samba SMB shared drive, basic setup built in to centos 7.9. I get issues where I will save and it says the file changed on...

Also I get issues where Zed suddenly has all these "errors" about type's not existing that are basic / built in. Till I reopen Zed or close/repopen the project. It...

More details, it seems to happen if I put any load on the fileserver. Zed thinks the files vanish over and over. Zed freaks out and starts trying to do...

This is much worse suddenly. Indenting stops working for some reason on save, and save can take minutes to work. Every update degrades SMB access from my mac to a...

> This is much worse suddenly. Indenting stops working for some reason on save, and save can take minutes to work. Every update degrades SMB access from my mac to...

Now this fails to recognize when the file has already been saved, so it never thinks it saved it but it has saved on the file server. :( This is...

I can control that in my fork by the maxTokens parameter that I am altering like this: https://github.com/groovybits/gaib/blob/main/utils/makechain.ts#L23 Also see how the prompts can provoke more complex / longer answers...