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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
749,516 | 16.08.2019 10:48:00 | 21,600 | 0fc8df01621c2dddc237334c9beece8e45478cae | fix(dropdowns): persist cursor location in Autocomplete | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,10 @@ export interface IDropdownProps {\noptions: StateChangeOptions<any>,\nstateAndHelpers: ControllerStateAndHelpers<any>\n) => void;\n+ onInputValueChange?: (\n+ inputValue: string,\n+ stateAndHelpers: ControllerStateAndHelpers<any>\n+ ) => void;\ndownshif... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(dropdowns): persist cursor location in Autocomplete (#414) | 1 | fix | dropdowns |
699,193 | 16.08.2019 10:51:17 | 25,200 | 2a8ec3548506802b48de73a021f7cf3c17efa397 | fix(website): import order lint | [
{
"change_type": "MODIFY",
"diff": "@@ -2,9 +2,9 @@ import * as React from 'react';\nimport styled from '@emotion/styled';\nimport {themeGet} from 'styled-system';\n+import {Anchor} from '@twilio-paste/anchor';\nimport {Box} from '@twilio-paste/box';\nimport {Heading} from '../Heading';\n-import {Anchor} fr... | TypeScript | MIT License | twilio-labs/paste | fix(website): import order lint | 1 | fix | website |
713,841 | 16.08.2019 11:15:00 | -7,200 | a702b9073c12f5cf88c0610df38979609360da97 | refactor: remove old references to flow | [
{
"change_type": "MODIFY",
"diff": "@@ -3,5 +3,4 @@ coverage/\nlib/\n.nyc_output\ntests-report/\n-flow-typed/\nbuild/\n",
"new_path": "core/streams/.eslintignore",
"old_path": "core/streams/.eslintignore"
},
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@verdaccio/types\",\n\"versio... | TypeScript | MIT License | verdaccio/monorepo | refactor: remove old references to flow | 1 | refactor | null |
104,839 | 16.08.2019 11:42:02 | 10,800 | 112da1664985b5c5534bc60ea2c14eae5c344903 | feat(imagecard): support max zoom spec | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ const ContentWrapper = styled.div`\n`;\nconst ImageCard = ({ title, content, size, onCardAction, isEditable, ...others }) => {\n- const { src, alt, hotspots } = content;\n+ const { src, alt, hotspots, zoomMax } = content;\nconst supportedSizes = [CARD_SI... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(imagecard): support max zoom spec | 1 | feat | imagecard |
713,841 | 16.08.2019 11:46:15 | -7,200 | bd4f463d0d7492d9e4cdb5fa4c91607cf358922d | refactor: use a common editorconfig root configuration
Also, add EditorConfig plugin and settings to Development Container | [
{
"change_type": "MODIFY",
"diff": "\"runArgs\": [ \"-v\", \"${env:HOME}${env:USERPROFILE}/.ssh:/root/.ssh-localhost:ro\" ],\n\"settings\": {\n- \"editor.rulers\": [80, 120],\n+ \"editor.rulers\": [120],\n\"files.insertFinalNewline\": true,\n\"files.trimFinalNewlines\": true,\n\"files.trimTrailingWhitespace... | TypeScript | MIT License | verdaccio/monorepo | refactor: use a common editorconfig root configuration
Also, add EditorConfig plugin and settings to Development Container | 1 | refactor | null |
699,189 | 16.08.2019 12:09:31 | 25,200 | 6b5edd17da56511901d77a4e13619bb93eac2864 | fix(design-tokens): typo on word `borderr` | [
{
"change_type": "MODIFY",
"diff": "@@ -46,22 +46,22 @@ props:\n# status borders\ncolor-border-success:\nvalue: \"{!palette-green-60}\"\n- comment: Success borderr color\n+ comment: Success border color\ncolor-border-success-lightest:\nvalue: \"{!palette-green-10}\"\n- comment: Lightest success borderr colo... | TypeScript | MIT License | twilio-labs/paste | fix(design-tokens): typo on word `borderr` (#56) | 1 | fix | design-tokens |
71,539 | 16.08.2019 12:17:21 | 25,200 | d7c351b416161e264dc61525f5e4b6c5812bfa43 | chore: update to repo maintainance files | [
{
"change_type": "MODIFY",
"diff": "# @See https://help.github.com/articles/about-codeowners/\n* @aws/aws-cdk-team\n-/packages/aws-cdk @aws/aws-cdk-team @shivlaks\n+/packages/aws-cdk @aws/aws-cdk-team @RomainMuller\n/packages/@aws-cdk/aws-code*/ @aws/aws-cdk-team @skinny85\n-/packages/@aws-cdk/aws-ecs/ @aws... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: update to repo maintainance files (#3564) | 1 | chore | null |
699,189 | 16.08.2019 12:18:16 | 25,200 | b4b884840a8096e9a341e6b2195d4cbbc5c74332 | chore(website): remove internal links | [
{
"change_type": "MODIFY",
"diff": "@@ -69,12 +69,6 @@ const IndexPage: React.FC<{}> = (): React.ReactElement => {\n<LI>\n<Anchor href=\"http://styleguide.sendgrid.com/\">SendGrid Style Guide</Anchor>\n</LI>\n- <LI>\n- <Anchor href=\"https://code.hq.twilio.com/pages/react/react-components/\">\n- Console Rea... | TypeScript | MIT License | twilio-labs/paste | chore(website): remove internal links (#58) | 1 | chore | website |
104,844 | 16.08.2019 12:29:53 | 14,400 | 17e59f45fd41fcdffe56c0fbf5b9230db77bbfcb | feat(a11y): adding auth token | [
{
"change_type": "MODIFY",
"diff": "+# required - Provide the authentication token available at http://ibm.biz/A11yToolsLandingPage\n+authToken: f3a11acc-bdc8-412c-9570-fe3ac1c165db/753321ac-23c1-4f27-9691-896a60cf2670\n+\n# optional - Specify the rule archive\n# i.e. For May rule archive use ruleArchive: 2... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(a11y): adding auth token | 1 | feat | a11y |
104,844 | 16.08.2019 12:31:35 | 14,400 | 41f7ec1b0989b7b87dfee7a24abbdff7b20da290 | feat(a11y): removing auth token | [
{
"change_type": "MODIFY",
"diff": "-# required - Provide the authentication token available at http://ibm.biz/A11yToolsLandingPage\n-authToken: f3a11acc-bdc8-412c-9570-fe3ac1c165db/753321ac-23c1-4f27-9691-896a60cf2670\n-\n# optional - Specify the rule archive\n# i.e. For May rule archive use ruleArchive: 2... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(a11y): removing auth token | 1 | feat | a11y |
679,913 | 16.08.2019 13:43:02 | -3,600 | c9bc2872ebb7c2e6f08b440d79d2dbd75b8809dc | feat(imgui): add IMGUI.draw flag, update components, add/update hash fns | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import { ReadonlyVec } from \"@thi.ng/vectors\";\nexport type Color = string | number | number[];\n-export type Hash = number | string;\n+export type Hash = number;\nexport interface GUITheme {\nglobalBg?: Color;\n",
"new_path": "packages/imgui/src/api... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(imgui): add IMGUI.draw flag, update components, add/update hash fns | 1 | feat | imgui |
815,590 | 16.08.2019 13:57:34 | -28,800 | 7d080508282ea82678680d5057c0b0666ff6d63d | fix: test ckb-script | [
{
"change_type": "MODIFY",
"diff": "@@ -465,29 +465,32 @@ impl<'a, DL: DataLoader> TransactionScriptsVerifier<'a, DL> {\n}\n}\n-/* TODO apply-serialization fix tests\n#[cfg(test)]\nmod tests {\nuse super::*;\n#[cfg(not(all(unix, target_pointer_width = \"64\")))]\nuse crate::Runner;\nuse byteorder::{ByteOrde... | Rust | MIT License | nervosnetwork/ckb | fix: test ckb-script | 1 | fix | null |
902,122 | 16.08.2019 14:02:59 | 0 | 9ade63c5587d3a57b5da5a3b76ec52bc3f996fd6 | chore(release): v5.10.1 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.10.1](https://github.com/kikobeats/browserless/compare/v5.10.0...v5.10.1) (2019-08-16)\n+\n+**Note:** Version b... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.10.1 | 1 | chore | release |
104,844 | 16.08.2019 14:24:40 | 14,400 | 3d44a16d2d6f0d28f0b5ce86e3cc85cf6ac7513d | fix(travis): add rules to config | [
{
"change_type": "MODIFY",
"diff": "module.exports = {\nauthToken: process.env.AAT_AUTH_TOKEN,\nruleArchive: 'latest',\n- policies: ['IBM_Accessibility_WCAG21'],\n+ policies: ['IBM_Accessibility', 'IBM_Accessibility_WCAG21'],\nfailLevels: ['violation'],\nreportLevels: [\n'violation',\n",
"new_path": "aa... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(travis): add rules to config | 1 | fix | travis |
104,844 | 16.08.2019 14:51:41 | 14,400 | eb9da34e6113c703d667ee9d946bc70411c82dd0 | chore(a11y): remove unnecessary file | [
{
"change_type": "DELETE",
"diff": "-# optional - Specify the rule archive\n-# i.e. For May rule archive use ruleArchive: 2017MayDeploy\n-# Default: latest\n-# Refer to README.md FAQ section below to get the rule archive ID.\n-ruleArchive: latest\n-\n-# optional - Specify one or many policies to scan.\n-# i... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(a11y): remove unnecessary file | 1 | chore | a11y |
791,783 | 16.08.2019 15:27:10 | 14,400 | f276e9b029be0568b91a3e7dd4c021ca6e272d5b | core(lightwallet): add path property to budget.json | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,7 @@ const perfConfig = {\n// A mixture of under, over, and meeting budget to exercise all paths.\nbudgets: [{\n+ path: '/',\nresourceCounts: [\n{resourceType: 'total', budget: 8},\n{resourceType: 'stylesheet', budget: 1}, // meets budget\n",
"new_path": ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(lightwallet): add path property to budget.json (#9453) | 1 | core | lightwallet |
67,494 | 16.08.2019 16:29:37 | -7,200 | 173ca6ebb6a7b6e30960dd8b05eeb0f41d5db08c | refactor(router): rename all Navigation to Navigator for Navigator | [
{
"change_type": "MODIFY",
"diff": "-import { BrowserNavigation, INavigationState } from '@aurelia/router';\n+import { BrowserNavigator, INavigatorState } from '@aurelia/router';\nimport { assert, MockBrowserHistoryLocation, TestContext } from '@aurelia/testing';\n-describe('BrowserNavigation', function () ... | TypeScript | MIT License | aurelia/aurelia | refactor(router): rename all Navigation to Navigator for Navigator | 1 | refactor | router |
104,844 | 16.08.2019 16:31:02 | 14,400 | afbe27ed52ccd626119f492e6f16f4357bc307a6 | feat(a11y): fix broken test | [
{
"change_type": "MODIFY",
"diff": "@@ -27,3 +27,7 @@ package-lock.json\n# Mac OS Specific files\n.DS_Store\n+\n+.npmrc\n+results\n+\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY",
"diff": "\"start\": \"yarn storybook\",\n\"storybook\": \"start-storyb... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(a11y): fix broken test | 1 | feat | a11y |
722,013 | 16.08.2019 16:37:03 | 18,000 | ad7a52a452136639804ac3def2c4a8700e7a96e4 | test: create styleguide | [
{
"change_type": "MODIFY",
"diff": "@@ -12,14 +12,15 @@ const components = glob\n}))\nmodule.exports = {\n- dest: 'dist',\n+ dest: path.join(__dirname, '../../dist'),\ntitle: 'VuePress DocGen Live',\nthemeConfig: {\nsearch: false,\nsidebar: docFiles\n},\nplugins: [\n- ['live'],\n+ // for now, vue-live is a ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: create styleguide | 1 | test | null |
722,013 | 16.08.2019 16:52:33 | 18,000 | 6a27e34330b73b41dc2198ee29988379273c8a49 | docs: fix vuetify ie example | [
{
"change_type": "MODIFY",
"diff": "{\n- \"name\": \"vuecli3-vuetify-ie\",\n+ \"name\": \"vue-styleguidist-example-vuecli3-vuetify-ie\",\n\"description\": \"Use vuetify, with internationalization within the vue cli. Make sure you have a look at the vue.config.js transpiledDependencies\",\n\"keywords\": [\n\... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: fix vuetify ie example | 1 | docs | null |
679,913 | 16.08.2019 17:02:16 | -3,600 | d10732d823eaa82afff8fba294dd491889f1f7ae | feat(imgui): add IMGUI.clear(), update deps | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@thi.ng/imgui\",\n\"version\": \"0.0.1\",\n- \"description\": \"Customizable immediate mode GUI\",\n+ \"description\": \"Immediate mode GUI with flexible state handling & data only shape output\",\n\"module\": \"./index.js\",\n\"main\": \"./lib/index.js\",\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(imgui): add IMGUI.clear(), update deps | 1 | feat | imgui |
679,913 | 16.08.2019 17:02:47 | -3,600 | 7aa8f29ef74208c184729e177c994756409d9e23 | docs(imgui): update readme, add images | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/assets/imgui-layout.png differ\n",
"new_path": "assets/imgui-layout.png",
"old_path": "assets/imgui-layout.png"
},
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/assets/screenshots/imgui-all.png differ\n",
"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(imgui): update readme, add images | 1 | docs | imgui |
67,494 | 16.08.2019 17:03:25 | -7,200 | 0c2a179d812ab81b19db20275a7606f5eb2321c4 | refactor(router): rename browser-navigation to browser-navigator | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "packages/__tests__/router/browser-navigator.spec.ts",
"old_path": "packages/__tests__/router/browser-navigation.spec.ts"
},
{
"change_type": "RENAME",
"diff": "",
"new_path": "packages/router/src/browser-navigator.ts",
"old_path... | TypeScript | MIT License | aurelia/aurelia | refactor(router): rename browser-navigation to browser-navigator | 1 | refactor | router |
679,913 | 16.08.2019 17:10:45 | -3,600 | de95454ab9ce2f3f3861e5fa1df4d438514f97e0 | minor(shader-ast): add prettier-ignore | [
{
"change_type": "MODIFY",
"diff": "@@ -119,10 +119,8 @@ export const acos = primOp1(\"acos\");\nexport const asin = primOp1(\"asin\");\nexport function atan<T extends Prim>(a: Term<T>): FnCall<T>;\n-export function atan<A extends Prim, B extends A>(\n- a: Term<A>,\n- b: Term<B>\n-): FnCall<A>;\n+// prettie... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(shader-ast): add prettier-ignore | 1 | minor | shader-ast |
104,857 | 16.08.2019 17:18:22 | 10,800 | 5b183462fede909290e738b8e989fdb991d0d8b5 | fix(table): expanded rows with multiple descriptions, snaphosts updates | [
{
"change_type": "MODIFY",
"diff": "@@ -40,8 +40,7 @@ const StatefulTable = ({ data: initialData, expandedData, ...other }) => {\nconst [state, dispatch] = useReducer(tableReducer, { data: initialData, view: initialState });\nconst isLoading = get(initialState, 'table.loadingState.isLoading');\n// Need to i... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): expanded rows with multiple descriptions, snaphosts updates | 1 | fix | table |
67,494 | 16.08.2019 17:21:43 | -7,200 | e4d467f3657c19bbe40637b0072887af6a2b5cb4 | refactor(router): move Navigator interfaces to navigator | [
{
"change_type": "MODIFY",
"diff": "import { Key, Reporter } from '@aurelia/kernel';\nimport { IDOM, ILifecycle } from '@aurelia/runtime';\nimport { HTMLDOM } from '@aurelia/runtime-html';\n-import { INavigatorState, IStoredNavigatorEntry } from './navigator';\n+import { INavigatorState, INavigatorStore, IN... | TypeScript | MIT License | aurelia/aurelia | refactor(router): move Navigator interfaces to navigator | 1 | refactor | router |
104,857 | 16.08.2019 17:29:42 | 10,800 | eb0afc82b242467e20c7630a5c1d994fe1cd1971 | chore(snapshots): snapshots fix | [
{
"change_type": "MODIFY",
"diff": "@@ -151517,7 +151517,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots Table Custom too\nonClick={[Function]}\nonKeyDown={[Function]}\nrole=\"listbox\"\n- tabIndex={null}\n+ tabIndex={0}\n>\n<div\naria-expanded={false}\n@@ -203322,7 +203322,7 @@ exports... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(snapshots): snapshots fix | 1 | chore | snapshots |
67,494 | 16.08.2019 17:49:31 | -7,200 | c7707035f553008aa5c1059f5e023763ee510be3 | refactor(router): rename NavInstruction to NavigationInstruction | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ export {\nexport {\nIViewportComponent,\n- NavInstruction,\n+ NavigationInstruction as NavInstruction,\nINavRoute,\nNav,\n} from './nav';\n",
"new_path": "packages/router/src/index.ts",
"old_path": "packages/router/src/index.ts"
},
{
"cha... | TypeScript | MIT License | aurelia/aurelia | refactor(router): rename NavInstruction to NavigationInstruction | 1 | refactor | router |
104,857 | 16.08.2019 17:57:09 | 10,800 | dc65c2fa614b788250f5e68ce98c8e686a19926e | fix(table): remove support for different types | [
{
"change_type": "MODIFY",
"diff": "@@ -110,10 +110,8 @@ const StyledStatefulTable = styled(({ showHeader, data, ...rest }) => (\nconst StyledExpandedRowContent = styled.div`\npadding-left: 35px;\n- padding-bottom: ${props => (props.allNumbers ? `8px` : `24px`)};\n-\n+ padding-bottom: 8px;\npadding-top: 24p... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): remove support for different types | 1 | fix | table |
67,494 | 16.08.2019 18:02:07 | -7,200 | d80b7813386b677b818ad8db033859b22fbf935d | refactor(router): move NavigationInstruction type to Router | [
{
"change_type": "MODIFY",
"diff": "@@ -24,8 +24,6 @@ export {\n} from './guardian';\nexport {\n- IViewportComponent,\n- NavigationInstruction as NavInstruction,\nINavRoute,\nNav,\n} from './nav';\n@@ -76,6 +74,8 @@ export {\nIRouterOptions,\nIRouteViewport,\nIRouter,\n+ IViewportComponent,\n+ NavigationIns... | TypeScript | MIT License | aurelia/aurelia | refactor(router): move NavigationInstruction type to Router | 1 | refactor | router |
71,539 | 16.08.2019 18:04:29 | 25,200 | 7ec8db200a8ec4900312f4ac8593cf5f3236f399 | chore: fixes mergify commenting on check failures | [
{
"change_type": "MODIFY",
"diff": "@@ -56,7 +56,7 @@ pull_request_rules:\ncomment:\nmessage: Codebuild (Continuous Integration) build failed for current commits. Please check log and resolve before PR is merged.\nconditions:\n- - -status-success=AWS CodeBuild us-east-1 (aws-cdk-build)\n+ - status-failure=A... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: fixes mergify commenting on check failures (#3693) | 1 | chore | null |
67,494 | 16.08.2019 18:08:20 | -7,200 | d10affbfdd29b0d673dda59dfb731b4f962e753b | refactor(router): add Viewport to IViewportComponent | [
{
"change_type": "MODIFY",
"diff": "@@ -34,8 +34,8 @@ export interface IRouteViewport {\nexport interface IViewportComponent {\ncomponent: string | Partial<ICustomElementType>;\n- viewport?: string;\n- parameters?: Record<string, unknown> | string;\n+ viewport?: string | Viewport;\n+ parameters?: Record<str... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add Viewport to IViewportComponent | 1 | refactor | router |
71,614 | 16.08.2019 18:35:52 | -7,200 | e03f4471b4cb169ab77b6988dcc1730810ca932b | docs(codepipeline): update GitHub oauthToken documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,7 @@ pipeline.addStage({\nTo use GitHub as the source of a CodePipeline:\n```typescript\n-// Read the secret from ParameterStore\n+// Read the secret from Secrets Manager\nconst sourceOutput = new codepipeline.Artifact();\nconst sourceAction = new codepipelin... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(codepipeline): update GitHub oauthToken documentation (#3682) | 1 | docs | codepipeline |
815,609 | 16.08.2019 20:07:31 | -28,800 | 9937876822a29712aae419727ffdfbe99f8b1385 | chore(deps): remove an useless dependency crate | [
{
"change_type": "MODIFY",
"diff": "@@ -438,7 +438,6 @@ version = \"0.19.0-pre\"\ndependencies = [\n\"ckb-dao-utils 0.19.0-pre\",\n\"ckb-jsonrpc-types 0.19.0-pre\",\n- \"ckb-occupied-capacity 0.19.0-pre\",\n\"ckb-pow 0.19.0-pre\",\n\"ckb-rational 0.19.0-pre\",\n\"ckb-resource 0.19.0-pre\",\n",
"new_path... | Rust | MIT License | nervosnetwork/ckb | chore(deps): remove an useless dependency crate | 1 | chore | deps |
815,609 | 16.08.2019 21:50:07 | -28,800 | ae95fd8342701db962fa379a51d08e62828f96c5 | feat: implement Default for advanced builders manually & converge few constants | [
{
"change_type": "MODIFY",
"diff": "@@ -72,8 +72,6 @@ pub(crate) fn gen_block(\nlet dao = dao_data(consensus, parent_header, &txs, store, false);\n- println!(\"parent_header.difficulty() {}\", parent_header.difficulty());\n-\nlet block = BlockBuilder::default()\n.parent_hash(parent_header.hash().to_owned())... | Rust | MIT License | nervosnetwork/ckb | feat: implement Default for advanced builders manually & converge few constants | 1 | feat | null |
67,479 | 16.08.2019 22:22:51 | -36,000 | 3a1ef25e5475ea99157de8f51bde6025a4b9818a | refactor(blur): avoid doing unnecessary work | [
{
"change_type": "MODIFY",
"diff": "@@ -311,8 +311,6 @@ const createHandler = (\nconst _2__handleTouchStart = (e: TouchEvent): void => {\nif (hasChecked) {\n- lifecycle.dequeueRAF(revertCheckage, null);\n- lifecycle.enqueueRAF(revertCheckage, null, Priority.preempt, true);\nreturn;\n}\nhandleEvent(e);\n@@ -... | TypeScript | MIT License | aurelia/aurelia | refactor(blur): avoid doing unnecessary work | 1 | refactor | blur |
67,482 | 16.08.2019 22:28:20 | 25,200 | f958ca71b4aeb70e6faf86dcc1dd0f17e5f15037 | refactor(css-modules-registry): use object spread | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import { bindable, customAttribute, INode } from '@aurelia/runtime';\nexport class CSSModulesProcessorRegistry {\npublic register(container: IContainer, ...params: (Record<string, string>)[]) {\n- const classLookup = Object.assign({}, ...params) as Record<... | TypeScript | MIT License | aurelia/aurelia | refactor(css-modules-registry): use object spread
Co-Authored-By: Fred Kleuver <fkleuver@users.noreply.github.com> | 1 | refactor | css-modules-registry |
815,609 | 16.08.2019 22:35:40 | -28,800 | ae1aa45901e48ac3449dd931b154aebf78a52f30 | revert: revert some changes from #868684b8 (fix: indexer tests) | [
{
"change_type": "MODIFY",
"diff": "@@ -518,7 +518,6 @@ dependencies = [\n\"ckb-store 0.19.0-pre\",\n\"ckb-traits 0.19.0-pre\",\n\"ckb-types 0.19.0-pre\",\n- \"numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.i... | Rust | MIT License | nervosnetwork/ckb | revert: revert some changes from #868684b8 (fix: indexer tests) | 1 | revert | null |
67,482 | 16.08.2019 22:55:49 | 25,200 | dbddd705e402d93e6e0f62883f4be84b5edfebbb | fix(styles): adjust some types | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ export interface IServiceLocator {\n}\nexport interface IRegistry {\n- register(container: IContainer, ...params: any[]): void;\n+ register(container: IContainer, ...params: unknown[]): void;\n}\nexport interface IContainer extends IServiceLocator {\n@@ ... | TypeScript | MIT License | aurelia/aurelia | fix(styles): adjust some types | 1 | fix | styles |
722,013 | 16.08.2019 23:30:18 | 18,000 | c907a7149c793388f96f47f2e8c8bd58b47db786 | test: add an integration test for TOC | [
{
"change_type": "MODIFY",
"diff": "\"react-icons\": \"^3.7.0\",\n\"react-lifecycles-compat\": \"^3.0.4\",\n\"react-simple-code-editor\": \"^0.9.4\",\n- \"react-styleguidist\": \"^9.1.14\",\n+ \"react-styleguidist\": \"9.1.13\",\n\"rewrite-imports\": \"^2.0.3\",\n\"style-loader\": \"^0.21.0\",\n\"terser-web... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: add an integration test for TOC | 1 | test | null |
815,609 | 16.08.2019 23:36:08 | -28,800 | b53051db7d79b8f087aeb93265b0b19d2b7854c5 | fix: few sync tests | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,6 @@ mod error;\nmod get_block_proposal_process;\nmod get_block_transactions_process;\nmod get_transactions_process;\n-// TODO apply-serialization fix tests\n#[cfg(test)]\nmod tests;\nmod transaction_hashes_process;\n",
"new_path": "sync/src/relayer/mod.rs"... | Rust | MIT License | nervosnetwork/ckb | fix: few sync tests | 1 | fix | null |
273,705 | 16.08.2019 23:57:10 | -7,200 | ff88566493dfb98c1017f72f576ccf932c5e208d | fix(g-image): fix size for fit inside and fit outside | [
{
"change_type": "MODIFY",
"diff": "@@ -233,6 +233,50 @@ test('do not resize if image is too small', async () => {\nexpect(result.srcset).toHaveLength(1)\n})\n+test('calculate correct image size for fit=inside ', async () => {\n+ const filePath = path.resolve(context, 'assets/1000x600.png')\n+ const queue =... | JavaScript | MIT License | gridsome/gridsome | fix(g-image): fix size for fit inside and fit outside (#608) | 1 | fix | g-image |
815,609 | 17.08.2019 00:08:47 | -28,800 | 656cb6e56f0ded57fb41649aaa444a0b398cc118 | fix: few integration tests | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,6 @@ rand = \"0.6\"\nlog = \"0.4\"\nenv_logger = \"0.6\"\ncrossbeam-channel = \"0.3\"\n-flatbuffers = \"0.6.0\"\nregex = \"1\"\nfaketime = \"0.2\"\n",
"new_path": "test/Cargo.toml",
"old_path": "test/Cargo.toml"
},
{
"change_type": "MODIFY",
... | Rust | MIT License | nervosnetwork/ckb | fix: few integration tests | 1 | fix | null |
273,705 | 17.08.2019 00:36:23 | -7,200 | 97590d02531571804fd76124bd883d39e5f4e359 | fix(graphql): process images in list | [
{
"change_type": "MODIFY",
"diff": "@@ -806,7 +806,11 @@ test('process image types in schema', async () => {\nimage2: 'https://www.example.com/images/image.png',\nimage3: './350x250.png',\nimage4: 'dir/to/350x250.png',\n- image5: '350x250.png'\n+ image5: '350x250.png',\n+ images: [\n+ './350x250.png',\n+ '.... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): process images in list (#609) | 1 | fix | graphql |
679,913 | 17.08.2019 02:00:35 | -3,600 | 792c9b891c4c90102f4b8f8568ec98ede66a7b58 | build(shadertoy): update deps | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"6.3.2\",\n- \"@thi.ng/shader-ast\": \"^0.2.1\",\n- \"@thi.ng/shader-ast-glsl\": \"^0.1.3\",\n- \"@thi.ng/transducers\": \"^5.4.2\",\n- \"@thi.ng/webgl\": \"^0.1.4\"\n+ \"@thi.ng/shader-ast\": \"^0.2.2\",\n+ \"@thi.ng/shader-ast-... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(shadertoy): update deps | 1 | build | shadertoy |
679,913 | 17.08.2019 08:20:49 | -3,600 | e9b156b6c0f6dcd3b4d6238bb05e78fb7c30d723 | feat(vectors): add atan_2/22/23/24, update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -404,6 +404,7 @@ Functions for memory mapped, strided vectors (without requiring wrappers):\n- `angleBetween2` / `angleBetween3`\n- `angleRatio`\n+- `atan_2` / `atan_22` / `atan_23` / `atan_24` (i.e. `Math.atan2(y, x)`)\n- `bisect2`\n- `degrees` / `degrees2` / `degrees... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add atan_2/22/23/24, update readme | 1 | feat | vectors |
679,913 | 17.08.2019 08:22:04 | -3,600 | 9f0c7390b6c4f7a91d7dbd07589aca8a292e69e4 | fix(shader-ast): update atan built-in handling
add call info for 2-arg version | [
{
"change_type": "MODIFY",
"diff": "@@ -122,9 +122,11 @@ export function atan<T extends Prim>(a: Term<T>): FnCall<T>;\n// prettier-ignore\nexport function atan<A extends Prim, B extends A>(a: Term<A>, b: Term<B>): FnCall<A>;\nexport function atan(a: Term<any>, b?: Term<any>) {\n- return b\n+ const f = b\n? ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(shader-ast): update atan built-in handling
- add call info for 2-arg version | 1 | fix | shader-ast |
679,913 | 17.08.2019 08:23:28 | -3,600 | a7600857d0a082c5f02b41f3c8cb87702a97abd5 | feat(shader-ast-js): add support for 2-arg atan(), move types to api.ts | [
{
"change_type": "ADD",
"diff": "+import {\n+ Fn,\n+ Fn2,\n+ Fn3,\n+ Fn4,\n+ Fn5,\n+ Fn6\n+} from \"@thi.ng/api\";\n+import { Mat } from \"@thi.ng/matrices\";\n+import { Term } from \"@thi.ng/shader-ast\";\n+import { Vec } from \"@thi.ng/vectors\";\n+\n+export interface JSTarget extends Fn<Term<any>, string... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast-js): add support for 2-arg atan(), move types to api.ts | 1 | feat | shader-ast-js |
67,479 | 17.08.2019 09:13:12 | -36,000 | 263afac86b3ed90910016afc4f8de8f2ae92776d | refactor(blur): drop wheel by default, remove redundant code | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,6 @@ export class BlurManager {\n}\ndoc.addEventListener('touchstart', handler, defaultCaptureEventInit);\ndoc.addEventListener('mousedown', handler, defaultCaptureEventInit);\n- doc.addEventListener('wheel', handler, defaultBubbleEventInit);\ndoc.addEventLis... | TypeScript | MIT License | aurelia/aurelia | refactor(blur): drop wheel by default, remove redundant code | 1 | refactor | blur |
67,482 | 17.08.2019 09:55:12 | 25,200 | 8e9f1a553dc0b9d8b4138558f646ea746cc81ae7 | fix(styles): pull shadow root type from jsdom | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,7 @@ function createJSDOMTestContext(): HTMLTestContext {\njsdom.window.Comment,\njsdom.window.DOMParser,\njsdom.window.CSSStyleSheet,\n- class ShadowRoot {} as any\n+ (jsdom.window as unknown as { ShadowRoot: typeof ShadowRoot }).ShadowRoot\n);\n}\n",
"n... | TypeScript | MIT License | aurelia/aurelia | fix(styles): pull shadow root type from jsdom | 1 | fix | styles |
713,841 | 17.08.2019 10:17:18 | -7,200 | b04ef0da68360394a446ba3f31cba45f9d7e7afe | feat(active-directory): create plugin | [
{
"change_type": "ADD",
"diff": "+{\n+ \"presets\": [\n+ [\"@verdaccio\", { \"typescript\": true }]\n+ ]\n+}\n",
"new_path": "plugins/active-directory/.babelrc",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+lib/\n",
"new_path": "plugins/active-directory/.eslintignore",
"... | TypeScript | MIT License | verdaccio/monorepo | feat(active-directory): create @verdaccio/active-directory plugin | 1 | feat | active-directory |
531,793 | 17.08.2019 11:03:40 | -3,600 | 548623fef44330e029e7414c5266ac2fadb04239 | chore(ui): flash counter badge on value change | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,8 @@ import PropTypes from \"prop-types\";\nimport { inject, observer } from \"mobx-react\";\n+import Flash from \"react-reveal/Flash\";\n+\nimport { AlertStore } from \"Stores/AlertStore\";\nimport { TooltipWrapper } from \"Components/TooltipWrapper\";\nimport... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): flash counter badge on value change | 1 | chore | ui |
531,793 | 17.08.2019 12:15:08 | -3,600 | a87d235b9467b3dd65965ccbc11b85bfe0641bdf | feat(test): add prettier to eslint rules | [
{
"change_type": "MODIFY",
"diff": "extends:\n- react-app\n+ - plugin:prettier/recommended\n",
"new_path": "ui/.eslintrc.yaml",
"old_path": "ui/.eslintrc.yaml"
},
{
"change_type": "MODIFY",
"diff": "}\n}\n},\n+ \"eslint-plugin-prettier\": {\n+ \"version\": \"3.1.0\",\n+ \"resolved\": \"h... | TypeScript | Apache License 2.0 | prymitive/karma | feat(test): add prettier to eslint rules | 1 | feat | test |
531,793 | 17.08.2019 12:15:26 | -3,600 | b1484f201e7658649245202794bacb9551899cc3 | feat(project): add a make target for reformatting ui code | [
{
"change_type": "MODIFY",
"diff": "@@ -131,6 +131,10 @@ test-js: .build/deps-build-node.ok\n.PHONY: test\ntest: lint test-go test-js\n+.PHONY: format-js\n+format-js:\n+ cd ui && ./node_modules/.bin/prettier --write 'src/**/*.js'\n+\n.PHONY: show-version\nshow-version:\n@echo $(VERSION)\n",
"new_path": ... | TypeScript | Apache License 2.0 | prymitive/karma | feat(project): add a make target for reformatting ui code | 1 | feat | project |
531,793 | 17.08.2019 12:15:42 | -3,600 | 845f3407d482f589ec9d644cbe9a46cadaf85a23 | fix(ui): reformat ui code with prettier | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ const validateStyle = (value, themed) => {\n/>\n);\n// opacity=>1 is set by react-reveal/Flash\n- expect(tree.find(\"span\").prop(\"style\")).toEqual({\"opacity\": 1});\n+ expect(tree.find(\"span\").prop(\"style\")).toEqual({ opacity: 1 });\n};\nconst va... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): reformat ui code with prettier | 1 | fix | ui |
217,922 | 17.08.2019 12:51:15 | -7,200 | ce903e3df9ebb657b4115f5681158d997ebece6c | fix(layout): fixed an issue with some filters not using zone breakdown properly | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,8 @@ export class ZoneBreakdown {\nconstructor(rows: ListRow[], filterChain?: string, hideZoneDuplicates = false) {\nrows.forEach(row => {\n- if (row.gatheredBy !== undefined && row.gatheredBy.nodes !== undefined && row.gatheredBy.nodes.length !== 0 && this.has... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): fixed an issue with some filters not using zone breakdown properly | 1 | fix | layout |
67,494 | 17.08.2019 12:57:45 | -7,200 | 25ef24eef0095c9ae79fe29b3e85189abd00ef18 | refactor(router): rename RouteableCustomElement to RouteableComponent | [
{
"change_type": "MODIFY",
"diff": "@@ -92,8 +92,8 @@ export {\n} from './viewport';\nexport {\n- IRouteableCustomElement,\n- IRouteableCustomElementType,\n+ IRouteableComponent,\n+ IRouteableComponentType,\nContentStatus,\nReentryBehavior,\nViewportContent,\n",
"new_path": "packages/router/src/index.ts... | TypeScript | MIT License | aurelia/aurelia | refactor(router): rename RouteableCustomElement to RouteableComponent | 1 | refactor | router |
713,841 | 17.08.2019 13:00:51 | -7,200 | a63c1ee08e6e2f2bef3517d40040e1e314cf4c02 | refactor(active-directory): return VerdaccioError instead of plain errors | [
{
"change_type": "MODIFY",
"diff": "\"node\": \">=8\"\n},\n\"dependencies\": {\n+ \"@verdaccio/commons-api\": \"^8.0.0-next.2\",\n\"activedirectory2\": \"1.2.7\"\n},\n\"devDependencies\": {\n",
"new_path": "plugins/active-directory/package.json",
"old_path": "plugins/active-directory/package.json"
... | TypeScript | MIT License | verdaccio/monorepo | refactor(active-directory): return VerdaccioError instead of plain errors | 1 | refactor | active-directory |
67,494 | 17.08.2019 13:21:15 | -7,200 | 72d3ce135ec134835eb2216f6a9367c5043f60ec | refactor(router): use IRouteableComponentType instead of ICustomElementType | [
{
"change_type": "MODIFY",
"diff": "-import { ICustomElementType } from '@aurelia/runtime';\n-\nimport { GuardFunction, GuardIdentity, GuardTarget, GuardTypes, IGuardOptions, IGuardTarget } from './guardian';\nimport { INavigatorInstruction } from './navigator';\nimport { Viewport } from './viewport';\n+imp... | TypeScript | MIT License | aurelia/aurelia | refactor(router): use IRouteableComponentType instead of ICustomElementType | 1 | refactor | router |
67,494 | 17.08.2019 13:24:46 | -7,200 | 02c8e526b0946c1e1c383e0ade62ca10bfbd78e8 | refactor(router): rename IViewportCustomElementType to IViewportComponentType | [
{
"change_type": "MODIFY",
"diff": "@@ -80,7 +80,7 @@ export {\n} from './router';\nexport {\n- IViewportCustomElementType,\n+ IViewportComponentType,\nIFindViewportsResult,\nChildContainer,\nScope,\n",
"new_path": "packages/router/src/index.ts",
"old_path": "packages/router/src/index.ts"
},
{
... | TypeScript | MIT License | aurelia/aurelia | refactor(router): rename IViewportCustomElementType to IViewportComponentType | 1 | refactor | router |
531,793 | 17.08.2019 14:52:06 | -3,600 | 1a9fc00530b20c8d6494ed809af47f9cb9d58259 | feat(project): add a make target for reformatting backend code | [
{
"change_type": "MODIFY",
"diff": "@@ -131,6 +131,10 @@ test-js: .build/deps-build-node.ok\n.PHONY: test\ntest: lint test-go test-js\n+.PHONY: format-go\n+format-go:\n+ gofmt -l -s -w .\n+\n.PHONY: format-js\nformat-js:\ncd ui && ./node_modules/.bin/prettier --write 'src/**/*.js'\n",
"new_path": "Makef... | TypeScript | Apache License 2.0 | prymitive/karma | feat(project): add a make target for reformatting backend code | 1 | feat | project |
531,793 | 17.08.2019 14:55:41 | -3,600 | aea2739d445ccae85f59fd75c30cf6dbd77151a1 | feat(ci): test code formatting on Travis | [
{
"change_type": "MODIFY",
"diff": "@@ -63,12 +63,31 @@ jobs:\n- travis_retry make mock-assets\nscript: make lint-go\n+ - stage: Lint\n+ <<: *DEFAULTS_GO\n+ env:\n+ - DESC=\"Check Go code formatting\"\n+ - GO111MODULE=on\n+ before_script:\n+ - travis_retry make mock-assets\n+ script:\n+ - make format-go\n+ ... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ci): test code formatting on Travis | 1 | feat | ci |
713,841 | 17.08.2019 14:55:51 | -7,200 | 82fc7a8429fd94eb91fd1073a993e11f4464d7f3 | chore: improve importing packages section | [
{
"change_type": "MODIFY",
"diff": "@@ -217,14 +217,14 @@ And then, follow the next steps in the package recently created:\n1. Add MIT LICENSE file (using`npx license -o Verdaccio mit > LICENSE`) and complete README.\n2. Add the necessary tools files the project will require like `.gitignore`, `.eslintrc.js... | TypeScript | MIT License | verdaccio/monorepo | chore: improve importing packages section | 1 | chore | null |
531,793 | 17.08.2019 15:08:08 | -3,600 | f51b9c40c1260e9f71c192a2a786e8237a9571e1 | fix(project): add missing dependencies to format targets | [
{
"change_type": "MODIFY",
"diff": "@@ -132,11 +132,11 @@ test-js: .build/deps-build-node.ok\ntest: lint test-go test-js\n.PHONY: format-go\n-format-go:\n+format-go: .build/deps-build-go.ok\ngofmt -l -s -w .\n.PHONY: format-js\n-format-js:\n+format-js: .build/deps-build-node.ok\ncd ui && ./node_modules/.bin... | TypeScript | Apache License 2.0 | prymitive/karma | fix(project): add missing dependencies to format targets | 1 | fix | project |
679,913 | 17.08.2019 16:59:29 | -3,600 | 30a02762743996b34c65ebeb562daed9ae951b91 | refactor(rstream-log): update Logger ctor to new rstream API | [
{
"change_type": "MODIFY",
"diff": "import { LogLevel } from \"@thi.ng/api\";\nimport { illegalArity } from \"@thi.ng/errors\";\n-import { ISubscribable, nextID, StreamMerge } from \"@thi.ng/rstream\";\n+import {\n+ CloseMode,\n+ ISubscribable,\n+ nextID,\n+ StreamMerge\n+} from \"@thi.ng/rstream\";\nimport... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-log): update Logger ctor to new rstream API | 1 | refactor | rstream-log |
679,913 | 17.08.2019 17:01:27 | -3,600 | b3315ab39c53b6d6cad065062c4114a6159b9a8e | fix(rstream-query): fix add CloseMode.NEVER configs to main indices | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import { intersection, join } from \"@thi.ng/associative\";\nimport { equiv } from \"@thi.ng/equiv\";\nimport { illegalArgs } from \"@thi.ng/errors\";\nimport {\n+ CloseMode,\nISubscribable,\nnextID,\nStream,\n@@ -75,10 +76,10 @@ export class TripleStore i... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(rstream-query): fix #91, add CloseMode.NEVER configs to main indices | 1 | fix | rstream-query |
273,683 | 17.08.2019 17:17:49 | -7,200 | 990b673d5407aca4825e2fc1c5b40cfa0402f620 | fix(store): resolve absolute url paths | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ exports.parseUrl = function (input) {\nconst { protocol, host, path: pathName } = url.parse(input)\nconst basePath = pathName.endsWith('/') ? pathName : path.dirname(pathName)\nconst baseUrl = `${protocol}//${host}`\n- const fullUrl = `${baseUrl}${path.j... | JavaScript | MIT License | gridsome/gridsome | fix(store): resolve absolute url paths | 1 | fix | store |
273,683 | 17.08.2019 17:47:42 | -7,200 | 17c282e620d94fdff555d4c9ac107bbd1f525c20 | fix(cli): resolve context with package.json | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ const resolveCwd = require('resolve-cwd')\nconst resolveVersions = require('../lib/utils/version')\nconst pkgPath = require('find-up').sync('package.json')\n-const context = pkgPath ? path.dirname(pkgPath) : process.cwd()\n+const context = pkgPath ? path.r... | JavaScript | MIT License | gridsome/gridsome | fix(cli): resolve context with package.json | 1 | fix | cli |
679,913 | 17.08.2019 18:08:01 | -3,600 | 7062332137125e86b8f956ceafcb0d2fe16a30e6 | fix(rstream): add missing timeout() re-export | [
{
"change_type": "MODIFY",
"diff": "@@ -23,6 +23,7 @@ export * from \"./subs/post-worker\";\nexport * from \"./subs/resolve\";\nexport * from \"./subs/sidechain-partition\";\nexport * from \"./subs/sidechain-toggle\";\n+export * from \"./subs/timeout\";\nexport * from \"./subs/trace\";\nexport * from \"./su... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(rstream): add missing timeout() re-export | 1 | fix | rstream |
679,913 | 17.08.2019 18:08:22 | -3,600 | 7289d17655958afd47482db8cead9fd6d90af867 | test(rstream): refactor tests | [
{
"change_type": "MODIFY",
"diff": "-import * as tx from \"@thi.ng/transducers\";\n+import { map } from \"@thi.ng/transducers\";\nimport * as assert from \"assert\";\n-import * as rs from \"../src/index\";\n+import {\n+ bisect,\n+ fromIterable,\n+ Stream,\n+ subscription\n+} from \"../src/index\";\n// prett... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(rstream): refactor tests | 1 | test | rstream |
471,527 | 17.08.2019 18:54:54 | -7,200 | 0d529bf40447eda4c20e2fe3ea85a27c76779f3b | fix: align sinon version | [
{
"change_type": "MODIFY",
"diff": "\"karma-browserstack-launcher\": \"^1.5.1\",\n\"karma-coverage-istanbul-reporter\": \"^2.0.5\",\n\"lodash-es\": \"^4.17.11\",\n- \"sinon\": \"^7.3.2\"\n+ \"sinon\": \"^7.4.1\"\n}\n}\n",
"new_path": "packages/karma-esm/package.json",
"old_path": "packages/karma-esm... | JavaScript | MIT License | open-wc/open-wc | fix: align sinon version | 1 | fix | null |
679,913 | 17.08.2019 20:56:11 | -3,600 | 2d837e2858754f50e24afc1f939755d1a3096d43 | feat(rstream-gestures): add `buttons` to GestureInfo
active touch events (touchstart/move) will set buttons = 1 | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,7 @@ export interface GestureInfo {\ndelta: number[];\nzoom: number;\nzoomDelta: number;\n+ buttons: number;\n}\nexport interface GestureEvent {\n@@ -146,6 +147,7 @@ export const gestureStream = (\nxform: map((e) => {\nlet evt: { clientX: number; clientY: num... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-gestures): add `buttons` to GestureInfo
- active touch events (touchstart/move) will set buttons = 1 | 1 | feat | rstream-gestures |
679,913 | 17.08.2019 21:10:26 | -3,600 | f3cb1642e02fdc482e79d47834301f932038ace2 | refactor(rstream-graph): update to new rstream api | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ import {\nStreamSync,\nsync\n} from \"@thi.ng/rstream\";\n+import { CloseMode } from \"@thi.ng/rstream/api\";\nimport { map, Transducer } from \"@thi.ng/transducers\";\nimport {\nGraph,\n@@ -119,7 +120,7 @@ const prepareNodeInputs = (\n} else if (i.const... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-graph): update to new rstream api | 1 | refactor | rstream-graph |
679,913 | 17.08.2019 21:14:28 | -3,600 | 9d05f4e5aa35c58b8ef9cd1c264b7a2beb76aa1d | refactor(rstream-csp): update to new rstream api | [
{
"change_type": "MODIFY",
"diff": "import { Channel } from \"@thi.ng/csp\";\nimport { LOGGER, Stream } from \"@thi.ng/rstream\";\n+import { CommonOpts } from \"@thi.ng/rstream/api\";\n/**\n*\n* @param src\n* @param closeWhenCancelled\n*/\n-export const fromChannel = <T>(src: Channel<T>, closeWhenCancelled ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-csp): update to new rstream api | 1 | refactor | rstream-csp |
722,013 | 17.08.2019 22:01:41 | 18,000 | 8c6d23a635a2218b9053bcab2f0d9bf901b460d7 | fix(compiler): avoid conflict, rollup buble+acorn | [
{
"change_type": "MODIFY",
"diff": "@@ -19,8 +19,7 @@ module.exports = {\nsidebar: docFiles\n},\nplugins: [\n- // for now, vue-live is a bit of a mess and can't be used in a monorepo\n- //['live'],\n+ ['live'],\n[\n'@vuepress/register-components',\n{\n",
"new_path": "examples/docgen/docs/.vuepress/confi... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(compiler): avoid conflict, rollup buble+acorn | 1 | fix | compiler |
679,913 | 17.08.2019 22:44:55 | -3,600 | c981eaa53d2f57b4583bd267773d3caf3b611804 | refactor(examples): update imgui demo | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,6 @@ import {\nGUITheme,\niconButton,\nIMGUI,\n- MouseButton,\nNONE,\nradialMenu,\nradio,\n@@ -33,8 +32,8 @@ import {\n} from \"@thi.ng/imgui\";\nimport { clamp, PI } from \"@thi.ng/math\";\nimport { setInMany } from \"@thi.ng/paths\";\n-import { sync, fromDO... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update imgui demo | 1 | refactor | examples |
401,147 | 17.08.2019 23:17:34 | -19,080 | c43d18807e28f15d48fa291611724bf25c68f08a | fix: fixed select component issue of calling onChange on already selcted option
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -250,7 +250,7 @@ exports[`DatePicker component should display date popover on click on it 1`] = `\n</div>\n<div\naria-label=\"day-14\"\n- class=\"react-datepicker__day react-datepicker__day--014 react-datepicker__day--keyboard-selected react-datepicker__day--today\"\n+... | TypeScript | MIT License | medly/medly-components | fix: fixed select component issue of calling onChange on already selcted option
affects: @medly-components/core, @medly-components/layout | 1 | fix | null |
679,913 | 17.08.2019 23:30:12 | -3,600 | e1cf35570a29978e975893f47f2546b581e19b7e | feat(geom-splines): add cubicTangentAt / quadraticTangentAt() | [
{
"change_type": "ADD",
"diff": "+import {\n+ addW4,\n+ normalize,\n+ ReadonlyVec,\n+ Vec\n+} from \"@thi.ng/vectors\";\n+\n+export const cubicTangentAt = (\n+ out: Vec,\n+ a: ReadonlyVec,\n+ b: ReadonlyVec,\n+ c: ReadonlyVec,\n+ d: ReadonlyVec,\n+ t: number,\n+ len = 1\n+) => {\n+ const s = 1 - t;\n+ const... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom-splines): add cubicTangentAt / quadraticTangentAt() | 1 | feat | geom-splines |
67,479 | 17.08.2019 23:46:25 | -36,000 | 3f6b88d2cd07c3d5902987dd51353be8f534c4f7 | refactor(blur): make contains work across dom boundaries | [
{
"change_type": "MODIFY",
"diff": "import { Constructable, PLATFORM } from '@aurelia/kernel';\n-import { Aurelia, CustomElement } from '@aurelia/runtime';\n+import { Aurelia, CustomElement, customElement, CustomElementConstructor, CustomElementHost } from '@aurelia/runtime';\nimport { Blur, Focus } from '@... | TypeScript | MIT License | aurelia/aurelia | refactor(blur): make contains work across dom boundaries | 1 | refactor | blur |
713,841 | 18.08.2019 00:06:57 | -7,200 | 5375ebd46c01b1f7be1037e68d45eabd72e0a08d | ci: add coverage support in CircleCI | [
{
"change_type": "MODIFY",
"diff": "@@ -84,6 +84,9 @@ jobs:\n- run:\nname: Test with Node 12\ncommand: yarn test\n+ - run:\n+ name: Publish coverage\n+ command: yarn coverage:publish\ntest_node10:\n<<: *defaults\n",
"new_path": ".circleci/config.yml",
"old_path": ".circleci/config.yml"
},
{
... | TypeScript | MIT License | verdaccio/monorepo | ci: add coverage support in CircleCI | 1 | ci | null |
401,147 | 18.08.2019 00:28:05 | -19,080 | c3f980e819c05f61fccd09bc77c732a5a1f8caba | fix: fixed table row's key issue
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -271,7 +271,7 @@ exports[`DatePicker component should display date popover on click on it 1`] = `\n</div>\n<div\naria-label=\"day-17\"\n- class=\"react-datepicker__day react-datepicker__day--017 react-datepicker__day--keyboard-selected react-datepicker__day--today reac... | TypeScript | MIT License | medly/medly-components | fix: fixed table row's key issue
affects: @medly-components/core | 1 | fix | null |
273,683 | 18.08.2019 01:26:14 | -7,200 | e78503be2fa3eef9a7c80ea3cdde0d31caf040c8 | fix(develop): run sockjs on main port | [
{
"change_type": "MODIFY",
"diff": "@@ -70,8 +70,8 @@ module.exports = (context, options = {}) => {\nconst assetsDir = localConfig.assetsDir || 'assets'\nconfig.pkg = options.pkg || resolvePkg(context)\n- config.host = args.host || localConfig.host || 'localhost'\n- config.port = parseInt(args.port || local... | JavaScript | MIT License | gridsome/gridsome | fix(develop): run sockjs on main port | 1 | fix | develop |
471,527 | 18.08.2019 10:47:19 | -7,200 | 53579c2731e450608b420fe6a11af0564df3dc72 | feat(testing): use chai instead of | [
{
"change_type": "MODIFY",
"diff": "+import 'chai/chai.js';\n+\nexport {\nhtml,\nunsafeStatic,\n@@ -15,4 +17,5 @@ export {\nelementUpdated,\n} from '@open-wc/testing-helpers/index-no-side-effects.js';\n-export { chai, expect, should, assert } from '@bundled-es-modules/chai';\n+// @ts-ignore\n+export const {... | JavaScript | MIT License | open-wc/open-wc | feat(testing): use chai instead of @bundled-es-modules/chai | 1 | feat | testing |
401,147 | 18.08.2019 12:04:44 | -19,080 | da6fd38d7459b05d89d8e1a1140437091e745337 | fix: fixed regex issue in safari
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -31,9 +31,9 @@ export const changeSize = (width: number, dottedField: string, columnConfigs: Co\n} else if (width < 75) {\nconfig.size = columnsWidth[config.formatter];\n} else if (width > 700) {\n- config.size = config.size.replace(/(?<=minmax\\().*(?=\\,)/, `700px`);... | TypeScript | MIT License | medly/medly-components | fix: fixed regex issue in safari
affects: @medly-components/core | 1 | fix | null |
679,913 | 18.08.2019 12:49:07 | -3,600 | 0d6758f71dc0a5ed370053e459cc5dc7a187e6e8 | refactor(shader-ast-glsl): split into separate files | [
{
"change_type": "ADD",
"diff": "+import { Fn } from \"@thi.ng/api\";\n+import {\n+ FloatSym,\n+ Sym,\n+ Term,\n+ Vec2Sym,\n+ Vec4Sym\n+} from \"@thi.ng/shader-ast\";\n+\n+export const enum GLSLVersion {\n+ GLES_100 = \"100\",\n+ GLES_300 = \"300 es\"\n+}\n+\n+export interface GLSLOpts {\n+ type: \"vs\" | \... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(shader-ast-glsl): split into separate files | 1 | refactor | shader-ast-glsl |
679,913 | 18.08.2019 13:01:34 | -3,600 | 8dba93a1ec735c91efd587b6dea8834b4bfc22ba | chore(shader-ast-stdlib): fix typo in pkg | [
{
"change_type": "MODIFY",
"diff": "\"build:test\": \"rimraf build && tsc -p test/tsconfig.json\",\n\"test\": \"yarn build:test && mocha build/test/*.js\",\n\"cover\": \"yarn build:test && nyc mocha build/test/*.js && nyc report --reporter=lcov\",\n- \"clean\": \"rimraf *.js *.d.ts .nyc_output build coverag... | TypeScript | Apache License 2.0 | thi-ng/umbrella | chore(shader-ast-stdlib): fix typo in pkg | 1 | chore | shader-ast-stdlib |
531,793 | 18.08.2019 14:38:36 | -3,600 | e166d10b23190864d54914f0c82e851fdd8beb29 | chore(tests): update snapshots after dependency upgrade | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ exports[`<AlertGroupCollapseConfiguration /> matches snapshot with default value\n<div class=\\\\\"react-select__single-value css-1uccc91-singleValue\\\\\">\nCollapse on mobile\n</div>\n- <div class=\\\\\"css-1g6gooi\\\\\">\n+ <div class=\\\\\"css-w8afj7... | TypeScript | Apache License 2.0 | prymitive/karma | chore(tests): update snapshots after dependency upgrade | 1 | chore | tests |
679,913 | 18.08.2019 15:11:21 | -3,600 | 7caa71a22da82ea9890f322fe5e513bec5405c8a | refactor(transducers): extract common logic for add/mul/sub reducers | [
{
"change_type": "MODIFY",
"diff": "import { Reducer } from \"../api\";\n-import { $$reduce, reducer } from \"../reduce\";\n+import { __mathop } from \"./mathop\";\n/**\n- * Reducer to compute sum of values with given `init` value.\n+ * Reducer to compute sum of values with given `init` value. Default: 0\n*... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(transducers): extract common logic for add/mul/sub reducers | 1 | refactor | transducers |
679,913 | 18.08.2019 15:12:41 | -3,600 | acaa38ec882a767fbb50b25826807749a66b526e | refactor(transducers): update kernelLookup destructuring | [
{
"change_type": "MODIFY",
"diff": "@@ -85,12 +85,12 @@ const kernelLookup1d = (\nborder: number\n): Fn<[number, number], number> =>\nwrap\n- ? ([w, ox]) => {\n+ ? ({ 0: w, 1: ox }) => {\nconst xx =\nx < -ox ? width + ox : x >= width - ox ? ox - 1 : x + ox;\nreturn w * src[xx];\n}\n- : ([w, ox]) => {\n+ : (... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(transducers): update kernelLookup destructuring | 1 | refactor | transducers |
679,913 | 18.08.2019 15:13:53 | -3,600 | 021fd6f190280b2b32224c7e187bf411e38724ce | refactor(transducers-binary): remove duplicate code in bytes(), update ut8Length | [
{
"change_type": "MODIFY",
"diff": "@@ -65,11 +65,26 @@ export function bytes(cap = 1024, src?: Iterable<BinStructItem>) {\nreturn buf;\n};\n+ const setArray = (\n+ fn: string,\n+ stride: number,\n+ acc: Uint8Array,\n+ x: any,\n+ le: boolean\n+ ) => {\n+ const n = x.length;\n+ acc = ensure(acc, stride * n);... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(transducers-binary): remove duplicate code in bytes(), update ut8Length | 1 | refactor | transducers-binary |
401,147 | 18.08.2019 15:23:22 | -19,080 | dff058ef90330ac85315808f7be1fa7958040e40 | feat: optimize exports to enable tree shaking
affects: | [
{
"change_type": "MODIFY",
"diff": "-import Avatar from './Avatar';\n-import Button from './Button';\n-import Card from './Card';\n-import Checkbox from './Checkbox';\n-import CheckboxGroup from './CheckboxGroup';\n-import CssBaseline from './CssBaseline';\n-import DatePicker from './DatePicker';\n-import F... | TypeScript | MIT License | medly/medly-components | feat: optimize exports to enable tree shaking
affects: @medly-components/core, @medly-components/icons, @medly-components/layout,
@medly-components/loaders | 1 | feat | null |
679,913 | 18.08.2019 15:32:46 | -3,600 | db880fd712a86d52b9c0908e55465d1932d44faa | refactor(cache): update set(), extract doSetEntry() | [
{
"change_type": "MODIFY",
"diff": "@@ -100,24 +100,8 @@ export class LRUCache<K, V> implements ICache<K, V> {\nset(key: K, value: V) {\nconst size = this.opts.ksize(key) + this.opts.vsize(value);\nconst e = this.map.get(key);\n- if (e) {\n- this._size -= e.value.s;\n- }\n- this._size += size;\n- if (this.e... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(cache): update set(), extract doSetEntry() | 1 | refactor | cache |
902,122 | 18.08.2019 15:38:19 | 0 | 689a8fce335a4ec305471f65ee5332c297235349 | chore(release): v5.10.2 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.10.2](https://github.com/kikobeats/browserless/compare/v5.10.1...v5.10.2) (2019-08-18)\n+\n+**Note:** Version b... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.10.2 | 1 | chore | release |
76,605 | 18.08.2019 16:41:39 | -7,200 | 8339ab5b3808b7625a3f1adf289bdc47cbecde5f | feat: Improve english tokenizer | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,8 @@ const AggressiveTokenizer = require('./aggressive-tokenizer');\nclass AggressiveTokenizerEn extends AggressiveTokenizer {\nreplace(text) {\nlet result = text.replace(/n't([ ,:;.!?]|$)/gi, ' not ');\n+ result = text.replace(/can't([ ,:;.!?]|$)/gi, 'can no... | JavaScript | MIT License | axa-group/nlp.js | feat: Improve english tokenizer | 1 | feat | null |
902,112 | 18.08.2019 17:31:35 | -7,200 | c3e6c9b4efe0f98dd8aa5d6642c6857df11a7fd1 | chore: update to latest | [
{
"change_type": "MODIFY",
"diff": "],\n\"dependencies\": {\n\"@browserless/devices\": \"^5.5.5\",\n- \"@cliqz/adblocker-puppeteer\": \"~0.12.0\",\n+ \"@cliqz/adblocker-puppeteer\": \"~0.13.2\",\n\"debug\": \"~4.1.1\",\n\"debug-logfmt\": \"~1.0.2\",\n\"got\": \"~9.6.0\",\n",
"new_path": "packages/goto/p... | JavaScript | MIT License | microlinkhq/browserless | chore: update @cliqz/adblocker-puppeteer to latest (#67) | 1 | chore | null |
722,013 | 18.08.2019 17:37:31 | 18,000 | 7935956ea1f15ade807d8dd3b9a8321095e15b6b | fix(cli): take cwd param into account | [
{
"change_type": "MODIFY",
"diff": "@@ -34,10 +34,10 @@ export default (processArgv: string[], processCwd: string): DocgenCLIConfig => {\nalias: { c: 'configFile', w: 'watch' }\n}\n)\n- const configFilePath = configFileFromCmd\n- ? path.resolve(processCwd, configFileFromCmd)\n- : path.join(processCwd, 'docg... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(cli): take cwd param into account | 1 | fix | cli |
471,527 | 18.08.2019 18:04:03 | -7,200 | 8087906afc75b7020e35255b8545538cf97153b3 | fix: include *.ts files in npm packages | [
{
"change_type": "MODIFY",
"diff": "\"prepublishOnly\": \"../../scripts/insert-header.js\"\n},\n\"files\": [\n+ \"src\",\n\"*.js\",\n- \"src\"\n+ \"*.d.ts\"\n],\n\"contributors\": [\n\"Pawel Psztyc\"\n",
"new_path": "packages/chai-a11y-axe/package.json",
"old_path": "packages/chai-a11y-axe/package.j... | JavaScript | MIT License | open-wc/open-wc | fix: include *.ts files in npm packages | 1 | fix | null |
76,605 | 18.08.2019 18:37:31 | -7,200 | 1cdf6b671297257bcdc204bd318099280ec20b04 | fix: problem with not contraction | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ const AggressiveTokenizer = require('./aggressive-tokenizer');\nclass AggressiveTokenizerEn extends AggressiveTokenizer {\nreplace(text) {\nlet result = text.replace(/n't([ ,:;.!?]|$)/gi, ' not ');\n- result = text.replace(/can't([ ,:;.!?]|$)/gi, 'can no... | JavaScript | MIT License | axa-group/nlp.js | fix: problem with not contraction | 1 | fix | null |
722,013 | 18.08.2019 19:56:26 | 18,000 | 8525a3027599454b6a6ae410cbc3eb0ca25df5f5 | build: add node-resolve to compiler | [
{
"change_type": "MODIFY",
"diff": "\"@vue/test-utils\": \"^1.0.0-beta.29\",\n\"rollup\": \"^1.19.4\",\n\"rollup-plugin-commonjs\": \"^10.0.2\",\n+ \"rollup-plugin-node-resolve\": \"^5.2.0\",\n\"rollup-plugin-typescript2\": \"^0.22.1\",\n\"vue\": \"^2.6.10\"\n},\n",
"new_path": "packages/vue-inbrowser-c... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | build: add node-resolve to compiler | 1 | build | null |
71,327 | 18.08.2019 19:58:24 | -7,200 | d1ee4ba7c0442892f0c7f567ad5e1e374e29f549 | feat(bootstrap): force toolkit bucket private | [
{
"change_type": "MODIFY",
"diff": "@@ -46,7 +46,13 @@ export async function bootstrapEnvironment(environment: cxapi.Environment, aws:\nKMSMasterKeyID: props.kmsKeyId,\n},\n}]\n- }\n+ },\n+ PublicAccessBlockConfiguration: {\n+ BlockPublicAcls: true,\n+ BlockPublicPolicy: true,\n+ IgnorePublicAcls: true,\n+ ... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(bootstrap): force toolkit bucket private (#3695) | 1 | feat | bootstrap |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.