Yaroslav Slepukhin
Yaroslav Slepukhin
Поставил актуальный адрес для API https://swapi.dev
We use the old yarn and run the check in parallel with the build. But the output of the plugin breaks the nice order we want to see at build...
Property should be ignored. This only happens inside an object literal, but does not work when accessing a specific property of an object. My rule: ``` "lingui/no-unlocalized-strings": [ 2, {...
# Improve Error Handling for Better Integration with React Query ## Current Behavior Currently, when an error occurs in a Ky request, the error object contains a promise that needs...
# Convert KyResponse to an interface for better extensibility ## Current Behavior Currently, `KyResponse` is defined as a type in the ky library. This makes it difficult to extend or...
### Describe the bug When a user taps "Share VPN access" in the Amnezia VPN Android app, after the loader disappears, the old QR code is briefly shown for about...
### Problem Description When I faced the need to use the `Intl.ListFormat` and `Intl.NumberFormatOptions` methods, I could not understand why the library had wrappers for `NumberFormatOptions` and `DateTimeFormatOptions`, but no...
# Description This PR resolves all `yarn install` warnings in the js-lingui monorepo and improves dependency management consistency across packages. The main issues addressed: - Missing peer dependencies causing warnings...
## Summary - Add “View as Markdown” button next to the GitHub icon. - Compute mdPath from the current URL via useComputed$; hide on /api/. - Cleanup MarkdownIcon: viewBox 48×48,...
# i18n: Migrate Korean to `ko`, deprecate `kr` - Use the correct ISO 639-1 language code for Korean: `ko` - Keep `kr` as a deprecated alias for backward compatibility -...