Sheldon Young

Results 12 comments of Sheldon Young

grpc-web should now be handled directly by [tonic-web](https://github.com/hyperium/tonic/tree/master/tonic-web)

I suggest a revised format for the first line to make it clear where the file is from, as files get copied and pasted the universe: ``` // Copyright (c)...

The minified .js will need to be updated, I did not see a way to do that as part of a build process.

I understand the OpenAPI specification for Samsara is not officially supported for code generation, but it would be a nice bonus if minor errors affecting code generation could be fixed.

Here is some additional information that will hopefully expedite a fix. When the combo is closed (tab into it) and a key is pressed it is handled by `focusser.bind("keyup input",...

The comments on `Eq` and `Ord` for `Active` state that they "Assert total ordering" but they use `partial_cmp` and thus must do something if the `partial_cmp` is not total and...

> Apologies for delays :) Looks like a trivial `cargo fmt` is all this needs now Done, thanks!

I am aware of the current status. This PR is code from a fork that I was considering. I submitted this PR in case this project is revived. Thank you...

This should be updated to use OnceLock instead of lazy_static. See pr #515