Pasecinic Nichita

Results 38 comments of Pasecinic Nichita

@anjeypakulnevich I've found a work around, but unfortunately is not bullet proof and for me it works in most of the cases, but just does not work on Tablets landscape...

Hi, Any updates on it? wouldn't be nice if the `useLazyEndpointQuery()` returned something like `unsubscribe` here : ```javascript const [trigger, { data, unsubscribe }] = useLazyEnpointQuery(); ```

@drarmstr sure, I will explain in another way. For example we have an atom that is in sync with query param `param` ```ts export const myParamAtom= atom({ key: 'myParamAtom', default:...

@drarmstr Thx for your answer, using `syncDefault: true` works, but this is not a good workaround as it would always add the query param defaults which are not usually needed....

Hi @princemaple and big thanks for a quick reply, yeah the `put_private\3` solved it, but I could not find in the [docs](https://hexdocs.pm/swoosh/Swoosh.Email.html#put_private/3) all available keys that are available for configuration....

Ohh, I see. But back to my question, passing a timeout to client API (`Finch` in my case) would not support cancellable requests, I see in the implementation is used...

Apparently [libpg-query-node](https://github.com/pyramation/libpg-query-node) does not work on windows OS https://github.com/pyramation/libpg-query-node/issues/22#issuecomment-1279839232

Same here ViteJS version - `^3.1.8` Error Stack trace ``` X [ERROR] [plugin externalize-deps] Failed to resolve entry for package "vite-aliases". The package may have incorrect main/module/exports specified in its...

@Subwaytime , I don't have `type` defined in my `package.json`