Jason Bennett

Results 25 comments of Jason Bennett

I have this same problem on OSX, but it's with `desktop` and `osxkeychain`

> Integer.parseInt(), its various overloads and related methods always throw an exception when passed a null String. The String parameter is, therefore, not nullable. Not to bikeshed this argument too...

I agree with the user guide: > The @Nullable annotation applied to a type means that that use of the type includes references that can be null. Code that deals...

Thank you for summarizing the issue so succinctly - I complete agree with your summary. To answer the question you posed, I would say _yes,_ we should mark that method...

I got it to work this way: https://github.com/jeremymailen/kotlinter-gradle/issues/251#issuecomment-1577310228

I don't have a specific path, because this shows up in the IntelliJ background error log, and I don't notice it until later. If I can catch it more quickly,...

The most(?) recent guidance: > Why does IntelliJ IDEA return the “plugin is incompatible with K2 mode” error? Some third-party IntelliJ IDEA plugins may currently be unavailable because of recent...

and from the Slack: Roman Golyshev [JetBrains] Today at 2:40 AM Hi! Regarding the K1/K2 compiler APIs difference, you can consult this guide: https://kotlin.github.io/analysis-api/migrating-from-k1.html There is a catch, however: at...

Jetbrains just posted this: https://kotlin.github.io/analysis-api/migrating-from-k1.html

Note that our DSN is stored in AWS param store, and is therefore loaded dynamically at runtime. I expect this would also be an issue if I had the DSN...