Marko Minđek

Results 16 issues of Marko Minđek

**Describe the bug** Some signature suggestions from `stdlib` are missing, e.g. lists:member/2. Is there a way I can add some of missing suggestions via new PR, or even better, is...

contribution welcome
code completion
feature

I've noticed what I believe is false positive and shrank it down to the minimal example: ``` -module(lib1). -type error_map() :: #{binary() => binary()}. -type elem() :: #{id:=binary(), elements:=list(elem())} |...

enhancement

Provider to generate autocompletion files. Generates completion for plugins too, which is a big step forward! Previous completion also worked only for the first flag. Currently only completion for `bash`...

There are environment variables that get exported for running hooks ([link](https://github.com/erlang/rebar3/blob/a16f41aef7f004394f761f1dae108231ca0ec76e/apps/rebar/src/rebar_env.erl#L8)), but I struggle to find them in the documentation. I had [this issue](https://github.com/erlware/relx/issues/901) which was resolved by using one...

I tried to publish v0.50.0 on Nix, but seems like 3 test cases are failing. OTP 25.3.2.8 is used in the workflow. Log details are available [here](https://github.com/NixOS/nixpkgs/pull/279591/checks?check_run_id=20967341753). I tried to...

bug

There will (very probably) be new attributes in OTP27: `-doc` and -`moduledoc`. They'll accept string, tuple, atom or map (with some reserved keys) which we could autocomplete. There will also...

Few changes: 1. `net_kernel:allowed/0` is speced and documented. Notice that it is already listed in "documented API exports", but for some reason docs were missing. I think it's a must...

team:VM

**Describe the bug** Description is [here](https://github.com/erlang/rebar3/issues/2867), I thought that the bug is in `rebar3`, but it probably isn't. **To Reproduce** I'm not aware what the actual trigger is, but project...

team:VM
bug

**Is your feature request related to a problem? Please describe.** The problem arises when you want to convert system time to datetime and vice versa. There are functions `calendar:system_time_to_local_time/1` and...

team:VM
enhancement
stalled

# Internal export ## What it is `internal_export` is an attribute that gives you more control over function exporting. In some cases, functions are only exported for internal usage, for...

team:VM
waiting