Mike Virata-Stone
Mike Virata-Stone
Implement the new index format using both the client and server gems used by Bundler and the Bundler API.
Create a plugin which exposes endpoints for viewing Yard documentation, and possibly another plugin that integrates with Dash.
This has been in the back of my head for a while, and has been referenced in #28, so I figured I would put my thoughts here. Right now, all...
For users that have gem servers with a ton of private gems, it might be nice to import the gems as private gems in Gemstash. Perhaps something like `gemstash import...
If there is an error on startup, it is sometimes hidden when running in daemonized mode, while it will be visible running in non-daemonized mode. Example: write a plugin against...
There should be a page to describe various design decisions with a short background of what the decision was aiming for. Please add to this issue any decisions or questions...
I think we should spell out in the documentation: 1. What we mean when we bump a major version 2. What we mean when we bump a minor version 3....
@chriseckhardt suggested we add a UI showing a list of the private gems like Stickler does. It would be neat if we showed what is cached as well. This might...
Plugins
I would like to expose a plugin mechanism once the basic features are done. This issue can capture ideas and considerations for implementing the plugins. Some possible extension points for...
I have discovered an infinite loop possibility in `JRuby::Rack::Session::SessionStore`: https://github.com/jruby/jruby-rack/blob/5854db81cba68ec828908ca1cb646b896faeec64/src/main/ruby/jruby/rack/session_store.rb#L85-L101 In the Java EE documentation for HttpServletRequest#getSession(boolean create), it says: > If the container is using cookies to maintain session...