nick

Results 56 comments of nick

Is it expected for the crate to open the CLI editor in a new terminal window if invoked from a GUI editor?

I’d also like to include I was using the VSCode extension, I’m going to try it out with the CLI version.

I took a quick look at the implementations in the various clients and noticed that you used a `RefCell` instead of something like a `RwLock` or `Mutex`. `RefCell`'s are meant...

Check out issue #22, might be able to solve the problem without needing any interior mutability.

To get a gist, basically, relative paths should just be removed completely. No matter what, even if you use what I said above there could still be issues. A big...

@veeso any thoughts on this? I might go ahead and implement it,

I've compiled some information for how amethyst/yabai/hammerspoon solves this issue: [amethyst code](https://github.com/ianyh/Amethyst/pull/1530/files) (from @alimg) [yabai code](https://github.com/koekeishiya/yabai/blob/f4ada8d557aeb9c8ba0d031ee6f645acffff50fd/src/window_manager.c#L1281-L1323) https://github.com/Hammerspoon/hammerspoon/issues/370 (probably the most informative) It looks like the creator of yabai (and later...

Hm, I like the idea of adding fallbacks, but there's also other factors to consider. What if the program or computer crashes, but not due to the private API? The...

I need to generate tens of thousands of individual pdfs, all that reference a unique path. To do that, I generate a `.typ` file that imports my template and calls...

That'd be a good workaround for now, I'll have to try it out.