Michael Manzinger
Michael Manzinger
Code (TypeScript): ```ts import React, { Component } from 'react'; export class Foobar extends Component { static propTypes: {}; render() { return null; } } Foobar.propTypes = {}; ``` Config:...
When trying to run this package within a `worker_threads` worker, I get the following error when a device is added or removed: ``` FATAL ERROR: v8::HandleScope::CreateHandle() Cannot create a handle...
## Environment - Linaria version: 3.0.0-beta.16 - Bundler (+ version): webpack 5.65.0 - Node.js version: 17.2.0 - OS: Linux ## Description Hi there, after upgrading to 3.0.0-beta.16, there are some...
# Bug Report ## Problem When specifying `DestinationType.FILE_URI`, the URL types on Windows UWP are different for images captured by the camera than they are for images selected from the...
Hi there, after experimenting with different workarounds in #481, I believe I may have found a proper fix for #126. Please let me know what you think :relaxed: I published...
Hi there, the new release 7.0.0 of `cordova-plugin-file` changed the format of URLs generated via `file.toURL()` and `file.toInternalURL()` from `cdvfile://localhost/persistent/...` to `https://localhost/__cdvfile_persistent__/...` on Android. This plugin does not seem to...
Hi there, when upgrading to Electron 20, `better-sqlite3` does not build any longer. On macOS, I get the following error: ``` CXX(target) Release/obj.target/better_sqlite3/src/better_sqlite3.o ./src/util/macros.lzz:157:21: error: no member named 'AccessorSignature' in...
Hi there, I have a mysterious problem in one of my projects after updating to the current version of Linaria: The webpack build seems to crash, but it does not...
Hi there, we are using this library (the low-level parts) for a Cordova app. As the app is hosted under the `ionic://` protocol on iOS, there are CORS issues with...
When I write a rule that contains multiple autoprefixed parts, some of the rules that are created contain mixed prefixes: ```js glamor.css({ flexBasis: 'calc(100% - 10px)' }) ``` also creates...