naryl
naryl
It's a system that, while requiring some maintaining itself, makes maintaining the objects somewhat easier and less error-prone. I've found and fixed several bugs when converting objects to use it....
Ironclad is a huge library with huge building problems on ECL. websocket-driver only uses it for two functions. One of them is available from babel which is already included through...
**Describe the bug** Mason and Architect crafting xp gain are not adjusted properly. **To Reproduce** Steps to reproduce the behavior: 1. Do at least 3% worth of work as Architect...
**Describe the bug** Sometimes Bonus mode stays on with no bonus seconds **To Reproduce** 1. Ensure you have some bonus seconds 2. Enable bonus mode 3. Let the bonus seconds...
I'll just leave this issue here for myself to implement. Gemtext specs: https://geminiprotocol.net/docs/gemtext-specification.gmi
1. Create an SSL server using the example in https://orthecreedence.github.io/cl-async/tcp-ssl ```lisp (tcp-ssl-server "127.0.0.1" 443 (lambda (socket data) (format t "data: ~a~%" data) (write-socket-data socket "THIS IS A SECURE LINE!" :write-cb...