fjf2002

Results 48 comments of fjf2002

Well, I insist that ``Start-RSJob`` "does the wrong thing" on an empty pipeline. Each time I use ``Start-RSJob`` on a pipeline, I need boilerplate code to catch this edge case.

Yep, and you could call the method foreach-rsparallel or something like that. Nevertheless Start-RSJob on its own would still "do the wrong thing" on an empty pipeline. I consider that...

I am removing a `` using a "remove me" `` that is inside the very same ``. On Desktop-Chrome, no problem. When I use mobile chrome and I tap fast...

Thank you for your replies. @steve-chavez: - Do I understand correctly I currently can't try the suggestion in #1582 with "pgrst.accept" because it's not yet implemented? That would be a...

**bump** What about my two remaining problems, i. e. - Allow functions with a single unnamed XML parameter with a request header "Content-Type: text/xml"; in addition to the Content-Types in...

>> * Allow functions with a single unnamed XML parameter with a request header "Content-Type: text/xml"; in addition to the Content-Types in [feat: RPC POST for function w/single unnamed param...

> It seems I am too dumb for Haskell. I did the following; it fails with 'Could not find the public.x function with a single unnamed xml parameter in the...

Any advances here? After - #2268 - #2300 ... this would be the last step to support XML (#2188)

I am not 100% sure if I understand everything correctly; - My use case is: an RPC with an unnamed xml param and scalar xml return value, to implement a...

> @fjf2002 Ah, actually that already solves your use case right? ~~Yes. It's no real problem for me to stay with the `set_config('response.headers'`... line.~~ **EDIT:** Well, it seems that I...