Sergio Xalambrí
Sergio Xalambrí
### Discussed in https://github.com/sergiodxa/remix-i18next/discussions/141 Originally posted by **jordiyapz** July 6, 2023 Hi, sorry I'm new to this, I cannot find an option to add prefix for key in `TFunction` returned...
- Use @pilcrowOnPaper's [Oslo](https://github.com/pilcrowonpaper/oslo) to implement OAuth2 logic instead of doing it myself (this also brings OAuth2 error handling to the strategy cc @rossipedia) - Use MSW to mock the...
Using Vercel, in the hobby plan which is free, you can add Deployment Previews to every PR to check the changes without manually downloading the branch.
It would be great to be able to upload files to the API directly, probably something like this: ```ts await client.upload("POST /files", { variables: { body: file } }); ```...
- [ ] Setup Vite - [ ] Setup Metronome - [ ] Setup RDT
Related to #142 Adds support for the `keyPrefix` option in the `getFixedT` function within `RemixI18Next`, aligning server-side translation capabilities with the original `i18next` and client-side usage. - Updates the method...
- Uses Bun as package manager and test runner - Uses Oauth2Strategy v2 that uses Oslo.js - Uses Biome as code quality checker tool - Update GH Actions workflows to...
Change how the Authenticator and Strategy classes work to use a Cookie instead of SessionStorage. This simplifies many things in the library, since strategies uses a plain cookie to store...