Mickey Reiss

Results 16 issues of Mickey Reiss

For example: ``` $ java -jar ./target/bazel-deps-1.0-SNAPSHOT.jar io.dropwizard:dropwizard-jackson:0.9.2 com.google.guava:guava:16.0 Fetching dependencies from maven... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for...

### Is your feature request related to a problem? Please describe. It would be useful to enable standardized error reporting for HTTP services. These errors include 5xx responses, as well...

Array of references seems to be unsupported. In `DataType.init(key:value:data:)` our runtime field type of `Array` doesn't fall into any useful type matching case. This seems to be because there's a...

It would be helpful to pull comments from tables and column, and if they are present, write them as comments in the generated go code. This will help with documentation...

help wanted
feature request

We are writing our site in typescript, using Gatsby and React. It would be great if the Sanity schema could be compiled to typescript interfaces, so that we could leverage...

**Is your feature request related to a problem? Please describe.** I would like to generate the following SQL query: ```sql SELECT /*+ MAX_EXECUTION_TIME(1000) */ * FROM orders; ``` This syntax...

missing feature

At the moment, the schema name is baked into the generated code. It would be helpful if the schema name could be globally overridden, so that a compiled program could...

enhancement

### Describe the bug I believe there is a typo here: https://github.com/google/wire/blob/0ac845078ca01a1755571c53d7a8e7995b96e40d/cmd/wire/main.go#L182-L193 ### To Reproduce Run `wire diff -h`. ## Expected behavior `Similar to the **diff** command` should probably read...

## Context Recent PRs (e.g. #177, #176, #144) have brought forth API changes that seem like a great idea, but are not necessarily validated to be useful. If they are...

help wanted