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
67,476
09.11.2019 17:03:39
-3,600
671f8e6d4996d80070e8ed98de33684adb6988f2
feat(aot): implements [[Construct]]
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import { $Call, $ValidateAndApplyPropertyDescriptor, $OrdinarySetWithOwnDescript\nimport { $EnvRec, $FunctionEnvRec } from './environment';\nimport { $ParameterDeclaration, $Block, $$AssignmentExpressionOrHigher, $Identifier, $StringLiteral, $ClassExpressi...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implements [[Construct]]
1
feat
aot
722,013
09.11.2019 17:30:31
21,600
60bebb8a6865eb1fae097fa0b3e956200cf56233
chore: remove dependency to cli
[ { "change_type": "MODIFY", "diff": "\"@types/pug\": \"^2.0.4\",\n\"@typescript-eslint/eslint-plugin\": \"^1.4.2\",\n\"@typescript-eslint/parser\": \"^1.4.2\",\n- \"@vue/cli\": \"^4.0.5\",\n- \"@vue/cli-plugin-babel\": \"^4.0.5\",\n- \"@vue/cli-plugin-eslint\": \"^4.0.5\",\n- \"@vue/cli-plugin-typescript\": ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
chore: remove dependency to cli
1
chore
null
722,013
09.11.2019 17:43:10
21,600
9a29c6c07486f438afce1e56b572b4e0bc083fca
chore: update dependencies for monorepo
[ { "change_type": "MODIFY", "diff": "@@ -5,8 +5,10 @@ customised\njsx-examples\nvueds\n+# build examples with docgen and vuepress\ndocgen\n+# build cli examples to make sure they build\nvuecli3-class-pug-ts\nvuecli3-custom\nvuecli3-vuetify-ie\n", "new_path": "netlify/examples.yml", "old_path": "netli...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
chore: update dependencies for monorepo
1
chore
null
815,598
09.11.2019 19:17:43
-28,800
d86ae71e9544c9beaec77141b004076b99aa54ee
chore: remove code name
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ fn get_version() -> Version {\n#[cfg(docker)]\nlet commit_describe = commit_describe.map(|s| s.replace(\"-dirty\", \"\"));\nlet commit_date = option_env!(\"COMMIT_DATE\").map(ToString::to_string);\n- let code_name = Some(\"lina\".to_string());\n+ let cod...
Rust
MIT License
nervosnetwork/ckb
chore: remove code name
1
chore
null
815,598
09.11.2019 19:19:14
-28,800
345126ebf1dff7cda179a5c3ebb312b00d496456
chore: rename testnet genesis message
[ { "change_type": "MODIFY", "diff": "@@ -45,44 +45,44 @@ index = 1\n# Spec: ckb_testnet\n[ckb_testnet]\n-genesis = \"0x2d8c530cdb1085db09ca3f4c061174ba740aba05aaaf30098a005eba4307db39\"\n-cellbase = \"0x668327613651b1246878edbac699df61cec466d92a07e318090a6331dbb945f2\"\n+genesis = \"0xf938ad6f48ca78c622a5053...
Rust
MIT License
nervosnetwork/ckb
chore: rename testnet genesis message
1
chore
null
713,841
09.11.2019 20:11:05
-3,600
c0d3c63ef643d9e94fcd3a9ba30b6b6e7f26cb4f
ci: remove Azure Pipelines in favor of Github CI
[ { "change_type": "DELETE", "diff": "-strategy:\n- matrix:\n- node12_linux:\n- imageName: 'ubuntu-latest'\n- nodeVersion: 12.x\n- node12_windows:\n- imageName: 'windows-2019'\n- nodeVersion: 12.x\n- node12_macos:\n- imageName: 'macOS-10.14'\n- nodeVersion: 12.x\n- node10_linux:\n- imageName: 'ubuntu-latest'\...
TypeScript
MIT License
verdaccio/monorepo
ci: remove Azure Pipelines in favor of Github CI (#244)
1
ci
null
67,516
09.11.2019 20:21:49
-3,600
f74dac8e31b5df358cd41312a4b30d5587852701
feat(aot): $Block#Evaluate implementation
[ { "change_type": "MODIFY", "diff": "@@ -147,7 +147,7 @@ import { NPMPackage } from '../system/npm-package-loader';\nimport { IModule, ResolveSet, ResolvedBindingRecord, Realm } from './realm';\nimport { empty, $Undefined, $Object, $String, $NamespaceExoticObject, $Empty, $Null, $Function, $Reference, $Boole...
TypeScript
MIT License
aurelia/aurelia
feat(aot): $Block#Evaluate implementation
1
feat
aot
76,605
09.11.2019 20:27:39
-3,600
6d42223e6a5f3b99ea51488439cc5372ba48dd5e
fix: NeuraNetwork should receive container
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,10 @@ class Clonable {\nconstructor(settings = {}, container = defaultContainer) {\nthis.container = settings.container || container;\nthis.applySettings(this, settings);\n- this.logger = this.container.get('logger');\n+ }\n+\n+ get logger() {\n+ return this....
JavaScript
MIT License
axa-group/nlp.js
fix: NeuraNetwork should receive container
1
fix
null
67,516
09.11.2019 20:31:02
-3,600
054ca37963155dbd6a0d5396dea67dc5a9b6cd6e
chore(aot): corrected $Block#Evaluate
[ { "change_type": "MODIFY", "diff": "@@ -8003,6 +8003,9 @@ export class $Block implements I$Node {\n// StatementList : StatementList StatementListItem\nconst evaluateStatementList = (statements: readonly $$TSStatementListItem[]) => {\nconst length = statements.length;\n+ if (length > 0) {\n+ return Completio...
TypeScript
MIT License
aurelia/aurelia
chore(aot): corrected $Block#Evaluate
1
chore
aot
743,967
09.11.2019 21:57:28
-3,600
afd5b4871bfeb90d58351ac56c5c44a83ef033e6
fix(docs): update boolean description and examples in docs
[ { "change_type": "MODIFY", "diff": "@@ -74,11 +74,7 @@ For example: `--foo foo bar -- val` will be parsed as\n<a name=\"boolean\"></a>.boolean(key)\n-------------\n-Interpret `key` as a boolean. If a non-flag option follows `key` in\n-`process.argv`, that string won't get set as the value of `key`.\n-\n-`ke...
JavaScript
MIT License
yargs/yargs
fix(docs): update boolean description and examples in docs (#1474)
1
fix
docs
67,476
09.11.2019 22:44:34
-3,600
a7fd52a52df7960bc2101c307e3dd1e00ef55704
feat(aot): implement (most of) FunctionDeclarationInstantiation
[ { "change_type": "MODIFY", "diff": "@@ -1046,7 +1046,7 @@ function isIIFE(expr: $FunctionExpression | $ArrowFunction): boolean {\n}\nfunction evaluateStatement(statement: $$ESStatement) {\n- let stmtCompletion: CompletionRecord;\n+ let stmtCompletion: CompletionRecord = null as any; // which one is missing?...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement (most of) FunctionDeclarationInstantiation
1
feat
aot
67,476
09.11.2019 22:52:30
-3,600
70669a4eb4065ac5242d7eefe96aa82cde057998
fix(aot): fix build error
[ { "change_type": "MODIFY", "diff": "@@ -211,7 +211,7 @@ export function $Call(F: $Function, V: $Any, argumentsList?: readonly $Any[]): $\n}\n// http://www.ecma-international.org/ecma-262/#sec-construct\n-export function $Construct(F: $Function, argumentsList?: readonly $Any[], newTarget?: $Any): $Object {\n...
TypeScript
MIT License
aurelia/aurelia
fix(aot): fix build error
1
fix
aot
76,605
09.11.2019 23:40:51
-3,600
4ed7ebfaaa43ccb92df3fe815ce0c0d2d2c48327
feat: configuration can contain env references
[ { "change_type": "MODIFY", "diff": "\"integrity\": \"sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=\"\n},\n\"prettier\": {\n- \"version\": \"1.18.2\",\n- \"resolved\": \"https://registry.npmjs.org/prettier/-/prettier-1.18.2.tgz\",\n- \"integrity\": \"sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfym...
JavaScript
MIT License
axa-group/nlp.js
feat: configuration can contain env references
1
feat
null
76,605
09.11.2019 23:50:52
-3,600
28a7816276d8e592e36a7cced955c32397333870
feat: automatic load environment
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ const ArrToObj = require('./arr-to-obj');\nconst { Container } = require('./container');\nconst Normalizer = require('./normalizer');\nconst ObjToArr = require('./obj-to-arr');\n-const { listFilesAbsolute, getAbsolutePath } = require('./helper');\n+const {...
JavaScript
MIT License
axa-group/nlp.js
feat: automatic load environment
1
feat
null
76,605
09.11.2019 23:59:50
-3,600
3a7b1eedef8a613479863dc3737a13f3fc156b3e
fix: do not load env if file does not exists
[ { "change_type": "MODIFY", "diff": "@@ -113,6 +113,7 @@ function listFilesAbsolute(folderPath, recursive = true) {\nfunction loadEnv(fileName = '.env') {\nconst absolutePath = getAbsolutePath(fileName);\n+ if (fs.existsSync(absolutePath)) {\nconst content = fs.readFileSync(absolutePath, 'utf8');\nconst line...
JavaScript
MIT License
axa-group/nlp.js
fix: do not load env if file does not exists
1
fix
null
217,922
10.11.2019 01:11:30
-3,600
f7d01c322753c2fd6921acd81d434b2096d4e53e
fix(search): fixed an issue with japanese language not working with a short query closes
[ { "change_type": "MODIFY", "diff": "@@ -144,7 +144,7 @@ export class DataService {\n*/\npublic searchItem(query: string, filters: SearchFilter[], onlyCraftable: boolean, sort: [string, 'asc' | 'desc'] = [null, 'desc']): Observable<SearchResult[]> {\n// Filter HQ and Collectable Symbols from search\n- query ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(search): fixed an issue with japanese language not working with a short query closes #1211
1
fix
search
67,476
10.11.2019 05:17:43
-3,600
aca18ae9d103189f194c634a62cf6020f0112f6b
feat(kernel): export format
[ { "change_type": "MODIFY", "diff": "@@ -78,6 +78,7 @@ export {\nDefaultLogger,\nConsoleSink,\nLoggerConfiguration,\n+ format,\n} from './logger';\nexport {\nrelativeToFile,\n", "new_path": "packages/kernel/src/index.ts", "old_path": "packages/kernel/src/index.ts" }, { "change_type": "MODIFY"...
TypeScript
MIT License
aurelia/aurelia
feat(kernel): export format
1
feat
kernel
67,476
10.11.2019 05:18:05
-3,600
3014555657c341c335f632a4f846967e7ee8c533
chore(aot): fix 262 test runner
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import {\nIContainer,\nILogger,\nPLATFORM,\n+ format,\n} from '@aurelia/kernel';\nimport {\nIFileSystem,\n@@ -14,9 +15,28 @@ import {\nRealm,\nIFile,\n} from '@aurelia/aot';\n-import { resolve } from 'path';\n+import { resolve, join } from 'path';\nimport ...
TypeScript
MIT License
aurelia/aurelia
chore(aot): fix 262 test runner
1
chore
aot
67,476
10.11.2019 05:44:18
-3,600
d3cbf39f014ec9689401cbb8100d29eebce4405c
chore(aot): fix mem leak in tests
[ { "change_type": "MODIFY", "diff": "@@ -142,7 +142,7 @@ class TestCase {\ntry {\nresult.phase = 'runtime';\nconst res = mod.Evaluate();\n- result.runtime = new TestPhaseResult('runtime', file, res);\n+ result.runtime = new TestPhaseResult('runtime', file, void 0);\n} catch (err) {\nresult.runtime = new Test...
TypeScript
MIT License
aurelia/aurelia
chore(aot): fix mem leak in tests
1
chore
aot
71,499
10.11.2019 08:20:21
0
00405855cdbec3d2b3aa3a44b08c3dc708554a78
chore(core): Improved doc for CfnResource.addOverride method
[ { "change_type": "MODIFY", "diff": "@@ -140,10 +140,38 @@ export class CfnResource extends CfnRefElement {\n* property override, either use `addPropertyOverride` or prefix `path` with\n* \"Properties.\" (i.e. `Properties.TopicName`).\n*\n- * @param path The path of the property, you can use dot notation to\...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(core): Improved doc for CfnResource.addOverride method (#4932)
1
chore
core
401,147
10.11.2019 09:35:15
-19,080
c39b0dcbfeaad16aaaa3018d8774e7a83277ec0f
docs(core): update docs of radio and radiogroup components affects:
[ { "change_type": "MODIFY", "diff": "-import { CheckboxTheme } from '@medly-components/theme';\nimport { boolean, select, text } from '@storybook/addon-knobs';\nimport React, { useState } from 'react';\nimport { CheckboxGroup } from './CheckboxGroup';\n@@ -7,8 +6,6 @@ import { Props } from './types';\nconst ...
TypeScript
MIT License
medly/medly-components
docs(core): update docs of radio and radiogroup components affects: @medly-components/core
1
docs
core
722,013
10.11.2019 09:45:01
21,600
039ef4e75bfc83ddd981b15c3e6779a4d36bce70
chore: update yarn lock [skip ci]
[ { "change_type": "MODIFY", "diff": "serve-handler \"^6.0.1\"\nstrip-ansi \"^5.2.0\"\n+\"@vue/cli-test-utils@^4.0.5\":\n+ version \"4.0.5\"\n+ resolved \"https://registry.yarnpkg.com/@vue/cli-test-utils/-/cli-test-utils-4.0.5.tgz#4885ced49761dd252535d2edbb14857ead806b0e\"\n+ integrity sha512-nawUqDeCFmGUnYws...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
chore: update yarn lock [skip ci]
1
chore
null
217,922
10.11.2019 09:53:32
-3,600
ea420c714907bfcaff8c5ee5ef0a8a9013c89e59
fix(rotations): fixed an issue with favorite rotations breaking in some cases
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n<div *ngIf=\"rotations$ | async as rotations\">\n-\n<nz-list [nzDataSource]=\"rotations\" [nzHeader]=\"header\" [nzRenderItem]=\"rotation\">\n<ng-template #header><i nz-icon nzType=\"solution\"></i>&nbsp;{{'SIMULATOR.Rotations' | translate}}</ng-template>\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(rotations): fixed an issue with favorite rotations breaking in some cases
1
fix
rotations
71,371
10.11.2019 10:06:35
-3,600
98fb88803a3cef250a230780f221167c3ad4daf1
feat(custom-resources): allow specifying role for AwsCustomResource * feat(custom-resources): allow specifying role for AwsCustomResource Also removed console.log outputs from tests Closes * update doc for role
[ { "change_type": "MODIFY", "diff": "@@ -132,6 +132,16 @@ export interface AwsCustomResourceProps {\n*/\nreadonly policyStatements?: iam.PolicyStatement[];\n+ /**\n+ * The execution role for the Lambda function implementing this custom\n+ * resource provider. This role will apply to all `AwsCustomResource`\n...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(custom-resources): allow specifying role for AwsCustomResource (#4909) * feat(custom-resources): allow specifying role for AwsCustomResource Also removed console.log outputs from tests Closes #4906 * update doc for role
1
feat
custom-resources
217,922
10.11.2019 10:12:37
-3,600
03e0ab9cdc931d90043f1ad748e14bf9802e7acf
fix(links): fixed an issue with custom links not loading properly
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { Component } from '@angular/core';\nimport { CustomLink } from '../../../core/database/custom-links/custom-link';\nimport { combineLatest, Observable, of } from 'rxjs';\nimport { CustomLinksFacade } from '../../../modules/custom-links/+state/custom...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(links): fixed an issue with custom links not loading properly
1
fix
links
217,922
10.11.2019 10:20:28
-3,600
7a7d2b2aa40db87faaf3bd204700bca24ff98389
fix(list): fixed an issue with "show craftable amount" option
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ export abstract class FirestoreStorage<T extends DataModel> extends DataStore<T>\n}\nprotected prepareData(data: Partial<T>): T {\n- return { ...data } as T;\n+ return JSON.parse(JSON.stringify(data));\n}\npublic stopListening(key: string, cacheEntry?: s...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed an issue with "show craftable amount" option
1
fix
list
217,893
10.11.2019 10:36:18
-37,080
9c34eb1b83b47fd47418fae675fb0cfae02ec05a
fix(simulator): fix brand of elements tip incorrectly triggering Seems I forgot some parentheses
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ export class DoNotUseBrandWithoutName extends RotationTip {\nmatches(simulationResult: SimulationResult): boolean {\nconst nameIndex = simulationResult.steps.findIndex(step => step.action.is(NameOfTheElements));\nreturn nameIndex < 0 || simulationResult....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fix brand of elements tip incorrectly triggering Seems I forgot some parentheses
1
fix
simulator
217,922
10.11.2019 11:42:35
-3,600
d2fda9c5e36c09ef85ea003c7342b9c305938ea1
fix(perf): big performance optimization for CPU usage on big lists with autofill closes
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,7 @@ export abstract class FirestoreStorage<T extends DataModel> extends DataStore<T>\nreturn (<any>data).clone(true);\n} else {\nconst clone = new (<Instantiable>this.getClass())();\n- return Object.assign(clone, JSON.parse(JSON.stringify(data)));\n+ return ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(perf): big performance optimization for CPU usage on big lists with autofill closes #1196
1
fix
perf
217,885
10.11.2019 12:49:13
28,800
1cbe63c35fa1e03da648aba01d88dcc3fc8865f0
chore: Update node-machina-ffxiv to 2.22.1
[ { "change_type": "MODIFY", "diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.21.0\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.21.0.tgz\",\n- \"integrity\": \"sha512-3HfstYl7jyurP/qIjDuWbtyUQsMpPqMKekamKw73P2E3AvCSSJlPvJV7rRexXeWbxGyk9/YP1o3W85IoGQ1+...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: Update node-machina-ffxiv to 2.22.1
1
chore
null
71,499
10.11.2019 15:22:14
0
3dd194d47b40bd4779b8b242810d3a01ebef9623
feat(sns): support cross-region subscription on imported topics Use the 'region' property on subscribing to imported SNS topics so that the user can avail cross-region subscriptions. fixes
[ { "change_type": "MODIFY", "diff": "import iam = require('@aws-cdk/aws-iam');\nimport sns = require('@aws-cdk/aws-sns');\nimport sqs = require('@aws-cdk/aws-sqs');\n-import { Construct } from '@aws-cdk/core';\n+import { Construct, Stack } from '@aws-cdk/core';\nimport { SubscriptionProps } from './subscript...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(sns): support cross-region subscription on imported topics (#4917) Use the 'region' property on subscribing to imported SNS topics so that the user can avail cross-region subscriptions. fixes #3842
1
feat
sns
67,516
10.11.2019 15:40:31
-3,600
8e284768e78e31161a148a804fc5f62d9cf4f792
feat(aot): $SwitchStatement#Evaluate impl.
[ { "change_type": "MODIFY", "diff": "@@ -491,6 +491,15 @@ export class Realm {\nreturn envRec.GetThisBinding();\n}\n+ // #region helper methods\n+ public GetCurrentLexicalEnvironment(): $EnvRec {\n+ return this.stack.top.LexicalEnvironment;\n+ }\n+ public SetCurrentLexicalEnvironment(envRec: $EnvRec) {\n+ th...
TypeScript
MIT License
aurelia/aurelia
feat(aot): $SwitchStatement#Evaluate impl.
1
feat
aot
67,476
10.11.2019 16:21:22
-3,600
491be027e6bd97d7625dd9fdcb73aaa581a8b0e6
refactor(aot): move exotics to separate files
[ { "change_type": "MODIFY", "diff": "@@ -145,11 +145,12 @@ import {\nimport { IFile } from '../system/interfaces';\nimport { NPMPackage } from '../system/npm-package-loader';\nimport { IModule, ResolveSet, ResolvedBindingRecord, Realm } from './realm';\n-import { empty, $Undefined, $Object, $String, $Namespa...
TypeScript
MIT License
aurelia/aurelia
refactor(aot): move exotics to separate files
1
refactor
aot
217,922
10.11.2019 17:48:21
-3,600
93de26ca501535bd967d24b2900a5c50fe2d28f8
chore: small fix for lists autofill in cloud functions
[ { "change_type": "MODIFY", "diff": "@@ -58,6 +58,7 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\n}\nreturn entry;\n});\n+ this.syncCache[uid] = data as List;\nreturn this.fns.httpsCallable('updateList')(\n{\ndiff: diff,\n", "new_path": "apps/client/src/app/core/dat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for lists autofill in cloud functions
1
chore
null
67,516
10.11.2019 17:48:34
-3,600
fd8a6bd7df207bcbef70fc0bf7d248e1950ece8f
chore(aot): corrected evaluateStatementList
[ { "change_type": "MODIFY", "diff": "@@ -1079,21 +1079,20 @@ function evaluateStatement(statement: $$ESStatement) {\n// http://www.ecma-international.org/ecma-262/#sec-block-runtime-semantics-evaluation\n// StatementList : StatementList StatementListItem\nfunction evaluateStatementList(statements: readonly $...
TypeScript
MIT License
aurelia/aurelia
chore(aot): corrected evaluateStatementList
1
chore
aot
217,922
10.11.2019 18:02:26
-3,600
cdf7a47e1739517979c18bfd33481a594450a4e0
fix(marketboard): fixed an issue with marketboard data sometimes crashing
[ { "change_type": "MODIFY", "diff": "@@ -87,7 +87,7 @@ export class UniversalisService {\n};\nitem.Prices = (res.listings || [])\n.filter(listing => {\n- return listing.worldName.toLowerCase() === server.toLowerCase();\n+ return listing.worldName && listing.worldName.toLowerCase() === server.toLowerCase();\n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(marketboard): fixed an issue with marketboard data sometimes crashing
1
fix
marketboard
217,922
10.11.2019 18:43:04
-3,600
47c62fcb83e08da675192c99f0eb8cb6c5851a23
feat(autofill): added an option to change notification sound and volume
[ { "change_type": "MODIFY", "diff": "@@ -204,6 +204,22 @@ export class SettingsService {\nthis.setSetting('alarm:volume', volume.toString());\n}\n+ public get autofillCompletionSound(): string {\n+ return this.getSetting('autofill:completion:sound', 'Full_Party');\n+ }\n+\n+ public set autofillCompletionSoun...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(autofill): added an option to change notification sound and volume
1
feat
autofill
217,922
10.11.2019 18:43:33
-3,600
b685da89c39555fdc952473c1f31026722a2b6d8
fix(settings): added categories to the settings popup for better display
[ { "change_type": "MODIFY", "diff": "@@ -309,9 +309,9 @@ export class ListsEffects {\nlistName: list.name\n});\nconst notificationIcon = `https://xivapi.com${this.lazyData.icons[action.itemId]}`;\n- const audio = new Audio(`./assets/audio/Feature_unlocked.mp3`);\n+ const audio = new Audio(`./assets/audio/${t...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(settings): added categories to the settings popup for better display
1
fix
settings
217,922
10.11.2019 19:05:54
-3,600
0b9507bf72699781eba2f35de6cb9f6d1fc77bf0
feat(list): you can now set custom color for list panels
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ indent_style = space\nindent_size = 2\ninsert_final_newline = true\ntrim_trailing_whitespace = true\n+max_line_length = 160\n[*.md]\nmax_line_length = off\n", "new_path": ".editorconfig", "old_path": ".editorconfig" }, { "change_type": "MOD...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list): you can now set custom color for list panels
1
feat
list
217,922
10.11.2019 19:37:50
-3,600
986de63288bb05d838891d855270cd6dc7fca846
feat(list): you can now pin a list to be able to access it easily from anywhere
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n<ul [nzMode]=\"'horizontal'\" [nzTheme]=\"'dark'\" class=\"right-menu\" nz-menu>\n+ <ng-container *ngIf=\"pinnedList$ | async as pinnedList\">\n+ <li *ngIf=\"pinnedList !== 'none'\"\n+ class=\"ant-menu-item\"\n+ nzPlacement=\"bottom\"\n+ (contextmenu)=\"$e...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list): you can now pin a list to be able to access it easily from anywhere
1
feat
list
217,922
10.11.2019 19:45:44
-3,600
2f98db4f4944038f77e18e9e6b7c2a9250ea5601
fix(list): fixed an issue with some replica items not being added properly to a list
[ { "change_type": "MODIFY", "diff": "@@ -424,7 +424,7 @@ export class List extends DataWithPermissions {\nlistManager.addDetails(this, crystal);\n} else {\nconst elementDetails = (<ItemData>addition.data).getIngredient(+element.id);\n- if (elementDetails.isCraft()) {\n+ if (elementDetails && elementDetails.i...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed an issue with some replica items not being added properly to a list
1
fix
list
217,922
10.11.2019 19:46:39
-3,600
3df9ced5d42facd1f07af93fb658b53f62b06f98
fix(list): fixed a bug with colors not being reset properly after list reset
[ { "change_type": "MODIFY", "diff": "@@ -106,6 +106,7 @@ export class List extends DataWithPermissions {\npublic reset(): void {\nthis.finalItems.forEach(recipe => this.resetDone(recipe));\n+ this.updateAllStatuses();\n}\n/**\n@@ -452,7 +453,7 @@ export class List extends DataWithPermissions {\nused: 0,\nyie...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed a bug with colors not being reset properly after list reset
1
fix
list
471,590
10.11.2019 19:58:03
-3,600
acd347c0ace37e2c4bcb1076b1655b426def2599
docs: setAttribute instead of getAttribute
[ { "change_type": "MODIFY", "diff": "@@ -839,7 +839,7 @@ We can also access or set attribute data in Javascript.\n```js\nconst input = /* get a reference to the input element */;\n-input.getAttribute('value', 'foo');\n+input.setAttribute('value', 'foo');\n```\nThe concept of attributes and properties of a HT...
JavaScript
MIT License
open-wc/open-wc
docs: setAttribute instead of getAttribute (#974)
1
docs
null
104,844
10.11.2019 20:57:44
18,000
65b667c427bd74f94360d8c07968e369aaedaea9
chore(navigationbar): update story to remove deprecated component
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { storiesOf } from '@storybook/react';\nimport { action } from '@storybook/addon-actions';\nimport styled from 'styled-components';\n-import PageHero from '../Page/PageHero';\n+import PageTitleBar from '../PageTitleBar/PageTitleBar';\nimport PageWor...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(navigationbar): update story to remove deprecated component
1
chore
navigationbar
104,844
10.11.2019 21:53:17
18,000
4af071040d2b61840f6f3025a9ec9e80186eaa71
chore(wizardinline): remove deprecated component and styled components
[ { "change_type": "MODIFY", "diff": "import React, { Component, Fragment } from 'react';\nimport PropTypes from 'prop-types';\n-import styled from 'styled-components';\nimport ProgressIndicator from '../../ProgressIndicator/ProgressIndicator';\n-import Hero from '../../Hero/Hero';\n-\n-const StyledHero = sty...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(wizardinline): remove deprecated component and styled components
1
chore
wizardinline
104,844
10.11.2019 22:12:14
18,000
4f44e497134ee1282db17f6e18cbf24cb887ca77
fix(wizardinline): replace PageTitleBar for h2
[ { "change_type": "MODIFY", "diff": "@@ -33,11 +33,13 @@ class WizardHeader extends Component {\nstate = {};\nrender = () => {\n- const { currentItemId, setItem, items, showLabels, stepWidth, ...others } = this.props;\n+ const { currentItemId, setItem, items, showLabels, stepWidth, title, ...others } = this....
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(wizardinline): replace PageTitleBar for h2
1
fix
wizardinline
104,844
10.11.2019 22:26:50
18,000
87309ff55f6e1aea274059c34e654a09f7a4e6bd
chore(wizardinline): remove import statement
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,6 @@ import React, { Component, Fragment } from 'react';\nimport PropTypes from 'prop-types';\nimport ProgressIndicator from '../../ProgressIndicator/ProgressIndicator';\n-import PageTitleBar from '../../PageTitleBar/PageTitleBar';\nclass WizardHeader extends C...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(wizardinline): remove import statement
1
chore
wizardinline
679,913
10.11.2019 22:27:43
0
9a01b4e9e6870c1286494ef6f967ad99a51e952c
refactor(ecs): restructure pkg, extract AComponent
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ import {\nArrayLikeIterable,\nFn0,\nIID,\n+ ILogger,\nINotify,\nIRelease,\nType,\n@@ -30,25 +31,39 @@ export interface ComponentInfo<SPEC, K extends ComponentID<SPEC>> {\nstride: number;\n}\n-export interface IComponent<K extends string, T, V> extends IID<...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(ecs): restructure pkg, extract AComponent
1
refactor
ecs
76,605
11.11.2019 00:23:18
-3,600
00513e1679f2bce88d8db453f17dc1926360048b
feat: WIP integrating NER into NLP
[ { "change_type": "MODIFY", "diff": "@@ -34,9 +34,9 @@ class Ner extends Clonable {\ncontainer\n);\nthis.applySettings(this.settings, settings);\n- this.applySettings(this.settings, { locale: 'en' });\n+ this.applySettings(this.settings);\nif (!this.settings.tag) {\n- this.settings.tag = `ner-${this.settings...
JavaScript
MIT License
axa-group/nlp.js
feat: WIP integrating NER into NLP
1
feat
null
304,882
11.11.2019 00:35:56
28,800
e815e9fca3c596d3e8932936e0d5a522a9b75330
fix(semantic): constrain unary expressions to be same type as operand
[ { "change_type": "MODIFY", "diff": "@@ -878,13 +878,14 @@ impl UnaryExpr {\nast::Operator::ExistsOperator => {\nConstraints::from(Constraint::Equal(self.typ.clone(), MonoType::Bool))\n}\n- ast::Operator::AdditionOperator => {\n- Constraints::from(Constraint::Kind(self.argument.type_of().clone(), Addable))\n...
Go
MIT License
influxdata/flux
fix(semantic): constrain unary expressions to be same type as operand
1
fix
semantic
699,191
11.11.2019 09:08:25
28,800
65c15c090c88279faaa2d2c07f91ae8d845e3e20
fix: global styles by passing props * fix: global styles by passing props body styles from global props not rendered based on props not being passed so there was no theme object to get the token values from * fix: types
[ { "change_type": "MODIFY", "diff": "import * as React from 'react';\nimport styled from '@emotion/styled';\n-import {Global, css} from '@emotion/core';\n+import {Global, css, SerializedStyles} from '@emotion/core';\nimport {themeGet} from '@styled-system/theme-get';\nimport {ThemeProvider as StyledThemeProv...
TypeScript
MIT License
twilio-labs/paste
fix: global styles by passing props (#169) * fix: global styles by passing props body styles from global props not rendered based on props not being passed so there was no theme object to get the token values from * fix: types
1
fix
null
722,013
11.11.2019 09:14:07
21,600
cb2fc743aef7c9c7e6ac710f739277e9eda8637e
feat: use tag in props You can now specify the valid values for a prop using the tag, simply separate the values with a comma closes
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,7 @@ export default {\n}),\n/**\n* The size of the button\n- * `small, normal, large`\n+ * @values small, normal, large\n*/\nsize: VueTypes.string.def('normal'),\n/**\n", "new_path": "examples/basic/src/components/Button/Button.vue", "old_path": "exam...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
feat: use @values tag in props You can now specify the valid values for a prop using the @values tag, simply separate the values with a comma closes #345
1
feat
null
902,122
11.11.2019 09:36:35
0
5d1cd8a0c20457a5da78bfa91d81d7be092062a5
chore(release): v5.16.1
[ { "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+## [5.16.1](https://github.com/kikobeats/browserless/compare/v5.16.0...v5.16.1) (2019-11-11)\n+\n+**Note:** Version b...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.16.1
1
chore
release
902,122
11.11.2019 09:51:26
0
57af7c63454f2591c1ab8110832c46fdfbe04147
chore(release): v5.17.0
[ { "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+# [5.17.0](https://github.com/kikobeats/browserless/compare/v5.16.1...v5.17.0) (2019-11-11)\n+\n+\n+### Bug Fixes\n+\...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.17.0
1
chore
release
266,219
11.11.2019 10:28:46
28,800
edc8434a8f26e54ac4683485690d63b61f89c4ca
fix: ignore template syntax in layout.html
[ { "change_type": "MODIFY", "diff": "+{% raw %}\n{% extends \"!layout.html\" %}\n{%- block content %}\n{%- if theme_fixed_sidebar|lower == 'true' %}\n{{ super() }}\n{%- endif %}\n{%- endblock %}\n+{% endraw %}\n\\ No newline at end of file\n", "new_path": "synthtool/gcp/templates/python_library/docs/_tem...
Python
Apache License 2.0
googleapis/synthtool
fix: ignore template syntax in layout.html (#323)
1
fix
null
401,147
11.11.2019 10:39:35
-19,080
508a91ed5068153fe3cd6b869f71a3914040a69f
docs(core): update docs for single select and multiselect component affects:
[ { "change_type": "ADD", "diff": "+import { MultiSelect } from './MultiSelect';\n+import { defaultTheme } from '@medly-components/theme';\n+import { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\n+import * as stories from './MultiSelect.stories';\n+\n+<Meta title=\"Core/MultiSelect\" com...
TypeScript
MIT License
medly/medly-components
docs(core): update docs for single select and multiselect component affects: @medly-components/core
1
docs
core
902,122
11.11.2019 10:41:37
-3,600
26744cd45be2dc1e608ef90b7d03c89ea6480f30
fix: update interface
[ { "change_type": "MODIFY", "diff": "const beautyError = require('beauty-error')\nconst prettyBytes = require('pretty-bytes')\n-const procStats = require('process-stats')\n+const procStats = require('process-stats')()\nconst isBuffer = require('is-buffer')\nconst termImg = require('term-img')\nconst { URL } ...
JavaScript
MIT License
microlinkhq/browserless
fix: update interface
1
fix
null
902,122
11.11.2019 10:42:12
-3,600
ca55c0d3131b42ac86ad8079074f09b182065b0c
feat: add color schema detection closes
[ { "change_type": "MODIFY", "diff": "@@ -33,8 +33,11 @@ const createSvgBackground = css => svgGradient(css, { width: '1388px', height: '\nmodule.exports = gotoOpts => {\nconst preparePage = createPreparePage(gotoOpts)\n- return page => async (url, { type = 'png', direction = 'vertical', overlay, ...opts } = ...
JavaScript
MIT License
microlinkhq/browserless
feat: add color schema detection closes #101
1
feat
null
277,000
11.11.2019 11:30:48
10,800
3a7c41d78360a8593bc5147d29200d345c54883b
improvement(card): adding touchable in the card and adjusting elevation
[ { "change_type": "MODIFY", "diff": "@@ -3,11 +3,11 @@ import hexToRgb from './hexToRgb';\n/**\n* Elevation function\n*\n- * @param {String} color=#000 - Color to elevate\n+ * @param {String} color=#9898A6 - Color to elevate\n* @param {Number} level - Elevation level. It must be between 0 and 4\n* @returns {...
JavaScript
MIT License
gympass/yoga
improvement(card): adding touchable in the card and adjusting elevation
1
improvement
card
277,000
11.11.2019 11:31:51
10,800
6fb99307e69bce5baf73dbdc3d556e1e6a4de142
test(card): creating unit test for web and native Card Component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import { render, fireEvent } from '@testing-library/react-native';\n+import { Text } from 'react-native';\n+import ThemeProvider from '../../ThemeProvider';\n+import Card from '..';\n+\n+const data = {\n+ plan: {\n+ name: 'Basic',\n+ price: 'U$ ...
JavaScript
MIT License
gympass/yoga
test(card): creating unit test for web and native Card Component
1
test
card
277,000
11.11.2019 11:32:58
10,800
a7187d50267c2742a3ba5d4e9aae0f8509e84d24
docs(card): changing PropTables of Card
[ { "change_type": "MODIFY", "diff": "@@ -8,4 +8,4 @@ Gympass `<Card.Plan />` component can be used to display related gyms plans.\n### Props\n-<PropsTable component=\"Card\" platform=\"native\" />\n+<PropsTable component=\"Plan\" platform=\"native\" />\n", "new_path": "packages/doc/content/components/car...
JavaScript
MIT License
gympass/yoga
docs(card): changing PropTables of Card
1
docs
card
277,000
11.11.2019 11:33:45
10,800
36501eb56793eed257a07af69292a436fcbff9e9
improvement(card): adding a touchable and state in the Card Plan example (labnative)
[ { "change_type": "MODIFY", "diff": "-import React from 'react';\n+import React, { useState } from 'react';\nimport styled from 'styled-components';\nimport { Card } from '@gympass/yoga';\nimport { Text, View } from 'react-native';\n@@ -12,6 +12,7 @@ const StyledText = styled.Text`\n`;\nconst CardPage = () =...
JavaScript
MIT License
gympass/yoga
improvement(card): adding a touchable and state in the Card Plan example (labnative)
1
improvement
card
401,147
11.11.2019 11:44:55
-19,080
dbef9db945526d5ddd79fda84f44c91f6d099d3c
docs(core): update docs for toast and toast container affects:
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ export const ThemeInterface = (props: ButtonTheme): any => null;\nexport const Basic = () => (\n<Button\nvariant={select('Variant', variant, 'solid')}\n- onClick={action('Chip Clicked')}\n+ onClick={action('Button Clicked')}\ndisabled={boolean('Disabled'...
TypeScript
MIT License
medly/medly-components
docs(core): update docs for toast and toast container affects: @medly-components/core
1
docs
core
401,147
11.11.2019 11:54:31
-19,080
bd94fd5170263e150acfe38a358a3a7e10fed34d
docs(core): update modal component docs affects:
[ { "change_type": "ADD", "diff": "+import { Modal } from './Modal';\n+import { defaultTheme } from '@medly-components/theme';\n+import { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\n+import * as stories from './Modal.stories';\n+\n+<Meta title=\"Core/Modal\" component={Modal} />\n+\n+#...
TypeScript
MIT License
medly/medly-components
docs(core): update modal component docs affects: @medly-components/core
1
docs
core
217,885
11.11.2019 11:56:22
28,800
a6ad0976f5bf291f83f3d19efedd4c15521528fd
fix: retarget .NET version to restore packet capture on Windows 8. Update node-machina-ffxiv to 2.22.2
[ { "change_type": "MODIFY", "diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.22.1\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.22.1.tgz\",\n- \"integrity\": \"sha512-lK0zvbYFOfuMp8yjP6BIzU8Qs2N66J8MO6pSx32xW7VLhGaC2wv3i5Y8J4+vbyC0Lu3LnHuTMMxIOt9hiMvk...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: retarget .NET version to restore packet capture on Windows 8. Update node-machina-ffxiv to 2.22.2
1
fix
null
366,918
11.11.2019 11:58:45
-32,400
bcda0c64ec517ad9f7aa1d12ff09d46447de5b34
fix: change padding
[ { "change_type": "MODIFY", "diff": "@@ -86,8 +86,7 @@ const Button = styled.button`\ndisplay: flex;\nalign-items: center;\nwidth: 100%;\n- height: 40px;\n- padding: 0 ${size.pxToRem(size.space.XS)};\n+ padding: ${size.pxToRem(12)} ${size.pxToRem(size.space.XS)};\ncolor: ${palette.TEXT_BLACK};\nfont-size: ${...
TypeScript
MIT License
kufu/smarthr-ui
fix: change padding
1
fix
null
401,147
11.11.2019 12:05:20
-19,080
5d1422a6ed98a0ab2e92c0225b5a8ddc80dfb634
docs(core): update docs for stepper component affects:
[ { "change_type": "ADD", "diff": "+import { Stepper } from './Stepper';\n+import { defaultTheme } from '@medly-components/theme';\n+import { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\n+import * as stories from './Stepper.stories';\n+\n+<Meta title=\"Core/Stepper\" component={Stepper}...
TypeScript
MIT License
medly/medly-components
docs(core): update docs for stepper component affects: @medly-components/core
1
docs
core
217,922
11.11.2019 12:20:44
-3,600
5011e340c695d2ff04647dc8b64fafa017b0d64f
fix(trades): currency ignore button now disappears if there's no alternative
[ { "change_type": "MODIFY", "diff": "<button nz-button nz-tooltip\nnzShape=\"circle\"\n[nzTitle]=\"'LIST.Ignore_currency' | translate\"\n+ *ngIf=\"entry.canIgnore\"\n(click)=\"ignoredSources.push(entry.currencyId);computePrice()\">\n<i nz-icon nzType=\"eye-invisible\" nzTheme=\"outline\"></i>\n</button>\n", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(trades): currency ignore button now disappears if there's no alternative
1
fix
trades
217,922
11.11.2019 12:28:44
-3,600
e2655c9886226813cbdce3f5d77a1133810f1fb0
fix(simulator): possible fix for hq ingredients selection being empty
[ { "change_type": "MODIFY", "diff": "@@ -71,10 +71,11 @@ export class SimulatorPageComponent extends SeoPageComponent {\nthis.router.navigate([item.craft[0].id], { relativeTo: this.route });\nreturn item.craft.find(c => c.id.toString() === params.get('recipeId'));\n}\n- return item.craft.find(c => c.id.toStr...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): possible fix for hq ingredients selection being empty
1
fix
simulator
217,922
11.11.2019 12:32:41
-3,600
6cd11cbfd0467b602effdd36145aed9d4e9f1cd3
fix(profile): fixed an issue with character linking with lodestone ID
[ { "change_type": "MODIFY", "diff": "<input [formControl]=\"characterName\" id=\"characterName\" nz-input type=\"text\">\n</nz-form-item>\n<button (click)=\"setKoreanCharacter()\" *ngIf=\"selectedServer.value\n- && (selectedServer.value.toString().toLowerCase().indexOf('korean server') !== -1\n- || selectedS...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(profile): fixed an issue with character linking with lodestone ID
1
fix
profile
401,147
11.11.2019 12:41:30
-19,080
f135975387885b27ec52847e5c8008b578d8adea
docs(core): update docs for pagination components affects:
[ { "change_type": "ADD", "diff": "+import { Pagination } from './Pagination';\n+import { defaultTheme } from '@medly-components/theme';\n+import { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\n+import * as stories from './Pagination.stories';\n+\n+<Meta title=\"Core/Pagination\" compone...
TypeScript
MIT License
medly/medly-components
docs(core): update docs for pagination components affects: @medly-components/core
1
docs
core
471,536
11.11.2019 12:44:08
-7,200
e952abdace3cef6d48d1f48c2285d51fdb67e73e
fix(testing): cut illegal char in snapshot names fixes:
[ { "change_type": "MODIFY", "diff": "-# `Plugin: semantic-dom-diff`\n+# `Plugin - semantic-dom-diff`\n#### `can compare against a snapshot`\n</div>\n```\n-\n", "new_path": "__snapshots__/Plugin: semantic-dom-diff.md", "old_path": "__snapshots__/Plugin: semantic-dom-diff.md" }, { "change_type"...
JavaScript
MIT License
open-wc/open-wc
fix(testing): cut illegal char in snapshot names fixes: #963
1
fix
testing
217,922
11.11.2019 12:46:49
-3,600
f3948f2034571eacf79abbad9e6a2c1b6a7a6f32
feat(optimizer): you can now ignore an entire inventory
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ export interface InventoryOptimization {\ncontainerName: string,\nisRetainer: boolean,\ntotalLength?: number,\n+ ignored?: boolean,\nitems: {\nitem: InventoryItem,\nignored?: boolean,\n", "new_path": "apps/client/src/app/pages/inventory-optimizer/inven...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(optimizer): you can now ignore an entire inventory
1
feat
optimizer
217,922
11.11.2019 12:58:56
-3,600
24d6a95b4b59d19b0ff8a0c3aeefb1f26339df3b
feat(inventory): you can now search for an item in the inventory page
[ { "change_type": "MODIFY", "diff": "<ng-container *ngIf=\"display$ | async as display\">\n- <div>\n+ <div fxLayout=\"row\" fxLayoutAlign=\"space-between center\" fxLayoutGap=\"20px\">\n+ <nz-input-group [nzSuffix]=\"suffixIconSearch\">\n+ <input type=\"text\" nz-input [placeholder]=\"'INVENTORY.Search_for_a...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(inventory): you can now search for an item in the inventory page
1
feat
inventory
217,922
11.11.2019 14:04:24
-3,600
78e77bede98a9fa2d6d4dbc97d2ec9c422bec493
chore: make update list call async, outside of zone
[ { "change_type": "MODIFY", "diff": "@@ -59,12 +59,15 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\nreturn entry;\n});\nthis.syncCache[uid] = data as List;\n- return this.fns.httpsCallable('updateList')(\n+ this.zone.runOutsideAngular(() => {\n+ this.fns.httpsCallable('...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: make update list call async, outside of zone
1
chore
null
104,844
11.11.2019 14:41:43
18,000
f4a170ad85e12f9a80429ba31e8237550aef7ed9
fix(checkbox): fix checkbox alignment. remove styled component
[ { "change_type": "MODIFY", "diff": "@@ -75,3 +75,14 @@ html[dir='rtl'] {\npadding-right: $spacing-04;\n}\n}\n+\n+.#{$prefix}--data-table .#{$prefix}--checkbox-table-cell {\n+ padding-bottom: $spacing-03;\n+ padding-top: $spacing-03;\n+ width: 2.5rem;\n+\n+ /* Added to undo carbon component. this needs to be...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(checkbox): fix checkbox alignment. remove styled component
1
fix
checkbox
749,516
11.11.2019 14:46:40
28,800
34f5ff1e3cbd11da031dd626a65869740709ab5c
fix(datepickers): allow controlled value to update internal state
[ { "change_type": "MODIFY", "diff": "* found at http://www.apache.org/licenses/LICENSE-2.0.\n*/\n-const { readdirSync, readFileSync } = require('fs');\n+const { readdirSync, readFileSync, existsSync } = require('fs');\nconst path = require('path');\nconst packageFolders = readdirSync(path.resolve(__dirname, ...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(datepickers): allow controlled value to update internal state (#517)
1
fix
datepickers
699,191
11.11.2019 14:54:16
28,800
f291b2b95228a06d00ca1933036ad4d9794c45d1
fix: lock prettier version for more predictable builds
[ { "change_type": "MODIFY", "diff": "\"lerna\": \"^3.16.4\",\n\"lodash\": \"^4.17.14\",\n\"precise-commits\": \"^1.0.2\",\n- \"prettier\": \"^1.18.2\",\n+ \"prettier\": \"1.19.1\",\n\"react-test-renderer\": \"^16.8.6\",\n\"require-context.macro\": \"^1.0.4\",\n\"shelljs\": \"^0.8.3\",\n", "new_path": "pa...
TypeScript
MIT License
twilio-labs/paste
fix: lock prettier version for more predictable builds (#173)
1
fix
null
217,893
11.11.2019 15:02:32
-37,080
6db6f768fbe14d575d756066abc259e674c194c0
feat(simulator): Remember all macro settings Switched to using SettingsService for storing macro settings. Added all options in the macro popup.
[ { "change_type": "MODIFY", "diff": "@@ -312,6 +312,62 @@ export class SettingsService {\nthis.setSetting('customTheme', JSON.stringify(theme));\n}\n+ public get macroExtraWait(): number {\n+ return Math.max(0, Math.floor(+this.getSetting('macroExtraWait', '0')));\n+ }\n+\n+ public set macroExtraWait(extraWa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): Remember all macro settings Switched to using SettingsService for storing macro settings. Added all options in the macro popup.
1
feat
simulator
217,893
11.11.2019 15:05:51
-37,080
842fd18d65b15a631b5662ca8a8aff7885b86e4d
chore(simulator): Get settings from localStorage on first load
[ { "change_type": "MODIFY", "diff": "@@ -45,6 +45,21 @@ export class MacroPopupComponent implements OnInit {\ntooManyAactions = false;\nconstructor(private l12n: LocalizedDataService, private i18n: I18nToolsService, private translator: TranslateService, private settings: SettingsService) {\n+ // TEMP: load s...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): Get settings from localStorage on first load
1
chore
simulator
679,913
11.11.2019 15:25:30
0
118405d0039e6f013c0343d805f220d04320f327
fix(ecs): update VersionedIDGen, add tests
[ { "change_type": "MODIFY", "diff": "@@ -40,16 +40,23 @@ export class IDGen {\n}\n}\n-export class VersionedIdGen extends IDGen {\n+export class VersionedIDGen {\n+ ids: number[];\n+ nextID: number;\n+ capacity: number;\nmask: number;\nshift: number;\n+ freeID: number;\nconstructor(bits: number, cap = (1 << ...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(ecs): update VersionedIDGen, add tests
1
fix
ecs
679,913
11.11.2019 15:26:40
0
2b8fafc9eca040b649ade479203537bbd9ba54ef
feat(compare): add compareNumAsc/Desc numeric comparators
[ { "change_type": "MODIFY", "diff": "@@ -16,3 +16,19 @@ export const compare = (a: any, b: any): number => {\n}\nreturn a < b ? -1 : a > b ? 1 : 0;\n};\n+\n+/**\n+ * Numeric comparator (ascending order)\n+ *\n+ * @param a\n+ * @param b\n+ */\n+export const compareNumAsc = (a: number, b: number) => a - b;\n+\...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(compare): add compareNumAsc/Desc numeric comparators
1
feat
compare
679,913
11.11.2019 15:28:47
0
7b38202480db71753d24aa52a9c09d3ac78d36ae
feat(arrays): add binarySearchNumeric()
[ { "change_type": "MODIFY", "diff": "import { Comparator, Fn } from \"@thi.ng/api\";\n-import { compare } from \"@thi.ng/compare\";\n+import { compare, compareNumAsc } from \"@thi.ng/compare\";\n/**\n* Returns the supposed index of `x` in pre-sorted array-like collection\n* `buf`. If `x` can't be found, retu...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(arrays): add binarySearchNumeric()
1
feat
arrays
679,913
11.11.2019 15:29:31
0
1eaff56402f1668fd2b0dce5e00e05f443c9186c
fix(examples): minor update package-stats
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ const packages: { id: string; v: string; deps: string[] }[] = transduce(\n} catch (_) {}\n}),\nfilter(exists),\n- map((p) => JSON.parse(p.toString())),\n+ map((p) => JSON.parse(p!.toString())),\nmap((p) => ({\nid: p.name,\nv: p.version,\n", "new_path...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(examples): minor update package-stats
1
fix
examples
401,147
11.11.2019 15:38:35
-19,080
85cd01c0a4586e65de35210b39ceb5c8f5eac66f
docs(core): update docs for list component affects:
[ { "change_type": "ADD", "diff": "+import { List } from './List';\n+import { defaultTheme } from '@medly-components/theme';\n+import { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\n+import * as stories from './List.stories';\n+\n+<Meta title=\"Core/List\" component={List} />\n+\n+# List...
TypeScript
MIT License
medly/medly-components
docs(core): update docs for list component affects: @medly-components/core
1
docs
core
679,910
11.11.2019 15:40:01
-3,600
6a377f9d70daf3beb190c3158af203b9c919cf98
docs(zip): add doc Taken from both [python itertools doc](https://docs.python.org/2/library/functions.html#zip) and [lodash doc](https://docs.python.org/2/library/functions.html#zip)
[ { "change_type": "MODIFY", "diff": "@@ -64,6 +64,22 @@ export function* zip(...src: Iterable<any>[]): IterableIterator<any[]> {\n}\n/**\n+ * Yields a tuple of elements, where the i-th tuple contains the i-th element from each of the input argument sequences or iterables.\n+ * Such as the first tuple contain...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(zip): add doc Taken from both [python itertools doc](https://docs.python.org/2/library/functions.html#zip) and [lodash doc](https://docs.python.org/2/library/functions.html#zip)
1
docs
zip
401,147
11.11.2019 15:45:30
-19,080
59b039a249fa84a89a9d718b8ae65f342f967f1e
docs(core): update docs for link components affects:
[ { "change_type": "ADD", "diff": "+import { Link } from './Link';\n+import { defaultTheme } from '@medly-components/theme';\n+import { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\n+import * as stories from './Link.stories';\n+\n+<Meta title=\"Core/Link\" component={Link} />\n+\n+# Link...
TypeScript
MIT License
medly/medly-components
docs(core): update docs for link components affects: @medly-components/core
1
docs
core
276,933
11.11.2019 16:26:37
10,800
8298f1da98fd4a3823858f77521ce77d82c76dd8
style(doc/codesandboxbutton): adding proptypes
[ { "change_type": "MODIFY", "diff": "\"react/jsx-props-no-spreading\": \"off\"\n},\n\"globals\": {\n- \"window\": true\n+ \"window\": true,\n+ \"fetch\": false\n}\n}\n", "new_path": ".eslintrc", "old_path": ".eslintrc" }, { "change_type": "MODIFY", "diff": "\"lint:doc\": \"yarn lint packa...
JavaScript
MIT License
gympass/yoga
style(doc/codesandboxbutton): adding proptypes
1
style
doc/codesandboxbutton
276,933
11.11.2019 16:33:44
10,800
2fa8d9ee11dcf6cc3ba306021966de22823ede86
style(doc/summary): return conditional function call instead of expression
[ { "change_type": "MODIFY", "diff": "@@ -97,6 +97,7 @@ const getSummary = edges => {\nconst Summary = () => {\nconst ssr = typeof window !== 'undefined';\n+\nconst {\nallMdx: { edges },\n} = HeadingsQuery();\n@@ -105,7 +106,9 @@ const Summary = () => {\nconst handleScroll = () => ssr && setFixed(window.scrol...
JavaScript
MIT License
gympass/yoga
style(doc/summary): return conditional function call instead of expression
1
style
doc/summary
104,857
11.11.2019 16:40:19
10,800
3ccdb7ebbdfea278ac3c5dc2222e91669bdd0146
feat(tile): TileGallery component refactors for support suite/monitor
[ { "change_type": "MODIFY", "diff": "-import React, { Fragment, useState } from 'react';\n+import React from 'react';\nimport PropTypes from 'prop-types';\n-const TileGallery = ({\n- children,\n- mode = 'grid', // or \"list\"\n-}) => {\n+const propTypes = {\n+ /** Component children's to be rendered */\n+ ch...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(tile): TileGallery component refactors for support suite/monitor
1
feat
tile
276,933
11.11.2019 16:44:37
10,800
f7024b726aff809a18ed96412642ad564b7ada56
fix(tokens/package): adding yoga-common dependency
[ { "change_type": "MODIFY", "diff": "\"prebuild\": \"rm -rf ./dist\",\n\"prepublishOnly\": \"node ../../prepublish.js\"\n},\n+ \"dependencies\": {\n+ \"@gympass/yoga-common\": \"^0.1.0\"\n+ },\n\"publishConfig\": {\n\"access\": \"public\",\n\"directory\": \"dist\"\n", "new_path": "packages/tokens/package...
JavaScript
MIT License
gympass/yoga
fix(tokens/package): adding yoga-common dependency
1
fix
tokens/package
276,933
11.11.2019 16:48:33
10,800
febbc94edff15a1f339b34085e378cde101456f5
style(yoga/lint-jest): adding jest globals to eslintrc
[ { "change_type": "MODIFY", "diff": "{\n+ \"env\": {\n+ \"jest\": true\n+ },\n\"parser\": \"babel-eslint\",\n\"plugins\": [\"react\", \"prettier\"],\n\"extends\": [\n", "new_path": ".eslintrc", "old_path": ".eslintrc" }, { "change_type": "MODIFY", "diff": "import React from 'react';\nimpo...
JavaScript
MIT License
gympass/yoga
style(yoga/lint-jest): adding jest globals to eslintrc
1
style
yoga/lint-jest
276,933
11.11.2019 16:51:17
10,800
95ac36e12c617526fa15266c34dafa8765924985
style(yoga/slider): adding tooltip proptypes shape
[ { "change_type": "MODIFY", "diff": "import React from 'react';\n-import { bool } from 'prop-types';\n+import { bool, string, shape } from 'prop-types';\nimport styled from 'styled-components';\nconst Wrapper = styled.div(\n@@ -127,4 +127,12 @@ const Tooltip = ({ data, ...props }) =>\n</Wrapper>\n) : null;\n...
JavaScript
MIT License
gympass/yoga
style(yoga/slider): adding tooltip proptypes shape
1
style
yoga/slider
104,818
11.11.2019 16:52:50
21,600
f0ddee5dc1e4093ab9b932ffb261dc0114b09899
fix(timeseries): charts dont handle single day data well
[ { "change_type": "MODIFY", "diff": "@@ -305,7 +305,9 @@ const TableCard = ({\ncase 1:\nthresholdIcon = (\n<StyledIconDiv\n- title={`${matchingThresholdValue.dataSourceId} ${matchingThresholdValue.comparison} ${matchingThresholdValue.value}`}\n+ title={`${matchingThresholdValue.dataSourceId} ${matchingThresh...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): charts dont handle single day data well
1
fix
timeseries
401,147
11.11.2019 16:58:33
-19,080
7160f2d02db304df80b06dda65333beabc00a15f
docs(core): update docs for label component affects:
[ { "change_type": "ADD", "diff": "+import { Label } from './Label';\n+import { defaultTheme } from '@medly-components/theme';\n+import { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\n+import * as stories from './Label.stories';\n+\n+<Meta title=\"Core/Label\" component={Label} />\n+\n+#...
TypeScript
MIT License
medly/medly-components
docs(core): update docs for label component affects: @medly-components/core
1
docs
core
276,933
11.11.2019 17:02:18
10,800
0ae2b3c9ef7905f8834d200f01d3daec392dbb74
chore(yoga/eslintrc): adding rule to ignore theme proptype
[ { "change_type": "MODIFY", "diff": "\"rules\": {\n\"prettier/prettier\": \"error\",\n\"import/no-cycle\": 0,\n- \"react/jsx-props-no-spreading\": \"off\"\n+ \"react/jsx-props-no-spreading\": \"off\",\n+ \"react/prop-types\": [2, { \"ignore\": [\"theme\"] }]\n},\n\"globals\": {\n\"window\": true,\n", "ne...
JavaScript
MIT License
gympass/yoga
chore(yoga/eslintrc): adding rule to ignore theme proptype
1
chore
yoga/eslintrc
866,415
11.11.2019 17:03:00
18,000
f4e72786d6f81672708149459e08285a574622c0
chore(release): bump up package versions to 1.1.1
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@carbon/ibmdotcom-react\",\n\"description\": \"IBM.com Library React Components\",\n- \"version\": \"1.1.1-rc.1\",\n+ \"version\": \"1.1.1\",\n\"license\": \"Apache-2.0\",\n\"main\": \"lib/index.js\",\n\"module\": \"es/index.js\",\n},\n\"dependencies\": {\n...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(release): bump up package versions to 1.1.1
1
chore
release
866,415
11.11.2019 17:06:29
18,000
a55b77272505c7c38dd48795c11fbcb1fe9c9961
chore(release): unbump package versions
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@carbon/ibmdotcom-react\",\n\"description\": \"IBM.com Library React Components\",\n- \"version\": \"1.1.1\",\n+ \"version\": \"1.1.1-rc.1\",\n\"license\": \"Apache-2.0\",\n\"main\": \"lib/index.js\",\n\"module\": \"es/index.js\",\n},\n\"dependencies\": {\n...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(release): unbump package versions
1
chore
release
67,476
11.11.2019 17:10:34
-3,600
18080b65205694613fc0e2315235590496fdfe45
refactor(property-descriptor): allow passing in properties into ctor
[ { "change_type": "MODIFY", "diff": "@@ -56,6 +56,16 @@ export class $PropertyDescriptor {\npublic constructor(\npublic readonly realm: Realm,\npublic readonly name: $PropertyKey,\n+ config?: {\n+ '[[Enumerable]]'?: $Boolean | $Undefined | $Empty;\n+ '[[Configurable]]'?: $Boolean | $Undefined | $Empty;\n+\n+...
TypeScript
MIT License
aurelia/aurelia
refactor(property-descriptor): allow passing in properties into ctor
1
refactor
property-descriptor
67,476
11.11.2019 17:10:55
-3,600
4f8b2cf69a572506086e1d9c596c6e9dedf421c5
feat(aot): implement ArgumentsExoticObject
[ { "change_type": "MODIFY", "diff": "@@ -1357,7 +1357,7 @@ function $decoratorList(\nfunction getContainsExpression<T>(obj: { ContainsExpression: T }): T { return obj.ContainsExpression; }\nfunction getHasInitializer<T>(obj: { HasInitializer: T }): T { return obj.HasInitializer; }\nfunction getIsSimpleParame...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement ArgumentsExoticObject
1
feat
aot
276,933
11.11.2019 17:18:46
10,800
bac827ff37b274d7fdea9ac416baff55e5137ed5
style(yoga/button): refactoring props and adding proptypes
[ { "change_type": "MODIFY", "diff": "@@ -106,20 +106,10 @@ const ButtonContainerOutline = styled(ButtonContainer)`\n`}\n`;\n-const ButtonOutline = ({\n- children,\n- full,\n- disabled,\n- small,\n- pressed,\n- inverted,\n- ...rest\n-}) => (\n+const ButtonOutline = ({ children, disabled, pressed, inverted, .....
JavaScript
MIT License
gympass/yoga
style(yoga/button): refactoring props and adding proptypes
1
style
yoga/button