Abhishek Kona

Results 10 issues of Abhishek Kona

I get a SIGSEGV when I am using this on a mac while running the tests and the example. Here is the failure => https://gist.github.com/sheki/e3a057b13de3389f02bb Eager to hear if you...

I would like to tirgger Phoenix events via and API / library. This way I can trigger Phoenix actions via "Alfred" or some other tool instead of relying on keyboard...

enhancement
feature

I am using ApachePoolingDatabaseFactory as shown in the example, There is no way to shutdown the connection Pool. The app just hangs. Seing the code as well, there is no...

Can there be examples for doing the above?

Is any configuration / build scripts /ant OR maven going to be released for building these tools any time soon? Very much interested in looking at how Netty is used...

Hi Can this include information, on how to build this and is it deployed on any maven repository.

## Behavior ``` const { parseISO} = require('date-fns'); console.log(parseISO('30')); // prints '3000-01-01T08:00:00.000Z' ``` This should error/return invalid date instead of parsing. Similar code in golang returns an error when parsing...

Please deploy to maven central Repo.

I have a situation when I run gofumpt on a file (proto generated) it adds an extra whitespace on the second run of gofumpt on the same file. Expected behavior...

Running gofumpt today means “magic” modes: directories skip generated files (so they stay gofmt-style), but feeding the file list directly—like [pre-commit](https://pre-commit.com/) does—marks every file as explicit, so gofumpt rewrites the...