-
Add fields filter for list command.
Need to discuss how to do it.
-
When parsing a text file containing file and folder names, a number of characters get stripped from names which refers to forbidden characters in Windows systems:
https://github.com/earnestt1234/se…
-
성규님의 확인으로 일부 인스턴스 정보가 report 되지 않고 있다는 것을 확인했습니다.
대표적으로 us-west-2 리전에서 총 2개의 실행 인스턴스와 3개의 정지 인스턴스가 보여야 하지만, 슬랙 전달 메시지에는 실행 중인 단 하나의 us-west-2 인스턴스 정보를 출력합니다.
****
****
원인을 확인해보니 #59 이슈를 …
-
Salt provides a `yaml` filter for Jinja, but it is not documented in this list.
https://docs.saltstack.com/en/latest/topics/jinja/index.html#filters
Also the list is not in alphabetical order, whi…
-
I think PERF401 is a good rule, however while its message works fine for the "transformed copy" case e.g.
```python
original = list(range(10000))
filtered = []
for i in original:
if i % 2:
…
-
Description: Implement a search bar on the platform that allows users to filter listed repositories by their name or tags.
Labels: enhancement, frontend, React
Skill Required: React, JavaScript
Ste…
-
Currently, there is no way to search for specific projects within the project list, making it difficult for users to locate projects efficiently, especially when the list grows long. Implementing a se…
-
We should implement improved filtering, so one could filter by status (not just start/stop), but also owner.
Perhaps a faceted filter makes sense? https://www.patternfly.org/v4/guidelines/filters/#…
-
**Bug**
When a user opens a dashboard in a new tab from the `List view` or the `Recently view list`, the filter pills, controls and KQL query are lost.
**Expected behaviour**
All the filter pills, qu…
-
The current grid layout in the "View Users" section under facility management appears cluttered and could benefit from a more organized structure. A switch to a list-like layout may improve readabili…