Brandon Conway

Results 33 issues of Brandon Conway

I am on OSX Yosemite running vim 7.4.488. I have installed this plugin using Vundle but it doesn't have any affect. I also tried adding the plugins this was based...

When running specs via zeus the specs are run using the default progress formatter and the deprecation warning is shown, saying I need to use the legacy formatters gem. If...

Thanks for all of the hard work on this! I am finding that multi-line assignments do not indent lines in Ruby. My `TSModuleInfo` output: ``` >> default autopairs highlight incremental_selection...

bug
indent

Shopify has put out a Rubocop LSP which is much faster than using rubocop with diagnosticls and I'd love to use it with neovim. Unfortunately, I can't figure out how...

This looks amazing. Thank you for creating it! I run my projects with foreman, which means I have to use debuggers over dRB in order to have a REPL that...

enhancement

I'm trying to setup a new project and I'm getting this when using `@typescript-esline/parser`: ``` "[typescriptreact] diagnostic handle fail: [eslint] Unexpected token E in JSON at position 0" ``` How...

I'm using the jquery fileupload method to upload files. `data.result` is an object as expected in < 1.1.2, but as soon as I go to 1.1.3+, it contains the HTML...

question

Is it possible to add accessibility tags such as "paragraph" to text and alt text to images? https://github.com/prawnpdf/prawn/issues/1077

I need to produce lines of text which can wrap between the lines, but not within them. The equivalent would be: ```html This is the first line This is the...

Is there a way to use a "fill" mode instead of "fit" mode for images? I found https://stackoverflow.com/a/30897942/617243 but I am unsure about using it since it uses the internal...