Adar Arnon

Results 8 comments of Adar Arnon

Maybe I'm missing something, but the function copies them anyway (since they are received by value), you don't have a possibility of use-after-move bug. The only pitfall is that you...

It would also be nice to add support for defining packages to install (through apt/yum/etc.) Right now I'm maintaining a separate script that installs vim/tmux/etc. and it makes sense to...

Any chance this can be merged? It's also happening to us

Please don't close - this is still an issue that should be resolved

It's the same as a normal SWR hook: ``` const { data, mutate } = getSdkWithHooks().useMyQuery(isTrue ? 'QueryName' : null); ```

Any news for this problem? It is prohibiting the use of the `no-relative-parent-imports` rule in TS packages with path aliases.