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
276,933
04.11.2019 12:07:22
10,800
98b05c870fe413a41b5d04586ff0e28a24046c6b
improvement(doc/propstable): themifying propstable
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport styled from 'styled-components';\nimport { string, shape } from 'prop-types';\n-import tokens from '@gympass/yoga-tokens';\n+import { hexToRgb } from '@gympass/yoga-common';\nimport MetaDataQuery from './MetaDataQuery';\n-import { Inline...
JavaScript
MIT License
gympass/yoga
improvement(doc/propstable): themifying propstable
1
improvement
doc/propstable
276,933
04.11.2019 12:12:57
10,800
7a4655814fe6968cefdd627e4295441180b71fd8
improvement(doc/tabbedview): themifying tabbedview
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport styled from 'styled-components';\n-import tokens from '@gympass/yoga-tokens';\n-\n-const { colors } = tokens;\nconst Navbar = styled.ul`\n+ ${({\n+ theme: {\n+ colors: { gray: grayPallete },\n+ },\n+ ...
JavaScript
MIT License
gympass/yoga
improvement(doc/tabbedview): themifying tabbedview
1
improvement
doc/tabbedview
730,435
04.11.2019 12:13:49
-19,080
28b2247be6d867c830ee5a14e078cb7d82108f35
feat(momentum-ui): changes in momentum UI components
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,6 @@ module.exports = {\n'import/order': ['error', {\ngroups: ['builtin', 'external', 'internal', 'parent', 'sibling', 'index'],\n'newlines-between': 'always-and-inside-groups'\n- }],\n- \"no-underscore-dangle\": [2, { \"allowAfterThis\": true }]\n+ }]\n}\n}\...
JavaScript
MIT License
webex/react-widgets
feat(momentum-ui): changes in momentum UI components
1
feat
momentum-ui
67,474
04.11.2019 12:24:31
-39,600
a2b1f180640c9615510b12338bf8fce07571e768
chore(aurelia): adjust re-exports list as Fred suggested
[ { "change_type": "MODIFY", "diff": "@@ -186,7 +186,7 @@ export {\n// InterfaceSymbol,\nInstanceProvider,\nResolved,\n- Transformer,\n+ // Transformer,\nClass,\nConstructable,\n@@ -225,21 +225,21 @@ export {\n// WritableKeys,\n// metadata,\n- // Metadata,\n+ Metadata,\n// IConsoleLike,\n- // ColorOptions,\n+...
TypeScript
MIT License
aurelia/aurelia
chore(aurelia): adjust re-exports list as Fred suggested
1
chore
aurelia
67,494
04.11.2019 12:28:31
-3,600
2b9c527c77df912a0b35e8c8cd99fa69dd68277d
refactor(router): use route recognizer in viewport
[ { "change_type": "MODIFY", "diff": "+import { RouteRecognizer, RouteHandler, ConfigurableRoute, RecognizeResult } from './route-recognizer';\nimport { IContainer, Reporter } from '@aurelia/kernel';\nimport { IRenderContext, LifecycleFlags, IController } from '@aurelia/runtime';\nimport { ComponentAppellatio...
TypeScript
MIT License
aurelia/aurelia
refactor(router): use route recognizer in viewport
1
refactor
router
276,933
04.11.2019 12:29:05
10,800
b81093c9374915c655cad1b851ed4e730d650a89
refactor(doc/navigation): refactor on navigation state and deleted unused svg's
[ { "change_type": "MODIFY", "diff": "@@ -99,26 +99,7 @@ const Colapsible = styled.div`\nconst getHtml = (tree, level = 0) =>\nObject.values(tree).map(({ title, url, ...childs }) => {\nconst hasChild = Boolean(Object.keys(childs).length);\n- const [opened, setOpened] = useState([]);\n-\n- const toSlug = strin...
JavaScript
MIT License
gympass/yoga
refactor(doc/navigation): refactor on navigation state and deleted unused svg's
1
refactor
doc/navigation
791,723
04.11.2019 12:51:26
28,800
7637f0f69d978e3dcc8e88b744414d9c69065f71
deps: bump chrome-launcher to 0.12.0
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"axe-core\": \"3.3.0\",\n- \"chrome-launcher\": \"^0.11.2\",\n+ \"chrome-launcher\": \"^0.12.0\",\n\"configstore\": \"^3.1.1\",\n\"cssstyle\": \"1.2.1\",\n\"details-element-polyfill\": \"^2.4.0\",\n", "new_path": "package.json", "old_path...
JavaScript
Apache License 2.0
googlechrome/lighthouse
deps: bump chrome-launcher to 0.12.0 (#9904)
1
deps
null
711,597
04.11.2019 12:56:09
-3,600
38533061f4e76f15956b3f6de5980435719d1d5f
chore(admin-ui): Generated extension module code is lint-compliant Building the admin-ui would cause superfluous changes to these generated files since they included too many newline chars.
[ { "change_type": "MODIFY", "diff": "@@ -82,9 +82,11 @@ function generateExtensionModuleTsSource(\nreturn `/** This file is generated by the createExtensionsModules() function in devkit/common.ts. Do not edit. */\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n-\n...
TypeScript
MIT License
vendure-ecommerce/vendure
chore(admin-ui): Generated extension module code is lint-compliant Building the admin-ui would cause superfluous changes to these generated files since they included too many newline chars.
1
chore
admin-ui
67,494
04.11.2019 12:56:24
-3,600
dbe6a8891f59e55d51dcd75e8f5835a861a1b546
refactor(router): remove viewport header
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ import { IViewportOptions, Viewport } from '../viewport';\n@customElement({\nname: 'au-viewport',\n- template: `<template><div class=\"viewport-header\" style=\"display: none;\">Viewport: <b>\\${name}</b> \\${scope ? \"[new scope]\" : \"\"} : <b>\\${view...
TypeScript
MIT License
aurelia/aurelia
refactor(router): remove viewport header
1
refactor
router
67,494
04.11.2019 12:56:50
-3,600
579a87a4a716c67f5e4f2558ac60a71a1d64a51e
test(router): remove viewport header
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ describe('Router', function () {\nconst { container, scheduler } = ctx;\nif (App === void 0) {\n- App = CustomElement.define({ name: 'app', template: '<template><au-viewport name=\"left\"></au-viewport><au-viewport name=\"right\"></au-viewport></template...
TypeScript
MIT License
aurelia/aurelia
test(router): remove viewport header
1
test
router
67,494
04.11.2019 12:57:58
-3,600
649a3afeefb1349352bd205b3b3c1c5d37f40a74
test(router/e2e): remove viewport header
[ { "change_type": "MODIFY", "diff": "@@ -30,18 +30,12 @@ describe('doc-example / books route', function () {\ncy.get(Shared.listsViewport)\n.should('exist');\n- cy.get(Shared.listsViewportHeader)\n- .should('contain', 'Viewport: lists : books');\ncy.get(Shared.contentViewport)\n.should('exist');\n- cy.get(Sh...
TypeScript
MIT License
aurelia/aurelia
test(router/e2e): remove viewport header
1
test
router/e2e
76,605
04.11.2019 13:13:20
-3,600
2c895a0463534e7c21283fe803da937a0f0f3070
feat: starting NER
[ { "change_type": "ADD", "diff": "+const Ner = require('./ner');\n+\n+module.exports = {\n+ Ner,\n+};\n", "new_path": "packages/ner/src/index.js", "old_path": null }, { "change_type": "ADD", "diff": "+/*\n+ * Copyright (c) AXA Group Operations Spain S.A.\n+ *\n+ * Permission is hereby gra...
JavaScript
MIT License
axa-group/nlp.js
feat: starting NER
1
feat
null
104,818
04.11.2019 13:47:47
21,600
87ccba7af53749b009e6bd2bda11ade2f515e1d2
fix(timeseries): remove the cheeriojs because it's breaking rollup
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@carbon/charts\": \"https://github.com/scottdickerson/carbon-charts#carbon-charts-v0.16.26-gitpkg\",\n\"@carbon/charts-react\": \"^0.16.25\",\n+ \"@carbon/colors\": \"^10.1.0\",\n\"ajv\": \"^6.10.2\",\n\"c3\": \"^0.7.1\",\n\"cheerio\": \"^1.0.0-rc.3...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): remove the cheeriojs because it's breaking rollup
1
fix
timeseries
791,704
04.11.2019 13:49:23
28,800
7c16d346593d86b33945d75a996829e1a25b4fed
core: use flatten protocol
[ { "change_type": "MODIFY", "diff": "@@ -52,16 +52,17 @@ class Connection {\n* Call protocol methods\n* @template {keyof LH.CrdpCommands} C\n* @param {C} method\n+ * @param {string|undefined} sessionId\n* @param {LH.CrdpCommands[C]['paramsType']} paramArgs,\n* @return {Promise<LH.CrdpCommands[C]['returnType'...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: use flatten protocol (#9783)
1
core
null
304,882
04.11.2019 14:25:14
28,800
8c6858c9f8e38109c207ef201e80cf82703a04dd
fix(semantic/parser): type variable constraints This fixes the type expression parser so that it stops parsing kinds if a terminating comma is not present. This means there are no more type variable constraints to be parsed and what follows is a monotype expression.
[ { "change_type": "MODIFY", "diff": "@@ -295,17 +295,15 @@ impl Parser<'_> {\nlet mut cons_map = HashMap::new();\nloop {\n- let mut next_token = self.peek();\n-\n- if next_token.token_type == TokenType::COMMA {\n- self.next(); // skip to comma\n- next_token = self.peek(); // look at identifier next\n- }\n+ l...
Go
MIT License
influxdata/flux
fix(semantic/parser): type variable constraints This fixes the type expression parser so that it stops parsing kinds if a terminating comma is not present. This means there are no more type variable constraints to be parsed and what follows is a monotype expression.
1
fix
semantic/parser
866,395
04.11.2019 14:43:31
18,000
a1f652f3f5b15962d649fee09fb2e021271491b8
feat(cookie): add secure flag for set cookies
[ { "change_type": "MODIFY", "diff": "@@ -56,7 +56,12 @@ class ipcinfoCookie {\nstatic set({ cc, lc }) {\nconst info = `cc=${cc};lc=${lc}`;\n- Cookies.set(_cookieName, encodeURIComponent(info), { expires: 365 });\n+ Cookies.set(\n+ _cookieName,\n+ encodeURIComponent(info),\n+ { expires: 365 },\n+ { secure: tr...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(cookie): add secure flag for set cookies
1
feat
cookie
531,793
04.11.2019 14:46:56
0
63a3d2a30b2a864123bb3245968877e6d06bed47
feat(ui): allow acknowledging alerts using short lived silences
[ { "change_type": "MODIFY", "diff": "@@ -54,6 +54,13 @@ all current alerts.\n![Overview](/docs/overview.png)\n+Starting with `v0.50` karma can create short lived silences to acknowledge\n+alerts with a single button click. To create silences that will resolve itself\n+only after all alerts are resolved you c...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): allow acknowledging alerts using short lived silences
1
feat
ui
679,913
04.11.2019 14:56:48
0
a36651a3aadb951a3d8bd117ddfa0dddf48d36ac
refactor(transducers): simplify args for extendSides, padSides, wrapSides rename wrap() => wrapSides() remove obsolete & deprecated wrapLeft/Right/Both BREAKING CHANGE: Rename wrap() => wrapSides(), update signature to be aligned w/ related iterators
[ { "change_type": "MODIFY", "diff": "@@ -3,8 +3,9 @@ import { repeat } from \"./repeat\";\n/**\n* Yields iterator of given iterable which repeats the first and/or last\n- * value(s) `n` times (default: 1). By default both sides are repeated,\n- * but can be adjusted via `left` / `right` flags.\n+ * value(s) ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(transducers): simplify args for extendSides, padSides, wrapSides - rename wrap() => wrapSides() - remove obsolete & deprecated wrapLeft/Right/Both BREAKING CHANGE: Rename wrap() => wrapSides(), update signature to be aligned w/ related iterators
1
refactor
transducers
679,913
04.11.2019 14:58:25
0
918721dada9bab8045e397f13a2f77290eea2c88
refactor(transducers): rename old `interpolate` => `tween` BREAKING CHANGE: rename `interpolate` iterator => `tween`
[ { "change_type": "RENAME", "diff": "@@ -4,17 +4,16 @@ import { repeat } from \"./repeat\";\n/**\n* Takes a number of keyframe tuples (`stops`) and yields a sequence of\n- * `n+1` equally spaced, interpolated values. Keyframes are defined as\n- * `[pos, value]`. Only values in the closed `minPos` .. `maxPos`...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(transducers): rename old `interpolate` => `tween` BREAKING CHANGE: rename `interpolate` iterator => `tween`
1
refactor
transducers
679,913
04.11.2019 14:59:34
0
c3fa9ab90797af1d89e05f1c3821a87f9aa8a543
feat(transducers): add new transducers: interpolate, interpolateHermite/Linear
[ { "change_type": "MODIFY", "diff": "@@ -49,6 +49,9 @@ export * from \"./xform/flatten-with\";\nexport * from \"./xform/flatten\";\nexport * from \"./xform/indexed\";\nexport * from \"./xform/interleave\";\n+export * from \"./xform/interpolate\";\n+export * from \"./xform/interpolate-hermite\";\n+export * fr...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): add new transducers: interpolate, interpolateHermite/Linear
1
feat
transducers
711,597
04.11.2019 15:01:55
-3,600
6fc421a33f7c8e67daadc2f255d7649a363913ac
feat(core): Assign superadmin Role to newly created Channels
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,6 @@ import path from 'path';\nimport { dataDir, TEST_SETUP_TIMEOUT_MS, testConfig } from './config/test-config';\nimport { initialData } from './fixtures/e2e-initial-data';\n-import { CURRENT_USER_FRAGMENT } from './graphql/fragments';\nimport {\nCreateAdminis...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Assign superadmin Role to newly created Channels
1
feat
core
679,913
04.11.2019 15:02:17
0
c20765333a1f152133f26ad900fd3d61e8a377c7
docs(transducers): update readme, add assets
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/assets/transducers/hermite-tx.png differ\n", "new_path": "assets/transducers/hermite-tx.png", "old_path": "assets/transducers/hermite-tx.png" }, { "change_type": "MODIFY", "diff": "@@ -11,12 +11,14 @@ This project is part of t...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(transducers): update readme, add assets
1
docs
transducers
679,913
04.11.2019 15:04:25
0
ee8200cbf00cc026d7e2047197c8f55d0b92c09f
refactor: update wrapSides/tween call sites in various pkgs
[ { "change_type": "MODIFY", "diff": "@@ -2,11 +2,11 @@ import { IObjectOf } from \"@thi.ng/api\";\nimport { partial } from \"@thi.ng/compose\";\nimport { clamp01, TAU } from \"@thi.ng/math\";\nimport {\n- interpolate,\nmap,\nnormRange,\npush,\ntransduce,\n+ tween,\nzip\n} from \"@thi.ng/transducers\";\nimpor...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor: update wrapSides/tween call sites in various pkgs
1
refactor
null
679,913
04.11.2019 15:05:13
0
2fe6f8c3fe10a326891f5d44acb355f051f63250
refactor(iges): add vectors dep, update addXXX signatures
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/checks\": \"^2.4.0\",\n\"@thi.ng/defmulti\": \"^1.1.4\",\n\"@thi.ng/strings\": \"^1.3.0\",\n- \"@thi.ng/transducers\": \"^5.4.5\"\n+ \"@thi.ng/transducers\": \"^5.4.5\",\n+ \"@thi.ng/vectors\": \"^3.3.1\"\n},\n\"keywords\": [\n\"CAD\",\n", "new_path": "packa...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(iges): add vectors dep, update addXXX signatures
1
refactor
iges
866,390
04.11.2019 15:06:04
18,000
e8556012061b5d46ff6254e3c76aaeb5869d53fd
fix: updated readme files and scss
[ { "change_type": "MODIFY", "diff": "@@ -43,10 +43,8 @@ const SimpleLongForm = ({ title, copy, linkType, border, link }) =>\n<div className={`${prefix}--simplelongform__container`}>\n<div className={`${prefix}--simplelongform__row`}>\n<div className={`${prefix}--simplelongform__col`}>\n- <div className={`${p...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: updated readme files and scss
1
fix
null
679,913
04.11.2019 15:12:56
0
3a6c4695e3a14875dffb3b36eb997e6600c78c43
docs(grid-iterators): update broken gif link
[ { "change_type": "RENAME", "diff": "", "new_path": "assets/grid-iterators/zigzagdiag2d-small.gif", "old_path": "assets/grid-iterators/zigzagDiagonal2d-small.gif" }, { "change_type": "MODIFY", "diff": "@@ -89,7 +89,7 @@ Supports custom PRNG implementations via `IRandom` interface defined ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(grid-iterators): update broken gif link
1
docs
grid-iterators
276,989
04.11.2019 15:20:46
10,800
10cf30d2fcefb4cec03801bcd1b53c69e0fe58be
test(radiogroup): add tests for radiogroup (web)
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import { render, fireEvent } from '@testing-library/react';\n+\n+import RadioGroup from '../';\n+import ThemeProvider from '../../ThemeProvider';\n+\n+describe('<RadioGroup />', () => {\n+ describe('Snapshots', () => {\n+ it('should match snapsh...
JavaScript
MIT License
gympass/yoga
test(radiogroup): add tests for radiogroup (web)
1
test
radiogroup
276,989
04.11.2019 15:24:57
10,800
696e8e28f4f383de99effd264239a57acb5d8273
test(radiobutton): add tests for radiobutton (web)
[ { "change_type": "ADD", "diff": "+import React, { useContext } from 'react';\n+import { render, fireEvent, getAllByText } from '@testing-library/react';\n+\n+import RadioGroup from '../';\n+import ThemeProvider from '../../ThemeProvider';\n+import RadioGroupContext from '../RadioGroupContext';\n+\n+const or...
JavaScript
MIT License
gympass/yoga
test(radiobutton): add tests for radiobutton (web)
1
test
radiobutton
273,683
04.11.2019 15:41:07
-3,600
28376017120d71163d797f7893e690a916980e1e
chore: allow gridsome as dev dependency
[ { "change_type": "MODIFY", "diff": "@@ -85,7 +85,11 @@ module.exports = (context, options = {}) => {\nconfig.outputDir = resolve(localConfig.outputDir || localConfig.outDir || 'dist')\nconfig.outDir = config.outputDir\ndeprecate.property(config, 'outDir', 'The outDir config is renamed to outputDir.')\n- if ...
JavaScript
MIT License
gridsome/gridsome
chore: allow gridsome as dev dependency
1
chore
null
71,371
04.11.2019 15:42:45
-3,600
6dba6371b86fc190ddaa7e511e59703bc265f658
feat(stepfunctions): add `EvaluateExpression` task Use the EvaluateExpression to perform simple operations referencing state paths. The expression referenced in the task will be evaluated in a Lambda function (eval()). This allows you to not have to write Lambda code for simple operations.
[ { "change_type": "ADD", "diff": "+// tslint:disable:no-console no-eval\n+import { Event } from '../evaluate-expression';\n+\n+export async function handler(event: Event): Promise<any> {\n+ console.log('Event: %j', event);\n+\n+ const expression = Object.entries(event.expressionAttributeValues)\n+ .reduce(\n...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(stepfunctions): add `EvaluateExpression` task (#4602) Use the EvaluateExpression to perform simple operations referencing state paths. The expression referenced in the task will be evaluated in a Lambda function (eval()). This allows you to not have to write Lambda code for simple operations.
1
feat
stepfunctions
276,989
04.11.2019 16:05:44
10,800
b47f2ea8c9d638b0c5bf218aae02cc1c9fdb44d9
refactor(radiobutton): remove unused imports
[ { "change_type": "MODIFY", "diff": "-import React, { useContext } from 'react';\n-import { render, fireEvent, getAllByText } from '@testing-library/react';\n+import React from 'react';\n+import { render, fireEvent } from '@testing-library/react';\nimport RadioGroup from '../';\nimport ThemeProvider from '.....
JavaScript
MIT License
gympass/yoga
refactor(radiobutton): remove unused imports
1
refactor
radiobutton
276,989
04.11.2019 16:06:43
10,800
ece789aa7ac6fbb67c6ea50644fdf2bba8774243
test(radiogroup): add unit tests for RadioGroup (native)
[ { "change_type": "MODIFY", "diff": "@@ -82,7 +82,7 @@ const RadioGroupButton = ({ value, children, ...rest }) => {\nreturn (\n<TouchableWithoutFeedback\nonPress={() => {\n- onChange({ value });\n+ onChange({ value: inputValue });\n}}\n{...context}\n>\n", "new_path": "packages/yoga/src/RadioGroup/native/...
JavaScript
MIT License
gympass/yoga
test(radiogroup): add unit tests for RadioGroup (native)
1
test
radiogroup
276,989
04.11.2019 16:07:34
10,800
5deefbcea9a53d39ee72dd954e8e6e8ef959486d
test(radiobutton): add unit tests for RadioButton (native)
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import { render, fireEvent, toJSON } from '@testing-library/react-native';\n+\n+import RadioGroup from '../';\n+import ThemeProvider from '../../ThemeProvider';\n+import RadioGroupContext from '../RadioGroupContext';\n+\n+describe('<RadioGroup /...
JavaScript
MIT License
gympass/yoga
test(radiobutton): add unit tests for RadioButton (native)
1
test
radiobutton
276,989
04.11.2019 16:26:41
10,800
c48a03093708d9321e286123e75ddb419b48b6ea
docs(radiogroup): add radiogroup with 2 radiobuttons
[ { "change_type": "MODIFY", "diff": "@@ -4,8 +4,20 @@ import { RadioGroup } from '@gympass/yoga';\nconst RadioGroupPage = () => {\nconst [selectedValue, setSelectedValue] = useState('24h');\n+ const [category, setCategory] = useState('Gyms');\nreturn (\n<View>\n+ <RadioGroup\n+ selectedValue={category}\n+ on...
JavaScript
MIT License
gympass/yoga
docs(radiogroup): add radiogroup with 2 radiobuttons
1
docs
radiogroup
104,818
04.11.2019 16:34:44
21,600
bd9d844b3d9ef37bfa67f91cfeab55b41dcfcb9a
fix(babel): not packaging async polyfill
[ { "change_type": "MODIFY", "diff": "{\n- \"presets\": [\"@babel/preset-env\", \"@babel/preset-react\", \"@babel/preset-flow\"],\n+ \"presets\": [\n+ [\n+ \"@babel/preset-env\",\n+ {\n+ \"targets\": {\n+ \"browsers\": [\"last 1 version\", \"ie >= 11\"]\n+ },\n+ \"useBuiltIns\": \"usage\"\n+ }\n+ ],\n+ \"@bab...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(babel): not packaging async polyfill
1
fix
babel
71,115
04.11.2019 16:45:26
-3,600
696f235a3b7e522615285ec5cef7894cebdcdfce
chore: replace remaining git clone ssh instructions
[ { "change_type": "MODIFY", "diff": "@@ -317,7 +317,7 @@ This section includes step-by-step descriptions of common workflows.\nClone the repo:\n```console\n-$ git clone git@github.com:aws/aws-cdk.git\n+$ git clone https://github.com/aws/aws-cdk.git\n$ cd aws-cdk\n```\n@@ -341,7 +341,7 @@ $ ./pack.sh\nClone t...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: replace remaining git clone ssh instructions (#4833)
1
chore
null
71,115
04.11.2019 16:46:14
-3,600
56d497973299f1d3eb9023a8b984a7c1480b0dd7
chore(core): rename include-filtered lerna options
[ { "change_type": "MODIFY", "diff": "@@ -250,8 +250,8 @@ async function main() {\n// bootstrap and build the package and all deps to ensure integrity\nconst lerna = path.join(path.dirname(require.resolve('lerna/package.json')), 'cli.js');\nawait exec(`${lerna} bootstrap`);\n- await exec(`${lerna} run --inclu...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(core): rename include-filtered lerna options (#4832)
1
chore
core
276,946
04.11.2019 16:53:18
10,800
5d7b44be1f3de3ca7fea803126073c928a0cfeb3
refactor(slider/yoga): rename Dot component to Step
[ { "change_type": "RENAME", "diff": "-import React from 'react';\nimport styled from 'styled-components';\n-const Circle = styled.View`\n+const Step = styled.View`\n${({\nactive,\ntheme: {\ncomponents: {\nslider: {\n- snapDot: {\n+ step: {\nbackgroundColor: {\nactive: activeBackgroundColor,\ninactive: inacti...
JavaScript
MIT License
gympass/yoga
refactor(slider/yoga): rename Dot component to Step
1
refactor
slider/yoga
276,946
04.11.2019 16:53:43
10,800
c4a58968f9f6a81453cb3579124959e805133f0d
refactor(slider/yoga): remove unnecessary conditional
[ { "change_type": "MODIFY", "diff": "@@ -82,13 +82,11 @@ const Marker = ({ pressed, tooltip }) => {\n<>\n{pressed && tooltip && (\n<TooltipWrapper>\n- {tooltip && (\n<Tooltip\ndescription={tooltip.description}\ntitle={tooltip.title}\nribbon={tooltip.ribbon}\n/>\n- )}\n</TooltipWrapper>\n)}\n<CirclePressed pr...
JavaScript
MIT License
gympass/yoga
refactor(slider/yoga): remove unnecessary conditional
1
refactor
slider/yoga
276,946
04.11.2019 16:54:24
10,800
a69e37242769d9514e48d7009b4318ab75fdd580
refactor(slider/yoga): remove some theme properties and add color text to tooltip
[ { "change_type": "MODIFY", "diff": "import React from 'react';\n-import { View, Text } from 'react-native';\n+import { View } from 'react-native';\nimport { bool, number, arrayOf, object } from 'prop-types';\nimport { withTheme } from 'styled-components';\nimport MultiSlider from '@ptomasroos/react-native-m...
JavaScript
MIT License
gympass/yoga
refactor(slider/yoga): remove some theme properties and add color text to tooltip
1
refactor
slider/yoga
815,598
04.11.2019 17:15:16
-28,800
7f36af2c03bc6ffdf29f388ac4b620056c1910c3
chore: bump code name to rylai-v13
[ { "change_type": "MODIFY", "diff": "@@ -45,44 +45,44 @@ index = 1\n# Spec: ckb_testnet\n[ckb_testnet]\n-genesis = \"0x4a1bfa814039b07262e612f40966411cc5b0d242afe463c444988b31d36242a5\"\n-cellbase = \"0xa0d2f1945deb45e77cbb1931f60541d072ba555299db14a46d0b0799c3756b4a\"\n+genesis = \"0xe88f5b9837dd5190bc43dc7...
Rust
MIT License
nervosnetwork/ckb
chore: bump code name to rylai-v13
1
chore
null
104,818
04.11.2019 17:15:29
21,600
59a5b76e535d231679ab69769c6684961d2f523a
fix(timeseries): custom tooltips without relying on cheerio
[ { "change_type": "MODIFY", "diff": "\"targets\": {\n\"browsers\": [\"last 1 version\", \"ie >= 11\"]\n},\n- \"useBuiltIns\": \"usage\"\n+ \"useBuiltIns\": \"usage\",\n+ \"corejs\": 2\n}\n],\n\"@babel/preset-react\",\n", "new_path": ".babelrc", "old_path": ".babelrc" }, { "change_type": "MODI...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): custom tooltips without relying on cheerio
1
fix
timeseries
273,683
04.11.2019 17:52:28
-3,600
9942b28d9c1770d91d1f70bb2d9f413c338a52ef
chore(graphql): allow mutations from custom schema
[ { "change_type": "MODIFY", "diff": "@@ -828,6 +828,60 @@ test('add custom GraphQL schema', async () => {\nexpect(data.nestedObject.subField.customRootValue).toEqual('subField foo')\n})\n+test('add custom GraphQL schema with mutations', async () => {\n+ const app = await createApp(api => {\n+ api.createSchem...
JavaScript
MIT License
gridsome/gridsome
chore(graphql): allow mutations from custom schema
1
chore
graphql
67,494
04.11.2019 17:59:28
-3,600
fc380cb6da92a5215aa964ff4e9f40f8030c235d
refactor(router): add children to IViewportInstruction
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,7 @@ export interface IViewportInstruction {\ncomponent: ComponentAppellation;\nviewport?: ViewportHandle;\nparameters?: ComponentParameters;\n+ children?: NavigationInstruction[];\n}\nexport interface IRoute {\n", "new_path": "packages/router/src/interfa...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add children to IViewportInstruction
1
refactor
router
67,494
04.11.2019 18:00:06
-3,600
ac0475c45f67a07f253e2ef9404ce8b82ea32bd9
test(router): add more route recognizing tests
[ { "change_type": "MODIFY", "diff": "@@ -1170,7 +1170,6 @@ describe('Router', function () {\nreturn { ctx, container, scheduler, host, au, router, $teardown };\n}\n- it(`to load routes`, async function () {\nconst Parent = CustomElement.define({ name: 'parent', template: '!parent!<au-viewport name=\"parent\"...
TypeScript
MIT License
aurelia/aurelia
test(router): add more route recognizing tests
1
test
router
730,428
04.11.2019 18:21:16
0
1cf07db80bc209128cf8f28814a6bbc96e7922aa
chore(release): 0.2.57 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+### [0.2.57](https://github.com/webex/react-widgets/compare/v0.2.56...v0.2.57) (2019-11-04)\n+\...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.2.57 [skip ci]
1
chore
release
67,516
04.11.2019 18:38:08
-3,600
834ea178964cc77154fa09405524577e749ed865
chore(jit-html): moving attribute-pattern to tests
[ { "change_type": "RENAME", "diff": "", "new_path": "packages/__tests__/5-jit-html/attribute-pattern.ts", "old_path": "packages/jit-html/src/attribute-patterns.ts" }, { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import { Aurelia, BindingMode, CustomElement, ILifecycle, LifecycleFla...
TypeScript
MIT License
aurelia/aurelia
chore(jit-html): moving attribute-pattern to tests
1
chore
jit-html
276,933
04.11.2019 18:41:56
10,800
22ec4fdfeb61cd45072baeb3b9731e8dc3815345
feat(doc/themeconfig): now possible to change colors of the docs
[ { "change_type": "MODIFY", "diff": "\"@mdx-js/loader\": \"^1.4.5\",\n\"@mdx-js/mdx\": \"^1.4.5\",\n\"@mdx-js/react\": \"^1.4.5\",\n+ \"downshift\": \"^3.4.1\",\n\"gatsby\": \"^2.15.21\",\n\"gatsby-image\": \"^2.2.20\",\n\"gatsby-plugin-layout\": \"^1.1.8\",\n", "new_path": "packages/doc/package.json", ...
JavaScript
MIT License
gympass/yoga
feat(doc/themeconfig): now possible to change colors of the docs
1
feat
doc/themeconfig
217,885
04.11.2019 19:05:23
28,800
7994eb857f8de02c7bc7975daf2ac12c9dcc6f63
chore: Correct typo in property name on history upload This should have led to a 422 error from Universalis, I'm not entirely certain why it didn't.
[ { "change_type": "MODIFY", "diff": "@@ -212,7 +212,7 @@ export class UniversalisService {\n...packet.listings\n.map((item) => {\nreturn {\n- hq: item.hs,\n+ hq: item.hq,\npricePerUnit: item.salePrice,\nquantity: item.quantity,\ntotal: item.salePrice * item.quantity,\n", "new_path": "apps/client/src/app/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: Correct typo in property name on history upload This should have led to a 422 error from Universalis, I'm not entirely certain why it didn't.
1
chore
null
865,921
04.11.2019 20:51:02
-3,600
c741c41e3bbcfcf1176a783a9372006d16dcb688
chore(app/log): prefix log messages with level
[ { "change_type": "MODIFY", "diff": "@@ -25,20 +25,21 @@ class Log {\nthis.namespace = namespace;\n}\n- info(...args) {\n+ log(type, args) {\n+\nconst message = format(...args);\ncreateLog.transports.forEach(transport => {\n- transport.info(`${this.namespace} ${message}`);\n+ transport[type](`${this.namespac...
JavaScript
MIT License
camunda/camunda-modeler
chore(app/log): prefix log messages with level
1
chore
app/log
865,921
04.11.2019 20:51:27
-3,600
5a68d2425b361c75c133fb320bd84db6d9e8ff02
chore(app/log): add warn logger
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ const sinon = require('sinon');\nconst createLog = require('../log');\n+\ndescribe('log', function() {\ndescribe('instantiating', function() {\n@@ -23,10 +24,15 @@ describe('log', function() {\n// then\nexpect(log).to.exist;\n+\n+ expect(log.info).to.exi...
JavaScript
MIT License
camunda/camunda-modeler
chore(app/log): add warn logger
1
chore
app/log
865,921
04.11.2019 20:54:32
-3,600
c7f93c05ad99dc400b2a259f88e0ad96de641aed
feat(app): allow nodeIntegration to be enabled via feature toggle dangerously-enable-node-integration allows the nodeIntegration to be re-enabled (switched off per default since v3.3). Closes
[ { "change_type": "MODIFY", "diff": "@@ -316,13 +316,19 @@ app.openFiles = function(filePaths) {\n*/\napp.createEditorWindow = function() {\n+ const nodeIntegration = !!flags.get('dangerously-enable-node-integration');\n+\n+ if (nodeIntegration) {\n+ log.warn('nodeIntegration is enabled via --dangerously-ena...
JavaScript
MIT License
camunda/camunda-modeler
feat(app): allow nodeIntegration to be enabled via feature toggle --dangerously-enable-node-integration allows the nodeIntegration to be re-enabled (switched off per default since v3.3). Closes #1555
1
feat
app
217,922
04.11.2019 20:58:35
-3,600
ec43716abcb5a6734549ea077479572c5af59f77
fix(list): fixed a case where lists would load before lazy data, making them empty
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import { ListStore } from './list-store';\nimport { combineLatest, from, Observable, of } from 'rxjs';\nimport { NgSerializerService } from '@kaiu/ng-serializer';\nimport { PendingChangesService } from '../../pending-changes/pending-changes.service';\n-imp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed a case where lists would load before lazy data, making them empty
1
fix
list
217,922
04.11.2019 21:42:02
-3,600
9fc0706b67848bbccb9177d62255f0de133adc5f
fix(list): fixed high CPU usage when marking an item as done in a large list There's more to come, but it's a nice first step
[ { "change_type": "ADD", "diff": "+import { merge, Observable, OperatorFunction } from 'rxjs';\n+import { filter, first, switchMap } from 'rxjs/operators';\n+import { List } from '../../modules/list/model/list';\n+import { ListRow } from '../../modules/list/model/list-row';\n+\n+export function onlyWhenItemC...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed high CPU usage when marking an item as done in a large list There's more to come, but it's a nice first step #1196
1
fix
list
679,913
04.11.2019 21:42:44
0
471911084c8db79930cf273f222f345318671953
fix(webgl): add LOGGER, update initUniforms() don't throw error when initializing unused uniforms
[ { "change_type": "ADD", "diff": "+import { ILogger, NULL_LOGGER } from \"@thi.ng/api\";\n+\n+export let LOGGER: ILogger = NULL_LOGGER;\n+\n+export const setLogger = (logger: ILogger) => (LOGGER = logger);\n", "new_path": "packages/webgl/src/api/logger.ts", "old_path": null }, { "change_type"...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(webgl): add LOGGER, update initUniforms() - don't throw error when initializing unused uniforms
1
fix
webgl
679,913
04.11.2019 21:43:19
0
dce5e3b26a6489d0f1c9a0936e0f5e57e484ebaf
docs(webgl-shadertoy): update readme example
[ { "change_type": "MODIFY", "diff": "@@ -66,7 +66,7 @@ const mainImage: MainImageFn = (gl, unis) => {\n];\n};\n-// create WebGL2 canvas\n+// create WebGL canvas\nconst canvas = glCanvas({\nwidth: window.innerWidth,\nheight: window.innerHeight,\n", "new_path": "examples/webgl-shadertoy/src/index.ts", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(webgl-shadertoy): update readme example
1
docs
webgl-shadertoy
71,371
04.11.2019 21:50:09
-3,600
b840784505232aa2399ab94a960e60f5d6d0faa1
feat(custom-resources): implement IGrantable for AwsCustomResource * feat(custom-resources): implement IGrantable for AwsCustomResource Closes * remove IPrincipal * doc
[ { "change_type": "MODIFY", "diff": "@@ -78,7 +78,12 @@ getParameter.getData('Parameter.Value')\nIAM policy statements required to make the API calls are derived from the calls\nand allow by default the actions to be made on all resources (`*`). You can\nrestrict the permissions by specifying your own list o...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(custom-resources): implement IGrantable for AwsCustomResource (#4790) * feat(custom-resources): implement IGrantable for AwsCustomResource Closes #4710 * remove IPrincipal * doc
1
feat
custom-resources
67,476
04.11.2019 22:21:09
-3,600
155ecd3d4b9eaba60a78d618823e0998062d82f9
chore(logger): add jsdoc comments / api docs
[ { "change_type": "MODIFY", "diff": "@@ -2,55 +2,299 @@ import { toLookup } from './functions';\nimport { DI, all, IRegistry, IContainer, Registration } from './di';\nimport { LogLevel } from './reporter';\n+/**\n+ * Flags to enable/disable color usage in the logging output.\n+ */\nexport const enum ColorOpt...
TypeScript
MIT License
aurelia/aurelia
chore(logger): add jsdoc comments / api docs
1
chore
logger
471,620
04.11.2019 22:47:50
-3,600
6a5188df3a8db2c1b7e169296157b15d13b302d8
fix(generate): align versions in package.json template
[ { "change_type": "MODIFY", "diff": "\"start\": \"es-dev-server --app-index demo/index.html --node-resolve --open --watch\"\n},\n\"dependencies\": {\n- \"lit-html\": \"^1.0.0\",\n- \"lit-element\": \"^2.0.1\"\n+ \"lit-html\": \"^1.1.2\",\n+ \"lit-element\": \"^2.2.1\"\n},\n\"devDependencies\": {\n- \"es-dev-...
JavaScript
MIT License
open-wc/open-wc
fix(generate): align versions in package.json template
1
fix
generate
679,913
04.11.2019 23:01:11
0
2c21a5e2095625239e680bbb78b9fb57fa9c2698
test(hiccup-markdown): add test cases refactor: extract check() util
[ { "change_type": "MODIFY", "diff": "@@ -2,18 +2,19 @@ import { iterator } from \"@thi.ng/transducers\";\nimport * as assert from \"assert\";\nimport { parse } from \"../src\";\n+const check = (src: string, expected: any[]) =>\n+ assert.deepEqual([...iterator(parse(), src)], expected);\n+\ndescribe(\"parse\"...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(hiccup-markdown): add @loganpowell's test cases - refactor: extract check() util
1
test
hiccup-markdown
103,413
04.11.2019 23:17:23
-46,800
d2e56efa495a6c607a7d53503454b110bfc6d5ac
docs: add RaceCalendar into Showcase
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/docs/assets/showcase/racecalendar.png differ\n", "new_path": "docs/assets/showcase/racecalendar.png", "old_path": "docs/assets/showcase/racecalendar.png" }, { "change_type": "MODIFY", "diff": "@@ -44,6 +44,14 @@ const data: Da...
TypeScript
MIT License
callstack/react-native-paper
docs: add RaceCalendar into Showcase (#1421) (#1442)
1
docs
null
531,793
04.11.2019 23:30:13
0
6857368607c98456d1f26b711436b83128136a80
feat(backend): add backend configuration for silence acks, expose it via the api
[ { "change_type": "MODIFY", "diff": "@@ -164,6 +164,12 @@ func alerts(c *gin.Context) {\nLabels: config.Config.SilenceForm.Strip.Labels,\n},\n},\n+ AlertAcknowledgement: models.AlertAcknowledgementSettings{\n+ Enabled: config.Config.AlertAcknowledgement.Enabled,\n+ DurationSeconds: int(config.Config.AlertAck...
TypeScript
Apache License 2.0
prymitive/karma
feat(backend): add backend configuration for silence acks, expose it via the api
1
feat
backend
67,476
04.11.2019 23:31:07
-3,600
680ddd977d7f8bd7c565a3dd7468e6589b5d17da
feat(aot): implement Identifier RS:Evaluation
[ { "change_type": "MODIFY", "diff": "@@ -145,7 +145,7 @@ 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, $Namespace...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement Identifier RS:Evaluation
1
feat
aot
67,516
04.11.2019 23:34:20
-3,600
5509d0cacde5212ac88855c789fd8cce1d1b8329
chore(tests): post review changes This mainly adds few assertion methods to compares styles
[ { "change_type": "MODIFY", "diff": "-import { IContainer } from '@aurelia/kernel';\n+import { IContainer, PLATFORM } from '@aurelia/kernel';\nimport { StyleConfiguration } from '@aurelia/runtime-html';\nimport { Cards } from './cards/cards';\nimport { LetDemo, SqrtValueConverter } from './let-demo/let-demo'...
TypeScript
MIT License
aurelia/aurelia
chore(tests): post review changes This mainly adds few assertion methods to compares styles
1
chore
tests
67,476
04.11.2019 23:36:27
-3,600
b32239533c2f50cc7905ad99e206d6f2d723319a
feat(aot): implement BooleanLiteral RS:Evaluation
[ { "change_type": "MODIFY", "diff": "@@ -145,7 +145,7 @@ 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, $Namespace...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement BooleanLiteral RS:Evaluation
1
feat
aot
67,476
04.11.2019 23:39:17
-3,600
748c8257ad36711371fa00390c2a2610236d8f44
feat(aot): implement NullLiteral RS:Evaluation
[ { "change_type": "MODIFY", "diff": "@@ -3754,6 +3754,8 @@ export class $NullLiteral implements I$Node {\npublic readonly $kind = SyntaxKind.NullKeyword;\npublic readonly id: number;\n+ public readonly Value: $Null;\n+\n// http://www.ecma-international.org/ecma-262/#sec-static-semantics-coveredparenthesizede...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement NullLiteral RS:Evaluation
1
feat
aot
679,913
04.11.2019 23:40:49
0
0e228d030a736fe27c55d3ac40c55f3163e0d80d
build: add missing pkg description (pixel, webgl-msdf)
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@thi.ng/pixel\",\n\"version\": \"0.1.4\",\n- \"description\": \"TODO\",\n+ \"description\": \"Packed pixel buffer w/ customizable formats, blitting, conversions\",\n\"module\": \"./index.js\",\n\"main\": \"./lib/index.js\",\n\"umd:main\": \"./lib/index.umd....
TypeScript
Apache License 2.0
thi-ng/umbrella
build: add missing pkg description (pixel, webgl-msdf)
1
build
null
67,476
04.11.2019 23:42:24
-3,600
44ddfc2bafb8ae5fa302d3a7106ddeb5bd9debdb
feat(aot): implement NumericLiteral RS:Evaluation
[ { "change_type": "MODIFY", "diff": "@@ -145,7 +145,7 @@ 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, $Namespace...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement NumericLiteral RS:Evaluation
1
feat
aot
67,476
04.11.2019 23:44:00
-3,600
da15530b975ec258337fec2479c52c8da042e4aa
feat(aot): implement StringLiteral RS:Evaluation
[ { "change_type": "MODIFY", "diff": "@@ -3670,6 +3670,8 @@ export class $StringLiteral implements I$Node {\npublic readonly $kind = SyntaxKind.StringLiteral;\npublic readonly id: number;\n+ public readonly Value: $String;\n+\n// http://www.ecma-international.org/ecma-262/#sec-string-literals-static-semantics...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement StringLiteral RS:Evaluation
1
feat
aot
866,390
05.11.2019 00:53:04
18,000
973a2e133dd957a567bacb857bdaddbb81886e2c
fix: conflict solved for package.json
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@babel/runtime\": \"^7.5.5\",\n-<<<<<<< HEAD\n\"@carbon/ibmdotcom-react\": \"^1.1.0\",\n-=======\n->>>>>>> b932fbac6c5f31678071c9738abc73fb8e302cc9\n\"@carbon/ibmdotcom-styles\": \"0.4.0\",\n\"@carbon/ibmdotcom-utilities\": \"^1.1.0-alpha.610\",...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: conflict solved for package.json
1
fix
null
273,683
05.11.2019 02:38:47
-3,600
8c2d834ddc1b4334eda3ff92c8b383587c37df5c
fix(g-image): resize correctly when reusing image
[ { "change_type": "MODIFY", "diff": "@@ -37,11 +37,11 @@ test('generate srcset for image', async () => {\nexpect(result.sets[0].src).toEqual('/assets/static/1000x600.82a2fbd.test.png')\nexpect(result.sets[0].destPath).toEqual(path.join(imagesDir, '1000x600.82a2fbd.test.png'))\nexpect(result.sets[0].width).to...
JavaScript
MIT License
gridsome/gridsome
fix(g-image): resize correctly when reusing image (#797)
1
fix
g-image
67,476
05.11.2019 02:51:21
-3,600
7ac6cc8b51d141227182f0fddac0d6d2798be5b2
feat(ast): implement ThisKeyword RS:Evaluation
[ { "change_type": "MODIFY", "diff": "@@ -2235,7 +2235,7 @@ export class $ThisExpression implements I$Node {\n// PrimaryExpression : this\n// 1. Return ? ResolveThisBinding().\n- return null as any; // TODO: implement this\n+ return this.realm.ResolveThisBinding();\n}\n}\n", "new_path": "packages/aot/src/...
TypeScript
MIT License
aurelia/aurelia
feat(ast): implement ThisKeyword RS:Evaluation
1
feat
ast
67,476
05.11.2019 02:55:41
-3,600
bd16c16b95e7b4e7cc4a8bf2723d226b011a152e
feat(ast): implement ParenthesizedExpression RS:Evaluation
[ { "change_type": "MODIFY", "diff": "@@ -3060,7 +3060,7 @@ export class $ParenthesizedExpression implements I$Node {\n}\n// http://www.ecma-international.org/ecma-262/#sec-grouping-operator-runtime-semantics-evaluation\n- public Evaluate(): $Any {\n+ public Evaluate(): $Any | $Reference {\n// PrimaryExpressi...
TypeScript
MIT License
aurelia/aurelia
feat(ast): implement ParenthesizedExpression RS:Evaluation
1
feat
ast
67,476
05.11.2019 03:29:17
-3,600
ec9721da039cc0e7edd228b44be4fb4396f31e50
chore(ast): add BinaryExpression placeholders
[ { "change_type": "MODIFY", "diff": "@@ -3560,6 +3560,14 @@ export class $BinaryExpression implements I$Node {\n// http://www.ecma-international.org/ecma-262/#sec-binary-logical-operators-runtime-semantics-evaluation\n// http://www.ecma-international.org/ecma-262/#sec-assignment-operators-runtime-semantics-e...
TypeScript
MIT License
aurelia/aurelia
chore(ast): add BinaryExpression placeholders
1
chore
ast
67,476
05.11.2019 04:28:04
-3,600
093664ce940a6c6913fd2a3d0db98a5fcfc963ca
feat(aot): add preliminary SpeculativeValue impl
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,49 @@ export type $NonNumberPrimitive = Exclude<$Primitive, $Number>;\nexport type $NonNilPrimitive = Exclude<$Primitive, $Undefined | $Null>;\nexport type $NonNil = Exclude<$Any, $Undefined | $Null>;\n+function getPath(obj: { path: string }): string {\n+ ret...
TypeScript
MIT License
aurelia/aurelia
feat(aot): add preliminary SpeculativeValue impl
1
feat
aot
679,917
05.11.2019 05:01:38
-7,200
e2e49e6bfd1b1ca2419f5185b2afc905cb4b6d24
Refactor(malloc): Save state inside the arraybuffer
[ { "change_type": "MODIFY", "diff": "@@ -9,11 +9,16 @@ export interface MemBlock {\nexport interface MemPoolOpts {\nbuf: ArrayBuffer;\nsize: number;\n+ /**\n+ * Start is the anchor index inside the arraybuffer, so we can't save it inside the arraybuffer itself.\n+ * If you pass the ArrayBuffer to other consu...
TypeScript
Apache License 2.0
thi-ng/umbrella
Refactor(malloc): Save state inside the arraybuffer
1
refactor
malloc
866,393
05.11.2019 06:04:08
-32,400
edc09ddcc5ca6a8de36058e092ec4c5f1f31436a
fix(textarea): reflect value attribute on init This change ensures that `value` attribute of `<bx-textarea>` is reflected to the `<textarea>` in shadow DOM at initialization, where `lit-element` attempts to reflect `value` attribute to `value` property before it renders `<textarea>`.
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,14 @@ const { prefix } = settings;\n*/\n@customElement(`${prefix}-textarea`)\nexport default class BXTextarea extends LitElement {\n+ /**\n+ * Handles `oninput` event on the `<input>`.\n+ * @param event The event.\n+ */\n+ private _handleInput({ target }: Eve...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(textarea): reflect value attribute on init (#160) This change ensures that `value` attribute of `<bx-textarea>` is reflected to the `<textarea>` in shadow DOM at initialization, where `lit-element` attempts to reflect `value` attribute to `value` property before it renders `<textarea>`.
1
fix
textarea
866,393
05.11.2019 06:08:01
-32,400
49ef1c9d55a303a9de34e74d552f359562c4a370
test(components): add sourcemap support This change is for showing the exact line of test failure.
[ { "change_type": "MODIFY", "diff": "\"karma-jasmine\": \"^2.0.0\",\n\"karma-safari-launcher\": \"^1.0.0\",\n\"karma-snapshot\":\"^0.6.0\",\n+ \"karma-sourcemap-loader\": \"^0.3.0\",\n\"karma-spec-reporter\": \"0.0.32\",\n\"karma-webpack\": \"^4.0.0\",\n\"lint-staged\": \"^8.1.0\",\n", "new_path": "packa...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
test(components): add sourcemap support (#158) This change is for showing the exact line of test failure.
1
test
components
67,476
05.11.2019 06:32:07
-3,600
ef1173bd7565e83b329686e50d05d0597f50a476
feat(aot): implement ToPrimitive and ToNumber
[ { "change_type": "MODIFY", "diff": "@@ -144,10 +144,14 @@ export class Intrinsics {\npublic readonly '*': $String<'*'>;\npublic readonly '*default*': $String<'*default*'>;\npublic readonly 'default': $String<'default'>;\n+ public readonly 'string': $String<'string'>;\n+ public readonly 'number': $String<'nu...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement ToPrimitive and ToNumber
1
feat
aot
67,476
05.11.2019 08:50:15
-3,600
32a92ae5974747da7549f344b8008d9b7f0e0e81
feat(aot): implement ToString
[ { "change_type": "MODIFY", "diff": "@@ -86,6 +86,10 @@ export class $SpeculativeValue {\nthrow new TypeError(`Cannot convert SpeculativeValue to number`);\n}\n+ public ToString(): $String {\n+ throw new TypeError(`Cannot convert SpeculativeValue to string`);\n+ }\n+\npublic GetValue(): this {\nreturn this;\...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement ToString
1
feat
aot
531,793
05.11.2019 09:12:54
0
0bec6135cb8130b4c6978c5264e24d9d46347576
fix(storybook): remove unused modal classes from navbar
[ { "change_type": "MODIFY", "diff": "@@ -20,15 +20,7 @@ const NewFilter = (raw, name, matcher, value, applied, isValid, hits) => {\nreturn filter;\n};\n-storiesOf(\"NavBar\", module)\n- .addDecorator(storyFn => (\n- <div>\n- <div className=\"modal-dialog modal-lg\" role=\"document\">\n- <div className=\"moda...
TypeScript
Apache License 2.0
prymitive/karma
fix(storybook): remove unused modal classes from navbar
1
fix
storybook
531,793
05.11.2019 09:13:07
0
ec2f0fd2f0ef57f65514f87dcdbbb92bd7bb6367
feat(storybook): show ack button in storybook
[ { "change_type": "MODIFY", "diff": "@@ -83,6 +83,8 @@ storiesOf(\"Grid\", module)\nconst settingsStore = new Settings();\nconst silenceFormStore = new SilenceFormStore();\n+ alertStore.settings.values.alertAcknowledgement.enabled = true;\n+\nconst silence = MockSilence();\nsilence.startsAt = \"2018-08-14T12...
TypeScript
Apache License 2.0
prymitive/karma
feat(storybook): show ack button in storybook
1
feat
storybook
217,885
05.11.2019 09:22:50
28,800
e82a253a9a7476e6f1e8354effeb3845328535c0
chore: Use marketBoardItemListingCount to buffer listing uploads
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';\nimport { HttpClient, HttpHeaders } from '@angular/common/http';\nimport { MarketboardItem } from '@xivapi/angular-client/src/model/schema/market/marketboard-item';\nimport { combineLatest, Observable } from 'rxj...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: Use marketBoardItemListingCount to buffer listing uploads
1
chore
null
865,921
05.11.2019 09:28:05
-3,600
25fbd60fd8bc9a8dc6662bab41ce197754780035
feat(client/modal): expose title only There is not much value in exposing the header, if the only thing a user should ever customize is the title. Related to
[ { "change_type": "MODIFY", "diff": "@@ -27,9 +27,7 @@ class View extends PureComponent {\nreturn (\n<Modal className={ css.View } onClose={ onClose }>\n- <Modal.Header>\n<Modal.Title>Keyboard Shortcuts</Modal.Title>\n- </Modal.Header>\n<Modal.Body>\n<p>\n", "new_path": "client/src/app/modals/keyboard-sh...
JavaScript
MIT License
camunda/camunda-modeler
feat(client/modal): expose title only There is not much value in exposing the header, if the only thing a user should ever customize is the title. Related to #1558
1
feat
client/modal
76,605
05.11.2019 09:47:08
-3,600
41acdb6d53027b86d9c44ff9f8e5688629ddb47f
feat: ner rules and tests
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,26 @@ class Ner extends Clonable {\nthis.container.registerPipeline('ner-??-process', [], false);\n}\n+ getRulesByName(locale = '*', name, force = false) {\n+ if (!this.rules[locale]) {\n+ if (!force) {\n+ return undefined;\n+ }\n+ this.rules[locale] = {};\n+...
JavaScript
MIT License
axa-group/nlp.js
feat: ner rules and tests
1
feat
null
76,605
05.11.2019 09:48:22
-3,600
1e580bae6bb874105fed1fe3bc67d5bda14751c4
feat: ner test license
[ { "change_type": "MODIFY", "diff": "+/*\n+ * Copyright (c) AXA Group Operations Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, inc...
JavaScript
MIT License
axa-group/nlp.js
feat: ner test license
1
feat
null
104,818
05.11.2019 09:56:08
21,600
279e0afb9ef24d8e803ecd4d1820f24ec8bfdf08
fix(timeseries): bug where refreshing the data breaks the chart
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,6 @@ import { generateSampleValues, isValuesEmpty } from './timeSeriesUtils';\n/** Extends default tooltip with the additional date information */\nexport const handleTooltip = (data, defaultTooltip) => {\n- console.log(`defaultTooltip: ${defaultTooltip}`);\n...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): bug where refreshing the data breaks the chart
1
fix
timeseries
304,882
05.11.2019 10:20:29
28,800
884586e4b1b5f98516ffeeb4fe1a15cdaac8d496
feat(semantic): extensible record unification This commit implements unification for extensible records as well as constraint generation for object and member expressions.
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,7 @@ impl From<Constraints> for Vec<Constraint> {\npub fn solve(\ncons: &Constraints,\nwith: &mut HashMap<Tvar, Vec<Kind>>,\n+ f: &mut Fresher,\n) -> Result<Substitution, Error> {\ncons.0\n.iter()\n@@ -64,12 +65,11 @@ pub fn solve(\nlet s = t.clone().apply(&s...
Go
MIT License
influxdata/flux
feat(semantic): extensible record unification This commit implements unification for extensible records as well as constraint generation for object and member expressions.
1
feat
semantic
304,882
05.11.2019 10:21:52
28,800
189a3153a861666a200b96d001a75d3a9002793e
fix(semantic/parser): parse row variables Fixes a small bug where row variables were not being parsed as part of a record type and adds a corresponding test case.
[ { "change_type": "MODIFY", "diff": "@@ -567,75 +567,48 @@ impl Parser<'_> {\n}\n}\n- // parse_row parses a row monotype as a series of nested row extensions\n- fn parse_row(&mut self, token: &Token) -> Result<MonoType, &'static str> {\n- if token.token_type != TokenType::LEFTCURLYBRAC {\n- return Err(\"Not ...
Go
MIT License
influxdata/flux
fix(semantic/parser): parse row variables Fixes a small bug where row variables were not being parsed as part of a record type and adds a corresponding test case.
1
fix
semantic/parser
67,476
05.11.2019 10:30:39
-3,600
2d78781c93fb448a04e5616aaa11b0dfd4c79b7e
feat(aot): add remaining primitive type conversions
[ { "change_type": "MODIFY", "diff": "@@ -82,16 +82,48 @@ export class $SpeculativeValue {\nthrow new TypeError(`Cannot convert SpeculativeValue to primitive`);\n}\n+ public ToBoolean(): $Boolean {\n+ throw new TypeError(`Cannot convert SpeculativeValue to boolean`);\n+ }\n+\npublic ToNumber(): $Number {\nthr...
TypeScript
MIT License
aurelia/aurelia
feat(aot): add remaining primitive type conversions
1
feat
aot
711,597
05.11.2019 10:32:55
-3,600
ed9c09f28045c1b9ffa56f61275883d61c8ad1c3
refactor(admin-ui): Keep active channels in local client state
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,8 @@ import { DataService } from '@vendure/admin-ui/src/app/data/providers/data.servi\nimport { Observable } from 'rxjs';\nimport { map, shareReplay } from 'rxjs/operators';\n+import { Permission } from '../../../common/generated-types';\n+\nimport { RootNode, ...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(admin-ui): Keep active channels in local client state
1
refactor
admin-ui
276,946
05.11.2019 10:35:24
10,800
cc946608bd900e384771ec18a879ee06df2bd973
improvement(yoga/slider): add proptypes to slider components
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ const SliderPage = () => {\nconst [withTooltip, setWithTooltip] = useState([0, 10]);\nconst [overlapMultiLabel, setOverlapMultiLabel] = useState([0, 10]);\nconst [singleSnapped, setSingleSnapped] = useState([0]);\n- const [multiValues, setMultiValues] = ...
JavaScript
MIT License
gympass/yoga
improvement(yoga/slider): add proptypes to slider components
1
improvement
yoga/slider
866,394
05.11.2019 10:37:35
18,000
c4d2f1d7cfb2ddff2c6b2f64ad28fcb1a6a4c901
feat(flags): adding DDS_FLAGS_ALL environment flag
[ { "change_type": "MODIFY", "diff": "PATTERNS_STORYBOOK_SOURCEMAPS=<Boolean to turn on/off sourcemaps in storybook>\n#Feature Flags\n+DDS_FLAGS_ALL=<Boolean flag to turn on all feature flags>\nLEADSPACE=<Boolean flag to turn on/off the lead space pattern>\n", "new_path": "packages/patterns-react/.env.exa...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(flags): adding DDS_FLAGS_ALL environment flag
1
feat
flags
866,392
05.11.2019 10:45:12
21,600
0eddcc2a8b499f00119ef4b0128537a58a104c8c
fix(react): open by default blur shouldnt close search
[ { "change_type": "MODIFY", "diff": "@@ -150,7 +150,10 @@ const MastheadSearch = ({ placeHolderText, renderValue, searchOpenOnload }) => {\n* @param {event} event The callback event\n*/\nfunction onBlur(event) {\n- if (!event.currentTarget.contains(event.relatedTarget)) {\n+ if (\n+ !searchOpenOnload &&\n+ !...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(react): open by default blur shouldnt close search
1
fix
react
866,390
05.11.2019 10:55:41
18,000
bded82f381088c0b3906e9e8cffad0048d4ed90e
fix: updated heading tags
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,7 @@ const ListSection = ({ title, copy, border, listGroup }) =>\n<div className={`${prefix}--listsection__container`}>\n<div className={`${prefix}--listsection__row`}>\n<div className={`${prefix}--listsection__col`}>\n- <h3 className={`${prefix}--listsection...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: updated heading tags
1
fix
null
749,516
05.11.2019 11:23:01
28,800
9b3a7f5cee2c64cccdeb690da6d9ec635f36a4a9
feat(dropdowns): add inputRef prop to Autocomplete and Multiselect
[ { "change_type": "MODIFY", "diff": "import React, { useRef, useEffect, useState } from 'react';\nimport PropTypes from 'prop-types';\nimport { Reference } from 'react-popper';\n+import { useCombinedRefs } from '@zendeskgarden/container-utilities';\nimport { StyledInput, StyledSelect, VALIDATION } from '../s...
TypeScript
Apache License 2.0
zendeskgarden/react-components
feat(dropdowns): add inputRef prop to Autocomplete and Multiselect (#511)
1
feat
dropdowns
815,577
05.11.2019 11:25:39
-28,800
776ad8ac7c3c0e952618efdda1f61765df626f08
fix: Add back to celloutput lost type script
[ { "change_type": "MODIFY", "diff": "@@ -425,7 +425,8 @@ http://localhost:8114\n\"out_point\": {\n\"index\": \"0x0\",\n\"tx_hash\": \"0xa510932a80fda15a774203404453c5f9c0e8582f11c40f8ce5396f2460f8ccbf\"\n- }\n+ },\n+ \"type\": null\n},\n{\n\"block_hash\": \"0x63b872c02b1c2bd0c1af4f73f68ac04e2a3763a71f9656a82...
Rust
MIT License
nervosnetwork/ckb
fix: Add back to celloutput lost type script
1
fix
null
866,392
05.11.2019 11:26:34
21,600
5c7c0faea983cd1d4d76b598f9825019450d093c
fix(react): moved initial state inside component func
[ { "change_type": "MODIFY", "diff": "@@ -47,22 +47,6 @@ const _trimAndLower = valueString => valueString.toLowerCase().trim();\n*/\nconst _getSuggestionValue = suggestion => suggestion[0];\n-/**\n- * Initial state of the autocomplete component\n- *\n- * @type {{val: string, prevSuggestions: Array, suggestion...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(react): moved initial state inside component func
1
fix
react
679,913
05.11.2019 11:47:10
0
0423f35b7f589056ee3578d32530023a318322c0
feat(ecs): add ECS INotify impl, entity ops, update Group update GroupOpts move group auto-naming to defGroup() add existing ID checks for defComponent/defGroup() add ECS.hasID/deleteID() add ECS event support for defEntity()/deleteID() rename event names add IDGen to pkg re-export
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ import {\n} from \"@thi.ng/api\";\nexport const EVENT_ADDED = \"added\";\n-export const EVENT_PRE_REMOVE = \"pre-remove\";\n+export const EVENT_PRE_DELETE = \"pre-delete\";\nexport const EVENT_CHANGED = \"changed\";\nexport type ComponentID<S> = keyof S ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(ecs): add ECS INotify impl, entity ops, update Group - update GroupOpts - move group auto-naming to defGroup() - add existing ID checks for defComponent/defGroup() - add ECS.hasID/deleteID() - add ECS event support for defEntity()/deleteID() - rename event names - add IDGen to pkg re-export
1
feat
ecs
679,913
05.11.2019 11:48:32
0
4007351cd4844197273d56a697aad73ddd095ed8
docs(vectors): fix CS/NS suffixes in readme
[ { "change_type": "MODIFY", "diff": "@@ -159,7 +159,7 @@ v.addN([], gvec([0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0], 3, 1, 4), 10);\n// or operate on raw arrays directly...\n// here the last 4 args define:\n// out index, src index, out stride, src stride\n-v.addSN3(null, [0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0],...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(vectors): fix CS/NS suffixes in readme
1
docs
vectors