Mohannad Faihan Otaibi

Results 18 comments of Mohannad Faihan Otaibi

> @mo9a7i doesnt overwrite it for me. > > patchman strikes again: > > ```patch > > diff --git a/dist/module.mjs b/dist/module.mjs > > index 73a3c87b5c1af0571337c66dbe6f0aef36a0034e..319493594d33cdcf7b00f6a4e0d79fd5b43fe752 100644 > > --- a/dist/module.mjs...

> @mo9a7i doesnt overwrite it for me. patchman strikes again: > > ```diff > diff --git a/dist/module.mjs b/dist/module.mjs > index 73a3c87b5c1af0571337c66dbe6f0aef36a0034e..319493594d33cdcf7b00f6a4e0d79fd5b43fe752 100644 > --- a/dist/module.mjs > +++ b/dist/module.mjs > @@...

I'll be more than glad to help on this one, just start with it.

To override this temporarily, in your `tsconfig.json` override `compilerOptions` ```json { // https://nuxt.com/docs/guide/concepts/typescript "extends": "./.nuxt/tsconfig.json", "compilerOptions": { "paths": { "#pwa": [ "./.nuxt/types/pwa" ], } } } ```

## Just sharing thoughts, I might be wrong again too. I stand corrected, applying the above solution caused some weird behavior in typescript in my project, leading to some variables...

Over 1 year open with no fix? I think you can publish a CVE safely and flood russian corporations with coffee.

I believe from the context of the code you should: - Update .env file with WEBHOOK= discord webhook url for the channel - make your linear webhook post to `https://your-server-domain:3000/linear`...