daninus14
daninus14
Here are the steps to reproduce: To encode with jose, a sample: ```common-lisp CORE> (let* ((key (ironclad:ascii-string-to-byte-array "jhnjhbiduyaw=(*HUBhg)")) (data-to-encode (list (cons :auth "{hello: \"world\"}"))) (encoded-jwt (jose:encode :hs256 key data-to-encode))) (princ...
Hi, can you please explain why you made this project when there already were other alternatives? - https://github.com/michaeljforster-zz/panic - https://github.com/jasom/parenscriptx This helps users know how to choose and differentiate Thanks!
Hi, thanks so much for sharing. Are functional components supported or do you think they are easy to implement? I saw there's a hooks branch with commits out of sync...
Hi, Can you please change the name of the repository to be lispcookbook.github.io?? That way the address will be https://lispcookbook.github.io/ instead of https://lispcookbook.github.io/ It's a bit annoying every time my...
Hi, I was just trying to update my qlot which was installed with roswell. I tried just running the `ros install fukamachi/qlot` command, which didn't actually update the install. I...
it would be really useful to be able to have the option to do trust a script source only for a tab. Right now, we can either `Temp. TRUSTED` or...
The Tree example https://atlassian.design/components/pragmatic-drag-and-drop/examples/#tree Has this sandbox https://codesandbox.io/p/sandbox/nqhc6t?file=%2Fexample.tsx%3A65%2C1-66%2C1 The main function is named `TreeLegacy` even though it uses `@atlaskit/pragmatic-drag-and-drop-hitbox/list-item` instead of `tree-item` as mentioned in the docs: https://atlassian.design/components/pragmatic-drag-and-drop/optional-packages/hitbox/about#tree-item What makes...
Can you please provide a repository for the examples? Only the list ports examples have repositories, and it's a pain to have to look for code in the sandbox or...
Hi, I'm on MacOS 15.6 `osx-notifier` simply doesn't work. Alerts show in the emacs log, but no system notifications. Right now, I did this which worked: ```lisp (alert-define-style 'my-osx-notifier :title...
When debugging the when a condition stops the process and we have access to the stack, we can press in slime/sly 'e' or 'd' (iirc) to evaluate an expression. However,...