Róbert Papp
Róbert Papp
**Feature request** Same as #66, but for other commands. Note #70 might invalidate this? **Additional context** Docs: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions Example: ``` [Android/Build] ⭐ Run Main Upload 'Application APKs' artifact. [Android/Build] 🐳...
**Feature request** Same as #66, but for other commands. Note #70 might invalidate this? **Additional context** Example: ``` [Android Build/Unit Tests] ✅ Success - Main Set up Java for Android...
https://github.com/psastras/sarif-rs/releases/shellcheck-sarif-latest points to 0.2.26 which is more than a year old. https://github.com/psastras/sarif-rs/blob/591b6e9fae691c2b3d01e01da6c29d90bf70cdbe/README.md#L46-L56 Probably the release process is missing a step to bump the stable tags.
At the moment there's some (seemingly unnecessary) parsing of `script:` input, which prevents everyday usages. Examples: Standard Gradle or adb invocation, we all know how long the parameter list can...
Hey, nice article I read, and I wanted to click through these two links: https://github.com/hhariri/hhariri.github.io/blame/master/_posts/2014-01-06-intellij-idea-minimal-survival-guide.md#L387-L388 it just dumps me to the JetBrains home page.
### Version 29.7.0 ### Steps to reproduce 1. Clone https://github.com/TWiStErRob/repros/tree/main/jest/v8-flaky-coverage 2. `npm install` 3. `npm test -- --runInBand wrapped.test.js` -> tests pass, coverage 100% 4. `npm test -- --runInBand` ->...
In https://github.com/bnorm/kotlin-power-assert/issues/103#issuecomment-2015958409 you mentioned a transition. _I'm not sure what happened, did you get hired by JetBrains? Or have you always worked there, some context would be nice... anyways, getting...
### Expected Behavior As documented: > The application is running in a Cloud environment (present for all other cloud platform types) > -- https://docs.micronaut.io/latest/guide/#:~:text=present%20for%20all%20other%20cloud%20platform%20types ### Actual Behaviour https://github.com/micronaut-projects/micronaut-core/blob/f3c28bee9b14e38ce83f66b9038a4f3e6e2ad85c/inject/src/main/java/io/micronaut/context/env/DefaultEnvironment.java#L742-L747 (compare to...
Hey, I'm a bit at a loss and looking for an idea. I have a project where detekt used to show findings in IDEA, but now it's not. What could...
[Configuration cache](https://docs.gradle.org/current/userguide/configuration_cache.html) is a new feature in Gradle that speeds up running repetitive tasks (during daily development) by storing the task graph on disk and loading it back. This requires...