author
int64
4.98k
943k
date
stringdate
2017-04-15 16:45:02
2022-02-25 15:32:15
timezone
int64
-46,800
39.6k
hash
stringlengths
40
40
message
stringlengths
8
468
mods
listlengths
1
16
language
stringclasses
9 values
license
stringclasses
2 values
repo
stringclasses
119 values
original_message
stringlengths
12
491
is_CCS
int64
1
1
commit_type
stringclasses
129 values
commit_scope
stringlengths
1
44
744,025
28.01.2019 00:12:31
18,000
e0c62c80f127cf6c8390ec743b20cd66e1ed0151
doc: edit help example to align with actual output
[ { "change_type": "MODIFY", "diff": "@@ -285,7 +285,7 @@ var argv = require('yargs')\n.demandOption(['f'])\n.help('h')\n.alias('h', 'help')\n- .epilog('copyright 2015')\n+ .epilog('copyright 2019')\n.argv;\nvar fs = require('fs');\n@@ -302,25 +302,38 @@ s.on('end', function () {\n````\n***\n- $ node line_cou...
JavaScript
MIT License
yargs/yargs
doc: edit help example to align with actual output (#1271)
1
doc
null
67,507
28.01.2019 00:34:29
-3,600
3f1af341951e9cc0990f7f3d0f399db838d59d14
build: rename lerna param --npm-tag to --dist-tag
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ async function run(): Promise<void> {\nconst { tag } = parseArgs();\nconst { major, minor, patch } = getCurrentVersion();\nconst newVersion = getNewVersion(major, minor, patch, tag);\n- lerna(['publish', newVersion, '--npm-tag', tag, '--no-git-tag-versio...
TypeScript
MIT License
aurelia/aurelia
build: rename lerna param --npm-tag to --dist-tag
1
build
null
67,507
28.01.2019 00:35:14
-3,600
5629a6357893450e3314ec36ec53003b74643d14
chore(fetch-client): fix hoisting
[ { "change_type": "MODIFY", "diff": "\"tslib\": \"^1.9.3\",\n\"tslint\": \"^5.12.0\",\n\"tslint-microsoft-contrib\": \"^6.0.0\",\n- \"tslint-sonarts\": \"^1.8.0\",\n+ \"tslint-sonarts\": \"^1.9.0\",\n\"typescript\": \"^3.2.2\",\n\"webpack\": \"^4.28.4\"\n}\n", "new_path": "packages/fetch-client/package.j...
TypeScript
MIT License
aurelia/aurelia
chore(fetch-client): fix hoisting
1
chore
fetch-client
67,507
28.01.2019 00:35:53
-3,600
01167b4465acf30a215d7523cf8c5ba91a08c28c
chore: ignore no-http-string linting violations in tests
[ { "change_type": "MODIFY", "diff": "\"mocha-no-side-effect-code\": false,\n\"no-any\": false,\n\"no-big-function\": false,\n+ \"no-http-string\": false,\n\"no-implicit-dependencies\": false,\n\"no-invalid-template-strings\": false,\n\"no-unused-expression\": false,\n", "new_path": "packages/tslint-test....
TypeScript
MIT License
aurelia/aurelia
chore: ignore no-http-string linting violations in tests
1
chore
null
67,507
28.01.2019 00:54:31
-3,600
1e63cfcde042184b512d3f7ecb1d286b23ddb37f
refactor(fetch-client): switch from delete to Reflect.deleteProperty
[ { "change_type": "MODIFY", "diff": "@@ -64,7 +64,7 @@ export class RetryInterceptor implements Interceptor {\n*/\npublic response(response: Response, request: RetryableRequest): Response {\n// retry was successful, so clean up after ourselves\n- delete request.retryConfig;\n+ Reflect.deleteProperty(request,...
TypeScript
MIT License
aurelia/aurelia
refactor(fetch-client): switch from delete to Reflect.deleteProperty
1
refactor
fetch-client
67,476
28.01.2019 03:11:36
-3,600
411aadfe9eb5dceb4853e800c6d9f7edc8e2c37b
chore(store): copy files from validation
[ { "change_type": "ADD", "diff": "+package-lock=false\n", "new_path": "packages/store/.npmrc", "old_path": null }, { "change_type": "ADD", "diff": "+# Change Log\n+\n+All notable changes to this project will be documented in this file.\n+See [Conventional Commits](https://conventionalcomm...
TypeScript
MIT License
aurelia/aurelia
chore(store): copy files from validation
1
chore
store
67,476
28.01.2019 03:12:01
-3,600
ab643d26bf1a90d9b3a209133a6cf5c77cd026d6
chore(store): replace magic
[ { "change_type": "MODIFY", "diff": "@@ -6,5 +6,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n<a name=\"0.3.0\"></a>\n# 0.3.0 (2018-10-12)\n-**Note:** Version bump only for package @aurelia/validation\n+**Note:** Version bump only for package @aurelia/store\n", "n...
TypeScript
MIT License
aurelia/aurelia
chore(store): replace magic
1
chore
store
67,476
28.01.2019 03:16:49
-3,600
f81bc474c7bd588d8407f3256738a37dda6c0989
chore(store): cleanup package.json wrt
[ { "change_type": "MODIFY", "diff": "\"lint\": \"npm run lint:src && npm run lint:test\",\n\"lint:src\": \"tslint --project tsconfig.json -t stylish\",\n\"lint:test\": \"tslint --project tsconfig-test.json --config ../tslint-test.json -e \\\"src/**/*.ts\\\" -t stylish\",\n- \"test\": \"cross-env TS_NODE_PROJ...
TypeScript
MIT License
aurelia/aurelia
chore(store): cleanup package.json wrt #408
1
chore
store
67,476
28.01.2019 03:18:46
-3,600
75f190508595f6d0037496f8ac373edf407ab247
chore(store): add rxjs dep
[ { "change_type": "MODIFY", "diff": "\"rollup-plugin-replace\": \"^2.1.0\",\n\"rollup-plugin-terser\": \"^4.0.2\",\n\"rollup-plugin-typescript2\": \"^0.19.0\",\n+ \"rxjs\": \"^6.3.3\",\n\"sinon\": \"^7.2.2\",\n\"sinon-chai\": \"^3.3.0\",\n\"source-map\": \"^0.7.3\",\n", "new_path": "package.json", "o...
TypeScript
MIT License
aurelia/aurelia
chore(store): add rxjs dep
1
chore
store
67,476
28.01.2019 03:25:32
-3,600
b1162801b024c8069d0da39c5d776fc19cc55fd2
chore(store): add store package setup
[ { "change_type": "MODIFY", "diff": "\"packages/runtime-html-browser\",\n\"packages/runtime-html-jsdom\",\n\"packages/runtime-pixi\",\n+ \"packages/store\",\n\"packages/testing\",\n\"packages/validation\"\n],\n", "new_path": "lerna.json", "old_path": "lerna.json" }, { "change_type": "MODIFY",...
TypeScript
MIT License
aurelia/aurelia
chore(store): add store package setup
1
chore
store
67,476
28.01.2019 03:31:15
-3,600
53fe994af3f83cb0c33a9ee1d3ba36b09f32c787
feat(kernel): add localStorage property to global
[ { "change_type": "MODIFY", "diff": "@@ -26,9 +26,22 @@ declare namespace NodeJS {\n}\n}\n+export interface IStorage {\n+ readonly length: number;\n+ clear(): void;\n+ getItem(key: string): string | null;\n+ key(index: number): string | null;\n+ removeItem(key: string): void;\n+ setItem(key: string, value: s...
TypeScript
MIT License
aurelia/aurelia
feat(kernel): add localStorage property to global
1
feat
kernel
67,476
28.01.2019 05:05:44
-3,600
5ccdc421f37ddcc1f2f55c13e46bb432af6cb498
feat(all): add tracer argument stringification and improve tracing
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import { Reporter } from './reporter';\nimport { Tracer } from './tracer';\nexport const DebugConfiguration = {\n- register(container: IContainer): void {\n+ register(container?: IContainer): void {\nReporter.write(2);\nObject.assign(RuntimeReporter, Repor...
TypeScript
MIT License
aurelia/aurelia
feat(all): add tracer argument stringification and improve tracing
1
feat
all
67,476
28.01.2019 09:18:07
-3,600
52bf399e0c511f613cf0546e377f43b35f689eaf
feat(runtime-html): re-enable svg
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,7 @@ import { ElementPropertyAccessor } from './element-property-accessor';\nimport { EventSubscriber } from './event-manager';\nimport { ISelectElement, SelectValueObserver } from './select-value-observer';\nimport { StyleAttributeAccessor } from './style-at...
TypeScript
MIT License
aurelia/aurelia
feat(runtime-html): re-enable svg
1
feat
runtime-html
67,476
28.01.2019 09:18:30
-3,600
e37c0f3b9d40698c2790496d0126b983d8c44fc4
feat(runtime): fully implement patch mode
[ { "change_type": "MODIFY", "diff": "@@ -341,6 +341,7 @@ export type ObservedCollectionKindToType<T> =\n*/\nexport interface ICollectionObserver<T extends CollectionKind> extends\nIDisposable,\n+ IPatchable,\nICollectionChangeTracker<CollectionKindToType<T>>,\nISubscriberCollection<MutationKind.collection>,\...
TypeScript
MIT License
aurelia/aurelia
feat(runtime): fully implement patch mode
1
feat
runtime
67,476
28.01.2019 09:18:51
-3,600
27f4c059476f7970cb62904dc75ce00936718f9a
test(all): add 1kcomponents example / test
[ { "change_type": "ADD", "diff": "+dist\n+.cache\n", "new_path": "test/1kcomponents/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+package-lock=false\n", "new_path": "test/1kcomponents/.npmrc", "old_path": null }, { "change_type": "ADD", "diff": "+i...
TypeScript
MIT License
aurelia/aurelia
test(all): add 1kcomponents example / test
1
test
all
67,476
28.01.2019 09:22:08
-3,600
08a76fab82ce88e4b1c6c5a6666cf74b3f641898
chore(jit-html): fix stringify util
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,6 @@ import {\nTracer\n} from '@aurelia/kernel';\nimport {\n- stringifyLifecycleFlags,\nTargetedInstructionType\n} from '@aurelia/runtime';\nimport { HTMLTargetedInstructionType } from '@aurelia/runtime-html';\n@@ -29,6 +28,7 @@ import {\nverifyEqual\n} from '....
TypeScript
MIT License
aurelia/aurelia
chore(jit-html): fix stringify util
1
chore
jit-html
67,476
28.01.2019 09:28:37
-3,600
c6ed13c4690489de72fa147c83c07c7d82ba9910
test(jit): disable patchMode integration tests
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ describe(spec, function () {\nreturn { ctx, container, lifecycle, au, host };\n}\n- for (const patchMode of [true/*, false*/]) {\n+ for (const patchMode of [/*true*/, false]) { // TODO: fix patch mode\nfor (const useProxies of [true, false]) {\nif (patch...
TypeScript
MIT License
aurelia/aurelia
test(jit): disable patchMode integration tests
1
test
jit
67,476
28.01.2019 09:36:19
-3,600
c5377139b737343ca0f97edbd1b553b9522cd958
test(jit): fix deep-bindables tests
[ { "change_type": "MODIFY", "diff": "@@ -139,9 +139,9 @@ describe(spec, function () {\n}\nif (useProxies) {\n- expect(calls['SetterObserver.constructor'].length).to.equal(0, 'calls[\\'SetterObserver.constructor\\'].length');\n+ expect(calls['SetterObserver'].length).to.equal(0, 'calls[\\'SetterObserver\\'].l...
TypeScript
MIT License
aurelia/aurelia
test(jit): fix deep-bindables tests
1
test
jit
503,988
28.01.2019 09:50:20
18,000
5e54437e3f06712790ae56322d22bd79f9a6e002
feat(Form): add novalidate flag to form
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ const defaultProps = {\n};\nconst Form = ({ className, children, isHorizontal, ...props }) => (\n- <form {...props} className={css(styles.form, isHorizontal && styles.modifiers.horizontal, className)}>\n+ <form noValidate {...props} className={css(styles...
TypeScript
MIT License
patternfly/patternfly-react
feat(Form): add novalidate flag to form (#1253)
1
feat
Form
679,913
28.01.2019 09:57:46
0
f9dd303735a8fed64931df7acf1fcf1c5d193002
docs(vectors): update docstrings
[ { "change_type": "MODIFY", "diff": "@@ -5,17 +5,21 @@ import { signedArea2 } from \"./signed-area\";\n/**\n* Syntax sugar for `sign(signedArea2(a, b, c))`.\n*\n+ * @see thi.ng/math/sign\n+ * @see signedArea2\n+ *\n* @param a\n* @param b\n* @param c\n- * @param eps\n+ * @param eps zero tolerance for sign com...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(vectors): update docstrings
1
docs
vectors
127,940
28.01.2019 10:05:52
0
4deef8a17c9d61072e6bb3b8a78ed852fb0d78ad
docs: add release guidelines
[ { "change_type": "MODIFY", "diff": "1. [Git Strategy](#git-strategy)\n1. [Code Standards](#code-standards)\n1. [Code Style](#code-style)\n+1. [Release Process](#release-process)\n---\n@@ -27,7 +28,7 @@ yarn commit\n#### Base Branch\n-As a developer, you will you be branching and merging from `master`, our b...
TypeScript
MIT License
coingaming/moon-design
docs: add release guidelines
1
docs
null
815,570
28.01.2019 10:07:28
-28,800
da973901f3a9a397a7345fd95a89e09f534efd74
feat: use new merkle proof structure
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ use crate::protocol_generated::ckb::protocol::{\nFilteredBlock, FilteredBlockBuilder, GetBlockProposalBuilder, GetBlockTransactionsBuilder,\nGetBlocks as FbsGetBlocks, GetBlocksBuilder, GetHeaders as FbsGetHeaders, GetHeadersBuilder,\nHeader as FbsHeader, ...
Rust
MIT License
nervosnetwork/ckb
feat: use new merkle proof structure (#232)
1
feat
null
815,590
28.01.2019 10:29:34
-28,800
236bd4aab407343f568bc40d49590b0bc92bdc00
refactor: apply PR suggestions
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ use std::time::Instant;\nuse tokio::io::{AsyncRead, AsyncWrite};\nuse tokio::timer::Interval;\n-const MAX_LISTEND_ADDRS: usize = 10;\n+const MAX_LISTENED_ADDRS: usize = 10;\npub struct IdentifyService {\npub client_version: String,\n@@ -127,7 +127,7 @@ w...
Rust
MIT License
nervosnetwork/ckb
refactor: apply PR suggestions
1
refactor
null
71,101
28.01.2019 11:09:22
-3,600
f49c33b7c8cb35fe43c806e099c692cbad5f7b7c
feat(cdk): Support UpdateReplacePolicy on Resources Support the new UpdateReplacePolicy option of the CloudFormation resources. See:
[ { "change_type": "MODIFY", "diff": "@@ -191,6 +191,7 @@ export class Resource extends Referenceable {\nDependsOn: ignoreEmpty(this, this.renderDependsOn()),\nCreationPolicy: capitalizePropertyNames(this, this.options.creationPolicy),\nUpdatePolicy: capitalizePropertyNames(this, this.options.updatePolicy),\n...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(cdk): Support UpdateReplacePolicy on Resources (#1610) Support the new UpdateReplacePolicy option of the CloudFormation resources. See: https://docs.aws.amazon.com/fr_fr/AWSCloudFormation/latest/UserGuide/aws-attribute-updatereplacepolicy.html
1
feat
cdk
217,922
28.01.2019 12:00:44
-3,600
aabe99553d24c168ec7acf9c7b3ae58d5c0f3e83
chore(simulator): action result now contains data for after buff tick too
[ { "change_type": "MODIFY", "diff": "@@ -20,4 +20,15 @@ export interface ActionResult {\nskipped: boolean;\n// State of the step\nstate: 'NORMAL' | 'EXCELLENT' | 'GOOD' | 'POOR';\n+\n+ afterBuffTick?: {\n+ // Amount of progression added to the craft\n+ addedProgression: number;\n+ // Amount of quality added ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): action result now contains data for after buff tick too
1
chore
simulator
679,913
28.01.2019 12:12:21
0
11bf72325f2da6498cd72b194435f540983a6ba6
minor(geom-closest-point): minor updates
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ import {\n* computed like so:\n*\n* ```\n- * maddN([], a, b, closestT(p, a, b))\n+ * mixN([], a, b, closestT(p, a, b))\n* ```\n*\n* If the return value is outside the closed [0,1] interval, the\n@@ -30,7 +30,6 @@ import {\n*/\nexport const closestT =\n(p...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(geom-closest-point): minor updates
1
minor
geom-closest-point
71,663
28.01.2019 12:48:14
28,800
8b180394956a7a877277f83a34f6c61a6251dea9
doc: substitute `stack` with `this` in ReadMe docs.
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ pick the size of the fleet, the instance type and the OS image:\nimport autoscaling = require('@aws-cdk/aws-autoscaling');\nimport ec2 = require('@aws-cdk/aws-ec2');\n-new autoscaling.AutoScalingGroup(stack, 'ASG', {\n+new autoscaling.AutoScalingGroup(th...
TypeScript
Apache License 2.0
aws/aws-cdk
doc: substitute `stack` with `this` in ReadMe docs. (#1627)
1
doc
null
67,476
28.01.2019 13:14:31
-3,600
e3eb2803e3d4076ec828b284b57a8c2ad4e1234c
fix(binding): fix patch mode (again)
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ describe(spec, function () {\nreturn { ctx, container, lifecycle, au, host };\n}\n- for (const patchMode of [/*true*/, false]) { // TODO: fix patch mode\n+ for (const patchMode of [true, false]) {\nfor (const useProxies of [true, false]) {\nif (patchMode...
TypeScript
MIT License
aurelia/aurelia
fix(binding): fix patch mode (again)
1
fix
binding
679,913
28.01.2019 13:26:04
0
2b235461662fd15ce10eab5065af713d932ca992
feat(geom-isec): migrate point intersection/containment checks
[ { "change_type": "MODIFY", "diff": "+export * from \"./point\";\n+\nexport * from \"./circle-circle\";\nexport * from \"./line-line\";\nexport * from \"./ray-circle\";\n", "new_path": "packages/geom-isec/src/index.ts", "old_path": "packages/geom-isec/src/index.ts" }, { "change_type": "ADD", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-isec): migrate point intersection/containment checks
1
feat
geom-isec
679,913
28.01.2019 13:34:44
0
6ee03ebc54080ab278bb3c6c9b2771f0291c33a0
feat(geom-api): re-add Convexity enum
[ { "change_type": "ADD", "diff": "+/**\n+ * Polygon convexity classifier.\n+ */\n+export const enum Convexity {\n+ ILLEGAL = -1,\n+ COLINEAR = 0,\n+ CONVEX,\n+ CONCAVE,\n+}\n", "new_path": "packages/geom-api/src/convex.ts", "old_path": null }, { "change_type": "MODIFY", "diff": "export * ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-api): re-add Convexity enum
1
feat
geom-api
679,913
28.01.2019 13:36:42
0
895102d4727ce876900297a02e0dea5f34662789
feat(geom-poly-utils): add convexity(), remove obsolete/migrated point checks
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/errors\": \"^1.0.1\",\n+ \"@thi.ng/geom-api\": \"^0.0.1\",\n\"@thi.ng/math\": \"^1.0.1\",\n\"@thi.ng/vectors\": \"^2.1.0\"\n},\n", "new_path": "packages/geom-poly-utils/package.json", "old_path": "packages/geom-poly-utils/package...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-poly-utils): add convexity(), remove obsolete/migrated point checks
1
feat
geom-poly-utils
679,913
28.01.2019 13:40:40
0
226645fdb27e4852aedae12c226ec22730062e5f
refactor(geom): update pointInside & classifyPoint impls (delegate)
[ { "change_type": "MODIFY", "diff": "import { defmulti, MultiFn2O } from \"@thi.ng/defmulti\";\nimport { IShape, Type } from \"@thi.ng/geom-api\";\n-import { classifyPointInTriangle2 } from \"@thi.ng/geom-poly-utils\";\n-import { EPS, sign } from \"@thi.ng/math\";\n-import { distSq, ReadonlyVec } from \"@thi...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom): update pointInside & classifyPoint impls (delegate)
1
refactor
geom
791,704
28.01.2019 13:50:53
18,000
577c84d88ae4a1ccb5b8d823866cd10c6c64470e
core(renderer): do not attempt fireworks for devtools
[ { "change_type": "MODIFY", "diff": "@@ -208,7 +208,7 @@ class ReportRenderer {\n// Fireworks\nconst scoresAll100 = report.reportCategories.every(cat => cat.score === 1);\n- if (scoresAll100) {\n+ if (!this._dom.isDevTools() && scoresAll100) {\nheaderContainer.classList.add('score100');\nthis._dom.find('.lh-...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(renderer): do not attempt fireworks for devtools (#7090)
1
core
renderer
679,913
28.01.2019 13:58:12
0
31e369bd001618dd5254c39ccf765aa590cc98b9
feat(math): add simplifyRatio()
[ { "change_type": "MODIFY", "diff": "@@ -7,5 +7,6 @@ export * from \"./interval\";\nexport * from \"./min-error\";\nexport * from \"./mix\";\nexport * from \"./prec\";\n+export * from \"./ratio\";\nexport * from \"./solve\";\nexport * from \"./step\";\n", "new_path": "packages/math/src/index.ts", "ol...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(math): add simplifyRatio()
1
feat
math
815,590
28.01.2019 14:00:18
-28,800
c05c31933d03a44cd2010d2282d077b086756e64
chore: upgrade r2d2-sqlite to 0.8.0 version
[ { "change_type": "MODIFY", "diff": "@@ -482,7 +482,7 @@ dependencies = [\n\"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"multihash 0.8.1-pre (git+https://github.com/nervosnetwork/rust-libp2p?branch=ring_patch)\",\n\"r2d2 0.8.3 (registry+https://github.com/rust-lang/crates.io-index...
Rust
MIT License
nervosnetwork/ckb
chore: upgrade r2d2-sqlite to 0.8.0 version
1
chore
null
531,793
28.01.2019 14:17:32
0
1ed316da754d78959fda116f1f2f75219e3732ef
chore(backend): use Go 1.11.5 everywhere
[ { "change_type": "MODIFY", "diff": "defaults_go: &DEFAULTS_GO\nlanguage: go\n- go: \"1.11.4\"\n+ go: \"1.11.5\"\ncache:\ndirectories:\n# https://restic.net/blog/2018-09-02/travis-build-cache\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type": "MODIFY", "diff": "@...
TypeScript
Apache License 2.0
prymitive/karma
chore(backend): use Go 1.11.5 everywhere
1
chore
backend
471,626
28.01.2019 14:36:21
18,000
b46a2a87f3753f2e9db6015864081a4d6e2be0db
fix(building-webpack): remove comments on build
[ { "change_type": "MODIFY", "diff": "@@ -93,6 +93,10 @@ Using [webpack-babel-multi-target-plugin](https://www.npmjs.com/package/webpack-\nRead more about this trick at [Jakes blog post \"ECMAScript modules in browsers\"](https://jakearchibald.com/2017/es-modules-in-browsers/).\n+### Comment code\n+Comment co...
JavaScript
MIT License
open-wc/open-wc
fix(building-webpack): remove comments on build
1
fix
building-webpack
679,913
28.01.2019 14:46:02
0
6391d104a6249d4a67afe0c7cb8d9266f0aaa91d
refactor(geom-tessellate): update imports / deps
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@thi.ng/checks\": \"^2.0.1\",\n\"@thi.ng/geom-api\": \"^0.0.1\",\n+ \"@thi.ng/geom-isec\": \"^0.0.1\",\n\"@thi.ng/geom-poly-utils\": \"^0.0.1\",\n\"@thi.ng/transducers\": \"^3.0.1\",\n\"@thi.ng/vectors\": \"^2.1.0\"\n", "new_path": "packages/geo...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-tessellate): update imports / deps
1
refactor
geom-tessellate
67,476
28.01.2019 15:05:42
-3,600
419e2e3c9bec12ed3fdcc6864974ec5176394ad9
chore(test): test the new trace writer
[ { "change_type": "MODIFY", "diff": "import {\nAurelia,\n+ BindingStrategy,\nCustomElementResource,\nILifecycle,\nLifecycleFlags\n@@ -17,6 +18,9 @@ describe(spec, function() {\ninterface Spec {\nt: string;\n}\n+ interface StrategySpec extends Spec {\n+ strategy: BindingStrategy;\n+ }\ninterface BehaviorsSpec...
TypeScript
MIT License
aurelia/aurelia
chore(test): test the new trace writer
1
chore
test
531,793
28.01.2019 16:08:47
0
5e887ee061740a6b8f98ff3828eef861f08d0aa0
chore(demo): pin alpine image
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ ARG VERSION\nRUN apk add --update make git\nRUN CGO_ENABLED=0 make -C /go/src/github.com/prymitive/karma VERSION=\"${VERSION:-dev}\" karma\n-FROM alpine:latest\n+FROM alpine:3.8\nRUN apk add --update supervisor python && rm -rf /tmp/* /var/cache/apk/*\nCOP...
TypeScript
Apache License 2.0
prymitive/karma
chore(demo): pin alpine image
1
chore
demo
815,599
28.01.2019 16:17:58
-28,800
568e43686f85ea14e0e1576930ce62795d7415e3
chore(deps): update rust-rocksdb to pinnable-v0.11.0 branch
[ { "change_type": "MODIFY", "diff": "@@ -401,7 +401,7 @@ dependencies = [\n\"bincode 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"ckb-util 0.5.0-pre\",\n\"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \"rocksdb 0.11.0 (git+https://github.com/nervosnetwork/rust...
Rust
MIT License
nervosnetwork/ckb
chore(deps): update rust-rocksdb to pinnable-v0.11.0 branch
1
chore
deps
743,870
28.01.2019 16:35:24
-39,600
da75ea2a5bac2bca8af278688785298054f54bd3
fix: better bash path completion
[ { "change_type": "MODIFY", "diff": "@@ -19,10 +19,10 @@ _yargs_completions()\n# if no match was found, fall back to filename completion\nif [ ${#COMPREPLY[@]} -eq 0 ]; then\n- COMPREPLY=( $(compgen -f -- \"${cur_word}\" ) )\n+ COMPREPLY=()\nfi\nreturn 0\n}\n-complete -F _yargs_completions {{app_name}}\n+com...
JavaScript
MIT License
yargs/yargs
fix: better bash path completion (#1272)
1
fix
null
679,913
28.01.2019 17:11:27
0
004d7f4642e7ee6ab6c002e59ece9918cbf697f6
build(geom-clip): rename pkg geom-clip-convex => geom-clip, update deps update sutherlandHodgeman() (boundary centroid handling, corner2() reuse)
[ { "change_type": "RENAME", "diff": "", "new_path": "packages/geom-clip/.npmignore", "old_path": "packages/geom-clip-convex/.npmignore" }, { "change_type": "RENAME", "diff": "", "new_path": "packages/geom-clip/LICENSE", "old_path": "packages/geom-clip-convex/LICENSE" }, { ...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(geom-clip): rename pkg geom-clip-convex => geom-clip, update deps - update sutherlandHodgeman() (boundary centroid handling, corner2() reuse)
1
build
geom-clip
679,913
28.01.2019 17:32:17
0
af099ee5c1bcfbacbd7cad463b25c459b3ed6b53
build(geom): update geom-clip dep & refs
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,7 @@ This package acts as a higher-level front end for the following related packages\n- [@thi.ng/geom-api](https://github.com/thi-ng/umbrella/tree/master/packages/geom-api) - shared types & interfaces\n- [@thi.ng/geom-accel](https://github.com/thi-ng/umbrell...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(geom): update geom-clip dep & refs
1
build
geom
679,913
28.01.2019 17:33:55
0
6d14f2b7fa3e66fe40a53bf2f451275b8c652080
refactor(geom): swap Group ctor & factory arg order first attribs, then children...
[ { "change_type": "MODIFY", "diff": "@@ -241,9 +241,9 @@ export class Group implements\nchildren: IHiccupShape[];\nattribs: Attribs;\n- constructor(children: IHiccupShape[], attribs?: Attribs) {\n- this.children = children;\n+ constructor(attribs: Attribs, children?: IHiccupShape[]) {\nthis.attribs = attribs...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom): swap Group ctor & factory arg order - first attribs, then children...
1
refactor
geom
447,440
28.01.2019 18:30:37
21,600
2bb39f0e7c376a8986d565427bca1d3bdad193a4
fix: change button download
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,6 @@ import React from 'react';\nimport SketchLogo from './sketch.svg';\nimport IllustratorLogo from './illustrator.svg';\nimport PhotoshopLogo from './photoshop.svg';\n-import DonwloadIcon from './cloud-arrow-donwload.svg';\nimport RenderIf from './../../../.....
JavaScript
MIT License
nexxtway/react-rainbow
fix: change button download (#582)
1
fix
null
217,922
28.01.2019 18:39:17
-3,600
83bbac0110bb0f66f5e5d9b4146dae4db3216871
chore: small performance optimization
[ { "change_type": "MODIFY", "diff": "@@ -251,6 +251,9 @@ export class List extends DataWithPermissions {\n}\nlet canCraft = true;\nfor (const requirement of item.requires) {\n+ if (canCraft === false) {\n+ break;\n+ }\n// If the requirement is a crystal, don't mind it.\nif (requirement.id < 20 && requirement...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small performance optimization
1
chore
null
815,601
28.01.2019 18:57:38
-28,800
e0143ebc9527a2a99d8ad8cbc33778640d01bc56
feat: service stop handler
[ { "change_type": "MODIFY", "diff": "@@ -453,6 +453,7 @@ dependencies = [\n\"serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)\"...
Rust
MIT License
nervosnetwork/ckb
feat: service stop handler
1
feat
null
67,476
28.01.2019 20:45:23
-3,600
760bcf97d339a833906b0b85dd48b9ee7fc938bc
fix(tracer): fix symbols
[ { "change_type": "MODIFY", "diff": "@@ -233,6 +233,16 @@ function keyText(info: ITraceInfo, i: number = 0): string {\n}\nreturn 'undefined';\n}\n+function primitive(info: ITraceInfo, i: number = 0): string {\n+ if (info.params.length > i) {\n+ const $key = info.params[i] as string | symbol | number;\n+ if (...
TypeScript
MIT License
aurelia/aurelia
fix(tracer): fix symbols
1
fix
tracer
67,476
28.01.2019 21:08:19
-3,600
72821bc5f0d98d51791b7951ffe2a0bbf34f317d
chore(binding): remove redundant config prop
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,6 @@ export interface IBindableDescription {\ncallback?: string;\nattribute?: string;\nproperty?: string;\n- proxyStrategy?: boolean;\n}\n/**\n", "new_path": "packages/runtime/src/definitions.ts", "old_path": "packages/runtime/src/definitions.ts" },...
TypeScript
MIT License
aurelia/aurelia
chore(binding): remove redundant config prop
1
chore
binding
67,494
28.01.2019 23:07:21
-3,600
6e966d9caebc231f7d0da110d50ad97eb37c7e7d
feat(router): add redirect to canEnter result
[ { "change_type": "MODIFY", "diff": "@@ -268,7 +268,11 @@ export class Router {\nreturn false;\n}\n}\n- // TODO: Deal with redirects\n+ for (const cvp of canEnter) {\n+ // TODO: Abort content change in the viewports\n+ this.addProcessingViewport(cvp.component, cvp.viewport);\n+ }\n+ value.abortContentChange(...
TypeScript
MIT License
aurelia/aurelia
feat(router): add redirect to canEnter result
1
feat
router
447,440
28.01.2019 23:41:16
21,600
51e7a9b14883afc91758e76fb5b3cd8bd9b6c55a
fix: fix styles buttons
[ { "change_type": "MODIFY", "diff": ".react-rainbow-donwload-button_anchor:focus {\nbox-shadow: 0 0 2px 0 #01b6f5;\n- text-decoration: underline;\n+ text-decoration: none;\n}\n.react-rainbow-donwload-button_anchor:active {\ntransform: scale(0.95);\ntransition: all 0.2s ease;\n+ text-decoration: none;\n}\n.re...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix styles buttons (#586)
1
fix
null
504,040
28.01.2019 23:49:38
-7,200
e50bb3517122afb190d5ec281a8ef8ec0a6198b6
fix(BadgedResource): don't restrict resourceName to a string
[ { "change_type": "MODIFY", "diff": "@@ -99,7 +99,7 @@ BadgedResource.propTypes = {\n/** Full name of the resource kind to display in the badge tooltip and for screen readers (defaulted if valid resourceKind is given) */\nkindStr: PropTypes.string,\n/** Name of the resource */\n- resourceName: PropTypes.stri...
TypeScript
MIT License
patternfly/patternfly-react
fix(BadgedResource): don't restrict resourceName to a string (#1260)
1
fix
BadgedResource
679,913
29.01.2019 01:27:08
0
084883eb9012043839656732849a0cdb4314bfa3
refactor(geom-clip): minor update liangBarsky
[ { "change_type": "MODIFY", "diff": "@@ -2,11 +2,11 @@ import { EPS } from \"@thi.ng/math\";\nimport { Vec } from \"@thi.ng/vectors\";\n/**\n- * Performs Liang-Barsky clipping with given line endpoints `la`, `lb`\n- * and clipping rect defined by top-left `tr` and bottom-right `br`\n- * points. The optional ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-clip): minor update liangBarsky
1
refactor
geom-clip
679,913
29.01.2019 01:27:41
0
4b852882d26f02f562571fba6dd3ebd6d9be0418
refactor(geom): minor update clippedLine()
[ { "change_type": "MODIFY", "diff": "import { Attribs } from \"@thi.ng/geom-api\";\n-import { liangBarsky } from \"@thi.ng/geom-clip\";\n+import { liangBarsky2 } from \"@thi.ng/geom-clip\";\nimport { Vec, VecPair } from \"@thi.ng/vectors\";\nimport { Line, Rect } from \"../api\";\nimport { argAttribs } from ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom): minor update clippedLine()
1
refactor
geom
679,913
29.01.2019 01:30:53
0
ee76797b3c9ff383d3b7f879ffefee613d211ae5
feat(quad-edge): re-import & update quad edge impl (MBP2010)
[ { "change_type": "ADD", "diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n", "new_path": "packages/quad-edge/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(quad-edge): re-import & update quad edge impl (MBP2010)
1
feat
quad-edge
679,913
29.01.2019 02:10:43
0
c903293f1c56347fcc37fd216d3886d19ce89a25
feat(geom-voronoi): re-import & update QE delaunay/voronoi pkg (MBP2010)
[ { "change_type": "ADD", "diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n", "new_path": "packages/geom-voronoi/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-voronoi): re-import & update QE delaunay/voronoi pkg (MBP2010)
1
feat
geom-voronoi
67,476
29.01.2019 02:54:38
-3,600
943eed0a1f424e39ed4f220ad17e41f8c2942fbc
refactor(runtime): support bindable array
[ { "change_type": "MODIFY", "diff": "-import { IContainer, Reporter as RuntimeReporter, Tracer as RuntimeTracer } from '@aurelia/kernel';\n+import { IContainer, Reporter as RuntimeReporter, Tracer as RuntimeTracer, Registration } from '@aurelia/kernel';\nimport { enableImprovedExpressionDebugging } from './b...
TypeScript
MIT License
aurelia/aurelia
refactor(runtime): support bindable array
1
refactor
runtime
217,922
29.01.2019 08:11:28
-3,600
46b3384d4879bce2f4bbfa28bd52a2b19ac6071b
feat(simulator): changed buffs bar for a floating bar on mobile
[ { "change_type": "MODIFY", "diff": ".footer {\nposition: fixed;\nbottom: 0;\n+ z-index: 5;\nwidth: 100%;\nbackground-color: @layout-header-background;\npadding: 0;\n", "new_path": "apps/client/src/app/app.component.less", "old_path": "apps/client/src/app/app.component.less" }, { "change_type...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): changed buffs bar for a floating bar on mobile
1
feat
simulator
217,922
29.01.2019 08:49:25
-3,600
b7c3fd2d597d8137299c4b71aec1159a99f80512
fix: fixed an issue with some items not being added to a list properly closes
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ export class AlarmsExtractor extends AbstractExtractor<Partial<Alarm>[]> {\nmapId: node.mapid,\nslot: +node.slot,\ntype: row.gatheredBy.type,\n- ephemeral: node.limitType.en === 'Ephemeral',\n+ ephemeral: node.limitType && node.limitType.en === 'Ephemera...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with some items not being added to a list properly closes #739
1
fix
null
531,793
29.01.2019 09:03:51
0
b8f15819b800220dd3157d0da07b01819725c729
chore(tests): update snapshots after fontawesome upgrade
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ exports[`<Alert /> matches snapshot with showAlertmanagers=false showReceiver=fa\n<div>\n<div class=\\\\\"mr-1 mb-1 p-1 bg-light cursor-pointer d-inline-block rounded components-grid-annotation\\\\\">\n<svg aria-hidden=\\\\\"true\\\\\"\n+ focusable=\\\\\"f...
TypeScript
Apache License 2.0
prymitive/karma
chore(tests): update snapshots after fontawesome upgrade
1
chore
tests
807,907
29.01.2019 10:00:02
28,800
c78a86cfc18fac6cfdd179c9e0c97ec251ef17ed
docs(version): update config namespace in examples
[ { "change_type": "MODIFY", "diff": "@@ -63,7 +63,7 @@ It is easiest (and recommended) to configure in `lerna.json`, but it is possible\n```json\n{\n\"command\": {\n- \"publish\": {\n+ \"version\": {\n\"allowBranch\": \"master\"\n}\n}\n@@ -76,7 +76,7 @@ It is considered a best-practice to limit `lerna versio...
JavaScript
MIT License
lerna/lerna
docs(version): update config namespace in examples (#1885)
1
docs
version
217,922
29.01.2019 11:17:51
-3,600
2d9edcef0e7146d39b6c7cdd4f8a6939a1b8b2f1
feat(list): you can now add items to a list directly from list details panel closes
[ { "change_type": "ADD", "diff": "+import { NgModule } from '@angular/core';\n+import { CommonModule } from '@angular/common';\n+import { ItemPickerComponent } from './item-picker/item-picker.component';\n+import { CoreModule } from '../../core/core.module';\n+import { FlexLayoutModule } from '@angular/flex-...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list): you can now add items to a list directly from list details panel closes #529
1
feat
list
902,122
29.01.2019 12:03:07
18,000
ae865c6a4a1abc5eeac7ef1521d55b496daab4f4
fix: add multi puppeteer fallback
[ { "change_type": "MODIFY", "diff": "\"files\": [\n\"src\"\n],\n- \"license\": \"MIT\"\n+ \"license\": \"MIT\",\n+ \"dependencies\": {\n+ \"require-one-of\": \"~1.0.3\"\n+ }\n}\n", "new_path": "packages/devices/package.json", "old_path": "packages/devices/package.json" }, { "change_type": "MO...
JavaScript
MIT License
microlinkhq/browserless
fix: add multi puppeteer fallback
1
fix
null
791,760
29.01.2019 12:21:25
28,800
96586108318db7d09ea236eb92ac41b1e25ba1bd
core(fcp-3g): remove unused i18n for LR compatibility
[ { "change_type": "MODIFY", "diff": "const Audit = require('../audit.js');\nconst regular3G = require('../../config/constants.js').throttling.mobileRegluar3G;\n-const i18n = require('../../lib/i18n/i18n.js');\n-const FCP = require('./first-contentful-paint.js');\nconst ComputedFcp = require('../../computed/m...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fcp-3g): remove unused i18n for LR compatibility (#7103)
1
core
fcp-3g
791,723
29.01.2019 12:43:05
28,800
6b0494b7c306c11f9449683439a29c671a0e97de
core(lhr): include resourceSize in network-requests audit
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,7 @@ class NetworkRequests extends Audit {\nstartTime: timeToMs(record.startTime),\nendTime: timeToMs(record.endTime),\ntransferSize: record.transferSize,\n+ resourceSize: record.resourceSize,\nstatusCode: record.statusCode,\nmimeType: record.mimeType,\nresou...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(lhr): include resourceSize in network-requests audit (#7056)
1
core
lhr
902,122
29.01.2019 13:42:58
18,000
1311a4d716b1752320ca043a68f383d05647f007
build: setup postrelease
[ { "change_type": "MODIFY", "diff": "\"@commitlint/cli\": \"latest\",\n\"@commitlint/config-conventional\": \"latest\",\n\"browser-sync\": \"latest\",\n+ \"ci-publish\": \"latest\",\n\"concurrently\": \"latest\",\n\"eachdir\": \"latest\",\n\"finepack\": \"latest\",\n\"dev:server\": \"browser-sync start --ser...
JavaScript
MIT License
microlinkhq/browserless
build: setup postrelease
1
build
null
67,475
29.01.2019 13:52:04
-36,000
5826b5bbe3fff3e4d5550ebf84f055938a112ae7
chore(store): fixing up dependencies and testing
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@aurelia/kernel\": \"0.3.0\",\n+ \"@aurelia/runtime\": \"0.3.0\",\n\"rxjs\": \"^6.3.3\"\n},\n\"devDependencies\": {\n", "new_path": "packages/store/package.json", "old_path": "packages/store/package.json" }, { "change_type": "MOD...
TypeScript
MIT License
aurelia/aurelia
chore(store): fixing up dependencies and testing
1
chore
store
67,475
29.01.2019 13:52:20
-36,000
af9c510a5c499f3c4476a737e5c189d62f1df510
test(store): helper function for registering
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@aurelia/kernel\": \"0.3.0\",\n- \"@aurelia/runtime\": \"0.3.0\",\n\"rxjs\": \"^6.3.3\"\n},\n\"devDependencies\": {\n", "new_path": "packages/store/package.json", "old_path": "packages/store/package.json" }, { "change_type": "MOD...
TypeScript
MIT License
aurelia/aurelia
test(store): helper function for registering
1
test
store
67,475
29.01.2019 14:33:33
-36,000
2e3a364a96f5e355834adad636a53445d9e81c49
refactor(store): exported object is more explicit for configuration
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ export interface IConfigure {\nregister(container: IContainer): IContainer;\n}\n-export const Configure: IConfigure = {\n+export const StoreConfiguration: IConfigure = {\ninitialState(state: unknown): IConfigure {\nReflect.set(this, 'state', state);\nret...
TypeScript
MIT License
aurelia/aurelia
refactor(store): exported object is more explicit for configuration
1
refactor
store
791,690
29.01.2019 14:42:09
21,600
228f4d56bd23d8fb21f42daecdee728135cb894c
core(manifest): remove Manifest artifact in favor of new WebAppManifest
[ { "change_type": "MODIFY", "diff": "@@ -1049,9 +1049,6 @@ Object {\nObject {\n\"path\": \"viewport-dimensions\",\n},\n- Object {\n- \"path\": \"manifest\",\n- },\nObject {\n\"path\": \"runtime-exceptions\",\n},\n", "new_path": "lighthouse-cli/test/cli/__snapshots__/index-test.js.snap", "old_path": "...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(manifest): remove Manifest artifact in favor of new WebAppManifest (#7078)
1
core
manifest
67,475
29.01.2019 15:28:13
-36,000
4b24b031ac0b6a569323cdb9241fa511b348d443
refactor(store): refactoring tests and setup
[ { "change_type": "MODIFY", "diff": "\"@types/sinon-chai\": \"^3.2.2\",\n\"chai\": \"^4.2.0\",\n\"chai-as-promised\": \"^7.1.1\",\n- \"chai-counter\": \"^1.0.0\",\n\"cross-env\": \"^5.2.0\",\n\"istanbul-instrumenter-loader\": \"^3.0.1\",\n\"karma\": \"^3.1.4\",\n", "new_path": "packages/store/package.jso...
TypeScript
MIT License
aurelia/aurelia
refactor(store): refactoring tests and setup
1
refactor
store
67,476
29.01.2019 16:02:34
-3,600
35ec87ad2949cc92b0db257e897a0a7ce6811014
fix(patch): always process changes synchronously on patch
[ { "change_type": "MODIFY", "diff": "@@ -18,11 +18,11 @@ export function patchProperties(value: unknown, flags: LifecycleFlags): void {\nfor (key in observers) {\nobserver = observers[key];\nif (observer.$patch !== undefined) {\n- observer.$patch(flags | LifecycleFlags.patchStrategy | LifecycleFlags.updateTa...
TypeScript
MIT License
aurelia/aurelia
fix(patch): always process changes synchronously on patch
1
fix
patch
67,476
29.01.2019 16:03:16
-3,600
41cbf8560deb7d002bcbaec178146f829121b9c6
fix(proxies): ensure proxy context is passed to created() hook
[ { "change_type": "MODIFY", "diff": "@@ -53,10 +53,17 @@ export function $hydrateAttribute(this: Writable<ICustomAttribute>, flags: Lifec\nflags |= description.strategy;\nconst renderingEngine = parentContext.get(IRenderingEngine);\n+ let bindingContext: typeof this;\n+ if (flags & LifecycleFlags.proxyStrate...
TypeScript
MIT License
aurelia/aurelia
fix(proxies): ensure proxy context is passed to created() hook
1
fix
proxies
67,476
29.01.2019 16:04:40
-3,600
2c3923ed42c70363a7e39d968cedddc584288a17
fix(proxies): properly observe array indexers and source items
[ { "change_type": "MODIFY", "diff": "@@ -219,8 +219,8 @@ export interface IForOfStatement extends IExpression {\nreadonly declaration: BindingIdentifierOrPattern;\nreadonly iterable: IsBindingBehavior;\n- count(result: ObservedCollection | number | null | undefined): number;\n- iterate(result: ObservedCollec...
TypeScript
MIT License
aurelia/aurelia
fix(proxies): properly observe array indexers and source items
1
fix
proxies
67,476
29.01.2019 16:05:05
-3,600
f7890c32f7e96241f1776ec6bf20405e0c96f45d
test(jit): add proxies and patch mutation tests
[ { "change_type": "MODIFY", "diff": "@@ -39,8 +39,22 @@ describe(spec, function() {\ncount: number;\n}\ninterface MutationSpec extends Spec {\n- execute(component: { items: any[]; display: boolean }, lifecycle: ILifecycle, host: Element, count: number, ifText: string, elseText: string): void;\n+ execute(comp...
TypeScript
MIT License
aurelia/aurelia
test(jit): add proxies and patch mutation tests
1
test
jit
127,940
29.01.2019 16:32:06
0
0897af6288d3fa10193dcf17f6ad0d60ca26d8ed
chore: clean up format script, remove jest key
[ { "change_type": "MODIFY", "diff": "\"build\": \"tsc -b\",\n\"clean\": \"rm -rf ./packages/*/lib ./packages/*/dist ./packages/*/.cache\",\n\"nuke\": \"yarn clean && rm -rf node_modules/\",\n- \"format\": \"prettier --write\",\n+ \"format\": \"prettier --single-quote --write\",\n\"lint:ts-validate\": \"tslin...
TypeScript
MIT License
coingaming/moon-design
chore: clean up format script, remove jest key
1
chore
null
469,409
29.01.2019 16:47:05
28,800
16470f12b46fe97d8e0d0be7cb764d0d848b4b1f
fix: move to pristine
[ { "change_type": "MODIFY", "diff": "-# jade\n+# Pristine\n-![](https://www.etclabs.org/dist/resources/images/v2/logo-top.png)\n-Supported by [ETC Labs](https://www.etclabs.org/)\n+Pristine is an open source repository in its original condition. It is meant to be a starting point and a place to find resource...
JavaScript
Apache License 2.0
open-rpc/spec
fix: move to pristine
1
fix
null
127,940
29.01.2019 17:05:19
0
24a20ead88347824151925f43b0eeda5bd9634fc
feat(link): create link component
[ { "change_type": "ADD", "diff": "+---\n+name: Link\n+menu: Components\n+route: /components/link\n+---\n+\n+import { Playground, PropsTable } from 'docz';\n+import { Link } from './';\n+\n+# Link\n+\n+Links are used to navigate users through the user-interface via anchors or embedded actions.\n+\n+<Playgroun...
TypeScript
MIT License
coingaming/moon-design
feat(link): create link component
1
feat
link
217,922
29.01.2019 17:35:35
-3,600
6b70c97df00c06dcc4426a95dfaa7b7c11bdf7f6
feat(simulator): you can now see why a rotation fails closes
[ { "change_type": "MODIFY", "diff": "[failed]=\"!step.success\"></app-action>\n</div>\n</div>\n+ <div *ngIf=\"resultData.failCause !== undefined\" class=\"fail-reason\">\n+ {{('SIMULATOR.FAIL_CAUSE.' + resultData.failCause) | translate}}\n+ </div>\n</nz-card>\n<nz-card [class.mobile-actions]=\"false | ifMobi...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): you can now see why a rotation fails closes #661
1
feat
simulator
217,922
29.01.2019 17:36:22
-3,600
201b97eca8333158cc005509aaac69e7f3cfea01
chore(release): 5.0.19
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.0.19\"></a>\n+## [5.0.19](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.0.1...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.0.19
1
chore
release
503,922
29.01.2019 17:40:49
-3,600
fe8c13c33b5ddb8a6470a130867c60b6b5eb32f3
fix(Table): Do not return value if table is not collapsed
[ { "change_type": "MODIFY", "diff": "@@ -13462,12 +13462,10 @@ exports[`Collapsible nested table 1`] = `\ndata-key={1}\ndata-label=\"Header cell\"\nkey=\"1-cell\"\n- title=\"one\"\n>\n<td\ndata-key={1}\ndata-label=\"Header cell\"\n- title=\"one\"\n>\none\n</td>\n@@ -14651,12 +14649,10 @@ exports[`Collapsible...
TypeScript
MIT License
patternfly/patternfly-react
fix(Table): Do not return value if table is not collapsed (#1272)
1
fix
Table
815,601
29.01.2019 17:56:27
-28,800
32e4ca57a4bb2577d5455d84714a818c287caa5d
feat: manually shutdown
[ { "change_type": "MODIFY", "diff": "@@ -568,10 +568,11 @@ dependencies = [\n\"ckb-verification 0.5.0-pre\",\n\"faster-hex 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"flatbuffers 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \"jsonrpc-core 9.0.0 (registry+https:/...
Rust
MIT License
nervosnetwork/ckb
feat: manually shutdown
1
feat
null
67,494
29.01.2019 18:11:11
-3,600
1621229fdadae90945bbb11cc9cb9b3681badecb
refactor(router): add viewport content class
[ { "change_type": "MODIFY", "diff": "@@ -204,8 +204,8 @@ export class Router {\nawait this.historyBrowser.setEntryTitle(title);\n}\n- const usedViewports = (clearViewports ? this.allViewports().filter((value) => value.component !== null) : []);\n- const defaultViewports = this.allViewports().filter((value) =...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add viewport content class
1
refactor
router
469,409
29.01.2019 18:27:07
28,800
7ddaf0d1b9f690c0d9eb82c90d1eb6fa2703854b
feature: getting started
[ { "change_type": "MODIFY", "diff": "Pristine is an open source repository in its original condition. It is meant to be a starting point and a place to find resources to augment your own open source repositories.\n+\n+## Getting Started\n+\n+To get started, you will need a [fork of the repository](https://he...
JavaScript
Apache License 2.0
open-rpc/spec
feature: getting started
1
feature
null
744,027
29.01.2019 19:38:47
-3,600
3c6869aae7b488d2416f66c19a801c06243c075c
feat: Add `.parserConfiguration()` method, deprecating package.json config BREAKING CHANGE: we now warn if the yargs stanza package.json is used.
[ { "change_type": "MODIFY", "diff": "@@ -1149,6 +1149,10 @@ If the arguments have been parsed, this contain detailed parsed arguments. See\nthe documentation in [yargs-parser `.detailed()`][https://github.com/yargs/yargs-parser/blob/master/README.md#requireyargs-parserdetailedargs-opts]\nfor details of this ...
JavaScript
MIT License
yargs/yargs
feat: Add `.parserConfiguration()` method, deprecating package.json config (#1262) BREAKING CHANGE: we now warn if the yargs stanza package.json is used.
1
feat
null
217,922
29.01.2019 21:00:05
-3,600
33084b68655d3c6eb3f7dd17cf4c70626d8f45ee
fix(simulator): restored initial wait duration for Comfort Zone and manipulation II
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import { CraftingJob } from '../../crafting-job.enum';\nexport class ComfortZone extends BuffAction {\ngetWaitDuration(): number {\n- return 3;\n+ return 2;\n}\ngetLevelRequirement(): { job: CraftingJob; level: number } {\n", "new_path": "apps/client/s...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): restored initial wait duration for Comfort Zone and manipulation II
1
fix
simulator
273,683
29.01.2019 21:57:47
-3,600
5f800461236e5ec7be5400d0b10bdd2f1abd8084
refactor(app): import plugins and main.js before other modules
[ { "change_type": "MODIFY", "diff": "import Vue from 'vue'\n+import plugins from '~/.temp/plugins-server'\n+import main from './main'\n+\nimport head from './head'\nimport router from './router'\n+import { url } from './utils/helpers'\n+\nimport Link from './components/Link'\nimport Image from './components/...
JavaScript
MIT License
gridsome/gridsome
refactor(app): import plugins and main.js before other modules
1
refactor
app
217,922
29.01.2019 22:17:16
-3,600
5e78364f8b7c61a70fcca8d304883839f230032e
fix(simulator): fixed an issue with buff ticks not being started properly
[ { "change_type": "MODIFY", "diff": "@@ -302,7 +302,7 @@ export class Simulation {\nfor (const effectiveBuff of this.buffs) {\n// We are checking the appliedStep because ticks only happen at the beginning of the second turn after the application,\n// For instance, Great strides launched at turn 1 will start ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed an issue with buff ticks not being started properly
1
fix
simulator
217,922
29.01.2019 22:18:35
-3,600
49d4107332f695568e3082d03d1f0476ca9fa2d9
chore(release): 5.0.20
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.0.20\"></a>\n+## [5.0.20](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.0.1...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.0.20
1
chore
release
273,683
29.01.2019 22:22:12
-3,600
5a0d729991c8eef5dd50a5f66ac4c378c3891722
fix(app): simplify IntersectionObserver check
[ { "change_type": "MODIFY", "diff": "const IntersectionObserver = (\n- 'document' in global &&\n- 'IntersectionObserver' in global &&\n- 'IntersectionObserverEntry' in global &&\n- 'intersectionRatio' in global.IntersectionObserverEntry.prototype\n+ typeof global.IntersectionObserver !== 'undefined'\n)\ncons...
JavaScript
MIT License
gridsome/gridsome
fix(app): simplify IntersectionObserver check (#153)
1
fix
app
815,599
29.01.2019 22:22:43
-28,800
840a72eccbb28ec9266db95df11f708620f475dd
refactor: improve SharedBuilder interface Before this refactor, SharedBuilder user needs to specify db type (rocksdb or memory) in two places, one in type instance another in method name, e.g. `SharedBuilder<ChainKVStore<MemoryKeyValueDB>>::new_memory()`, which is both unnecessary and may cause inconsistent invocation.
[ { "change_type": "MODIFY", "diff": "@@ -413,7 +413,7 @@ pub mod test {\nfn start_chain(\nconsensus: Option<Consensus>,\n) -> (ChainController, Shared<ChainKVStore<MemoryKeyValueDB>>) {\n- let builder = SharedBuilder::<ChainKVStore<MemoryKeyValueDB>>::new_memory();\n+ let builder = SharedBuilder::<MemoryKeyV...
Rust
MIT License
nervosnetwork/ckb
refactor: improve SharedBuilder interface Before this refactor, SharedBuilder user needs to specify db type (rocksdb or memory) in two places, one in type instance another in method name, e.g. `SharedBuilder<ChainKVStore<MemoryKeyValueDB>>::new_memory()`, which is both unnecessary and may cause inconsistent invocation.
1
refactor
null
815,599
29.01.2019 22:35:17
-28,800
6f51e936162b5d8415cc70de50c4cc4b13d852f5
fix: db type should not be configurable
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,6 @@ use std::path::PathBuf;\n#[derive(Clone, Debug, Deserialize)]\npub struct DBConfig {\npub path: PathBuf,\n- pub backend: String, // \"memory\" or \"rocksdb\"\npub rocksdb: Option<HashMap<String, String>>,\n}\n@@ -13,7 +12,6 @@ impl Default for DBConfig {\n...
Rust
MIT License
nervosnetwork/ckb
fix: db type should not be configurable
1
fix
null
679,913
29.01.2019 23:11:52
0
426cd37f5091a94ed9509e6380932cc071f00764
refactor(quad-edge): replace QuadEdge class w/ type alias, add docs edge.parent now a simple 4-tuple, thus avoiding one level of indirection during lookup ops
[ { "change_type": "MODIFY", "diff": "@@ -8,25 +8,10 @@ let NEXT_ID = 0;\nexport const setNextID =\n(id: number) => (NEXT_ID = (id + 3) & -4);\n-export class QuadEdge<T> {\n-\n- edges: Edge<T>[];\n-\n- constructor() {\n- const edges = [\n- new Edge(this, NEXT_ID + 0),\n- new Edge(this, NEXT_ID + 1),\n- new Ed...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(quad-edge): replace QuadEdge class w/ type alias, add docs - edge.parent now a simple 4-tuple, thus avoiding one level of indirection during lookup ops
1
refactor
quad-edge
679,913
29.01.2019 23:18:03
0
2ff68db7dc52ac258487ba9395eb5bedcc8aad7a
feat(geom-voronoi): add support for vertex user data, tolerances, refactor QE changes add generics for Vertex & DVMesh add opt `eps` arg for .add*() add .addKeys() for point/site insertions use .addAll() for KV insertion (w/ user data) update quadedge vertex accesses
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^5.0.1\",\n+ \"@thi.ng/checks\": \"^2.0.1\",\n\"@thi.ng/geom-clip\": \"^0.0.1\",\n\"@thi.ng/geom-closest-point\": \"^0.0.1\",\n\"@thi.ng/geom-isec\": \"^0.0.1\",\n", "new_path": "packages/geom-voronoi/package.json", "old...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-voronoi): add support for vertex user data, tolerances, refactor QE changes - add generics for Vertex & DVMesh - add opt `eps` arg for .add*() - add .addKeys() for point/site insertions - use .addAll() for KV insertion (w/ user data) - update quadedge vertex accesses
1
feat
geom-voronoi
679,913
29.01.2019 23:32:53
0
4d19aa20f7302b7a1fd5aedb3b1080c759a75acc
perf(geom-voronoi): update computeDual(), update isBoundary()
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ References:\nConstruction speed: 20k random points ([poisson disc samples, even\ndistribution](https://github.com/thi-ng/umbrella/tree/master/packages/poisson))\n-in ~980ms (MBP 2016)\n+in ~850ms (Chrome 72, MBP 2016)\n## Installation\n", "new_path":...
TypeScript
Apache License 2.0
thi-ng/umbrella
perf(geom-voronoi): update computeDual(), update isBoundary()
1
perf
geom-voronoi
273,683
29.01.2019 23:38:18
-3,600
029e4317dac7dbf23d3281cbabcb83384fcb29bc
feat(develop): configureServer hook
[ { "change_type": "MODIFY", "diff": "@@ -91,9 +91,12 @@ class App {\n// run config.chainWebpack after all plugins\nif (typeof this.config.chainWebpack === 'function') {\n- this.on('chainWebpack', {\n- handler: this.config.chainWebpack\n- })\n+ this.on('chainWebpack', { handler: this.config.chainWebpack })\n+...
JavaScript
MIT License
gridsome/gridsome
feat(develop): configureServer hook
1
feat
develop
67,494
30.01.2019 01:51:52
-3,600
5276f7ba77858236451e14131278c7ad89311b19
feat(router): add stateful component caching for viewport
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ export class ViewportCustomElement {\n@bindable public default: string;\n@bindable public noLink: boolean;\n@bindable public noHistory: boolean;\n+ @bindable public stateful: boolean;\npublic viewport: Viewport;\n@@ -31,6 +32,7 @@ export class ViewportCu...
TypeScript
MIT License
aurelia/aurelia
feat(router): add stateful component caching for viewport
1
feat
router
67,476
30.01.2019 05:09:47
-3,600
0708221ad98c79057298303e058a1fa1b2327364
fix(repeat): fix proxy observer edge case
[ { "change_type": "MODIFY", "diff": "@@ -385,17 +385,18 @@ export class Repeat<C extends ObservedCollection = IObservedArray, T extends INo\n}\nprivate checkCollectionObserver(flags: LifecycleFlags): void {\n- const oldObserver = this.observer;\n- if (this.$state & (State.isBound | State.isBinding)) {\n- con...
TypeScript
MIT License
aurelia/aurelia
fix(repeat): fix proxy observer edge case
1
fix
repeat
67,476
30.01.2019 05:55:13
-3,600
ce9d26578b80ed79bae96801d895ed9828c4ee11
fix(repeater): fix null and undefined collection observer initialization for proxies
[ { "change_type": "MODIFY", "diff": "@@ -239,10 +239,12 @@ export class ObserverLocator implements IObserverLocator {\n}\n}\n-export function getCollectionObserver(flags: LifecycleFlags, lifecycle: ILifecycle, collection: IObservedMap | IObservedSet | IObservedArray): CollectionObserver {\n+type RepeatableCo...
TypeScript
MIT License
aurelia/aurelia
fix(repeater): fix null and undefined collection observer initialization for proxies
1
fix
repeater