It is: https://opensource.org/license/mit/
It's most probably a bug in the addon. Best to report it on the repo's issue tracker: https://github.com/galdor/github-license-observer/issues
It is: https://opensource.org/license/mit/
It's most probably a bug in the addon. Best to report it on the repo's issue tracker: https://github.com/galdor/github-license-observer/issues
Oops! My mistake 🤦 Updated the post.
I work primarily on the JVM & the projects (personal/corporate) I work w/ can be summarised as below:
docker-compose.yml
.However one approach that I've always been fond of (& apply/advocate wherever I can) is to replace (3) w/ a Makefile
containing a bunch of standard targets shared across all repos, eg test
, integration-test
. Then Makefiles are thinly customised to fit the repo's particular repo.
This has proven to be very helpful wrt congnitive load (and also CI/CD pipelines): ALL projects, regardless of the toolchain, use the same set of commands, namely
make test
make integration-test
make compose-up
make run
In short (quoting myself here):
Don't repeat yourself. Make Make make things happen for you!
The first few paragraphs were a good read where the author makes a good point.
Sadly, it somehow turns into a BluSky promotion afterwards.
Good read, nonetheless.
Good point! I just replaced my LI profile photo w/ an abstract image 🍻
Since I haven't heard/read about any bugs, I plan to release v5.0.0 on the 13th (😬)
I'll keep this post, well, posted 🙂
I appreciate my post may sound like a criticism of lemmy.ml (and hence the downvotes.) It's not. As I said, I'm genuinely trying to see if there's anything I can do to give back to one of my (few) favourite online communities.
That said, it seems like no one else shares my views. And that is understandable 🤷♂️
junk
I'd say "irrelevant to my interests" 🤷♂️
Thanks for your reply. I'm still not sure if I have managed to wrap my head around this 😕 I guess I need to re-read the relevant chapter from RWO book. I'll post back here I'm finally able to understand handler
in your case.
Magnus Carlsen and Alireza Firouzja will throw down
This promises to be fun...a lot! 📺 🛋 🍿
That's a 404 I'm afraid.
I've been using sdkman for about a decade now and am totally pleased w/ it. It does a very good job of managing JDK versions for you and much more, eg SBT, Gradle, Scala, Groovy, Leiningen, SpringBoot, ...
Now, technically you could use sdkman in your CI/CD pipeline too but I'd find it a strong smell. I've always used dedicated images pre-configured for a particular JDK version in the pipeline.