-
* Mojolicious version: 9.22 still works, 9.26, 9.31, 9.35 do not
* Perl version: at least 5.34.0, 5.36.0, 5.38.0
* Operating system: at least Ubuntu 22.4, MacOS 14.2.1
### Steps to reproduce the …
tobez updated
9 months ago
-
### Bug description
When attempting to access elements of a `StaticTuple` using its `as_ptr` method, which returns a `Pointer` instance, and then applying the Pointer's `offset` and `load` methods, I…
-
### Bug description
I'm trying to use the built-in tensor multiplication to multiply a 16 by 12 2D tensor by a 12 by 1 2D tensor. I'm taking linear algebra in university right now and we learned th…
-
Welcome to Mojo-StrawberryPerl !
* URL - https://github.com/sjdy521/Mojo-StrawberryPerl
* see README.TXT for more info
----------------------------------------------
Perl executable: C:\Users\xj…
-
I was checking into the new Mojo AI programming language, and the possible significant performance boost advantages it might provide to RWKV-LM. Has anyone considered checking into this for RWKV-LM?
…
-
> Extremely minor grammar bug:
Dwarf Call of Earth quest has the line "Seek out Frostmane Troll Whelp's" when it should be "Seek out Frostmane Troll Whelps".
Also, in this same quest text, "south wes…
-
### 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.
###…
oskgo updated
5 months ago
-
### Bug description
I couldn't find and specifications on how large the type Int is (and if it's signed)
so I fooled around in the Mojo Jupyter notebook with some large numbers like this:
```
le…
-
### Bug description
The following code:
```
fn main():
var count = DynamicVector[Int]()
for i in range(0, 100):
count.append(1)
for idx in range(i + 1, i + 3):
…
-
More test cases, and maybe a test framework need to be added so we can be sure that all supported PNG images should be readable.
Also, it might be nice to add some kind of framework to automatical…