Tom Lienard
Tom Lienard
Also, I think we should support [`renderToReadableStream`](https://reactjs.org/docs/react-dom-server.html#rendertoreadablestream) - it's the equivalent of [`renderToPipeableStream`](https://reactjs.org/docs/react-dom-server.html#rendertopipeablestream) but for the browser, Deno and edge environments (like Deno Deploy, Cloudflare Workers, Lagon...)
I agree that this pattern `const { scopedT } = ... const t = ...` often repeats (e.g in every pages on this project: https://github.com/lagonapp/lagon/blob/02fe4e40e487c851fbf0fa6dfbd866c3726f0b76/packages/website/pages/index.tsx#L17) The current API looks like...
> But It might be confusing to some people that adding a param changes the return type of a function. Strongly agree with this, but still not sure what the...
Having a CLI to transform JSON locales -> 100% type-safe TS locales would be REALLY amazing. Not really sure how this could be implemented though.
> It would be awesome if the logic in my spec didn't have to account for any already-loaded suggestions and if Fig could natively deduplicate any duplicate suggestions This should...
Yes, `i40e` is a driver for the following controllers: - Intel® Ethernet Controller X710 - Intel® Ethernet Controller XL710 - Intel® Ethernet Network Connection X722 - Intel® Ethernet Controller XXV710...
We only support the first pattern by default, but you can still use the second pattern using the code shared above: https://github.com/QuiiBz/next-international/issues/19#issuecomment-1200468516
Mostly agree, both patterns should be supported out of the box. Unfortunately, I don't have the time to implement it in the next few days, maybe in the next few...
I started working on it in #64, you'll only have to update your locales to match the syntax you prefer: The current syntax is: ```ts export default { hello: 'Hello',...
Released in [0.6.0](https://github.com/QuiiBz/next-international/releases/tag/0.6.0), let me know if you found any issues.