Art

Results 15 comments of Art
trafficstars

> This is mainly [an issue with Lighthouse](https://web.dev/uses-passive-event-listeners/). Are there any known workarounds to make react/preact pass? The workaround I use involves refs, which is similar to what @developit was...

Yeah, I've gotten this bug too but I have no idea why after hours of debugging and trying out various solutions by people with similar issues. At the moment it...

@Dedme I can't seem to reproduce the error. app.module.ts ```ts @NgModule({ imports: [ BrowserModule declarations: [ AppComponent ], bootstrap: [ AppComponent ] }) export class AppModule { public constructor(ngfc: NgForageConfig)...

@weronikasabiniewicz I'm terribly sorry, this is embarrassing, but I completely missed your reply... I wasn't able to reproduce your issue - have you set the library up exactly as stated...

I've tried reproducing the initial AOT compilation issue in the [upcoming Angular 8 PR](https://github.com/Alorel/ngforage/pull/193) and, unfortunately, the issue is still there with no updates from the Angular team apart from...

> Should I use this solution as a workaround at this time? > > Changes in `app.module.ts`: > > > ``` > import {Driver, NgForageOptions, DEFAULT_CONFIG} from 'ngforage'; > >...

What's the problem? I can load the page just fine ![image](https://user-images.githubusercontent.com/4998038/69990679-1902f000-153e-11ea-89a5-62a3178bde0b.png) Navigation worked fine too: ![image](https://user-images.githubusercontent.com/4998038/69990709-29b36600-153e-11ea-88e6-d22002ba6942.png) Have you visited https://alorel.github.io/ngforage/ in the past? It had a poorly configured service worker...

Given how the mirror is somewhat popular at 1k downloads per week and how it's been out for a good while, I don't think it makes a lot of sense...

Fixed with [0.4.2](https://github.com/Alorel/rust-indexed-db/releases/tag/v0.4.2), thanks!

Hey, thanks for bringing this up and sorry I'd abandoned this crate for so long. Let's keep this issue open please - I'll want to do some refactors around the...