Damir Vandic

Results 33 issues of Damir Vandic

### Environment - Oban.Pro v0.9.2 - Oban.Web v2.7.4 - PostgreSQL 13 - Elixir 1.13 and OTP 24 ### Current Behavior With a large number of jobs (in our case 400k)...

kind:feature
area:web

Can we implement `std::hash::Hash` for `Atom` like this: ```rust impl std::hash::Hash for Atom { fn hash(&self, state: &mut H) { state.write_usize(self.term) } } ``` If so, I can open up...

I believe `causation_id` and `correlation_id` are optional fields (for example `lib/commanded/event/mapper.ex:55` sets to a value that can be nil), updated the typespec accordingly.

Is 1.4.0 going to be published soon? I see https://github.com/commanded/eventstore/commit/085602a8cfae7401e6d89472a053fd52f586832f where 1.4.0 is mentioned?

Hi! Is there any interest in a PR that improves the filtering and sorting of the search? For example, when I currently search for *OpenTelemetry Ecto*, I get this: ![image](https://user-images.githubusercontent.com/1214337/128310160-b915638a-d7eb-4c83-9557-b4c0d9030904.png)...

Note:Discussion
Kind:Enhancement
Area:Website

For example, an example backtrace in our logs like this: ``` ** (FunctionClauseError) no function clause matching in Vivo.check_valid_from/2 (vivo 0.1.0) lib/vivo/vivo.ex:97: Vivo.check_valid_from(nil, ~U[2021-03-26 16:25:09.835557Z]) ``` is rendered in Appsignal...

enhancement

I cannot run my Play project with `run`, I have to use `start` or `testProd`. When I use `run`, I get: ``` Caused by: slick.SlickException: Error getting instance of Slick...

Is it possible to override the 404 and 405 handlers of a route/group? Is it something you would like to have? I could submit a PR, making a `NewFromOpts` where...

question

It would be nice if we could support the `musl` build (https://github.com/nodejs/unofficial-builds#builds)

node-build

### Environment * Elixir version (elixir -v): 1.13.4 * Phoenix version (mix deps): 1.6.10 * Phoenix LiveView version (mix deps): 0.17.10 * Browsers you attempted to reproduce this bug on...