Harm Aarts

Results 73 comments of Harm Aarts

FYI The `resistFingerprinting` flag is off and I experience the issue still. I'm also using [Cameleon](https://addons.mozilla.org/en-US/firefox/addon/chameleon-ext/), when I disable that extension it works as expected.

I can confirm this is an issue with Go version 1.17 too. ```shell ❯ go version go version go1.17.3 linux/amd64 ```

@ernsheong What pain are you referring to? I, too, come from Rails and have liked the timestamp based approach. But I've never worked with too big a projects.

Nope. I removed the offending line. The command then ran till some MySQL error, that error was wholly on my part, I didn't create a DB yet.

I get more of these kinds of requests. The idea I'm currently tossing around is that you will have to use different loggers. Then you can have different log levels...

Thank you for bringing this up again. I promise to add something along these lines next week.

I've been implementing this morning when I came to a realization. The [`PrefixPrinter`](https://github.com/leisim/logger/blob/master/lib/src/printers/prefix_printer.dart) already is capable of prefixing a log message with a fixed string. So you could tackle this...

I don't think it matters in this case. I would keep your code simple to understand. And I don't think the singleton pattern helps to make the code understandable. In...