Anton Savoskin
Anton Savoskin
During the build process of my application that utilizes the kraftfahrstrasse library, I encountered a warning with the following message: "Cannot call a namespace ('msgpackFactory')". Although the build completes successfully...
I encountered an issue while using the LiveSync plugin (v0.23.7) on my Android tablet. The plugin fails to update the database and synchronize hidden files, repeatedly throwing the same error:...
### Mapbox Implementation Mapbox ### Mapbox Version default ### React Native Version 0.75.2 ### Platform iOS, Android ### `@rnmapbox/maps` version 10.1.29 ### Standalone component to reproduce [Reproduction repo](https://github.com/sairus2k/mapbox-repro) ```jsx import...
Switch to `fast-deep-equal` from `deep-equal` for `@react-navigation/devtools` package. By the way, `fast-deep-equal` already used in `@react-navigation/native` package. **Motivation** `deep-equal` is a terribly heavy library: [https://npmgraph.js.org/?q=%40react-navigation%2Fdevtools](https://npmgraph.js.org/?q=%40react-navigation%2Fdevtools) **Test plan** Lint, typescript and...
### Discussed in https://github.com/orgs/swiftwave-org/discussions/1199 Originally posted by **sairus2k** February 16, 2025 ## Problem When services are deployed behind HAProxy, the original client IP address is lost and replaced with HAProxy's...
# Description Prettier does not support formatting SVG files ([plugin list](https://prettier.io/docs/plugins), [languages on homepage](https://prettier.io/)). SVG formatting is not mentioned anywhere. There is an open [issue regarding SVG support](https://github.com/prettier/prettier/issues/5322). Currently, formatting...
Fixes #7 # Description - Replaced `node-html-parser` with `@xmldom/xmldom` for improved SVG parsing and manipulation. Actually, we don't need an HTML parser for SVG parsing - an XML parser is...
Currently, sprites and icon types are sorted in reverse order, which is inconvenient. For example, TypeScript suggestions also show them in reverse order, which is quite annoying. Seams it came...
The import-x/extensions rule fails to check file extensions for [Node.js subpath imports](https://nodejs.org/api/packages.html#subpath-imports). **Current Behavior** When using subpath imports defined in `package.json`: ```json { "imports": { "#utils/*": "./src/utils/*.js" } } ```...
### Feature Suggestion Currently, the PositionExecutor class only supports market orders for stop loss execution. This means stop loss orders are always filled as taker orders, which generally incur higher...