Matija Grcic
Matija Grcic
Same problem `debug3: read - ERROR from cb :87, io:0000012604E651C0` which then results in `read: Connection reset by peer` . Version used [WinFsp 2019.3 B4](https://github.com/billziss-gh/winfsp/releases/tag/v1.5B4) and [SSHFS-Win 3.5 BETA](https://github.com/billziss-gh/sshfs-win/releases/tag/v3.5.19106) Related:...
Thanks for the follow up @Ice-IX but i'm getting the same error message after explicitly setting the path in the prompt.
Is there a possibility for a new option in Sanity to do a deep create as this would solve lot of reference managing engineers need to do now. Sanity can...
Try using `textColor `property and set it to black explicitly, that worked on Pixel 6 Pro.
Try using `textColor `property and set it to black explicitly, that worked on Pixel 6 Pro.
> i've made a [python script to convert the json-full output into ass subtitles with word-by-word ts](https://github.com/eadmaster/dotfiles/blob/main/bin/whispercppjf2ass.py). It still needs some work, but it is somewhat usable already: > >...
> @nilsreichardt FYI, the [upcoming v4](github.com/openai/openai-node/discussions/182) of this library has auto-retry with exponential backoff baked-in. [#400](https://github.com/openai/openai-node/issues/400) [Retries](https://github.com/openai/openai-node#retries) [v4.14.0 (2023-10-25)](https://github.com/openai/openai-node/blob/master/CHANGELOG.md#4140-2023-10-25)
> This issue is the same as [this issue](https://github.com/shuding/nextra/issues/1564) most likely. > > A current workaround is disabling build cache on vercel side of things. This can be done by...
Used the following to produce the working command: ```bash # Extract the -vf parameter and save to filter.txt awk '/-vf "/{flag=1} flag; /"/{flag=0}' fileName.wav.wts | awk 'BEGIN{RS="\""} /-vf /{getline; print}'...
This would be great to have. I've read the comments: https://github.com/denoland/vscode_deno/issues/932#issuecomment-1848795484 > I forgot to give an update here, this is blocked by [gluon-lang/lsp-types#268](https://github.com/gluon-lang/lsp-types/pull/268) which implements this API in the...