-
**Where:** Goerli, v5.2.1
**Steps to reproduce:**
1. https://eth-goerli.blockscout.com/csv-export?type=transactions&filterType=address&filterValue=undefined&address=0x1B809925ba90c541d895D19f0b7D70e…
-
**Describe the bug**
I'm in an umbrella application with several sub-applications each with their own ecto repo, so I'm trying to start the prom_ex ecto plugin for one of them, like this:
```elixi…
-
There should be a rule that handles naming modules based on whether the parent directory is plural or singular.
The most notable example of this is Phoenix. If you look at how Phoenix structures co…
-
Hi,
The following issue occurs with neovim, i can't speak for other editors.
We have issues when using this form of comments `` instead of this form ``
If we pass on the comment line every follow…
-
Hi,
I would like to use ex_top but somehow can't really connect to a running app.
I have (in my project) a name myapp@127.0.0.1 which is quite ok with me. I can see in my var/vm.args a cookie wh…
-
So,
```ocaml
val put_flash : ?category:string -> string -> request -> unit
```
This allows two things:
- `Dream.put_flash "just my message" request` is easier to do when getting started. Yo…
-
The objective of this quest is to run a script in _any_ project that uses PostgreSQL
that will:
+ [x] 1. Check the `_history` table exists **`before`** starting a Phoenix App
+ [x] 2. create a `…
-
Feed the database with the demo users and load a `/:username` page in your browser. Have a look at the millions of SQL queries which are triggered by that page.
I am sure that there is a massive po…
-
I'd like to be able to make some development tooling that integrates with Kemal. One needed feature is the ability to access the HTTP context right before it is sent to the client (after the route han…
-
I placed section
```
unless Mix.env() == :prod do
Envy.auto_load()
end
```
to `lib/app/application.ex` and it does not work (I have `System.get_env("DB_USER", "postgres")` in `co…