jb-alvarado

Results 16 issues of jb-alvarado

Hello, can it be that imagemagick can not be compiled with openexr 2 libs? I was trying this under Windows with mingw and get a lot of errors.

Hello, thanks for your project! I have adapt it to a kvm VM and it works smoothly there. In your example the `zone` was **example.org** but for me it had...

enhancement

Hello, I'm working on a face detection solution based on FaceDetectorYN. My code looks like: ```Rust let mut image = Mat::new_rows_cols_with_default( probe.height, probe.width, Vec3b::typ(), Scalar::all(0.), )?; // f.buffer is a...

### Describe the bug This was originally discussed in https://github.com/tauri-apps/tauri/discussions/6147 Under Linux (Gnome), when using auto update function, after clicking ok on restart alert, the app don't take care anymore...

type: bug
status: needs triage

**Please keep in mind that the issues are only there to report bugs, or ask for missing features.** If you have questions, or you need help with the usages, please...

announcement

Hello, this should fix #83. I'm not an expert in NuxtJS plugins, so I hope this is fine.

Hello, thanks for your nice tool! Can you tell me, if it is possible to escape specific characters in Regex? Normally I would do: ```REGEX \([0-9]+\) ``` To match all...

Hello, I don't now if it is possible, but the `template #header` element should not have an impact on oldIndex and newIndex. At the moment, when this element is used,...