Avinash Thakur

Results 33 issues of Avinash Thakur

# Description When I create multiple cursors before 2 or more functions using Alt+Click, it doesn't put help comments before them. Instead, it creates help comment before the first function...

enhancement

Add "clean:all" script to root workspace to clean all built files.

Add preliminary support for [NotificationConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig.html) ( only [QueueConfigurations](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig.html#cfn-s3-bucket-notificationconfig-queueconfig) yet ) Allows sending SQS events on S3 events. fixes https://github.com/ar90n/serverless-s3-local/issues/98

Fixes https://github.com/njh/arduino-libraries/issues/38 I think I should make separate PR to build repo list for all libraries instead of mixing it with current PR. ## Screenshots ![image](https://github.com/njh/arduino-libraries/assets/19588421/183c4fb5-cb32-4a55-b8c7-eb71dccf9596) ![image](https://github.com/njh/arduino-libraries/assets/19588421/c89a033e-b1af-4e06-bff7-aeaf86c17065)

Suggested Features - [x] In tables (`list.html.erb`), - [x] add following columns - [x] repo link and homepage/website link - [x] star count - [x] created at date of repo...

Fixes https://github.com/htop-dev/htop/issues/301 , https://github.com/htop-dev/htop/issues/920 , https://github.com/htop-dev/htop/issues/1154 Add `GCPU` (Grouped CPU) and `GMEM` (Grouped Memory) columns which show sum of cpu/memory for the current process & its children. ## Open Questions...

needs-discussion :thinking:
new feature

# Environment Knex version: 0.21.14 to 3.0.1 Database + version: Redshift, but maybe doesn't matter OS: mac, linux, but doesn't matter # Bug 1. If knex receives more queries than...

**Description**: Fixes https://github.com/buger/jsonparser/issues/253 **Benchmark before change**: **Benchmark after change**: For running benchmarks use: ``` go test -test.benchmem -bench JsonParser ./benchmark/ -benchtime 5s -v # OR make bench (runs inside docker)...

I am really impressed by this project but I find the current API less helpful. Hence, proposing a new way to iterate over the array elements or object entries. Example:...

API to read/write any mime-type Implemented - [x] X11 : refactored part of internal API. That much of refactoring may not be required, but did that to make it more...