Cody Flynn

Results 9 comments of Cody Flynn

any movement on this? or known workarounds?

@selwin @aparcar You can configure black to run automatically as a github action(https://github.com/psf/Black/actions/runs/17913292/workflow). You can also configure it run automatically before each commit as a pre-commit hook(https://black.readthedocs.io/en/stable/version_control_integration.html).

Same issue here. node v6.9.5 npm v4.2.0 windows 7 Should also note, it doesn't occur on the npm start command. npm start succeeds and calls the gulp tasks. The error...

I'm still having this issue, even with declaring imageChangeParams + containerNames. @GrahamDumpleton can you post a complete example of the yaml where this approach works? edit: nevermind, I was missing...

Just an update on this - I did confirm this works as expected on a postgres database. So the issue is with cockroachdb. Any chance somebody could look into this...

Found the issue. I'll look into how to put a PR up for it shortly.

sorry I never got around to fixing this. iirc the copy func had some syntactical differences that caused the issue.

> Thanks, seems right to include it! :) > > Can you please add test (check underlying sqlalchemy table structure if it has the index set / not set based...