Stephen Sugden
Stephen Sugden
The behavior mentioned above is still the case, and still confusing. If you don't set up the `LinkBy` handlers as described in https://railseventstore.org/docs/v1/correlation_causation/#building-streams-based-on-correlation-id-and-causation-id those elements are still shown in the...
> Implicit phasing ... relies on lazily and progressively instantiating modules. This means that an import declared, but never used, is never instantiated. This is just not how any JS...
That's true, a special syntax is probably a good idea. I'm mostly concerned with avoiding explicit phasing if at all possible, as it pushes a lot more complexity on to...
Oh right, that's obvious in retrospect... thanks for being patient :) On Sep 12, 2014 5:30 PM, "Nathan Faubion" [email protected] wrote: > That's true, a special syntax is probably a...
I am trying to set `gpg.ssh.defaultKeyCommand` to `ssh-add -L` as suggested by the Git docs, but for some reason the output is not recognized as an SSH key: ``` warning:...
I looked into this and the currently released version of git [checks for a prefix of "ssh-" to determine if a key is present](https://github.com/git/git/blob/master/gpg-interface.c#L777-L782). I wrote a little patch for...
Hi @oztune it might (or might not) be interesting to you, but I have written a hook that does this already. For my use-case server side rendering wasn't needed, but...
> I'm wondering if there's a particular reason that the `pg_search_documents.content` field isn't of `tsvector` type? Haven't dug into it too deep, but seems to me that keeping this as...
I completely agree with everything Phil said. For me at least, this has been the deciding factor to use Swagger/OAI over API blueprint on multiple projects.
For my use case, it's really only the second part. Defining validations in MSON is redundant if I can just use JSON schema. The approach of swagger2/OAI is close to...