Brecht Machiels

Results 214 comments of Brecht Machiels

Note that when fzf_tmux_cmd is not available, this xontrib will output the following on every fzf call: fzf_tmux_cmd not in $PATH or xonsh.builtins.aliases This can be fixed by suppressing the...

I can reproduce this on my Mac when installing from PyPI: ``` pip uninstall -y purepng env CC=/usr/bin/false pip install --no-cache-dir --upgrade --verbose purepng ``` But not when installing from...

Thanks. I can reproduce it from a clone with Cython installed. This may be because I'm not familiar with Cython, but `build_ext_optional` doesn't seem to be hooked up. So making...

Thank you for reaching out, @tmorrell! Unfortutely, I don't have the time or motivation to properly maintain citeproc-py, since I'm not using it myself anymore. I am grateful to @jayvdb...

I transferred the project and made all of you owners for the citeproc-py organization, so you should be able to manage permissions. Let me know if I need to do...

Thanks! Can you point me to (or attach) the Sphinx project that triggers this bug?

@mythsmith Can you provide me access to the private repo? Or a minimal Sphinx project the reproduces the issue would be just as good. Thanks!

Of course, code improvement are appreciated! However, it's not clear to me how much effort this requires on my part. Since I don't have much free time nowadays, I cannot...

My apologies for not getting back to you earlier. I'm trying to resume work on rinohtype after a long hiatus. I rebased your banch onto current master here: https://github.com/brechtm/rinohtype/tree/evidencebp For...

Some more comments: - `src/rinoh/attribute.py`: OK, but it seems arbitrary to extract part of the code to a method but not the code above it. - `src/rinoh/image.py`: Looks good 👍...