Róbert Papp

Results 398 issues of Róbert Papp

## Context Consider having a mathematical/algebraic class, which might have operators. A really simple example: ```kotlin data class Vector2(val x: Float, val y: Float) { operator fun plus(other: Vector2): Vector2...

rules

Pretty much the same as #5316, but a different rule. ## Context ![image](https://user-images.githubusercontent.com/2906988/191109680-dc699de5-6f31-4937-8630-07d220291fb6.png) Warnings exists in some codebases, and that's ok, but then they make the code harder to read,...

help wanted
feature
good first issue

Note: GitHub actions actively turns this on as well for all unix shell types: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell (I have a feeling it could be even put in `#!/usr/bin/env sh -e`, but not...

housekeeping

Currently the whole expression is highlighted, creating a lot of noise in the code: ![image](https://user-images.githubusercontent.com/2906988/190927289-b0e7f987-12b0-4981-ad95-c00c9294b18d.png) ## Expected Behavior of the rule I think it would be more than enough to...

improvement
help wanted
rules

## Expected Behavior The whole line is highlighted. ## Observed Behavior ![image](https://user-images.githubusercontent.com/2906988/190926486-5abc2961-4d19-4c15-89be-dd5a023069c0.png) ## Steps to Reproduce Based on the real example above, I minified a test-case: MaxLineLengthSpec: ```kotlin @Test fun...

bug

### Expected Behavior Java 8 is tested on CI on every PR, so that breakages like #898 cannot happen. ### Current Behavior Java 11 - 18 on CI. ### Fix...

`mutation` response will match the mutation name. ### Why: Closes no issue, trivial problem. ### What's being changed (if available, include any code snippets, screenshots, or gifs): https://docs.github.com/en/issues/planning-and-tracking-with-projects/automating-your-project/using-the-api-to-manage-projects#adding-a-draft-issue-to-a-project ### Check...

content
ready to merge
waiting for review
issues

Here's a temporary fix I applied in my own codebase to make `addNodeId` work: ``` javascript var neo4j = require('node-neo4j'); /** * Monkey patch the removeCredentials to get node._id and...

For example: `show-for-large-down` and `hide-for-large-down`.

http://googlesamples.github.io/android-custom-lint-rules/