Brecht Machiels

Results 214 comments of Brecht Machiels

The MPS Sphinx extension defines new admonition types (among other elements). You need to define rinohtype "translator" classes, or, preferably, implement these custom document elements in a backend-independent manner. Please...

To reproduce this, just add "import pathlib" to one of the _proto_ scripts in the `xontrib-argcomplete/tests` directory. But do note that the issue seems to depend on the version of...

Though if I try to import `kerberos_sspi` as `kerberos` (in `puresasl/mechanisms.py`), I run into this: ``` C:\Users\bmachie\AppData\Local\Continuum\Miniconda3\envs\ml_irissearch\lib\site-packages\puresasl\mechanisms.py in __init__(self, sasl, p rincipal, **props) 444 _, self.context = kerberos.authGSSClientInit(service=krb_service, --> 445...

Looking at the exception.txt from the zicrash archive, I found out that there was a missing `SDL_mixer` softlink in the SDL_mixer Framework (it did include a broken `SDL_mixer.framework` link, however...

It seems SpaceChem was using the `SDL_image.framework` (a newer version?) from `/Library/Frameworks`. Renaming it makes SpaceChem run. Do you know of a way to have SpaceChem ignore the frameworks installed...

I discovered that it's possible to force Mono to use the SDL frameworks included in the app bundle. In `Contents/Resources/Tao.Sdl.dll.config`, change ``` ``` to ``` ``` Do the same for...

Thanks @VinceSJ. I didn't really play SpaceChem after getting it to work (also just a single level). I guess the debugging was enough of a fix for my puzzle gaming...

Yes, I've managed by adding a `` element inside the shadow root. It's not clear to me how using vc-style would work. I was hoping I would be able to...

I finally got find-directory to work with the following settings: ``` $fzf_find_command = "bash -c \"set -o pipefail; command find -L . -mindepth 1 \\( -path '*/\\.*' -o -fstype 'sysfs'...

There is no such delay when running fzf in bash with FZF_DEFAULT_COMMAND set. I suspect xonsh's startup time is to blame, similar to what is described in [this fzf issue](https://github.com/junegunn/fzf/issues/2181).