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
504,004
16.10.2018 08:40:50
14,400
30b93272fcbbf9c86457570c833a5f88ec8571d5
fix(CatalogTileView): Remove unused styling of CatalogTileViewCategory column children. Remove the leftover style of bootstrap col children as it is unused and broad in scope.
[ { "change_type": "MODIFY", "diff": "flex-wrap: wrap;\noverflow: hidden;\nmargin-top: 10px;\n-\n- [class*='col-'] {\n- padding: 0 20px 0 0;\n- }\n}\n", "new_path": "packages/patternfly-3/patternfly-react-extensions/less/catalog-tile.less", "old_path": "packages/patternfly-3/patternfly-react-extension...
TypeScript
MIT License
patternfly/patternfly-react
fix(CatalogTileView): Remove unused styling of CatalogTileViewCategory column children. (#769) Remove the leftover style of bootstrap col children as it is unused and broad in scope. #765
1
fix
CatalogTileView
67,476
16.10.2018 09:46:31
-7,200
10f657f6235e6d4d0079f375010d691b4539ff0d
perf(dom): declare DOM api as loose functions
[ { "change_type": "MODIFY", "diff": "import { IIndexable, Primitive } from '@aurelia/kernel';\n-import { DOM, INode, INodeObserver } from '../dom';\n+import { createNodeObserver, INode, INodeObserver } from '../dom';\nimport { BindingFlags } from './binding-flags';\nimport { IChangeSet } from './change-set';...
TypeScript
MIT License
aurelia/aurelia
perf(dom): declare DOM api as loose functions
1
perf
dom
67,476
16.10.2018 10:01:41
-7,200
7e1321b649a739486b993389c0c78028fd4b4a54
perf(dom): use nodeType instead of instanceof for isNodeInstance
[ { "change_type": "MODIFY", "diff": "@@ -158,7 +158,7 @@ export function migrateChildNodes(currentParent: INode, newParent: INode): void\n/*@internal*/\nexport function isNodeInstance(potentialNode: any): potentialNode is INode {\n- return potentialNode instanceof Node;\n+ return potentialNode.nodeType > 0;\...
TypeScript
MIT License
aurelia/aurelia
perf(dom): use nodeType instead of instanceof for isNodeInstance
1
perf
dom
815,745
16.10.2018 11:00:10
-10,800
9d12cb87a28ef5687a76b203fdb5e6796e776d0e
chore(release): 2.10.4
[ { "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=\"2.10.4\"></a>\n+## [2.10.4](https://github.com/ng-select/ng-select/compare/v2.10.3......
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.10.4
1
chore
release
815,745
16.10.2018 11:14:20
-10,800
d022c8574ddf8922b2aed2e633223657cf5e53eb
chore: fix merge
[ { "change_type": "MODIFY", "diff": "@@ -145,7 +145,7 @@ export class NgDropdownPanelComponent implements OnInit, OnChanges, OnDestroy, A\n}\nrefresh(): Promise<void> {\n- return new Promise((resolve) => {\n+ return new Promise(resolve => {\nthis._zone.runOutsideAngular(() => {\nthis._window.requestAnimation...
TypeScript
MIT License
ng-select/ng-select
chore: fix merge
1
chore
null
821,196
16.10.2018 11:53:02
25,200
902c350cb9b728f2424ecfb3a8497a23485b67c4
fix: default to not using shrinkwrap
[ { "change_type": "MODIFY", "diff": "\"bin\": \"./bin/run\",\n\"bugs\": \"https://github.com/oclif/oclif/issues\",\n\"dependencies\": {\n- \"@oclif/command\": \"^1.5.3\",\n- \"@oclif/config\": \"^1.8.7\",\n+ \"@oclif/command\": \"^1.5.4\",\n+ \"@oclif/config\": \"^1.8.8\",\n\"@oclif/errors\": \"^1.2.2\",\n\"...
TypeScript
MIT License
oclif/oclif
fix: default to not using shrinkwrap
1
fix
null
791,834
16.10.2018 12:02:31
25,200
da218ff535366d58c238530c85b6b552c5f72430
extension: simplify bundle building
[ { "change_type": "MODIFY", "diff": "const lighthouse = require('../../../lighthouse-core/index');\nconst RawProtocol = require('../../../lighthouse-core/gather/connections/raw');\n-const Config = require('../../../lighthouse-core/config/config');\n-const defaultConfig = require('../../../lighthouse-core/con...
JavaScript
Apache License 2.0
googlechrome/lighthouse
extension: simplify bundle building (#6282)
1
extension
null
503,922
16.10.2018 13:52:36
14,400
37f43fc4d9deab935890a48e02e6179ca10e360e
fix(Progress): missing ProgressSize added to exported types
[ { "change_type": "MODIFY", "diff": "-export { default as Progress, ProgressVariant, ProgressMeasureLocation, ProgressStatus, ProgressProps } from './Progress';\n+export { default as Progress, ProgressVariant, ProgressMeasureLocation, ProgressSize, ProgressProps } from './Progress';\n", "new_path": "pack...
TypeScript
MIT License
patternfly/patternfly-react
fix(Progress): missing ProgressSize added to exported types (#785) #782
1
fix
Progress
67,476
16.10.2018 13:53:48
-7,200
61751673af10db16e5500857292e7e6437da886b
refactor(dom): remove DOM dependency from dom.ts
[ { "change_type": "MODIFY", "diff": "-import { DI, IContainer, IResolver, PLATFORM } from '@aurelia/kernel';\n-import { ICustomElement } from '.';\n+import { DI, IContainer, IResolver, PLATFORM, Reporter, Writable } from '@aurelia/kernel';\n+import { ICustomElement } from './templating/custom-element';\n+\n+...
TypeScript
MIT License
aurelia/aurelia
refactor(dom): remove DOM dependency from dom.ts
1
refactor
dom
76,605
16.10.2018 14:04:43
-7,200
c77a984344bbe01db614a568afdd12c9882cc079
doc: Put await in train
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ async function main() {\nmanager.addDocument('en', 'I want to travel from %fromCity% to %toCity% %date%', 'travel');\n- manager.train();\n+ await manager.train();\nconst result = await manager.process('en', 'I want to travel to Madrid tomorrow', {});\nco...
JavaScript
MIT License
axa-group/nlp.js
doc: Put await in train
1
doc
null
67,476
16.10.2018 14:06:26
-7,200
7aa22aa470f47c0f3a481e105c89a4b7a9b060d4
refactor(element-observation): remove DOM dependency from element observers
[ { "change_type": "MODIFY", "diff": "import { IIndexable, Primitive } from '@aurelia/kernel';\n-import { createNodeObserver, INode, INodeObserver } from '../dom';\n+import { createNodeObserver, IElement, INode, INodeObserver } from '../dom';\n+import { IObserversLookup } from './binding-context';\nimport { B...
TypeScript
MIT License
aurelia/aurelia
refactor(element-observation): remove DOM dependency from element observers
1
refactor
element-observation
67,476
16.10.2018 14:40:59
-7,200
dc5334e248667fa98374599158e51b5c0b63df49
refactor(target-accessors): remove DOM dependency
[ { "change_type": "MODIFY", "diff": "import { IIndexable, Primitive } from '@aurelia/kernel';\n-import { createNodeObserver, IElement, INode, INodeObserver } from '../dom';\n+import { createNodeObserver, IElement, IInputElement, INode, INodeObserver } from '../dom';\nimport { IObserversLookup } from './bindi...
TypeScript
MIT License
aurelia/aurelia
refactor(target-accessors): remove DOM dependency
1
refactor
target-accessors
730,412
16.10.2018 14:55:36
0
e0ebdea3dc152616604e0ea791ba75f2b1293696
chore(release): 0.1.373
[ { "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=\"0.1.373\"></a>\n+## [0.1.373](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.373
1
chore
release
67,476
16.10.2018 15:21:20
-7,200
6d3604f0207d02a7205744b667c6daa213315f4e
refactor(dom): use static class properties instead of object
[ { "change_type": "MODIFY", "diff": "@@ -459,7 +459,7 @@ export class ElementSymbol {\n}\npublic lift(instruction: HydrateTemplateController): ElementSymbol {\n- const template = instruction.def.template = DOM.createTemplate() as HTMLTemplateElement;\n+ const template = instruction.def.template = DOM.createE...
TypeScript
MIT License
aurelia/aurelia
refactor(dom): use static class properties instead of object
1
refactor
dom
76,605
16.10.2018 15:55:02
-7,200
5c819171c3843a8e755384eb3a571eadc31894fd
fix: Slot Manager load
[ { "change_type": "MODIFY", "diff": "@@ -131,7 +131,7 @@ class SlotManager {\n* @param {Object} src Source content.\n*/\nload(src) {\n- this.intents = src ? src.intents || {} : {};\n+ this.intents = src || {};\n}\n/**\n", "new_path": "lib/slot/slot-manager.js", "old_path": "lib/slot/slot-manager.js" ...
JavaScript
MIT License
axa-group/nlp.js
fix: Slot Manager load
1
fix
null
67,476
16.10.2018 15:58:43
-7,200
8c7363571f7097397170eaa6ea8fd6ea9b6e09ff
chore(dom): fix typing errors
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ export interface INode extends INodeLike {\nreadonly nextSibling: INode | null;\nreadonly previousSibling: INode | null;\nreadonly nodeName: string;\n- readonly nodeType: typeof ELEMENT_NODE | typeof TEXT_NODE | typeof COMMENT_NODE | typeof DOCUMENT_FRAG...
TypeScript
MIT License
aurelia/aurelia
chore(dom): fix typing errors
1
chore
dom
503,915
16.10.2018 16:00:12
14,400
e4af9cfa39c2bcb5ccd4b34d7ff946435d3725e6
fix(Storybook): Fix horizontal masthead examples using iconImg instead of titleImg Fix
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,7 @@ stories.addDecorator(\nstories.addWithInfo('Single-Level Menu Bar', '', () => (\n<HorizontalNav>\n{mastheadMock({\n- iconImg: pfFitBrand,\n+ titleImg: pfFitBrand,\ntitle: 'Patternfly React',\nnavToggle: false,\nthin: true\n@@ -46,7 +46,7 @@ stories.addWi...
TypeScript
MIT License
patternfly/patternfly-react
fix(Storybook): Fix horizontal masthead examples using iconImg instead of titleImg (#768) Fix #767
1
fix
Storybook
76,605
16.10.2018 16:02:26
-7,200
ced20dba5d830eb5fa71d47af7745203641cbdf8
test: Fix slot manager load test
[ { "change_type": "MODIFY", "diff": "@@ -229,11 +229,9 @@ describe('Slot Manager', () => {\n},\n};\nmanager.load({\n- intents: {\nintent: {\nentity: src,\n},\n- },\n});\nconst slot = manager.getSlot('intent', 'entity');\nexpect(slot).toEqual(src);\n", "new_path": "test/slot/slot-manager.test.js", "ol...
JavaScript
MIT License
axa-group/nlp.js
test: Fix slot manager load test
1
test
null
67,476
16.10.2018 16:14:54
-7,200
22f5765d2b8695d3cd36dad1d51959f6b9ca27d7
refactor(dom): don't declare globals
[ { "change_type": "MODIFY", "diff": "import { DI, IContainer, IResolver, PLATFORM, Reporter, Writable } from '@aurelia/kernel';\nimport { ICustomElement } from './templating/custom-element';\n-// ensure we don't get \"... is not defined\" errors in non-browser environments\n-// tslint:disable-next-line\n-var...
TypeScript
MIT License
aurelia/aurelia
refactor(dom): don't declare globals
1
refactor
dom
217,922
16.10.2018 16:36:17
-7,200
5af6f765909d1c897acff07e530165e7487b2037
chore: first part of the permissions system (dialog box)
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ export class DataWithPermissions extends DataModel {\n@ForeignKey(TeamcraftUser)\nauthorId: string;\n- public registry: { [index: string]: PermissionLevel } = {};\n+ public registry: { [index: string]: PermissionLevel } = {'9WA46RdoHsZrMQophOJjALzD6yU2': P...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: first part of the permissions system (dialog box)
1
chore
null
503,922
16.10.2018 17:03:50
14,400
c30c89fc01452d5913fd8f06ea8d44e47d0f9184
fix(Progress): Correct small progress size 782
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { SFC, HTMLProps, ReactType, ReactNode } from 'react';\nimport { OneOf, Omit } from '../../typeUtils';\nexport const ProgressSize: {\n- xs: 'xs',\n+ sm: 'sm',\nmd: 'md',\nlg: 'lg'\n}\n", "new_path": "packages/patternfly-4/react-core/src/componen...
TypeScript
MIT License
patternfly/patternfly-react
fix(Progress): Correct small progress size (#790) 782
1
fix
Progress
679,913
16.10.2018 17:22:29
-3,600
889730f87ccf330152aa85b66fa753562d2335cf
feat(dsp): add oscillators as package (from synstack / VEX)
[ { "change_type": "ADD", "diff": "+build\n+coverage\n+dev\n+doc\n+src*\n+test\n+.nyc_output\n+tsconfig.json\n+*.tgz\n+*.html\n", "new_path": "packages/dsp/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http://www.apache.o...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(dsp): add oscillators as @thi.ng/dsp package (from synstack / VEX)
1
feat
dsp
67,476
16.10.2018 18:49:29
-7,200
282c60b89983b43ebe3055a4e3339e3639356c12
chore(resources): improve typings and consistency between custom-element and custom-attribute
[ { "change_type": "MODIFY", "diff": "@@ -14,9 +14,10 @@ import { IBindScope } from '../binding/observation';\nimport { INode } from '../dom';\nimport { IResourceKind, IResourceType, ResourceDescription } from '../resource';\nimport { IBindableDescription } from './bindable';\n-import { IAttach, IAttachLifecy...
TypeScript
MIT License
aurelia/aurelia
chore(resources): improve typings and consistency between custom-element and custom-attribute
1
chore
resources
67,476
16.10.2018 19:26:04
-7,200
b2b5c6ebcc1d493f833deff44c2915f368956e25
chore(custom-element): improve decorator typings
[ { "change_type": "MODIFY", "diff": "import {\nConstructable,\n+ Decoratable,\n+ Decorated,\nIContainer,\nImmutable,\nOmit,\n@@ -49,46 +51,57 @@ export interface IInternalCustomElementImplementation extends Writable<ICustomEl\n/**\n* Decorator: Indicates that the decorated class is a custom element.\n*/\n-ex...
TypeScript
MIT License
aurelia/aurelia
chore(custom-element): improve decorator typings
1
chore
custom-element
791,690
16.10.2018 19:44:33
18,000
bf069a63f6e5ca345cafe35017caf60a423cb857
core: remove no-websql audit
[ { "change_type": "MODIFY", "diff": "@@ -312,9 +312,6 @@ Object {\nObject {\n\"path\": \"dobetterweb/js-libraries\",\n},\n- Object {\n- \"path\": \"dobetterweb/no-websql\",\n- },\nObject {\n\"path\": \"dobetterweb/notification-on-start\",\n},\n@@ -594,10 +591,6 @@ Object {\n\"id\": \"appcache-manifest\",\n\"...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: remove no-websql audit (#6293)
1
core
null
791,690
16.10.2018 20:14:57
18,000
43c5ee1f0a2e034cceaa314ac87e477a3ce7600a
misc(logging): add hanging request logging in driver
[ { "change_type": "MODIFY", "diff": "@@ -469,6 +469,7 @@ class Driver {\n* @private\n*/\n_waitForNetworkIdle(networkQuietThresholdMs) {\n+ let hasDCLFired = false;\n/** @type {NodeJS.Timer|undefined} */\nlet idleTimeout;\n/** @type {(() => void)} */\n@@ -499,6 +500,7 @@ class Driver {\n};\nconst domContentLo...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(logging): add hanging request logging in driver (#6297)
1
misc
logging
67,476
16.10.2018 20:24:39
-7,200
9c37a2cd6e986876fdd8369d1156acc0d496d8ac
chore(resources): more small tweaks to decorator typings
[ { "change_type": "MODIFY", "diff": "import {\nConstructable,\n+ Decoratable,\n+ Decorated,\nIContainer,\nImmutable,\nOmit,\n@@ -15,9 +17,9 @@ import { INode } from '../dom';\nimport { IResourceKind, IResourceType, ResourceDescription } from '../resource';\nimport { IBindableDescription } from './bindable';\...
TypeScript
MIT License
aurelia/aurelia
chore(resources): more small tweaks to decorator typings
1
chore
resources
217,927
16.10.2018 20:50:19
14,400
d81d514c440816cc45b20df487273a1e929bb546
refactor: levequests mobile view Refactors the Levequests page to display better on smaller screens.
[ { "change_type": "MODIFY", "diff": "-<div class=\"top-part\">\n+<div nz-row class=\"top-part\" fxLayout=\"row wrap\">\n+ <div nz-col [nzXs]=\"{ span: 10, order: 1 }\" [nzMd]=\"{ span: 4 }\" [nzXXl]=\"{ span: 3 }\">\n<nz-select class=\"job\" [ngModel]=\"job$.value\" [nzAllowClear]=\"true\"\n[nzPlaceHolder]=\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
refactor: levequests mobile view Refactors the Levequests page to display better on smaller screens.
1
refactor
null
217,927
16.10.2018 20:51:48
14,400
111fd53f416bf6cea53f4ccf321c293d3220bc29
chore: remove staging option from levequest search This is no longer required since the search changes have been pushed to production.
[ { "change_type": "MODIFY", "diff": "@@ -83,7 +83,7 @@ export class LevequestsComponent implements OnInit {\nfilters.push({ column: 'ClassJobLevel', operator: '>=', value: this.levelMin$.value },\n{ column: 'ClassJobLevel', operator: '<=', value: this.levelMax$.value });\n- return this.xivapi.search({ indexe...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: remove staging option from levequest search This is no longer required since the search changes have been pushed to production.
1
chore
null
67,476
16.10.2018 22:19:09
-7,200
27486a26a00313fb3072400f3e907f8d6aea2b7e
refactor(bindable): improve typings and small tweak to the flow
[ { "change_type": "MODIFY", "diff": "-import { Omit, PLATFORM } from '@aurelia/kernel';\n+import { Constructable, Omit, PLATFORM } from '@aurelia/kernel';\nimport { BindingMode } from '../binding/binding-mode';\nexport type BindableSource = Omit<IBindableDescription, 'property'>;\n@@ -10,38 +10,42 @@ export ...
TypeScript
MIT License
aurelia/aurelia
refactor(bindable): improve typings and small tweak to the flow
1
refactor
bindable
679,913
16.10.2018 23:13:20
-3,600
6851f2c47873274f6c1a794a90d849a0c24c88ac
feat(compose): add partial(), update readme
[ { "change_type": "MODIFY", "diff": "@@ -22,9 +22,10 @@ This project is part of the\nFunctional composition helpers:\n-- [comp(...)](https://github.com/thi-ng/umbrella/tree/master/packages/compose/src/comp.ts)\n-- [compI(...)](https://github.com/thi-ng/umbrella/tree/master/packages/compose/src/comp.ts)\n-- [...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(compose): add partial(), update readme
1
feat
compose
67,476
16.10.2018 23:14:00
-7,200
b9d1b129c5e0e7374b78219964310bda87511ede
feat(bindable): allow declaring a bindable property via class decorator and direct invocation
[ { "change_type": "MODIFY", "diff": "@@ -16,11 +16,21 @@ type BindableDecorator = <T extends InstanceType<Constructable & Partial<WithBin\n/**\n* Decorator: Specifies custom behavior for a bindable property.\n- * @param configOrTarget The overrides.\n+ * @param config The overrides\n*/\nexport function binda...
TypeScript
MIT License
aurelia/aurelia
feat(bindable): allow declaring a bindable property via class decorator and direct invocation
1
feat
bindable
679,913
16.10.2018 23:38:19
-3,600
501536b90b508738d8c4f32d29827a5e97b603b9
feat(morton): import & update package (MBP2010)
[ { "change_type": "ADD", "diff": "+build\n+coverage\n+dev\n+doc\n+src*\n+test\n+.nyc_output\n+tsconfig.json\n+*.tgz\n+*.html\n", "new_path": "packages/morton/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http://www.apach...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(morton): import & update @thi.ng/morton package (MBP2010)
1
feat
morton
679,913
16.10.2018 23:40:15
-3,600
f257330e884ddfed9b961f5559309edb3c90c0bb
refactor(transducers): add ensureArrayLike(), update permutations()
[ { "change_type": "MODIFY", "diff": "import { isArray } from \"@thi.ng/checks/is-array\";\n+import { isArrayLike } from \"@thi.ng/checks/is-arraylike\";\nimport { ensureIterable } from \"./ensure-iterable\";\n/**\n@@ -12,3 +13,7 @@ import { ensureIterable } from \"./ensure-iterable\";\nexport function ensure...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(transducers): add ensureArrayLike(), update permutations()
1
refactor
transducers
679,913
17.10.2018 02:54:02
-3,600
ffea836f56ecdfca269e0fe83e62a0c0aff320fa
refactor(geom): update deps & imports
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@thi.ng/api\": \"^4.2.1\",\n\"@thi.ng/checks\": \"^1.5.11\",\n+ \"@thi.ng/math\": \"^0.0.1\",\n\"@thi.ng/transducers\": \"^2.1.6\",\n\"@thi.ng/vectors\": \"^1.3.0\"\n},\n", "new_path": "packages/geom/package.json", "old_path": "packages/geom...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom): update deps & @thi.ng/math imports
1
refactor
geom
749,547
17.10.2018 03:06:37
-39,600
7564c177b4584ed5e050c6dc710b63a17d6f4b3e
feat(docs): changed View Code to Edit Code
[ { "change_type": "ADD", "diff": "+/**\n+ * Copyright Zendesk, Inc.\n+ *\n+ * Use of this source code is governed under the Apache License, Version 2.0\n+ * found at http://www.apache.org/licenses/LICENSE-2.0.\n+ */\n+\n+import React from 'react';\n+import TabButton from 'rsg-components/TabButton';\n+\n+cons...
TypeScript
Apache License 2.0
zendeskgarden/react-components
feat(docs): changed View Code to Edit Code (#188)
1
feat
docs
679,913
17.10.2018 03:20:24
-3,600
10cf5646130a664c88efc786cb66ef2ac347fd18
build: update gitignore & yarn.lock
[ { "change_type": "MODIFY", "diff": "@@ -5,9 +5,12 @@ build\ndev\ndoc\ndocs\n+export\nexamples/dataflow-scenegraph\nexamples/hdc\nexamples/hdom-class\n+examples/hdom-clj\n+examples/ts-parse\n.DS_Store\ntachyons.min.css\nbundle.*\n@@ -18,3 +21,5 @@ bundle.*\n*.bak*\n*.zip\n/.gtm/\n+\n+packages/geom-accel\n", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update gitignore & yarn.lock
1
build
null
679,913
17.10.2018 03:44:47
-3,600
456a2ee37870344bb5788fa279a0113d30b82c10
build(math): update package desc
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@thi.ng/math\",\n\"version\": \"0.0.1\",\n- \"description\": \"TODO\",\n+ \"description\": \"Assorted common math functions & utilities\",\n\"main\": \"./index.js\",\n\"typings\": \"./index.d.ts\",\n\"repository\": {\n},\n\"dependencies\": {},\n\"keywords\"...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(math): update package desc
1
build
math
679,913
17.10.2018 03:45:10
-3,600
940fc312fdd30fa0eecdb0cbbbe536d6762facb3
build(dsp): update package
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/math\": \"^0.0.1\"\n},\n\"keywords\": [\n+ \"additive\",\n\"DSP\",\n\"ES6\",\n\"generator\",\n\"math\",\n\"oscillator\",\n\"stateless\",\n+ \"synthesis\",\n\"typescript\",\n\"waveform\"\n],\n", "new_path": "packages/dsp/package.json", "old_path": "packag...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(dsp): update package
1
build
dsp
791,676
17.10.2018 04:20:19
-7,200
ff1314da7e5ad896a50638deedf52139080b38e4
report: fix tooltip hover animation
[ { "change_type": "MODIFY", "diff": "z-index: 1;\nwill-change: opacity;\nright: 0;\n+ pointer-events: none;\n}\n.tooltip::before {\n@keyframes fadeInTooltip {\n0% { opacity: 0; }\n75% { opacity: 1; }\n- 100% { opacity: 1; filter: drop-shadow(1px 0px 1px #aaa) drop-shadow(0px 2px 4px hsla(206, 6%, 25%, 0.15))...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: fix tooltip hover animation (#6288)
1
report
null
679,913
17.10.2018 04:31:56
-3,600
cf2970aafd82d7351f76e6e3189ba9ed7de3d1d5
minor: update readme
[ { "change_type": "MODIFY", "diff": "@@ -58,7 +58,7 @@ packages) in the [examples](./examples) directory.\n| [`@thi.ng/dsp`](./packages/dsp) | [![version](https://img.shields.io/npm/v/@thi.ng/dsp.svg)](https://www.npmjs.com/package/@thi.ng/dsp) | [changelog](./packages/dsp/CHANGELOG.md) | DSP utils, oscillat...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor: update readme
1
minor
null
791,690
17.10.2018 10:09:03
18,000
3d5037ade1b0b62b6bfe89642ba0e20904809df2
misc: only allow 1 error from each audit/gatherer
[ { "change_type": "MODIFY", "diff": "@@ -65,6 +65,8 @@ function init(opts) {\nsentryDelegate.captureBreadcrumb = (...args) => Sentry.captureBreadcrumb(...args);\nsentryDelegate.getContext = () => Sentry.getContext();\n+ // Keep a record of exceptions per audit/gatherer so we can just report once\n+ const sen...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: only allow 1 error from each audit/gatherer (#6215)
1
misc
null
749,547
17.10.2018 10:51:58
-39,600
9c78c912a94501a5f4446f731cb0f8097c5842b6
feat(loaders): introduce Spinner loader
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,8 @@ npm install react react-dom prop-types styled-components @zendeskgarden/react-th\n## Usage\n+### Dots\n+\n```jsx static\nimport { ThemeProvider } from '@zendeskgarden/react-theming';\nimport { Dots } from '@zendeskgarden/react-loaders';\n@@ -25,3 +27,17 ...
TypeScript
Apache License 2.0
zendeskgarden/react-components
feat(loaders): introduce Spinner loader (#167)
1
feat
loaders
504,004
17.10.2018 11:49:08
14,400
469ab3a72f9c8feecdefa6b4b13b58b89086b1ed
fix(ModelessOverlay): Fix for animation on open in Firefox browser Use a 150ms delay to update show & in classes for both open and close fixes
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ class ModelessOverlay extends React.Component {\nconstructor(props) {\nsuper(props);\nthis.state = { isIn: false };\n- this.inTimer = new Timer(null, 150);\n+ this.inTimer = new Timer(this.updateForTransitions, 150);\n}\ncomponentWillUnmount() {\n@@ -30,7 ...
TypeScript
MIT License
patternfly/patternfly-react
fix(ModelessOverlay): Fix for animation on open in Firefox browser (#776) Use a 150ms delay to update show & in classes for both open and close fixes #774
1
fix
ModelessOverlay
815,745
17.10.2018 12:50:06
-10,800
e30e365cf430b1efc9475c86001b7a74bfec384e
fix: don't validate selected model when compareWith is used This allows to use [bindValue] and have mixed model like [1, { Name: "bar" })
[ { "change_type": "MODIFY", "diff": "@@ -570,15 +570,12 @@ export class NgSelectComponent implements OnDestroy, OnChanges, AfterViewInit, C\n}\nprivate _isValidWriteValue(value: any): boolean {\n- if (!isDefined(value) ||\n- (this.multiple && value === '') ||\n- Array.isArray(value) && value.length === 0\n- ...
TypeScript
MIT License
ng-select/ng-select
fix: don't validate selected model when compareWith is used This allows to use [bindValue] and have mixed model like [1, { Name: "bar" })
1
fix
null
815,745
17.10.2018 13:02:48
-10,800
28c2ebfe9b0f9ba66a821035aaccb5ba1feeb0a2
chore(release): 2.10.5
[ { "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=\"2.10.5\"></a>\n+## [2.10.5](https://github.com/ng-select/ng-select/compare/v2.10.4......
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.10.5
1
chore
release
791,723
17.10.2018 13:10:19
25,200
c92142f9766bd13675c89003699175de52eb95bc
core(driver): stringify protocol error messages
[ { "change_type": "MODIFY", "diff": "@@ -59,8 +59,8 @@ class LighthouseError extends Error {\n}\n// otherwise fallback to building a generic Error\n- let errMsg = `(${method}): ${protocolError.message}`;\n- if (protocolError.data) errMsg += ` (${protocolError.data})`;\n+ let errMsg = `(${method}): ${JSON.str...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(driver): stringify protocol error messages (#6302)
1
core
driver
503,922
17.10.2018 13:18:59
14,400
dee29d4bf2463fd410c197fc821890b8a0d93433
fix(Form): Do not add any class if action modifier is missing
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ const defaultProps = {\n};\nconst ActionGroup = ({ className, children, ...props }) => {\n- const customClassName = css(styles.formGroup, getModifier(styles, 'action'), className);\n+ const customClassName = css(styles.formGroup, styles.modifiers.action,...
TypeScript
MIT License
patternfly/patternfly-react
fix(Form): Do not add any class if action modifier is missing (#792)
1
fix
Form
679,913
17.10.2018 13:48:46
-3,600
d4d44b32779764da093f5cae07a6664e8ee8dde4
fix(examples): update occurrences
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import { canvas2D } from \"@thi.ng/hdom-components/canvas\";\nimport { GestureEvent, gestureStream, GestureType } from \"@thi.ng/rstream-gestures\";\nimport { Subscription } from \"@thi.ng/rstream/subscription\";\nimport { peek } from \"@thi.ng/transducers...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(examples): update @thi.ng/math occurrences
1
fix
examples
679,913
17.10.2018 13:53:25
-3,600
3569d242f74e42c68cf03bdcbcee3cba08da60e4
feat(examples): add geom-tessel example
[ { "change_type": "ADD", "diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/geom-tessel/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# geom-tessel\n+\n+[Live demo](http://demo.thi.ng/umbrella/geom-tessel/)\n+\n+Test example of\n+[@thi....
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add geom-tessel example
1
feat
examples
730,429
17.10.2018 14:41:43
14,400
63b606adbaee5d24d5dd9d5ac19119418f94b83d
feat(r-m-media): add ability to pass constraints to call answer
[ { "change_type": "MODIFY", "diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n+exports[`redux-module-media actions #acceptIncomingCall can accept an incoming call with constraints 1`] = `\n+Array [\n+ Object {\n+ \"payload\": Object {\n+ \"call\": Object {\n+ \"activeParticipantsCount\": 0,\n+ \"direction...
JavaScript
MIT License
webex/react-widgets
feat(r-m-media): add ability to pass constraints to call answer
1
feat
r-m-media
730,429
17.10.2018 14:42:22
14,400
2445333b58464ec052f600c4d795aa7a84b665f7
feat(widget-meet): removes video constraint from audio only calls
[ { "change_type": "MODIFY", "diff": "@@ -64,7 +64,9 @@ function catchCallError(props) {\nfunction handleAnswer(props) {\nreturn () => {\n- props.acceptIncomingCall(props.call);\n+ const {call, hasVideo} = props;\n+ const constraints = {audio: true, video: hasVideo};\n+ props.acceptIncomingCall(call, constrai...
JavaScript
MIT License
webex/react-widgets
feat(widget-meet): removes video constraint from audio only calls
1
feat
widget-meet
730,429
17.10.2018 14:43:56
14,400
6214bde617115b702912547096b2a4e57e2f6ddf
feat(webpack): add source map to transpile
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ const libraryName = pkg.name;\nmodule.exports = (env) => {\nconsole.info('webpacking for transpile');\nreturn {\n+ devtool: 'source-map',\nentry: './src/index.js',\noutput: {\npath: path.resolve(process.cwd(), 'es'),\n@@ -155,8 +156,6 @@ module.exports =...
JavaScript
MIT License
webex/react-widgets
feat(webpack): add source map to transpile
1
feat
webpack
730,429
17.10.2018 14:44:33
14,400
6a10da900070b6fe72b01c057fceaca7af800346
chore(tsconfig): add ignores for es and cjs compiled directories
[ { "change_type": "MODIFY", "diff": "\"exclude\": [\n\"packages/node_modules/@ciscospark/**/dist/*\",\n\"packages/node_modules/@webex/**/dist/*\",\n+ \"packages/node_modules/@ciscospark/**/es/*\",\n+ \"packages/node_modules/@webex/**/es/*\",\n+ \"packages/node_modules/@ciscospark/**/cjs/*\",\n+ \"packages/no...
JavaScript
MIT License
webex/react-widgets
chore(tsconfig): add ignores for es and cjs compiled directories
1
chore
tsconfig
503,998
17.10.2018 15:50:30
-7,200
b5bc87ef06cfe04c58f04a02c84cd45de8d9013f
fix(Form components style modifiers): Style modifiers fix 791
[ { "change_type": "MODIFY", "diff": "\"react-dom\": \"^15.6.2 || ^16.4.0\"\n},\n\"scripts\": {\n- \"build\": \"yarn build:babel; yarn build:ts\",\n+ \"build\": \"yarn build:babel && yarn build:ts\",\n\"build:babel\": \"concurrently \\\"yarn build:babel:cjs\\\" \\\"yarn build:babel:esm\\\"\",\n\"build:babel:c...
TypeScript
MIT License
patternfly/patternfly-react
fix(Form components style modifiers): Style modifiers (#797) fix 791
1
fix
Form components style modifiers
791,723
17.10.2018 16:10:10
25,200
03f8d023c5e9a4bded1c23aef6d0be37c1332a3b
core(driver): recover from rejection on handleJavaScriptDialog
[ { "change_type": "MODIFY", "diff": "@@ -1196,17 +1196,16 @@ class Driver {\n* @return {Promise<void>}\n*/\nasync dismissJavaScriptDialogs() {\n- await this.sendCommand('Page.enable');\n-\nthis.on('Page.javascriptDialogOpening', data => {\nlog.warn('Driver', `${data.type} dialog opened by the page automatica...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(driver): recover from rejection on handleJavaScriptDialog (#6327)
1
core
driver
217,922
17.10.2018 17:00:21
-7,200
a80cdb67aa98cdb05af7fb20552f568134dc9ac8
feat: FC-wide permissions This is not gated behind a character verification for now but it will be for sure, in order to avoid list trolling.
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ import { AngularFireAuth } from '@angular/fire/auth';\n})\nexport class AuthFacade {\nloaded$ = this.store.select(authQuery.getLoaded);\n- mainCharacter$ = this.store.select(authQuery.getMainCharacter);\n+ mainCharacter$ = this.store.select(authQuery.get...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: FC-wide permissions This is not gated behind a character verification for now but it will be for sure, in order to avoid list trolling.
1
feat
null
791,760
17.10.2018 17:06:26
25,200
771fb5ae0bbffbdf15d92aa166c5c04c00c552f6
misc(proto): adjust configSetting.output in preprocessor
[ { "change_type": "MODIFY", "diff": "@@ -22,13 +22,23 @@ function processForProto(result) {\n/** @type {LH.Result} */\nconst reportJson = JSON.parse(result);\n+ // Clean up the configSettings\n+ if (reportJson.configSettings) {\n+ // make sure the 'output' field is an array\n+ if (reportJson.configSettings.o...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(proto): adjust configSetting.output in preprocessor (#6310)
1
misc
proto
791,760
17.10.2018 17:14:24
25,200
3b33497c7471b3d7d8ad6f1186eb0ef8afeb0787
misc(proto): convert int32's into DoubleValue in proto
[ { "change_type": "MODIFY", "diff": "@@ -149,7 +149,7 @@ function ultradumbBenchmark() {\n}\nconst durationInSeconds = (Date.now() - start) / 1000;\n- return iterations / durationInSeconds;\n+ return Math.round(iterations / durationInSeconds);\n}\nmodule.exports = {\n", "new_path": "lighthouse-core/lib/p...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(proto): convert int32's into DoubleValue in proto (#6332)
1
misc
proto
504,004
17.10.2018 17:15:18
14,400
9bd454175631827d973adb70077e8b0976c9d76b
fix(CatalogTile): Fix to not allow the description text to overflow the tile Description text could overflow the tile in Firefox. This is a better CSS constraint.
[ { "change_type": "MODIFY", "diff": "display: flex;\nflex-direction: column;\nmargin-top: 15px;\n+ min-height: 0;\n.catalog-tile-pf-title {\nfont-size: (@font-size-base + 1);\n}\n.catalog-tile-pf-description {\n+ flex: 1;\nmargin-top: 15px;\noverflow-y: hidden;\n}\n", "new_path": "packages/patternfly-3/p...
TypeScript
MIT License
patternfly/patternfly-react
fix(CatalogTile): Fix to not allow the description text to overflow the tile (#804) Description text could overflow the tile in Firefox. This is a better CSS constraint.
1
fix
CatalogTile
791,760
17.10.2018 18:39:54
25,200
bb8248c709c3e5a5f8e9600075cec919182b5307
misc(proto): made default LighthouseError enum 'UNDEFINED'
[ { "change_type": "MODIFY", "diff": "@@ -16,5 +16,6 @@ lighthouse-extension/ @paulirish @patrickhulce\nlighthouse-viewer/ @ebidel @brendankenny\ndocs/ @paulirish\n+proto/ @brendankenny @exterkamp\n# no explicit owner for plots, travis, etc\n", "new_path": ".github/CODEOWNERS", "old_path": ".github/CO...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(proto): made default LighthouseError enum 'UNDEFINED' (#6334)
1
misc
proto
67,476
17.10.2018 19:01:23
-7,200
b499495d9634136b89ca9d1c3cebb8cf3e4299c7
test(customAttribute): add tests for $hydrate and $bind
[ { "change_type": "MODIFY", "diff": "@@ -50,6 +50,7 @@ import {\nScope\n} from '../../src';\nimport { spy } from 'sinon';\n+import { expect } from 'chai';\nexport class MockContext {\npublic log: any[] = [];\n@@ -720,8 +721,11 @@ export class MockRenderingEngine implements IRenderingEngine {\n}\n-export clas...
TypeScript
MIT License
aurelia/aurelia
test(customAttribute): add tests for $hydrate and $bind
1
test
customAttribute
791,690
17.10.2018 19:03:09
18,000
c6ae9f53eed70b289ee9703a357a379f892e1259
tests: add basic sentry tests
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,9 @@ const sentryDelegate = {\ngetContext: noop,\n/** @type {(error: Error, options?: CaptureOptions) => Promise<void>} */\ncaptureException: async () => {},\n+ _shouldSample() {\n+ return SAMPLE_RATE >= Math.random();\n+ },\n};\n/**\n@@ -50,7 +53,7 @@ functi...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: add basic sentry tests (#6308)
1
tests
null
217,922
17.10.2018 19:06:18
-7,200
9694320529407197e16a8e3d24b7955c51cce4a2
fix: fixes for FC-wide permissions
[ { "change_type": "MODIFY", "diff": "@@ -71,15 +71,21 @@ export class ListsEffects {\nfilter(([action, allLists]) => allLists.find(list => list.$key === (<LoadListDetails>action).key) === undefined),\nmap(([action]) => action),\nswitchMap((action: LoadListDetails) => {\n+ return this.authFacade.loggedIn$.pip...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixes for FC-wide permissions
1
fix
null
217,922
17.10.2018 19:26:39
-7,200
57ccac914aaa60226107aff83872593eb0798251
fix: fixed list duplicates if you are the owner of a FC-wide shared list
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,7 @@ export function listsReducer(\nstate = {\n...state,\nlistsWithWriteAccess: [\n- ...action.payload\n+ ...action.payload.filter(list => state.myLists.find(l => l.$key === list.$key) === undefined)\n],\nlistsWithWriteAccessConnected: true\n};\n", "new_p...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed list duplicates if you are the owner of a FC-wide shared list
1
fix
null
67,476
17.10.2018 21:26:26
-7,200
a7c3778d3fee74511af2ebd6cc8c9553e38b73ab
test(customAttribute): add $unbind tests
[ { "change_type": "MODIFY", "diff": "@@ -369,7 +369,188 @@ describe('@customAttribute', () => {\n});\ndescribe('$unbind', () => {\n+ const initialStateAndInputScopePossibilities = [\n+ {\n+ description: '$isBound: false, $scope: null',\n+ expectation: 'calls behaviors',\n+ callsBehaviors: false,\n+ setInitia...
TypeScript
MIT License
aurelia/aurelia
test(customAttribute): add $unbind tests
1
test
customAttribute
67,476
17.10.2018 21:31:33
-7,200
cfacba4837569dceff2058d6e1f0aef386bb2c80
chore(au-marker): use inline function to make proto assignment less bulky
[ { "change_type": "MODIFY", "diff": "@@ -431,9 +431,11 @@ export class AuMarker implements INode {\n}\npublic remove(): void { /* do nothing */ }\n}\n-(<Writable<AuMarker>>AuMarker.prototype).previousSibling = null;\n-(<Writable<AuMarker>>AuMarker.prototype).firstChild = null;\n-(<Writable<AuMarker>>AuMarker...
TypeScript
MIT License
aurelia/aurelia
chore(au-marker): use inline function to make proto assignment less bulky
1
chore
au-marker
67,476
18.10.2018 01:23:53
-7,200
7156d18589c69ad1a609e0b51bd5569d47d8136c
test(custom-attribute): cleanup/reorganize tests
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ import { eachCartesianJoin } from '../util';\n// easier to pin down the source of the error when a test fail.\ndescribe('@customAttribute', () => {\n- function setupBase() {\n+ function setup() {\nconst decorate = customAttribute('foo');\nconst Type = de...
TypeScript
MIT License
aurelia/aurelia
test(custom-attribute): cleanup/reorganize tests
1
test
custom-attribute
679,913
18.10.2018 02:49:15
-3,600
0cf708f45271190cf0e8162c6bb88cf27a28c323
feat(bench): add timedResult() / benchResult()
[ { "change_type": "MODIFY", "diff": "+export type TimingResult<T> = [T, number];\n+\n/**\n* Calls function `fn` without args, prints elapsed time and returns\n* fn's result. The optional `prefix` will be displayed with the output,\n* @param fn\n* @param prefix\n*/\n-export function timed<T>(fn: () => T, pref...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(bench): add timedResult() / benchResult()
1
feat
bench
679,913
18.10.2018 02:49:50
-3,600
f7bbfde4ad7a4c7bacf3c192e726425cd1b32298
refactor(heaps): public fields
[ { "change_type": "MODIFY", "diff": "@@ -37,8 +37,8 @@ export class Heap<T> implements\nreturn idx >= 0 ? (idx << 1) + 1 : -1;\n}\n- protected values: T[];\n- protected compare: Comparator<T>;\n+ values: T[];\n+ compare: Comparator<T>;\nconstructor(values?: Iterable<T>, opts?: HeapOpts<T>) {\nopts = Object.a...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(heaps): public fields
1
refactor
heaps
679,913
18.10.2018 02:51:12
-3,600
e14ac8b1f855ce800396a544a93c850705911640
feat(geom-accel): re-import geom-accel skeleton (MBP2010)
[ { "change_type": "ADD", "diff": "+build\n+coverage\n+dev\n+doc\n+src*\n+test\n+.nyc_output\n+tsconfig.json\n+*.tgz\n+*.html\n", "new_path": "packages/geom-accel/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http://www.a...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-accel): re-import geom-accel skeleton (MBP2010)
1
feat
geom-accel
679,913
18.10.2018 02:51:43
-3,600
f82c8b16c2e82eb6b318f12e11c53cc0603fcbd7
feat(examples): add geom-knn example
[ { "change_type": "ADD", "diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/geom-knn/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# geom-knn\n+\n+[Live demo](http://demo.thi.ng/umbrella/geom-knn/)\n+\n+Drawing / debug toy based on 2x r...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add geom-knn example
1
feat
examples
67,476
18.10.2018 02:54:49
-7,200
0d60dfcbeee26dbae715f2c9e7321bb6c1ea08bf
test(customAttribute): improve assertions and tidy up the tests a bit more
[ { "change_type": "MODIFY", "diff": "@@ -729,30 +729,43 @@ export function defineComponentLifecycleMock() {\npublic created(): void {\nthis.trace(`created`);\n+ this.verifyPropertyValue('$isBound', false, 'created');\n+ this.verifyPropertyValue('$isAttached', false, 'created');\n}\npublic binding(flags: Bind...
TypeScript
MIT License
aurelia/aurelia
test(customAttribute): improve assertions and tidy up the tests a bit more
1
test
customAttribute
815,799
18.10.2018 03:16:42
18,000
fe9d990c0ac7aa898fbf5cecf70661e7e812c4dd
feat(openOnEnter): allow to configure whether enter opens dropdown closes
[ { "change_type": "MODIFY", "diff": "@@ -146,6 +146,7 @@ map: {\n| [searchFn] | `(term: string, item: any) => boolean` | `null` | no | Allow to filter by custom search function |\n| [clearSearchOnAdd] | `boolean` | `true` | no | Clears search input when item is selected. Default `true`. Default `false` when ...
TypeScript
MIT License
ng-select/ng-select
feat(openOnEnter): allow to configure whether enter opens dropdown closes #878
1
feat
openOnEnter
67,476
18.10.2018 03:27:22
-7,200
701816b7b5f1df63fbc5abdaedd6b2a5c4edb835
ci: fix publish job and tidy up the yml a bit
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,13 @@ map-4: &filter_only_release\nonly:\n- release\n-map-5: &filter_only_tag\n+map-5: &filter_only_develop\n+ filters:\n+ branches:\n+ only:\n+ - develop\n+\n+map-6: &filter_only_tag\nfilters:\nbranches:\nignore: /.*/\n@@ -336,6 +342,7 @@ jobs:\nchannel:\nty...
TypeScript
MIT License
aurelia/aurelia
ci: fix publish job and tidy up the yml a bit
1
ci
null
679,914
18.10.2018 07:27:31
-3,600
b9cfb56f9d446ade7741a6873696d72b23ae44a8
minor(hdom-canvas): add arc, hline, vline to readme
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ This project is part of the\n<!-- TOC depthFrom:2 depthTo:3 -->\n+- [@thi.ng/hdom-canvas](#thinghdom-canvas)\n- [About](#about)\n- [Status](#status)\n- [Installation](#installation)\n@@ -23,7 +24,10 @@ This project is part of the\n- [Definition group](#def...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(hdom-canvas): add arc, hline, vline to readme
1
minor
hdom-canvas
67,476
18.10.2018 07:58:46
-7,200
cf2701f1a7ec8d27a169888105e6ceb7902f8313
chore(resources): add Type to returntype from decorator
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,7 @@ export interface IInternalCustomAttributeImplementation extends Writable<ICustom\n$behavior: IRuntimeBehavior;\n}\n-type CustomAttributeDecorator = <T extends Constructable>(target: Decoratable<ICustomAttribute, T>) => Decorated<ICustomAttribute, T>;\n+t...
TypeScript
MIT License
aurelia/aurelia
chore(resources): add Type to returntype from decorator
1
chore
resources
67,476
18.10.2018 09:00:11
-7,200
e3bf5efa0bb7a22d8cb86d5dca168ee58b815ee3
fix(customAttribute): register aliases with the correct key
[ { "change_type": "MODIFY", "diff": "@@ -107,7 +107,8 @@ function register(this: ICustomAttributeType, container: IContainer): void {\ncontainer.register(Registration.transient(resourceKey, this));\nfor (let i = 0, ii = aliases.length; i < ii; ++i) {\n- container.register(Registration.alias(resourceKey, alia...
TypeScript
MIT License
aurelia/aurelia
fix(customAttribute): register aliases with the correct key
1
fix
customAttribute
67,476
18.10.2018 09:00:30
-7,200
38313f31e9a0d69c8de62239fbb9f18a51ce9bfc
test(customAttribute): finalize test coverage
[ { "change_type": "MODIFY", "diff": "@@ -781,7 +781,7 @@ export function defineComponentLifecycleMock() {\npublic verifyPropertyValue(prop: string, value: any, during?: string): void {\nif (this[prop] !== value) {\n- let msg = `expected ${prop} to be false`;\n+ let msg = `expected ${prop} to be ${value}`;\ni...
TypeScript
MIT License
aurelia/aurelia
test(customAttribute): finalize test coverage
1
test
customAttribute
679,913
18.10.2018 14:07:41
-3,600
0c76c024c1d3698688d53136359d7d878ee1b9d0
refactor(geom-accel): move iterator into KdNode
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,17 @@ export class KdNode<T extends KdIndexable<T>> {\nthis.l = this.r = null;\n}\n+ *[Symbol.iterator](): IterableIterator<T> {\n+ let queue: KdNode<T>[] = [this];\n+ while (queue.length) {\n+ const n = queue.pop();\n+ if (n) {\n+ yield n.p;\n+ queue.push(n....
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-accel): move iterator into KdNode
1
refactor
geom-accel
679,913
18.10.2018 14:08:15
-3,600
b31b48071516035b4ceb61c7480452b441cdb3cc
refactor(hdom-canvas): update points() to accept iterables
[ { "change_type": "MODIFY", "diff": "@@ -600,36 +600,32 @@ const rect = (ctx: CanvasRenderingContext2D,\nconst points = (ctx: CanvasRenderingContext2D,\nattribs: IObjectOf<any>,\nopts: IObjectOf<any>,\n- pts: ReadonlyVec[]) => {\n+ pts: Iterable<ReadonlyVec>) => {\nconst s = (opts && opts.size) || 1;\nlet v:...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom-canvas): update points() to accept iterables
1
refactor
hdom-canvas
679,913
18.10.2018 14:24:19
-3,600
f0deebb9a38bb03a545dc157bcaa99cad34deb62
minor(examples): update geom-knn
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ const app = (main) => {\nconst width = window.innerWidth;\nconst height = window.innerHeight;\nconst initial = new Vec2([width / 2, height / 2, 5]);\n- let tree = new KdTree<Vec2>(2, [initial]);\n+ let tree = new KdTree<Vec2>(2);\n// return root componen...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(examples): update geom-knn
1
minor
examples
791,704
18.10.2018 14:58:30
25,200
97d459bbb77885cee727967148ae97e8019626a1
cli(docs): update docs for --output-path re: multiple output types
[ { "change_type": "MODIFY", "diff": "@@ -111,7 +111,7 @@ function getFlags(manualArgv) {\n'output-path': `The file path to output the results. Use 'stdout' to write to stdout.\nIf using JSON output, default is stdout.\nIf using HTML output, default is a file in the working directory with a name based on the ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
cli(docs): update docs for --output-path re: multiple output types (#6339)
1
cli
docs
730,412
18.10.2018 15:34:32
0
89c6bb87b6a73ead49a88d6739ab090a5989a715
chore(release): 0.1.374
[ { "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=\"0.1.374\"></a>\n+## [0.1.374](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.374
1
chore
release
67,476
18.10.2018 15:44:26
-7,200
0a42e5e90362d36c4ba205f17d73f51d2192b454
feat(customElement): report error code on nil nameOrSource
[ { "change_type": "MODIFY", "diff": "@@ -122,6 +122,9 @@ export const CustomElementResource: ICustomElementResource = {\n},\ndefine<T extends Constructable>(nameOrSource: string | ITemplateDefinition, ctor: T = null): T & ICustomElementType {\n+ if (!nameOrSource) {\n+ throw Reporter.error(70);\n+ }\nconst T...
TypeScript
MIT License
aurelia/aurelia
feat(customElement): report error code on nil nameOrSource
1
feat
customElement
67,476
18.10.2018 15:44:54
-7,200
dde367a4d724c7a3f0d7905326e0d554b18fd427
fix(customElement): use provided def.cache value
[ { "change_type": "MODIFY", "diff": "@@ -310,7 +310,7 @@ export function createCustomElementDescription(def: ITemplateDefinition, Type: I\nreturn {\nname: def.name || 'unnamed',\ntemplate: def.template || null,\n- cache: 0,\n+ cache: def.cache || 0,\nbuild: def.build || {\nrequired: false,\ncompiler: 'defaul...
TypeScript
MIT License
aurelia/aurelia
fix(customElement): use provided def.cache value
1
fix
customElement
67,476
18.10.2018 15:51:14
-7,200
346b1f96a5456fa62a1638ce200fc635f52a65e0
test(customElement): improve description test density
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,8 @@ describe('@customAttribute', () => {\nreturn { Type, sut };\n}\n+ const descriptionKeys = ['name', 'aliases', 'defaultBindingMode', 'isTemplateController', 'bindables'];\n+\nit('creates the default attribute description', () => {\nconst { Type } = create...
TypeScript
MIT License
aurelia/aurelia
test(customElement): improve description test density
1
test
customElement
791,704
18.10.2018 17:12:26
25,200
42091b24829b9137d33336c8c2676192e80a70f3
core: bail on run if insecure ssl certification
[ { "change_type": "MODIFY", "diff": "@@ -78,6 +78,13 @@ class Driver {\n// properties. See https://github.com/Microsoft/TypeScript/pull/22348.\nthis._eventEmitter.emit(event.method, event.params);\n});\n+\n+ /**\n+ * Used for monitoring network status events during gotoURL.\n+ * @type {?LH.Crdp.Security.Secu...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: bail on run if insecure ssl certification (#6300)
1
core
null
679,913
18.10.2018 17:38:30
-3,600
1063fea97b9c8c743b1bbd4a5f0a8a13f0be65f6
feat(heaps): add pushPopAll()
[ { "change_type": "MODIFY", "diff": "@@ -112,6 +112,21 @@ export class Heap<T> implements\nreturn this;\n}\n+ /**\n+ * Calls `pushPop()` for each given value in `vals` and returns last\n+ * result (i.e. the smallest value in heap after processing all\n+ * `vals`).\n+ *\n+ * @param vals\n+ */\n+ pushPopAll(va...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(heaps): add pushPopAll()
1
feat
heaps
217,922
18.10.2018 18:42:30
-7,200
e1ad6c0a035794701b1d57510c16a5ba9bd5b338
feat: added delete button for workshops
[ { "change_type": "MODIFY", "diff": "import { DataWithPermissions } from '../../core/database/permissions/data-with-permissions';\n-import { ForeignKey } from '../../core/database/relational/foreign-key';\n-import { TeamcraftUser } from '../user/teamcraft-user';\nexport class Workshop extends DataWithPermiss...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: added delete button for workshops
1
feat
null
67,476
18.10.2018 20:08:54
-7,200
fa699c7c0a5c2f87d60e2d145b1b73044aad19f3
refactor(customElement): rename onElementRemoved() to take()
[ { "change_type": "MODIFY", "diff": "@@ -159,7 +159,7 @@ function hydrate(this: IInternalCustomElementImplementation, renderingEngine: IR\nthis.$attachables = [];\nthis.$isAttached = false;\nthis.$isBound = false;\n- this.$scope = Scope.create(this, null); // TODO: get the parent from somewhere?\n+ this.$sco...
TypeScript
MIT License
aurelia/aurelia
refactor(customElement): rename onElementRemoved() to take()
1
refactor
customElement
67,476
18.10.2018 20:21:31
-7,200
57bac255fe982710f2a8b6cc92c7ed246e0dac47
test(resources): add initial lifecycle tests for customElement, small tweaks
[ { "change_type": "MODIFY", "diff": "-import { customAttribute, templateController, CustomAttributeResource, ICustomAttribute, IRenderingEngine, Scope, BindingFlags, ICustomAttributeType, IAttachLifecycle, INode, IDetachLifecycle, IAttributeDefinition, BindingMode } from '../../../src/index';\n+import { cust...
TypeScript
MIT License
aurelia/aurelia
test(resources): add initial lifecycle tests for customElement, small tweaks
1
test
resources
67,476
18.10.2018 20:50:50
-7,200
83a11c6f3c5e4b87d3f3dbea6e60275218d9992c
refactor(templating): rename $addNodes to $mount, $removeNodes to $unmount, mount to hold
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ export interface ICustomAttributeType extends\nIResourceType<IAttributeDefinition, ICustomAttribute>,\nImmutable<Pick<Partial<IAttributeDefinition>, 'bindables'>> { }\n-type OptionalLifecycleHooks = Omit<ILifecycleHooks, Exclude<keyof IRenderable, '$addN...
TypeScript
MIT License
aurelia/aurelia
refactor(templating): rename $addNodes to $mount, $removeNodes to $unmount, mount to hold
1
refactor
templating
679,913
18.10.2018 22:43:04
-3,600
ac2f3e8360b92991c2cf06f7b4f0b275307816f4
feat(morton): update/add muxScaled2/3 versions, add error handling refactor encodeScaled*() fns, extract prescale() add vector versions of muxScaled/demuxScaled2/3()
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/binary\": \"^0.1.0\",\n+ \"@thi.ng/errors\": \"^0.1.10\",\n\"@thi.ng/math\": \"^0.1.0\"\n},\n\"keywords\": [\n", "new_path": "packages/morton/package.json", "old_path": "packages/morton/package.json" }, { "change_type": "...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(morton): update/add muxScaled2/3 versions, add error handling - refactor encodeScaled*() fns, extract prescale() - add vector versions of muxScaled/demuxScaled2/3()
1
feat
morton
791,704
19.10.2018 00:56:52
25,200
dcccf6d66c76d3046a398b153a62925f0a19171c
core: save HTMLElement.p.matches function to avoid conflict
[ { "change_type": "MODIFY", "diff": "</head>\n<body>\n+<!-- Various sites like to assign HTMLElements a custom `matches` property. See issue #5934 -->\n+\n+<!-- EmbeddedContent will process these elements -->\n+<object id=\"5934a\"></object>\n+<object id=\"5934b\"></object>\n+\n+<script>\n+ // Ensure gathere...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: save HTMLElement.p.matches function to avoid conflict (#6283)
1
core
null
67,476
19.10.2018 02:22:30
-7,200
afc25fb6136678db5d996670ec4590d8752eaf67
refactor(lifecycle): finish rename from add/remove nodes to mount/unmount
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ import { BindingFlags } from '../binding/binding-flags';\nimport { DOM, ICustomElementHost, INode, INodeSequence, IRenderLocation } from '../dom';\nimport { IResourceKind, IResourceType } from '../resource';\nimport { IHydrateElementInstruction, ITemplat...
TypeScript
MIT License
aurelia/aurelia
refactor(lifecycle): finish rename from add/remove nodes to mount/unmount
1
refactor
lifecycle
815,757
19.10.2018 08:54:52
25,200
9746073dab72cc9554e46f8acacb4ab5d6712321
fix: repository links and silence angular 7 install warning
[ { "change_type": "MODIFY", "diff": "{\n- \"repository\": {\n- \"type\": \"git\",\n- \"url\": \"https://github.com/ng-select/ng-select.git\"\n- },\n+ \"repository\": \"ng-select/ng-select\",\n\"engines\": {\n\"node\": \">= 6.9.0\",\n\"npm\": \">= 3.0.0\"\n", "new_path": "package.json", "old_path": "p...
TypeScript
MIT License
ng-select/ng-select
fix: repository links and silence angular 7 install warning
1
fix
null
791,704
19.10.2018 11:29:10
25,200
fd7bc1832c35d2318eab354347a8f244710ad7f6
core: remove recoverOrThrow / err.fatal
[ { "change_type": "MODIFY", "diff": "@@ -131,20 +131,6 @@ class GatherRunner {\n});\n}\n- /**\n- * Test any error output from the promise, absorbing non-fatal errors and\n- * throwing on fatal ones so that run is stopped.\n- * @param {Promise<*>} promise\n- * @return {Promise<void>}\n- */\n- static recoverOr...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: remove recoverOrThrow / err.fatal (#6343)
1
core
null
730,429
19.10.2018 12:26:25
14,400
1bc879e2d0be7a066e1aebc5b59038e68b3ba4c2
feat(token-input): remove material design components
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,4 @@ $icon-font-path: \"~@collab-ui/icons/fonts\";\n$images-path: \"~@collab-ui/core/images\";\n$docs-images-path: '~@collab-ui/core/docs/assets';\n-@import \"~@collab-ui/core/scss/components/button\";\n-@import \"~@collab-ui/core/scss/components/input\";\n-@im...
JavaScript
MIT License
webex/react-widgets
feat(token-input): remove material design components
1
feat
token-input
730,429
19.10.2018 12:31:07
14,400
618e155630ea4600da3d7165b92885382f81a0fe
feat(widget-demo): remove material design
[ { "change_type": "MODIFY", "diff": "@@ -3,8 +3,4 @@ $icon-font-path: \"~@collab-ui/icons/fonts\";\n$images-path: \"~@collab-ui/core/images\";\n$docs-images-path: '~@collab-ui/core/docs/assets';\n-@import \"~@collab-ui/core/scss/icons/icons\";\n-@import \"~@collab-ui/core/scss/components/top-bar\";\n-@import...
JavaScript
MIT License
webex/react-widgets
feat(widget-demo): remove material design
1
feat
widget-demo