Kyle Robinson Young
Kyle Robinson Young
This was fixed with this commit: 195f6eb50f2859c57cb79213afdc38cfda6a4925
I get the same on OSX. Looks the publish went bad and needs to be re-published: ``` shell $ npm i beefy npm http GET https://registry.npmjs.org/beefy npm http 304 https://registry.npmjs.org/beefy...
Sounds like a good idea.
This library was originally written for use in [voxel-texture](https://github.com/shama/voxel-texture). The coordinates are based on what is used in voxel.js and three.js. I'm happy to take a patch for improvements though....
I have not tried but my guess is no. Marking this as an enhancement. Thanks!
I'm still on the fence about it. I understand that it's necessary to define things globally ie `@keyframes` but not sure if A) the lib author should have end control...
The reason it was done that way is so one could deeply nest elements and only the top level element calling `render` would do the diffing. I'm totally open to...
`this.hasOwnProperty('__BaseElementSig__')` will be false whenever it is on a prototype. The primary thing `base-element` solves is it allows me to create a bunch of modules that can inherit each other....
`wrap-selectors` looks interesting but I didn't like how you need to use custom syntax `@document wrap() { }`. I'd prefer if I could just write regular CSS relative to the...
I agree. Let me know if you come up with more options for us to try. I moved the `attachCSS` stuff into it's own module: https://github.com/shama/attach-css