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
807,849
12.09.2018 16:15:02
25,200
ba7667b8e33d455314986380eb2e2f5eadf70b45
chore(ci): i guess azure doesn't provide yarn automagically?
[ { "change_type": "MODIFY", "diff": "@@ -30,9 +30,10 @@ steps:\n- script: |\nnpm config set loglevel warn\nnpm -g i npm@latest\n- displayName: \"configure + update npm\"\n+ npm -g i yarn@latest\n+ displayName: \"configure package managers\"\n- script: |\nnpm ci\nnpm run ci\n- displayName: \"npm install and t...
JavaScript
MIT License
lerna/lerna
chore(ci): i guess azure doesn't provide yarn automagically?
1
chore
ci
807,849
12.09.2018 16:36:17
25,200
b0d23cdf9945f5546cbc626dc058a53f2a0d7f1b
chore(ci): Run Windows CI on Azure
[ { "change_type": "MODIFY", "diff": "-# Node.js\n-# Build a general Node.js application with npm.\n-# Add steps that analyze code, save build artifacts, deploy, and more:\n# https://docs.microsoft.com/vsts/pipelines/languages/javascript\npool:\n- vmImage: \"Ubuntu 16.04\"\n+ vmImage: \"vs2017-win2016\"\nstra...
JavaScript
MIT License
lerna/lerna
chore(ci): Run Windows CI on Azure
1
chore
ci
821,196
12.09.2018 16:48:10
25,200
24e4a689ba1b49ecce578a4c1ccd95dd3ac44aa8
chore: set badge to this is more accurate in showing usage of oclif
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ oclif: Node.JS Open CLI Framework\n[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/oclif?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/oclif/branch/master)\n[![Greenkeeper](https://badges.greenkeeper.io/oclif/oc...
TypeScript
MIT License
oclif/oclif
chore: set badge to @oclif/command this is more accurate in showing usage of oclif
1
chore
null
807,849
12.09.2018 16:51:51
25,200
3a7046cdf05a3db96d91b778cd53705236857d5a
chore(ci): Split scripts one-per-line, maybe Windows likes that?
[ { "change_type": "MODIFY", "diff": "@@ -19,18 +19,9 @@ steps:\nversionSpec: $(node_version)\ndisplayName: \"Install Node.js\"\n- - script: |\n- git config --global user.email test@example.com\n- git config --global user.name \"Tester McPerson\"\n- displayName: \"configure git user\"\n-\n- - script: |\n- npm...
JavaScript
MIT License
lerna/lerna
chore(ci): Split scripts one-per-line, maybe Windows likes that?
1
chore
ci
807,849
12.09.2018 17:11:58
25,200
fd627530e5f755c9d624a9e6a93ea66314c7cf82
chore(ci): Set core.autoCRLF -> true so Windows stops failing lint
[ { "change_type": "MODIFY", "diff": "@@ -19,9 +19,14 @@ steps:\nversionSpec: $(node_version)\ndisplayName: \"Install Node.js\"\n- - script: git config --global user.email test@example.com\n- - script: git config --global user.name \"Tester McPerson\"\n- - script: npm -g i npm@latest --loglevel warn\n+ - scri...
JavaScript
MIT License
lerna/lerna
chore(ci): Set core.autoCRLF -> true so Windows stops failing lint
1
chore
ci
730,429
12.09.2018 17:19:30
14,400
13bf4f317674ee1ad95a9e74e842d9db35d4c98d
test(journeys): enable hangup meet tests
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import CiscoSpark from '@ciscospark/spark-core';\nimport {switchToMeet} from '../../../lib/test-helpers/space-widget/main';\nimport {updateJobStatus} from '../../../lib/test-helpers';\n-import {elements, declineIncomingCallTest, hangupDuringCallTest} from ...
JavaScript
MIT License
webex/react-widgets
test(journeys): enable hangup meet tests
1
test
journeys
807,849
12.09.2018 17:22:47
25,200
ea414705d8167520ec150c418224b5525a69b9e8
chore: Remove beta-quality Azure Pipelines
[ { "change_type": "DELETE", "diff": "-# https://docs.microsoft.com/vsts/pipelines/languages/javascript\n-\n-pool:\n- vmImage: \"vs2017-win2016\"\n-\n-strategy:\n- maxParallel: 3\n- matrix:\n- node_10_x:\n- node_version: \"10.x\"\n- node_8_x:\n- node_version: \"8.x\"\n- node_6_x:\n- node_version: \"6.x\"\n-\n...
JavaScript
MIT License
lerna/lerna
chore: Remove beta-quality Azure Pipelines
1
chore
null
730,412
12.09.2018 18:21:11
0
7fa16bbd7741bbdecafae727e249910e3bdd1865
chore(release): 0.1.355
[ { "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.355\"></a>\n+## [0.1.355](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.355
1
chore
release
730,413
12.09.2018 19:30:15
14,400
3843fb6d4576a67f6104bae3d20615e45494cb13
fix(tap): cannot use nvm with prefix error
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,7 @@ pipeline {\nretry(2){\nsh '''#!/bin/bash -e\nsource ~/.nvm/nvm.sh\n+ nvm unalias default\nnvm use v8.11.3\n# Fix 'nvm is not compatible with the npm config \"prefix\" option'.\n# This error can happen when this agent's NODE_JS_BUILDER\n", "new_path":...
JavaScript
MIT License
webex/react-widgets
fix(tap): cannot use nvm with prefix error
1
fix
tap
76,605
12.09.2018 19:33:24
-7,200
683e32849325e65accc621461dad1a3a657b757b
doc: Adding gif screenshots
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/screenshots/hybridbot.gif differ\n", "new_path": "screenshots/hybridbot.gif", "old_path": "screenshots/hybridbot.gif" }, { "change_type": "ADD", "diff": "Binary files /dev/null and b/screenshots/simplebot.gif differ\n", "n...
JavaScript
MIT License
axa-group/nlp.js
doc: Adding gif screenshots
1
doc
null
76,605
12.09.2018 19:36:44
-7,200
33247ae4e9a4c0d7f4b082dba953772f99029def
doc: Adding gif example and logo
[ { "change_type": "MODIFY", "diff": "+<div align=\"center\">\n+<img src=\"https://github.com/axa-group/nlp.js/raw/master/screenshots/nlpjs.png\" width=\"150\" height=\"auto\"/>\n+</div>\n+\nNLP.js\n=======\n@@ -16,6 +20,10 @@ NLP.js\n- Natural Language Generation Manager, so from intents and conditions it ca...
JavaScript
MIT License
axa-group/nlp.js
doc: Adding gif example and logo
1
doc
null
679,913
12.09.2018 20:10:47
-3,600
66c007de314c1f7e3de3e871007057212ec5dc5a
feat(checks): add isNotStringAndIterable()
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ export * from \"./is-mobile\";\nexport * from \"./is-nan\";\nexport * from \"./is-negative\";\nexport * from \"./is-node\";\n+export * from \"./is-not-string-iterable\";\nexport * from \"./is-null\";\nexport * from \"./is-number\";\nexport * from \"./is-...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(checks): add isNotStringAndIterable()
1
feat
checks
679,913
12.09.2018 20:39:24
-3,600
832e419c5aa41a6ec67e3b9603bd170e9e0a26b7
fix(transducers-hdom): update to work w/ new v5 API
[ { "change_type": "MODIFY", "diff": "import { isString } from \"@thi.ng/checks/is-string\";\nimport { HDOMOpts } from \"@thi.ng/hdom/api\";\n-import { diffElement } from \"@thi.ng/hdom/diff\";\n-import { hydrateDOM } from \"@thi.ng/hdom/dom\";\n-import { normalizeTree } from \"@thi.ng/hdom/normalize\";\n+imp...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(transducers-hdom): update to work w/ new @thi.ng/hdom v5 API
1
fix
transducers-hdom
679,913
12.09.2018 21:10:58
-3,600
81a39ba733b4ec7255169ff8d20e2e8bcd5eeff8
refactor(hdom-canvas): update to reflect hdom api changes
[ { "change_type": "MODIFY", "diff": "@@ -2,9 +2,9 @@ import { IObjectOf } from \"@thi.ng/api/api\";\nimport { isArray } from \"@thi.ng/checks/is-array\";\nimport { isArrayLike } from \"@thi.ng/checks/is-arraylike\";\nimport { isFunction } from \"@thi.ng/checks/is-function\";\n-import { isIterable } from \"@t...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom-canvas): update to reflect hdom api changes
1
refactor
hdom-canvas
679,913
12.09.2018 21:12:15
-3,600
e4f780c74963745270b067b27e31008ae14d96f3
fix(hdom): minor fix (hydrateDOM)
[ { "change_type": "MODIFY", "diff": "@@ -95,7 +95,7 @@ export const hydrateDOM = (opts: Partial<HDOMOpts>, parent: Element, tree: any,\nfor (let n = tree.length, i = 2; i < n; i++) {\nhydrateDOM(opts, el, tree[i], i - 2);\n}\n- } else if (!isNotStringAndIterable(tree)) {\n+ } else if (isNotStringAndIterable(...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(hdom): minor fix (hydrateDOM)
1
fix
hdom
730,412
13.09.2018 00:05:54
0
87ea6d52a188f9ccb1b08700d32377e2dacbddee
chore(release): 0.1.356
[ { "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.356\"></a>\n+## [0.1.356](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.356
1
chore
release
679,913
13.09.2018 00:19:11
-3,600
81fe154d322bcdf39a98db6d29712f2f65b61a61
feat(hdom-canvas): fix add gradient support add "linearGradient"/"radialGradient" shape types add defLinearGradient() & defRadialGradient() update mergeState(), restoreState() & setAttrib()
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ import { TAU } from \"@thi.ng/vectors/math\";\ninterface DrawState {\nattribs: IObjectOf<any>;\n+ grads?: IObjectOf<CanvasGradient>;\nedits?: string[];\nrestore?: boolean;\n}\n@@ -114,6 +115,12 @@ export const drawTree = (_: Partial<HDOMOpts>, canvas: HT...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-canvas): fix #43, add gradient support - add "linearGradient"/"radialGradient" shape types - add defLinearGradient() & defRadialGradient() - update mergeState(), restoreState() & setAttrib()
1
feat
hdom-canvas
679,913
13.09.2018 00:21:04
-3,600
7aae433341d4de559c50506c4fd0829d2214d3f9
feat(examples): add hdom-canvas-shapes
[ { "change_type": "ADD", "diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/hdom-canvas-shapes/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# hdom-canvas-shapes\n+\n+[Live demo](http://demo.thi.ng/umbrella/hdom-canvas-shapes/)\n+\n+```...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add hdom-canvas-shapes
1
feat
examples
679,913
13.09.2018 00:28:25
-3,600
9873539540b7ce5342f7f508b6e3b8ed37dd35a2
docs(examples): update example table (readme)
[ { "change_type": "MODIFY", "diff": "@@ -16,20 +16,22 @@ If you want to [contribute](../CONTRIBUTING.md) an example, please get in touch\n| 8 | [gesture-analysis](./gesture-analysis) | Mouse/touch gesture processing, analysis & visualization | rstream, rstream-gestures, transducers, hiccup-svg | intermediate...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): update example table (readme)
1
docs
examples
679,913
13.09.2018 00:45:29
-3,600
5a3c3147ac6a01b5c631ddf0a2cbc349e481870c
refactor(examples): minor updates shape test
[ { "change_type": "MODIFY", "diff": "@@ -58,17 +58,16 @@ const TESTS = {\nstroke: \"#00f\",\nalign: \"center\",\nbaseLine: \"middle\",\n- font: \"48px Menlo\"\n+ font: \"48px Menlo\",\n+ __normalize: false\n},\n...map((i) => [\"rect\", {}, [i, i], 300 - 2 * i, 300 - 2 * i, r], range(10, 50, 5)),\n- [\"text\"...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): minor updates shape test
1
refactor
examples
76,605
13.09.2018 02:47:23
-7,200
a6810cc2134e47d3d9279cc4a2ca8457c9c5af23
doc: Documenting usage of the Recognizer
[ { "change_type": "MODIFY", "diff": "@@ -49,6 +49,7 @@ NLP.js\n- [Sentiment Analysis](docs/sentiment-analysis.md)\n- [NLP Manager](docs/nlp-manager.md)\n- [Loading from Excel](docs/loading-from-excel.md)\n+- [Microsoft Bot Framework](docs/microsoft-bot-framework.md)\n- [Contributing](#contributing)\n- [Code ...
JavaScript
MIT License
axa-group/nlp.js
doc: Documenting usage of the Recognizer
1
doc
null
679,913
13.09.2018 12:04:49
-3,600
6496e47b522b22d166c41c35ffa9e50cf1d4485c
feat(hdom-canvas): add new shape types, add canvas attribs, refactor add `points` shapetype for optimized point drawing (rects) add arc segment support for `path` refactor rounded rects to use arc segments add `clear` boolean attrib to (optionally) disable canvas clearing extract walk() from drawTree()
[ { "change_type": "MODIFY", "diff": "@@ -93,17 +93,62 @@ export const canvas = (_, attribs, ...shapes: any[]) =>\n[\"g\", {\n__release: false,\n__diff: false,\n- __impl: IMPL\n+ __impl: IMPL,\n+ clear: attribs.clear\n}, ...shapes]];\nexport const drawTree = (_: Partial<HDOMOpts>, canvas: HTMLCanvasElement, t...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-canvas): add new shape types, add canvas attribs, refactor - add `points` shapetype for optimized point drawing (rects) - add arc segment support for `path` - refactor rounded rects to use arc segments - add `clear` boolean attrib to (optionally) disable canvas clearing - extract walk() from drawTree()
1
feat
hdom-canvas
679,913
13.09.2018 12:06:05
-3,600
2fa4c56c88d8986b1722a526988d556afb3be57f
refactor(examples): update hdom-canvas-shapes
[ { "change_type": "MODIFY", "diff": "@@ -14,42 +14,82 @@ import { map } from \"@thi.ng/transducers/xform/map\";\n// each test is a standalone component (only one used at a time)\nconst TESTS = {\n- \"dash offset\":\n- () => [\"path\",\n+ \"dash offset\": {\n+ attribs: {},\n+ body: () =>\n+ [\"path\",\n{\nfil...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update hdom-canvas-shapes
1
refactor
examples
679,913
13.09.2018 13:44:32
-3,600
b6c1e42ef1d2197e70a00fc07ffc8f1629a07c35
docs(examples): update hdom-canvas-* build instructions
[ { "change_type": "MODIFY", "diff": "[Live demo](http://demo.thi.ng/umbrella/hdom-canvas-clock/)\n+Declarative canvas drawing using the upcoming\n+[@thi.ng/hdom-canvas](https://github.com/thi-ng/umbrella/tree/feature/hdom-canvas/packages/hdom-canvas)\n+package.\n+\n+Related examples:\n+\n+- [hdom-canvas-shap...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): update hdom-canvas-* build instructions
1
docs
examples
730,413
13.09.2018 13:52:11
14,400
5d61dc50f6550c76822dd236c6d7ad702633cf27
chore(package): update collab-ui version
[ { "change_type": "MODIFY", "diff": "\"@ciscospark/storage-adapter-local-forage\": \"1.40.1\",\n\"@ciscospark/storage-adapter-local-storage\": \"1.42.5\",\n\"@collab-ui/react\": \"^9.7.1\",\n+ \"@collab-ui/core\": \"^10.25.0\",\n\"ampersand-events\": \"^2.0.2\",\n\"classnames\": \"^2.2.5\",\n\"core-decorator...
JavaScript
MIT License
webex/react-widgets
chore(package): update collab-ui version
1
chore
package
730,412
13.09.2018 13:53:03
0
debfa6515da3df15434a7f8cb7b923839169a996
chore(release): 0.1.357
[ { "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.357\"></a>\n+## [0.1.357](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.357
1
chore
release
679,913
13.09.2018 14:23:15
-3,600
5aa9d46a49faaddbc9e93a936a03b1fcc1d7deb5
refactor(hdom-canvas): update attrib aliases
[ { "change_type": "MODIFY", "diff": "@@ -41,15 +41,15 @@ const CTX_ATTRIBS = {\nalign: \"textAlign\",\nalpha: \"globalAlpha\",\nbaseLine: \"textBaseline\",\n- cap: \"lineCap\",\nclip: \"clip\",\n- comp: \"globalCompositeOperation\",\n+ compose: \"globalCompositeOperation\",\ndash: \"setLineDash\",\ndashOffse...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom-canvas): update attrib aliases
1
refactor
hdom-canvas
815,745
13.09.2018 14:54:02
-10,800
b4582312d39221c8c800c557efb231f83d2a9486
feat(groupValue): allow to specify custom grouped value
[ { "change_type": "MODIFY", "diff": "@@ -128,6 +128,7 @@ map: {\n| [compareWith] | `(a: any, b: any) => boolean` | `(a, b) => a === b` | no | A function to compare the option values with the selected values. The first argument is a value from an option. The second is a value from the selection(model). A bool...
TypeScript
MIT License
ng-select/ng-select
feat(groupValue): allow to specify custom grouped value
1
feat
groupValue
815,745
13.09.2018 15:01:45
-10,800
523b76838b0f999db920a8b94f651e90ce75b638
chore(release): 2.9.0
[ { "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.9.0\"></a>\n+# [2.9.0](https://github.com/ng-select/ng-select/compare/v2.8.1...v2.9...
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.9.0
1
chore
release
730,429
13.09.2018 16:50:49
14,400
e314af16167bdc59fbc3fde4b3958d945eeb1b47
feat(widget-meet): use loading screen
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import Ringtone, {\nRINGTONE_TYPE_RINGBACK,\nRINGTONE_TYPE_INCOMING\n} from '@ciscospark/react-component-ringtone';\n-import LoadingScreen from '@ciscospark/react-component-loading-screen';\n+import LoadingScreen from '@webex/react-component-loading-screen...
JavaScript
MIT License
webex/react-widgets
feat(widget-meet): use @webex loading screen
1
feat
widget-meet
730,429
13.09.2018 16:51:02
14,400
289a24b94fd0c76cc334a431c6b369fc1d688e28
feat(widget-message): use loading screen
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ import {\nimport ConfirmationModal from '@ciscospark/react-component-confirmation-modal';\nimport Cover from '@ciscospark/react-component-cover';\n-import LoadingScreen from '@ciscospark/react-component-loading-screen';\n+import LoadingScreen from '@webe...
JavaScript
MIT License
webex/react-widgets
feat(widget-message): use @webex loading screen
1
feat
widget-message
730,429
13.09.2018 16:51:16
14,400
72859e273015a5130e08edba2dfd51bb691b1a12
feat(widget-roster): use loading screen
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ import isEmail from 'validator/lib/isEmail';\nimport {fetchAvatarsForUsers} from '@ciscospark/redux-module-avatar';\nimport {addParticipantToConversation, removeParticipantFromConversation} from '@ciscospark/redux-module-conversation';\nimport {searchFor...
JavaScript
MIT License
webex/react-widgets
feat(widget-roster): use @webex loading screen
1
feat
widget-roster
679,913
13.09.2018 16:52:21
-3,600
360f15afc1a416b890ed965b0f94cd804fb9c835
feat(examples): add canvas image test
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/examples/hdom-canvas-shapes/assets/logo-64.png differ\n", "new_path": "examples/hdom-canvas-shapes/assets/logo-64.png", "old_path": "examples/hdom-canvas-shapes/assets/logo-64.png" }, { "change_type": "MODIFY", "diff": "import...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add canvas image test
1
feat
examples
730,429
13.09.2018 17:19:40
14,400
7c80a28e3b1701072002780dc1f786289b1241e6
fix(r-m-media): fix return type of processCall
[ { "change_type": "MODIFY", "diff": "@@ -125,7 +125,7 @@ export function acceptIncomingCall(incomingCall) {\nexport function checkCurrentCalls(sparkInstance) {\nreturn (dispatch) => sparkInstance.phone.listActiveCalls()\n.then((results) => Promise.all(results.map((callObject) =>\n- processCall({dispatch, cal...
JavaScript
MIT License
webex/react-widgets
fix(r-m-media): fix return type of processCall
1
fix
r-m-media
730,429
13.09.2018 17:20:14
14,400
801c9be46f3f90f0e52969179b568c94ae48900c
chore(package): update to https registry for some packages
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"minimist\": {\n\"version\": \"1.1.3\",\n- \"resolved\": \"http://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz\",\n+ \"resolved\": \"https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz\",\n\"integrity\": \"sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag=\"...
JavaScript
MIT License
webex/react-widgets
chore(package): update to https registry for some packages
1
chore
package
679,913
13.09.2018 18:39:47
-3,600
ee55accdc155f375d8fe5345f2e03c5a157b61dc
perf(equiv): inline & refactor type checks, add IOC support for helpers remove dependency inline / optimize type checks in equiv() optimize equivObject() add opt `equiv` arg for equivXXX() fns to support re-use in other equiv impls benchmarked ~1.5x faster in total
[ { "change_type": "MODIFY", "diff": "\"devDependencies\": {\n\"@types/mocha\": \"^5.2.5\",\n\"@types/node\": \"^10.5.5\",\n+ \"benchmark\": \"^2.1.4\",\n\"mocha\": \"^5.2.0\",\n\"nyc\": \"^12.0.2\",\n\"typedoc\": \"^0.11.1\",\n\"typescript\": \"^3.0.1\"\n},\n- \"dependencies\": {\n- \"@thi.ng/checks\": \"^1....
TypeScript
Apache License 2.0
thi-ng/umbrella
perf(equiv): inline & refactor type checks, add IOC support for helpers - remove @thi.ng/checks dependency - inline / optimize type checks in equiv() - optimize equivObject() - add opt `equiv` arg for equivXXX() fns to support re-use in other equiv impls - benchmarked ~1.5x faster in total
1
perf
equiv
679,913
13.09.2018 19:21:19
-3,600
96beaf3816624f8a5f93496fe7068198c17585fc
refactor(hdom): trial run of custom equiv() impl for diffTree()
[ { "change_type": "MODIFY", "diff": "@@ -4,11 +4,12 @@ import * as iss from \"@thi.ng/checks/is-string\";\nimport { DiffLogEntry } from \"@thi.ng/diff/api\";\nimport { diffArray } from \"@thi.ng/diff/array\";\nimport { diffObject } from \"@thi.ng/diff/object\";\n-import { equiv } from \"@thi.ng/equiv\";\n+im...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom): trial run of custom equiv() impl for diffTree()
1
refactor
hdom
679,913
13.09.2018 19:21:37
-3,600
a9e173e7c8f975124acbb9e9ec16ca3d2de9a96e
test(hdom): update tests
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import { range } from \"@thi.ng/iterators/range\";\nimport { normalizeTree } from \"../src/normalize\";\nfunction _check(a, b, ctx = null) {\n- assert.deepEqual(normalizeTree(a, ctx, [], false, false), b);\n+ assert.deepEqual(normalizeTree({ ctx, keys: fal...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(hdom): update tests
1
test
hdom
679,913
13.09.2018 19:33:39
-3,600
481d9d34e9c085b7929e740a6cefe55952cd2025
perf(diff): update diffObject() & add IOC support for custom equiv fn
[ { "change_type": "MODIFY", "diff": "@@ -2,21 +2,20 @@ import { equiv } from \"@thi.ng/equiv\";\nimport { ObjectDiff } from \"./api\";\n-export function diffObject(a: any, b: any) {\n+export function diffObject(a: any, b: any, _equiv = equiv) {\nconst adds = [];\nconst dels = [];\nconst edits = [];\n- const ...
TypeScript
Apache License 2.0
thi-ng/umbrella
perf(diff): update diffObject() & add IOC support for custom equiv fn
1
perf
diff
679,913
13.09.2018 19:34:44
-3,600
bde18d500163507962ddd078f5b37d6dc9cb0278
refactor(hdom): use custom equiv also for diffAttributes()
[ { "change_type": "MODIFY", "diff": "@@ -137,7 +137,7 @@ export const diffTree = <T>(\nconst diffAttributes = <T>(impl: HDOMImplementation<T>, el: T, prev: any, curr: any) => {\nlet i, e, edits;\n- const delta = diffObject(prev, curr);\n+ const delta = diffObject(prev, curr, equiv);\nimpl.removeAttribs(el, d...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom): use custom equiv also for diffAttributes()
1
refactor
hdom
679,913
13.09.2018 19:37:03
-3,600
c28591050c117426c1ed648605582702cf86ed1e
perf(checks): update isPlainObject() cache empty object prototype
[ { "change_type": "MODIFY", "diff": "+const OBJP = Object.getPrototypeOf({});\n+\n/**\n* Similar to `isObject()`, but also checks if prototype is that of\n* `Object` (or `null`).\nexport function isPlainObject(x: any): x is object {\nlet proto;\nreturn Object.prototype.toString.call(x) === \"[object Object]\...
TypeScript
Apache License 2.0
thi-ng/umbrella
perf(checks): update isPlainObject() - cache empty object prototype
1
perf
checks
679,913
13.09.2018 19:48:31
-3,600
c8d7a7c9ff871bec8e0c4b3749afd7fac91a3660
feat(examples): update canvas image test
[ { "change_type": "MODIFY", "diff": "@@ -152,21 +152,23 @@ const TESTS = {\nbody: (() => {\nconst img = new Image();\nimg.src = logo;\n- const pos = [...repeatedly(randpos, 10)];\n- const vel = [...repeatedly(() => randdir(4), 10)];\nconst w = 300 - 64;\n- return () =>\n- pos.map((p, i) => {\n- let x = p[0] ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): update canvas image test
1
feat
examples
679,913
13.09.2018 20:17:23
-3,600
17d1386601bf1394157b597fc50825dd9a13676a
feat(examples): use location.hash to select tests, update assets
[ { "change_type": "MODIFY", "diff": "Binary files a/examples/hdom-canvas-shapes/assets/logo-64.png and b/examples/hdom-canvas-shapes/assets/logo-64.png differ\n", "new_path": "examples/hdom-canvas-shapes/assets/logo-64.png", "old_path": "examples/hdom-canvas-shapes/assets/logo-64.png" }, { "c...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): use location.hash to select tests, update assets
1
feat
examples
679,913
13.09.2018 20:17:42
-3,600
75002fadfe53b7490aac9d04a142fae953154797
build: update upload-examples
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ for m in $modules; do\nlen=${#src}\nsrc=\"${src:0:len-3}\"\necho \"uploading $m ($src)...\"\n+ aws s3 cp $m/out/*.png s3://demo.thi.ng/umbrella/$name/ --profile toxi-s3 --acl public-read\naws s3 cp $m/out/*.js.gz s3://demo.thi.ng/umbrella/$name/$src --pr...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update upload-examples
1
build
null
821,196
13.09.2018 20:30:38
25,200
c2ae997e16bdefcb6b7036f63824df4bc9278b30
fix: updated eslint and tslint
[ { "change_type": "MODIFY", "diff": "\"bugs\": \"https://github.com/oclif/oclif/issues\",\n\"dependencies\": {\n\"@oclif/command\": \"^1.5.0\",\n- \"@oclif/config\": \"^1.7.2\",\n+ \"@oclif/config\": \"^1.7.6\",\n\"@oclif/errors\": \"^1.2.0\",\n\"@oclif/fixpack\": \"^2.3.0\",\n- \"@oclif/plugin-help\": \"^2....
TypeScript
MIT License
oclif/oclif
fix: updated eslint and tslint
1
fix
null
217,922
13.09.2018 21:39:26
-7,200
ce4827bccf4eb578670ff7e6e9d1f7845861c270
feat: alarms page cleanup, user friendly messages and loader
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,8 @@ export class AlarmBellService {\nmap(([date, alarms]) => {\nreturn alarms.filter(alarm => {\nconst lastPlayed = this.getLastPlayed(alarm);\n- const timeBeforePlay = Math.ceil(this.alarmsFacade.getMinutesBefore(date, alarm.spawn) / 60) - this.settings.ala...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: alarms page cleanup, user friendly messages and loader
1
feat
null
821,196
14.09.2018 00:45:46
25,200
8f55fd08415146b837267962a82518ac41118867
fix: greenkeeper-lockfile no longer necessary
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,6 @@ jobs:\n- v5-{{checksum \".circleci/config.yml\"}}-{{ checksum \"yarn.lock\"}}\n- v5-{{checksum \".circleci/config.yml\"}}\n- v5\n- - run: .circleci/greenkeeper\n- run: yarn add -D mocha-junit-reporter@1\n- run: yarn exec nps lint\n- persist_to_workspace:...
TypeScript
MIT License
oclif/oclif
fix: greenkeeper-lockfile no longer necessary
1
fix
null
76,605
14.09.2018 01:16:11
-7,200
9306c3fc529044bada6f309160c94aa6d526134e
bug: example update to use async process.
[ { "change_type": "MODIFY", "diff": "@@ -40,12 +40,12 @@ const rl = readline.createInterface({\noutput: process.stdout,\nterminal: false,\n});\n-rl.on('line', (line) => {\n+rl.on('line', async (line) => {\nif (line.toLowerCase() === 'quit') {\nrl.close();\nprocess.exit();\n} else {\n- const result = nlpManag...
JavaScript
MIT License
axa-group/nlp.js
bug: example update to use async process.
1
bug
null
679,913
14.09.2018 01:25:29
-3,600
de61c215c6b0c1955141de0bc75414e80103b223
feat(hdom-canvas): add `defs` node/group type in preparation for easier conversion to SVG-hiccup
[ { "change_type": "MODIFY", "diff": "@@ -156,7 +156,10 @@ const walk = (ctx: CanvasRenderingContext2D, shape: any[], pstate: DrawState) =>\nconst attribs = state ? state.attribs : pstate.attribs;\nswitch (shape[0]) {\ncase \"g\":\n- for (let i = 2, n = shape.length, __state = state || pstate; i < n; i++) {\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-canvas): add `defs` node/group type - in preparation for easier conversion to SVG-hiccup
1
feat
hdom-canvas
679,913
14.09.2018 01:29:35
-3,600
0c4dddce658526a58b63af03324c9a6f8039897a
feat(hiccup-svg): add convertTree() interop helpers
[ { "change_type": "ADD", "diff": "+import { isArray } from \"@thi.ng/checks/is-array\";\n+import { isArrayLike } from \"@thi.ng/checks/is-arraylike\";\n+import { ff, points } from \"./format\";\n+\n+const TEXT_ALIGN = {\n+ left: \"start\",\n+ right: \"end\",\n+ center: \"middle\",\n+ start: \"start\",\n+ end...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-svg): add convertTree() interop helpers (#44)
1
feat
hiccup-svg
730,429
14.09.2018 11:02:55
14,400
ce3eb4fd9c2ca1ee09cc65d8e7208579ae17f060
fix(r-m-media): fix call error handling for call id
[ { "change_type": "MODIFY", "diff": "@@ -54,11 +54,11 @@ export function storeCall({call, id, destination}) {\n};\n}\n-function updateCallError(call, error) {\n+function updateCallError({call, error, id}) {\nreturn {\ntype: UPDATE_CALL_ERROR,\npayload: {\n- id: call.id,\n+ id: id || call.id,\ncall: construct...
JavaScript
MIT License
webex/react-widgets
fix(r-m-media): fix call error handling for call id
1
fix
r-m-media
730,429
14.09.2018 11:10:25
14,400
81ec636bd89ff052fab63a833c92b9a4c2bfa731
fix(widget-meet): fix call error handling
[ { "change_type": "MODIFY", "diff": "@@ -21,14 +21,22 @@ import {\nimport {destinationTypes} from '../';\n+/**\n+ * Catches a call error and creates a system error\n+ * @param {*} props\n+ * @param {Object} props.call expects to have a call object\n+ * @param {Object} props.call.error call should have an err...
JavaScript
MIT License
webex/react-widgets
fix(widget-meet): fix call error handling
1
fix
widget-meet
730,429
14.09.2018 11:48:35
14,400
af184f357457506abffee3737f6dc2cd99e449d9
chore(circle): remove greenkeeper lockfile updates greenkeeper will now automatically update lockfiles for non-private repo
[ { "change_type": "MODIFY", "diff": "@@ -18,22 +18,6 @@ restore_node_modules: &restore_node_modules\ncommand: mv /tmp/workspace/node_modules ./ || true\njobs:\n- lockfile_update:\n- <<: *job_common\n- steps:\n- - checkout\n- - <<: *restore_workspace\n- - <<: *restore_node_modules\n- - greenkeeper-lockfile-up...
JavaScript
MIT License
webex/react-widgets
chore(circle): remove greenkeeper lockfile updates greenkeeper will now automatically update lockfiles for non-private repo
1
chore
circle
679,913
14.09.2018 12:50:52
-3,600
c20b24a71d618523373b128b2e5f35228979b06e
refactor(hdom-canvas): swap `img` args to be more consistent w/ others
[ { "change_type": "MODIFY", "diff": "@@ -576,8 +576,8 @@ const text = (ctx: CanvasRenderingContext2D,\nconst image = (\nctx: CanvasRenderingContext2D,\n_: IObjectOf<any>,\n- img: HTMLImageElement | HTMLCanvasElement | HTMLVideoElement | ImageBitmap,\n- pos: ReadonlyVec) => {\n+ pos: ReadonlyVec,\n+ img: HTML...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom-canvas): swap `img` args to be more consistent w/ others
1
refactor
hdom-canvas
679,913
14.09.2018 12:51:18
-3,600
f45f4ff0860af29c07266640c49fef5d6f5f123b
refactor(examples): update gradient def in svg-waveform
[ { "change_type": "MODIFY", "diff": "@@ -35,8 +35,8 @@ export function waveform(ctx: AppContext, opts: WaveformOpts) {\n{ ...ctx.ui.waveform, viewBox: `0 -5 ${opts.res} 10` },\ndefs(\nlinearGradient(\n- \"grad\", 0, 0, 0, 1,\n- [[0, opts.fill2], [0.5, opts.fill1], [1, opts.fill2]]\n+ \"grad\", [0, 0], [0, 1]...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update gradient def in svg-waveform
1
refactor
examples
679,913
14.09.2018 12:52:29
-3,600
a00761ba49000c040590580f5659112337d827ab
refactor(examples): update svg `text` arg order (hiccup-svg update)
[ { "change_type": "MODIFY", "diff": "@@ -285,7 +285,7 @@ const chart = sync({\ntheme.chart.gridMinor,\n\"stroke-dasharray\": 2\n}),\n- text(price.toFixed(4), [MARGIN_X - 15, y + 4], { stroke: \"none\" })\n+ text([MARGIN_X - 15, y + 4], price.toFixed(4), { stroke: \"none\" })\n];\n},\nrange(Math.ceil(data.min...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update svg `text` arg order (hiccup-svg update)
1
refactor
examples
791,821
14.09.2018 13:18:14
25,200
2d4e112fcb173b2a84b455bc0669e8b4fdb229ac
core: don't allow analysis of file:// urls
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,9 @@ const log = require('lighthouse-logger');\nconst ChromeProtocol = require('./gather/connections/cri.js');\nconst Config = require('./config/config');\n+const URL = require('./lib/url-shim.js');\n+const LHError = require('./lib/lh-error.js');\n+\n/** @typ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: don't allow analysis of file:// urls (#5936)
1
core
null
679,913
14.09.2018 13:59:15
-3,600
cf4add3e9fcc30bc5ee602b73a5c6290e0154372
refactor(hiccup-svg): update attrib conversion add ATTRIB_ALIASES, update convertAttribs()
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,16 @@ import { polygon } from \"./polygon\";\nimport { roundedRect } from \"./rect\";\nimport { text } from \"./text\";\n+const ATTRIB_ALIASES = {\n+ \"alpha\": \"opacity\",\n+ \"dash\": \"stroke-dasharray\",\n+ \"dashOffset\": \"stroke-dashoffset\",\n+ \"lin...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hiccup-svg): update attrib conversion - add ATTRIB_ALIASES, update convertAttribs()
1
refactor
hiccup-svg
76,605
14.09.2018 14:00:19
-7,200
cd1bafea32a4d546d414060d30c50a68c36f8ffe
fix: Matrix malformed when first element is 0.
[ { "change_type": "MODIFY", "diff": "@@ -54,7 +54,7 @@ class Matrix {\nreturn this;\n}\nthis.elements = [];\n- if (elements[0][0]) {\n+ if (elements[0][0] !== undefined) {\nfor (let i = 0; i < elements.length; i += 1) {\nthis.elements.push(elements[i].slice());\n}\n", "new_path": "lib/math/matrix.js", ...
JavaScript
MIT License
axa-group/nlp.js
fix: Matrix malformed when first element is 0.
1
fix
null
679,913
14.09.2018 14:45:01
-3,600
214cb62d26713b131284f5d92b683ad6c824051a
feat(hiccup-svg): add custom shape support for points(), use instancing
[ { "change_type": "MODIFY", "diff": "@@ -121,7 +121,7 @@ export const convertTree = (tree: any[]): any[] => {\ncase \"img\":\nreturn image(tree[2], tree[3].src, attribs);\ncase \"points\":\n- return points(tree[2], attribs);\n+ return points(tree[2], attribs.shape, attribs);\ndefault:\nreturn tree;\n}\n", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-svg): add custom shape support for points(), use instancing
1
feat
hiccup-svg
679,913
14.09.2018 14:46:01
-3,600
d41226949f0db10ba06550aa73902aeb1e8a632d
feat(hdom-canvas): update points() to use circle or rect shapes
[ { "change_type": "MODIFY", "diff": "@@ -546,17 +546,35 @@ const points = (ctx: CanvasRenderingContext2D,\nconst s = (opts && opts.size) || 1;\nlet v: any;\nif ((v = attribs.fill) && v !== \"none\") {\n+ if (opts.shape === \"circle\") {\n+ for (let i = pts.length - 1; i >= 0; i--) {\n+ const p = pts[i];\n+ c...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-canvas): update points() to use circle or rect shapes
1
feat
hdom-canvas
730,429
14.09.2018 14:58:16
14,400
7bd4115d00083316113c18e4bbf978fceaba2783
chore(scripts): add widget publish scripts
[ { "change_type": "MODIFY", "diff": "\"start:samples\": \"echo 'Deprecated. Please use npm run serve:samples'; npm run serve samples\",\n\"publish\": \"cross-env-shell NODE_ENV='' ./scripts/publish/index.js\",\n\"publish:components\": \"cross-env NODE_ENV=production npm run build:components && npm run build:...
JavaScript
MIT License
webex/react-widgets
chore(scripts): add widget publish scripts
1
chore
scripts
217,922
14.09.2018 15:01:30
-7,200
c8fe642c64261adf9b7a9b48e1769abcd8fddca7
feat: gathering location page polish + alarms tweak to have one alarm per node instead of per spawn
[ { "change_type": "MODIFY", "diff": "@@ -68,7 +68,7 @@ export class AlarmsFacade {\nprivate settings: SettingsService) {\n}\n- public addAlarms(alarms: Alarm[]): void {\n+ public addAlarms(...alarms: Alarm[]): void {\nthis.store.dispatch(new AddAlarms(alarms));\n}\n@@ -116,9 +116,9 @@ export class AlarmsFaca...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: gathering location page polish + alarms tweak to have one alarm per node instead of per spawn
1
feat
null
730,429
14.09.2018 15:14:38
14,400
a3d6f0c449dd8017a7fe621ec77c00f813ef8803
chore(Jenkinsfile): add publish widgets to npm command
[ { "change_type": "MODIFY", "diff": "@@ -266,6 +266,7 @@ ansiColor('xterm') {\nsource ~/.nvm/nvm.sh\nnvm use v8.11.3\nnpm run publish:components\n+ npm run publish:widgets\n'''\n}\ncatch (error) {\n", "new_path": "Jenkinsfile", "old_path": "Jenkinsfile" } ]
JavaScript
MIT License
webex/react-widgets
chore(Jenkinsfile): add publish widgets to npm command
1
chore
Jenkinsfile
807,849
14.09.2018 15:26:38
25,200
21aa4308ff4591ba07200d8e739a7f1b9a1d011e
chore(map-to-registry): Ensure env does not pollute config resolution
[ { "change_type": "MODIFY", "diff": "const npmConf = require(\"@lerna/npm-conf\");\nconst mapToRegistry = require(\"..\");\n+// override value provided by set-npm-userconfig, ensuring blank slate\n+process.env.npm_config_userconfig = __dirname;\n+\ndescribe(\"@lerna/map-to-registry\", () => {\ndescribe(\"uri...
JavaScript
MIT License
lerna/lerna
chore(map-to-registry): Ensure env does not pollute config resolution
1
chore
map-to-registry
217,922
14.09.2018 16:07:27
-7,200
724ba8c8641b806b75798b4a08f3756f639c9f62
feat: button on alarm card to copy ingame alarm macro
[ { "change_type": "MODIFY", "diff": "@@ -121,6 +121,7 @@ export class AlarmsFacade {\ndisplay.remainingTime = this.getMinutesBefore(date, this.getNextSpawn(alarm, date));\n}\ndisplay.remainingTime = this.etime.toEarthTime(display.remainingTime);\n+ display.nextSpawn = this.getNextSpawn(alarm, date);\nreturn ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: button on alarm card to copy ingame alarm macro
1
feat
null
807,849
14.09.2018 16:50:40
25,200
cd5a8fa6b92b25de60ffd0386a9768a158c9eb93
chore(release): publish v3.4.0
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+<a name=\"3.4.0\"></a>\n+# [3.4.0](https://github.com/lerna/lerna/compare/v3.3.2...v3.4.0) (2018-09-14)\n+\n+\n+### F...
JavaScript
MIT License
lerna/lerna
chore(release): publish v3.4.0
1
chore
release
679,913
14.09.2018 17:00:16
-3,600
7a6cf51999bf0c96980ae70911c29140f434d76d
feat(hiccup-svg): re-parse alpha colors in gradients (fix for safari)
[ { "change_type": "MODIFY", "diff": "import { Vec2Like, GradientStop } from \"./api\";\nimport { ff } from \"./format\";\n+const RE_ALPHA_COLOR = /(rgb|hsl)a\\(([a-z0-9.-]+),([0-9.%]+),([0-9.%]+),([0-9.]+)\\)/;\n+\nconst gradient = (type: string, attribs: any, stops: GradientStop[]): any[] =>\n[\ntype,\nattr...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-svg): re-parse alpha colors in gradients (fix for safari)
1
feat
hiccup-svg
679,913
14.09.2018 17:06:07
-3,600
3acb0dd8b343488c5c68eebd2572e32e756eae6c
fix(hiccup-svg): update points() to use "xlink:href" (fix for safari)
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ export const points = (pts: Iterable<Vec2Like>, shape: string, attribs?: any): a\nhref = shape;\n}\nfor (let p of pts) {\n- group.push([\"use\", { href, x: ff(p[0]), y: ff(p[1]) }]);\n+ group.push([\"use\", { \"xlink:href\": href, x: ff(p[0]), y: ff(p[1]...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(hiccup-svg): update points() to use "xlink:href" (fix for safari)
1
fix
hiccup-svg
679,913
14.09.2018 17:15:09
-3,600
b8f795683744c07a4ea77f78a671605912e81c7b
feat(examples): add SVG conversion & export to hdom-canvas-shapes
[ { "change_type": "MODIFY", "diff": "-import { canvas } from \"@thi.ng/hdom-canvas\";\n+import { canvas, normalizeTree } from \"@thi.ng/hdom-canvas\";\nimport { dropdown } from \"@thi.ng/hdom-components/dropdown\";\nimport { stream } from \"@thi.ng/rstream/stream\";\nimport { fromRAF } from \"@thi.ng/rstream...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add SVG conversion & export to hdom-canvas-shapes
1
feat
examples
217,922
14.09.2018 20:19:36
-7,200
0adbc953256b50b6f3119ebcbebd552be0e407eb
chore: lint fixes for build process
[ { "change_type": "MODIFY", "diff": "@@ -133,8 +133,8 @@ export class GatheringLocationComponent {\n}\nreturn alarm;\n})\n- ).subscribe((alarm: Alarm) => {\n- this.alarmsFacade.addAlarms(alarm);\n+ ).subscribe((result: Alarm) => {\n+ this.alarmsFacade.addAlarms(result);\n});\n}\n", "new_path": "apps/clie...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: lint fixes for build process
1
chore
null
749,556
14.09.2018 20:22:00
-7,200
6206a2c8dda538b57fcf807b3865103837f55308
fix(menus): lazy attach auto close handlers
[ { "change_type": "MODIFY", "diff": "@@ -150,18 +150,22 @@ class MenuContainer extends ControlledComponent {\n};\n}\n- componentDidMount() {\n+ attachClickOutsideHandler() {\nthis.getDocuments().forEach(doc => {\n- doc.addEventListener('mousedown', this.handleOutsideMouseDown);\n+ doc.addEventListener('mouse...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(menus): lazy attach auto close handlers (#149)
1
fix
menus
679,913
14.09.2018 20:34:11
-3,600
177855c3a5ad7fab5f9d35441cca87b22f8355fc
feat(examples): add geom circle test
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ import { map } from \"@thi.ng/transducers/xform/map\";\nimport { serialize } from \"@thi.ng/hiccup\";\nimport { convertTree } from \"@thi.ng/hiccup-svg/convert\";\nimport { svg } from \"@thi.ng/hiccup-svg/svg\";\n+import { circle2 } from \"@thi.ng/geom/c...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add geom circle test
1
feat
examples
679,913
14.09.2018 20:37:30
-3,600
54ba0ce1f07c53bd3fe348bd52bb52ae341e76b0
feat(hdom): add `.toHiccup()` interface support add `.toHiccup()` type check in `normalizeTree()` and call w/ user context
[ { "change_type": "MODIFY", "diff": "@@ -178,6 +178,9 @@ const _normalizeTree = (tree: any, opts: Partial<HDOMOpts>, ctx: any, path: numb\nif (isFunction(tree)) {\nreturn _normalizeTree(tree(ctx), opts, ctx, path, keys, span);\n}\n+ if (implementsFunction(tree, \"toHiccup\")) {\n+ return _normalizeTree(tree....
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom): add `.toHiccup()` interface support - add `.toHiccup()` type check in `normalizeTree()` and call w/ user context
1
feat
hdom
679,913
14.09.2018 20:37:45
-3,600
8ecdd139b7b383def61df704bf7b26e5726a75eb
feat(hdom-canvas): add `.toHiccup()` interface support add `.toHiccup()` type check in `normalizeTree()` and call w/ user context
[ { "change_type": "MODIFY", "diff": "import { IObjectOf } from \"@thi.ng/api/api\";\n+import { implementsFunction } from \"@thi.ng/checks/implements-function\";\nimport { isArray } from \"@thi.ng/checks/is-array\";\nimport { isArrayLike } from \"@thi.ng/checks/is-arraylike\";\nimport { isFunction } from \"@t...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-canvas): add `.toHiccup()` interface support - add `.toHiccup()` type check in `normalizeTree()` and call w/ user context
1
feat
hdom-canvas
679,913
14.09.2018 20:38:15
-3,600
6e20e3e2cfdfe87d6dc4e98c5305056f3f2c2203
feat(hiccup): add `.toHiccup()` interface support add `.toHiccup()` type check in `serialize()` and call w/ user context
[ { "change_type": "MODIFY", "diff": "@@ -159,6 +159,9 @@ const _serialize = (tree: any, ctx: any, esc: boolean, span: boolean, keys: bool\nif (isFunction(tree)) {\nreturn _serialize(tree(ctx), ctx, esc, span, keys, path);\n}\n+ if (implementsFunction(tree, \"toHiccup\")) {\n+ return _serialize(tree.toHiccup(...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup): add `.toHiccup()` interface support - add `.toHiccup()` type check in `serialize()` and call w/ user context
1
feat
hiccup
679,913
14.09.2018 21:04:12
-3,600
42c1c403f59c9e2caece47238a00f7b89c7383f5
fix(examples): add missing file download.ts
[ { "change_type": "ADD", "diff": "+/**\n+ * Helper function to trigger download of given `src` string as local\n+ * file with filename `name` and mime `type`. Wraps `src` as blob and\n+ * creates an object URL for download. By default, the URL auto-expires\n+ * after 10 seconds to free up memory.\n+ *\n+ * @...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(examples): add missing file download.ts
1
fix
examples
730,412
14.09.2018 21:34:34
0
616743e62612af1cfd0f3b8f5cc24dea9ac8ade1
chore(release): 0.1.358
[ { "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.358\"></a>\n+## [0.1.358](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.358
1
chore
release
679,913
14.09.2018 21:40:23
-3,600
141e7c86e6672deb7a59503e09e610027430abfc
docs(examples): add dflow diagram, update readme
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/assets/hdom-canvas-shapes.png differ\n", "new_path": "assets/hdom-canvas-shapes.png", "old_path": "assets/hdom-canvas-shapes.png" }, { "change_type": "MODIFY", "diff": "@@ -19,6 +19,10 @@ Related examples:\n- [hdom-canvas-cloc...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): add dflow diagram, update readme
1
docs
examples
679,913
14.09.2018 21:56:04
-3,600
1d463ea6e4aa781b1afe5474fa8903f656e154d4
build(examples): update deps (hdom-canvas-shapes)
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/hdom-canvas\": \"latest\",\n+ \"@thi.ng/hdom-components\": \"latest\",\n+ \"@thi.ng/hiccup\": \"latest\",\n+ \"@thi.ng/hiccup-svg\": \"latest\",\n\"@thi.ng/rstream\": \"latest\",\n+ \"@thi.ng/transducers\": \"latest\",\n\"@thi.ng/transdu...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(examples): update deps (hdom-canvas-shapes)
1
build
examples
679,913
14.09.2018 22:00:35
-3,600
2bb41d456be337421a74b78c18bcbdc0c9577513
docs(examples): update crypto readme (replace diagram)
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/assets/crypto-dflow.png differ\n", "new_path": "assets/crypto-dflow.png", "old_path": "assets/crypto-dflow.png" }, { "change_type": "DELETE", "diff": "-<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n-<!DOCTYPE s...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): update crypto readme (replace diagram)
1
docs
examples
821,196
15.09.2018 00:47:44
25,200
3a9bf0f866a0a41d9e61b0d461277df1c95e2f94
feat: use typescript 3.0 project references this simplifies test config a bit
[ { "change_type": "MODIFY", "diff": "\"bin\": \"./bin/run\",\n\"bugs\": \"https://github.com/oclif/oclif/issues\",\n\"dependencies\": {\n- \"@oclif/command\": \"^1.5.0\",\n+ \"@oclif/command\": \"^1.5.1\",\n\"@oclif/config\": \"^1.7.6\",\n- \"@oclif/errors\": \"^1.2.0\",\n+ \"@oclif/errors\": \"^1.2.1\",\n\"...
TypeScript
MIT License
oclif/oclif
feat: use typescript 3.0 project references this simplifies test config a bit
1
feat
null
821,196
15.09.2018 01:36:21
25,200
d6641058a4a9d37fc77ec460c298c1c4e433fde1
chore: remove semantic-release
[ { "change_type": "MODIFY", "diff": "@@ -26,8 +26,8 @@ module.exports = (_, options) => {\nconst [, type, format] = example.split('-')\nconst options = format === 'ts' ?\n- '--options=yarn,typescript,mocha,semantic-release,circleci,appveyor,codecov' :\n- '--options=yarn,mocha,semantic-release,circleci,appvey...
TypeScript
MIT License
oclif/oclif
chore: remove semantic-release
1
chore
null
821,196
15.09.2018 01:41:20
25,200
86a2c52735f2082eaf95c058f85b0cde36dc9d1e
feat: simplify nyc config
[ { "change_type": "MODIFY", "diff": "@@ -269,7 +269,7 @@ class App extends Generator {\nthis.pjson.scripts.posttest = 'eslint .'\n}\nif (this.mocha) {\n- this.pjson.scripts.test = `nyc mocha --forbid-only \"test/**/*.test.${this._ext}\"`\n+ this.pjson.scripts.test = `nyc ${this.ts ? '--extension .ts ' : ''}m...
TypeScript
MIT License
oclif/oclif
feat: simplify nyc config
1
feat
null
821,196
15.09.2018 01:48:01
25,200
85082b57b532a1cc5fc51d5275bc74c7957eab01
fix: remove unnecessary tsc calls
[ { "change_type": "MODIFY", "diff": "@@ -261,11 +261,9 @@ class App extends Generator {\nthis.pjson.files = this.answers.files || defaults.files || [(this.ts ? '/lib' : '/src')]\nthis.pjson.license = this.answers.license || defaults.license\nthis.repository = this.pjson.repository = this.answers.github ? `${...
TypeScript
MIT License
oclif/oclif
fix: remove unnecessary tsc calls
1
fix
null
821,196
15.09.2018 01:58:58
25,200
4ffa23a4ffd4b2d5d78e68c7ca9f39bb5824717b
chore: add tslint to examples
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ module.exports = (_, options) => {\nconst [, type, format] = example.split('-')\nconst options = format === 'ts' ?\n- '--options=yarn,typescript,mocha,circleci,appveyor,codecov' :\n+ '--options=yarn,typescript,mocha,circleci,appveyor,codecov,tslint' :\n'...
TypeScript
MIT License
oclif/oclif
chore: add tslint to examples
1
chore
null
821,196
15.09.2018 02:07:10
25,200
50c9f6e2ed62d92f6d0b5039dba11727ca8ac970
chore: remove codecov from appeyor
[ { "change_type": "MODIFY", "diff": "@@ -20,11 +20,5 @@ install:\ntest_script:\n- .\\node_modules\\.bin\\nps lint\n- .\\node_modules\\.bin\\nps test.%TEST_TYPE%\n-after_test:\n- - ps: |\n- $env:PATH = 'C:\\msys64\\usr\\bin;' + $env:PATH\n- Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh\...
TypeScript
MIT License
oclif/oclif
chore: remove codecov from appeyor
1
chore
null
821,196
15.09.2018 02:22:34
25,200
f6d005610cfaab8237a1134b2f7b828f11c353e0
chore: save cache on circle only on git tags
[ { "change_type": "MODIFY", "diff": "@@ -30,8 +30,19 @@ jobs:\n./node_modules/.bin/nyc report --reporter text-lcov > coverage.lcov\ncurl -s https://codecov.io/bash | bash\n<%_ } _%>\n+ node-8:\n+ <<: *test\n+ docker:\n+ - image: node:8\n+ cache:\n+ <<: *test\n+ steps:\n+ - checkout\n+ - run:\n+ name: Install...
TypeScript
MIT License
oclif/oclif
chore: save cache on circle only on git tags
1
chore
null
821,196
15.09.2018 02:59:23
25,200
3f80dea3b226fb422875fbb1516afcc0aea9f07e
fix: break yarn/npm into separate question
[ { "change_type": "MODIFY", "diff": "@@ -63,6 +63,7 @@ class App extends Generator {\nauthor: string\nfiles: string\nlicense: string\n+ pkg: string\noptions: {\nmocha: boolean\ncircleci: boolean\n@@ -70,7 +71,6 @@ class App extends Generator {\ncodecov: boolean\ntypescript: boolean\ntslint: boolean\n- yarn: ...
TypeScript
MIT License
oclif/oclif
fix: break yarn/npm into separate question
1
fix
null
821,196
15.09.2018 03:19:10
25,200
c8b05f825aebf314b178e3961ff636377ed2f238
fix: break linters out into separate question Fixes
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ module.exports = (_, options) => {\nconst options = format === 'ts' ?\n'--options=yarn,typescript,mocha,circleci,appveyor,codecov,tslint' :\n- '--options=yarn,mocha,circleci,appveyor,codecov'\n+ '--options=yarn,mocha,circleci,appveyor,codecov,eslint'\nco...
TypeScript
MIT License
oclif/oclif
fix: break linters out into separate question Fixes https://github.com/oclif/oclif/issues/73
1
fix
null
821,196
15.09.2018 03:32:45
25,200
a3edcd469599ca108d72d1898730e7d083d15324
fix: break linters out into separate question
[ { "change_type": "MODIFY", "diff": "@@ -265,6 +265,7 @@ class App extends Generator {\n]) as any\n}\ndebug(this.answers)\n+ if (!this.options.defaults) {\nthis.options = {\n...this.answers.ci,\nmocha: this.answers.mocha,\n@@ -273,6 +274,7 @@ class App extends Generator {\ntypescript: this.answers.typescript...
TypeScript
MIT License
oclif/oclif
fix: break linters out into separate question
1
fix
null
679,913
15.09.2018 14:02:06
-3,600
be25c48ec79d9e3969af8a1ac1f57df652670737
feat(examples): add circles test
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import { updateDOM } from \"@thi.ng/transducers-hdom\";\nimport { range } from \"@thi.ng/transducers/iter/range\";\nimport { repeatedly } from \"@thi.ng/transducers/iter/repeatedly\";\nimport { map } from \"@thi.ng/transducers/xform/map\";\n+import { U8 } ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add circles test
1
feat
examples
217,922
15.09.2018 14:06:50
-7,200
0a105e9a13ac23a722f97006247a712ba1fe7746
feat: progress on search page, still needs some features
[ { "change_type": "MODIFY", "diff": "@@ -81,20 +81,26 @@ export class DataService {\nif (craftedByFilter !== undefined && craftedByFilter.value !== recipe.job) {\nreturn;\n}\n- results.push(<Recipe>{\n+ results.push({\n+ itemId: item.id,\n+ icon: item.obj.c,\n+ amount: 1,\n+ recipe: {\nrecipeId: recipe.id,\n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: progress on search page, still needs some features #569
1
feat
null
679,913
15.09.2018 14:07:23
-3,600
7963e256428aa21ea1408cfd6f66cf4d70535cb2
feat(strings): add U24 hex preset
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,12 @@ export const U8 = radix(16, 2);\n*/\nexport const U16 = radix(16, 4);\n+/**\n+ * 24bit hex conversion preset.\n+ * Assumes unsigned inputs.\n+ */\n+export const U24 = radix(16, 6);\n+\n/**\n* 32bit hex conversion preset.\n* Assumes unsigned inputs.\n", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(strings): add U24 hex preset
1
feat
strings
679,913
15.09.2018 15:52:22
-3,600
4e230164fb401eb4dc4bed4375fcaf0ee8888065
feat(vectors): add random vector ops for Vec2/3/4 & GVec add randNorm*(), randMinMax*() & jitter*() fns add static randNorm() / randMinMax() methods in class wrappers add jitter() methods in class wrappers add op20/21(), op30/31(), op40/41() optimize opg*() fns (avoid multiplies) refactor swizzle2/3/4() to re-use setS2/3/4()
[ { "change_type": "MODIFY", "diff": "@@ -18,23 +18,37 @@ import {\nstep1\n} from \"./math\";\n+export const opg0 = (fn: () => number, a: Vec, num = a.length, i = 0, s = 1) => {\n+ i += num * s;\n+ while (i -= s, --num >= 0) {\n+ a[i] = fn();\n+ }\n+ return a;\n+};\n+\nexport const opg1 = (fn: (x: number) => ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add random vector ops for Vec2/3/4 & GVec - add randNorm*(), randMinMax*() & jitter*() fns - add static randNorm() / randMinMax() methods in class wrappers - add jitter() methods in class wrappers - add op20/21(), op30/31(), op40/41() - optimize opg*() fns (avoid multiplies) - refactor swizzle2/3/4() to re-use setS2/3/4()
1
feat
vectors
679,913
15.09.2018 16:11:00
-3,600
059206365ec226078ae14a4563aea6237a5dd339
fix(hdom): exclude hdom control attribs in setAttrib()
[ { "change_type": "MODIFY", "diff": "@@ -86,10 +86,9 @@ export const hydrateDOM = (opts: Partial<HDOMOpts>, parent: Element, tree: any,\n// TODO hdom ctx?\n(<any>tree).__init.apply((<any>tree).__this, [el, ...(<any>tree).__args]);\n}\n- const attr = tree[1];\n- for (let a in attr) {\n+ for (let a in attribs)...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(hdom): exclude hdom control attribs in setAttrib()
1
fix
hdom
821,196
15.09.2018 16:47:32
25,200
dfd31701a0aa426c0d3f372de9c350620c0ccd91
fix: source-map-register is not needed does not seem to do anything
[ { "change_type": "MODIFY", "diff": "-<%= ts ? '--require ts-node/register\\n--require source-map-support/register\\n--watch-extensions ts\\n' : '' _%>\n+<%= ts ? '--require ts-node/register\\n--watch-extensions ts\\n' : '' _%>\n--recursive\n--reporter spec\n--timeout 5000\n", "new_path": "templates/test...
TypeScript
MIT License
oclif/oclif
fix: source-map-register is not needed does not seem to do anything
1
fix
null
679,913
15.09.2018 17:49:12
-3,600
adaaa7a0d1f093ef3c1acdc454494f47ded8b871
feat(hdom-canvas): add warning msg for hydrateTree() impl
[ { "change_type": "MODIFY", "diff": "@@ -145,7 +145,7 @@ export const normalizeTree = (opts: Partial<HDOMOpts>, tree: any) => {\nexport const IMPL: HDOMImplementation<any> = {\ncreateTree: drawTree,\nnormalizeTree,\n- hydrateTree: () => { },\n+ hydrateTree: () => console.warn(\"hydrate not-supported for hdom...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-canvas): add warning msg for hydrateTree() impl
1
feat
hdom-canvas
679,913
15.09.2018 17:52:04
-3,600
6c33901fbb0e8b36e60f1b86f02a798bf9f77dc5
fix(hdom): delegate diffTree() to branch impl
[ { "change_type": "MODIFY", "diff": "@@ -43,12 +43,17 @@ export const diffTree = <T>(\ncurr: any[],\nchild: number) => {\n- if (curr[1].__diff === false) {\n+ const attribs = curr[1];\n+ // always replace element if __diff = false\n+ if (attribs.__diff === false) {\nreleaseDeep(prev);\nimpl.replaceChild(opts...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(hdom): delegate diffTree() to branch impl
1
fix
hdom
679,913
15.09.2018 17:52:52
-3,600
d9af2e5fef8e681bc3da7de6505c5bf875d082d6
refactor(hdom): update custom equiv()
[ { "change_type": "MODIFY", "diff": "@@ -206,6 +206,15 @@ const extractEquivElements = (edits: DiffLogEntry<any>[]) => {\nconst OBJP = Object.getPrototypeOf({});\n+/**\n+ * Customized version @thi.ng/equiv which takes `__diff` attributes into\n+ * account (at any nesting level). If an hdom element's attribut...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom): update custom equiv()
1
refactor
hdom