Adam

Results 225 issues of Adam

### What is your use-case and why do you need this feature? The JSON array and object builders are very useful, but their operations are restricted to only add elements....

feature

I've installed the Bazel plugin because I want to use the highlighting. I think it's quite a bold step for this plugin to add a new item on the very...

type: feature request
P4
product: IntelliJ
good first issue

Hi 👋 I've got [GitHub dark mode](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-theme-settings) enabled. When I look at the README, I'm not able to view the diagrams and formulas. * The formulas in the 'Math' column...

#920 Just creating a failing test first. I'm not sure what the cause is, or how to fix it.

In [TomlJ](https://github.com/tomlj/tomlj) I can extract values without needing to create my own classes ```toml [content] version = "1.2.3" ``` ```kotlin import org.tomlj.Toml val libs = Toml.parse(File("data.toml").toPath()) val externalVersion = libs.getString("content.version")...

I want to display a `Map` in an HTML page. ```kotlin import kotlinx.browser.document import kotlinx.html.* import kotlinx.html.dom.* fun main() { document.body!!.append.div { pre { code { unsafe { raw(""" val...

In version 0.14.0 several elements were marked as internal. https://github.com/Kotlin/binary-compatibility-validator/pull/168/files#diff-8f30838a249b5077fe400072f0089da4daab28a873456622c54fdea121f9517fR13-R24 BCV-MU requires access to: * `ClassBinarySignature` * `MEMBER_SORT_ORDER` * `MemberBinarySignature` for running the signature generator in a Gradle Worker. https://github.com/adamko-dev/kotlin-binary-compatibility-validator-mu/blob/101ce0af1b66403ee2b7d32e7ad2b04e586c85cc/modules/bcv-gradle-plugin/src/main/kotlin/workers/BCVSignaturesWorker.kt#L115-L127...

Currently, any API dump that BCV produces contains two trailing whitespaces lines, `\n\n`. I have enabled 'strip trailing whitespace' in IntelliJ https://stackoverflow.com/questions/20679842/remove-trailing-whitespace-on-save-in-intellij-idea-12 When I open a .api file, which might...

enhancement
jvm

When I enabled mono audio (Under Settings > Accessibility > Audio adjustments > Mono audio), Easy Noise gets louder. When I disable mono audio, Easy Noise gets quieter. I'm surprised...

bug