Kai O'Reilly
Kai O'Reilly
Yep, if you're not trying to implement the stdlib os API, you should need a lot less code. Most of the logic in jsfs is implementing different os functions that...
I will look into this.
Yep, I have thought of this before and will work on it soon.
To make the layout better for your small screen, you should run `Splits > Set View > Small` (you can type `ssvs` in the search bar to get there). I...
We will definitely work on all of these features over time, especially in the context of #305.
Yes, I will implement good MD code highlighting and rendering soon.
Just to clarify, the issue is not that we need to magically detect the language of the code blocks. It tells us the language of the code blocks, and I...
I agree that this would be nice. I did some research and it doesn't seem like there is an easy way to get the os version on all platforms; if...
Yep, we need web, desktop, and mobile. Web should be easy, as we can just use the user agent string. I'm not sure about the other platforms though. I think...
Yep, we don't want to depend on any server side things. I can definitely do the web version information soon once I finish this configuration rewrite, and if you can...