Alec Henninger
Alec Henninger
More details in [JIRA](https://issues.apache.org/jira/browse/AMQ-7050). Had a go at this by pulling out an interface for cache interactions and including default, File-based implementation that behaves just as before. This flexibility is...
I'm not really a huge fan of the keyboard shortcuts. The most obvious to me -- create a new node after current and move to it -- is one of...
Opening an issue per https://medium.com/dartlang/announcing-package-support-for-dartpad-66a4b415970b#671a Thanks!
``` /usr/local/lib/python2.7/site-packages/hamster_cli/hamster_cli.py:136: Warning: Click detected the use of the unicode_literals __future__ import. This is heavily discouraged because it can introduce subtle bugs in your code. You should instead use explicit...
@guicassolato added this integration a few months back in https://github.com/Kuadrant/authorino/pull/375
When listening on a unix socket, I get this error a few seconds after each event is processed: ``` 2020/12/14 18:37:58 error handle worker: error send AgentDisconnect frame: write unix...
I'm not sure what compiler the plugin is designed for, but [Macroassembler AS](http://john.ccac.rwth-aachen.de:8000/as/) is perfectly happy with spaces, and a large disassembled source I'm working with has spaces, which makes...
It seems like the default color thresholds are awfully high. Even at 70%, coverage is still "red" implying this is bad. It would be nice if an individual repo could...