Nick Sanders
Nick Sanders
That's not a bad idea. It's may also be wise to consider redesigning things into small, independently testable components as much as possible as well as to write tests that...
I think this is a step in the right direction. I really like the 'Auditor' term. I think we should probably continue to call a 'Participant' a 'Validator' though, in...
I'd love to see this API refined and clarified :)
`Database` has been cleaned back up per suggestions by @DrPeterVanNostrand. Let me know and I will squash the commits.
> Instead of building very specific features (such as failover RPC), we can further utilize the approach that has been used in the bridge in the past couple of months:...
It looks like I'm going to have to put this PR on the back-burner for now. I should be able to get back to it sometime in the next few...
I'm unable to verify this. Probably something platform specific. Please feel free to submit a pull request with some warning documentation or notes :)
After taking some time to reread your issue I must apologize, I misspoke before. This is not a platform specific issue. What you've experienced is entirely expected behavior. `OclPrm` should...
It's basically just an issue of consistency between host and device. Float3 and other vectors are stored the same way (contiguously, no gaps) no matter what device. Structs have arbitrary...
Let's see what you determine is the best solution for your issue based on my latest comment in #210 then we can update this with some documentation for future users...