Matt Psaltis
Matt Psaltis
This is an initial attempt at the Subgraph generator. Initial functional test to demonstrate: [Stitching.Types.Tests/Attempt1/BasicDocumentMergeTests.cs](https://github.com/ChilliCream/hotchocolate/blob/mp/subgraph-generator/src/HotChocolate/Stitching/test/Stitching.Types.Tests/Attempt1/BasicDocumentMergeTests.cs) Not sure if this approach is sound, if there's existing primitives or work I should...
Adds an initial implementation of the remove directive
To support visual regression testing, I am requesting a new feature. ImageSharp already contains Image comparison in the Test namespace located here: https://github.com/SixLabors/ImageSharp/tree/master/tests/ImageSharp.Tests/TestUtilities/ImageComparison These methods call internal methods in the...
This change was introduced in a recent commit. See: https://github.com/c0bra/svelma/commit/206322dee640b3a2e798ccafe982fbce0f8c03ba As a result, the current_component import has a value of undefined when passed into the getEventsAction function. To reproduce, use...
When the ingester boots it logs msg":"Kafka factory","producer builder":{"Brokers":["127.0.0.1:9092"] Kafka is not hosted in the ingester pod and so this crashes the pod. I believe that the ingester deploy should...
When configuring the color palette I'd like to be able to configure the palette using css variables so that I have easier runtime control. It looks like the color.js in...
Just wondering if there are any plans to extend the stores so they can be queried for existing jobs and then manipulate them (deletes particularly). For recurring jobs, I would...
We often deploy logically separate services as a single deployment unit using a single service or web app as the host and then boot up the logically separate services within...
``` { "solution": "All.sln", "mappings": { "Package1": ["Path1/Package1.csproj"], "Package2": [ "Path2/Module1/Package2.csproj", "Path2/Module2/Package2.csproj", ] } } ``` After executing a switch-to-projects the json is modified to: ``` { "solution": "All.sln", "mappings":...