Coder of Salvation / Leon van Kammen
Coder of Salvation / Leon van Kammen
I've played a bit with colors, but this screws up the layout (it relies on unix tools `pr` and `column` which count chars, including (color) escape codes :/) I'm closing...
 found a way to post-process the coloring :) coming in the future: define colors in config-file
I'm working on a dockerscript..will share asap when done
Thank you for all the info & suggestions. On Wed, Jun 19, 2019 at 11:57 AM Joe Fox wrote: > Three.js is a somewhat high level monolithic framework which abstracts...
thx. Interesting thoughts. To me (coming from a perspective of selling ideas to clients), the lowest common denominator (mobile specs) is what counts most. these days webpages are visited mostly...
Cool, about the multichannel effect: you might want to check out how jesusonic solved this. They have an jesusonic.ini file sitting next to the plugin. In the .ini file you...
Hi, I was just following this on the sideline, but decided to join in as well. How about simplifying the external editor-feature to: - a 'reload'-button The reason why i...
borderline-unreadable lol. Im going to re-use that genious phrase :)
ah yes, I wasn't really awake i guess. ``` SyntaxError: Store.es6.js: Unexpected token (163:16) 161 | let e, item; 162 | if (err) { > 163 | const e =...
I was struggling with this, until I did this: in expose.sh (line 506) change: ``` metaline=$(echo "$text" | grep -n -m 2 -- "^---$" | tail -1 | cut -d...