Konstantin Gribov

Results 10 issues of Konstantin Gribov

I certainly miss AXFR support to view all records in _zone_ and have to fall back to `dig`

feature request

nodeenv 0.13.6, node 5.10.1 ``` base # nodeenv -n system .nodeenv which: no nodejs in () ``` I use symlink to workaround this (`sudo ln -s /usr/bin/node /usr/local/bin/nodejs`)

Platform: GNU/Linux, ruby 1.8.7, rails 2.3.5, redmine 1.0.0, postgresql-8.4 On link from profile (http://localhost:3000/my/public_keys) I get such error: "undefined method `gitosis_public_keys' for #User:0x7f220c19a958" Little part of a traceback: /home/srv/redmine/vendor/rails/activerecord/lib/active_record/attribute_methods.rb:260:in `method_missing'...

This patch adds support for next/prev railtype global hotkeys which are basically autorail + special modifier which selects previous or next available railtype. Such behaviour is useful for players who...

size: small
candidate: yes
work: needs more work

I use one parent pom with reporting for `JAXB`, `JAX-RS` and `JPA`. It works fine if child project contains all these parts. But if child project doesn't contains any persistence...

Feature

Added support for @ApplicationPath in JAX-RS ``` Fixed #47 "Support for @ApplicationPath in JAX-RS doclet" Now application path from javax.ws.rs.core.Application child prepended to resources. ```

Support `JAX-RS` paths prefixing set in `@ApplicationPath("/rest")` annotation. In code I have something like: ``` java import javax.ws.rs.ApplicationPath; import javax.ws.rs.core.Application; @ApplicationPath("/rest") public class RestApp extends Application { } ``` ```...

Feature

Something like Spring Initializr _Explore_ feature that allows to navigate generated project in browser instead of downloading zip archive. Basic requirements: * project tree view * minimal syntax highlight for...

feature

### Shadow Version 5.2.0 ### Gradle Version 6.1.1 Currently `TransformerContext` only relative path. For some transformers it would be helpful to have not only relative path but original artifact name...

enhancement