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
67,482
18.08.2019 20:51:59
25,200
9a89686df76f4ba7ea0297375929c2902ecdd82b
feat(view-locator): allow associating views with classes This enables any class to have one or more associated views. With a view associated, the au-compose element can then render instances of the class by using the view value converter.
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,7 @@ import { Repeat } from './resources/custom-attributes/repeat';\nimport { Replaceable } from './resources/custom-attributes/replaceable';\nimport { With } from './resources/custom-attributes/with';\nimport { SanitizeValueConverter } from './resources/valu...
TypeScript
MIT License
aurelia/aurelia
feat(view-locator): allow associating views with classes This enables any class to have one or more associated views. With a view associated, the au-compose element can then render instances of the class by using the view value converter.
1
feat
view-locator
722,013
18.08.2019 20:59:06
18,000
01ea18e2cb0f1ae0fceb079a7d04106cbefc1f5d
build(compiler): use nodeResolve plugin
[ { "change_type": "MODIFY", "diff": "import * as path from 'path'\n+import nodeResolve from 'rollup-plugin-node-resolve'\nimport typescript from 'rollup-plugin-typescript2'\nimport commonjs from 'rollup-plugin-commonjs'\nimport pkg from './package.json'\n@@ -18,6 +19,7 @@ export default {\n}\n],\nplugins: [\...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
build(compiler): use nodeResolve plugin
1
build
compiler
679,913
18.08.2019 21:10:45
-3,600
c6a40dfecdc7935d39d112fb8119fb4651b4a5ba
refactor(rstream-query): simplify .findTriple(), move xforms, update deps
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/checks\": \"^2.3.0\",\n\"@thi.ng/equiv\": \"^1.0.9\",\n\"@thi.ng/errors\": \"^1.1.2\",\n+ \"@thi.ng/math\": \"^1.4.2\",\n\"@thi.ng/rstream\": \"^2.5.3\",\n\"@thi.ng/rstream-dot\": \"^1.1.3\",\n\"@thi.ng/transducers\": \"^5.4.3\"\n", "new_path": "packages/rst...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-query): simplify .findTriple(), move xforms, update deps
1
refactor
rstream-query
713,841
18.08.2019 21:16:18
-7,200
7d5051a8a0dfd45fb4eea8c37e793f660c5febe7
chore: add codecov support for flags and targets
[ { "change_type": "ADD", "diff": "+coverage:\n+ status:\n+ project:\n+ default:\n+ target: 50%\n+ core:\n+ flags: core\n+ target: 50%\n+ plugins:\n+ flags: plugins\n+ target: 50%\n+\n+flags:\n+ core:\n+ paths:\n+ - core/commons-api\n+ - core/file-locking\n+ - core/readme\n+ - core/streams\n+ plugins:\n+ path...
TypeScript
MIT License
verdaccio/monorepo
chore: add codecov support for flags and targets
1
chore
null
679,913
18.08.2019 21:23:11
-3,600
4a140e8aa0098e0453738ddb20c3a0d0dc03529e
refactor(rstream-query): update addQueryFromSpec, nextID
[ { "change_type": "MODIFY", "diff": "@@ -367,24 +367,17 @@ export class TripleStore implements Iterable<Triple>, IToDot {\nfor (let q of spec.q) {\nif (isWhereQuery(q)) {\ncurr = this.addMultiJoin(this.addParamQueries(q.where));\n- query && (curr = this.addJoin(query, curr));\n} else if (isPathQuery(q)) {\nc...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-query): update addQueryFromSpec, nextID
1
refactor
rstream-query
713,841
18.08.2019 22:08:14
-7,200
3f29e6c2a09f382653805b5075cab0bb001deeec
chore: fix coverage target values
[ { "change_type": "MODIFY", "diff": "@@ -2,10 +2,10 @@ coverage:\nstatus:\nproject:\ndefault:\n- target: 50%\n+ target: 60%\ncore:\nflags: core\n- target: 50%\n+ target: 80%\nplugins:\nflags: plugins\ntarget: 50%\n", "new_path": "codecov.yml", "old_path": "codecov.yml" } ]
TypeScript
MIT License
verdaccio/monorepo
chore: fix coverage target values
1
chore
null
67,482
18.08.2019 22:58:50
25,200
3bcead26a67ae1f1e50cfaa4678f887b41c17224
style(view): correct some lint issues
[ { "change_type": "MODIFY", "diff": "-import { PLATFORM, Reporter, Constructable, DI, Writable } from '@aurelia/kernel';\n+import { Constructable, DI, PLATFORM, Reporter } from '@aurelia/kernel';\nimport { ITemplateDefinition, TemplatePartDefinitions } from '../definitions';\nimport { INode } from '../dom';\...
TypeScript
MIT License
aurelia/aurelia
style(view): correct some lint issues
1
style
view
67,479
18.08.2019 23:42:20
-36,000
92bd62f63b53c04a4bb855d750b64e80ee3c1fb1
chore(focus/blur): fix tests
[ { "change_type": "MODIFY", "diff": "@@ -42,17 +42,17 @@ describe('blur.integration.spec.ts', () => {\ndispatchEventWith(ctx, ctx.doc, EVENTS.MouseDown);\nassert.equal(component.hasFocus, false, 'component.hasFocus');\n- await waitForFrames(ctx, 1);\n+ await waitForFrames(1);\ncomponent.hasFocus = true;\ndis...
TypeScript
MIT License
aurelia/aurelia
chore(focus/blur): fix tests
1
chore
focus/blur
67,479
18.08.2019 23:42:39
-36,000
bdba80a4368c4d3f32491300026ef1ba6064267a
chore(karma): do not log webpack modules build info
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,11 @@ module.exports = function (config) {\n'sourcemap',\n],\n},\n+ webpackMiddleware: {\n+ // webpack-dev-middleware configuration\n+ // i. e.\n+ stats: 'errors-only',\n+ },\nwebpack: {\nmode: 'none',\nresolve: {\n", "new_path": "packages/__tests__/karma...
TypeScript
MIT License
aurelia/aurelia
chore(karma): do not log webpack modules build info
1
chore
karma
679,913
19.08.2019 00:26:43
-3,600
20de7169d182b555aaaae713b921c1e6822a0558
refactor(hdom): refactor/simplify diff & dom impls extract diffDeleted()/diffAdded() from diffTree() extract incOffsets()/decOffsets() from diffTree() update diffAttributes() extract maybeInitElement() from createTree()/hydrateTree() extract addChild(), update createElement/createTextElement() update various conditiona...
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,11 @@ import { HDOMImplementation, HDOMOpts } from \"./api\";\nconst isArray = Array.isArray;\nconst max = Math.max;\n+const OBJP = Object.getPrototypeOf({});\n+\n+const FN = \"function\";\n+const STR = \"string\";\n+\n// child index tracking template buffer\...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom): refactor/simplify diff & dom impls - extract diffDeleted()/diffAdded() from diffTree() - extract incOffsets()/decOffsets() from diffTree() - update diffAttributes() - extract maybeInitElement() from createTree()/hydrateTree() - extract addChild(), update createElement/createTextElement() - update vario...
1
refactor
hdom
815,609
19.08.2019 01:51:19
-28,800
7e086b8e19542d85cd3dc5736ed17286695d31eb
chore: bump serialization compiler from 0.2.2 to 0.2.3 (support c)
[ { "change_type": "MODIFY", "diff": ".DEFAULT_GOAL:=help\nSHELL = /bin/sh\nMOLC := moleculec\n+MOLC_VERSION := 0.2.3\nVERBOSE := $(if ${CI},--verbose,)\nCLIPPY_OPTS := -D warnings -D clippy::clone_on_ref_ptr -D clippy::enum_glob_use -D clippy::fallible_impl_from\n@@ -111,7 +112,7 @@ gen-clean: # Clean Protoc...
Rust
MIT License
nervosnetwork/ckb
chore: bump serialization compiler from 0.2.2 to 0.2.3 (support c)
1
chore
null
679,913
19.08.2019 02:24:13
-3,600
1774c9b7975f6f93c34f3407513d9de5a9431c83
refactor(shader-ast): improve re-use vec ctors, bvec ops, texture fns
[ { "change_type": "MODIFY", "diff": "@@ -125,6 +125,33 @@ const $mat = (xs: any[], init = FLOAT0) => [\n...xs.slice(1).map(wrapInt)\n];\n+const $gvec2 = <T extends Type>(\n+ type: T,\n+ ctor: Fn<any[], (Term<any> | undefined)[]>,\n+ xs: any[]\n+) => lit(type, (xs = ctor(xs)), [\"n\", \"n\"][xs.length]);\n+\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(shader-ast): improve re-use vec ctors, bvec ops, texture fns
1
refactor
shader-ast
679,913
19.08.2019 02:27:06
-3,600
c8ef0cfe3ad3c92480f33b49ae637c8c91187d61
refactor(geom): improve internal re-use PathBuilder
[ { "change_type": "MODIFY", "diff": "@@ -71,93 +71,42 @@ export class PathBuilder {\n}\nhlineTo(x: number, relative = false): PathBuilder {\n- const prev = copy(this.currP);\n- this.currP[0] = relative ? this.currP[0] + x : x;\n- set2(this.bezierP, this.currP);\n- this.curr.add({\n- geo: new Line([prev, copy...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom): improve internal re-use PathBuilder
1
refactor
geom
679,913
19.08.2019 02:52:49
-3,600
bcd5829c5f7e75467ec5b977af98a40870781b01
refactor(shader-ast): more re-use vec/mat ctors
[ { "change_type": "MODIFY", "diff": "@@ -100,30 +100,17 @@ export const TAU: FloatTerm = float(Math.PI * 2);\nexport const HALF_PI: FloatTerm = float(Math.PI / 2);\nexport const SQRT2: FloatTerm = float(Math.SQRT2);\n-const $vec = (xs: any[], init = FLOAT0) => [\n- xs[0] === undefined ? init : wrapFloat(xs[0...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(shader-ast): more re-use vec/mat ctors
1
refactor
shader-ast
679,913
19.08.2019 03:05:33
-3,600
e3ae743360f17b938330a0f42e67fb7ecc4102ce
refactor(shader-ast): update allChildren()
[ { "change_type": "MODIFY", "diff": "@@ -41,14 +41,9 @@ export const scopedChildren = (t: Term<any>) =>\n* @see scopedChildren\n*/\nexport const allChildren = (t: Term<any>) =>\n- t.tag === \"scope\"\n+ scopedChildren(t) ||\n+ (t.tag === \"scope\"\n? (<Scope>t).body\n- : t.tag === \"fn\" || t.tag === \"for\"...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(shader-ast): update allChildren()
1
refactor
shader-ast
815,609
19.08.2019 03:25:26
-28,800
dc2f8ee2460d4963d99954db3f764a1cb7341a48
fix: all hashes
[ { "change_type": "MODIFY", "diff": "# Generated by: ckb cli hashes -b\n[ckb_dev]\n-genesis = \"0x380516bccef29b17012c05dc6e5d3a120ee0ccd4a1f01f0e44360394bcb70795\"\n-cellbase = \"0x953228ff722ccc907050caeedc672293f0313a5a375f73320dbc283ee2b323fc\"\n+genesis = \"0x255cb1d5287e751647799e7e2523a125d96576421229...
Rust
MIT License
nervosnetwork/ckb
fix: all hashes
1
fix
null
679,913
19.08.2019 03:33:24
-3,600
84002bd4dfe970fce6793b8252b0fd869de56d36
refactor(fsm): extract reduceResult()
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import {\nisReduced,\niterator,\nReducer,\n+ ReductionFn,\nTransducer,\nunreduced\n} from \"@thi.ng/transducers\";\n@@ -87,12 +88,7 @@ export function fsm<T, C, R>(\n);\n}\nif (res) {\n- for (let y of unreduced(res)) {\n- acc = reduce(acc, y);\n- if (isRed...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(fsm): extract reduceResult()
1
refactor
fsm
815,609
19.08.2019 04:48:48
-28,800
d7e81ea6f5637d12a707cae7740689bf1d934ee0
fix: all script/syscalls tests
[ { "change_type": "MODIFY", "diff": "@@ -145,30 +145,27 @@ impl Source {\n}\n}\n-/* TODO apply-serialization fix tests\n#[cfg(test)]\nmod tests {\nuse super::*;\nuse crate::DataLoader;\nuse byteorder::{LittleEndian, WriteBytesExt};\n- use ckb_core::cell::CellMeta;\n- use ckb_core::extras::BlockExt;\n- use ck...
Rust
MIT License
nervosnetwork/ckb
fix: all script/syscalls tests
1
fix
null
401,147
19.08.2019 09:30:27
-19,080
88f7ee01bc4bc7b48cbddff5aaead529951b7a9b
fix: fixed sidenav overlap issue affects:
[ { "change_type": "MODIFY", "diff": "@@ -282,14 +282,14 @@ exports[`DatePicker component should display date popover on click on it 1`] = `\n>\n<div\naria-label=\"day-18\"\n- class=\"react-datepicker__day react-datepicker__day--018 react-datepicker__day--keyboard-selected react-datepicker__day--today react-d...
TypeScript
MIT License
medly/medly-components
fix: fixed sidenav overlap issue affects: @medly-components/core, @medly-components/layout
1
fix
null
503,951
19.08.2019 09:35:59
14,400
cdf4f0fe609b5bb07de77936a3ae000f111efa67
chore(notes): update release notes with versions
[ { "change_type": "MODIFY", "diff": "# 2019.06 release notes (2019-08-13)\nPackages released:\n--\n+- [@patternfly/react-charts@4.7.9](https://www.npmjs.com/package/@patternfly/react-charts/v/4.7.9)\n+- [@patternfly/react-core@3.87.3](https://www.npmjs.com/package/@patternfly/react-core/v/3.87.3)\n+- [@patte...
TypeScript
MIT License
patternfly/patternfly-react
chore(notes): update release notes with versions (#2723)
1
chore
notes
722,013
19.08.2019 09:56:18
18,000
00ec66ab5289b053c74fdafbf60d425ac77c2dec
fix: update react styleguidist to fix menu closes
[ { "change_type": "MODIFY", "diff": "\"react-icons\": \"^3.7.0\",\n\"react-lifecycles-compat\": \"^3.0.4\",\n\"react-simple-code-editor\": \"^0.9.4\",\n- \"react-styleguidist\": \"9.1.13\",\n+ \"react-styleguidist\": \"9.1.14\",\n\"rewrite-imports\": \"^2.0.3\",\n\"style-loader\": \"^0.21.0\",\n\"terser-webp...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: update react styleguidist to fix menu closes #561
1
fix
null
722,013
19.08.2019 09:57:51
18,000
dba9fbfbdbceb24d79f0bc3b86f5dddee2cde1ca
fix: update react styleguidist to fix menu (2) closes
[ { "change_type": "MODIFY", "diff": "\"react-icons\": \"^3.7.0\",\n\"react-lifecycles-compat\": \"^3.0.4\",\n\"react-simple-code-editor\": \"^0.9.4\",\n- \"react-styleguidist\": \"9.1.14\",\n+ \"react-styleguidist\": \"^9.1.16\",\n\"rewrite-imports\": \"^2.0.3\",\n\"style-loader\": \"^0.21.0\",\n\"terser-web...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: update react styleguidist to fix menu (2) closes #561
1
fix
null
865,926
19.08.2019 10:06:19
-7,200
c674dc24eda9e4d19ce572ec8573c14346b523bb
chore(project): update eslint-plugin-bpmn-io
[ { "change_type": "MODIFY", "diff": "}\n},\n\"@babel/generator\": {\n- \"version\": \"7.0.0-beta.44\",\n- \"resolved\": \"https://registry.npmjs.org/@babel/generator/-/generator-7.0.0-beta.44.tgz\",\n- \"integrity\": \"sha512-5xVb7hlhjGcdkKpMXgicAVgx8syK5VJz193k0i/0sLP6DzE6lRrU1K3B/rFefgdo9LPGMAOOOAWW4jycj07...
JavaScript
MIT License
camunda/camunda-modeler
chore(project): update eslint-plugin-bpmn-io
1
chore
project
722,013
19.08.2019 10:34:36
18,000
2c15788cd4f33739dcb6b31881e3e3f3956475b3
docs: publish pug ts example
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ module.exports = {\n// set your styleguidist configuration here\ntitle: 'Default Style Guide',\ncomponents: 'src/components/**/[A-Z]*.vue',\n- defaultExample: true\n+ defaultExample: true,\n// sections: [\n// {\n// name: 'First Section',\n@@ -12,4 +12,9 @@...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: publish pug ts example
1
docs
null
67,494
19.08.2019 10:41:36
-7,200
bcb79af24faadb7becdc5dfb730725a6fc14f9cf
refactor(router): create interfaces and move shared interfaces
[ { "change_type": "MODIFY", "diff": "import { GuardFunction, GuardIdentity, GuardTarget, GuardTypes, IGuardOptions, IGuardTarget } from './guardian';\n-import { INavigatorInstruction } from './navigator';\nimport { Viewport } from './viewport';\n-import { IRouteableComponentType } from './viewport-content';\...
TypeScript
MIT License
aurelia/aurelia
refactor(router): create interfaces and move shared interfaces
1
refactor
router
722,013
19.08.2019 10:45:29
18,000
0258f998be4341670736a67c92f71a3fdf6a59c8
docs: fix custom example to use right eslintrc
[ { "change_type": "ADD", "diff": "+module.exports = {\n+ extends: ['plugin:vue/recommended']\n+}\n", "new_path": "examples/vuecli3-custom/.eslintrc.js", "old_path": null }, { "change_type": "MODIFY", "diff": "\"@vue/cli-plugin-eslint\": \"^3.10.0\",\n\"@vue/cli-service\": \"^3.10.0\",\n\"...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: fix custom example to use right eslintrc
1
docs
null
815,609
19.08.2019 10:48:54
-28,800
b980b4a67cc22b015194cdd52bbc8528fbcfb4e6
fix: bump serialization compiler from 0.2.3 to 0.2.4 (allow empty table)
[ { "change_type": "MODIFY", "diff": ".DEFAULT_GOAL:=help\nSHELL = /bin/sh\nMOLC := moleculec\n-MOLC_VERSION := 0.2.3\n+MOLC_VERSION := 0.2.4\nVERBOSE := $(if ${CI},--verbose,)\nCLIPPY_OPTS := -D warnings -D clippy::clone_on_ref_ptr -D clippy::enum_glob_use -D clippy::fallible_impl_from\n", "new_path": "M...
Rust
MIT License
nervosnetwork/ckb
fix: bump serialization compiler from 0.2.3 to 0.2.4 (allow empty table)
1
fix
null
815,609
19.08.2019 10:50:08
-28,800
e69351227a92d3d67510e620f353dea3eade8f8d
fix: all integration tests
[ { "change_type": "MODIFY", "diff": "@@ -27,10 +27,10 @@ impl Spec for TemplateSizeLimit {\nlet _ = node.generate_block(); // skip\nlet new_block = node.new_block(None, None, None);\n- assert_eq!(new_block.serialized_size(), 1542);\n+ assert_eq!(new_block.serialized_size(), 2758);\nassert_eq!(new_block.trans...
Rust
MIT License
nervosnetwork/ckb
fix: all integration tests
1
fix
null
67,494
19.08.2019 10:50:20
-7,200
56bee94ac0c2cde6075bb3e863710982eb307733
refactor(router): remove IViewportComponentType
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,6 @@ export {\n} from './router';\nexport {\n- IViewportComponentType,\nIFindViewportsResult,\nChildContainer,\nScope,\n", "new_path": "packages/router/src/index.ts", "old_path": "packages/router/src/index.ts" }, { "change_type": "MODIFY", ...
TypeScript
MIT License
aurelia/aurelia
refactor(router): remove IViewportComponentType
1
refactor
router
67,494
19.08.2019 10:51:36
-7,200
a9df422747390fe74f062414614055ccc8e19d45
refactor(router): remove IRouteViewport
[ { "change_type": "MODIFY", "diff": "@@ -78,7 +78,6 @@ export {\nexport {\nIRouteTransformer,\nIRouterOptions,\n- IRouteViewport,\nIRouter,\nIViewportComponent,\nNavigationInstruction,\n", "new_path": "packages/router/src/index.ts", "old_path": "packages/router/src/index.ts" }, { "change_type...
TypeScript
MIT License
aurelia/aurelia
refactor(router): remove IRouteViewport
1
refactor
router
531,793
19.08.2019 11:03:25
-3,600
f2d04f662ac1af90cff29f65a7239c4bc5b13b99
chore(backend): regenerate am >=0.17 client code using swagger 0.20.0
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,8 @@ package alert\n// Editing this file might prove futile when you re-run the swagger generate command\nimport (\n+ \"fmt\"\n+\n\"github.com/go-openapi/runtime\"\nstrfmt \"github.com/go-openapi/strfmt\"\n@@ -48,8 +50,14 @@ func (a *Client) GetAlerts(params *G...
TypeScript
Apache License 2.0
prymitive/karma
chore(backend): regenerate am >=0.17 client code using swagger 0.20.0
1
chore
backend
504,019
19.08.2019 11:06:32
14,400
0853b5923055547d92b37f66d109173a5e7c7ba4
fix(CatalogTile): Add iconAlt property to use for alt text for icon image in a CatalogTile fix
[ { "change_type": "MODIFY", "diff": "@@ -85,6 +85,7 @@ class CatalogTile extends React.Component {\nhref,\nonClick,\niconImg,\n+ iconAlt,\niconClass,\nbadges,\ntitle,\n@@ -116,7 +117,7 @@ class CatalogTile extends React.Component {\nreturn (\n<OuterComponent>\n<div className=\"catalog-tile-pf-header\">\n- {i...
TypeScript
MIT License
patternfly/patternfly-react
fix(CatalogTile): Add iconAlt property to use for alt text for icon image in a CatalogTile (#2715) fix #2714
1
fix
CatalogTile
815,609
19.08.2019 11:07:25
-28,800
ed4b8fe32260910424857aed30e0a21ab08df135
fix: update according to review advices
[ { "change_type": "MODIFY", "diff": "@@ -107,14 +107,12 @@ check-dirty-rpc-doc: gen-rpc-doc\n##@ Generates Files\nGEN_FILES := util/types/src/generated/types.rs\n-gen: gen-clean ${GEN_FILES} # Generate Protocol Files\n-gen-clean: # Clean Protocol Failes\n- rm -f ${GEN_FILES}\n+gen: ${GEN_FILES} # Generate Pr...
Rust
MIT License
nervosnetwork/ckb
fix: update according to review advices
1
fix
null
902,122
19.08.2019 11:10:57
-7,200
7f275687d91cbfbcc0b11fed0ff0fe26f52d9fe8
build: ensure kill chrome on disconnect avoid zombie process, it's based on
[ { "change_type": "MODIFY", "diff": "@@ -18,12 +18,19 @@ const killBrowser = async browser => {\nawait browser.close()\nconst pid = browser.process().pid\nawait fkill(pid)\n- const deletedPaths = await del(['/tmp/core.chromium.*', '/tmp/puppeteer_dev_profile*'])\n+ const deletedPaths = await del([\n+ '/tmp/c...
JavaScript
MIT License
microlinkhq/browserless
build: ensure kill chrome on disconnect avoid zombie process, it's based on https://github.com/GoogleChrome/puppeteer/issues/1825
1
build
null
67,494
19.08.2019 11:12:48
-7,200
f9b3318c29940498bfc63004cf1775d105eebe27
refactor(router): move interfaces and types to interfaces
[ { "change_type": "MODIFY", "diff": "-import { GuardFunction, GuardIdentity, GuardTarget, GuardTypes, IGuardOptions, IGuardTarget } from './guardian';\n+import { GuardIdentity, GuardTypes, IGuardOptions, } from './guardian';\nimport { Viewport } from './viewport';\nimport { ViewportInstruction } from './view...
TypeScript
MIT License
aurelia/aurelia
refactor(router): move interfaces and types to interfaces
1
refactor
router
104,818
19.08.2019 11:15:45
18,000
76bcc29fe8effc7d18f4d62b33c07fe2ef21d6ed
fix(tablecard): threshold doesn't show on column 0
[ { "change_type": "MODIFY", "diff": "@@ -347,11 +347,14 @@ const TableCard = ({\n// filter to gett the indexes for each one\nconst columnsUpdated = columns;\n+\n+ // Don't add the icon column in sample mode\n+ if (!isEditable) {\nconst indexes = columns\n.map((column, index) =>\nuniqueThresholds.filter(item ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tablecard): threshold doesn't show on column 0
1
fix
tablecard
815,609
19.08.2019 11:16:22
-28,800
89344f6a7b57a660f36aa604cadb60531ce55a02
chore: change the order of fileds in `Script`
[ { "change_type": "MODIFY", "diff": "@@ -38,8 +38,8 @@ vector WitnessVec <Witness>;\ntable Script {\ncode_hash: Byte32,\n- args: BytesVec,\nhash_type: ScriptHashType,\n+ args: BytesVec,\n}\ntable OutPoint {\n", "new_path": "util/types/schemas/ckb.mol", "old_path": "util/types/schemas/ckb.mol" }, ...
Rust
MIT License
nervosnetwork/ckb
chore: change the order of fileds in `Script`
1
chore
null
104,818
19.08.2019 11:29:01
18,000
28c5f588671e19011963d08b703ea2b41f402361
chore(ui): reformatting
[ { "change_type": "MODIFY", "diff": "@@ -75,13 +75,7 @@ class ImageHotspots extends React.Component {\n}\ncomponentDidMount = () => {\n- const {\n- hideZoomControls,\n- hideHotspots,\n- hideMinimap,\n- hotspots,\n- background\n- } = this.props;\n+ const { hideZoomControls, hideHotspots, hideMinimap, hotspots...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(ui): reformatting
1
chore
ui
679,913
19.08.2019 11:53:16
-3,600
08286082f4cf510e4393f70a9d345933290c3f49
docs(shader-ast): update readme links
[ { "change_type": "MODIFY", "diff": "@@ -326,7 +326,7 @@ Swizzle patterns are type checked in the editor (and at compile time), i.e.\n### Built-in functions\nThe most common set of GLSL ES 3.0 builtins are supported. See\n-[builtins.ts](https://github.com/thi-ng/umbrella/tree/master/packages/shader-ast/src/b...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(shader-ast): update readme links
1
docs
shader-ast
902,122
19.08.2019 11:54:27
0
eadceb791c1f338d7c6ea4d8af43739f9ae3f888
chore(release): v5.11.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+# [5.11.0](https://github.com/kikobeats/browserless/compare/v5.10.2...v5.11.0) (2019-08-19)\n+\n+\n+### Features\n+\n...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.11.0
1
chore
release
942,615
19.08.2019 11:57:27
25,200
455875da5870413aebb9ea15b7d59e4e97c1d5d2
fix: Add missing static variables and fix Popup padding static variable * feat(banner): Add missing static variables * docs(popup): Fix PopupPadding static variable docs * feat(select): Add missing ErrorType static variable * feat(side-panel): Add missing BackgroundColor static variable * refactor(Popup): Capitalize Po...
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,19 @@ import Banner from '@workday/canvas-kit-react-banner';\n## Static Properties\n-> None\n+#### `Theme: BannerTheme`\n+\n+```tsx\n+<Banner theme={Banner.Theme.Error} label=\"3 errors\" />\n+```\n+\n+---\n+\n+#### `Variant: BannerVariant`\n+\n+```tsx\n+<Ban...
TypeScript
Apache License 2.0
workday/canvas-kit
fix: Add missing static variables and fix Popup padding static variable (#110) * feat(banner): Add missing static variables * docs(popup): Fix PopupPadding static variable docs * feat(select): Add missing ErrorType static variable * feat(side-panel): Add missing BackgroundColor static variable * refactor(P...
1
fix
null
71,371
19.08.2019 12:13:56
-7,200
5b109f953310e590ff3627f66c589b69596e038f
fix(events-targets): allow adding same fargate task to multiple rules * fix(events-targets): allow adding same scheduled fargate task to multiple rules Also allow adding same scheduled fargate task multiple times to same rule. Closes * create only one security group * add tests
[ { "change_type": "MODIFY", "diff": "]\n}\n},\n- \"ScheduledFargateTaskScheduledTaskDefPutTargets7149EAB4\": {\n+ \"ScheduledFargateTaskScheduledTaskDefScheduledEventRuleTarget0PutTargets4F6BAABA\": {\n\"Type\": \"Custom::AWS\",\n\"Properties\": {\n\"ServiceToken\": {\n", "new_path": "packages/@aws-cdk/a...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(events-targets): allow adding same fargate task to multiple rules (#3576) * fix(events-targets): allow adding same scheduled fargate task to multiple rules Also allow adding same scheduled fargate task multiple times to same rule. Closes #3574 * create only one security group * add tests
1
fix
events-targets
679,913
19.08.2019 12:56:14
-3,600
7fae67bc4b60775e9513fe9d7bb927e07bbc99a8
feat(shader-ast): add modf(), isnan(), isinf() built-ins
[ { "change_type": "MODIFY", "diff": "+import { IObjectOf } from \"@thi.ng/api\";\nimport { Term } from \"../api/nodes\";\nimport { FloatTerm } from \"../api/terms\";\n-import { Int, Prim, Type } from \"../api/types\";\n+import {\n+ Int,\n+ IVec,\n+ Prim,\n+ Type,\n+ UVec\n+} from \"../api/types\";\nimport {\...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast): add modf(), isnan(), isinf() built-ins
1
feat
shader-ast
902,122
19.08.2019 12:58:15
-7,200
f64ec678a8856522b63ecd55aa4f287960ba1aa3
build: ensure close browser
[ { "change_type": "MODIFY", "diff": "@@ -18,19 +18,12 @@ const killBrowser = async browser => {\nawait browser.close()\nconst pid = browser.process().pid\nawait fkill(pid)\n- const deletedPaths = await del([\n- '/tmp/core.chromium.*',\n- '/tmp/puppeteer_dev_profile*'\n- ])\n+ const deletedPaths = await del([...
JavaScript
MIT License
microlinkhq/browserless
build: ensure close browser
1
build
null
902,122
19.08.2019 13:16:03
-7,200
aacb3b5b836aae2bf93fc57e40a2d34f7487d78e
build: expose respawn browser
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,11 @@ module.exports = ({\n} = {}) => {\nlet browser\n+ const respawnBrowser = async () => {\n+ await killBrowser()\n+ spawnBrowser()\n+ }\n+\nconst spawnBrowser = async () => {\nbrowser = await puppeteer.launch({\nignoreHTTPSErrors: true,\n@@ -51,10 +56,7 @@...
JavaScript
MIT License
microlinkhq/browserless
build: expose respawn browser
1
build
null
67,474
19.08.2019 13:20:06
-36,000
dcf0bba6f3fe8342e4f69022163ca2500a2e0032
feat(plugin-conventions): support defaultShadowOptions in conventions support BREAKING CHANGE: changed options for all bundler plugins. closes
[ { "change_type": "MODIFY", "diff": "@@ -21,69 +21,76 @@ export function getHTMLOnlyElement() {\nassert.equal(result.code, expected);\n});\n- it('processes template with no dependencies in ts mode', function () {\n- const html = '<template></template>';\n+ it('processes template with dependencies', function ...
TypeScript
MIT License
aurelia/aurelia
feat(plugin-conventions): support defaultShadowOptions in conventions support BREAKING CHANGE: changed options for all bundler plugins. closes #578
1
feat
plugin-conventions
902,122
19.08.2019 13:27:51
-7,200
5da96e2d1063b8f23801cc649e0e182acf51b142
build: remove waitpid2 It's so binary dependient, just use it before do `respawnBrowser`
[ { "change_type": "MODIFY", "diff": "\"del\": \"~5.0.0\",\n\"fkill\": \"~6.2.0\",\n\"p-timeout\": \"~3.1.0\",\n- \"require-one-of\": \"~1.0.11\",\n- \"waitpid2\": \"github:joshiggins/node-waitpid2\"\n+ \"require-one-of\": \"~1.0.11\"\n},\n\"devDependencies\": {\n\"@browserless/test\": \"latest\",\n", "ne...
JavaScript
MIT License
microlinkhq/browserless
build: remove waitpid2 It's so binary dependient, just use it before do `respawnBrowser`
1
build
null
722,013
19.08.2019 13:33:36
18,000
7ccefa279cfcd2df941a4cf0856a77463bbcdc30
docs: clean the wrong dependencies
[ { "change_type": "ADD", "diff": "+# These dependencies are installed wrongfully by yarn.\n+# I delete them to make yarn start docgen work\n+@vuepress/core/node_modules/acorn/*\n+@vuepress/core/node_modules/acorn-dynamic-import/*\n\\ No newline at end of file\n", "new_path": ".yarnclean", "old_path":...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: clean the wrong dependencies
1
docs
null
103,580
19.08.2019 13:36:08
-7,200
8767b76db43af475301ad1fa1ba15f3e8d769120
docs: update font section according to v3.0
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ a:hover {\n}\n@font-face {\n- font-family: 'MaterialIcons';\n- src: url('../../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf')\n+ font-family: 'MaterialCommunityIcons';\n+ src: url('../../node_modules/react-native-vector-icons/Fonts/Mate...
TypeScript
MIT License
callstack/react-native-paper
docs: update font section according to v3.0 (#1287)
1
docs
null
902,122
19.08.2019 13:36:37
-7,200
2fb2d774d24339e9e2529f99a472c8d69ea26003
build: simplify api
[ { "change_type": "MODIFY", "diff": "@@ -12,12 +12,12 @@ const EVALUATE_TEXT = page => page.evaluate(() => document.body.innerText)\nconst EVALUATE_HTML = page => page.content()\n-const killBrowser = async browser => {\n+const kill = async browser => {\nawait browser.close()\nconst pid = browser.process().pi...
JavaScript
MIT License
microlinkhq/browserless
build: simplify api
1
build
null
722,013
19.08.2019 13:40:18
18,000
79ff9a739a6b08d6fb4ed55e52592651e1bcb299
docs: update the readme of docgen
[ { "change_type": "MODIFY", "diff": "# Test Documentation\n-hhhasd\n+You can build a docuemntation here from scratch if you need to or integrate it with your current vuepress site. This opens up the posibility for a lot more including using docz or even gatsby to showcase your components.\n+\n+Click through ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: update the readme of docgen
1
docs
null
722,013
19.08.2019 13:46:14
18,000
1befc6359d31212933af5c650a3329a3878b1efb
docs: fix vuetify doc package name
[ { "change_type": "MODIFY", "diff": "{\n- \"name\": \"vuecli3-vuetify-ie\",\n+ \"name\": \"vue-styleguidist-example-vuecli3-vuetify-ie\",\n\"description\": \"Use vuetify, with internationalization within the vue cli. Make sure you have a look at the vue.config.js transpiledDependencies\",\n\"keywords\": [\n\...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: fix vuetify doc package name
1
docs
null
722,013
19.08.2019 13:48:02
18,000
9a3570de920be93d5983f1fb8711dc2ae5a4f2b9
docs: add styleguidist to vuetify example
[ { "change_type": "MODIFY", "diff": "\"babel-polyfill\": \"^6.26.0\",\n\"sass\": \"^1.17.4\",\n\"sass-loader\": \"^7.1.0\",\n+ \"vue-cli-plugin-styleguidist\": \"^3.20.0\",\n\"vue-cli-plugin-vuetify\": \"^0.6.1\",\n\"vue-template-compiler\": \"^2.6.10\",\n\"vuetify-loader\": \"^1.2.2\"\n", "new_path": "e...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: add styleguidist to vuetify example
1
docs
null
722,013
19.08.2019 13:49:41
18,000
2bf97a12c22431ea44b5a8efc5ba4f890e522ea3
fix: if cwd is specified in cmd use to find config
[ { "change_type": "MODIFY", "diff": "@@ -34,10 +34,10 @@ export default (processArgv: string[], processCwd: string): DocgenCLIConfig => {\nalias: { c: 'configFile', w: 'watch' }\n}\n)\n- const configFilePath = configFileFromCmd\n- ? path.resolve(processCwd, configFileFromCmd)\n- : path.join(processCwd, 'docg...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: if cwd is specified in cmd use to find config
1
fix
null
67,482
19.08.2019 13:50:10
25,200
f029b781f4ce8d2c6df769708f5b0262e12c0b7e
docs(readme): improvements to the main readne Preparing this for larger audiences.
[ { "change_type": "MODIFY", "diff": "[![Test Coverage](https://api.codeclimate.com/v1/badges/5ac0e13689735698073a/test_coverage)](https://codeclimate.com/github/aurelia/aurelia/test_coverage)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github....
TypeScript
MIT License
aurelia/aurelia
docs(readme): improvements to the main readne Preparing this for larger audiences.
1
docs
readme
679,913
19.08.2019 14:12:39
-3,600
ed60d094d75db6b38b99aeb3d33028412daecaeb
feat(vectors): add isNaN(), isInf() vec ops, update readme
[ { "change_type": "MODIFY", "diff": "@@ -66,7 +66,7 @@ ops for signed & unsigned integer vectors.\n- Small & fast: The vast majority of functions are code generated with\nfixed-sized versions not using any loops. Minified + gzipped, the\n- entire package is ~9.2KB.\n+ entire package is ~9.5KB (though you'll ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add isNaN(), isInf() vec ops, update readme
1
feat
vectors
273,683
19.08.2019 14:14:17
-7,200
d94c76cf3ac57a866db32a59f2cd99752a9e3b0d
fix(develop): always use port from cli args Use -p 8080 as workaround for random port given by portfinder. See: http-party/node-portfinder#84
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,7 @@ module.exports = (context, options = {}) => {\nconfig.pkg = options.pkg || resolvePkg(context)\nconfig.host = args.host || localConfig.host || 'localhost'\n- config.port = parseInt(args.port || localConfig.port, 10) || 8080\n+ config.port = parseInt(args...
JavaScript
MIT License
gridsome/gridsome
fix(develop): always use port from cli args Use -p 8080 as workaround for random port given by portfinder. See: http-party/node-portfinder#84
1
fix
develop
67,474
19.08.2019 14:34:57
-36,000
749b0b388e6bcbab8e39e3c0cdf72d35ccc01375
chore: document usage of plugin-gulp and webpack-loader.
[ { "change_type": "MODIFY", "diff": "@@ -19,3 +19,40 @@ For our nightly builds:\n```bash\nnpm install --save @aurelia/plugin-gulp@dev\n```\n+\n+## Usage\n+\n+In gulp file:\n+\n+```js\n+const au2 = require('@aurelia/plugin-gulp').default;\n+\n+// For js or ts files\n+gulp.src('src/**/*.js')\n+ .pipe(au2()) //...
TypeScript
MIT License
aurelia/aurelia
chore: document usage of plugin-gulp and webpack-loader.
1
chore
null
679,913
19.08.2019 14:42:11
-3,600
4720da88db64d1958e8d9c4c2cbfa1526207c93a
build(examples): add missing webpack files, fix source code links
[ { "change_type": "ADD", "diff": "+declare module \"*.jpg\";\n+declare module \"*.png\";\n+declare module \"*.svg\";\n", "new_path": "examples/geom-convex-hull/src/webpack.d.ts", "old_path": null }, { "change_type": "MODIFY", "diff": "</div>\n<a\nclass=\"link white\"\n- href=\"https://git...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(examples): add missing webpack files, fix source code links
1
build
examples
304,868
19.08.2019 15:06:14
21,600
c6fb9763ecc604aea2320aabdb7526d97f846693
fix(todo): remove some now irrelevant TODOs
[ { "change_type": "MODIFY", "diff": "@@ -74,7 +74,6 @@ func tableFindCall(args values.Object) (values.Value, error) {\nreturn nil, err\n}\n- // TODO(nathanielc): Capture function scope\nfn, err = execute.NewTablePredicateFn(predicate.Fn, compiler.ToScope(predicate.Scope))\nif err != nil {\nreturn nil, err\n"...
Go
MIT License
influxdata/flux
fix(todo): remove some now irrelevant TODOs
1
fix
todo
679,913
19.08.2019 15:13:08
-3,600
1678b69dbd85a40664c3fad7592da3ef0dce94aa
refactor(geom-accel): simplify nearest()/nearest1(), dedupe/extract common
[ { "change_type": "MODIFY", "diff": "@@ -102,7 +102,7 @@ export class KdTree<K extends ReadonlyVec, V>\n: parent;\nlet parent: MaybeKdNode<K, V>;\nif (this.root) {\n- parent = nearest1(p, [eps * eps, null], [], this.dim, this.root)[1];\n+ parent = nearest1(p, [eps * eps, null], this.dim, this.root)[1];\nif (...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-accel): simplify nearest()/nearest1(), dedupe/extract common
1
refactor
geom-accel
503,945
19.08.2019 15:18:12
14,400
437f4f07213d7c4da12612fbc340159e054afcd1
chore(package): Bump versions to 2.26.3
[ { "change_type": "MODIFY", "diff": "\"@babel/plugin-transform-typescript\": \"^7.0.0\",\n\"@babel/preset-env\": \"^7.0.0\",\n\"@babel/preset-react\": \"^7.0.0\",\n- \"@patternfly/patternfly\": \"2.26.1\",\n+ \"@patternfly/patternfly\": \"2.26.3\",\n\"@patternfly/react-icons\": \"^3.10.17\",\n\"@patternfly/r...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 2.26.3 (#2729)
1
chore
package
104,818
19.08.2019 15:57:13
18,000
389f0c7b537ded834fcf2e1ae8462f5bb46fb13a
chore(prettier): updated prettier fixes
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,8 @@ const StatefulTable = ({ data: initialData, expandedData, ...other }) => {\nconst [state, dispatch] = useReducer(tableReducer, { data: initialData, view: initialState });\nconst isLoading = get(initialState, 'table.loadingState.isLoading');\n// Need to i...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(prettier): updated prettier fixes
1
chore
prettier
679,913
19.08.2019 15:57:59
-3,600
002e3d1634c4f343af1b52e69fe316f0e89b559c
refactor(geom-accel): simplify select*() methods, extract doSelect()
[ { "change_type": "MODIFY", "diff": "-import { ICopy, Pair } from \"@thi.ng/api\";\n+import { Fn, ICopy, Pair } from \"@thi.ng/api\";\nimport { ensureArray } from \"@thi.ng/arrays\";\nimport { ISpatialAccel } from \"@thi.ng/geom-api\";\nimport { Heap } from \"@thi.ng/heaps\";\n@@ -159,66 +159,15 @@ export cl...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-accel): simplify select*() methods, extract doSelect()
1
refactor
geom-accel
679,913
19.08.2019 16:28:35
-3,600
5f83ce11a8f70a7016b9ba7847e70380b461564d
refactor(shader-ast-stdlib): update & fix porterDuff() HOF
[ { "change_type": "MODIFY", "diff": "@@ -8,10 +8,18 @@ import {\nFloatTerm,\nmul,\nret,\n- sub\n+ sub,\n+ vec4,\n+ Vec4Sym\n} from \"@thi.ng/shader-ast\";\nimport { clamp01 } from \"../math/clamp\";\n+const coeff = (\n+ f: Fn2<FloatTerm, FloatTerm, FloatTerm>,\n+ a: Vec4Sym,\n+ b: Vec4Sym\n+) => (f === ZERO ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(shader-ast-stdlib): update & fix porterDuff() HOF
1
refactor
shader-ast-stdlib
679,913
19.08.2019 16:38:52
-3,600
bd59ff5da74e04e53811c1fefd6180bf04a33382
refactor(shader-ast-stdlib): update clamp01/clamp11()
[ { "change_type": "MODIFY", "diff": "import {\nclamp,\nfloat,\n- FLOAT0,\n- FLOAT1,\nFloatTerm,\nPrim,\nTerm,\n@@ -14,34 +12,29 @@ import {\nVec4Term\n} from \"@thi.ng/shader-ast\";\n-/**\n- * Inline function, expands to equivalent of `clamp(x, 0, 1)`.\n- *\n- * @param x\n- */\n-export const clamp01 = <T ext...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(shader-ast-stdlib): update clamp01/clamp11()
1
refactor
shader-ast-stdlib
679,913
19.08.2019 16:52:44
-3,600
c5a36a1e105d76e29233d5fde9f2c6997cdd2fc6
refactor(shader-ast-stdlib): update permute fns (re-use)
[ { "change_type": "MODIFY", "diff": "@@ -5,21 +5,19 @@ import {\nFLOAT1,\nmod,\nmul,\n+ Prim,\nret\n} from \"@thi.ng/shader-ast\";\n-export const permute = defn(\"float\", \"permute\", [\"float\"], (v) => [\n- ret(mod(mul(v, add(mul(v, float(34)), FLOAT1)), float(289)))\n+const __permute = <T extends Prim>(t...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(shader-ast-stdlib): update permute fns (re-use)
1
refactor
shader-ast-stdlib
679,913
19.08.2019 16:59:16
-3,600
e6775f79f2f26b5e739ae499308c31fc0bd360fc
refactor(shader-ast-stdlib): update readIndex*()
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ import { indexToUV } from \"./index-uv\";\n* @param size\n*/\nexport const readIndex1 = (tex: Sampler2DTerm, i: IntTerm, size: IVec2Term) =>\n- $x(texture(tex, indexToUV(i, size)));\n+ $x(readIndex4(tex, i, size));\n/**\n* Inline function. Returns vec2 (...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(shader-ast-stdlib): update readIndex*()
1
refactor
shader-ast-stdlib
902,122
19.08.2019 17:31:26
0
b11675b14ed7362b0908e5c22f5a172474f309dc
chore(release): v5.11.1
[ { "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+## [5.11.1](https://github.com/kikobeats/browserless/compare/v5.11.0...v5.11.1) (2019-08-19)\n+\n+\n+### Bug Fixes\n+...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.11.1
1
chore
release
902,122
19.08.2019 18:37:22
0
b8e8c16f528fe031651bcf5d4cd2d434d89d7157
chore(release): v5.11.2
[ { "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+## [5.11.2](https://github.com/kikobeats/browserless/compare/v5.11.1...v5.11.2) (2019-08-19)\n+\n+**Note:** Version b...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.11.2
1
chore
release
902,122
19.08.2019 19:13:31
-7,200
79db62dd76a26d4c119637a5bf42ede74ededbe0
fix: expose properly
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ const EVALUATE_TEXT = page => page.evaluate(() => document.body.innerText)\nconst EVALUATE_HTML = page => page.content()\n-const kill = async browser => {\n+const killBrowser = async browser => {\nawait browser.close()\nconst pid = browser.process().pid\...
JavaScript
MIT License
microlinkhq/browserless
fix: expose properly
1
fix
null
791,783
19.08.2019 20:13:56
14,400
ccdf50ba8a9def593cc47929e018001cae5786bf
docs(lightwallet): add link to budget.json repo
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ declare global {\nmodule LH {\n/**\n* The performance budget interface.\n- * More info: https://github.com/GoogleChrome/lighthouse/issues/6053#issuecomment-428385930\n+ * More info: https://github.com/GoogleChrome/budget.json\n*/\nexport interface Budget {...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(lightwallet): add link to budget.json repo (#9579)
1
docs
lightwallet
902,122
19.08.2019 20:26:06
-7,200
81a12e0a6dd7c480a62f1242881b519ac6620715
build: just clean tmp on crash
[ { "change_type": "MODIFY", "diff": "'use strict'\n-const debug = require('debug-logfmt')('browserless:goto')\n+const debug = require('debug-logfmt')('browserless')\nconst devices = require('@browserless/devices')\nconst requireOneOf = require('require-one-of')\nconst goto = require('@browserless/goto')\n@@ ...
JavaScript
MIT License
microlinkhq/browserless
build: just clean tmp on crash
1
build
null
866,393
19.08.2019 21:07:37
-32,400
d48395198b522a8b2fc0213b2b344e0cebd7f658
chore(devenv): introduce Vue stories The Vue Storybook can be run by `yarn storybook:vue`. Refs
[ { "change_type": "ADD", "diff": "+import '../addons';\n", "new_path": ".storybook/vue/addons.js", "old_path": null }, { "change_type": "ADD", "diff": "+import '../../src/polyfills';\n+\n+import addons from '@storybook/addons';\n+import { configure, addDecorator, addParameters } from '@st...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(devenv): introduce Vue stories (#89) The Vue Storybook can be run by `yarn storybook:vue`. Refs #88.
1
chore
devenv
67,516
19.08.2019 21:42:41
-7,200
fc3073dbe08efb30e4623b395e51bb4b5c98bd3b
fix(i18n): waited for i18next init in beforeBind Added a task slot to wait for the i18next initialization to be over, so that th translation values are available during bind.
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,6 @@ describe('df', function () {\nasync function setup() {\nconst i18n = new I18nService({ i18next }, {}, new EventAggregator(), new MockSignaler());\n- await i18n['task'].wait();\nconst sut = new DateFormatValueConverter(i18n);\nreturn { i18n, sut };\n}\n", ...
TypeScript
MIT License
aurelia/aurelia
fix(i18n): waited for i18next init in beforeBind Added a task slot to wait for the i18next initialization to be over, so that th translation values are available during bind.
1
fix
i18n
713,841
19.08.2019 21:52:32
-7,200
52edf3715a8b1299aa2f99d5742671cf5125cfbc
ci: publish pacakges to an in-memory registry to ensure publish works well
[ { "change_type": "MODIFY", "diff": "@@ -106,6 +106,44 @@ jobs:\nname: Test with Node 8\ncommand: yarn test\n+ test_publish:\n+ <<: *defaults\n+ <<: *default_executor\n+ steps:\n+ - *restore_repo\n+ - run:\n+ name: 'Install tools to run a Verdaccio in memory'\n+ command: |\n+ yarn global add verdaccio verdac...
TypeScript
MIT License
verdaccio/monorepo
ci: publish pacakges to an in-memory registry to ensure publish works well
1
ci
null
679,913
19.08.2019 23:36:37
-3,600
d5c0738e77fe1be15735badaa939f23b46225fa7
refactor(hdom-canvas): update draw state handling
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,6 @@ import { IObjectOf } from \"@thi.ng/api\";\nexport interface DrawState {\nattribs: IObjectOf<any>;\ngrads?: IObjectOf<CanvasGradient>;\n- edits?: string[];\n+ edits: string[];\nrestore?: boolean;\n}\n", "new_path": "packages/hdom-canvas/src/api.ts", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom-canvas): update draw state handling
1
refactor
hdom-canvas
679,913
19.08.2019 23:37:57
-3,600
b1cb63b3cc01bfda648db7504d0b6ceefa7029a1
refactor(hdom-canvas): improve re-use in points(), polygon/polyline()
[ { "change_type": "MODIFY", "diff": "@@ -8,32 +8,33 @@ export const points = (\nopts: IObjectOf<any>,\npts: Iterable<ReadonlyVec>\n) => {\n- const s = (opts && opts.size) || 1;\n+ const s: number = (opts && opts.size) || 1;\nlet v: any;\nif ((v = attribs.fill) && v !== \"none\") {\n- if (opts.shape === \"cir...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom-canvas): improve re-use in points(), polygon/polyline()
1
refactor
hdom-canvas
67,479
20.08.2019 00:03:12
-36,000
8111b96400ec0865f28a21ad150d26a4234c097c
refactor(blur/focus): isolated tests in their own host elements
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ describe('blur.integration.spec.ts', () => {\napp: class App {\npublic hasFocus = true;\n},\n- async assertFn(ctx, component) {\n+ async assertFn(ctx, testHost, component) {\nassert.equal(component.hasFocus, true, 'initial component.hasFocus');\ndispatch...
TypeScript
MIT License
aurelia/aurelia
refactor(blur/focus): isolated tests in their own host elements
1
refactor
blur/focus
273,683
20.08.2019 00:10:42
-7,200
a1d91f4a96bee59df2fb8f37bbb8366d5c6bc36e
feat(develop): run site on local network
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,13 @@ module.exports = async (context, args) => {\n}\nconsole.log()\n+ if (urls.lan.pretty) {\n+ console.log(` Site running at:`)\n+ console.log(` - Local: ${chalk.cyan(urls.local.pretty)}`)\n+ console.log(` - Network: ${chalk.cyan(urls.lan.pretty)}\\n`)\n+ }...
JavaScript
MIT License
gridsome/gridsome
feat(develop): run site on local network
1
feat
develop
679,913
20.08.2019 00:12:41
-3,600
17f050de6e5850533c88abc2849434de874e3806
feat(interceptors): add module logger, setLogger()
[ { "change_type": "MODIFY", "diff": "+import { ILogger, NULL_LOGGER } from \"@thi.ng/api\";\nimport { ReadonlyAtom } from \"@thi.ng/atom\";\nexport type InterceptorFn = (\n@@ -81,3 +82,7 @@ export interface InterceptorContext {\n[FX_DISPATCH_ASYNC]?: AsyncEffectDef | AsyncEffectDef[];\n[id: string]: any;\n}\...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(interceptors): add module logger, setLogger()
1
feat
interceptors
679,913
20.08.2019 00:14:55
-3,600
b7455abbdf4ad8f25c498175b8644ed5475f86ad
refactor(interceptors): simplify addHandler, split processXXX, add logger
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,7 @@ import {\nInterceptor,\nInterceptorContext,\nInterceptorFn,\n+ LOGGER,\nSideEffect\n} from \"./api\";\n@@ -195,10 +196,10 @@ export class StatelessEventBus implements IDispatch {\nthis.dispatch([success, res])\n).catch((e) => this.dispatch([err, e]));\n}...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(interceptors): simplify addHandler, split processXXX, add logger
1
refactor
interceptors
743,935
20.08.2019 00:15:13
-7,200
2a99124d2b388fb32e34886898efc4b624f4e26e
fix(docs): fix incorrect parserConfiguration documentation
[ { "change_type": "MODIFY", "diff": "@@ -435,13 +435,11 @@ using the [`parserConfiguration()`](/docs/api.md#parserConfiguration) method you\n```js\nyargs.parserConfiguration({\n- \"yargs\": {\n\"short-option-groups\": true,\n\"camel-case-expansion\": true,\n\"dot-notation\": true,\n\"parse-numbers\": true,\n...
JavaScript
MIT License
yargs/yargs
fix(docs): fix incorrect parserConfiguration documentation
1
fix
docs
67,479
20.08.2019 00:33:03
-36,000
6e6e677b74eb39da9343d2bc59759eb40adf6da1
refactor(blur): always wait 1 frame before/after each test
[ { "change_type": "MODIFY", "diff": "@@ -319,6 +319,7 @@ describe('blur.integration.spec.ts', () => {\n}\nasync function setup<T>(template: string | Node, $class: Constructable | null, ...registrations: any[]) {\n+ await waitForFrames(1);\nconst ctx = TestContext.createHTMLTestContext();\nconst { container, ...
TypeScript
MIT License
aurelia/aurelia
refactor(blur): always wait 1 frame before/after each test
1
refactor
blur
67,479
20.08.2019 00:33:49
-36,000
a345b62fc5fce2e2ae4aa34ee4ad66e6b349a76d
refactor(focus): use ctx.doc instead of document in tests
[ { "change_type": "MODIFY", "diff": "@@ -293,7 +293,7 @@ describe('focus.spec.ts', function() {\ninput2.focus();\ndispatchEventWith(ctx, input2, 'focus', false);\ndispatchEventWith(ctx, focusable, 'blur', false);\n- assert.equal(document.activeElement, input2, '#input2@focus -> document.activeElement === #in...
TypeScript
MIT License
aurelia/aurelia
refactor(focus): use ctx.doc instead of document in tests
1
refactor
focus
679,913
20.08.2019 00:38:34
-3,600
80ea3350d0b581808bb8a7feee1be2434be93a01
refactor(interceptors): update ensureStateXXX() iceps (re-use)
[ { "change_type": "MODIFY", "diff": "@@ -135,6 +135,12 @@ export const ensurePred = (\n}\n: undefined;\n+const eventPathState = (\n+ state: any,\n+ path: Fn<Event, Path> | undefined,\n+ e: Event\n+) => getIn(state, path ? path(e) : e[1]);\n+\n/**\n* Specialization of `ensurePred()` to ensure a state value is...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(interceptors): update ensureStateXXX() iceps (re-use)
1
refactor
interceptors
679,913
20.08.2019 00:54:31
-3,600
41d914268ad8ce113edd6bab68594ff6a629edb4
refactor(sax): simplify ELEM_START handler (re-use)
[ { "change_type": "MODIFY", "diff": "@@ -269,20 +269,7 @@ const PARSER: FSMStateMap<ParseState, string, ParseEvent[]> = {\n} else if (isWS(ch)) {\nstate.state = State.MAYBE_ATTRIB;\n} else if (ch === \">\") {\n- state.state = State.ELEM_BODY;\n- state.scope.push({\n- tag: state.tag,\n- attribs: state.attribs...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(sax): simplify ELEM_START handler (re-use)
1
refactor
sax
67,494
20.08.2019 01:31:09
-7,200
938460856c9484a5cc6e3c674642e6265da74d5b
refactor(router): update types & add resolvers
[ { "change_type": "MODIFY", "diff": "+import { Constructable } from '@aurelia/kernel';\nimport { GuardIdentity, GuardTypes, IGuardOptions, } from './guardian';\n-import { GuardFunction, GuardTarget, IGuardTarget, INavigatorInstruction, IRouteableComponentType } from './interfaces';\n+import { GuardFunction, ...
TypeScript
MIT License
aurelia/aurelia
refactor(router): update types & add resolvers
1
refactor
router
67,494
20.08.2019 01:38:47
-7,200
87bc92330e653bb051db3c0599580f7ece6f4846
refactor(router): remove IGuardTarget
[ { "change_type": "MODIFY", "diff": "import { Constructable } from '@aurelia/kernel';\nimport { GuardIdentity, GuardTypes, IGuardOptions, } from './guardian';\n-import { GuardFunction, GuardTarget, IGuardTarget, INavigatorInstruction, IRouteableComponentType, ComponentAppellationResolver, ViewportAppellation...
TypeScript
MIT License
aurelia/aurelia
refactor(router): remove IGuardTarget
1
refactor
router
67,479
20.08.2019 02:07:54
-36,000
cedcd470b16c57d7a9caf471e5b112da245b78e9
refactor(blur/focus): use testhost instead of doc
[ { "change_type": "MODIFY", "diff": "@@ -54,7 +54,7 @@ describe('blur.integration.spec.ts', () => {\nassert.equal(component.hasFocus, false, 'document.body@mousedown -> Shoulda set \"hasFocus\" to false when mousedown on doc body.');\nawait waitForFrames(1);\n- const button = ctx.doc.querySelector('button');...
TypeScript
MIT License
aurelia/aurelia
refactor(blur/focus): use testhost instead of doc
1
refactor
blur/focus
679,913
20.08.2019 02:09:28
-3,600
fa56951e6ded51c89c49d742be303ff30e582e1a
refactor(hiccup): split serialize(), move normalize() to own file
[ { "change_type": "MODIFY", "diff": "@@ -2,4 +2,5 @@ export * from \"./api\";\nexport * from \"./css\";\nexport * from \"./deref\";\nexport * from \"./escape\";\n+export * from \"./normalize\";\nexport * from \"./serialize\";\n", "new_path": "packages/hiccup/src/index.ts", "old_path": "packages/hiccu...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hiccup): split serialize(), move normalize() to own file
1
refactor
hiccup
679,913
20.08.2019 02:25:01
-3,600
6dba80d72e16a7ac64ea3f371008e8295de54df6
fix(hiccup): update/rename regexes & tag maps
[ { "change_type": "MODIFY", "diff": "@@ -2,8 +2,6 @@ export const SVG_NS = \"http://www.w3.org/2000/svg\";\nexport const XLINK_NS = \"http://www.w3.org/1999/xlink\";\nexport const XHTML_NS = \"http://www.w3.org/1999/xhtml\";\n-export const TAG_REGEXP = /^([^\\s\\.#]+)(?:#([^\\s\\.#]+))?(?:\\.([^\\s#]+))?$/;\...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(hiccup): update/rename regexes & tag maps
1
fix
hiccup
67,479
20.08.2019 02:35:14
-36,000
5dc99bea997ad28387800fe890135fa8122a1d76
refactor(blur): skip some tests
[ { "change_type": "MODIFY", "diff": "@@ -113,7 +113,7 @@ describe('blur.integration.spec.ts', () => {\n);\n});\n- describe('Abnormal scenarios', function() {\n+ describe.skip('Abnormal scenarios', function() {\nconst blurAttrs = [\n// 'blur.bind=hasFocus',\n'blur.two-way=hasFocus',\n@@ -153,7 +153,7 @@ descr...
TypeScript
MIT License
aurelia/aurelia
refactor(blur): skip some tests
1
refactor
blur
679,913
20.08.2019 02:50:31
-3,600
0236ff6c43651a3da4770f3cb4e25629fee7da4c
refactor(hdom): update to use new hiccup regex names
[ { "change_type": "MODIFY", "diff": "import { isArray as isa, isNotStringAndIterable as isi, isPlainObject as iso } from \"@thi.ng/checks\";\nimport { illegalArgs } from \"@thi.ng/errors\";\n-import { NO_SPANS, TAG_REGEXP } from \"@thi.ng/hiccup\";\n+import { NO_SPANS, RE_TAG } from \"@thi.ng/hiccup\";\nimpo...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom): update to use new hiccup regex names
1
refactor
hdom
67,507
20.08.2019 08:09:20
-7,200
ebbd3605a051434c047fb4461037946b89294466
chore: partially fix renovate
[ { "change_type": "MODIFY", "diff": "\"packageNames\": [\"bootstrap\"],\n\"allowedVersions\": \"^3.3.6\"\n},\n+ {\n+ \"packageNames\": [\"chromedriver\"],\n+ \"allowedVersions\": \"^74.0.0\"\n+ },\n{\n\"packageNames\": [\"karma\"],\n\"allowedVersions\": \"~4.1.0\"\n", "new_path": "renovate.json", "ol...
TypeScript
MIT License
aurelia/aurelia
chore: partially fix renovate
1
chore
null
67,479
20.08.2019 08:58:11
-36,000
577f4f2a2fb9423e3d16915203b2f12863823610
refactor(blur): use nodetype enum, remove unnecessary comments
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import {\nINode,\nPriority\n} from '@aurelia/runtime';\n-import { HTMLDOM } from '../../dom';\n+import { HTMLDOM, NodeType } from '../../dom';\nconst unset = Symbol();\n@@ -272,7 +272,6 @@ const containsElementOrShadowRoot = (container: HTMLElement, target...
TypeScript
MIT License
aurelia/aurelia
refactor(blur): use nodetype enum, remove unnecessary comments
1
refactor
blur
104,827
20.08.2019 09:31:09
18,000
80938298f240726fde2720500658f4816166b96f
fix(imagecard): add border and padding to hotspots
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport PropTypes from 'prop-types';\n+import styled from 'styled-components';\nimport { Tooltip, Icon } from 'carbon-components-react';\nexport const propTypes = {\n@@ -26,18 +27,31 @@ const defaultProps = {\nheight: 25,\n};\n+const StyledHotsp...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(imagecard): add border and padding to hotspots
1
fix
imagecard
815,609
20.08.2019 09:58:06
-28,800
1437921e6dc9a0d57923760c8e9f7eea87226262
chore(deps): bump ckb-system-scripts to 0.3.1-alpha.1
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ ckb-occupied-capacity = { path = \"../util/occupied-capacity\"}\nckb-test-chain-utils = { path = \"../util/test-chain-utils\" }\nckb-dao-utils = { path = \"../util/dao/utils\" }\nckb-dao = { path = \"../util/dao\" }\n-ckb-system-scripts = { version = \"0...
Rust
MIT License
nervosnetwork/ckb
chore(deps): bump ckb-system-scripts to 0.3.1-alpha.1
1
chore
deps
902,122
20.08.2019 09:58:30
0
943318ac9591b93d98f6ad4b9f9f0a9220d4c213
chore(release): v5.11.3
[ { "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+## [5.11.3](https://github.com/kikobeats/browserless/compare/v5.11.2...v5.11.3) (2019-08-20)\n+\n+\n+### Bug Fixes\n+...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.11.3
1
chore
release
679,913
20.08.2019 10:26:01
-3,600
a7ebb2fcc24cde6b2a013a18304da8e80982f44a
refactor(pointfree): update core stack fns (re-use)
[ { "change_type": "MODIFY", "diff": "import { StackContext } from \"./api\";\nimport { op1, op2 } from \"./ops\";\n-import { $ } from \"./safe\";\nimport { swap } from \"./stack\";\nimport { word } from \"./word\";\n@@ -62,24 +61,6 @@ export const min = op2(Math.min);\n*/\nexport const max = op2(Math.max);\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(pointfree): update core stack fns (re-use)
1
refactor
pointfree