Vanessa Freudenberg

Results 18 comments of Vanessa Freudenberg

What browser are you using? It works fine for me in Chrome. I added that to the README.

As I wrote, it's fine in Chrome. It's likely my fault that it's not working in Firefox, but I have no time to investigate at the moment. The actual error...

I took a look, and it appears to be a bug in Firefox related to `localStorage`. It works the first time you visit the Lively page. The image is saved...

That Firefox bug appears to be open for 4 years without action: https://bugzilla.mozilla.org/show_bug.cgi?id=995910

I'm leaving this issue open because we really need a workaround. A simple solution would be to change the `localStorage` strings from 16 bit to 8 bit. This will use...

Here's a simple test for the problem (also at http://freudenbergs.de/bert/bugs/localstorage.html). It appears to work fine on Chrome and Safari, but fails after restart on Firefox: ``` const existing = localStorage.persistanceTest;...

If you take into account the discussion in #43, what are the actual bugs that need fixing right now? We need a new issue for redesign/enhancements.

I discovered that the *only* case it works is if the containerPort is named, and the servicePort is numeric. It does not work with a numeric containerPort. (I didn't try...

I find it suspicious that `SvcTargetPort` is empty. Maybe that's why it can't match with a numeric containerPort? ``` Pod xyz-rk6vz matching service selectors app=xyz (targetport ): lacks a matching...

Any update on this? `kubemci` should use the timeout from the `BackendConfig`, or at least not reset the timeout already configured previously. Our workaround right now is to run `gcloud...