Tommy D. Rossi
Tommy D. Rossi
It's not currently open source but I can probably make it open source. What is your use case?
Do you use the WHSIWYG part? if not I would prefer adding the features you need here, self hosting the old version is non trivial. what features do you want?
Good finding @nx-alejandrolacasa Adding this to the keymap fixes the issue for italian keyboard: ```jsonc { "cmd-/": [ "editor::ToggleComments", { "advance_downwards": false } ], } ```
tmux works really well for running commands in background it can - start bash commands (sessions) in background with a name - list sessions - kill sessions - get last...
The problem is that the package `@opentelemetry/api` distributes invalid esm code, esm code imports need to use the .js extension but instead it tries to import without any extension, which...
@jiyeol-lee Why would you like to make it optional? Do you want to prevent the LLM to write to /tmp?
Any blockers to this PR? @rekram1-node
Do you mean this? https://x.com/thdxr/status/1994862262125789425?s=20 This PR does not handle interactive commands. That's a lot more complex and will take a while (also planning what it should look like) This...
Now it's very restrictive because it asks for the exact same context7 slug format which the llm can't really know without the user explicitly telling it https://github.com/upstash/context7/blob/1755da4d49af053613e7ff70cd63a40db66a0970/src/index.ts#L50 I think you...
Here is a reproduction getting the same segmentation fault in Windows, when running a NAPI module that works on both Linux and Mac The issue happens in the napi branch...