Dennis Beatty

Results 19 comments of Dennis Beatty

It looks like my issue is the same as this one: ``` Please file a bug in https://github.com/jeremyjh/dialyxir/issues with this message. Failed to format warning: "@spec a(({:error, } | {:ok,...

@asummers Yeah that took care of it! Thanks for taking on all of the work to make the dialyzer output more readable. Super awesome.

I'm going to go ahead and start working on this. I'll just replace the current strategy for now, and we can discussion potential separation at the PR stage. The watch...

I have the same issue with `elixir:1.12-alpine`. It looks like some sort of permission issue because when I have my Dockerfile just get dependencies but not download them and then...

After playing around with this more today, it appears that the issue is with [a change in Alpine 3.14](https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2). I found that via [this issue](https://gitlab.alpinelinux.org/alpine/aports/-/issues/12519). I was able to solve...

This is a duplicate of #47

Nice find! The server currently assigns a randomly generated UUID to each player, and so they need to have the same user ID in place to be able to rejoin...

Just wanted to bump this issue. Stripe's docs state that [most of their official clients support auto-pagination](https://stripe.com/docs/api/pagination/auto?lang=ruby). It would be really nice to have those in StripityStripe as well. I...

@pozhega I just created a PR to add this to the documentation, but you should be able to do ```elixir Stripe.Balance.retrieve(connect_account: id) ```

This is the main thing preventing me from using other over vim-projectionist. Ideally any of the other files that don't exist would show as an option in the file picker...