Roman
Roman
It would be great to be able to allow filtering for single entities. In my case, I have the following: - light.livingroom controls if there is any current for the...
What is the correct way to check if a search found items? Example (simplified): ```go searchParams := services.SearchParams{ ... } artifactoryManager, _ := ... reader, _ := artifactoryManager.SearchFiles(searchParams) defer reader.Close()...
**Is your feature request related to a problem? Please describe.** Showing shadowed variables can help to prevent some bugs but in most go code, the variable `err` is quite often...
There is also a sysinternals package in the extras repository: https://github.com/ScoopInstaller/Extras/blob/master/bucket/sysinternals.json Any reason why there are two different packages for sysinternals? Could this be merged to the extras one? Or...
I think the current implementation only allows including from files, how about also allow including from an URL? Then the partial files could reside in a git repository or artifactory...
Allow multiple targets in a single call. Eg: ``` go run . --target Task1 --target Task2 ```
We use Dev-Containers from inside WSL2 and need graphical applications like Cypress. When we just run our container without special mounts, Cypress gets extremely slow and uses a lot of...
I have a simple dev-container which just consists of a `postStartCommand` and adds a volume mount to the `/tmp/.X11-unix` socket (the socket is needed because otherwise UI applications like Cypress...
Added an initial manifest to install Bambu Studio (https://github.com/bambulab/BambuStudio). The versioning is quite strange but it seems the settled (tickets regarding versioning got closed). - [x] I have read the...