Jacob Jonsson

Results 6 issues of Jacob Jonsson

We are using Gitit at the Student Division for Computer Science and Engineering at Chalmers Uni. We implemented private pages for our own wiki and thought that we should push...

Saknade översättningar för clone, checkout och add. Översättningar: clone -> klona checkout -> kika add -> lägga till / tillägga Dessutom anser jag att valv är en bättre översättning än...

We received an issue (#264) about having the wrong module path in go.mod. This commit aims to resolve the issue by making it clearer. Fixes #264.

This commit moves the DBC compiler to the `pkg/dbc` package to make it part of the public API. Currently, if you want to do anything useful with a DBC file...

One of our dependencies requires Go 1.20, which means that the project is not compilable with Go 1.19. This commit updates the module files to demand the correct version. This...

This commit allows a user to run cantool generate INPUT OUTPUT-DIRECTORY where INPUT is either a path to a DBC file. Previously it was only possible to provide INPUT as...