guybowden

Results 9 comments of guybowden

Same as issue #33 and #32 and probably #30

I have tried explicitly making an /app/.heroku/vendors dir instead of using the shell script variables but no joy. My workaround after a cache purge is now to push an empty...

Great stuff - thanks for sorting

Yes, I have a formatter plugin (https://github.com/bradymholt/vscode-pgFormatter) that works on `SQL` files but not on `Postgres`. I'm not a vs-code plugin dev, so not sure where to look to get...

A simple exception will do it: ```shell pip install pytest-tap echo "raise Exception" > test.py py.test test.py --tap-stream # 1..0 ```

To be honest, I'm not sure what is and isn't possible — When you get an actual test fail or error, you can see the output and fix it, this...

just returning to this @mthuret / @mvanlonden - I have a business use case here whereby we have a min and max occupancy of a trip.. e.g. a trip can...

Thanks for the reply.. I've not tried the connector above, but reading through it, it seems to be a similar problem so should be OK to use. I am currently...