SY
SY
> @felixfbecker are there any plans of removing the index from memory? Have you though using sqlite for example? My project has 26k php files. I tried it with vscode...
@zaquestion , yes I had read the #130 issue. Sometime it would be easier to set the project id in directory root than to make the sysadmin do the work...
It fixes the issue for `llama3`, however, `llama3:8b-instruct-q8_0` seems to have similar issue but it comes with a leading `'`. ``` Action: Ask question to co-worker Action Input: {"question": "Can...
Not sure if I find the issue or not. The generated `client/generator-build/index.js` is a commonjs module which cannot be executed in Deno, however, the `index.js` is checking if it is...
> The weird bit is: Running the command again, with no code change, it works for me. Can you reproduce this @SYip? I tried `deno run -A npm:prisma@^5.2 generate --data-proxy`...
> > ``` > > const isDeno = generator?.previewFeatures.includes('deno') && !!globalThis.Deno > > ``` > > This code should only affect some output, but nothing about the code itself. There...
I created a discusstion related to this: https://github.com/denoland/fresh/discussions/2779 It would be something similar to AJAX, but instead of returning json data, the server return an island and replace the form...
Related to this: https://github.com/pyenv/pyenv/issues/3165