Mike Roach

Results 14 issues of Mike Roach

Multi-line column comments are allowed. For example: ```ruby t.boolean :handled, null: false, comment:

## Bug description The [ElixirLexer] from pygments appears to have a non-standard way of declaring all of the builtin terms. This makes the rendering of Elixir code appear nearly broken...

help wanted
lexer enhancement

Right now it relies on Ruby and a couple gems. Not ideal. Refactor using whatever people use these days for .NET build automation and then update documentation accordingly.

It's got Jenkins and Travis, so poor CircleCI is feeling left out 😢 ![circleci](https://cloud.githubusercontent.com/assets/79006/25800094/12aafdc0-3412-11e7-8d3f-a1e9650d6c66.png)

I've been working on a custom grant type. I was using the [PasswordAccessTokenRequest](https://github.com/doorkeeper-gem/doorkeeper/blob/9b6686ecaf96001a9063c15b6b35e287102e229a/lib/doorkeeper/oauth/password_access_token_request.rb#L27) as inspiration. In my `before_successful_response` I also used `find_or_create_successful_response` and got an error: ``` NoMethodError (undefined method...

wontfix

### Steps to reproduce In the initialiser, set `base_controller` to any value. Fire up a Rails console: ``` Doorkeeper::ApplicationMetalController.superclass => ActionController::API ``` ### Expected behavior Setting `base_controller` should set the...

wontfix

This may only affect OpenAPI/Swagger. When you document a route parameter, the parameter output is duplicated. ```ruby RSpec.resource "rspec_api_documentation duplicate parameter bug" do get "/test/:id/:cmd" do parameter :id, "ID of...

A recent deploy of ours introduced a bug that causes a job to use too much memory and the job pod gets killed by Kubernetes for out-of-memory. Fair enough. ```...

Currently, nginx has to be compiled `--with-http_ssl_module` in order for this module to be compiled. There's just one line in the module that depends on this module being available: https://github.com/TeslaGov/ngx-http-auth-jwt-module/blob/05a37988674aa3f2a63d80a3d43abb6684408cca/src/ngx_http_auth_jwt_module.c#L498...