Alex Yang
Alex Yang
```ts interface Db { loadExtension(file: string): void; } ``` should remove the second parameter for compatable with `npm:sqlite3`
### Describe the bug ```ts import { createServer } from 'vite' const server = await createServer({ plugins: [ { name: 'virtual-fs', resolveId (id) { if (id === 'my-virtual-file') { return...
### Describe the bug https://github.com/dai-shi/waku/pull/901 ### Input code _No response_ ### Config _No response_ ### Playground link (or link to the minimal reproduction) https://github.com/dai-shi/waku/pull/901 ### SWC Info output _No response_...
Closes https://github.com/nodejs/node/issues/53898 This PR will implement `loadExtension` API to align with other SQLite3 JS library like [`better-sqlite3`](https://github.com/WiseLibs/better-sqlite3), [`node-sqlite3`](https://github.com/TryGhost/node-sqlite3), [`jsr:@db/sqlite`](https://jsr.io/@db/sqlite), [`bun:sqlite`](https://bun.sh/docs/api/sqlite) Example Code: ```js import { load } from 'sqlite-vec' import...
Fixes: https://github.com/nodejs/node/issues/49674 --- ```shell ➜ node /Users/himself65/Code/node/out/Debug/node -e 'import("whatever")' node:internal/process/promises:394 triggerUncaughtException(err, true /* fromPromise */); ^ Error: No package entry point defined for package 'file:///Users/himself65/Code/xxx/node_modules/whatever/package.json' imported from xxx/src/index.ts at legacyMainResolve...
Internal LlamaCloud bug found, please check https://github.com/run-llama/platform/pull/4952
Question as title, Im trying to put a json in 1password and load it in CI. but what I see is the result removes `"` in the object and cause...
Upstream: https://github.com/run-llama/LlamaIndexTS/pull/1855 `fs.existSync(path)` will assume path is a posix/win32 format if you give a string, so you will need pass `url.pathname`