Jonathan Gray

Results 81 issues of Jonathan Gray

Closes #4053 ### I have: - [ ] Formatted any Python files with [black](https://github.com/ambv/black) - [ ] Brought the branch up to date with master - [ ] Added any...

enhancement
FlowMachine
Needs Review

I've been thinking that it would be nice to be able to have a 'magic' setup function for the flowapi-flowauth link. I imagine this working by providing a url to...

enhancement
FlowAuth
FlowAPI

Geoboundaries.org is a relatively new source of global admin boundaries, which looks to be preferable to gadm and should be available as a boundary source for Flowdb synth data (potentially...

enhancement
FlowDB
worked_examples

Worth looking into migrating FlowAuth from flask, and flowapi from quart to the same framework (eg FastAPI).

enhancement
FlowAuth
refactoring
FlowAPI
discussion

It would be very useful to be able clear parts of what's stored in Redis, rather than flush the whole thing.

enhancement
FlowMachine

Pipenv continues to do my head in, by virtue of not having had a release in getting on for a year despite being bogged down with bugs. I think it...

enhancement
deployment
python
discussion
development

Unique subscribers is very useful for creating subsets of subscribers who are active, but would be much _more_ useful if those subscribers were all locatable.

enhancement
FlowMachine

So, ipython and jupyter now include a magic event loop and you can do- ```python async def foo(): return 'Hi' await foo() ``` And it'll just work. This raises the...

enhancement
investigation needed
FlowMachine
discussion
UX/UI

Similar to #1007, this should be a modifier on other queries from the API's perspective. Should: - Wrap numeric and non-numeric subsetting - Allow multiple subsets to be applied?

FlowClient
FlowMachine

If you create a query subclass which holds a dict of query objects as an attribute, then calling `query_id` will cause the id to be generated by iterating through the...

bug
FlowMachine
P-Now