Ziink
Ziink
``` // Provide default values for options not passed in // TODO pass in as conf URL variable _.defaults(obj.conf, {callbackURL: "http://localhost:3000/auth/" + name + "/callback"}) ``` The above lines are...
The derby-auth module already accepts the callbackURL in 'conf' from the app (example/src/server/index.coffee) The default of _.defaults(obj.conf, {callbackURL: "/auth/" + name + "/callback"}) already works for Facebook and Github. For...
Sorry, I should have added that info. questdb-6.0.4 on Windows 10. I'm using the binaries download that includes the JRE. I did not modify the `server.conf` file. I simply placed...
"Active returns" sounds like it'll be quite useful. Any idea when you might be able to release it?
It would be good to have the constraint customizable to include only certain columns. Similar to having `PRIMARY KEY (col1, col2)`.