Tine Jozelj
Tine Jozelj
- [x] I've read [the docs of nestjs-pino](https://github.com/iamolegga/nestjs-pino/blob/master/README.md) - [x] I've read [the docs of pino](https://getpino.io/#/) - [x] I couldn't find the same [question about nestjs-pino](https://github.com/iamolegga/nestjs-pino/issues?q=label%3Aquestion) **Question** I'm trying to...
Hi. I think adding SHA checksum verification to downloaded artifacts (tools), would improve security of the tools being downloaded. In case any of the providers has a security breach and...
I'm using Gnome 3 _(3.2.81)_. In notification bar, other music players support media controls (next, previous, pause/play) and show current song. Soundnode only shows notification when a new song starts...
Investigate if this would be worth the effort. It wouldn't be as hard to implement as we we would just need to remove controllers from each module and replace it...
We should verify that provided token was issued by EVE Book and not some other 3th party. We should use something like [JWT](https://jwt.io). > payload ``` { token: "eve sso...
Feed is going to show posts from our corporation/alliance as well as from characters/corporations/alliances that we follow. - [ ] Home page feed ##### Posts delivery Initially we should get...
When doing same request at the same time, with empty database. One of them will fail with duplicate key constraint. As both of them try to populate entety from esi...
With #126 on the way. There is going to be a bunch of docker images. Dependencies are going to be a mess (all dependencies in every docker image). We should...
This is quite a big enhancement. Idea is to make `zkillboard` and `esi` cover all of the API. And provide better interface. ##### ESI - [ ] Full api coverage...
RedisQ is used by zKillboard which makes it more reliable. [RedisQ Documentation](https://github.com/zKillboard/RedisQ) Current RedisQ is [here](https://github.com/evebook/api/blob/develop/src/modules/external/killmailsStream/killmailsStream.service.ts) Only thing that needs to be changed is `constructor()`, it should set `this.client` to...