Ted Mielczarek
Ted Mielczarek
We get bad addresses for functions in some PDBs, I think we need to handle OMAP remapping properly.
Using skeptic from build.rs and having it in `build-dependencies` means that everyone using a crate that uses skeptic winds up building skeptic and all of its dependencies, which adds build...
Ubuntu 12.04 x86-64, node v0.10.12, lots of unit tests fail: - test-irc: 18 passing (348ms) 3 pending 6 failing - test-logger: all passing - test-objects: 16 passing (101ms) 5 failing...
Just for the record, the full list of `cpu_type_t` and `cpu_subtype_t` values can be found in `mach/machine.h`: https://opensource.apple.com/source/xnu/xnu-4570.41.2/osfmk/mach/machine.h.auto.html This means presumably this project is potentially missing out on: - m68k...
It would be nice to be able to copy the resulting image directly to the clipboard instead of having to save or upload it, since many sites allow pasting an...
Thanks for writing this crate, it's super useful! I'm using it to write a little commandline tool to take Apple crash reports from our customers and symbolicate the frames from...
#104 raised a valid feature request: users should be able to pass a [TrustedScriptURL](https://developer.mozilla.org/en-US/docs/Web/API/TrustedScriptURL) for the script path. This type is part of the [Trusted Types API](https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Types_API), a spec that...
Our TypeScript type definitions in this repository are hand-authored and because the SDK itself is not written in TypeScript it's possible for us to ship things that `tsc` won't accept....
It would be nice if the sample pages linked to the GitHub source for the sample. (I know I can view source, but it'd be nice to get a link...
This source: ``` python import ast, meta m = ast.parse("x = '{y}'") meta.dump_python_source(m) ``` Produces this error: ``` Traceback (most recent call last): File "", line 1, in File "/build/autoconftopython/venv/local/lib/python2.7/site-packages/meta-development-py2.7.egg/meta/asttools/visitors/pysourcegen.py",...