Jonas Thelemann

Results 203 issues of Jonas Thelemann

**What**: I've added documentation on how to use this module with Nuxt Bridge. **Why**: The underlying webserver changed to h3 in Nuxt's new Nitro engine, making usage of js-cookie unnecessary!...

## Summary docs: use property export for "useVuelidate" fixes #1056 ## Metadata - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor...

## Summary Adds a migration description for the changed regex helper method signature. fixes #1092 ## Metadata **What kind of change does this PR introduce?** (check at least one) -...

Migrating to Vuelidate 2.x I noticed that while previously the regex helper signature was e.g. `helpers.regex('slug', /^[-A-Za-z0-9]+$/)` it now is `helpers.regex(/^[-A-Za-z0-9]+$/)` (without the first "title" parameter). I did not find...

For users of typescript it would be cool to have a section in the setup instructions that tells users to include `"@nuxtjs/google-analytics"` in their `compilerOptions.types` array in `tsconfig.json`.

Hey there, would it be possible to let `reg-suit compare` exit with a non-0 exit code when changes are detected? This way it's easy for scripts to decide whether to...

Following #594 / #605 the is no more error regarding the CSF file caching :+1: Instead, I now receive a `StoriesTimeoutError`: https://github.com/maevsi/maevsi/runs/6558288410?check_suite_focus=true#step:5:2211 ``` Getting stories was failed. Make sure that...

I'd recommend having non-breaking minor updates automatically added to the main branch. That lessens maintenance work on all those frequent PRs! You'd only be having a PR for major releases...

Hey there, I found that the `waitFor` can be used to wait for a Promise to resolve. Now I have a HTML canvas element inside my Vue/Nuxt application for which...

Trying to use Typescript 4.7 with the attached `tsconfig` yields the following error: ``` import { Client } from '@stomp/stompjs'; ^^^^^^ SyntaxError: Named export 'Client' not found. The requested module...