Gilles

Results 77 comments of Gilles

Hi @B2o5T, I thought I had described the use case above. In short, I use the `graphql` tag for Gatsby GraphQL requests (schema 1) and the `gql` for Apollo GraphQL...

FYI spdy does not work with node >= v15.

Here is a possible fix in [ThreadManager.m](https://github.com/joltup/react-native-threads/blob/e8a9d68cd9b0a7d289ead366e6a427339f875f4c/ios/ThreadManager.m) but probably not the best one: ```OBJECTIVE-C //NSURL *threadURL = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:name fallbackResource:name]; NSURL *threadURL = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:name fallbackURLProvider:^NSURL * {...

I am displaying isochrons on Google Maps or Apple Maps using react-native (using react-native-maps). I have about 10 isochrons and displaying them slows down dragging and zoom in/out. The polygons...

@benknight: I don't know if you found a solution already. You have to differentiate between client-side and build-side requests (if you're using a framework like Gatsby). You cannot block graphql...

@guilhermejbranco: I believe this was fixed in WP-GraphQL v1.1.3 with this [PR](https://github.com/wp-graphql/wp-graphql/pull/1693).

I don't think so. This plugin is meant at doing authentication with the WP backend and use the WP user database. Most "social" logins requires OAuth2, which is different from...

I've experienced the same issue. It does not seem right that installing a plugin would result in PHP errors that break a WP site (mine is live).

@Mobius1: when I look at the demo above, I see a double scrollbar, i.e. the browser default scrollbar and the one MiniBar is adding. But on the demo examples [here](https://www.cssscript.com/demo/stylish-custom-scrollbar-pure-javascript-minibar/),...

The script already says 22.04 is supported: ``` CyberPanel is supported on x86_64 based Ubuntu 18.04, Ubuntu 20.04, Ubuntu 20.10, Ubuntu 22.04, CentOS 7, CentOS 8, AlmaLinux 8, RockyLinux 8,...