Ilya Lubenets
Ilya Lubenets
### Bug description Using `X.cast[TYPE]` without `()` at the end results parsing crash, instead of useful tips Console output from `mojo run` ```bash Assertion failed: (argVal && "we handled ORValue...
### Bug description I've noticed, that when I'm trying to concatenate long string - my program crashes, but only sometimes! IDK why and I can't debug it. But when I...
### Bug description I'm trying to parallelize my `classify` function over a DynamicVector of custom structs. But without parallelization code is very slow, even slower than python's approach, but this...
Two major changes: 1. `strip`, `lstrip` and `rstrip` now can remove custom chars 2. `String` now have useful aliases like Python's https://github.com/python/cpython/blob/0085c3ae8f067abd4f6540d0f6dd2fb13107618e/Lib/string.py#L24C1-L32C62 - Naming is identical to python's - Defaults...
## Problem Rye has a one major disadvantage right now - rye is installing python versions without `libpython.so` which leads to many problems with using python from other languages. For...
### Problem description Hi! Pixi is a great tool, I'm enjoing using it on my personal laptops and other. But using pixi for serious commercial projects with cybersec limitations is...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...
### Description When me and my team developing ML-based solutions - we use Jupyter Lab or IDEs, that acts like Jupyter Lab (VSCode + extensions or DataSpell), because it much...