Matt Soucy

Results 10 issues of Matt Soucy

Currently, special doxygen comments are highlighted using the default white color. This theme should respect the `let g:load_doxygen_syntax=1` setting when users have it set

Currently, if code is built as a library but pulls in vendor dependencies via vendordeps and json, the exact same json files need to be included in the separate robot...

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? Newly created embedding (or any other...

bug-report

**Describe the bug** Embedded SVGs are vertically lower than they should be **To Reproduce** Create the following script: ```ruby require 'squib' require 'game_icons' Squib::Deck.new(cards: 3) do use_layout file: 'economy.yml' background...

bug

[protoc 2.6.0](https://groups.google.com/forum/#!topic/protobuf/lvI8-sWZbUY) added support for [unions/`oneof`](https://developers.google.com/protocol-buffers/docs/proto#oneof)

enhancement

As seen in [the release notes for 2.4.0a](https://groups.google.com/forum/#!topic/protobuf/mN2DlTpTqQc), options (once implemented) should support aggregate values.

enhancement

Parser should also handle extensions properly This will involve searching for known structures that match the given name...

enhancement

Should support [custom proto options](https://developers.google.com/protocol-buffers/docs/proto#options)

enhancement

[protoc 2.6.0](https://groups.google.com/forum/#!topic/protobuf/lvI8-sWZbUY) introduced the ability to deprecate everything, including files, services, enums, messages, methods, enums...

enhancement