martinvuyk

Results 55 issues of martinvuyk

### Where is the problem? algorithm ### What can we do better? Docs are outdated in relation to the new DTypePointer API. Trying to get this to work by following...

mojo-repo

### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? When accessing a...

enhancement
mojo-repo

Make `FileDescriptor` conform to `CollectionElement` trait Add `Arc.count()` method that returns the current inner refcount value

### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? This is what...

enhancement
mojo-repo

Better `Dict` benchmarks one of the steps for #3254

### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? Add functionality like...

enhancement
mojo-repo

### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? As title. ###...

enhancement
mojo-repo

### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? Add argsort similar...

enhancement
mojo-repo

Fix `__getitem__` for `String` and `StringSlice` to fetch utf32 items (unicode codepoints) and not acces byte index directly. Blocked until `String.format` is fixed to not assume direct byte indexing. Created...

### Bug description Fix `String.format()` to use explicit byte indexing and not assume `String.__getitem__` indexes directly to byte offset. Python's String indexes by unicode codepoints (UTF-32) our String implementation currently...

bug
mojo-repo