-
Hi,
Late to the game, just thought: OCR might be challenging on the dictionary, how about dicing up entries and queuing them for transcription checking on Pybossa - try to automatically dice articles…
-
Hi, thanks for the docker and compose files. really useful!
However, while I get the system setup fine, whenever I try to upload a CSV the worker fails saying that `current_user` is `None`. Specifi…
-
Thanks for creating the pbs command line tool. I'm trying to follow the Pybossa tutorial but get a type error at the add_tasks step. It looks like one of the variables in the _pybossa_req function is …
-
This should be lead by [Citizen Cyberlab](https://citizenscience.ch/en/). The path for integration requires devising a Single Sign On strategy. Decidim can act as an Oauth [server and client](https://…
-
Wrong (look at the end slash of 7000):
```
[test]
server: http://localhost:7000/
apikey: xyz
```
Right:
```
[test]
server: http://localhost:7000
apikey: xyz
```
Would be better if pb…
-
While the user is working on a task, pybossa.js loads the next task using the offset parameter. After the user completes the task and the task run is submitted, pybossa.js assumes that the task it ret…
-
OS: Ubuntu 14.04 (through Vagrant)
Version: 2.4.4
Running the following command as recommended in README.md
```
pbs update_project --template /tmp/template.html
```
Throws this error
```
U…
-
Not a big issue but it got me some trouble for 2 minutes:
Jinjia variables (which is essentially python) in templates were overwritten with `bs3 -i *.html`.
See code example here https://github.com/P…
-
Hi,
I've installed PBS through PIP (Win10, Python 3.5) and when I try to create a project by using `pbs create_project` I get the error
```
Usage: pbs [OPTIONS] COMMAND [ARGS]...
Try "pbs --he…
-
Currently, the following pages are broken due to the changes introduced in PyBossa:
- [x] Updating projects (/project//update) [Fixed in 14d9d0d]
- [x] Importing project tasks (/project//tasks/import)…