RuneImp
RuneImp
International number formatting is a fair bit more complex than what exists in just the US and GB. Numbers in India is a good example and why I ended up...
I'm having the same problem. This is my setup: - MackBook Pro (Retina, Mid 2012) - Yosemite 10.10.2 (upgraded from Mountain Lion) - ST3 build 3065 - Ruby: MRI 2.1.1...
@frederikhors I personally would put such source files in `web/source/css` and have the _compiled_ results output to `web/static/assets/css` or `web/static/css`.
One of the most underrated features of macOS is the App Name Menu of the App Menu. On Macs the name of the app in the App Menu is the...
To be honest I really don't care about whether the menus are part of the app window or the system window. I have a Mac preference. Maybe the BeOS layout...
This sounds like a great place to use CSS from what I'm reading. Just have a class with something along the lines of: ```css ul.some-class li + li { margin-top:...
Something like one of the following should work: ``` textql -console -dlm=0x7c -header -sql "SELECT (SELECT count() FROM myLog1) + (SELECT count() FROM myLog1) LIMIT 1" myLog1.txt myLog2.txt ``` or...
@wendal the install fails on macOS 10.14 Mojave (and probably other systems as well) if you don't do the fsnotify install first. This needs to be added to the install...
@dinedal I've been intending to look into Travis, etc. but I currently just cross-compile locally for most of my projects. Go is great for this. You could add something like...
Just tried this on macOS Big Sur with Notable v1.8.4. There is no Right-click to rename option in the Mac version of the app so I just updated the file...