狐狸

Results 105 comments of 狐狸

https://github.com/edgedb/edgedb-js/blob/40bb9d952f14bf56d18e889d82c61e6aec97fadc/packages/auth-core/src/core.ts#L33-L44 The issue is here. If no branch is set, the baseURL will use "edgedb".

If folder doesn't exist, cp in node will create folder, but bun won't. ```javascript import { promises } from 'node:fs'; const src = 'newFile.txt'; const folder = 'folder-not-exist' const dst...

> 如果您需要将`large`文件复制到不存在的文件夹,则会出现 Bun 错误 问题恰恰只出现在大文件中,因为小文件一切正常 ``` await promises.writeFile(src, 'A') ``` On my computer, this also causes the error, so I don't think the file size is the issue.

https://github.com/oven-sh/bun/blob/99b979e5caaa0052e79eb4b5d8eb3ea11702dbcf/src/js/node/fs.promises.ts#L4 https://github.com/oven-sh/bun/blob/99b979e5caaa0052e79eb4b5d8eb3ea11702dbcf/src/js/node/fs.promises.ts#L97-L109 Set any option that makes this function return the js fallback ported from node will make the program succeed. ```javascript import { promises } from "node:fs" const src...

Maybe this is because the enum doesn't implement IntoActiveValue? Is there any easier way to implement IntoActiveValue for generated enums instead of doing it manually?

This don't relate to that commit. It relates to how Iden escapes quotes. @Expurple What are your thoughts on this? Keeping the Iden trait seems to allow for type-specific behavior....

A non-breaking approach is to extend the parameters of this method to accept both IntoIden and IntoColumnRef, which would cover most such use cases.

Windows 11 Bun 1.1.20 ``` > bun update yarn -g error: Failed to link bun: EBUSY > bun bun: The term 'bun' is not recognized as a name of a...

Still happening on https://github.com/zed-industries/zed/commit/387ee46c466f6e2c736e35fb823fea1e5e4c7ea5