Marc-Andre Giroux

Results 23 issues of Marc-Andre Giroux

Currently anicca only computes differences but has no opinion on whether these changes are safe to make or not. We could add a `breaking` method on diff objects to solve...

enhancement

Currently we output a TON of data in serialized diffs. Diffs between objects often include the full object representation. Maybe we include only the strict necessary and a JSON pointer...

enhancement

Had something started [here](https://github.com/xuorig/anicca/pull/1) but decided to pause for the moment until the diff is complete. It would be real nice to handle JSON references correctly when diffing instead of...

enhancement

Current progress when it comes to diff coverage. When implementing one of those items, make sure you implement the proper markdown formatters as well so that the markdown diff includes...

help wanted
good first issue

Is there a reason why you cant extract urls without protocol when using `auto_link` ? ``` twttr.txt.autoLink = function(text, options) { var entities = twttr.txt.extractEntitiesWithIndices(text, {extractUrlsWithoutProtocol: false}); return twttr.txt.autoLinkEntities(text, entities,...

Would you ever consider having a TypeName/StringValue AST node? This would help some tooling be more precise when it comes to the location of a certain node. Currently working on...

First of all thanks for this great package, super helpful ❤️ I'm trying to implement a redirect to login when my GraphQL server responds with a 401. One of the...

Cloning the `UsageReporting` structure to use in extensions (https://github.com/apollographql/router/blob/dev/apollo-router/src/query_planner/caching_query_planner.rs#L390) has a fairly higher cost that I would expect. I didn't realize it held a map of referenced fields which can...

Currently, APQ, PQ, and Query Analysis happens inside the RouterService. Those different layers are able to either: - Give back a transformed (or not) supergraph::Request (in the Ok case) -...

raised by user

This is far from a great improvement, I think this procedure probably needs to be changed to make a bigger dent. Maybe re-ordering and modifying in place, which would require...