Ondřej Dušek

Results 7 issues of Ondřej Dušek

This error occurs when `angularPlayer` service is used and `soundManager` directive exists on the page. Example: 1. Call `angularPlayer.addTrack` inside `ng-click` event handler. _Note: Every `ng-something` handler is executed in...

Input text ``` _a_, _a_, _a_, _a_, _a_, _a_, _a_, _a_, _a_, _a_, _a_, _a_, _a_, _a_, _a_, _a_, _a_, _a_, _a_ ``` results in error ``` maximum nesting of...

bug

Is this still being maintained or has it been abandoned? There is mention about version 2.1 in post from 10-2015, but as of 04-2020 there is still only version 2.0...

Revisr is trying to set `bigint(20) DEFAULT NULL` column to value `''` (empty string).

Using web fonts like fonts.googleapis.com, initial text mirror measurement can occur before the font is loaded. Therefore the measured width is wrong. This probably can't be solved, because there is...

I really like the feature that sets response status code from property `status` of the error thrown. It should be documented!