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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
127,946 | 04.06.2019 07:33:03 | -10,800 | 4b6296416a0ed0f3c3eb5690d00881a62abfb35d | feat(button): button succes & oops states | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import isPropValid from '@emotion/is-prop-valid';\nimport rem from 'polished/lib/helpers/rem';\nimport { border, typography, base, colors } from '@heathmont/sportsbet-tokens';\nimport { spacing, disabled } from '@heathmont/sportsbet-utils';\n+import { Icon... | TypeScript | MIT License | coingaming/moon-design | feat(button): button succes & oops states | 1 | feat | button |
127,946 | 04.06.2019 08:16:37 | -10,800 | 998c02203d6a0836e9b4693d93c8b760e8acaf46 | feat(button): introduce sizes | [
{
"change_type": "MODIFY",
"diff": "@@ -89,6 +89,24 @@ To be used where the the button would be a optional call to action.\n</Button>\n```\n+### Sizes\n+\n+```jsx react-live\n+<Button modifier=\"primary\" size=\"xsmall\">\n+ Xsmall\n+</Button>\n+<Button modifier=\"primary\" size=\"small\" >\n+ Small\n+</But... | TypeScript | MIT License | coingaming/moon-design | feat(button): introduce sizes | 1 | feat | button |
749,516 | 04.06.2019 09:00:55 | 25,200 | 5e9c02bbe402e8af28bcf746b21b2df37594f257 | chore(forms): add deprecation notices to checkboxes, radios, textfields, and toggles | [
{
"change_type": "MODIFY",
"diff": "This package includes components relating to checkboxes in the\n[Garden Design System](https://zendeskgarden.github.io/).\n+## DEPRECATION WARNING\n+\n+This package has been deprecated in favor of the API provided in the\n+[@zendeskgarden/react-forms](https://garden.zende... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | chore(forms): add deprecation notices to checkboxes, radios, textfields, and toggles (#351) | 1 | chore | forms |
127,946 | 04.06.2019 09:48:17 | -10,800 | 87ed7fa8f4568d7ddb0906a15a7c64b183968e4c | fix(button): oops button hover | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,12 @@ import { IconSuccess } from '@heathmont/sportsbet-icons/lib/svg/IconSuccess';\nimport { buttonModifiers, ButtonModifiers } from './modifiers';\nimport { buttonSizes, ButtonSizes } from './size';\n-import { buttonMockStateClass, ButtonMockState } from '.... | TypeScript | MIT License | coingaming/moon-design | fix(button): oops button hover | 1 | fix | button |
504,026 | 04.06.2019 11:35:29 | 14,400 | 9929698e64a15ec2731279d04d9849b5955edbfb | fix(charts): remove ChartThemeDefinition export from index.ts
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ import {\nVictoryAxisProps,\n} from 'victory';\nimport { getTheme } from '../ChartUtils/chart-theme';\n-import { ChartThemeDefinition } from \"../ChartTheme\";\n+import { ChartThemeDefinition } from \"../ChartTheme/ChartTheme\";\n/**\n* See https://githu... | TypeScript | MIT License | patternfly/patternfly-react | fix(charts): remove ChartThemeDefinition export from index.ts (#2149)
Fixes https://github.com/patternfly/patternfly-react/issues/2148 | 1 | fix | charts |
438,921 | 04.06.2019 11:35:57 | -32,400 | ec24c2cc6e91fa43930eea6a2d851a2080ced47c | fix(zoom): Fix zoom level reset
Maintain zoom level on legend visibility change
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -816,4 +816,38 @@ describe(\"ZOOM\", function() {\nexpect(target && target.value === value).to.be.true;\n});\n});\n+\n+ describe(\"zoom on legend toggle\", () => {\n+ before(() => {\n+ args = {\n+ data: {\n+ columns: [\n+ [\"data1\", 30, 200, 100],\n+ [\"data2\", 130, ... | TypeScript | MIT License | naver/billboard.js | fix(zoom): Fix zoom level reset
Maintain zoom level on legend visibility change
Fix #913 | 1 | fix | zoom |
127,946 | 04.06.2019 12:22:08 | -10,800 | 43fc0c772d584a8a2f72461d34a3c522fec35c03 | feat(button): button | [
{
"change_type": "MODIFY",
"diff": "/** @jsx jsx */\nimport * as React from 'react';\n-import { CSSObject, jsx } from '@emotion/core';\n+import { CSSObject, jsx, keyframes } from '@emotion/core';\nimport styled from '@emotion/styled';\nimport isPropValid from '@emotion/is-prop-valid';\nimport rem from 'poli... | TypeScript | MIT License | coingaming/moon-design | feat(button): button | 1 | feat | button |
304,882 | 04.06.2019 12:40:48 | 25,200 | c708038331be44bfe9179cc1786062f982287446 | docs: null specification
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -402,31 +402,63 @@ Types are never explicitly declared as part of the syntax.\nTypes are always inferred from the usage of the value.\nType inference follows a Hindley-Milner style inference system.\n-#### Boolean types\n+#### Union types\n+\n+A union type defines a se... | Go | MIT License | influxdata/flux | docs: null specification (#1314)
Closes #1302. | 1 | docs | null |
791,834 | 04.06.2019 12:43:39 | 25,200 | 273b4a4785006dbbc7007104f0576dbe692536fa | docs: add instructions for testing with self-signed certificate | [
{
"change_type": "MODIFY",
"diff": "@@ -115,6 +115,14 @@ instance with an open debugging port.\n1. Navigate to your site and log in.\n1. In a separate terminal tab, run `lighthouse http://mysite.com --port port-number` using the port number from chrome-debug.\n+## Testing on a site with an untrusted certifi... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs: add instructions for testing with self-signed certificate (#9112) | 1 | docs | null |
304,882 | 04.06.2019 13:20:20 | 25,200 | 15e15bd756e290d797de67afd90e44769db52404 | docs: aggregates skip nulls by default | [
{
"change_type": "MODIFY",
"diff": "@@ -1544,6 +1544,19 @@ All aggregate operations have the following properties:\n| ---- | ---- | ----------- |\n| column | string | Column specifies a column to aggregate. |\n+The default behavior of aggregates is to skip over _null_ values.\n+An arbitrary aggregate functi... | Go | MIT License | influxdata/flux | docs: aggregates skip nulls by default (#1325) | 1 | docs | null |
679,913 | 04.06.2019 14:03:25 | -3,600 | 1f4aee0a6a55ac3dbb28edf361476702e372b854 | build: enable TS strict compiler flag for all pkgs
temp disable strict null checks | [
{
"change_type": "MODIFY",
"diff": "\"noUnusedParameters\": true,\n\"noUnusedLocals\": true,\n\"preserveConstEnums\": true,\n- \"moduleResolution\": \"node\"\n+ \"moduleResolution\": \"node\",\n+ \"strict\": true,\n+ \"strictNullChecks\": false\n},\n- \"exclude\": [\n- \"./**/node_modules\"\n- ]\n+ \"exclud... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: enable TS strict compiler flag for all pkgs
- temp disable strict null checks | 1 | build | null |
306,444 | 04.06.2019 14:04:25 | -7,200 | 47514a393a3c9c7c0e7684badddac153fff15981 | chore: fix linting scripts for windows; eclint use .gitignore | [
{
"change_type": "ADD",
"diff": "+root = true\n",
"new_path": "assets/.editorconfig",
"old_path": null
}
] | JavaScript | MIT License | ing-bank/lion | chore: fix linting scripts for windows; eclint use .gitignore | 1 | chore | null |
679,913 | 04.06.2019 14:09:36 | -3,600 | 0430d01527f27c97916f20af4cc28bd30595b83a | feat(api): enable TS strict compiler flags (refactor)
add missing return types for IEnable, IGet, IGetIn
update mixins, add private interfaces | [
{
"change_type": "MODIFY",
"diff": "@@ -505,12 +505,12 @@ export interface IEnable<T> {\n* Disables this entity.\n* @param opts optional implementation specific arg\n*/\n- disable(opts: T);\n+ disable(opts?: T): any;\n/**\n* Enables this entity.\n* @param opts optional implementation specific arg\n*/\n- ena... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(api): enable TS strict compiler flags (refactor)
- add missing return types for IEnable, IGet, IGetIn
- update mixins, add private interfaces | 1 | feat | api |
679,913 | 04.06.2019 14:10:04 | -3,600 | 8724f9ef54f36ee1846a58f755434d8cf3722cda | feat(arrays): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -27,23 +27,23 @@ export const swizzle = <T>(order: string | PropertyKey[]): Fn<T, any[]> => {\ncase 0:\nreturn () => [];\ncase 1:\n- return (x) => [x[a]];\n+ return (x: any) => [x[a]];\ncase 2:\n- return (x) => [x[a], x[b]];\n+ return (x: any) => [x[a], x[b]];\ncase 3:... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(arrays): enable TS strict compiler flags (refactor) | 1 | feat | arrays |
679,913 | 04.06.2019 14:10:56 | -3,600 | 7931e147de33e6be64c0754eb66143ead836a057 | feat(associative): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ export interface IEquivSet<T>\nIGet<T, T>,\nIInto<T, IEquivSet<T>> {\ndisj(xs: Iterable<T>): this;\n- first(): T;\n+ first(): T | undefined;\n}\nexport interface EquivSetConstructor<T> {\n",
"new_path": "packages/associative/src/api.ts",
"old_pat... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(associative): enable TS strict compiler flags (refactor) | 1 | feat | associative |
679,913 | 04.06.2019 14:11:30 | -3,600 | c5d2853aa80723f7eb07336dcab34c89ab903333 | feat(atom): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import {\nFn2,\nIID,\nIRelease,\n+ Predicate,\nWatch\n} from \"@thi.ng/api\";\nimport { isArray, isFunction } from \"@thi.ng/checks\";\n@@ -60,7 +61,11 @@ export class Cursor<T> implements IAtom<T>, IID<string>, IRelease {\nupdate: Fn2<any, T, any>\n);\nco... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(atom): enable TS strict compiler flags (refactor) | 1 | feat | atom |
679,913 | 04.06.2019 14:12:10 | -3,600 | 1be1a14bf28a68ed643f10e4f67a56f08717be70 | feat(bencode): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -131,10 +131,10 @@ export const decode = (buf: Iterable<number>, utf8 = true) => {\nconst parent = peek(stack);\nif (parent) {\nif (parent.type === Type.LIST) {\n- parent.val.push(x.val);\n+ (<any[]>parent.val).push(x.val);\n} else if (parent.type === Type.DICT) {\n- p... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(bencode): enable TS strict compiler flags (refactor) | 1 | feat | bencode |
679,913 | 04.06.2019 14:13:05 | -3,600 | ab183106c0c6d1f72f0ae0d61ff3a640f60982ed | feat(bitstream): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,7 @@ export class BitInputStream {\nreturn this;\n}\n- read(wordSize = 1) {\n+ read(wordSize = 1): number {\nif (wordSize > 32) {\nreturn this.read(wordSize - 32) * U32 + this.read(32);\n} else if (wordSize > 8) {\n@@ -82,7 +82,7 @@ export class BitInputStrea... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(bitstream): enable TS strict compiler flags (refactor) | 1 | feat | bitstream |
71,101 | 04.06.2019 14:14:11 | -7,200 | e362ac8caa110cdf1a8759dbdc34cb0a2212877e | fix(build): Correct buildspec so it does not fail | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,12 @@ phases:\n- /bin/bash ./build.sh\npost_build:\ncommands:\n- - \"[ -f .BUILD_COMPLETED ] && [ -z \\\"${SKIP_PACK:-}\\\" ] && /bin/bash ./pack.sh\"\n+ - |\n+ if [ -f .BUILD_COMPLETED ]; then\n+ if [ -z \\\"${SKIP_PACK:-}\\\" ]; then\n+ /bin/bash ./pack.sh\... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(build): Correct buildspec so it does not fail (#2737) | 1 | fix | build |
679,913 | 04.06.2019 14:14:39 | -3,600 | 90515e785b5bd482acca5beb18e4c3df3048f743 | feat(checks): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "export const hasWASM = () =>\n(typeof window !== \"undefined\" &&\n- typeof window[\"WebAssembly\"] !== \"undefined\") ||\n+ typeof (<any>window)[\"WebAssembly\"] !== \"undefined\") ||\n(typeof global !== \"undefined\" &&\n- typeof global[\"WebAssembly\"] !== \"undefined\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(checks): enable TS strict compiler flags (refactor) | 1 | feat | checks |
679,913 | 04.06.2019 14:22:03 | -3,600 | 8c13166b1a28f01a1e0b528d2d2ded8b4d9a7106 | feat(color): enable TS strict compiler flags (refactor)
reformat color matrices in transform.ts | [
{
"change_type": "MODIFY",
"diff": "@@ -4,27 +4,12 @@ import { ReadonlyVec, Vec } from \"@thi.ng/vectors\";\nexport type Color = Vec;\nexport type ReadonlyColor = ReadonlyVec;\n+// prettier-ignore\nexport type ColorMatrix = [\n- number,\n- number,\n- number,\n- number,\n- number,\n- number,\n- number,\n- nu... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(color): enable TS strict compiler flags (refactor)
- reformat color matrices in transform.ts | 1 | feat | color |
679,913 | 04.06.2019 14:23:16 | -3,600 | 8ea894aba8f665e53f6443810aac1b4d379926d6 | feat(compose): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -200,7 +200,7 @@ export function compL<A, B, C, D, E, F, G, H, I, J>(\n...xs: Fn<any, any>[]\n): FnAny<any>;\nexport function compL(...fns: any[]): any {\n- return comp.apply(null, fns.reverse());\n+ return comp.apply(null, <any>fns.reverse());\n}\n/**\n",
"new_pat... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(compose): enable TS strict compiler flags (refactor) | 1 | feat | compose |
679,913 | 04.06.2019 14:24:30 | -3,600 | 3d7fba25490483b018ca1e8df8bbeef2510879d8 | feat(csp): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ export interface IBuffer<T> extends ILength, IRelease {\nexport interface IChannel<T> extends IID<string> {\nchannel(): Channel<T>;\n- close(flush?: boolean);\n+ close(flush?: boolean): Promise<void> | undefined;\n}\nexport interface IReadableChannel<T> ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(csp): enable TS strict compiler flags (refactor) | 1 | feat | csp |
679,913 | 04.06.2019 14:24:55 | -3,600 | 4e73667f8dc198926b11b0ae714b1b12170b1285 | feat(dcons): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -397,7 +397,7 @@ export class DCons<T>\nif (n < 0 || n >= this._length) {\nreturn;\n}\n- let cell, dir;\n+ let cell, dir: keyof ConsCell<T>;\nif (n <= this._length >> 1) {\ncell = this.head;\ndir = \"next\";\n",
"new_path": "packages/dcons/src/index.ts",
"old_p... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(dcons): enable TS strict compiler flags (refactor) | 1 | feat | dcons |
679,913 | 04.06.2019 14:25:24 | -3,600 | d51ecf922a7ce45e0e7a81b43fbbf1faea1c6d97 | feat(defmulti): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -394,7 +394,7 @@ export function defmulti<T>(f: any, ancestors?: AncestorDefs) {\nconst rels: IObjectOf<Set<PropertyKey>> = ancestors\n? makeRels(ancestors)\n: {};\n- const fn: any = (...args) => {\n+ const fn: any = (...args: any[]) => {\nconst id = f(...args);\nconst... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(defmulti): enable TS strict compiler flags (refactor) | 1 | feat | defmulti |
679,913 | 04.06.2019 14:26:17 | -3,600 | 5a7d90b53ff7904c1c42e3640c7ba0422ebc6e53 | feat(diff): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ const cachedPath = (size: number) =>\nconst simpleDiff = <T>(\nstate: ArrayDiff<T>,\nsrc: ArrayLike<T>,\n- key: keyof ArrayDiff<T>,\n+ key: \"adds\" | \"dels\",\nlogDir: number,\nmode: DiffMode\n) => {\n@@ -81,7 +81,7 @@ export const diffArray = <T>(\n}\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(diff): enable TS strict compiler flags (refactor) | 1 | feat | diff |
711,597 | 04.06.2019 14:27:18 | -7,200 | 59d8312a499df67325a00fd8fd02aeb9d4f6b8fa | feat(admin-ui): Display background jobs in UI
Relates to | [
{
"change_type": "MODIFY",
"diff": "import { Component, OnInit, ViewChild } from '@angular/core';\nimport { ActivatedRoute, Router } from '@angular/router';\nimport { EMPTY, Observable } from 'rxjs';\n-import { delay, filter, map, switchMap, take, takeUntil, withLatestFrom } from 'rxjs/operators';\n+import ... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Display background jobs in UI
Relates to #111 | 1 | feat | admin-ui |
679,913 | 04.06.2019 14:27:23 | -3,600 | 29e0cb47cb8490aff4ec9b4b95fdc1f0da7e76ba | feat(dot): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "import { IObjectOf } from \"@thi.ng/api\";\nimport { isArray } from \"@thi.ng/checks\";\n-import { Edge, Graph, GraphAttribs, Node } from \"./api\";\n+import {\n+ Edge,\n+ Graph,\n+ GraphAttribs,\n+ Node\n+} from \"./api\";\n-const wrapQ = (x) => `\"${x}\"`;\n+const wrapQ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(dot): enable TS strict compiler flags (refactor) | 1 | feat | dot |
679,913 | 04.06.2019 14:28:12 | -3,600 | 8460aea5bf9ec9e885b81dc705d757362b7f57ac | feat(errors): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,6 @@ export class IllegalArityError extends Error {\n}\n}\n-export const illegalArity = (n): never => {\n+export const illegalArity = (n: number): never => {\nthrow new IllegalArityError(n);\n};\n",
"new_path": "packages/errors/src/illegal-arity.ts",
"o... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(errors): enable TS strict compiler flags (refactor) | 1 | feat | errors |
679,913 | 04.06.2019 14:29:02 | -3,600 | 135b838630367e5df6c523e2e3158ef1f18c68ce | feat(fsm): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -67,7 +67,7 @@ export function fsm<T, C, R>(\nlet curr = states[initial]\n? states[initial]()\n: illegalArgs(`invalid initial state: ${initial}`);\n- return [\n+ return <Reducer<any, T>>[\ninit,\ncomplete,\n(acc, x) => {\n",
"new_path": "packages/fsm/src/fsm.ts",
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(fsm): enable TS strict compiler flags (refactor) | 1 | feat | fsm |
679,913 | 04.06.2019 14:31:13 | -3,600 | 7f093b924cb9af4b2ff08992a62e408d5f0e7537 | feat(hdom): enable TS strict compiler flags (refactor)
update return types for HDOMImplementation methods | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ export interface ILifecycle {\n* children have their own `init` lifecycle method, these hooks will\n* be executed before that of the parent.\n*/\n- init?(el: Element, ctx: any, ...args: any[]);\n+ init?(el: Element, ctx: any, ...args: any[]): void;\n/**\n*... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hdom): enable TS strict compiler flags (refactor)
- update return types for HDOMImplementation methods | 1 | feat | hdom |
679,913 | 04.06.2019 14:32:08 | -3,600 | 787e2d4b990ff884041df4c1248dcf65704e704f | feat(hdom-mock): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -94,7 +94,7 @@ export class HDOMNode {\n}\n}\n- toHiccup() {\n+ toHiccup(): any {\nif (this.isText()) {\nreturn this.body;\n}\n@@ -122,7 +122,7 @@ export class MockHDOM implements HDOMImplementation<HDOMNode> {\nparent: HDOMNode,\ntree: any,\nchild?: number\n- ) {\n+ )... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hdom-mock): enable TS strict compiler flags (refactor) | 1 | feat | hdom-mock |
679,913 | 04.06.2019 14:33:19 | -3,600 | d0fce75f8e583df11ccc080779256363a00f17b8 | feat(hiccup): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ export const XHTML_NS = \"http://www.w3.org/1999/xhtml\";\nexport const TAG_REGEXP = /^([^\\s\\.#]+)(?:#([^\\s\\.#]+))?(?:\\.([^\\s#]+))?$/;\n-export const PROC_TAGS = {\n+export const PROC_TAGS: { [id: string]: string } = {\n\"?xml\": \"?>\\n\",\n\"!DOCTY... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hiccup): enable TS strict compiler flags (refactor) | 1 | feat | hiccup |
679,913 | 04.06.2019 14:33:56 | -3,600 | 1e81385f118698d89c075c55a6ddab071d3d41b9 | feat(hiccup-css): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -65,11 +65,13 @@ export const animation = (\n...opts\n};\nreturn [\n- at_keyframes.apply(null, [id, ...keyframes]),\n+ at_keyframes.apply(null, <any>[id, ...keyframes]),\n[\n`.${id}`,\nObject.keys(opts).reduce(\n- (acc, k) => ((acc[`animation-${k}`] = opts[k]), acc),\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hiccup-css): enable TS strict compiler flags (refactor) | 1 | feat | hiccup-css |
679,913 | 04.06.2019 14:35:24 | -3,600 | 36c8109c48049b362bf957ae9d9d31af5b9ee79c | feat(hiccup-markdown): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ export interface TagFactories {\ncode(body: string): any[];\ncodeblock(lang: string, body: string): any[];\nem(body: string): any[];\n- heading(level, children: any[]): any[];\n+ heading(level: number, children: any[]): any[];\nhr(): any[];\nimg(src: strin... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hiccup-markdown): enable TS strict compiler flags (refactor) | 1 | feat | hiccup-markdown |
679,913 | 04.06.2019 14:35:50 | -3,600 | 13bea8f825b880f1c7e8ae7880eb99297afc764b | feat(interceptors): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -63,9 +63,9 @@ export interface Event extends Array<any> {\nexport interface IDispatch {\nreadonly state: ReadonlyAtom<any>;\n- dispatch(...event: Event[]);\n- dispatchNow(...event: Event[]);\n- dispatchLater(event: Event, delay?: number);\n+ dispatch(...event: Event[]... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(interceptors): enable TS strict compiler flags (refactor) | 1 | feat | interceptors |
679,913 | 04.06.2019 14:36:15 | -3,600 | 24fd9e7633150edc3d9a3f5ee06ce785cc110e77 | feat(iterators): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import { iterator } from \"./iterator\";\nexport const fork = <T>(src: Iterable<T>, cacheLimit = 16) => {\nconst iter = iterator(src);\nconst cache = new DCons<T>();\n- const forks = [];\n+ const forks: number[] = [];\nlet done = false;\nlet total = 0;\n",... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(iterators): enable TS strict compiler flags (refactor) | 1 | feat | iterators |
679,913 | 04.06.2019 14:38:00 | -3,600 | a08cc692d1fa94bd5e78b8c235367a3a62aeb992 | feat(memoize): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "-import { Fn1, Fn2, Fn3, Fn4, FnAny, MapLike } from \"./api\";\n+import {\n+ Fn1,\n+ Fn2,\n+ Fn3,\n+ Fn4,\n+ FnAny,\n+ MapLike\n+} from \"./api\";\n/**\n* Function memoization for arbitrary argument counts. Returns augmented\n@@ -27,7 +34,7 @@ export function memoize<A, B... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(memoize): enable TS strict compiler flags (refactor) | 1 | feat | memoize |
679,913 | 04.06.2019 14:38:30 | -3,600 | 55e93ee004dcf3bfc5b229cdb1490a6a3c17a5f1 | feat(paths): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -8,11 +8,12 @@ export type UpdateFn<T> = (curr: T, ...args: any[]) => T;\nconst isa = Array.isArray;\nconst iss = isString;\n-const _copy = (s) => (isa(s) ? s.slice() : { ...s });\n+const _copy = (s: any) => (isa(s) ? s.slice() : { ...s });\n-const compS = (k, f) => (s... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(paths): enable TS strict compiler flags (refactor) | 1 | feat | paths |
679,913 | 04.06.2019 14:39:03 | -3,600 | 1fc2e9aadb02df9171f8661c67d59da5e061707a | feat(morton): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -217,7 +217,7 @@ export const treeToCartesian = (t: number[], dim: number) => {\n};\nexport const cartesianToTree = (v: number[]) => {\n- const $ = (v: number[], half: number) => {\n+ const $ = (v: number[], half: number): number[] => {\nconst t = v.reduce((t, x, i) =>... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(morton): enable TS strict compiler flags (refactor) | 1 | feat | morton |
679,913 | 04.06.2019 14:39:35 | -3,600 | 7b1c81aa52760b6c3906875a9c7e92a11e5ce7d5 | feat(matrices): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "-import { compile, set as _set, SET, set4 } from \"@thi.ng/vectors\";\n+import {\n+ compile,\n+ set as _set,\n+ SET,\n+ set4\n+} from \"@thi.ng/vectors\";\nimport { MatOpM } from \"./api\";\n-const $ = (dim) => _set.add(dim, compile(dim, SET, \"o,a\"));\n+const $ = (dim: ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(matrices): enable TS strict compiler flags (refactor) | 1 | feat | matrices |
679,913 | 04.06.2019 14:40:44 | -3,600 | 94715ffa52b52b81374704693f1f05001a435f3f | feat(vectors): enable TS strict compiler flags (refactor)
disable `noImplicitThis` flag | [
{
"change_type": "MODIFY",
"diff": "@@ -165,3 +165,5 @@ export const X4 = Object.freeze([1, 0, 0, 0]);\nexport const Y4 = Object.freeze([0, 1, 0, 0]);\nexport const Z4 = Object.freeze([0, 0, 1, 0]);\nexport const W4 = Object.freeze([0, 0, 0, 1]);\n+\n+export type Template = (syms: string[], i?: number) => s... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): enable TS strict compiler flags (refactor)
- disable `noImplicitThis` flag | 1 | feat | vectors |
679,913 | 04.06.2019 14:45:08 | -3,600 | 8d86ac681bfb12f768ca2b548c4f4e2cf82463f5 | feat(transducers-binary): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -83,7 +83,7 @@ export function base64Encode(...args: any[]): any {\nconst opts = { safe: false, buffer: 1024, ...args[0] };\nconst chars = opts.safe ? B64_SAFE : B64_CHARS;\nconst buf: string[] = [];\n- return [\n+ return <Reducer<any, number>>[\ninit,\n(acc) => {\nswi... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(transducers-binary): enable TS strict compiler flags (refactor) | 1 | feat | transducers-binary |
679,913 | 04.06.2019 14:45:43 | -3,600 | 734103d71f7a1ce7931e799ef29ab2711f1184a0 | feat(transducers-fsm): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "import { Fn0, IObjectOf } from \"@thi.ng/api\";\nimport {\n- comp,\ncompR,\nensureReduced,\nisReduced,\n@@ -103,13 +102,12 @@ export interface FSMOpts<T extends FSMState, A, B> {\n*/\nexport const fsm = <T extends FSMState, A, B>(\nopts: FSMOpts<T, A, B[]>\n-): Transducer... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(transducers-fsm): enable TS strict compiler flags (refactor) | 1 | feat | transducers-fsm |
679,913 | 04.06.2019 14:46:21 | -3,600 | 33daa7f4c4f17900c3ffe935ba7ae3ac2faef674 | feat(transducers-stats): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -26,5 +26,5 @@ export function donchian(\nexport function donchian(period: number, src?: Iterable<number>): any {\nreturn src\n? iterator(donchian(period), src)\n- : comp(partition(period, 1), map(bounds));\n+ : comp<number, number[], number[]>(partition(period, 1), ma... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(transducers-stats): enable TS strict compiler flags (refactor) | 1 | feat | transducers-stats |
679,913 | 04.06.2019 14:47:14 | -3,600 | 76cecb82f5440b0561c3af7a3bfb4e7c1b9bc06d | feat(strings): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "import { memoizeJ } from \"@thi.ng/memoize\";\n-\nimport { Stringer } from \"./api\";\nimport { repeat } from \"./repeat\";\nimport { truncate } from \"./truncate\";\n@@ -25,8 +24,9 @@ import { truncate } from \"./truncate\";\nexport const center: (\nlineWidth: number,\np... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(strings): enable TS strict compiler flags (refactor) | 1 | feat | strings |
679,913 | 04.06.2019 14:47:45 | -3,600 | eb639fede3c43f38a1bf98a90b73030a43d93d09 | feat(unionstruct): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ export interface Field extends Array<any> {\n[2]?: any;\n}\n-const TYPES = {\n+const TYPES: { [id: string]: [number, string, boolean] } = {\nf64: [64, \"Float\", false],\nf32: [32, \"Float\", false],\nu32: [32, \"Uint\", false],\n@@ -33,7 +33,11 @@ const... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(unionstruct): enable TS strict compiler flags (refactor) | 1 | feat | unionstruct |
791,690 | 04.06.2019 14:53:08 | 18,000 | 7deb5ab2a43b128666a3a127b5032618472b6710 | core(cli): accept flags from path | [
{
"change_type": "MODIFY",
"diff": "@@ -62,6 +62,17 @@ function getFlags(manualArgv) {\n'lighthouse <url> --only-categories=performance,pwa',\n'Only run specific categories.')\n+ /**\n+ * Also accept a file for all of these flags. Yargs will merge in and override the file-based\n+ * flags with the command-l... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(cli): accept flags from path (#9109) | 1 | core | cli |
791,690 | 04.06.2019 14:56:14 | 18,000 | 4bd3a58da90ea9f31fa3551b853b0bccc9e095ce | misc: address release script feedback | [
{
"change_type": "MODIFY",
"diff": "@@ -44,24 +44,26 @@ bash ./lighthouse-core/scripts/release/test.sh\n# Package everything for publishing\nbash ./lighthouse-core/scripts/release/prepare-package.sh\n+# Make sure you're in the Lighthouse pristine repo we just tested.\n+cd ../lighthouse-pristine\n+\n+# Publi... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: address release script feedback (#9111) | 1 | misc | null |
504,026 | 04.06.2019 15:01:45 | 14,400 | 0b0a82897d466e064993abb01b25e5c63436eeaa | fix(charts): Chart & ChartStack to use ReactNode as children type
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ export interface ChartProps extends VictoryChartProps {\n/**\n* The children to render with the chart\n*/\n- children?: React.ReactElement<any> | React.ReactElement<any>[];\n+ children?: React.ReactNode;\n/**\n* The containerComponent prop takes an entir... | TypeScript | MIT License | patternfly/patternfly-react | fix(charts): Chart & ChartStack to use ReactNode as children type (#2155)
Fixes https://github.com/patternfly/patternfly-react/issues/2152 | 1 | fix | charts |
679,913 | 04.06.2019 15:02:24 | -3,600 | 1f9d1555740747bdcc55851289eecfdca5714b87 | feat(pointfree): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,6 @@ import {\n} from \"./api\";\nimport { parse, SyntaxError } from \"./parser\";\n-\nexport let LOGGER = NULL_LOGGER;\nexport const setLogger = (logger: ILogger) => (LOGGER = logger);\n@@ -30,7 +29,7 @@ const nodeLoc = (node: ASTNode) =>\n*/\nconst resolveSym... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pointfree): enable TS strict compiler flags (refactor) | 1 | feat | pointfree |
679,913 | 04.06.2019 15:02:53 | -3,600 | d3ecae3d897a281f837e203377ba7b5bc84c7c09 | feat(router): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "-import { Event, INotify, INotifyMixin, IObjectOf, Listener } from \"@thi.ng/api\";\n+import {\n+ Event,\n+ INotify,\n+ INotifyMixin,\n+ IObjectOf,\n+ Listener\n+} from \"@thi.ng/api\";\nimport { isString } from \"@thi.ng/checks\";\nimport { equiv } from \"@thi.ng/equiv\"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(router): enable TS strict compiler flags (refactor) | 1 | feat | router |
679,913 | 04.06.2019 15:03:14 | -3,600 | eb30aafcbc171a1c8dbd276364c00cbf2b7f0ac7 | feat(sax): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -130,7 +130,7 @@ const enum State {\n// U_CHAR,\n}\n-const ENTITIES = {\n+const ENTITIES: IObjectOf<string> = {\n\"&\": \"&\",\n\"<\": \"<\",\n\">\": \">\",\n@@ -140,7 +140,7 @@ const ENTITIES = {\nconst ENTITY_RE = new RegExp(`(${Object.keys(ENTITIES).join(\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(sax): enable TS strict compiler flags (refactor) | 1 | feat | sax |
679,913 | 04.06.2019 15:04:01 | -3,600 | 17c426b6ea80bc48f9c66d0f9d9894795620e76e | feat(rle-pack): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,7 @@ export const encode = (\nconst [rle0, rle1, rle2, rle3] = rleSizes.map((x) => 1 << x);\nconst chunk: number[] = [];\nconst n1 = num - 1;\n- let val;\n+ let val: number;\nlet tail = true;\nlet n = 0;\nlet i = 0;\n",
"new_path": "packages/rle-pack/src/... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rle-pack): enable TS strict compiler flags (refactor) | 1 | feat | rle-pack |
679,913 | 04.06.2019 15:04:18 | -3,600 | 7e7ff2a221d6e2dcead79709b59017f571e09552 | feat(resolve-map): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "import { SEMAPHORE } from \"@thi.ng/api\";\n-import { isArray, isFunction, isPlainObject, isString } from \"@thi.ng/checks\";\n+import {\n+ isArray,\n+ isFunction,\n+ isPlainObject,\n+ isString\n+} from \"@thi.ng/checks\";\nimport { illegalArgs } from \"@thi.ng/errors\";\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(resolve-map): enable TS strict compiler flags (refactor) | 1 | feat | resolve-map |
679,913 | 04.06.2019 15:05:09 | -3,600 | 5a6cec15302a0c064afa618ec24e7caedfe62450 | feat(quad-edge): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,7 @@ export class Edge<T> {\nid: number;\nparent: QuadEdge<T>;\n- origin: T;\n+ origin: T | undefined;\nconstructor(parent: QuadEdge<T>, id: number) {\nthis.parent = parent;\n@@ -60,7 +60,7 @@ export class Edge<T> {\n/**\n* Next CCW edge from this edge's orig... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(quad-edge): enable TS strict compiler flags (refactor) | 1 | feat | quad-edge |
679,913 | 04.06.2019 15:05:35 | -3,600 | b6b69e69072e92f5f878cd6bcaa6839d897b368e | feat(geom-clostest-point): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -128,7 +128,7 @@ export const closestPointPolyline = (\nclosed = false,\nout: Vec = []\n) => {\n- const tmp = [];\n+ const tmp: Vec = [];\nconst n = pts.length - 1;\nlet minD = Infinity,\ni,\n",
"new_path": "packages/geom-closest-point/src/index.ts",
"old_path"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom-clostest-point): enable TS strict compiler flags (refactor) | 1 | feat | geom-clostest-point |
438,921 | 04.06.2019 15:05:37 | -32,400 | 2f5db62de14a60ec17b9dba7f6b55461a30bf699 | refactor(legend): Improve custom legend behaves
Make custom legend behaves same as normal legend
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -335,6 +335,29 @@ describe(\"LEGEND\", () => {\nexpect(items.size()).to.be.equal(2);\n});\n+ it(\"custom legend should behaves as normal legend\", done => {\n+ const selector = `.${CLASS.legendItem}-data1`;\n+ const legend = chart.$.legend.select(selector).node();\n+ c... | TypeScript | MIT License | naver/billboard.js | refactor(legend): Improve custom legend behaves
Make custom legend behaves same as normal legend
Fix #907 | 1 | refactor | legend |
217,922 | 04.06.2019 15:11:09 | -7,200 | 1ea8c42319704c9bdcae73e3ad9f28d971987d8c | feat(db): added marketboard button to item pages | [
{
"change_type": "MODIFY",
"diff": "-<button nz-button [nzTitle]=\"'MARKETBOARD.Title' | translate\" nz-tooltip nzSize=\"small\" nzShape=\"circle\"\n+<button nz-button [nzTitle]=\"'MARKETBOARD.Title' | translate\" nz-tooltip [nzSize]=\"size\" nzShape=\"circle\"\n(click)=\"openDialog()\" [disabled]=\"disable... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(db): added marketboard button to item pages | 1 | feat | db |
217,922 | 04.06.2019 15:16:27 | -7,200 | 768ba265fce5bc3f1e62da9be07fd0dd4551fc4b | fix(layout): fixed panels reordering popup | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,10 @@ export class LayoutOrderPopupComponent {\ndrop(event: CdkDragDrop<LayoutRow[]>) {\nmoveItemInArray(this.layout.rows, event.previousIndex, event.currentIndex);\n+ this.layout.rows = this.layout.rows.map((row, index) => {\n+ row.index = index;\n+ return r... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): fixed panels reordering popup | 1 | fix | layout |
104,827 | 04.06.2019 15:31:56 | 18,000 | e56bc966350b3baac9931fea4e4a22e710df27e9 | feat(valuecard): added secondary value render | [
{
"change_type": "MODIFY",
"diff": "@@ -7,8 +7,8 @@ module.exports = {\ncoverageThreshold: {\nglobal: {\nstatements: 75,\n- branches: 75,\n- functions: 75,\n+ branches: 65,\n+ functions: 65,\nlines: 75,\n},\n},\n",
"new_path": "jest.config.js",
"old_path": "jest.config.js"
},
{
"change_type"... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(valuecard): added secondary value render | 1 | feat | valuecard |
306,484 | 04.06.2019 16:00:52 | -7,200 | 1643379d74ae261c8fc1dd7d66e8ae02d2d4ab21 | fix(calendar): init centralDate from selectedDate when today is disabled | [
{
"change_type": "MODIFY",
"diff": "@@ -374,8 +374,10 @@ export class LionCalendar extends LocalizeMixin(LitElement) {\n}\n__disableDatesChanged() {\n+ if (this.__connectedCallbackDone) {\nthis.__ensureValidCentralDate();\n}\n+ }\n__dateSelectedByUser(selectedDate) {\nthis.selectedDate = selectedDate;\n",
... | JavaScript | MIT License | ing-bank/lion | fix(calendar): init centralDate from selectedDate when today is disabled | 1 | fix | calendar |
71,101 | 04.06.2019 16:11:15 | -7,200 | 0e101d534ec2b39abcf19f93fde1e67d651e4089 | chore: Fork Github PR builds to separate spec
Instead of trying to use one single spec that achieves both releasable
builds as well as PR builds, use a different buildspec file for each,
so the PR builds can be made more efficient. | [
{
"change_type": "ADD",
"diff": "+version: 0.2\n+\n+# This buildspec is intended to be used by GitHub PR builds.\n+\n+phases:\n+ install:\n+ commands:\n+ - /bin/bash ./install.sh\n+ build:\n+ commands:\n+ - /bin/bash ./build.sh\n",
"new_path": "buildspec-pr.yaml",
"old_path": null
},
{
"chan... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: Fork Github PR builds to separate spec (#2740)
Instead of trying to use one single spec that achieves both releasable
builds as well as PR builds, use a different buildspec file for each,
so the PR builds can be made more efficient. | 1 | chore | null |
127,976 | 04.06.2019 16:28:01 | -10,800 | 9102e95ba7276614d6e52e607a474d2807dd425d | refactor: add components to user-portal-components | [
{
"change_type": "RENAME",
"diff": "/** @jsx jsx */\n-import { Button } from '@heathmont/sportsbet-components';\nimport { default as React } from 'react';\nimport { jsx } from '@emotion/core';\nimport styled from '@emotion/styled';\nimport { mq, spacing } from '@heathmont/sportsbet-utils';\n-import { border... | TypeScript | MIT License | coingaming/moon-design | refactor: add components to user-portal-components | 1 | refactor | null |
127,946 | 04.06.2019 16:35:10 | -10,800 | dea23f67e4a5d645ced69310b7520525b1d878ba | fix(account): minor design adjustments | [
{
"change_type": "MODIFY",
"diff": "@@ -52,31 +52,33 @@ export const ChangeUserDetailsColumns = styled.div({\nexport const ChangeUserDetailsFirstColumn = styled.div({\n[mq(breakpoints.medium)]: {\n- maxWidth: rem(320),\n+ width: rem(320),\n},\n});\nexport const ChangeUserDetailsSecondColumn = styled.div({\n... | TypeScript | MIT License | coingaming/moon-design | fix(account): minor design adjustments | 1 | fix | account |
815,601 | 04.06.2019 17:03:09 | -28,800 | aa078a0f56ca462c65271fcece6faa421ebf62e2 | test: finalize reward | [
{
"change_type": "MODIFY",
"diff": "mod basic;\nmod delay_verify;\nmod find_fork;\n+mod reward;\nmod util;\n",
"new_path": "chain/src/tests/mod.rs",
"old_path": "chain/src/tests/mod.rs"
},
{
"change_type": "ADD",
"diff": "+use crate::tests::util::{create_always_success_out_point, create_... | Rust | MIT License | nervosnetwork/ckb | test: finalize reward | 1 | test | null |
807,994 | 04.06.2019 17:28:39 | -10,800 | 4f15361905b19200aa33fba51c924cb50b51c387 | docs(version): Fix typo in option header
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -342,7 +342,7 @@ lerna version --yes\nWhen run with this flag, `lerna version` will skip all confirmation prompts.\nUseful in [Continuous integration (CI)](https://en.wikipedia.org/wiki/Continuous_integration) to automatically answer the publish confirmation prompt.\n-... | JavaScript | MIT License | lerna/lerna | docs(version): Fix typo in option header (#2120)
[skip ci] | 1 | docs | version |
217,922 | 04.06.2019 18:32:34 | -7,200 | edccd9e91ede293408075acab9f0cc657f482661 | fix(levequests): fixed layout display for levequests search results | [
{
"change_type": "MODIFY",
"diff": "<app-page-loader [loading]=\"loading\">\n<nz-list [nzDataSource]=\"results\" [nzRenderItem]=\"leve\" [nzItemLayout]=\"'horizontal'\">\n<ng-template #leve let-leve>\n- <nz-list-item nz-row fxLayout=\"row wrap\" [nzContent]=\"content\">\n+ <nz-list-item fxLayout=\"row wrap\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(levequests): fixed layout display for levequests search results | 1 | fix | levequests |
679,913 | 04.06.2019 19:00:24 | -3,600 | 1af6f78fa9ce27e27ce93aee423de6ce4950be55 | feat(vector-pools): enable TS strict compiler flags (refactor)
add missing type hints/return types | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ export interface IVecPool extends IRelease {\nfree(vec: StridedVec | TypedArray): boolean;\n- freeAll();\n+ freeAll(): void;\n}\nexport type VecFactory = (\n@@ -72,7 +72,7 @@ export const enum GLType {\n/**\n* Conversion from `GLType` to `Type`.\n*/\n-ex... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vector-pools): enable TS strict compiler flags (refactor)
- add missing type hints/return types | 1 | feat | vector-pools |
679,913 | 04.06.2019 19:04:27 | -3,600 | c4b09192fac891f7b94ed2c8b1fc203bd099a6c3 | feat(geom-resample): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "+import { closestPointSegment, closestT } from \"@thi.ng/geom-closest-point\";\nimport { fit01 } from \"@thi.ng/math\";\nimport {\ndist,\n@@ -11,7 +12,6 @@ import {\nVec,\nVecPair\n} from \"@thi.ng/vectors\";\n-import { closestPointSegment, closestT } from \"@thi.ng/geom-... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom-resample): enable TS strict compiler flags (refactor) | 1 | feat | geom-resample |
217,922 | 04.06.2019 19:06:59 | -7,200 | 5ee63624a0982bee122e6b2bb3e166a1309578e3 | fix(layout): job order now works properly with gathering | [
{
"change_type": "MODIFY",
"diff": "@@ -95,7 +95,7 @@ export class LayoutOrderService {\nreturn 0;\n}\nif (row.gatheredBy !== undefined) {\n- const jobName = LayoutOrderService.JOBS.find(job => row.gatheredBy.icon.indexOf(job) > -1);\n+ const jobName = ['miner', 'miner', 'botanist', 'botanist', 'fisher'][ro... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): job order now works properly with gathering | 1 | fix | layout |
679,913 | 04.06.2019 19:16:08 | -3,600 | e19e6bc43b29a173c6b1c959c05a375ffbb40715 | feat(geom-accel): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ import { Heap } from \"@thi.ng/heaps\";\nimport { EPS } from \"@thi.ng/math\";\nimport { distSq, ReadonlyVec, Vec } from \"@thi.ng/vectors\";\n-const CMP = (a, b) => b[0] - a[0];\n+const CMP = (a: [number, any], b: [number, any]) => b[0] - a[0];\nexport cl... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom-accel): enable TS strict compiler flags (refactor) | 1 | feat | geom-accel |
679,913 | 04.06.2019 19:16:45 | -3,600 | 998f5a1dd90b8b8036ed084ffe7e05a843b30864 | feat(hdom-canvas): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ const TAU = Math.PI * 2;\nconst FN = \"function\";\nconst STR = \"string\";\n-const DEFAULTS = {\n+const DEFAULTS: any = {\nalign: \"left\",\nalpha: 1,\nbaseline: \"alphabetic\",\n@@ -51,7 +51,7 @@ const DEFAULTS = {\nstroke: \"#000\"\n};\n-const CTX_ATT... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hdom-canvas): enable TS strict compiler flags (refactor) | 1 | feat | hdom-canvas |
722,013 | 04.06.2019 19:23:54 | -7,200 | be26b6e896b8f4c9eba9aeb2ca7c0b3e0bf3ffa0 | ci: fix danger condition to ignore delivery | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ var getSize = require('get-folder-size')\nvar gzipSize = require('gzip-size')\nvar validateMessage = require('validate-commit-msg')\n-if (danger.github.branch_for_base !== 'dev' || danger.github.branch_for_head !== 'master') {\n+if (danger.github.pr.head.r... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci: fix danger condition to ignore delivery | 1 | ci | null |
815,590 | 04.06.2019 19:29:48 | -28,800 | d0c46b19e62dd7ad9b87abb429c8618379ab8859 | fix: reject expired alert in RPC | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,16 @@ impl AlertRpcImpl {\nimpl AlertRpc for AlertRpcImpl {\nfn send_alert(&self, alert: Alert) -> Result<()> {\nlet alert: CoreAlert = alert.into();\n+ let now_ms = faketime::unix_time_as_millis();\n+ if alert.notice_until < now_ms {\n+ Err(RPCError::custom(... | Rust | MIT License | nervosnetwork/ckb | fix: reject expired alert in RPC | 1 | fix | null |
469,438 | 04.06.2019 19:39:16 | 0 | 87fd2a4c8f38937a9469094b29e72b6f25e6a40b | chore(release): 1.1.10 [skip ci]
## [1.1.10](https://github.com/open-rpc/spec/compare/1.1.9...1.1.10) (2019-06-04)
### Bug Fixes
* Require optional params to follow required params ([a031e71](https://github.com/open-rpc/spec/commit/a031e71)), closes [#188](https://github.com/open-rpc/spec/issues/188) | [
{
"change_type": "MODIFY",
"diff": "+## [1.1.10](https://github.com/open-rpc/spec/compare/1.1.9...1.1.10) (2019-06-04)\n+\n+\n+### Bug Fixes\n+\n+* Require optional params to follow required params ([a031e71](https://github.com/open-rpc/spec/commit/a031e71)), closes [#188](https://github.com/open-rpc/spec/i... | JavaScript | Apache License 2.0 | open-rpc/spec | chore(release): 1.1.10 [skip ci]
## [1.1.10](https://github.com/open-rpc/spec/compare/1.1.9...1.1.10) (2019-06-04)
### Bug Fixes
* Require optional params to follow required params ([a031e71](https://github.com/open-rpc/spec/commit/a031e71)), closes [#188](https://github.com/open-rpc/spec/issues/188) | 1 | chore | release |
722,013 | 04.06.2019 19:49:28 | -7,200 | 2dfc5adacdf195a67e14c3402ba1a20fa2742ed7 | fix: re-use the react hmr plugin | [
{
"change_type": "MODIFY",
"diff": "@@ -139,7 +139,7 @@ module.exports = function(config, env) {\n})\n} else {\nwebpackConfig = merge(webpackConfig, {\n- //plugins: [new webpack.HotModuleReplacementPlugin()],\n+ plugins: [new webpack.HotModuleReplacementPlugin()],\nentry: [require.resolve('react-dev-utils/w... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: re-use the react hmr plugin | 1 | fix | null |
217,922 | 04.06.2019 19:57:24 | -7,200 | 6af580ee6a452d3b9af880b0733a6ed65ea3f8d0 | chore(auth): small user updates call revamp | [
{
"change_type": "MODIFY",
"diff": "@@ -77,8 +77,11 @@ export class AuthEffects {\nswitchMap((action: Authenticated) => {\nreturn this.userService.get(action.uid).pipe(\ncatchError(() => {\n- this.userService.set(action.uid, new TeamcraftUser());\n- return of(new TeamcraftUser());\n+ return this.userService... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(auth): small user updates call revamp | 1 | chore | auth |
722,013 | 04.06.2019 20:00:46 | -7,200 | 93ad5d39a2a269b5bef50152c889c0418b74cb40 | feat: add minimize options | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ module.exports = {\ntitle: 'Vue Styleguidist basic',\ncomponents: 'src/components/**/[A-Z]*.vue',\ndefaultExample: true,\n+ minimize: false,\nribbon: {\ntext: 'Back to examples',\nurl: 'https://vue-styleguidist.github.io/Examples.html'\n",
"new_path": ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat: add minimize options | 1 | feat | null |
679,913 | 04.06.2019 21:20:41 | -3,600 | d796e21b885eb964e46d85efda279d984fdee494 | feat(rstream): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ export const fromEvent = (\nopts: boolean | AddEventListenerOptions = false\n) =>\nnew Stream<Event>((stream) => {\n- let listener = (e) => stream.next(e);\n+ let listener = (e: Event) => stream.next(e);\nsrc.addEventListener(name, listener, opts);\nretu... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream): enable TS strict compiler flags (refactor) | 1 | feat | rstream |
679,913 | 04.06.2019 21:21:37 | -3,600 | ace51f897cfeb8e870cb5140ce6f2beb4357ecb2 | feat(rstream-graph): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -102,8 +102,8 @@ export interface NodeSpec {\nexport interface NodeInputSpec {\nid?: string;\npath?: Path;\n- stream?: string | ((resolve) => ISubscribable<any>);\n- const?: any | ((resolve) => any);\n+ stream?: string | ((resolve: ResolveFn) => ISubscribable<any>);\n+... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-graph): enable TS strict compiler flags (refactor) | 1 | feat | rstream-graph |
679,913 | 04.06.2019 21:22:23 | -3,600 | acfe75e6131faf3254cfee7f99abe093f4c33dc4 | feat(rstream-dot): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,12 @@ import {\nStreamMerge,\nStreamSync\n} from \"@thi.ng/rstream\";\n-import { DotOpts, Node, WalkState } from \"./api\";\n+import {\n+ DotOpts,\n+ Node,\n+ NodeType,\n+ WalkState\n+} from \"./api\";\nexport * from \"./api\";\n@@ -32,7 +37,7 @@ const dotNode ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-dot): enable TS strict compiler flags (refactor) | 1 | feat | rstream-dot |
679,913 | 04.06.2019 21:22:57 | -3,600 | 6d35b8681d8e5f99e13e9ce4d05b2823af667b69 | feat(rstream-query): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "import { isArray, isPlainObject } from \"@thi.ng/checks\";\n-import { concat, pairs, mapcat } from \"@thi.ng/transducers\";\n+import { concat, mapcat, pairs } from \"@thi.ng/transducers\";\nlet NEXT_ID = 0;\n-const mapBNode = (s: any, p: any, o: any) => {\n+const mapBNode... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-query): enable TS strict compiler flags (refactor) | 1 | feat | rstream-query |
679,913 | 04.06.2019 21:23:36 | -3,600 | 31431415faac18d4067c109e691c9bd507c23b7f | feat(hiccup-svg): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ import { polyline } from \"./polyline\";\nimport { roundedRect } from \"./rect\";\nimport { text } from \"./text\";\n-const ATTRIB_ALIASES = {\n+const ATTRIB_ALIASES: { [id: string]: string } = {\nalpha: \"opacity\",\ndash: \"stroke-dasharray\",\ndashOff... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hiccup-svg): enable TS strict compiler flags (refactor) | 1 | feat | hiccup-svg |
679,913 | 04.06.2019 21:24:42 | -3,600 | 6233ba22d474a84149af30b505e71be674f74572 | feat(hdom-components): enable TS strict compiler flags (refactor) | [
{
"change_type": "ADD",
"diff": "+# Architecture Decision Records\n+\n+* [1. Record architecture decisions](0001-record-architecture-decisions.md)\n+* [2. Component configuration](0002-component-configuration.md)\n+* [3. Component configuration via context](0003-component-configuration-via-context.md)\n",
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hdom-components): enable TS strict compiler flags (refactor) | 1 | feat | hdom-components |
679,913 | 04.06.2019 21:25:29 | -3,600 | 748417b4d60c5030860cdcb688c8666022e48386 | feat(geom-splines): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "import { mixCubic } from \"@thi.ng/math\";\n-import { ReadonlyVec, VecPair, Vec } from \"@thi.ng/vectors\";\n+import { ReadonlyVec, Vec, VecPair } from \"@thi.ng/vectors\";\nconst axisBounds = (\nmin: Vec,\n@@ -46,8 +46,8 @@ export const cubicBounds = (\nc: ReadonlyVec,\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom-splines): enable TS strict compiler flags (refactor) | 1 | feat | geom-splines |
679,913 | 04.06.2019 21:25:51 | -3,600 | 8d610c3f994534dc424e9ecee0db3635b2efeedb | feat(geom-tessellate): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ export function tessellate(\npoints: ReadonlyVec[],\ntessFns: Iterable<Tessellator>\n): Vec[][];\n-export function tessellate(...args) {\n+export function tessellate(...args: any[]) {\nreturn transduce(\nscan(\nreducer(\n",
"new_path": "packages/geom... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom-tessellate): enable TS strict compiler flags (refactor) | 1 | feat | geom-tessellate |
679,913 | 04.06.2019 21:26:25 | -3,600 | 4cdbd31267a954cd5b6e520c754e3fe6eef44fd9 | feat(geom-isec): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "import { IntersectionResult, IntersectionType } from \"@thi.ng/geom-api\";\n-import { maddN2, ReadonlyVec } from \"@thi.ng/vectors\";\n+import { maddN2, ReadonlyVec, Vec } from \"@thi.ng/vectors\";\nimport { NONE } from \"./api\";\nimport { intersectRayLine } from \"./ray... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom-isec): enable TS strict compiler flags (refactor) | 1 | feat | geom-isec |
679,913 | 04.06.2019 21:26:40 | -3,600 | 9b6a2ae61228608ba4776f84a9436b79d9c45ca7 | feat(geom-clip): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "import { intersectLineLine } from \"@thi.ng/geom-isec\";\nimport { centroid } from \"@thi.ng/geom-poly-utils\";\nimport { EPS } from \"@thi.ng/math\";\n-import { corner2, ReadonlyVec } from \"@thi.ng/vectors\";\n+import { corner2, ReadonlyVec, Vec } from \"@thi.ng/vectors... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom-clip): enable TS strict compiler flags (refactor) | 1 | feat | geom-clip |
679,913 | 04.06.2019 21:26:56 | -3,600 | b9752ba776eeaa41bd6d3f83e7ee174b5598357a | feat(geom-arc): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import {\nmin2,\nReadonlyVec,\nset2,\n+ Vec,\nVecPair\n} from \"@thi.ng/vectors\";\nimport { pointAtTheta } from \"./point-at\";\n@@ -19,7 +20,7 @@ export const bounds = (\n): VecPair => {\nconst min = set2([], MAX2);\nconst max = set2([], MIN2);\n- const ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom-arc): enable TS strict compiler flags (refactor) | 1 | feat | geom-arc |
679,913 | 04.06.2019 23:17:39 | -3,600 | 6e3fec894184ec6392d55fb35642c6bc2f4acfda | feat(rstream): add fromDOMEvent() | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import { Stream } from \"../stream\";\nimport { nextID } from \"../utils/idgen\";\n/**\n- * Creates a new stream of DOM events attached to given element / event\n+ * Creates a new stream of events attached to given element / event\n* target and using given... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream): add fromDOMEvent() | 1 | feat | rstream |
679,913 | 04.06.2019 23:18:35 | -3,600 | 412dd460bcb0b5c191abf16ae7f89d44c32c83c4 | feat(rstream-gestures): enable TS strict compiler flags (refactor) | [
{
"change_type": "MODIFY",
"diff": "import { IID } from \"@thi.ng/api\";\n-import { fromEvent, merge, StreamMerge } from \"@thi.ng/rstream\";\n+import { fromDOMEvent, merge, StreamMerge } from \"@thi.ng/rstream\";\nimport { map } from \"@thi.ng/transducers\";\nexport const enum GestureType {\n@@ -28,6 +28,8... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-gestures): enable TS strict compiler flags (refactor) | 1 | feat | rstream-gestures |
679,913 | 04.06.2019 23:41:56 | -3,600 | 481a65dc4460277fc29eea588fe364fdeb8c896e | feat(rstream-log): add maskSecrets() format xform | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,33 @@ export const formatString = (\n);\n};\n+/**\n+ * Takes an array of regex patterns and optional `mask` string. Returns\n+ * transducer which replaces all found pattern occurrences with `mask`.\n+ * Intended to be used in combination / after `formatString... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-log): add maskSecrets() format xform | 1 | feat | rstream-log |
791,690 | 05.06.2019 01:13:57 | 18,000 | ccc5a922c17393c900275319b099647a05c0107c | misc: update broken tracing-processor require | [
{
"change_type": "MODIFY",
"diff": "const makeComputedArtifact = require('../computed-artifact.js');\nconst ComputedMetric = require('./metric.js');\nconst LHError = require('../../lib/lh-error.js');\n-const TracingProcessor = require('../../lib/traces/tracing-processor.js');\n+const TracingProcessor = requ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: update broken tracing-processor require (#9123) | 1 | misc | null |
791,723 | 05.06.2019 02:12:41 | -7,200 | 43896afb37785c9cb9a9a3bd88e8841d8e729d15 | core(perf): speed up tap-target's isVisible() | [
{
"change_type": "MODIFY",
"diff": "<br/><br/>\n+ <!-- even if a tap target's size is 0x0px it can still fail if overflowing content is visible -->\n+ <div>\n+ <a\n+ data-gathered-target=\"zero-width-tap-target-with-overflowing-child-content\"\n+ style=\"display: block; width: 0; white-space: nowrap\">\n+ <... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(perf): speed up tap-target's isVisible() (#9056) | 1 | core | perf |
104,827 | 05.06.2019 07:03:47 | 18,000 | 9e3490b78094676ec62bbc94e740d17bac001ffb | refactor(tablecard): simplify table props
added to dashboard story | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,7 @@ import {\n} from '../../constants/PropTypes';\nimport ValueCard from '../ValueCard/ValueCard';\nimport DonutCard from '../DonutCard/DonutCard';\n+import TableCard from '../TableCard/TableCard';\nimport BarChartCard from '../BarChartCard/BarChartCard';\ni... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | refactor(tablecard): simplify table props
added to dashboard story | 1 | refactor | tablecard |
104,827 | 05.06.2019 07:57:42 | 18,000 | 9deee5a09846c1115d84112cc55398674cd9049a | fix(tablecard): id not being passed to base card | [
{
"change_type": "MODIFY",
"diff": "@@ -114,9 +114,6 @@ const Dashboard = ({\nconsole.log('dashboard is remounting'); // eslint-disable-line\n}, []);\n- // console.log(breakpoint);\n- // console.log(dashboardBreakpoints, cardDimensions, rowHeight);\n-\nconst renderCard = card => (\n<div key={card.id}>\n{car... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tablecard): id not being passed to base card | 1 | fix | tablecard |
127,946 | 05.06.2019 08:16:56 | -10,800 | 4758e94b5011536a324436d2c860fa1cdcab7af4 | fix(FileInput): fix width | [
{
"change_type": "MODIFY",
"diff": "@@ -39,6 +39,7 @@ const FileInputLabel = styled.span({\nconst FileInputElement = styled(Input.withComponent('label'))(({ error }) => [\n{\n+ width: 'auto',\nposition: 'relative',\ndisplay: 'block',\ncolor: inputColors.label,\n",
"new_path": "design/components/src/file... | TypeScript | MIT License | coingaming/moon-design | fix(FileInput): fix width | 1 | fix | FileInput |
127,946 | 05.06.2019 08:19:27 | -10,800 | f246c899a52c8de9a0934bde278c096fbf5e8d08 | test(FileInput): update snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,7 @@ Array [\nbackground-position: right 0.5rem center;\nbackground-repeat: no-repeat;\nbackground-size: 1.25rem;\n+ width: auto;\nposition: relative;\ndisplay: block;\ncolor: #8697a2;\n@@ -126,6 +127,7 @@ Array [\nbackground-position: right 0.5rem center;\nb... | TypeScript | MIT License | coingaming/moon-design | test(FileInput): update snapshots | 1 | test | FileInput |
127,946 | 05.06.2019 08:19:57 | -10,800 | faee710c8e284c04293529833d645732ab7604c5 | feat(account): account page fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,8 @@ import { border, colors, breakpoints } from '@heathmont/sportsbet-tokens';\nimport { spacing, mq, inlineSVG } from '@heathmont/sportsbet-utils';\nimport { Background1 } from '@heathmont/sportsbet-icons/lib/backgrounds/Background1';\n+// Components below ar... | TypeScript | MIT License | coingaming/moon-design | feat(account): account page fixes | 1 | feat | account |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.