Jaime Pillora
Jaime Pillora
See upgrade discussion here #24
http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html > -k, --keep-in-foreground Do not go into the background at startup but otherwise run as normal. This is intended for use when dnsmasq is run under daemontools or launchd....
Thanks @samccone
Maybe there's compatibility issues from going from `func` to `var`? However the type alias should be fine right? My understanding is the purpose of type aliases was to perform exactly...
RE: Reflection: true - though this is a runtime compatibility issue, similar to introducing a logical error RE: Equality: before the change `newmath` didn't exist. Are you refering to a...
Basically, what I'm looking for is "will old programs compile with these changes?" and then any runtime issues can be resolved after that
i updated jpillora/go-template from which this PR based see that repo if interested
I (think I've) got it working by swapping `express.HTTPServer::resource` for `express.application.resource` though maybe other parts need to be updated ?
Hey man, it's okay, I've rolled my own since I've got a bigger project in mind, so I'm going to bake in user roles and other cool stuff :) On...
@simonplend [README.md](https://github.com/panta/express-mongoose-resource/blob/master/README.md) then click "Edit", save then pull request