Mohab Abd El-Dayem
Mohab Abd El-Dayem
hello @CerealKiller97, are you working on this feature? if not, can you or @efectn assign it to me, I would love to work on it
> Hello @MohabMohamed you can work on this. Sorry for waiting for my reply. Thank you @CerealKiller97 > I think something like this can be done too instead of adding...
I think if we want to add it with { } we could do this in V3 and change the params without constraints to follow this pattern too, but we...
I don't prefer chaining as it will make sometimes a long chain of function calls in the client code. this sounds good : > > ```go > > // instead...
I think we should just return 404 as not matching the type of the param should be the same behavior as not matching any route. and if the user wants...
if a mismatch happened we can include this data in the `ctx` and we can implement a standard middleware to return these errors and run it after the route. so...
@hcancelik I think the problem is you are mounting the wrong directory inside the container. you are mounting `/app` in the docker-compose file and putting your code in `/go/src/api`. so...
Hello @imjasonh , is this issue still available? I would love to work on it
@imjasonh I made the required change in PR #705, but are there any flags other than `-f` that need to be required? as I didn't use ko before.