Fredrik

Results 22 issues of 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....

type: bug 🐞
platform: ios
status: triage
bugathon

# 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...

enhancement

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...

enhancement

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...

vue 3

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 ![image](https://github.com/ffmpegwasm/ffmpeg.wasm/assets/349311/56540839-e4a3-4596-a27a-e1ec383c8d0f) **To Reproduce**...