cdesch

Results 67 comments of cdesch

I don't think this project is still alive any more.

I think it is dead. Thank you though @eksperimental

Nice. I'll have to give that a shot.

Try something like this on the form input user, :birthdate, options: [year: [prompt: "Year"], month: [prompt: "Month"], day: [prompt: "Day"]] And this on the schema: field :birthdate, Ecto.Date

I ran into the same problem on ExAdmin `6783c29ec8e62d36d80c87e69511793a80eb8f7c ({:ex_admin, github: "smpallen99/ex_admin"},` after upgrading to: {:coherence, "~> 0.4.0"}, {:scrivener_ecto, "~> 1.1"}, {:comeonin, "~> 3.0"}, Changing `gettext` from {:gettext, "~> 0.11"},...

Would this be better done using `plug`? In retrospect, this may be the wrong approach to decide which page the different types of users should be redirected to on login....

+1 for this. The [readme](https://github.com/EthVM/EthVM/blame/develop/README.md#L42) says "...We will be merging the api and processor into the same repo within a couple of weeks, so you can inspect the entire project...

@daboross is there a way to get fern to work with tracing in the meantime?

I get the error `Error: SetLoggerError(())` when trying to use `fern` with `tracing`: ``` cj@cj-Z:~/projects/macro_sandbox|main ⇒ RUST_BACKTRACE=full cargo run Compiling macro_sandbox v0.1.0 (/home/cj/projects/macro_sandbox) Finished dev [unoptimized + debuginfo] target(s) in...

this is awful. So, is the project done then?