Artem Berdyshev
Artem Berdyshev
I think, the JWT could be a nice choice for simple apps where only web app and backend exists, since it suggests a more simple way to authorize front-end requests...
Hi, We are using redmine under secure connection (HTTPS), but this plugin sends the AJAX request only by HTTP, which cause cross-domain errors and it doesn't work.
The PopupStore class extends `EventEmitter` class from `events` package. There is a standard NodeJS library with such a name and a kind of polyfil as `events` package on NPM. Usually...
when `both` network types are used, the lib fails to validate some bitcoin addresses because uses only exact value for networkType in segwit validation
**Describe the bug** Markers are not interactive. Wrapping them with Touchable has no effect, as touch events are intercepted by the ResponderView wrapper. **To Reproduce** Open [this snack](https://snack.expo.dev/@berdyshev/slider-mark-click) and try...
Hi. The README.md says that the React DevTools might be used for debug the MMKV storage. but I can't find any information in that. How to use it with DevTools?...
I found the [example](https://github.com/clauderic/dnd-kit/blob/experimental/apps/stories/stories/react/Sortable/Virtualized/ReactVirtualExample.tsx) which uses the `useWindowVirtualizer()` — it the scrolling offset is set for the container. And I'm trying to apply a similar solution for the scrolling list...
I got a crash on Android (SDK 33) only (react-native 0.77) with the following code ```jsx ``` Here is the stack trace from logcat ``` 2025-02-20 16:41:58.289 18760-18814 libc com.myappbundle...
What should be the `errorResponseSchema` when the `transformErrorResponse` is used? Here is the [example](https://stackblitz.com/edit/vitejs-vite-zjkngv6e?file=src%2Fapi.ts) of my configuration and there is a type error for the `errorResponseSchema` however it works in...
Currently the Nav Menu for the mobile devices shifts to content when it's open. How can make it positioned absolutely, e.g. over the content to not shift the page's content...