Daniel Pittman

Results 47 issues of Daniel Pittman

I know it seems odd, but sometimes the behaviour I desire from search is: - invoke search - type "foo", bringing me to a match - type "z", no match...

Right now this addon uses `browser.storage.local` for settings. Using instead the `browser.storage.sync` system the configuration on one computer will automatically sync with other computers if Firefox sync is enabled. That'd...

enhancement

Improvements over the current Dockerfile are: It uses the GoogleContainerTools/distroless static image as base, removing everything from the container including the shell, dynamic linker, etc. It builds a fully static...

**Describe the bug** The [ISO8601 time format](https://en.wikipedia.org/wiki/ISO_8601#Times) supports a decimal fraction attached to the smallest component present; this is passably common for seconds to represent micro- or nano-seconds. Technically this...

bug

If running a command inside the container fails then it'd be good to log the output -- that gives a more direct clue about what (if anything) went wrong with...

If a bind-mount from the windows host is read-only the attempt to `chmod(1)` the file will fail; that should be discoverable from the details of the containers, and so let...

I subscribed to a handful of scenarios using the steam workshop; they automatically downloaded to the mod path as a folder containing nothing but a single `.rsc` file. rimPY is...

bug
enhancement

I use [windock](https://www.ivanyu.ca/windock) to manage window layout; it'll automatically "snap" the position and size of windows when they are moved. If that is active it triggers squalr to crash repeatably...

One of the semantic changes in Ruby 1.9 was to start using methods like `String#to_str` blindly, and relying on the MethodMissing exception to determine that the facility isn't supported. This,...

I'd prefer to generate a changelog that listed commits within a commit group sorted by Commit.Author.Date **descending**, which isn't possibly by default, since the slice has no methods in tex/template...