Jason

Results 15 issues of Jason

``` total_exec_time | prop_exec_time | ncalls | sync_io_time | query -----------------+----------------+------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 183:15:01.46537 | 33.9% | 1,098 | 00:00:00 | 39:35:47.241997 | 7.3% | 3,409 | 00:00:47.694985 | 34:56:59.867606 | 6.5%...

Right now we don't explicitly support Ecto Embedded schemas, if you manually do functions you can strip away the Struct meta data and embed the raw map. [JSON API](https://jsonapi.org/format/#document-resource-object-attributes) does...

enhancement
help wanted
stale:discard

https://hexdocs.pm/elixir/master/library-guidelines.html#avoid-application-configuration We might need to reconsider how we do configuration going forward.

enhancement
question
stale:discard

I think it would be great to get some phoenix generators in here. This is my "best case" api ``` mix jsonapi.gen.resource User users name:string email:string bio:string number_of_pets:integer * creating...

enhancement
help wanted
stale:discard

Several of the simple issues/pr's have been open for months and the cowboy version is a full version behind the latest version. Is there anything I can do to help?

Let me know if this unwelcome or better served by hex docs or something that would be better served as a third party dep, or if this has been discussed...

Kind:Feature
Area:Elixir

Would you be willing to accept a PR to swap restclient for Faraday? It would be crazy useful to have a configurable HTTP client. Let me know and we can...

This would be super handy to use with syncing clients and the server. Do you think it makes sense to define a protocol? I know swarmjs has one. Or do...

- Queues up to 10 messages into a BatchCommand to avoid waiting for each message - Uses unix local sockets, this lets erlang do slightly less work than it would...

I was talking to @mtrudel on slack and he came up with a list of steps in order to support http/2 h2c and http2 websockets: 1. Add support for upgrade...

enhancement
h2