Wout
Wout
Ah, yeah, you're right. I need to rework that and add a wrapper for everything that's related to configuration. I was thinking about a `Rosetta::Config` object that's stored in the...
A little update here. I've reworked the API to make it both easier to use and safe for interpolation keys. New usage is: ```cr Rosetta.t("site.title_label").to_s # => "Title" ``` If...
I've worked a lot on the lib and I'm using it in two Lucky apps to iron out the issues. Today I did some benchmarking and it's doing pretty well...
Another small update before the weekend. Rosetta now has a special integration macro for Lucky: ```cr Rosetta::Lucky.integrate ``` Calling this macro will include `Rosetta::Translatable` everywhere it's needed in a Lucky...
Awesome. I would love that! :smiley:
Could be very useful. Sometimes you might want to use `:p` instead for `:page`, just like using `q` instead of `query`.
Not sure if I'm one of the smartest SVG guys on the planet but thanks anyway ;) Here is a quick sketch of the concept when splitting at `Z`: https://jsfiddle.net/wout/mon63ff3/
@mspanish > Well one can assume Adobe has tried to assemble the brightest SVG minds for Snap, yet SVG.js is way faster... (no offense to Dmitry!), so in my infinite...
No progress at all I'm afraid. If you're looking for rounding in paths, check the `arrayToString` function in `src/helpers.js`. If you're after performance, try to avoid `parseInt` because it's very...
@saivan I've missed this one. What you're describing is exactly that.