-
I use Hammerspoon to move between apps, but the slow animation is bothering me.
Here is the code I use:
```lua
hyper = {"cmd","ctrl","alt","shift"}
hs.window.animationDuration = 0;
function t…
-
```
Hi,
I was slightly frustrated how hard it's to find things in the source files, so
I threw together documentation in form of a phpdoc following the direction set
by the existing core additions.…
-
We log user data in various scenarios. Some logs, such as (slow) query logs, can be enabled or disabled by users. However, there are other logs that will always be recorded without the users' explicit…
-
### Prerequisites
* [x] Put an X between the brackets on this line if you have done all of the following:
* Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/secti…
-
wallets are foundational for crypto and web3
-
People can use underscores if they really must. :)
-
Comments for https://www.endpointdev.com/blog/2019/12/making-sense-of-xml-json-in-shell/
By Muhammad Najmi bin Ahmad Zabidi
To enter a comment:
1. Log in to GitHub
1. Leave a comment on this is…
-
### Problem description
I use tabs and tab-size 4.
When I copy CSS or JS with two spaces, ST does not recognize that the new code has 2 spaces indention and I have to first change it to 2, then co…
-
(Just my 2cts when I used this awesome API)
Keys that contain spaces or curly brackets can lead to undesirable behavior.
By design, redis does not allow keys to contain spaces, as spaces are used t…
-
In many plugins that manipulate the events structure happens that they use nested hashes to set structure they desire on the event, extract an hash to iterate on keys and similar stuff. The reason to …