ヽ◕◡◕✿ノ

Results 11 issues of ヽ◕◡◕✿ノ

I assume this is because arctictypescript is using an old version of tsc? Idk why it wouldn't use tsc from my PATH. I can compile node.d.ts fine using tsc command...

It's probably something obvious, but why doesn't this work? `./boxcutter.exe -c 2,3,4,5 a.bmp` I tried a bunch of different numbers for coords, and also `--coords`, but it won't accept it....

``` simplepeer.min.js:6 Uncaught Error: Connection failed. at p._onConnectionStateChange (simplepeer.min.js:6) at RTCPeerConnection._pc.onconnectionstatechange (simplepeer.min.js:6) ``` happens in all browsers, on all my computers, all of my friends computers, all webrtc projets, and...

If I have an html file ``` sup ``` How can I compile that into something I can then use in my `.js` file Am I supposed to prepend all...

CSV: ``` "hi ""person"" sup?" ``` Parsed: ``` array(3) { [0]=> array(1) { [0]=> string(11) "hi "person"" } [1]=> array(1) { [0]=> string(5) ",sup?" } [2]=> array(1) { [0]=> string(0)...

Here's the json returned when using your library. ``` {"errors": [{"message": "The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.", "code": 68}]} ``` Currently,...

An array of 10 1s ``` do -> :outer for til 10 if false => continue 1 ``` Doesn't try to return anything (undefined) ``` do -> :outer for til...

This is really hard to rewrite as LS, because implicit arrays require `do` and `...` and `*` ``` todo.view = function() { return m("html", [ m("body", [ m("input"), m("button", "Add"),...

question

Instead of `"theme": "monokai"` let me do `"theme": "default"` or something and it should be exported in the same theme I'm using in sublime text.

`spellchecker.suggest('annaonymous')` takes about 5 seconds to return suggestions I can get results from a remote API faster than that Is there anything I can do to speed up suggestions?