James Hugard

Results 7 issues of James Hugard

This could be related to #31. [Enter steps to reproduce:] 1. Create a graphviz digraph & save as a .puml file 2. Open the PlantUML preview pane (+P) 3. Edit...

[Enter steps to reproduce below:] Two bugs, possibly related: Failure to render UML drawing, and crash on start/restart. 1. Installed graphviz 2.39.20150906.1732 2. Installed plantuml-language & plantuml-viewer 3. Configured plantuml-viewer...

Current API appears to only support Text frames, and will convert the received string from UTF-8 to a UTF-16 string. Not so good for working with binary protocols, including Google...

The parser currently correctly turns `proto2` and `proto3` into an AST, but does no further processing or semantic validation. Proposed additions: - [x] Process `import` statements #109 - [ ]...

I would like to humbly request that the Protocol Buffers Reference pages be updated to reflect the current language definition(s): specifically, to correct the following issues with the Proto2 and...

documentation
P3
syntax specification
inactive

Satisfy the `std::ranges::bidirectional_range` constraint, so that `cpp2::args` can be used with `std::ranges` adapters, etc. See #1280.

awaiting-cla
pri-3: smaller targets of opportunity

While toying with hello world, noticed that `cpp2:args` isn't usable with `std::ranges`. Suggesting to update definition to satisfy `std::ranges::bidirectional_range`, so that the following is possible: ```cpp2 main: (args) = {...

suggestion