Jani Anttonen

Results 23 comments of Jani Anttonen

Some changes need to be made in orbit-core to allow this.

Should this text replace the disclaimer on top?

Should we persist the username in IPFS after authenticating with Metamask, or is this enough?

Nice find. Might want to take a closer look at the events winston listens to. I'll come back at you, but you're welcome to submit a solution if you find...

It is a bit weird though, if the `logged` event firing is the culprit. The `index.js` structure is based on https://github.com/winstonjs/winston/blob/bc6a363ec9164d03f266cab7c918d92208d2ec73/examples/custom-transport.js, that's why the logged event gets fired before the...

Definitely feels like a problem that could be fixed by a config change – after all, the snappy dependency is an _optional dependency_ and there should be a way of...

Thanks for pointing this out! You're right, there's definitely something wrong when using the current version, as the examples don't seem to work either. Happy to help, but not sure...

It seems that Grafana Server 7.0.0 has removed support for deprecated endpoints: "Datasource/Loki: Support for deprecated Loki endpoints has been removed." https://github.com/grafana/grafana/blob/master/CHANGELOG.md#breaking-changes-2

Seems like a good idea to make the adapter be more idiomatic towards Loki! This would become a new major release with some, if not all, changes presented here, together...