Peter Flood
Peter Flood
Google Chrome Web Store won't let me install this extension without first logging in with a google account, this is entirely unnecessary as none of the functionality it provides requires...
A get_or_create method would be very useful.
Would be great to run commands prefixed with `!` in a shell like in ipython (and others?), eg ``` gomacro> !ls -la drwxr-xr-x 6 peter staff 204 12 Jul 22:49...
I love grabbox, been using it happily for years. Unfortunately I can't get it to work with OSX Mojave (2.0.4).
Digests are shown for pushed images with `docker images --digests ...` ``` $ docker push example.com/foo/bar:master The push refers to a repository [example.com/foo/bar] 9ce98538809e: Layer already exists 91a8f3990fa4: Layer already...
Adds `FileName` and `FileExtension`. `go generate` broke a var name, I had to change it from `data` to `_escData`, the tests pass but I wonder if there's a way avoid...
It would be nice if less could watch multiple files ``` lessc -w file1.less file2.less file3.less ```
This should generate a syntax error but doesn't (1.1.13) ``` #foo { font-size: 10px; text-align: center: // s/be ; not : } #bar { height: 100px; } ``` Not really...
I would be nice if using lessc -gw ... or any combination of watch and growl, that you didn't have to Press [return] to continue... when there's a syntax error...
I forgot to close a nested class, at the time I was using the -w option - I got a failure and had to restart less. ``` p { margin:...