Wade Berrier

Results 14 issues of Wade Berrier

When I start steam, the controller vibrates (a sign that the LD_PRELOAD is working?), but when I go to start Lego Star Wars, it crashes. Without the LD_PRELOAD, lego starwars...

#819 introduces a hang where cquery no longer responds to any requests from stdin. Going to the commit before that change fixes it. I could reproduce this about 9 out...

I maintain the davmail flatpak, and am maintaining this patch: https://github.com/flathub/org.davmail.DavMail/blob/master/davmail-appdata-validate.patch There is an appdata validator that is enforced as part of the flathub builds. I end up having to...

Version: "v0.5.0" Installation method: "go get" I would like to store ~/.config/slack-term/config in a git repository (much like your dotfiles repo). But, I'd rather not commit my slack api key...

This seems somewhat related to #485 , but the idea is that I'm grouping company-lsp/cquery (c++) and company-yasnippet together via: ```elisp (push '(company-lsp :with company-yasnippet) company-backends) ``` Completing without input...

I first thought that I wasn't able to find some snippets, but I realized the ivy minibuffer is only matching the snippet descriptions, not the keys. I tried playing with...

For example, with the `yum` module: ```yaml yum: name: '*' state: latest ``` It would be nice to be able to do the same with `opkg`: ```yaml opkg: name: '*'...

Hi Andre, Thanks for the scripts! I needed to add support for relative svn external urls, and ended up reimplementing all the scripts as a big python script with sub...

0 - Backlog
1 - Ready

based off some code at: https://emacs.stackexchange.com/questions/19296/retooling-fill-paragraph-to-append-trailing-spaces

This may be a user error, but wanted to file this just in case. I expected this mode to be able to put a space before newlines for soft lines....