Jonatan Männchen

Results 125 issues of Jonatan Männchen

Document Integration with [Phoenix Telemetry Supervisor](https://hexdocs.pm/phoenix/telemetry.html#the-telemetry-supervisor) / [Phoenix Live Dashboard](https://hexdocs.pm/phoenix_live_dashboard/metrics.html).

enhancement
help wanted

This is a follow up for #240 Jobs should have the option to configure how to handle a downtime of the scheduler. 1. `transient` jobs that do not need redo-ing...

enhancement
advanced
idea

## Description Quantum currently allows configuration via Cron Notation. This works very well for statically recurring events, but doesn't work very well for dynamic ones. If you for example want...

enhancement
help wanted
advanced
idea

It would be nice if a `run_strategy` could specify an `executor`. This way different executors could be programmed, that would for example allow execution in a `PG2` group.

enhancement
help wanted
advanced
idea

# Description of the problem Currently the MacOS tests hang forever in the CI. THis has to be solved to be able to run the CI. * [ ] Fix...

bug
help wanted

Currently Strict Mode is not supported when using UUIDs. It could however easily be supported by generating the UUIDs on the client side. This could look something like this: ```elixir...

Currently all configuration is applied globally. To enable things like #128, this library should be configurable per Repo and not globally.

Hi! Thanks for providing this extremely useful library! --- #### My country is Switzerland --- #### Here's how I'm using libpostal * via https://github.com/johnlonganecker/libpostal-rest-docker * using it to parse addresses...

### Steps to reproduce ```elixir iex(1)> {:ok, date} = Date.new(2018, 1, 31) {:ok, ~D[2018-01-31]} iex(2)> Timex.set(date, month: 2) ~D[2018-02-31] ``` ### Description of issue Expected result: `~D[2018-02-28]` or at least...

question
feature/enhancement

It seems that the class inheritance is ignored for annotations. I need to do that to get the inheritance. Am I doing something wrong? (It works with the patch below....