Timothee Cour
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...
@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...
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...