I hereby claim:
- I am zenboat on github.
- I am fresla (https://keybase.io/fresla) on keybase.
- I have a public key ASDAbOUKmDiidHBFgdBKg0yS4nuNOq9AheewThZhPXQYFAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
platform :ios, '9.0' | |
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' | |
target 'mobile' do | |
# Pods for mobile | |
pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector" | |
pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec" | |
pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired" | |
pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety" | |
pod 'React', :path => '../node_modules/react-native/' |
> [email protected] test:coverage /Users/ben/butter/repos/carbonfootprint/react-native-app | |
> jest --coverage | |
PASS src/screens/__tests__/Feedback-test.js | |
PASS src/components/__tests__/Correction-test.js | |
PASS src/screens/__tests__/Login-test.js | |
PASS src/screens/__tests__/Signup-test.js | |
PASS src/components/__tests__/CarbonFootprintScore-test.js (5.73s) | |
PASS src/components/__tests__/MonthlyDisplay-test.js (6.377s) |
import 'package:flutter/material.dart'; | |
class NavigatorPage extends StatefulWidget { | |
const NavigatorPage({ Key key, this.child }) : super(key: key); | |
final Widget child; | |
@override | |
_NavigatorPageState createState() => _NavigatorPageState(); | |
} |
def shortestCellPath(grid, sr, sc, tr, tc): | |
""" | |
@param grid: int[][] | |
@param sr: int | |
@param sc: int | |
@param tr: int | |
@param tc: int | |
@return: int | |
""" |
Valid issue categories: | |
Correctness | |
Correctness:Messages | |
Correctness:Chrome OS | |
Security | |
Performance | |
Usability:Typography | |
Usability:Icons | |
Usability | |
Accessibility |
python-build: use [email protected] from homebrew | |
python-build: use readline from homebrew | |
/var/folders/rq/tslhk4cj60g2tlr0r5twqhf40000gq/T/python-build.20201116192729.9649 ~/Desktop | |
/var/folders/rq/tslhk4cj60g2tlr0r5twqhf40000gq/T/python-build.20201116192729.9649/Python-3.8.6 /var/folders/rq/tslhk4cj60g2tlr0r5twqhf40000gq/T/python-build.20201116192729.9649 ~/Desktop | |
python-build: use readline from homebrew | |
python-build: use zlib from xcode sdk | |
checking build system type... x86_64-apple-darwin20.1.0 | |
checking host system type... x86_64-apple-darwin20.1.0 | |
checking for python3.8... python3.8 | |
checking for --enable-universalsdk... no |
ACTION=install | |
ADDITIONAL_SDKS= | |
AD_HOC_CODE_SIGNING_ALLOWED=YES | |
ALL_OTHER_LDFLAGS=' ' | |
ALL_OTHER_LIBTOOLFLAGS=' ' | |
ALTERNATE_GROUP=staff | |
ALTERNATE_LINKER= | |
ALTERNATE_MODE=u+w,go-w,a+rX | |
ALTERNATE_OWNER=username | |
ALTERNATE_PERMISSIONS_FILES= |
Command line invocation: | |
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/xcodebuild -workspace ./AblyAssetTracking.xcworkspace -scheme AblyAssetTrackingPublisher -showdestinations | |
User defaults from command line: | |
IDEPackageSupportUseBuiltinSCM = YES | |
Resolve Package Graph | |
Invalid Exclude '/Users/zen/Library/Developer/Xcode/DerivedData/AblyAssetTracking-foyhrasfekgzxgdqmlvrezlukfet/SourcePackages/checkouts/mapbox-maps-ios/Sources/MapboxMaps/Style/README.md': File not found.ignoring declared target(s) 'swift-nio-zlib-support' in the system package | |
Resolved source packages: | |
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 0.3.2 |