Fork me on GitHub
#hyperfiddle
<
2023-10-16
>
nivekuil01:10:30

is there a list of known issues?

Vincent01:10:00

Do I need something special to decipher changes to (*get-in* e/*http-request* [:cookies "username" :value]) in realtime? (ui/button triggers an ajax (res/set-cookie login from the client... server replies agreeably, but the interface seems to need a page refresh ...? i have a sense that this is not the actual case

nivekuil01:10:51

the http-request is only made once, when establishing the websocket connection

nivekuil01:10:16

you can do (set! (.-cookie js/document) "...")

Vincent02:10:40

you're my hero