xpusostomos

Results 105 comments of xpusostomos

@tommythorn At least for me... the cog wheel appears after you click on the login field.

I don't know, but I think you can work around it by making your build file pick the jquery you want. Long term, we probably need to move to another...

I have my own version of asyncmail, since it was unmaintained for a long time. So yes, it's basically that plugin you mention, with not much differences, I just renamed...

Hmm, so one problem I had was that I had the build setup to use the plugin installation directly, rather than installing it ( ` implementation project(":org.grails.plugins.asyncmail")` ), and despite...

I would have thought kill-buffer is the function you want. C-x k

$^O on cygwin is "cygwin". I take it that I have to git clone from here to do what you suggest. I seem to get some other issues building that,...

Hmm... make test does this: ``` # # ^"C^:^\Program^ Files^\PostgreSQL^\15^\bin^\pg^_ctl^" -D /c/Users/chris/.cpan/build/DBD-Pg-3.18.0-8/dbdpg_test_database/data -l logfile start # # t/01connect.t .......... skipped: Connection to database failed, cannot continue testing Can't use an...

I've got to comment on this... I suspect the dot notation was deprecated, because the code to make dot notation work is a mess and a performance problem ... BUT...

@Alexander-Miller Thanks a lot for that response. I actually spent a few hours hacking into treemacs to see what I could achieve... I did achieve some things, but am time...

I do have what is recommended in the exwm user guide: ``` (setq mouse-autoselect-window t focus-follows-mouse t) ``` The guide says this is needed for focus follows mouse, which is...