Edison Yap

Results 38 issues of Edison Yap

Throwing out ideas here, but there's no real reason why Gearbox needs to be 'used', perhaps we could refactor and achieve the same by just using @behaviors, so all state...

discussion

Right now if any of the jobs ran by worker throws an error, it kills the worker, and now we would have 1 dead worker who can't do anything. Sooner...

enhancement
good first issue

Attempting to add a Redis Adapter here, still WIP

It'd be nice to be able to share a comment with the native share dialog! It should be pretty straightforward

enhancement
good first issue

Tried to pull it into my app and run, but the dependency lock on HTTPoison and Floki are way too outdated. Do let me know if you need anything else...

Hey! Started integrating with Stripity Stripe (awesome library with awesome docs btw, thanks everyone!), and I came across this issue. I have a call to creat product, like this: ```...

So we came across an issue where we have two `defwhen`, and both their regex matches on with the feature we are writing. ## Reproduce Specifically we have something like...

I am working on a Spawnfest idea and I am using LocalCluster to test the distribution. If I start my supervision tree implicitly (with the `:mod` key), then `Application.ensure_started` works...

**Is your feature request related to a problem? Please describe.** I find that if I have a controller action like this: ```elixir def does_not_exist(conn, _) do render_inertia(conn, "DoesNotExist", props: %{hello:...

https://api.slack.com/changelog/2017-09-the-one-about-usernames How is this going to affect the app? Right now, some of my new members apparently has no usernames, which means I can't send them messages in my bot....