Rebecca Turner

Results 189 issues of Rebecca Turner

I was confused and unsure what the `rnr to-ascii` command would do, so I looked up the implementation and added some details and examples: ``` $ cargo run --help rnr-to-ascii...

(Reworded by @MikeMcQuaid) ### What did you expect to happen? I expected Homebrew to be able to install two formulae with the same name from different taps. When this didn't...

bug
help wanted

**Describe the bug** `nix-instantiate --eval` output is ambiguous and can be misleading. `nix-instantiate` uses angle brackets like `` to represent placeholders; this is ambiguous because `` is valid Nix path...

bug

### Summary The `postgresql@16` formula looks for extension files in directories like `/opt/homebrew/opt/postgresql@16/lib`. Extensions like PostGIS cannot install files into these directories (correctly) due to the Homebrew sandbox. As a...

bug

Before: GraphQLException [GraphQLError {message = "Something went wrong!", locations = Just [GraphQLErrorLoc {errorLine = 10, errorCol = 3}], path = Just [String "my_query.graphql"], extensions = Just (Object (fromList [("complexity",Number 2.0)]))}]...

This means that `GraphQLErrors` are difficult to deal with, cannot be wrapped as a `SomeException`, and have no `displayException` function to display them nicely.

## Motivation `#[instrument]`ed functions never trigger a `dead_code` lint. Closes (partially?) #1366 ## Solution Include all of the input tokens in the output. Prior art: https://github.com/andrewhickman/fn-error-context/commit/cfa749aaef91157bae8d3a984e6650bc00f6af68

### Is your feature request related to a problem? Please describe. Currently, some error messages will print values in a "limited" fashion, after PRs like #9753. Using the value printer...

feature
idea approved

Several PRs, e.g. #73, have been open without review for more than a year. There's also some concerning issues regarding TOCTOU bugs (#79), `fs_extra` modifying paths in a way that...