Nicco
Nicco
Seems like the first release dropped https://crates.io/crates/cuid2
Same issue here on macOS. Just installed yesterday through brew. @skllcrn I can help with debug logs / dev build if you tell me what you need or what I...
@timothyis If I can help debug or share some log let me know (and maybe how). I'd gladly help :)
Nope, I probably need to build it in dev mode xD
I would need a working repo xD There are some small errors in typescript which prevent it from building, fixed those but then I get issues with missing dep. I...
Unfortunately nope again. yarn tells me there are a lot of unmet peer deps, continues and then times out on some install script.
Sure! So immagine a site `X` has localised content for `['en', 'de', 'es']`. A user `Y` has it's browser/os setup with italian as first and spanish as second languge. this...
Yes, would not enforce it as array, only as an accepted value, as it's not the most common use case. Maybe one could add a `currentLocale` store? Up to you...
I agree on every point :) It's def. an initialization thing. So a helper function would be also enough, to choose the most approriate locale, and leave the whole `$locale`...
Unfortunately this seems like a lot of work. They apis are quite different AFAIK. Of course contributions are welcomed, but I don't see it coming.