Timothee Cour

Results 307 issues of Timothee Cour

Somehow choosenim on windows keeps breaking regularly. Today, nothing seems to work. on windows in this bug. choosenim -v choosenim v0.5.1 (2020-01-15 06:05:40) [windows/amd64] - [x] bug 1: choosenim update...

Bug
Medium Priority
Not Reproduced

* https://github.com/prasmussen/chrome-cli uses a different approach, but it has pros and cons (eg requires no extension nor server)

`benchmark` python code would IMO be a lot more readable, concise, maintainable and extensible to other languages and benchmarks if it instead generated each language searately instead of the current...

pip3 install psutil Collecting psutil Downloading psutil-5.8.0-cp39-cp39-macosx_10_9_x86_64.whl (236 kB) |████████████████████████████████| 236 kB 1.6 MB/s Installing collected packages: psutil Successfully installed psutil-5.8.0 python3 --version Python 3.9.4 ``` ./benchmark --languages=C++ # Code-generation:...

based on my experience with https://github.com/Varriount/NimLime/issues/115#issuecomment-436120327 where the simple ``` import sublime_plugin sublime_plugin.reload_plugin('NimLime.core.commands.nimcheck') ``` worked whereas using `package_reloader_reload` did not, how about adding a command which would call `sublime_plugin.reload_plugin` on...

## example 1: works at RT(?), fails at CT wrote works at RT with a `?` because I'm not sure whether the output (`A,` ) is correct or not. ```nim...

after applying the patch from https://github.com/flyx/NimYAML/issues/69#issuecomment-502444945 to make it work with latest nim 0.20 (which does work!), I'm trying to make it work at compile time; currently it gives compiler...

idea would be to have a shortcut key that would freeze ruler at position of cursor, then moving the cursor (eg simply by typing some text in editor) wouldn't move...

/cc @Vindaar somehow your packages are my usual suspect PR blockers; that's actually a good thing because it's better to catch problems early on (and figure out good solutions) before...