Péter Gömöri

Results 46 issues of Péter Gömöri

It would be good to have an option to return errors as erlang terms (when called from Erlang, not cli). - various frontends can format the errors according to their...

In https://github.com/josefs/Gradualizer/pull/24#issuecomment-406861255` was mentioned that `type_check_expr` should not return type in any case (currently it return a type other than any if expr is fun objection, function call, expr with...

discussion

**Is your feature request related to a problem? Please describe.** Incomplete code is currently unparsable, therefor most of the erlang_ls features don't work there. OTOH as Roberto put it "that's...

**Is your feature request related to a problem? Please describe.** Currently the range of POIs is not entirely consistent. For example the range of - `record` definition is the record...

refactoring

If a child is wrongly specified as `supervisor`, but it does not implement this behaviour, the `supervisor:which_children/0` call can return unpredictable values. (Especially if the worker is a `gen_server` which...

to address audit warnings

hacktoberfest-accepted

- include xprof_core docs (use OTP 24 edoc + latest ExDoc) - publish to hexdocs

hacktoberfest-accepted

In order to add more functionality we need to extend the query syntax to allow more options and alternatives. (eg #108 ) Requirements: - It must be parsable (at list...

enhancement
backend

Instead of plotting latency of a function, plot the distribution of an argument. Additionally it would be nice to plot a value derived from one or more arguments. Deriving can...

enhancement
backend_and_frontend

Add option to show histogram (buckets) instead of percentiles on the graphs to better understand distribution. This is not only useful for latency but even more for distribution of other...

enhancement
frontend