Frederic Barthelemy
Frederic Barthelemy
I'm looking to use this library across both iOS & macOS -- is that a supported use case? I ran into some problems testing the SwiftUI as a Catalyst app....
I'd love to run this as a Github Action in our (private) repository. To do this, it would be awesome if it was easy to run it as a binary...
`getConfiguration` is useful for displaying which deploymentKey / Deployment Channel is currently configured for the running app. This is one of many methods exposed here: https://github.com/microsoft/react-native-code-push/blob/master/CodePush.js#L609 in the JS but...
I'm testing Harvest/HarvestStore out for use in a hybrid iOS/macOS project that I'm starting. I took the Gallery Application, and launched it on macOS. -- At a first glance it...
When mixing & matching usages of [`typePatcher`](https://www.apollographql.com/docs/link/links/rest.html#options.typePatcher) and the `@type(name: …)` directive, if the use of `@type(` is nested inside an object having it's type patched by a `typePatcher` there...
It would be great if apollo-link-state could declare that some or all of its resolvers need to bypass `"cache-only"`. If you want to have your link-state queries use live data,...
### Describe the problem On our Android devices, when you app-switch to get the Auth-code from your Messaging application, when you return to our App, the Auth0 modal dismisses, so...
- OSX 10.8.5 - Xcode: 5.0.1 - Boost: easy_installed today - Python: brew installed today - Cython: easy_installed today - LLVM downloaded from trunk, today ``` $ python3 --version Python...
``` 2013-11-09 02:26:41.185 ParserGenApp[82193:5f0b] missing rule named: `functionDef` 2013-11-09 02:26:41.185 ParserGenApp[82193:5f0b] *** Assertion failure in -[PKSParserGenVisitor lookaheadSetForNode:], /Users/fbarthelemy/Code/parsekit/src/PKSParserGenVisitor.m:163 [snipped] ``` 1. Run the ParserGenApp using the obj.grammar file. 2. Notice...
The current Architecture doesn't really support nested matchers. It says if you match a thing, then the hunk of text that was matched is no longer eligible to be matched...