Jonathan Gray

Results 118 comments of Jonathan Gray

Tokens aren't unique on token name, they get a serial ID, so I'd expect this to still happen given fast enough clicking and a slow enough server esp if there's...

Yes. Yes, it is the _test_ that is the problem. Not the combinatorial explosion in the code I wrote for this 👀 .

It would probably be worth mentioning this in the docs I think.

The cause of this is that we're not awaiting something we should be in the JS, the trigger for it is that the permissions update is taking too long behind...

Definitely. Historical reason for this is that in some cases, the query needs to check against FlowDB to know if there's any chance it can be successfully run (e.g. are...

I'm reopening this because while there's no longer a dependence on `Query.connection` a connection is still required at init.

(Can't think of any obvious way to fix that, but worth mentioning)

Possible solution - remove flowmachine etc. from the integration test and docs pipfiles, install their dependencies using bash thus: `PIPENV_PIPFILE="../flowapi/Pipfile" pipenv install --ignore-pipfile` and the packages themselves so: `pipenv install...

https://github.com/dependabot/feedback/issues/460