szmarci

Results 15 comments of szmarci

@TomMalow Thanks for stopping by. Regarding my issue with the missing lookups, I did pull updates from my environment, but the issue remains. I'll try to demonstrate it with some...

@TomMalow I think I ran into the same issue. I used the `dg.xrmquery.web.min.js` file and in my code I wanted to use `Filter.equalUserId`. But `equalUserId` does not exist in the...

Nevermind, I figured it out.

I can confirm this, I have the same issue with the same library with the exact same versions and monorepo setup. I can create a repro repo if it helps.

@d4mr See my comment here: [https://github.com/TanStack/query/issues/3595#issuecomment-1248074333](https://github.com/TanStack/query/issues/3595#issuecomment-1248074333) It solved this issue for me.

@d4mr I also had to run `pnpm purge` and clear the browser cache before running my app. I created a minimal repository: https://github.com/szmarci/pnpm Master branch is the working one, fail...

@d4mr > I cannot find any documentation for `pnpm purge` Sorry, I meant `pnpm prune` >However, this is useless since I am not able to import useQuery Why not? You...

Yeah, it installs them for me. Have you tried setting `pnpm config set auto-install-peers true` before installing? Or have it in the `.npmrc` just like in the example repo?

Hi @dufferzafar don't you know how can I make it work with dumper.py? the pull you referenced only affects group_dumper.py. I'm trying to scrape a single conversation, but keep getting...

Thanks. Well, for my use case it is not quite suitable, unfortunately. I have a structure with nested folders with identical file names: - applications/app1/main.min.js - applications/app2/main.min.js - etc... But...