André David

Results 7 issues of André David

Before heading out and writing an opaque type plugin I was wondering if someone knows a direct kaitai way to decode a data structure that looks like: | Higher 32...

question

In machines with multiple network interfaces it is a hassle to monitor them with `btop` because only one can be displayed at a time. It would be great to be...

enhancement

This is a great package that I use a lot. I was wondering how to enhance it in order to trigger the build whenever a relevant file is saved. Possibly...

A couple days ago I noticed that `upgrade` was failing for `openssh-patched`. I cleaned up `brew` and still failed with: ```bash $ brew upgrade openssh-patched Updating Homebrew... ==> Upgrading 1...

I just tripped on the fact that ```python num = Number(0., (+2, 0.)) print(num) print(num.str('publication')) # Same result for the next two #print(num.str('pdg')) #print(num.str('pdg+1')) ``` yields ``` 0.0 +2.0-0.0 Traceback...