Tommi Komulainen

Results 30 comments of Tommi Komulainen

Yes. And no, `--` makes no difference.

After some investigation I see cargo-instruments is simply passing the arguments to instruments and it's the latter that is misbehaving as can be reproduced with ```sh instruments -t "Time Profiler"...

FWIW for #90 I made myself a test harness to compare that gcc and corrode+rust produced binaries generate identical output. ``` make TESTS = pointer-arith-u8 pointer-arith-u32 pointer-arith-u32-cast RUSTC = rustc...

zsh and I think bash as well have `preexec` and `precmd` hooks you can use like in https://gist.github.com/aehlke/992798

I had similar problem with code-cells. After tinkering with some things I came up with patch I forgot to send that seems to have fixed the issue. ```diff diff --git...

I think it's up to rjsx-mode to support properly https://github.com/felipeochoa/rjsx-mode/issues/71 for the time being. Someone knowledgeable in elisp might be inclined to investigate using web-mode instead. While it's supposed to...

Could you be more specific? Both https://github.com/radare/r2b and https://github.com/radareorg/r2b are 404 and radare2-bindings/r2pipe only seems to make use of `cmd('/bin/ls')` basically.

Works for me without `withKnobs` (using globally added decorators.)

@auvipy I can confirm this is happening with newly created test project, python 3.7.7, celery==4.4.6 and pytest==5.4.3 Writing the `sleep_time` argument to a file in the beginning of the task...

Combination of historical reasons, inheriting code, soft validation already being there, not caring enough to study the finer points of some irrelevant details, etc. Put the other way round, is...