-
Sort [backlog](https://open-neuroscience.com/post/backlog/)
-
Lots of example e.g. in pybossa of how to do this ...
See e.g.
jsonp / jsonify: https://github.com/PyBossa/pybossa/blob/master/pybossa/util.py#L29
CORS: https://github.com/PyBossa/pybossa/blob/mast…
-
Running through the setup instructions on an aws ubuntu machine. Got the following error messages when trying to install the dependencies with the `pip install -r requirements.txt` step
```
x86_64…
-
The function `update_project_stats` is defined twice in cli.py at these two locations:
https://github.com/Scifabric/pybossa/blob/master/cli.py#L618
https://github.com/Scifabric/pybossa/blob/master…
-
PYBOSSA has several integrations with third-party services like Flickr. These integrations were designed with Crowdcrafting in mind, but in the last years, almost all tasks have been created within PY…
-
I just created a test project "Test Ana" to analyse tweets.
I imported 20 tweets at creation.
However, if I look at "Browse tasks" (in the dashboard) I only see 10 tasks.
If I "export tasks" I see …
-
Social logins use Flask-Oauth which is an outdated library. PYBOSSA uses the latest versions of Python, so we need to remove it as it is not supported within the latest Flask versions. Also, the socia…
-
Hi everyone,
I am new in using the pyBossa framework. Thank you for this cool service :-)! I know it isn't an issue, but I am trying to figure out how to use my local photos. The flicker example yo…
-
After executing postgres@pybossa LOG: statement: select * from pg_dirtyread(...)
I get the following error in my logs:
`2021-01-16 22:54:07.403 EET [29991] LOG: server process (PID 30035) was ter…
-
Lots of example e.g. in pybossa of how to do this ...
See e.g.
jsonp / jsonify: https://github.com/PyBossa/pybossa/blob/master/pybossa/util.py#L29
CORS: https://github.com/PyBossa/pybossa/blob/mast…