Simen Strange
Simen Strange
When installing boon with emacs 26.3 I get: ``` ... Compiling file /Users/simeny/.emacs.d/elpa/boon-20191104.1313/boon-core.el at Wed Nov 6 22:46:15 2019 boon-core.el:60:1:Warning: defcustom for ‘boon-command-cursor-type’ fails to specify type boon-core.el:60:1:Warning: defcustom for...
pegdown 1.6.0 fixes several bugs, cool if you could update the project to reflect the updates. Thanks for a nice project.
Yesterday FnMate worked, today it does not after applying a security update to Catalina (10.15.7). My config: ``` hs.loadSpoon("FnMate") hello = hs.eventtap.new({hs.eventtap.event.types.keyDown}, function(e) print("hello") end):start() ``` Edit: Both FnMate and...
The way it is now, acl seems to be OR based, so: ``` acl: - match: {account: "admin",ip: "127.0.0.0/8"} ``` Either would match, what I would like to see is...
Would love support for NES controller. Issue now is the lack of X, L, R for use with hotkeys. Is it possible to remap this?
As the subject says, would be great to have an option to force mTLS. - possibly to define auth-tls-secret globally - if auth-tls-secret is not defined globally, or on an...
Sorry for resurrecting an old [thread](https://github.com/google/jsonnet/issues/219). But I came a cross the same issue the other day. I use Jsonnet for Terraform, and the way I create modules using Jsonnet,...
Complete with automatic configuration reloading etc.
First, thanks for an excellent project! As the title says, I would like to see a blacklist function in the application. My primary goal for this is to hinder pollution...