Harel M

Results 1439 comments of Harel M

@EtienneLem I saw that you created a fork of this repository and removed the manual instructions related to xcode and change the cordova add code. Where you able to fully...

Thanks to the info. Note that I think angular 11 dropped support for ie 11 so I think it's a no brainer... Also other libraries version are marching the version...

I have all my strings written in a single service (no text is written in the html only variables). Is there a gettext service I can use with angular 2...

I ended up writing a simple injectable angular gettext catalog service for my site in order to facilitate for some of the functionality of get text. The following is the...

As mentioned earlier, I have implemented a simple gettext catalog here - the previous link is dead, it serves most of my needs. https://github.com/IsraelHikingMap/Site/blob/master/IsraelHiking.Web/sources/application/services/gettext-catalog.service.ts ```ts import { Injectable } from...

Thanks for the super quick response! I'll give it a go later tonight. Just out of curiosity, shouldn't this be a part of this library and act as default case...

Thanks! I can confirm that clearing the headers solves the issue, but I would prefer a better solution. Let me know if you want me to test a pre-release NuGet...

I tried looking at the code in this repo tonight. The following code copies the response message into the http context (which should be HTTP/2, shouldn't it?). https://github.com/twitchax/AspNetCore.Proxy/blob/274bd4c0cbc715029edb2593dc05c7290055b076/src/Core/Extensions/Http.cs#L122 Interestingly I...

Just a note, we have moved from using this library to use Nginx and this solved our issue related to http2. I guess it has to do with the implementation...

My workaround was to move all the notifications to the center, a poor workaround but it covered this issue for me...