-
hi @greenape im trying to use your mfa code in my personal project. But i got issue with `@hybrid_property`. `key.decode()` function
```python
@hybrid_property
def secret_key(self):
…
-
To reproduce:
The first run of the quick-start script succeeds.
```
$ wget https://raw.githubusercontent.com/Flowminder/FlowKit/master/quick_start.sh
$ bash quick_start.sh
Starting containers…
-
The `quick_start.sh` script can be used to spin up a full demo FlowKit on a clean system (i.e. no prior FlowKit components present). `bash quick_start.sh stop` should reverse this process, and remove …
-
The docs should have a clear and easy-to-discover section about installation requirements (probably on the [How to Install FlowKit](https://flowminder.github.io/FlowKit/install/) page).
This should…
-
FlowAuth tests are periodically failing on the first test, e.g. https://circleci.com/gh/Flowminder/FlowKit/59539 or see https://dashboard.cypress.io/#/projects/67obxt/runs/2933/failures/9f4670b4-f665-…
-
At the moment, flowetl spends quite a lot of time moving files around. There's no great benefit to doing this, given their ingested or not state is tracked anyway.
Files should stay put.
-
Eg https://circleci.com/gh/Flowminder/FlowKit/49206
Think I’ve worked out what causes these - cypress and the app aren’t in state lockstep in the way one expects from python testing. So, if the res…
-
**Describe the bug**
After a call to `flowmachine.core.cache.reset_cache()`, `Query.get_stored()` will return no queries. However, the `is_stored()` method of the `events.{calls,mds,sms}` table objec…
-
**Describe the bug**
On a fresh installation FlowAPI fails to start up when running `make up`.
**Product**
Flowapi
**Version**
Current master (93f5f1e7bf58d6e20b9a38e8ffe0c32f154e14ed).
**…
-
As of #610, `docker-compose.yml` requires `development_environment` to be sourced (or the environment variables otherwise set) before running `docker-compose up`. The [quick install instructions](http…