Bas van Meurs
Bas van Meurs
### Description When using `useVModel`, it's possible to 'convert' a v-model to a ref, which can subsequently be used in the template. In my use case, I needed a DateComponent...
This is to allow multiple renderers to be used within the same Vue app. In particular, I am building a WebGL/Canvas2d renderer for the vue3 api. It enables the developer...
### Describe the bug Hello @antfu I noticed that the `asyncComputed` of an object produces a reactive object rather than the raw object. In the source code, I found that...
Hi, I'm working on a 2d physics engine and want to use the LAPACK routines for performance reasons. Your library looks very interesting. I need to be able to solve...
How can I request from my code to capture the next frame? I can't use the button because it needs to be exactly a specific frame and my program runs...
On debian, the ini files are named as '20-apc.ini' (they have a priority number). When using your module, files are always created as 'apc.ini' and there is no way to...