Bastian Krol
Bastian Krol
@sidorares you might want to update https://github.com/sidorares/node-mysql2/blob/master/package.json#L54 to say `>= 14` just for consistency. In the future, it might also be nice to point out dropping support for Node.js versions...
Then we should probably remove the `signin` command from the command line parsing logic and also from the readme etc., and instead maybe add a link to some Github docs...
I totally agree. The sample directory sounds like the most straightforward option to me.
Originally, this issue listed a couple of dependenices. It has now been split into different issues, one per dependency. * https://github.com/basti1302/repoman/issues/67 for bagofcli (this issue) * https://github.com/basti1302/repoman/issues/74 for bagofrequest *...
I think keeping them in series should still be the default for most commands. Executing in parallel will at the very least make the output hard to read I guess,...
traverson-hal supports collections/multiple links with the same relation. From the docs: > You can also pass strings like 'ht:post[name:foo]' to the follow method to select links (which share > the...
That sounds like a pretty reasonable strategy and a nice feature for traverson-hal. Right now, I'm just not completely sure about the specifics. I'll give an example to explain where...
Oh, I didn't know that using embedded docs for the collection pattern was officially endorsed by the spec. So yeah, let's discuss APIs. I think there are two only loosely...
@trombka ~~Glad, you asked - yes, you can! Use `orders[$all]` to retrieve an array of all embedded orders. See https://github.com/basti1302/traverson-hal#embedded-documents~~ Wait, I misunderstood you, I think. You want an array...
I think there might be a misinterpretation of preferEmbedded here. A single hal document might contain the same key both in _links and in _embedded. Like this: ``` { _links:...