Arjen Verstoep

Results 4 issues of Arjen Verstoep

I'm attempting to suppress some warnings about C#-related packages that gRPC lists in its `test/` and `examples/` directories. I'm trying to do this with a combination of `` and ``...

question
pending more information

The CI `dispatcher.py` modifies the dict of dispatched commits while iterating through it using `iteritems()`. This can cause a `RuntimeError` (see https://docs.python.org/2.7/library/stdtypes.html#dict.iteritems) This trivial example demonstrates the error: ```python d...

When compiling handlr in release mode it fails on some errors related to Clap. ``` error[E0433]: failed to resolve: could not find `Clap` in `clap` --> src/cli.rs:3:16 | 3 |...

Multi-line inserts, like overriding a parent method in Python or complex Rust functions defined by traits, are inserted with a "^@" (null character? `\n`?) instead. I've managed to produce this...