Johannes Millan

Results 422 comments of Johannes Millan

Just for reference: #2184 #1579

I agree, that this would be a nice feature. I don't know when I will have time for that though. In the meantime feel free to submit a pr. The...

Hey guys. The project isn't a priority any more for me, so I likely won't contribute any code any time soon, but I gladly check any PRs. I can also...

@danilobassi8 a new major release is out (untested). Sorry for the delay everyone!!

Hey hey! I think for this we might not need the android side of things. There is a browser event for the back button press: ``` document.addEventListener('backbutton', function(){ if(menu is...

So I checked this and it turns out that the `backbutton` event is not a native browser event. Sorry for the confusion! So we need to go the originally proposed...

@lrq3000 No worries! Let me know if I can help you somehow with the development computer thingy (you can write to [email protected] for further discussion :)).

I ran into the same issue. Maybe it's much more efficient to use object getters and setters or Proxy?

I am encountering [the same issue](https://github.com/johannesjo/super-productivity/issues/645), which is a big problem because currently `ngsw-bypass=true` is the only way to exclude requests (see https://github.com/angular/angular/issues/21191).

Thank you very much for your response! There is no Load Balancer in place, as it would be overkill for my use case. What do you mean by 3? I...