Jochen Kupperschmidt

Results 24 comments of Jochen Kupperschmidt

I experience HTTP 500 errors with this message: ``` Happstack 7.3.7 Something went wrong here Internal server error Everything has stopped The error was "git: recoverEncode: invalid argument (invalid character)"...

@jgm, thanks for the pointer! Another change in between was that I run gitit now via supervisord. The following line in my supervisord configuriation file to run gitit fixed the...

> > I didn't realize black didn't have single/double quote options. This is not a deal breaker, but it's such a shame since single quotes are easier to read. I'm...

I can confirm this behavior. According to my direct sources, this (WebP preview image not shown) happens both in the Telegram Desktop client on macOS as well as in the...

> (deeplink is missing) The link to the relevant page still works, though the in-page anchor does not. Still helpful and better than removing the link altogether, I'd say.

BTW, the new deeplink is: https://docs.bepinex.dev/articles/advanced/proton_wine.html (I've updated it in #400.) If the `WINEDLLOVERRIDES` approach really does work, I suggest to *add* it to the docs instead of replacing the...

Oh, and Freezegun's fake date/time lacks milliseconds compared to the default update. I've tested on Python 3.4.2.

> I think we would need to have some sort of backwards-compatibility. No idea how this would work. Staying completely backwards-compatible probably won't work. > Should the time passed into...

> ``` python > @freeze_time("2012-01-14 03:21:34", tz_offset=-4) > def test(): > assert datetime.datetime.utcnow() == datetime.datetime(2012, 01, 14, 03, 21, 34) > assert datetime.datetime.now() == datetime.datetime(2012, 01, 13, 23, 21, 34)...

@bryanhelmig, you're welcome. :)