Jason Manuel
Jason Manuel
When I open a markdown comment while editing a file using the GitHub Markdown grammar, and starting adding text to it, Atom gradually gets slower and then freezes within a...
When I do something such as ``` lisp (y-or-n-p "Yes or no?") ``` The prompt comes up, but it won't accept input. The only way to recover the REPL is...
When I do a make-case, the next clause of the function definition can end up on the same line as the new case block. For example: ```idris step (Pair x...
Lcc will compile this code incorrectly, making the pointer in the struct iter_obj passed to iterate become NULL when it really isn't supposed too. ``` c #include struct iter_obj {...
## Issue Example: ``` 1. an item 2. another item 1. other item ``` If you press enter at the end of `other item`, you get: ``` 1. an item...
I'm not sure if the issue is in js-refactor or refactor, but... If I create a new file using `application:new-file` so that I get an untitled file, write a bit...
I have a lot of notes, most of which were imported from Evernote as HTML. When Jarvis starts to update the note database, it gets to a certain number of...
The use case for this PR is that I have Idris installed through Pack in WSL. (I've considered installing Idris in Windows, but Pack doesn't support Windows.) Since Idris in...
On switching between two project folders, the Idris process is killed. Idris prints something like "The file is closed" to stdout before terminating. At least on Windows, we will capture...
The first time I started up the web server and tried to access the UI in my browser, I logged in with the user I set up for my client...