Max

Results 15 issues of Max

How to do that ``` @Component({ mixins: [{ provide: { [key]: do some things } }] }) ``` https://vuejs.org/api/options-composition.html#mixins

That is for class methods may be properties. How to make custom class decorator like Component using that package.

``` @Component export default class MyComponent extends Vue { // constructor( ) { // super() // expets 2 arguments // } } ``` What to put in, where? ``` new...

### Environment Nuxt 3 ### Reproduction WARN 'manifest-route-rule' middleware already exists at '/nuxt/node_modules/nuxt/dist/app/middleware/manifest-route-rule.js'. You can set override: true to replace it. ### Describe the bug WARN 'manifest-route-rule' middleware already exists...

dx
🍰 p2-nice-to-have

### Environment - ### Reproduction ``` spawnSync /home/test/test/node_modules/.deno/[email protected]/node_modules/nuxi/dist/fallbacks/linux/xsel ENOENT ``` ### Describe the bug Need to install the following packages: [email protected] Ok to proceed? (y) y ✔ Which package manager...

pending triage
needs reproduction

Work without call of stream.write if run with `bun dev` not work if run `with bun -b dev`. To work need to add stream.write(). ``` const sse = require('https://github.com/EventSource/node-ssestream/blob/master/index.ts'); const...

``` vuetify: { vuetifyOptions: { icons: { defaultSet: 'mdi', aliases, sets: { custom, mdi, }, }, }, ``` ``` Object literal may only specify known properties, and 'mdi' does not...

Will work with vue-class-component and fancy-decorator if I can change that packages to import compossables from vue/vapor. What to do with vapor from ``?

Generate error what is not handled by nest logger if wrong token is passed for example https://github.com/robot-mafia/nestjs-telegraf/blob/194419dc799f0872fcf4000a5e1266c462dac8c7/lib/utils/create-bot-factory.util.ts#L16 ``` const bot = new Telegraf(options.token, options.options); bot.use(...(options.middlewares ?? [])); bot.catch((err, ctx) =>...

### Describe the bug Here https://github.com/loopbackio/loopback-next#readme are many links includind FB, but no link to npmjs :)

bug