JestDotty
JestDotty
This opens line counter for the first project, instead of the targeted project: 
reproducing: ```js const chart = require("asciichart") const data = [ [0, 0.1, 0.2, 0.3] ] console.log('raw') console.log(chart.plot(data)) console.log('turn into percents') console.log(chart.plot(data.map(s=>s.map(v=>v*100 |0)))) ``` output:  hm, bit steep suggestion/request: setting...
trying to figure out how to make generated audio without extra software right now. this video clip: https://www.youtube.com/watch?v=6Ru2H-IrOWU shows clip can have an argument of instrument, but your docs don't...
is this possible? this works (without newline): ``` --- to: /package.json sh: cd / && npm i --save webpack webpack-cli html-webpack-plugin svelte svelte-loader && npm i --save-dev webpack-dev-server --- {...
http://mongodb.github.io/node-mongodb-native/2.2/api/Collection.html#findOneAndDelete findAndRemvoe exists in tingodb but MongoDB has deprecated it: http://mongodb.github.io/node-mongodb-native/2.2/api/Collection.html#findAndRemove
if `.git/config` file has a remote that whose last line is any url other than github (ie, bitbucket) plugin errors saying it cannot open a (bitbucket) repository expected behaviour: it...
Seems the ctrl+c, +d, +q, +z, or alterations of shift or alt aren't working for me I'm talking about this behaviour:  atom: 1.20.1 termination: 0.6.0 os: windows 8.1 (in...
The use case for this project is probably hot reloading, I am looking for a similar use case though: the ability to do research per project. That way I don't...
Had 3 sets/sections of different tabs open and a terminal (atom xtrem, had its own section) Upon re-opening the save all tabs were put into one section (no tabs were...
`home.md` ```md # Root [a link](file/somwhere.md) ``` `file/somwhere.md` ```md # somewhere - over the rainbow # elsewhere - idk ``` works nicely but if you try this it doesn't... `home.md`...