IRC channel logs

2025-10-11.log

back to list of logs

<encryptedwhispe->There may be some issues with the base64 decoder in goblins, because I'm getting 'invalid base64' for strings which seem to be valid according to other decoders
<encryptedwhispe->never mind. then in that case something may be messing up in the base64 encode for the local-storage-store ? hrm
<encryptedwhispe->I think possibly it's missing padding ='s
<encryptedwhispe->Yeah even though padding? is set to #t, when encoding, the ='s are not added. Hoot bug perhaps...
<encryptedwhispe->Yep. The port is wrongly set.
<encryptedwhispe->Created https://codeberg.org/spritely/hoot/issues/771