Kevin Destrem
Kevin Destrem
## Description There are 2 similar matrices used a lot for transform matrix: * **Mat4** for 3D * **Mat2d** or **Mat3** for 2D so far nothing special, and they are...
### Description Hi There, Not really a **Bolt-js** issue, more an unexpected behavior and bad code from the net. You can close this issue when you want. It took me...
## Description Few ideas for improvement: 1/ This could be nice to add typescript typings to the repo. This would make autocompletion and typescript usage of these runtimes more user...
## Description Implements the [ActivateGameOverlayToStore](https://partner.steamgames.com/doc/api/ISteamFriends#ActivateGameOverlayToStore) function. This is useful for store interaction through the steam overlay, as described in [DLC > In-Game Purchasing](https://partner.steamgames.com/doc/store/application/dlc). ## Screenshot  Here is a example...
## Description I'm using the docker image of arena, and I noticed that this image is quite outdated, the last released was 6 month ago https://hub.docker.com/r/mixmaxhq/arena/ This image is still...
## Description Hello everyone, Glad to see you here and thanks for using my QRCode plugin for so long. Sadly I have to announce that this unity plugin is not...
## Description Trying your RAR decoder as a replacement of libarchive, it works well but I'm running into some performance issue. Somes books I'm dealing with (in CBR) are quite...
### Reporting a bug? After upgrading to 9.2.2, I'm getting some errors on a vue2 project moved to vue3 and composition api (done at ~80%). We are rewriting components but...
## Description Earlier I was trying to use [Array/List](https://github.com/confuser/graphql-constraint-directive#arraylist) constraints but run into a problem. It works with scalar but not with objects. ```graphql input TestInput { id: ID! arrInt:...
## Description It would be nice to be able to hide enums with an extra flag in the schema. In my case I have enums like `locale` that are used...