John Coene
John Coene
I think I wanted a centralised way to create tokens for various purposes. I believe it is used by or more of the Middlewares though I could be mistaken.
It's a terrific idea, I'm wondering how we could do that though. It could be done as a separate package/middleware
But this creates a lot of redundancy, e.g. `#' @api POST /users` should be inferred from codebase
Sorry, I don't understand :( I thought we have ```r app$get("/user", get_user) app$post("/user", post_user) ``` The information as to which `METHOD` is expected is already stated, right? Why do we...
@kennedymwavu thanks, I never noticed this, it's a bit nasty, we should definitely handle this, @jrosell make sense to me, thanks for sharing
Do you have node and npm installed? [see guide](https://packer.john-coene.com/#/guide/installation) On Unix: `which npm` On Windows: `where npm`
Yes, you're absolutely correct about slighe. It's been a while I have not looked at that part of the code but I remember going down some rabbit hole: I believe...
Thank you for sharing this! It is indeed currently not supported, simply because it never occurred to me that one would want to do this but it does look useful....
A good idea but a while ago, as I was using {ambiorix}, I remember wondering why the `send` method doesn't accept `...` instead of an object. ```r home_get
Can you share a bit more about the setup please? It seems to me that this should not be handled by {ambiorix} but by some nginx or traefik layer. You...