const_var
const_var
I am facing the same issue while using `vite`. I am getting the previously reported error `'request' is not exported by __vite-browser-external, imported by node_modules\@aws-sdk\credential-provider-imds\dist\es\remoteProvider\httpRequest.js`. Is this something that is...
@vovawed No, I haven't yet found the solution.. As a workaround, I am using snowpack to do my production builds. Snowpack has a built-in support for node-polyfills with `snowpack build...
This will be very helpful in passing cookies to the server after `oAuth` call back. Currently, `sameSite` is blank. With [recent](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite#values) changes, browser treat this as `lax` and hence are...
While peeking into the code, I realise that the cookie setting for `oauth callback` is done at [gotrue](https://github.com/supabase/gotrue/blob/c9f1ed5731b102a40bae113e972c0e7674a9195b/api/token.go#L587) repo. Hence, the oAuth issue that I had raised belongs to `gorue`...
Thanks @1aron. Is this feature available in `v2-beta`? As I could not find any reference of this feature in the `v2` documentation. Thanks for doing all the great work. I...
Thanks @1Aron. Great to hear that `:has` is already supported. Helps to know that I can use `container-type`. Since the use case for `@container` especially in its current form is...
Thanks @1Aron . Make sense. Will be looking forward to the implementation. Thank you for building this super project. So far I have been thoroughly enjoying the @master experience. 🥇
Just checking if there is any plan to merge this PR. This seems to be a nice enhancement to otherwise very elegant library.
I have been facing this issue while trying to import an external dependency under `script type="module"` tag. I need it this way so that one of my dependency installs first...
That will be awesome. @dummdidumm Currently all the scripts are loaded by sveltekit as `module` scripts that are `deferred` automatically by the browsers. This leads to FOUC for global styles...