s1syph0s

Results 16 comments of s1syph0s

Thank you for the help! `iccarm` has an extension over the C language which clang might not understand and gives an error (The arm include oftentimes use this and i...

I looked into your nvim config in your repo, and I saw that you are using mason_lspconfig.setup_handlers to install the capabilities. This function will setup all of your LSPs detected...

Thanks for the input! I'll fix this soon

Should I just replace the separator from `||` to `;;`?

This sounds interesting! However, using `,` as a separator won't solve the problem, since the `KEYBOARDNAME` and `LAYOUTNAME` could contain `,` (https://github.com/Alexays/Waybar/pull/3224#issuecomment-2201645969). A more extreme solution is to output the...

![screenshot_12-08-2024-194517](https://github.com/user-attachments/assets/f82ab5bf-7de9-4e17-9204-27e0fa7846d5) I tried to use `\,` as the separator, but it is an unknown escape sequence. If I build this and gets the event output, I will receive this, which...

Hi, is there any update to this issue? I'll be happy to adjust the PR

I created a [commit](https://github.com/hyprwm/Hyprland/pull/7275/commits/3b55c64c2978cafcb20e26b73f9795c3c8b68c4d) that escapes the comma. Could you review the code?

Hi, sorry for the late response.. I was taking a break from software dev in my free time.. I tried escaping the comma in both the layout and the language,...

Mounting is now possible. I changed the `CACHE_SIZE` and `LOOKAHEAD_SIZE` to 256, and I increased the stack size of my RTOS task to 8192, and now it is possible to...