Günter Zöchbauer
Günter Zöchbauer
Seems to be a valid regex according to the comments in the linked issue. What warning would you expect?
I interpreted it that it should warn about the missing `r` prefix.
I also prefer configuring the analyzer, but because that dodn't work, using the header was a convemient workaround.
Probably https://firebase.google.com/docs/firestore/security/get-started I guess Firestore is supposed to replace Firebase even though it might not officially be deprecated.
`npm i -g [email protected]` worked for me for Chromium 80.0.3987.162
@kharland `hashCode` is required to be equal for instances that are considered equal, but `hashCode` is **not** required to be different for instances that are considered *not equal*
Any suggestion how to work around? The file exists in `crate/pkg/` Looks like some paths are mixed up. The file `wasm-loader.js` is created in `node_modules/parcel-plugin-wasm.rs`. I'm sure that's not intentional....
have you tried `evalJavaScript('print();');` - just a wild guess
You don't need eval to load a page from some local storage #23 I meant just to execute the `print();` command after the page is loaded to invoke printing.
yup, you load webview with an url that points to that web server built-in in your app