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
217,922
28.03.2019 13:49:15
-3,600
30c25e4dbc26e67fc1a24e6218ea0b5488999aae
feat: added auto completion on tags input box
[ { "change_type": "MODIFY", "diff": "{{ tag }}\n</nz-tag>\n<nz-tag *ngIf=\"!tagInputVisible\" class=\"editable-tag\" nzNoAnimation (click)=\"showTagInput()\">\n- <i nz-icon type=\"plus\"></i> New Tag\n+ <i nz-icon type=\"plus\"></i> {{'LIST_DETAILS.New_tag' | translate}}\n</nz-tag>\n<input\n#inputElement\nst...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: added auto completion on tags input box #774
1
feat
null
679,913
28.03.2019 13:56:45
0
e37f34690c28f9dcba3669260befe1d466b5ac97
chore(dcons): update IStack impl
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ export class DCons<T>\nILength,\nIReducible<any, T>,\nIRelease,\n- IStack<T, DCons<T>> {\n+ IStack<T, T, DCons<T>> {\nhead: ConsCell<T>;\ntail: ConsCell<T>;\nprotected _length: number = 0;\n", "new_path": "packages/dcons/src/index.ts", "old_path"...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore(dcons): update IStack impl
1
chore
dcons
679,913
28.03.2019 13:57:11
0
950add8e0800d24a973e825c980b09c8b73220dc
chore(heaps): update IStack impl
[ { "change_type": "MODIFY", "diff": "-import { ICopy, IEmpty } from \"@thi.ng/api\";\n+import { ICopy, IEmpty, IStack } from \"@thi.ng/api\";\nimport { compare } from \"@thi.ng/compare\";\n-\nimport { DHeapOpts } from \"./api\";\nimport { Heap } from \"./heap\";\n@@ -8,13 +7,13 @@ import { Heap } from \"./he...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore(heaps): update IStack impl
1
chore
heaps
273,683
28.03.2019 14:17:01
-3,600
9817cb154a78dc6b29f1a4a3cad8e162b7a5c039
test(app): update tests
[ { "change_type": "MODIFY", "diff": "@@ -28,10 +28,10 @@ test('setup basic config', () => {\nexpect(config.siteName).toEqual('Gridsome')\nexpect(config.titleTemplate).toEqual('%s | Test')\nexpect(config.icon.favicon).toHaveProperty('sizes')\n- expect(config.icon.favicon).toHaveProperty('src', 'src/favicon.pn...
JavaScript
MIT License
gridsome/gridsome
test(app): update tests
1
test
app
679,913
28.03.2019 14:56:50
0
49952fdb1acc1f2c7692fd7a01ccc5ffa7f340a5
fix(paths): fix getIn for empty leaves, add tests
[ { "change_type": "MODIFY", "diff": "@@ -14,8 +14,6 @@ const compS = (k, f) => (s, v) => (\n(s = _copy(s)), (s[k] = f ? f(s[k], v) : v), s\n);\n-const compG = (k, f) => (s) => (s ? f(s[k]) : undefined);\n-\n/**\n* Converts the given key path to canonical form (array).\n*\n@@ -107,36 +105,39 @@ export const g...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(paths): fix getIn for empty leaves, add tests
1
fix
paths
104,857
28.03.2019 15:08:31
18,000
02d23f4908c4f23641e24b6f0fbbbca69c1b9fa9
chore(table): table horizontal scrolling
[ { "change_type": "MODIFY", "diff": "@@ -222,7 +222,6 @@ const Table = props => {\n(options.hasRowActions ? 1 : 0);\nreturn (\n<div id={id}>\n- <TableContainer>\n<TableToolbar\nactions={pick(\nactions.toolbar,\n@@ -240,6 +239,7 @@ const Table = props => {\n...pick(view.toolbar, 'batchActions', 'search', 'act...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(table): table horizontal scrolling
1
chore
table
471,508
28.03.2019 15:15:43
-3,600
15292689bc3777669b71dfb290a5e50aa96394a9
docs: add checking for init errors to FAQ
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ In this section you can find answers to frequently asked questions regarding jav\n**Deep dives:**\n- [Rerender not triggered](./rerender.html)\n- [Unit testing custom events](./unit-testing-custom-events.html)\n+- [Unit testing initialization error](./unit...
JavaScript
MIT License
open-wc/open-wc
docs: add checking for init errors to FAQ
1
docs
null
815,598
28.03.2019 16:11:19
-28,800
40e24351ba4bacbb3abaead4101f57af0d172bdb
chore: add script to generate CHANGELOG The script `devtools/git/bors-changelog.py` generates CHANGELOG from bors merge history.
[ { "change_type": "ADD", "diff": "+#!/usr/bin/env python\n+\n+import re\n+import sys\n+import subprocess\n+from collections import namedtuple, OrderedDict\n+\n+if len(sys.argv) > 1:\n+ since = sys.argv[1]\n+else:\n+ tag_rev = subprocess.check_output(\n+ ['git', 'rev-list', '--tags', '--max-count=1']).strip()...
Rust
MIT License
nervosnetwork/ckb
chore: add script to generate CHANGELOG The script `devtools/git/bors-changelog.py` generates CHANGELOG from bors merge history.
1
chore
null
217,922
28.03.2019 16:15:43
-3,600
311f38fbce4cf8e928ebb87021997d99a9e65e9f
fix(layout): adding a new panel now adds it at the beginning of the panels display
[ { "change_type": "MODIFY", "diff": "</nz-select>\n</ng-template>\n<input [disabled]=\"readonly || row.hasTag === null\" type=\"text\" nz-input [(ngModel)]=\"row.tag\"\n- (ngModelChange)=\"rowChange.emit(row)\">\n+ (input)=\"tagInput$.next($event.target?.value)\"\n+ (ngModelChange)=\"rowChange.emit(row)\" [n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(layout): adding a new panel now adds it at the beginning of the panels display
1
fix
layout
791,723
28.03.2019 16:32:30
25,200
d98e12b2960199dc121aa914636b66e1ec01ea27
misc(gather): update comment re: ClientRect copying
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ function collectImageElementInfo() {\nfunction getClientRect(element) {\nconst clientRect = element.getBoundingClientRect();\nreturn {\n- // manually copy the properties because ClientRect does not JSONify\n+ // Just grab the DOMRect properties we want, ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(gather): update comment re: ClientRect copying (#7785)
1
misc
gather
815,745
28.03.2019 17:15:43
-7,200
30bb66fcf4022dbb07c981e99987c63943faa047
chore(release): 2.16.3
[ { "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=\"2.16.3\"></a>\n+## [2.16.3](https://github.com/ng-select/ng-select/compare/v2.16.2......
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.16.3
1
chore
release
679,913
28.03.2019 17:28:48
0
3749d412b5be1d7b1ba0b3885f9a6c17b768cf71
feat(associative): make .forEach() args readonly, add Symbol.toStringTag
[ { "change_type": "MODIFY", "diff": "@@ -38,13 +38,18 @@ export class ArraySet<T> extends Set<T> implements IEquivSet<T> {\nreturn ArraySet;\n}\n+ get [Symbol.toStringTag]() {\n+ return \"ArraySet\";\n+ }\n+\nget size() {\nreturn __private.get(this).vals.length;\n}\ncopy() {\n- const s = new ArraySet<T>(null...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(associative): make .forEach() args readonly, add Symbol.toStringTag
1
feat
associative
679,913
28.03.2019 17:40:32
0
9e78d2001e5fe19dde27414e80c1eba151616460
refactor(associative): update set combinator ops add opt `out` arg BREAKING CHANGE: make `difference`, `intersection`, `union` immutable ops
[ { "change_type": "MODIFY", "diff": "+import { into } from \"./into\";\nimport { copy, empty } from \"./utils\";\n-export const difference = <T>(a: Set<T>, b: Set<T>): Set<T> => {\n+/**\n+ * Computes the difference of sets `a - b` and writes results to new set\n+ * or optionally given set `out` (assumed to b...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(associative): update set combinator ops - add opt `out` arg BREAKING CHANGE: make `difference`, `intersection`, `union` immutable ops
1
refactor
associative
217,922
28.03.2019 17:48:32
-3,600
58d5e6a0dae8d7e0dc8201c56982bf598b037ef0
chore(log-tracker): removed ff14angler links
[ { "change_type": "MODIFY", "diff": "</ng-template>\n</div>\n<div nz-col [nzMd]=\"4\">\n- <a href=\"http://ff14angler.com/fish/{{item.id}}\"\n- *ngIf=\"item.id < 20000\"\n- target=\"_blank\">{{'LOG_TRACKER.View_on_ff14angler' | translate}}</a>\n+ <!--TODO: ff14angler link, because they have a strange id syst...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(log-tracker): removed ff14angler links
1
chore
log-tracker
679,913
28.03.2019 17:50:09
0
4577646dcd8d67fb711b010ff837716eb40e19b3
feat(associative): add polymorphic into()
[ { "change_type": "ADD", "diff": "+import { Pair } from \"@thi.ng/api\";\n+import { isMap } from \"@thi.ng/checks\";\n+\n+/**\n+ * Adds elements from `src` iterable to `dest` Map or Set.\n+ *\n+ * @param dest\n+ * @param src\n+ */\n+export function into<K, V>(\n+ dest: Map<K, V>,\n+ src: Iterable<Pair<K, V>>...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(associative): add polymorphic into()
1
feat
associative
679,913
28.03.2019 17:52:29
0
b57a1c0d7ce13549ece21d534f28716f604fbc3f
refactor(associative): fix/update invertMap() / invertObj() add opt `dest` arg BREAKING CHANGE: changed result type handling in invertMap(), see docstring
[ { "change_type": "MODIFY", "diff": "import { IObjectOf } from \"@thi.ng/api\";\n-import { empty } from \"./utils\";\n/**\n* Returns a new map in which the original values are used as keys and\n- * original keys as values.\n+ * original keys as values. If `dest` is given, writes results in that\n+ * map inst...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(associative): fix/update invertMap() / invertObj() - add opt `dest` arg BREAKING CHANGE: changed result type handling in invertMap(), see docstring
1
refactor
associative
679,913
28.03.2019 17:56:26
0
75cc900bd8e0e2b982206098b584005b4bad23c1
refactor(associative): update IEquivSet & EquivSetConstructor
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,8 @@ import {\nICopy,\nIEmpty,\nIEquiv,\n+ IGet,\n+ IInto,\nPredicate2\n} from \"@thi.ng/api\";\n@@ -10,18 +12,17 @@ export interface IEquivSet<T>\nextends Set<T>,\nICopy<IEquivSet<T>>,\nIEmpty<IEquivSet<T>>,\n- IEquiv {\n- readonly [Symbol.species]: EquivSetCo...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(associative): update IEquivSet & EquivSetConstructor
1
refactor
associative
679,913
28.03.2019 18:06:55
0
7bf25045da3d904d95a252c9c3c7799ae29824ad
feat(associative): update type sigs & args for various fns BREAKING CHANGE: improved/stricter type sigs & args for various fns commonKeys*() indexed() join() / joinWith() renameKeys*() selectKeys*() first()
[ { "change_type": "MODIFY", "diff": "-import { IObjectOf } from \"@thi.ng/api\";\n-\n/**\n* Like `commonKeysObj()`, but for ES6 Maps.\n*\n* @param a\n* @param b\n+ * @param out\n*/\n-export const commonKeysMap = <K>(a: Map<K, any>, b: Map<K, any>) => {\n- const res: K[] = [];\n+export const commonKeysMap = <...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(associative): update type sigs & args for various fns BREAKING CHANGE: improved/stricter type sigs & args for various fns - commonKeys*() - indexed() - join() / joinWith() - renameKeys*() - selectKeys*() - first()
1
feat
associative
679,913
28.03.2019 18:07:20
0
1ffe0473907299aeac72465b07b6e4a3bfc66275
test(associative): add/update tests
[ { "change_type": "MODIFY", "diff": "import * as assert from \"assert\";\n-\nimport { ArraySet } from \"../src/array-set\";\nimport { difference } from \"../src/difference\";\ndescribe(\"difference\", () => {\n-\nit(\"native (numbers)\", () => {\nconst a = new Set([1, 2, 3, 4]);\nconst b = new Set([3, 4, 5])...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(associative): add/update tests
1
test
associative
679,913
28.03.2019 18:10:24
0
3d5cd6110a1678fd138efa0285a00c8f1781089e
feat(vectors): add Vec2/3/4Like type aliases, update ReadonlyVec
[ { "change_type": "MODIFY", "diff": "import {\n+ ArrayLikeIterable,\nFn,\nFn2,\nFn3,\n@@ -7,16 +8,20 @@ import {\nICopy,\nIEmpty,\nIEqualsDelta,\n- ILength\n+ ILength,\n+ Tuple,\n+ TypedArray\n} from \"@thi.ng/api\";\nexport interface Vec extends Iterable<number>, ILength {\n[id: number]: number;\n}\n-export...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add Vec2/3/4Like type aliases, update ReadonlyVec
1
feat
vectors
791,704
28.03.2019 18:13:45
25,200
0ad3440842dd1b1f52e231eb1d93b4c53b08c093
tests(smoke): remove trivial uses of rawValue from expectations
[ { "change_type": "MODIFY", "diff": "@@ -69,7 +69,6 @@ module.exports = [\naudits: {\n'font-display': {\nscore: 0,\n- rawValue: false,\ndetails: {\nitems: {\nlength: 2,\n", "new_path": "lighthouse-cli/test/smokehouse/perf/expectations.js", "old_path": "lighthouse-cli/test/smokehouse/perf/expectations...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(smoke): remove trivial uses of rawValue from expectations (#7780)
1
tests
smoke
104,818
28.03.2019 18:58:52
18,000
04074f7e61e312bc6f86d1da03d61f9591ebfc6b
test(snap): fix snapshots (had wrong carbon version)
[ { "change_type": "MODIFY", "diff": "@@ -12529,7 +12529,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots BaseModal sendin\nCancel\n</button>\n<button\n- className=\"c4 bx--btn bx--btn--primary bx--btn--disabled\"\n+ className=\"c4 bx--btn bx--btn--primary\"\ndisabled={true}\nonClick={[Fun...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(snap): fix snapshots (had wrong carbon version)
1
test
snap
815,598
28.03.2019 20:05:52
-28,800
1956eb44f0e156ee4eece654edaf8f8f1fa96b42
feat: verify received flatbuffer messages
[ { "change_type": "MODIFY", "diff": "use bytes::Bytes;\n-use ckb_network::{CKBProtocolContext, CKBProtocolHandler, PeerIndex};\n-use ckb_protocol::TimeMessage;\n+use ckb_network::{Behaviour, CKBProtocolContext, CKBProtocolHandler, PeerIndex};\n+use ckb_protocol::{get_root, TimeMessage};\nuse ckb_util::RwLock...
Rust
MIT License
nervosnetwork/ckb
feat: verify received flatbuffer messages
1
feat
null
447,440
28.03.2019 20:19:21
21,600
20ced20f49c3f064eda8bcd0bc34148dcb115f14
docs: fix url file components
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ export default function RainbowComponents() {\nviewsAmount=\"20\"\ndownloadsAmount=\"333\"\nimageSrc=\"/images/designsImages/rainbow-components.png\"\n- sketchUrl=\"https://firebasestorage.googleapis.com/v0/b/react-rainbow-admin.appspot.com/o/rainbow-com...
JavaScript
MIT License
nexxtway/react-rainbow
docs: fix url file components (#633)
1
docs
null
791,704
28.03.2019 20:33:47
25,200
39d877f1b1bd6e522d41476898154c23a3463684
core(lhr): truncate measure timings to hundredths
[ { "change_type": "MODIFY", "diff": "@@ -179,7 +179,16 @@ class Runner {\n...timingEntriesFromRunner,\n// As entries can share a name, dedupe based on the startTime timestamp\n].map(entry => /** @type {[number, PerformanceEntry]} */ ([entry.startTime, entry]));\n- const timingEntries = Array.from(new Map(tim...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(lhr): truncate measure timings to hundredths (#7748)
1
core
lhr
679,913
28.03.2019 20:40:17
0
577d8cf704a45a036cd3e90e6294e0cb2bfbad31
feat(vectors): add hash() op and IHash impls for Vec2/3/4 add thi.ng/binary dep update readme
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,7 @@ This project is part of the\n- [Unary vector math ops](#unary-vector-math-ops)\n- [Vector array batch processing](#vector-array-batch-processing)\n- [Comparison / equality](#comparison--equality)\n+ - [Hashing](#hashing)\n- [Code generator](#code-generat...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add hash() op and IHash impls for Vec2/3/4 - add thi.ng/binary dep - update readme
1
feat
vectors
217,922
28.03.2019 20:42:21
-3,600
3d577d5275a9b8eef147d09bcdc103fc33cc87de
feat(fishing): added more data for fishing, inside lists, gathering-locations and log
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,9 @@ export class Alarm extends DataModel {\nbaits?: FishingBait[];\nweathers?: number[];\nweathersFrom?: number[];\n+ snagging?: boolean;\n+ fishEyes?: boolean;\n+ predators?: { id: number, icon: number, amount: number }[];\nnote: string;\n", "new_path":...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(fishing): added more data for fishing, inside lists, gathering-locations and log
1
feat
fishing
217,922
28.03.2019 21:00:06
-3,600
79ee8e3e47edbeede13aecf511b06de618b104c8
chore: fixed another english mistake, lul
[ { "change_type": "MODIFY", "diff": "\"Hidden_item\": \"Hidden\",\n\"Fish_eyes\": \"Requires fish eyes\",\n\"Snagging\": \"Requires snagging\",\n- \"Predators\": \"Fish those fishes before (predators)\"\n+ \"Predators\": \"Fish these fish before (predators)\"\n},\n\"ANNOUNCEMENT\": {\n\"Title\": \"Announceme...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fixed another english mistake, lul
1
chore
null
71,101
28.03.2019 21:04:00
-3,600
32bca05fd962ab1d1568203c6ee4a33fed4df034
feat: Add new 'cdk' package This will make it possible for people to use `npx cdk`.
[ { "change_type": "ADD", "diff": "+\n+dist\n+.LAST_PACKAGE\n+.LAST_BUILD\n+*.snk\n\\ No newline at end of file\n", "new_path": "packages/cdk/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+\n+dist\n+.LAST_PACKAGE\n+.LAST_BUILD\n+*.snk\n\\ No newline at end of file\n", ...
TypeScript
Apache License 2.0
aws/aws-cdk
feat: Add new 'cdk' package (#2113) This will make it possible for people to use `npx cdk`.
1
feat
null
71,101
28.03.2019 21:13:03
-3,600
2cf8b3fa8faf0c0b19dfd035b4650c8e442723c4
chore: Upgrade minimum version of jsii to 0.8.2 Includes essential bug fixes!
[ { "change_type": "MODIFY", "diff": "\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n- \"@aws-cdk/aws-sam\": {\n- \"version\": \"0.26.0\",\n- \"resolved\": \"https://registry.npmjs.org/@aws-cdk/aws-sam/-/aws-sam-0.26.0.tgz\",\n- \"integrity\": \"sha512-DldQyJ8AUal2FDQwgq4OS2roqRYtFZyQZr9+Z...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: Upgrade minimum version of jsii to 0.8.2 (#2114) Includes essential bug fixes!
1
chore
null
447,440
28.03.2019 22:34:46
21,600
e647b50d5be304415b4a64e62bc4e14f135aa23a
style: fix button calendar styles
[ { "change_type": "MODIFY", "diff": "line-height: 36px;\nheight: 36px;\nwidth: 36px;\n- margin: 6px 0; }\n+ margin: 6px auto; }\n.rainbow-calendar_day-button:hover {\ntransition: all 0.2s ease;\nbackground-color: #e3e5ed; }\nline-height: 36px;\nheight: 36px;\nwidth: 36px;\n+ margin: auto;\nborder: none;\nout...
JavaScript
MIT License
nexxtway/react-rainbow
style: fix button calendar styles (#636)
1
style
null
127,946
28.03.2019 22:38:53
-7,200
7adf8581ff274eb55bd83ce40a765c7fde58b778
fix(wallets): layout paddings
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ type FontWeight = {\n};\nconst fontWeight: FontWeight = {\n- normal: 400,\n+ normal: 600,\nsemibold: 600,\nbold: 700,\n};\n", "new_path": "design/tokens/src/typography.ts", "old_path": "design/tokens/src/typography.ts" }, { "change_type":...
TypeScript
MIT License
coingaming/moon-design
fix(wallets): layout paddings
1
fix
wallets
791,690
28.03.2019 23:00:42
18,000
bed02b419e40b6175f1fe1774b0ea2dacd698f90
core(oopifs): skip OOPIF network records in some gatherers
[ { "change_type": "MODIFY", "diff": "@@ -295,7 +295,7 @@ class Driver {\n* @param {string[]} parentSessionIds The list of session ids of the parents from youngest to oldest.\n*/\nasync _handleReceivedMessageFromTarget(event, parentSessionIds) {\n- const {sessionId, message} = event;\n+ const {targetId, sessi...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(oopifs): skip OOPIF network records in some gatherers (#7640)
1
core
oopifs
104,943
28.03.2019 23:16:10
0
0836f7c876a37f8e7d4080b29a7a142e720dc4e0
chore: fix library link
[ { "change_type": "MODIFY", "diff": "## Packages\n-### [@carbon/vue](./tree/master/packages/core)\n+### [@carbon/vue](./packages/core)\nA library of the Carbon core components\n@@ -16,7 +16,7 @@ A library of the Carbon core components\n<img src=\"./docs/AtCarbonVue.png\" alt=\"@carbon/vue\" height=\"200px\">...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
chore: fix library link (#299)
1
chore
null
127,946
28.03.2019 23:40:00
-7,200
da0ea642db06d80ee76769e78865c3f94da3a77d
fix(wallets): details margins
[ { "change_type": "MODIFY", "diff": "@@ -40,15 +40,11 @@ const secondary: CSSObject = {\n};\nconst optional: CSSObject = {\n- textTransform: 'capitalize',\nfontWeight: typography.fontWeight.normal,\n- backgroundColor: 'transparent',\n- borderColor: colors.neutral[20],\n+ backgroundColor: colors.neutral[50],\...
TypeScript
MIT License
coingaming/moon-design
fix(wallets): details margins
1
fix
wallets
127,946
28.03.2019 23:58:40
-7,200
15fed4a0a543a266a1b131bce9915d5321dcb2a9
test(wallets): fix tests
[ { "change_type": "MODIFY", "diff": "@@ -164,10 +164,8 @@ exports[`Button Modifiers renders as optional 1`] = `\nborder-width: 1px;\nborder-color: transparent;\nborder-radius: 4px;\n- text-transform: capitalize;\n- font-weight: 400;\n- background-color: transparent;\n- border-color: #8697a2;\n+ font-weight: ...
TypeScript
MIT License
coingaming/moon-design
test(wallets): fix tests
1
test
wallets
127,946
29.03.2019 00:26:02
-7,200
61f6a747229e43e5de10283cf18702ead875755f
feat(wallets): load more button & different type of detail items
[ { "change_type": "MODIFY", "diff": "@@ -61,7 +61,7 @@ export const AddWalletMobile = styled.button([\nmarginRight: spacing('large'),\npaddingTop: spacing(),\npaddingBottom: spacing(),\n- [mq(breakpoints.small)]: {\n+ [mq(breakpoints.medium)]: {\ndisplay: 'none',\n},\n},\n", "new_path": "portals/user-por...
TypeScript
MIT License
coingaming/moon-design
feat(wallets): load more button & different type of detail items
1
feat
wallets
127,946
29.03.2019 00:42:02
-7,200
8afd8e46bf15de5627a4a19fc9294f632ea8cf68
feat(wallets): load more functionality
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ type ButtonProps = {\nfullWidth?: boolean;\nspaced?: boolean;\ndisableUppercase?: boolean;\n+ onClick?: () => void;\n};\n/**\n", "new_path": "design/components/src/button/button.tsx", "old_path": "design/components/src/button/button.tsx" }, {...
TypeScript
MIT License
coingaming/moon-design
feat(wallets): load more functionality
1
feat
wallets
447,440
29.03.2019 01:00:17
21,600
f6367680db5e14b5e6a4a0f96b7deb688fad955d
style: fix error calendar
[ { "change_type": "MODIFY", "diff": "height: 36px;\nwidth: 36px;\nmargin: auto;\n+ padding: 0;\nborder: none;\noutline: none; }\n.rainbow-calendar_day-button--selected:active {\n", "new_path": "src/components/Calendar/styles.css", "old_path": "src/components/Calendar/styles.css" }, { "change_...
JavaScript
MIT License
nexxtway/react-rainbow
style: fix error calendar (#638)
1
style
null
127,946
29.03.2019 01:00:19
-7,200
3c9a81253db092de5ac3e5c958878edd1ffa4f3e
feat(wallets): position sticky for nav
[ { "change_type": "MODIFY", "diff": "@@ -14,10 +14,13 @@ const tabSkipLinkID = 'tab-skip';\nconst underlineWidth = border.width * 2;\nconst nav: CSSObject = {\n+ position: 'sticky',\n+ top: 0,\nheight: rem(56),\n- position: 'relative',\noverflowX: 'scroll',\noverflowY: 'hidden',\n+ zIndex: 2,\n+ backgroundCo...
TypeScript
MIT License
coingaming/moon-design
feat(wallets): position sticky for nav
1
feat
wallets
447,440
29.03.2019 01:09:00
21,600
5026c36295710b4890f8596987ad617010ec86e7
feat: add calendar and datepicker to the index file
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ import Button from './Button';\nimport ButtonGroup from './ButtonGroup';\nimport ButtonIcon from './ButtonIcon';\nimport ButtonMenu from './ButtonMenu';\n+import Calendar from './Calendar';\nimport Card from './Card';\nimport CarouselCard from './Carouse...
JavaScript
MIT License
nexxtway/react-rainbow
feat: add calendar and datepicker to the index file (#639)
1
feat
null
447,447
29.03.2019 01:36:33
14,400
b33d0fb3ab1639cfe32bf10445cf277f8ad0ab95
style: add padding to tabset component
[ { "change_type": "MODIFY", "diff": "justify-content: flex-start;\nwidth: 100%; }\n+.rainbow-tabset_inner-container {\n+ padding: 0 0.75rem; }\n+\n.rainbow-tabset_inner-container--full-width {\njustify-content: space-between; }\n", "new_path": "src/components/Tabset/styles.css", "old_path": "src/comp...
JavaScript
MIT License
nexxtway/react-rainbow
style: add padding to tabset component (#637)
1
style
null
815,605
29.03.2019 01:58:55
0
a1be23810019bc8cf912a2060f8418fa24224816
fix: Use toml's enum serialization instead of custom Deserialize
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ data_dir = \"default\"\npath = \"default/db\"\n[chain]\n-spec = \"spec/dev.toml\"\n+spec = { Local = \"spec/dev.toml\" }\n[logger]\nfile = \"ckb.log\"\n", "new_path": "nodes_template/default.toml", "old_path": "nodes_template/default.toml" }, {...
Rust
MIT License
nervosnetwork/ckb
fix: Use toml's enum serialization instead of custom Deserialize
1
fix
null
67,476
29.03.2019 02:33:10
-3,600
2e0662a9e7086a74af061035c50487b684a3f9ed
fix(repeat): mount via the raf queue
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ import {\nimport {\nIController,\nIViewFactory,\n+ Priority,\n} from '../../lifecycle';\nimport {\nAggregateContinuationTask,\n@@ -136,7 +137,7 @@ export class Repeat<C extends ObservedCollection = IObservedArray, T extends INo\nlet binding: Binding;\nfo...
TypeScript
MIT License
aurelia/aurelia
fix(repeat): mount via the raf queue
1
fix
repeat
67,476
29.03.2019 02:33:47
-3,600
16911613cf56f2595f1ee2f9ed87a275bcc6dae5
fix(controller): mount via the raf queue
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,8 @@ import {\nIViewCache,\nIViewModel,\nLifecycle,\n- ViewModelKind\n+ ViewModelKind,\n+ Priority\n} from '../lifecycle';\nimport {\nAggregateContinuationTask,\n@@ -662,7 +663,7 @@ export class Controller<T extends INode = INode, C extends IViewModel<T> = IV...
TypeScript
MIT License
aurelia/aurelia
fix(controller): mount via the raf queue
1
fix
controller
67,476
29.03.2019 02:35:16
-3,600
84b8e20259ad8d6c070cdd09955386d2b8bebd89
feat(lifecycle): implement adaptive timeslicing
[ { "change_type": "MODIFY", "diff": "@@ -205,11 +205,27 @@ class LinkedCallback {\npublic priority: Priority;\npublic once: boolean;\n- public next?: this;\n- public prev?: this;\n+ public next?: LinkedCallback;\n+ public prev?: LinkedCallback;\npublic unlinked: boolean;\n+ public get first(): LinkedCallback...
TypeScript
MIT License
aurelia/aurelia
feat(lifecycle): implement adaptive timeslicing
1
feat
lifecycle
67,476
29.03.2019 02:36:50
-3,600
47957d9c778dffe27f9d1ac4f7d0946371467c8e
refactor(observation): only eager flush with bind flags
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ export class AttributeNSAccessor implements IAccessor<string | null> {\npublic setValue(newValue: string | null, flags: LifecycleFlags): void {\nthis.currentValue = newValue;\nthis.hasChanges = newValue !== this.oldValue;\n- if (this.lifecycle.isFlushing...
TypeScript
MIT License
aurelia/aurelia
refactor(observation): only eager flush with bind flags
1
refactor
observation
67,476
29.03.2019 02:37:26
-3,600
885c7af0aff9e122713331610e904d77cfa35c09
fix(renderer): use the correct targets
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ import {\nTemplateDefinition,\nTemplatePartDefinitions\n} from './definitions';\n-import { IDOM, INode } from './dom';\n+import { IDOM, INode, DOM } from './dom';\nimport { BindingMode, LifecycleFlags } from './flags';\nimport {\nIBinding,\n@@ -172,14 +1...
TypeScript
MIT License
aurelia/aurelia
fix(renderer): use the correct targets
1
fix
renderer
67,476
29.03.2019 02:37:56
-3,600
b3603d7c814888152110454376ec99f22826ba6f
refactor(subscriber-collection): simplify the callbacks for now
[ { "change_type": "MODIFY", "diff": "@@ -328,13 +328,13 @@ function callSubscribers(this: ISubscriberCollection, newValue: unknown, previou\nsubscribers = subscribers.slice();\n}\nif (subscriber0 !== void 0) {\n- callSubscriber(subscriber0, newValue, previousValue, flags, this[subscriber0.id === void 0 ? -1 ...
TypeScript
MIT License
aurelia/aurelia
refactor(subscriber-collection): simplify the callbacks for now
1
refactor
subscriber-collection
67,476
29.03.2019 02:38:24
-3,600
537cbcc2a3725fcd0e476882ff88e415955036b7
fix(interpolation-binding): bind observers
[ { "change_type": "MODIFY", "diff": "@@ -176,6 +176,9 @@ export class InterpolationBinding implements IPartialConnectableBinding {\nif (sourceExpression.bind) {\nsourceExpression.bind(flags, scope, this);\n}\n+ if (this.mode !== BindingMode.oneTime && this.targetObserver.bind) {\n+ this.targetObserver.bind(f...
TypeScript
MIT License
aurelia/aurelia
fix(interpolation-binding): bind observers
1
fix
interpolation-binding
67,476
29.03.2019 02:38:53
-3,600
b45a8684ef65632ad271a5a65edce8514fc38381
refactor(if): use raf queue
[ { "change_type": "MODIFY", "diff": "@@ -19,12 +19,9 @@ import {\nState\n} from '../../flags';\nimport {\n- ContinuationTask,\nIController,\n- ILifecycleTask,\nIViewFactory,\n- LifecycleTask,\n- PromiseTask\n+ Priority,\n} from '../../lifecycle';\nimport {\nIObserversLookup,\n@@ -35,6 +32,12 @@ import {\nCus...
TypeScript
MIT License
aurelia/aurelia
refactor(if): use raf queue
1
refactor
if
67,476
29.03.2019 06:02:59
-3,600
f19c669b267cb3aab87e3116e0bd8bf0b792d523
feat(controller): add getAccessor API (and expose $controller to repeater view)
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,7 @@ import {\n} from './flags';\nimport { ILifecycleTask, MaybePromiseOrTask } from './lifecycle-task';\nimport {\n+ IBindingTargetAccessor,\nIScope,\n} from './observation';\nimport { IElementProjector } from './resources/custom-element';\n@@ -104,6 +105,7 ...
TypeScript
MIT License
aurelia/aurelia
feat(controller): add getAccessor API (and expose $controller to repeater view)
1
feat
controller
67,476
29.03.2019 06:03:53
-3,600
1b40245edf7fa229f7a060f2a9d04dc91e88a5cc
chore(examples): update 1kcomponents to showcase timeslicing
[ { "change_type": "ADD", "diff": "+import { BasicConfiguration } from '@aurelia/jit-html-browser';\n+import { Aurelia, CustomElementResource, ValueConverterResource, ILifecycle, Priority, LifecycleFlags } from '@aurelia/runtime';\n+import { register } from '@aurelia/plugin-svg';\n+import { startFPSMonitor, s...
TypeScript
MIT License
aurelia/aurelia
chore(examples): update 1kcomponents to showcase timeslicing
1
chore
examples
67,476
29.03.2019 06:14:23
-3,600
b71b0e921d84fcf4cc4bd00cdda3183fd3e9bc43
chore(1kcomponents): remove legacy stuff
[ { "change_type": "MODIFY", "diff": "@@ -212,7 +212,6 @@ function defineApp(fps, count) {\nattached() {\nthis.count = count;\nthis.lifecycle.enqueueRAF(Point.update, Point, Priority.preempt);\n- this.$controller.lifecycle.frameBudget = this.fps;\n}\nfpsChanged(fps) {\n", "new_path": "test/1kcomponents/ap...
TypeScript
MIT License
aurelia/aurelia
chore(1kcomponents): remove legacy stuff
1
chore
1kcomponents
67,476
29.03.2019 08:23:46
-3,600
f01af558bf6ab369097fcf34946ab22c0d0c5a0c
fix(if): set elseFactory
[ { "change_type": "MODIFY", "diff": "@@ -293,7 +293,13 @@ export class Else<T extends INode = INode> {\ncontainer.register(Registration.transient('custom-attribute:else', this));\n}\n- public link(ifBehavior: If<T>): void {\n+ public link(ifBehavior: If<T> | IController<T>): void {\n+ if (ifBehavior instance...
TypeScript
MIT License
aurelia/aurelia
fix(if): set elseFactory
1
fix
if
67,476
29.03.2019 08:24:04
-3,600
2d06ef78c2d359ec41fcb5103653b194d4f8efe2
feat(runtime): add PriorityBindingBehavior
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ export class AttributeNSAccessor implements IAccessor<string | null> {\npublic readonly namespace: string;\npublic hasChanges: boolean;\n+ public priority: Priority;\nconstructor(\nlifecycle: ILifecycle,\n@@ -33,6 +34,7 @@ export class AttributeNSAccesso...
TypeScript
MIT License
aurelia/aurelia
feat(runtime): add PriorityBindingBehavior
1
feat
runtime
815,605
29.03.2019 08:33:45
0
aef52abf3ad0aff6d4d7569c97d478feb4681801
fix: Update correct binary hash
[ { "change_type": "MODIFY", "diff": "@@ -262,7 +262,7 @@ pub mod test {\nlet data_hash = tx.outputs()[0].data_hash();\nassert_eq!(\nformat!(\"{:x}\", data_hash),\n- \"26e5586a6e5b2f087bd1fd43fb5f807a5cc65cd6e36dad32a934ac1500a6b76d\"\n+ \"fe1cf5a297023a3c5282ecd9b0ca88d6736424d75fbe4dcf47a7c8b303e4d339\"\n);...
Rust
MIT License
nervosnetwork/ckb
fix: Update correct binary hash
1
fix
null
67,476
29.03.2019 09:50:09
-3,600
25d7be23a623c36b310a16654168ed4781b0989d
fix(controller): use provided property name
[ { "change_type": "MODIFY", "diff": "@@ -436,7 +436,7 @@ export class Controller<T extends INode = INode, C extends IViewModel<T> = IView\npublic getTargetAccessor(propertyName: string): IBindingTargetAccessor | undefined {\nconst { bindings } = this;\nif (bindings !== void 0) {\n- const binding = bindings.f...
TypeScript
MIT License
aurelia/aurelia
fix(controller): use provided property name
1
fix
controller
67,476
29.03.2019 09:50:39
-3,600
3e389a2e158f9cb9b76d24b1a1c5a6a0c5bb1fb1
refactor(lifecycle): experiment with priority-based deadlines
[ { "change_type": "MODIFY", "diff": "@@ -841,7 +841,9 @@ export class Lifecycle implements ILifecycle {\nthis.frameDurationFactor = 1;\n}\n- const deadline = timestamp + max(this.maxFrameDuration * this.frameDurationFactor, 1);\n+ const deadlineLow = timestamp + max(this.maxFrameDuration * this.frameDuration...
TypeScript
MIT License
aurelia/aurelia
refactor(lifecycle): experiment with priority-based deadlines
1
refactor
lifecycle
67,476
29.03.2019 09:51:20
-3,600
307fd3c3347254862272744c43c7c9f5d4f05089
refactor(examples): fix sierpinski
[ { "change_type": "MODIFY", "diff": "import { BasicConfiguration } from '@aurelia/jit-html-browser';\n-import { Aurelia, CustomElementResource, ValueConverterResource } from '@aurelia/runtime';\n+import { Aurelia, CustomElementResource, ValueConverterResource, ILifecycle, Priority } from '@aurelia/runtime';\...
TypeScript
MIT License
aurelia/aurelia
refactor(examples): fix sierpinski
1
refactor
examples
217,922
29.03.2019 10:01:10
-3,600
b7877110132f489e5d1ea7656358be4660949ac3
chore: new patreon supporter: Jihn Molkoh
[ { "change_type": "MODIFY", "diff": "'Erwan Fairclough @ Moogle',\n'Izeyash Konturaen',\n'Morphean Knights @ Ultros',\n- 'Qih \"Kweh\" Mewrilah'\n+ 'Qih \"Kweh\" Mewrilah',\n+ 'Jihn Molkoh'\n];\nconst randomPatron = patrons[Math.floor(Math.random() * patrons.length)];\ndocument.getElementById('random-patron'...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: new patreon supporter: Jihn Molkoh
1
chore
null
679,913
29.03.2019 11:22:15
0
a2ace9f3b05b34dbf9cbe427e88f438c07d7d971
feat(matrices): add MatXXLike type aliases
[ { "change_type": "MODIFY", "diff": "-import { Vec, ReadonlyVec, IVector, MultiVecOp } from \"@thi.ng/vectors\";\n+import { Tuple, TypedArray } from \"@thi.ng/api\";\n+import { IVector, MultiVecOp, ReadonlyVec, Vec } from \"@thi.ng/vectors\";\nexport type Mat = Vec;\nexport type ReadonlyMat = ReadonlyVec;\n+...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(matrices): add MatXXLike type aliases
1
feat
matrices
127,946
29.03.2019 11:55:20
-7,200
48de76313ce2fa9c0534502493bbfab7bc905b1c
fix(wallets): minor fixes
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ const nav: CSSObject = {\nposition: 'sticky',\ntop: 0,\nheight: rem(56),\n- overflowX: 'scroll',\n+ // overflowX: 'scroll',\noverflowY: 'hidden',\nzIndex: 2,\nbackgroundColor: colors.neutral[90],\n", "new_path": "portals/user-portal/src/app/cashier/c...
TypeScript
MIT License
coingaming/moon-design
fix(wallets): minor fixes
1
fix
wallets
815,598
29.03.2019 12:00:09
-28,800
0a7191af719485dd4814b06e0bf802f8fd2d155a
chore: show sentry warning Add the warning message in both README and log.
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,10 @@ Nervos CKB is the layer 1 of Nervos Network, a public blockchain with PoW and ce\nNervos project defines a suite of scalable and interoperable blockchain protocols. Nervos CKB uses those protocols to create a self-evolving distributed network with a nov...
Rust
MIT License
nervosnetwork/ckb
chore: show sentry warning Add the warning message in both README and log.
1
chore
null
815,598
29.03.2019 12:00:40
-28,800
d7ab00fb8296aef22bb449d60d4bdbfaa47a3f22
refactor: use guard to flush logger
[ { "change_type": "MODIFY", "diff": "@@ -59,7 +59,7 @@ pub fn miner(matches: &ArgMatches) {\n::std::process::exit(1);\n});\n- logger::init(config.logger.clone()).expect(\"Init Logger\");\n+ let _logger_guard = logger::init(config.logger.clone()).expect(\"Init Logger\");\nlet _sentry_guard = config.sentry.clo...
Rust
MIT License
nervosnetwork/ckb
refactor: use guard to flush logger
1
refactor
null
722,013
29.03.2019 12:02:07
18,000
7b72603a929c0d046a4379e1e8100832b29953c4
fix(options): allow two words in displayName
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ import loggerMixin from '../../mixins/loggerMixin'\n* The only true button.\n* @example ../../../docs/ButtonIgnored.md\n* @example ../../../docs/Button.md\n+ * @displayName Best Button\n*/\nexport default {\nname: 'Button',\n", "new_path": "examples/...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(options): allow two words in displayName
1
fix
options
469,409
29.03.2019 12:05:08
25,200
8437e1894933cc521cbb788e9dbcc03fd66b3b08
fix: define JSON String templating language for template strings
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,7 @@ This document is licensed under [The Apache License, Version 2.0](https://www.ap\n- [Document Structure](#document-structure)\n- [Data Types](#data-types)\n- [Rich Text Formatting](#rich-text-formatting)\n+ - [Template Strings](#template-strings)\n- [Ser...
JavaScript
Apache License 2.0
open-rpc/spec
fix: define JSON String templating language for template strings
1
fix
null
722,013
29.03.2019 12:12:50
18,000
09d970f781f83e7e85b8858e5b909d9a35c1b6ae
fix(docgen): protect uresolved events closes
[ { "change_type": "MODIFY", "diff": "@@ -132,4 +132,18 @@ describe('eventHandler', () => {\n}\nexpect(documentation.getEventDescriptor).toHaveBeenCalledWith('success')\n})\n+\n+ it('should not fail when event name cannot be found', () => {\n+ const src = `\n+ export default {\n+ methods: {\n+ testEmit(succes...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(docgen): protect uresolved events closes #363
1
fix
docgen
127,946
29.03.2019 13:23:15
-7,200
aa6a2a35df33760eb91a99d56f2729f5ee383f19
feat(my-bets): my bets initial temporary view
[ { "change_type": "ADD", "diff": "+import * as React from 'react';\n+import {\n+ Tab,\n+ TabItem,\n+ CloseButton,\n+} from '../../../../cashier/components/tab/tab';\n+\n+export const MyBetsNav = () => (\n+ <Tab>\n+ <TabItem to={'/cashier'}>Wallet</TabItem>\n+ <TabItem active to={'/my-bets'}>\n+ My bets\n+ </...
TypeScript
MIT License
coingaming/moon-design
feat(my-bets): my bets initial temporary view
1
feat
my-bets
71,663
29.03.2019 13:28:30
25,200
6fc179a5546cefd377e07358c6bb9c25ebc5fc56
feat(lambda): add a `newVersion` method. This method is useful when deploying a Lambda through a CodePipeline. It creates a new Version every time the CDK code is executed, that way making sure an updated Lambda Alias will not point to an old Version.
[ { "change_type": "MODIFY", "diff": "@@ -486,6 +486,25 @@ export class Function extends FunctionBase {\n});\n}\n+ /**\n+ * Add a new version for this Lambda, always with a different name.\n+ *\n+ * This is similar to the {@link addVersion} method,\n+ * but useful when deploying this Lambda through CodePipeli...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(lambda): add a `newVersion` method. (#2099) This method is useful when deploying a Lambda through a CodePipeline. It creates a new Version every time the CDK code is executed, that way making sure an updated Lambda Alias will not point to an old Version.
1
feat
lambda
127,946
29.03.2019 13:43:33
-7,200
3019f61aeb2473730b47c0213ad907006623bdd1
fix(wallets): transaction details items width fix
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,18 @@ const rightAlighted: CSSObject = {\ntextAlign: 'right',\n};\n-export const PaymentId = styled.div([cellStyle, firstCell]);\n+export const PaymentId = styled.div([\n+ cellStyle,\n+ firstCell,\n+ {\n+ [mq(breakpoints.medium)]: {\n+ minWidth: rem(208),\n+ ...
TypeScript
MIT License
coingaming/moon-design
fix(wallets): transaction details items width fix
1
fix
wallets
679,913
29.03.2019 13:50:19
0
1913bb40e41ca23761ebb044fdbee7009299f9d2
fix(associative): add missing return type decls
[ { "change_type": "MODIFY", "diff": "@@ -80,7 +80,7 @@ export class ArraySet<T> extends Set<T> implements IEquivSet<T> {\n}\nhas(x: T) {\n- return this.get(x, SEMAPHORE) !== SEMAPHORE;\n+ return this.get(x, <any>SEMAPHORE) !== <any>SEMAPHORE;\n}\n/**\n@@ -90,7 +90,7 @@ export class ArraySet<T> extends Set<T>...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(associative): add missing return type decls
1
fix
associative
679,913
29.03.2019 14:13:56
0
ab7650f9804e3693e48c1aab359b595ec4898ae9
feat(dgraph): add addNode(), refactor to use ArraySet, add tests
[ { "change_type": "MODIFY", "diff": "import { ICopy } from \"@thi.ng/api\";\n-import { EquivMap, LLSet, union } from \"@thi.ng/associative\";\n+import { ArraySet, EquivMap, union } from \"@thi.ng/associative\";\nimport { equiv } from \"@thi.ng/equiv\";\nimport { illegalArgs } from \"@thi.ng/errors\";\nimport...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(dgraph): add addNode(), refactor to use ArraySet, add tests
1
feat
dgraph
273,683
29.03.2019 14:19:47
-3,600
1ca8ede27d24d858794e0016f8c77d42418fe307
chore(transformer-csv): reset version
[ { "change_type": "MODIFY", "diff": "{\n- \"version\": \"0.1.0\",\n+ \"version\": \"0.0.0\",\n\"name\": \"@gridsome/transformer-csv\",\n\"description\": \"CSV transformer for Gridsome\",\n\"homepage\": \"https://github.com/gridsome/gridsome/tree/master/packages/transformer-csv#readme\",\n", "new_path": "...
JavaScript
MIT License
gridsome/gridsome
chore(transformer-csv): reset version
1
chore
transformer-csv
679,913
29.03.2019 14:21:20
0
f4dd6639bf8e617cdbcd71bd9bdadf07c9533654
docs(dgraph): update readme
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ maps & sets as backend.\n- cycle detection\n- accessors for direct & transitive dependencies / dependents\n- topological sorting\n-- iterable\n+- iterable (in topo order)\n## Installation\n@@ -37,12 +37,17 @@ yarn add @thi.ng/dgraph\nimport { DGraph } fr...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(dgraph): update readme
1
docs
dgraph
104,927
29.03.2019 14:49:21
0
5a9c71879a4dd6fdb44967999e5b15e323583a87
chore: test deploy
[ { "change_type": "MODIFY", "diff": "\"@vue/cli-service\": \"^3.4.0\",\n\"@vue/eslint-config-prettier\": \"^4.0.1\",\n\"@vue/test-utils\": \"^1.0.0-beta.20\",\n- \"babel-core\": \"^7.0.0-0\",\n\"babel-eslint\": \"^10.0.1\",\n\"eslint\": \"^5.10.0\",\n\"eslint-plugin-vue\": \"^5.0.0-0\",\n", "new_path": "...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
chore: test deploy
1
chore
null
815,590
29.03.2019 14:52:42
-28,800
076c768b5f1fe8ce7637d64f36ba4bf723eb2e59
feat: tx valid since
[ { "change_type": "MODIFY", "diff": "+use ckb_chain_spec::consensus::Consensus;\nuse ckb_core::block::Block;\nuse ckb_core::cell::{\nresolve_transaction, BlockCellProvider, OverlayCellProvider, ResolvedTransaction,\n@@ -5,7 +6,8 @@ use ckb_core::cell::{\nuse ckb_core::extras::BlockExt;\nuse ckb_core::service...
Rust
MIT License
nervosnetwork/ckb
feat: tx valid since
1
feat
null
469,438
29.03.2019 15:27:57
25,200
967f1b3a125c83b199f2fb53c10731ac7039f81a
fix: use runtime expression for server.url
[ { "change_type": "MODIFY", "diff": "@@ -117,10 +117,6 @@ The Data types MUST be in the set defined by the [JSON Schema Specification 7](h\nThroughout the specification `description` fields are noted as supporting Github markdown formatting.\nWhere OpenRPC tooling renders rich text it MUST support, at a mini...
JavaScript
Apache License 2.0
open-rpc/spec
fix: use runtime expression for server.url Co-Authored-By: shanejonas <jonas.shane@gmail.com>
1
fix
null
469,409
29.03.2019 15:38:50
25,200
2f386388af5d515c74a750440259b98b0fba4a45
fix: runtime expression table
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,6 @@ This document is licensed under [The Apache License, Version 2.0](https://www.ap\n- [Document Structure](#document-structure)\n- [Data Types](#data-types)\n- [Rich Text Formatting](#rich-text-formatting)\n- - [Template Strings](#template-strings)\n- [Ser...
JavaScript
Apache License 2.0
open-rpc/spec
fix: runtime expression table
1
fix
null
815,573
29.03.2019 15:39:36
-28,800
1617eef8c892ea1ea7091ba8180c2a26a95f7e9b
refactor: Change drop peer API
[ { "change_type": "MODIFY", "diff": "@@ -110,14 +110,24 @@ impl NetworkState {\nself.peer_store.write().report(peer_id, behaviour);\n}\n- pub fn drop_peer(&self, peer_id: &PeerId) {\n+ pub fn drop_peer(&self, p2p_control: &mut ServiceControl, peer_id: &PeerId) {\ndebug!(target: \"network\", \"drop peer {:?}\...
Rust
MIT License
nervosnetwork/ckb
refactor: Change drop peer API
1
refactor
null
679,913
29.03.2019 16:07:12
0
feac18d13b42dc2b1f60ee97c91b3e2be58269a6
test(rstream): add pubsub equivmap generics
[ { "change_type": "MODIFY", "diff": "import { EquivMap } from \"@thi.ng/associative\";\nimport * as tx from \"@thi.ng/transducers\";\nimport * as assert from \"assert\";\n-\nimport * as rs from \"../src/index\";\ndescribe(\"PubSub\", () => {\n@@ -21,18 +20,32 @@ describe(\"PubSub\", () => {\n});\nit(\"comple...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(rstream): add pubsub equivmap generics
1
test
rstream
217,922
29.03.2019 16:23:49
-3,600
a9d138fee2bb2592949fe490e82fd5ea4bca68db
feat(layout): added item row buttons customization closes
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,16 @@ import {\nUpdateAlarm,\nUpdateAlarmGroup\n} from './alarms.actions';\n-import { bufferTime, debounceTime, distinctUntilChanged, filter, map, switchMap, tap, withLatestFrom } from 'rxjs/operators';\n+import {\n+ bufferTime,\n+ debounceTime,\n+ distinctUn...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(layout): added item row buttons customization closes #782
1
feat
layout
815,590
29.03.2019 16:27:55
-28,800
2925b97a108232a21b20d2371d529b351186d0c8
fix: update test always_success_type_hash for tx valid_since
[ { "change_type": "MODIFY", "diff": "@@ -196,7 +196,7 @@ pub mod test {\n// Tx and Output hash will be used in some test cases directly, assert here for convenience\nassert_eq!(\nformat!(\"{:x}\", tx.hash()),\n- \"913a98b7a6521b879e60a02a2c38ea14355f3e98beb60215e67e2512b6e0a235\"\n+ \"82899849b4618bc5247ccec...
Rust
MIT License
nervosnetwork/ckb
fix: update test always_success_type_hash for tx valid_since
1
fix
null
815,573
29.03.2019 17:40:21
-28,800
cb7d42760d6bcaeb2165d48f5309528e47e62178
refactor: Fix PR review
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ pub use crate::{\npeer::{Peer, PeerIdentifyInfo},\npeer_store::Score,\npeers_registry::RegisterResult,\n- protocols::{CKBProtocol, CKBProtocolContext, CKBProtocolHandler, ProtocolVersion, Severity},\n+ protocols::{CKBProtocol, CKBProtocolContext, CKBProt...
Rust
MIT License
nervosnetwork/ckb
refactor: Fix PR review
1
refactor
null
815,573
29.03.2019 18:21:31
-28,800
1f5636e01d866ef26c04b65bf4cb6c9999aff236
refactor: Add address to listened_addresses when ConnectSelf
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,7 @@ use futures::Stream;\nuse log::{debug, error, info, warn};\nuse p2p::{\nbuilder::{MetaBuilder, ServiceBuilder},\n+ error::Error as P2pError,\nmultiaddr::{self, multihash::Multihash, Multiaddr},\nsecio::PeerId,\nservice::{DialProtocol, ProtocolHandle, Ser...
Rust
MIT License
nervosnetwork/ckb
refactor: Add address to listened_addresses when ConnectSelf
1
refactor
null
603,467
29.03.2019 19:05:14
0
f2436139e52d6d319df1d1b52bad47ff2b8d8f9b
fix(core): Fixed the report id generation algorithm to ensure compatibility with Serenity BDD
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,6 @@ export class IDGenerator {\n}\nprivate dashify = (text: string) => text\n- .replace(/([a-z])([A-Z])/g, '$1-$2')\n.replace(/[ \\t\\W]/g, '-')\n.replace(/^-+|-+$/g, '')\n.toLowerCase()\n", "new_path": "packages/core/src/stage/crew/serenity-bdd-reporter/r...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): Fixed the report id generation algorithm to ensure compatibility with Serenity BDD
1
fix
core
815,573
29.03.2019 19:09:34
-28,800
5147371987a7f4b1324b26c3a616127eb4370a2b
refactor: diconnect invalid session
[ { "change_type": "MODIFY", "diff": "@@ -341,11 +341,13 @@ pub struct EventHandler {\nimpl ServiceHandle for EventHandler {\nfn handle_error(&mut self, _context: &mut ServiceContext, error: ServiceError) {\n+ warn!(target: \"network\", \"p2p service error: {:?}\", error);\nif let ServiceError::DialerError {\...
Rust
MIT License
nervosnetwork/ckb
refactor: diconnect invalid session
1
refactor
null
815,573
29.03.2019 20:37:09
-28,800
b0a79d8ab69c72faaf26ff0c8e9641347b02565e
fix: Fix dial random peers bug
[ { "change_type": "MODIFY", "diff": "use crate::errors::{Error, ProtocolError};\n-use crate::peer_store::{sqlite::SqlitePeerStore, PeerStore};\n+use crate::peer_store::{sqlite::SqlitePeerStore, PeerStore, Status};\nuse crate::peers_registry::{ConnectionStatus, PeersRegistry, RegisterResult};\nuse crate::prot...
Rust
MIT License
nervosnetwork/ckb
fix: Fix dial random peers bug
1
fix
null
815,573
29.03.2019 21:05:44
-28,800
e79d462a483c00c47ac866376ea36649d8b30a47
fix: Fix discovery bug
[ { "change_type": "MODIFY", "diff": "use crate::NetworkState;\nuse fnv::FnvHashMap;\nuse futures::{sync::mpsc, sync::oneshot, Async, Future, Stream};\n-use log::{debug, warn};\n+use log::{debug, trace, warn};\nuse std::sync::Arc;\nuse p2p::{\ncontext::{ProtocolContext, ProtocolContextMutRef},\n- multiaddr::{...
Rust
MIT License
nervosnetwork/ckb
fix: Fix discovery bug
1
fix
null
815,582
29.03.2019 21:35:08
-32,400
c8dd09284de245f17b8d867041d445e0d8a0eba3
fix: remove cli type_hash subcommand as it's no longer supported
[ { "change_type": "MODIFY", "diff": "@@ -89,10 +89,5 @@ fn cli() -> App<'static, 'static> {\nSubCommand::with_name(\"cli\")\n.about(\"Running ckb cli\")\n.setting(AppSettings::SubcommandRequiredElseHelp)\n- .subcommand(\n- SubCommand::with_name(\"type_hash\")\n- .arg(arg_config_with_help(CKB_CONFIG_HELP))\n-...
Rust
MIT License
nervosnetwork/ckb
fix: remove cli type_hash subcommand as it's no longer supported
1
fix
null
71,615
29.03.2019 21:41:59
0
fb9fef2247d840709015ff0ba6509fb7dc39a4c6
feature(codebuild): allow specifying a VPC in Project
[ { "change_type": "MODIFY", "diff": "@@ -229,3 +229,51 @@ const project = new codebuild.Project(this, 'MyProject', {\n},\n});\n```\n+\n+### Definition of VPC configuration in CodeBuild Project\n+\n+Typically, resources in an VPC are not accessible by AWS CodeBuild. To enable\n+access, you must provide additi...
TypeScript
Apache License 2.0
aws/aws-cdk
feature(codebuild): allow specifying a VPC in Project (#1913)
1
feature
codebuild
815,593
29.03.2019 22:39:28
-32,400
6b032361d052dc6dc704cfd7912edcb375fc5dd3
test: add network protocol test
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ jsonrpc-client-core = \"0.5.0\"\njsonrpc-client-http = \"0.5.0\"\nrand = \"0.6\"\nlog = \"0.4\"\n+bytes = \"0.4.12\"\n# Prevent this from interfering with workspaces\n[workspace]\n", "new_path": "test/Cargo.toml", "old_path": "test/Cargo.toml" ...
Rust
MIT License
nervosnetwork/ckb
test: add network protocol test
1
test
null
469,438
29.03.2019 23:28:32
25,200
ea6994b50673d92fccb3f5f240e29254fe7576b3
fix: add markdownlint fixes
[ { "change_type": "ADD", "diff": "+{\n+ \"default\": true,\n+ \"MD033\": {\n+ \"allowed_elements\": [\"p\", \"img\", \"a\"]\n+ },\n+ \"MD013\": false,\n+ \"no-hard-tabs\": false,\n+ \"whitespace\": false\n+}\n", "new_path": ".markdownlint.json", "old_path": null }, { "change_type": "MODIFY", ...
JavaScript
Apache License 2.0
open-rpc/spec
fix: add markdownlint fixes #148
1
fix
null
469,438
29.03.2019 23:32:09
25,200
d91bf211ea1c7d0049835683915f447d8b5a85f5
fix: fix extra whitespace
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,6 @@ This document is licensed under [The Apache License, Version 2.0](https://www.ap\n- [OneOf Object](#oneof-object)\n- [Specification Extensions](#specification-extensions)\n-\n<!-- /TOC -->\n## Introduction\n@@ -172,7 +171,6 @@ Field Name | Type | Descrip...
JavaScript
Apache License 2.0
open-rpc/spec
fix: fix extra whitespace
1
fix
null
273,683
30.03.2019 01:03:03
-3,600
b31185058f7097c6b7c2c32261ff4cbc5fcda1af
fix(graphql): prefer float when mixed number types
[ { "change_type": "MODIFY", "diff": "@@ -129,6 +129,33 @@ test('create graphql types from node fields', () => {\nexpect(types.emptyObj).toBeUndefined()\n})\n+test.each([\n+ ['number first', [{ number: 1 }, { number: 1.2 }, { number: 2 }]],\n+ ['float first', [{ number: 1.2 }, { number: 1 }, { number: 2 }]],\...
JavaScript
MIT License
gridsome/gridsome
fix(graphql): prefer float when mixed number types (#332)
1
fix
graphql
67,476
30.03.2019 01:14:50
-3,600
7bcff62b9ea9db3e588e12b1dfd8c0787add50f6
fix(eventaggregator): fix types
[ { "change_type": "MODIFY", "diff": "@@ -119,9 +119,10 @@ export class EventAggregator {\n* @param callback The callback to be invoked when the specified message is published.\n*/\npublic subscribe<T extends Constructable>(type: T, callback: EventAggregatorCallback<InstanceType<T>>): IDisposable;\n- public s...
TypeScript
MIT License
aurelia/aurelia
fix(eventaggregator): fix types
1
fix
eventaggregator
469,438
30.03.2019 03:23:00
25,200
0f7a0b4c72d18190559a407a20bb5aa6e68ba601
fix: remove a level of header indent
[ { "change_type": "MODIFY", "diff": "\"reparse\": \"~0.1.2\"\n}\n},\n+ \"ansi-red\": {\n+ \"version\": \"0.1.1\",\n+ \"resolved\": \"https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz\",\n+ \"integrity\": \"sha1-jGOPnRCAgAo1PJwoyKgcpHBdlGw=\",\n+ \"requires\": {\n+ \"ansi-wrap\": \"0.1.0\"\n+ }\n+ },\n...
JavaScript
Apache License 2.0
open-rpc/spec
fix: remove a level of header indent
1
fix
null
469,438
30.03.2019 03:23:34
25,200
58c914b09211486f4e2384c911e514942041518b
fix: tags shouldnt be in root
[ { "change_type": "MODIFY", "diff": "@@ -149,7 +149,6 @@ Field Name | Type | Description\n<a name=\"openrpc-servers\"></a>servers | [[Server Object](#server-object)] | An array of Server Objects, which provide connectivity information to a target server. If the `servers` property is not provided, or is an em...
JavaScript
Apache License 2.0
open-rpc/spec
fix: tags shouldnt be in root
1
fix
null
469,438
30.03.2019 03:24:59
25,200
4f942b361f8868bd1cf4c41abc32bd2be48665c5
fix: localhost if server is empty
[ { "change_type": "MODIFY", "diff": "@@ -146,7 +146,7 @@ Field Name | Type | Description\n---|:---:|---\n<a name=\"openrpc-version\"></a>openrpc | `string` | **REQUIRED**. This string MUST be the [semantic version number](https://semver.org/spec/v2.0.0.html) of the [OpenRPC Specification version](#versions) ...
JavaScript
Apache License 2.0
open-rpc/spec
fix: localhost if server is empty
1
fix
null
469,438
30.03.2019 03:29:07
25,200
9496962a3480a6f9ca8263d16fc7619bba23d071
fix: components cant be reference objects
[ { "change_type": "MODIFY", "diff": "@@ -353,8 +353,8 @@ Field Name | Type | Description\n---|:---|---\n<a name=\"components-content-descriptors\"></a>contentDescriptors | Map[`string`, [Content Descriptor Object](#content-descriptor-object)] | An object to hold reusable [Content Descriptor Objects](#content...
JavaScript
Apache License 2.0
open-rpc/spec
fix: components cant be reference objects
1
fix
null