Results 106 issues of Kishan B

Keyboard based tool selection not working in brave browser ## Screenshot ## Steps to simulate - Open https://excalidraw.com/ in the latest brave browser - Press 2 - Expected - Square...

## Context To add self hosted runners to the list i am doing something like ```yaml self-hosted-runner: labels: - private-runner-label1 - private-runner-label2 ``` but the problem the above way of...

It would be really helpful a readme can be created with installation and usage examples

### Is your feature request related to a problem? Please describe. I would like to have the ability to publish an install script as part of the deployment process ###...

enhancement

Would like to do the following logic (expressed as sql) using this library ```sql select column1, column2, count(*) as count from table group by column1, column2 ``` # What i...

I see that the last commit for this repo was done like 3 years back. Is this being maintained? If not is there an active fork?

**Context** I am using s4cmd within github actions to upload the files to S3, also i am using `--sync-check` flag to ensure files that are already uploaded are not uploaded...

**Describe the feature** https://github.com/awslabs/aws-simple-ec2-cli/blob/f7b037bf9dd4a4c5505bbedda7deda570c1e0116/pkg/ec2helper/ec2helper.go#L370 If you see above, ubuntu version being used is 18.04. It would be great if this can be upgraded to the latest LTS release viz 22.04...

enhancement

I see that the [data block provides way to read response of an HTTP url](https://registry.terraform.io/providers/devops-rob/terracurl/latest/docs/data-sources/request#response) but can this be extended to download binary files in base64 encoding as well? Usecases:...

enhancement
help wanted