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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
815,573 | 21.08.2019 12:44:59 | -28,800 | 2f6e01c59aea7b8f73e6ec376cb9b9b2963d6e8e | chore: Tweak CellMeta::is_cellbase method | [
{
"change_type": "MODIFY",
"diff": "@@ -101,7 +101,7 @@ impl CellMeta {\npub fn is_cellbase(&self) -> bool {\nself.transaction_info\n.as_ref()\n- .map(|info| info.index == 0)\n+ .map(TransactionInfo::is_cellbase)\n.unwrap_or(false)\n}\n",
"new_path": "util/types/src/core/cell.rs",
"old_path": "util/... | Rust | MIT License | nervosnetwork/ckb | chore: Tweak CellMeta::is_cellbase method | 1 | chore | null |
679,913 | 21.08.2019 12:50:43 | -3,600 | 820e7c775bfa6826083393d91a2b615f59819a35 | refactor(transducers): update/split reduce() | [
{
"change_type": "MODIFY",
"diff": "@@ -4,53 +4,66 @@ import { illegalArity } from \"@thi.ng/errors\";\nimport { IReducible, Reducer, ReductionFn } from \"./api\";\nimport { isReduced, unreduced } from \"./reduced\";\n+const parseArgs = (args: any[]) =>\n+ args.length === 2\n+ ? [undefined, args[1]]\n+ : ar... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(transducers): update/split reduce() | 1 | refactor | transducers |
679,913 | 21.08.2019 12:55:53 | -3,600 | 7772f9b6d2fb9abd775c7d1f2af54476d95cc4a0 | refactor(transducers): extract internal helpers, update rfns & xforms
Impacted reducers:
add/mul/sub
groupByMap/Obj
Xforms:
movingMedian
partitionSort / streamSort
takeLast | [
{
"change_type": "MODIFY",
"diff": "\"build:test\": \"rimraf build && tsc -p test/tsconfig.json\",\n\"test\": \"yarn build:test && mocha build/test/*.js\",\n\"cover\": \"yarn build:test && nyc mocha build/test/*.js && nyc report --reporter=lcov\",\n- \"clean\": \"rimraf *.js *.d.ts .nyc_output build coverag... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(transducers): extract internal helpers, update rfns & xforms
Impacted reducers:
- add/mul/sub
- groupByMap/Obj
Xforms:
- movingMedian
- partitionSort / streamSort
- takeLast | 1 | refactor | transducers |
749,547 | 21.08.2019 13:20:09 | -36,000 | 12479b5641cf9aa7a89316abfb479a4358749a0c | docs(forms): Checkbox example in forms is throwing | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ module.exports = {\ncontent: '../../packages/forms/examples/text-input.md'\n},\n{\n- name: 'Checkbox',\n+ name: 'Checkboxes',\ncontent: '../../packages/forms/examples/checkbox.md'\n},\n{\n",
"new_path": "packages/forms/styleguide.config.js",
"old... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | docs(forms): Checkbox example in forms is throwing (#422) | 1 | docs | forms |
713,841 | 21.08.2019 13:32:12 | -7,200 | b66a8988b6cda333a4b06ec81d41469d41f7ec26 | chore: fix typo in Contributing | [
{
"change_type": "MODIFY",
"diff": "@@ -299,7 +299,7 @@ Also, it's important to note that we prefer to use caret (`^`) when managing `de\n_This section is optional_\n-For those inexperienced developer or who only want to make some simple changes (like improving documentation) or who only want to program in ... | TypeScript | MIT License | verdaccio/monorepo | chore: fix typo in Contributing | 1 | chore | null |
127,939 | 21.08.2019 14:08:11 | -10,800 | 2b66fa610a19e53f4f40ae574d7472b7373c28b6 | chore(icons): added new currency HKD ans GEL
3rd wave | [
{
"change_type": "ADD",
"diff": "+<svg width=\"20\" height=\"8\" viewBox=\"0 0 20 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n+<path d=\"M0 7.93651H1.54042V4.82897H4.68636V7.93651H6.21594V0H4.68636V3.4317H1.54042V0H0V7.93651Z\" fill=\"#DE1E7E\"/>\n+<path d=\"M6.79698 7.93651H8.32656V5.66734L9.0... | TypeScript | MIT License | coingaming/moon-design | chore(icons): added new currency HKD ans GEL
3rd wave | 1 | chore | icons |
866,394 | 21.08.2019 14:17:02 | 14,400 | c3e431e5b81b98f14ad6c0c0d7ae5663286bdeba | fix(utilities): fixed utilities exports | [
{
"change_type": "MODIFY",
"diff": "-import { escapeRegExp } from '../escaperegexp';\n+import { escapeRegExp } from '../';\ndescribe('Escape Regular Expressions utility', () => {\nconst str = 'Hello?!*`~World()[]';\n",
"new_path": "packages/utilities/src/utilities/escaperegexp/__tests__/escaperegexp.tes... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(utilities): fixed utilities exports | 1 | fix | utilities |
866,394 | 21.08.2019 14:22:26 | 14,400 | d129c40364d0a76eb42236db47f44453a07eeb1e | fix(utilities): updated react package dependencies | [
{
"change_type": "DELETE",
"diff": "Binary files a/.yarn/offline-mirror/@ibmdotcom-services-0.3.0-alpha.213.tgz and /dev/null differ\n",
"new_path": ".yarn/offline-mirror/@ibmdotcom-services-0.3.0-alpha.213.tgz",
"old_path": ".yarn/offline-mirror/@ibmdotcom-services-0.3.0-alpha.213.tgz"
},
{
... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(utilities): updated react package dependencies | 1 | fix | utilities |
679,913 | 21.08.2019 15:06:09 | -3,600 | f96ac921f433c06c3b1432ee297873c0ea49a7ab | feat(color): add resolveAsCSS(), update deps
add thi.ng/checks as explicit dep | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^6.3.2\",\n+ \"@thi.ng/checks\": \"^2.3.0\",\n\"@thi.ng/compose\": \"^1.3.2\",\n\"@thi.ng/defmulti\": \"^1.1.2\",\n\"@thi.ng/errors\": \"^1.1.2\",\n",
"new_path": "packages/color/package.json",
"old_path": "packages/colo... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(color): add resolveAsCSS(), update deps
- add thi.ng/checks as explicit dep | 1 | feat | color |
866,393 | 21.08.2019 15:06:20 | -32,400 | 214121c2189cc37ad344902f5b3addf1b2ebef96 | chore(devenv): fix manager webpack config
The manager code is written in React for all regardless of the
JavaScript framework being demonstrated, and thus `@babel/preset-react`
instead of `babel-preset-vue` must be used.
The symptom is seen with theme switcher enabled with
`CARBON_CUSTOM_ELEMENTS_STORYBOOK_USE_CUSTOM_P... | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,21 @@ const webpack = require('webpack');\nmodule.exports = {\nasync managerWebpack(config) {\n+ const babelLoaderRule = config.module.rules.find(\n+ item => item.use && item.use.some && item.use.some(use => /babel-loader/i.test(use.loader))\n+ );\n+ if (babelL... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(devenv): fix manager webpack config
The manager code is written in React for all regardless of the
JavaScript framework being demonstrated, and thus `@babel/preset-react`
instead of `babel-preset-vue` must be used.
The symptom is seen with theme switcher enabled with
`CARBON_CUSTOM_ELEMENTS_STORYBOOK_USE_CUSTOM... | 1 | chore | devenv |
679,913 | 21.08.2019 15:06:56 | -3,600 | 22ab80e92bd702720fd2403182f6f59f540ee250 | refactor(hdom-canvas): update resolveColor to use resolveAsCSS | [
{
"change_type": "MODIFY",
"diff": "-import { isArrayLike, isNumber, isString } from \"@thi.ng/checks\";\n-import { asCSS, ColorMode, ReadonlyColor } from \"@thi.ng/color\";\n+import { isString } from \"@thi.ng/checks\";\n+import { resolveAsCSS } from \"@thi.ng/color\";\nimport { DrawState } from \"../api\"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hdom-canvas): update resolveColor to use resolveAsCSS | 1 | refactor | hdom-canvas |
679,913 | 21.08.2019 15:08:00 | -3,600 | 101bb942d3c484fb0029cb0677b2214214743327 | refactor(hiccup-svg): update fcolor(), extract buildTransform()
re-use resolveAsCSS() | [
{
"change_type": "MODIFY",
"diff": "-import { isArrayLike, isNumber, isString } from \"@thi.ng/checks\";\n-import { asCSS, ColorMode, ReadonlyColor } from \"@thi.ng/color\";\n+import { isArrayLike, isString } from \"@thi.ng/checks\";\n+import { resolveAsCSS } from \"@thi.ng/color\";\nimport { Vec2Like } fro... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hiccup-svg): update fcolor(), extract buildTransform()
- re-use resolveAsCSS() | 1 | refactor | hiccup-svg |
679,913 | 21.08.2019 15:18:52 | -3,600 | 9cc684983d4881c49715e4b0a0f0b0b995b02f98 | refactor(hiccup-svg): update convertAttribs | [
{
"change_type": "MODIFY",
"diff": "@@ -121,9 +121,17 @@ const convertAttribs = (attribs: any) => {\n// convertTransforms(res, attribs);\nfor (let id in attribs) {\nconst v = attribs[id];\n- if (ATTRIB_ALIASES[id]) {\n- res[ATTRIB_ALIASES[id]] = v;\n+ const aid = ATTRIB_ALIASES[id];\n+ if (aid) {\n+ res[aid... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hiccup-svg): update convertAttribs | 1 | refactor | hiccup-svg |
67,495 | 21.08.2019 15:27:22 | 18,000 | 837bea007569e7cba46fdb30aa971a99a3ebf15e | chore(default-replaceable): remove replace | [
{
"change_type": "MODIFY",
"diff": "import { Aurelia, CustomElement, LifecycleFlags as LF } from '@aurelia/runtime';\n-import { TestContext, assert } from '@aurelia/testing';\n+import { assert, TestContext } from '@aurelia/testing';\ndescribe('replaceable', function () {\nfor (const [title, appMarkup, ceMar... | TypeScript | MIT License | aurelia/aurelia | chore(default-replaceable): remove replace | 1 | chore | default-replaceable |
942,571 | 21.08.2019 15:37:59 | 25,200 | 210138f878489b47c00c705e44ef805b89d11857 | refactor(LoadingSpinner): Deprecate LoadingSpinner
`@workday/canvas-kit-react-loading-animations` is now only exporting `LoadingDots`
BREAKING CHANGE: `@workday/canvas-kit-react-loading-animations` is now only exporting `LoadingDots`
re | [
{
"change_type": "MODIFY",
"diff": "@@ -38,40 +38,3 @@ import {LoadingDots} from '@workday/canvas-kit-react-loading-animation';\n### Optional\n> None\n-\n-# LoadingSpinner\n-\n-## Usage\n-\n-```tsx\n-import * as React from 'react';\n-import {LoadingSpinner} from '@workday/canvas-kit-react-loading-animation'... | TypeScript | Apache License 2.0 | workday/canvas-kit | refactor(LoadingSpinner): Deprecate LoadingSpinner (#142)
`@workday/canvas-kit-react-loading-animations` is now only exporting `LoadingDots`
BREAKING CHANGE: `@workday/canvas-kit-react-loading-animations` is now only exporting `LoadingDots`
re #103 | 1 | refactor | LoadingSpinner |
401,147 | 21.08.2019 15:38:12 | -19,080 | 68cee2146f86940b3f81899db101a14fae32d857 | feat: changed theme for select and date picker components
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -140,7 +140,7 @@ exports[`Select component should close options when clicked outside 1`] = `\nmargin: 0px;\nmax-height: 200px;\noverflow: auto;\n- border: 1px solid #FE8D6B;\n+ border: 1px solid #CCCCCC;\nbox-sizing: border-box;\nborder-radius: 4px;\n}\n@@ -154,7 +154,... | TypeScript | MIT License | medly/medly-components | feat: changed theme for select and date picker components
affects: @medly-components/core, @medly-components/theme | 1 | feat | null |
679,913 | 21.08.2019 15:42:14 | -3,600 | e01fae39efc291431e60ae19441b2c72b0244ade | refactor(hiccup-svg): update points(), extract buildShape() | [
{
"change_type": "MODIFY",
"diff": "@@ -21,18 +21,8 @@ export const points = (\nconst group = [\"g\", fattribs({ ...attribs })];\nlet href: string;\nif (!shape || shape[0] !== \"#\") {\n- const r = ff(size);\nhref = \"_\" + ((Math.random() * 1e6) | 0).toString(36);\n- group.push([\n- \"g\",\n- { opacity: 0 ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hiccup-svg): update points(), extract buildShape() | 1 | refactor | hiccup-svg |
679,913 | 21.08.2019 15:45:22 | -3,600 | cff9e30aab6b4dd57e6bb834430af5e09e8aee8d | feat(hiccup-svg): update polyline(), add fill: none default | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,8 @@ import { fattribs, fpoints } from \"./format\";\nexport const polyline = (pts: Vec2Like[], attribs?: any): any[] => [\n\"polyline\",\nfattribs({\n- ...attribs,\n- points: fpoints(pts)\n+ fill: \"none\",\n+ points: fpoints(pts),\n+ ...attribs\n})\n];\n",
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hiccup-svg): update polyline(), add fill: none default | 1 | feat | hiccup-svg |
67,494 | 21.08.2019 15:45:37 | -7,200 | 8c86feb3f258e40d97a347f81fc1a9d0032c2c05 | refactor(router): strict viewport-instruction | [
{
"change_type": "MODIFY",
"diff": "@@ -5,13 +5,13 @@ import { IRouter } from './router';\nimport { Viewport } from './viewport';\nexport class ViewportInstruction {\n- public componentType?: IRouteableComponentType;\n- public componentName?: string;\n- public viewport?: Viewport;\n- public viewportName?: s... | TypeScript | MIT License | aurelia/aurelia | refactor(router): strict viewport-instruction | 1 | refactor | router |
67,494 | 21.08.2019 15:46:11 | -7,200 | 4d6f5c5661ba8ffa5084482685ab38d0f95647be | refactor(router): strict resources/viewport | [
{
"change_type": "MODIFY",
"diff": "@@ -29,45 +29,33 @@ import {\nexport class ViewportCustomElement {\npublic static readonly inject: readonly Key[] = [IRouter, INode, IRenderingEngine];\n- @bindable public name: string;\n- @bindable public usedBy: string;\n- @bindable public default: string;\n- @bindable ... | TypeScript | MIT License | aurelia/aurelia | refactor(router): strict resources/viewport | 1 | refactor | router |
67,494 | 21.08.2019 15:46:32 | -7,200 | f86024d6e72a1f322e216a43dafa93085d62ad2b | refactor(router): strict browser-navigator | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ interface Call {\ninterface ForwardedState {\nsuppressPopstate?: boolean;\n- resolve?: ((value?: void | PromiseLike<void>) => void);\n+ resolve?: ((value: void | PromiseLike<void>) => void) | null;\n}\nexport class BrowserNavigator implements INavigatorS... | TypeScript | MIT License | aurelia/aurelia | refactor(router): strict browser-navigator | 1 | refactor | router |
67,494 | 21.08.2019 15:46:49 | -7,200 | a2865a601548b5cb8c1e8f4a62b5e3d8d12348f2 | refactor(router): strict navigator | [
{
"change_type": "MODIFY",
"diff": "@@ -71,15 +71,23 @@ export interface INavigatorState {\n}\nexport class Navigator {\n- public currentEntry: INavigatorInstruction = null;\n- public entries: IStoredNavigatorEntry[] = null;\n+ public currentEntry: INavigatorInstruction;\n+ public entries: IStoredNavigatorE... | TypeScript | MIT License | aurelia/aurelia | refactor(router): strict navigator | 1 | refactor | router |
438,921 | 21.08.2019 15:48:19 | -32,400 | da18d94a11d7fa325bc4390ad7054ae400de90a3 | test(core,data): Add test codes for not covered | [
{
"change_type": "MODIFY",
"diff": "@@ -79,6 +79,18 @@ describe(\"Interface & initialization\", () => {\nexpect(chart.element.classList.contains(\"bb\")).to.be.true;\n});\n+ it(\"instantiate with empty data\", () => {\n+ let threw = false;\n+\n+ try {\n+ util.generate({data: {}});\n+ } catch(e) {\n+ threw =... | TypeScript | MIT License | naver/billboard.js | test(core,data): Add test codes for not covered | 1 | test | core,data |
866,394 | 21.08.2019 15:49:58 | 14,400 | bbd3cc677ec284ce32cf36aa6725e524c7e760de | docs(react): updated package description and storybook headers | [
{
"change_type": "MODIFY",
"diff": "<meta name=\"keywords\" content=\"IBM, design, system, Carbon, design system, Bluemix, styleguide, style, guide, components, library, pattern, kit, component, cloud, React, React.js\">\n-<meta name=\"description\" content=\"This is the React implementation of the Carbon D... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | docs(react): updated package description and storybook headers | 1 | docs | react |
815,569 | 21.08.2019 15:52:06 | -28,800 | 54522e238dd90224447942f76791da3ca74bca30 | test: make sure secp-tx is committed | [
{
"change_type": "MODIFY",
"diff": "+use crate::utils::is_committed;\nuse crate::{Net, Spec};\nuse ckb_app_config::CKBAppConfig;\nuse ckb_crypto::secp::{Generator, Privkey};\n@@ -63,7 +64,19 @@ impl Spec for SendSecpTxUseDepGroup {\n.witness(witness)\n.build();\ninfo!(\"Send 1 secp tx use dep group\");\n- n... | Rust | MIT License | nervosnetwork/ckb | test: make sure secp-tx is committed | 1 | test | null |
865,916 | 21.08.2019 16:02:42 | -7,200 | a6a9f49dbf700fc807a473967100bfc462553348 | feat(client): activate hand tool on space
* adds ability to specify menu entries with custom behavior that is not triggered through the Electron menu
* add keypress and keyup event handling
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,10 @@ import {\nisShift\n} from 'diagram-js/lib/features/keyboard/KeyboardUtil';\n-import { isArray } from 'min-dash';\n+import {\n+ isArray,\n+ omit\n+} from 'min-dash';\n/**\n@@ -48,63 +51,120 @@ export default class KeyboardBindings {\nthis.undo = null;\nt... | JavaScript | MIT License | camunda/camunda-modeler | feat(client): activate hand tool on space
* adds ability to specify menu entries with custom behavior that is not triggered through the Electron menu
* add keypress and keyup event handling
Closes #321 | 1 | feat | client |
865,917 | 21.08.2019 16:23:52 | -7,200 | 36fc7dd71d79586dee0ebccd62d1ef7abbd7a17f | chore(client): bump to and
Closes | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-kzRGXGLzTROLRNCSskkOyj/+SbtTAn2unKfgB9tNt7RWJFybg/Wbe9YjK2ALotI3b64wwlCTkAalXiTiskP6dg==\"\n},\n\"bpmn-js\": {\n- \"version\": \"5.0.0\",\n- \"resolved\": \"https://registry.npmjs.org/bpmn-js/-/bpmn-js-5.0.0.tgz\",\n- \"integrity\": \"sha512-lODxfv... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): bump to bpmn-js@5.0.2 and diagram-js@5.0.1
Closes #1467 | 1 | chore | client |
679,913 | 21.08.2019 16:32:02 | -3,600 | 0c33878cc8f69daedcadd3c84a7aff753af6a1b6 | refactor(geom-closest-point): update closestPointRect/AABB (re-use)
extract closestBoxEdge() | [
{
"change_type": "MODIFY",
"diff": "@@ -228,19 +228,7 @@ export const closestPointRect = (\nbmax: ReadonlyVec,\nout: Vec = []\n) => {\n- let minD = Infinity;\n- let minID: number;\n- let minW: number;\n- for (let i = 0; i < 4; i++) {\n- const j = i >> 1;\n- const w = (i & 1 ? bmax : bmin)[j];\n- const d = M... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom-closest-point): update closestPointRect/AABB (re-use)
- extract closestBoxEdge() | 1 | refactor | geom-closest-point |
815,569 | 21.08.2019 16:43:09 | -28,800 | 08a2b18d325621596033a53ca94e6a2b3f38c562 | test: fix different_txs_with_same_input test | [
{
"change_type": "MODIFY",
"diff": "use crate::{Net, Spec};\nuse ckb_types::{\ncore::{capacity_bytes, Capacity, TransactionView},\n+ packed::CellOutputBuilder,\nprelude::*,\n};\nuse log::info;\n@@ -19,15 +20,10 @@ impl Spec for DifferentTxsWithSameInput {\nlet tx1 = node0.new_transaction(tx_hash_0.clone());... | Rust | MIT License | nervosnetwork/ckb | test: fix different_txs_with_same_input test | 1 | test | null |
942,571 | 21.08.2019 16:48:32 | 25,200 | 840340490c6a6bf65fd492d394cbebdde302c70b | fix(FormField): Add component prefix to exported enums and interfaces
Updated exports LabelPosition, LabelPositionBehavior, ErrorBehavior -> FormFieldLabelPosition,
FormFieldLabelPositionBehavior, FormFieldErrorBehavior
BREAKING CHANGE: Updated exports LabelPosition, LabelPositionBehavior, ErrorBehavior ->
FormFieldLab... | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ import TextInput from '@workday/canvas-kit-react-text-input';\n---\n-#### `LabelPosition: LabelPosition`\n+#### `LabelPosition: FormFieldLabelPosition`\n```tsx\n<TextInput labelPosition={TextInput.LabelPosition.Left} />\n@@ -121,7 +121,7 @@ Default: `und... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(FormField): Add component prefix to exported enums and interfaces #146
Updated exports LabelPosition, LabelPositionBehavior, ErrorBehavior -> FormFieldLabelPosition,
FormFieldLabelPositionBehavior, FormFieldErrorBehavior
BREAKING CHANGE: Updated exports LabelPosition, LabelPositionBehavior, ErrorBehavior ->
F... | 1 | fix | FormField |
679,913 | 21.08.2019 17:09:47 | -3,600 | 8b48a27ae3f4389dd4bbd2cddb697ad001f60c51 | fix(hiccup-svg): convertAttrib() arg order | [
{
"change_type": "MODIFY",
"diff": "@@ -125,7 +125,7 @@ const convertAttribs = (attribs: any) => {\nif (aid) {\nres[aid] = v;\n} else {\n- convertAttrib(id, v, res);\n+ convertAttrib(res, id, v);\n}\n}\nreturn res;\n",
"new_path": "packages/hiccup-svg/src/convert.ts",
"old_path": "packages/hiccup-sv... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(hiccup-svg): convertAttrib() arg order | 1 | fix | hiccup-svg |
815,609 | 21.08.2019 17:18:57 | -28,800 | b740d8c942842aed5124320d00dca7e32d4dd3e1 | chore: remove some useless code | [
{
"change_type": "MODIFY",
"diff": "@@ -13,9 +13,7 @@ pub const REGISTER_CHANNEL_SIZE: usize = 2;\npub const NOTIFY_CHANNEL_SIZE: usize = 128;\npub type MsgNewTransaction = ();\n-// pub type MsgNewTip = Arc<Block>;\npub type MsgNewUncle = Arc<UncleBlock>;\n-// pub type MsgSwitchFork = Arc<ForkBlocks>;\npub ... | Rust | MIT License | nervosnetwork/ckb | chore: remove some useless code | 1 | chore | null |
104,857 | 21.08.2019 17:38:47 | 10,800 | c0130d336bd0cc343c8de1b7c5626f1a0cd78c49 | fix(table): number column sort | [
{
"change_type": "MODIFY",
"diff": "@@ -54,14 +54,14 @@ export const getSortedData = (inputData, columnId, direction, isTimestampColumn)\nreturn -val;\n}\n}\n- if (typeof a.values[columnId] === 'string') {\n+ if (typeof a.values[columnId] === 'string' && Number.isNaN(a.values[columnId])) {\nconst compare = ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): number column sort | 1 | fix | table |
67,494 | 21.08.2019 18:01:55 | -7,200 | 9baa3899290571df2626df1d2b3d7017795f8ffd | refactor(router): strict viewport-content | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ describe('ViewportContent', function () {\ncontainer.register(Global);\nconst viewport = new ViewportContent('global', null, null, router.container as unknown as IRenderContext);\n- assert.strictEqual(viewport.componentName(), 'global', `viewport.compone... | TypeScript | MIT License | aurelia/aurelia | refactor(router): strict viewport-content | 1 | refactor | router |
304,884 | 21.08.2019 18:13:15 | 14,400 | b11d50cf02e24f6a83773cf7e4737f166cb47681 | feat(dependencies): added a SecretService interface and a new dependencies package and a basic test of functionality | [
{
"change_type": "ADD",
"diff": "+package dependencies\n+\n+import (\n+ \"context\"\n+)\n+\n+// SecretService generalizes the process of looking up secrets based on a key.\n+type SecretService interface {\n+ // LoadSecret retrieves the secret value v found at key k given the calling context ctx.\n+ LoadSecr... | Go | MIT License | influxdata/flux | feat(dependencies): added a SecretService interface and a new dependencies package and a basic test of functionality (#1692) | 1 | feat | dependencies |
679,913 | 21.08.2019 18:27:48 | -3,600 | ef0d102fecca41ce2c92521d38ddeead396c7916 | refactor(geom): add pclike(), simplify shape factory fns | [
{
"change_type": "MODIFY",
"diff": "@@ -3,18 +3,18 @@ import { cubicFromArc as _arc, cubicFromLine as _line, cubicFromQuadratic as _qu\nimport { Vec } from \"@thi.ng/vectors\";\nimport { Arc } from \"../api/arc\";\nimport { Cubic } from \"../api/cubic\";\n-import { argAttribs } from \"../internal/args\";\n+... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom): add pclike(), simplify shape factory fns | 1 | refactor | geom |
713,841 | 21.08.2019 18:29:45 | -7,200 | f140d7a93ba8eb60d3591669fd2d3eb6f370c346 | refactor(eslint-config): improve typescript rules | [
{
"change_type": "MODIFY",
"diff": "@@ -3,9 +3,9 @@ module.exports = {\nrules: {\n'@typescript-eslint/camelcase': 'off',\n'@typescript-eslint/indent': ['error', 2],\n+ '@typescript-eslint/interface-name-prefix': 'off',\n'@typescript-eslint/explicit-member-accessibility': ['warn'],\n// TODO temporal fix\n- '... | TypeScript | MIT License | verdaccio/monorepo | refactor(eslint-config): improve typescript rules | 1 | refactor | eslint-config |
104,857 | 21.08.2019 18:30:19 | 10,800 | 92c7c355730976f352d82dc6fd5aa59ee3c984b6 | fix(table): table fix and snapshots updates | [
{
"change_type": "MODIFY",
"diff": "@@ -155796,7 +155796,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots Table Custom too\nonClick={[Function]}\nonKeyDown={[Function]}\nrole=\"listbox\"\n- tabIndex={0}\n+ tabIndex={null}\n>\n<div\naria-expanded={false}\n@@ -207601,7 +207601,7 @@ exports... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): table fix and snapshots updates | 1 | fix | table |
713,841 | 21.08.2019 18:34:12 | -7,200 | ae183451756d0880acc12ae310168daf8fe1a4b0 | refactor(commons-api): clean ESLint warnings and remove adhoc rules | [
{
"change_type": "DELETE",
"diff": "-{\n- \"rules\": {\n- \"@typescript-eslint/no-use-before-define\": \"off\"\n- }\n-}\n",
"new_path": null,
"old_path": "core/commons-api/.eslintrc.json"
},
{
"change_type": "MODIFY",
"diff": "@@ -56,7 +56,7 @@ export const API_MESSAGE = {\n};\nexport co... | TypeScript | MIT License | verdaccio/monorepo | refactor(commons-api): clean ESLint warnings and remove adhoc rules | 1 | refactor | commons-api |
865,926 | 21.08.2019 18:35:36 | -7,200 | 26197739b00b731d5b709eab479151d545bc453e | feat(app): add extension point for ui plugins | [
{
"change_type": "MODIFY",
"diff": "\"events\": {\n\"version\": \"3.0.0\",\n\"resolved\": \"https://registry.npmjs.org/events/-/events-3.0.0.tgz\",\n- \"integrity\": \"sha512-Dc381HFWJzEOhQ+d8pkNon++bk9h6cdAoAj4iE6Q4y6xgTzySWXlKn05/TVNpjnfRqi/X0EpJEJohPjNI3zpVA==\",\n- \"dev\": true\n+ \"integrity\": \"sha5... | JavaScript | MIT License | camunda/camunda-modeler | feat(app): add extension point for ui plugins | 1 | feat | app |
679,913 | 21.08.2019 18:45:52 | -3,600 | df5c8812fcc234b5a4e09b10a811299ad3cd67b8 | refactor(geom): asCubic() Arc impl (re-use cubicFromArc) | [
{
"change_type": "MODIFY",
"diff": "import { IObjectOf } from \"@thi.ng/api\";\nimport { defmulti, Implementation1, MultiFn1O } from \"@thi.ng/defmulti\";\nimport { CubicOpts, IShape, Type } from \"@thi.ng/geom-api\";\n-import { closedCubicFromBreakPoints, closedCubicFromControlPoints, cubicFromArc } from \... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom): asCubic() Arc impl (re-use cubicFromArc) | 1 | refactor | geom |
104,818 | 21.08.2019 19:09:35 | 18,000 | 91eb69be914b0b1b3e518ead100c5f9ddded1ebf | feat(dashboard): add optional actions to header | [
{
"change_type": "MODIFY",
"diff": "@@ -36,6 +36,25 @@ import DashboardHeader from './DashboardHeader';\nconst propTypes = {\ntitle: PropTypes.string.isRequired,\ndescription: PropTypes.string,\n+ /** optional actions that will be rendered in the Dashboard header and used in onDashboardAction */\n+ actions:... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(dashboard): add optional actions to header | 1 | feat | dashboard |
713,841 | 21.08.2019 19:11:24 | -7,200 | 53e507b14d370050e18e7d37fdaf091d9bb75341 | refactor(file-locking): clean ESLint warnings and remove adhoc rules
In this case, there are too many `any` types that we have to take care of them.
We will remove them in a future, but it's better to have the warn there to do not forget | [
{
"change_type": "DELETE",
"diff": "-{\n- \"rules\": {\n- \"@typescript-eslint/no-var-requires\": [\"warn\"]\n- }\n-}\n",
"new_path": null,
"old_path": "core/file-locking/.eslintrc.json"
},
{
"change_type": "MODIFY",
"diff": "@@ -6,11 +6,11 @@ interface Error {\nmessage: string;\n}\n-con... | TypeScript | MIT License | verdaccio/monorepo | refactor(file-locking): clean ESLint warnings and remove adhoc rules
In this case, there are too many `any` types that we have to take care of them.
We will remove them in a future, but it's better to have the warn there to do not forget | 1 | refactor | file-locking |
713,841 | 21.08.2019 19:16:02 | -7,200 | 2aee5e5797b117033b01d5fbb139f6a4ffcb31fa | refactor(readme): clean ESLint warnings and remove adhoc rules | [
{
"change_type": "DELETE",
"diff": "-{\n- \"rules\": {\n- \"@typescript-eslint/no-var-requires\": [\"warn\"],\n- \"@typescript-eslint/explicit-function-return-type\": [\"off\"]\n- }\n-}\n",
"new_path": null,
"old_path": "core/readme/.eslintrc.json"
},
{
"change_type": "MODIFY",
"diff": "... | TypeScript | MIT License | verdaccio/monorepo | refactor(readme): clean ESLint warnings and remove adhoc rules | 1 | refactor | readme |
67,482 | 21.08.2019 19:21:16 | 25,200 | 3edb9ec01400eb6bbc88ae35b3f7e01133a1cff2 | featI(di): enhance defer to fallback reasonably if no handler found | [
{
"change_type": "MODIFY",
"diff": "@@ -778,8 +778,12 @@ export class ParameterizedRegistry implements IRegistry {\n) {}\npublic register(container: IContainer): void {\n+ if (container.has(this.key, true)) {\nconst registry = container.get<IRegistry>(this.key);\nregistry.register(container, ...this.params)... | TypeScript | MIT License | aurelia/aurelia | featI(di): enhance defer to fallback reasonably if no handler found | 1 | feati | di |
713,841 | 21.08.2019 19:26:51 | -7,200 | d1e7b58105500025cb248c075645949937f465a2 | refactor(streams): clean ESLint warnings and remove adhoc rules
In this case, there are too many `any` type that we have to take care of them.
Also, there are some methods unimplemented that warns.
We will fix them in a future, but it's better to have the warn to do not forget | [
{
"change_type": "MODIFY",
"diff": "{\n\"rules\": {\n- \"@typescript-eslint/interface-name-prefix\": \"off\",\n\"@typescript-eslint/no-use-before-define\": \"off\"\n}\n}\n",
"new_path": "core/streams/.eslintrc.json",
"old_path": "core/streams/.eslintrc.json"
},
{
"change_type": "MODIFY",
... | TypeScript | MIT License | verdaccio/monorepo | refactor(streams): clean ESLint warnings and remove adhoc rules
In this case, there are too many `any` type that we have to take care of them.
Also, there are some methods unimplemented that warns.
We will fix them in a future, but it's better to have the warn to do not forget | 1 | refactor | streams |
104,857 | 21.08.2019 19:29:40 | 10,800 | 7df706aa9528850ff32c794f4482de6c7eed4ec1 | fix(table): remove logs and add reducer test | [
{
"change_type": "MODIFY",
"diff": "@@ -35,13 +35,13 @@ export const filterData = (data, filters) =>\nfilters.reduce(\n(acc, { columnId, value }) =>\nacc &&\n- ((!isNil(values[columnId]) && // only if the values is not null/undefined\n+ (!isNil(values[columnId]) && // only if the values is not null/undefine... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): remove logs and add reducer test | 1 | fix | table |
791,690 | 21.08.2019 19:29:49 | 18,000 | 1aa9f076e65986fa30749b6e75ca3a95e14abb02 | core(gather-runner): only fail for mainRecord interstitials | [
{
"change_type": "ADD",
"diff": "+<html>\n+ <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\">\n+ <body>\n+ <h1>I have a bad iframe!</h1>\n+ <iframe src=\"https://expired.badssl.com\"></iframe>\n+ </body>\n+</html>\n",
"new_path": "lighthouse-cli/test/fixtures/bads... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(gather-runner): only fail for mainRecord interstitials (#9576) | 1 | core | gather-runner |
104,857 | 21.08.2019 19:30:40 | 10,800 | edc19b20d5643fbbc206dc9fe4cd5a6e847c6c14 | fix(table): remove reducer case | [
{
"change_type": "MODIFY",
"diff": "@@ -52,18 +52,6 @@ describe('table reducer testcases', () => {\ntest('TABLE_FILTER_CLEAR', () => {\nexpect(tableReducer(initialState, tableFilterClear()).view.filters).toEqual([]);\n});\n- // test('TABLE_FILTER_APPLY filter with invalid column id', () => {\n- // const upd... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): remove reducer case | 1 | fix | table |
713,841 | 21.08.2019 19:44:40 | -7,200 | d6caad21d90eb67ab2b3a203d64305e281031605 | refactor(active-directory): clean ESLint warnings and remove adhoc rules | [
{
"change_type": "MODIFY",
"diff": "@@ -56,7 +56,10 @@ class ActiveDirectoryPlugin implements IPluginAuth<ActiveDirectoryConfig> {\nconst requestedGroups = Array.isArray(groupName) ? groupName : [groupName];\nconst matchingGroups = requestedGroups.filter((requestedGroup): boolean =>\n- groups.some((group: a... | TypeScript | MIT License | verdaccio/monorepo | refactor(active-directory): clean ESLint warnings and remove adhoc rules | 1 | refactor | active-directory |
713,841 | 21.08.2019 19:56:22 | -7,200 | 3a58053ff6690313b0e2631216a16123a3f0868c | refactor(verdaccio-audit): clean ESLint warnings and remove adhoc rules | [
{
"change_type": "MODIFY",
"diff": "import request from 'request';\nimport express, { Request, Response } from 'express';\n-import { Logger, IPluginMiddleware, IBasicAuth, IStorageManager, PluginOptions } from '@verdaccio/types';\n+import { Logger, IPluginMiddleware, IBasicAuth, PluginOptions } from '@verda... | TypeScript | MIT License | verdaccio/monorepo | refactor(verdaccio-audit): clean ESLint warnings and remove adhoc rules | 1 | refactor | verdaccio-audit |
67,516 | 21.08.2019 20:49:13 | -7,200 | 1e17772479dda3325f758cf3943deb35314bfcf8 | chore(i18n): added new typeOf assertion | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ describe('TranslationParametersAttributePattern', function () {\n(TranslationParametersAttributePattern.prototype as unknown as IAttributePattern).$patternDefs,\n[{ pattern, symbols: '' }] as AttributePatternDefinition[]);\n- assert.equal(typeof sut[patt... | TypeScript | MIT License | aurelia/aurelia | chore(i18n): added new typeOf assertion | 1 | chore | i18n |
679,913 | 21.08.2019 20:53:05 | -3,600 | deb3064f9c2e7fb1aee447bdd3248f5bd3cfb1b0 | minor(geom-isec): update formatting rayRect/rayBox | [
{
"change_type": "MODIFY",
"diff": "@@ -21,13 +21,14 @@ const rayRect = (\nbmin: ReadonlyVec,\nbmax: ReadonlyVec\n) => {\n- let p = rpos[0],\n- d = 1 / dir[0];\n+ let p = rpos[0];\n+ let d = 1 / dir[0];\nlet t1 = (bmin[0] - p) * d;\nlet t2 = (bmax[0] - p) * d;\nlet tmin = min(t1, t2);\nlet tmax = max(t1, t2... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(geom-isec): update formatting rayRect/rayBox | 1 | minor | geom-isec |
679,913 | 21.08.2019 20:53:33 | -3,600 | ded89c27816a739e03d72b989afb1d6248b2c7a8 | feat(errors): add defError(), refactor all existing, update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -9,11 +9,11 @@ This project is part of the\n## About\n-Custom error types and helper fns used by many packages in this repo.\n+Custom error types (extending `Error`) and helper functions used by most\n+other packages in this repo.\n-This feature was previously part of ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(errors): add defError(), refactor all existing, update readme | 1 | feat | errors |
679,913 | 21.08.2019 21:11:37 | -3,600 | bc201350f039774171b4f27e1abfb253dc90c2eb | refactor(geom): update PCLike copy() impls, add copyShape() helper | [
{
"change_type": "MODIFY",
"diff": "import { IHiccupPathSegment, Type } from \"@thi.ng/geom-api\";\n-import { copyVectors } from \"@thi.ng/vectors\";\n-import { copyAttribs } from \"../internal/copy-attribs\";\n+import { copyShape } from \"../internal/copy-shape\";\nimport { APC } from \"./apc\";\nexport cl... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom): update PCLike copy() impls, add copyShape() helper | 1 | refactor | geom |
713,841 | 21.08.2019 21:19:30 | -7,200 | ba152e6c5b985266cfa626d065be96d09c0a03f4 | refactor(verdaccio-auth-memory): clean ESLint warnings and remove adhoc rules | [
{
"change_type": "DELETE",
"diff": "-{\n- \"rules\": {\n- \"@typescript-eslint/no-non-null-assertion\": \"off\"\n- }\n-}\n",
"new_path": null,
"old_path": "plugins/auth-memory/.eslintrc.json"
},
{
"change_type": "MODIFY",
"diff": "@@ -9,14 +9,14 @@ export default class Memory implements ... | TypeScript | MIT License | verdaccio/monorepo | refactor(verdaccio-auth-memory): clean ESLint warnings and remove adhoc rules | 1 | refactor | verdaccio-auth-memory |
135,449 | 21.08.2019 21:24:20 | -7,200 | 4758976fe511f37ef7af26e4655290afd3084730 | docs: add simple setup test | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,19 @@ Using `commit-msg` gives us exactly what we want: It is executed whenever a new\n## Test\n+### Test simple usage\n+\n+For a first simple usage test of commlitlint you can do the following:\n+\n+```bash\n+npx commitlint --from HEAD~1 --to HEAD --verbose\... | TypeScript | MIT License | conventional-changelog/commitlint | docs: add simple setup test #775 | 1 | docs | null |
135,449 | 21.08.2019 21:39:36 | -7,200 | 23abaeb752c5095b53932069b7be8843e1e9f0a4 | docs: update alias links | [
{
"change_type": "MODIFY",
"diff": "# commitlint-config-angular\n-> Alias of [@commitlint/config-angular](../../@commitlint/config-angular)\n+> Alias of [@commitlint/config-angular](https://www.npmjs.com/package/@commitlint/config-angular)\n",
"new_path": "@alias/commitlint-config-angular/README.md",
... | TypeScript | MIT License | conventional-changelog/commitlint | docs: update alias links #776 | 1 | docs | null |
67,482 | 21.08.2019 21:44:20 | 25,200 | 135f4a61d276972ec16c452865136030d6abb496 | test(di): add defer test for new fallback behavior | [
{
"change_type": "MODIFY",
"diff": "@@ -805,4 +805,20 @@ describe('defer registration', () => {\nassert.strictEqual(service.data, data);\n});\n+\n+ it(`passes the params to the container's register method if no handler is found`, () => {\n+ const container = DI.createContainer();\n+ const data = {\n+ wasCal... | TypeScript | MIT License | aurelia/aurelia | test(di): add defer test for new fallback behavior | 1 | test | di |
67,482 | 21.08.2019 22:02:08 | 25,200 | ee6f03ffb56d01018c479263e7365eaccae50dff | feat(ViewLocator): enable custom view selector functions | [
{
"change_type": "MODIFY",
"diff": "-import { ComposableObject, IViewLocator } from '../../templating/view';\n+import { ComposableObject, IViewLocator, ViewSelector } from '../../templating/view';\nimport { valueConverter } from '../value-converter';\n@valueConverter('view')\nexport class ViewValueConverter... | TypeScript | MIT License | aurelia/aurelia | feat(ViewLocator): enable custom view selector functions | 1 | feat | ViewLocator |
815,573 | 21.08.2019 22:04:44 | -28,800 | bf0d33f37e3acaa806f5d397381da44e613f70b5 | fix: Use new serialization to calculate type_id (include since) | [
{
"change_type": "MODIFY",
"diff": "use crate::{ScriptError, ScriptGroup};\n-use byteorder::{ByteOrder, LittleEndian};\nuse ckb_hash::new_blake2b;\nuse ckb_types::{\ncore::{cell::ResolvedTransaction, Cycle},\n@@ -58,31 +57,25 @@ impl<'a> TypeIdSystemScript<'a> {\n// 2. Cell index of the first CellInput's Ou... | Rust | MIT License | nervosnetwork/ckb | fix: Use new serialization to calculate type_id (include since) | 1 | fix | null |
151,430 | 21.08.2019 22:08:37 | 25,200 | 5dbe843b215d9c29d7615584adfbc6253e788386 | refactor(window-events): update windowEnter event | [
{
"change_type": "MODIFY",
"diff": "@@ -5,22 +5,22 @@ const EVENTS = {\n*/\nwindowLeft: 'windowLeft',\n/**\n- * `windowEntered` - Fires when visitor enters the window.\n+ * `windowEnter` - Fires when visitor enters the window.\n* This fires only when coming back into the window after leaving it.\n*/\n- wind... | JavaScript | MIT License | davidwells/analytics | refactor(window-events): update windowEnter event | 1 | refactor | window-events |
151,430 | 21.08.2019 22:15:41 | 25,200 | 4945ffa8d0f6c84e9f1a96948eec4e6bcf25c077 | docs(window-events): update usage docs | [
{
"change_type": "MODIFY",
"diff": "## Usage\n```bash\n-npm install analytics analytics-plugin-window-events\n+npm install analytics\n+npm install analytics-plugin-window-events\n```\n+After installing the plugin, the `windowLeft` and `windowEnter` events will fire.\n+\n+You can listen to these events via a... | JavaScript | MIT License | davidwells/analytics | docs(window-events): update usage docs | 1 | docs | window-events |
151,430 | 21.08.2019 22:24:02 | 25,200 | e61f1a301186b0ceb009cda14a0c25d2f4c55fd9 | refactor(simple-analytics): stub out custom event support | [
{
"change_type": "MODIFY",
"diff": "-/**\n- * Browser implementation\n- */\n+/* global sa */\nconst config = {}\n@@ -15,6 +13,7 @@ export default function simpleAnalyticsPlugin(userConfig) {\n...config,\n...userConfig\n},\n+ // https://docs.simpleanalytics.com/script\ninitialize: ({ config }) => {\nconst sr... | JavaScript | MIT License | davidwells/analytics | refactor(simple-analytics): stub out custom event support | 1 | refactor | simple-analytics |
104,818 | 21.08.2019 22:28:14 | 18,000 | a27bf6cf34aad144dd8c4bcf480f5c38c521ccee | fix(dashboard): a few small style fixes to the dashboard | [
{
"change_type": "MODIFY",
"diff": "@@ -97,7 +97,7 @@ const StyledActions = styled.div`\ndisplay: flex;\nflex-flow: row;\nflex-grow: 0;\n- padding-top: 1rem;\n+ align-items: center;\n> div + div {\nmargin-left: 1rem;\n}\n",
"new_path": "src/components/Dashboard/DashboardHeader.jsx",
"old_path": "src... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(dashboard): a few small style fixes to the dashboard | 1 | fix | dashboard |
217,922 | 21.08.2019 22:35:53 | -7,200 | 2f78b46dea677b87011fe77d4480fcebd6271648 | feat(navigation): added total of items needed for a given navigation step | [
{
"change_type": "MODIFY",
"diff": "<ng-template #rowContent>\n<div fxLayout=\"row\" fxLayoutGap=\"5px\" fxLayoutAlign=\"flex-end center\">\n<div *ngIf=\"step.type !== undefined && markedAsDone.indexOf(step) === -1\">\n- {{('NAVIGATION.STEP.' + step.type) | translate: { amount: step.item_amount } }}\n+ {{('... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(navigation): added total of items needed for a given navigation step | 1 | feat | navigation |
151,430 | 21.08.2019 22:37:26 | 25,200 | 92011d6c0b0c41859100e49946216ffa95a0b600 | docs: update dnt docs | [
{
"change_type": "MODIFY",
"diff": "@@ -7,23 +7,16 @@ description: Using the do not track plugin\nThis [analytics](https://www.npmjs.com/package/analytics) plugin will disable `page`, `track`, & `identify` calls for visitors using [Do Not Track](https://caniuse.com/#feat=do-not-track).\n-<!-- AUTO-GENERATED... | JavaScript | MIT License | davidwells/analytics | docs: update dnt docs | 1 | docs | null |
815,573 | 21.08.2019 22:38:50 | -28,800 | 1185ba309e3cb44c048017fde5b73fb6e49c26b5 | fix: Fix check_type_id_creation test | [
{
"change_type": "MODIFY",
"diff": "@@ -2,13 +2,9 @@ use crate::{ScriptError, ScriptGroup};\nuse ckb_hash::new_blake2b;\nuse ckb_types::{\ncore::{cell::ResolvedTransaction, Cycle},\n- h256,\nprelude::*,\n- H256,\n};\n-// \"TYPE_ID\" in hex\n-pub const TYPE_ID_CODE_HASH: H256 = h256!(\"0x545950455f4944\");\n... | Rust | MIT License | nervosnetwork/ckb | fix: Fix check_type_id_creation test | 1 | fix | null |
104,818 | 21.08.2019 22:46:49 | 18,000 | f9134871d5ff6496497846dff04486f5234c4460 | fix(dashboardheader): add keys to actions | [
{
"change_type": "MODIFY",
"diff": "@@ -130,6 +130,7 @@ const DashboardHeader = ({\n<StyledActions>\n{actions.map(action => (\n<div\n+ key={action.id}\ntabIndex={0}\nrole=\"button\"\nonClick={() => onDashboardAction(action.id)}\n",
"new_path": "src/components/Dashboard/DashboardHeader.jsx",
"old_pat... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(dashboardheader): add keys to actions | 1 | fix | dashboardheader |
151,430 | 21.08.2019 23:43:44 | 25,200 | b496c1fabd70f46d15473dbefe61221e40feae5f | docs: update demo site styles | [
{
"change_type": "MODIFY",
"diff": "}\n.navigation a {\ndisplay: flex;\n- margin-left: 10px;\n+ margin-left: 15px;\n+ text-decoration: none;\n+ font-weight: 500;\n+ letter-spacing: -.5px;\n+\n+}\n+.navigation a:hover {\n+ color: #000;\n}\n.navigation a:first-of-type {\nmargin-left: 0px;\n",
"new_path": ... | JavaScript | MIT License | davidwells/analytics | docs: update demo site styles | 1 | docs | null |
151,430 | 22.08.2019 00:27:14 | 25,200 | 2ce3406524a88aa11746e662489f22cab03a55b2 | docs: update example docs | [
{
"change_type": "MODIFY",
"diff": "display: flex;\nmargin-left: 15px;\ntext-decoration: none;\n- font-weight: 500;\n+ font-weight: 400;\nletter-spacing: -.5px;\n-\n}\n.navigation a:hover {\ncolor: #000;\n.navigation a:first-of-type {\nmargin-left: 0px;\n}\n+@media (max-width: 768px) {\n+ .doc-link {\n+ dis... | JavaScript | MIT License | davidwells/analytics | docs: update example docs | 1 | docs | null |
67,494 | 22.08.2019 00:36:20 | -7,200 | 7f5df71284872186d32b673438cbe81773713421 | refactor(router): strict instruction-resolver | [
{
"change_type": "MODIFY",
"diff": "@@ -4,22 +4,23 @@ export interface IInstructionResolverOptions {\nseparators?: IRouteSeparators;\n}\n-export interface IRouteSeparators {\n- viewport?: string;\n- sibling?: string;\n- scope?: string;\n- noScope?: string;\n- parameters?: string;\n- parametersEnd?: string;\... | TypeScript | MIT License | aurelia/aurelia | refactor(router): strict instruction-resolver | 1 | refactor | router |
67,494 | 22.08.2019 00:44:42 | -7,200 | 41579d2f68525fd37f7736a7dfb1f87df51fafaf | refactor(router): strict type-resolvers | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ export const ComponentAppellationResolver = {\nreturn ((component as IRouteableComponent).constructor as ICustomElementType).description.name;\n}\n},\n- getType: function <T extends Constructable>(component: T & ComponentAppellation): IRouteableComponent... | TypeScript | MIT License | aurelia/aurelia | refactor(router): strict type-resolvers | 1 | refactor | router |
151,430 | 22.08.2019 01:02:59 | 25,200 | e717443b657122190f5320606c36cfa4d7e1580a | docs: make mobile friendly | [
{
"change_type": "MODIFY",
"diff": ".log-wrapper {\n-\n}\n-.log {\n+.log, .log-data, .log-event {\nfont-size: 12px;\n}\n.log-header, .log-item {\npadding: 1px 5px;\npadding-right: 0px;\n}\n+\n+@media (max-width: 768px) {\n+ .log-wrapper {\n+ max-width: 100%;\n+ }\n+ .log-data, .log-header-data {\n+ display:... | JavaScript | MIT License | davidwells/analytics | docs: make mobile friendly | 1 | docs | null |
67,494 | 22.08.2019 01:17:11 | -7,200 | a149b64799945e8810531cebe0865164d6f4b8d8 | refactor(router): strict link-handler | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ export interface ILinkHandlerOptions {\n/**\n* Callback method for when a link is clicked\n*/\n- callback?(info: AnchorEventInfo): void;\n+ callback(info: AnchorEventInfo): void;\n}\n/**\n@@ -21,18 +21,18 @@ export interface AnchorEventInfo {\n/**\n* The h... | TypeScript | MIT License | aurelia/aurelia | refactor(router): strict link-handler | 1 | refactor | router |
67,494 | 22.08.2019 01:21:28 | -7,200 | 20250c69432f434b1db36712c10bb275d8a677ab | refactor(router): strict utils | [
{
"change_type": "MODIFY",
"diff": "import { CustomElementHost } from '@aurelia/runtime';\n-export function closestCustomElement(element: CustomElementHost<Element>): CustomElementHost {\n- while (element) {\n- if ((element).$controller) {\n+export function closestCustomElement(element: CustomElementHost<El... | TypeScript | MIT License | aurelia/aurelia | refactor(router): strict utils | 1 | refactor | router |
67,494 | 22.08.2019 01:33:47 | -7,200 | 217ed086f8c577fefb4dc8788b72cec0f547aacd | refactor(router): strict queue | [
{
"change_type": "MODIFY",
"diff": "@@ -23,10 +23,10 @@ export interface IQueueOptions {\nexport class Queue<T> {\npublic isActive: boolean = false;\npublic readonly pending: QueueItem<T>[] = [];\n- public processing: QueueItem<T> = null;\n- public allowedExecutionCostWithinTick: number = null;\n+ public pr... | TypeScript | MIT License | aurelia/aurelia | refactor(router): strict queue | 1 | refactor | router |
67,494 | 22.08.2019 01:46:32 | -7,200 | ed29cdd48470cf0a09ce343930e9a8da8488e128 | refactor(router): strict parser | [
{
"change_type": "MODIFY",
"diff": "@@ -130,10 +130,7 @@ export class InstructionResolver {\nlet unique: string[] = [];\nif (sorted.length) {\n- const s = sorted.shift();\n- if (s) {\n- unique.push(s);\n- }\n+ unique.push(sorted.shift() as string);\nwhile (sorted.length) {\nconst state = sorted.shift();\nif... | TypeScript | MIT License | aurelia/aurelia | refactor(router): strict parser | 1 | refactor | router |
866,393 | 22.08.2019 07:12:37 | -32,400 | 4ca01e86dfc8c652cb54363c1d29758963d15db3 | chore(build): introduce d.ts files
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ const sass = require('gulp-sass');\nconst plumber = require('gulp-plumber');\nconst postcss = require('gulp-postcss');\nconst prettier = require('gulp-prettier');\n+const typescript = require('gulp-typescript');\nconst through2 = require('through2');\ncons... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(build): introduce d.ts files (#98)
Fixes #90. | 1 | chore | build |
866,393 | 22.08.2019 07:14:22 | -32,400 | 0f22f9dd4e607f37617504123523a9631a8cac9c | chore(components): apply decorator
To more places.
This change also ensures "clear selection" button of multi select is
not selected after hitting up/arrow keys, given such gesture means that
user is no longer interested in the "clear selection" button. | [
{
"change_type": "MODIFY",
"diff": "@@ -113,10 +113,10 @@ A component variant with different options can be created by creating a derived\n#### Areas to make them configurable as component options\n-| Area | Example of component option (static property) name |\n-| -------------------------------------------... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(components): apply @query decorator (#92)
To more places.
This change also ensures "clear selection" button of multi select is
not selected after hitting up/arrow keys, given such gesture means that
user is no longer interested in the "clear selection" button. | 1 | chore | components |
67,494 | 22.08.2019 08:52:11 | -7,200 | 9e1a136e187d77c5e3d425f6d694db2933cec443 | refactor(router): strict guard | [
{
"change_type": "MODIFY",
"diff": "-import { Constructable } from '@aurelia/kernel';\nimport { GuardIdentity, GuardTypes, IGuardOptions, } from './guardian';\n-import { GuardFunction, GuardTarget, IComponentAndOrViewportOrNothing, INavigatorInstruction, IRouteableComponentType } from './interfaces';\n+impo... | TypeScript | MIT License | aurelia/aurelia | refactor(router): strict guard | 1 | refactor | router |
67,494 | 22.08.2019 09:20:23 | -7,200 | 21d9409a09b5f9bff6efff621722d1097086d825 | refactor(router): strict guardian | [
{
"change_type": "MODIFY",
"diff": "@@ -37,11 +37,11 @@ export class Guardian {\nreturn this.lastIdentity;\n}\n- public removeGuard(id: GuardIdentity): Guard {\n+ public removeGuard(id: GuardIdentity): void {\nfor (const type in this.guards) {\n- const index = this.guards[type].findIndex(guard => guard.id =... | TypeScript | MIT License | aurelia/aurelia | refactor(router): strict guardian | 1 | refactor | router |
67,494 | 22.08.2019 09:31:11 | -7,200 | ce4b87efcbdc9e785dc6a994235e0f9d09bb184c | refactor(router): strict nav-route | [
{
"change_type": "MODIFY",
"diff": "@@ -5,14 +5,14 @@ import { ComponentAppellationResolver, NavigationInstructionResolver } from './t\nimport { ViewportInstruction } from './viewport-instruction';\nexport class NavRoute {\n- public instructions: ViewportInstruction[];\n+ public instructions: ViewportInstru... | TypeScript | MIT License | aurelia/aurelia | refactor(router): strict nav-route | 1 | refactor | router |
67,494 | 22.08.2019 09:37:27 | -7,200 | 9c24faad999a7584d57cf42a331e56b2d934d7de | refactor(router): strict resources/nav | [
{
"change_type": "MODIFY",
"diff": "@@ -33,29 +33,20 @@ export interface INavClasses {\n</ul>\n</template>` })\nexport class NavCustomElement {\n- @bindable public name: string;\n- @bindable public routes: NavRoute[];\n- @bindable public level: number;\n- @bindable public classes: INavClasses;\n+ @bindable ... | TypeScript | MIT License | aurelia/aurelia | refactor(router): strict resources/nav | 1 | refactor | router |
67,474 | 22.08.2019 10:32:35 | -36,000 | 082b83bac44a019ea6362b9dc3017500421b8c7b | feat(plugin-conventions): always wrap others resources in defer
Wrap other resources (not .html/.js/.ts) in Registration.defer, this will help CSSModule usage in html template. | [
{
"change_type": "MODIFY",
"diff": "@@ -27,11 +27,12 @@ export function getHTMLOnlyElement() {\nimport * as h0 from \"./hello-world.html\";\nconst d0 = h0.getHTMLOnlyElement();\nimport * as d1 from \"foo\";\n-import \"./foo-bar.scss\";\n+import { Registration } from '@aurelia/kernel';\n+import d2 from \"./f... | TypeScript | MIT License | aurelia/aurelia | feat(plugin-conventions): always wrap others resources in defer
Wrap other resources (not .html/.js/.ts) in Registration.defer, this will help CSSModule usage in html template. | 1 | feat | plugin-conventions |
67,494 | 22.08.2019 10:42:36 | -7,200 | 79d7d7b777be581a5e400db64cf1f85883b02883 | refactor(router): strict viewport | [
{
"change_type": "MODIFY",
"diff": "@@ -19,8 +19,8 @@ export interface IRouteableComponent<T extends INode = INode> extends IViewModel\nreentryBehavior?: ReentryBehavior;\ncanEnter?(parameters: string[] | Record<string, string>, nextInstruction: INavigatorInstruction, instruction: INavigatorInstruction): bo... | TypeScript | MIT License | aurelia/aurelia | refactor(router): strict viewport | 1 | refactor | router |
679,913 | 22.08.2019 11:10:29 | -3,600 | 4ebf20ef4dbd46e531dfa82ed9441ed6a7cd91e6 | refactor(rstream-log): fix add shared log() method | [
{
"change_type": "MODIFY",
"diff": "@@ -49,37 +49,27 @@ export class Logger extends StreamMerge<LogEntry, LogEntry> implements ILogger {\n}\nfine(...args: any[]) {\n- this.level <= LogLevel.FINE &&\n- super.next(<LogEntry>[LogLevel.FINE, this.id, Date.now(), ...args]);\n+ this.log(LogLevel.FINE, args);\n}\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-log): fix #121, add shared log() method | 1 | refactor | rstream-log |
104,857 | 22.08.2019 11:10:55 | 10,800 | 25c45a435c73323f38501d807487d279f551ca45 | fix(table): correct fix issue | [
{
"change_type": "MODIFY",
"diff": "@@ -54,7 +54,7 @@ export const getSortedData = (inputData, columnId, direction, isTimestampColumn)\nreturn -val;\n}\n}\n- if (typeof a.values[columnId] === 'string' && !Number.isNaN(a.values[columnId])) {\n+ if (typeof a.values[columnId] === 'string' && !Number(a.values[c... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): correct fix issue | 1 | fix | table |
306,392 | 22.08.2019 11:15:39 | -7,200 | 1adeb46e34a1d15e3318fdd15906fa2712931d16 | fix(lion-radio-group): handle unchecked state | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,8 @@ export class LionRadioGroup extends LionFieldset {\n}\nget serializedValue() {\n- return this._getCheckedRadioElement().serializedValue;\n+ const el = this._getCheckedRadioElement();\n+ return el ? el.serializedValue : '';\n}\nset serializedValue(value) ... | JavaScript | MIT License | ing-bank/lion | fix(lion-radio-group): handle unchecked state | 1 | fix | lion-radio-group |
791,704 | 22.08.2019 11:38:27 | 25,200 | d17ce87af1dc37cb1822dc5d406394f9d4fee610 | misc: update favicon to new logo | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ limitations under the License.\n<head>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\">\n- <link rel=\"icon\" href=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAA... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: update favicon to new logo (#9591) | 1 | misc | null |
942,581 | 22.08.2019 11:53:28 | 21,600 | 329084adb5923c33bf7434f172910b7d9ff11e41 | fix: Add code-coverage to *.ts files | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,8 @@ module.exports = {\nverbose: true,\ncollectCoverage: true,\ncollectCoverageFrom: [\n- 'modules/**/*.{tsx,}',\n+ 'modules/**/*.{tsx,ts}',\n+ '!modules/**/*.d.ts',\n'!**/header/**/lib/Header.tsx',\n'!**/common/**/ControlledComponentWrapper.tsx',\n'!**/common... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix: Add code-coverage to *.ts files (#148) | 1 | fix | null |
730,429 | 22.08.2019 11:56:44 | 14,400 | 23d44a61f543236b49dd523257fa1dd9fd813022 | feat(widget-space): remove deprecated destinations props
BREAKING CHANGE: The deprecated destination props are no
longer supported: "spaceId", "toPersonEmail", and "toPersonId".
Destination must use the "destinationId" and "destinationType" props. | [
{
"change_type": "MODIFY",
"diff": "@@ -25,14 +25,6 @@ If the destination type is either \"userId\" or \"spaceId\", you can pass the UUID o\nIf the destination type is \"sip\", you can pass a SIP URI.\n-## Legacy Properties\n-\n-Previously, the space widget accepted different properties for different destin... | JavaScript | MIT License | webex/react-widgets | feat(widget-space): remove deprecated destinations props
BREAKING CHANGE: The deprecated destination props are no
longer supported: "spaceId", "toPersonEmail", and "toPersonId".
Destination must use the "destinationId" and "destinationType" props. | 1 | feat | widget-space |
104,857 | 22.08.2019 11:57:26 | 10,800 | 6745ee5df7c20373504bf6cd27729d0c0ddc179f | fix(tablecard): support custom labels for severity column | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import fileDownload from 'js-file-download';\nimport isNil from 'lodash/isNil';\nimport uniqBy from 'lodash/uniqBy';\nimport cloneDeep from 'lodash/cloneDeep';\n+import capitalize from 'lodash/capitalize';\nimport { CardPropTypes, TableCardPropTypes } from... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tablecard): support custom labels for severity column | 1 | fix | tablecard |
104,857 | 22.08.2019 11:58:33 | 10,800 | 3e795dc24611035a5f32e107314d9da644cac6d6 | fix(table): prop types | [
{
"change_type": "MODIFY",
"diff": "@@ -99,6 +99,7 @@ export const TableCardPropTypes = {\ncomparison: PropTypes.oneOf(['<', '>', '=', '<=', '>=']).isRequired,\nvalue: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,\nseverity: PropTypes.oneOf([1, 2, 3]),\n+ label: PropTypes.string,\n})... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): prop types | 1 | fix | table |
67,494 | 22.08.2019 12:05:47 | -7,200 | b0b0446030d0eeba2ef881aa566ee13fc3567417 | refactor(router): strict scope | [
{
"change_type": "MODIFY",
"diff": "@@ -54,7 +54,7 @@ export interface IRouter {\n// Called from the viewport custom element in attached()\naddViewport(name: string, element: Element, context: IRenderContext, options?: IViewportOptions): Viewport;\n// Called from the viewport custom element\n- removeViewpor... | TypeScript | MIT License | aurelia/aurelia | refactor(router): strict scope | 1 | refactor | router |
679,913 | 22.08.2019 12:07:24 | -3,600 | 5214f9a7d32732cb120b30dd8faefa4425ec7bb2 | feat(rstream-graph): add node2(), update sub/div | [
{
"change_type": "MODIFY",
"diff": "-import { IObjectOf } from \"@thi.ng/api\";\n+import { IObjectOf, Tuple } from \"@thi.ng/api\";\nimport { IAtom } from \"@thi.ng/atom\";\nimport { isFunction, isPlainObject, isString } from \"@thi.ng/checks\";\nimport { illegalArgs } from \"@thi.ng/errors\";\n@@ -270,6 +2... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-graph): add node2(), update sub/div | 1 | feat | rstream-graph |
711,597 | 22.08.2019 12:32:41 | -7,200 | 2f8af7c804d549a13391b769c6ab05818a0691e0 | fix(elasticsearch-plugin): Correctly report facetValue counts | [
{
"change_type": "MODIFY",
"diff": "@@ -104,8 +104,8 @@ export class ElasticsearchService {\n},\n};\nconst { body }: { body: SearchResponseBody<VariantIndexItem> } = await this.client.search({\n- index: indexPrefix + VARIANT_INDEX_NAME,\n- type: VARIANT_INDEX_TYPE,\n+ index: indexPrefix + (input.groupByProd... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(elasticsearch-plugin): Correctly report facetValue counts | 1 | fix | elasticsearch-plugin |
217,922 | 22.08.2019 12:32:46 | -7,200 | e7faf4efe6ad8ea5c78ebc84a79fbadf66646cc5 | chore(functions): changed the way we build functions for better pricing in GCP | [
{
"change_type": "MODIFY",
"diff": "}\n]\n},\n+ \"functions\": {\n+ \"optimization\": true,\n+ \"outputHashing\": \"all\",\n+ \"sourceMap\": false,\n+ \"extractCss\": true,\n+ \"namedChunks\": false,\n+ \"aot\": true,\n+ \"extractLicenses\": true,\n+ \"vendorChunk\": false,\n+ \"buildOptimizer\": true,\n+ \... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(functions): changed the way we build functions for better pricing in GCP | 1 | chore | functions |
711,597 | 22.08.2019 13:24:30 | -7,200 | 3a5aff4a4bf17ff94b8dec9a7f3c35527679458f | feat(elasticsearch-plugin): Allow facetValues size to be configured | [
{
"change_type": "MODIFY",
"diff": "@@ -100,7 +100,10 @@ export class ElasticsearchService {\nelasticSearchBody.size = 0;\nelasticSearchBody.aggs = {\nfacetValue: {\n- terms: { field: 'facetValueIds.keyword' },\n+ terms: {\n+ field: 'facetValueIds.keyword',\n+ size: this.options.facetValueMaxSize,\n+ },\n},... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(elasticsearch-plugin): Allow facetValues size to be configured | 1 | feat | elasticsearch-plugin |
679,913 | 22.08.2019 13:40:17 | -3,600 | d5fd4b4db759d26270491c38334f1e4258a74c4f | fix(rstream): update StreamSync.remove(), refactor ctor
remove ID from invRealSourceIDs
update ctor xform init, avoid one level of comp() if opts.xform given | [
{
"change_type": "MODIFY",
"diff": "@@ -4,8 +4,7 @@ import {\ncomp,\nlabeled,\nmapVals,\n- partitionSync,\n- Transducer\n+ partitionSync\n} from \"@thi.ng/transducers\";\nimport {\nCloseMode,\n@@ -121,24 +120,21 @@ export class StreamSync<A, B> extends Subscription<A, B> {\nsourceIDs: Set<string>;\nconstruc... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(rstream): update StreamSync.remove(), refactor ctor
- remove ID from invRealSourceIDs
- update ctor xform init, avoid one level of comp() if opts.xform given | 1 | fix | rstream |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.