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 | 23.04.2019 12:29:46 | -7,200 | 8c2a1ac1b223e0fe935b58e8048400817b6b376f | feat(list): zones inside zone breakdown are now ordered by area
closes | [
{
"change_type": "MODIFY",
"diff": "import { ZoneBreakdownRow } from './zone-breakdown-row';\nimport { ListRow } from '../../modules/list/model/list-row';\n+import { tpWindowEntries } from '../../core/data/sources/tp-window-entries';\nexport class ZoneBreakdown {\n@@ -50,6 +51,9 @@ export class ZoneBreakdow... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(list): zones inside zone breakdown are now ordered by area
closes #376, #313 | 1 | feat | list |
217,922 | 23.04.2019 12:44:36 | -7,200 | 585ab8680452ee504720528562ad438d21ba5234 | feat(list): added a full panel path optimized for cheapest and fastest path | [
{
"change_type": "MODIFY",
"diff": "*ngIf=\"displayRow.collapsed && (displayRow.layoutRow && displayRow.layoutRow.collapseIfDone)\"></i>\n</div>\n<div fxLayout=\"row\" fxLayoutGap=\"10px\">\n+ <button nz-button (click)=\"$event.stopPropagation()\" *ngIf=\"displayRow.zoneBreakdown\"\n+ nzSize=\"small\" nzSha... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(list): added a full panel path optimized for cheapest and fastest path
#313 | 1 | feat | list |
722,013 | 23.04.2019 13:34:29 | 18,000 | 8fd3b5dbfe636fba0afaa1e09f3b6ea53000b92c | docs: reorganize documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -34,20 +34,29 @@ module.exports = () => {\napiKey: '27d4fa7b11db706f186d098352d5ae3e',\nindexName: 'vue-styleguidist'\n},\n- sidebar: [\n- ['/GettingStarted', 'Getting Started'],\n- ...(fs.existsSync(path.resolve(__dirname, '../Examples.md')) ? ['/Examples'] : []),\n- ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: reorganize documentation | 1 | docs | null |
217,922 | 23.04.2019 13:37:10 | -7,200 | 5a503f47ecafa03f3f20eed5088c93d2556039da | chore: support for favorite and free aetherytes inside settings and path optimizers | [
{
"change_type": "MODIFY",
"diff": "@@ -83,15 +83,15 @@ export class MapService {\nconst pool = [...optimizedPaths];\nconst startingPoint = this.getAetherytes(this.settings.startingPlace)[0];\nres.push(pool.sort((a, b) => {\n- const aCost = this.getTpCost(startingPoint.aethernetCoords, a.map.aetherytes[0].a... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: support for favorite and free aetherytes inside settings and path optimizers | 1 | chore | null |
217,922 | 23.04.2019 13:45:37 | -7,200 | 6a5c7ad5d5df30a44846acecc1c1937f790adc58 | chore: small fix for free aetheryte setting | [
{
"change_type": "MODIFY",
"diff": "@@ -68,7 +68,7 @@ export class SettingsService {\n}\npublic set freeAetheryte(freeAetheryte: number) {\n- this.setSetting('freeAetheryte', freeAetheryte.toString());\n+ this.setSetting('freeAetheryte', (freeAetheryte || 0).toString());\n}\npublic get favoriteAetherytes():... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for free aetheryte setting | 1 | chore | null |
722,013 | 23.04.2019 13:59:39 | 18,000 | 3e0fe6aa875060b9962b3361b46ea69f6b62317a | docs: add documentation page about deployment | [
{
"change_type": "MODIFY",
"diff": "@@ -51,6 +51,7 @@ module.exports = () => {\n'/docs/Cookbook',\n'/docs/CLI',\n'/docs/API',\n+ '/docs/Deployment',\n'/docs/Docgen',\n'/docs/Development'\n],\n",
"new_path": "docs/.vuepress/config.js",
"old_path": "docs/.vuepress/config.js"
},
{
"change_type"... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: add documentation page about deployment | 1 | docs | null |
722,013 | 23.04.2019 14:10:24 | 18,000 | 3ec75ed58454b0d77745233e4e6b300317ea9f76 | fix: keep dashes in component names
closes | [
{
"change_type": "MODIFY",
"diff": "* An example-less button.\n*/\nexport default {\n- name: 'PushButton',\n+ name: 'push-button',\nprops: {\ncolor: {\ntype: String,\n",
"new_path": "examples/basic/src/components/PushButton/PushButton.vue",
"old_path": "examples/basic/src/components/PushButton/PushB... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: keep dashes in component names
closes #391 | 1 | fix | null |
730,429 | 23.04.2019 14:14:37 | 14,400 | 2828af8f95421f15194d179835ca1f767d947da6 | feat(widget-demo): add recents basicMode prop | [
{
"change_type": "MODIFY",
"diff": "@@ -61,6 +61,7 @@ class DemoWidget extends Component {\nenableSpaceListFilter: cookies.get('enableSpaceListFilter') === undefined ? true : cookies.get('enableSpaceListFilter') === 'true',\nextendedLoad: cookies.get('extendedLoad') === 'true',\nmode,\n+ recentsBasicMode: c... | JavaScript | MIT License | webex/react-widgets | feat(widget-demo): add recents basicMode prop | 1 | feat | widget-demo |
730,429 | 23.04.2019 14:40:16 | 14,400 | f5b7e8278eec1a0d124df2de18b363e3828dab9a | feat(widget-recents): show spaces as read in basicMode | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,7 @@ const getMedia = (state) => state.media;\nconst getCallsById = (state) => state.media.byId;\nconst getMercuryStatus = (state) => state.mercury.get('status');\nconst getFeatures = (state) => state.features;\n+const getWidgetProps = (state, props) => props... | JavaScript | MIT License | webex/react-widgets | feat(widget-recents): show spaces as read in basicMode | 1 | feat | widget-recents |
724,242 | 23.04.2019 14:49:54 | -28,800 | a433c91a6467a5525e6dca0babad03994a7de041 | docs: update Karma docs link | [
{
"change_type": "MODIFY",
"diff": "@@ -59,7 +59,7 @@ This file is used to configure Karma.\nWe need to preprocess our files with webpack. to do that, we add webpack as a preprocessor, and include our webpack config. We can use the webpack config file in the base of the project without changing anything.\n-... | JavaScript | MIT License | vuejs/vue-test-utils | docs: update Karma docs link (#1208) | 1 | docs | null |
730,429 | 23.04.2019 15:07:25 | 14,400 | f8fd49f94588fddc62f3603f41ef0b2b2e5c39f7 | test(journeys): add basicMode startup test | [
{
"change_type": "MODIFY",
"diff": "@@ -57,6 +57,7 @@ describe('Widget Recents', () => {\nbrowserLocal.waitForVisible(elements.loadingScreen, 7500, true);\nassert.isFalse(browserLocal.elements(elements.headerBar).isVisible());\n+ browserLocal.refresh();\n});\ndescribe('when all header options are enabled', ... | JavaScript | MIT License | webex/react-widgets | test(journeys): add basicMode startup test | 1 | test | journeys |
71,712 | 23.04.2019 15:11:02 | -3,600 | 6c73d8a459c87faa77ab2eff21c77fe4dc72ad0b | fix(aws-cloudwatch): remove workaround on optional DashboardName
There was a bug in CloudFormation which caused updates to `AWS::CloudWatch::Dashboard` to fail if `DashboardName` was not supplied.
Now that the bug has been fixed we can revert the workaround in CDK which generates a name if the user doesn't supply one.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -103,12 +103,6 @@ The following widgets are available:\n- `SingleValueWidget` -- shows the current value of a set of metrics.\n- `TextWidget` -- shows some static Markdown.\n-> Warning! Due to a bug in CloudFormation, you cannot update a Dashboard after\n-> initially c... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(aws-cloudwatch): remove workaround on optional DashboardName
There was a bug in CloudFormation which caused updates to `AWS::CloudWatch::Dashboard` to fail if `DashboardName` was not supplied.
Now that the bug has been fixed we can revert the workaround in CDK which generates a name if the user doesn't supply one.
Fixes #213. | 1 | fix | aws-cloudwatch |
217,922 | 23.04.2019 15:15:39 | -7,200 | adad3aaac5253ea14884722b3c0e2889f52072b1 | feat(sidebar): removed social fabs with collapsed sidebar | [
{
"change_type": "MODIFY",
"diff": "<div class=\"social-buttons\" [fxLayout]=\"collapsedSidebar?'column':'row'\" fxLayoutGap=\"5px\"\nfxLayoutAlign=\"center center\">\n<a nz-button nzShape=\"circle\" href=\"https://twitter.com/FFXIVTeamcraft\" nz-tooltip\n+ *ngIf=\"!collapsedSidebar\"\nnzTitle=\"{{'Find_us_... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(sidebar): removed social fabs with collapsed sidebar | 1 | feat | sidebar |
304,891 | 23.04.2019 15:20:43 | 25,200 | 4c6a7d4595e9e3b9a518184d7fcdf1cb28669f9c | refactor(stdlib/sql): prefer type switch over repeated assertions
Found with staticcheck. | [
{
"change_type": "MODIFY",
"diff": "@@ -202,34 +202,34 @@ func (c *SQLIterator) Decode() (flux.Table, error) {\n}\nfor i, col := range columns {\n- switch col.(type) {\n+ switch col := col.(type) {\ncase bool:\n- if err := builder.AppendBool(i, col.(bool)); err != nil {\n+ if err := builder.AppendBool(i, co... | Go | MIT License | influxdata/flux | refactor(stdlib/sql): prefer type switch over repeated assertions
Found with staticcheck. | 1 | refactor | stdlib/sql |
76,605 | 23.04.2019 16:51:06 | -7,200 | 77060ecd47ec9135369d7ddbd8536efc8061f585 | feat: Add actions to recognizer | [
{
"change_type": "MODIFY",
"diff": "@@ -254,6 +254,43 @@ class Recognizer {\nreturn session.routeToActiveDialog();\n}\n+ executeAction(name, parameters, context) {\n+ return new Promise(resolve => {\n+ const params = JSON.parse(`[${parameters}]`);\n+ if (this.actions[name]) {\n+ const action = this.actions[... | JavaScript | MIT License | axa-group/nlp.js | feat: Add actions to recognizer | 1 | feat | null |
791,704 | 23.04.2019 16:56:22 | 25,200 | 68add804b273e9c94dc895541fe51972e7dd5779 | report(redesign): put gauges in default, pwa, plugins order | [
{
"change_type": "MODIFY",
"diff": "@@ -223,20 +223,28 @@ class ReportRenderer {\n// }\nif (scoreHeader) {\n+ // Group gauges in this order: default, pwa, plugins.\nconst defaultGauges = [];\n- const customGauges = [];\n+ const customGauges = []; // PWA.\n+ const pluginGauges = [];\nfor (const category of r... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(redesign): put gauges in default, pwa, plugins order (#8529) | 1 | report | redesign |
791,704 | 23.04.2019 16:57:11 | 25,200 | 6fc2ac2c7f39769c79cdb4de8ca2f384a05d1d70 | report(redesign): changes to whitespace and colors | [
{
"change_type": "MODIFY",
"diff": "display: flex;\nflex-wrap: wrap;\njustify-content: center;\n- padding: var(--section-indent) calc(var(--section-indent) / 2) calc(var(--section-indent) * 2);\n}\n.lh-scores-header__solo {\npadding: 0;\nmargin: 12px auto 0 auto;\nborder: 1px solid var(--color-black-200);\n... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(redesign): changes to whitespace and colors (#8531) | 1 | report | redesign |
791,704 | 23.04.2019 16:58:35 | 25,200 | 552d7153cd06805b3457410cf6739bca7bc7b773 | report(redesign): change passing pwa badges to green | [
{
"change_type": "MODIFY",
"diff": "--plugin-badge-size-big: calc(var(--gauge-circle-size-big) / 2.7);\n--plugin-badge-size: calc(var(--gauge-circle-size) / 2.7);\n--plugin-icon-size: 65%;\n+ --pwa-icon-margin: 0 6px 0 -2px;\n+ --pwa-icon-size: var(--topbar-icon-size);\n--score-container-padding: 12px;\n--s... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(redesign): change passing pwa badges to green (#8532) | 1 | report | redesign |
722,013 | 23.04.2019 16:59:30 | 18,000 | 264140f236cba2d3189cf9016c3c44ea69972591 | docs: finish documenting deployment
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -15,11 +15,36 @@ Now that you have a\n## Deploy on Zeit Now\n-Coming soon\n+In your `now.json` file use\n+\n+```json\n+{\n+ \"name\": \"vsg-example\",\n+ \"builds\": [\n+ {\n+ \"src\": \"package.json\",\n+ \"use\": \"@now/static-build\",\n+ \"config\": { \"distDir\": \... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: finish documenting deployment
closes #245 | 1 | docs | null |
722,013 | 23.04.2019 17:11:30 | 18,000 | b0935aeb15d43247db890ab363a04123f179b1cd | docs: fixes on the deployment documentation | [
{
"change_type": "MODIFY",
"diff": "Vue-Styleguidist generates a static website. It is now time to deploy it.\n-First specify the location where the styleguide site is going to be built using the [styledguideDir](/Configuration.md#styleguidedir) option. If you do not specify it it will by default be in a `s... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: fixes on the deployment documentation | 1 | docs | null |
448,040 | 23.04.2019 17:57:14 | 25,200 | 6ace01763f999239c865dd155b4469405e1546b4 | fix: copy+dereference LICENSE and README.md
In a monorepo certain files may be softlinked. This change will make sure the
links are dereferenced and the created files have the correct contents. | [
{
"change_type": "MODIFY",
"diff": "@@ -212,7 +212,7 @@ const writeNpmPackage = (pkgUri: string): Transform =>\nconst { data } = graph.get(pkgUri);\nconst filesToCopy = Promise.all(\n[`${data.src}/LICENSE`, `${data.src}/README.md`].map(src =>\n- copyFile(src, path.join(data.dest, path.basename(src)))\n+ cop... | TypeScript | MIT License | ng-packagr/ng-packagr | fix: copy+dereference LICENSE and README.md
In a monorepo certain files may be softlinked. This change will make sure the
links are dereferenced and the created files have the correct contents. | 1 | fix | null |
749,555 | 23.04.2019 19:04:44 | -7,200 | 8a7ba2f53a1f4dd03a88d5c13f581fec8f9f3f13 | fix(autocomplete): do not always trigger dropdown closing on blur | [
{
"change_type": "MODIFY",
"diff": "@@ -343,7 +343,7 @@ class AutocompleteContainer extends ControlledComponent {\n'aria-activedescendant': isOpen ? this.getItemId(focusedKey) : this.getTagId(tagFocusedKey),\nautoComplete: 'off',\nonBlur: composeEventHandlers(onBlur, () => {\n- if (!this.menuMousedDown && !... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(autocomplete): do not always trigger dropdown closing on blur (#312) | 1 | fix | autocomplete |
217,922 | 23.04.2019 19:06:07 | -7,200 | c54efd8e9c8330adf885da9dd0bb5abcf8deca18 | feat: new desynth guide page to provide easy desynth leveling guidance | [
{
"change_type": "MODIFY",
"diff": "@@ -104,6 +104,10 @@ const routes: Routes = [\npath: 'custom-items',\nloadChildren: './pages/custom-items/custom-items-page.module#CustomItemsPageModule'\n},\n+ {\n+ path: 'desynth',\n+ loadChildren: './pages/desynth/desynth.module#DesynthModule'\n+ },\n];\n@NgModule({\n"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: new desynth guide page to provide easy desynth leveling guidance | 1 | feat | null |
815,590 | 23.04.2019 20:26:37 | -28,800 | c89888b973131bdb0d3a44569e86fd15da374622 | refactor: remove unused PoolError | [
{
"change_type": "MODIFY",
"diff": "@@ -64,14 +64,10 @@ pub enum StagingTxResult {\npub enum PoolError {\n/// An invalid pool entry caused by underlying tx validation error\nInvalidTx(TransactionError),\n- /// An entry already in the pool\n- AlreadyInPool,\n/// CellStatus Conflict\nConflict,\n/// Transactio... | Rust | MIT License | nervosnetwork/ckb | refactor: remove unused PoolError | 1 | refactor | null |
104,818 | 23.04.2019 21:21:00 | -7,200 | fdb91ae67a3a01b48f3e7477d06b4973e6c8b9e7 | fix(table): change the callback of onApplyRowAction | [
{
"change_type": "MODIFY",
"diff": "@@ -194,7 +194,7 @@ const AsyncTable = ({ fetchData }) => {\n// (and we don't need to make use of them in this example)\n// Blank implementations are provided to suppress console warnings\nonEmptyStateAction: () => {},\n- onApplyRowAction: (/* rowId, actionId */) => {},\n... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): change the callback of onApplyRowAction | 1 | fix | table |
531,793 | 23.04.2019 21:29:08 | -3,600 | 1b5d856a2136bfa30a0e858e25ab390571785ef8 | refactor(ui): use react-app-polyfill instead of
CRA 3.0 depracates babel/polyfill, react-app-polyfill is the new recommended pollyfill package.
Remove IE from the list of supported browsers and drop polyfills for it since doesn't work anyway - Proxy support in ES is required for mobx 5.x and that cannot be polyfilled. | [
{
"change_type": "MODIFY",
"diff": "\"private\": true,\n\"dependencies\": {\n\"@attently/riek\": \"2.0.1\",\n- \"@babel/polyfill\": \"7.4.3\",\n\"@fortawesome/fontawesome-svg-core\": \"1.2.17\",\n\"@fortawesome/free-regular-svg-icons\": \"5.8.1\",\n\"@fortawesome/free-solid-svg-icons\": \"5.8.1\",\n\"prop-t... | TypeScript | Apache License 2.0 | prymitive/karma | refactor(ui): use react-app-polyfill instead of @babel/polyfill
CRA 3.0 depracates babel/polyfill, react-app-polyfill is the new recommended pollyfill package.
Remove IE from the list of supported browsers and drop polyfills for it since doesn't work anyway - Proxy support in ES is required for mobx 5.x and that cannot be polyfilled. | 1 | refactor | ui |
815,590 | 23.04.2019 21:31:17 | -28,800 | 6069145bad9e74af3962d81c6305e92e68eadbce | fix: ckb-app-config version | [
{
"change_type": "MODIFY",
"diff": "@@ -304,7 +304,7 @@ name = \"ckb\"\nversion = \"0.9.0-pre\"\ndependencies = [\n\"build-info 0.9.0-pre\",\n- \"ckb-app-config 0.1.0\",\n+ \"ckb-app-config 0.9.0-pre\",\n\"ckb-chain 0.9.0-pre\",\n\"ckb-chain-spec 0.9.0-pre\",\n\"ckb-core 0.9.0-pre\",\n@@ -340,7 +340,7 @@ de... | Rust | MIT License | nervosnetwork/ckb | fix: ckb-app-config version | 1 | fix | null |
531,793 | 23.04.2019 21:31:56 | -3,600 | 5075f5bcf65c424db6fab42d5874661ce9b1d912 | refactor(ui): use jsconfig.json instead of .env file
Setting NODE_PATH via env is depracated in RCA 3.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -48,14 +48,14 @@ func TestCustomizationAssets(t *testing.T) {\ncustomJS: \"ui/.env\",\npath: \"/custom.js\",\ncode: 200,\n- body: \"NODE_PATH=src\\nPUBLIC_URL=.\\n\",\n+ body: \"PUBLIC_URL=.\\n\",\nmime: \"text/plain; charset=utf-8\",\n},\n{\ncustomCSS: \"ui/.env\",\np... | TypeScript | Apache License 2.0 | prymitive/karma | refactor(ui): use jsconfig.json instead of .env file
Setting NODE_PATH via env is depracated in RCA 3.0 | 1 | refactor | ui |
531,793 | 23.04.2019 22:01:11 | -3,600 | a93c6b254ce3ec856ccf8495b231f92b9a8d4cfa | fix(ui): drop whatwg-fetch import as it's included in react-app-polyfill | [
{
"change_type": "MODIFY",
"diff": "\"react-tippy\": \"1.2.3\",\n\"react-transition-group\": \"4.0.0\",\n\"react-truncate\": \"2.4.0\",\n- \"semver\": \"6.0.0\",\n- \"whatwg-fetch\": \"3.0.0\"\n+ \"semver\": \"6.0.0\"\n},\n\"scripts\": {\n\"start\": \"NODE_ENV=dev REACT_APP_BACKEND_URI=http://localhost:8080... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): drop whatwg-fetch import as it's included in react-app-polyfill | 1 | fix | ui |
603,467 | 23.04.2019 23:02:53 | -3,600 | c7b71a9d5d20dee79b87945bdd9d4b4ed627d9f8 | chore(ci): Adjusted test timeouts as travis seems to be having performance issues | [
{
"change_type": "MODIFY",
"diff": "--require ts-node/register\n--reporter dot\n+--timeout 5000\n",
"new_path": "mocha.opts",
"old_path": "mocha.opts"
},
{
"change_type": "MODIFY",
"diff": "@@ -56,6 +56,7 @@ describe('CucumberEventProtocolAdapter', () => {\n),\n);\n+ return serenity.wait... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | chore(ci): Adjusted test timeouts as travis seems to be having performance issues | 1 | chore | ci |
815,609 | 23.04.2019 23:14:00 | -28,800 | b6d9cbc0c44172d198926903d494a1d58f95fe72 | fix: apply the new capacity to all configuration files
BREAKING CHANGE:
`initial_block_reward` in configuration files have to be updated.
The unit of it is changed from "CK Byte" to "CK Shannon". | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ nonce = 0\nproof = [0]\n[params]\n-initial_block_reward = 50000\n+initial_block_reward = 5_000_000_000_000\nmax_block_cycles = 100000000\ncellbase_maturity = 0\n",
"new_path": "resource/specs/dev.toml",
"old_path": "resource/specs/dev.toml"
},
... | Rust | MIT License | nervosnetwork/ckb | fix: apply the new capacity to all configuration files
BREAKING CHANGE:
- `initial_block_reward` in configuration files have to be updated.
The unit of it is changed from "CK Byte" to "CK Shannon". | 1 | fix | null |
471,470 | 23.04.2019 23:19:35 | -7,200 | 44d412b99095262c24ec0f078033f3201d737de1 | fix(create): add index.html to starter-app generator | [
{
"change_type": "ADD",
"diff": "+<!doctype html>\n+<html lang=\"en\">\n+<head>\n+ <meta charset=\"utf-8\">\n+ <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\" />\n+ <meta name=\"Description\" content=\"Put your description here.\">\n+\n+ <style>\n+ * {\n+ margin... | JavaScript | MIT License | open-wc/open-wc | fix(create): add index.html to starter-app generator | 1 | fix | create |
469,438 | 23.04.2019 23:19:40 | 0 | 7c6f0e2e9bd2dbe38cbc6361cc28796ffd380e26 | chore(release): 1.1.7 [skip ci]
## [1.1.7](https://github.com/open-rpc/spec/compare/1.1.6...1.1.7) (2019-04-23)
### Bug Fixes
* add OneOf object to result ([d905538](https://github.com/open-rpc/spec/commit/d905538)), closes [#170](https://github.com/open-rpc/spec/issues/170)
* release ([4544160](https://github.com/open-rpc/spec/commit/4544160)) | [
{
"change_type": "MODIFY",
"diff": "+## [1.1.7](https://github.com/open-rpc/spec/compare/1.1.6...1.1.7) (2019-04-23)\n+\n+\n+### Bug Fixes\n+\n+* add OneOf object to result ([d905538](https://github.com/open-rpc/spec/commit/d905538)), closes [#170](https://github.com/open-rpc/spec/issues/170)\n+* release ([... | JavaScript | Apache License 2.0 | open-rpc/spec | chore(release): 1.1.7 [skip ci]
## [1.1.7](https://github.com/open-rpc/spec/compare/1.1.6...1.1.7) (2019-04-23)
### Bug Fixes
* add OneOf object to result ([d905538](https://github.com/open-rpc/spec/commit/d905538)), closes [#170](https://github.com/open-rpc/spec/issues/170)
* release ([4544160](https://github.com/open-rpc/spec/commit/4544160)) | 1 | chore | release |
791,676 | 23.04.2019 23:56:47 | -7,200 | 066debe12f6c1bd37e2a40275a536e424f56f9ab | core: add deprecation message for disable-device-emulation flag | [
{
"change_type": "MODIFY",
"diff": "@@ -94,6 +94,12 @@ async function begin() {\ncliFlags.outputPath = 'stdout';\n}\n+ // @ts-ignore - deprecation message for removed disableDeviceEmulation; can remove warning in v6.\n+ if (cliFlags.disableDeviceEmulation) {\n+ log.warn('config', 'The \"--disable-device-emu... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: add deprecation message for disable-device-emulation flag (#8334) | 1 | core | null |
104,818 | 24.04.2019 08:56:45 | -7,200 | 7a6f7535eec63cf29e0e82f1dee61d2408416c73 | fix(table): checkbox padding is a little off | [
{
"change_type": "MODIFY",
"diff": "@@ -86,7 +86,6 @@ const defaultProps = {\nconst StyledCheckboxTableCell = styled(TableCell)`\n&& {\n- padding-left: 1rem;\npadding-bottom: 0.5rem;\nwidth: 2.5rem;\n}\n",
"new_path": "src/components/Table/TableBody/TableBodyRow/TableBodyRow.jsx",
"old_path": "src/c... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): checkbox padding is a little off | 1 | fix | table |
603,467 | 24.04.2019 10:56:24 | -3,600 | e3d838b01ba78b9f847e532e2920ca2739c63fde | feat(cucumber): Scenarios with no steps are marked as pending implementation | [
{
"change_type": "MODIFY",
"diff": "import { EventRecorder, expect, PickEvent } from '@integration/testing-tools';\n-import { Serenity } from '@serenity-js/core';\n+import { ImplementationPendingError, Serenity } from '@serenity-js/core';\nimport { SceneFinished, SceneStarts, SceneTagged, TaskFinished, Task... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(cucumber): Scenarios with no steps are marked as pending implementation | 1 | feat | cucumber |
791,789 | 24.04.2019 11:24:16 | 25,200 | 36214abdab7b7140a122ef0107820c5e306776ef | misc: add correct listitem.js | [
{
"change_type": "MODIFY",
"diff": "'use strict';\n/**\n- * @fileoverview Ensures every HTML document has a `lang` attribute.\n+ * @fileoverview Ensures every list item is contained within a parent list\n* See base class in axe-audit.js for audit() implementation.\n*/\n",
"new_path": "lighthouse-core/au... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: add correct listitem.js @fileoverview (#8586) | 1 | misc | null |
815,590 | 24.04.2019 11:48:24 | -28,800 | 2dc5b91dac51e4abe9fe13effbe013909229ea63 | refactor: use is_bad_tx method to detect and ban bad peers | [
{
"change_type": "MODIFY",
"diff": "@@ -717,6 +717,7 @@ dependencies = [\n\"lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lru-cache)\",\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-in... | Rust | MIT License | nervosnetwork/ckb | refactor: use is_bad_tx method to detect and ban bad peers | 1 | refactor | null |
217,922 | 24.04.2019 11:51:41 | -7,200 | 83a28f5363462a757eb7e3b16661a397b6821201 | feat: new page to explain how to help the project, with or without money :) | [
{
"change_type": "MODIFY",
"diff": "@@ -108,6 +108,10 @@ const routes: Routes = [\npath: 'desynth',\nloadChildren: './pages/desynth/desynth.module#DesynthModule'\n},\n+ {\n+ path: 'support-us',\n+ loadChildren: './pages/support-us/support-us.module#SupportUsModule'\n+ },\n];\n@NgModule({\n",
"new_path":... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: new page to explain how to help the project, with or without money :) | 1 | feat | null |
103,468 | 24.04.2019 11:51:43 | -7,200 | 8a9a6a9d534d3e9d3b972c1fb65cbede3373a95f | feat: add padding prop to TextInput | [
{
"change_type": "MODIFY",
"diff": "@@ -87,6 +87,24 @@ class TextInputExample extends React.Component<Props, State> {\nError: Only letters are allowed\n</HelperText>\n</View>\n+ <View style={styles.inputContainerStyle}>\n+ <TextInput\n+ label=\"Input with no padding\"\n+ style={{ backgroundColor: 'transpare... | TypeScript | MIT License | callstack/react-native-paper | feat: add padding prop to TextInput (#1018) | 1 | feat | null |
103,468 | 24.04.2019 11:52:56 | -7,200 | 9e30fc9837d13da10267b0a9538d720d0dcefb3b | fix: fix listitem icon spacing | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,11 @@ class ListSectionExample extends React.Component<Props> {\nleft={props => <List.Icon {...props} icon=\"redeem\" />}\ntitle=\"List item 2\"\n/>\n+ <List.Item\n+ title=\"List item 3\"\n+ left={props => <List.Icon {...props} icon=\"folder\" />}\n+ right={p... | TypeScript | MIT License | callstack/react-native-paper | fix: fix listitem icon spacing (#1017) | 1 | fix | null |
217,922 | 24.04.2019 11:58:37 | -7,200 | 9bf1622cb9ec16b416282d4ca7dd27c32cf94cbd | feat(log-tracker): you are no longer redirected to the list when adding items to a list | [
{
"change_type": "MODIFY",
"diff": "<app-fishing-log-tracker></app-fishing-log-tracker>\n</nz-tab>\n</nz-tabset>\n+<ng-template #notificationRef let-notification>\n+ <div class=\"ant-notification-notice-content ant-notification-notice-with-icon\">\n+ <span class=\"ant-notification-notice-icon\"><i nz-icon t... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(log-tracker): you are no longer redirected to the list when adding items to a list | 1 | feat | log-tracker |
217,922 | 24.04.2019 12:03:51 | -7,200 | 2e05bcae7c62ebc7636ae4c4ae820735d9bb2815 | fix(item-tags): fixed an issue with duplicated tags inside autocompletion | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ import { SettingsService } from '../../settings/settings.service';\nimport { BehaviorSubject, combineLatest } from 'rxjs';\nimport { map } from 'rxjs/operators';\nimport { AuthFacade } from '../../../+state/auth.facade';\n+import * as _ from 'lodash';\n@Co... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(item-tags): fixed an issue with duplicated tags inside autocompletion | 1 | fix | item-tags |
603,467 | 24.04.2019 12:05:50 | -3,600 | a7484d6fa66c05658ee4a9cea789ed7557c88bab | fix(cucumber): Consider scenarios with no non-hook steps to be pending implementation | [
{
"change_type": "MODIFY",
"diff": "@@ -147,9 +147,10 @@ export function cucumberEventProtocolAdapter({ notifier, mapper, cache }: Depend\nconst\nmap = cache.get(new Path(sourceLocation.uri)),\n- scenario = map.get(Scenario).onLine(sourceLocation.line);\n+ scenario = map.get(Scenario).onLine(sourceLocation.... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(cucumber): Consider scenarios with no non-hook steps to be pending implementation | 1 | fix | cucumber |
217,922 | 24.04.2019 12:07:09 | -7,200 | f4c6e0e3c16d82f1fd0073178e17d637b2e1ef03 | chore: better translation label for donation informations | [
{
"change_type": "MODIFY",
"diff": "\"Communication_description\": \"Let people know about the tool, share rotations, lists. Create videos, blog posts, tweets, everything that lets more people know about Teamcraft really helps the project more than you would think.\\n\\nWe even prepared a macro for you so y... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: better translation label for donation informations | 1 | chore | null |
730,429 | 24.04.2019 12:17:11 | 14,400 | f80a17b850f6cadb0da145d4a20edcba64e68114 | feat(widget-recents): update scroll status as needed
The previous code would fire events to redux with every mouse scroll.
This changes so that it only updates the store when the `isScrolledToTop` actually changes. | [
{
"change_type": "MODIFY",
"diff": "@@ -172,8 +172,10 @@ export class RecentsWidget extends Component {\nhandleListScroll({scrollTop}) {\nconst isScrolledToTop = scrollTop === 0;\n+ if (isScrolledToTop !== this.props.widgetStatus.isScrolledToTop) {\nthis.props.updateWidgetStatus({isScrolledToTop});\n}\n+ }\... | JavaScript | MIT License | webex/react-widgets | feat(widget-recents): update scroll status as needed
The previous code would fire events to redux with every mouse scroll.
This changes so that it only updates the store when the `isScrolledToTop` actually changes. | 1 | feat | widget-recents |
447,451 | 24.04.2019 12:23:36 | 14,400 | c7c993128e77e174cfcefa0e8d27b23d607c882a | fix: fix checkbox cells when loading | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ describe('<LoadingCells />', () => {\n});\nit('should render the amount of children that match with the value passed', () => {\nconst component = mount(\n- <LoadingCells value={3} />,\n+ <LoadingCells value={3} columns={[{}, {}, {}]} />,\n);\nexpect(comp... | JavaScript | MIT License | nexxtway/react-rainbow | fix: fix checkbox cells when loading (#698) | 1 | fix | null |
447,440 | 24.04.2019 12:29:17 | 18,000 | 52a96127532c230b3b5ca6bb18872fe578e05b48 | fix: fix some styles in Table empty | [
{
"change_type": "MODIFY",
"diff": "@@ -120,6 +120,14 @@ export default class Table extends Component {\nreturn classnames('rainbow-table_container', className);\n}\n+ getScrollableYClassNames() {\n+ const { data, isLoading } = this.props;\n+ const isEmpty = data.length === 0;\n+ return classnames('rainbow-... | JavaScript | MIT License | nexxtway/react-rainbow | fix: fix some styles in Table empty (#696) | 1 | fix | null |
104,927 | 24.04.2019 12:34:29 | -3,600 | 26908b20fda5e5dfd978b5690ce7744db3ab7131 | chore: v2 update change log | [
{
"change_type": "MODIFY",
"diff": "+## 2.0.0 (April 24, 2019)\n+\n+### Features\n+\n+- Added filter tag\n+- Added disabled state for tab component\n+- Add up overflow menu\n+\n+### Bug Fixes\n+\n+- Fixed multiple roots in dropdown.\n+- Fixes to table layout\n+- Fixes to search\n+- Other styling fixes for: ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-components-vue | chore: v2 update change log | 1 | chore | null |
104,818 | 24.04.2019 12:37:01 | -7,200 | 00283ee46e5a3c6aa44eda184a0490c5553a31a9 | fix(tilecatalog): stop flash after data loads | [
{
"change_type": "MODIFY",
"diff": "@@ -78,12 +78,18 @@ const StatefulTileCatalog = ({ onSelection, pagination, search, tiles: tilesProp\n}\n};\n+ const isFiltered = searchState !== '' || startingIndex !== endingIndex + 1;\n+\nreturn (\n<TileCatalog\n{...props}\nselectedTileId={selectedTileId}\n// slice doe... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tilecatalog): stop flash after data loads | 1 | fix | tilecatalog |
679,913 | 24.04.2019 13:23:01 | -3,600 | b243ebbc075f555df66b8c948b3aec77033aab50 | feat(webgl): add texture format consts / decls, GLSL types | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,535 @@ import {\n} from \"@thi.ng/api\";\nimport { ReadonlyVec } from \"@thi.ng/vectors\";\n+export const enum TextureFormat {\n+ ALPHA = 0x1906,\n+ DEPTH_COMPONENT = 0x1902,\n+ DEPTH_COMPONENT16 = 0x81a5,\n+ DEPTH_COMPONENT24 = 0x81a6,\n+ DEPTH_COMPONENT32F ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(webgl): add texture format consts / decls, GLSL types | 1 | feat | webgl |
679,913 | 24.04.2019 13:24:37 | -3,600 | 2be6a23c2016362a5224f3f8e3d94ec2c06711de | feat(webgl): update uniform setters, update deps
add support for more uniform types
add value change predicates, only make GL calls when needed | [
{
"change_type": "MODIFY",
"diff": "\"@thi.ng/binary\": \"^1.0.5\",\n\"@thi.ng/checks\": \"^2.1.5\",\n\"@thi.ng/dgraph\": \"^1.1.4\",\n+ \"@thi.ng/equiv\": \"^1.0.5\",\n\"@thi.ng/errors\": \"^1.0.5\",\n\"@thi.ng/matrices\": \"^0.3.0\",\n\"@thi.ng/transducers\": \"^5.3.3\",\n",
"new_path": "packages/webg... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(webgl): update uniform setters, update deps
- add support for more uniform types
- add value change predicates, only make GL calls when needed | 1 | feat | webgl |
217,922 | 24.04.2019 13:26:24 | -7,200 | 98fe40f85ee28a183978c08e2d5098268dbec158 | chore: better layout for support page | [
{
"change_type": "MODIFY",
"diff": "-<div fxLayout=\"column\" fxLayoutGap=\"40px\" fxLayoutAlign=\"center center\" class=\"container\">\n- <div fxLayout=\"column\" fxLayoutGap=\"10px\" fxLayoutAlign=\"center center\">\n- <h2>{{'SUPPORT_US.Free_options' | translate}}</h2>\n- <div fxLayout=\"row\" fxLayoutGap... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: better layout for support page | 1 | chore | null |
807,849 | 24.04.2019 13:36:07 | 25,200 | 8ccf84466980a3e318f02d51fb583dd18b18bb3f | test(exec/run): Explicitly test `--no-sort` | [
{
"change_type": "MODIFY",
"diff": "@@ -183,6 +183,25 @@ describe(\"ExecCommand\", () => {\n});\n});\n+ describe(\"with --no-sort\", () => {\n+ it(\"runs commands in lexical (not topological) order\", async () => {\n+ const testDir = await initFixture(\"toposort\");\n+\n+ await lernaExec(testDir)(\"ls\", \"... | JavaScript | MIT License | lerna/lerna | test(exec/run): Explicitly test `--no-sort` | 1 | test | exec/run |
815,573 | 24.04.2019 14:31:13 | -28,800 | a757a89779aba68b8f4fc80679582a6c9967599d | fix: Remove feeler in peer registry when dial error | [
{
"change_type": "MODIFY",
"diff": "@@ -404,6 +404,9 @@ impl ServiceHandle for EventHandler {\n.insert(addr, std::u8::MAX);\n}\nif let Some(peer_id) = extract_peer_id(address) {\n+ self.network_state.with_peer_registry_mut(|reg| {\n+ reg.remove_feeler(&peer_id);\n+ });\nself.network_state\n.failed_dials\n.w... | Rust | MIT License | nervosnetwork/ckb | fix: Remove feeler in peer registry when dial error | 1 | fix | null |
722,013 | 24.04.2019 14:35:03 | 18,000 | d8f7f4b59dafabcdc2b278d9c4a739f2751be4e8 | docs: reword deployment documentation | [
{
"change_type": "MODIFY",
"diff": "# Deployment\n-Vue-Styleguidist generates a static website. It is now time to deploy it.\n+Vue-Styleguidist can generate a static website. To deploy it, follow this short intro and choose one of the providers.\n-First, you can specify the location where the styleguide sit... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: reword deployment documentation | 1 | docs | null |
127,946 | 24.04.2019 14:58:20 | -10,800 | 7593611060698eb720b56da904141cfd7986e7a0 | build: build steps for portals | [
{
"change_type": "MODIFY",
"diff": "\"portals-components:build\": \"lerna run --scope \\\"@heathmont/sportsbet-*-portal-components\\\" --stream --parallel build\",\n\"portals:build\": \"yarn portals-components:build && lerna run --scope \\\"@heathmont/sportsbet-*-portal\\\" --stream --parallel build\",\n\"c... | TypeScript | MIT License | coingaming/moon-design | build: build steps for portals | 1 | build | null |
749,547 | 24.04.2019 15:02:09 | -36,000 | 14df44a2790904ed0e58806c1266a4bfa49e5790 | docs: Fix incorrect prop used in KeyboardFocusContainer example | [
{
"change_type": "MODIFY",
"diff": "@@ -33,8 +33,10 @@ for a more in-depth example of usage.\nimport { KeyboardFocusContainer } from '@zendeskgarden/react-components';\n<KeyboardFocusContainer>\n- {({ getFocusProps, focused }) => (\n- <button {...getFocusProps()}>{focused ? 'Keyboard focused!' : 'Not keyboa... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | docs: Fix incorrect prop used in KeyboardFocusContainer example (#313) | 1 | docs | null |
503,915 | 24.04.2019 15:05:32 | 14,400 | 716bf410ccbd86fe6f56471340a7a0394ac23702 | feat(Tab): Render Tab as <a> instead of <button> if it contains an href prop
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ import { Omit } from '../../helpers/typeUtils';\nexport interface TabProps extends Omit<HTMLProps<HTMLDivElement>, 'id'> {\nchildren?: ReactNode;\nclassName?: string;\n+ href?: string;\neventKey: number;\nid?: string;\ntabContentId?: string | number;\n",
... | TypeScript | MIT License | patternfly/patternfly-react | feat(Tab): Render Tab as <a> instead of <button> if it contains an href prop (#1828)
Closes #1805 | 1 | feat | Tab |
104,927 | 24.04.2019 15:09:55 | -3,600 | 498ed116d6ac5db8f1cd24c8b1ad6daa70cf9604 | chore: add prepublish | [
{
"change_type": "MODIFY",
"diff": "\"lint:es\": \"eslint {packages,storybook}/**/*.{js,vue}\",\n\"lint:style\": \"vue-cli-service lint:style\",\n\"prepare\": \"lerna bootstrap\",\n+ \"prepublishOnly\": \"yarn build\",\n\"start\": \"lerna exec yarn start --scope storybook\",\n\"test\": \"vue-cli-service tes... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-components-vue | chore: add prepublish | 1 | chore | null |
807,849 | 24.04.2019 15:26:33 | 25,200 | c1aafe71967d0a6febe32adcd7798e739c124efd | test(version): Simplify version-bump assertions
The snapshots were obscuring what was actually being tested. | [
{
"change_type": "DELETE",
"diff": "-// Jest Snapshot v1, https://goo.gl/fbAQLP\n-\n-exports[`version bump prerelease increments version with custom --preid 1`] = `\n-\"Publish\n-\n- - package-1@1.0.1-foo.0\n- - package-2@2.0.1-foo.0\n- - package-3@3.0.1-foo.0\n- - package-4@4.0.1-foo.0\n- - package-5@5.0.1... | JavaScript | MIT License | lerna/lerna | test(version): Simplify version-bump assertions
The snapshots were obscuring what was actually being tested. | 1 | test | version |
807,849 | 24.04.2019 15:27:58 | 25,200 | 090e180ac084f84dd0c789c60a355a9cb0bc7c4e | test(version): Ensure prompt default preserves prereleaseId | [
{
"change_type": "MODIFY",
"diff": "@@ -152,8 +152,8 @@ test(\"independent version prerelease does not bump on every unrelated change\", a\n// simulate choices for pkg-a then pkg-b\nprompt.mockChoices(\"patch\", \"PRERELEASE\");\nprompt.input.mockImplementationOnce((msg, cfg) =>\n- // a convoluted way of en... | JavaScript | MIT License | lerna/lerna | test(version): Ensure prompt default preserves prereleaseId | 1 | test | version |
791,690 | 24.04.2019 15:28:02 | 18,000 | 90ae4851630eac42b5e901649c3ce40fbf3e48b4 | cli: always handle chrome connection errors | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ before_script:\n# see comment above about puppeteer\n- export CHROME_PATH=\"$(which google-chrome-stable)\"\n- sh -e /etc/init.d/xvfb start\n+ - google-chrome-stable --version\n- yarn build-all\nscript:\n- yarn bundlesize\n",
"new_path": ".travis.yml... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | cli: always handle chrome connection errors (#8583) | 1 | cli | null |
679,913 | 24.04.2019 15:30:58 | -3,600 | 4578604c0aacde97e4cc9f6ae08550676fb4c760 | feat(api): add common logging types & default impls
add ILogger interface, LogLevel enum
add NULL_LOGGER & ConsoleLogger | [
{
"change_type": "MODIFY",
"diff": "@@ -327,6 +327,15 @@ export type TypedArray =\n*/\nexport type Watch<T> = (id: string, oldState: T, newState: T) => void;\n+export const enum LogLevel {\n+ FINE,\n+ DEBUG,\n+ INFO,\n+ WARN,\n+ SEVERE,\n+ NONE\n+}\n+\n/**\n* @param K key type\n* @param V value type\n@@ -56... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(api): add common logging types & default impls
- add ILogger interface, LogLevel enum
- add NULL_LOGGER & ConsoleLogger | 1 | feat | api |
679,913 | 24.04.2019 15:32:30 | -3,600 | a37252ac883ed3cd48bfc667b3ccc12852dbe5c9 | refactor(hdom): replace DEBUG w/ LOGGER | [
{
"change_type": "MODIFY",
"diff": "-import { IObjectOf } from \"@thi.ng/api\";\n+import { ILogger, IObjectOf, NULL_LOGGER } from \"@thi.ng/api\";\nexport interface ILifecycle {\n/**\n@@ -453,4 +453,6 @@ export interface HDOMImplementation<T> {\nsetContent?(element: T, value: any);\n}\n-export const DEBUG =... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hdom): replace DEBUG w/ LOGGER | 1 | refactor | hdom |
679,913 | 24.04.2019 15:32:52 | -3,600 | abec89771b12beab8b12f252c5c7f1dab601a96b | refactor(pointfree-lang): replace DEBUG w/ LOGGER | [
{
"change_type": "MODIFY",
"diff": "-import { IObjectOf } from \"@thi.ng/api\";\n+import { ILogger, IObjectOf, NULL_LOGGER } from \"@thi.ng/api\";\nimport { illegalArgs, illegalState } from \"@thi.ng/errors\";\nimport * as pf from \"@thi.ng/pointfree\";\n-\n-import { ALIASES, ASTNode, NodeType, VisitorState... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(pointfree-lang): replace DEBUG w/ LOGGER | 1 | refactor | pointfree-lang |
679,913 | 24.04.2019 15:33:46 | -3,600 | 85879892a49dbb3733886601c8adae7cd4d3a19b | refactor(rstream): replace DEBUG w/ LOGGER impl, add setLogger() | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,9 @@ import {\nFn,\nFn0,\nIDeref,\n- IID\n+ IID,\n+ ILogger,\n+ NULL_LOGGER\n} from \"@thi.ng/api\";\nimport { Transducer } from \"@thi.ng/transducers\";\nimport { Stream } from \"./stream\";\n@@ -66,4 +68,6 @@ export interface IStream<T> extends ISubscriber<T>... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream): replace DEBUG w/ LOGGER impl, add setLogger() | 1 | refactor | rstream |
679,913 | 24.04.2019 15:34:08 | -3,600 | 8a87bd0bd264f70da737adae772b464f7233a642 | refactor(rstream-csp): replace DEBUG w/ LOGGER impl | [
{
"change_type": "MODIFY",
"diff": "import { Channel } from \"@thi.ng/csp\";\n-import { DEBUG, Stream } from \"@thi.ng/rstream\";\n+import { LOGGER, Stream } from \"@thi.ng/rstream\";\n/**\n*\n* @param src\n* @param closeWhenCancelled\n*/\n-export const fromChannel =\n- <T>(src: Channel<T>, closeWhenCancell... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-csp): replace DEBUG w/ LOGGER impl | 1 | refactor | rstream-csp |
679,913 | 24.04.2019 15:36:47 | -3,600 | ef9bf8d175a08c754b1272e042c10f1de2decd1e | refactor(rstream-log): update to use base types from pkg | [
{
"change_type": "MODIFY",
"diff": "-import { IID } from \"@thi.ng/api\";\n+import { IID, ILogger as APILogger, LogLevel } from \"@thi.ng/api\";\nimport { ISubscribable } from \"@thi.ng/rstream\";\n-export enum Level {\n- FINE,\n- DEBUG,\n- INFO,\n- WARN,\n- SEVERE,\n- NONE\n-}\n-\n-/**\n- * Reverse lookup ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-log): update to use base types from @thi.ng/api pkg | 1 | refactor | rstream-log |
679,913 | 24.04.2019 15:37:26 | -3,600 | 77fcc9b30a45436b30b95ad7c6525d7a7be91ea5 | refactor(rstream-query): replace DEBUG w/ LOGGER impl, add setLogger() | [
{
"change_type": "MODIFY",
"diff": "-import { IObjectOf } from \"@thi.ng/api\";\n+import { ILogger, IObjectOf, NULL_LOGGER } from \"@thi.ng/api\";\nimport { ISubscribable } from \"@thi.ng/rstream\";\n-export let DEBUG = false;\n-\nexport type Pattern = [any, any, any];\nexport type PathPattern = [any, any[]... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-query): replace DEBUG w/ LOGGER impl, add setLogger() | 1 | refactor | rstream-query |
815,595 | 24.04.2019 15:41:49 | -28,800 | 582d2a518df5c150b05bbbbffcd53ac690305f83 | refactor: get transaction from cache priori
FeeCalculator has cached most of transactions inside itself. so
getting transactions from its own cache will be faster then from
Shared | [
{
"change_type": "MODIFY",
"diff": "@@ -74,14 +74,10 @@ impl<'a> FeeCalculator<'a> {\n}\n}\nfn get_transaction(&self, tx_hash: &H256) -> Option<Transaction> {\n- // tx may depend on a tx which within the same block\n- match self.provider.get_transaction(tx_hash) {\n- Some(tx) => Some(tx),\n- None => self\n-... | Rust | MIT License | nervosnetwork/ckb | refactor: get transaction from cache priori
FeeCalculator has cached most of transactions inside itself. so
getting transactions from its own cache will be faster then from
Shared | 1 | refactor | null |
679,913 | 24.04.2019 15:50:41 | -3,600 | c058b90897b64f689033ab6efb24b46632262887 | docs(rstream-log): update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,11 @@ Also see the\n[@thi.ng/rstream-log-file](https://github.com/thi-ng/umbrella/tree/master/packages/rstream-log-file)\nsupport package for local file output of logged data.\n+The `Logger` class provided by this package implements the\n+[@thi.ng/api](https:... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(rstream-log): update readme | 1 | docs | rstream-log |
603,467 | 24.04.2019 15:50:45 | -3,600 | 2635bedeecaaee9c87f8c031a72c9ab304ba4e2c | fix(cucumber): Corrected how feature file paths are compared on Windows | [
{
"change_type": "MODIFY",
"diff": "@@ -85,7 +85,8 @@ export function cucumberEventProtocolAdapter({ notifier, mapper, cache }: Depend\nstepLocations.actionLocation && ! stepLocations.sourceLocation,\nmatching = (location: StepLocations) =>\n(step: Step) =>\n- step.location.path.value === location.sourceLoc... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(cucumber): Corrected how feature file paths are compared on Windows | 1 | fix | cucumber |
679,913 | 24.04.2019 15:57:03 | -3,600 | 27ff8decf25ca7c5ed152e031ad9cab0b637c9c7 | feat(api): update ILogger, freeze NULL_LOGGER | [
{
"change_type": "MODIFY",
"diff": "@@ -576,6 +576,11 @@ export interface ILength {\n}\nexport interface ILogger {\n+ /**\n+ * This logger's configured minimum log level\n+ */\n+ level: LogLevel;\n+\nfine(...args: any[]): void;\ndebug(...args: any[]): void;\ninfo(...args: any[]): void;\n",
"new_path": "... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(api): update ILogger, freeze NULL_LOGGER | 1 | feat | api |
815,595 | 24.04.2019 15:59:18 | -28,800 | 40d10d33446e13eec071b84eff06db5ba1b49982 | fix: handle submit_block rpc error | [
{
"change_type": "MODIFY",
"diff": "@@ -138,11 +138,16 @@ impl Client {\nlet future = self.send_submit_block_request(work_id, block);\nif self.config.block_on_submit {\nlet ret: Result<Option<H256>, RpcError> = future.and_then(parse_response).wait();\n- if let Ok(hash) = ret {\n+ match ret {\n+ Ok(hash) => ... | Rust | MIT License | nervosnetwork/ckb | fix: handle submit_block rpc error | 1 | fix | null |
815,595 | 24.04.2019 16:01:36 | -28,800 | b1f669e4e6e2fb0fdd263b52459b40c790d5eea3 | feat: report submit_block error to sentry | [
{
"change_type": "MODIFY",
"diff": "@@ -483,6 +483,7 @@ dependencies = [\n\"numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"proptest 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)\",... | Rust | MIT License | nervosnetwork/ckb | feat: report submit_block error to sentry | 1 | feat | null |
503,951 | 24.04.2019 16:07:42 | 14,400 | 8bb26a215cce26fa91443bcc08c8e483a1820009 | feat(clipboard): remove textarea from clipboard copy | [
{
"change_type": "MODIFY",
"diff": "\"victory-core\": \"^31.1.0\"\n},\n\"devDependencies\": {\n- \"@patternfly/patternfly\": \"2.5.0\",\n+ \"@patternfly/patternfly\": \"2.6.1\",\n\"@patternfly/react-tokens\": \"^2.3.4\",\n\"css\": \"^2.2.3\",\n\"fs-extra\": \"^6.0.1\",\n",
"new_path": "packages/patternf... | TypeScript | MIT License | patternfly/patternfly-react | feat(clipboard): remove textarea from clipboard copy (#1840) | 1 | feat | clipboard |
807,849 | 24.04.2019 16:56:08 | 25,200 | e32da087a1ef2097206dda0d25a499098093a163 | chore(release): v3.13.4 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [3.13.4](https://github.com/lerna/lerna/compare/v3.13.3...v3.13.4) (2019-04-24)\n+\n+\n+### Bug Fixes\n+\n+* **imp... | JavaScript | MIT License | lerna/lerna | chore(release): v3.13.4 | 1 | chore | release |
104,818 | 24.04.2019 17:10:40 | -7,200 | 4937785788bea5426f1babe318c48beade5209a0 | feat(table): update column selection icon | [
{
"change_type": "MODIFY",
"diff": "\"peerDependencies\": {\n\"@carbon/icons-react\": \"^0.0.1-alpha.12\",\n\"carbon-components\": \"^9.84.14\",\n+ \"@carbon/icons\": \"^10.1.0\",\n\"carbon-components-react\": \"^6.108.0\",\n\"carbon-icons\": \"^7.x\",\n\"react\": \"^16.8.3\"\n\"@babel/preset-flow\": \"^7.0... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(table): update column selection icon | 1 | feat | table |
104,818 | 24.04.2019 17:16:37 | -7,200 | 5801b58d80fbcae4378eb0fcf598be349a562a28 | fix(rollup): flag the carbon icons react as an external dependency | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,7 @@ export default {\nreact: 'React',\n'react-dom': 'ReactDOM',\n'carbon-icons': 'CarbonIcons',\n+ '@carbon/icons-react': 'CarbonIconsReact',\n'carbon-components': 'CarbonComponents',\n'carbon-components-react': 'CarbonComponentsReact',\n'styled-components':... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(rollup): flag the carbon icons react as an external dependency | 1 | fix | rollup |
807,843 | 24.04.2019 17:32:05 | 18,000 | aa11325f0ee93291b31699014fc9b90f5b1a5400 | fix(version): Resolve prerelease for version without bump | [
{
"change_type": "MODIFY",
"diff": "@@ -278,10 +278,9 @@ class VersionCommand extends Command {\nconst { bump, conventionalCommits, preid } = this.options;\nconst repoVersion = bump ? semver.clean(bump) : \"\";\nconst increment = bump && !semver.valid(bump) ? bump : \"\";\n- const isPrerelease = increment.s... | JavaScript | MIT License | lerna/lerna | fix(version): Resolve prerelease for version without bump (#2041) | 1 | fix | version |
815,590 | 24.04.2019 18:41:33 | -28,800 | 1bb6b9173a0a45d9ab6bc8053fdc4847a955f609 | feat: support ckb prof command | [
{
"change_type": "MODIFY",
"diff": "@@ -38,9 +38,9 @@ build-info = { path = \"util/build-info\" }\nckb-traits = { path = \"traits\" }\nsentry = \"^0.15.2\"\nckb-verification = { path = \"verification\" }\n+tempfile = \"3.0\"\n[dev-dependencies]\n-tempfile = \"3.0\"\n[workspace]\nmembers = [\n",
"new_pat... | Rust | MIT License | nervosnetwork/ckb | feat: support ckb prof command | 1 | feat | null |
815,590 | 24.04.2019 18:50:59 | -28,800 | 285045f667d34fb44b9c9b09f3df3a1303519123 | fix: output tx_hash instead tx itself | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,6 @@ use ckb_core::{transaction::Transaction, Cycle};\nuse ckb_network::{CKBProtocolContext, PeerIndex};\nuse ckb_protocol::{RelayMessage, RelayTransaction as FbsRelayTransaction};\nuse ckb_shared::store::ChainStore;\n-use ckb_traits::chain_provider::ChainProvi... | Rust | MIT License | nervosnetwork/ckb | fix: output tx_hash instead tx itself | 1 | fix | null |
217,922 | 24.04.2019 19:03:52 | -7,200 | 9de9fce073ba5ea775c3886228ea1f5a68384414 | fix(core): fixed a wrong import breaking live maps | [
{
"change_type": "MODIFY",
"diff": "@@ -14,10 +14,9 @@ import * as _ from 'lodash';\nimport { WorldNavigationStep } from './world-navigation-step';\nimport { requestsWithDelay } from '../../core/rxjs/requests-with-delay';\nimport { aetherstream } from '../../core/data/sources/aetherstream';\n-import { combi... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(core): fixed a wrong import breaking live maps | 1 | fix | core |
815,593 | 24.04.2019 19:39:05 | -32,400 | 667fdf108f9d7adaa876dfefc0aa987283a1b429 | test: add node connection timeout to integration test | [
{
"change_type": "MODIFY",
"diff": "@@ -75,13 +75,28 @@ impl Node {\n.local_node_info()\n.call()\n.expect(\"rpc call local_node_info failed\");\n+ let node_id = node_info.node_id;\nself.rpc_client()\n.add_node(\n- node_info.node_id,\n+ node_id.clone(),\nformat!(\"/ip4/127.0.0.1/tcp/{}\", node.p2p_port),\n)\... | Rust | MIT License | nervosnetwork/ckb | test: add node connection timeout to integration test | 1 | test | null |
722,013 | 24.04.2019 20:38:53 | 18,000 | 9b04cc479376bf6755930071c4e71b6dd7ba19c5 | fix(docgen): give better error message lines | [
{
"change_type": "MODIFY",
"diff": "@@ -73,7 +73,8 @@ export function parseSource(documentation: Documentation, source: string, opt: P\n}\nif (singleFileComponent) {\n- parts = cacher(() => parseComponent(source), source)\n+ // use padding so that errors are displayed at the correct line\n+ parts = cacher((... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(docgen): give better error message lines | 1 | fix | docgen |
531,793 | 24.04.2019 21:05:43 | -3,600 | 335ff441eaf5c90832a4caeb6ebcbfd08ffd9037 | chore(docs): update docs to reflect that 0.17.x will be supported | [
{
"change_type": "MODIFY",
"diff": "@@ -5,13 +5,16 @@ Alert dashboard for\n---\n-Alertmanager `>=0.16.0` is currently **NOT** supported by karma due to changes\n+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)\nf... | TypeScript | Apache License 2.0 | prymitive/karma | chore(docs): update docs to reflect that 0.17.x will be supported | 1 | chore | docs |
531,793 | 24.04.2019 21:35:17 | -3,600 | 1220867d0749fdf106dc9b6fdfc5d5b1cc753bbb | fix(ui): update browser list
Drop browsers that don't support Proxy objects | [
{
"change_type": "MODIFY",
"diff": "\">= 1%\",\n\"last 1 major version\",\n\"not dead\",\n- \"Chrome >= 45\",\n+ \"Chrome >= 49\",\n\"Firefox >= 38\",\n\"Edge >= 12\",\n\"iOS >= 9\",\n- \"Safari >= 9\",\n+ \"Safari >= 10\",\n\"Android >= 4.4\",\n- \"Opera >= 30\"\n+ \"Opera >= 36\"\n]\n}\n",
"new_path":... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): update browser list
Drop browsers that don't support Proxy objects | 1 | fix | ui |
815,590 | 24.04.2019 21:56:42 | -28,800 | d082f2f3c339f6dc69ad3ed0a6a0b9d0343de663 | feat: prof output more infomation | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ use ckb_db::{CacheDB, DBConfig, RocksDB};\nuse ckb_notify::NotifyService;\nuse ckb_shared::shared::{Shared, SharedBuilder};\nuse ckb_shared::store::ChainStore;\n+use log::info;\nuse std::sync::Arc;\npub fn profile(args: ProfArgs) -> Result<(), ExitCode> {\... | Rust | MIT License | nervosnetwork/ckb | feat: prof output more infomation | 1 | feat | null |
722,013 | 24.04.2019 22:23:18 | 18,000 | 8b669f3d8676afe3b4e3c226020dbd8b0507baa8 | fix(docgen): allow for not parsing jsx | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,6 @@ const babelParserOptions: ParserOptions = {\nstrictMode: false,\ntokens: true,\nplugins: [\n- 'jsx',\n'decorators-legacy',\n'doExpressions',\n'objectRestSpread',\n",
"new_path": "packages/vue-docgen-api/src/babel-parser.ts",
"old_path": "packages/v... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(docgen): allow for not parsing jsx | 1 | fix | docgen |
217,922 | 24.04.2019 22:23:25 | -7,200 | 346a51f3ad570ee2a60a58c95f3db86b8dc541d3 | fix(desynth): fixed an issue with lower levels and better formula accuracy | [
{
"change_type": "MODIFY",
"diff": "@@ -65,18 +65,19 @@ export class DesynthComponent {\n});\n}),\nswitchMap(([job, level]) => {\n+ const dlvl = Math.round(level / 10) * 10;\nreturn this.xivapi.search({\nindexes: [SearchIndex.ITEM],\nfilters: [\n{\ncolumn: 'Salvage.OptimalSkill',\noperator: '>=',\n- value: ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desynth): fixed an issue with lower levels and better formula accuracy | 1 | fix | desynth |
71,101 | 24.04.2019 22:46:15 | -7,200 | 2d44ed725c073108257e4bc79bcd6081694166c3 | chore: Remove main and types from simple-resource-bundler | [
{
"change_type": "MODIFY",
"diff": "\"name\": \"simple-resource-bundler\",\n\"version\": \"0.29.0\",\n\"description\": \"Command-line tool to embed resources into JS libraries\",\n- \"main\": \"bundler.js\",\n- \"types\": \"bundler.d.ts\",\n\"bin\": {\n\"simple-resource-bundler\": \"bin/simple-resource-bund... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: Remove main and types from simple-resource-bundler | 1 | chore | null |
531,793 | 24.04.2019 23:11:05 | -3,600 | 0ba8334df91185654ab1ad29de213f68d3864809 | fix(ui): provide empty css file to import instead of Google fonts | [
{
"change_type": "MODIFY",
"diff": "-// this is used by bootswatch to import the font, zero it since we import all\n-// fonts below\n-$web-font-path: \"\";\n+// this is used by bootswatch to import the font, we bundle all fonts so there\n+// is nothing to import, so let's point it at an empty file\n+// http... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): provide empty css file to import instead of Google fonts | 1 | fix | ui |
304,866 | 25.04.2019 07:53:22 | 25,200 | 2dafcef8a0faabff327e7634c77a91ebcfee0bc5 | fix(execute): make executor respect memory limit from caller
Fixes influxdata/idpe#3115. | [
{
"change_type": "MODIFY",
"diff": "@@ -89,8 +89,6 @@ func (e *executor) createExecutionState(ctx context.Context, p *plan.Spec, a *me\nif err := validatePlan(p); err != nil {\nreturn nil, errors.Wrap(err, \"invalid plan\")\n}\n- // Set allocation limit\n- a.Limit = &p.Resources.MemoryBytesQuota\nes := &exe... | Go | MIT License | influxdata/flux | fix(execute): make executor respect memory limit from caller (#1213)
Fixes influxdata/idpe#3115. | 1 | fix | execute |
722,013 | 25.04.2019 08:01:29 | 18,000 | 82f722f2ef5afff9153a7c02f726d6f6608f5fef | test(docgen): fix name of ts test | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ describe('tests button', () => {\nexpect(docButton.displayName).toEqual('ClassButton')\n})\n- it('should return propB type as string', () => {\n+ it('should return methods object containing `onClick`', () => {\nexpect(docButton.methods).toMatchObject([{ ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test(docgen): fix name of ts test | 1 | test | docgen |
531,793 | 25.04.2019 08:01:31 | -3,600 | d09feb0f3efaa938f04f24f9c38efc0736e50e07 | chore(deps): upgrade go-openapi to v0.19.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -13,11 +13,11 @@ require (\ngithub.com/gin-gonic/contrib v0.0.0-20190408174833-b5986969cb50\ngithub.com/gin-gonic/gin v1.3.0\ngithub.com/go-bindata/go-bindata v3.1.1+incompatible\n- github.com/go-openapi/errors v0.18.0\n- github.com/go-openapi/runtime v0.18.0\n- github... | TypeScript | Apache License 2.0 | prymitive/karma | chore(deps): upgrade go-openapi to v0.19.0 | 1 | chore | deps |
722,013 | 25.04.2019 08:02:26 | 18,000 | 0ce2a9eb4f4d1c606a31effcc8d8b66172d403ed | feat(docgen): add jsx option to docgen | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import babelParser from '../babel-parser'\ndescribe('babel-parser', () => {\nlet parser: { parse: (src: string) => bt.File }\nbeforeEach(() => {\n- parser = babelParser()\n+ parser = babelParser({ plugins: ['jsx'] })\n})\nit('should parse js with no troubl... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat(docgen): add jsx option to docgen | 1 | feat | docgen |
722,013 | 25.04.2019 08:18:05 | 18,000 | 27b4257db0e2277a01361b11b1bbb816cf6f78d6 | feat(main): add jsxInComponents option | [
{
"change_type": "MODIFY",
"diff": "@@ -168,6 +168,21 @@ Array of [glob pattern](https://github.com/isaacs/node-glob#glob-primer) that sh\n> **Note:** You should pass glob patterns, for example, use `**/components/Button.vue` instead of `components/Button.vue`.\n+## jsxInComponents\n+\n+Type: `Boolean`, def... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat(main): add jsxInComponents option | 1 | feat | main |
815,593 | 25.04.2019 08:19:43 | -32,400 | f7da8919189dd874a5eec371309e3a3d1d2b9598 | chore: fix broken bench code
chore: benchmarking with inputs
chore: tweak bench params
chore: tweak bench params
chore: tweak bench params
chore: fix broken bench code | [
{
"change_type": "MODIFY",
"diff": "use ckb_pow::Cuckoo;\nuse criterion::{criterion_group, criterion_main, Criterion};\n-const TESTSET: [([u8; 80], [u32; 6]); 3] = [\n+const TESTSET: [([u8; 80], [u32; 8]); 3] = [\n(\n[\n- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,... | Rust | MIT License | nervosnetwork/ckb | chore: fix broken bench code
chore: benchmarking with inputs
chore: tweak bench params
chore: tweak bench params
chore: tweak bench params
chore: fix broken bench code | 1 | chore | null |
722,013 | 25.04.2019 08:32:05 | 18,000 | 1d198c77a9a521fe48a043c9d21951bd03732539 | style: reword config | [
{
"change_type": "MODIFY",
"diff": "@@ -116,7 +116,7 @@ module.exports = {\njsxInComponents: {\nmessage: 'JSX in Components',\ndescription:\n- 'Do documented components contain JSX syntax? Set this to `false` to restore compatibility with TypeScript cast syntax `<any>variable` instead of `variable as any`.'... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | style: reword config | 1 | style | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.