Benedikt Reinartz
Benedikt Reinartz
It is. You just need to ensure that exactly one version has `USE=dotnet-symlink`. It's not ideal because the slotted `/usr/bin/dotnet` will by default not be able to see the other...
The reference documentation is auto-generated now.
`erlport` needs some glue-code that is included in `priv`. Even if it was included in the `escript` (which it isn't, AFAIK), Python wouldn't know about it and couldn't load it....
You have to first copy the contents of `python2` and after that copy the contents of `python3` on top. Not all files have an explicit Python 3 version.
Yes, please. Even if it's not 1.0, the currently "newest release" is nearly 3 years old and is missing a lot of bugfixes.
I've had a browse through the existing code and it really doesn't seem to be a big deal if you go for py2.7/py3.3 as target versions. Most differences relate to...
Would you accept a patch for this?
@hdima Ping.
I am experiencing a similar issue with JetBrains IDEs, I'll try to capture debug logs to verify it's the same one. It happens when pasting, though, so it fits the...
Eqwalizer (via ELP) doesn't handle `-include("some_header.hrl").` correctly in dependencies of rebar3 projects. I've seen this for `amqp_client`, `gproc` and `ecron`, error like this:  Structure here: https://github.com/rabbitmq/rabbitmq-server/tree/main/deps/amqp_client As you can...