guybowden

Results 5 issues of guybowden

I have a cedar-14 app using this buildpack - it apparently builds fine every time, but sometimes the libraries are not present in `/app/.heroku/vendors/lib` This seems to happen if I...

Not sure if this should be posted here but I'm having trouble with autoformatting "Postgres" files: If the language mode is set to `Postgres` then this extension works, but I...

Not sure if this is by design or a bug.. but it would be helpful to output the errors somehow if the test errors out during the test collection phase....

I have a field setup with a `maxValue` argument, I want to have that change depending on another form field - how can I do this? setting `form.fields.myfield.maxValue` doesn't work.....

Not sure if this is the right place to write this. Please let me know if not. I used to be able to run `set_default_env` in a post_compile script: ```...