nijynot
nijynot
Any updates on this issue?
@janbar I have the same problem. I don't have my music in `~/Music`. Moving it over isn't an option either atm as it's a pretty huge library. :disappointed:
You can run this project locally with the scripts in `package.json`. ``` $ yarn install $ yarn compile $ yarn ganache $ yarn deploy ``` That aside, I'd also love...
Ah, right. I remember this error. Basically, you need to set ```bash export DEPLOYMENT_PRIV_KEY= ``` and change the `yarn deploy` to ```bash yarn etherlime deploy ./deployment/deploy.js --compile=false ganache ``` The...
Looks pretty good to me! Here are some of my initial thoughts. With manifest format, CBOR seems to have many options which you can choose from while MessagePack is more...
Catching click events on marker would make life much easier. Right now it's hard.
I have a case where `minimumLevel` doesn't seem to do anything when using `pino.multistream`. ```js const prettyStream = build({ minimumLevel: "trace", colorize: true, messageFormat: (log) => { let print =...
Yup, issue still open to be picked up! I know there exists some V2 documentation for the `grin-wallet` somewhere, which would be nice to have in a "slate" doc format...
@lehnberg Much better structure in the new proposal. :+1: Maybe we should add an additional page under community, called e.g. `Other communities` that lists the Discord and Telegram channels?