Timo Reimann
Timo Reimann
@ipedrazas can you elaborate on why you think there would be a downtime with the current approach? To my understanding, a Service selector change should be reflected in kubeproxy by...
The UI will probably be the most challenging part. OTOH, I could imagine two approaches: - Use a few number of icons (like three or four) for the most needed...
The chrome.commands API should be helpful when implementing this feature.
About the same for me. I know folks though who like to keyboard shortcut almost everything, so we may want to consider an options page with shortcut configuration.
Since version 20, Chrome provides a synchronization API called storage.sync which should deal with the majority of problems and inherent complexity of the issue in general. It makes sense to...
It definitely seems like a non-trivial task, which is why I think we should try to collect all possible thoughts, design ideas, and challenges we may face in the process....
I just searched Chromium's issue tracker and found [issue #41321](http://code.google.com/p/chromium/issues/detail?id=41321) which seems to indicate that per-tab histories are **not** available yet. The [current Tab API](http://code.google.com/chrome/extensions/tabs.html) doesn't look helpful in this...
For the record: Accidentally closed and re-opened the issue.
@mattfarina thanks for the quick feedback. It seems to me that the user might actually not be able to reliably determine when a particular dependency can be considered test-only or...
@sdboyer is it reasonable to consider backporting the working solution from gps to glide? Or are the two fundamentally too different to justify such an effort (which is my assumption)?...