Kuba Juszczyk
Kuba Juszczyk
Hello, Sentry shows a lot of errors that come from the plugin that is in the Segment CDN. Sentry shows that the error is located here: https://cdn.segment.com/next-integrations/actions/braze-cloud-plugins.js Our app: -...
"typeof" is expensive...
This PR removes support of negative indices in functions: lensIndex, prop, path, paths, pathEq, pathOr, propEq, propIs, propOr. The first PR in which this logic was added: https://github.com/ramda/ramda/pull/2670 API inconsistency...
In one of the projects I have hundreds of pictures, which in addition must be tracked using GTM. Currently, each picture has two same observers. This fix will significantly improve...
[Original question](https://stackoverflow.com/questions/53797901/how-to-manipulate-pixel-data-of-css-paintworklet-context) PaintRenderingContext2D does not have `putImageData` and an `ImageData` interface. If `PaintWorklet` allowed pixel manipulation with `CanvasRenderingContext2D`, it would be possible to create beautiful placeholders (e.g. using BlurHash algorithm)....
This library has a built-in cache, so any comparison to other libraries or native functions is useless and the documentation is misleading for developers. Please correct the documentation and include...
The benchmarks for ReactNative, Twrnc, and Unistyles focus on testing object-based styling libraries. In contrast, the remaining tests assess component-based styling libraries. Example of component styling: ``` const StyledView =...
### What kind of issue is this? - [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization) - [ ] babel-plugin-react-compiler (build...
Memoize style objects, so that Slider children can be pure components In one of the projects I use many decorators calculating many operations in pictures (trimming, adding filters, etc.). PureComponent...
This PR replaces direct access to UIApplication.sharedApplication.delegate.window.rootViewController with RCTKeyWindow().rootViewController. This change was made to ensure compatibility with modern iOS app architectures (e.g., multi-scene support introduced in iOS 13) and to...