Yuri Lukyanov

Results 19 issues of Yuri Lukyanov

### Steps to reproduce 1. Set `-name` in `vm.args` as `foo` (without `@`). 2. Build the release. ### Description of issue The issue is this. Erlang relies on a fully...

How do I disable debug logs? I'm using https://hub.docker.com/r/brutasse/graphite-api/ to run graphite-api. There is a log file on the host machine that flooding with messages like this: ``` {"log":"{\"metric\": \"bot.production.srv0.meter.site.recipe.parser_failed.one\",...

The docker image was updated a month ago as stated here: https://hub.docker.com/r/brutasse/graphite-api/~/dockerfile/ But when I install it and look at the file `/usr/local/lib/python2.7/dist-packages/graphite_api/functions.py` inside the container, I see that it...

If I import notes with tags, the tags are not created and even get removed from the notes. Steps to reproduce: 1. Create a note with a tag 2. Export...

Thank you for the great and very lightweight product! It would be really useful if the app had line numbers in the table. Sometimes you refer to a line in...

enhancement
need mockup

What do you think about passing the whole Req data to the debug log handler [here](https://github.com/s1n4/leptus/blob/24c503663c6f2e984db911433c5395bff41baeb9/src/leptus_handler.erl#L100)? I'm trying to adopt my own log module instead of leptus_debug_log.erl and I'd like...

### Description of the bug Set up everything according to the instructions. Adding the profile goes well. However, when connecting the following error appears: "Parameter is set incorrectly" ("Параметр задан...

bug

This will keep the original timezone from the input date.

The README file contains this example: ``` pgapp:with_transaction(fun() -> pgapp:squery("update ..."), pgapp:squery("delete from ..."), pgapp:equery("select ? from ?", ["*", Table]) end). ``` The problem in this approach is that "BEGIN"...

`pgapp` assumes that `pgapp:squery` and `pgapp:equery` in the callback function in `with_transaction` must not contain `PoolName` if you want those queries to be executed inside the transaction. While this is...