Manish Goregaokar

Results 134 issues of Manish Goregaokar

AR devices like the Hololens may expose hands as input sources instead of physical devices. Hands don't have buttons, though they'll still expose a select (and potentially a squeeze https://github.com/immersive-web/webxr/issues/876)...

registry

LOGO has a "perspective mode" that you can enter by typing `PERSPECTIVE`. In that mode, you can roll/pitch the turtle via `RIGHTROLL`/`LEFTROLL`/`UPPITCH`/`DOWNPITCH` (`RIGHT` and `LEFT` control yaw). It's pretty neat...

feature
after 1.0.0

Libstd isn't built with sanitizer support. Perhaps we should release a version that is.

documentation

Currently a fuzz target looks like ```rust #![no_main] #[macro_use] extern crate libfuzzer_sys; extern crate thing; fuzz_target!(|data: Type| { //stuff }); ``` Ideally, it would instead look like ```rust extern crate...

enhancement

Would be nice if we could `cargo fuzz --fuzzer afl` on binary crates. Or something. Might need to set up the whole LLVM shebang. cc @frewsxcv

enhancement

Add colors, use `error_chain`, etc.

enhancement
help wanted

Is there anything blocking 1.0? My main reasons for not 1.0-ing this earlier was that the exact mechanics were in flux (building libfuzzer, the fuzz/ dir, etc), and the CLI...

The way libfuzzer works is that libfuzzer itself contains a `main()`, and you link in a binary that contains a hook but not `main()`. This is kind of awkward, ideally...

breaking change

There's no reason it shouldn't work with the stdlib hashset. Perhaps we can add a second method for this?

The Coptic and Ethiopian calendars are solar calendars following the Julian cycle, but they have 12 normal months of 30 days each, and they intercalate with 5/6 epagomenal days inserted...

ecma402