Eduardo B. A.
Eduardo B. A.
Hello, This is a suggestion to make `Honeydew.Logger` a behaviour to allow custom adapters for it. The reasoning is that depending on the job nature for crash handle, you can...
Hello, I created a custom mnesia queue that do some specific things to my use case. The issue is that my queue is slower than the built-in mnesia queue, so...
Hello there, cmake-ide uses the `compile_commands.json` file to grab the project files compiler flags, but since this file doesn't show any information about the compiler flags of header files, we...
Currently, every time someone builds a Gradle project, the plugin will look for the entities and recreate the model JSON file if needed. My suggestion is to add an option...
Phoenix allows us to create a project with or without Ecto support, the idea is that if you can better separate your project into multiple libraries. This is exactly what...
In my system, I store an FCM token (android push notification token) per user which I use to send period notifications to my clients. So, for example, let's say I...
is there some way to update the cached user so the next API calls will contain that change? Reading [Update cached user credentials](https://hexdocs.pm/pow/1.0.18/sync_user.html) it seems like I have to read...
I have a table that contains a Date field which is optional. Torch new and edit pages always shows the field as mandatory since it shows the date widget without...
Hello, Looking at `pow_assent` documentation and source code, it's not clear to me what is the objective of the `session_params` config, why it is stored in the connection, etc. I'm...
Hello, I have a LND node at ``` 02e157c1d59d64570c48fec441a57a9e50c4f15e1a701458d686d3cc426827cba9@thunderpay.webredirect.org:9735 ``` And I use the Eclair-Wallet to create channels with it. As you can see from the lightning channel address, I...