Stef Dunlap
Stef Dunlap
**Breaking change!** I realise that this would be a breaking change that you might not desire. I'm happy using my fork of this library for my own projects, but I...
Hello! Thank you for this tool. I've been using it for a while in a few projects. In one of my projects, I am emailing and SMSing the resulting YAML...
The new draft of the spec says that a server in a swarm must respect the deny list of the realm. There's a certain amount of centralization implied here that...
Hey Robin, just read through the new draft. In reference to the [DELETE /:id endpoint](https://github.com/robinsloan/spring-83/blob/8dacb770ac2a21ed489bc9c3b0164209022fdfef/draft-20220629.md?plain=1#L527). I would caution against relying on a body with a `time` tag for two reasons....
Hello 👋🏻 I'd like to ask the maintainers to reconsider including a pronouns field in the JSON resume schema. Past issues and PRs have been closed because including pronouns wasn't...
Previous behavior was to set the inverse of `has_many` objects as attributes. This can be problematic in the case of attempting to serialize attributes (think, infinite recursion). It is also...
By convention, `belongs_to` relations are not parsed into the params; however in some contexts, the `belongs_to` `:data_key` might be set in `attributes`. The `#to_params` method does not attempt to parse...
# From commit message Different APIs may have different conventions for searching for relations. For example, an API may not use query params for `#where` like searches. In these cases,...
_end of message_
Using the example as is was previously written lead to the error: error: cannot coerce null to a string at /nix/store/v05pr9aaswlpxxpilmvmkx7qi44gsrfj-source/pkgs/stdenv/generic/make-derivation.nix:192:34: 191| // (lib.optionalAttrs (!(attrs ? name) && attrs ?...