Yusup Abdullaev

Results 8 issues of Yusup Abdullaev

It's nice to have some nice examples of using this library in different cases: https://github.com/gobwas/dm.js/wiki#service-definition https://github.com/gobwas/dm.js/wiki#syntax

I'm trying to understand the way modules are loaded in ES6. I was googling this question for like half of hour but never found the exact definition. See the example:...

According to documentation we're able to set timeout for each query: ``` javascript // Kill query after 60s connection.query({sql: 'SELECT COUNT(*) AS count FROM big_table', timeout: 60000}, function (err, rows)...

feature

Hello, I am a beginner in creative coding and doing some coding in Processing and Nannou as a hobby and when I tried some Processing examples in Nannou I saw...

I was sure that I checked that for #16 but it seems that I missed that. `cleaner` mutates original `doc` object so `doc` needs to be re-calculated. So right now...

Target node versions include the old ones which do not support ES2015 stuff like `Object.assign`: ``` "engines": { "node": ">= 0.10.5" }, ``` For example, here `Object.assign` is used here...

I'm using a synonym for `surround` formatter (mostly, since it's shorter but there are other reasons). Formatto has unexpected behavior when using it with nested objects: ``` javascript var Formatter...

See example: http://jsfiddle.net/fm3eku9q/ I'm expecting that editor will contain the JSON that was provided as an arg, but instead contains an empty object.