Adam Coddington

Results 76 comments of Adam Coddington

It’s very difficult to say without having at least a traceback; do you happen to have one?

Just to be clear — this module is not involved in selecting your collation, so the proper fix is outside in your django/db settings. Without knowing more, I might suggest...

You might not know this, but Python provides tooling allowing you to silence particular loggers out-of-the-box. Check out their docs covering "configuring logging". The logger you would want to adjust...

Incidentally, this is less of an icloud problem and more of a problem of generated (in this case: daily) notes and synchronization in general If you're using obsidian-sync, it's possible...

I, too, encountered this problem and solved it by adding -- ```vimscript set termguicolors ``` to my `~/.config/nvim/init.vim`. Also note that if you're seeing `>` rather than ` ▶`, you're...

I'm very curious to hear if anybody _genuinely_ would find something like this useful -- I don't understand what the use case is for this and would like some insight....

Yep -- https://github.com/mwhooker/jsonselect

I wish I could, @eugapx, but as discussed here: https://github.com/coddingtonbear/django-mailbox/pull/253#issuecomment-1329509623 I need some contributors to take some time to vet these changes (or the ones in the other PR referenced...

Feel free to post a pull request! In my case, im unlikely to run for longer than two hours at a time; so I'm not super worried about it.

That's an excellent point -- could you file a pull request fixing that, @nanmeng?