Andreas Pazureck

Results 41 comments of Andreas Pazureck

Hi, Sorry, must have overlooked this. You can do this workaround, thank you @RainerAtSpirit for that input. Otherwise I see the request library is deprecated anyway. I'll try to have...

Did you check out the wiki? https://github.com/apazureck/odatatools/wiki/Usage-of-Proxy-Client

That's a good question. I think you could use the custom query option for this and just paste your code in there, so like: ```ts const comm = new MovieProxy("http://localhost:5000/odata",...

I think the proxy does not support filter functions with the function syntax. So custom query should do the trick anyway. Let me know if it worked. You may also...

Hi, 1. I created a new folder on my system and opened it with VSCode. 2. I added `test.ts` to that folder 3. I started my command palette and typed...

Ah, ok, I can reproduce the problem. I am not sure if I can fix this. It seems the activation events do net get called when you don't have a...

Hi @NetTecture, OData is actually not that messy at all, it is just not as well documented and used as other standards. And Typescript is the opposite of messy for...

Hi, Sorry for the late reply, I'll try to fix this this month, but I am currently very involved at my workplace, so I cannot promise anything. PR always welcome,...

Hi, I'll try to have a look at it at the weekend. Maybe your OData Service does use stuff I did not cover yet. We also had some issues when...

Hi, Sorry, couldn't take care of that at the weekend. I hope to get it in my schedule this week, but it I have to do a lot of stuff...