Joep Meindertsma

Results 337 comments of Joep Meindertsma

Will do! I'll let you if it worked soon. Thanks for the quick help btw 👍

Seems like I can't build `@noble/hashes` for some reason: ``` [20:12:16] [snowpack] rimrafSafe(): /Users/joep/dev/github/joepio/atomic-data-browser/node_modules/@noble/hashes/cryptoBrowser.js outside of buildOptions.out /Users/joep/dev/github/joepio/atomic-data-browser/data-browser/publish [20:12:16] [snowpack] Error: rimrafSafe(): /Users/joep/dev/github/joepio/atomic-data-browser/node_modules/@noble/hashes/cryptoBrowser.js outside of buildOptions.out /Users/joep/dev/github/joepio/atomic-data-browser/data-browser/publish at Object.deleteFromBuildSafe (/Users/joep/dev/github/joepio/atomic-data-browser/node_modules/snowpack/lib/cjs/util.js:75:15)...

Seems to be [this](https://github.com/withastro/snowpack/issues/3403). Sorry, this blocks me from testing your fix at the moment.

I've found a workaround to build it, and I can confirm your fix works, @paulmillr ! Thanks for the help :)

Currently, `Importer` is a Class Extender. This means that you can _instantiate_ multiple Importers, and they all have URLs. The alternative approach, is to have one single `/import` Endpoint. This...

I'm not planning to do the open tasks, as I don't have a clear usecase for them now. Perhaps later!

Seems like promptly is being maintained again, last update 9 months ago. I started a branch with dialoguer some time ago, which seems fine, but I have too many other...

This issue just got a bit more important. My own CI pipeline broke because of openssl version mismatch. I didn't know that could happen. It even makes running the docker...

@netthier That could very well be a problem, thanks! I've sent a mail to sled's maintainer. Relevant issue in marble: https://github.com/komora-io/marble/issues/7

Wow @AlexMikhalev that looks really promising! Seems like it supports [`scan`] so that's good, althought it's missing in the Sled connector. I'm also wondering if it has Tree support, see...