Khang Nguyen Duy
Khang Nguyen Duy
Adding patterns broke a TikZ code. Here is a simple example: ``` $$\usetikzlibrary{patterns} \begin{tikzpicture} \filldraw[pattern=dots] (0, 0) rectangle (1, 1); \draw (-1, -1) -- (2, 0); \end{tikzpicture}$$ ``` All I...
Suppose I have a `post` layout like this: ```js import H1 from '$lib/H1.svelte'; export { H1 as h1 }; ``` This mdsvex file ```mdx --- layout: post --- # Welcome...
I noticed some functions return `Box`, when they can just return the error code. Is this intentional? https://github.com/bmatcuk/libuv-rs/blob/df3f9e14397e5a937ed07af794212554a3cd81ac/src/handles/fs_event.rs#L136-L161
For easier debugging, without modifying and bumping `core` version each patch
I think it would be nice if there is a djot document to play around with, [readme.dj] for example, rather than a blank document. I suggest we fetch the file...
**Basic information** `zellij --version`: `0.37.2` `stty size`: `31 258` `uname -av` or `ver`(Windows): Linux ZENBOOK-DUO 5.15.90.3-microsoft-standard-WSL2 #1 SMP Wed Jul 12 00:26:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux `alacritty --version`:...