Jay Hayes

Results 26 issues of Jay Hayes

👋 I'll say up front that this was difficult to narrow down, and I'm still not certain of the root cause. It's unclear to me whether it's ultimately on the...

I ran into this issue today while dealing with a large object tree that contained circular references. Due to the recursive nature of the path I was using, the result...

# Problem I have found that I have some use case for rendering potentially-nil values. In particular, this is when I wish to specify a `:root` on the rendering: ```ruby...

One of the most useful features of http://rubular.com/ is the ability to get a permanent link to particular examples for posterity. I generally include a Rubular link as a comment...

Thank you for the Auth0 strategy! I was pleased to find support for the `organization` parameter in https://github.com/achedeuzot/ueberauth_auth0/pull/191, but it doesn't look like the latest release (2.0.0) includes this change....

[closes #22] This should ensure a non-zero exit status is returned when dangers are detected. Example: ```fish » mix excellent_migrations.check_safety; echo $status 09:20:19.518 [warning] Index not concurrently in priv/repo/migrations/20230103220859_testing-stuff.exs:5 ==>...

# Problem I noticed that despite the [implementation](https://github.com/Artur-Sulej/excellent_migrations/blob/cc204f970b154bb3c94562843f54eb81f6b2a025/lib/mix/tasks/check_safety.ex#L27), the Mix task does not appear to return a non-zero exit status when dangers are found. Here's an example: ```fish » mix...

- [ ] linked processes - [ ] monitored processes

- [ ] about `import` and `alias` - [x] about atoms (https://github.com/iamvery/elixir-koans/pull/26) - modules are atoms - atoms are the gateway to erlang - [ ] about regular expressions -...