woojoo666
woojoo666
Great visualizer! Just a suggestion: it would be nice if there was a set of pre-made maps to choose from to quickly see how each pathfinder works in different scenarios
within lists, markdown extended does not recognize indented code blocks (no matter how many new lines or indentations I use). This is part of default markdown. For example, the markdown...
## Short description On Firefox-based Android browsers, Tab Session Manager reports that IndexedDB is not available even though [it should be](https://support.mozilla.org/bm/questions/1330604). I have tested on both Fennec and Mull Browser,...
After I cloned the repo into the plugin directory, LightTable prompted that it needed to install the OCaml dependency, but when it tried to it gave the error ``` Error...
so Toggl time already allows export to CSV from the "Reports" tab, but they only allow exports for time ranges up to year. I thought this tool would help me...
``` private void SocketOpened(object sender, MessageEventArgs e) ``` should be ``` private void SocketOpened(object sender, EventArgs e) ```