Paul Friederichsen
Paul Friederichsen
I am also having an issue with this when my Nest app is installed globally. ``` node:internal/modules/cjs/loader:936 throw err; ^ Error: Cannot find module 'class-validator' Require stack: - C:\Users\floogulinc\AppData\Roaming\nvm\v16.15.0\node_modules\hyshare\node_modules\nest-typed-config\dist\utils\imports.util.js -...
@luckydonald the guy who made those issues was banned from GitHub. You can still access older versions of those pages on the Wayback Machine for example. Ratings are not supported...
@hydrusnetwork you should use 1 by default and have 2 be an opt-in.
@leakspin I haven't looked at it yet but your redirect downloaded could probably just use the built in API redirect function in URL classes.
> Media playback, which constitutes most of this issue, was fixed in v496. Thumbnails still appear to be unaware of UI scale. Thumbnails are scaled up to display as the...
Thumbnail display size is currently tied to their physical size so to maintain consistent display size when switching between screens with different DPIs it was changed to display thumbnails based...
This only applies to Windows and is due to an difference in the implementation of `mktime`. Windows doesn't allow negative values here. https://github.com/hydrusnetwork/hydrus/blob/5db6daa416484ec12c0b861120777a9a6086fef1/hydrus/client/ClientSearch.py#L413 This also creates the issue that if...
We also see issues from this in timestamp to string conversion:  Due to this: https://github.com/hydrusnetwork/hydrus/blob/a39462c4bc4d63302ce8e03bdf80441e72e503fb/hydrus/client/ClientStrings.py#L282 As well as in string to timestamp conversions:  Due to this: https://github.com/hydrusnetwork/hydrus/blob/a39462c4bc4d63302ce8e03bdf80441e72e503fb/hydrus/client/ClientStrings.py#L247
@hydrusnetwork I think it would be better to just copy the actual thumbnail. Then it would work for files hydrus can't display and would just be simplier. In my testing...
Even if you don't think it's relevant, please fill out the Hydrus version and OS information. Especially the Hydrus version could actually be relevant here.