Mohammad Naghavi

Results 14 issues of Mohammad Naghavi

I have been trying to find a way to generate a presigned URL using SDK which also contain a policy document. However I found out that it is not possible...

feature-request

on [getting started page](https://github.com/kotlin/kotlinx.html/wiki/Getting-started) it says I can download jar, zip and webjar from release page. but on release page there is only a zip of source code! for one...

build and release

### Version v4.0.3, bug also present on current master branch ### Context In search of why the `RouterBuilder` does not add content type handler, I found out that operations' responses...

bug
component/openapi

I have already read some articles about the this topic including [this one](https://vaughnvernon.co/?p=250) from @VaughnVernon and I'm almost done with the book IDDD but I'm still not clear on some...

according to [this](https://docs.oracle.com/javase/tutorial/java/package/namingpkgs.html) `_` is a valid char in package names but adding following line in `io.vertx.test.codegen.CaseTest#testParseQualifiedCase`: ```java parseQualifiedCase("foo.bar.juu_oo", "foo", "bar", "juu_oo"); ``` will result in a failed test result:...

I just discovered this lib and it seems very promising, however I could not figure out one piece by looking at the code. That is, I don't get how error...

given following (valid) maven pom file which is named as `.flattened-pom.xml`: ``` 4.0.0 com.example some-artifact-id 0.0.0-SNAPSHOT pom ``` running osv-scanner: ``` /data # /osv-scanner -v osv-scanner version: 1.3.1 commit: 7c08000dc3a0b1a690d46f70fa97b3fd87cb926b...

documentation
enhancement

Thanks a lot for this straight forward plugin which replaces a lot of hassle we had to publish to maven central. I have successfully integrated this plugin into [one of...

addresses #136 and #85. allows altering CSV output to some extend: - changing delimiter - whether or not to include new lines at the end - whether or not to...

I'm using some static site generator and it is impossible to use predefined classes for dynamic images. therefore such images are used directly as inline images inside HTML. however this...

enhancement