Ishan Daga
Ishan Daga
For this, we just need to check for CUDA support on the system and then use the CUDA functions for computation right?
I'll raise a PR with some initial changes and we'll take it from there?
Nope. Not at the moment
Have you considered using/adding LaTeX support for math?
Are there plans to work on this ?
Could also be a problem of creating multiple connections using the same client_id / client_name information - this was the an issue in my environment. This could also be the...
@OpenJarvisAI one approach here could be to run your MQTT Client in a flutter isolate (background process), to ensure that it keeps running despite the app being put to sleep...
@dgduncan @mochi-co Another approach to this could be to have a `StartTrace` hook that is called after `receivePacket` We could also add in a trace-modifier hook of sorts, that allows...
@mochi-co hey I'm having trouble with the test cases involving sample packets. Most are failing on the `require.Equal` since now a packet from the server has a context, but the...
@mochi-co makes sense, thanks !