Bost
Bost
It looks like the emacs process is not restarted the same way as it was started. The path to the binary is different and more importantlly the start parameters are...
I'm so glad you use English in your repo, even if it's nation-specific. See https://github.com/opencovid19-fr/data/issues/141 https://github.com/pcm-dpc/COVID-19/issues/284 I'm staring your repo BIG times!!! Now, can you imagine exchanging information, experience, etc....
Is it possible to put some sort of "bubbles" or tags to the particular points of graph? [E.g.](https://user-images.githubusercontent.com/372326/76436773-e0ad5200-6375-11ea-9667-e1ef1b94b2e3.png) the ".. total ...". This would be useful not just for the...
The JHU CSSE screw it up again so I guess we need to implement some integrity check against broken input.
Hi, I have a problem using regexes in grep. Following examples don't terminate when started from `rash-repl`: ``` grep -i "computer.*store" purchases.csv grep -i "computer.*?store" purchases.csv grep -i "computer.+?store" purchases.csv...
IMO the special meaning of the question mark character '?' in racket should be ignored if it occurs in a string: ``` > echo "hello ? where are you?" 16:19...
Please add functionality to restore default settings. Or at least documentation how to do it. Thank you.
Hi Leif, FYI I just created a patch [1] enabling #lang video on the Guix OS. I guess you might want to extend the list [2] of supported operating systems...
Please consider including Tiago Cogumbreiro's [Structure of Higher Level Languages](https://cogumbreiro.github.io/teaching/cs450/s20/) to the Education section; or [his YouTube channel]( https://www.youtube.com/channel/UCNm41xFudgHcUGGll_lSa5A) to the [Racket channel on YouTube](https://www.youtube.com/c/racketlang/playlists). Thanks
It looks like the `measure` function doesn't work under openjdk 16: ``` $ java -version openjdk version "16" 2021-03-16 OpenJDK Runtime Environment (build 16+36-Ubuntu-320.10) OpenJDK 64-Bit Server VM (build 16+36-Ubuntu-320.10,...