Dominik Guzei
Dominik Guzei
Hey @srohde! I added encoding of ASE files in my version of this repository: https://github.com/DominikGuzei/node-ase-utils Unfortunately I couldn't just fork it because Meteor.js doesn't handle git repository URLs. If you...
We also implemented this lazy behavior in our app due to decreased performance with many Tippy instances 👍
Also need this!
Hey there, thanks for the positive feedback! I didn't really think about additional functionality yet because we don't require more in our current project. If you have suggestions on how...
I see exactly what you mean and we could build a solid system with the standard get/set methods and change events in some hours. My personal problem with this approach...
Hi David! The Flawless Framework includes jQuery, but this is not intended to be used in production, because it's only relevant for the development menu. If you set FLAWLESS_MENU config...
hi darnold! great point, you are completely right - to be honest, I don't know if the current menu is that important anyhow. For my current project I never activated...
Hey there, We have a blaze-components / flow-router / flow-layout based TodoMVC example for `space:ui` if you are interested: https://github.com/meteor-space/ui/tree/develop/examples/TodoMVC Be aware that this is on the `develop` branch and...
@mitar i thought a bit more about this and think it actually does not make so much sense to unify the API for various rendering layers like react, angular etc....
Ok got you, but isn't the problem that React has a totally different way to render components? From what i understand is that you can easily render React components into...