howff

Results 31 issues of howff

Where you convert from a grayscale numpy array to a cv2 image https://github.com/JaidedAI/EasyOCR/blob/b7ddee30c6a02f7643fc2ac52b6da84263752f92/easyocr/utils.py#L709 cv2 gives an error for high bit-depth images ``` > Unsupported depth of input image: > 'VDepth::contains(depth)'...

Cannot install on centos-7 x86_64 with gcc-4.8.5 because it's trying to use the gcc option `-fopenmp-simd` which is unknown. I tried BLIS_ARCH=generic with the same result.

## Actual behavior. The output file appears to be written but we get this error: `ERROR 4: /tmp/fresh_dataset.tif: No such file or directory` The error occurs during the call to...

bug

The installation of V8 fails on linux when you have no internet access. You can `sudo apt-get install libv8-dev` beforehand but it still fails. You can set `DOWNLOAD_STATIC_LIBV8=0` and it...

Problem with 'Create a GPG key' (https://docs.publishing.service.gov.uk/manual/create-a-gpg-key.html) The document says that in the output ``` pub 2048R/90E65803 2013-02-08 ``` the Key ID is the part `90E65803`. But when I run...

Allow users creating datasets to enter additional metadata, as per the default when scheming is not used. Fixes https://github.com/ckan/ckanext-scheming/issues/14

CSS includes form-control which causes incorrect layout. In order to remove form-control we need a new form_snippet for tags; same as for text but without form-control. Fixes https://github.com/ckan/ckanext-scheming/issues/219 except only...

The tag autocompletion currently uses the old util API. Changing the presets.json from: `"data-module-source": "/api/2/util/tag/autocomplete?incomplete=?"` to `"data-module-source": "/api/3/action/tag_autocomplete?query=?"` won't work because the former returns `ResultSet[Result]` and the latter returns `result`....

Symptom: server window is filled with repeating messages (several times per second): ``` channel 3: open failed: connect failed: Connection refused ``` How to reproduce: ``` ssh -L PORT:localhost:PORT serverhost...