Adam Bliss

Results 44 issues of Adam Bliss

``` Error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /home/abliss/tools/git-meta/node/node_modules/nodegit/build/Release/nodegit.node) ``` Perhaps there should be a "system requirements" secion before "installation" in the readme?

I sometimes want to inspect all changes in a particular commit, and it would be useful to have a command that automatically opens all the changes in that commit. Demo...

`git checkout` completes across branches.

Spawning/transferring an azimuth point currently costs tens of USD. Some of that gas[1] goes to keeping the `pointsownedby` mapping up-to-date. If we imagine all 4 billion points being spawned, that's...

Otherwise how are we to know what we are voting on? Is there assumed to be an out-of-band means to distribute the documents? E.g. I see that there are already...

I was building behind a firewall, so this eventually timed out and failed, and it looks like the build succeeded anyway, but it took a long time. The IP address...

https://github.com/sandstorm-io/ekam/blob/master/src/ekam/CppActionFactory.cpp#L194 If you have extra spaces between two args, g++ ends up getting an empty argument in exec, which leads to this strange error message: ``` g++: error: : No...

Something underneath the breakpoint mechanic appears to create a file called `.coverage`, and if this fails, the breakpoint cannot be set. The file does not seem to actually be required,...

My kids love to play mystery animal on our google home, but recently it stopped loading. Is it gone?

Even with the reference solution. It seems the resource limit in the worker is not sufficient to run the big tests. Either the tests should be made smaller or the...