Zachary Gramana

Results 15 issues of Zachary Gramana

We have some expvars that are exported a dictionaries where the keys are IP addresses in dotted quad notation. Currently, AFAICT, these cannot be displayed by expvarmon.

We have some rather large and deeply nested expvars. As a user, I would love to use globs instead of commands like this: ``` sh ./expvarmon -vars="cb.ops.Write(raw).count,cb.ops.Write(raw).p99,cb.ops.Write(raw).p95,cb.ops.Write(raw).p90,cb.ops.Write(raw).p75,cb.ops.Write(raw).p50,cb.ops.Write(raw).p25" ``` For example,...

Would be nice to be able to group panels like this: ``` sh ./expvarmon -vars="foo,bar" -vars="fizz,buzz" ``` or even ``` sh ./expvarmon -vars="Memory::foo,bar" -vars="CPU::fizz,buzz" #single colons may collide with expvar...

The ramjet demo at http://www.rich-harris.co.uk/ramjet/ currently fails on the SVG slide on Chrome (68.0.3440.106/macOS). Here is what it does: ![ramjet-chrome-bug](https://user-images.githubusercontent.com/759830/44290147-39654900-a22c-11e8-89bb-45b82b76cabc.gif)

Resolves mono/Embeddinator-4000#481 by allowing users to override the generated objc class name by decorating their managed class with the RegisterAttribute.

## Scenario I have an assembly with an embedded native iOS static lib (I can confirm this by extracting it using `monodis -mresources`). I then run `objcgen` and embed the...

enhancement
objc

As a library creator, I want to enable fine grained control over the public API that I present so that my users find my library intuitive and easy to use....

enhancement
objc

# Bug Report ## Problem Cordova Windows projects no longer function in the latest Visual Studio release (2019). ### What is expected to happen? Cordova Windows Visual Studio solutions open,...

discussion

[System.Linq.IGrouping](https://docs.microsoft.com/en-us/dotnet/api/system.linq.igrouping-2?view=netstandard-2.0) provides a useful interface for a grouped item source, where `TKey` can conveniently serve as the group header binding source.

enhancement

In reviewing the [Robot Car Bill of Materials](https://github.com/jevois/jevois-tutorials/blob/71ffb7a17866244ad41ab0ff666d11b692b5909c/doc/UserRobotCar.dox#L30), it strikes me that there is a part missing. The red piece below appears to be a custom (3D printed?) plate that...