George Kettleborough
George Kettleborough
I've tried using edebug and stepping through. The difficulty seems to be that in `ob-ipython--execute-request` it runs `ob-ipython--collect-json` in a temporary buffer. I can't figure out how to look at...
OK, I finally figured it out. It's not easy to debug something that uses `with-temp-buffer`, but eventually I figured out I could manually repalce that with a real buffer and...
Agreed, this causes data loss by converting the timestamp into the timezone of the server. To expand on the issue, consider the deserialisation case: ``` DateTimeField().to_internal_value("2020-01-21T17:57:54+05:00") ``` This gives me:...
It looks like that is case, yes. But all supported versions of Postgres support a timestamp with timezone type at no extra cost compared to a regular timestamp. I have...
Doing the correction in the playback client is preferable to transcoding. When using a playback device that supports doing Replaygain (like Kodi, for example), then conceptually it seems quite simple...
There are two different types of normalisation being discussed here and it's important to be clear about them: 1. Inter-track/album/programme normalisation like ReplayGain, Dialogue normalisation (dialnorm), linear loudnorm. These preserve...
I recently updated to the latest version of zenburn and initially thought something was wrong the with the magit diff faces. But I've found that now my eyes have adjusted...
Here is what I use in my modified zenburn: https://github.com/georgek/zenburn-emacs/blob/my-mods/zenburn-theme.el#L1092 I only use a subtle size difference for title and level 1 heading, but I use proportional fonts which makes...
Yes. I use to do that actually. I just had a separate mods file which I would load after the theme: https://github.com/georgek/dot-emacs/blob/master/themes/zenburn-mods.el The reason I inlined mine was because I...
I'll have a go at adding this feature over the weekend then, unless someone else gets to it first.