Hubert Swic

Results 4 issues of Hubert Swic

As per the [previous ticket](https://github.com/berarma/oversteer/issues/67). > When running journalctl -f and playing F1 (just as an example) I get the following message: > > kernel: logitech-hidpp-device 0003:046D:C262.0007: Force feedback command...

`Characterprofile.php` ``` Position ``` Prints out the character's position based on characters `group_id` in DB. Character is "GOD" in-game but profile states "Senior Tutor" because of comparison to `config.php` ```...

Minor issue

**Pull Request Description** ESBuild build got bumped in this commit https://github.com/project-error/fivem-typescript-boilerplate/commit/db0059b1ed817e3e21607373ef7a8d7f3c1714ae leading to a breaking change. ESBuild 0.17 introduced a breaking (backwards-incompatible) change to `.build()` - [SEE HERE](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md#0170) Chore commit...

Type `SlackEventMiddlewareArgs` is missing the `text` field which can be found in the documentation [here](https://docs.slack.dev/reference/events/message). Is that intended? If so is there an alternative method of getting the text that...