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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
366,920 | 15.11.2019 19:14:56 | -32,400 | 915d95f17da59d8826c21d527042147a3b5d354b | refactor: Use useTheme instead of withTheme for AccordionPanel | [
{
"change_type": "MODIFY",
"diff": "-import React, { useContext, useCallback } from 'react'\n+import React, { FC, useContext, useCallback } from 'react'\nimport styled from 'styled-components'\nimport { Transition } from 'react-transition-group'\n-import { InjectedProps, withTheme } from '../../hocs/withThe... | TypeScript | MIT License | kufu/smarthr-ui | refactor: Use useTheme instead of withTheme for AccordionPanel | 1 | refactor | null |
366,920 | 15.11.2019 19:26:06 | -32,400 | 5e38ddcc1914bea6b63d345a9164b51d89ffd51e | refactor: Use useTheme instead of withTheme for AppNavi | [
{
"change_type": "MODIFY",
"diff": "-import * as React from 'react'\n+import React, { FC } from 'react'\nimport styled, { css } from 'styled-components'\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\n+import { useTheme, Theme } from '../../hooks/useTheme'\n+\nimport { StatusLabel } from ... | TypeScript | MIT License | kufu/smarthr-ui | refactor: Use useTheme instead of withTheme for AppNavi | 1 | refactor | null |
366,920 | 15.11.2019 19:28:53 | -32,400 | fe819cdad80fa68578aae5c9968a004d882e0873 | refactor: Use useTheme instead of withTheme for Balloon | [
{
"change_type": "MODIFY",
"diff": "-import * as React from 'react'\n+import React, { ReactNode, FC } from 'react'\nimport styled, { css } from 'styled-components'\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\n+import { useTheme, Theme } from '../../hooks/useTheme'\ntype BalloonTheme = ... | TypeScript | MIT License | kufu/smarthr-ui | refactor: Use useTheme instead of withTheme for Balloon | 1 | refactor | null |
217,922 | 15.11.2019 19:47:12 | -3,600 | eb88f1b36c26a2de218b671fdcbea085400ef6b9 | fix(inventory): inventory search is no longer case-sensitive | [
{
"change_type": "MODIFY",
"diff": "@@ -88,7 +88,7 @@ export class InventoryComponent {\nreturn true;\n}\nreturn search.split(' ').every(fragment => {\n- return this.i18n.getName(this.l12n.getItem(item.itemId)).indexOf(fragment) > -1;\n+ return this.i18n.getName(this.l12n.getItem(item.itemId)).toLowerCase()... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(inventory): inventory search is no longer case-sensitive | 1 | fix | inventory |
366,920 | 15.11.2019 20:16:48 | -32,400 | 58d7ad944b2bffad26bc8c4592aa45eb6ded9ca2 | refactor: Use useTheme instead of withTheme for Button | [
{
"change_type": "MODIFY",
"diff": "-import * as React from 'react'\n+import React, { FC } from 'react'\nimport styled, { css } from 'styled-components'\n-import { InjectedProps } from '../../hocs/withTheme'\n-\n+import { useTheme, Theme } from '../../hooks/useTheme'\nimport { hoverable } from '../../hocs/h... | TypeScript | MIT License | kufu/smarthr-ui | refactor: Use useTheme instead of withTheme for Button | 1 | refactor | null |
366,920 | 15.11.2019 20:23:12 | -32,400 | 9d69750078d283bc506f7ecaa76294a30551d189 | refactor: Use useTheme instead of withTheme for CheckBox | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import React, { FC, useCallback } from 'react'\nimport styled, { css } from 'styled-components'\nimport { transparentize } from 'polished'\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\n+import { useTheme, Theme } from '../../hooks/useT... | TypeScript | MIT License | kufu/smarthr-ui | refactor: Use useTheme instead of withTheme for CheckBox | 1 | refactor | null |
366,920 | 15.11.2019 20:28:02 | -32,400 | b9cab70abf925daae17132c91a4958d36b03b736 | refactor: Use useTheme instead of withTheme for DefinitionList | [
{
"change_type": "MODIFY",
"diff": "-import * as React from 'react'\n+import React, { FC } from 'react'\nimport styled, { css } from 'styled-components'\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\n+\n+import { useTheme, Theme } from '../../hooks/useTheme'\n+\nimport { DefinitionListIt... | TypeScript | MIT License | kufu/smarthr-ui | refactor: Use useTheme instead of withTheme for DefinitionList | 1 | refactor | null |
366,920 | 15.11.2019 20:36:43 | -32,400 | b65ebc8cc6e3d0b0916d9f265cb0887e7ace99f3 | refactor: Use useTheme instead of withTheme for Dialog | [
{
"change_type": "MODIFY",
"diff": "import React, { FC } from 'react'\nimport styled, { css } from 'styled-components'\n-import { Heading, HeadingProps } from '../Heading'\nimport { useTheme, Theme } from '../../hooks/useTheme'\n+import { Heading, HeadingProps } from '../Heading'\n+\nexport type DefinitionL... | TypeScript | MIT License | kufu/smarthr-ui | refactor: Use useTheme instead of withTheme for Dialog | 1 | refactor | null |
366,920 | 15.11.2019 20:39:12 | -32,400 | f3830a7aeff7b92aa0265bed54794d3c374be107 | refactor: Use useTheme instead of withTheme for Dropdown | [
{
"change_type": "MODIFY",
"diff": "-import React, { useEffect, useState, useRef } from 'react'\n+import React, { FC, useEffect, useState, useRef } from 'react'\nimport styled, { css } from 'styled-components'\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\n+import { useTheme, Theme } fro... | TypeScript | MIT License | kufu/smarthr-ui | refactor: Use useTheme instead of withTheme for Dropdown | 1 | refactor | null |
366,920 | 15.11.2019 20:44:17 | -32,400 | 422955b8101537d16628d7be9814c681ac3fadd5 | refactor: Use useTheme instead of withTheme for Input | [
{
"change_type": "MODIFY",
"diff": "-import * as React from 'react'\n+import React, { InputHTMLAttributes, FC, useRef, useEffect } from 'react'\nimport styled, { css } from 'styled-components'\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\n+import { useTheme, Theme } from '../../hooks/us... | TypeScript | MIT License | kufu/smarthr-ui | refactor: Use useTheme instead of withTheme for Input | 1 | refactor | null |
366,920 | 15.11.2019 20:52:54 | -32,400 | 72c48bd04edcb50fc4b81e0665be910dfc5c5547 | refactor: Use useTheme instead of withTheme for Pagination | [
{
"change_type": "MODIFY",
"diff": "-import * as React from 'react'\n+import React, { FC } from 'react'\nimport styled, { css } from 'styled-components'\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\nimport { range } from '../../libs/lodash'\n+import { useTheme, Theme } from '../../hooks... | TypeScript | MIT License | kufu/smarthr-ui | refactor: Use useTheme instead of withTheme for Pagination | 1 | refactor | null |
366,920 | 15.11.2019 20:59:38 | -32,400 | a6d9624ea643228940ca24b0c815e339e0688dad | refactor: Use useTheme instead of withTheme for TabBar | [
{
"change_type": "MODIFY",
"diff": "-import * as React from 'react'\n+import React, { ReactNode, FC } from 'react'\nimport styled, { css } from 'styled-components'\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\n-interface Props {\n- children: React.ReactNode\n+import { useTheme, Theme } ... | TypeScript | MIT License | kufu/smarthr-ui | refactor: Use useTheme instead of withTheme for TabBar | 1 | refactor | null |
67,476 | 15.11.2019 21:44:39 | -3,600 | db7523eec422962e804d2ba7b8077712d5acfd36 | chore(aot): update jsdom | [
{
"change_type": "MODIFY",
"diff": "\"@aurelia/jit-html\": \"0.5.0\",\n\"@aurelia/jit-html-jsdom\": \"0.5.0\",\n\"typescript\": \"^3.7.2\",\n- \"jsdom\": \"^15.1.1\"\n+ \"jsdom\": \"^15.2.1\"\n},\n\"devDependencies\": {\n\"@types/node\": \"^12.12.7\",\n",
"new_path": "packages/aot/package.json",
"ol... | TypeScript | MIT License | aurelia/aurelia | chore(aot): update jsdom | 1 | chore | aot |
815,593 | 15.11.2019 22:31:24 | -28,800 | 64e1befa7c7ff3587c1781cdb8172442ac5ca919 | chore: comment out TransactionRelayMultiple | [
{
"change_type": "MODIFY",
"diff": "@@ -278,7 +278,8 @@ fn all_specs() -> SpecMap {\nBox::new(PoolResurrect),\nBox::new(TransactionRelayBasic),\nBox::new(TransactionRelayLowFeeRate),\n- Box::new(TransactionRelayMultiple),\n+ // TODO failed on poor CI server\n+ // Box::new(TransactionRelayMultiple),\nBox::ne... | Rust | MIT License | nervosnetwork/ckb | chore: comment out TransactionRelayMultiple | 1 | chore | null |
679,913 | 15.11.2019 22:40:17 | 0 | 1cfb02a828db3670a745e7d4e30867614f594881 | feat(dcons): add ISeqable impl (seq()) & tests | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,8 @@ import {\nIEquiv,\nILength,\nIRelease,\n+ ISeq,\n+ ISeqable,\nIStack,\nPredicate\n} from \"@thi.ng/api\";\n@@ -32,6 +34,7 @@ export class DCons<T>\nILength,\nIReducible<any, T>,\nIRelease,\n+ ISeqable<T>,\nIStack<T, T, DCons<T>> {\nhead: ConsCell<T> | unde... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(dcons): add ISeqable impl (seq()) & tests | 1 | feat | dcons |
217,922 | 15.11.2019 22:48:50 | -3,600 | 3bfc38af100c969c37e3bbf2d404d23e585538d7 | fix(inventory): fixed an issue with ishgard deliveries counting as if they were obtained | [
{
"change_type": "MODIFY",
"diff": "@@ -2,13 +2,10 @@ import { InjectionToken, Provider } from '@angular/core';\nimport { DesynthResultReporter } from './desynth-result-reporter';\nimport { ReductionResultReporter } from './reduction-result-reporter';\nimport { MachinaService } from '../electron/machina.ser... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(inventory): fixed an issue with ishgard deliveries counting as if they were obtained | 1 | fix | inventory |
104,844 | 15.11.2019 23:42:55 | 18,000 | 46071d9a6b6eabf90a82f445291a5e5f7ace2daf | chore(test): add test for cardrenderer | [
{
"change_type": "MODIFY",
"diff": "@@ -2,12 +2,14 @@ import { mount } from 'enzyme';\nimport React from 'react';\nimport Add from '@carbon/icons-react/lib/add/20';\nimport { iconCrash } from 'carbon-icons';\n+import { render, fireEvent } from '@testing-library/react';\nimport { CARD_SIZES, CARD_TYPES, COLO... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test): add test for cardrenderer | 1 | chore | test |
67,494 | 16.11.2019 03:17:08 | -3,600 | 3689affd4c5a366cad96a3f323673bac01949974 | test(router): add hash reset to setup | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,14 @@ describe('HookManager', function () {\nasync function setup(config?, App?, dependencies: any[] = []) {\nconst ctx = TestContext.createHTMLTestContext();\n- const { container, scheduler, doc } = ctx;\n+ const { container, scheduler, doc, wnd } = ctx;\n+\n+... | TypeScript | MIT License | aurelia/aurelia | test(router): add hash reset to setup | 1 | test | router |
679,913 | 16.11.2019 03:26:38 | 0 | 5562fe47927e046e419e7c96ad9b2ef43e2eb818 | feat(zipper): import new package (ported from clojure) | [
{
"change_type": "ADD",
"diff": "+.cache\n+.meta\n+.nyc_output\n+*.gz\n+*.html\n+*.svg\n+*.tgz\n+*.h\n+*.o\n+*.wasm\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n",
"new_path": "packages/zipper/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+ A... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(zipper): import new package (ported from clojure) | 1 | feat | zipper |
67,476 | 16.11.2019 04:01:14 | -3,600 | aa0c180ace3586a8a979b0652403c5ec1c711db7 | chore(aot): return at least valid values from all evaluations | [
{
"change_type": "MODIFY",
"diff": "@@ -1054,8 +1054,8 @@ function isIIFE(expr: $FunctionExpression | $ArrowFunction): boolean {\nreturn (parent.node as Node).kind === SyntaxKind.CallExpression && (parent as $CallExpression).node.expression === prev.node;\n}\n-function evaluateStatement(statement: $$ESState... | TypeScript | MIT License | aurelia/aurelia | chore(aot): return at least valid values from all evaluations | 1 | chore | aot |
67,476 | 16.11.2019 04:06:29 | -3,600 | 5e6db0894aceb6d5971863cbedeb5da92a143076 | feat(ast): implement RS:Evaluation for ContinueStatement | [
{
"change_type": "MODIFY",
"diff": "@@ -8977,18 +8977,23 @@ export class $ContinueStatement implements I$Node {\n}\n// http://www.ecma-international.org/ecma-262/#sec-continue-statement-runtime-semantics-evaluation\n- public Evaluate(): $Any {\n+ public Evaluate(): $Empty {\n+ const realm = this.realm;\n+ c... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement RS:Evaluation for ContinueStatement | 1 | feat | ast |
67,476 | 16.11.2019 04:08:19 | -3,600 | 64331e888b927e39825ac966f19087e7e33ab2b9 | feat(ast): implement RS:Evaluation for BreakStatement | [
{
"change_type": "MODIFY",
"diff": "@@ -9022,17 +9022,22 @@ export class $BreakStatement implements I$Node {\n// http://www.ecma-international.org/ecma-262/#sec-break-statement-runtime-semantics-evaluation\npublic Evaluate(): $Any {\n+ const realm = this.realm;\n+ const intrinsics = realm['[[Intrinsics]]'];... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement RS:Evaluation for BreakStatement | 1 | feat | ast |
67,476 | 16.11.2019 04:19:02 | -3,600 | 172c0fc5709889aff4f296a6c1a864df42cc02c7 | fix(ast): assign elseStatement | [
{
"change_type": "MODIFY",
"diff": "@@ -8492,7 +8492,7 @@ export class $IfStatement implements I$Node {\nthis.VarScopedDeclarations = $thenStatement.VarScopedDeclarations;\n} else {\n- const $elseStatement = $$esStatement(node.elseStatement as $StatementNode, this, ctx);\n+ const $elseStatement = this.$else... | TypeScript | MIT License | aurelia/aurelia | fix(ast): assign elseStatement | 1 | fix | ast |
67,476 | 16.11.2019 04:24:51 | -3,600 | d7a1c084a449ab4d6936e8b88c868c26318746c1 | feat(ast): implement RS:Evaluation for FunctionDeclaration | [
{
"change_type": "MODIFY",
"diff": "@@ -1592,6 +1592,21 @@ export class $FunctionDeclaration implements I$Node {\n// 7. Return F.\nreturn F;\n}\n+\n+ // http://www.ecma-international.org/ecma-262/#sec-function-definitions-runtime-semantics-evaluation\n+ public Evaluate(): $Empty {\n+ const realm = this.real... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement RS:Evaluation for FunctionDeclaration | 1 | feat | ast |
67,476 | 16.11.2019 04:35:00 | -3,600 | 7ad648d6293a314446619fb92292b64b1bc4472e | feat(ast): implement RS:EvaluateBody for FunctionDeclaration | [
{
"change_type": "MODIFY",
"diff": "@@ -1593,6 +1593,25 @@ export class $FunctionDeclaration implements I$Node {\nreturn F;\n}\n+ // http://www.ecma-international.org/ecma-262/#sec-function-definitions-runtime-semantics-evaluatebody\n+ public EvaluateBody(\n+ functionObject: $Function,\n+ argumentsList: rea... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement RS:EvaluateBody for FunctionDeclaration | 1 | feat | ast |
67,476 | 16.11.2019 05:16:47 | -3,600 | 3d66943fdf888ff4083db845f19ac05607782f12 | feat(ast): implement partial RS:Evaluate for CallExpression + add some wireup | [
{
"change_type": "MODIFY",
"diff": "@@ -147,7 +147,7 @@ import { NPMPackage } from '../system/npm-package-loader';\nimport { IModule, ResolveSet, ResolvedBindingRecord, Realm } from './realm';\nimport { PatternMatcher } from '../system/pattern-matcher';\nimport { $ModuleEnvRec, $EnvRec, $DeclarativeEnvRec }... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement partial RS:Evaluate for CallExpression + add some wireup | 1 | feat | ast |
67,476 | 16.11.2019 05:56:10 | -3,600 | 91b0443cfc931bf26e8bf67235a86bf8cd2fb83b | feat(ast): implement EvaluateModule | [
{
"change_type": "MODIFY",
"diff": "@@ -45,9 +45,9 @@ describe('AOT (smoke tests)', function () {\nmod.Instantiate();\n- const result = mod.Evaluate();\n+ mod.EvaluateModule();\n- assert.strictEqual(result['[[Value]]'], 2);\n+ assert.strictEqual(mod.ExecutionResult['[[Value]]'], 2);\n});\nit('simple if stat... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement EvaluateModule | 1 | feat | ast |
815,573 | 16.11.2019 08:30:29 | -28,800 | 59c91f0752ca2c8b0536d5c184e2b6204e662114 | chore: Update mainnet bootnodes | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,7 @@ listen_addresses = [\"/ip4/0.0.0.0/tcp/8115\"] # {{\n# Node connects to nodes listed here to discovery other peers when there's no local stored peers.\n# When chain.spec is changed, this usually should also be changed to the bootnodes in the new chain.\n... | Rust | MIT License | nervosnetwork/ckb | chore: Update mainnet bootnodes | 1 | chore | null |
217,922 | 16.11.2019 11:46:10 | -3,600 | 29e9bdbce5dbdbe3eca83423b096b5d8c92f059b | fix(inventory): inventory sync in database will only happen every 30 seconds now | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';\nimport { Actions, Effect, ofType } from '@ngrx/effects';\nimport { InventoryActionTypes, InventoryLoaded, UpdateInventory } from './inventory.actions';\nimport { UserInventoryService } from '../../../core/databa... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(inventory): inventory sync in database will only happen every 30 seconds now | 1 | fix | inventory |
217,922 | 16.11.2019 11:46:52 | -3,600 | 73469e4d05c74965f088a7b791a6bb12d3cbb5a9 | fix(rotation): rotation picker search is no longer case-sensitive | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,7 @@ export class RotationPickerDrawerComponent {\nreturn {\nfolder: folder,\nrotations: folder.rotationIds.map(id => rotations.find(r => r.$key === id))\n- .filter(r => r !== undefined && r.getName().indexOf(query) > -1)\n+ .filter(r => r !== undefined && r.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(rotation): rotation picker search is no longer case-sensitive | 1 | fix | rotation |
217,922 | 16.11.2019 11:53:42 | -3,600 | 10f9a22f63b867b0b9663637907b44ebaf14c276 | chore: no more colors on public lists | [
{
"change_type": "MODIFY",
"diff": "-<nz-collapse [style.background-color]=\"_list?.color\">\n+<nz-collapse [style.background-color]=\"publicDisplay?null:_list?.color\">\n<nz-collapse-panel #listContentPanel (nzActiveChange)=\"openStateChange()\" [nzHeader]=\"panelHeader\">\n<div *ngIf=\"listContentPanel.nz... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: no more colors on public lists | 1 | chore | null |
815,598 | 16.11.2019 12:07:42 | -28,800 | 374a71e029ee11c265b8559d60af0537bab1dd9d | chore: static link openssl in macOS package | [
{
"change_type": "MODIFY",
"diff": "@@ -125,7 +125,7 @@ matrix:\nos: osx\nenv: REL_PKG=x86_64-apple-darwin.zip\nscript:\n- - make prod\n+ - make OPENSSL_STATIC=1 OPENSSL_LIB_DIR=/usr/local/opt/openssl@1.1/lib OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl@1.1/include prod\n- openssl aes-256-cbc -K $encrypted_82... | Rust | MIT License | nervosnetwork/ckb | chore: static link openssl in macOS package | 1 | chore | null |
815,598 | 16.11.2019 12:15:44 | -28,800 | dded5065bcc15b7b7bcda23a07b4ad0de3c406b0 | chore: package bat files for Windows | [
{
"change_type": "MODIFY",
"diff": "@@ -68,6 +68,7 @@ jobs:\n- powershell: |\nmkdir ckb_$(Build.SourceBranchName)_x86_64-pc-windows-msvc\ncp -r target/release/ckb.exe,README.md,CHANGELOG.md,COPYING,docs ckb_$(Build.SourceBranchName)_x86_64-pc-windows-msvc\n+ cp devtools/windows/ckb-init-mainnet.bat,devtools... | Rust | MIT License | nervosnetwork/ckb | chore: package bat files for Windows | 1 | chore | null |
217,922 | 16.11.2019 12:17:39 | -3,600 | 07381676ed348937624354cdaee566adf1c56244 | fix(alarms): fixed alarm overlay toggle not working properly | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,6 @@ export class AlarmsSidebarComponent implements OnInit {\nngOnInit(): void {\nthis.alarms$ = this.alarmsFacade.alarmsSidebarDisplay$;\nthis.alarmsFacade.loadAlarms();\n-\n}\n}\n",
"new_path": "apps/client/src/app/modules/alarms-sidebar/alarms-sidebar/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): fixed alarm overlay toggle not working properly | 1 | fix | alarms |
217,922 | 16.11.2019 12:53:22 | -3,600 | 65502bfbb25484222f6e0521815b5f18b81088f8 | feat(simulator): added total macro duration to macro popup | [
{
"change_type": "MODIFY",
"diff": "</button>\n<span *ngFor=\"let line of macroFragment\" class=\"macro-line\">{{line}}<br></span>\n</pre>\n+ <span>{{'SIMULATOR.Total_macro_duration' | translate:{duration: totalDuration} }}</span>\n</div>\n",
"new_path": "apps/client/src/app/pages/simulator/components/m... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): added total macro duration to macro popup
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | feat | simulator |
217,922 | 16.11.2019 13:07:41 | -3,600 | 7676b390afb3d0c0900f32668ff5ae1cc03631e7 | feat(desktop): added a button to open a website link in desktop | [
{
"change_type": "MODIFY",
"diff": "<i iconfont=\"icon-openinapp\" nz-icon></i>\n</a>\n</li>\n+ <li *ngIf=\"platformService.isDesktop()\" [nzTitle]=\"'COMMON.Open_link' | translate\" class=\"clock ant-menu-item\" fxFlex fxHide.lt-sm fxShow\n+ nz-tooltip nzPlacement=\"bottom\" (click)=\"openLink()\">\n+ <i n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(desktop): added a button to open a website link in desktop
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | feat | desktop |
815,598 | 16.11.2019 13:32:03 | -28,800 | e970568e539c979a0e0049dd9b82162c6037ac7b | feat: ckb init uses mainnet spec by default | [
{
"change_type": "MODIFY",
"diff": "@@ -8,8 +8,8 @@ use ckb_chain_spec::ChainSpec;\nuse ckb_db::{db::RocksDB, DBConfig};\nuse ckb_jsonrpc_types::ScriptHashType;\nuse ckb_resource::{\n- Resource, TemplateContext, AVAILABLE_SPECS, CKB_CONFIG_FILE_NAME, DEFAULT_SPEC,\n- MINER_CONFIG_FILE_NAME, SPEC_DEV_FILE_NA... | Rust | MIT License | nervosnetwork/ckb | feat: ckb init uses mainnet spec by default | 1 | feat | null |
815,598 | 16.11.2019 13:32:29 | -28,800 | 3d73b986cdd42fe9909ade5f4bbe45e7915715d4 | docs: switch docs to mainnet | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ labels: t:bug\n**Environment**\n- **CKB version**: output of `ckb --version`\n-- **Chain**: dev / testnet / ...\n+- **Chain**: dev / staging / testnet / mainnet ...\n- **Operating system**: Linux / macOS / Windows\n- **Arch**: x64\n- **Installation**: GitH... | Rust | MIT License | nervosnetwork/ckb | docs: switch docs to mainnet | 1 | docs | null |
217,922 | 16.11.2019 14:23:24 | -3,600 | f227b0146e026067b1c4d7c8c0f4bc32f70044b9 | chore: CD optimization for list page | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ import {\n} from './lists.actions';\nimport { List } from '../model/list';\nimport { NameQuestionPopupComponent } from '../../name-question-popup/name-question-popup/name-question-popup.component';\n-import { delay, distinctUntilChanged, filter, first, m... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: CD optimization for list page
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | chore | null |
67,476 | 16.11.2019 14:35:27 | -3,600 | 405a8dd7e5a8e4f63e68576b0c3ab5d9b1b0af52 | fix(fetch-client): use correct prototype checks | [
{
"change_type": "MODIFY",
"diff": "@@ -82,7 +82,7 @@ export class HttpClient {\nnormalizedConfig.interceptors = this.interceptors;\nconst c = config(normalizedConfig);\n- if (Object.prototype.isPrototypeOf.call(HttpClientConfiguration, c)) {\n+ if (Object.prototype.isPrototypeOf.call(HttpClientConfiguratio... | TypeScript | MIT License | aurelia/aurelia | fix(fetch-client): use correct prototype checks | 1 | fix | fetch-client |
791,690 | 16.11.2019 14:48:20 | 21,600 | fad5983732e786c34bde57d359ad605b4a29bf1e | misc: fix lhci to 0.3.x | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,7 @@ fi\nyarn now-build\n# Install LHCI\n-npm install -g @lhci/cli@next\n+npm install -g @lhci/cli@0.3.x\n# Collect our LHCI results.\nlhci collect --staticDistDir=./dist/now/english/\n# Upload the results to our canary server.\n",
"new_path": "lighthouse... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: fix lhci to 0.3.x (#9972) | 1 | misc | null |
67,476 | 16.11.2019 14:55:38 | -3,600 | c803da8062f7b61b4961e240b759c6921da1206c | chore(navigation-skeleton): fix linting errors | [
{
"change_type": "MODIFY",
"diff": "-import { inject } from '@aurelia/kernel';\n+/* eslint-disable import/no-unassigned-import */\nimport { IRouter } from '@aurelia/router';\nimport { customElement } from '@aurelia/runtime';\nimport * as html from './app.html';\n@@ -7,14 +7,15 @@ import 'bootstrap/dist/css/... | TypeScript | MIT License | aurelia/aurelia | chore(navigation-skeleton): fix linting errors | 1 | chore | navigation-skeleton |
67,476 | 16.11.2019 15:31:19 | -3,600 | c350520dff64e175d700f678c3a7bcd523762ce3 | chore(test): fix lint errors | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import { BookComponent, BooksComponent, LoginComponent, Shared } from './selecto\ndescribe('doc-example / books route', function () {\nit('navigates to books route', function () {\n- cy.visit(cypressConfig.baseUrl + '/#/books+about')\n+ cy.visit(`${cypress... | TypeScript | MIT License | aurelia/aurelia | chore(test): fix lint errors | 1 | chore | test |
67,476 | 16.11.2019 15:33:22 | -3,600 | 7b519d41dffdedfd770ef8893352eb5163e0f7a9 | ci: fixup doc-example paths | [
{
"change_type": "MODIFY",
"diff": "@@ -340,23 +340,23 @@ jobs:\n- run:\nname: \"Install cypress\"\ncommand: |\n- cd packages/__tests__/router/e2e/doc-example\n+ cd test/doc-example\nnpm i\n- run:\nname: \"Install and build test app\"\ncommand: |\n- cd packages/__tests__/router/e2e/doc-example/app\n+ cd tes... | TypeScript | MIT License | aurelia/aurelia | ci: fixup doc-example paths | 1 | ci | null |
67,476 | 16.11.2019 15:36:13 | -3,600 | feec60a91b18b41a887fdc0449f9be2468c5f1df | chore(webpack): fix linting errors | [
{
"change_type": "MODIFY",
"diff": "@@ -24,5 +24,5 @@ module.exports = function(env, { mode }) {\n]\n},\nplugins: [new HtmlWebpackPlugin({ template: 'index.ejs' })]\n- }\n-}\n+ };\n+};\n",
"new_path": "test/doc-example/app/webpack.config.js",
"old_path": "test/doc-example/app/webpack.config.js"
},... | TypeScript | MIT License | aurelia/aurelia | chore(webpack): fix linting errors | 1 | chore | webpack |
67,476 | 16.11.2019 16:20:23 | -3,600 | 6ad3f13155227a9c996f74412bd3fe1da7178d35 | style(aot): change to one argument per line | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,10 @@ export function $CreateBuiltinFunction<T extends string = string, TSlots extends\n}\n// http://www.ecma-international.org/ecma-262/#sec-get-o-p\n-export function $Get(O: $Object, P: $PropertyKey): $AnyNonEmpty {\n+export function $Get(\n+ O: $Object,\n+... | TypeScript | MIT License | aurelia/aurelia | style(aot): change to one argument per line | 1 | style | aot |
679,913 | 16.11.2019 17:48:24 | 0 | b91d8a6047d30e4cddf10d1bfb0e929881ebfe34 | feat(zipper): major refactor, add tests, update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -20,8 +20,6 @@ const newPath = <T>(\nconst changedPath = <T>(path?: Path<T>) =>\npath ? { ...path, changed: true } : undefined;\n-const END = newPath(undefined, undefined, undefined, []);\n-\nexport class Location<T> {\nprotected readonly _node: T;\nprotected readonly ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(zipper): major refactor, add tests, update readme | 1 | feat | zipper |
217,922 | 16.11.2019 18:25:22 | -3,600 | a51459c61409b09c22c2df287d46005a4bc61650 | feat(simulator): added Ishgard restoration collectability breakpoints | [
{
"change_type": "ADD",
"diff": "+export const hwdSupplies = {\n+ \"28725\": {\n+ \"level\": 20,\n+ \"base\": {\n+ \"rating\": 50,\n+ \"exp\": 57697,\n+ \"scrip\": 3\n+ },\n+ \"mid\": {\n+ \"rating\": 80,\n+ \"exp\": 102486,\n+ \"scrip\": 4\n+ },\n+ \"high\": {\n+ \"rating\": 105,\n+ \"exp\": 146469,\n+ \"s... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): added Ishgard restoration collectability breakpoints
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | feat | simulator |
217,922 | 16.11.2019 18:53:43 | -3,600 | 6ce73eef77f5d4650ff4fa8df5d4fbb9c97e0955 | fix(simulator): fixed an issue with dirty warning popup spawning way too much | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ import { Injectable } from '@angular/core';\nimport { TranslateService } from '@ngx-translate/core';\nimport { NzModalService } from 'ng-zorro-antd';\nimport { DirtyScope } from './dirty-scope';\n-import { switchMap, tap } from 'rxjs/operators';\n+import {... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed an issue with dirty warning popup spawning way too much
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | fix | simulator |
217,922 | 16.11.2019 18:57:07 | -3,600 | ec96dbab19680c48f85b2cf9811ab14448bc542f | chore: added missing translation entry | [
{
"change_type": "MODIFY",
"diff": "\"Rowena_splendor\": \"Rowena's splendors (Starred = +20% bonus)\",\n\"Unlocks\": \"Unlocks\",\n\"Jump_to_page\": \"Quick jump to another page\",\n+ \"Ishgard_restoration\": \"Ishgardian restoration\",\n\"ITEM\": {\n\"Masterpiece_base\": \"BASE\",\n\"Masterpiece_bonus\": ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: added missing translation entry
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | chore | null |
679,913 | 16.11.2019 19:53:50 | 0 | defdf762b10350f0ce3e2b7d81f097c44f4e0223 | feat(zipper): add update() & tests | [
{
"change_type": "MODIFY",
"diff": "-import { assert } from \"@thi.ng/api\";\n+import { assert, FnO } from \"@thi.ng/api\";\nimport { peek } from \"@thi.ng/arrays\";\nimport { isArray } from \"@thi.ng/checks\";\nimport { Path, ZipperOps } from \"./api\";\n@@ -210,6 +210,10 @@ export class Location<T> {\nret... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(zipper): add update() & tests | 1 | feat | zipper |
67,479 | 16.11.2019 19:58:39 | -39,600 | 37c818ca6780eb038a952dadc64ce12e1a3b4c20 | fix(bindable): ensure value is intercepted correctly in first delayed subscription | [
{
"change_type": "MODIFY",
"diff": "@@ -81,6 +81,12 @@ export class BindableObserver {\npublic getValue(): unknown {\nconst currentValue = this.currentValue;\nreturn this.shouldInterceptGet\n+ // only intercepting getValue() call means there are cases where incoming value in setValue()\n+ // is not the same... | TypeScript | MIT License | aurelia/aurelia | fix(bindable): ensure value is intercepted correctly in first delayed subscription | 1 | fix | bindable |
67,479 | 16.11.2019 20:02:09 | -39,600 | 00f65feaa994ad8ef32a40ee8f37e9b7476907ee | chore(tests): add more bindable tests | [
{
"change_type": "MODIFY",
"diff": "@@ -267,7 +267,10 @@ describe('custom-attributes', function () {\nconst fooVm = CustomAttribute.for(fooEl, 'foo').viewModel as Foo;\nreturn {\nfooVm: fooVm,\n- tearDown: () => options.au.stop()\n+ tearDown: () => {\n+ options.au.stop();\n+ options.appHost.remove();\n+ }\n... | TypeScript | MIT License | aurelia/aurelia | chore(tests): add more bindable tests | 1 | chore | tests |
679,913 | 16.11.2019 20:09:07 | 0 | 779c433ac1b9888cf013f6551b87c012b3413312 | refactor(arrays): remove arraySeq() (migrated to | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,6 @@ export * from \"./is-sorted\";\nexport * from \"./iterator\";\nexport * from \"./peek\";\nexport * from \"./quicksort\";\n-export * from \"./seq\";\nexport * from \"./shuffle\";\nexport * from \"./starts-with\";\nexport * from \"./swap\";\n",
"new_path... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(arrays): remove arraySeq() (migrated to @thi.ng/seq) | 1 | refactor | arrays |
815,598 | 16.11.2019 20:17:35 | -28,800 | eee5dd7ee61e64a11d8ab160f4bfd95b3367418c | chore: tweak testnet spec
Lower the initial difficulty
Update the timestamp | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ index = 1\n# Spec: ckb_testnet\n[ckb_testnet]\n-genesis = \"0x28ab92a897d99b20e9541dd10a03ea5b89784ac51e586ff16ca05f8aa7319e78\"\n+genesis = \"0xaac7df2cd822df88ebf9929feabb01f7bf56b866c16ccd4e66a8176b74e45cc5\"\ncellbase = \"0x3c3905809bf67071dc0c9e0c55... | Rust | MIT License | nervosnetwork/ckb | chore: tweak testnet spec
- Lower the initial difficulty
- Update the timestamp | 1 | chore | null |
679,913 | 16.11.2019 21:11:45 | 0 | 6e0944661d92effea2b117d09a5b24facd61fc42 | feat(dcons): add dcons() factory fn (syntax sugar) | [
{
"change_type": "MODIFY",
"diff": "@@ -582,3 +582,10 @@ export class DCons<T>\nreturn cell;\n}\n}\n+\n+/**\n+ * Functional syntax sugar for `new DCons(src?)`.\n+ *\n+ * @param src\n+ */\n+export const dcons = <T>(src?: Iterable<T>) => new DCons(src);\n",
"new_path": "packages/dcons/src/index.ts",
"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(dcons): add dcons() factory fn (syntax sugar) | 1 | feat | dcons |
679,913 | 16.11.2019 21:12:29 | 0 | 25ebbb00d8f992beaf4eaa0c855337c5932d6c1c | feat(seq): import as new pkg | [
{
"change_type": "ADD",
"diff": "+.cache\n+.meta\n+.nyc_output\n+*.gz\n+*.html\n+*.svg\n+*.tgz\n+*.h\n+*.o\n+*.wasm\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n",
"new_path": "packages/seq/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+ Apac... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(seq): import as new pkg | 1 | feat | seq |
815,601 | 16.11.2019 21:54:36 | -28,800 | fe42cf99903414f6620c5b2fb7b4508b75ad2e92 | chore: print tx_pool error through Display rather than Debug | [
{
"change_type": "MODIFY",
"diff": "@@ -184,7 +184,7 @@ pub fn update_tx_pool_for_reorg(\nif let Err(e) = tx_pool.proposed_tx_and_descendants(cycles, size, tx) {\ndebug_target!(\ncrate::LOG_TARGET_TX_POOL,\n- \"Failed to add proposed tx {}, reason: {:?}\",\n+ \"Failed to add proposed tx {}, reason: {}\",\nt... | Rust | MIT License | nervosnetwork/ckb | chore: print tx_pool error through Display rather than Debug | 1 | chore | null |
217,922 | 16.11.2019 22:37:32 | -3,600 | 1803466e00d851f439d82325c0de15e18bce8126 | fix(list): fixed an issue with final items not being marked as done properly | [
{
"change_type": "MODIFY",
"diff": "<div *ngIf=\"!displayRow.tiers && ! displayRow.zoneBreakdown && !displayRow.reverseTiers\">\n<app-item-row *ngFor=\"let item of displayRow.rows; trackBy: trackByItem; let odd = odd\"\n[permissionLevel]=\"permissionLevel\"\n+ [finalItem]=\"finalItems\"\n[alarmGroups]=\"ala... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed an issue with final items not being marked as done properly
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | fix | list |
679,913 | 17.11.2019 00:05:26 | 0 | 4b81ca1679a6d62f97082ae33966abf4ce70543e | test(zipper): add benchmark, update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,7 @@ This project is part of the\n- [Installation](#installation)\n- [Dependencies](#dependencies)\n- [Usage examples](#usage-examples)\n+- [Benchmark](#benchmark)\n- [Authors](#authors)\n- [License](#license)\n@@ -89,6 +90,30 @@ x\n// [ 1, [ 5, 4, 3, 2 ], 6 ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(zipper): add benchmark, update readme | 1 | test | zipper |
217,893 | 17.11.2019 03:20:36 | -37,080 | 1f8de5bd5ad4cab5a2162856e14feca04c91b2ab | chore: add high memory start script | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"ng-high-memory\": \"node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng\",\n\"ng\": \"ng\",\n+ \"start-high-memory\": \"node ./tools/build/prebuild.js && ng-high-memory serve --project=client\",\n\"start\": \"node ./tools/build/prebuild.js ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: add high memory start script | 1 | chore | null |
67,476 | 17.11.2019 03:23:06 | -3,600 | 189d0aa123f098af45296b2f2e2a70b197db85c9 | fix(ast): map formals.BoundNames | [
{
"change_type": "MODIFY",
"diff": "@@ -1687,7 +1687,7 @@ function $FunctionDeclarationInstantiation(\nconst formals = code.$parameters;\n// 7. Let parameterNames be the BoundNames of formals.\n- const parameterNames = code.BoundNames;\n+ const parameterNames = formals.flatMap(getBoundNames);\n// 8. If para... | TypeScript | MIT License | aurelia/aurelia | fix(ast): map formals.BoundNames | 1 | fix | ast |
67,476 | 17.11.2019 03:56:58 | -3,600 | 03bfc1e311050c76fe3aba68c7691635638792c6 | feat(aot): implement CreateUnmappedArgumentsObject | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import { $Number } from './types/number';\nimport { $String } from './types/string';\nimport { $Symbol } from './types/symbol';\nimport { $Object } from './types/object';\n+import { $Function } from './types/function';\nexport type $True = $Boolean<true>;\... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement CreateUnmappedArgumentsObject | 1 | feat | aot |
67,479 | 17.11.2019 04:27:08 | -39,600 | 3a80768823daf34cce1151921c17e9937b3a9547 | chore(tests): use new apis, fix linting issues | [
{
"change_type": "MODIFY",
"diff": "@@ -411,7 +411,7 @@ describe('custom-attributes', function () {\n);\nconst fooEl = options.appHost.querySelector('div') as INode;\n- const foo1Vm = fooEl.$au.foo1.viewModel as Foo1;\n+ const foo1Vm = CustomAttribute.for(fooEl, 'foo1').viewModel as Foo1;\nassert.strictEqua... | TypeScript | MIT License | aurelia/aurelia | chore(tests): use new apis, fix linting issues | 1 | chore | tests |
67,479 | 17.11.2019 04:32:53 | -39,600 | b9157123e1e5b79ff025b09e6a811c8ba6684a14 | chore(node): use reduce instead of flat map | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,7 @@ function handleChange(eventName, src) {\n}\n}\n-const watched = sourceDirs.flatMap((dir) => [path.join(cwd, dir, '**/*.html'), path.join(cwd, dir, '**/*.css')]);\n+const watched = sourceDirs.reduce((allDirs, dir) => allDirs.concat([path.join(cwd, dir, '*... | TypeScript | MIT License | aurelia/aurelia | chore(node): use reduce instead of flat map | 1 | chore | node |
67,479 | 17.11.2019 04:45:36 | -39,600 | 58060314dea163d703104a47accca7ad2b79b19d | chore(test): fix bindable-observer tests | [
{
"change_type": "MODIFY",
"diff": "@@ -184,7 +184,7 @@ describe('BindableObserver', function () {\nfunction setup(flags: LF, obj: IIndexable, key: string) {\nconst ctx = TestContext.createHTMLTestContext();\nconst lifecycle = ctx.lifecycle;\n- const sut = new BindableObserver(lifecycle, flags, obj, key, `$... | TypeScript | MIT License | aurelia/aurelia | chore(test): fix bindable-observer tests | 1 | chore | test |
815,598 | 17.11.2019 05:37:49 | -28,800 | b5be63d89200995714cbcce65f58cd80bcf8452e | chore: print ckb version in log | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,7 @@ pub fn run(args: RunArgs, version: Version) -> Result<(), ExitCode> {\nlet chain_service = ChainService::new(shared.clone(), table);\nlet chain_controller = chain_service.start(Some(\"ChainService\"));\n+ info_target!(crate::LOG_TARGET_MAIN, \"ckb versio... | Rust | MIT License | nervosnetwork/ckb | chore: print ckb version in log | 1 | chore | null |
67,479 | 17.11.2019 05:41:30 | -39,600 | b9fcd8b67da4d0e005a9acd56a3eab97ee5ba04b | chore(tests): new new API for CE tests | [
{
"change_type": "MODIFY",
"diff": "@@ -454,7 +454,7 @@ describe('custom-elements', function () {\nfunction setupChangeHandlerTest(template: string) {\nconst options = setup(template, app, [Foo]);\nconst fooEl = options.appHost.querySelector('foo') as CustomElementHost;\n- const fooVm = fooEl.$controller.vi... | TypeScript | MIT License | aurelia/aurelia | chore(tests): new new API for CE tests | 1 | chore | tests |
67,476 | 17.11.2019 05:53:34 | -3,600 | 94a2dd6f5dd416d26e4c2d74193920e0cff44aec | fix(ast): complete arrow function static semantics | [
{
"change_type": "MODIFY",
"diff": "@@ -1721,7 +1721,7 @@ function $FunctionDeclarationInstantiation(\nconst hasParameterExpressions = code.ContainsExpression;\n// 11. Let varNames be the VarDeclaredNames of code.\n- const varNames = [] as $String[]; // TODO\n+ const varNames = code.VarDeclaredNames;\n// 12... | TypeScript | MIT License | aurelia/aurelia | fix(ast): complete arrow function static semantics | 1 | fix | ast |
67,476 | 17.11.2019 06:19:51 | -3,600 | e5a3884871b8ef41b7ff8f2bb16e9fddcc835b43 | fix(aot): make parameter bindings in functions work | [
{
"change_type": "MODIFY",
"diff": "@@ -159,6 +159,7 @@ import { $Number } from './types/number';\nimport { $Null } from './types/null';\nimport { $Boolean } from './types/boolean';\nimport { $Empty, empty } from './types/empty';\n+import { $CreateUnmappedArgumentsObject, $ArgumentsExoticObject } from './ex... | TypeScript | MIT License | aurelia/aurelia | fix(aot): make parameter bindings in functions work | 1 | fix | aot |
67,476 | 17.11.2019 06:33:24 | -3,600 | 6bfd7019f01707961fdb776d11489a1c2a80d51a | chore(aot): add EnvRec logging | [
{
"change_type": "MODIFY",
"diff": "@@ -1890,7 +1890,7 @@ function $FunctionDeclarationInstantiation(\n// 28. a. NOTE: A separate Environment Record is needed to ensure that closures created by expressions in the formal parameter list do not have visibility of declarations in the function body.\n// 28. b. L... | TypeScript | MIT License | aurelia/aurelia | chore(aot): add EnvRec logging | 1 | chore | aot |
815,598 | 17.11.2019 08:09:19 | -28,800 | 4ad5a6108969bdb4331e71c35f80deb9efcf6017 | chore: use ckb-cli v0.25.2 | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ git:\nenv:\nglobal:\n- RUST_BACKTRACE=full\n- - CKB_CLI_VERSION=v0.25.0\n+ - CKB_CLI_VERSION=v0.25.2\naddons:\napt:\n",
"new_path": ".travis.yml",
"old_path": ".travis.yml"
},
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ trigge... | Rust | MIT License | nervosnetwork/ckb | chore: use ckb-cli v0.25.2 | 1 | chore | null |
679,913 | 17.11.2019 09:48:18 | 0 | 3be6b75cc2bb390ec0ecac6e04ab848fdd76fa83 | test(seq): migrate aseq test from arrays pkg | [
{
"change_type": "DELETE",
"diff": "-import * as assert from \"assert\";\n-import { arraySeq } from \"../src\";\n-\n-describe(\"arraySeq\", () => {\n- it(\"basics\", () => {\n- assert.notEqual(arraySeq(null), undefined);\n- assert.equal(arraySeq(null).first(), undefined);\n- assert.equal(arraySeq(null).next... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(seq): migrate aseq test from arrays pkg | 1 | test | seq |
217,885 | 17.11.2019 11:39:19 | 28,800 | 8ab518646ce735bded4d4b1b8d381c5288a83110 | fix: Correct world ID not changing for data uploads when appropriate
Just a matter of putting the packet information where it needs to go | [
{
"change_type": "MODIFY",
"diff": "@@ -19,9 +19,8 @@ export class UniversalisService {\nshareReplay(1)\n);\n- private worldId$: Observable<number> = this.authFacade.user$.pipe(\n- map(user => user.world),\n- filter(world => world !== undefined),\n+ private worldId$: Observable<number> = this.ipc.worldId$.p... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: Correct world ID not changing for data uploads when appropriate
Just a matter of putting the packet information where it needs to go | 1 | fix | null |
815,598 | 17.11.2019 11:47:23 | -28,800 | dda4ed94418dc694a096eca6de2a9ca0de8cd509 | chore: CHANGELOG for v0.25.2 | [
{
"change_type": "MODIFY",
"diff": "+# [v0.25.2](https://github.com/nervosnetwork/ckb/compare/v0.25.1...v0.25.2) (2019-11-17)\n+\n+### Features\n+\n+* #1824: Switch to mainnet (@doitian)\n+\n+ - `ckb init` initializes mainnet node by default.\n+ - update docs related to mainnet.\n+\n+\n+### Improvements\n+\... | Rust | MIT License | nervosnetwork/ckb | chore: CHANGELOG for v0.25.2 | 1 | chore | null |
815,598 | 17.11.2019 12:00:56 | -28,800 | dbf70991cb758cbeaf871c0c1ee05217a099820c | chore: ensure commit abbrev in version consistent
The default abbrev length is different in different git versions. | [
{
"change_type": "MODIFY",
"diff": "@@ -60,7 +60,14 @@ impl std::fmt::Display for Version {\npub fn get_commit_describe() -> Option<String> {\nstd::process::Command::new(\"git\")\n- .args(&[\"describe\", \"--dirty\", \"--always\", \"--match\", \"__EXCLUDE__\"])\n+ .args(&[\n+ \"describe\",\n+ \"--dirty\",\n... | Rust | MIT License | nervosnetwork/ckb | chore: ensure commit abbrev in version consistent
The default abbrev length is different in different git versions. | 1 | chore | null |
67,479 | 17.11.2019 13:26:02 | -39,600 | 269d6ff4c6ce66a9f40e1716e5a439d756b7231d | refactor(bindable): remove getter interceptor | [
{
"change_type": "MODIFY",
"diff": "@@ -184,7 +184,7 @@ describe('BindableObserver', function () {\nfunction setup(flags: LF, obj: IIndexable, key: string) {\nconst ctx = TestContext.createHTMLTestContext();\nconst lifecycle = ctx.lifecycle;\n- const sut = new BindableObserver(lifecycle, flags, obj, key, `$... | TypeScript | MIT License | aurelia/aurelia | refactor(bindable): remove getter interceptor | 1 | refactor | bindable |
67,494 | 17.11.2019 14:12:55 | -3,600 | 86171ebe567e01616719ca37a3fefe5e92e625c0 | feat(router): implement TransformFromUrl hook | [
{
"change_type": "MODIFY",
"diff": "@@ -721,6 +721,9 @@ export class Router implements IRouter {\nlet route = new FoundRoute();\nif (typeof instruction === 'string') {\ninstruction = transformUrl ? this.options.transformFromUrl!(instruction, this) : instruction;\n+ instruction = transformUrl\n+ ? this.hookM... | TypeScript | MIT License | aurelia/aurelia | feat(router): implement TransformFromUrl hook | 1 | feat | router |
217,922 | 17.11.2019 16:18:08 | -3,600 | aeaaf5a3c84139b1ab963aa2410b08b4e5e3f110 | chore: first implementation for fishing data reporter
Lots of missing stuff:
- Find proper packet for bite timing
- Connect effects to have fish eyes status
- Find tug type packet
- Find how to distinguish between hooksets | [
{
"change_type": "MODIFY",
"diff": "@@ -2,10 +2,13 @@ import { InjectionToken, Provider } from '@angular/core';\nimport { DesynthResultReporter } from './desynth-result-reporter';\nimport { ReductionResultReporter } from './reduction-result-reporter';\nimport { MachinaService } from '../electron/machina.ser... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: first implementation for fishing data reporter
Lots of missing stuff:
- Find proper packet for bite timing
- Connect effects to have fish eyes status
- Find tug type packet
- Find how to distinguish between hooksets
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | chore | null |
67,479 | 17.11.2019 16:40:59 | -39,600 | 6ae226492913992c0e8b10f9a73890b50e047345 | chore(tests): fix customelement/bindable setter tests | [
{
"change_type": "MODIFY",
"diff": "@@ -229,36 +229,36 @@ describe('custom-attributes', function () {\n}\n}\n- it('does not invoke change handler when starts with plain usage', function () {\n+ it('does not invoke change handler when starts with plain usage', async function () {\nconst { fooVm, tearDown } =... | TypeScript | MIT License | aurelia/aurelia | chore(tests): fix customelement/bindable setter tests | 1 | chore | tests |
471,527 | 17.11.2019 16:55:45 | -3,600 | de30e86651079fe8a5d405eedc185e5bba777c13 | chore: cache dependencies on circleci | [
{
"change_type": "MODIFY",
"diff": "@@ -17,14 +17,20 @@ jobs:\n# Download and cache dependencies\n- restore_cache:\nkeys:\n- - v3-dependencies-{{ checksum \"package.json\" }}\n- # fallback to using the latest cache if no exact match is found\n- - v3-dependencies-\n- - run: yarn install --frozen-lockfile\n+ ... | JavaScript | MIT License | open-wc/open-wc | chore: cache dependencies on circleci | 1 | chore | null |
679,913 | 17.11.2019 17:38:03 | 0 | 1fec92040d9978506daf1384adfe5562c76f3bf6 | docs(vectors): update doc strings | [
{
"change_type": "MODIFY",
"diff": "@@ -36,9 +36,11 @@ const keys = memoize1<number, PropertyKey[]>((size: number) => [\n]);\n/**\n- * Wrapper for strided, arbitrary length vectors. Wraps given buffer in\n- * ES6 `Proxy` with custom property getters/setters and implements the\n- * following interfaces:\n+ *... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(vectors): update doc strings | 1 | docs | vectors |
679,913 | 17.11.2019 17:49:11 | 0 | d306a7273e90e7771edec2d111e92b222e891cac | docs(vectors): add tags | [
{
"change_type": "MODIFY",
"diff": "+/** @internal */\nexport const declareIndex = (\nproto: any,\nid: string,\n@@ -42,6 +43,7 @@ export const declareIndex = (\n});\n};\n+/** @internal */\nexport const declareIndices = (\nproto: any,\nprops: string[],\n",
"new_path": "packages/vectors/src/internal/acces... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(vectors): add @internal tags | 1 | docs | vectors |
217,922 | 17.11.2019 20:52:39 | -3,600 | e1cd22fb2ed3f4b49877d82edecac94f61c1b60b | chore: small fix for mooch detection in throw packet | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,7 @@ export class FishingReporter implements DataReporter {\nmap(packet => {\nreturn {\ntimestamp: packet.timestamp,\n- mooch: packet.param5 === 375\n+ mooch: packet.param5 === 275\n};\n})\n);\n",
"new_path": "apps/client/src/app/core/data-reporting/fishi... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for mooch detection in throw packet
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | chore | null |
67,476 | 17.11.2019 21:23:19 | -3,600 | d8e4774645cec5a8c6098b6912512c3d9eeb882d | feat(aot): implement BuiltinFunction | [
{
"change_type": "MODIFY",
"diff": "@@ -536,7 +536,7 @@ export type ConstructorKind = 'base' | 'derived';\nexport type ThisMode = 'lexical' | 'strict' | 'global';\n// http://www.ecma-international.org/ecma-262/#sec-built-in-function-objects\n-export class $BuiltinFunction<\n+export abstract class $BuiltinFu... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement BuiltinFunction | 1 | feat | aot |
67,476 | 17.11.2019 21:35:58 | -3,600 | 2e1065cc356acbf7a59c4da1e194ca4e9ac29211 | feat(intrinsics): add %IteratorPrototype% | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,8 @@ import { $String } from './types/string';\nimport { $Symbol } from './types/symbol';\nimport { $Object } from './types/object';\nimport { $Function } from './types/function';\n+import { $DefinePropertyOrThrow, $CreateBuiltinFunction } from './operations';\... | TypeScript | MIT License | aurelia/aurelia | feat(intrinsics): add %IteratorPrototype% | 1 | feat | intrinsics |
67,476 | 17.11.2019 21:38:15 | -3,600 | 27daa097a7bad1f1f45f696de3285e7f264c2e36 | refactor(intrinsics): use $BuiltinFunction for | [
{
"change_type": "MODIFY",
"diff": "-import { Realm } from './realm';\n+import { Realm, ExecutionContext } from './realm';\nimport { $Boolean } from './types/boolean';\nimport { $Empty } from './types/empty';\nimport { $Undefined } from './types/undefined';\n@@ -7,9 +7,10 @@ import { $Number } from './types... | TypeScript | MIT License | aurelia/aurelia | refactor(intrinsics): use $BuiltinFunction for @@iterator | 1 | refactor | intrinsics |
76,605 | 17.11.2019 22:54:38 | -3,600 | 779b90d2f7f6de773b0dd712eb373e679d8228b1 | feat: generate alternative utterance | [
{
"change_type": "MODIFY",
"diff": "@@ -332,6 +332,32 @@ class Ner extends Clonable {\n: this.pipelineProcess\n);\n}\n+\n+ async generateEntityUtterance(locale, utterance) {\n+ let input = {\n+ locale,\n+ utterance,\n+ };\n+ input = await this.process(input);\n+ const { entities } = input;\n+ if (entities.l... | JavaScript | MIT License | axa-group/nlp.js | feat: generate alternative utterance | 1 | feat | null |
67,476 | 18.11.2019 00:58:34 | -3,600 | 22ef44247668b8f25dd50d43a0c65e38320db27a | feat(aot): implement iteration operations | [
{
"change_type": "MODIFY",
"diff": "@@ -149,6 +149,7 @@ export class Intrinsics {\npublic readonly 'string': $String<'string'>;\npublic readonly 'number': $String<'number'>;\npublic readonly 'length': $String<'length'>;\n+ public readonly 'next': $String<'next'>;\npublic readonly '$arguments': $String<'argu... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement iteration operations | 1 | feat | aot |
67,476 | 18.11.2019 00:58:59 | -3,600 | 861798944a5c5fe803963bc1312e1f4c11770a59 | feat(aot): add $Error type | [
{
"change_type": "ADD",
"diff": "+import { nextValueId, CompletionTarget, CompletionType } from './_shared';\n+import { Realm } from '../realm';\n+\n+export abstract class $Error<T extends Error = Error, N extends string = string> {\n+ public readonly '<$Error>': unknown;\n+\n+ public readonly id: number = ... | TypeScript | MIT License | aurelia/aurelia | feat(aot): add $Error type | 1 | feat | aot |
67,476 | 18.11.2019 03:36:40 | -3,600 | 978fbfc277566af76c96f04203038fff51b912e4 | feat(aot): implement RS:BindingInitialization for Identifier | [
{
"change_type": "MODIFY",
"diff": "@@ -147,7 +147,7 @@ import { NPMPackage } from '../system/npm-package-loader';\nimport { IModule, ResolveSet, ResolvedBindingRecord, Realm, ExecutionContext } from './realm';\nimport { PatternMatcher } from '../system/pattern-matcher';\nimport { $ModuleEnvRec, $EnvRec, $D... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement RS:BindingInitialization for Identifier | 1 | feat | aot |
67,476 | 18.11.2019 06:05:54 | -3,600 | 1ae1575528db84b82aec4998542633e4d245900a | feat(aot): implement RS:BindingInitialization for identifier and binding patterns | [
{
"change_type": "MODIFY",
"diff": "@@ -160,7 +160,7 @@ import { $Null } from './types/null';\nimport { $Boolean } from './types/boolean';\nimport { $Empty, empty } from './types/empty';\nimport { $CreateUnmappedArgumentsObject, $ArgumentsExoticObject } from './exotics/arguments';\n-import { $CreateListIter... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement RS:BindingInitialization for identifier and binding patterns | 1 | feat | aot |
711,597 | 18.11.2019 08:51:41 | -3,600 | dadef4c2d3a2b318f9cf2db1472e6f9e7602bdc2 | fix(core): Fix product search with postgres
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -147,8 +147,8 @@ export class PostgresSearchStrategy implements SearchStrategy {\nif (collectionId) {\nqb.andWhere(`:collectionId = ANY (string_to_array(si.collectionIds, ','))`, { collectionId });\n}\n- qb.andWhere('languageCode = :languageCode', { languageCode: ctx.l... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix product search with postgres
Fixes #206 | 1 | fix | core |
104,827 | 18.11.2019 09:18:48 | 21,600 | e9aa92699a4131507deae4388f0efcfa51d06769 | fix(pagewizard): sticky footer scss | [
{
"change_type": "MODIFY",
"diff": "@@ -176,7 +176,7 @@ const PageWizard = ({\nreturn (\n<div\n- className={['page-wizard', className, hasStickyFooter ? 'page-wizard--sticky' : ''].join(' ')}\n+ className={['page-wizard', className, hasStickyFooter ? 'page-wizard__sticky' : ''].join(' ')}\n>\n{steps.length ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(pagewizard): sticky footer scss | 1 | fix | pagewizard |
815,598 | 18.11.2019 09:41:07 | -28,800 | 5881ec64c8f287219d40b9a9de264b6112097e7f | chore: reorder jsontypes fields
Keep the order consistent with molecule schema. | [
{
"change_type": "MODIFY",
"diff": "@@ -51,9 +51,9 @@ impl fmt::Display for ScriptHashType {\n#[derive(Clone, Default, Serialize, Deserialize, PartialEq, Eq, Hash, Debug)]\n#[serde(deny_unknown_fields)]\npub struct Script {\n- pub args: JsonBytes,\npub code_hash: H256,\npub hash_type: ScriptHashType,\n+ pub... | Rust | MIT License | nervosnetwork/ckb | chore: reorder jsontypes fields
Keep the order consistent with molecule schema. | 1 | chore | null |
711,597 | 18.11.2019 09:54:14 | -3,600 | 186b47ea81b323b7e4afa1774e0da3290de0b048 | fix(asset-server-plugin): Update sharp dependency for node 13 compat
Fixes | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"fs-extra\": \"^8.0.1\",\n- \"sharp\": \"^0.22.1\"\n+ \"sharp\": \"^0.23.3\"\n}\n}\n",
"new_path": "packages/asset-server-plugin/package.json",
"old_path": "packages/asset-server-plugin/package.json"
},
{
"change_type": "MODIFY",
... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(asset-server-plugin): Update sharp dependency for node 13 compat
Fixes #204 | 1 | fix | asset-server-plugin |
71,371 | 18.11.2019 10:19:23 | -3,600 | f4ea264708c309675a4248a54939af7ee1c93342 | fix(custom-resources): flatten objects with null values in AwsCustomResource
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -8,13 +8,13 @@ import { AwsSdkCall } from '../aws-custom-resource';\n* @param object the object to be flattened\n* @returns a flat object with path as keys\n*/\n-function flatten(object: object): { [key: string]: string } {\n+export function flatten(object: object): { ... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(custom-resources): flatten objects with null values in AwsCustomResource (#5073)
Fixes #5061 | 1 | fix | custom-resources |
866,394 | 18.11.2019 10:30:56 | 18,000 | f7a696f3a72d34910ce4c4c469c78f859906123e | fix(typeahead): return en-us from getLang if either are not defined | [
{
"change_type": "MODIFY",
"diff": "@@ -112,8 +112,12 @@ class LocaleAPI {\nstatic getLang() {\nif (root.document.documentElement.lang) {\nconst lang = root.document.documentElement.lang.toLowerCase();\n+ if (lang.indexOf('-') === -1) {\n+ return _localeDefault;\n+ } else {\nconst codes = lang.split('-');\n... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(typeahead): return en-us from getLang if either are not defined | 1 | fix | typeahead |
866,396 | 18.11.2019 10:47:02 | 18,000 | ce920fbc8ecc373eca9c42ddfb044280c79857a8 | fix(buttongroup): added example without the grid system | [
{
"change_type": "MODIFY",
"diff": "@@ -60,22 +60,21 @@ if (BUTTON_GROUP) {\npadding: 2 + `rem`,\nbackgroundColor: 'black',\n}}>\n+ <div style={{ color: 'white' }}>\n+ This button group is wrapped within the grid to let the buttons\n+ shrink when the text gets smaller\n+ </div>\n<div className=\"bx--row\">\... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(buttongroup): added example without the grid system | 1 | fix | buttongroup |
866,390 | 18.11.2019 10:59:31 | 18,000 | da3f3055a09702421345ca5bda377e05c984b345 | fix(pattern): restructured props objects | [
{
"change_type": "MODIFY",
"diff": "@@ -107,17 +107,19 @@ const TableOfContents = ({ menuItems, children, menuLabel }) => {\nsetSelectedTitle(title);\n};\n- const layoutProps = {};\n- layoutProps['type'] = '1-3';\n- layoutProps['marginTop'] = 'none';\n- layoutProps['marginBottom'] = 'none';\n+ const layoutP... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(pattern): restructured props objects | 1 | fix | pattern |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.