Evan Stoll

Results 17 issues of Evan Stoll

After the time crate removal in #260, if `pulish_request_timeout` is negative, then `subscriptions#expire_stale_publish_requests` will panic This is because [to_std](https://docs.rs/chrono/0.4.35/chrono/struct.TimeDelta.html#method.to_std) outputs a `Duration`, which can _only_ be unsigned (positive). Since the...

# Problem As originally mentioned in https://github.com/locka99/opcua/discussions/297 I am trying to instantiate nodes (esp. objects) based on other node types. As mentioned in the linked discussion, I am currently unable...

I am currently trying to build a project with many dependencies using mavenix. Note that several dependencies are either exclusive to repositories outside of maven central, while some are exclusive...

It would be nice if we could patch purely mavenix-managed expressions using e.g. the [patches](https://nixos.org/nixpkgs/manual/#ssec-patch-phase) variable used in normal nix expressions. I'm trying to patch a pom file for a...

https://github.com/way-cooler/rust-wlc/blob/2eac7f4dea4902b649aae650f69ed1191861a64f/src/types.rs#L114 Noticed this in the terminal when demoing way cooler, and wasn't sure if fixing this had any negative implications.

I have used multiple OPCUA clients to aid in the development of a server application utilizing this library. I have been able to connect all of the clients I have...

Resolves #3 Unless I am missing something, recordings were not previously separated into folders based on app name. This is in spite of the related issue being closed. ## Notes...