Tyler Pachal

Results 14 issues of Tyler Pachal

I was working on a PR to add "dasherized support" for the `sort` and `include` fields, in the same way I added it for the `filter` field in https://github.com/beam-community/jsonapi/pull/282. While...

stale:discard

I was reading through the code comments and found this mention of `datatype/0` which does not exist in the codebase. Similarly, the `Genex.Tools.Datatype` module does not exist.

Here is an example of where `DateTime` values are not being considered equal, I suppose because under-the-hood a regular `==` comparison is being done: ``` # DateTime with no milliseconds...

Some of the code examples for `refute_receive_event` are not rendering correctly: ![image](https://github.com/commanded/commanded/assets/4924153/4462725a-398e-4f09-91a9-af628106a499) This PR fixes the indentation, which should fix the problem.