Jakub T. Jankiewicz

Results 1210 comments of Jakub T. Jankiewicz

It should work if you update jQuery.Terminal.

That issue was fixed and no one reported new bugs for iPad/iPhone so I assume that jQuery Terminal work . You only need to update the library.

The jQuery Terminal now work in Android (all issues fixed) you only need to update it.

That's awesome, here is [documentation](https://github.com/nextapps-de/winbox#winbox.addControl)

R7RS small is the current latest standard of Scheme, it was published in 2015 with errata that was integrated into a single document here https://standards.scheme.org/unofficial/errata-corrected-r7rs.pdf All things I've mentioned in...

Found it: ```javascript color.toString({commas: true, format: 'rgba'}); ``` It's confusing because [documentation](https://colorjs.io/api/) hides all information except function signatures, and you need to uncheck the checkboxes to see the actual documentation....

I have the same issue I would like to have numerical value not percentage, but it works. I only wonder in how many browsers.

I'm not sure how others but the way color works on computer it more intuitive to use 0-255 color range than floating point number, what it should to if the...

I don't get this, this is redux-form (redux in the name), and redux works on immutable data. Why it would need to deep compare, Redux is comparing the identity of...