I'm using a self-hosted GitHub Actions Runner to deploy a small Java application. The runner is inside a Docker container, that I created using a Dockerfile: FR
I have this ruby code in my form. <%= form_with(model: record) do |form| %> <% if record.errors.any? %> <div id="error_explanat
I always thought that a look-behind assertion in Java's regex-API (and many other languages for that matter) must have an obvious length. So, STAR and PLUS quan
I am starter and right now I am trying to extract the key information from a .xml file then load them to an object of my class, for example: Here are some infor
I have a radio group used to set data class properties. Here's how I've gone so far: I manually set the "bankDestination" view to invisible if proxy_bi_fast is
Imagine a simple form, which renders multiple custom components applying some layout tweaks. The custom components are: <UsernameInput />, <PasswordInp
I have some files from SAP system. They are exported in .txt. They have the same structure. The idea is to arrange the data into a more user friendly way using
I am trying to determine the Best Case and Worst Case of the algorithm below but I have been really confused since our professor claims that the Best Case and W