Christopher Svanefalk
Christopher Svanefalk
**Is your feature request related to a problem? Please describe.** It should be easy for ESM projects, and projects using Webpack tree shaking (et al) to use Font Awesome in...
- [x] I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests. | Item | Version | |...
With Node 13.2 and up now having near-stable support for ESM modules, existing projects will need to update their imports in order to make use of it. According to the...
This does not actually generate XLSX files. Move on.
Currently, merely including this project (i.e. without enabling the platform override) causes iOS styling to break completely.  Code for the above is below, everything is a standard Ionic Tabs...
EDIT: A much better solution to this is suggested in this comment: https://github.com/cypress-io/cypress/issues/25201#issuecomment-1438475302 ### What would you like? This has been raised in the past, but the original author gave...
### Self-Hosted Version 23.12.1 ### CPU Architecture x86_64 ### Docker Version 24.0.5 ### Docker Compose Version 2.24.0 ### Steps to Reproduce 1. Setup a vanilla Sentry instance with s3 backing....
**OS:** - [ ] Windows - [x] MacOS - [ ] Linux **Platform:** - [x] iOS - [ ] Android **SDK:** - [x] `@sentry/react-native` (>= 1.0.0) - [ ] `react-native-sentry`...
Does the following actually have an effect? I have seen it in examples, but can not find any documentation on it: ``` new webpack.optimize.UglifyJsPlugin({ mangle: false, output: { comments: false,...
Noticed that internals of this hook use flushSync to force updates, but is there a strong reason for this as opposed to other approaches? FlushSync use is generally discouraged and...