You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for this framework. I appreciate the effort you've put into developing and maintaining this library.
Recently, I attempted to implement a strategy handler in TypeScript by referring to the LUA demo example provided in your repository. Unfortunately, I encountered issues while trying to clone and adapt the example to TypeScript. The code did not work as expected, and there might be some differences or missing details in the TypeScript implementation.
To help me understand and resolve the issues, I would like to ask you to provide a TypeScript demo example for a strategy handler. Having a working example in TypeScript would greatly assist me and other developers who may face similar challenges.
If possible, please include detailed comments or documentation in the example to help users better understand the implementation. I believe this addition would significantly enhance the usability of your library for TypeScript developers.
Thank you for your time and assistance. I appreciate your support in making your library more accessible and user-friendly for the TypeScript community.
Best regards,
Bruno Castro
The text was updated successfully, but these errors were encountered:
I just ported the Lua demo strategy to typescript: f211386
It sadly still is a pretty bare bones demo, but I hope it will help.
I'm currently working on expanding some of the exposed functionality and writing more documentation that will make it easier to use the framework. That is still probably months away from being done, so you shouldn't wait for it, but I will leave this issue open until it's finished.
Hi, thanks for this framework. I appreciate the effort you've put into developing and maintaining this library.
Recently, I attempted to implement a strategy handler in TypeScript by referring to the LUA demo example provided in your repository. Unfortunately, I encountered issues while trying to clone and adapt the example to TypeScript. The code did not work as expected, and there might be some differences or missing details in the TypeScript implementation.
To help me understand and resolve the issues, I would like to ask you to provide a TypeScript demo example for a strategy handler. Having a working example in TypeScript would greatly assist me and other developers who may face similar challenges.
If possible, please include detailed comments or documentation in the example to help users better understand the implementation. I believe this addition would significantly enhance the usability of your library for TypeScript developers.
Thank you for your time and assistance. I appreciate your support in making your library more accessible and user-friendly for the TypeScript community.
Best regards,
Bruno Castro
The text was updated successfully, but these errors were encountered: