issuefiler

Results 28 issues of issuefiler
trafficstars

# The issue The new warning [`array-compare`](https://gcc.gnu.org/onlinedocs/gcc-12.1.0/gcc/Warning-Options.html#index-Warray-compare), which warns about comparisons between two operands of the array type, was added in GCC 12 ([PR97573](https://gcc.gnu.org/PR97573)). GCC 12 is producing the `array-compare`...

I want to use this with Podman, a successor of Docker, to make distroless containers.

# Probably bug This is driving me crazy. I couldn’t even locate where it went wrong. The `imwrite` method’s supposed to [spit out a 1-bit binary PNG image file](https://github.com/opencv/opencv/blob/64aad34cb4abfb6a2603f3f4ecae7f4f0ba1414d/modules/imgcodecs/src/grfmt_png.cpp#L422) (PNG...

If the absolute path to the `.hpp` header directory (the absolute path resolved from `npx build-opencv`’s `--incDir`) have a space (“` `”) in it, it is not written wholly into...

Could you please implement a binding for [`OpenCV::magnitude`](https://docs.opencv.org/5.x/d2/de8/group__core__array.html#ga6d3b097586bca4409873d64a90fe64c3), just like how https://github.com/justadudewhohacks/opencv4nodejs/pull/15 was done, so that I could do ```javascript const magnitudes = await matrix_1.magnitudeAsync(matrix_2); ``` or ```javascript const magnitudes...

# Question In the `Mat` class, why are there two separate methods to multiply a matrix, `.mul` and `.hMul`? `.mul` is for multiplying a matrix by a number, while `.hMul`...

# Bug https://github.com/benjreinhart/bencode-js/blob/3ca25e431354850d59fa820ef6b27f5fa93dd458/src/encode.coffee#L9-L10 ```Javascript keys = (key for own key of object).sort() ``` This is **not** the correct way of sorting dictionary entries. The encoder is producing specification-**incompliant** octets that’ll...

- [x] I have checked the existing issues to avoid duplicates - [x] I have redacted any info hashes and content metadata from any logs or screenshots attached to this...

bug