feat(package/cli): add params to args conversion to generator
https://github.com/gqty-dev/gqty/issues/2051
Hi @vicary, sorry for the radio silence. I am currently on vacation in Japan until 01.03.2025 I am still interested in introducing these changes and will try to be more responsive during the next week.
Hi @vicary, I have rebased the PR to include ohash etc.
Yes, it comes from our legacy of
--reactwhen it is the only framework on top of core. When framework support is further expanded this option will definitely be reworked. But let's stick with--pylonfor the moment. _Originally posted by @vicary in https://discord.com/channels/874477141834739762/1330852173600391211/1333984259932688495
Can I help you with that?
Hi @vicary, I reduced the scope of the PR to just include params-to-args conversion like you suggested.
The current idea is to break it down and get the common features into the core from separate PRs until the idea of adding frameworks feels trivial.
_Originally posted by @vicary in https://discord.com/channels/874477141834739762/1330852173600391211/1339810280699334696
Everything that is still in this PR is needed to make this feature possible as a GQty core feature. As I am planing to use this feature in a project could you maybe release as a Snapshot Release (canary) release?
Conditional CORS and additional frameworks will maybe be discussed in different PRs in the future.