Mikalai Radchuk

Results 25 issues of Mikalai Radchuk

Need to add `cache-dependency-path` configuration option into `setup-go` GitHub action to improve caching. Background: we introduced [bingo](https://github.com/bwplotka/bingo) in OLMv1 repos for managing tools and it created a bunch of modules...

There are a number of limitations in OLMv1 which we would like to document. The first category of limitations is what described in [this brief](https://docs.google.com/document/d/1Bwhv00KtFfB5JQ_11JAN00YnyehzGPIyYb3mdnc9GxM/edit). When a user installs an...

documentation
kind/documentation

# Description Currently we fetch catalog data and populate cache on demand during `ClusterExtension` reconciliation. This works but the first reconciliation after `ClusterCatalog` creation or update is slow due to...

### Issue Summary By default user can enter a list of tags into the tag input and separate them using a comma char, but it's impossible to use comma when...

type:Bug
component:Frontend

At the moment wagtail allows to index related objects like this: ```python class BookPage(Page): ... search_fields = [ index.SearchField('title'), index.FilterField('published_date'), index.RelatedFields('author', [ index.SearchField('name'), ]), ] ``` But `index.RelatedFields` doesn't support...

type:Bug
component:Search