Yann Rouillard

Results 5 issues of Yann Rouillard

Similar issue posted on https://groups.google.com/g/hammerspoon/c/heoYjCDatNk I am currently unable to get the callback being fired for any audio event with hammerspoon 0.9.93. I run the following code: for _, input_device...

Seal plugins can define a table of commands which contains the command used to launch it in the `cmd` field. However currently the key of the command in the commands...

Currently where using the TrelloClient `create_hook` method without oauth enabled, the method doesn't work because of a missing authentication. See https://github.com/sarumont/py-trello/blob/master/trello/trelloclient.py#L277 ``` response = self.http_service.post(url, data=data, auth=self.oauth, proxies=self.proxies) ``` The...

This PR contains several improvements for the Seal filesearch plugin: - fix a race condition that could lead to some search results not being displayed in certain conditions - improve...

## Summary Fixes a bug where COLORED_VIEW and COLORED_COMPACT_VIEW would display an empty list [] instead of showing removed items in red when all list items are removed. ## Problem...