Mick Lawitzke

Results 373 comments of Mick Lawitzke

I tried it and it is super cool, finally autocompletion for route paths!! :) However @BobbieGoede I would add at least one example with `name` and `params` to the docs,...

So what I do to translate routes: 1. I define them in my pages, this way it is more organized. Before we had file-based routing, now we have in the...

I experience the same in iTerm on macOS

I am consistently getting type errors and need to transform all null values to undefined manually, very cumberstone! Very simplified example, my event handler needs to return an interface with...

10 months old issue, 57 upvotes, still no reaction from Drizzle team ... This is what I use atm: ```ts /** * @deprecated Remove when this is fixed: https://github.com/drizzle-team/drizzle-orm/issues/2745 */...

There are some notes in the console while compiling, not sure if they are related to the issuse: ``` (!) `this` has been rewritten to `undefined` https://rollupjs.org/guide/en/#error-this-is-undefined ../node_modules/class-validator/esm5/validation/Validator.js 1: var...

@NoNameProvided May you take a look at this? :)

@NoNameProvided I see this in the generated built files: ES5: https://github.com/MickL/class-transformer-type/blob/e61dbf6161033c5dce321b23984c9193aa49234d/my-lib/dist/my-lib.es5.js#L710 UMD: https://github.com/MickL/class-transformer-type/blob/e61dbf6161033c5dce321b23984c9193aa49234d/my-lib/dist/my-lib.umd.js#L718 Is the issue related to the message of rollup about "this"? May you have time to take...

@NoNameProvided Would be very glad if you could take a look at the repo. Is the issue related to the warning about "this"?

The same occurs when using `@nuxtjs/i18n`. It ALWAYS overwrites the description set by `useServerSeoMeta()`, but only on client, not on SSR: en.ts: ```ts export default defineI18nLocale(async (locale) => ({ nuxtSiteConfig:...