Bart Lanen
Bart Lanen
This would indeed be useful. I'm guessing https://github.com/EducationLink/vue-tel-input/blob/master/src/vue-tel-input.vue#L141 could just be made into a prop.
@iamstevendao I can create a PR for this
@ryanmwc I ended up making a solution that wasn't really good enough to make a PR for but worked for us.
https://github.com/Blanen/keycode-test
@Godofbrowser Any progress or maybe an idea for a workaround?
compressToBase64
I'd like this too but casl doesn't use ES modules so would have to be an annoying porting job.
Actually core uses ES modules and TS. I'll try out the core only and see if it works.
Same issue since I have libgccjit 12.1.0 from brew upgrade ``` configure: error: ELisp native compiler was requested, but libgccjit was not found. Please try installing libgccjit or a similar...
``` // @ts-ignore-start // @ts-ignore-end ``` Can be combined with: https://github.com/Microsoft/TypeScript/issues/19139 ``` // @ts-ignore-start Property_0_does_not_exist_on_type_1 // @ts-ignore-end (possible include the error type again so you can turn be more specific...