James Babcock
James Babcock
If I try to run two instances of Zenith at once, I get the message: `/home/jbabcock/.cache/zenith/.zenith.lock exists and history recording is on. Is another copy of zenith open? If not...
I want to make a bezier connector with an arrow on the end, with the point of the arrow touching the target window and a relatively thick line. This is...
Starting with Vulcan 1.13, due to the switch to react-router-4, `Layout` remounts on every navigation event. This means that any route-independent state on `Layout` or any of its route-independent children,...
In `packages/vulcan-users/lib/server/on_create_user.js`, `onCreateUserCallback` tries to run the same callbacks that `createMutator` would. Unfortunately, it runs a subtly different set and ordering of callbacks, and omits most of the arguments they...
If the color scale were consistent month to month, then you could use this to see how prices change seasonally and decide whether (for example) you'll get a better deal...
Google searches for "tablesorter" return tablesorter.com, but display a "This site may be hacked" notification which links to https://support.google.com/websearch/answer/190597?p=ws_hacked&hl=en&sa=X&ved=0ahUKEwj7p_io3pXbAhUH64MKHR9FDuUQpwgIPzAB&visit_id=1-636624658706898115-2118333790&rd=1 . Either this is a false positive on Google's part, or...
Removal of the `Authorization` header when a request is redirected was proposed in https://github.com/whatwg/fetch/issues/944, merged into the spec in https://github.com/whatwg/fetch/pull/1544, and implemented in nodejs in `18.4.0`. This broke my program;...
The README for this project says > We have slack room as well. [Get yourself invited](https://omnisharp.herokuapp.com/): [here](https://omnisharp.herokuapp.com/) But this just leads to a Heroku "There's nothing here, yet." error page.
If the provided CSS contains a rule with a pseudoselector with contents that span multiple lines, juice (via the parsing library slick) will go into an infinite loop, crashing the...
Some git operations take a lock in the `.git` directory, by doing operations on `.git/index.lock`, without changing anything else. In particular, `git diff --cached --shortstat` does this (and is run...