Samuel Stroschein
Samuel Stroschein
> A simple throttle to the save did the trick (for now). The set() api now returns immediately (doesn't wait for the file write). This will lead to bugs. Is...
> @samuelstroschein could you clarify the reason why you think we have to do this? I understand in the short term it would be nice to use separate files to...
Perfect. Your remarks makes sense, seems like we are algined. @martin-lysk can you confirm alignment? > file-per-MessageBundle for git > use dir/file names that users can recognize (matching human id...
@martin-lysk i understand that @jldec (correct me if i am wrong) want's to unblock the message component (cc @NilsJacobsen) by shipping persistency in this PR without backwards compatibility faster, then...
This API is highly benefitial for i18n/localization where localized URLs have to be mapped back to the original (deLocalized) URL. Here are docs for the use case that should be...
@sisidovski Look into [this code](https://github.com/opral/monorepo/blob/3d5166a50756d6ef3b885673202a208ede240c20/inlang/packages/paraglide/paraglide-js/src/compiler/runtime/localize-url.js#L242-L365) a custom generate function that is used for localization. Might reveal one or two insights.
Omg @LukasHechenberger you made my day. You are the first external plugin author
Now you made my day twice! Thanks for the elaborate feedback! > Please don't feel offended by all my comments, I still really like your work and will continue contributing....
@jldec awesome write up, thank you. I deem that you, @martin-lysk and I are aligned that RxJS observables is the basis for `*.subscribe()`? reasoning: - only major (?) production reactive...
closing because outdated