Michael Lazar

Results 126 comments of Michael Lazar

If anyone wants to take on the task of setting something up and administering it, that's fine with me! If you do, let me know and I'll add links to...

@tallship Nothing has changed from the previous discussion. If you want to use a custom charset based on the file extension, you need to set it up in python as...

For others who encounter this - if you're using **mod_wsgi**, the solution is to add the following line to your Apache configuration: ``` WSGIPassAuthorization On ``` That will allow Apache...

Thank you for the quick response! Yes it does appear to hit the primary key index. ``` MariaDB [ykksm]> EXPLAIN SELECT aead_table.public_id, aead_table.keyhandle, aead_table.nonce, aead_table.aead FROM aead_table WHERE aead_table.public_id =...

Here's what I ended up doing in case anybody stumbles across this issue: I couldn't come up with a robust + secure way to use ``/revoke``. I didn't like that...

Thanks for the issue writeup! I added the "Last time [owner] watered" notification if it has been over 7 days. I don't want to filter out inactive plants, but I've...

It's a great idea! I like the idea of having insects as some kind of pet or familiar that persists across plant generations. You could have them randomly fly around...

> Are there any clients at all with "go up a level" buttons? Elaho actually does now, but I understand your point and I have also felt the pain on...

Hmm.. ``` [TLSCloseNotify] Server should send a close_notify alert before closing the connection Checking for close_notify TLS signal Request URL 'gemini://twins.rocketnine.space/\r\n' Response header '20 text/gemini; charset=utf-8; size=1370; cache=43200\r\n' ✓ TLS...

Greetings The only changes that I made regarding building on a mac were bumping some of the python dependency versions. This was a while ago, but IIRC the Pillow version...