Gabin Desserprit

Results 14 comments of Gabin Desserprit

Would it solve #269? Would be nice to have a pull request as well as more details on how to implement ourselves in the meantime :) Like, where do you...

Hey, I'm all for it 🙌 Size matters and it should be as small as possible. Biota is still new and clearly needs optimization. Biota is build to be ran...

I've set up a webpack config instead (https://github.com/gahabeen/biota/blob/revamp/webpack.config.js). It's still way too big because of the number of files and contents. I think I'll write a second super-light library to...

I'll have a look at those. Seems promising :)

I'm splitting `biota` in quite a few libraries. Like @biota/schema, @biota/builder, @biota/factory, @biota/api, @biota/auth, etc. I'm reorganizing in a composable way just so it becomes tiny (and even more readable)....

Of course. Have you ever used it? I'll add the OAuth2 helpers in the source today. I've done so far Google and Github as examples. Then it pretty much copy/paste...

Hey, I've implemented a solution to have masks with https://imask.js.org/ with `FormulateForm` or `FormulateInput`. You can check working demos here: https://codesandbox.io/s/vue-formulate-extended-masks-9i1wy?file=/src/App.vue. Currently available from `vue-formulate-extended` (with peer depedencies, careful). [Repo](https://github.com/gahabeen/vue-formulate-extended)...

I like this idea of creating a **modelHook** (similar to the **nodeHook** and **componentHook** we discussed and I implemented in `vue-formulate-extended). We could build tiny plugins based on it like...

I've just made a PR (#166) to have a `modelHook` on FormulateInput (available through a schema with FormulateForm too). It'll be super easy to have the mask feature once it's...

@paulogr @hmaesta @frankdors Text Mask is now part of the - now stabilized - plugin [vue-formulate-extended](https://github.com/gahabeen/vue-formulate-extended). Check it out in a live demo: https://codesandbox.io/s/text-mask-04dh5?file=/src/components/Sandbox.vue