Grzegorz Czernatowicz
Grzegorz Czernatowicz
that is not a case. Every object contains property `u_avatar`.
i looked a bit into the source code of mdDataTable: Starting at line 287: ```javascript // fill storage with values if set function _processData(){ if(_.isEmpty($scope.mdtRow)) { return; } //local search/filter...
@Amacado Workaround is very simple. Since rowId stays the same all the time, you can do this: In your `` add ng-init with function that will create array with initial...
Update would be awesome. Current version is based on community package written few years ago, and nobody updated it yet. Is ESP8266 slowly replaced by ESP32?
Hello, shell script file is present on that location, but when i try to execute it in terminal `./wintricks`, there is an error: > warning: wineserver not found! And about...
Not surehow to change WINE versions, but I've installed proton experimental the "steam deck" way, by forcing one steam game to run proton experimental (it was downloaded automaticly), and then...
This is exactly the bug, `getTimezoneOffset` returns wrong value on DST change, for 1 hour. In below example you can see that momentjs or native js methods returns correct value...
I have the same issue and it appeared around May 2. Before that moving time was shorter than total time like it should. Version: v4.12.3 OS: GrapheneOS
It is not actually dealbreaking for me right now, it just would be a nice to have feature. I could look into this myself and try to make a PR...
To address possible losing in fluidity, allowing locking at specific frames per second could still be a good idea e.g locking at 30 fps for mobile devices or older browsers....