enzu.ru
enzu.ru
You write your name in some files to signify authorship or copyright. CLISP attempts to parse these comments and gets confused over the UTF-8 characters.
Correct, it has to be enabled using a flag like in this PR. I suspect that there are some other Common Lisp distributions that are similar, so I kept my...
I don't know of any others for sure, it's possible that CLISP is the only supported Common Lisp implementation with this problem in 2020. (I just figured that Common Lisp...
So when I dig into this bug, it actually appears to be failing with > b'{"stat":"fail","code":1001,"message":"Invalid username and/or password"}' I have tried to make the Pianobar and Pydora user login...
Aha, they have whitelisted some unofficial clients, this fixed it: ```python headers = { "User-agent": "pianobar-2022.04.01" } result = self._http.post(url, data=data, params=params, headers=headers) ``` PR incoming.
@basil-conto @abo-abo I have updated my package to have imported permanent versions of those functions. Is this something I should now work to submit upstream to `swiper` in a function...
I think I have found another approach for now. Thanks for everything.
@joaotavora funny enough, I just finished reading that thread. Thanks for defending us `cl-libbers` I am going to send an email to the mailing list to see what is the...
Ah nevermind, I see there is a separate key for this. My apologies.
@suntsov I've been using eFar for about a month now, and now that I have some experience under my belt, I really think this PR would be helpful for us...