Igor Savin
Igor Savin
@dmacthedestroyer Sure, created #698
@mathiasbynens Any updates on this?..
`but then you can, as in your example, add instances of that task at runtime` Doesn't that defeat the whole purpose of having a scheduler? If one needs to calculate...
>The Scheduler need to know the mapping between task name and implementation. The alternative would be a bit crazy. Why can't random lambda be passed at a runtime? > With...
@erikkrieg Please review an example in https://github.com/nestjs/nest/pull/1573 After this is polished and merged, same changes could be applied to Nest CLI as well.
@colinhacks Could you please comment? We'd like to start working on it in the nearby future, and it would be great to know if such PR would be accepted.
I don't have time to integrate it myself, but if someone created a PR, I would be happy to review it. We added some of geom support for mysql and...
What's wrong with having a config option that replicates behaviour of most http servers, if it doesn't affect hot path?
@ivan-tymoshenko If it's an opt-in config switch, how would that affect a hot path? See https://www.ctrl.blog/entry/relative-double-slashes-url.html Common behaviour is to ignore these double slashes.
@philsturgeon Any concerns about this PR?..