Ivan Chinenov

Results 51 comments of Ivan Chinenov

It could be useful to maybe merge rocket5 support behind a feature gate.

There needs to be consideration for making sure it is possible to serialize `Html` for use-cases like pushing DOM updates over websocket messages. Either Html need to be `Into` or...

Don't run it from a zip file, you need to extract it somewhere first.

Okay, so here's my usecase. I want to hash a tempfile (preferably without writing it to disk at all), look up the hash in a database and finally persist the...

> This feels unnecessarily complicated. ~~Not to mention that it doesn't work: persisting or copying for some reason silently fails, producing no file or error.~~

I'd like to take a stab at logging solution.

While messing with global state is bad, I don't exactly see how to achieve the behaviour of env vars always overwriting the config with explicit passing of env vars. You...

I really don't see much of a problem in just silently overwriting settings from env, if that fact is properly documented.

I think here ease of testing and cleanliness of code go in opposite direction. I guess you could shadow os.environ for testing?

@zesterer @alvra is there any progress on getting this into `master`?