Abhijit Sarkar

Results 123 issues of Abhijit Sarkar

Running from an EC2 instance that doesn't have write access to S3, the script fails to upload the files as expected. However, it keeps retrying, even though this error is...

One of my biggest complaints against the Spring integration docs is that I've to sift through a bunch of XML configuration examples, `@Bean` annotation examples, and Java DSL examples, all...

I’m developing a generic JVM client for gRPC, that can be used from code (primarily for testing), and in the terminal as an executable JAR. If you are willing, you...

[ParseTree](https://github.com/Strumenta/kolasu/blob/master/src/main/kotlin/com/strumenta/kolasu/parsing/ParseTree.kt) could be much simpler, see [here](https://github.com/asarkar/jsemver/blob/master/src/test/kotlin/com/asarkar/semver/antlr/ParseTree.kt)

You picked up solutions from others, like GeeksforGeeks. You've internet connection, I get it.

I've a raw Opus file that I want to convert to 16-bit PCM. I see you commented on https://github.com/samirkumardas/opus-to-pcm/issues/19 that it's not possible using this library. However, it's not clear...

The README has an example using colors and `enumSource` but it's contrived, trivial and when pasted in the JSON editor, produces nothing. I'm looking to generate a nested dropdown, something...

I'm playing with Instagram REST API and since they use OAuth, I need to redirect to their authorization URL. In regular Spring, that can be done by returning `"redirect:" +...

Poker refers to Wikipedia for the rules, but there's no specific/clear rule in Wikipedia. For example: > A straight flush is a hand that contains five cards of sequential rank,...

good first issue
help wanted