Results 9 issues of 8176135

I think it would be pretty nice to be able to do regex captures and have the arguments passed onto the handler. This would need to be on a separate...

**Is your feature request related to a problem? Please describe.** I am trying to do a manual UV unwrapping, but every time after I set things up, when I change...

enhancement

What is the intended method to run an aggregation query with wither? Currently I am doing something like this: ``` let path_regex = wither::bson::Regex { pattern: format!("{}.*", path), options: String::new()...

enhancement
discussion

Is it possible to write statically typed filters? (e.g. similar to what `diesel` has or something else), and if not, is there any plans for them? Something like: ``` #[derive(Debug,...

When building qmlrs, I got this error message: ``` thread 'main' panicked at 'cmake produced stderr: CMake Warning at CMakeLists.txt:24 (find_package): By not providing "FindQt5Core.cmake" in CMAKE_MODULE_PATH this project has...

Automatically adds firewall rules to block any DNS requests (UDP packets on port 53) that does not go to one of the DNS addresses specified/pushed by the VPN server. This...

Bittorrent applications (tried Deluge and qBitTorrent), when ran inside the protected namespace, won't be able to connect to trackers, with the error: `no route to host`. Interestingly they can still...

Removed the need for core_intrinsic feature, and removed the convert feature that doesn't exist anymore and is causing a compiler error. Also added windows dependency winapi and removed all the...

Currently if the cargo ndk build fails, android studio only shows that cargo exited with a non 0 return code. To see the actual error you have to compile it...