Maples7

Results 11 comments of Maples7

I met the same issue. With `MIX_ENV=prod mix release` and `_build/prod/rel/prod/bin/prod start`, I got: ``` 18:31:59.303 [info] Application accio_downloader exited: exited in: AccioDownloader.Application.start(:normal, []) ** (EXIT) an exception was raised:...

I fixed the issue by adding `:gen_stage` in my `extra_applications` settings. ``` # Run "mix help compile.app" to learn about applications. def application do [ extra_applications: [:logger, :gen_stage], mod: {AccioDownloader.Application,...

@tomap Source code for my blog site: https://github.com/Maples7/blog

Did the commands really pass the tests?

Just opened a PR to fix this: https://github.com/jasudev/AxisContribution/pull/13 @jasudev thank you for creating this nice UI library, could you please help review this issue and the related PR to fix...

I just present a tiny thought about the solution for _the "well-known" `userId`_ problem, but it doesn't matter for me how to solve it finally. That's true the tests would...

The existing translation is awful: https://book.douban.com/subject/24744217/

It seems https://github.com/jasudev/AxisContribution/pull/6 bring this bug in.