Timothee Cour

Results 306 issues of Timothee Cour

in my own benchmarking lib I'm introducing `preventOptimizeOut` based on `volatileLoad` to: * prevent optimizing out results * have minimum impact on runtime performace * be as simple to use...

eg: analog to matlab's legend: ``` legend('sin(x)','cos(x)') ``` https://www.mathworks.com/help/matlab/creating_plots/add-title-axis-labels-and-legend-to-graph.html looked at continousLegend+friends (https://blackedder.github.io/ggplotd/ggplotd/legend.html) but couldn't find the above functionality

after investigation, this is the root cause for https://github.com/status-im/nim-libbacktrace/issues/11 this library does not preserve absolute paths in backtrace if the input file is rooted under `$PWD/anydir/` it does preserve absolute...

module foo.bar; /+ a (foo): TIME=1 +/ struct Option{ string file; } void fun(){ int a; } /* a (foo): TIME=1 */ struct Option{ string file; } void fun(){ int...

@xxlabaza @idlewan how would this compare feature-wise with jester?

choosenim is implemented by a binary that dispatches to the real nim binary; this prevents using `lldb -- nim c -r foo`, at least on OSX: I'm curious why isn't...

`choosenim 1.0.8` fails because of things in my user cfg which may not be supported in the version I'm building. option 1: user would add logic in their user cfg,...

## current behavior ``` choosenim Nim1 nimble install -y nimble nimble -v nimble v0.12.0 compiled at 2020-11-14 00:18:47 git hash: 8f7af860c5ce9634af880a7081c6435e1f2a5148 choosenim Nim2 Prompt: Symlink for 'nimble' detected in '/Users/timothee/.nimble/bin'....

`choosenim dir` stuck forever in analytics when network connection drops I reproduced this a few times. There should be some kind of timeout to avoid this (IIRC there was a...

Bug
High Priority