-
## Summary
Implement cubic interpolation of values between animation keys
Each key will need in and out tangents.
The Animation Editor will need to be able to display the interpolated curve spans…
-
As User - I want to create a graph with the same graphId regex that Gaffer uses
So that - there is no extra regex's to consider and easier to create graphs
Deliverable
- Have graphId for creatin…
-
Currently there exists a milestone called [Backlog](https://github.com/gchq/Gaffer/milestone/12). If this milestone were to be closed, then a release would start and change the latest Gaffer version t…
-
I came across a curious issue with USD bindings on Windows. Currently the [IECoreUSDModule binding](https://github.com/ImageEngine/cortex/blob/master/contrib/IECoreUSD/src/IECoreUSD/bindings/IEUSDModu…
-
Currently the action checkouts develop and tries to merge back into that, but this repo does not have a develop branch.
https://github.com/gchq/gaffer-doc/blob/74d3c4519d8af54ac23c1597d4c0177a909a7f5…
-
Having schema:
```graphql
type Query{
hello: String!
}
```
Generate resolver typings compatible with `gaffer` so you can wirte resolvers in way
```ts
const helloResolver:Resolvers = () => {
…
aexol updated
3 years ago
-
As a user when I input a URL to add to the federated store I want to see the graphId and description of that graph in the table below so I know its the correct graph.
-
-
While fixing up https://github.com/gchq/Gaffer/pull/2239, some strange functionality was found with the [`TupleSignature`](https://github.com/gchq/koryphe/blob/5389edb0415650ddb2d05a9468c8f6e55443e2ca…
-
I noticed that this for loop is presumably meant to be for **storeType** in storeTypes but is misspelled as **storeTypes** in storeTypes, which makes it a bit confusing to read as everything is plural…