Change the executable bit of file on Windows without WSL
When using Linux pipelines in your development process, it might happen that you need to execute a script. However, sometimes these scripts don't have the right permissions to be executed.
Thoughts on software development, outdoor adventures, and everything in between.
When using Linux pipelines in your development process, it might happen that you need to execute a script. However, sometimes these scripts don't have the right permissions to be executed.
Copy the contents of the yank operation from vim to your clipboard when using any Intellij IDE.
C# 12 finally introduces some new syntactical suger that I'm eager to use in production because it improves the readability of the code.
In C# 12, Microsoft has added the ability to specify default values for your lambda parameters.
In C# 12, Microsoft has added the ref readonly parameter modifier.
For those of you coming for Javascript or Kotlin, you're going to love this new feature. Set your member variables through a primary constructor.
I've been struggling with my work laptop which meant that I had to reinstall everything a couple of times. So, offcourse I wrote an application to automate this process.
Keep your automations yaml clean by adding names to each automation.
Keep your automations overview clean by adding multiple automations in the same yaml-file.