Ross Goldberg

Results 124 issues of Ross Goldberg

Using PsiViewer, I saw the following in the IntelliJ logs: > WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: PsiViewer) or icon jar:file:/Users/…/Library/Application%20Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/193.4697.15/IntelliJ%20IDEA%202019.3%20EAP.app.plugins/psiviewer/lib/PsiViewer.jar!/images/psiToolWindow.png Where …...

## Your Environment - `mas version`: 1.8.1 - macOS version (`system_profiler SPSoftwareDataType -detailLevel mini`): 11.2.3 (20D91) ### mas Install Method - [X] `brew install mas` (homebrew-core) - [] [mas-cli/tap](https://github.com/mas-cli/homebrew-tap) -...

🐛 bug

## Your Environment - `mas version`: 1.8.2 - macOS version (`system_profiler SPSoftwareDataType -detailLevel mini`): 11.3.1 (20E241) ### mas Install Method `brew install mas` (homebrew-core) ## Describe the Bug The App...

🐛 bug
🔍 investigation

Improve `mas upgrade` output from: ``` Upgrading 2 outdated applications: Transporter (1.2.1), Developer (9.2) ==> Downloading Transporter ==> Installed Transporter ==> Downloading Apple Developer ==> Installed Apple Developer ``` Also,...

🆕 feature request
🖨 output

`immutable*Of(…)` functions shouldn't be deprecated. They should return `Immutable*` instead of `Persistent*`. Currently, e.g.: ``` val x = immutableSetOf(1, 2, 3) val y: ImmutableSet = immutableSetOf(1, 2, 3) // x...

In 0.1.16, `ChannelAsInput.readFully(ByteBuffer)` throws an `IllegalArgumentException: Not enough bytes available (0) to read 128 bytes`, when a similar call using a `ByteArray` instead of a `ByteBuffer` works fine. e.g.: ```kotlin...

Please publish a Chainsaw artifact to Maven Central. I want to use a custom plugin to apply Chainsaw (along with other standard plugins & configs) to all my Java builds....

Please support composite builds. If they are currently supposed to work, then please let me know and I'll try again to get Chainsaw 0.3.1 working with my Gradle Wrapper 4.8.1...

Chainsaw 0.3.1 incompatible with `java-gradle-plugin`. When using the following `plugins` block with Gradle Wrapper 4.8.1, Java 10.0.1+10 & macOS 10.13.5: plugins { `java-gradle-plugin` id("com.zyxist.chainsaw") version "0.3.1" } I get the...

Should mas's minimum supported macOS version be increased from 10.11 to 10.13 or newer? How many users are using mas on old macOS versions? According to many sources, including https://developer.apple.com/support/xcode/,...

🧽 chore
💬 team discussion