Aiello

Results 20 comments of Aiello

Because of moment's dynamic require locate files, the require statement still use relative path, even in mermaid, thus can't find './locate' files. Mermaid shouldn't pack "moment" in its dist file!...

`chooseFileSystemEntries` changes to `showDirectoryPicker ` `showOpenFilePicker` `showSaveFilePicker `

I believe that since Bun is often a drop-in replacement for Node.js, supporting these use cases could significantly reduce migration costs.

Oh, I find that, symbolic link also works! I'll try to use link temporary. And I also try to implement NODE_PATH with these code. It works,but I don't know how...

oh I see in the cache folder ``` /Users/xxxx/.version-fox/cache/nodejs/v-18.20.3/nodejs-18.20.3/bin ```

Zed now support extensions, Cobalt2 theme will be the best!

> Zed now support extensions, Cobalt2 theme will be the best! https://github.com/zed-industries/extensions/issues/238

> Started working on it https://github.com/nazarhussain/cobalt2-zed, not fully matured but seems to match really nice. > > @wesbos If you want to take it forward I can transfer the repo...

需要 cpu 支持 avx2 https://github.com/swigger/wechat-ocr/issues/36

```tsx import React, { forwardRef, useRef, useImperativeHandle, useLayoutEffect, } from "react"; import { TextareaAutosize, TextareaAutosizeProps, } from "react-textarea-autosize"; const Textarea = forwardRef( (props: TextareaAutosizeProps, ref: React.Ref) => { const {...