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
02.05.2019 23:20:25
-32,400
a8408807057e6bd41cf79f538c9b6022db96114b
chore: add an integration test for RBF (Replace-By-Fees)
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,7 @@ fn main() {\n\"malformed_message\" => Box::new(MalformedMessage),\n\"depent_tx_in_same_block\" => Box::new(DepentTxInSameBlock),\n\"cellbase_immature_tx\" => Box::new(CellbaseImmatureTx),\n+ \"different_txs_with_same_input\" => Box::new(DifferentTxsWithS...
Rust
MIT License
nervosnetwork/ckb
chore: add an integration test for RBF (Replace-By-Fees)
1
chore
null
791,704
03.05.2019 08:06:04
25,200
171ce4acc90549e7274e92edfdb5a26f3aecb10e
report(redesign): fireworks
[ { "change_type": "MODIFY", "diff": "@@ -242,18 +242,16 @@ class ReportRenderer {\nwrapper.appendChild(renderer.render(category, report.categoryGroups));\n}\n- // TODO(hoten) - fireworks show will commence later.\n// Fireworks\n- // const scoresAll100 = report.reportCategories.every(cat => cat.score === 1);\...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(redesign): fireworks (#8660)
1
report
redesign
217,922
03.05.2019 08:40:10
-7,200
a9d2b3267e08632187a4956ced923fa8d743d7b7
chore: fixed build scripts typo
[ { "change_type": "MODIFY", "diff": "\"start\": \"node ./tools/build/prebuild.js && ng serve --project=client\",\n\"build:watch\": \"node ./tools/build/prebuild.js && npm run ng-high-memory build -- --project=client --watch --configuration=electron-dev\",\n\"build:prod\": \"node ./tools/build/prebuild.js && ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fixed build scripts typo
1
chore
null
217,922
03.05.2019 11:55:41
-7,200
1955fdef58835234218be63915abaf1f3856c5ac
feat(layout): added support for reversed tiers display
[ { "change_type": "MODIFY", "diff": "@@ -108,6 +108,7 @@ export class LayoutsFacade {\nindex: row.index,\nzoneBreakdown: row.zoneBreakdown,\ntiers: row.tiers,\n+ reverseTiers: row.reverseTiers,\nfilterChain: row.filter.name,\nhideIfEmpty: row.hideIfEmpty,\ncollapsed: row.collapseIfDone ? orderedAccepted.redu...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(layout): added support for reversed tiers display
1
feat
layout
791,760
03.05.2019 12:16:38
25,200
a91a53ddcfb9dbe1bb12aec1fd81074f40ba3f02
clients(psi): pass score scale element to psi
[ { "change_type": "MODIFY", "diff": "*\n* @param {LH.Result | string} LHResult The stringified version of {LH.Result}\n* @param {Document} document The host page's window.document\n- * @return {{scoreGaugeEl: Element, perfCategoryEl: Element, finalScreenshotDataUri: string|null}}\n+ * @return {{scoreGaugeEl:...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(psi): pass score scale element to psi (#8827)
1
clients
psi
791,810
03.05.2019 12:24:52
25,200
31df230b1e24c5c8502fd23e89f0f94ba5405096
core(a11y): update scoring weights based on severity
[ { "change_type": "MODIFY", "diff": "@@ -387,42 +387,42 @@ Object {\nObject {\n\"group\": \"a11y-aria\",\n\"id\": \"aria-allowed-attr\",\n- \"weight\": 3,\n+ \"weight\": 10,\n},\nObject {\n\"group\": \"a11y-aria\",\n\"id\": \"aria-required-attr\",\n- \"weight\": 2,\n+ \"weight\": 10,\n},\nObject {\n\"group\"...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(a11y): update scoring weights based on severity (#8823)
1
core
a11y
791,723
03.05.2019 12:25:41
25,200
cfeaf5fb46c6dae91977c71ee31eff921b62cfc3
report: improve text wrapping
[ { "change_type": "MODIFY", "diff": "}\n.lh-container {\n+ /*\n+ Text wrapping in the report is so much FUN!\n+ We have a `word-break: break-word;` globally here to prevent a few common scenarios, namely\n+ long non-breakable text (usually URLs) found in:\n+ 1. The footer\n+ 2. .lh-node (outerHTML)\n+ 3. .lh...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: improve text wrapping (#8820)
1
report
null
791,834
03.05.2019 12:36:45
25,200
656b9b1934ca34f87e0f823c4b6f961af5c94112
report: make v5 renderer compatible with v3 and v4 LHRs
[ { "change_type": "MODIFY", "diff": "@@ -61,9 +61,6 @@ class DetailsRenderer {\ncase 'screenshot':\ncase 'debugdata':\nreturn null;\n- // Fallback for old LHRs, where no type meant don't render.\n- case undefined:\n- return null;\ndefault: {\n// @ts-ignore tsc thinks this unreachable, but ts-ignore for error...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: make v5 renderer compatible with v3 and v4 LHRs (#8822)
1
report
null
273,683
03.05.2019 13:08:54
-7,200
7b442a20882d5434dc1a51a8b727f69812163e3c
feat(store): methods for retrieving nodes
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ const { parseUrl, createFieldName } = require('./utils')\nclass ContentType {\nconstructor (store, collection, options = {}) {\n- this.collection = collection\n+ this._collection = collection\nthis._events = new EventEmitter()\nthis.options = { refs: {},...
JavaScript
MIT License
gridsome/gridsome
feat(store): methods for retrieving nodes
1
feat
store
273,648
03.05.2019 13:16:40
-7,200
5b0054b1b8800e0ccdcf0d7880edb71f1ab8c28a
fix(contentful): prevent infinite loop for references
[ { "change_type": "MODIFY", "diff": "@@ -74,7 +74,7 @@ class ContentfulSource {\nif (Array.isArray(value)) {\nfields[key] = value.map(item =>\n- typeof item === 'object' && typeof value.sys !== 'undefined'\n+ typeof item === 'object' && typeof item.sys !== 'undefined'\n? this.createReferenceField(item)\n: it...
JavaScript
MIT License
gridsome/gridsome
fix(contentful): prevent infinite loop for references (#399)
1
fix
contentful
104,844
03.05.2019 13:52:01
14,400
662437edd44c9a1de4d7524d9dc96149c685a74b
feat(header): added prop to provide skip to content func
[ { "change_type": "MODIFY", "diff": "@@ -68,6 +68,8 @@ const propTypes = {\nappName: PropTypes.string.isRequired,\n/** Add a class name to Header */\nclassName: PropTypes.string,\n+ /** Provide ID for the skip to content functionality */\n+ skipto: PropTypes.string,\n/** Object of action items */\nactionItem...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(header): added prop to provide skip to content func
1
feat
header
217,922
03.05.2019 14:13:46
-7,200
3a95245c7af40173f59b402555f90dd601362067
chore: no more progress output in ci builds
[ { "change_type": "MODIFY", "diff": "@@ -82,7 +82,7 @@ jobs:\nif [ \"${CIRCLE_BRANCH}\" == \"master\" ]; then\nnpm run build:prod\nelse\n- ps -o pid,user,%mem,command ax | sort -b -k3 -r && npm run build:beta\n+ npm run build:beta\nfi\n- save_cache:\nkey: dist-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: no more progress output in ci builds
1
chore
null
503,950
03.05.2019 14:18:00
-10,800
8ed397e508c92cc1503de5d0790c59d037973019
fix(DualList): Hide dropdown when no menu items are provided
[ { "change_type": "MODIFY", "diff": "}\n.dual-list-pf-heading {\n+ min-height: 29px;\nborder-bottom: @dual-list-border;\n}\n", "new_path": "packages/patternfly-3/patternfly-react/less/dual-list-selector.less", "old_path": "packages/patternfly-3/patternfly-react/less/dual-list-selector.less" }, { ...
TypeScript
MIT License
patternfly/patternfly-react
fix(DualList): Hide dropdown when no menu items are provided (#1909)
1
fix
DualList
503,950
03.05.2019 14:23:40
-10,800
e9c09287984124805a823a1fe3b1860ef16b70a4
fix(DualList): fix hidden selects input values to update properly Using the 'value' attribute instead of 'defaultValue' updates the values properly.
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport PropTypes from 'prop-types';\n+import { noop } from '../../../common/helpers';\nconst DualListHiddenSelect = ({ items, ...props }) => {\nconst selectedValues = [];\n@@ -30,7 +31,8 @@ const DualListHiddenSelect = ({ items, ...props }) => ...
TypeScript
MIT License
patternfly/patternfly-react
fix(DualList): fix hidden selects input values to update properly (#1900) Using the 'value' attribute instead of 'defaultValue' updates the values properly.
1
fix
DualList
791,690
03.05.2019 14:39:31
18,000
03e6566fc999befc3e12ca19a3f1bc4b87e8f2d7
docs: add plugin guide
[ { "change_type": "MODIFY", "diff": "@@ -84,7 +84,7 @@ Tracing processor takes the output of trace of tab and identifies the top-level\n## Audits\n-The return value of each audit [takes this shape](https://github.com/GoogleChrome/lighthouse/blob/09cc741c54bfdf6f6851dae1c749dd46a52d6a1f/typings/audit.d.ts#L13...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs: add plugin guide (#8728)
1
docs
null
273,683
03.05.2019 15:58:53
-7,200
f9dad9e89660db02923cbfbc4cd7ee5729f04892
fix(build): set correct dest path for files
[ { "change_type": "MODIFY", "diff": "@@ -93,8 +93,8 @@ test('render g-link components', () => {\nexpect($home('a[href=\"https://www.gridsome.org/docs\"]').attr('target')).toBeUndefined()\nexpect($home('a[href=\"https://www.gridsome.org/docs\"]').attr('rel')).toBeUndefined()\n- expect($home('a.g-link-file').a...
JavaScript
MIT License
gridsome/gridsome
fix(build): set correct dest path for files (#221)
1
fix
build
815,595
03.05.2019 16:25:57
-28,800
e58c8e1ebacc6a3b607bdce287ff04addb9409ed
test: Add tests for reconstruct_block
[ { "change_type": "ADD", "diff": "+use crate::relayer::compact_block::CompactBlock;\n+use crate::{Relayer, SyncSharedState};\n+use ckb_chain::chain::ChainBuilder;\n+use ckb_chain_spec::consensus::Consensus;\n+use ckb_core::block::{Block, BlockBuilder};\n+use ckb_core::header::HeaderBuilder;\n+use ckb_core::s...
Rust
MIT License
nervosnetwork/ckb
test: Add tests for reconstruct_block
1
test
null
273,683
03.05.2019 16:48:29
-7,200
e866517713b16538d7d9966101193fa5732815bd
fix(critical): use publicPath as path prefix
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ const {\nmodule.exports = function (api, options) {\napi.afterBuild(async ({ queue, config }) => {\n- const { outDir: base, pathPrefix } = config\n+ const { outDir: base, pathPrefix, publicPath } = config\nconst pages = queue.filter(page => {\nreturn micro...
JavaScript
MIT License
gridsome/gridsome
fix(critical): use publicPath as path prefix
1
fix
critical
791,783
03.05.2019 17:18:43
25,200
5aec0639e6bdee6eca39fbec8ec5a7786f7601e5
core(lightwallet): add performance-budget audit
[ { "change_type": "MODIFY", "diff": "@@ -120,6 +120,9 @@ Object {\nObject {\n\"path\": \"offline-start-url\",\n},\n+ Object {\n+ \"path\": \"performance-budget\",\n+ },\nObject {\n\"path\": \"resource-summary\",\n},\n@@ -814,6 +817,10 @@ Object {\n\"id\": \"font-display\",\n\"weight\": 0,\n},\n+ Object {\n+ ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(lightwallet): add performance-budget audit (#8539)
1
core
lightwallet
217,922
03.05.2019 18:02:29
-7,200
bf90e1ef8155fb12c81957f6c0bcc0ebb35f7885
fix(ci): fixed an issue with build in CI env
[ { "change_type": "MODIFY", "diff": "},\n\"architect\": {\n\"build\": {\n- \"builder\": \"@angular-devkit/build-angular:browser\",\n+ \"builder\": \"@angular-builders/custom-webpack:browser\",\n\"options\": {\n+ \"customWebpackConfig\": {\n+ \"path\": \"./extra-webpack.config.js\",\n+ \"mergeStrategies\": { ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(ci): fixed an issue with build in CI env
1
fix
ci
217,922
03.05.2019 18:09:01
-7,200
c5d15d0ac68b121c59b796b18e2319977e0760a2
fix(desktop): fixed an error message sometimes showing when closing desktop app
[ { "change_type": "MODIFY", "diff": "@@ -101,7 +101,9 @@ function createWindow() {\nwin.on('closed', function() {\nwin = null;\nObject.keys(openedOverlays).forEach(key => {\n+ if (openedOverlays[key]) {\nopenedOverlays[key].close();\n+ }\n});\n});\n", "new_path": "desktop/main.js", "old_path": "deskt...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed an error message sometimes showing when closing desktop app
1
fix
desktop
447,440
03.05.2019 19:20:27
18,000
05163145ab806924318e2bac13fd333c59e40340
fix: fix commit examples
[ { "change_type": "MODIFY", "diff": "@@ -66,7 +66,7 @@ export default function Options(props) {\n<div className=\"rainbow-lookup_options-container rainbow-lookup_options-container--empty\">\n<SearchIcon className=\"rainbow-lookup_options-empty-message_search-icon\" />\n<span className=\"rainbow-lookup_option...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix commit examples (#711)
1
fix
null
217,922
03.05.2019 19:21:22
-7,200
3a8a08b966d6537b5b7c213906e84e9a90fa6dee
feat(levequests): starting level now defaults to current level on profile
[ { "change_type": "MODIFY", "diff": "@@ -2,8 +2,8 @@ import { Component, OnInit, TemplateRef, ViewChild } from '@angular/core';\nimport { ActivatedRoute, Router } from '@angular/router';\nimport { SearchIndex, XivapiService } from '@xivapi/angular-client';\nimport { NzNotificationService } from 'ng-zorro-ant...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(levequests): starting level now defaults to current level on profile
1
feat
levequests
217,922
03.05.2019 19:40:43
-7,200
d521ef78d401081cdd73e0197505dced07dad7f9
feat(list): you can now create ephemeral lists with name input
[ { "change_type": "MODIFY", "diff": "@@ -142,13 +142,17 @@ export class ListsFacade {\nreturn this.dialog.create({\nnzContent: NameQuestionPopupComponent,\nnzFooter: null,\n- nzTitle: this.translate.instant('New_List')\n+ nzTitle: this.translate.instant('New_List'),\n+ nzComponentParams: {\n+ showEphemeralCh...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list): you can now create ephemeral lists with name input
1
feat
list
471,470
03.05.2019 19:50:24
-7,200
4480d2d3143584152528e6ad9a85bf06a3e44cad
fix(webpack-import-meta-loader): fix filepaths
[ { "change_type": "MODIFY", "diff": "import chai from 'chai';\nimport path from 'path';\n+import { EOL as newLine } from 'os';\nimport compiler from './compiler.js';\nconst { expect } = chai;\n@@ -19,16 +20,15 @@ describe('import-meta-url-loader', () => {\nconst caseA = stats.toJson().modules[0].source;\nexp...
JavaScript
MIT License
open-wc/open-wc
fix(webpack-import-meta-loader): fix filepaths
1
fix
webpack-import-meta-loader
217,922
03.05.2019 19:55:35
-7,200
c1ef7881eab082717ab9c50bab1ee19578b613f6
feat(desktop): mouse back/forward buttons are now properly bound to the app
[ { "change_type": "MODIFY", "diff": "@@ -107,6 +107,15 @@ function createWindow() {\n});\n});\n+ win.on('app-command', (e, cmd) => {\n+ if (cmd === 'browser-backward' && win.webContents.canGoBack()) {\n+ win.webContents.goBack();\n+ }\n+ if (cmd === 'browser-forward' && win.webContents.canGoForward()) {\n+ w...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(desktop): mouse back/forward buttons are now properly bound to the app
1
feat
desktop
531,793
03.05.2019 20:01:17
-3,600
2c13b7034e3810ab8de90e566c69319517b560ca
chore(docs): update docs with note about alertmanager 0.17.0
[ { "change_type": "MODIFY", "diff": "@@ -9,12 +9,8 @@ Alertmanager `0.16.x` is **NOT** supported by karma due to changes\nin the API, see [this issue](https://github.com/prymitive/karma/issues/115)\nfor details.\nA new API endpoint\n-[was added](https://github.com/prometheus/alertmanager/pull/1791) and will ...
TypeScript
Apache License 2.0
prymitive/karma
chore(docs): update docs with note about alertmanager 0.17.0
1
chore
docs
217,922
03.05.2019 20:20:38
-7,200
a390d3994e8ede792d5cff1a35272d14977115f7
feat(pricing): you can now setup discounts on pricing mode, saved inside localstorage
[ { "change_type": "MODIFY", "diff": "</nz-collapse>\n</nz-card>\n+ <nz-card [nzTitle]=\"'Discounts' | translate\">\n+ <div fxLayout=\"row\" fxLayoutAlign=\"flex-start flex-start\" fxLayoutGap=\"10px\">\n+ <nz-input-group [nzAddOnBefore]=\"'Flat_discount' | translate\" nzAddOnAfter=\"gil\">\n+ <input type=\"n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(pricing): you can now setup discounts on pricing mode, saved inside localstorage
1
feat
pricing
217,922
03.05.2019 20:22:21
-7,200
8ed9c3f2cadff4f71288bbea1aac02c318e1ef7e
chore(release): 5.3.8
[ { "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.3.8\"></a>\n+## [5.3.8](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.3.8
1
chore
release
217,922
03.05.2019 21:55:42
-7,200
b3e1fdfb176ce00154a26cde0a5eb26d9c0804a4
fix(teams): fixed an issue with lists loading when you have multiple teams
[ { "change_type": "MODIFY", "diff": "@@ -70,8 +70,7 @@ export class ListsEffects {\n@Effect()\nloadTeamLists$ = this.actions$.pipe(\nofType<LoadTeamLists>(ListsActionTypes.LoadTeamLists),\n- distinctUntilChanged(),\n- switchMap((action) => {\n+ mergeMap((action) => {\nreturn this.listCompactsService.getByFor...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(teams): fixed an issue with lists loading when you have multiple teams
1
fix
teams
791,780
03.05.2019 22:50:00
-3,600
8ad2b62d0e39955208d75efb04543bda354214c6
tests: make update:sample-artifacts work for a single artifact type
[ { "change_type": "MODIFY", "diff": "@@ -73,6 +73,16 @@ Don't:\nIf no reference doc exists yet, then you can use the `description` as a stopgap for explaining\nboth why the audit is important and how to fix it.\n+## Updating sample artifacts and LHR JSON\n+\n+```\n+yarn run update:sample-artifacts # update a...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: make update:sample-artifacts work for a single artifact type (#8802)
1
tests
null
531,793
04.05.2019 00:30:02
-3,600
9bf7746273e4babe2e88bee3afdca36c450b1d64
fix(ui): add missing class to the inhibition icon
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,7 @@ exports[`<Alert /> matches snapshot when inhibited 1`] = `\naria-describedby=\\\\\"tippy-tooltip-7\\\\\"\ndata-original-title=\\\\\"This alert is inhibited by other alerts\\\\\"\n>\n- <span class=\\\\\"mr-1 badge badge-light\\\\\">\n+ <span class=\\\\\"m...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): add missing class to the inhibition icon
1
fix
ui
791,690
04.05.2019 01:01:29
18,000
ec08e7b9375d3cbe38938b95a0dadfd8287d532e
tests(smokehouse): change metric assertions from score to numericValue
[ { "change_type": "MODIFY", "diff": "@@ -15,19 +15,19 @@ module.exports = [\nfinalUrl: 'http://localhost:10200/preload.html',\naudits: {\n'speed-index': {\n- score: '>=0.80',\n+ score: '>=0.80', // primarily just making sure it didn't fail/go crazy, specific value isn't that important\n},\n'first-meaningful-...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(smokehouse): change metric assertions from score to numericValue (#8805)
1
tests
smokehouse
815,601
04.05.2019 10:55:19
-28,800
b5939308b14249ae9fe8cc769c598793a8aead28
chore(deps): bump rusqlite from 0.16.0 to 0.18.0
[ { "change_type": "MODIFY", "diff": "@@ -548,7 +548,7 @@ dependencies = [\n\"lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lru-cache)\",\n\"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"resolve 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \"rusqlite 0...
Rust
MIT License
nervosnetwork/ckb
chore(deps): bump rusqlite from 0.16.0 to 0.18.0
1
chore
deps
815,595
04.05.2019 10:58:07
-28,800
eb1ee9e47f34bc3d09090219b1cfc3f64c3f4079
perf: Use HashSet to check short ids
[ { "change_type": "MODIFY", "diff": "@@ -249,10 +249,12 @@ impl<CS: ChainStore> Relayer<CS> {\n.collect();\n{\n+ let short_ids_set: HashSet<[u8; 6]> =\n+ compact_block.short_ids.iter().map(Clone::clone).collect();\nlet tx_pool = chain_state.tx_pool();\nlet iter = tx_pool.staging_txs_iter().filter_map(|entry|...
Rust
MIT License
nervosnetwork/ckb
perf: Use HashSet to check short ids
1
perf
null
217,922
04.05.2019 11:46:07
-7,200
1811953bb93d1d0e1e1957c29fd5948c7eeebef3
feat(gathering-location): a message is now shown if an item already has an alarm
[ { "change_type": "MODIFY", "diff": "<div class=\"results\" *ngIf=\"results$ | async as results; else noResults\">\n<div *ngFor=\"let node of results\" [class.compact-node]=\"compactDisplay\">\n<nz-card [nzCover]=\"compactDisplay?null:map\"\n- [nzActions]=\"(canCreateAlarm(alarms$ | async, node) && (node.tim...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(gathering-location): a message is now shown if an item already has an alarm
1
feat
gathering-location
815,573
04.05.2019 12:08:10
-28,800
6f263bc9dc3d3cf9d08d703e7bf3845f17925b05
fix: Lock chain state when response getheaders
[ { "change_type": "MODIFY", "diff": "@@ -554,6 +554,9 @@ impl<CS: ChainStore> SyncSharedState<CS> {\n}\npub fn get_locator_response(&self, block_number: BlockNumber, hash_stop: &H256) -> Vec<Header> {\n+ // Should not change chain state when get headers from it\n+ let _lock = self.shared.chain_state().lock()...
Rust
MIT License
nervosnetwork/ckb
fix: Lock chain state when response getheaders
1
fix
null
815,595
04.05.2019 12:09:18
-28,800
05815279ad0434a6138a03a7a45c64127623fefb
perf: Exit early when find out all short transactions
[ { "change_type": "MODIFY", "diff": "@@ -239,28 +239,34 @@ impl<CS: ChainStore> Relayer<CS> {\n) -> Result<Block, Vec<usize>> {\nlet (key0, key1) =\nshort_transaction_id_keys(compact_block.header.nonce(), compact_block.nonce);\n+ let mut short_ids_set: HashSet<[u8; 6]> =\n+ compact_block.short_ids.iter().map...
Rust
MIT License
nervosnetwork/ckb
perf: Exit early when find out all short transactions
1
perf
null
217,922
04.05.2019 12:22:29
-7,200
a465accf356e13848438aa0612e42c4af92448cc
feat(alarms): you can now enable/disable alarms individually
[ { "change_type": "MODIFY", "diff": "@@ -59,7 +59,7 @@ export class AlarmsFacade {\nalarmsSidebarDisplay$ = this.alarmsPageDisplay$.pipe(\nmap(alarmsPageDisplay => {\nreturn this.sortAlarmDisplays([\n- ...alarmsPageDisplay.noGroup,\n+ ...alarmsPageDisplay.noGroup.filter(display => display.alarm.enabled),\n.....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(alarms): you can now enable/disable alarms individually
1
feat
alarms
815,745
04.05.2019 12:24:46
-10,800
6bfc7739d2c2d783371282e77ff758098df4fcf5
chore(release): 2.19.0
[ { "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.19.0\"></a>\n+# [2.19.0](https://github.com/ng-select/ng-select/compare/v2.18.0...v...
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.19.0
1
chore
release
217,922
04.05.2019 12:29:04
-7,200
d8fa193284620e601cb556d314a0f6734d25f918
chore(release): 5.3.9
[ { "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.3.9\"></a>\n+## [5.3.9](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.3.9
1
chore
release
531,793
04.05.2019 12:57:40
-3,600
e94f66f8815866347e29967a866de7e9785cc1f8
feat(ui): speed up animations with translateZ and translate3d
[ { "change_type": "MODIFY", "diff": "+.components-animation-slide {\n+ will-change: opacity, height;\n+ transform: translateZ(0);\n+}\n+\n.components-animation-slide-enter,\n.components-animation-slide-appear {\nopacity: 0.25;\n", "new_path": "ui/src/Components/Animations/DropdownSlide/index.css", "o...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): speed up animations with translateZ and translate3d
1
feat
ui
815,595
04.05.2019 13:22:17
-28,800
45191d6fc608d7e884f0511cd99c96b8667c6e39
fix: Clean corresponding cache when receive proposals
[ { "change_type": "MODIFY", "diff": "use crate::relayer::Relayer;\n+use ckb_core::transaction::Transaction;\nuse ckb_protocol::{cast, BlockProposal, FlatbuffersVectorIterator};\nuse ckb_store::ChainStore;\nuse failure::Error as FailureError;\n@@ -17,13 +18,17 @@ impl<'a, CS: ChainStore> BlockProposalProcess<...
Rust
MIT License
nervosnetwork/ckb
fix: Clean corresponding cache when receive proposals
1
fix
null
815,573
04.05.2019 15:04:38
-28,800
aa13f8704462b3196d6167b4db8f2f3ebd344e44
fix: Do not send duplicated GetHeaders message
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,9 @@ use std::time::{Duration, Instant};\nconst FILTER_SIZE: usize = 20000;\nconst MAX_ASK_MAP_SIZE: usize = 30000;\nconst MAX_ASK_SET_SIZE: usize = MAX_ASK_MAP_SIZE * 2;\n+const GET_HEADERS_CACHE_SIZE: usize = 10000;\n+// TODO: Need discussed\n+const GET_HEA...
Rust
MIT License
nervosnetwork/ckb
fix: Do not send duplicated GetHeaders message
1
fix
null
815,573
04.05.2019 16:28:35
-28,800
196c2d6b69b3bb20ad3408566ff3b4c898785e91
fix: deadlock in get_locator_response
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ use std::collections::{\nuse std::time::{Duration, Instant};\nconst FILTER_SIZE: usize = 20000;\n-const MAX_ASK_MAP_SIZE: usize = 30000;\n+const MAX_ASK_MAP_SIZE: usize = 50000;\nconst MAX_ASK_SET_SIZE: usize = MAX_ASK_MAP_SIZE * 2;\nconst GET_HEADERS_CA...
Rust
MIT License
nervosnetwork/ckb
fix: deadlock in get_locator_response
1
fix
null
815,590
04.05.2019 16:50:20
-28,800
cd684c6092c689291585bc3189a3a6bb5203e2f6
fix: BlockCellProvider determine cellbase error
[ { "change_type": "MODIFY", "diff": "@@ -129,21 +129,24 @@ impl<'a> BlockCellProvider<'a> {\nimpl<'a> CellProvider for BlockCellProvider<'a> {\nfn cell(&self, out_point: &OutPoint) -> CellStatus {\n- match self.output_indices.get(&out_point.tx_hash).and_then(|i| {\n+ self.output_indices\n+ .get(&out_point.tx...
Rust
MIT License
nervosnetwork/ckb
fix: BlockCellProvider determine cellbase error
1
fix
null
815,573
04.05.2019 16:50:23
-28,800
37691973950c3814fd4ac8803330fef1f8f5a607
chore: Speed up initial block download by decrease timer interval
[ { "change_type": "MODIFY", "diff": "@@ -52,12 +52,7 @@ where\n}\n// current peer block blocks_inflight reach limit\n- if MAX_BLOCKS_IN_TRANSIT_PER_PEER.saturating_sub(inflight.len()) == 0 {\n- debug!(target: \"sync\", \"[block downloader] inflight count reach limit\");\n- true\n- } else {\n- false\n- }\n+ i...
Rust
MIT License
nervosnetwork/ckb
chore: Speed up initial block download by decrease timer interval
1
chore
null
815,573
04.05.2019 16:54:50
-28,800
9d06502f5aa9a355c528483ffb1b7d36f2ae2058
chore: Update p2p library
[ { "change_type": "MODIFY", "diff": "@@ -556,7 +556,7 @@ dependencies = [\n\"snap 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"stop-handler 0.11.0-pre\",\n\"tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \"tentacle 0.2.0-alpha.7 (registry+https://github.co...
Rust
MIT License
nervosnetwork/ckb
chore: Update p2p library
1
chore
null
447,451
04.05.2019 17:04:06
14,400
a53fe983ca6595bf1ceb5ba9df7ae94d130b6dce
fix: normalize value
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,15 @@ import { mount } from 'enzyme';\nimport Calendar from '../';\ndescribe('Calendar', () => {\n+ it('should render the component when pass falsy values', () => {\n+ const values = ['', undefined, null, 0];\n+ values.forEach((value) => {\n+ const component = ...
JavaScript
MIT License
nexxtway/react-rainbow
fix: normalize value (#716)
1
fix
null
815,590
04.05.2019 17:11:25
-28,800
0ee351135eabdbc563260b33ef70c50959223b16
fix: remove rpc call to improve miner profermance
[ { "change_type": "MODIFY", "diff": "@@ -35,11 +35,11 @@ impl Miner {\n}\npub fn run(&self) {\nloop {\n- self.client.try_update_block_template();\nmatch self.mine() {\nOk(result) => {\nif let Some((work_id, block)) = result {\nself.client.submit_block(&work_id, &block);\n+ self.client.try_update_block_templa...
Rust
MIT License
nervosnetwork/ckb
fix: remove rpc call to improve miner profermance
1
fix
null
815,601
04.05.2019 19:08:16
-28,800
31173544eff30088104dac69c3929809cb4bc281
chore: tweak max block size limit and proposals limit
[ { "change_type": "MODIFY", "diff": "@@ -20,8 +20,8 @@ pub(crate) const POW_TIME_SPAN: u64 = 12 * 60 * 60 * 1000; // 12 hours\npub(crate) const POW_SPACING: u64 = 15 * 1000; //15s\npub(crate) const MAX_BLOCK_CYCLES: Cycle = 100_000_000;\n-pub(crate) const MAX_BLOCK_BYTES: u64 = 10_000_000; // 10mb\n-pub(crat...
Rust
MIT License
nervosnetwork/ckb
chore: tweak max block size limit and proposals limit
1
chore
null
447,440
04.05.2019 19:23:28
18,000
a93d6019eae24fb3ee6aa3f2c16ba192eed6aa8e
fix: add header lookup example
[ { "change_type": "MODIFY", "diff": "font-size: 12px;\nfont-weight: normal;\nheight: 32px;\n- padding: 0 1rem 0 1rem; }\n+ padding: 0 1rem 0 1rem;\n+ text-transform: uppercase;\n+ margin-top: 8px; }\n", "new_path": "src/components/Lookup/options/styles.css", "old_path": "src/components/Lookup/options...
JavaScript
MIT License
nexxtway/react-rainbow
fix: add header lookup example (#713)
1
fix
null
815,593
04.05.2019 21:20:25
-28,800
eff52aed5d77ff067a72b725be18a19a8e786155
feat: cellbase type script
[ { "change_type": "MODIFY", "diff": "@@ -222,6 +222,11 @@ pub fn resolve_transaction<'a, CP: CellProvider>(\n}\nimpl<'a> ResolvedTransaction<'a> {\n+ // cellbase will be resolved with empty input cells, we can use low cost check here:\n+ pub fn is_cellbase(&self) -> bool {\n+ self.input_cells.is_empty()\n+ }...
Rust
MIT License
nervosnetwork/ckb
feat: cellbase type script
1
feat
null
815,573
04.05.2019 21:43:28
-28,800
d7f95f6f05dcc7502b7fad9b001a4f9cd9ff26aa
fix: Get headers forgot update best known header
[ { "change_type": "MODIFY", "diff": "@@ -210,8 +210,23 @@ where\nreturn Ok(());\n}\n+ let best_known_header = self.synchronizer.shared.best_known_header();\nif headers.len() == 0 {\n- debug!(target: \"sync\", \"HeadersProcess is_empty\");\n+ // Update peer's best known header\n+ self.synchronizer\n+ .peers\n...
Rust
MIT License
nervosnetwork/ckb
fix: Get headers forgot update best known header
1
fix
null
531,793
04.05.2019 21:58:34
-3,600
80338927f73e4b1bf2a9e75363a1404c0b011195
feat(ui): use alerts timestamp as secondary sort key
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,33 @@ import { GridSizesConfig, GetGridElementWidth } from \"./GridSize\";\nimport \"./index.css\";\n+const getGroupStartsAt = g => moment.max(g.alerts.map(a => moment(a.startsAt)));\n+\n+const getLabelValue = (alertStore, settingsStore, sortOrder, sortLabel,...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): use alerts timestamp as secondary sort key
1
feat
ui
531,793
04.05.2019 22:48:40
-3,600
c298a6cd69cd1f2334b89a39494412b25e978162
fix(ui): delay initial fetch until browser is idle Right now the very fist fetch() happens right after Fetcher instance is created, which might be while a lot of other components are still being created. Wrap it inside requestAnimationFrame so it's executed once the browser is (fairly) idle
[ { "change_type": "MODIFY", "diff": "@@ -54,7 +54,8 @@ const Fetcher = observer(\n};\ncomponentDidMount() {\n- this.fetchIfIdle();\n+ // start first fetch once the browser is done doing busy loading\n+ window.requestAnimationFrame(this.fetchIfIdle);\nthis.timer = setInterval(this.timerTick, 1000);\n}\n", ...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): delay initial fetch until browser is idle Right now the very fist fetch() happens right after Fetcher instance is created, which might be while a lot of other components are still being created. Wrap it inside requestAnimationFrame so it's executed once the browser is (fairly) idle
1
fix
ui
815,573
04.05.2019 22:50:39
-28,800
177d9bbd6bfaba494dca72809919c990e3df5830
fix: Update last notfiy time bug
[ { "change_type": "MODIFY", "diff": "@@ -73,7 +73,7 @@ pub struct Synchronizer<CS: ChainStore> {\npub config: Arc<Config>,\npub orphan_block_pool: Arc<OrphanBlockPool>,\npub outbound_peers_with_protect: Arc<AtomicUsize>,\n- last_notify_time: Instant,\n+ last_notify_times: HashMap<u64, Instant>,\n}\n// https:...
Rust
MIT License
nervosnetwork/ckb
fix: Update last notfiy time bug
1
fix
null
531,793
04.05.2019 23:34:27
-3,600
7aee212dc9d564a8d5b50bdcc512c29c6be516ee
fix(ui): fix fallback sorting by timestamps Sorting by timestaps should be reversed - most recent timestamps first
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,8 @@ import { GridSizesConfig, GetGridElementWidth } from \"./GridSize\";\nimport \"./index.css\";\n-const getGroupStartsAt = g => moment.max(g.alerts.map(a => moment(a.startsAt)));\n+const getGroupStartsAt = g =>\n+ moment.max(g.alerts.map(a => moment(a.star...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): fix fallback sorting by timestamps Sorting by timestaps should be reversed - most recent timestamps first
1
fix
ui
815,605
05.05.2019 03:07:37
0
f6cf158ff976f90c97783307d7b3b662b745ad5f
feat: add syscall for loading transaction hash
[ { "change_type": "ADD", "diff": "+use crate::syscalls::{utils::store_data, LOAD_TX_HASH_SYSCALL_NUMBER, SUCCESS};\n+use ckb_vm::{Error as VMError, Register, SupportMachine, Syscalls, A0, A7};\n+\n+#[derive(Debug)]\n+pub struct LoadTxHash<'a> {\n+ tx_hash: &'a [u8],\n+}\n+\n+impl<'a> LoadTxHash<'a> {\n+ pub ...
Rust
MIT License
nervosnetwork/ckb
feat: add syscall for loading transaction hash
1
feat
null
217,922
05.05.2019 13:08:47
-7,200
3b183b8f740c5d7a121028533d24382414ab567a
feat(desynth-guide): added pagination to results to display all of them
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n</div>\n+<nz-pagination [nzPageIndex]=\"page$ | async\" (nzPageIndexChange)=\"page$.next($event)\" [nzTotal]=\"totalLength\"\n+ *ngIf=\"totalLength > 0\"\n+ [nzPageSize]=\"pageSize\" fxLayout=\"row\"\n+ fxLayoutAlign=\"center center\"></nz-pagination>\n<ap...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(desynth-guide): added pagination to results to display all of them
1
feat
desynth-guide
815,595
05.05.2019 14:23:37
-28,800
057a28afe4696e32fc9ea81d9b03bd246b3e9f65
feat: Limit len of getblocks
[ { "change_type": "MODIFY", "diff": "use crate::synchronizer::Synchronizer;\n+use crate::BLOCK_DOWNLOAD_WINDOW;\nuse ckb_network::{CKBProtocolContext, PeerIndex};\nuse ckb_protocol::{cast, GetBlocks, SyncMessage};\nuse ckb_store::ChainStore;\nuse failure::Error as FailureError;\nuse flatbuffers::FlatBufferBu...
Rust
MIT License
nervosnetwork/ckb
feat: Limit len of getblocks
1
feat
null
743,863
05.05.2019 14:46:38
25,200
0c39183e74fa3ae039f97a2707bb323b8540382d
chore(release): 13.2.3
[ { "change_type": "MODIFY", "diff": "-# Change Log\n+# Changelog\nAll 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+### [13.2.3](https://github.com/yargs/yargs/compare/v13.2.2...v13....
JavaScript
MIT License
yargs/yargs
chore(release): 13.2.3
1
chore
release
743,863
05.05.2019 14:54:23
25,200
b4f801867f209a3eece0f9319e157d660f74b45b
build: add .versionrc that hides test/build
[ { "change_type": "ADD", "diff": "+{\n+ \"types\": [\n+ {\"type\":\"feat\",\"section\":\"Features\"},\n+ {\"type\":\"fix\",\"section\":\"Bug Fixes\"},\n+ {\"type\":\"test\",\"section\":\"Tests\", \"hidden\": true},\n+ {\"type\":\"build\",\"section\":\"Build System\", \"hidden\": true},\n+ {\"type\":\"ci\",\"...
JavaScript
MIT License
yargs/yargs
build: add .versionrc that hides test/build
1
build
null
815,590
05.05.2019 15:20:28
-28,800
40b3d1644c34bc1597e8f773d67849118621feeb
fix: only verify unknown tx in block proposal
[ { "change_type": "MODIFY", "diff": "use crate::relayer::Relayer;\n-use ckb_core::transaction::Transaction;\n+use ckb_core::transaction::{ProposalShortId, Transaction};\nuse ckb_protocol::{cast, BlockProposal, FlatbuffersVectorIterator};\nuse ckb_store::ChainStore;\nuse failure::Error as FailureError;\nuse l...
Rust
MIT License
nervosnetwork/ckb
fix: only verify unknown tx in block proposal
1
fix
null
791,723
05.05.2019 15:52:58
25,200
e6a0dce9ad50ba27e9cd1542fce5ea433672802d
docs: update throttling
[ { "change_type": "MODIFY", "diff": "@@ -7,22 +7,22 @@ This is the standard recommendation for mobile throttling:\n- Throughput: 1.6Mbps down / 750 Kbps up.\n- Packet loss: none.\n-These exact figures are used as [Lighthouse's throttling default](https://github.com/GoogleChrome/lighthouse/blob/8f500e00243e07...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs: update throttling (#8854)
1
docs
null
791,760
05.05.2019 16:13:38
25,200
6846807c4d887848a21a00389d26fe00f6527ef7
report(redesign): make dark mode details less intense
[ { "change_type": "MODIFY", "diff": "--color-black-600: #757575;\n--color-black-800: #424242;\n--color-black-900: #212121;\n+ --off-black: #111111;\n--color-black: #000000;\n--color-blue: #2962FF;\n--color-green-700: #018642;\n--topbar-height: 36px;\n--topbar-icon-size: 24px;\n--topbar-padding: 0 8px;\n+ --m...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(redesign): make dark mode details less intense (#8845)
1
report
redesign
815,595
05.05.2019 16:25:45
-28,800
524fd1e2ec8f65846faed6f07d55dd386495c71d
perf: Process new block only Ignore the received blocks if we have never requested before or it has been received and processed before.
[ { "change_type": "MODIFY", "diff": "@@ -34,8 +34,13 @@ where\nlet block: Block = (*self.message).try_into()?;\ndebug!(target: \"sync\", \"BlockProcess received block {} {:x}\", block.header().number(), block.header().hash());\n- self.synchronizer.peers.block_received(self.peer, &block);\n+ if self\n+ .synch...
Rust
MIT License
nervosnetwork/ckb
perf: Process new block only Ignore the received blocks if we have never requested before or it has been received and processed before.
1
perf
null
815,593
05.05.2019 16:37:14
-28,800
766563b0092a9474fbc6e95e8cd9efb399f3f0f4
chore: fix bench code
[ { "change_type": "MODIFY", "diff": "@@ -383,6 +383,7 @@ dependencies = [\n\"hash 0.11.0-pre\",\n\"numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"occupied-capacity 0.11.0-pre\",\n\"r...
Rust
MIT License
nervosnetwork/ckb
chore: fix bench code
1
chore
null
815,598
05.05.2019 16:51:48
-28,800
633950bcecb3ffa5b992e8f1ce64c77679e8d226
feat: add `ckb cli hashes` to dump well-known hashes.
[ { "change_type": "MODIFY", "diff": "-name = \"ckb\"\n+name = \"ckb_dev\"\n[genesis]\nversion = 0\n", "new_path": "resource/specs/dev.toml", "old_path": "resource/specs/dev.toml" }, { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ pub use std::io::{Error, Result};\nuse self::template...
Rust
MIT License
nervosnetwork/ckb
feat: add `ckb cli hashes` to dump well-known hashes.
1
feat
null
791,834
05.05.2019 16:52:22
25,200
24fe98250b81410e7567a9cb379b8fbb19ea3f2d
misc(proto): require protobuf 3.7.1, add stricter audit details test
[ { "change_type": "MODIFY", "diff": "@@ -21,24 +21,11 @@ describe('round trip JSON comparison subsets', () => {\nsampleJson = JSON.parse(preprocessor.processForProto(sample));\n});\n- it('has the same audit results sans details', () => {\n- Object.keys(sampleJson.audits).forEach(audit => {\n- delete sampleJs...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(proto): require protobuf 3.7.1, add stricter audit details test (#8867)
1
misc
proto
815,593
05.05.2019 17:24:04
-28,800
9480b7214d1c6c21da4eda909e8cc2572af04c38
refactor: use lazy static cache to replace CacheDB
[ { "change_type": "MODIFY", "diff": "@@ -735,6 +735,8 @@ dependencies = [\n\"ckb-chain-spec 0.12.0-pre\",\n\"ckb-core 0.12.0-pre\",\n\"ckb-db 0.12.0-pre\",\n+ \"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lru-cache)\"...
Rust
MIT License
nervosnetwork/ckb
refactor: use lazy static cache to replace CacheDB
1
refactor
null
815,601
05.05.2019 17:34:16
-28,800
c564027580ee6fa3c9479cd83fac885460ccd51f
fix: block assembler not respect cycles limit
[ { "change_type": "MODIFY", "diff": "@@ -358,7 +358,7 @@ impl<CS: ChainStore + 'static> BlockAssembler<CS> {\nlet proposals = chain_state.get_proposals(proposals_limit as usize);\nlet txs_size_limit = self.calculate_txs_size_limit(bytes_limit, &uncles, &proposals);\n- let transactions = chain_state.get_stagi...
Rust
MIT License
nervosnetwork/ckb
fix: block assembler not respect cycles limit
1
fix
null
815,601
05.05.2019 17:34:45
-28,800
c5476f05cb93ea1759aa814075bd8a5dfce50f5a
chore: tweak cycles limit
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ pub(crate) const ORPHAN_RATE_TARGET: f32 = 0.1;\npub(crate) const POW_TIME_SPAN: u64 = 12 * 60 * 60 * 1000; // 12 hours\npub(crate) const POW_SPACING: u64 = 15 * 1000; //15s\n-pub(crate) const MAX_BLOCK_CYCLES: Cycle = 100_000_000;\n+pub(crate) const MAX...
Rust
MIT License
nervosnetwork/ckb
chore: tweak cycles limit
1
chore
null
815,598
05.05.2019 17:39:55
-28,800
df686e9316b8d890a880f5f78d8f929baa6080b2
test: test against file generated by `ckb cli hashes` Test the bundled specs match the file generated by `ckb cli hashes -b`.
[ { "change_type": "MODIFY", "diff": "@@ -29,3 +29,15 @@ The subcommand `ckb init` has an option `--export-specs` to export spec files\nas well, which allows editing the chain spec for development.\nThe chain spec can switch between different PoW engines. Wiki has the [instructions](https://github.com/nervosn...
Rust
MIT License
nervosnetwork/ckb
test: test against file generated by `ckb cli hashes` Test the bundled specs match the file generated by `ckb cli hashes -b`.
1
test
null
722,013
05.05.2019 17:44:09
18,000
b79ade411979b783f0a8587d38ab4b4af937b180
ci: fix dangerfile
[ { "change_type": "MODIFY", "diff": "// eslint-disable-next-line import/no-unresolved, import/extensions\n-import { danger, warn } from 'danger'\n-import * as fs from 'fs'\n-import * as path from 'path'\n+import { danger, warn, fail } from 'danger'\n+var fs = require('fs')\n+var path = require('path')\nvar g...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci: fix dangerfile
1
ci
null
217,922
05.05.2019 18:05:04
-7,200
c55b5217acbb23b9b0c2038256b0431467a1ea97
fix(display): fixed layout issues in simulator on tablet
[ { "change_type": "MODIFY", "diff": "<ng-container *ngIf=\"rotation$ | async as rotation\">\n<div fxLayout=\"row\" fxLayoutGap=\"10px\" fxLayout.lt-md=\"column\" *ngIf=\"!rotation.notFound; else notFound\">\n- <div class=\"buttons\" fxLayout.lt-md=\"row wrap\" fxLayoutAlign=\"center center\" fxLayout=\"colum...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(display): fixed layout issues in simulator on tablet
1
fix
display
815,601
05.05.2019 18:24:33
-28,800
3114f7dab2144265ed8f95499e10ae0be5edd3cd
chore: enable overflow check by cargo manifest
[ { "change_type": "MODIFY", "diff": "@@ -77,3 +77,4 @@ members = [\n[profile.release]\ndebug = true\n+overflow-checks = true\n", "new_path": "Cargo.toml", "old_path": "Cargo.toml" }, { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ integration:\ncd test && cargo run ../target/debug/c...
Rust
MIT License
nervosnetwork/ckb
chore: enable overflow check by cargo manifest
1
chore
null
531,793
05.05.2019 19:34:20
-3,600
d75ad0434eb034e68c4b1b48472ada341612aef9
feat(ui): flash annotation text on changes
[ { "change_type": "MODIFY", "diff": "\"react-onclickoutside\": \"6.8.0\",\n\"react-popper\": \"1.3.3\",\n\"react-resize-detector\": \"4.1.3\",\n+ \"react-reveal\": \"1.2.2\",\n\"react-scripts\": \"3.0.0\",\n\"react-select\": \"2.4.3\",\n\"react-tippy\": \"1.2.3\",\n", "new_path": "ui/package.json", "...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): flash annotation text on changes
1
feat
ui
815,601
05.05.2019 20:41:29
-28,800
ff953dbb25f568b08c5f60ef895e4505bcdcd33e
fix: blocktemplate cache outdate check
[ { "change_type": "MODIFY", "diff": "@@ -54,9 +54,9 @@ impl TemplateCache {\nnumber: String,\n) -> bool {\nlast_uncles_updated_at != self.uncles_updated_at\n- || last_txs_updated_at != self.txs_updated_at\n+ || (last_txs_updated_at != self.txs_updated_at\n+ && current_time.saturating_sub(self.time) > BLOCK_T...
Rust
MIT License
nervosnetwork/ckb
fix: blocktemplate cache outdate check
1
fix
null
217,922
05.05.2019 21:28:22
-7,200
7918bdc1b1e397a2bb9395bbd6d19aa16cb794f9
feat(rotations): rotation picker now respects order and folders
[ { "change_type": "MODIFY", "diff": "</ng-template>\n</nz-list>\n+ <ng-container *ngIf=\"rotationFoldersDisplay$ | async as ownFolders\">\n+ <div *ngIf=\"ownFolders.length > 0\">\n+ <h3>{{'SIMULATOR.ROTATIONS.FOLDERS.Your_folders' | translate}}</h3>\n+ <nz-list *ngFor=\"let folder of ownFolders\" [nzDataSour...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(rotations): rotation picker now respects order and folders
1
feat
rotations
791,723
05.05.2019 21:30:22
25,200
6ed3782da9c058dddf3fabd93440ada54deef43a
report: metric toggle without JS
[ { "change_type": "MODIFY", "diff": "@@ -127,10 +127,9 @@ class PerformanceCategoryRenderer extends CategoryRenderer {\nconst metricAuditsEl = this.renderAuditGroup(groups.metrics);\n// Metric descriptions toggle.\n- const auditGroupHeader = this.dom.find('.lh-audit-group__header', metricAuditsEl);\nconst to...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: metric toggle without JS (#8844)
1
report
null
217,922
05.05.2019 21:37:25
-7,200
780260fcbced97b316a379aa2783ca83cfd49420
fix: fixed an issue with some panels not opening properly on safari
[ { "change_type": "MODIFY", "diff": "}\n},\n\"@angular/animations\": {\n- \"version\": \"7.2.14\",\n- \"resolved\": \"https://registry.npmjs.org/@angular/animations/-/animations-7.2.14.tgz\",\n- \"integrity\": \"sha512-K+wdq7TslmvDhrbwy65x7owE8wezI0fDdO+8SO9RU4m/w6R6vo4QS3uSdc5I2pxwm4QSXSc5eKhoWJkq0muTbQ==\"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with some panels not opening properly on safari
1
fix
null
217,922
05.05.2019 21:40:14
-7,200
bf10db831aaa35040dcdf1a4d809df6088c3c8b4
chore(release): 5.3.10
[ { "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.3.10\"></a>\n+## [5.3.10](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.3.10
1
chore
release
76,605
05.05.2019 22:23:37
-7,200
68732d21c87549b8610ace87ce41f3e2b887bd0c
feat: Change hyperparameters to improve performance
[ { "change_type": "MODIFY", "diff": "@@ -39,11 +39,12 @@ class BrainClassifier extends Classifier {\nactivation: 'leaky-relu',\nhiddenLayers: [],\niterations: 20000,\n- learningRate: 0.4,\n+ learningRate: 0.8,\nerrorThresh: 0.00005,\nmomentum: 0.5,\ndeltaErrorThresh: 0.0000001,\nmaxDecimals: 9,\n+ leakyReluA...
JavaScript
MIT License
axa-group/nlp.js
feat: Change hyperparameters to improve performance
1
feat
null
76,605
05.05.2019 22:35:49
-7,200
0e1af73b139f6c0543a3ae8553b6b48cb22a20e8
feat: Adding createNetwork parameter
[ { "change_type": "MODIFY", "diff": "@@ -57,8 +57,10 @@ class BrainClassifier extends Classifier {\n* Train the classifier given a dataset.\n* @param {Object} dataset Dataset with features and outputs.\n*/\n- async trainBatch(dataset) {\n+ async trainBatch(dataset, createNetwork = true) {\n+ if (createNetwor...
JavaScript
MIT License
axa-group/nlp.js
feat: Adding createNetwork parameter
1
feat
null
791,834
05.05.2019 23:10:01
25,200
2a354e4382118e0aca1575d7e755d9cbf9509f18
tests(lightwallet): add budget to golden LHR
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ trap teardown EXIT\ncolorText \"Generating a fresh LHR...\" \"$purple\"\nset -x\n-node \"$lhroot_path/lighthouse-cli\" -A=\"$lhroot_path/lighthouse-core/test/results/artifacts\" --throttling-method=devtools --quiet --output=json --output-path=\"$freshLHR...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(lightwallet): add budget to golden LHR (#8870)
1
tests
lightwallet
76,605
05.05.2019 23:30:19
-7,200
130407b79df6d49998bbb1b85ef8722679399106
feat: Improve performance of Neural Network
[ { "change_type": "MODIFY", "diff": "@@ -47,19 +47,16 @@ class NeuralNetwork {\n}\ninitialize() {\n- this.biases = [];\n- this.weights = [];\nthis.outputs = [[], []];\nthis.deltas = [[], []];\n- this.changes = [];\nthis.errors = [[], []];\nconst size = this.sizes[1];\n- this.biases[1] = new Float32Array(size...
JavaScript
MIT License
axa-group/nlp.js
feat: Improve performance of Neural Network
1
feat
null
127,939
05.05.2019 23:36:41
-10,800
54d55b4411e2ed22ce22901d403d067cfeeabb5e
fix(design): change default fonts size
[ { "change_type": "MODIFY", "diff": "@@ -9,8 +9,8 @@ import { base, colors, typography } from '@heathmont/sportsbet-tokens';\nexport const page: CSSObject = {\nhtml: {\nbackgroundColor: colors.neutral[80],\n- fontSize: rem(base.fontSize),\n- lineHeight: base.lineHeight / base.fontSize,\n+ fontSize: rem(base....
TypeScript
MIT License
coingaming/moon-design
fix(design): change default fonts size
1
fix
design
76,605
05.05.2019 23:37:54
-7,200
5f66e17fb3fed1472991978c74d69d879873e541
fix: Fix Neural Network Test
[ { "change_type": "MODIFY", "diff": "@@ -105,15 +105,9 @@ describe('Neural Network', () => {\nnet.initialize();\nconst farray4 = new Float32Array(4);\nconst farray2 = new Float32Array(2);\n- expect(net.biases).toEqual([undefined, farray4]);\n- expect(net.weights).toEqual([\n- undefined,\n- [farray2, farray2,...
JavaScript
MIT License
axa-group/nlp.js
fix: Fix Neural Network Test
1
fix
null
127,939
05.05.2019 23:39:49
-10,800
42b9834c4d92187b6575c2e3f177d31f4b6156eb
test(design): font-size test update
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ exports[`Banner Closable renders with default vertical layout 1`] = `\ndisplay: inline-block;\nvertical-align: middle;\nfont-family: inherit;\n- font-size: 16px;\n+ font-size: 14px;\nfont-weight: 600;\nline-height: 1.125rem;\ntext-align: center;\n@@ -201...
TypeScript
MIT License
coingaming/moon-design
test(design): font-size test update
1
test
design
127,939
05.05.2019 23:43:04
-10,800
1fba53c11db449d98929cfe4cf162d1cd317d924
docs(design): default font size change in doc
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ A foundation for other tokens to be built upon.\n| :--------- | :----- | :----------- |\n| container | number | 1400 |\n| fontFace | string | \"AvertaStd\" |\n-| fontSize | number | 16 |\n+| fontSize | number | 14 |\n| lineHeight | number | 20 |\n| spaci...
TypeScript
MIT License
coingaming/moon-design
docs(design): default font size change in doc
1
docs
design
791,760
06.05.2019 00:42:34
25,200
b92ceeafab91aac7f08a8854fbb620c27c4649e2
report(pwa): properly hide n/a gauge when it's n/a
[ { "change_type": "MODIFY", "diff": "@@ -698,7 +698,7 @@ limitations under the License.\ndisplay: inline;\n}\n/* Just optimized. Same n/a line as no passing groups. */\n- .lh-gauge--pwa__wrapper.lh-badged--pwa-optimized .lh-gauge--pwa__na-line {\n+ .lh-gauge--pwa__wrapper.lh-badged--pwa-optimized:not(.lh-bad...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(pwa): properly hide n/a gauge when it's n/a (#8872)
1
report
pwa
679,913
06.05.2019 00:47:00
-3,600
3134ce699fb42010b755931a48b985ca5ae48e92
docs(math): minor update doc strings
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,13 @@ import { eqDelta } from \"./eqdelta\";\n/**\n* Returns true if line A rises up over B.\n*\n+ * ```\n+ * b1 a2\n+ * \\/\n+ * /\\\n+ * a1 b2\n+ * ```\n+ *\n* @param a1\n* @param a2\n* @param b1\n@@ -15,6 +22,13 @@ export const isCrossOver = (a1: number, a2:...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(math): minor update doc strings
1
docs
math
679,913
06.05.2019 00:48:00
-3,600
2a9d07623b520d7a9f8a9d0d3ff040006993ef22
feat(matrices): add outerProduct for vec 2/3/4
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ export * from \"./mulq\";\nexport * from \"./mulv\";\nexport * from \"./normal-mat\";\nexport * from \"./ortho\";\n+export * from \"./outer-product\";\nexport * from \"./perspective\";\nexport * from \"./project\";\nexport * from \"./quat-axis-angle\";\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(matrices): add outerProduct for vec 2/3/4
1
feat
matrices
679,913
06.05.2019 00:49:07
-3,600
d27bcbaff775ccbd0d62649b8a1c7d99fdf8c981
fix(pointfree): update safeMode handling actually disable checks if safeMode(false) is called
[ { "change_type": "MODIFY", "diff": "@@ -17,9 +17,18 @@ import {\nStackProgram\n} from \"./api\";\n-let SAFE = true;\n+let $: (stack: Stack, n: number) => void;\n+let $n: (m: number, n: number) => void;\n-export const safeMode = (state: boolean) => (SAFE = state);\n+export const safeMode = (state: boolean) =...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(pointfree): update safeMode handling - actually disable checks if safeMode(false) is called
1
fix
pointfree
679,913
06.05.2019 02:48:08
-3,600
867eaa354cb052246c17c0ea4ff21276cb869c55
feat(associative): add sparseSet factory fn
[ { "change_type": "MODIFY", "diff": "@@ -260,3 +260,17 @@ export class SparseSet32 extends ASparseSet<Uint32Array>\nreturn new SparseSet32(this.capacity);\n}\n}\n+\n+/**\n+ * Creates a new sparse set with given max. capacity (max ID + 1) and\n+ * chooses most memory efficient implementation, e.g. if `n` <= 2...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(associative): add sparseSet factory fn
1
feat
associative
791,780
06.05.2019 05:27:08
-3,600
a902661addd4aeb75e89bbcf0874502084066e91
tests: add tap targets to dobetterweb sample page
[ { "change_type": "MODIFY", "diff": "@@ -81,7 +81,7 @@ yarn run update:sample-artifacts ScriptElements # update just one artifact\nyarn run update:sample-json # update sample LHR based on sample artifacts\n```\n-When updating all artifacts, usually you'll need to revert changes to the `*.devtoolslog.json` an...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: add tap targets to dobetterweb sample page (#8803)
1
tests
null
743,978
06.05.2019 07:34:48
-36,000
843e9391a46aa7c77f28c4fd5c968178dfe60aa7
docs: make `--no-` boolean prefix easier to find in the docs
[ { "change_type": "MODIFY", "diff": "@@ -80,6 +80,8 @@ Interpret `key` as a boolean. If a non-flag option follows `key` in\n`key` will default to `false`, unless a `default(key, undefined)` is\nexplicitly set.\n+`key` can be set false explicitly using the `--no-` prefix, [more](/docs/tricks.md#negate).\n+\nI...
JavaScript
MIT License
yargs/yargs
docs: make `--no-` boolean prefix easier to find in the docs (#1338)
1
docs
null
217,922
06.05.2019 07:58:46
-7,200
813a20f2abe344a8da76b77b726871512b7c76ea
fix(simulator): fixed a display issue with lg resolution
[ { "change_type": "MODIFY", "diff": "<ng-container *ngIf=\"rotation$ | async as rotation\">\n<div fxLayout=\"row\" fxLayoutGap=\"10px\" fxLayout.lt-md=\"column\" *ngIf=\"!rotation.notFound; else notFound\">\n- <div class=\"buttons\" fxLayout.lt-lg=\"row wrap\" fxLayoutAlign=\"center center\" fxLayout=\"colum...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed a display issue with lg resolution
1
fix
simulator
217,922
06.05.2019 08:25:37
-7,200
c238db89117f5137805367f5322653ff4d3d0d63
fix(rotation-picker): fixed an issue with rotation picker sometimes freezing
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ export class RotationPickerDrawerComponent {\nreturn {\nfolder: folder,\nrotations: folder.rotationIds.map(id => rotations.find(r => r.$key === id))\n- .filter(r => r.getName().indexOf(query) > -1 && r !== undefined)\n+ .filter(r => r !== undefined && r....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(rotation-picker): fixed an issue with rotation picker sometimes freezing
1
fix
rotation-picker