Takashi M
Takashi M
generally +1 to the discussion here. To me, W3C Spec whatever is just a preferable thing, it's better working. And in order to avoid this issue, I need to make...
there can be a work around if it offers a way to cancel loading. But it feels like it adds whole different level of issues…
Sorry I miss this issue. If there's an example page that I can try, I'll be more than glad to take a look. Thanks.
I'll take a look. Thanks for your report!
I vote for this. And also `dox` doesn't support html anymore??? Not sure, but at the same time, there's `jsdoc` and it seems working well. What I did is: >...
Thanks @nicks for taking a look. I'll be swamped until next week, but I'll come back to this issue sometimes soon.
Actually, I tried the current workaround of defining multiple `k8s_resource()` calls with the same workload, each using a different `extra_pod_selectors` and `port_forward()` like this: ``` k8s_resource( workload='local-deps', extra_pod_selectors={'app': 'postgresql'}, discovery_strategy='selectors-only',...