Results 11 comments of Brooke Byers

I looked at this a little. It doesn't look too difficult, Would just need to add the functionality to the button "start" button, then clear the queue and wait for...

Looks like the arrow key events are captured here: https://github.com/shadowmoose/RedditDownloader/blob/3e4b4ef52be56e50bf3561081fe3257575de0fed/redditdownloader/web/js/Browser.js#L205 Right now, they only have an effect when viewing an album, and doesn't switch between posts. That code is here:...

I ended up adding a timeout. When there's a long-running download like a youtube video, the ui will freeze and timeout. While it's waiting for the thread to join, it...

In docker, all the config is stored in the `/app/data` folder, in the `config.json` and `db.sqlite`, you can mount that folder as a volume to preserve the config between redeployments...

Location to add for Thread export: https://github.com/K1rakishou/Kuroba-Experimental/blob/d19070d95f793753b085863040db7c433297cf08/Kuroba/app/src/main/java/com/github/k1rakishou/chan/core/usecase/ExportDownloadedThreadAsHtmlUseCase.kt#L132 Location for thread media export: https://github.com/K1rakishou/Kuroba-Experimental/blob/d19070d95f793753b085863040db7c433297cf08/Kuroba/app/src/main/java/com/github/k1rakishou/chan/core/usecase/ExportDownloadedThreadMediaUseCase.kt#L70 I'll try and get a PR for this myself, do you have any suggestions for where I...

I like the idea of having it be human readable with the embedded json-ld. I think the URLs to the versions should: * http://mlcommons.org/croissant/1.0 - point to 1.1 * http://mlcommons.org/croissant/1.1...

I agree with the use of DDI formats, they seem pretty well thought out and designed. Based on [Controlled Vocaularies](https://rdf-vocabulary.ddialliance.org/), there are a few "Controlled Vocabulary" (CV) definitions that may...

Another option raised during workgroup meeting: from MLDCat - quality measurement : https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/

1. So to clarify, the `provenance` and `useRestrictions` are properties on the types, describing croissant metadata (not existing properties). 2. `Field` is currently defined as a subclass of https://schema.org/Intangible. What...

Here is a diagram descibing the object relations as I understand them: