James MacGlashan

Results 9 comments of James MacGlashan

An interesting thought. I'll have to look into it and see if it improves things (or if you can run some tests to check, that would be helpful). I think...

Yes, the immutable paradigm more or less does exist in BURLAP 3 because domains now always implement their own State objects and State "copying" can be done shallow or deep....

Hmm. Sorry, I don't know much about Android development and I'm not sure how close of a match i-jetty is to desktop jetty. In an ideal world you could literally...

Yes, subscribing/publishing to image topics with the Image message works (did the last time I used it at least). Hooking it up works the same way as any other message/topic....

Sounds good! I'll look into adding the test to `burn_core`

Okay, I think this is ready for re-review. I added the test to `burn_core` in `record_resilience.rs` because it that seemed the most closely related and it didn't seem worth adding...

Thanks @nathanielsimard I just merged main and pushed. Hopefully that goes through now! I will note that the `./run-checks.sh all` still produces errors, but they're in the `burn-fusion` crate which...

Yeah this is something I definitely would like to address since the lack of 64bit support from it is a major limitation. (And yes, SCP Solver is currently only used...

For the moment, I've changed the config scope to protected (which it should have been all along). I'll look into adding the complete method support Masked has later (or if...