Vincenzo Palazzo

Results 161 issues of Vincenzo Palazzo

Having a chain of if-else makes the code harder to write and we can refactor as suggested inside the PR https://github.com/zino-hofmann/graphql-flutter/pull/1060/files#r862642183

enhancement
:zap: websocket
Priority: High

This required a little bit of more work and reasoning IMHO but would be a good feature to remove the `connectOrReconnect` method

enhancement
:zap: websocket
Priority: Medium

From the discord server, we have some very popular requests on how to implement or use custom links. Like how use dio package with links https://pub.dev/packages/gql_dio_link This will be a...

:hatching_chick: good first issue
:bookmark_tabs: docs

This possibility is discussed in the following PR https://github.com/zino-hofmann/graphql-flutter/pull/1060#discussion_r862643419 to avoid some concurrency

enhancement
Priority: Medium

The pub.dev graphql flutter shows graphql_flutter not null safety https://pub.dev/packages/graphql_flutter

help wanted
flutter
Priority: High

In this PR https://github.com/zino-hofmann/graphql-flutter/pull/1013 we introduce a function to parse the response into a dart function. This required a little of documentation before the official release

:bullettrain_side: doc & examples
dart client
Priority: Low

With the following PR https://github.com/zino-hofmann/graphql-flutter/pull/1016 I introduce the possibility to set the custom header in the socket client conf, but the tests are missing. I open an issue to remember...

help wanted
dart client
:hammer: tests

This PR put the deprecated apis flag inside the plugin init payload to give the possibility to a plugin to be aware of some deprecated API, and more important to...

Before the PR https://github.com/ElementsProject/lightning/pull/4821 was open, I started to work on the issue https://github.com/ElementsProject/lightning/issues/4729 because the actual status of the network makes the operation slow, and my rest API is...

Continuing to split https://github.com/zino-hofmann/graphql-flutter/pull/1190 Fixes https://github.com/zino-hofmann/graphql-flutter/issues/1162 Fixes https://github.com/zino-hofmann/graphql-flutter/issues/1155 The common mistake that I make also during this demo is how we declare the link for the subscription, and I think...

:bullettrain_side: doc & examples