-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version:master-20241113-3389a6b5-amd64
- Deployment mode(standalone or clust…
-
* [ ] Fields - additional info around how everything is a field + resolver
* [ ] Enumerations
* [ ] `DocumentExecutor` + `DocumentWriter`
* [ ] Custom Scalars
* [ ] Relay, with pagination
* [ ] F…
-
add_hparam creates a subdirectory with name time.time(). In tensorboard, this shows up as an individual run. Is this intended behavior? I think it would be much cleaner to put it in the same events fi…
-
there's dependencies we use for graphql scalars but it's not expressed anywhere and we need a better way of indicating this
* `JSONType` or `JSONBType`: `graphql-type-json`
* `BinaryTextType` or `…
-
**Is your feature request related to a problem? Please describe.**
Custom scalars require marshal and unmarshal functions to tell genqlient how they work.
I already have marshal and unmarshal func…
-
### Which packages are impacted by your issue?
`near-operation-file` preset
### Describe the bug
When a .gql document contains a query to a field that is a custom scalar, the generated .ts fi…
rixth updated
6 months ago
-
We're attempting to upgrade `@apollo/experimental-nextjs-app-support` and running into issues. It appears we can upgrade `@apollo/client` to 3.11.4 without any problems, and upgrading `@apollo/experim…
pdubb updated
2 months ago
-
In the extension tests.extension.base.ops.BaseOpsUtil we have a _cast_pointwise_result method that is used to patch the result of Series.combine to do appropriate dtype inference so that we have e.g.
…
-
With `--passthroughCustomScalars`, the TypeScript codegen will generate files with unknown types for custom scalars, resulting in output that does not compile.
To get my definition of those scalars…
-
It makes sense often to have a field that could return, for example, an `Int` or a `String`. It would be convenient to be able to use a `resolveType`-like mechanism to determine how the value is seria…