Amir Raminfar

Results 84 comments of Amir Raminfar

I think there is enough interest to come back to this. I need to think of a more performant way though as the old way was causing some slowness which...

Colors are back and should be deployed now. I was trying to get fancy and have options to disable it but I think that's more work than I can commit...

What's the question? You could also do `echo -n password | shasum -a 256 | head -c 64`. Feel free to send PR for docs if it is unclear.

Yea, that's a good idea. But there is an issue why I didn't implement this. Right now, I _guess_ the level. https://github.com/amir20/dozzle/blob/021d3f7a9938d81878d9ad71ec2dc36384f7e2a6/docker/level_guesser.go#L11-L33 I use a combination of regex and filters...

I think it would be weird if someone is filtering by INFO and then WARN doesn't show up. What do other tools do? Does anybody have examples?

This is the javascript console right? I think with JS, you can only have `console.log`, `console.error` and `console.warnings` so that makes sense. But perhaps this is good enough and one...

Hi @daschr. First of all, that's an impressive driver implementation. I wish I could do more Rust but haven't had time. Dozzle's principle has been simplicty and focus on debugging...

@daschr So I thought about this a little more. It seems more complicated than I thought. If I was to offer scroll back 24 hours then one would expect that...

I have thought about this feature more. And a lot would need to change for it to be able to jump up to a random location. Everything in Dozzle is...