Sarah Drasner
Sarah Drasner
It would be nice to set breakpoints, freeze the col and rows and drag the divs around for responsive implementation.
In this new version of the spec, https://drafts.csswg.org/css-snappoints/, only the scroll-snap-type has the same behavior- we now have new values like scroll-snap-padding.
### Version [v2.9.2](https://github.com/nuxt.js/releases/tag/v2.9.2) ### Reproduction link [https://github.com/sdras](https://github.com/sdras) ### Steps to reproduce It's a non-deterministic error, so it can be a bit hard to duplicate. There are two main causes of...
I have a randomly generated transform, after which I call .then() and chain a stroke tween. The resulting shape animation seems to jump: http://codepen.io/sdras/pen/2b9e7b16fb55afe2b45442716da9a814 I think this is spec behavior...
Hi Again! I love making these mo.js shapes- it would be really powerful to be able to decide where in the DOM the SVG object is inserted. Right now it...
Every time I work in a Vuex file, this annoys me. I need to reduce some of the italic in this theme, it's too heavy.
I'm so excited that the array explorer has been translated into so many languages by helpful people in the community! I think makes it a much better resource. I'd love...
If someone mistakenly points to root or some gigantic directory they didn't mean to, it will just get clogged for a while. This needs a check for how large the...
Right now if you don't use the tool properly and forget to pass in the name of the project, it fails silently.
Remove unneeded files like .DS_Store. Possibly node_modules as well.