Andrey Tretyakov
Andrey Tretyakov
Something to consider. There's modified API gateway https://github.com/tdlight-team/tdlight-telegram-bot-api that supports additional methods only available in MTProto originally. I think it could be a nice addition to this project. Not all...
Looks like there's a problem with secrets - the registry password is empty. I have proper .env file in the project directory containing `KAMAL_REGISTRY_PASSWORD=mypassword` ``` $ kamal setup INFO [4a37da09]...
I have a server with my app and accessories (postgres) on it. I need to setup a new server with a new accessory. The new server has it's own non-web...
I am proxying multiple hosts in Kamal. I had the old format in the config file: ``` proxy: ssl: true host: host1,host2,... ``` Kamal was happy to apply this, and...
Currently there's no way to render a selected option error. For example, if somebody is using LS with embeds/assocs, they may have an error in currently selected option. Let's say...
**LiveSelect and LiveView versions** Newest **Describe the bug** I have been using "value" option to override the default form handling. However, recently I've discovered that the way it's implemented in...
Using GenServer to load configuration is not only unnecessary, but also harmful. As the server is not running in migrations, if you try to insert data into encrypted field in...
From the docs, currently Cachex returns `{:ok, nil}` for missing values, which not only breaks the pattern of `:ok/:error` tuples in Elixir, but makes it impossible to store valid `nil`...
I think it should complain - `elseifs` are multiple clauses, but `else` should be single
I wasn't sure if you are accepting bug reports for liquid mixed with html. Anyway, maybe you are interested in fixing this. Let's suppose I forgot to close the variable...