-
Running as instructed
`RUBY_ENV=production bundle exec rake project:anonymize[example]`
where example is replaced with the json file name returns the following
`Errno::ENOENT: No such file or di…
-
## Enhancement Request
### Explain your enhancement (please be detailed)
When a customer requests to be anonymized/deleted, after all actions are taken for the customer and the payments, we should a…
-
split output of FSWriter into smaller `.json` files. potentially, allow this to be set as a parameter in the config file.
-
```
set community \"\"
key
tacacs-server host key 7 \"key\"
```
-
I am doing an install from a clean repo.
`vagrant up` fails at the DB population task.
> default: TASK [populate PyBossa DB] *****************************************************
> default: f…
joetm updated
6 years ago
-
The following query is causing problems at Telefonica:
```SQL
SELECT ACTIVATION_DATE, count(*)
FROM subscription
GROUP BY 1
```
The previous times we have run it get's stuck in `post_process…
-
The next tasks are related to the following projects: (i) [dicom-converter](https://github.com/MIMBCD-UI/dicom-converter); (ii) [dicom-anonymizer](https://github.com/MIMBCD-UI/dicom-anonymizer); (iii)…
-
In clean.py:
Line 122:
self.cleaned[minr:maxr, minc:maxc] = 0 # should fill with black
For coordinates [0,0,800,59] it blacks out the vertical left section instead of horizontal upper section …
-
In "Data Discover", a "sample requirements file" is created.
In "Anonymizer", do I use the above requirements file as the "anonymizer.properties" file?
also, I cannot find src/main/resources/Req…
-
There's an issue in the ipaddress library that has to do with strings vs bytes. We avoid this issue in our unit tests, but it's triggered when run from the CLI. We need a test here that actually runs …