Hugues de Valon
Hugues de Valon
Actually I think it would be nicer to have those abstraction structures take full ownership of the data they contain but have methods on them, taking a reference, to produce...
Awesome! Interesting to know your thinking on this, the history of this crate and great that we share a similar vision. We merged some abstraction that we needed in Parsec...
> This will be a lot of work but some developpers of Parsec will definitely be happy to help designing or developping! Actually, now that I am thinking about it,...
That looks fantastic, thanks @joechrisellis 🚀 I was thinking of the following, feel free to criticize as those would be big changes: * move `src` and `Cargo.toml` into the `pkcs11`...
Thanks a lot for your work with this crate and providing PKCS11 for everyone using Rust so far! Appreciate the redirect. You will always be welcome in the `cryptoki` repo...
Thanks for proposing! Let me ask on our community slack channel to see what people think.
Hi! I want the labels, since my point cloud is not too big, but have the ability to temporarily hide them when viewing them. As in, have the data loaded...
Hello :wave: I was actually looking for this :smile: I have a Go struct where its fields are other structs containing standard types (`bool`, `uint8`, etc). I am trying to...
Ah noticed that `uint8` was not supported too :grimacing: edit: hmm I have just checked `gofuzz` and it seems to be doing exactly what I want. I guess what I...
I guess you could also say that unprivileged code should not be allowed to create a critical section for safety/security reasons? That if a critical section is necessary to perform...