At least in the future copilot could navigate you to the settings in the different places 😅
At least in the future copilot could navigate you to the settings in the different places 😅
Not required. Looks like Java, just use reflection.
Can you give some examples of other tools for the job you’d rather use, which can be self hosted?
Keeping the clean version around seems dangerous advice.
You know it won’t get maintained if there are changes / fixes. So by the time someone may needs to rewrite the part, or application many years later (think migration to different language) it will be more confusing than helping.
What does make out
do?
Make those changes in an own commit, or keep it to files you already have to touch.
Since the source is XML XSLT may work to transform it.
deleted by creator
That was a decade or two ago. Now you need a react SPA webapp using angular and Rust and utilize the bandwidth of the Cloud with machine learning. To find the IP.
With physics, but paused while coding. It only comes crashing down when the code gets executed.
May I introduce you to Usb 3.x renaming?
3.0, 3.1Gen1, 3.2Gen1, 3.2Gen1x1 are the 5Gbps version.
3.1Gen2, 3.2Gen2, 3.2Gen1x2, 3.2Gen2x1 are the 10Gbps version.
Why are you in programming related communities if you don’t enjoy it?
Good idea. Other: Let it return something long other than yes / no to waste token and possibly crash the service.
While you’re at it, also test
Sounds like they are the product owner :)
You wrote you want a full keyboard with F keys, arrow, and numpad - but it can be compact too.
What would be an example of that combination?
Try a backlit keyboard, especially for late night coding sessions. But that will likely conflict with the Bluetooth requirement. Does not have to be per key rgb; a fixed single color will be good enough.
Your first paragraph likely also applies to many senior software developers, especially if they primarily worked in small companies / freelance.
It should not do that. Have you tried restarting it?
Oh it no longer starts? That’s an hardware issue. Let’s build another and see if the same error occurs.
A naive iterative implementation would be by adding and removing the folders/files from a list.
If tail call optimization works on the (recursive) example then that’s (kinda) the compiler turning a recursive function into a loop.
Most IDEs support automatic code formatting, and doing so on save. Or have it as a github hook.