Results 38 comments of Tyler Hughes

Deleting the logs & reloading the window, I can see that the following errors appear to predate the warning. ```log [2022-06-22T14:24:22.596616+01:00] [error] Error while running dialyzer [type=throw] [error={dialyzer_error,"Analysis failed with...

> You do not need to update the version manually that will be done by our scripts when it makes into a patch/release. Reverted the change to `vsn.mk`, please let...

@kikofernandez just rebased on to `maint` 👍

@marcellanz is `proxy` a case-insentive varname or is it either `proxy` or `PROXY`? If it's case-insensitive, I'd be looking to add a case statement doing `case string:lowercase(VarName0) of` to the...

This bug occurs whenever the behaviour is in a location not marked as `Sources` i.e; - In a dep - In another app within your release's umbrella To fix this,...

Hi @ignatov, any update on this?

> [intellij-erlang-0.11.1150.zip](https://github.com/ignatov/intellij-erlang/files/9335203/intellij-erlang-0.11.1150.zip) @artman41 have a try? Only just managed to get a chance to test this @zyuyou but it seems to work great 👍 Will comment back on the thread...

wouldn't mind beta testing for you 👍

I would say a solution might be to hook into the app target and manually call `erlc`

unsure whether a decision was already made but I've used this syntax when doing changes to erlang.mk to support both erlang versions. Don't know whether this is a clear enough...