Keyvan M. Sadeghi

Results 31 comments of Keyvan M. Sadeghi

Also thanks for the great work on updating everything @geosp 🎉

Hi @hosnas, @Arvant has sent a pull request, #59, that I think addresses this issue. Appreciate if you could confirm.

Agreed, @Arvant and @sampathBlam, any help with documenting this is very much appreciated.

@sampathBlam you're absolutely right, main use case for `agenda-rest` is M2M interactions. As such, I'm not clear on the reason for adding complexities like a refresh token. What's the added...

@geosp seems like a fine solution, I suggest that we keep the `x-api-key` as it still might be the preferred method for some. I'll wait for your PR, then publish...

@geosp done 🎉

@simison I just transferred to @OmgImAlexis, can no longer even comment there until it's moved.

Sounds perfectly reasonable to me! JavaScript already ships with types! Few people notice: `String`, `Boolean`, `Number`, `Promise`, etc. @lifaon74 TC39 is all about JavaScript standards, if we are talking about...

@obedm503 JavaScript doesn't have an equivalent of [`type()`](https://docs.python.org/3/library/functions.html#type) in Python. I was trying to describe the same effect with the `Type` global that I made up. We have the `typeof`...