Sebastian Lasse
Sebastian Lasse
Hm, it is working like a charm for me (?)
:+1: agreed. @daneden fyi: Just made some changes in a fork, see https://github.com/redaktor/Baseline.js / Readme. Tell me if it's useful ;)
@coderextreme : I will have a look at the code and PRs at the weekend.
@basarat related to desctructuring There is also `Object Destructuring with rest` ```TypeScript const { a, b, ...rest } = myTypedObject; ``` the book mentions it for Arrays only https://basarat.gitbooks.io/typescript/docs/destructuring.html `Array...
I do not understand. ActivityPub _has_ a Client2Server part … This is Micropub but ActivityPub. See section 6 https://www.w3.org/TR/activitypub/#client-to-server-interactions PS: The author of IndieAuth had a nice talk at the...
Well, yes, this is why we do the frequent ActivityPub meetings, so that implementors can tell each other how the data federation works :) At least each 2nd Tuesday a...
If only there would be an award for the best repo names ;)) :+1:
Now this is trending I want to raise the awareness of the JS community – we still need a country : https://github.com/ozten/TLD.js/issues/8
just a note: There is some more typescript in this fork of the @maier49 branch: https://github.com/sebilasse/dstore/tree/master/src – but my part is very experimental for now
Just a note from indieauth-node-clone. Using Geraint's [URI-templates](https://github.com/geraintluff/uri-templates) here to avoid this. It can parse the `id` from `templates` and then use `id` with `target` ... Apart from JSON schemes...