Róbert Papp

Results 398 issues of Róbert Papp

## Expected Behavior Input is valid. Class body is correctly indented. Final brace is aligned with class opener. Maybe the `SuperClass(primaryParam) {` line indented, but not the whole body. IntelliJ...

Parked

**Description of the problem**: There are vulnerabilities in transitive dependencies because they're not using the latest versions. **Browser and version**: N/A **Operating system**: N/A **WebDriverManager version**: 5.3.0 This report is...

enhancement

https://github.com/Shopify/liquid/releases/tag/v4.0.4 exists https://rubygems.org/gems/liquid/versions/4.0.4 exists Default branch latest changelog entry 4.0.3: https://github.com/Shopify/liquid/blob/main/History.md#403--2019-03-12 I think I might've found the missing one, but it says unreleased and therefore the list might be incomplete:...

I'm not using this library directly, but I get some vulnerabilities from it. Please bump your dependencies where possible to keep up to date with recent findings. There is one...

### What happened? > (node:2153) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to...

bug

```yml steps: - name: "Deploy to GitHub Pages" id: deployment uses: actions/deploy-pages@v2 with: error_count: 0 ``` I might've mis-interpreted the `error_count` when initially configuring the action. I want to allow...

**Describe the bug** Markdown-supported double-space forced line wraps are not rendered in Dokka. **To Reproduce** ```kotlin /** * Something. * Something else. */ fun f() { } ``` Note the...

bug
upstream bug

See https://plugins.gradle.org/plugin/org.owasp.dependencycheck/9.0.9 Click `git@...` link.

Hi, after running the Android emulator on Ubuntu with kvm, I'm getting this behavior consistently (2 different projects, both trigger on 29 ONLY): ``` Terminate Emulator /usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 emu...

Following this announcement: https://github.blog/2024-01-17-github-hosted-runners-double-the-power-for-open-source/ It is now possible to enable KVM on `ubuntu-latest`: https://twitter.com/colinwhi/status/1749236103956291857 From some empirical non-scientific testing*: mac boot: 1 min 23 seconds linux boot (without hardware virtualization):...