DmitrySamoylov
DmitrySamoylov
Along with credentials we can pass enum like ```rust enum Cert { Cert(String), // Provided by user (Safe) AcceptInvalid, // Accept self-signed (Dangerous) None // Accept CA signed or http-only...
@stalkerg Thanks for the feedback. Can you give more details about pre-conditions for this bug? What is the delta between local time and camera time in your case? Do you...
Hi, @scottlamb > I'm testing a yaserde replacement Nice, do you have a public repo with your changes to yaserde or fork? > Are there any notes on how to...
> Is it because of the ##any here? As I remember, `xs:any` is not supported at all in code generator: https://github.com/lumeohq/xsd-parser-rs?tab=readme-ov-file#any-elements-handling And not very clear, which type would the Rust...
Hi! Currently we don't generate imports. You can look how we import dependent types and macros [in tests](https://github.com/lumeohq/xsd-parser-rs/blob/f3be2b9532b13d8fdad0efb6f2632a948c567036/xsd-parser/src/tests/ref_to_attribute/mod.rs#L7) Generated code currently depends on three crates: ```toml macro-utils = { git...
Can you please rebase on `main` to see if CI is green?
> error: useless use of `vec!` This was fixed in `main`. Please, rebase again.
Not sure if you receive notifications on failing CI jobs, but clippy is not happy now with some of the changes.
@ChironEvans Can you fix formatting and force-push the branch, please?
This should be fixed in https://github.com/lumeohq/onvif-rs/pull/105 (the other PR failed CI checks, so hasn't been merged). Right now, I don't have a camera that outputs a URL with the port...