Milton Mazzarri
Milton Mazzarri
This PR restricts the `replace` option when Oban detects a unique conflict. Passing the `replace` option is only allowed on `available`, `retryable`, or `scheduled` job states. Fixes: #635
Hello 👋 First, thanks for working on this library. It seems helpful to enforce good practices while you do _data migrations_. In particular, I'm interested in the `index_not_concurrently` check. On...
All the metadata added via Logger macros such as `Logger.error/2` is optional and it may not always be available. This credo check warns about those scenarios if you do something...
I recently started using this module, and I was a bit surprised when I didn't find a helper using `Dataloader`, something analogous to `Absinthe.Relay.Connection.from_query/4`. I did some basic adaptations and...
Today I was trying to remember some advanced syntax to find jobs using the Oban Web search bar. After checking the [Oban Web Overview](https://getoban.pro/docs/web/overview.html), I found a broken link; the...
Hello @elixir-lang/exdoc I will try to fix all the issues reported by [epubcheck](https://github.com/w3c/epubcheck) after producing the EPUB document for [elixir-lang/elixir/](https://github.com/elixir-lang/elixir/) this week that I have some time, but I was...
This will fix cases when the command: npm list --depth=0 '@angular/compiler' returns a line like this `@angular/compiler@^5.0.0`, which will trigger an error when you do the following comparison: ```js const...
### What I'm doing Adding a new check to avoid locks when an Ecto Migration includes a foreign key. ### Why? As the README suggests, adding a migration like this:...
After generating the EPUB file for the Elixir docs with this version, and reviewing the result with `epubcheck`, I got the following summary: ```console $ epubcheck doc/elixir/Elixir.epub --json elixir_docs.json Check...
After checking the `Elixir.epub` file with `epubcheck` I got the following summary: ```console $ epubcheck doc/elixir/Elixir.epub --json elixir_docs.json Check finished with errors Messages: 9 fatals / 425 errors / 0...