Peter Saxton
Peter Saxton
https://github.com/CrowdHailer/raxx_kit/blob/master/priv/template/lib/app_name/www.ex.eex#L12 A development value can be added to the docker-compose file. There should also be a value setup, somewhere in the config file when not using docker/docker-compose perhaps an order...
Don't need quotes around database url env variable in the generated docker-compose.yml file
These should be part of `layout.html.eex` ```html ```
Just use a fixed version see #98
This can be a wrapper over Pachyderm.Entity that exposes a stateful API. Wraps state in a list of event a single event Defines an update function that just overwrites state
A sample of the possible reasons a query with PGO might fail. ``` "null value in column \"thread_id\" violates not-null constraint" "column \"zz\" does not exist" "relation \"moo\" does not...
In place of specifying user/password/host/port/db it would be great if you could pass in url as an argument to `pgo:start_pool` and `pgo_pool:start_link` Not sure if database_url or just url is...
@willemdj Hi, I saw your thread on HTTP/2 features in cowboy. I have been working on an [HTTP/2 server](https://github.com/CrowdHailer/Ace). It is clearly not as mature as cowboy but was developed...
I've spent along time experimenting with streaming HTTP, with the purpose of making HTTP/2 simple. I've always admired the simplicity of Rack. My experiments have bourne fruit but it is...