Gerald
Gerald
I agree to have a back button on the top (`←`), I feel a new tab for recycle bin is too strong.
I see, a new tab is fine. I misunderstood the idea of tab. > currently they can't write a new script if it matches one in the recycle bin Actually...
I guess this should be a feature for markmap-vscode.
Either add this to the beginning of your Markdown file (note the `markmap:` namespace): ```md --- markmap: colorFreezeLevel: 2 --- ``` Or this to the **Default Options** of your extension...
I guess your end of line sequence is CRLF? Only LF is supported at the moment, let me fix this.
Maybe kevva/bin-wrapper#73 is a better idea. Update: Just added #195 to support mirrors, without breaking earlier versions.
@lukkm Here is a workaround: https://stackoverflow.com/questions/24774980/why-cant-i-catch-sigint-when-asyncio-event-loop-is-running/24775107#24775107
 This button is used to fold/unfold the next node and its children recursively. Maybe it was a bad UX 😂
It's caused by https://github.com/denoland/deno/issues/16570 , `fetch(request.clone())` does not work in Deno when there is a stream body. https://github.com/sindresorhus/ky/blob/577dd4c5e36f214930a22247523a73d37847c335/source/core/Ky.ts#L298
I love this idea. I'll implement the new sync service as an independent library. But I won't be able to start soon. Sorry about that. The existing implementation has some...