Ashwin P Chandran
Ashwin P Chandran
Based on our latests discussions, these tests should move to https://github.com/opensearch-project/opensearch-dashboards-functional-test. Lets move it there and deprecate the failing tests.
I'm currently working on the design for #1275 which will cover these two topics. But just to highlight the general approach, we will be using the expressions language already built...
Unfortunately no, we have focused our 2.4 efforts to harden the feature and fix bugs. I'm also hoping to have it enabled by default in 2.4. Here is what we...
@abbyhu2000 great callouts. @kgcreative @btzeng This makes me think if we can actually make the save and navigation logic a lot simpler and sensible for the user? My proposal: -...
> It makes me wonder if we need this new user flow and if it’s an actual pain point for our users. This is definitely a pain for users, especially...
Created #2491 to collect feedback and track the migration plan.
@ZilongX I dont think the callout is about whether or not someone uses the dependency, but whether we want to stick to the definition of semver or not. Given the...
@seraphjiang AFAIK yes we do. Thats why we have not backported similar changes and had to wait until 2.0. e.g. node 14 upgrade
Updating the issue to focus on caching strategies. The plan here would be to have at least the first 3 strategies from here: https://developer.chrome.com/docs/workbox/caching-strategies-overview/ Since this deals with the config...
Added with #33. To use this feature use the url param `cache` and with one of the following values - `cache` - `network` - `cache-first` - `network-first` (default) e.g. ```...