Ted Mielczarek

Results 44 issues of Ted Mielczarek

rustc has code to execute a .bat script as a linker on Windows because it's difficult to otherwise use a script as a linker there: https://github.com/rust-lang/rust/blob/d2048b6db375299b681d4f4728b8e7cad9f74d5f/src/librustc_codegen_llvm/back/link.rs#L59 In the Firefox build...

Currently cargo supports setting `linker` and `ar` in a config file, which is useful but is not always sufficient for cross-compiling crates that build native libraries. While cross-compiling Servo I...

What specific issues are you seeing around reproducibility? The Debian folks have spent a ton of time on these issues and have [a nice set of docs](https://reproducible-builds.org/docs/) on ways to...

Even a basic UI with a text field for entering a URL would be useful.

The intended use case for this project is for wall-mounted displays. Since it may be hard or impossible to do data entry on them, it would be great if there...

Right now I'm using the `agendaView` view from fullcalendar: http://fullcalendar.io/views/agendaWeek/ It's OK, but it wastes a lot of space and doesn't show you everything that's going on over the range...

I wrote some code to read the PDB70 info out of a PE using goblin, to implement the equivalent of `symstore.exe`. I found that [`CodeviewPDB70DebugInfo::signature`](https://github.com/m4b/goblin/blob/a293c5041437367d564e2e7f7c06b63ff1b4a76b/src/pe/debug.rs#L75) wasn't really that useful as...

enhancement
help wanted

Unicode has a concept of "derived properties" ([the canonical list is here](https://www.unicode.org/Public/UCD/latest/ucd/DerivedCoreProperties.txt)) which are defined as a combination of other character classes. For example, the first entry in that list...

I'm using xcodegen 2.27.0, installed via homebrew. I wrote a project spec, and had an `info:` key to include a `Plist`, but I neglected to add a `path` property to...

The [public symbol stream](https://llvm.org/docs/PDB/CodeViewSymbols.html#public-symbols) contains both a sorted list of all public symbols (which can be used to quickly locate a symbol given a section index and address by binary...

enhancement