Uther Pally

Results 7 comments of Uther Pally

How about ? ```ts const resource = useEndpoint(); const store = useStore({ value: null, }); useServerMount$(async () => { store.value = await resource.promise; }); ```

I think you can't use `', '` here ```Set-Cookie: id=a3fWa; Expires=Wed, 21 Oct 2015 07:28:00 GMT``` The `` and `` can't contains whitespace and comma but the `Expires` attribute can.

related #1045

I am encountering similar difficulties on NixOS too. backtrace warning: Can't open file /memfd:wayland-cursor (deleted) during file-backed mapping note processing [New LWP 43263] [Thread debugging using libthread_db enabled] Using host...

WWW-Authenticate header: From [RFC 7235#appendix-A](https://tools.ietf.org/html/rfc7235#appendix-A), the "realm" parameter is optional now.

@SvetlanaMuravlova my working version base on your provided repo https://stackblitz.com/edit/qwik-starter-h9vwdt?file=src%2Fcomponents%2Ftabs%2Ftabs.tsx,src%2Fcomponents%2Ftabs%2Ftab.tsx,src%2Froutes%2Flayout.tsx