Martin Dudek

Results 8 issues of Martin Dudek

### Bug description Too soon ASAP destruction for pointers within a struct. The reported issue might be the intended behaviour but is at least to me completely unexpected even after...

bug
mojo

Thanks for this great package and all the community information here. Is it possible to change the text of the notification buttons in Android while a foreground service is running?...

Hello! I'm relatively new to Flutter and learning as I go, so I appreciate your patience and understanding. I've just published a GitHub repository showcasing a basic usage of the...

### Bug description In the following test demo. It seems the destructor is called on the filehandle instead of move. The demo runs without problems with stable but i get...

bug
mojo

### Bug description the following code crashes: ```rust from collections import Set @value struct IDStruct(KeyElement): var id: Int fn __eq__(self, other: Self) -> Bool: return self.id == other.id fn __ne__(self,...

bug
mojo-repo

I am also working on a port of llama2 to mojo. Your port is excellent, just do it myself for the sake of learning, probably sticking closer to the C...

I've added a link to a Mojo port of minbpe. While this port functionally mirrors minbpe, it has a different design due to the current language constraints of Mojo, which...

I’ve been tinkering with porting [PureJaxRL](https://github.com/luchris429/purejaxrl) (which is Flax/Linen-based) over to Equinox. I’m still new to JAX, so my first attempt is pretty raw—if you’re curious, it’s here: https://github.com/dorjeduck/eqxrl. I...