Fabian Kunde
Fabian Kunde
- events not fireing - pips not updating - page snapping not working Tested on MS Surface Pro and Samsung Galaxy Book Flex.
Postcss is using the old css file as input if css-compile is not fast enaugh. **Fix:** use `"sass:build": "npm-run-all -s build-task:*"` instead of `"sass:build": "npm-run-all -p build-task:*"` The s-flag is...
rm is not available on windows. I decided to use rimraf instead.
Is there a way to reverse the animation? Something like undrawAnimated().
Images embedded directly in the json can not not loaded (404). i.e.: ``` "assets": [ { "id": "image_0", "w": 34, "h": 19, "u": "/images/", "p": "data:image/png;base64,iVBORw0KGgoAAAANgg==", "e": 0 }, ......
> simple-vue-camera.umd.js:198 Uncaught (in promise) TypeError: Cannot set properties of undefined (setting 'exact') at simple-vue-camera.umd.js:198:56 When I add constraints to the camera component via prop, I can no longer switch...
I have a dynamic list (ng-repeat) inside a ng-scrollbars directive. I want to update the scrollbar when a new item is added respectively removed. The concept of ng-scrollbars-update is not...
## Feature Request: Improved Locale Deletion API ### Summary Enhance the API to provide a cleaner, more intuitive way to delete a localized version of a document. ### Why is...