Aaron
Aaron
These two `@params` don't have types, so the first curly braces were parsed as a type by [this regex](https://github.com/unpoly/unpoly-site/blob/7388e778d55c896aa680fb5b20462b806919bcd4/lib/unpoly/guide/parser.rb#L91), causing a visual bug in the docs. ![CleanShot 2022-09-11 at 15...
https://github.com/websocket-client/websocket-client/pull/781 "echo.websocket.org is no longer available, so replacing with an alternate server that will echo back whatever you send via websockets."
The goog.net.cookies.set function now takes 3 parameters, and the 3rd is an options map: https://github.com/google/closure-library/blob/master/closure/goog/net/cookies.js#L167 This line of re-frame-cookie-fx silently ignores max-age, path, domain and secure options: https://github.com/SMX-LTD/re-frame-cookie-fx/blob/972f4f58d8427b91d29a1bf73450a8fec6b263c3/src/com/smxemail/re_frame_cookie_fx.cljs#L111 reagent-utils checks...