Theofanis Despoudis
Theofanis Despoudis
Hey, actually this is expected as when you create a new Style you initialize a background color of 0 which translates to `\e[40m` which is black. So for the 2...
Hey I may be interested in implementing this. Having looked at the code my understanding is that I will have to attach a mixin property here: https://github.com/pinojs/pino/blob/master/browser.js#L79 And then I...
You can. Take a look at the custom worker classes here http://python-rq.org/docs/workers/#custom-worker-classes You can implement your own output capturing worker for example by overriding the execute_job method here /rq/worker.py@master#L585-L594 This...
Maybe instead of re-implementing an S3 storage for individual Cloud providers, we should consider using [gocloud](https://gocloud.dev/howto/blob/#other-usage-samples). It provides abstractions for blob storage types and supports S3, S3 compatible, GCloud, Azure...
Maybe we can take a different approach and create a `Sites` facade similar to https://docs.djangoproject.com/en/1.11/ref/contrib/sites/ that will help working with multiple sites With that, we can add a sitemap generator...
I will work on this weekend
I would like to also enhance the ticket scope by providing options for: 1. Limiting the Server connections in a global way 2. Limiting the Server connections from a particular...
Remo, I find that very interesting. Do you mean in general we need to provide some kind of a `LifeCycleManager` to handle the lifecycle calls or attach `on*` methods on...
@PodaruDragos I can also provide my spare time to maintain this project. I've done some contributions in the past as well. Let me know and I can start working on...
The response of the particular query is `404 Not Found`. Do you think we need to just map the response codes to messages?