Fredrik
Fredrik
### What happened? I cannot get the location when running Detox. It works when using launching it normally. I am using expo. I think it might be related to #1371....
# Feature Request ## Why it is needed This might be a feature request, or perhaps it's already available. I am trying to respond to the pan gesture. Basically, when...
I am getting an exception thrown when having 0 or 1 data point in `` and ``. It works when the data set is >= 2. Here is the exception:...
I have replace the puppeteer used in `PuppeteerConnectionDelegate.js` with this: ``` const puppeteer = require('puppeteer-extra'); puppeteer.use(require('puppeteer-extra-plugin-block-resources')({ blockedTypes: new Set(['image', 'stylesheet']) })); ``` It seems to be using `puppeteer-extra` but the...
This is mostly to pick your brain. I don't know if you'd like something like this. For some reason when I clone your repo and then import it into my...
For some reason the track marks are not rendered on the first render. My work around looks like this: `onLayout={() => setTimeout(() => setMarks(trackMarks), 1000)}`
Won't this package increase the response time for crawlers since the middleware is launching a new Chromium instance? Therefor resulting in a negative SEO effect for bots that doesn't parse...
### Versions: - `@inertiajs/inertia` version: 0.8.5 - `@inertiajs/inertia-vue3` version: 0.3.5 ### Describe the problem: I noticed lag/delay when I typed into inputs on my website. So to debug this, I...
We should publish this package to [Packagist](http://packagist.org) so you can easily require this via composer, e.g.: `composer require helmutschneider/swish-php`.
**Describe the bug** I am receiving this error when trying to use this library: > Loading ffmpeg-core.js > Uncaught (in promise) TypeError: Cannot read from private field  **To Reproduce**...