Rodrigo-Barros
Rodrigo-Barros
> I seem to be having the same issue, latest release, using `ds4drv --hidraw`. > > I see the following: > > ``` > [I] Controller 2 opened: "PS4 Controller"...
Hi thanks for take time for answser me, I'm happy that I could use this project.
Thanks this help a lot, I was getting frusted for not can configure atom to work like brackets that have autocomplete by default and for some reason I'm not fan...
Hi I'm facing the same issue, but as tried follow the example @psychon in https://github.com/awesomeWM/awesome/issues/169#issuecomment-129749339 and I came to this piece of code: ```lua local awful = require("awful") local gears...
this affects me too, but I only tested on pure PHP Files. I made work on save by adding this line to my vimrc: `autocmd BufWritePre *.php Prettier` and now...
Hi I tried both configs, `blur-background-exclude = [ "class_g ?= 'conky' || class_i ?= 'conky'" ];` don't works for me. `blur-background-exclude = [ "override_redirect = true" ];` The second works...
Hi I already tried as you say: > You may try extending your conky config with own_window_class = 'Conky' (IIRC). But not works to me, maybe could be the behaviour...
> is this the same feature? is there some documentation / comparable language server extension to compare with? Yes is the same feature, sorry if I misunderstand. > also maybe...
> > Yes is the same feature, sorry if I misunderstand. > > I mean.. why should the trace verbosity affect if the output channel is revealed? what makes you...
I don't know if helps but you can try run `npm test` inside bridge folder just to you gather more info about the problem you are facing, maybe this way...