Andrei Rybak

Results 34 comments of Andrei Rybak

Intel HD Graphics 8086-0102.

I''ve stumbled upon this issue while trying figure out if text color could be changed. In my example the background color is `#00f6eb`, for which the [brightness calculation from current...

Force pushed to rebase onto fresh master and to add [IDEA-328234](https://youtrack.jetbrains.com/issue/IDEA-328234/Menu-item-Copy-Revision-Number-of-annotations-doesnt-have-an-icon-or-a-description) to the subject line of the commit. Screenshots in the pull request description have been updated.

Rebased onto fresh `master` to resolve merge conflict in `ApplicationActivationListener.java`. Found one new Javadoc syntax issue to fix in `SimpleStringPersistentEnumerator.java`. Range diff of the force push: ``` 1: 90da83cd1298 !...

Stumbled upon the same problem. Overall, there are six URLs that point to : https://github.com/search?q=repo%3Ajakartaee%2Fmail-api+javaee.github&type=code ---- In my case, I wanted to go to the FAQ about javax.mail (old URL...

CI on Windows failed because of https://github.com/haskell-hvr/missingh/issues/59, it seems.

Here's an example of how it looks for userstyles in Stylus. The link "Feedback" leads to . ![bitbucket-readable-commit-messages-configuration](https://github.com/rybak/atlassian-tweaks/assets/624072/145f024a-cfa1-44d9-b460-ee018ddbca0c)

Note: Tampermonkey automatically links to GitHub issues and to Greasy Fork's feedback page, when a script is installed via GitHub or Greasy Fork.

I've stumbled upon outdated-ness of the GitHub's spec at (at the time of writing – `Version 0.29-gfm (2019-04-06)`) because I couldn't find [documentation](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#footnotes) of footnote syntax, which was added in...

Thank you! Adding the property to the command: ``` $ ./gradlew -Porg.jetbrains.intellij.platform.buildFeature.useBinaryReleases=false buildPlugin ``` fixes the build for me!