-
It's nice to see slow queries coming from Ecto in the dashboard. However, oftentimes it's really hard to match the query to the code that emits it. For example, I'm looking at a vast codebase that spa…
gmile updated
2 months ago
-
### Steps to reproduce
use supervisord to start multiple instances
### Verbose Logs
```
supervisor> start ribbon:
ribbon:ribbon_1: started
ribbon:ribbon_0: started
supervisor> tai…
-
### Steps to reproduce
1. Create a custom command that accepts parameters - for example:
GetTagHistory.ReleaseTasks.process, with appropriate process function and process.ps1 file.
2. From a …
-
This might be just a documentation issue.
### Environment
* Erlang/OTP 27 [erts-15.0.1] [source] [64-bit]
* Elixir 1.17.2 (compiled with Erlang/OTP 27)
* `{phoenix_live_view, "~> 1.0.0-rc.1"}`…
-
I've defined a `mix server` task ([link](https://github.com/AntonFagerberg/rackla/blob/master/lib/mix/server.ex)) in my project which can be used to launch the app, but when I do so in dev mode I get …
-
Just wondering if you have any feedback about yax.com.
Did deployment and editing work for you?
Would love to hear your thoughts, suggestions for improvements, etc.
-
I wonder what the most efficient x practical strategy for foreign key functionality is for a traditional Owner has_one Item relationship in an Append-only Log scheme with Ecto.
Would it be to go w…
-
This issue is to discuss how we can add autocorrect functionality to Credo.
## What is it?
Autocorrect would enable Credo to programatically "correct" issues found in a given file
instead of on…
-
In our project, we would like to use `ja_resource` but we're having issues with authorising users. In a lot of cases, the user being authorised to perform an action depends on the changeset they are t…
-
- [x] To leverage `@current_user` to even pull the logout link or the profile sections out of the sidebar, we need to use live_session and mount the auth on every view.
This was handled rather easi…