Ashok Koyi

Results 32 issues of Ashok Koyi

Currently we all have to copy the class into our source. This is unnecessary work & pollutes the codebase Can u publish this into a maven central (m2) repository

If you have a lot of dependencies, we are almost certain that some dependencies would take atleast a minum amount of time lets say `1m` to start. So, it would...

It would make user's life much simple if recent files can be opened initial screen itself i.e By adding `5 recent files` option with clickable links to open the most...

notstale
feature request

Currently the plugin only bundles dependencies that are in `compile` scope But, plugins like `java-library` allows us to have more fine grained control over which dependency gets used when. It...

Add support for "ingress.global-static-ip-name" annotation which can be used to derive the static ip for the ingress. Reference: https://github.com/kelseyhightower/ingress-with-static-ip

kind/feature
kind/docs
lifecycle/backlog

Currently if there are views whose visibility changes at runtime, we have to explicitly add member variables that represent the visibility status for each view. This is tedious & error...

Take a look at this API ```java client .headers(builder -> { builder.add(COOKIE, new DefaultCookie(SESSION_ID, "hello")); }) .post() .uri("/uri") .send(ByteBufFlux.fromString(just("hi"))) .response((httpClientResponse, byteBufFlux) -> { return just(sessionIdAndApiKey); }); ``` When you look...

for/team-attention

The new spec for bean validation is in progress & requesting comments from the community. http://beanvalidation.org/news/2017/04/26/bean-validation-2-0-up-for-public-review/ Would you mind sharing your views there so that all the issues accord solved...

Tho I am able to push & pull from public git repo, when I run `semantic-release-cli setup`, I'm asked the following question `Is the GitHub repository private?` When I say...

bug
help wanted
cli

**Synfig version & platform**: 1.3.10, Ubuntu 16.04 **Issue description**: Currently the panels have either no padding (or) very low padding inside the panels. This obstructs the actual mouse clicks when...

Enhancement
GUI
UI/UX