Kevin Boulain

Results 18 comments of Kevin Boulain

FYI, [typeguard](https://github.com/agronholm/typeguard) is checking the `__debug__` constant, it could be nice to do the same here.

Yup, I only have a Linux for now, but I guess I could probably check the API for *BSD and Windows. I was more interested in getting your feedback on...

I'm not part of the project anymore, but @fjolliton might want to hear about that.

> @ether42, do you prefer to complete this change yourself or to let @GabrielGanne do it? As explained in https://github.com/the-tcpdump-group/libpcap/pull/773#issuecomment-687184028 I'm not working on this project anymore so anyone can...

AppVeyor crashed two times on a network fetch, looks like it's building the code otherwise.

Thanks for taking a look, I understand the priority so no worries. To avoid any ambiguities I should probably have said that the following work fine: - tcpdump/libpcap master on...

No worries! I was testing out `emacs-gdb` and reported some issues in case you would be interested (and because `emacs-gdb` seems to be really great out of the box). Maybe...

For the record, [Idris 2](https://github.com/edwinb/Idris2) supports `--ide-mode-socket` flag so you can set `idris-interpreter-path`. Once https://github.com/edwinb/Idris2/pull/53 is in, `idris-mode` will have to either strip a bunch of commands or port them...

Okay, so after some experimentation, I may have found some relevant things in `idris-commands.el` (I'm no expert in Elisp, please bear with me :)): - function `idris-case-dwim`'s condition doesn't call...

Okay, so unless I am really misunderstanding something, the use of `six.b` in the code may produce unexpected results for those using the library: Python 3 code: ```python # coding:...