Ilkka Ollakka
Ilkka Ollakka
I haven't tested, not that familiar with slack API. Quickly checking the API it looks like it looks like you could just post message on one channel at a time,...
For me in MX4200v1 without this PR I only got ~5-8dBm of tx in any of the radios in FI country-code, with this applied, I was able to get normal...
I think this is fixed by commit 609b7f58c832bc19550630449b2044221399e321
This is nice idea, did you get around to test this?
Just realized that in upgrade of production setup, this makes images and static directories inside container still be owned by root uid, which causes that new account can't write to...
@hughrun I had some changes in local that I had forgot to push into this PR. Now it is in state that it could be checked. I was checking if...
Actually now that I've been looking this, after https://github.com/bookwyrm-social/bookwyrm/pull/3605 we don't need build phase and can use the slim-image directly as psycopg3 doesn't need to be compiled.
I'll close this PR as I'm starting to prepare PR that has container build/entrypoint for migrations and container publishing flows included.
Hi, Thanks for the test-examples and comments, those help a lot! Actually looking the models/book.py file, I could validate isbn10 by converting it to isbn13 and back and check result...
Realised that I can make the PR with your link directly, so took it in, thanks!