Vicary A.

Results 319 comments of Vicary A.

Adding to the `~/` use case, I would prefer relative imports if both source and target file shares the same common path, e.g. `~/lib/foo.ts` importing `~/lib/bar.ts`. Relative imports are generally...

We have a thread in Discord about a similar issue, which the op found a workaround. Would you mind heading there to see if it's the same case? https://discord.com/channels/874477141834739762/1200868810434039939

Please feel free to reopen if the issue persists.

I would imagine `serverless-offline` doing something like `serverless.pluginManager.spawn('deploy:function:packageFunction')` before the following line happens, https://github.com/dherault/serverless-offline/blob/c588743f1a7ba940e6b2e28ae342b7958a38c41d/src/events/alb/HttpServer.js#L209 This bundles each function on the fly before require/import happens. Bundlers should then implement a way...

@kleberbaum In #2056 I can see that `params` are used as the first parameter instead of the function arguments itself. I would like to hear your thoughts before making my...

@bkniffler I am in the middle of integrating everything into `useQuery` to make room for features in the roadmap, which unfortunately lead to an early refactoring. It is taking longer...

@bkniffler The upcoming new `useQuery()` will support all options in `useTransactionQuery()`, with the only difference being whether you use a separate function or render in place. Which feature gives you...

## useTransactionQuery I will keep the API of `useTransactionQuery()` as a wrapper over `useQuery({ prepare })` in the upcoming version, in the upcoming release they should behave exactly the same....

@noverby This should be already pinned in GitHub, do you mean pinning it in Discord?

@tyler-mitchell The idea is to expand the current optimistic cache into a reactive store. We are currently weighing between different implementations, the goal is to allow easy implementation for UI...