Subhash Chandran

Results 5 issues of Subhash Chandran

``` Java JRedis client = new JRedis(); client.set("key", "நாஇன் நல்லவன் இல்லை subhash"); // text in Tamil // Later: String out = new String(client.get("key")); // This corrupted text ``` I am...

Example: when we have two items in the combo having same text like: - Safari - African Safari When the user selects the _Safari_ item in combo, when the combo...

I want to build both the jre-bundled and non-bundled version of my app in single build command. Now, it seems I need to edit the `bundleJRE` before triggering new builds.

**Describe the PR** Supporting URL paths with `~` character. **Relation issue** https://github.com/swaggo/swag/issues/2004

**Describe the bug** When I have a `@Router /{id}/~summary`, I'm getting the error on `swag init`: ``` can not parse router comment "/{id}/~summary [patch]" ``` **Expected behavior** I would expect...