Adrian Kunz

Results 80 issues of Adrian Kunz

When adding the package as described in the README, it fails with the following error: ``` the Package.resolved file is most likely severely out-of-date and is preventing correct resolution; delete...

## What happened? The dependencies of this plugin have some vulnerabilies. They are reported by the `gradle/actions/dependency-submission` action (for example) and show up in the GitHub Dependabot > Security tab....

### Steps to reproduce 1. Make a folder available offline 2. Open the folder in the Files app 3. Go offline 4. Open a file in the folder from the...

### Description The `ValidateNested` decorator does not check if the value is actually an object. If the entire class consists of optional fields, it will pass validation. **Minimal code-snippet showcasing...

type: fix
status: needs triage

Pretty simple issue actually. Here is a visualVM screenshot: ![image](https://github.com/McFoggy/cssfx/assets/4145923/ea2e594a-4741-4529-9760-121cd08c0d14) `PathsWatcher.stop` should call `watchService.close()` but doesn't. ```java private WatchService watchService; public void stop() { watcherThread.interrupt(); // add: watchService.stop(); // might...

The Readme says ackWait is in nanoseconds. But the default is 30000 -- which would be way to short in nanoseconds.

Currently the image is only linux/amd64. Would be great to have an arm image as well.

### Describe the bug The code (found in the package @beisen/[email protected] as extras/all-in-one-common-1809101611.min.js) produces a Rust panic: ``` thread '' panicked at /Users/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-7.5.0/src/handlers/graphical.rs:1134:22: Formatting argument out of range stack backtrace:...

C-bug

I get this error: ``` Error: Kubernetes cluster unreachable: Get "": dial tcp: lookup on 127.0.0.53:53: read udp 127.0.0.1:36274->127.0.0.53:53: i/o timeout ``` The cluster domain is reachable, but it seems...

I get this exception: ``` RuntimeError: MJML stderr is not empty: (node:24376) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to...