JestDotty

Results 12 issues of JestDotty

This opens line counter for the first project, instead of the targeted project: ![image](https://cloud.githubusercontent.com/assets/4729968/25411128/eae084b4-29e8-11e7-8a20-e2178b7f080c.png)

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: ![image](https://user-images.githubusercontent.com/4729968/122870653-f2f99800-d2fb-11eb-94ed-db4cc38f24c7.png) 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: ![image](https://user-images.githubusercontent.com/4729968/30764517-528a30ce-9fb9-11e7-88fa-daad1f661af2.png) atom: 1.20.1 termination: 0.6.0 os: windows 8.1 (in...

bug report :bug:

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`...