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
304,882
12.08.2019 12:33:14
25,200
31ec54add43ef68724dfe72ff32aea88df821c8f
feat(stdlib/experimental): time arithmetic functions
[ { "change_type": "ADD", "diff": "+package experimental\n+\n+import (\n+ \"fmt\"\n+\n+ \"github.com/influxdata/flux\"\n+ \"github.com/influxdata/flux/semantic\"\n+ \"github.com/influxdata/flux/values\"\n+)\n+\n+const (\n+ addDurationTo = \"addDuration\"\n+ subtractDurationFrom = \"subDuration\"\n+)\n+\n+func...
Go
MIT License
influxdata/flux
feat(stdlib/experimental): time arithmetic functions
1
feat
stdlib/experimental
304,882
12.08.2019 12:37:13
25,200
300789e898c1c9145a0e0f6b41e09c8e5440927a
docs: update deadman to be a pure function
[ { "change_type": "MODIFY", "diff": "@@ -24,18 +24,18 @@ option task = {\nfrom(bucket: \"telegraf/autogen\")\n|> range(start: -1h)\n|> filter(fn: (r) => r._measurement == \"cpu\")\n- |> deadman(d: task.every)\n+ |> deadman(t: now() - task.every)\n|> alert(crit: (r) => r.dead)\n```\nThe `deadman` function is ...
Go
MIT License
influxdata/flux
docs: update deadman to be a pure function
1
docs
null
304,882
12.08.2019 12:48:44
25,200
3107a3fad085b9e2eadb9871e2b2ce94a53efdb3
feat(stdlib/alerts): implement deadman
[ { "change_type": "MODIFY", "diff": "@@ -24,3 +24,10 @@ logs = (start, stop=now(), fn) =>\n|> range(start: start, stop: stop)\n|> filter(fn: fn)\n|> v1.fieldsAsCols()\n+\n+// Deadman takes in a stream of tables and reports which tables\n+// were observed strictly before t and which were observed after.\n+//\...
Go
MIT License
influxdata/flux
feat(stdlib/alerts): implement deadman
1
feat
stdlib/alerts
503,928
12.08.2019 12:50:55
-7,200
d97dcfc82d6ce8eb696591976520b1c36edbdfd7
fix(ExpandCollapse): Add onToggle callback so that state of the component can be controlled externally This is to bring feature parity with PF4. Also this makes it possible to keep the UI consistent if the children of ExpandCollapse trigger a rerender of the component containing the ExpandCollapse. Fix
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,11 @@ class ExpandCollapse extends React.Component {\n}\nonClick = () => {\n+ if (this.props.onToggle) {\n+ this.props.onToggle();\n+ } else {\nthis.setState(prevState => ({ expanded: !prevState.expanded }));\n+ }\n};\nrender() {\n@@ -62,7 +66,9 @@ ExpandColl...
TypeScript
MIT License
patternfly/patternfly-react
fix(ExpandCollapse): Add onToggle callback so that state of the component can be controlled externally (#2628) This is to bring feature parity with PF4. Also this makes it possible to keep the UI consistent if the children of ExpandCollapse trigger a rerender of the component containing the ExpandCollapse. Fix #26...
1
fix
ExpandCollapse
67,482
12.08.2019 13:07:00
25,200
4bd58af06dfb7a5872e079723d15a30bf8e0a368
refactor(styles): enable simpler caching
[ { "change_type": "MODIFY", "diff": "import { IContainer, Registration } from '@aurelia/kernel';\n-import {\n- AdoptedStyleSheetsStyleManager,\n- IShadowDOMStyleManager,\n- StyleElementStyleManager\n-} from './shadow-dom-styles';\n+import { IShadowDOMStyleManager } from './shadow-dom-styles';\nexport functio...
TypeScript
MIT License
aurelia/aurelia
refactor(styles): enable simpler caching
1
refactor
styles
713,841
12.08.2019 13:07:30
-7,200
947b46a6d1a8cda046b086672b5daa170ac88c74
ci: add more Node versions to Azure Pipelines
[ { "change_type": "MODIFY", "diff": "@@ -3,13 +3,30 @@ strategy:\nnode12_linux:\nimageName: 'ubuntu-latest'\nnodeVersion: 12.x\n- node_12_windows:\n+ node12_windows:\nimageName: 'windows-2019'\nnodeVersion: 12.x\n- node_12_macos:\n+ node12_macos:\nimageName: 'macOS-10.14'\nnodeVersion: 12.x\n- maxParallel: 3...
TypeScript
MIT License
verdaccio/monorepo
ci: add more Node versions to Azure Pipelines
1
ci
null
401,147
12.08.2019 13:41:22
-19,080
335d23ee37ae0bbc8ba0fda717df1162fb1e0c30
feat: added selectable feature in table affects:
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ const Checkbox: React.SFC<Props> & WithStyle = React.memo(\n);\nCheckbox.displayName = 'Checkbox';\n-Checkbox.Style = CheckboxWrapperStyled;\n+Checkbox.Style = FieldWithLabel.Style;\nCheckbox.defaultProps = {\nlabel: '',\nlabelPosition: 'right'\n", "...
TypeScript
MIT License
medly/medly-components
feat: added selectable feature in table affects: @medly-components/core
1
feat
null
401,147
12.08.2019 13:50:44
-19,080
75ca13c55db3b17e3f93393194aaa328600e5884
fix: fixed broen tests affects:
[ { "change_type": "MODIFY", "diff": "@@ -211,7 +211,7 @@ exports[`DatePicker component should display date popover on click on it 1`] = `\n</div>\n<div\naria-label=\"day-9\"\n- class=\"react-datepicker__day react-datepicker__day--009 react-datepicker__day--keyboard-selected react-datepicker__day--today\"\n+ ...
TypeScript
MIT License
medly/medly-components
fix: fixed broen tests affects: @medly-components/core
1
fix
null
722,013
12.08.2019 13:57:48
18,000
084c53e4ba0cfb9ae3e1dc3d6a7ac4294a49ecce
test: re-order dependencies
[ { "change_type": "MODIFY", "diff": "+import { FSWatcher } from 'chokidar'\nimport extractConfig, { DocgenCLIConfig } from '../extractConfig'\nimport docgen from '../docgen'\n-import { FSWatcher } from 'chokidar'\nconst FILES = ['src/comps/button/button.vue', 'src/comps/checkbox/checkbox.vue']\nconst DOC_MAP...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: re-order dependencies
1
test
null
104,827
12.08.2019 14:20:26
18,000
a8da2b43560133f020666cbec94e218ebfdb043f
fix(card): fix expanded card rendering
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,7 @@ const CardWrapper = styled.div`\nbackground: white;\nheight: ${props => props.dimensions.y}px;\nmin-width: ${props => props.dimensions.x}px;\n+ ${props => (props.isExpanded ? 'height: 100%; width: 100%;' : '')};\ndisplay: flex;\nflex-direction: column;\n...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(card): fix expanded card rendering
1
fix
card
304,868
12.08.2019 15:12:25
21,600
8e41549d8689614fbbdb7dc5f3b0d85ce6dbf0e2
feat(http): add skeleton http.post function
[ { "change_type": "MODIFY", "diff": "@@ -21,11 +21,11 @@ var pkgAST = &ast.Package{\nErrors: nil,\nLoc: &ast.SourceLocation{\nEnd: ast.Position{\n- Column: 11,\n- Line: 3,\n+ Column: 13,\n+ Line: 5,\n},\nFile: \"http.flux\",\n- Source: \"package http\\n\\nbuiltin to\",\n+ Source: \"package http\\n\\nbuiltin ...
Go
MIT License
influxdata/flux
feat(http): add skeleton http.post function
1
feat
http
503,945
12.08.2019 15:50:55
14,400
97bf848910c6c193075290473b1a852046319c3a
chore(package): Bump versions to 2.26.1
[ { "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.0\",\n+ \"@patternfly/patternfly\": \"2.26.1\",\n\"@patternfly/react-icons\": \"^3.10.16\",\n\"@patternfly/r...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 2.26.1 (#2687)
1
chore
package
401,147
12.08.2019 16:10:04
-19,080
9e257898b07a53efb5326705dd654240fbea6491
fix: fixed table's default props issue affects:
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,10 @@ const Table: React.SFC<Props> & WithStyle = props => {\n);\n};\n+Table.defaultProps = {\n+ isSelectable: false,\n+ selectedRows: []\n+};\nTable.displayName = 'Table';\nTable.Style = TableStyled;\n", "new_path": "packages/core/src/components/Table/Ta...
TypeScript
MIT License
medly/medly-components
fix: fixed table's default props issue affects: @medly-components/core
1
fix
null
71,663
12.08.2019 16:16:40
25,200
e4857eacca1dec400e02e0ad64cd63ee1428c991
chore: remove the "no untracked file changes" from the main build
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ phases:\n- /bin/bash ./fetch-dotnet-snk.sh\nbuild:\ncommands:\n- - /bin/bash ./build.sh && git diff-index --exit-code --ignore-space-at-eol --stat HEAD\n+ - /bin/bash ./build.sh\npost_build:\ncommands:\n- \"[ -f .BUILD_COMPLETED ] && /bin/bash ./pack.sh\...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: remove the "no untracked file changes" from the main build (#3628)
1
chore
null
679,913
12.08.2019 16:18:50
-3,600
2a361281d383eba002a5078195ed13af83a31713
refactor(geom): update pathFromSVG() arc parsing, add readFlag
[ { "change_type": "MODIFY", "diff": "import { peek } from \"@thi.ng/arrays\";\nimport { isNumber } from \"@thi.ng/checks\";\n+import { illegalState } from \"@thi.ng/errors\";\nimport { Attribs, PathSegment, SegmentType } from \"@thi.ng/geom-api\";\nimport { eqDelta, rad } from \"@thi.ng/math\";\nimport { map...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom): update pathFromSVG() arc parsing, add readFlag
1
refactor
geom
104,839
12.08.2019 16:22:21
10,800
b0591a6486df78b845d750df133788835d711916
fix(imagecard): fix image resizing on window changes
[ { "change_type": "MODIFY", "diff": "@@ -234,6 +234,12 @@ class ImageHotspots extends React.Component {\n};\nonWindowResize = () => {\n+ const { offsetWidth: width, offsetHeight: height } = this.container.current;\n+ const orientation = width > height ? 'landscape' : 'portrait';\n+ const ratio = orientation ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(imagecard): fix image resizing on window changes
1
fix
imagecard
401,147
12.08.2019 16:39:51
-19,080
1e506485ac27d37839557c7dfbe764b04995b5ed
fix: fixed table props issue affects:
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ const Table: React.SFC<Props> & WithStyle = props => {\n}, [selectedRows]);\nuseEffect(() => {\n- onRowSelection(selectedIds.value);\n+ onRowSelection && onRowSelection(selectedIds.value);\n}, [selectedIds.value]);\nreturn (\n@@ -47,9 +47,11 @@ const Tab...
TypeScript
MIT License
medly/medly-components
fix: fixed table props issue affects: @medly-components/core
1
fix
null
942,583
12.08.2019 17:25:09
21,600
29b49a9590fd1c0c8c04ee8f042b42676b74ed8c
fix(actionBar): match css styles to react action bar
[ { "change_type": "MODIFY", "diff": "position: fixed;\nleft: 0;\nbottom: 0;\n- width: 100%;\n+ right: 0;\n}\n.wdc-action-bar-container {\n", "new_path": "modules/action-bar/css/lib/action-bar.scss", "old_path": "modules/action-bar/css/lib/action-bar.scss" }, { "change_type": "MODIFY", "di...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(actionBar): match css styles to react action bar (#111)
1
fix
actionBar
815,573
12.08.2019 17:25:16
-28,800
db86eb88de86c320c06db8087061c3fe0998d794
test: Add dep group test for tx pool
[ { "change_type": "MODIFY", "diff": "@@ -349,7 +349,7 @@ pub enum UnresolvableError {\nOutOfOrder(OutPoint),\n}\n-pub fn parse_dep_group_data(data: Bytes) -> Result<Vec<OutPoint>, usize> {\n+pub fn parse_dep_group_data(data: &[u8]) -> Result<Vec<OutPoint>, usize> {\n// tx hash (32 bytes) + output index (4 by...
Rust
MIT License
nervosnetwork/ckb
test: Add dep group test for tx pool
1
test
null
722,013
12.08.2019 17:27:53
18,000
4483168d42b8f4e10a228e74002760153f18fafc
feat(docgen): class event closes
[ { "change_type": "ADD", "diff": "+import * as bt from '@babel/types'\n+import { NodePath } from 'ast-types'\n+import babylon from '../../babel-parser'\n+import resolveExportedComponent from '../../utils/resolveExportedComponent'\n+import classEventHandler from '../classEventHandler'\n+import Documentation, ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
feat(docgen): class event @emit closes #305
1
feat
docgen
104,857
12.08.2019 17:27:57
10,800
c1a503078e0185845768996201cbe2bca510eb67
fix(table): icon column next to threshold column
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import WarningAlt16 from '@carbon/icons-react/lib/warning--alt--filled/16';\nimport WarningAltFilled16 from '@carbon/icons-react/lib/warning--filled/16';\nimport fileDownload from 'js-file-download';\nimport isNil from 'lodash/isNil';\n+import uniqBy from ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): icon column next to threshold column
1
fix
table
815,601
12.08.2019 17:54:29
-28,800
1d3fcb0ff977575c2307203d3c6a35f5f4c9a938
test: orphan_rate_estimation panic at div zero
[ { "change_type": "MODIFY", "diff": "@@ -534,6 +534,7 @@ fn test_chain_get_ancestor() {\nfn prepare_context_chain(\nconsensus: Consensus,\norphan_count: u64,\n+ timestep: u64,\n) -> (ChainController, Shared, Header, EpochExt) {\nlet epoch = consensus.genesis_epoch_ext.clone();\nlet (chain_controller, shared,...
Rust
MIT License
nervosnetwork/ckb
test: orphan_rate_estimation panic at div zero
1
test
null
104,857
12.08.2019 17:56:35
10,800
c8794fe90dea991b1e5115954199143202dc2a03
fix(table): table card custom icons
[ { "change_type": "MODIFY", "diff": "@@ -150,6 +150,14 @@ const CustomIcon = styled(Button)`\n}\n`;\n+const StyledIconDiv = styled.div`\n+ display: flex;\n+`;\n+\n+const StyledSpan = styled.span`\n+ margin-left: 5px;\n+`;\n+\nconst matchingThreshold = (thresholds, item) => {\nreturn thresholds\n.filter(t => ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): table card custom icons
1
fix
table
104,857
12.08.2019 18:13:22
10,800
fb3bcc40eb6aa90beb55c27aa2a69cdff45e7904
chore(story): story expanded rows back
[ { "change_type": "MODIFY", "diff": "@@ -305,4 +305,23 @@ storiesOf('Table Card', module)\n/>\n</div>\n);\n+ })\n+ .add('editable with expanded rows', () => {\n+ const size = CARD_SIZES.LARGE;\n+\n+ return (\n+ <div style={{ width: `${getCardMinSize('lg', size).x}px`, margin: 20 }}>\n+ <TableCard\n+ title={t...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(story): story expanded rows back
1
chore
story
67,482
12.08.2019 20:22:29
25,200
d8dfd53311da65433158c3499b86e39ee4cc3a50
refactor(styles): rename internal var for clarity
[ { "change_type": "MODIFY", "diff": "@@ -49,19 +49,19 @@ export const StyleConfiguration = {\n};\n}\n- let parent: IShadowDOMStyleManager;\n+ let rootManager: IShadowDOMStyleManager;\nif (config && config.sharedStyles) {\n- parent = factory(config.sharedStyles, null);\n+ rootManager = factory(config.sharedSt...
TypeScript
MIT License
aurelia/aurelia
refactor(styles): rename internal var for clarity
1
refactor
styles
679,913
12.08.2019 21:11:14
-3,600
8e907e072ef775f2b30b51e24c32bd8ee2c81227
refactor(imgui): update mouse hover handling
[ { "change_type": "MODIFY", "diff": "-import { pointInside, rect } from \"@thi.ng/geom\";\n+import { rect } from \"@thi.ng/geom\";\nimport { IShape } from \"@thi.ng/geom-api\";\nimport { hash, ReadonlyVec, ZERO2 } from \"@thi.ng/vectors\";\n-import { IGridLayout, LayoutBox, MouseButton } from \"../api\";\n+i...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(imgui): update mouse hover handling
1
refactor
imgui
67,494
12.08.2019 22:18:23
-7,200
d1db57b85ff7389ae18025c4b097537752e6f1c5
test(realworld): use two-way instead of bind (temporarily)
[ { "change_type": "MODIFY", "diff": "+<!-- TODO: Change .two-way to .bind when it's in place -->\n<import from=\"./comment\"></import>\n<import from=\"./article-meta\"></import>\n<div class=\"col-xs-12 col-md-8 offset-md-2\">\n<form class=\"card comment-form\" if.bind=\"sharedState.isAuthenticated\">\n<div c...
TypeScript
MIT License
aurelia/aurelia
test(realworld): use two-way instead of bind (temporarily)
1
test
realworld
67,516
12.08.2019 23:09:19
-7,200
1eb7fbe563b0eeaa233e845853bade445d085e89
chore(i18n): e2e tests for binding behaviors
[ { "change_type": "MODIFY", "diff": "@@ -129,50 +129,41 @@ export class I18nService {\n*/\npublic rt(input: Date, options?: Intl.RelativeTimeFormatOptions, locales?: string | string[]): string {\nlet difference = input.getTime() - new Date().getTime();\n- const absDifference = Math.abs(difference);\n- const ...
TypeScript
MIT License
aurelia/aurelia
chore(i18n): e2e tests for binding behaviors
1
chore
i18n
67,482
12.08.2019 23:17:48
25,200
761b925889b661490cd63522a058efd38a22d27b
refactor(styles): better naming
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ import {\nIProjectorLocator,\nTemplateDefinition\n} from '@aurelia/runtime';\n-import { IShadowDOMStyleManager } from './styles/shadow-dom-styles';\n+import { IShadowDOMStyles } from './styles/shadow-dom-styles';\nconst slice = Array.prototype.slice;\n@@...
TypeScript
MIT License
aurelia/aurelia
refactor(styles): better naming
1
refactor
styles
67,482
12.08.2019 23:19:17
25,200
77e728b03d2e2f26be6c3b9d7e17f8b8ec951578
refactor(styles): additional renaming for consistency
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { IContainer, Registration } from '@aurelia/kernel';\nimport { IShadowDOMStyles } from './shadow-dom-styles';\nexport type ShadowDOMStylesFactory =\n- (styles: string[], shared: IShadowDOMStyles | null) => IShadowDOMStyles;\n+ (localStyles: string[]...
TypeScript
MIT License
aurelia/aurelia
refactor(styles): additional renaming for consistency
1
refactor
styles
679,910
13.08.2019 00:10:57
-7,200
19b1981994be737101d2558de49b8e4b5d9c6905
fix(checks): better hex string, export, isNil doc
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,7 @@ export * from \"./is-false\";\nexport * from \"./is-file\";\nexport * from \"./is-firefox\";\nexport * from \"./is-function\";\n+export * from \"./is-hex-color\";\nexport * from \"./is-ie\";\nexport * from \"./is-in-range\";\nexport * from \"./is-int32\"...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(checks): better hex string, export, isNil doc
1
fix
checks
67,494
13.08.2019 02:50:24
-7,200
c3958b44e2e73ad723870b62243c356c5d48d56f
test(realworld): fix dependencies & move setNav to app
[ { "change_type": "MODIFY", "diff": "-<import from=\"./shared/layouts/header-layout\"></import>\n-<import from=\"./shared/layouts/footer-layout\"></import>\n-<import from=\"./components/home/home\"></import>\n-\n-<header-layout router.bind=\"router\"></header-layout>\n+<header-layout></header-layout>\n<au-vi...
TypeScript
MIT License
aurelia/aurelia
test(realworld): fix dependencies & move setNav to app
1
test
realworld
713,854
13.08.2019 07:47:37
-7,200
b3731e6e5dbe2ab3d50c0e74fc75d46664c65f1a
chore: updade dependencies
[ { "change_type": "MODIFY", "diff": "\"coverage:publish\": \"codecov\"\n},\n\"dependencies\": {\n- \"@verdaccio/commons-api\": \"0.1.1\",\n- \"@verdaccio/file-locking\": \"1.0.3\",\n+ \"@verdaccio/commons-api\": \"0.1.2\",\n+ \"@verdaccio/file-locking\": \"1.0.4\",\n\"@verdaccio/streams\": \"2.0.0\",\n\"asyn...
TypeScript
MIT License
verdaccio/monorepo
chore: updade dependencies
1
chore
null
401,147
13.08.2019 08:19:03
-19,080
2fcc1a06b907cd916c159260f80e86156347cf76
fix: fixed row click issue on checkbox click in table component affects:
[ { "change_type": "MODIFY", "diff": "@@ -236,14 +236,14 @@ exports[`DatePicker component should display date popover on click on it 1`] = `\n</div>\n<div\naria-label=\"day-12\"\n- class=\"react-datepicker__day react-datepicker__day--012 react-datepicker__day--keyboard-selected react-datepicker__day--today\"\...
TypeScript
MIT License
medly/medly-components
fix: fixed row click issue on checkbox click in table component affects: @medly-components/core
1
fix
null
306,421
13.08.2019 08:38:39
-7,200
d2035e6a3f9fb573e908e2c5420e6aff1dad1f3d
feat(field): add reset method and capture inital model value
[ { "change_type": "MODIFY", "diff": "@@ -101,6 +101,11 @@ export class LionField extends FormControlMixin(\nthis.submitted = false;\n}\n+ firstUpdated(c) {\n+ super.firstUpdated(c);\n+ this._initialModelValue = this.modelValue;\n+ }\n+\nconnectedCallback() {\n// TODO: Normally we put super calls on top for p...
JavaScript
MIT License
ing-bank/lion
feat(field): add reset method and capture inital model value
1
feat
field
306,421
13.08.2019 08:45:26
-7,200
995e8f99dea8ad2c82e9720967c4336235eb13c6
chore(field): created test suite for form registrations
[ { "change_type": "ADD", "diff": "+import { expect, fixture, html, defineCE, unsafeStatic } from '@open-wc/testing';\n+import { LitElement } from '@lion/core';\n+\n+import { FormRegistrarMixin } from '../src/FormRegistrarMixin.js';\n+import { FormRegisteringMixin } from '../src/FormRegisteringMixin.js';\n+im...
JavaScript
MIT License
ing-bank/lion
chore(field): created test suite for form registrations
1
chore
field
306,421
13.08.2019 08:48:01
-7,200
085895ee9416244777457607a7abbfc4a368a54c
fix(fieldset): reset / inital modelValue always accurate
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ const pascalCase = str => str.charAt(0).toUpperCase() + str.slice(1);\n/**\n* LionFieldset: fieldset wrapper providing extra features and integration with lion-field elements.\n*\n- * @customElement\n+ * @customElement lion-fieldset\n* @extends LionLitEl...
JavaScript
MIT License
ing-bank/lion
fix(fieldset): reset / inital modelValue always accurate
1
fix
fieldset
306,421
13.08.2019 09:00:49
-7,200
95a9ce7b0beb45815931f3bca20d51c712009079
fix(field): cleaned up old register code
[ { "change_type": "MODIFY", "diff": "@@ -29,19 +29,14 @@ export const FormRegisteringMixin = dedupeMixin(\n__setupRegistrationHook() {\nif (formRegistrarManager.ready) {\n- this._registerFormElement();\n+ this._dispatchRegistration();\n} else {\nformRegistrarManager.addEventListener('all-forms-open-for-regis...
JavaScript
MIT License
ing-bank/lion
fix(field): cleaned up old register code
1
fix
field
791,704
13.08.2019 09:31:46
25,200
e4a1e1aa9b975e3436fafa3923130048d6853f1b
tests(smokehouse): index for static server. print address
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ const http = require('http');\nconst zlib = require('zlib');\nconst path = require('path');\nconst fs = require('fs');\n+const glob = require('glob');\nconst mime = require('mime-types');\nconst parseQueryString = require('querystring').parse;\nconst par...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(smokehouse): index for static server. print address (#9541)
1
tests
smokehouse
815,588
13.08.2019 11:24:40
-28,800
324e38dcd464461b5c9db6c11f9c2c69584b9ee8
fix(tiny): use path-clean
[ { "change_type": "MODIFY", "diff": "@@ -342,6 +342,7 @@ dependencies = [\n\"ckb-shared 0.19.0-pre\",\n\"ckb-store 0.19.0-pre\",\n\"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"path-clean 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"sentry 0.15.5 (registr...
Rust
MIT License
nervosnetwork/ckb
fix(tiny): use path-clean
1
fix
tiny
679,913
13.08.2019 12:24:33
-3,600
d06a235f176d9a3d39096c5d0a642a53381caa4a
feat(imgui): update IMGUIOpts, input handling, optional event handling remove width/height from IMGUIOpts add IMGUI.setMouse/setKey to update mouse/key state remove obsolete Set of active keys make existing event handling optional, move to .useDefaultEventHandlers()
[ { "change_type": "MODIFY", "diff": "@@ -21,8 +21,6 @@ export interface GUITheme {\n}\nexport interface IMGUIOpts {\n- width: number;\n- height: number;\ntheme?: Partial<GUITheme>;\n}\n", "new_path": "packages/imgui/src/api.ts", "old_path": "packages/imgui/src/api.ts" }, { "change_type": "MOD...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): update IMGUIOpts, input handling, optional event handling - remove width/height from IMGUIOpts - add IMGUI.setMouse/setKey to update mouse/key state - remove obsolete Set of active keys - make existing event handling optional, move to .useDefaultEventHandlers()
1
feat
imgui
679,913
13.08.2019 12:25:29
-3,600
21ba39d9a98cbfd91769bdc30269be7725b980e6
feat(imgui): update toggleRaw() to update value earlier
[ { "change_type": "MODIFY", "diff": "@@ -70,9 +70,10 @@ export const toggleRaw = (\n}\nconst focused = gui.requestFocus(id);\nlet changed = !gui.buttons && gui.hotID === id && gui.activeID === id;\n- const v = val[i];\n+ focused && (changed = handleButtonKeys(gui) || changed);\n+ changed && (val[i] = !val[i]...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): update toggleRaw() to update value earlier
1
feat
imgui
679,913
13.08.2019 12:52:13
-3,600
cc5b8e05f00775159f14e98c2bf4b24e6d157043
feat(examples): update imgui demo to use rstream vs RAF
[ { "change_type": "MODIFY", "diff": "import { timedResult } from \"@thi.ng/bench\";\nimport { line } from \"@thi.ng/geom\";\n-import { start } from \"@thi.ng/hdom\";\n-import { clamp, PI } from \"@thi.ng/math\";\nimport { canvas } from \"@thi.ng/hdom-canvas\";\nimport {\nbuttonH,\n@@ -25,12 +23,17 @@ import ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): update imgui demo to use rstream vs RAF
1
feat
examples
865,921
13.08.2019 14:17:26
-7,200
959a074e8ca2fac8cbc8c365d1d7af60cd009c36
chore(client): pull in fixed camunda-bpmn-moddle Corrects rules the following elements * camunda:InputOutput * camunda:FailedJobRetryTimeCycle Closes Closes Closes
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"camunda-modeler-client\",\n- \"version\": \"3.3.0-alpha.2\",\n+ \"version\": \"3.3.0-alpha.3\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n}\n},\n\"bpmn-js-properties-panel\": {\n- \"version\": \"0.32.0\",\n- \"resolved\": \"https:/...
JavaScript
MIT License
camunda/camunda-modeler
chore(client): pull in fixed camunda-bpmn-moddle Corrects rules the following elements * camunda:InputOutput * camunda:FailedJobRetryTimeCycle Closes https://github.com/camunda/camunda-modeler/issues/1464 Closes https://github.com/camunda/camunda-modeler/issues/1465 Closes https://github.com/camunda/camunda-modeler/...
1
chore
client
865,921
13.08.2019 14:40:25
-7,200
87263d94c43469829ff3e3ea622fa62f97ae9e64
chore(client): bump bpmn-js version Closes Closes
[ { "change_type": "MODIFY", "diff": "\"integrity\": \"sha512-kzRGXGLzTROLRNCSskkOyj/+SbtTAn2unKfgB9tNt7RWJFybg/Wbe9YjK2ALotI3b64wwlCTkAalXiTiskP6dg==\"\n},\n\"bpmn-js\": {\n- \"version\": \"5.0.0-beta.3\",\n- \"resolved\": \"https://registry.npmjs.org/bpmn-js/-/bpmn-js-5.0.0-beta.3.tgz\",\n- \"integrity\": \...
JavaScript
MIT License
camunda/camunda-modeler
chore(client): bump bpmn-js version Closes https://github.com/camunda/camunda-modeler/issues/1466 Closes https://github.com/camunda/camunda-modeler/issues/1462
1
chore
client
401,147
13.08.2019 14:57:48
-19,080
7dc30e60b9386ee966b26915b2658b6ade4892e4
fix: fixed issue of checked checkbox if table is empty affects:
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ const useRowSelector = (initialIds: number[], initialSelectedIds: number[]): Res\n}\nreturn [\n- { value: ids, setValue: setIds, isAllSelected: ids.length === selectedIds.length },\n+ { value: ids, setValue: setIds, isAllSelected: ids.length > 0 && ids.l...
TypeScript
MIT License
medly/medly-components
fix: fixed issue of checked checkbox if table is empty affects: @medly-components/core
1
fix
null
67,494
13.08.2019 14:58:14
-7,200
f4b6094778fe29ca0410a2540a2eb69a0d305ca5
test(realworld): fix formatting
[ { "change_type": "MODIFY", "diff": "<div class=\"feed-toggle\">\n<au-nav name=\"home\"></au-nav>\n</div>\n-\n<article-list articles.bind=\"articles\" total-pages.bind=\"totalPages\" page-number.bind=\"pageNumber\"\ncurrent-page.bind=\"currentPage\" set-page-cb.call=\"setPageTo(pageNumber)\"></article-list>\...
TypeScript
MIT License
aurelia/aurelia
test(realworld): fix formatting
1
test
realworld
71,663
13.08.2019 15:47:20
25,200
7decdcbe71e0e06288498e83ffae2d2ab2655a3f
chore: make EbsDeviceProps not extend EbsDeviceOptionsBase, which is superfluous Because EbsDeviceSnapshotOptions, which EbsDeviceProps also extends, already extends EbsDeviceOptionsBase.
[ { "change_type": "MODIFY", "diff": "@@ -982,7 +982,7 @@ export interface EbsDeviceSnapshotOptions extends EbsDeviceOptionsBase {\nreadonly volumeSize?: number;\n}\n-export interface EbsDeviceProps extends EbsDeviceOptionsBase, EbsDeviceSnapshotOptions {\n+export interface EbsDeviceProps extends EbsDeviceSna...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: make EbsDeviceProps not extend EbsDeviceOptionsBase, which is superfluous (#3643) Because EbsDeviceSnapshotOptions, which EbsDeviceProps also extends, already extends EbsDeviceOptionsBase.
1
chore
null
401,147
13.08.2019 15:48:31
-19,080
3c61571ca9cd83d7f9c21eb228abb33626365830
fix: fixed table style issues affects:
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport Checkbox from '../../Checkbox';\n+import Text from '../../Text';\nimport Cell from '../Cell';\nimport { GroupCell } from '../GroupCell';\nimport { getGridTemplateColumns } from '../helpers';\n@@ -34,7 +35,7 @@ const Body: React.SFC<Props...
TypeScript
MIT License
medly/medly-components
fix: fixed table style issues affects: @medly-components/core
1
fix
null
865,921
13.08.2019 15:53:16
-7,200
4f216a855b1d6b95fd2aa1d277ef6ff1d396b9c4
chore(CHANGELOG): update to v3.3.0
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,31 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-\n___Note:__ Yet to be released changes appear here._\n+## 3.3.0\n+\n+### General\n+\n+* `FIX`: correct find shortcut not working ([#1450](https://github.com/camunda/camunda-m...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): update to v3.3.0
1
chore
CHANGELOG
304,868
13.08.2019 16:10:51
21,600
af294bdb8ded2ccf206e62e101391d7976aa6b85
feat(stdlib): add objectKeys function Adds objectKeys function to extract the keys as a list. Fixes two bugs found when writing a test case: 1. Binary functions are now indexed by Nature not Type. 2. Object Equal function has been fixed. Tests have been added.
[ { "change_type": "MODIFY", "diff": "@@ -302,8 +302,8 @@ func compile(n semantic.Node, typeSol semantic.TypeSolution, builtIns Scope, fun\nrt := r.Type()\nf, err := values.LookupBinaryFunction(values.BinaryFuncSignature{\nOperator: n.Operator,\n- Left: lt,\n- Right: rt,\n+ Left: lt.Nature(),\n+ Right: rt.Nat...
Go
MIT License
influxdata/flux
feat(stdlib): add objectKeys function Adds objectKeys function to extract the keys as a list. Fixes two bugs found when writing a test case: 1. Binary functions are now indexed by Nature not Type. 2. Object Equal function has been fixed. Tests have been added.
1
feat
stdlib
932,458
13.08.2019 16:53:56
14,400
8bcfc7fd6f114ffa001e437423741cf81bbee94d
fix(web-scripts): ignore TypeScript declaration files from coverage fixes
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ const path = require('path');\nmodule.exports = {\nrootDir: path.join(process.cwd(), 'src'),\ncoverageDirectory: path.join(process.cwd(), 'coverage'),\n- collectCoverageFrom: ['**/*.{js,jsx,ts,tsx}'],\n+ collectCoverageFrom: ['**/*.{js,jsx,ts,tsx}', '!**/*...
TypeScript
Apache License 2.0
spotify/web-scripts
fix(web-scripts): ignore TypeScript declaration files from coverage fixes #45
1
fix
web-scripts
401,147
13.08.2019 17:12:56
-19,080
89b8277947d65c830241b3bab37edb32220e7317
fix: fixed overflow issue in the table component affects:
[ { "change_type": "MODIFY", "diff": "import { SvgIcon } from '@medly-components/icons';\nimport { css, styled } from '@medly-components/utils';\nimport Checkbox from '../../Checkbox';\n+import Text from '../../Text';\nimport { Props } from './types';\nconst frozen = () => css`\n@@ -13,9 +14,6 @@ const frozen...
TypeScript
MIT License
medly/medly-components
fix: fixed overflow issue in the table component affects: @medly-components/core
1
fix
null
438,921
13.08.2019 17:14:25
-32,400
b6af77faeac932fda8cb76957e52fe04d0e07577
feat(options): Intent to ship render option Implement lazy rendering and observe element's visibility by MutationObserver Add rendering state variable `Chart.internal.rendered` to determine rendering process status Make sure return only when is array type for .convertData() Fix
[ { "change_type": "MODIFY", "diff": "@@ -2985,6 +2985,44 @@ d3.select(\".chart_area\")\n}\n}\n},\n+ LazyRender: [\n+ {\n+ options: {\n+ data: {\n+ columns: [\n+ [\"data1\", 300, 350, 300, 0, 0, 0],\n+ [\"data2\", 130, 100, 140, 200, 150, 50]\n+ ]\n+ }\n+ },\n+ style: [\n+ \"#lazyRender_1 { display: none; }\"...
TypeScript
MIT License
naver/billboard.js
feat(options): Intent to ship render option - Implement lazy rendering and observe element's visibility by MutationObserver - Add rendering state variable `Chart.internal.rendered` to determine rendering process status - Make sure return only when is array type for .convertData() Fix #1015
1
feat
options
791,704
13.08.2019 17:32:42
25,200
5eb01d6482654df0aadcb797dca6d74712c920f0
clients(viewer): remove polyfills
[ { "change_type": "MODIFY", "diff": "@@ -66,8 +66,8 @@ async function safeWriteFileAsync(filePath, data) {\n* Copy static assets.\n* @return {Promise<void>}\n*/\n-async function copyAssets() {\n- await cpy([\n+function copyAssets() {\n+ return cpy([\n'images/**/*',\n'sw.js',\n'manifest.json',\n@@ -75,12 +75,...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(viewer): remove polyfills (#9553)
1
clients
viewer
438,921
13.08.2019 17:48:40
-32,400
17a09323324eb108712a8cb298a5086c47472616
docs(types): Fix typo Fix render option typo Ref
[ { "change_type": "MODIFY", "diff": "@@ -578,7 +578,7 @@ export interface ChartOptions {\n/**\n* Control the render timing\n*/\n- redner?: {\n+ render?: {\n/**\n* Make to not render at initialization (enabled by default when bind element's visibility is hidden).\n*/\n", "new_path": "types/options.d.ts", ...
TypeScript
MIT License
naver/billboard.js
docs(types): Fix typo Fix render option typo Ref #1024
1
docs
types
815,601
13.08.2019 18:03:37
-28,800
12e78b65f7a8c3c8f8a3da77a3cdde1701f5d7fe
fix: script debug fmt
[ { "change_type": "MODIFY", "diff": "@@ -96,9 +96,9 @@ impl fmt::Debug for Script {\n.entries(self.args.iter().map(|arg| prefix_hex(arg)))\n.finish()?;\n- write!(f, \", code_hash: {:#x}\", self.code_hash,)?;\n+ write!(f, \", code_hash: {:#x}\", self.code_hash)?;\n- write!(f, \", code_hash: {:?}\", self.hash_...
Rust
MIT License
nervosnetwork/ckb
fix: script debug fmt
1
fix
null
815,595
13.08.2019 18:46:40
-28,800
11fc309e39339af76d6223e43571607ac36e287d
fix: check sync_started before handle InIBD message * `ibd_process` will improperly substrate `n_sync_started` without checking whether the peer is `sync_started == true`, and then cause panic when disconnects peers.
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,14 @@ impl<'a> InIBDProcess<'a> {\n.write()\n.get_mut(&self.peer)\n{\n+ // Don't assume that the peer is sync_started.\n+ // It is possible that a not-sync-started peer sends us `InIBD` messages:\n+ // - Malicious behavior\n+ // - Peer sends multiple `InIBD` ...
Rust
MIT License
nervosnetwork/ckb
fix: check sync_started before handle InIBD message * `ibd_process` will improperly substrate `n_sync_started` without checking whether the peer is `sync_started == true`, and then cause panic when disconnects peers.
1
fix
null
815,595
13.08.2019 18:56:25
-28,800
fa396ee88f1fdff0d9807de33def154735ec6b1b
feat: Expose overflow of n_sync_started
[ { "change_type": "MODIFY", "diff": "@@ -56,7 +56,7 @@ pub const MAX_PEERS_PER_BLOCK: usize = 2;\n// behind headers chain.\npub const MAX_OUTBOUND_PEERS_TO_PROTECT_FROM_DISCONNECT: usize = 4;\npub const CHAIN_SYNC_TIMEOUT: u64 = 12 * 60 * 1000; // 12 minutes\n-pub const PROTECT_STOP_SYNC_TIME: u64 = 5 * 60 *...
Rust
MIT License
nervosnetwork/ckb
feat: Expose overflow of n_sync_started
1
feat
null
67,482
13.08.2019 19:05:55
25,200
1da3d68340c1d7f3c59067eb0622f5de7ad1ebfa
test(di): add basic defer registration test This covers the basic use-case.
[ { "change_type": "MODIFY", "diff": "@@ -772,3 +772,37 @@ describe('DI.createInterface() -> container.get()', function () {\n});\n});\n});\n+\n+describe('defer registration', () => {\n+ class FakeCSSService {\n+ constructor(public data: any) {}\n+ }\n+\n+ class FakeCSSHandler {\n+ public register(container: ...
TypeScript
MIT License
aurelia/aurelia
test(di): add basic defer registration test This covers the basic use-case.
1
test
di
273,691
13.08.2019 19:57:06
14,400
4083bd5051e84dac5ebfefba5d0f855e19999bc9
chore(airtable): fix baseId example url in readme
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ module.exports = {\n## Options\n1. `apiKey`: This can be found when logged in to airtable.com, under \"ACCOUNT > API\".\n-1. `baseId`: This can be found by going to https://airtable.com/api, clicking on your workspace, and will be visible in the url: htt...
JavaScript
MIT License
gridsome/gridsome
chore(airtable): fix baseId example url in readme (#591)
1
chore
airtable
151,430
13.08.2019 20:37:47
25,200
8b4ebdc5420d6bb46bf4f709cd665f9bc7d1aed3
refactor(core): move in browser into local dep
[ { "change_type": "MODIFY", "diff": "import { createStore, combineReducers, applyMiddleware, compose } from 'redux'\n-import { inBrowser } from 'analytics-utils'\nimport * as middleware from './middleware'\nimport DynamicMiddleware from './middleware/dynamic'\nimport plugins, { enablePlugin, disablePlugin } ...
JavaScript
MIT License
davidwells/analytics
refactor(core): move in browser into local dep
1
refactor
core
815,573
13.08.2019 20:47:21
-28,800
7666a92ef63cd1d0bb40e846490dfbf393a9d18c
fix: jsonrpc-types tests
[ { "change_type": "MODIFY", "diff": "@@ -134,16 +134,6 @@ dependencies = [\n\"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)\",\n]\n-[[package]]\n-name = \"bincode\"\n-version = \"1.1.3\"\n-source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-dependencies = [\n- \"aut...
Rust
MIT License
nervosnetwork/ckb
fix: jsonrpc-types tests
1
fix
null
366,937
13.08.2019 20:49:56
-32,400
bc286923707c8b60d432e95cb4b042a0be8bccb0
chore: fix for review
[ { "change_type": "MODIFY", "diff": "@@ -19,22 +19,22 @@ const AppNaviComponent: React.FC<Props & InjectedProps> = ({ theme, ...props })\n)}\n{props.buttons &&\n- props.buttons.map(button => (\n+ props.buttons.map((button, index) => (\n<AppNaviButton\n- label={button.label}\nicon={button.icon}\n- url={button...
TypeScript
MIT License
kufu/smarthr-ui
chore: fix for review
1
chore
null
151,430
13.08.2019 20:51:16
25,200
7b0ecfa110cf53b999eed0cdd51c0705f98023a6
feat(cookies): add cookie util
[ { "change_type": "ADD", "diff": "+{\n+ \"presets\": [\n+ [\n+ \"@babel/env\", {\n+ \"modules\": false\n+ }\n+ ]\n+ ]\n+}\n", "new_path": "packages/analytics-util-cookie/.babelrc", "old_path": null }, { "change_type": "ADD", "diff": "+dist\n+lib\n+node_modules\n+\n+*.log\n+\n+# IDE stuff\...
JavaScript
MIT License
davidwells/analytics
feat(cookies): add cookie util
1
feat
cookies
151,430
13.08.2019 20:51:38
25,200
d06ab57528d994358bf3da302936d533014ebab0
feat(params): add URI param util
[ { "change_type": "ADD", "diff": "+{\n+ \"presets\": [\n+ [\n+ \"@babel/env\", {\n+ \"modules\": false\n+ }\n+ ]\n+ ]\n+}\n", "new_path": "packages/analytics-util-params/.babelrc", "old_path": null }, { "change_type": "ADD", "diff": "+dist\n+lib\n+node_modules\n+\n+*.log\n+\n+# IDE stuff\...
JavaScript
MIT License
davidwells/analytics
feat(params): add URI param util
1
feat
params
151,430
13.08.2019 20:54:11
25,200
84e233f9d06af881a25eafa82c99621a3a71d971
refactor(storage): add storage utilities lib
[ { "change_type": "ADD", "diff": "+{\n+ \"presets\": [\n+ [\n+ \"@babel/env\", {\n+ \"modules\": false\n+ }\n+ ]\n+ ]\n+}\n", "new_path": "packages/analytics-util-storage/.babelrc", "old_path": null }, { "change_type": "ADD", "diff": "+dist\n+lib\n+node_modules\n+\n+*.log\n+\n+# IDE stuff...
JavaScript
MIT License
davidwells/analytics
refactor(storage): add storage utilities lib
1
refactor
storage
151,430
13.08.2019 20:54:23
25,200
2251cb926841f7a7b38200ea12b9dfc27ed6ca9a
docs: update util readmes
[ { "change_type": "MODIFY", "diff": "-# Analytics Utilities for Cookies\n+# Analytics Cookie Utilities\nCookie utilities for [analytics](https://www.npmjs.com/package/analytics)\n", "new_path": "packages/analytics-util-cookie/README.md", "old_path": "packages/analytics-util-cookie/README.md" }, {...
JavaScript
MIT License
davidwells/analytics
docs: update util readmes
1
docs
null
151,430
13.08.2019 20:55:02
25,200
b75b47bcdb15f86715128f9a7d93e6f5c78d6be9
chore: update build external files for utils
[ { "change_type": "MODIFY", "diff": "@@ -29,10 +29,18 @@ module.exports = function generateConfig(directory) {\nconsole.log(`Building ${format} to ${file}`)\nconst isESModule = (config.output.format === 'esm')\nconst isIIFE = (config.output.format === 'iife')\n+\n+ let externs = config.externals || externals...
JavaScript
MIT License
davidwells/analytics
chore: update build external files for utils
1
chore
null
67,516
13.08.2019 20:58:08
-7,200
c091630bdc45e259d37e08637490b38604491b84
chore(i18n): preparation for PR
[ { "change_type": "MODIFY", "diff": "\"@aurelia/runtime\": \"^0.3.0\",\n\"@aurelia/runtime-html\": \"^0.3.0\",\n\"@aurelia/runtime-html-browser\": \"^0.3.0\",\n- \"i18next-intervalplural-postprocessor\": \"^1.0.0\"\n+ \"i18next-intervalplural-postprocessor\": \"^1.0.0\",\n+ \"relative-time-format\": \"^1.0.0...
TypeScript
MIT License
aurelia/aurelia
chore(i18n): preparation for PR
1
chore
i18n
67,482
13.08.2019 21:01:47
25,200
8241f982727ea7845d2515216e0d3efd65a80b20
test(styles): add basic css modules tests
[ { "change_type": "ADD", "diff": "+import { DI, PLATFORM, Registration } from '@aurelia/kernel';\n+import { CustomAttribute, INode } from '@aurelia/runtime';\n+import { CSSModulesRegistry, ShadowDOMRegistry, StyleConfiguration } from '@aurelia/runtime-html';\n+import { assert } from '@aurelia/testing';\n+\n+...
TypeScript
MIT License
aurelia/aurelia
test(styles): add basic css modules tests
1
test
styles
366,937
13.08.2019 21:05:39
-32,400
3cf96f3450dd6547c89f948818b9b6cbcf89662b
chore: update Tag snapshot
[ { "change_type": "MODIFY", "diff": "@@ -142,7 +142,7 @@ exports[`Tag should be match snapshot 1`] = `\n\"componentStyle\": ComponentStyle {\n\"componentId\": \"sc-bdVaJa\",\n\"isStatic\": false,\n- \"lastClassName\": \"hNFpDE\",\n+ \"lastClassName\": \"jsUfTI\",\n\"rules\": Array [\n\"\n\",\n@@ -226,7 +226,...
TypeScript
MIT License
kufu/smarthr-ui
chore: update Tag snapshot
1
chore
null
679,913
13.08.2019 21:11:32
-3,600
713dce1ccef8d920b3dd16f8a463a842a19037d6
feat(imgui): add GridLayout.spansForSize/colsForWidth/rowsForHeight
[ { "change_type": "MODIFY", "diff": "import { implementsFunction } from \"@thi.ng/checks\";\n+import { isNumber } from \"@thi.ng/checks\";\n+import { ReadonlyVec } from \"@thi.ng/vectors\";\nimport { IGridLayout, ILayout, LayoutBox } from \"./api\";\nconst DEFAULT_SPANS: [number, number] = [1, 1];\n@@ -43,6 ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): add GridLayout.spansForSize/colsForWidth/rowsForHeight
1
feat
imgui
151,430
13.08.2019 21:21:45
25,200
b0a12be962bf9b4fd8f9ec3b6aaf2c261347f275
refactor: update clean param regex
[ { "change_type": "MODIFY", "diff": "* @return {string} cleaned url\n*/\nexport default function paramsClean(url, param) {\n- const search = (url.split('?') || [ , ])[1]\n+ const search = (url.split('?') || [ , ])[1] // eslint-disable-line\nif (!search || search.indexOf(param) === -1) {\nreturn url\n}\n// re...
JavaScript
MIT License
davidwells/analytics
refactor: update clean param regex
1
refactor
null
679,913
13.08.2019 21:32:25
-3,600
05cc31fd71d90427dbe22e8cf07e4db0226de237
feat(imgui): add textTransformH/V, update buttons to allow any body cache button labels in buttonH/V
[ { "change_type": "MODIFY", "diff": "import { rect } from \"@thi.ng/geom\";\nimport { IShape } from \"@thi.ng/geom-api\";\n-import { hash, ReadonlyVec, ZERO2 } from \"@thi.ng/vectors\";\n-import { IGridLayout, LayoutBox } from \"../api\";\n+import { hash, ZERO2 } from \"@thi.ng/vectors\";\n+import { Color, I...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): add textTransformH/V, update buttons to allow any body - cache button labels in buttonH/V
1
feat
imgui
67,516
13.08.2019 21:32:28
-7,200
52dcaaba9347e3c074e88ef2e1449c6b58219cfc
fix(i18n): disabling singular rt tests
[ { "change_type": "MODIFY", "diff": "@@ -221,7 +221,7 @@ describe('I18N', function () {\ndescribe('rt', function () {\nfor (const multiplier of [1, -1]) {\n- for (const value of [1, 5]) {\n+ for (const value of [/* 1, */ 5]) {\nit(`works for time difference in seconds - ${multiplier > 0 ? 'future' : 'past'} ...
TypeScript
MIT License
aurelia/aurelia
fix(i18n): disabling singular rt tests
1
fix
i18n
679,913
13.08.2019 21:33:16
-3,600
07599a4aba535c03504f5a84cc701fa795271f81
feat(imgui): add iconButton()
[ { "change_type": "ADD", "diff": "+import { rect } from \"@thi.ng/geom\";\n+import { hash } from \"@thi.ng/vectors\";\n+import { LayoutBox } from \"../api\";\n+import { IMGUI } from \"../gui\";\n+import { GridLayout, isLayout } from \"../layout\";\n+import { buttonRaw } from \"./button\";\n+import { textLabe...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): add iconButton()
1
feat
imgui
679,913
13.08.2019 21:34:24
-3,600
ad0d9c98c4b523de255c9c8c1ffc533a5328bab3
refactor(imgui): update label handling in sliderV/radialMenu, update ring
[ { "change_type": "MODIFY", "diff": "@@ -6,10 +6,11 @@ import {\nvertices\n} from \"@thi.ng/geom\";\nimport { triFan } from \"@thi.ng/geom-tessellate\";\n-import { map } from \"@thi.ng/transducers\";\n-import { add2, hash, Vec } from \"@thi.ng/vectors\";\n+import { mapIndexed } from \"@thi.ng/transducers\";\...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(imgui): update label handling in sliderV/radialMenu, update ring
1
refactor
imgui
67,482
13.08.2019 21:38:24
25,200
9b36a8eda4185924829cb9d3900b705203eacb0f
feat(styles): support the new css modules spec
[ { "change_type": "MODIFY", "diff": "import { DI, PLATFORM, Registration } from '@aurelia/kernel';\nimport { CustomAttribute, INode } from '@aurelia/runtime';\n-import { CSSModulesRegistry, ShadowDOMRegistry, StyleConfiguration } from '@aurelia/runtime-html';\n+import { AdoptedStyleSheetsStyles, CSSModulesRe...
TypeScript
MIT License
aurelia/aurelia
feat(styles): support the new css modules spec
1
feat
styles
679,913
13.08.2019 21:41:58
-3,600
d4d44f61d82029b3ad836d6b8f1f46414e00fa62
feat(examples): add icon buttons to imgui demo
[ { "change_type": "MODIFY", "diff": "import { timedResult } from \"@thi.ng/bench\";\n-import { line } from \"@thi.ng/geom\";\n+import { line, pathFromSvg, normalizedPath } from \"@thi.ng/geom\";\nimport { canvas } from \"@thi.ng/hdom-canvas\";\n+import { DOWNLOAD } from \"@thi.ng/hiccup-carbon-icons/download...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add icon buttons to imgui demo
1
feat
examples
67,479
13.08.2019 21:47:17
-36,000
b66d51843cc9a98d75469e765ab34e444df7a9bc
refactor(blur): remove alien pattern code
[ { "change_type": "MODIFY", "diff": "@@ -7,24 +7,6 @@ import {\n} from '@aurelia/runtime';\nimport { HTMLDOM } from '../../dom';\n-function addListener(el: EventTarget, evt: string, handler: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void {\n- el.addEventListener(evt, h...
TypeScript
MIT License
aurelia/aurelia
refactor(blur): remove alien pattern code
1
refactor
blur
151,430
13.08.2019 22:12:28
25,200
510be893ac49c3c050137b4f62e7818a5a346d59
refactor(cookie): updtae cookie util
[ { "change_type": "MODIFY", "diff": "-import noOp from './noOp'\n+import inBrowser from './inBrowser'\n/**\n* Get a cookie value\n* @param {string} name - key of cookie\n* @return {string} value of cookie\n*/\n-function getCookie(name) {\n+export default function getCookie(name) {\n+ if (!inBrowser) return f...
JavaScript
MIT License
davidwells/analytics
refactor(cookie): updtae cookie util
1
refactor
cookie
151,430
13.08.2019 22:25:17
25,200
8b6069003abba095551ce766f0e410a4f1afcdcf
refactor(cookie): update hasCookie support logic
[ { "change_type": "MODIFY", "diff": "+import inBrowser from './inBrowser'\n-function hasCookieSupport() {\n+export default function hasCookieSupport() {\n+ if (!inBrowser) return false\ntry {\nconst key = 'cookietest='\n// Try to set cookie\n@@ -12,5 +14,3 @@ function hasCookieSupport() {\nreturn false\n}\n}...
JavaScript
MIT License
davidwells/analytics
refactor(cookie): update hasCookie support logic
1
refactor
cookie
151,430
13.08.2019 22:55:27
25,200
67b307f712c6b33e0e7095b15cb9972f0ba1043b
chore(core): add postbuild minification
[ { "change_type": "MODIFY", "diff": "\"clean\": \"rimraf lib dist && mkdirp lib dist\",\n\"prebuild\": \"npm run clean\",\n\"build\": \"node ../../scripts/build/index.js\",\n- \"postbuild\": \"npm run minify-dist\",\n+ \"postbuild\": \"npm run minify-dist && node ./scripts/postbuild.js\",\n\"watch\": \"node ...
JavaScript
MIT License
davidwells/analytics
chore(core): add postbuild minification
1
chore
core
67,482
13.08.2019 23:18:12
25,200
6328ba4108539461a47c93bc56894da972b8083c
fix(styles): only allow css strings w/ shadow dom style element strategy
[ { "change_type": "MODIFY", "diff": "-import { DI, PLATFORM } from '@aurelia/kernel';\n+import { DI, PLATFORM, Reporter } from '@aurelia/kernel';\ntype HasAdoptedStyleSheets = ShadowRoot & {\nadoptedStyleSheets: CSSStyleSheet[];\n@@ -63,7 +63,7 @@ export class AdoptedStyleSheetsStyles implements IShadowDOMSt...
TypeScript
MIT License
aurelia/aurelia
fix(styles): only allow css strings w/ shadow dom style element strategy
1
fix
styles
151,430
14.08.2019 00:19:21
25,200
3594c35dfa9021866b81e8d331c2c4fadcb2688e
chore(core): update build deps & shrink babel output via runtime-transform plugin
[ { "change_type": "MODIFY", "diff": "},\n\"devDependencies\": {\n\"@ampproject/rollup-plugin-closure-compiler\": \"^0.8.5\",\n+ \"@babel/core\": \"^7.5.5\",\n+ \"@babel/plugin-transform-runtime\": \"^7.5.5\",\n+ \"@babel/preset-env\": \"7.5.5\",\n\"ava\": \"^2.2.0\",\n- \"@babel/core\": \"^7.5.4\",\n- \"@bab...
JavaScript
MIT License
davidwells/analytics
chore(core): update build deps & shrink babel output via runtime-transform plugin
1
chore
core
679,913
14.08.2019 00:28:57
-3,600
765a9acd94674e1fd7e42b2c3c4ff6642473b442
fix(rstream): preserve const enums
[ { "change_type": "MODIFY", "diff": "\"outDir\": \".\",\n\"module\": \"es6\",\n\"target\": \"es6\",\n- \"preserveConstEnums\": false\n+ \"preserveConstEnums\": true\n},\n\"include\": [\"./src/**/*.ts\"]\n}\n", "new_path": "packages/rstream/tsconfig.json", "old_path": "packages/rstream/tsconfig.json" ...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream): preserve const enums
1
fix
rstream
679,913
14.08.2019 00:30:06
-3,600
1d80e144399d3094aa254964a5aa19ba399ba7cf
feat(imgui): add cursor blink config, update textFieldRaw()
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ export interface GUITheme {\npad: number;\nfocus: Color;\ncursor: Color;\n+ cursorBlink: number;\nbg: Color;\nfg: Color;\ntext: Color;\n@@ -147,6 +148,7 @@ export const DEFAULT_THEME: GUITheme = {\nglobalBg: \"#ccc\",\nfocus: [0, 1, 0, 1],\ncursor: [0, 0...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): add cursor blink config, update textFieldRaw()
1
feat
imgui
679,913
14.08.2019 00:30:54
-3,600
b44944a9a0df7517b87d2f159860d2ea80d878ed
feat(examples): disable cursor blink, fix main sync close mode
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,7 @@ import {\nKey,\n} from \"@thi.ng/imgui\";\nimport { clamp, PI } from \"@thi.ng/math\";\n-import { sync, trigger, fromDOMEvent, sidechainPartition, fromRAF, merge } from \"@thi.ng/rstream\";\n+import { sync, trigger, fromDOMEvent, sidechainPartition, from...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): disable cursor blink, fix main sync close mode
1
feat
examples
151,430
14.08.2019 00:32:01
25,200
50fc9a16347de624b09ad07c15bdd639939b95a7
chore: add babel register for ava tests
[ { "change_type": "MODIFY", "diff": "\"@babel/plugin-proposal-class-properties\": \"7.5.5\",\n\"@babel/plugin-transform-runtime\": \"7.5.5\",\n\"@babel/preset-env\": \"7.5.5\",\n+ \"@babel/register\": \"7.5.5\",\n\"@babel/runtime\": \"7.5.5\",\n\"ava\": \"^2.2.0\",\n\"mkdirp\": \"^0.5.1\",\n", "new_path"...
JavaScript
MIT License
davidwells/analytics
chore: add babel register for ava tests
1
chore
null
273,705
14.08.2019 01:52:29
-7,200
1f7702cb486365f885cf800f3b2b93548c4b7699
fix(graphql): image background argument
[ { "change_type": "MODIFY", "diff": "@@ -860,6 +860,28 @@ test('process image types in schema', async () => {\nexpect(data.testPost2.image5).toEqual('350x250.png')\n})\n+test('set background color for contain', async () => {\n+ const posts = api.store.addContentType('Post')\n+\n+ posts.addNode({\n+ id: '1',\...
JavaScript
MIT License
gridsome/gridsome
fix(graphql): image background argument (#596)
1
fix
graphql
679,913
14.08.2019 02:30:26
-3,600
d956954a12423ad4df0b94ebb2a54d94ea121f96
fix(color): add proper rounding to rgbaInt()
[ { "change_type": "MODIFY", "diff": "@@ -3,8 +3,8 @@ import { ReadonlyColor } from \"./api\";\nimport { ensureAlpha } from \"./internal/ensure-alpha\";\nexport const rgbaInt = (src: ReadonlyColor) =>\n- (((ensureAlpha(src[3]) * 0xff) << 24) |\n- ((clamp01(src[0]) * 0xff) << 16) |\n- ((clamp01(src[1]) * 0xff)...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(color): add proper rounding to rgbaInt()
1
fix
color
724,222
14.08.2019 08:06:24
-10,800
6f5a592ed8812d1e37eb519dc5f39167d6e65d3c
fix: pass refs to functional component stubs Fixes
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,6 @@ function getCoreProperties(componentOptions: Component): Object {\nprops: componentOptions.props,\non: componentOptions.on,\nkey: componentOptions.key,\n- ref: componentOptions.ref,\ndomProps: componentOptions.domProps,\nclass: componentOptions.class,\ns...
JavaScript
MIT License
vuejs/vue-test-utils
fix: pass refs to functional component stubs Fixes #1292
1
fix
null
902,122
14.08.2019 08:58:10
0
066b06e64c212f47065d34d6ddf1cf16c3928857
chore(release): v5.9.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.9.2](https://github.com/kikobeats/browserless/compare/v5.9.1...v5.9.2) (2019-08-14)\n+\n+**Note:** Version bump...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.9.2
1
chore
release
503,933
14.08.2019 09:43:51
14,400
549b0bdda07bdd838db5d06037fb358c4192512b
fix(Dropdown): Spread props to Dropdown toggle to fix regression
[ { "change_type": "MODIFY", "diff": "@@ -136,6 +136,8 @@ exports[`ApplicationLauncher custom icon 1`] = `\n>\n<button\naria-expanded=\"true\"\n+ aria-haspopup=\"true\"\n+ aria-label=\"Application launcher\"\nclass=\"pf-c-app-launcher__toggle\"\nid=\"pf-toggle-id-5\"\ntype=\"button\"\n@@ -250,6 +252,8 @@ expo...
TypeScript
MIT License
patternfly/patternfly-react
fix(Dropdown): Spread props to Dropdown toggle to fix regression (#2690) #2689
1
fix
Dropdown
71,101
14.08.2019 10:31:23
25,200
c6c01d04d203febafd272d4d11f56dfb54b76fe1
chore: update CODEOWNERS with ECS team Replace with in the `CODEOWNERS` file so that the whole team gets notified on new PRs for the ECS library.
[ { "change_type": "MODIFY", "diff": "# @See https://help.github.com/articles/about-codeowners/\n* @aws/aws-cdk-team\n-/packages/aws-cdk @aws/aws-cdk-team @RomainMuller\n+/packages/aws-cdk @aws/aws-cdk-team @shivlaks\n/packages/@aws-cdk/aws-code*/ @aws/aws-cdk-team @skinny85\n-/packages/@aws-cdk/aws-ecs/ @aws...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: update CODEOWNERS with ECS team Replace @SoManyHs with @aws-ecs-devx in the `CODEOWNERS` file so that the whole team gets notified on new PRs for the ECS library.
1
chore
null
902,122
14.08.2019 10:51:11
-7,200
ffae1708658dd46b65e24f8a50a33646fc93954a
build: ensure fonts are loaded related:
[ { "change_type": "MODIFY", "diff": "@@ -136,6 +136,7 @@ module.exports = page => async (url, opts = {}) => {\n} = opts\nawait goto(page, { url, device, ...args })\n+ await page.evaluateHandle('document.fonts.ready')\nif (disableAnimations) {\nawait page.evaluate(doDisableAnimations)\n", "new_path": "pac...
JavaScript
MIT License
microlinkhq/browserless
build: ensure fonts are loaded (#64) related: https://github.com/GoogleChrome/puppeteer/issues/2692#issuecomment-414319342
1
build
null
815,573
14.08.2019 11:14:55
-28,800
2601f0666a972f54f5f959ccfff3d89e00b4c215
chore: Code improvement
[ { "change_type": "MODIFY", "diff": "use crate::block::Block;\nuse crate::extras::TransactionInfo;\n-use crate::transaction::{CellOutput, OutPoint, Transaction};\n+use crate::transaction::{CellOutput, OutPoint, Transaction, OUT_POINT_LEN};\nuse crate::{Bytes, Capacity};\nuse ckb_occupied_capacity::Result as ...
Rust
MIT License
nervosnetwork/ckb
chore: Code improvement
1
chore
null
127,977
14.08.2019 11:40:54
-10,800
6ab50604457bb665b75603c34c6a8349701aa511
feat: added cache headers
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,9 @@ http {\n}\nlocation ~* \\.(?:woff2|otf)$ {\n+\n+ add_header \"Cache-Control\" \"max-age=31557600, immutable\";\n+\nif ($request_method = 'OPTIONS') {\nadd_header 'Access-Control-Allow-Origin' '*';\nadd_header 'Access-Control-Allow-Methods' 'GET, POST, OP...
TypeScript
MIT License
coingaming/moon-design
feat: added cache headers
1
feat
null
815,573
14.08.2019 11:58:57
-28,800
72d1db9ede7f2a600cac2725484cd72f7cb92703
chore: Change for PR review
[ { "change_type": "MODIFY", "diff": "@@ -348,6 +348,28 @@ pub enum UnresolvableError {\nOutOfOrder(OutPoint),\n}\n+/// Gather all cell dep out points and resolved dep group out points\n+pub fn get_related_dep_out_points<F: Fn(&OutPoint) -> Option<Bytes>>(\n+ tx: &Transaction,\n+ get_cell_data: F,\n+) -> Resu...
Rust
MIT License
nervosnetwork/ckb
chore: Change for PR review
1
chore
null