Stanisław Małolepszy

Results 230 comments of Stanisław Małolepszy

@zbraniecki and I talked about this yesterday and today. We'd like to start simple with the approach from comment https://github.com/projectfluent/fluent.js/issues/83#issuecomment-337954325. - The `MessageContext` constructor will accept a `process` or `transform`...

> This issue uses the word user for a ton of things, I'm loosing track. Good point. I meant _the users of the library_ here. Elsewhere I meant the user...

Hi @soerenBoisen, sorry for the belated reply. `@types/fluent__react` is not maintained in this repo. It's a community-driven effort, which, by the way, is amazing :) We've recently migrated `@fluent/react` as...

Thank you for opening an issue before submitting code :) Your timing is great; I've been thinking about making changes to `getString`, too. It's part of a larger change we're...

I would also like to suggest using the `` component for your use-case. Given the following message: ```properties my-react-component = .label1 = Label 1 .btn-allow = allow .btn-deny = deny...

I like this, thanks for filing the issue! What should happen in case args are supplied both next to the id _and_ as the second argument? ```js let [ title,...

I re-organized the list of ideas in my comment above and split them in two groups: short and mid-term ideas, and long-term ones. The long term is related to the...

All great questions, @mstange. I don't have the capacity to edit the docs, but if someone is up for doing it based on the [implementation](https://github.com/projectfluent/fluent.js/blob/master/fluent-react/src/localized.ts), I'll be happy to support...

Thanks for opening this issue, @mukiienko. Lately, there has been some interest in getting Fluent to work in IE11, which might be of interest to you: https://discourse.mozilla.org/t/working-with-the-team-to-support-ie11/48273/8 I'm torn on...