Kaan Uzdoğan
Kaan Uzdoğan
It seems we don't need to show a pop-up? https://matomo.org/gdpr-analytics/
Refer to here: https://github.com/aheckmann/gridfs-stream/issues/56 Using the `db` object instead of the `connection` resolved my issue. So instead of this: ``` var gfs; var db = mongoose.connection; db.on('error', console.error.bind(console, 'connection error:'));...
For me, it was because I was using Node v16 when installing. Meteor requires Node v14
Can a folder be an ipns? But what happens when the CID behind the IPNS changes? If I was trying to pin/sync the top level folder, I won't recognize the...
Although it seemed to be stable for longer time than usual, we encountered the same issue today. Here's the output below. I added some comments starting with `#`. The relevant...
I also have the same issue. Here's my code ```js let res = await fetch(url); let buffer = await res.buffer(); const options = { width: 2550, height: 3300, density: 330,...
Ok this is dumb but I actually didn't install the dependencies `ghostscript` and `graphicsmagick` :facepalm:. Now it works. Just install it as [here](https://github.com/yakovmeister/pdf2image/blob/next/docs/gm-installation.md). Unfortunately I won't be able to use...
> > Ok this is dumb but I actually didn't install the dependencies `ghostscript` and `graphicsmagick` facepalm. Now it works. Just install it as [here](https://github.com/yakovmeister/pdf2image/blob/next/docs/gm-installation.md). > > Unfortunately I won't...
@msporny Nope, I found it by chance while I was working on my prototype VC application. Not sure if this is what you mean, but the application generates a VC...
Might be related to https://github.com/digitalbazaar/jsonld-signatures/issues/143 ?