janotav

Results 4 comments of janotav

I think this is not so uncommon scenario to avoid the same origin restriction by letting your server to work as a proxy. My concern here is not about security....

I encountered the same issue for empty files. To me it seems that this is the culprit: ``` javascript // If we're returning a zero-length (empty) file, return the fake...

The issue doesn't occur on local/testing environment, so I can't easily verify that it doesn't occur with latest version. Can you please explain what this `ListOptions.timeoutSeconds` effectively does? When I...

When invoking the watch through `curl`, it behaves as described. I will need to figure out why I am seemingly seeing different behavior through the library. Is there any performance...