ohager

Results 70 comments of ohager

@Overtorment do you still maintain this repo?

awesome, will open a PR soon, mentioning Burst... ;)

I'm struggling with the same problem...I created a [quick'n dirty Proof of Concept](https://github.com/ohager/orbitdb-remote-poc) to try the replication feature of Orbitdb (after I struggled with tools like the control-center). That PoC...

thanks for fast and concise response. I'll try ASAP. :pray: Just one more doubt: I tried using the Demo from orbitdb.org (https://ipfs.io/ipfs/QmeESXh9wPib8Xz7hdRzHuYLDuEUgkYTSuujZ2phQfvznQ/) and added the database address there... but without...

Hi @phillmac. I just tried what you suggested...running on my local machine works fine, but we got the following error: ``` Connecting to swarm using /ipfs/QmdkhnnKfGD9dWteVP9so1Bfi36FZXLbueDwduMHNiquNy (node:6620) UnhandledPromiseRejectionWarning: AggregateError: Error:...

@phillmac I saw your discussion in https://github.com/ipfs/go-ipfs/issues/7433 - I still had no luck to make it work. I understood that go-ipfs nodes take advantage of DHT, but it was mentioned...

@phillmac @Zorinik @tabcat I had some time today for further stuff and made it work, such that I can go on using it in my project. For me it's sufficient...

@am2222 tbh, I don't know. :shrug:

> It worked for me: > > ```js > import dynamic from "next/dynamic"; > > const SwaggerUI = dynamic(import('swagger-ui-react'), {ssr: false}) > > const Test = () => > export...

@zezaocapoeira Maybe it's not exactly what you want, but I'm working on a monitor program for creepMiner...it's close to be released as an alpha. The purpose of that monitor is...