Martin Gausby

Results 18 issues of Martin Gausby

I have only tested this with simulation. My model of reality could very well differ from the real reality.

I think it could save on some printer ink if the flash cards used a white background.

Currently it is only possible to serve one GraphQL schema on an Erlang node. It would be useful to be able to run multiple GraphQL schemas on a single node...

Can-start

The \@deprecated directive will hint the user that a field has been deprecated.

Currently a scalar implementation require an `input/2` and an `output/2` function which allow the server to use an internal format for the data representation. Every scalar will always have an...

Question

Currently when a node resolve to no data we return `{ok, null}`; this is fine for an Erlang and JSON context, but if we want to use another output format,...

This pull request aims to make the null value customisable, so we can support systems that use a different from 'null' value as its concept of null; systems such as...

The project has been stable for quite some time, and I have been using it in various projects without any failures or incorrect behaviour. Still I would like this before...

First I implement an encoder and decoder for "properties." This should help implementing a considerable amount of the MQTT 5 protocol.