August Lilleaas
August Lilleaas
I ended up storing my singleton "bookkeeping entity" outside of datascript, in a plain old atom. Works well enough!
Can you two exchange e-mails and take the discussion elsewhere, please? :)
Is there anything I'm doing horrendously wrong? None of my service folders has a node_modules, I just have one at the top level of my project. So how are people...
Just discussed this over at the Rum issue tracker :) https://github.com/tonsky/rum/issues/183 Would be really nice to be able to refer to a React component class in place of a symbol....
It should pass through anything it doesn't understand when it comes to declarations, but `@-webkit-keyframes` is a bit over the top. It makes sense to have a rule that passes...
Can you post a stack trace?
And this happens after you `script/plugin remove` and reboot the app?
I would never have checked in my .css files or any generated file in a git repo. I'm pretty hardcore on this, though, I don't check in, say, jquery either,...
Better question: does the plugin now require that you check the generated CSS into the repo?
Very good point, grosser. Generating CSS belongs in "deployment", not "starting process". So in order to close this issue, the README needs to be updated :)