Daniel Wagner-Hall

Results 107 issues of Daniel Wagner-Hall

**Describe the problem you are trying to solve** The primary problem I have is that when building my code on travis, the actual code in my workspace builds every time,...

C-feature-request
A-rebuild-detection
S-needs-design

https://github.com/libfuse/libfuse/blob/da29b950bc9d204a93706985255a299f1dfea561/include/fuse_kernel.h#L709 suggests that the underlying `fuse_dirent` offsets are unsigned. https://github.com/zargony/rust-fuse/blob/60bd7766d56dc7793b3c9ce4936432a148d4094c/src/reply.rs#L548 accepts signed values. Is there a reason for this discrepancy? If so, could it be documented? If not, could we...

compatibility

``` pants$ git rev-parse HEAD 48210e276bbf796c4b9fe71c9cfffd0b9f536123 pants$ ./pants --target-spec-file=

bug

I wrote the following code: ``` fn router() -> gotham::router::Router { gotham::router::builder::build_simple_router(|route| { route.get("/feed/:id").with_path_extractor::().to(feed); }) } #[derive(Deserialize, StateData, StaticResponseExtender)] struct FeedPath { identifier: String, } ``` The error here is...

proposal
discussion

**Bug report** **Version (complete output of `terser -V` or specific git commit)** 5.14.2 **Complete CLI command or `minify()` options used** ```console % mkdir lib-2a && echo 'console.log("Hello");' > lib-2a/index.js %...

I put together a `rules_foreign_cc` rule for building a binary which builds with configure+make, and wanted to be able to `bazel run` it. This was tricky - a bunch of...

This avoids needing to vendor our own copy.

## Background / Feature Request Currently, gazelle has exactly one place where config is allowed to affect per-build-file generated loads, and that's using `map_kind`. There are use-cases in practice for...

**What type of PR is this?** Feature **What package or component does this PR mostly affect?** label **What does this PR do? Why is it needed?** This implements target patterns...