gptlang

Results 15 comments of gptlang

I have a public instance with at most 10 users hosted on a tiny machine with 1GB of RAM. The memory causes a crash every few hours It isn't instantly...

It's pretty important to merge this. Reliance on a closed source service isn't a good outlook (though we're still dependent on OpenAI)

I followed all the instructions here: https://docs.invidious.io/ipv6-rotator/ ``` root@invidious ~/invidious [1]# docker-compose exec invidious ping -c 1 ipv6.icanhazip.com PING ipv6.icanhazip.com (2606:4700::6812:7361): 56 data bytes 64 bytes from 2606:4700::6812:7361: seq=0 ttl=58...

Just deployed minutes ago. Same issue: Title: `Index out of bounds (IndexError)` Date: `2023-10-18T16:41:56Z` Route: `/data_control?referer=%2Ffeed%2Fplaylists` Version: `2023.10.10-069e91d @ master` Backtrace ``` Index out of bounds (IndexError) from /usr/share/crystal/src/json/any.cr:237:3 in...

I was not aware of these features (Not a user of VScode). Thank you. I will look into this.

There are a lot of wasm files as part of the Copilot Chat VSCode plugin. It will take a lot of effort to get it working 1 to 1 but...

I'll have to abandon porting everything to lua since this might be a bit too complicated for me to do in a new language

~~I've got some of the sub-commands down but my VSCode is missing `@workspace` among others from the video~~ Edit: I haven't updated VScode in a loooong time

I'm still working on this. Running into a bit of trouble. During the embedding request, it sends each function/class with ... for omitted code. I don't know how they parse/identify...

Maybe tree sitter? Not sure how to ensure that the parser for any specific language is installed.