Sander Deryckere
Sander Deryckere
When using a color value without commas (like `style="color: hsl(180 100% 50%);"`), the resulting color is black. While color values with a comma (like `style="color: hsl(180, 100%, 50%);"`) work as...
I bumped into an issue when calculating the BMI. The BMI is weight in kg divided by height in m. But in our storage, we store weight in grams and...
## What I tried to do ### Background In our project, we have certain translated masterdata that can be maintained by users. So the translation strings are stored in the...