Skip to content

Instantly share code, notes, and snippets.

View Ashoat's full-sized avatar
🔐

Ashoat Tevosyan Ashoat

🔐
View GitHub Profile
afskasodasoid asd `test` asdasdasd as

SquadCal Entity Contributor Assignment Agreement

Thank you for your interest in contributing to SquadCal ("We" or "Us").

This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To make this document effective, please sign it and send it to Us by electronic submission, following the instructions at https://github.com/Ashoat/squadcal/blob/master/CONTRIBUTING.md. This is a legally binding document, so please read it carefully before agreeing to it. The Agreement may cover more than one software project managed by Us.

1. Definitions

"You" means any Legal Entity on behalf of whom a Contribution has been received by Us. "Legal Entity" means an entity which is not a natural person. "Affiliates" means other Legal Entities that control, are controlled by, or under common control with that Legal Entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the directi

SquadCal Individual Contributor Assignment Agreement

Thank you for your interest in contributing to SquadCal ("We" or "Us").

This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To make this document effective, please sign it and send it to Us by electronic submission, following the instructions at https://github.com/Ashoat/squadcal/blob/master/CONTRIBUTING.md. This is a legally binding document, so please read it carefully before agreeing to it. The Agreement may cover more than one software project managed by Us.

1. Definitions

"You" means the individual who Submits a Contribution to Us.

> Task :app:transformDexArchiveWithDexMergerForDebug FAILED
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.4.1/userguide/command_line_interface.html#sec:command_line_warnings
276 actionable tasks: 257 executed, 19 up-to-date
Note: /Users/ashoat/Dropbox/src/squadcal/node_modules/lottie-react-native/src/android/src/main/java/com/airbnb/android/react/lottie/LottieAnimationViewManager.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: [2] Wrote GeneratedAppGlideModule with: [com.bumptech.glide.integration.okhttp3.OkHttpLibraryGlideModule, com.dylanvann.fastimage.FastImageOkHttpProgressGlideModule]
Note: Some input files use or override a deprecated API.
ashoat@ashoatmbp2018 [~/Dropbox/src/squadcal/server]$ node --experimental-modules --loader ./loader.mjs --es-module-specifier-resolution node dist/server
(node:57919) ExperimentalWarning: The ESM module loader is experimental.
(node:57919) ExperimentalWarning: --loader is an experimental feature. This feature could change at any time
(node:57919) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
/Users/ashoat/Dropbox/src/squadcal/node_modules/@babel/runtime/helpers/esm/extends.js:1
export default function _extends() {
^^^^^^
SyntaxError: Unexpected token export
at Module._compile (internal/modules/cjs/loader.js:872:18)
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "workspace-aggregator-bee06dc2-d8d1-4613-8fcf-bcbc4869db49 > lib > react-redux@7.1.1" has unmet peer dependency "redux@^2.0.0 || ^3.0.0 || ^4.0.0-0".
warning "workspace-aggregator-bee06dc2-d8d1-4613-8fcf-bcbc4869db49 > web > react-text-truncate@0.10.4" has incorrect peer dependency "react@^15.4.1".
warning "workspace-aggregator-bee06dc2-d8d1-4613-8fcf-bcbc4869db49 > web > react-text-truncate@0.10.4" has incorrect peer dependency "react-dom@^15.4.1".
warning "workspace-aggregator-bee06dc2-d8d1-4613-8fcf-bcbc4869db49 > web > react-timeago@3.4.3" has incorrect peer dependency "react@^15.0.0".
warning "workspace-aggregator-bee06dc2-d8d1-4613-8fcf-bcbc4869db49 > native > @react-native-community/cameraroll@1.2.1" has incorrect peer dependency "react-native@>=0.57 <=0.59".
warning "workspace-aggregator-bee06dc2-d8d1-4613-8fcf-bcbc4869db49 > native > react-native-floating-action@1.19.1" has unmet peer dependency "prop-types@*
diff --git a/definitions/npm/express_v4.x.x/flow_v0.104.x-/express_v4.x.x.js b/definitions/npm/express_v4.x.x/flow_v0.104.x-/express_v4.x.x.js
index 84393084..7e29c7e3 100644
--- a/definitions/npm/express_v4.x.x/flow_v0.104.x-/express_v4.x.x.js
+++ b/definitions/npm/express_v4.x.x/flow_v0.104.x-/express_v4.x.x.js
@@ -98,13 +98,97 @@ declare class express$Response extends http$ServerResponse mixins express$Reques
}
declare type express$NextFunction = (err?: ?Error | 'route') => mixed;
-declare type express$Middleware =
- ((req: express$Request, res: express$Response, next: express$NextFunction) => mixed) |
I/dalvikvm(23772): threadid=1: stack overflow on call to Landroid/text/SpanSet;.init:VLII
I/dalvikvm(23772): method requires 52+20+16=88 bytes, fp is 0x41a7f344 (68 left)
I/dalvikvm(23772): expanding stack end (0x41a7f300 to 0x41a7f000)
I/dalvikvm(23772): Shrank stack (to 0x41a7f300, curFrame is 0x41a7f7ec)

Contributing to the React Navigation Flow libdef

Please do not make changes directly to the libdef file in flow-typed without first submitting a PR to the libdef within the react-navigation repo. After your PR has been accepted in react-navigation, you can go ahead and submit a PR on flow-typed.

We admittedly have a slightly unusual system for maintaing our Flow types. We used to host Flow types directly in-package, but that prevented us from simultaneously supporting multiple React Native versions. To enable that support, we've moved our libdef to flow-typed, but we still want to (1) have our CI typecheck the libdef against our example projects, and (2) re view any changes to the libdef.