Jamie Tanna
Jamie Tanna
+1 on restarting BSWPM - or if you open a terminal, source the file and then execute blueJ via that terminal
Note that building the JAR yourself isn't necessarily required - see https://github.com/jenkinsci/job-dsl-plugin/commit/6b7a8d813c3c3b9f5daf0fcee823c9fd128d8f42 for how I used the JitPack service
Note that building the JAR yourself isn't necessarily required - see https://github.com/jenkinsci/job-dsl-plugin/commit/6b7a8d813c3c3b9f5daf0fcee823c9fd128d8f42 for how I used the JitPack service
It looks like [https://docs.dev.to/api/#section/Authentication](https://docs.dev.to/api/#section/Authentication) shows "OAuth2 authentication is still in private alpha." so hopefully could be available soon! We may be able to get on the private beta? (Originally published...
Im seeing that this is happening when I am in experimental mode: systemctl status bluetooth ``` ● bluetooth.service - Bluetooth service Loaded: loaded (/etc/systemd/system/bluetooth.service; enabled; vendor preset: disabled) Active: active...
@MarijnS95 I'm running a fairly up-to-date Arch Linux install, with these versions: ``` % uname -a Linux TheColonel 5.15.5-arch1-1 #1 SMP PREEMPT Thu, 25 Nov 2021 22:09:33 +0000 x86_64 GNU/Linux...
Oh sorry I totally didn't read that right - awesome will keel an eye out for that release then!
Have we considered maybe using something like https://github.com/diffplug/spotless, at least as a JVM managed way to configure it, but also that we can use for other formatting in the future?...
Ah sorry didn't spot we already were using it in some places! Yeah that's fair if it may not directly work for our usecase
Thanks Ned! Looking at the options available, I think it'll be a case of creating a new package to provide the pretty-printing functionality as a standalone package so will look...