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,593
07.06.2019 14:01:09
-32,400
11c8ab60afc219ed8d6859d474cb44c4c1d080b9
chore: strict condition
[ { "change_type": "MODIFY", "diff": "@@ -170,7 +170,7 @@ impl Cuckoo {\nreturn false;\n}\n- if u64::from(proof[self.cycle_length - 1]) > self.max_edge {\n+ if u64::from(proof[self.cycle_length - 1]) > self.edge_mask {\nreturn false;\n}\n", "new_path": "pow/src/cuckoo.rs", "old_path": "pow/src/cuckoo....
Rust
MIT License
nervosnetwork/ckb
chore: strict condition
1
chore
null
273,683
07.06.2019 14:10:24
-7,200
ae29fea3ab9472731297df32720fed0d14c033fe
fix(webpack): inject promise polyfill
[ { "change_type": "MODIFY", "diff": "@@ -180,10 +180,14 @@ test('compile scripts correctly', () => {\n// env variables\nexpect(homeJS).toMatch('GRIDSOME_PROD_VARIABLE: \"PROD_1\"')\nexpect(homeJS).toMatch('PROD_VARIABLE: process.env.PROD_VARIABLE')\n+})\n- // polyfills\n+test('compile scripts includes polyfi...
JavaScript
MIT License
gridsome/gridsome
fix(webpack): inject promise polyfill (#480)
1
fix
webpack
104,818
07.06.2019 14:14:34
-7,200
9a985990f483d7a4cbda8bef5cdcdc4fabf098dc
feat(valuecard): support configurable precision
[ { "change_type": "MODIFY", "diff": "@@ -36,9 +36,7 @@ const originalCards = [\ncontent: [\n{ title: 'Comfort Level', value: 89, unit: '%' },\n{ title: 'Utilization', value: 76, unit: '%' },\n- { title: 'Humidity', value: 46, unit: '%' },\n{ title: 'Pressure', value: 21.4, unit: 'mb' },\n- { title: 'Number o...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(valuecard): support configurable precision
1
feat
valuecard
531,793
07.06.2019 14:22:42
-3,600
e1782df1a7753d2de78e94d793c2c2637dd15ada
chore(ui): use FontAwesome icon instead of 'x' for FilterInputLabel
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ import { RIEInput } from \"@attently/riek\";\nimport { FontAwesomeIcon } from \"@fortawesome/react-fontawesome\";\nimport { faExclamationCircle } from \"@fortawesome/free-solid-svg-icons/faExclamationCircle\";\nimport { faSpinner } from \"@fortawesome/free...
TypeScript
Apache License 2.0
prymitive/karma
chore(ui): use FontAwesome icon instead of 'x' for FilterInputLabel
1
chore
ui
127,946
07.06.2019 15:05:45
-10,800
48c9a25446b0c057c32de6e6289a89f7639f8b90
fix(tabItem): fix active for TabItem
[ { "change_type": "MODIFY", "diff": "@@ -60,11 +60,6 @@ const Tab: React.FC = ({ children }) => {\n);\n};\n-const activeStyles: CSSObject = {\n- borderBottom: `${underlineWidth}px solid ${colors.brand}`,\n- color: colors.neutral[10],\n-};\n-\nconst TabItem = styled(NavLink, {\nshouldForwardProp: prop => isPr...
TypeScript
MIT License
coingaming/moon-design
fix(tabItem): fix active for TabItem
1
fix
tabItem
104,818
07.06.2019 15:26:51
-7,200
d5d32a23721d538acabfa53debae8a89e31d1d16
fix(valuecard): add borders and flip order for large width
[ { "change_type": "MODIFY", "diff": "@@ -21,3 +21,8 @@ React.useEffect = React.useLayoutEffect;\nclass SVGPathElement extends HTMLElement {}\nwindow.SVGPathElement = SVGPathElement;\n+\n+// Needed so that any component that uses sizeme can be jest tested\n+import sizeMe from 'react-sizeme';\n+\n+sizeMe.noPla...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(valuecard): add borders and flip order for large width
1
fix
valuecard
127,976
07.06.2019 15:30:16
-10,800
915157ea840cc4d510ba1764bfd1ec0105dea02a
feat: Implement addWallet view
[ { "change_type": "ADD", "diff": "+import * as React from 'react';\n+import styled from '@emotion/styled';\n+import {\n+ inlineSVG,\n+ InlineSVGProps,\n+ mq,\n+ spacing,\n+} from '@heathmont/sportsbet-utils';\n+import { breakpoints, colors } from '@heathmont/sportsbet-tokens';\n+import { cardGradientSizes } ...
TypeScript
MIT License
coingaming/moon-design
feat: Implement addWallet view
1
feat
null
127,946
07.06.2019 16:40:35
-10,800
e2b6ff3e30aa04f446890b8960b0eec29b4f399f
fix: added NavLinkProps to Button and Link
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,13 @@ type ButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement> & {\nsuccess?: boolean;\nas?: any;\nto?: any;\n+ // Manually added these because NavLinkProps extending causes TS errors\n+ activeClassName?: string;\n+ activeStyle?: any;\n+ exact?: boole...
TypeScript
MIT License
coingaming/moon-design
fix: added NavLinkProps to Button and Link
1
fix
null
679,913
07.06.2019 16:55:13
-3,600
e4781e3c34628b222907f806dc730b83edd2022c
refactor(malloc): address TS strictNullChecks flag set default pool size in ctor (0x1000) BREAKING CHANGE: update IMemPool return types callocAs, mallocAs, reallocAs() now return `undefined` instead of `null` if operation failed
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { IRelease, Type, TypedArray } from \"@thi.ng/api\";\nexport interface MemBlock {\naddr: number;\nsize: number;\n- next: MemBlock;\n+ next: MemBlock | null;\n}\nexport interface MemPoolOpts {\n@@ -44,13 +44,13 @@ export interface IMemPool extends IR...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(malloc): address TS strictNullChecks flag - set default pool size in ctor (0x1000) BREAKING CHANGE: update IMemPool return types - callocAs, mallocAs, reallocAs() now return `undefined` instead of `null` if operation failed
1
refactor
malloc
679,913
07.06.2019 17:05:32
-3,600
981b5cedcfa0161cf27f3a78f6a6477134af9982
refactor(vector-pools): address TS strictNullChecks flag BREAKING CHANGE: update return types of various class methods some AList, ArrayList, LinkedList, VecPool methods now return `undefined` if operation failed
[ { "change_type": "MODIFY", "diff": "@@ -48,15 +48,15 @@ export abstract class AVecList<T extends StridedVec> {\nabstract get length(): number;\n- abstract add(): T;\n+ abstract add(): T | undefined;\n- abstract insert(i: number): T;\n+ abstract insert(i: number): T | undefined;\nabstract remove(v: T): boole...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(vector-pools): address TS strictNullChecks flag BREAKING CHANGE: update return types of various class methods - some AList, ArrayList, LinkedList, VecPool methods now return `undefined` if operation failed
1
refactor
vector-pools
679,913
07.06.2019 17:06:33
-3,600
fb315fe1af46b55a7f274c87f2d347c2dc142a54
refactor(strings): address TS strictNullChecks flag
[ { "change_type": "MODIFY", "diff": "@@ -24,8 +24,11 @@ import { truncate } from \"./truncate\";\nexport const center: (\nlineWidth: number,\npad?: string | number\n-) => Stringer<any> = memoizeJ<number, string | number, Stringer<any>>(\n- (n, pad = \" \") => {\n+) => Stringer<any> = memoizeJ<\n+ number,\n+ ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(strings): address TS strictNullChecks flag
1
refactor
strings
679,913
07.06.2019 17:09:29
-3,600
333bf6d9eaafa6b7f363292ba284a525f99d0388
refactor(memoize): address TS strictNullChecks flag
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,8 @@ export function memoize1<A, B>(fn: Fn1<A, B>, cache?: MapLike<A, B>) {\n!cache && (cache = new Map());\nreturn (x: A) => {\nlet res;\n- return cache.has(x) ? cache.get(x) : (cache.set(x, (res = fn(x))), res);\n+ return cache!.has(x)\n+ ? cache!.get(x)\n+...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(memoize): address TS strictNullChecks flag
1
refactor
memoize
679,913
07.06.2019 17:10:24
-3,600
daf1f4c9945836fc560c72eebeb770bbbddea843
refactor(api): update IStack return types (TS strictNullChecks flag)
[ { "change_type": "MODIFY", "diff": "@@ -682,18 +682,18 @@ export interface ISet<V, T> extends IInto<V, T> {\n*\n* @param V value type\n* @param P return type for pop()\n- * @param Q return type for push()\n+ * @param S return type for push()\n*/\n-export interface IStack<V, P, Q> {\n+export interface IStack...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(api): update IStack return types (TS strictNullChecks flag)
1
refactor
api
679,913
07.06.2019 17:13:30
-3,600
cb5ad939d35d078bd251998e8e278bdab78b6bf0
feat(dcons): address TS strictNullChecks flag, minor optimizations extract esnureIndex() & nthCellUnsafe() update pop() to return undefined rather than throw error
[ { "change_type": "MODIFY", "diff": "import {\n+ assert,\nComparator,\nFn,\nICompare,\n@@ -13,13 +14,13 @@ import {\nimport { isArrayLike } from \"@thi.ng/checks\";\nimport { compare } from \"@thi.ng/compare\";\nimport { equiv } from \"@thi.ng/equiv\";\n-import { illegalArgs, illegalState } from \"@thi.ng/er...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(dcons): address TS strictNullChecks flag, minor optimizations - extract esnureIndex() & nthCellUnsafe() - update pop() to return undefined rather than throw error
1
feat
dcons
679,913
07.06.2019 17:14:52
-3,600
dd8806f49758dd66b42fed6e473485a9cc3cb6f8
refactor(rle-pack): address TS strictNullChecks flag
[ { "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: number;\n+ let val: number | undefined;\nlet tail = true;\nlet n = 0;\nlet i = 0;\n@@ -39,7 +39,7 @@ expo...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rle-pack): address TS strictNullChecks flag
1
refactor
rle-pack
679,913
07.06.2019 17:15:35
-3,600
50bf59acb0b85e7802426a61bc848b84d5d89511
refactor(pointfree): address TS strictNullChecks flag
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ const nodeLoc = (node: ASTNode) =>\n* @param ctx\n*/\nconst resolveSym = (node: ASTNode, ctx: pf.StackContext) => {\n- const id = node.id;\n+ const id = node.id!;\nlet w = ctx[2].__words[id] || ALIASES[id] || (<any>pf)[id];\nif (!w) {\nillegalArgs(`${nod...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(pointfree): address TS strictNullChecks flag
1
refactor
pointfree
679,913
07.06.2019 17:16:16
-3,600
1540f3717722f7f5e61ced67a63032577313ae52
feat(compose): address TS strictNullChecks, make Delay.value protected users now MUST use .deref() to obtain result
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { Fn0, IDeref } from \"@thi.ng/api\";\nexport const delay = <T>(body: Fn0<T>) => new Delay<T>(body);\nexport class Delay<T> implements IDeref<T> {\n- value: T;\n+ protected value!: T;\nprotected body: Fn0<T>;\nprotected realized: boolean;\n", "n...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(compose): address TS strictNullChecks, make Delay.value protected - users now MUST use .deref() to obtain result
1
feat
compose
679,913
07.06.2019 17:20:20
-3,600
c7ff9a4ef5b6e4b2140391d7647cb1d10ad0da20
refactor(router): address TS strictNullChecks, update types, add checks BREAKING CHANGE: Route & RouteMatch IDs MUST be strings now update config fields from PropertyKey => string add initial & default route checks in ctor
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ export interface RouteParamValidator {\n* authentication. Apart from `id` and `match` all other fields\n* are optional.\n*/\n-export interface Route extends IID<PropertyKey> {\n+export interface Route extends IID<string> {\n/**\n* Array of path component...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(router): address TS strictNullChecks, update types, add checks BREAKING CHANGE: Route & RouteMatch IDs MUST be strings now - update config fields from PropertyKey => string - add initial & default route checks in ctor
1
refactor
router
679,913
07.06.2019 17:20:38
-3,600
4769638f9fd44535b0266749062e8102b1805f5a
refactor(transducers-binary): address TS strictNullChecks flag
[ { "change_type": "MODIFY", "diff": "@@ -106,7 +106,7 @@ export function base64Encode(...args: any[]): any {\ndefault:\n}\nwhile (buf.length && !isReduced(acc)) {\n- acc = reduce(acc, buf.shift());\n+ acc = reduce(acc, buf.shift()!);\n}\nreturn complete(acc);\n},\n", "new_path": "packages/transducers-bin...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(transducers-binary): address TS strictNullChecks flag
1
refactor
transducers-binary
679,913
07.06.2019 17:21:20
-3,600
c73b207743e7a391b425fc1fe039e52a8832313a
refactor(hiccup): address TS strictNullChecks flag
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ import { implementsFunction } from \"@thi.ng/checks\";\n* @param ctx\n* @param keys\n*/\n-export const derefContext = (ctx: any, keys: PropertyKey[]) => {\n+export const derefContext = (ctx: any, keys: PropertyKey[] | undefined) => {\nif (ctx == null || !k...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hiccup): address TS strictNullChecks flag
1
refactor
hiccup
679,913
07.06.2019 17:21:44
-3,600
526257fea28181cda7ab431da0b12c596d33780a
refactor(hiccup-css): address TS strictNullChecks flag
[ { "change_type": "MODIFY", "diff": "@@ -26,9 +26,9 @@ export const css = (rules: any, opts?: Partial<CSSOpts>) => {\nrules = [...rules];\n}\nif (isArray(rules)) {\n- return expand([], [], rules, <CSSOpts>opts).join(opts.format.rules);\n+ return expand([], [], rules, <CSSOpts>opts).join(opts.format!.rules);\...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hiccup-css): address TS strictNullChecks flag
1
refactor
hiccup-css
679,913
07.06.2019 17:22:16
-3,600
9a1b92e42ad26c260a26dd5b61dc09653cba8823
refactor(hiccup-svg): address TS strictNullChecks flag
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ const gradientStop = ([offset, col]: GradientStop) => {\ncol = fcolor(col);\n// use stop-opacity attrib for safari compatibility\n// https://stackoverflow.com/a/26220870/294515\n- let opacity: string;\n+ let opacity: string | undefined;\nconst parts = RE...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hiccup-svg): address TS strictNullChecks flag
1
refactor
hiccup-svg
679,913
07.06.2019 17:22:56
-3,600
995f5d2b83ace2c854a59ec7aa8c893464fddf0f
refactor(iges): address TS strictNullChecks flag
[ { "change_type": "MODIFY", "diff": "@@ -157,7 +157,7 @@ const formatTerminate = (doc: IGESDocument) =>\n0\n);\n-const formatStatus = (s: EntityStatus) =>\n+const formatStatus = (s: Partial<EntityStatus>) =>\n[s.blank || 0, s.subord || 0, s.usage || 0, s.hierarchy || 0]\n.map($Z2)\n.join(\"\");\n@@ -224,7 +2...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(iges): address TS strictNullChecks flag
1
refactor
iges
679,913
07.06.2019 17:23:52
-3,600
105b5e96254cb7ac34ba55b98e6739b46f4ed06b
refactor(interceptors): address TS strictNullChecks flag, minor update types
[ { "change_type": "MODIFY", "diff": "@@ -3,20 +3,20 @@ import { ReadonlyAtom } from \"@thi.ng/atom\";\nexport type InterceptorFn = (\nstate: any,\ne: Event,\n- bus?: IDispatch,\n- ctx?: InterceptorContext\n+ bus: IDispatch,\n+ ctx: InterceptorContext\n) => InterceptorContext | void;\nexport type InterceptorP...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(interceptors): address TS strictNullChecks flag, minor update types
1
refactor
interceptors
679,913
07.06.2019 17:26:54
-3,600
d83600a5b907e0b0f75040c85b1003d4f6b8b821
refactor(hdom): address TS strictNullChecks flag BREAKING CHANGE: all HDOMImplementation methods now mandatory, update return types
[ { "change_type": "MODIFY", "diff": "@@ -381,7 +381,7 @@ export interface HDOMImplementation<T> {\n*\n* @param id\n*/\n- getElementById(id: string): T;\n+ getElementById(id: string): T | null;\n/**\n* A (potentially) optimized version of these 2 operations in\n@@ -396,7 +396,7 @@ export interface HDOMImpleme...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom): address TS strictNullChecks flag BREAKING CHANGE: all HDOMImplementation methods now mandatory, update return types
1
refactor
hdom
679,913
07.06.2019 17:27:24
-3,600
be151629f6c54708a446d60122c4a1fb5e1d15c7
refactor(hdom-mock): address TS strictNullChecks flag
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,6 @@ import {\nexport const TEXT = Symbol();\nexport class HDOMNode {\n- parent: HDOMNode;\n/**\n* Only real child nodes\n*/\n@@ -25,12 +24,12 @@ export class HDOMNode {\nlisteners: IObjectOf<EventListener[]>;\nvalue: any;\n- checked: boolean;\n+ checked: boo...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom-mock): address TS strictNullChecks flag
1
refactor
hdom-mock
127,946
07.06.2019 18:26:25
-10,800
a7e1463fe7694d7744e4c00670cc4cc6c890336b
feat(nav): side menu improvements
[ { "change_type": "ADD", "diff": "+<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n+<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.0491 16.9568H16.0607H16.0491ZM9.83062 4.86506C11.7846 4.86506 13.4903 5.89426 14.509 7.68928C15.7494 9.87532...
TypeScript
MIT License
coingaming/moon-design
feat(nav): side menu improvements
1
feat
nav
531,793
07.06.2019 21:15:46
-3,600
8117000cb82e2cdd621cccf00de349447a488e04
fix(backend): add a workaround for Go modules issue go.mod keeps getting updated on build but go mod tidy reverts these changes See
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ require (\ngithub.com/gin-gonic/contrib v0.0.0-20190526024457-7fb7810ed2a0\ngithub.com/gin-gonic/gin v1.4.0\ngithub.com/go-bindata/go-bindata v3.1.1+incompatible\n+ github.com/go-logfmt/logfmt v0.4.0\ngithub.com/go-openapi/errors v0.19.0\ngithub.com/go-o...
TypeScript
Apache License 2.0
prymitive/karma
fix(backend): add a workaround for Go modules issue go.mod keeps getting updated on build but go mod tidy reverts these changes See https://github.com/golang/go/issues/31248#issuecomment-500019917
1
fix
backend
679,913
07.06.2019 21:30:51
-3,600
c0dafb980f5534f878b3b5fe91ed7cdde99a6176
fix(memoize): return type memoize1()
[ { "change_type": "MODIFY", "diff": "@@ -13,10 +13,10 @@ import { Fn1, MapLike } from \"./api\";\n*/\nexport function memoize1<A, B>(fn: Fn1<A, B>, cache?: MapLike<A, B>) {\n!cache && (cache = new Map());\n- return (x: A) => {\n+ return (x: A): B => {\nlet res;\nreturn cache!.has(x)\n- ? cache!.get(x)\n+ ? c...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(memoize): return type memoize1()
1
fix
memoize
679,913
07.06.2019 21:37:07
-3,600
d53056bbb6000ad9c4512516a6734d171f0334c9
refactor(cache): address TS strictNullChecks flag
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,10 @@ export class LRUCache<K, V> implements ICache<K, V> {\nprotected opts: CacheOpts<K, V>;\nprotected _size: number;\n- constructor(pairs?: Iterable<[K, V]>, opts?: Partial<CacheOpts<K, V>>) {\n+ constructor(\n+ pairs?: Iterable<[K, V]> | null,\n+ opts?: Par...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(cache): address TS strictNullChecks flag
1
refactor
cache
273,683
07.06.2019 22:04:36
-7,200
1a589c38d8ff603915b7a8afda586b392f7b3c0e
refactor(graphql): minor changes for upcoming updates
[ { "change_type": "MODIFY", "diff": "const { setContext } = require('apollo-link-context')\nconst { HttpLink } = require('apollo-link-http')\n+const fetch = require('node-fetch')\n+\nconst {\nintrospectSchema,\nmakeRemoteExecutableSchema,\ntransformSchema,\nRenameTypes\n} = require('graphql-tools')\n-const f...
JavaScript
MIT License
gridsome/gridsome
refactor(graphql): minor changes for upcoming updates
1
refactor
graphql
503,922
07.06.2019 22:29:31
-7,200
cb97dfdad3e334e7de31f252c92e2e739b0971cf
feat(PF4: Pagination): When empty array sent to pagination no per page should be visible
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ const OptionsToggle = ({\nwidgetId,\nonToggle,\nisOpen,\n+ showToggle,\ntoggleTemplate: ToggleTemplate\n}) => (\n<div className={css(styles.optionsMenuToggle, getModifier(styles, 'plain'), getModifier(styles, 'text'))}>\n@@ -24,6 +25,7 @@ const OptionsTo...
TypeScript
MIT License
patternfly/patternfly-react
feat(PF4: Pagination): When empty array sent to pagination no per page should be visible (#2175)
1
feat
PF4: Pagination
815,593
07.06.2019 22:30:40
-32,400
4059a26365b3cda571ebc7d5cfdae9ca62662d0c
refactor: use enum to replace MinerConfig params map
[ { "change_type": "MODIFY", "diff": "@@ -68,5 +68,5 @@ and don't forget to modify `ckb-miner.toml` miner workers section:\n[[miner.workers]]\nworker_type = \"Dummy\"\ndelay_type = \"Constant\"\n-value = \"5000\"\n+value = 5000\n```\n", "new_path": "docs/ckb-core-dev.md", "old_path": "docs/ckb-core-de...
Rust
MIT License
nervosnetwork/ckb
refactor: use enum to replace MinerConfig params map
1
refactor
null
217,922
07.06.2019 22:35:30
-7,200
0f2313dd520fe3f900c0b7df0adb7cadc7b69142
fix(db): fixed location for gridania map on fishes
[ { "change_type": "MODIFY", "diff": "@@ -218,7 +218,7 @@ export class LocalizedDataService {\nconst result = mapIds.find(map => map.name === name);\nif (result === undefined) {\nif (name === 'Gridania') {\n- return 3;\n+ return 2;\n}\nreturn -1;\n}\n", "new_path": "apps/client/src/app/core/data/localized...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed location for gridania map on fishes
1
fix
db
217,922
07.06.2019 22:41:19
-7,200
47fb55dc300762ddb58e039b6cfa5c9b4239bcb6
fix(lists): fixed an issue with lists ordering inside team panels
[ { "change_type": "MODIFY", "diff": "<div fxLayout=\"column\" fxLayoutGap=\"5px\">\n<nz-collapse *ngFor=\"let teamDisplay of teamsDisplays$ | async;trackBy: trackByTeam\">\n<nz-collapse-panel nzHeader=\"{{teamDisplay.team.name}} ({{teamDisplay.lists.length}})\">\n- <div class=\"ngx-dnd-container\" ngxDroppab...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(lists): fixed an issue with lists ordering inside team panels
1
fix
lists
217,922
07.06.2019 23:08:09
-7,200
070b48bdd47390efeb391343f81e0c56d6624bba
feat(simulator): added new tips from Kumaa and The Balance closes
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,11 @@ import { UsePatientTouchFaster } from './tips/use-patient-touch-faster';\nimport { UseAdvancedTouchInstead } from './tips/use-advanced-touch-instead';\nimport { DoNotOverlapBuffs } from './tips/do-not-overlap-buffs';\nimport { UseByregotBrow5Stacks } fr...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): added new tips from Kumaa and The Balance closes #955
1
feat
simulator
217,922
07.06.2019 23:31:39
-7,200
870fb2de087e8d084dd94937ec8f00b8f781c700
feat(simulator): you can now set an action to failed using right click closes
[ { "change_type": "MODIFY", "diff": "<app-action [action]=\"step.action\"\n[simulation]=\"resultData.simulation\"\n(actionclick)=\"removeAction(i)\"\n+ (contextmenu)=\"$event.preventDefault();toggleFailAction(i)\"\n[disabled]=\"!step.success || step.skipped\"\n[ignoreDisabled]=\"true\"\n[cpCost]=\"step.cpDif...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): you can now set an action to failed using right click closes #844
1
feat
simulator
791,704
08.06.2019 11:37:12
25,200
0e221e51417627daa8aeea7f65e2585e8c73299f
report: rename exports to tools
[ { "change_type": "MODIFY", "diff": "/* eslint-env browser */\n/**\n- * @fileoverview Adds export button, print, and other dynamic functionality to\n+ * @fileoverview Adds tools button, print, and other dynamic functionality to\n* the report.\n*/\n@@ -49,7 +49,7 @@ class ReportUIFeatures {\n/** @type {boolea...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: rename exports to tools (#9135)
1
report
null
217,922
08.06.2019 12:16:09
-7,200
420632d2becad1009c38246ac5a383dee2da0a7d
feat(log-tracker): log tracking is now tied to your character closes
[ { "change_type": "ADD", "diff": "+import { Injectable, NgZone } from '@angular/core';\n+import { NgSerializerService } from '@kaiu/ng-serializer';\n+import { PendingChangesService } from './pending-changes/pending-changes.service';\n+import { AngularFirestore } from '@angular/fire/firestore';\n+import { Fir...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(log-tracker): log tracking is now tied to your character closes #911
1
feat
log-tracker
447,451
08.06.2019 12:22:22
14,400
92c52c27332b745a3b41e8aa76e61504a40ee62c
fix: use checkbox when only one row
[ { "change_type": "MODIFY", "diff": "@@ -1135,4 +1135,14 @@ describe('<Table />', () => {\n});\nexpect(onRowSelectionMockFn).not.toHaveBeenCalled();\n});\n+ it('should set input type to \"checkbox\" when there is only one row', () => {\n+ const singleData = [{ name: 'John Doe' }];\n+ const component = mount(...
JavaScript
MIT License
nexxtway/react-rainbow
fix: use checkbox when only one row (#791)
1
fix
null
217,922
08.06.2019 12:26:58
-7,200
160924d6156509eb547853ce470d97d3d47e89ca
chore: fix for translation mistake
[ { "change_type": "MODIFY", "diff": "\"Do_not_overlap_buffs\": \"You overlapped the buff applied at step {{overlappedIndex}} with the buff applied at step {{overlappingIndex}}, you should delay the second one in order to get maximum benefits from your buffs.\",\n\"Use_byregot_brow_5_stacks\": \"You should us...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix for translation mistake
1
chore
null
217,922
08.06.2019 12:28:32
-7,200
ef7ed271b492ac9d5b2d120f0815e3320a1d90a9
fix(db): brought back translation in action page
[ { "change_type": "MODIFY", "diff": "<div fxFlex=\"1 1 auto\">\n<p *ngIf=\"action.Description\" [innerHTML]=\"action | xivapiI18n: 'Description' | xivUIText\"></p>\n</div>\n+ <div fxLayout=\"column\" fxLayoutGap=\"5px\" fxFlex.lt-md=\"1 1 auto\" fxFlex=\"0 0 300px\">\n+ <div fxLayout=\"row\" fxLayoutGap=\"5p...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): brought back translation in action page
1
fix
db
217,922
08.06.2019 12:52:33
-7,200
dbcd4013c9cf3978e27ff53148c7fe5bd1949677
chore(release): 5.4.15
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.4.15\"></a>\n+## [5.4.15](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.4.15
1
chore
release
447,440
08.06.2019 14:32:47
18,000
d0aa1c7ae2d893e395b803c5d19670ade5b2dc00
feat: import RadioButtonGroup in the root index
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,7 @@ import PrimitiveMenu from './PrimitiveMenu';\nimport ProgressBar from './ProgressBar';\nimport ProgressIndicator from './ProgressIndicator';\nimport ProgressStep from './ProgressStep';\n+import RadioButtonGroup from './RadioButtonGroup';\nimport RadioGro...
JavaScript
MIT License
nexxtway/react-rainbow
feat: import RadioButtonGroup in the root index (#792)
1
feat
null
217,922
08.06.2019 16:32:12
-7,200
d3fd8c7bd0df08a03b3a706f3b4dae00890e844a
fix(auth): fixed an issue with newly created accounts and character linking
[ { "change_type": "MODIFY", "diff": "@@ -227,7 +227,7 @@ export class AuthEffects {\ndebounceTime(100),\nwithLatestFrom(this.store),\nswitchMap(([, state]) => {\n- return this.userService.update(state.auth.uid, { ...state.auth.user }).pipe(\n+ return this.userService.set(state.auth.uid, { ...state.auth.user ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(auth): fixed an issue with newly created accounts and character linking
1
fix
auth
217,922
08.06.2019 16:39:05
-7,200
c36e32297c005a92557dbe18e54fe63bf3b5d089
fix(levequests): fixed a layout issue with levequests page
[ { "change_type": "MODIFY", "diff": "</div>\n<div class=\"results\">\n<app-page-loader [loading]=\"loading\">\n- <nz-list [nzDataSource]=\"results\" [nzRenderItem]=\"leve\" [nzItemLayout]=\"'horizontal'\">\n+ <nz-list [nzDataSource]=\"results\" [nzRenderItem]=\"leve\">\n<ng-template #leve let-leve>\n<nz-list...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(levequests): fixed a layout issue with levequests page
1
fix
levequests
217,922
08.06.2019 16:43:33
-7,200
eb768a2976cd953003cabc3821ef181e0729c3f3
fix(simulator): couple of corrections with the new tips
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,8 @@ export class UseIngenuityBeforeByregot extends RotationTip {\nmatches(simulationResult: SimulationResult): boolean {\nconst simulation = simulationResult.simulation.clone();\nconst byregotsIndex = simulation.actions.findIndex(a => a.is(ByregotsBrow) || a...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): couple of corrections with the new tips
1
fix
simulator
217,922
08.06.2019 16:45:07
-7,200
b9151d1f7a62f0ec7784104f06b5c83b6d08a64e
chore(release): 5.4.16
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.4.16\"></a>\n+## [5.4.16](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.4.16
1
chore
release
679,913
08.06.2019 20:55:47
-3,600
e6e777fa38eec9637c0afa178068dc8b6dff1d23
refactor(geom-accel): address TS strictNullChecks flag
[ { "change_type": "MODIFY", "diff": "@@ -5,17 +5,19 @@ import { Heap } from \"@thi.ng/heaps\";\nimport { EPS } from \"@thi.ng/math\";\nimport { distSq, ReadonlyVec, Vec } from \"@thi.ng/vectors\";\n+type MaybeKdNode<K extends ReadonlyVec, V> = KdNode<K, V> | null;\n+\nconst CMP = (a: [number, any], b: [numbe...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-accel): address TS strictNullChecks flag
1
refactor
geom-accel
679,913
08.06.2019 20:56:18
-3,600
e16c780b80d7997f57f61ca453a529729274bf97
refactor(geom-clip): address TS strictNullChecks flag
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ export const liangBarsky2 = (\nmax: Vec,\nca?: Vec,\ncb?: Vec\n-): [Vec, Vec, number, number] => {\n+): [Vec, Vec, number, number] | undefined => {\nconst ax = a[0];\nconst ay = a[1];\nconst dx = b[0] - ax;\n", "new_path": "packages/geom-clip/src/lia...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-clip): address TS strictNullChecks flag
1
refactor
geom-clip
679,913
08.06.2019 20:57:30
-3,600
eaceb1ae9324fa1b2f9bfdf55a758aecd51cb342
fix(geom-isec): add missing return type for intersectRayCircle()
[ { "change_type": "MODIFY", "diff": "import { IntersectionResult, IntersectionType } from \"@thi.ng/geom-api\";\n-import { dot, maddN, magSq, ReadonlyVec, sub } from \"@thi.ng/vectors\";\n+import {\n+ dot,\n+ maddN,\n+ magSq,\n+ ReadonlyVec,\n+ sub\n+} from \"@thi.ng/vectors\";\nimport { NONE } from \"./api\...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(geom-isec): add missing return type for intersectRayCircle()
1
fix
geom-isec
679,913
08.06.2019 21:00:18
-3,600
f1b8ef9c68683ec0733eb7153576f74096884c80
refactor(geom-closest-point): TS strictNullChecks, update return types
[ { "change_type": "MODIFY", "diff": "@@ -57,7 +57,7 @@ export const closestPointLine = (\np: ReadonlyVec,\na: ReadonlyVec,\nb: ReadonlyVec\n-) => mixN([], a, b, closestT(p, a, b));\n+) => mixN([], a, b, closestT(p, a, b) || 0);\n/**\n* Returns distance from `p` to closest point to infinite line `a` ->\n@@ -1...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-closest-point): TS strictNullChecks, update return types
1
refactor
geom-closest-point
679,913
08.06.2019 21:01:21
-3,600
877a6c0a945d05fb8d34cc9fdbbf684e5f189aa4
refactor(geom-voronoi): address TS strictNullChecks flag
[ { "change_type": "MODIFY", "diff": "@@ -92,7 +92,7 @@ export class DVMesh<T> {\naddKeys(pts: Iterable<ReadonlyVec>, eps?: number) {\nfor (let p of pts) {\n- this.add(p, null, eps);\n+ this.add(p, undefined, eps);\n}\nthis.computeDual();\n}\n@@ -139,7 +139,7 @@ export class DVMesh<T> {\nconst visitedEdges: I...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-voronoi): address TS strictNullChecks flag
1
refactor
geom-voronoi
679,913
08.06.2019 21:02:02
-3,600
198fb4cc591224ed87712eaf8be4b0694e62d6a0
refactor(geom-resample): TS strictNullChecks, update return types
[ { "change_type": "MODIFY", "diff": "import { isPlainObject } from \"@thi.ng/checks\";\n-import { copyVectors, ReadonlyVec } from \"@thi.ng/vectors\";\nimport { DEFAULT_SAMPLES, SamplingOpts } from \"@thi.ng/geom-api\";\n+import { copyVectors, ReadonlyVec } from \"@thi.ng/vectors\";\nimport { Sampler } from ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-resample): TS strictNullChecks, update return types
1
refactor
geom-resample
679,913
08.06.2019 21:05:53
-3,600
70da11e3215befe19fb2377a620712d0d6200997
refactor(geom-isoline): address TS strictNullChecks flag
[ { "change_type": "MODIFY", "diff": "@@ -126,8 +126,8 @@ export function* isolines(src: ReadonlyVec, w: number, h: number, iso: number) {\nlet from: number;\nlet to = -1;\nlet clear: number;\n- let x: number;\n- let y: number;\n+ let x!: number;\n+ let y!: number;\nconst w1 = w - 1;\nconst h1 = h - 1;\nconst...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-isoline): address TS strictNullChecks flag
1
refactor
geom-isoline
679,913
08.06.2019 21:06:33
-3,600
60e8f32f7c930af27045a7437f55f5ae8ae697ce
refactor(geom-arc): address TS strictNullChecks flag
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ export const sample = (\n? { num: opts, last: true }\n: { num: DEFAULT_SAMPLES, ...opts };\nlet delta = end - start;\n- let num = opts.theta ? Math.round(delta / opts.theta) : opts.num;\n+ let num = opts.theta ? Math.round(delta / opts.theta) : opts.num!...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-arc): address TS strictNullChecks flag
1
refactor
geom-arc
217,922
08.06.2019 21:53:58
-7,200
335f818e061e8682d4c9c419bd06297b53949476
fix(db): show banner only if there is one to show
[ { "change_type": "MODIFY", "diff": "<div class=\"item-kind\" *ngIf=\"xivapiQuest.JournalGenre\">{{xivapiQuest.JournalGenre | xivapiI18n}}</div>\n</div>\n</div>\n- <img [src]=\"xivapiQuest.Banner | xivapiIcon\" alt=\"\" class=\"instance-banner\">\n+ <img *ngIf=\"xivapiQuest.Banner\" [src]=\"xivapiQuest.Banne...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): show banner only if there is one to show
1
fix
db
217,922
09.06.2019 11:43:47
-7,200
2041e63b806f2da2e4dd461b3edb3dd003347a94
fix(db): fixed a bug with comment links and comments posting
[ { "change_type": "MODIFY", "diff": "@@ -11,9 +11,9 @@ import { I18nToolsService } from '../../../core/tools/i18n-tools.service';\n})\nexport class CommentLinksPipe implements PipeTransform {\n- private xivdbRegexp = /https?:\\/\\/(en|fr|de|ja)?\\.?xivdb\\.com\\/(\\w+)\\/(\\d+)\\/(\\S+)/gmi;\n- private tcReg...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed a bug with comment links and comments posting
1
fix
db
217,922
09.06.2019 12:18:56
-7,200
ebd36ea1442ba2a76f469f3bc5c9d3bf1592e766
feat(db): you now get notifications for replies to your comments in database
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,8 @@ import { DbButtonComponent } from './db-button/db-button.component';\nimport { NgZorroAntdModule } from 'ng-zorro-antd';\nimport { RouterModule } from '@angular/router';\nimport { ItemRarityDirective } from './item-rarity/item-rarity.directive';\n+import...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(db): you now get notifications for replies to your comments in database
1
feat
db
217,922
09.06.2019 12:21:23
-7,200
6e861b1dfd8e86be0d7942725b435045744e5d33
chore(release): 5.4.17
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.4.17\"></a>\n+## [5.4.17](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.4.17
1
chore
release
447,440
09.06.2019 12:49:32
18,000
8ac09c21f07980c94a608b58fd2a752f68dc7f1f
styles: fix activiti-timeline container styles
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport PropTypes from 'prop-types';\n+import classnames from 'classnames';\n+import './styles.css';\n/**\n* The ActivityTimeline displays each of any item upcoming, current, and past activities.\n@@ -8,8 +10,11 @@ import PropTypes from 'prop-ty...
JavaScript
MIT License
nexxtway/react-rainbow
styles: fix activiti-timeline container styles (#800)
1
styles
null
679,913
09.06.2019 13:11:53
-3,600
0d9b7cba16e24b65fdaa486571b09c525bd54bdf
fix(transducers): fix cat/mapcat arg types
[ { "change_type": "MODIFY", "diff": "import { Reducer, Transducer } from \"../api\";\nimport { compR } from \"../func/compr\";\n-import { isReduced, unreduced, ensureReduced } from \"../reduced\";\n+import { ensureReduced, isReduced, unreduced } from \"../reduced\";\n/**\n* Transducer to concatenate iterable...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(transducers): fix cat/mapcat arg types
1
fix
transducers
217,922
09.06.2019 13:49:45
-7,200
6ce3d984b6d05d7cdf11e80091622e9e0b4467b2
fix(simulator): fixed condition for cz timing tip
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,9 @@ import { RotationTip } from '../rotation-tip';\nimport { RotationTipType } from '../rotation-tip-type';\nimport { SimulationResult } from '../../simulation/simulation-result';\nimport { ComfortZone } from '../../model/actions/buff/comfort-zone';\n+import {...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed condition for cz timing tip
1
fix
simulator
679,913
09.06.2019 14:02:13
-3,600
c5b47579365e3fbbdb06962c87d5e79715175c0d
fix(geom-closest-point): update polyline & point array fns
[ { "change_type": "MODIFY", "diff": "@@ -128,6 +128,7 @@ export const closestPointPolyline = (\nclosed = false,\nout: Vec = []\n) => {\n+ if (!pts.length) return;\nconst tmp: Vec = [];\nconst n = pts.length - 1;\nlet minD = Infinity,\n@@ -185,7 +186,11 @@ export const farthestPointSegment = (\nreturn [maxIdx...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(geom-closest-point): update polyline & point array fns
1
fix
geom-closest-point
104,818
09.06.2019 14:09:58
-7,200
9014f2a9287b5e8e05011f1eaec5d80d04b16a7d
fix(valuecard): handle null units in flyover
[ { "change_type": "MODIFY", "diff": "@@ -93,7 +93,7 @@ const ValueCard = ({ title, content, size, ...others }) => {\nreturn (\n<SizeMe>\n{({ size: measuredSize }) => {\n- const isVertical = measuredSize && measuredSize.width < 300;\n+ const isVertical = !measuredSize || measuredSize.width < 300;\nreturn (\n<...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(valuecard): handle null units in flyover
1
fix
valuecard
815,593
09.06.2019 14:26:33
-32,400
81b049edf0d49f41c0d35860d117ad28bc329e4e
chore: avoids zombie process
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,7 @@ impl Drop for ProcessGuard {\nErr(e) => info!(\"Could not kill ckb process: {}\", e),\nOk(_) => info!(\"Successfully killed ckb process\"),\n}\n+ let _ = self.0.wait();\n}\n}\n", "new_path": "test/src/node.rs", "old_path": "test/src/node.rs" } ...
Rust
MIT License
nervosnetwork/ckb
chore: avoids zombie process
1
chore
null
815,593
09.06.2019 14:26:49
-32,400
6a421f3310a4b8e64b6c6029c60a47596dc8a43e
chore: rebase with develop and pass integration test
[ { "change_type": "MODIFY", "diff": "@@ -5,9 +5,10 @@ use ckb_util::Mutex;\nuse jsonrpc_client_core::{expand_params, jsonrpc_client, Result as JsonRpcResult};\nuse jsonrpc_client_http::{HttpHandle, HttpTransport};\nuse jsonrpc_types::{\n- Alert, Block, BlockNumber, BlockTemplate, BlockView, CellOutputWithOut...
Rust
MIT License
nervosnetwork/ckb
chore: rebase with develop and pass integration test
1
chore
null
104,818
09.06.2019 14:37:09
-7,200
ec498efbc7f7862a2814fbe2eb372976a3309016
fix(valuecard): build error
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport styled from 'styled-components';\n-import { SizeMe } from 'react-sizeme';\n+import withSize from 'react-sizeme';\nimport { ValueCardPropTypes, CardPropTypes } from '../../constants/PropTypes';\nimport { CARD_LAYOUTS, CARD_SIZES, CARD_CON...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(valuecard): build error
1
fix
valuecard
679,913
09.06.2019 14:48:28
-3,600
9d0b1f1ef5245907e91b4882a14bac02ecada32e
refactor(bencode): TS strictNullChecks
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ import {\nisString\n} from \"@thi.ng/checks\";\nimport { defmulti } from \"@thi.ng/defmulti\";\n-import { illegalState } from \"@thi.ng/errors\";\n+import { illegalState, unsupported } from \"@thi.ng/errors\";\nimport { mapcat } from \"@thi.ng/transducers\...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(bencode): TS strictNullChecks
1
refactor
bencode
679,913
09.06.2019 14:49:27
-3,600
da909ac2d152c8d3f7a21572b4088b1fdd3b8ba0
fix(csp): TS strictNullChecks, update various return types
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ export interface ChannelItem<T> {\nexport interface IBuffer<T> extends ILength, IRelease {\nisEmpty(): boolean;\nisFull(): boolean;\n- drop(): ChannelItem<T>;\n+ drop(): ChannelItem<T> | undefined;\npush(x: ChannelItem<T>): boolean;\n}\n", "new_path"...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(csp): TS strictNullChecks, update various return types
1
fix
csp
679,913
09.06.2019 14:49:59
-3,600
64aba00d4d0c49afd68c2316237e1240cfe63d54
feat(compose): add ifDef()
[ { "change_type": "ADD", "diff": "+import { Fn } from \"@thi.ng/api\";\n+\n+/**\n+ * Returns f(x) iff `x` is not null or undefined.\n+ *\n+ * @param f\n+ * @param x\n+ */\n+export const ifDef = <A, B>(f: Fn<A, B>, x: A | null | undefined) =>\n+ x != null ? f(x) : undefined;\n", "new_path": "packages/comp...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(compose): add ifDef()
1
feat
compose
679,913
09.06.2019 14:51:33
-3,600
b628e6116d0206e02870ca17ac7a4faec1d0efb6
refactor(adjacency): TS strictNullChecks
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ export class BFS {\nmarked.setAt(id);\n}\nwhile (queue.length) {\n- const v = queue.drop();\n+ const v = queue.drop()!;\nfor (let n of this.graph.neighbors(v)) {\nconst c = dist[v] + cost(v, n);\nif (c < dist[n] || !marked.at(n)) {\n", "new_path": "p...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(adjacency): TS strictNullChecks
1
refactor
adjacency
807,849
09.06.2019 15:13:35
25,200
ea861d9ca3d5e9cbef5c12668044b074da67aa94
fix(publish): Allow per-leaf subdirectory publishing Thanks for the original implementation. Closes
[ { "change_type": "MODIFY", "diff": "@@ -98,6 +98,9 @@ lerna publish --contents dist\n# publish the \"dist\" subfolder of every Lerna-managed leaf package\n```\n+**NOTE:** You should wait until the `postpublish` lifecycle phase (root or leaf) to clean up this generated subdirectory,\n+as the generated packag...
JavaScript
MIT License
lerna/lerna
fix(publish): Allow per-leaf subdirectory publishing Thanks @heavypennies for the original implementation. Closes #2109
1
fix
publish
679,913
09.06.2019 15:19:00
-3,600
9f9be1d4c977659ee7fd5df4f4d6d8b76b102aac
feat(iterators): TS strictNullChecks last() now returns <T> or undefined
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ export function* butLast<T>(input: Iterable<T>) {\nlet first = true;\nwhile (((v = iter.next()), !v.done)) {\nif (!first) {\n- yield prev;\n+ yield prev!;\n}\nprev = v.value;\nfirst = false;\n", "new_path": "packages/iterators/src/butlast.ts", "old...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(iterators): TS strictNullChecks - last() now returns <T> or undefined
1
feat
iterators
679,913
09.06.2019 15:19:39
-3,600
01210fe755ff18729686fbb48ea415ff289e3c2c
refactor(transducers-stats): TS strictNullChecks
[ { "change_type": "MODIFY", "diff": "import { illegalArgs } from \"@thi.ng/errors\";\n-import { compR, iterator1, Reducer, Transducer } from \"@thi.ng/transducers\";\n+import {\n+ compR,\n+ iterator1,\n+ Reducer,\n+ Transducer\n+} from \"@thi.ng/transducers\";\n/**\n* https://en.wikipedia.org/wiki/Moving_ave...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(transducers-stats): TS strictNullChecks
1
refactor
transducers-stats
679,913
09.06.2019 15:23:39
-3,600
950cb6d95def19c249035b5d655b249f10970201
refactor(dgraph): TS strictNullChecks
[ { "change_type": "MODIFY", "diff": "@@ -121,7 +121,7 @@ export class DGraph<T> implements Iterable<T>, ICopy<DGraph<T>> {\nif (!queue.size) {\nreturn sorted.reverse();\n}\n- const node = queue.first();\n+ const node = queue.first()!;\nqueue.delete(node);\nfor (let d of [...g.immediateDependencies(node)]) {\...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(dgraph): TS strictNullChecks
1
refactor
dgraph
807,849
09.06.2019 15:24:32
25,200
b922766147c7611d71d002c13f829821e0402892
fix(npm-publish): Use generated manifest when publishing subdirectory Fixes
[ { "change_type": "MODIFY", "diff": "@@ -119,6 +119,43 @@ describe(\"npm-publish\", () => {\n);\n});\n+ it(\"uses pkg.contents manifest when pkg.publishConfig.directory is defined\", async () => {\n+ const fancyPkg = new Package(\n+ {\n+ name: \"fancy\",\n+ version: \"1.10.100\",\n+ publishConfig: {\n+ direc...
JavaScript
MIT License
lerna/lerna
fix(npm-publish): Use generated manifest when publishing subdirectory Fixes #2113
1
fix
npm-publish
217,922
09.06.2019 15:40:46
-7,200
2d1ac053cb729850e5ec64e502dc373893f8fa28
fix(simulator): fixed failing condition falling back to missing level
[ { "change_type": "MODIFY", "diff": "@@ -63,7 +63,7 @@ export abstract class CraftingAction {\nreturn SimulationFailCause.MISSING_LEVEL_REQUIREMENT;\n}\n}\n- if (simulationState.crafterStats.level >= levelRequirement.level) {\n+ if (simulationState.crafterStats.level < levelRequirement.level) {\nreturn Simul...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed failing condition falling back to missing level
1
fix
simulator
815,593
09.06.2019 16:51:03
-32,400
6197df1a2a1220694975d118b1ebf4f7173a8bfb
fix: try to fix windows miner status output cursor blink issue
[ { "change_type": "MODIFY", "diff": "@@ -149,14 +149,20 @@ fn path(graph: &[u64], start: u64) -> Vec<u64> {\npath\n}\n+const STATE_UPDATE_INTERVAL: usize = 16;\n+\nimpl Worker for CuckooSimple {\nfn run(&mut self, progress_bar: ProgressBar) {\n+ let mut state_update_counter = 0usize;\n+ let mut start = Syste...
Rust
MIT License
nervosnetwork/ckb
fix: try to fix windows miner status output cursor blink issue
1
fix
null
815,593
09.06.2019 16:54:01
-32,400
6e13a87c3b3c53691975ba3090672a69c3db8238
chore: rpc doc style
[ { "change_type": "MODIFY", "diff": "@@ -989,8 +989,8 @@ Create index for live cells and transactions by the hash of lock script.\n#### Parameters\n- lock_hash - Cell lock script hash\nindex_from - Create an index from starting block number, an optional parameter, null means starting from tip\n+ lock_hash - ...
Rust
MIT License
nervosnetwork/ckb
chore: rpc doc style
1
chore
null
447,447
09.06.2019 17:44:15
14,400
76df35e4b138f3998fdce70179e16c566b4a2d08
fix: fix default value on value props on calendar component
[ { "change_type": "MODIFY", "diff": "@@ -71,4 +71,28 @@ describe('Calendar', () => {\n}),\n);\n});\n+ it('should render a day selected when value passed is a date', () => {\n+ const value = new Date('04/24/2019');\n+ const component = mount(<Calendar value={value} />);\n+ expect(\n+ component\n+ .find(\n+ 'b...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix default value on value props on calendar component (#796)
1
fix
null
679,913
09.06.2019 18:14:04
-3,600
112f41ee212452905c6a33454e6c589eece7b937
refactor(hdom-components): TS strictNullChecks
[ { "change_type": "MODIFY", "diff": "@@ -92,7 +92,7 @@ const groupBody = (\n) => {\nswitch (buttons.length) {\ncase 0:\n- return;\n+ return [];\ncase 1:\nreturn [bt(opts.inner || opts.first, disabled, buttons[0])];\ncase 2:\n", "new_path": "packages/hdom-components/src/button-group.ts", "old_path": "...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom-components): TS strictNullChecks
1
refactor
hdom-components
679,913
09.06.2019 18:27:07
-3,600
b79d0c626557bda4376f3a2bf979122c519a1e3f
refactor(hdom-canvas): TS strictNullChecks
[ { "change_type": "MODIFY", "diff": "-import { IObjectOf, NO_OP } from \"@thi.ng/api\";\n+import { assert, IObjectOf, NO_OP } from \"@thi.ng/api\";\nimport {\nisArray,\nisArrayLike,\n@@ -153,14 +153,15 @@ export const createTree = (\n) => {\n// console.log(Date.now(), \"draw\");\nconst ctx = canvas.getContex...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom-canvas): TS strictNullChecks
1
refactor
hdom-canvas
679,913
09.06.2019 18:28:06
-3,600
6d213bd1d637b3017c028862eb8075a5805e1813
fix(vectors): update arg types
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import { ReadonlyVec, Vec } from \"./api\";\nimport { randNorm } from \"./random\";\nexport const jitter = (\n- out: Vec,\n+ out: Vec | null,\na: ReadonlyVec,\nn = 1,\nrnd: IRandom = SYSTEM\n", "new_path": "packages/vectors/src/jitter.ts", "old_pat...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(vectors): update arg types
1
fix
vectors
679,913
09.06.2019 18:28:41
-3,600
09b42da465223eea2b9b8917d9f92dac1368efd2
refactor(poisson): TS strictNullChecks
[ { "change_type": "MODIFY", "diff": "@@ -74,13 +74,17 @@ export interface PoissonOpts {\nrnd?: IRandom;\n}\n-export const samplePoisson = (opts: Partial<PoissonOpts>) => {\n- opts = {\n+/**\n+ *\n+ * @param opts\n+ */\n+export const samplePoisson = (_opts: PoissonOpts) => {\n+ const opts = {\nrnd: SYSTEM,\ni...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(poisson): TS strictNullChecks
1
refactor
poisson
679,913
09.06.2019 20:07:24
-3,600
493ea57388c7603b8cea74ce6c60b9285facc13d
refactor(atom): TS strictNullChecks BREAKING CHANGE: IView & IHistory methods can return undefined Atom ctor requires an initial state now
[ { "change_type": "MODIFY", "diff": "@@ -30,11 +30,11 @@ export interface ISwap<T> {\nswapIn<V>(path: Path, fn: SwapFn<V>, ...args: any[]): T;\n}\n-export interface IView<T> extends IDeref<T>, IID<string>, IRelease {\n+export interface IView<T> extends IDeref<T | undefined>, IID<string>, IRelease {\nreadonly...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(atom): TS strictNullChecks BREAKING CHANGE: IView & IHistory methods can return undefined - Atom ctor requires an initial state now
1
refactor
atom
217,922
09.06.2019 20:11:04
-7,200
ff86c641ec29cd7ca29d4b19523784848494878d
chore: small analytics stuff for science
[ { "change_type": "MODIFY", "diff": "@@ -982,8 +982,20 @@ if (hasTodo('traits')) {\nif (hasTodo('items')) {\nconst names = {};\nconst rarities = {};\n- getAllPages('https://xivapi.com/Item?columns=ID,Name_*,Rarity').subscribe(page => {\n+ const mostUsed = [];\n+ getAllPages('https://xivapi.com/Item?columns=I...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small analytics stuff for science
1
chore
null
679,913
09.06.2019 22:01:00
-3,600
1aad8567c28b9839e3f87a760b465153b4a43120
fix(rstream): TS strictNullChecks, add assertions
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,7 @@ export const fromAtom = <T>(\nnew Stream<T>((stream) => {\nchanged = changed || ((a, b) => a !== b);\natom.addWatch(stream.id, (_, prev, curr) => {\n- if (changed(prev, curr)) {\n+ if (changed!(prev, curr)) {\nstream.next(curr);\n}\n});\n", "new_path...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream): TS strictNullChecks, add assertions
1
fix
rstream
679,913
09.06.2019 22:02:46
-3,600
efca49ca28e2e19d7a6381da8aaf3d0df93d988c
refactor(rstream-dot): TS strictNullChecks
[ { "change_type": "MODIFY", "diff": "@@ -14,9 +14,9 @@ export type NodeType =\nexport interface Node {\nid: number;\nlabel: string;\n- type: string;\n- xform: boolean;\n- body: string;\n+ type?: string;\n+ xform?: boolean;\n+ body?: string;\n}\nexport interface WalkState {\n", "new_path": "packages/rstre...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-dot): TS strictNullChecks
1
refactor
rstream-dot
679,913
09.06.2019 22:03:16
-3,600
bac2904febd0b303b50ca795e8de2eabac1f5890
refactor(rstream-gestures): TS strictNullChecks
[ { "change_type": "MODIFY", "diff": "@@ -109,13 +109,12 @@ export interface GestureStreamOpts extends IID<string> {\n*/\nexport const gestureStream = (\nel: HTMLElement,\n- opts?: Partial<GestureStreamOpts>\n+ _opts?: Partial<GestureStreamOpts>\n): StreamMerge<any, GestureEvent> => {\n- let isDown = false,\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-gestures): TS strictNullChecks
1
refactor
rstream-gestures
679,913
09.06.2019 22:04:50
-3,600
fa94f628ca6427683682d879910036e9392e5dea
refactor(rstream-graph): TS strictNullChecks
[ { "change_type": "MODIFY", "diff": "@@ -133,7 +133,7 @@ const prepareNodeInputs = (\n};\nconst prepareNodeOutputs = (\n- outs: IObjectOf<NodeOutputSpec>,\n+ outs: IObjectOf<NodeOutputSpec> | undefined,\nnode: ISubscribable<any>,\nstate: IAtom<any>,\nnodeID: string\n@@ -262,7 +262,7 @@ export const node1 = (...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-graph): TS strictNullChecks
1
refactor
rstream-graph
679,913
09.06.2019 22:05:40
-3,600
29ef1a5e9822d4c8422a35e6058f1305a9323011
refactor(rstream-log): TS strictNullChecks
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ export const formatString = (\nbodyFmt = bodyFmt || ((x) => x.toString());\nreturn map(\n([level, id, time, ...body]) =>\n- `[${LogLevel[level]}] ${id}: ${dtFmt(time)} ${bodyFmt(body)}`\n+ `[${LogLevel[level]}] ${id}: ${dtFmt!(time)} ${bodyFmt!(body)}`\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-log): TS strictNullChecks
1
refactor
rstream-log
679,913
09.06.2019 22:06:17
-3,600
0c05d6cf88c720fb1e37e36310e57f3f78f9a977
refactor(rstream-query): TS strictNullChecks
[ { "change_type": "MODIFY", "diff": "-import { IObjectOf } from \"@thi.ng/api\";\n+import { assert, IObjectOf } from \"@thi.ng/api\";\nimport { intersection, join } from \"@thi.ng/associative\";\nimport { equiv } from \"@thi.ng/equiv\";\nimport { illegalArgs } from \"@thi.ng/errors\";\n@@ -143,16 +143,16 @@ ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-query): TS strictNullChecks
1
refactor
rstream-query
104,827
09.06.2019 22:25:11
18,000
af576f3c7ce49390ebaeafe2724948950fc87a75
feat(valuecard): thresholds
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,21 @@ const TrendIcon = styled(Icon)`\nmargin-right: 0.25rem;\n`;\n+const ThresholdIconWrapper = styled.div`\n+ width: 1rem;\n+ height: 1rem;\n+ margin: 0 0 0.5rem 0.5rem;\n+`;\n+\n+const ThresholdIcon = styled(Icon)`\n+ ${props =>\n+ props.color &&\n+ `\n+ c...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(valuecard): thresholds
1
feat
valuecard
447,440
09.06.2019 23:17:38
18,000
5586fcae05fcfaa161f01de1ce0a09ab170fe281
fix: change some calendar styles
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,6 @@ export default function UserFirstPost(props) {\nviewBox=\"0 0 512 512\"\nversion=\"1.1\"\n>\n- <desc>Created with Sketch.</desc>\n<g id=\"pages\" stroke=\"none\" strokeWidth=\"1\" fill=\"none\" fillRule=\"evenodd\">\n<g id=\"attach\" fillRule=\"nonzero\"...
JavaScript
MIT License
nexxtway/react-rainbow
fix: change some calendar styles (#802)
1
fix
null
679,913
09.06.2019 23:33:11
-3,600
d59284599ba896e29a38fedebddb083c97ca6335
refactor(associative): TS strictNullChecks, fix
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ export interface IEquivSet<T>\nexport interface EquivSetConstructor<T> {\nnew (): IEquivSet<T>;\n- new (values?: Iterable<T>, opts?: any): IEquivSet<T>;\n+ new (values?: Iterable<T> | null, opts?: any): IEquivSet<T>;\nreadonly prototype: IEquivSet<T>;\n}...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(associative): TS strictNullChecks, fix #88
1
refactor
associative
679,913
10.06.2019 00:09:30
-3,600
e997742daf159bd815c59c004bf1be656f8178ef
refactor(sax): TS strictNullChecks
[ { "change_type": "MODIFY", "diff": "@@ -95,16 +95,16 @@ export enum Type {\ninterface ParseState extends FSMState {\nscope: any[];\n- tag: string;\n- attribs: any;\n- body: string;\n- name: string;\n- val: string;\npos: number;\n- quote: string;\n- phase: number;\n- isProc: boolean;\nopts: Partial<ParseOpts...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(sax): TS strictNullChecks
1
refactor
sax
815,605
10.06.2019 05:42:48
0
adcd847b80f18ab8180c054eb36d21adf95c891f
feat: Add load_code syscall This newly added syscall can be used to load cell data into VM as executable memory. This can be used to dynamically load code into VM on demand.
[ { "change_type": "ADD", "diff": "+use crate::syscalls::{\n+ Source, SourceEntry, INDEX_OUT_OF_BOUND, ITEM_MISSING, LOAD_CODE_SYSCALL_NUMBER,\n+ SLICE_OUT_OF_BOUND, SUCCESS,\n+};\n+use ckb_core::cell::{CellMeta, ResolvedOutPoint};\n+use ckb_store::LazyLoadCellOutput;\n+use ckb_vm::{\n+ memory::{Memory, FLAG_...
Rust
MIT License
nervosnetwork/ckb
feat: Add load_code syscall This newly added syscall can be used to load cell data into VM as executable memory. This can be used to dynamically load code into VM on demand.
1
feat
null
104,827
10.06.2019 07:39:33
18,000
a59b9effbb88027e016893b135743a9d51add96d
fix(valuecard): moved layout into value card story updates to highlight threshold and new value card permutations removed layout reference from list card and table card
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,6 @@ import Popup20 from '@carbon/icons-react/lib/popup/20';\nimport styled from 'styled-components';\nimport {\n- CARD_LAYOUTS,\nCARD_TITLE_HEIGHT,\nCARD_CONTENT_PADDING,\nCARD_SIZES,\n@@ -40,8 +39,8 @@ const CardWrapper = styled.div`\n/** Header */\nexport ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(valuecard): moved layout into value card - story updates to highlight threshold and new value card permutations - removed layout reference from list card and table card
1
fix
valuecard
722,013
10.06.2019 08:06:29
18,000
b4def7feb96c10b5e88fd74ccdc715abb10be502
docs: remove version nmbers from example pkg
[ { "change_type": "MODIFY", "diff": "\"compatible\",\n\"IE11\"\n],\n- \"version\": \"3.10.1\",\n\"private\": true,\n\"homepage\": \"https://github.com/vue-styleguidist/vue-styleguidist\",\n\"repository\": {\n", "new_path": "examples/basic/package.json", "old_path": "examples/basic/package.json" }, ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: remove version nmbers from example pkg
1
docs
null