Péter Gömöri

Results 70 comments of Péter Gömöri

It makes total sense not to hide the discrepancy. The easiest way would be to just crash with a very descriptive error message. But it would be more user-friendly to...

just noting that download links on the website erlang.pl still point to version 0.6.1 both on the main page and in getting started guide

Additionally it would be nice to allow derived lines, two examples: - `retmatch`: switch between showing nominal values for both `count` and `total_count` or only show a percentage rate of...

#154 gives a generic and lightweight FE solution where only the lines sent by the BE as keys are displayed on the line-graphs. There is no hard-coded list any more,...

This looks like the static assets are loaded successfully into the browser but all REST API calls fail. As I cannot reproduce it (with `make dev` in `xprof` repo) could...

During a common debugging session with @ddeboer we found that the problem (REST API always returns 204) only occurs when zotonic is started before xprof. If xprof is started before...

I'd like to repurpose this ticket as an xprof vs zotonic bug report, and hande cowboy 2.0 feature itself here https://github.com/Appliscale/xprof/issues/99

I updated the [`cowboy_2.0`](https://github.com/Appliscale/xprof/tree/cowboy_2.0) branch to depend on published `2.0` cowboy hex package (and also merged latest xprof `1.3.0` tag) @ddeboer could you try if the issue still persists with...

hi @kenny-evitt thanks for trying xprof and extra thanks for going this far to make it work. The `cowboy_2.0` branch is very old. It would be best to try either...

I know, this is only a draft, just a reminder for ourselves that we shouldn't merge anything to `release_2.0` that is not compatible with all supported Erlang versions until we...