Gilles

Results 34 issues of Gilles

**Describe the bug** I am getting this JS warning when I resize the browser window. Depends on the window size, sometimes the sidebar gets hidden by CSS. Not sure if...

I believe this [change](https://github.com/facebook/react-native/commit/0912ee179c210fb6b2ed9afbb3f2fbc5fb8a2bb3) broke using the correct thread bundle in iOS release mode with react-native 0.68.1, and instead using the main bundle: ``` THREAD NAME App/Workers/my_worker //

### Description PHP 8.1 reports the following deprecation warnings: ```PHP [08-Aug-2022 00:16:49 UTC] PHP Deprecated: Return type of Pods\Whatsit::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange]...

Type: Bug

I am not understanding why setHeader(s) are part of the import in the README.md example when they really are GraphQLClient methods: ```JS import { setHeaders, setHeader, GraphQLClient } from 'graphql-request'...

It would be great if the isochrons had a precision parameter, so that their size could be reduced by lowering the precision.

enhancement
documentation

It would be great to provide event query examples and show which ones work and which ones do not quite work yet. Examples could include: • events happening today •...

When trying to run my app with hot reloading, the worker does not work properly. I get the following messages: `2016-11-17 21:16:21.277 app[15089:2120623] No parent bridge defined - abord sending...

Here is what I had to do to make workers work on iOS using offline release bundles. 1) Fix node_modules/react-native-workers/ios/Workers/WorkerManager.m as follows: ``` //NSURL *workerURL = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:name fallbackResource:nil];...

It would be great to add GQL support for event series.

feature request

I've upgraded to Gatsby 5 and I'm now getting this WP database error (below) with QL-Events. As you can see, there is a duplicate 'DESC' in the 'ORDER BY' statement....

bug