Adrian

Results 569 comments of Adrian
trafficstars

But what it someone wants to use it in his non-node jQuery app? ``` $.get('foo', defer(var response), 'json'); ```

I wonder if there's a cleaner way.. in a typical wsgi app there are env vars available to handle it automatically but I guess here that's not possible. Anyway, if...

Thanks for the PR! I'm curious, what client are you using maildump with that *requires* smtp auth?

Hey, I know it's been a long time, but if you rebase this (and adapt to maildump now being Python 3.6+ only) I'll promise to merge it quickly :)

Changing the global default encoding without any way to disable it is completely inappropriate for a library. :angry: This is invasive and there is a reason why the function is...

> On German ID cards and passports the name is completely capitalized in any case. Yuck you're right. Anyway,at least German vaccination centers and doctors use normal capitalization when creating...

I just encountered the same crash, here's my traceback: ``` fatal error: concurrent map iteration and map write goroutine 782596154 gp=0xc0347e4380 m=29 mp=0xc02cd7d808 [running]: runtime.fatal({0x292104c?, 0x0?}) runtime/panic.go:1042 +0x5c fp=0xc0597a18c0 sp=0xc0597a1890...

This was on v9.9.1 btw (custom build but none of my changes are likely to be related to that crash).

I'm afraid that won't help since we jumped from 9.2.x to 9.9.x

Not sure if I still have logs for that. Since my container infra automatically restarts the pod in case of a crash (or lack of response from the server), I...