Donny Viszneki
Donny Viszneki
Hope I'm not spamming, but I wanted to get this down before I knocked off for the night in case I forgot. I haven't looked carefully yet, but I think...
( Originally reported here: https://github.com/gruntjs/grunt/issues/1379 ) You can reproduce the bug with ``` git clone [email protected]:f6f00c4595aa2e929411.git cd f6f00c4595aa2e929411 npm install grunt ``` Then view index.html It is not a bug...
Code?
I don't see any code :( Was machine learning used for generating pairings? The README makes it sound like ML was only used to generate the embedding/vectorization of fonts, and...
What's going on here? Why such a radical departure from the style of the rest of the source code? https://github.com/davidshimjs/qrcodejs/blob/04f46c6a0708418cb7b96fc563eacae0fbf77674/qrcode.js#L87-L152
In the first image, we see my cursor is on the curly brace on line 43, but the matched curly brace highlight is incorrectly on line 45: Interestingly, if I...
Using LuaJit 2.0.2. > $ luajit-2.0.2 worp > jackd 0.121.2 > Copyright 2001-2009 Paul Davis, Stephane Letz, Jack O'Quinn, Torben Hohn and others. > jackd comes with ABSOLUTELY NO WARRANTY...
If I have something like the following: ```javascript const Album = bookshelf.Model.extend({ songs: function() { return this.hasMany(Song) } }) const Song = bookshelf.Model.extend({ album: function() { return this.belongsTo(Song) } })...