Drew Crawford
Drew Crawford
## Description Thanks for tirelessly maintaining this tool! I am trying to capture and debug my application on the same machine. Whenever I replay a captured frame in renderdoc, I...
| | | |------------------|-----------------| |Previous ID | SR-881 | |Radar | None | |Original Reporter | @drewcrawford | |Type | Bug | Attachment: [Download](https://user-images.githubusercontent.com/2727770/164961204-815895d6-bb1d-46ab-b617-5faced4df8f1.gz) Environment OSX 10.11.3 (15D21) swift-DEVELOPMENT-SNAPSHOT-2016-03-01-a Additional...
On Windows, the following invocation ``` glslc -MD "path\to\file with spaces.vert" ``` Writes to a `.d` file containing the contents ``` file with spaces.vert.spv: path\to\file with spaces.vert ``` This format...
Trying to figure out if I'm missing some neat trick. At first glance it appears that `MTLPixelFormat` and related are unsound. For example, `MTLPixelFormat` is returned by objc [here](https://github.com/gfx-rs/metal-rs/blob/600f865d24adb1f0430f06a5d4194742cf6731ce/src/pipeline/render.rs#L84). If...
In some exceptional cases, JS returns a path result with null for cost e.g. `{path: [], cost: null, ...}` For example, this happens in the case there are no walkable...
Calling `sim.tickLimit` used to work, but it no longer works after [this commit](https://github.com/rustyscreeps/screeps-game-api/commit/a7b28339dd99275ea6aa5712488243d40628e08f). This is because `tickLimit` is actually `Infinity`, which cannot be bridged as an int.
Certain objects do not have an id, and this seems like a footgun. For example, 1. Spawn a new creep 2. During the same tick as 1, do `screeps::game::creeps::values().iter().map(|p| p.id())`...
Apologies for flamebait title, but this is a serious proposal. # Background From my vantage point, open source development has the following desireable properties: - Revolving door; anyone can contribute...
* Brief summary: Various problems arise due to the types of closures and the limitations of closure types. * Suppose we want a callback of sorts to be notified of...
Hello, I've got a crash inside a framework that symbolicator doesn't handle correctly. I was able to manually symbolicate it with `atos`. If you're still maintaining this tool, I'd be...