doublex
doublex
All temp-files are written to the "DirData" directory. We would like to reduce I/O - so it would be great if we could write the temp-files ('.tmp','.tmp.bis') to a "NFS"...
Running `inference.py` after upgrading to `pytorch 1.12.1`: ```` Traceback (most recent call last): File "convert-video.py", line 33, in maniqa_scores = MANIQA.from_files([ File "/home/max/MANIQA/__init__.py", line 53, in from_files pred += net(x_d)...
The vast-plugin from the "v4" branch works with "html5", but not with "flash". Testcase (only mp4 video files): http://doppelbauer.name/test/ Thanks a lot Markus
Maybe this services: `http://unip.edu.pl/` `https://oxyemail.com/`
`metadata.json` claims `unicodeSkintones`, but the SVGs are missing for: https://github.com/microsoft/fluentui-emoji/tree/main/assets/Handshake https://github.com/microsoft/fluentui-emoji/tree/main/assets/Person%20genie https://github.com/microsoft/fluentui-emoji/tree/main/assets/Foot https://github.com/microsoft/fluentui-emoji/tree/main/assets/Troll The opposite: https://github.com/microsoft/fluentui-emoji/tree/main/assets/Man%20with%20bunny%20ears https://github.com/microsoft/fluentui-emoji/tree/main/assets/Man%20wrestling https://github.com/microsoft/fluentui-emoji/tree/main/assets/Person%20with%20bunny%20ears https://github.com/microsoft/fluentui-emoji/tree/main/assets/Person%20wrestling https://github.com/microsoft/fluentui-emoji/tree/main/assets/Skier https://github.com/microsoft/fluentui-emoji/tree/main/assets/Woman%20with%20bunny%20ears https://github.com/microsoft/fluentui-emoji/tree/main/assets/Woman%20wrestling This emoji lacks a `Color` variant: https://github.com/microsoft/fluentui-emoji/tree/main/assets/Playground%20slide
Are there any plans to train more languages, e.g. adding this dataset: https://www.50languages.com/ If it helps I can provide MP3-files as ZIPs.
ES 5.3
Please create a new release!
A "language_analyzer" field, which index analyzed terms, not the iso-code. E.g: ```` "fields": { "language": { "type": "langdetect", "languages": [ "af", "ar", "bg", "bn", "cs", "da", "de", "el", "en", "es",...
new NativeEventEmitter() was called with a non-null argument without the required addListener method
Running the code on `ios`, this yellowbox-warning pops up: ```` new NativeEventEmitter() was called with a non-null argument without the required addListener method ```` Maybe: https://stackoverflow.com/questions/69538962/new-nativeeventemitter-was-called-with-a-non-null-argument-without-the-requir
### Expected image:  ### Actual image:  Two issues: * Second path is missing * The top-most pixels are not painted ### Steps To Reproduce ```js import * as...