Peaceful James

Results 34 comments of Peaceful James

Final note: I should not have written anything in this issue. My problem was caused by `process` not being defined, and me trying to define it in a hacky way....

There is some discussion about this here https://elixirforum.com/t/is-timber-io-dead-what-is-an-industry-standard-alternative/ I am using https://logflare.app/ for my Gigalixir-deployed apps. There is a video in that thread which shows how to set up logflare...

I am having the same problem on Linux with react-native 0.64.2 I read this discussion: https://github.com/itinance/react-native-fs/issues/991 and did the following 1. I installed `patch-package` (`yarn install patch-package`) 2. I edited...

@mdouchement Thanks so much for creating this image! I was having a bad time trying to run Zoom on Trisquel OS without reducing/removing various security setting. I could run it...

> Everyone always says things like "it is open source you can change it yourself" and then when you ask for information where to find the correct files, where things...

I see this as also happening with the `@action` directive. The `action_mode` enum is imported correctly though (if you try to redefine it in your schema then you get an...

I have forked this repo and made a very naive/messy attempt to prove the problem with a test. https://github.com/peaceful-james/absinthe_phoenix/blob/6a4ff3c7aa132acdc85a4933eda805a5ebefce2b/test/absinthe/phoenix/controller_test.exs#L163 Maybe somebody who knows what they're doing can give me some...

@jesseshieh Would this work with Gigalixir?

> Currently, no, but that could be a new feature. > > What is your use case? My use case is a monorepo with two projects - an Elixir/Phoenix API...

Thanks for the information, both of you. The application I wanted to do this for has been finished for months now and I am knee-deep in a new project. If...