Sebastian Schleemilch

Results 8 issues of Sebastian Schleemilch

Hi, I noticed that on a fresh Arch Linux installation, the express generator for the `sass` css engine is not working anymore. That's probably because of missing support on the...

### About Hi guys, I am trying to setup a devcontainer using starship for bash and I am fighting with a strange problem. When opening a new Terminal within VSCode...

🐛 bug

Fixes: #380 Fixes: #390 > [!WARNING] > This breaks the backwards compatability and therefore the test has been marked to be skipped. > Reason is that we handle unit and...

Found while doing #382. Not sure if we should try to fix it though if we want to go with #382. Test vspec: ```yaml Vehicle: type: branch description: Vehicle Vehicle.Door:...

# About Idea is to refactor how we parse the vspecs and more importantly how we validate the node data. The current implementation using `core_attributes` as well as a lot...

Added new generator: go It does produce structs to work with the vss tree. It only produces simple structs for now. In future, we can also generate get/set methods and...

I was thinking recently a lot about structs and branches. Especially about how they differ. In general I would say that structs are pretty much the same as branches but...

# About Current use of units comes to its limits for dates. `unix-time` as well as `iso8601` are no units. Instead they represent a certain format. That is why we...