ljcremer

Results 9 comments of ljcremer

Does somebody have a workaround for this yet? I cannot use Vite at all because of this.

Would be great to have this in!

I have the same issue at the moment. It seems like it might be related to this: https://github.com/ReactiveX/rxjs/issues/1057 Any help would be great.

I agree this will be great!

HI Michael. Do you have any plans to make a Vue 3 version available?

Ah great. Thanks My knowledge of these things are still a bit weak but if I have some time I will look and see if I can help.

Sorry, in my issue that I logged I made a typo. Let me fix that. It is leg.Id in both places.

I am looking into this a bit further as I am not sure if the 0 integer is causing it. I have a lot of places where these mySql updates...

Can you perhaps let me know if the following way would work to catch the error. Promise.map is Bluebird promise. await Promise.map(leg.OperatingCarriers, async (carrierId, key) => { counter.leg_operating_carriers++; let insertQuery...