alice

Results 23 issues of alice

# Bug report ### Bug description: reproduction: ```sh #!/bin/sh mkdir -p src rm -fr src/__pycache__ rm -fr __pycache__ echo 'from src.test import f' > main.py echo 'print(f())' >> main.py echo...

type-bug

the memory block has the following values: ``` //! `mem_free` | Free memory not yet used by the kernel or userspace (in general you should use mem_avail) //! `mem_free_percents` |...