-
I have an instance of a jakarta Validator and I want to register it with the RestRouter.validateWith() method. It's not compatible with the javax Validator class. Is there a way to handle this?
I'm…
-
### Reproduction
run in dev and just refresh the page, you should see the crypto dependency error in the logs.
https://github.com/Fawwaz-2009/remix-crypto-form-issue
### System Info
```shell
npx…
-
**Describe the bug**
Trying to get this integration going in HA - When I type the indicated command into the console to get the web encrypted password I get an error :
![image](https://github.com/…
-
### Minimal reproducible example
https://github.com/aarich/expo-router-child-stack-drawer-repro
### Which package manager are you using? (Yarn is recommended)
npm
### If the issue is web-r…
-
To improve the maintainability and scalability of our application, we need to enhance the router by adding support for parameters, introducing new middlewares, and organizing routes into separate file…
-
### Minimal reproducible example
https://github.com/feierlaolao/test
### Which package manager are you using? (Yarn is recommended)
npm
### If the issue is web-related, please select the b…
-
Summarizing my understanding of what's going on here... please correct any mistakes
For every route, the previous code created a duplicate route `ROUTENAME-tls` for the same `rule` an…
-
a couple of weeks ago the ESP Thread border router was made available. This board is officialy supported bij OpenThread.
The official software for this router is available here: https://github.com…
-
Hi. I need a catch all route `/*`, but I don't care params.
```rs
#[test]
fn test_route_path_match() {
let mut router = Router::new();
// works
router.insert("/{*p}",…
-
Custom headers is allowed in V2ray WebSocket transport. However for Shadowsocks outbounds, currently it's not possible to configure them through `plugin_opts`.
Setting `User-Agent` (or other header…