J. Fronny
J. Fronny
Some RSS feeds specify links using an atom-like format, specifically as `` This PR attempts to add support for reading such links.
AGP and Gradle support writing build scripts in kotlin, which allows for better IDE support. Since this project is written in kotlin, doing so just makes sense. Additionally, I have...
**Describe the bug** My mod recently began having compatibility problems with TechReborn. I decided to try to find out where the issue lies. Apparently a mod only containing the line...
Currently, the Gradle tool window permits any directory containing the correct content to be configured as the Gradle installation home: https://github.com/JetBrains/intellij-community/blob/0e71313b43b3880db8a7334ab9f29cb8db4864ed/plugins/gradle/src/org/jetbrains/plugins/gradle/service/settings/IdeaGradleProjectSettingsControlBuilder.java#L419-L421 The new project wizard and settings component on the...
GitHub now supports deploying GitHub pages from Actions directly (more details on that [here](https://github.blog/2022-08-10-github-pages-now-uses-actions-by-default/) [here](https://docs.github.com/en/pages/getting-started-with-github-pages/using-custom-workflows-with-github-pages)) The action that is currently used to deploy pages [suggests using this support instead of...
When running this tool on my domain, I get the expected result: ``` { subject: [Object: null prototype] { CN: '*.frohnmeyer-wds.de' }, issuer: [Object: null prototype] { C: 'GB', ST:...
Since Android 11, Android allows keyboards [to display autofill suggestions inline](https://developer.android.com/identity/autofill/ime-autofill) instead of trying to show a popup. Based on some code in [AnySoftKeyboard](https://github.com/AnySoftKeyboard/AnySoftKeyboard), this PR introduces support for that...