vitexikora
vitexikora
### Are you requesting a feature, reporting a bug or asking a question? Semver violation, and warning to other users, that may encounter it. ### What is the current behavior?...
Peer dependencies mention only React 16.8. This makes it impossible to install in Node 16+ without legacy-peer-deps flag.. 😢
`[EXTENSION POROVNÁNÍ CEN] Website not supported (this shouldn't happen when permissions in manifest.json are correctly configured Object { location: Location http:/... }`
When downloading a file inside a webview in a react-native app (on Android), the whole app crashes with ``` E AndroidRuntime: FATAL EXCEPTION: main E AndroidRuntime: Process: {{PACKAGENAME}}, PID: 21862...
**Bug description:** Clicking on a link in a WebView with a data: uri, such as this one: ```html Download VCF ``` Does apparently nothing. It is absolutely ignored, but in...
[Enter steps to reproduce:] 1. Update to version 1.3.0 (from 1.1.0) 2. Error on every Atom launch **Atom**: 1.40.1 x64 **Electron**: 3.1.10 **OS**: Microsoft Windows 10 Pro **Thrown From**: [graphql-autocomplete](https://github.com/nicolaslopezj/atom-graphql-autocomplete)...
StatisticsTable should be able to visualize both rating & boolean types, since they are also a closed selection of values and thus similar to dropdown. Currently it throws an exception...
RsPack is plugin-compatible with WebPack however this plugin does not work there. I could patch this line `compilation.namedChunks.set(this.options.name, this.chunk);` to `compilation.namedChunks[this.options.name] = this.chunk;` Which fixes build, however the font files...
### What problem does this feature solve? ### TLDR: Ship webfonts together with application Migrating from Webpack, users want to keep all plugins they depend on. For us, one such...
Rspack just announced [version 1.6](https://rspack.rs/blog/announcing-1-6#upgrade-swc-plugins) which is built with swc_core v46. Usage with lingui swc-plugin v5.6.1 leads to a build time error of incompatible swc_core versions. Last version of Rspack...