Axel Fournier

Results 11 comments of Axel Fournier

Your problem doesn't come from v-mask there but from this problem: https://github.com/vuejs/vue/issues/7042 If you want to use custom v-model and $listeners on the same component, you need to replace the...

Here is a fix @VelenAranha : https://codesandbox.io/s/v-mask-error-in-dynamic-component-tg9r4?file=/src/components/Field.vue Your problem comes from the fact that using "" as the mask value in the v-mask doesn't allow you to type anything in...

Hello @ktwbc Thank you for opening an issue I will try to look on this problem tomorrow !

The first thing I see is that you are using a number as a query string parameter API gateway and Lambda only supports string parameters, as you can see in...

OK so maybe this is a bug from the dependency we use for this matter, I will check it

OK I just investigated this issue This might not be a bug Indeed, for this schema: ```ts const byNumberSchema = { type: 'object', properties: { carNumber: { type: 'string' },...

I am not sure about the combination of `anyOf` with `additionalProperties: false` regarding JSON Schema spec, but I could work indeed

Hello @itslorant Just to keep you informed, there indeed is a problem with the dependency which generates random data from json schemas We are going to open an issue on...

So we investigated a bit and indeed it is a problem from our tier lib You can see in this screenshot: ![image](https://github.com/swarmion/swarmion/assets/25872509/c1b740ab-fd9c-4f73-833f-87e37614aab1) That the lib generate a `c` and `d`...

Got the exact same problem I have the same versions as in the example in both front and backend for crewai and copilotkit Would be super glad if you can...