Amine Ben hammou

Results 19 comments of Amine Ben hammou

I made this library https://github.com/webNeat/ctrl-keys it's a try to make a modern, fast and flexible solution, please check it and let me know what you think :)

Hello @jhnns, I was also wondering why not just use `p-throttle`, so I looked into the two implementations and they don't actually behave the same. Take the following example: ```js...

@Jack-Works I made the PR https://github.com/TanStack/query/pull/7224 that suggests a new implementation. Can you please try it on your project and let us know if it fixes the issue?

Thanks for the remark @RomainLanz, I missed those. I see the difficulty now. I will give it a shot and let you know if I could solve it.

You are right @Julien-R44, I didn't find any way to do it using only normal types. So I made it possible using a Typescript plugin: https://github.com/webNeat/adonis-ts-plugin-demo/assets/2133333/e96f908b-0159-4f76-b250-fa6026744aba - Here is a...

@thetutlage That works for me. The alpha version I used in the demo is already on npm https://www.npmjs.com/package/adonis-ts-plugin Here is how to use it: 1. install it `npm i -D...

Hello @thetutlage, it took me some time but I finally fixed all the issues above and released the version 1.0.0 of the plugin. https://github.com/webNeat/adonis-ts-plugin Feel free to try it and...

Hello @thetutlage No worries, take your time in testing it and let me know what you find :)

I am working on a library that may be helpful https://github.com/webNeat/ts-perf it's still in beta as I am still experimenting different approaches to it. My goal is to have a...