Cristian
Cristian
**V version:** `0.2.2 1178427` **OS:** `Arch Linux` **What did you do?** Called this template ```rust pub fn port_out(port u16, value T) { asm volatile amd64 { out port, value ;...
### Duplicates - [X] I have searched the existing issues ### Current behavior 😯 ```yaml License: GPL-3.0-only ``` ### Expected behavior 🤔 ```yaml License: GPL-3.0-or-later ``` ### Steps to reproduce...
This implement checking against repology's service for package versions, making it easier for maintainers of jinx-based distributions to identify what needs updating and what doesnt. `repology_id` is provided to adjust...
When running on [Gloire]() (even though this should be reproducible in other systems), compiling and running code like ```c #include int main(void) { void *example = malloc(0xFFFFFFFFFF); } ``` results...