geemili
geemili
My only concern is that it is possible for augr to synchronize in between when you look at the summary and when you make an edit. `git` doesn't synchronize automatically,...
> 1. Load hosts known patches > > 2. Build timeline using only known patches This is easy enough; all that needs to be done is to put [these lines][]...
I think at very least the speed should be limited. Playing the examples on my main monitors is difficult because it runs at 144 Hz, which makes the games much...
@SiebenCorgie Is the world actually named `New\ World`? Because if it is not that putting the world's name in quotes and escaping the space won't work. For example: ```bash $...
Asciidoc also has this feature. It allows you to make ordered lists with just a period, like so: ```asciidoc Ordered list: . One . Two . Three ```
> * Ctrl + Z / Ctrl + Shift + Z for undo / redo This is already supported at the text level using `rustyline`. List of actions `rustyline` supports:...
> One very important action that's missing is Ctrl + ArrowLeft/Ctrl + ArrowRight to move the cursor by a whole word. I use it in bash all the time. I...
> Another twist to think about, is the backend. LabSound performs its own computation, and then renders buffers which are submitted to the backends as interleaved buffers. A web-facing specialization...
Should be good, I based this branch off of the other one.
I just had to rebase, not exactly sure what I did to make it not recognize that. Really been struggling with git on these branch :sweat_smile: