csboling

Results 7 issues of csboling

From the discussion in https://github.com/piglovesyou/graphql-let/issues/317 I gather that the Babel macro setup ought to work out of the box with create-react-app, but I am unable to produce a working project....

Windows 10.0.19043 ```bash $ deno --version deno 1.21.0 (release, x86_64-pc-windows-msvc) v8 10.0.139.17 typescript 4.6.2 ``` Attempting to load `http://localhost:8000` after running `deno task dev`, the console continually outputs ``` Download...

bug

What a great tool! I was glad to see that the protobuf descriptor API is close enough for Protobuf v3 that I was able to use protofuzz on the definitions...

The approach of copying the directive args from the document to the args object passed to the resolver (`args[arg.name.value] = arg.value.value;`) only works for scalar argument types, because in the...

### Product Hot Chocolate ### Version 15.0.0-p.3 ### Link to minimal reproduction https://github.com/csboling/hotchocolate-aspire-fusion-annotations ### Steps to reproduce - Run the AppHost. - View the dashboard at http://localhost:15053. The "downstream" project...

🐛 bug
🌶️ hot chocolate

### Prerequisites - [X] I have written a descriptive issue title - [X] I have verified that I am running the latest version of ImageSharp - [X] I have verified...

needs triage

Although the constructors for `TiffFileStreamContentSource` / `TiffRandomAccessFileContentSource` call `GetOrCreateStream` / `GetOrCreateFileHandle` with `useAsync` set to `preferAsync` (default `true`), the `TiffFileReader.OpenAsync` method then immediately calls `contentSource.OpenReaderAsync`, which in both these implementing...