​8dcc​

Results 19 issues of ​8dcc​

Right after booting the ISO from the [releases page](https://github.com/vlang/vinix/releases/tag/nightly-2022-07-12) I cleared the screen using `Ctrl+L` and typed "vim", and the console started spamming V panics. ![image](https://user-images.githubusercontent.com/29655971/178614494-f63e5f80-776d-476a-981e-583c319ccdc2.png)

I already mentioned it in the [discord](https://discord.gg/S5Nm6ZDU38), but it would be nice to add more than one keyboard layout (Something like the `loadkeys` command in Linux). As far as I...

### Bug description Bullet tracers only work when playing with bots. This is because the way the cheat gets the necessary game event ([`bullet_impact`](https://wiki.alliedmods.net/Counter-Strike:_Global_Offensive_Events#bullet_impact)) is through [`FireEventIntern`](https://github.com/r4v10l1/NullHooks/blob/261de9462c92aeb4f9f4d755333e4a28b211b784/src/core/hooks/functions/fire_event.cpp). This method is...

bug
help wanted
good first issue

### Bug description Sometimes the models do not render. Probably related to the chams occlusion change. ### Steps to reproduce For example in nuke, close to A. The player was...

bug

I made the cheat for windows because it's what I mainly use to play, and because it is the platform with more game-hacking resources, but it would be incredibly epic...

help wanted
feature

in 4th line change threading to threaded

**Environment information** * Operating System: Arch Linux (kernel 6.4.11) * Cutter version: 2.3.1 (Latest) * Obtained from: - [ ] Built from source - [x] Downloaded release from Cutter website...

good first issue
UI

I am sure this has been asked before, but I can't find anything. Let's say I have this code: ```c #define MENU_FLAGS NK_WINDOW_BORDER | NK_WINDOW_TITLE | NK_WINDOW_MOVABLE | NK_WINDOW_NO_SCROLLBAR #define...

If I use the following line: ```python keyboard.on_press_key("F4", lambda event: print("test")) ``` The message is printed, but if I try to exit instead, nothing happens at all: ```python keyboard.on_press_key("F4", lambda...

Running `M-x disaster` keeps printing the same in all C source files (haven't tried others). It's using the default `objdump` command: ```bash objdump -d -M att -Sl --no-show-raw-insn ``` I...