SondreB

Results 28 comments of SondreB

Thanks for the comments, I will attempt to take backup and wipe folders at a later time. I did download the previous version and installed it over the latest, and...

> For TypeScript, I needed to set `"module": "ESNext"` in `tsconfig.json` under `compilerOptions`. See if that helps. Already tried that with no luck. I have previously used the import JSON...

Repo of basic Angular app that imports the `dwn-sdk-js` and fails to compile: https://github.com/sondreb/angular-dwn

The main issue is that the whole repo depends on Node.js packages that won't run properly in the web browser, like `levelup` which includes C++ binding for LevelDB. I don't...

Great work, thanks a lot! And I just noticed that the leveldb works cross-platform (Node/Web) as well, that's fantastic: ![image](https://user-images.githubusercontent.com/309938/199119273-665e4384-8ba6-4ee5-a3e8-86e56bc514e1.png)

Anything happening with the "flashlight" branch/feature? Would love to have that feature available, and I see there is a branch that was worked on for it in 2021.

@lafriks @mebjas ... any chance getting this merged?

This behavior was on test-server, when running locally with "ng serve" and manually modifying the service-worker.js, I get the correct expected behavior in both Chrome and FireFox the first time...

During testing, I have some logic that checks the manifest.json for a new version. If a new version is found, I find the service worker registration and call .update(). At...

It worked with timeout of 200ms, it does not work with no set timeout. I'll leave it at 5 seconds, to make sure FireFox have initialized the object properly.