sschneider-ihre-pvs

Results 59 issues of sschneider-ihre-pvs

Would be cool if there would be support for oracledb also.

driver-request

I only see the following on starting majestic `ÿ` Majestic v1.8.1 is running at http://localhost:4000 ``` System: OS: Windows 10 10.0.19042 CPU: (16) x64 Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz...

### What happened? I have a schema that looks like: ```js const validationObject = z.Object({...}).and(z.Object({}) ``` This results in a z.ZodIntersection and typescript does not like to put it into...

### What happened? I tried to test the result of a form validation with jest and got the following error TypeError: 'get' on proxy: property '0' is a read-only and...

🤔 needs reproduction

**Describe the bug** If there is a reference in the template, `useResult` gets executed twice, which can lead to odd behavior. If you use `onResult` instead, this does not happen....

Use case, if you have a frontend and a backend project and the frontend one has the backend url/port as env var and the backend has an env var vor...

Currently, whether underline, or underline-thin both do not work, only if you use inherit and set the default cursor to underline.

question

Issue Type: Bug When the extension boots up or detects change it switches to Testing Panel although autorun is off. Extension version: 4.2.1 VS Code version: Code - Insiders 1.64.0-insider...

external-issue

**Describe the bug** Generating an empty possible types file ```js export interface PossibleTypesResultData { possibleTypes: { [key: string]: string[] } } const result: PossibleTypesResultData = { "possibleTypes": {} }; export...

### Is your feature request related to a problem? Please describe I always reference the jira issue like ABC-123 manually. ### Describe the solution you'd like It would be nice...

question