Daniel G Travieso
Daniel G Travieso
current rq version supported by the project is fixed at 1.3. there were some changes to rq that break the UI if you use the dashboard when connecting to a...
The [doc page](https://github.com/linkedtales/scrapedin/wiki/Documentation#--profile-object) for the result of the scrape is out of sync with the format the scraped results have: The main difference is the `recommendations` attribute: ``` recommendations: {...
when unmarshaling data that was marshaled with the "included" portion (using `GetReferencedStructs` interface) the jsonapi unmarshaling does not add the included. I'd suggest some interface like `SetToOneReferencedStructs(name string, referenced interface{})...
The progress dialog does not have a way to customize either the text or the presence of the abort button. It should follow the pattern from the other dialogs, with...
As they are becoming more common in the field, This PR adds support for the use of that type of key for encryption/decryption. This PR also makes use of the...