Peter Saxton
Peter Saxton
This is the last issue for 0.2, I think I will probably do something ugly in the config file of this project until DATABASE_URL is usable everywhere
This commit adds handling DB url in the template project. https://github.com/midas-framework/template/commit/e4f227daa60774329c95c5d9b6faac97df550fbc#diff-db12b97059813e401c06928c7234d2c0R22-R30 It should be moved to midas lib before 0.2
There are several levels to this. 1. Nice wrapper around pgo. Safe if you write parameterised queries. Requires inline SQL. Probably ok to work with if willing to take care...
From the list of papers I guess this is not a good issue to start with. Is there anything I can help with. is the SPJ approach the one that...
I don't know if this is interesting but I have been going through my error logs on sentry and cleaning up all the asserts and incomplete cases I put in...
I like the syntax, but only rexporting some constructors would be very awkward. (i'm sure I was discussing this somewhere previously but canot find it) I'm keen that import `option.{Option}`...
It's possible, the translation code between a Plug.Conn and two separate Request/Response data objects will be quite involved. Don't know how much complexity that will add, particularly around sessions/cookies. I...
@nietaki Made a slight change to how the benchmark tests are run. https://github.com/CrowdHailer/raxx/commit/8532b65b018031c2f62da2b16d01435826408de6
I'm probably not able to do this myself at the moment. I would however love to help someone who wants to try and do it. Thinking about it some more,...
Maybe I should submit a talk proposal then it would have to be done.