𝒪𝑜𝓂

Results 12 issues of 𝒪𝑜𝓂

Hello, I'm trying to make work vue-meta with Vue3 in SSR mode (https://github.com/nuxt/vue-meta/tree/next#ssr) Everything `build` just fine, I can start my express server and all but when I'm accessing a...

**Describe the bug** 1. Fresh installation with : `npm install puppeteer puppeteer-extra puppeteer-extra-plugin-stealth` 2. Copy paste the main from `puppeteer-extra-plugin-stealth` [npm](https://www.npmjs.com/package/puppeteer-extra-plugin-stealth#:~:text=extra-plugin-stealth-,usage,-%2F%2F%20puppeteer-extra%20is) 3. Start the program with `node index.js` 4. I...

issue: bug report
needs triage

Add async word to the speack function enabling the way to use it like this: #109 ![image](https://user-images.githubusercontent.com/11071671/90936479-8543bd80-e405-11ea-9d6f-5c06dd756306.png)

```error TypeError: genome.generateNetwork is not a function at population.evolve.genome (\NEAT\index.js:11:26) at Chromosome.calculateFitness (\NEAT\node_modules\neuroevolution\src\chromosome.class.js:34:20) at Population.evaluate (\NEAT\node_modules\neuroevolution\src\population.class.js:36:18) at Population.evolve (\node_modules\neuroevolution\src\population.class.js:98:12) at Object. (\NEAT\index.js:10:12) at Module._compile (module.js:649:14) at Object.Module._extensions..js (module.js:663:10) at Module.load...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

feature request

Tests: ``` PASS ​ test/memorystore.test.js 16 OK 63.406ms ​ PASS ​ test/idGenerator.test.js 512 OK 140.972ms ​ PASS ​ test/fastifySession.checkOptions.test.js 12 OK 146.505ms ​ PASS ​ test/store.test.js 11 OK 189.105ms ​...

## Context * Telegraf.js Version: 4.16.3 * Node.js Version: v20.14.0 * Operating System: Windows 10 ## Minimal Example Code Reproducing the Issue ```ts const chatInfo = await ctx.getChat(); ``` You...

```ts const schema = z .object({ email: z.string().email(), password: z.string(), confirmPassword: z.string() }) .refine((data) => data.password === data.confirmPassword, { params: { deps: ["password", "confirmPasswor"] //i'm adding extra info about each...

Hello, I do not understand why do you reset the widget after 1000*250 seconds ? [https://github.com/nuxt-modules/turnstile/blob/12a844705deb09ed9401996ce58ceb481aaf07c8/src/runtime/components/NuxtTurnstile.vue#L56](https://github.com/nuxt-modules/turnstile/blob/12a844705deb09ed9401996ce58ceb481aaf07c8/src/runtime/components/NuxtTurnstile.vue#L56) Is that to auto refresh the token ? Because this can be set to...

### Reproduction link or steps In the new version of Nuxt 4 the `tsconfig.json` file is looking like this: ```ts { // https://nuxt.com/docs/guide/concepts/typescript "files": [], "references": [ { "path": "./.nuxt/tsconfig.app.json"...

needs-reproduction
tsdown