Lucas Alber

Results 80 comments of Lucas Alber

Disabling in REPL could be done here but disabling in test files should be done in LSP imo. Other opinions?

Yes you can log commands by executing `sublime.log_commands(True)` in the console. Maybe try deleting the folder Debugger33 in the Packages folder and restarting sublime.

@o-oconnell > The main class cannot be resolved if there is no string passed to its main method. This is just how Java works (the signature of a main method...

Current workaround: Add the cmake wrap, then use the cmake module as usual: ```py dep = dependency('name', required: false) if not dep.found() cmake_options = cmake.subproject_options() cmake_options.add_cmake_defines(...) subp = cmake.subproject('name', options:...

Not sure if I understand what you try to achieve. Try this: Disable `no_gaps_when_only` and then use this binding: ``` bind = $mainMod, F, fullscreen, 1 ``` and these rules:...

I can reproduce on 0.42.0: - Have a 1440p Laptop, run it at a custom resolution ``` monitor=eDP-1,[email protected],0x0,1.0 bindl=, switch:on:Lid Switch, exec, hyprctl keyword monitor "eDP-1, 1920x1080, 0x0, 1.0" bindl=,...

I tested some more and found the following: - The main issue is caused by the high resolution laptop screen and might be related to scaling and the lid controls:...

> ssh into the machine, you can killall Hyprland Worked! [hyprland_freeze.log](https://github.com/user-attachments/files/16565149/hyprland_freeze.log)

Can you provide an LSP log panel output when formatting?

Seems so be a clangd issue. You might get better support on their Github.