-
### Describe the problem
Currently `cookies` are only available in `+page.server.ts` and `+layout.server.ts` but not in the universal load variants.
### Describe the proposed solution
Make `cookies…
-
Our setup (base):
```
"next": "^14.2.5",
"typescript": "^5.5.4"
"eslint-import-resolver-typescript": "^3.6.1",
"eslint": "^8.57.0",
"turbo": "^2.0.12"
...
```
I have tried updating the i…
-
# Description
From a removal attempt (https://github.com/rancher/dashboard/issues/11272), the global $cookies and 2-way binding logic adopted are defined from the plugin `cookie-universal-nuxt`. Th…
cnotv updated
1 month ago
-
Would it be possible to add an exemple using [cookie-universal-nuxt](https://www.npmjs.com/package/cookie-universal-nuxt) instead of `cookie` and `js-cookies`. It combine both feature into a single pl…
-
my nuxt.config is ts,so i add cookie-universal-nuxt to nuxt.config.ts:
export default defineNuxtConfig({
modules: ['@nuxtjs/tailwindcss', '@nuxtjs-alt/proxy','cookie-universal-nuxt'],
...
..…
-
### Is your feature request related to a problem? Please describe.
Lasers are essentially a beam of parallel light, similar to the approximation we have for sunlight.
But we can't emulate them with …
-
#### What type of issue are you creating?
- [x] Bug
- [ ] Enhancement
- [ ] Question
#### What version of this module are you using?
- [ ] 2.0.10 (Stable)
- [x] 2.1.0-rc.n (2.1 Release Candida…
-
I found out, by installing `php-wasm/node` and `php-wasm/universal` with version `0.9.46`, that `express` will produce 8 vulnerabilities :
```
# npm audit report
body-parser =0.7.5
Depends on …
mho22 updated
4 weeks ago
-
If you use this in a typescript Vue component, e.g.
this.$cookies.set('foo', resp, {
secure: true
});
You will get an error like this:
TS2339: Property '$cookies' does …
-
### Describe the bug
In `packages/integrations/package.json`, `fuse.js` has been set as `^6`, but in `packages/package.json` it is `^7.0.0`. We include it as `^7.0.0` in our own package file so it is…