Peter Budai

Results 16 issues of Peter Budai

**Describe the bug** When running in development mode the sourcemaps are multiplied, resulting errors during debug **To Reproduce** Steps to reproduce the behavior: 1. `npm run watch` 2. Click on...

bug
help wanted

**Describe the bug** Vitest VS Code extension fails if you have many test files in folders with the following error message: [INFO 9:37:34 AM] The command line is too long....

bug

I love the components so far! I have noticed when I was testing that `ASwitch` component cannot not get a keyboard focus. This also means that it cannot be toggled...

Or the dependency is only for DbUp 4.5?

Is there a plan on the roadmap to update this for Vuetify 3?

enhancement

## ☕️ Reasoning This PR is aiming to add support for Nuxt framework to `@AuthJS` ## 🧢 Checklist - [x] Add `SetEnvDefaults` to be consistent with other frameworks - [x]...

frameworks

### Environment - Operating System: Windows_NT - Node Version: v21.4.0 - Nuxt Version: 3.8.1 - CLI Version: 3.9.1 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: - -...

minor

## ☕️ Reasoning This PR adds an adapter for SQL Server. Adapter also supports the WebAuthn / PassKey auth structures. ## 🧢 Checklist - [x] Documentation - [x] Tests -...

adapters

This PR adds raw item get/set support, similar to abandoned #442, but also adds test for that new procedures. Also I have noticed that the current `removeItem` test fails, as...

The [documentation](https://nuxtoidc.cloud/getting-started/security#oauth-20) mentions that Client Credentials Grant could be implemented using a single `fetch`. Is there a minimal example how this could be achieved with this library? Background: we would...