Jacob Trueb

Results 40 comments of Jacob Trueb

This may make the clearUploads interface useless for iOS

I still see what appears to be a memory leak on 3.0.0-beta.3. I have plenty of successful uploads for a minute or two, then start ramping up memory usage Most...

I could be wrong but it seems like there is no mechanism to revoke a completed task from the cached stream handler (used by the progress and result event streams)....

Canceling every upload on the first result callback seems to work well so far. It doesn't require the clearUploads call either. I will post if I see some other behavior....

I separated a plugin for just the basics like lazy initialization of the RUNTIME and linking of the store_dart_post_cobject symbol. In the Swift plugin header, I have added a declaration...

I found that even though this allows the build to succeed, this is not a fix. The POST_COBJECT is never stored correctly and is always None during post calls even...

In embedded (no_std), a dynamically sized matrix isn't really an option, but there are still plenty of matrix operations that would be reasonable to perform on 128, 256, 512, 1024,...

> I would very much prefer for the clean build time to not be so massively inflated. If this is absolutely needed for your use case (are you sure you...

Hi @sebcrozet, thanks for helping to maintain this awesome repo! To clarify my issue with ```toml [dependencies] nalgebra = { version = "*", default-features = false, features = [ "large-const-generics"...

I checked trimming down some of those vector and matrix specializations on my machine. The const R values are the minimum before some of the other stuff that uses const...