Paul
Paul
Hi I tried to use `fetch` inside `getStaticProps` and it just doesn't work in `dev` (for `build` it works just fine because it is imported by add fetch on transformation)....
How I could extract dictionary with all messages for translation? I mean something like `formatjs extract`
**can be merged after https://github.com/umputun/remark42/pull/1409** adds an alpha version of package with JS API client https://www.npmjs.com/package/@remark42/api future improvements: - https://github.com/umputun/remark42/issues/1410 - https://github.com/umputun/remark42/issues/1411
- add new option for theme to the config in order to understand if site supports auto switch between light and dart theme - add `color-scheme: light dark` when the...
> I think we can use https://nodejs.org/api/corepack.html for activate pnpm `corepack pnpm install` https://github.com/umputun/remark42/pull/1404#discussion_r918204079
- add new section on site - add API reference
- run tests/checks/linter on changes in `frontend/packages/api` - add size-limit - add job for package publication to npm
We got few new strings in the interface and would be grateful for your contribution to localization. Strigns for translation: `token.invalid` `auth.oauth-source` If you see any other untranslated strings in...
The size of `last-components` increased due to inlining arrows icons in js bundle. Possible solutions: - load arrow icon by url - split vote component on two parts and use...
We should add `plugin:@typescript-eslint/recommended` for TypeScript in order to follow best practices of typing.