Philipp Staudt

Results 12 issues of Philipp Staudt

Hi, is it possible to create a feedback notification like in Slack? That is, a centered text? ![20200414_181126](https://user-images.githubusercontent.com/11447121/82216564-67a01d00-9919-11ea-9c56-927ec0ad787a.jpg)

Hello, Thank you for your work on this library. This is very helpful. I want to use a directive to validate input fields like so: input UserInput { name: String...

Hi, I upgraded my NativeScript project to Angular 9 using this [guide](https://github.com/NativeScript/nativescript-angular/wiki/Updating-and-developing-for-@nativescript-angular-v9-with-Ivy-or-without). When enabling ivy in `tsconfig.json` it gives me multiple errors like: ![image](https://user-images.githubusercontent.com/11447121/86848444-50c2af00-c0ae-11ea-8715-e6d838a287dc.png)

### Which platform(s) does your issue occur on? - Android - tns-android: 6.5.1 - device: Samsung Galaxy S9 ### Please, tell us how to recreate the issue in as much...

Hello, while using the version 8.0.11 or newer, I noticed the following error when starting Spring using spring cloud: `The bean 'jsonMapper', defined in class path resource [org/springframework/cloud/function/context/config/ContextFunctionCatalogAutoConfiguration$JsonMapperConfiguration.class], could not...

Hi, we upgraded our project to Postgres version 15.1.1.19 in the cloud dashboard. From the update, also the ph_graphql extension was updated from 1.2 to 1.5. Since the update, the...

bug

I am using `WebSocketLink` for subscription support. The initial connect does work pretty well. When I turn off the internet (autoReconnect is turned on), the reconnect logic in websocket_client.dart uses...

:zap: websocket

**Describe the issue** I´m using the subscription widgets and there the onSubscriptionResult callbacks. I noticed that the callback is never called. In the code [here](https://github.com/zino-hofmann/graphql-flutter/blob/20e5e3b7f406b30f1250ec36dc1b6b6bf715f1a6/packages/graphql_flutter/lib/src/widgets/subscription.dart#L75), the onSubscriptionResult callback seems to...

## What kind of change does this PR introduce? fixes https://github.com/supabase/supabase/issues/18175 ## What is the current behavior? Please link any relevant issues here. ## What is the new behavior? Feel...

### Discussed in https://github.com/graphql-java-kickstart/graphql-spring-boot/discussions/809 Originally posted by **PhilippS93** April 21, 2022 Hello! I am using the custom directive sample [here](https://github.com/graphql-java-kickstart/samples/blob/master/directives/src/main/java/directives/RangeDirective.java) When using it and providing wrong input, the error message...