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
277,000
08.11.2019 12:57:49
10,800
fe7c46695be5c9a255c918bcc6834c322dccdcf0
docs(card): creating labnative Card
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import styled from 'styled-components';\n+import { Card } from '@gympass/yoga';\n+import { Text } from 'react-native';\n+import { ScrollView } from 'react-native-gesture-handler';\n+\n+const StyledText = styled.Text`\n+ font-size: 20px;\n+ margi...
JavaScript
MIT License
gympass/yoga
docs(card): creating labnative Card
1
docs
card
277,000
08.11.2019 12:58:58
10,800
5526e17e3138bfe3e542f69cf72bd7f38a5c295c
docs(card): creating doc for Card Component
[ { "change_type": "ADD", "diff": "+---\n+title: 'Simple'\n+metaTitle: 'Card Component'\n+metaDescription: 'Card Component'\n+---\n+\n+# Card\n+\n+## Import the Card\n+\n+```javascript\n+import { Card } from '@gympass/yoga';\n+```\n+\n+## Usage\n+\n+```javascript reactLive=true\n+<Card style={{ width: 400 }}>...
JavaScript
MIT License
gympass/yoga
docs(card): creating doc for Card Component
1
docs
card
277,000
08.11.2019 13:02:00
10,800
3e4ddc85377f15106ea282607ad7b85a901f5750
improvement(card): adding Card Component tokens in the baseTheme
[ { "change_type": "MODIFY", "diff": "@@ -142,6 +142,93 @@ const baseTheme = ({ primary, secondary }) => {\n},\n},\n},\n+ card: {\n+ padding: spacing.medium,\n+ radii: radii.rounded,\n+ background: {\n+ default: colors.white,\n+ selected: colors.secondary[3],\n+ },\n+ elevation: elevations.small,\n+ header: {...
JavaScript
MIT License
gympass/yoga
improvement(card): adding Card Component tokens in the baseTheme
1
improvement
card
104,827
08.11.2019 13:18:44
21,600
579344d74e5487b0245cb4bf7a5863c873c84c38
fix(pagewizard): tweak sticky footer style
[ { "change_type": "MODIFY", "diff": "left: 0;\nwidth: 100%;\nbackground: $ui-01;\n- padding-top: $spacing-03;\n- padding-left: $spacing-07;\n- height: 4rem;\n+ padding: $spacing-05 $spacing-07;\n+ border-top: rem(1px) solid $ui-03;\n.#{$prefix}--btn {\nmargin-right: $spacing-05;\n}\n", "new_path": "src/c...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(pagewizard): tweak sticky footer style
1
fix
pagewizard
942,583
08.11.2019 13:46:41
25,200
bc3e3314aad601df1a32ac2ed0a6e9124f535a63
fix(icon): Add index.scss to package.json for css icon
[ { "change_type": "MODIFY", "diff": "\"license\": \"Apache-2.0\",\n\"files\": [\n\"dist\",\n- \"lib\"\n+ \"lib\",\n+ \"index.scss\"\n],\n\"style\": \"dist/canvas-kit-css-icon.min.css\",\n\"main\": \"dist/canvas-kit-css-icon.min.js\",\n", "new_path": "modules/icon/css/package.json", "old_path": "modul...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(icon): Add index.scss to package.json for css icon (#306)
1
fix
icon
273,683
08.11.2019 14:54:31
-3,600
a9bff02499d8300ac0bb3c360dd4462e9d81cf46
fix(vue-remark): improve cache invalidation
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,8 @@ const remarkImagePlugin = require('./lib/plugins/image')\nconst {\ncreateFile,\nmakePathParams,\n- normalizeLayout\n+ normalizeLayout,\n+ createCacheIdentifier\n} = require('./lib/utils')\nconst normalizeRouteKeys = keys => keys\n@@ -160,7 +161,11 @@ cla...
JavaScript
MIT License
gridsome/gridsome
fix(vue-remark): improve cache invalidation (#707)
1
fix
vue-remark
679,913
08.11.2019 14:58:44
0
8642648962c368b5fa945f071c9cfd26e5fc4d4d
refactor(malloc): minor refactoring, add tests, update benchmark re-use block size lookups in malloc()/realloc()
[ { "change_type": "MODIFY", "diff": "\"use strict\";\nconst Benchmark = require(\"benchmark\");\n+const Type = require(\"@thi.ng/api\").Type;\n+const bench = require(\"@thi.ng/bench\").bench;\nconst tx = require(\"@thi.ng/transducers\");\n-const m = require(\"../index\");\n+const m = require(\"../lib/index\"...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(malloc): minor refactoring, add tests, update benchmark - re-use block size lookups in malloc()/realloc()
1
refactor
malloc
71,499
08.11.2019 15:19:07
0
142bd0e2fe33de239fc34f72d7f74aab81457607
fix(apigateway): allow multiple api keys to the same usage plan * fix(apigateway): allow multiple api keys to the same usage plan fixes * Updated to not change physical ids on existing UsagePlanKey * Changed to use uniqueId
[ { "change_type": "MODIFY", "diff": "@@ -301,7 +301,7 @@ export class RestApi extends Resource implements IRestApi {\n/**\n* Adds a usage plan.\n*/\n- public addUsagePlan(id: string, props: UsagePlanProps): UsagePlan {\n+ public addUsagePlan(id: string, props: UsagePlanProps = {}): UsagePlan {\nreturn new Us...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(apigateway): allow multiple api keys to the same usage plan (#4903) * fix(apigateway): allow multiple api keys to the same usage plan fixes #4860 * Updated to not change physical ids on existing UsagePlanKey * Changed to use uniqueId
1
fix
apigateway
730,429
08.11.2019 15:24:38
18,000
bb37819614cdafe11ad56e3b868fc9fbbb444a83
fix(r-r-spark): reenable spark-mention
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,7 @@ function defaultConfig(options = {}) {\n},\nconversation: {\nallowedInboundTags: {\n- 'webex-mention': ['data-object-type', 'data-object-id', 'data-object-url'],\n+ 'spark-mention': ['data-object-type', 'data-object-id', 'data-object-url'],\na: ['href'],...
JavaScript
MIT License
webex/react-widgets
fix(r-r-spark): reenable spark-mention
1
fix
r-r-spark
266,219
08.11.2019 15:26:19
28,800
ae6b8060ed3b68bcdd075436a679d78b8e5d3d43
docs(python): add Python 2 sunset banner
[ { "change_type": "ADD", "diff": "+div#python2-eol {\n+ border-color: red;\n+ border-width: medium;\n+}\n\\ No newline at end of file\n", "new_path": "synthtool/gcp/templates/python_library/docs/_static/custom.css", "old_path": null }, { "change_type": "ADD", "diff": "+{% extends \"!layou...
Python
Apache License 2.0
googleapis/synthtool
docs(python): add Python 2 sunset banner (#322)
1
docs
python
366,918
08.11.2019 15:37:36
-32,400
74edb9a02493b61ca6e709007a550faaedb25c85
fix: change context types
[ { "change_type": "MODIFY", "diff": "@@ -6,9 +6,7 @@ type Props = {\nclassName?: string\n}\n-type ContextType = Omit<Props, 'children'>\n-\n-export const AccordionPanelItemContext = React.createContext<ContextType>({\n+export const AccordionPanelItemContext = React.createContext<{ name: string }>({\nname: ''...
TypeScript
MIT License
kufu/smarthr-ui
fix: change context types
1
fix
null
730,429
08.11.2019 15:42:41
18,000
fb68398f040a93cac06ae6010975dfe8c85a3ae8
test(journeys): reenable messaging tests
[ { "change_type": "MODIFY", "diff": "@@ -164,7 +164,7 @@ describe('Smoke Tests - Space Widget', () => {\n});\n});\n- describe.skip('messaging', () => {\n+ describe('messaging', () => {\nit('sends and receives messages', () => {\nconst martyText = 'Wait a minute. Wait a minute, Doc. Ah... Are you telling me t...
JavaScript
MIT License
webex/react-widgets
test(journeys): reenable messaging tests
1
test
journeys
942,586
08.11.2019 15:49:11
28,800
b5ffc2959edc7e37410f9958bdf7e648d2854fd4
fix: Add missing tilde on SASS imports and update Canvas Kit CSS usage README
[ { "change_type": "MODIFY", "diff": "@@ -4,9 +4,34 @@ The bundle package containing all modules of the Canvas CSS Kit.\n## Usage\n-Add your `node_modules` directory to your SASS `includePaths`. You will then be able to import\n-`index.scss`.\n+Canvas Kit CSS uses tilde `~` imports to resolve imports to your ...
TypeScript
Apache License 2.0
workday/canvas-kit
fix: Add missing tilde on SASS imports and update Canvas Kit CSS usage README (#307) (#308)
1
fix
null
71,101
08.11.2019 15:52:48
-3,600
a56f4cc2910f69bc01eebfc60039d739ea7aa373
chore: remove jsii aggreatepom from distribution artifacts This was a leftover from previous stages and should not be published (it has no artifacts anyway and is just a tooling artifact).
[ { "change_type": "MODIFY", "diff": "@@ -43,6 +43,9 @@ for dir in $(find packages -name dist | grep -v node_modules | grep -v run-wrapp\nrsync -av $dir/ ${distdir}/\ndone\n+# Remove a JSII aggregate POM that may have snuk past\n+rm -rf dist/java/software/amazon/jsii\n+\n# Get version from lerna\nversion=\"$(...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: remove jsii aggreatepom from distribution artifacts (#4929) This was a leftover from previous stages and should not be published (it has no artifacts anyway and is just a tooling artifact).
1
chore
null
276,946
08.11.2019 15:59:23
10,800
0329e14fd9bd6f695cf86623aa35ae1dbef18481
docs(docs/slider): add slider documentation
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ const Controlled = props => {\nconst [values, setValues] = useState([0, 7]);\nreturn (\n+ <div style={{ padding: 10 }}>\n<Slider\nmax={7}\nmin={0}\n@@ -163,6 +164,7 @@ const Controlled = props => {\n]}\n{...props}\n/>\n+ </div>\n);\n};\n", "new_path": ...
JavaScript
MIT License
gympass/yoga
docs(docs/slider): add slider documentation
1
docs
docs/slider
366,918
08.11.2019 16:00:18
-32,400
b6b91be67330d7da4346663d2e7206d13a626bce
doc: fix props
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,8 @@ import {\n} from 'smarthr-ui'\n<AccordionPanel\n- icon=\"none\"\n+ iconPosition=\"right\"\n+ displayIcon={true}\nexpandableMultiply={true}\ndefaultExpanded={['accordion-name']}\nonClick={handleClick}\n", "new_path": "src/components/AccordionPanel/READM...
TypeScript
MIT License
kufu/smarthr-ui
doc: fix props
1
doc
null
276,946
08.11.2019 16:00:35
10,800
67c7577051f36fe5a3418c1f5313a0d46bbfced9
docs(yoga/docs): update doc components style
[ { "change_type": "MODIFY", "diff": "@@ -59,22 +59,21 @@ const Preview = styled.div`\nconst Component = styled.div`\n${({\n+ 'data-center': center,\ndarkMode,\n- center,\ntheme: {\ncolors: { white, dark },\n},\n}) => `\nfont-family: 'Open Sans';\n- padding: 20px;\n- padding: 50px 20px;\n+ padding: 50px;\nbac...
JavaScript
MIT License
gympass/yoga
docs(yoga/docs): update doc components style
1
docs
yoga/docs
276,946
08.11.2019 16:03:05
10,800
47b60ad8b2ccc6fc8411f4c9467826666023a8de
chore(yoga/slider): add slider comments to document
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,8 @@ import { LabelView, LabelText } from './Label';\nimport Marker from './Marker';\nimport Step from './Step';\n-const SliderComponent = ({\n+/** Sliders allow users to make selections from a range of values. Sliders reflect a range of values along a bar, fro...
JavaScript
MIT License
gympass/yoga
chore(yoga/slider): add slider comments to document
1
chore
yoga/slider
276,946
08.11.2019 16:06:54
10,800
48aa4617841dac4de9771230eecc681152a75f4a
test(yoga/slider): remove .only from test
[ { "change_type": "MODIFY", "diff": "@@ -67,7 +67,7 @@ describe('<Slider />', () => {\n});\ndescribe('Tooltip', () => {\n- it.only('should render tooltips', () => {\n+ it('should render tooltips', () => {\nconst { container, getByRole, getByText } = render(\n<ThemeProvider>\n<Slider\n", "new_path": "pack...
JavaScript
MIT License
gympass/yoga
test(yoga/slider): remove .only from test
1
test
yoga/slider
366,937
08.11.2019 16:27:28
-32,400
88bab825970839d3eed46e814c61d4f5fedd641f
feat: add DescriptionList
[ { "change_type": "ADD", "diff": "+import { storiesOf } from '@storybook/react'\n+import * as React from 'react'\n+import styled from 'styled-components'\n+import { Heading } from '../Heading'\n+import { Base } from '../Base'\n+import { DescriptionList } from './DescriptionList'\n+\n+const DescriptionListIte...
TypeScript
MIT License
kufu/smarthr-ui
feat: add DescriptionList
1
feat
null
276,946
08.11.2019 16:27:54
10,800
0fe2febd28f2a3a2b3119c53020a92ae26cfcc79
docs(yoga/docs): update PropsTable destructuring
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,7 @@ const Table = ({\nname,\ndescription: { text: description },\ntype: { name: type },\n- defaultValue: { value: defaultValue },\n+ defaultValue,\nrequired: isRequired,\n}) => (\n<tr key={name}>\n@@ -94,7 +94,9 @@ const Table = ({\n<td>{description}</td>\n<...
JavaScript
MIT License
gympass/yoga
docs(yoga/docs): update PropsTable destructuring
1
docs
yoga/docs
866,394
08.11.2019 16:47:56
18,000
bc5cc6eae3d21562ebc00301e43bd8aad11c9e69
fix(imports): multiple import fixes for styles
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ const gulp = require('gulp'),\ncleanCSS = require('gulp-clean-css'),\nrename = require('gulp-rename'),\nsass = require('gulp-sass'),\n+ path = require('path'),\nsourcemaps = require('gulp-sourcemaps');\n/**\n@@ -24,8 +25,8 @@ function _sass() {\n.pipe(sour...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(imports): multiple import fixes for styles
1
fix
imports
866,394
08.11.2019 17:01:26
18,000
68d119f623a33faaf9facff167f8ea7669a1c15a
fix(imports): updating global import of components for main scss
[ { "change_type": "MODIFY", "diff": "@import 'globals/mixins';\n// Components\n-@import 'components/masthead/masthead';\n-@import 'components/horizontalrule/horizontalrule';\n-@import 'components/footer/index';\n+@import 'components/accordion/accordion-expressive';\n+@import 'components/button/button-express...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(imports): updating global import of components for main scss
1
fix
imports
276,946
08.11.2019 17:06:18
10,800
2a9739a62d2df8874250644c89ebdd580d3c1ead
chore(yoga/slider): fix due code review
[ { "change_type": "RENAME", "diff": "import React, { useState } from 'react';\nimport { Slider } from '@gympass/yoga';\n-const Controlled = props => {\n+const Working = props => {\nconst [values, setValues] = useState([0, 7]);\nreturn (\n@@ -168,4 +168,4 @@ const Controlled = props => {\n);\n};\n-export defa...
JavaScript
MIT License
gympass/yoga
chore(yoga/slider): fix due code review
1
chore
yoga/slider
276,946
08.11.2019 17:14:53
10,800
b175aa6d066de2e2131a0dd944297fcfb0a90647
ci(actions): remove --amend from lerna publish
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ jobs:\nGH_TOKEN=${GH_TOKEN}\nNPM_TOKEN=${NPM_TOKEN}\necho \"//registry.npmjs.org/:_authToken=${NPM_TOKEN}\" > ./.npmrc\n- yarn lerna publish --yes --amend\n+ yarn lerna publish --yes\nenv:\nGH_TOKEN: ${{ secrets.GH_TOKEN }}\nNPM_TOKEN: ${{ secrets.NPM_TO...
JavaScript
MIT License
gympass/yoga
ci(actions): remove --amend from lerna publish
1
ci
actions
679,913
08.11.2019 17:18:13
0
7a79928af2f1fc2dd079c927fd867f45fbae9096
bench(malloc): add/update benchmarks
[ { "change_type": "MODIFY", "diff": "@@ -6,17 +6,17 @@ const bench = require(\"@thi.ng/bench\").bench;\nconst tx = require(\"@thi.ng/transducers\");\nconst m = require(\"../lib/index\");\n-const pool = new m.MemPool({ buf: new ArrayBuffer(1024) });\n+const pool = new m.MemPool({ buf: new ArrayBuffer(0x2000) ...
TypeScript
Apache License 2.0
thi-ng/umbrella
bench(malloc): add/update benchmarks
1
bench
malloc
366,920
08.11.2019 17:27:12
-32,400
ddcfdb31459903a8cd535f678886065535c97cf1
refactor: Create useTheme hooks
[ { "change_type": "MODIFY", "diff": "import * as React from 'react'\nimport styled, { css } from 'styled-components'\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\nimport { ComponentProps, Size, StyledProperties } from '../../types/props'\n+import { useTheme } from '../../hooks/useTheme'\...
TypeScript
MIT License
kufu/smarthr-ui
refactor: Create useTheme hooks
1
refactor
null
366,918
08.11.2019 17:46:53
-32,400
c7928713bffffde4247dbddbcd8a656d6299c104
fix: callback onClick
[ { "change_type": "MODIFY", "diff": "import React, { useCallback, useState } from 'react'\n-\n+import { getNewExpandedItems } from './accordionPanelHelper'\nimport { flatArrayToMap } from '../../libs/map'\ntype Props = {\n@@ -15,9 +15,10 @@ type Props = {\nexport const AccordionPanelContext = React.createCon...
TypeScript
MIT License
kufu/smarthr-ui
fix: callback onClick
1
fix
null
277,000
08.11.2019 17:52:57
10,800
8292b7d899bf06950d39a0bbe4c9f464d760d058
refactor(card): adjusting tokens theme of Card Component
[ { "change_type": "ADD", "diff": "+import ExpoSnack from 'react-expo-snack';\n+\n+### Reference\n+\n+Gympass `<Card />` component can be used to display content related to a single subject.\n+The content can consist of multiple elements of varying types and sizes.\n+\n+### Usage\n+\n+<ExpoSnack id=\"@gympass...
JavaScript
MIT License
gympass/yoga
refactor(card): adjusting tokens theme of Card Component
1
refactor
card
679,913
08.11.2019 17:53:42
0
88c952d3c21a8908e93e9d26ab9f68ad17c1796f
refactor(vector-pools): update AttribPool imports replace malloc's wrap() w/ typedArray()
[ { "change_type": "MODIFY", "diff": "@@ -4,11 +4,12 @@ import {\nIRelease,\nSIZEOF,\nTypedArray,\n+ typedArray,\nTYPEDARRAY_CTORS\n} from \"@thi.ng/api\";\nimport { align, Pow2 } from \"@thi.ng/binary\";\nimport { isNumber } from \"@thi.ng/checks\";\n-import { MemPool, wrap } from \"@thi.ng/malloc\";\n+impor...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(vector-pools): update AttribPool imports - replace malloc's wrap() w/ typedArray()
1
refactor
vector-pools
815,814
08.11.2019 18:01:29
-7,200
af4c6bb951b135d3f6f3df649a966714a3561367
feat: add appearance property for material theme closes
[ { "change_type": "MODIFY", "diff": "@@ -125,6 +125,7 @@ map: {\n| ------------- | ------------- | ------------- | ------------- | ------------- |\n| [addTag] | `boolean \\| ((term: string) => any \\| Promise<any>)` | `false` | no | Allows to create custom options. |\n| addTagText | `string` | `Add item` | n...
TypeScript
MIT License
ng-select/ng-select
feat: add appearance property for material theme (#1413) closes #1334
1
feat
null
217,893
08.11.2019 18:21:16
-37,080
cd52d026c9e14995ac74e1b32c6fe41cab4a1181
chore: remove that log
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,6 @@ export class DoNotUseBrandWithoutName extends RotationTip {\nmatches(simulationResult: SimulationResult): boolean {\nconst nameIndex = simulationResult.steps.findIndex(step => step.action.is(NameOfTheElements));\n- console.log(nameIndex);\nreturn nameInd...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: remove that log
1
chore
null
67,476
08.11.2019 18:47:59
-3,600
6e2fdda6819d552318e534d319eebb0c29cea2d2
feat(kernel): add isNativeFunction helper
[ { "change_type": "MODIFY", "diff": "@@ -547,3 +547,55 @@ export function isObject<T extends object = Object | Function>(value: unknown):\nexport function isNullOrUndefined(value: unknown): value is null | undefined {\nreturn value === null || value === void 0;\n}\n+\n+/**\n+ * Determine whether the value is...
TypeScript
MIT License
aurelia/aurelia
feat(kernel): add isNativeFunction helper
1
feat
kernel
67,476
08.11.2019 18:49:01
-3,600
7d56668bf439f9b987b950a3ef55c4daef311a9f
fix(di): warn instead of throwing on native function dependencies
[ { "change_type": "MODIFY", "diff": "@@ -1057,7 +1057,7 @@ describe(`The Container class`, function () {\n// });\ndescribe(`registerTransformer()`, function () {\n- for (const key of [null, undefined, Object]) {\n+ for (const key of [null, undefined]) {\nit(_`throws on invalid key ${key}`, function () {\ncon...
TypeScript
MIT License
aurelia/aurelia
fix(di): warn instead of throwing on native function dependencies
1
fix
di
67,476
08.11.2019 19:10:02
-3,600
bc383c158f3b72cdb750ace2cb7eaf2d06c5b8bb
fix(attribute): do not use DOM type in constructor param
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,7 @@ import {\nLifecycleFlags,\nState,\nIScheduler,\n+ INode,\n} from '@aurelia/runtime';\nimport {\nAttributeObserver,\n@@ -52,9 +53,11 @@ export class AttributeBinding implements IPartialConnectableBinding {\npublic persistentFlags: LifecycleFlags = Lifecyc...
TypeScript
MIT License
aurelia/aurelia
fix(attribute): do not use DOM type in constructor param
1
fix
attribute
67,476
08.11.2019 19:21:47
-3,600
4505abd73188e400334e2a2cad34cd7aa31c7410
fix(runtime-html): do not use DOM types in constructor args
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import {\nLifecycleFlags,\nIScheduler,\nITask,\n+ INode,\n} from '@aurelia/runtime';\n/**\n@@ -10,6 +11,7 @@ import {\n* Wraps [`getAttributeNS`](https://developer.mozilla.org/en-US/docs/Web/API/Element/getAttributeNS).\n*/\nexport class AttributeNSAccesso...
TypeScript
MIT License
aurelia/aurelia
fix(runtime-html): do not use DOM types in constructor args
1
fix
runtime-html
67,476
08.11.2019 19:22:04
-3,600
778e48fdf080cb84fffe0ccda83f2913aadd4c7b
fix(router): do not use DOM types in constructor args
[ { "change_type": "MODIFY", "diff": "@@ -6,9 +6,14 @@ export class GotoCustomAttribute {\npublic value: unknown;\nprivate hasHref: boolean | null = null;\n+\n+ private readonly element: HTMLElement;\n+\npublic constructor(\n- @INode private readonly element: HTMLElement,\n- ) { }\n+ @INode element: INode,\n+...
TypeScript
MIT License
aurelia/aurelia
fix(router): do not use DOM types in constructor args
1
fix
router
67,476
08.11.2019 19:22:17
-3,600
bef63b30c2f5df86996f3e4272f31e8e14ff7830
fix(i18n): do not use DOM types in constructor args
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,8 @@ import {\nIScope,\nIsExpression,\nLifecycleFlags,\n- State\n+ State,\n+ INode\n} from '@aurelia/runtime';\nimport i18next from 'i18next';\nimport { I18N } from '../i18n';\n@@ -59,11 +60,14 @@ export class TranslationBinding implements IPartialConnectable...
TypeScript
MIT License
aurelia/aurelia
fix(i18n): do not use DOM types in constructor args
1
fix
i18n
67,476
08.11.2019 19:30:20
-3,600
3fbd4c1b33b6f38812a140dfac7fb002b8eb0b06
chore(test): do not use DOM type in constructor param
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,9 @@ describe('binding-behaviors', function () {\nclass FooAttr5 {\n@bindable({ primary: true })\npublic value: any;\n- public constructor(@INode private readonly element: Element) {\n+ private readonly element: Element;\n+ public constructor(@INode element: ...
TypeScript
MIT License
aurelia/aurelia
chore(test): do not use DOM type in constructor param
1
chore
test
679,913
08.11.2019 19:31:03
0
00a38ee810159ac7ce556c39504c31f3feb036a9
docs(ecs): update readme, add example screenshot
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/assets/examples/soa-ecs-100k.png differ\n", "new_path": "assets/examples/soa-ecs-100k.png", "old_path": "assets/examples/soa-ecs-100k.png" }, { "change_type": "MODIFY", "diff": "# soa-ecs\n+![100k particle system](https://raw....
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(ecs): update readme, add example screenshot
1
docs
ecs
815,598
08.11.2019 19:40:01
-28,800
3ea4f9bf1f35f13cf90ed1f4f771ca6d8d2ad936
chore: update to ckb-system-scripts 0.5.1 See
[ { "change_type": "MODIFY", "diff": "@@ -343,7 +343,7 @@ dependencies = [\n\"ckb-jsonrpc-types 0.25.0-pre\",\n\"ckb-shared 0.25.0-pre\",\n\"ckb-store 0.25.0-pre\",\n- \"ckb-system-scripts 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-system-scripts 0.5.1 (registry+https://github.c...
Rust
MIT License
nervosnetwork/ckb
chore: update to ckb-system-scripts 0.5.1 See https://github.com/nervosnetwork/ckb-system-scripts/compare/0.5.0...v0.5.1
1
chore
null
679,913
08.11.2019 19:44:55
0
d7bbaca2fea5724796aaac9166526a9ee89ed02b
docs(hdom-canvas): update readme, fix TOC
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ This project is part of the\n- [String](#string)\n- [Number](#number)\n- [Array](#array)\n- - [[@thi.ng/color](https://github.com/thi-ng/umbrella/tree/master/packages/color) values](#thingcolorhttpsgithubcomthi-ngumbrellatreemasterpackagescolor-values)\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(hdom-canvas): update readme, fix TOC
1
docs
hdom-canvas
791,704
08.11.2019 20:03:13
28,800
16cbb9e619efa0067843df0e7a1cc3248464f567
core: add new base artifact, HostFormFactor
[ { "change_type": "MODIFY", "diff": "const expectations = [\n{\nartifacts: {\n+ HostFormFactor: 'desktop',\n+ TestedAsMobileDevice: true,\nStacks: [{\nid: 'jquery',\n}, {\n", "new_path": "lighthouse-cli/test/smokehouse/test-definitions/dobetterweb/dbw-expectations.js", "old_path": "lighthouse-cli/tes...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: add new base artifact, HostFormFactor (#9923)
1
core
null
67,476
08.11.2019 20:15:21
-3,600
684024e004403550cea8be8d99a7c94caafa6aa8
chore(test): add missing INode deco's
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ describe('template-compiler.primary-bindable.spec.ts', function() {\npublic color: string;\nprivate readonly el: HTMLElement;\n- public constructor(el: INode) {\n+ public constructor(@INode el: INode) {\nthis.el = el as HTMLElement;\n}\n@@ -73,7 +73,7 @@...
TypeScript
MIT License
aurelia/aurelia
chore(test): add missing INode deco's
1
chore
test
67,476
08.11.2019 20:16:08
-3,600
61f29a665c94359fb2aad0d829007407618a6169
fix(kernel): use WeakMap for isNativeFunction for mem leaks
[ { "change_type": "MODIFY", "diff": "@@ -556,7 +556,7 @@ export function isNullOrUndefined(value: unknown): value is null | undefined {\n*/\nexport const isNativeFunction = (function () {\n// eslint-disable-next-line @typescript-eslint/ban-types\n- const lookup: Map<Function, boolean> = new Map();\n+ const l...
TypeScript
MIT License
aurelia/aurelia
fix(kernel): use WeakMap for isNativeFunction for mem leaks
1
fix
kernel
711,597
08.11.2019 20:43:33
-3,600
3a6c2777f51b532b7588fa03e4f9e496c8a6c22d
feat(core): Update search index on Product assigned/removed from Channel Relates to
[ { "change_type": "MODIFY", "diff": "@@ -6,12 +6,10 @@ import path from 'path';\nimport { dataDir, TEST_SETUP_TIMEOUT_MS, testConfig } from './config/test-config';\nimport { initialData } from './fixtures/e2e-initial-data';\n-import { PRODUCT_WITH_VARIANTS_FRAGMENT } from './graphql/fragments';\nimport {\nAs...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Update search index on Product assigned/removed from Channel Relates to #12
1
feat
core
679,913
08.11.2019 21:30:07
0
94ff3089d7c24627e57c731d57ab048ca1eff5b1
fix(associative): fix off-by-one error in sparseSet() factory, add tests
[ { "change_type": "MODIFY", "diff": "@@ -257,8 +257,8 @@ export class SparseSet32 extends ASparseSet<Uint32Array>\n* @param n\n*/\nexport const sparseSet = (n: number) =>\n- n < 0x100\n+ n <= 0x100\n? new SparseSet8(n)\n- : n < 0x10000\n+ : n <= 0x10000\n? new SparseSet16(n)\n: new SparseSet32(n);\n", "n...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(associative): fix off-by-one error in sparseSet() factory, add tests
1
fix
associative
679,913
08.11.2019 21:36:28
0
f277dd15538c6be98b6c3976af4f8a1c7ec73c38
docs(associative): update readme & pkg keywords
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,7 @@ operations working with these types:\nimplementations)\n- getters w/ optional \"not-found\" default value\n- `fromObject()` converters (for maps only)\n+- `SparseSet` implementations for numeric values\n- Polymorphic set operations (union, intersection, ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(associative): update readme & pkg keywords
1
docs
associative
679,913
08.11.2019 21:40:13
0
5e443f957bb765495cd235c1d5b708f4c79bfbf8
chore: remove branch thi.ng metadata from pkgs
[ { "change_type": "MODIFY", "diff": "\"publishConfig\": {\n\"access\": \"public\"\n},\n- \"sideEffects\": false,\n- \"thi.ng\": {\n- \"branch\": \"develop\"\n- }\n+ \"sideEffects\": false\n}\n\\ No newline at end of file\n", "new_path": "packages/grid-iterators/package.json", "old_path": "packages/gr...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore: remove branch thi.ng metadata from pkgs
1
chore
null
76,605
08.11.2019 21:58:23
-3,600
fb5f3645439008fca904988ae9a6cb9f54b36316
fix: make nlu luis work
[ { "change_type": "MODIFY", "diff": "@@ -284,7 +284,14 @@ class DomainManager extends Clonable {\n};\nreturn input;\n}\n- const classifications = await nlu.process(input.utterance);\n+ const nluAnswer = await nlu.process(input.utterance);\n+ let classifications;\n+ if (Array.isArray(nluAnswer)) {\n+ classifi...
JavaScript
MIT License
axa-group/nlp.js
fix: make nlu luis work
1
fix
null
730,428
08.11.2019 22:07:22
0
d1502d26dc4447d34468c502353661684ed0848c
chore(release): 0.2.59 [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.59](https://github.com/webex/react-widgets/compare/v0.2.58...v0.2.59) (2019-11-08)\n+\...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.2.59 [skip ci]
1
chore
release
67,476
08.11.2019 22:24:15
-3,600
cde518ce82f2b4a685fac7cf6b589b502384eb4f
refactor(realm): register IOptions as per-realm instead
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { DebugConfiguration } from '@aurelia/debug';\nimport { resolve } from 'path';\nimport { Realm } from './vm/realm';\nimport { DI, LoggerConfiguration, LogLevel, ColorOptions, Registration } from '@aurelia/kernel';\n-import { IFileSystem } from './sy...
TypeScript
MIT License
aurelia/aurelia
refactor(realm): register IOptions as per-realm instead
1
refactor
realm
67,476
08.11.2019 22:58:21
-3,600
bda1cf2adcb0ab53f411eb33df929b2834504030
refactor(aot): merge ECMAScriptFunction into Function
[ { "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
refactor(aot): merge ECMAScriptFunction into Function
1
refactor
aot
67,476
08.11.2019 22:58:53
-3,600
023dea85336f5b984da2a10da7195e79fc050912
feat(aot): implement PrepareForOrdinaryCall
[ { "change_type": "MODIFY", "diff": "@@ -2349,6 +2349,50 @@ export class $Function<\n}\n}\n+// http://www.ecma-international.org/ecma-262/#sec-prepareforordinarycall\n+function $PrepareForOrdinaryCall(F: $Function, newTarget: $Object | $Undefined): ExecutionContext {\n+ const realm = F.realm;\n+ const stack ...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement PrepareForOrdinaryCall
1
feat
aot
838,025
08.11.2019 23:09:26
-10,800
37db86ef7e880fa2e28390dc561cb25d0ecb5b43
feat: message_new 5.103 version
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,10 @@ package object // import \"github.com/SevereCloud/vksdk/object\"\ntype MessageNewFunc func(MessageNewObject, int)\n// MessageNewObject struct\n-type MessageNewObject MessagesMessage\n+type MessageNewObject struct {\n+ Message MessagesMessage `json:\"messa...
Go
MIT License
severecloud/vksdk
feat: message_new 5.103 version
1
feat
null
838,025
08.11.2019 23:12:21
-10,800
b7f9820e24f468c8e902d8d5d741d53a46e6f936
feat: baseImage update
[ { "change_type": "MODIFY", "diff": "@@ -16,9 +16,5 @@ type AppWidgetsGroupImageUploadResponse struct {\ntype AppWidgetsImage struct {\nID string `json:\"id\"`\nType string `json:\"type\"`\n- Images struct {\n- URL string `json:\"url\"`\n- Width int `json:\"width\"`\n- Height int `json:\"height\"`\n- } `json...
Go
MIT License
severecloud/vksdk
feat: baseImage update
1
feat
null
838,025
08.11.2019 23:20:37
-10,800
9f4ac1cb9bc09e796e5dbb02b54bee43a87658b8
feat: MessagesMessage add is_cropped
[ { "change_type": "MODIFY", "diff": "@@ -50,6 +50,7 @@ type MessagesMessage struct {\nID int `json:\"id\"` // Message ID\nImportant bool `json:\"important\"` // Is it an important message\nIsHidden bool `json:\"is_hidden\"`\n+ IsCropped bool `json:\"is_cropped\"`\nKeyboard MessagesKeyboard `json:\"keyboard\"...
Go
MIT License
severecloud/vksdk
feat: MessagesMessage add is_cropped
1
feat
null
838,025
08.11.2019 23:29:01
-10,800
0f666116e9855a9baf2fce615ad121c360a1536d
fix: docsDocPreviewPhotoSizes need Src
[ { "change_type": "MODIFY", "diff": "@@ -38,8 +38,10 @@ type docsDocPreviewPhoto struct {\ntype docsDocPreviewPhotoSizes struct {\n// BUG(VK): json: cannot unmarshal number 162.000000 into Go struct field docsDocPreviewPhotoSizes.doc.preview.photo.sizes.height of type int\n- baseImage\n+ Height float64 `json...
Go
MIT License
severecloud/vksdk
fix: docsDocPreviewPhotoSizes need Src
1
fix
null
67,516
08.11.2019 23:53:00
-3,600
f4dc5b7e06105d05c30c6364ec302ecbc01b67d0
feat(aot): RS IfStatement#Evaluate
[ { "change_type": "MODIFY", "diff": "@@ -149,6 +149,7 @@ import { empty, $Undefined, $Object, $String, $NamespaceExoticObject, $Empty, $N\nimport { PatternMatcher } from '../system/pattern-matcher';\nimport { $ModuleEnvRec, $EnvRec } from './environment';\nimport { $AbstractRelationalComparison, $InstanceOfO...
TypeScript
MIT License
aurelia/aurelia
feat(aot): RS IfStatement#Evaluate
1
feat
aot
679,913
09.11.2019 00:30:04
0
39bf8f17b4396e24dc2137e5e411991db269a777
refactor(api): fix refactor Range types
[ { "change_type": "MODIFY", "diff": "@@ -2,36 +2,35 @@ export type Range0_1 = 0 | 1;\nexport type Range0_3 = Range0_1 | 2 | 3;\n-export type Range0_7 = Range0_3 | 4 | 5 | 6 | 7;\n+export type Range0_7 = Range0_3 | Range4_7;\n-export type Range0_15 = Range0_7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;\n+export ty...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(api): fix #168, refactor Range types
1
refactor
api
679,913
09.11.2019 00:44:57
0
963c73a3046877bd12e451dd8ee24ff3eae2dfa9
refactor(transducers): fix update wrapSides() bounds check
[ { "change_type": "MODIFY", "diff": "import { ensureArray } from \"@thi.ng/arrays\";\nimport { illegalArgs } from \"@thi.ng/errors\";\n+import { inRange } from \"@thi.ng/math\";\n/**\n* Yields iterator of `src` with the last `numLeft` values of `src`\n@@ -21,13 +22,8 @@ export function* wrapSides<T>(\nnumRig...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(transducers): fix #166, update wrapSides() bounds check
1
refactor
transducers
815,601
09.11.2019 00:57:51
-28,800
81828b0f566d1a34c93daf6edbe34bffa3af108f
fix: proposal table bound
[ { "change_type": "MODIFY", "diff": "@@ -64,27 +64,52 @@ impl ProposalTable {\norigin: &ProposalView,\nnumber: BlockNumber,\n) -> (HashSet<ProposalShortId>, ProposalView) {\n- let proposal_start = number.saturating_sub(self.proposal_window.farthest()) + 1;\n- let proposal_end = number.saturating_sub(self.pro...
Rust
MIT License
nervosnetwork/ckb
fix: proposal table bound
1
fix
null
679,913
09.11.2019 01:31:13
0
552358207cdf1dfdcb2ca78deac326ecad895fa9
refactor(transducers): update tween() args add TweenOpts add/update docstrings BREAKING CHANGE: replace tween() args w/ `TweenOpts` config object
[ { "change_type": "MODIFY", "diff": "@@ -2,44 +2,71 @@ import { Fn2 } from \"@thi.ng/api\";\nimport { normRange } from \"./norm-range\";\nimport { repeat } from \"./repeat\";\n+export interface TweenOpts<A, B, C> {\n/**\n- * Takes a number of keyframe tuples (`stops`) and yields a sequence of\n- * `n+1` equa...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(transducers): update tween() args - add TweenOpts - add/update docstrings BREAKING CHANGE: replace tween() args w/ `TweenOpts` config object
1
refactor
transducers
679,913
09.11.2019 01:32:29
0
0359d4ae9b6d8242a582426f31e5b40ec4f16b5b
refactor(color): update multiCosineGradient() update tween() args due to API change
[ { "change_type": "MODIFY", "diff": "@@ -185,10 +185,19 @@ export const cosineCoeffs = (from: ReadonlyColor, to: ReadonlyColor) => {\n*\n* @see thi.ng/transducers/iter/tween\n*\n- * @param n\n+ * @param num\n* @param stops\n*/\nexport const multiCosineGradient = (\n- n: number,\n+ num: number,\n...stops: [nu...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(color): update multiCosineGradient() - update tween() args due to API change
1
refactor
color
679,913
09.11.2019 01:33:21
0
3664f143bf08f2d03540a32834104d82055423be
fix(examples): update PARAMS transducer (TS inferencer issue)
[ { "change_type": "MODIFY", "diff": "@@ -24,8 +24,10 @@ const slider = (label: string, attribs: any, stream: Stream<number>) => () => [\n[\"span.ml3\", stream.deref()]\n];\n+type ParamDef = [string, any, number];\n+\n// prettier-ignore\n-export const PARAM_DEFS: IObjectOf<[string, any, number]> = {\n+export ...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(examples): update PARAMS transducer (TS inferencer issue)
1
fix
examples
679,913
09.11.2019 01:55:09
0
74dab9a7010cdec575806ee3b5eb45df6fd6331e
refactor(simd): fix update normalize2_f32_aos() extract inline $norm() helper
[ { "change_type": "MODIFY", "diff": "import { __magsq2, __magsq4 } from \"./inline/magsq\";\n+// @ts-ignore: decorator\n+@inline\n+function $norm(m: f32, norm: f32): f32 {\n+ return m > f32.EPSILON ? norm / sqrt<f32>(m) : 1;\n+}\n+\nexport function normalize2_f32_aos(\nout: usize,\na: usize,\n@@ -11,18 +17,8...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(simd): fix #162, update normalize2_f32_aos() - extract inline $norm() helper
1
refactor
simd
679,913
09.11.2019 02:02:22
0
6737c6490bbea47edba3bed97d699caf840fdac8
refactor(malloc): fix extract splitBlock() method
[ { "change_type": "MODIFY", "diff": "@@ -139,16 +139,8 @@ export class MemPool implements IMemPool {\nthis.top = block + this.setBlockSize(block, paddedSize);\n} else if (this.doSplit) {\nconst excess = blockSize - paddedSize;\n- if (excess >= this.minSplit) {\n- this.insert(\n- this.initBlock(\n- block + th...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(malloc): fix #163, extract splitBlock() method
1
refactor
malloc
679,913
09.11.2019 02:35:52
0
0e0a76f681a173b68fe95999032cf2ccb848594c
refactor(associative): fix update set op reducers extract internal xformSetOp HOF reducer update unionR/intersectionR/differenceR()
[ { "change_type": "MODIFY", "diff": "-import { reduce, Reducer } from \"@thi.ng/transducers\";\n+import { Reducer } from \"@thi.ng/transducers\";\n+import { xformSetOp } from \"./internal/xform-setop\";\nimport { into } from \"./into\";\n-import { copy, empty, ensureSet } from \"./utils\";\n+import { copy, e...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(associative): fix #169, update set op reducers - extract internal xformSetOp HOF reducer - update unionR/intersectionR/differenceR()
1
refactor
associative
791,723
09.11.2019 07:39:09
28,800
ea4a10596a11491d9dd59f380635cef5354de6db
misc(lhci): build-dir => staticDistDir
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,6 @@ yarn now-build\n# Install LHCI\nnpm install -g @lhci/cli@next\n# Collect our LHCI results.\n-lhci collect --build-dir=./dist/now/english/\n+lhci collect --staticDistDir=./dist/now/english/\n# Upload the results to our canary server.\nlhci upload --server...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(lhci): build-dir => staticDistDir (#9951)
1
misc
lhci
217,885
09.11.2019 07:44:23
28,800
a21e38245192bca6dfb9bb291f6cc79f0a2fd3df
feat(packet capture): CN-region packet capture is now supported ^^ Update node-machina-ffxiv to 2.21.0 Courtesy of zhyupe
[ { "change_type": "MODIFY", "diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.20.1\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.20.1.tgz\",\n- \"integrity\": \"sha512-evhvLQ3Os4wifmqWO4shk+KMwLXzPcZyLXdzVYjlcqyLo8bloy3J7rb4agPk0tkfBB43/NKEkRAfG/hXVu0X...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(packet capture): CN-region packet capture is now supported ^^ Update node-machina-ffxiv to 2.21.0 Courtesy of zhyupe
1
feat
packet capture
447,440
09.11.2019 09:44:28
21,600
c7d9ef56280a3d6d0d0f72c5c0fcc243823790e8
refactor: migrate VisualPickerOptionFooter to styled-components
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport PropTypes from 'prop-types';\n-import classnames from 'classnames';\nimport RenderIf from '../RenderIf';\n-import './styles.css';\n+import StyledContainer from './styled/container';\n+import StyledLabel from './styled/label';\n+import St...
JavaScript
MIT License
nexxtway/react-rainbow
refactor: migrate VisualPickerOptionFooter to styled-components (#1133)
1
refactor
null
67,516
09.11.2019 10:27:22
-3,600
2006f9f970b041194efcee402ff624f134b8e72b
refactor(aot): moved the statement evaluation
[ { "change_type": "MODIFY", "diff": "@@ -1045,6 +1045,36 @@ function isIIFE(expr: $FunctionExpression | $ArrowFunction): boolean {\nreturn (parent.node as Node).kind === SyntaxKind.CallExpression && (parent as $CallExpression).node.expression === prev.node;\n}\n+function evaluateStatement(statement: $$ESStat...
TypeScript
MIT License
aurelia/aurelia
refactor(aot): moved the statement evaluation
1
refactor
aot
67,516
09.11.2019 11:02:24
-3,600
450e3b84cc714c161dfd8c5121c42975e796a47d
feat(aot): EmptyStmt Evaluate implementation
[ { "change_type": "MODIFY", "diff": "@@ -8043,8 +8043,7 @@ export class $EmptyStatement implements I$Node {\n// EmptyStatement : ;\n// 1. Return NormalCompletion(empty).\n-\n- return null as any; // TODO: implement this\n+ return CompletionRecord.createNormal(this.realm['[[Intrinsics]]'].empty, this.realm);\...
TypeScript
MIT License
aurelia/aurelia
feat(aot): EmptyStmt Evaluate implementation
1
feat
aot
722,013
09.11.2019 11:35:08
21,600
6ec4e9d80a0c061f3f287b82f2845ee6e490daee
feat: add option to disable progress bar
[ { "change_type": "MODIFY", "diff": "@@ -50,10 +50,13 @@ const getProgressPlugin = (msg: string) => {\n}\nexport function commandBuild(config: ProcessedStyleGuidistConfigObject): Compiler {\n- let bar: ProgressBar|undefined;\n- if((config.webpackConfig.plugins || []).find(p => p.constructor === ProgressPlugi...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
feat: add option to disable progress bar
1
feat
null
722,013
09.11.2019 12:05:49
21,600
93d74f68ea66b1f5a07add3fc6d5e1e801fa81ce
docs: vudes example fix padded prop
[ { "change_type": "MODIFY", "diff": "@@ -45,13 +45,12 @@ export function PlaygroundRenderer({\nclasses,\nexampleIndex,\nname,\n- padded,\npreview,\npreviewProps,\ntabBody,\n}) {\nconst { className, ...props } = previewProps;\n- const previewClasses = cx(classes.preview, className, { [classes.padded]: padded ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: vudes example fix padded prop
1
docs
null
722,013
09.11.2019 12:23:05
21,600
3495840f9817d0401e8afc501ff1a71a664c1ca0
fix: wrongly filtered and typed props array
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ import { Example } from '../../types/Example'\n*/\nexport default function processComponents(components: Component[]): Component[] {\nreturn components.map(component => {\n- const newComponent = {\n+ const newComponent: Component = {\n...component,\n// A...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: wrongly filtered and typed props array
1
fix
null
722,013
09.11.2019 12:26:55
21,600
818ca3507ea045ebb73c94da6a29eb6f599be7e5
docs: extract the theme in a file
[ { "change_type": "DELETE", "diff": "-module.exports = {\n- StyleGuide: {\n- logo: {\n- padding: 24,\n- color: '#e9f3fd'\n- }\n- },\n- Version:{\n- version: {\n- color: '#258aef',\n- margin: [[8, 0, 0]],\n- padding: [[4, 8, 5]],\n- display:'inline-block',\n- fontWeight: 400,\n- lineHeight: 1,\n- border: [[1,...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: extract the theme in a file
1
docs
null
679,913
09.11.2019 13:39:30
0
16548dbd9748aa1a5a1513de1e70e5bdadc50819
docs(hiccup-markdown): add note about to readme
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ This project is part of the\n- [Dependencies](#dependencies)\n- [Parser](#parser)\n- [Features](#features)\n- - [Limitations](#limitations)\n+ - [Current issues & limitations](#current-issues--limitations)\n- [Other parser features](#other-parser-feature...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(hiccup-markdown): add note about #156 to readme
1
docs
hiccup-markdown
67,494
09.11.2019 14:12:00
-3,600
63d4a38683907832cb8a34725a12d7ff6cb79549
refactor(router): update component parameters interface
[ { "change_type": "MODIFY", "diff": "@@ -16,8 +16,8 @@ export type RouteableComponentType<C extends Constructable = Constructable> = Cu\nexport interface IRouteableComponent<T extends INode = INode> extends IViewModel<T> {\nreentryBehavior?: ReentryBehavior;\n- canEnter?(parameters: string[] | Record<string,...
TypeScript
MIT License
aurelia/aurelia
refactor(router): update component parameters interface
1
refactor
router
67,494
09.11.2019 14:13:02
-3,600
3adbb300e97db2f981b401336d0f080e99d98b10
refactor(router): remove parameterList from interface
[ { "change_type": "MODIFY", "diff": "@@ -44,8 +44,7 @@ export interface IStoredNavigatorEntry {\npath?: string;\ntitle?: string;\nquery?: string;\n- parameters?: Record<string, string>;\n- parameterList?: string[];\n+ parameters?: Record<string, unknown>;\ndata?: Record<string, unknown>;\n}\n", "new_path...
TypeScript
MIT License
aurelia/aurelia
refactor(router): remove parameterList from interface
1
refactor
router
67,494
09.11.2019 14:14:51
-3,600
93ddcc11e076398f6918cd4b2128e74e9b956427
refactor(router): remove mergeParameters & refactor parseQuery
[ { "change_type": "MODIFY", "diff": "@@ -9,53 +9,70 @@ export interface IMergedParameters {\nmerged: string[] | Record<string, string>;\n}\n-export function parseQuery(query: string | null | undefined): IParsedQuery {\n- const parameters: Record<Exclude<string, '-unnamed'>, string> | (Record<Exclude<string, ...
TypeScript
MIT License
aurelia/aurelia
refactor(router): remove mergeParameters & refactor parseQuery
1
refactor
router
67,494
09.11.2019 14:17:17
-3,600
0e84473b7cc5e9ac7bf598be0ae85bde105130c2
refactor(router): add createViewportInstruction & skip parseQuery
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { Aurelia, IController, IRenderContext, IViewModel, Controller } from '@a\nimport { BrowserNavigator } from './browser-navigator';\nimport { Guardian, GuardTypes } from './guardian';\nimport { InstructionResolver, IRouteSeparators } from './instruct...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add createViewportInstruction & skip parseQuery
1
refactor
router
67,494
09.11.2019 14:21:36
-3,600
39a41dbca27b22dc0b4c3b488405789339911824
refactor(router): keep parameter types & add specified, sorted and instruction resolver
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import { ComponentAppellation, ComponentParameters, IRouteableComponent, Routeab\nimport { IRouter } from './router';\nimport { ComponentAppellationResolver } from './type-resolvers';\nimport { Viewport } from './viewport';\n-import { IComponentParameter }...
TypeScript
MIT License
aurelia/aurelia
refactor(router): keep parameter types & add specified, sorted and instruction resolver
1
refactor
router
722,013
09.11.2019 14:23:02
21,600
5878ead3b0d2b073a55460a680e61cf936b01d66
docs: extract webpack config in vueds
[ { "change_type": "ADD", "diff": "+const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin\n+const vueLoader = require('vue-loader')\n+\n+module.exports = {\n+ module: {\n+ rules: [\n+ {\n+ test: /\\.vue$/,\n+ loader: 'vue-loader'\n+ },\n+ {\n+ test: /\\.js$/,\n+ loader: 'babel-l...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: extract webpack config in vueds
1
docs
null
67,494
09.11.2019 14:23:08
-3,600
c9718de8c16441a7644d4b01fc04af9a81c60078
refactor(router): add createViewportInstruction & stringify specified parameters
[ { "change_type": "MODIFY", "diff": "+import { ComponentParameters, ComponentAppellation, ViewportHandle } from './interfaces';\nimport { ViewportInstruction } from './viewport-instruction';\n-import { ComponentParameters } from './interfaces';\nexport interface IInstructionResolverOptions {\nseparators?: IR...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add createViewportInstruction & stringify specified parameters
1
refactor
router
67,494
09.11.2019 14:23:58
-3,600
e0a3f4360de3860e1e50b5f1c5885b28145db75a
refactor(router): use new same parameters check
[ { "change_type": "MODIFY", "diff": "@@ -81,7 +81,7 @@ export class NavRoute {\nconst components = this.linkActive as ViewportInstruction[];\nconst activeComponents = this.nav.router.instructionResolver.flattenViewportInstructions(this.nav.router.activeComponents);\nfor (const component of components) {\n- i...
TypeScript
MIT License
aurelia/aurelia
refactor(router): use new same parameters check
1
refactor
router
722,013
09.11.2019 14:26:13
21,600
cfd33f6ee729075c4c45fff30ac65e2d5054d1e5
docs: finish polishing the vueds theme
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ const styles = ({ color, fontSize, space }) => ({\nheader: {\nmarginBottom: space[3],\nbackground: '#e9f3fd',\n- margin: '-16px -64px 48px -64px',\n+ margin: '-16px -32px 48px -64px',\npadding: '64px 64px',\n},\ntabs: {\n", "new_path": "examples/vued...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: finish polishing the vueds theme
1
docs
null
722,013
09.11.2019 14:26:35
21,600
b663f1eed4503b225a05c804667c4e1816c140b3
fix: section depth needs too be taken
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,7 @@ export function pitch(this: StyleguidistContext, source: string): string {\nconst config = this._styleguidist\nif (!config.sections) return ''\n- let sections = getSections(config.sections, config, 0)\n+ let sections = getSections(config.sections, config...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: section depth needs too be taken
1
fix
null
67,494
09.11.2019 14:26:44
-3,600
7b012fa9c28697281485110f64a1e1a1f4442a4f
refactor(router): use and pass specified parameters
[ { "change_type": "MODIFY", "diff": "import { IContainer, Reporter } from '@aurelia/kernel';\nimport { Controller, IController, INode, IRenderContext, LifecycleFlags } from '@aurelia/runtime';\nimport { INavigatorInstruction, IRouteableComponent, RouteableComponentType, ReentryBehavior } from './interfaces';...
TypeScript
MIT License
aurelia/aurelia
refactor(router): use and pass specified parameters
1
refactor
router
722,013
09.11.2019 14:27:33
21,600
2fe23c0fa6c89cd5fed6ef00ed85891647fe2633
docs: cusor: pointer
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,8 @@ module.exports = {\n'& & a': {\nfontSize: '13px';\nfontWeight: 'normal',\n- color: '#258aef'\n+ color: '#258aef',\n+ cursor: 'pointer'\n}\n}\n},\n", "new_path": "examples/vueds/styleguide/vueds-theme.js", "old_path": "examples/vueds/styleguide/vu...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: cusor: pointer
1
docs
null
67,494
09.11.2019 14:29:34
-3,600
775f7909d365d2bce93b55f8360c800216b76ee1
test(router): add parsing and specified parameter tests
[ { "change_type": "MODIFY", "diff": "@@ -45,8 +45,8 @@ describe('InstructionResolver', function () {\nconst { host, router, tearDown } = await setup();\nlet instructions: ViewportInstruction[] = [\n- new ViewportInstruction('foo', 'left', '123'),\n- new ViewportInstruction('bar', 'right', '456'),\n+ router.c...
TypeScript
MIT License
aurelia/aurelia
test(router): add parsing and specified parameter tests
1
test
router
722,013
09.11.2019 14:33:56
21,600
2b123cbdd8df186bce56960cb248a5d91fe6cfa1
docs: fix theme of vueds
[ { "change_type": "MODIFY", "diff": "+const theme = {\n+ maxWidth: 'auto',\n+ color: {\n+ sidebarBackground: '#02172d',\n+ border: 'rgba(255, 255, 255, 0.1)',\n+ link: '#258aef',\n+ linkHover: '#1070d1',\n+ /**\n+ * prism colors configuration\n+ */\n+ codeComment: '#6d6d6d',\n+ codePunctuation: '#54a3f2',\n+...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: fix theme of vueds
1
docs
null
67,494
09.11.2019 14:34:58
-3,600
c2597f972a172ebaf8e10cae938a51f35b5525d2
test(router): update parameter strings
[ { "change_type": "MODIFY", "diff": "@@ -581,12 +581,12 @@ describe('Router', function () {\nconst { scheduler, host, router, tearDown } = await setup();\n- await $goto('bar(123&OneTwoThree)@left', router, scheduler);\n+ await $goto('bar(123,OneTwoThree)@left', router, scheduler);\nassert.includes(host.textC...
TypeScript
MIT License
aurelia/aurelia
test(router): update parameter strings
1
test
router
67,476
09.11.2019 14:40:29
-3,600
551fa51cfeeb6e2221cd11bf539e3c6019cfd7ad
feat(aot): implement OrdinaryCallBindThis
[ { "change_type": "MODIFY", "diff": "@@ -2393,6 +2393,64 @@ function $PrepareForOrdinaryCall(F: $Function, newTarget: $Object | $Undefined):\nreturn calleeContext;\n}\n+\n+// http://www.ecma-international.org/ecma-262/#sec-ordinarycallbindthis\n+function $OrdinaryCallBindThis(\n+ F: $Function,\n+ calleeConte...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement OrdinaryCallBindThis
1
feat
aot
531,793
09.11.2019 14:57:50
0
da66604864699634313b65047785104e2772aebc
fix(ui): reformat js code
[ { "change_type": "MODIFY", "diff": "@@ -80,8 +80,9 @@ const GroupFooter = observer(\n))}\n{Object.keys(group.shared.silences).length === 0 ? null : (\n<div className=\"components-grid-alertgrid-alertgroup-shared-silence rounded-0 border-0\">\n- {Object.entries(group.shared.silences).map(\n- ([cluster, silen...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): reformat js code
1
fix
ui
401,147
09.11.2019 16:02:39
-19,080
85afce5032b0ff1e83a664909a78102011c5aa14
docs(core): update docs for multiple components affects:
[ { "change_type": "MODIFY", "diff": "+import { defaultTheme } from '@medly-components/theme';\nimport { styled } from '@medly-components/utils';\nimport Text from '../Text';\nimport { Props, StyledProps } from './types';\n@@ -39,3 +40,7 @@ export const AvatarStyled = styled('div').attrs(getMappedProps)<Style...
TypeScript
MIT License
medly/medly-components
docs(core): update docs for multiple components affects: @medly-components/core
1
docs
core
401,147
09.11.2019 16:19:07
-19,080
92b100d98624108070d4e6c3778a13698a6ddcdb
docs(core): update chip and button component affects:
[ { "change_type": "MODIFY", "diff": "import { ButtonTheme } from '@medly-components/theme';\n+import { action } from '@storybook/addon-actions';\nimport { boolean, select } from '@storybook/addon-knobs';\nimport React from 'react';\nimport { Button } from './Button';\n@@ -9,13 +10,10 @@ const color: Array<Pr...
TypeScript
MIT License
medly/medly-components
docs(core): update chip and button component affects: @medly-components/core
1
docs
core
67,476
09.11.2019 16:27:59
-3,600
ec64257c24cba42c43a26df4e91bd88239ae82eb
feat(aot): implement [[Call]]
[ { "change_type": "MODIFY", "diff": "@@ -2119,8 +2119,37 @@ export class $Function<\n// http://www.ecma-international.org/ecma-262/#sec-ecmascript-function-objects-call-thisargument-argumentslist\npublic '[[Call]]'(thisArgument: $Any, argumentsList: readonly $Any[]): $Any {\n- // TODO\n- return {} as any;\n+...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement [[Call]]
1
feat
aot
791,704
09.11.2019 16:51:22
28,800
93560f409ea5f590d0891a6ee6937f0933becf16
core: use the same scoring curve for desktop in all channels
[ { "change_type": "MODIFY", "diff": "@@ -27,20 +27,27 @@ class FirstContentfulPaint extends Audit {\ntitle: str_(i18n.UIStrings.firstContentfulPaintMetric),\ndescription: str_(UIStrings.description),\nscoreDisplayMode: Audit.SCORING_MODES.NUMERIC,\n- requiredArtifacts: ['traces', 'devtoolsLogs'],\n+ required...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: use the same scoring curve for desktop in all channels (#9911)
1
core
null
722,013
09.11.2019 17:01:06
21,600
ad21a3a036a632489023785d35c3b6a6557b489a
docs: update pug example with core-js dependency
[ { "change_type": "MODIFY", "diff": "\"babel-plugin-transform-vue-jsx\": \"^3.7.0\",\n\"cheerio\": \"^1.0.0-rc.2\",\n\"concurrently\": \"^4.1.1\",\n+ \"core-js\": \"^3.4.0\",\n\"cross-env\": \"^5.2.0\",\n\"css-loader\": \"^2.1.1\",\n\"danger\": \"^7.0.17\",\n", "new_path": "package.json", "old_path":...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: update pug example with core-js dependency
1
docs
null