Mat Gadd

Results 15 issues of Mat Gadd

Here's a test script proving the cycle is not detected: ``` #!/bin/bash mkdir test-pycycle cd test-pycycle mkdir -p app/stuff touch app/__init__.py touch app/stuff/__init__.py echo "from stuff import users" > app/things.py...

Hi, Mat here, one of the current maintainers of this project. Given that we no longer use Cordova in any of our active projects, it's becoming harder to give this...

``` obj-c NSError *anError = nil; NBPhoneNumber *myNumber = [phoneUtil parse:@"6766077303" defaultRegion:@"AT" error:&anError]; if (anError == nil) { // Should check error NSLog(@"isValidPhoneNumber ? [%@]", [phoneUtil isValidNumber:myNumber] ? @"YES":@"NO"); …...

I _think_ the issue stems from [this line](https://github.com/lyft/mapper/blob/c8f848c8a496e8dbfafa4fba5bb44723bacbe853/Resources/xcconfigs/UniversalFramework_Base.xcconfig#L12). Someone else has [come to the same conclusion](https://github.com/lyft/mapper/pull/171). The builds produced cannot be run on the iOS Simulator on Apple Silicon, failing...

In [executor.py](https://github.com/graphql-python/graphql-core/blob/master/graphql/execution/executor.py#L536), there is the following code: ```py if isinstance(result, Exception): raise GraphQLLocatedError(field_asts, original_error=result, path=path) ``` This appears to swallow the original error (`result`) as it doesn't appear in any...

I've spent all morning tracking this problem down, but I think I've finally cracked it! If there is [any exception at all](https://github.com/martinrusev/django-redis-sessions/blob/master/redis_sessions/session.py#L116) when attempting to load the session, the session...

Since the direction of the sorts are checked assuming they are strings ([source](https://github.com/photocrowd/django-cursor-pagination/blob/13ec85507894daf8f0a7ee8727964a1242009281/cursor_pagination.py#L70)), attempting to use an OrderBy object will cause a crash. The use of an OrderBy object is...

``` 2019-03-29 15:39:59.187 gitx[43511:715197] -[SBScriptableApplication open:withOptions:]: unrecognized selector sent to instance 0x7fb395e08ab0 2019-03-29 15:39:59.187 gitx[43511:715197] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[SBScriptableApplication open:withOptions:]: unrecognized selector sent to...

I'm seeing "Refreshing index" and the activity indicator for around 5 seconds, during which time the UI is totally unresponsive. If I then press ⌘R to perform _another_ refresh, it...

## Expected Behavior Builds to succeed ## Actual Behavior Builds fail ## Steps to Reproduce the Problem 1. Try to use this project with Carthage 1. That's it, it dones't...