Matt Provost

Results 83 comments of Matt Provost

I completely understand that viewpoint. If an effort is being put into making it easier to install on Linux, maybe Snap or Flatpak would be an option?

It seems that the request method simply isn't in the list here: https://github.com/opensearch-project/OpenSearch-Dashboards/blob/06abe83e0180f391a84c742cf5594866bc747ea2/src/plugins/console/server/routes/api/console/proxy/validation_config.ts#L37-L43 Something else of note is that it looks like the website doesn't recognize `PATCH` methods either, which...

Sure, I am a bit busy for a little bit, but I can try to get one submit in a few hours or sometime tomorrow.

Sorry it took so long to finish this, I've been rather busy recently. Fixed the features, but it's saying maintainers need to approve running workflows for first-time contributors.

Hi! You're correct in saying that this action doesn't cache your pip packages. Although I'm sure caching could be implemented, I think that using the `actions/cache` action explicitly is better...

> * I would like to allow users in my organization to customize their homepages but i would like to force a section on top and a section at the...

Some questions/observations I have: - For section component - Do we have the requirements for that? - How are props specified? - I see the categories within the section are...

As @cfc603 said, make sure you install Python 3 using the correct action. This action first checks if an environment variable named `pythonLocation` exists (which I believe should be set...

The issue here is with the virtualized data grid. From the OUI docs: > Creating a lot of DOM nodes is computationally expensive, and OuiDataGrid uses a couple wrapping divs...