Johan Pauwels

Results 11 comments of Johan Pauwels

Hi @alexellis, @viveksyngh Sorry to hijack this PR, but I opened a similar, but more extensive issue (#205) in May. In it, I proposed opening a PR with my tried-and-tested...

Okay, seems like the `spec` needs to be updated for the CI check to pass, but I could use some help for that. I basically learned a bit of Ruby...

@BanzaiMan I could use some more input on best Ruby/Travis practices, before starting to update the `spec`. Notably, how to set platform specific `DEFAULTS`.

@ldionne It's more nice to have than strictly necessary. It's just some string sanitising to prevent users from making mistakes and to make matching pairs of C and C++ compilers....

Thanks! I'm not sure I got your first remarkt though. I mean sync between the file browser and the foremost shell. Running a script shouldn't change anything, you don't need...

> manually edit the value in `pydevd_constants.py` which is right next to `pydevd.py` I got it working under macOS 12.6, Python 3.9.14 too, but I found the constants file at...

@snownstone The solution is either to update your Numpy to v1.20 or wait for my PR https://github.com/CPJKU/madmom/pull/474 to be merged. Btw @superbock, installation via `pip install -e git+https://github.com/CPJKU/madmom#egg=madmom` should work...

Hi @alexlenail. The text underneath "Architecture" is correct, as you can see that a height of 50 and a width of 500 gives rectangles that are wider than they are...

Forgot to document how to use it: `waf configure --with-python-bindings --with-tests xcode6` then open `gaia.xcodeproj` in `build/`.

`--info=name,progress` is also problematic on macOS 12.7.4 btw