-
### Bug description
This happens for `sys.info.num_physical_cores()`, `sys.info.num_logical_cores()` and `sys.info.num_performance_cores`.
### Steps to reproduce
```mojo
from sys.info import num_p…
-
## Description
Found while testing https://github.com/brave/brave-browser/issues/27221. Brave crashed when clicked Wallet icon in the Guest window sidebar. Couldn't reproduce the issue with N…
-
### 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.
…
-
* Mojolicious version: 9.36
* Perl version: v5.32.1
* Operating system: mingw-w64 on MSYS2 MINGW64
### Steps to reproduce the behavior
```
cpanm Mojolicious
```
### Expected behavior
A…
-
### Bug description
```shell
https://i.imgur.com/T4HF4dY.png
as you can see in the screenshot i was not able to use f'string' in mojo.
```
### Steps to reproduce
```shell
- bro = 'mojo'
print(f'…
-
```
Building and testing Mojo-ACME-0.13
cp lib/Mojolicious/Plugin/ACME.pm blib/lib/Mojolicious/Plugin/ACME.pm
cp lib/Mojolicious/Plugin/ACME/Command/acme/cert.pm blib/lib/Mojolicious/Plugin/ACME/Co…
-
### Bug description
The following code in Mojo prints `True`:
```mojo
fn main():
let x = 0
print(x or "hello")
```
In python, the following code prints `hello`:
```python
prin…
-
I seem to be having an issue where I have certain options hanging in my WAT. Specifically the tenants option is stuck loading as I try to create a new OSF. I have just finished the process of creatin…
-
The plugin does not consider it an error if, when specifying a type for a variable or a function that will return a result, you specify the type name with a lowercase letter.
```
fn make_sum(*args: …
-
### 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.
###…