David Tai

Results 21 comments of David Tai

没问题~ 你慢慢来! > 等我两周 最近实在太忙了 抱歉 didavid61202 于2019年2月13日 周三11:10写道: > 感谢你提供这个package! 请问可否增加支援AES 256 CBC PKCS7的呢? 谢谢! — You are receiving this because you are subscribed to this thread. Reply to...

> Update: I've made a prototype of what I've discussed in a separate repository here: https://github.com/bnjmnt4n/supabase-client. Perhaps one day (long into the future) this might be upstreamed into a version...

@boydenhartog I think the doc might have been changed and us outdated. After looking at [`useSpring`'s implementation](https://github.com/vueuse/motion/blob/01f763fe7040fd56209e150879a1fb3db67bbe9c/src/useSpring.ts#L17), I think you can try using it like this: [stackblitz demo with Nuxt...

Maybe we can add `letter.lowercase` and `letter.uppercase` Thanks for suggestion! 👍

Hi @gvergnaud, @franssu I've made a PR #89 to implement this feature, did not include the example in this issue in the source code as I'm not sure here to...

Nice suggestions! I think we could support a helper function that insert custom raw RegExp pattern as an escape hatch for special cases, and for naming, I think maybe `rawRegExp`...

Hi @xRSquared, @danielroe I've created a PR (#284) proposing an update to improve the readability of chaining multiple `.and(...).and(...)` by updating all input helpers to variadic functions. some suggestions or...

Hi @alesvojta, Thanks for the suggestion! I'll work on this and hopefully will add this very soon 👍

Hi @michaelschufi, Yes, I've been working on features similar to this, although might be in very different approach, it's a new type inferencing (fully parse, interpret, exact match, permutation all...

> > Sounds awesome! 😀 > > Of course, if the other functions can also benefit of the inference, it's even better. I haven't worked yet with `.replace` with this...