Andrew Benton

Results 9 issues of Andrew Benton

When passing structs to the `expr.Env()` option, it would be nice to have a way to modify the field extraction behavior to be able to: - extract or map names...

This is beneficial because it makes grpcurl more like curl. Many more flags are now common between grpcurl and curl which will help users that are new to the tool.

When loading a kernel using `Program.fromFile(...)`, error codes can also be produced that are in the enum `cudaError_enum` that is present in` cuda.h`, not only from cudaError in `driver_types.h`. This...

As a user and developer, I find that hand-written CSS and JS, both from files and filters, have a relatively heavy load compared to the already condensed HTML that diet...

Given that Variant is a close mirror to JSONValue, we should be able to serialize and deserialize against a Variant.

Right now, if a field is specified as ``` d @jsonize("sub.b") int b = 3; ``` it will create a json output of ``` json {"sub.b": 3} ``` If possible,...

When using tmux, even when setting STDERRED_BLACKLIST or setting LD_PRELOAD to empty before starting, all text in bash under tmux is highlighted in red. Running bash after entering tmux will...

I think an integration with DUB to run coverage analysis and display the results visually within vim would be very useful. Preferably it could co-exist with plugins such as vim-gitgutter...

I am using the most recent version of vim-dutyl and I can try any version of DCD >= 0.8.0. dcd-server and dcd-client seem to still run on the command line,...