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
127,946
26.03.2019 12:44:22
-7,200
493faf64db581a17377b57e587e8c204d6b9758f
refactor(profile): profile cleanup
[ { "change_type": "DELETE", "diff": "-import styled from '@emotion/styled';\n-import { mq, spacing } from '@heathmont/sportsbet-utils';\n-import { breakpoints, border, colors } from '@heathmont/sportsbet-tokens';\n-\n-export const ProfileLayout = styled.div({\n- padding: spacing('medium'),\n- [mq(breakpoints...
TypeScript
MIT License
coingaming/moon-design
refactor(profile): profile cleanup
1
refactor
profile
815,590
26.03.2019 13:04:33
-28,800
6adafac4c2ccad5861fde47c87d0ba22958a2364
feat: support feeler connection
[ { "change_type": "MODIFY", "diff": "pub extern crate futures;\nmod behaviour;\npub mod errors;\n-mod network;\n+pub mod network;\nmod network_config;\nmod network_group;\nmod network_service;\nmod peer;\npub mod peer_store;\npub mod peers_registry;\n-mod protocol;\n+pub mod protocol;\nmod service;\n#[cfg(te...
Rust
MIT License
nervosnetwork/ckb
feat: support feeler connection
1
feat
null
104,857
26.03.2019 14:08:16
18,000
fc7bbaa5da87e9d985de6ab1cabb2d3a5a5d266f
chore(table): updates for max width
[ { "change_type": "MODIFY", "diff": "@@ -132,6 +132,7 @@ const propTypes = {\nonChangeOrdering: PropTypes.func,\n}).isRequired,\n}),\n+ maxWidth: PropTypes.bool,\n};\nexport const defaultProps = baseProps => ({\nid: 'Table',\n@@ -193,7 +194,7 @@ export const defaultProps = baseProps => ({\n});\nconst Table =...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(table): updates for max width
1
chore
table
217,922
26.03.2019 14:23:31
-3,600
82a8b9c05ce1e35a9dda282d406282279c117629
chore: removed giveaway banner
[ { "change_type": "MODIFY", "diff": "</ng-template>\n</nz-alert>\n<nz-alert nzType=\"info\" nzBanner [nzMessage]=\"'GIVEAWAY.Discord_1K.Title' | translate\"\n- [nzDescription]=\"'GIVEAWAY.Discord_1K.Description' | translate\" *ngIf=\"showGiveaway && !overlay\"\n+ [nzDescription]=\"'GIVEAWAY.Discord_1K.Descri...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: removed giveaway banner
1
chore
null
815,590
26.03.2019 14:24:30
-28,800
202d326662686bd910fe5ea61f269c3f4e3e4ed2
refactor: rebase
[ { "change_type": "MODIFY", "diff": "@@ -18,8 +18,8 @@ pub use crate::behaviour::Behaviour;\npub use crate::network::{Network, SessionInfo};\npub use crate::network_config::NetworkConfig;\npub use crate::network_service::NetworkService;\n-pub use crate::peer_store::Score;\npub use crate::peer::{Peer, PeerIde...
Rust
MIT License
nervosnetwork/ckb
refactor: rebase
1
refactor
null
71,371
26.03.2019 14:26:49
-3,600
99ab46d8682ec4b39b19aba98567623e07540e60
feat(rds): cluster retention, reference KMS key by object Add control over DeletionPolicy and UpdateReplacePolicy, both defaulting to Retain to avoid data loss. Reference encryption key reference with key interface. BREAKING CHANGE: Replaced `kmsKeyArn: string` by `kmsKey: kms.IEncryptionKey` in `DatabaseClusterProps`
[ { "change_type": "MODIFY", "diff": "@@ -68,7 +68,7 @@ When the master password is generated and stored in AWS Secrets Manager, it can\nRotation of the master password is also supported for an existing cluster:\n```ts\n-new rds.RotationSingleUser(stack, 'Rotation', {\n+new RotationSingleUser(stack, 'Rotation...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(rds): cluster retention, reference KMS key by object (#2063) Add control over DeletionPolicy and UpdateReplacePolicy, both defaulting to Retain to avoid data loss. Reference encryption key reference with key interface. BREAKING CHANGE: Replaced `kmsKeyArn: string` by `kmsKey: kms.IEncryptionKey` in `DatabaseClusterProps`
1
feat
rds
815,593
26.03.2019 14:45:56
-32,400
325372cb75cb6289540bc06c4f4a56dbf1ecca12
test: add disconnect test
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ fn main() {\n_ => panic!(\"invalid spec\"),\n};\nlet net = spec.setup_net(&binary, start_port);\n- spec.run(&net);\n+ spec.run(net);\n} else {\nlet specs: Vec<Box<Spec>> = vec![\nBox::new(BlockRelayBasic),\n@@ -42,7 +42,7 @@ fn main() {\nspecs.iter().for...
Rust
MIT License
nervosnetwork/ckb
test: add disconnect test
1
test
null
791,690
26.03.2019 14:56:37
18,000
77d1656cf302b823e22fdeeaa6f25ad938c92043
core(font-display): handle carriage returns
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,7 @@ class FontDisplay extends Audit {\n// Go through all the stylesheets to find all @font-face declarations\nfor (const stylesheet of artifacts.CSSUsage.stylesheets) {\n// Eliminate newlines so we can more easily scan through with a regex\n- const newlinesS...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(font-display): handle carriage returns (#7712)
1
core
font-display
71,371
26.03.2019 15:08:18
-3,600
4e105a3904c6bd91f66d60e2d77ab42afe36549b
fix(secretsmanager): allow templated string creation Merge the StringGenerator argument types and do runtime analysis so it becomes obvious how to do templated secret generation.
[ { "change_type": "MODIFY", "diff": "@@ -26,12 +26,12 @@ export class DatabaseSecret extends secretsmanager.Secret {\nconstructor(scope: cdk.Construct, id: string, props: DatabaseSecretProps) {\nsuper(scope, id, {\nencryptionKey: props.encryptionKey,\n- generateSecretString: ({\n+ generateSecretString: {\npa...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(secretsmanager): allow templated string creation (#2010) Merge the StringGenerator argument types and do runtime analysis so it becomes obvious how to do templated secret generation.
1
fix
secretsmanager
815,593
26.03.2019 15:12:22
-32,400
f71a2253a6ff9e48258e9be87aa11f5adb5ebd66
chore: tweak for test
[ { "change_type": "MODIFY", "diff": "@@ -128,6 +128,7 @@ impl NetworkService {\n}\npub fn connected_peers(&self) -> Vec<(PeerId, Peer)> {\n+ // TODO return listen addr for connected peers\nself.network\n.peers_registry\n.read()\n", "new_path": "network/src/network_service.rs", "old_path": "network/sr...
Rust
MIT License
nervosnetwork/ckb
chore: tweak for test
1
chore
null
104,848
26.03.2019 15:48:21
18,000
b58700ef04d52f68eb31f0221f48ebdb2e38a91a
feat(table): update snapshot
[ { "change_type": "MODIFY", "diff": "@@ -196,7 +196,7 @@ export const defaultProps = baseProps => ({\n});\nconst Table = props => {\n- const { id, columns, data, expandedData, view, actions, options, ...others } = merge(\n+ const { id, columns, data, expandedData, view, actions, options, lightweight, ...othe...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(table): update snapshot
1
feat
table
273,683
26.03.2019 16:24:54
-3,600
f1a865cdf7e39f6bdaf5180c05d841df9b2ca5f9
fix(app): make routes appear in vue-devtools
[ { "change_type": "MODIFY", "diff": "import Vue from 'vue'\nimport plugins from '~/.temp/plugins-server'\nimport main from './main'\n-import routes from '~/.temp/routes.js'\nimport head from './head'\nimport router from './router'\n@@ -17,8 +16,6 @@ Vue.component('ClientOnly', ClientOnly)\nVue.prototype.$url...
JavaScript
MIT License
gridsome/gridsome
fix(app): make routes appear in vue-devtools (#322)
1
fix
app
127,946
26.03.2019 16:35:17
-7,200
5aafa02dde7b7e88e11bcc357017f2f788cd1d40
fix(user-portal): navigation fixes
[ { "change_type": "MODIFY", "diff": "@@ -4,12 +4,15 @@ import { NavLink } from 'react-router-dom';\nimport { jsx, CSSObject } from '@emotion/core';\nimport styled from '@emotion/styled';\nimport hideVisually from 'polished/lib/mixins/hideVisually';\n-import { colors, border } from '@heathmont/sportsbet-token...
TypeScript
MIT License
coingaming/moon-design
fix(user-portal): navigation fixes
1
fix
user-portal
603,467
26.03.2019 17:11:00
0
bb4b27a037b41cafa1589806411b107332f86ab6
test(protractor): Cleaned up the Photograper tests
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ exports.config = {\n'--disable-infobars',\n'--headless',\n'--disable-gpu',\n- '--window-size=800x600',\n+ '--window-size=200x100',\n]\n}\n}\n", "new_path": "packages/protractor/spec/protractor.conf.js", "old_path": "packages/protractor/spec/protr...
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(protractor): Cleaned up the Photograper tests
1
test
protractor
273,683
26.03.2019 18:07:42
-3,600
89d6aa365eb44cde258f361d704b1ad06dbba04f
fix(cli): show warning for missing deps
[ { "change_type": "ADD", "diff": "+{\n+ \"name\": \"test\",\n+ \"dependencies\": {\n+ \"gridsome\": \"*\"\n+ }\n+}\n", "new_path": "packages/cli/__tests__/__fixtures__/project/package.json", "old_path": null }, { "change_type": "MODIFY", "diff": "+const path = require('path')\nconst execa...
JavaScript
MIT License
gridsome/gridsome
fix(cli): show warning for missing deps (#281)
1
fix
cli
815,590
26.03.2019 18:40:16
-28,800
5bbb35ff33e385a1b45eed60506096f3ea5517cb
refactor: network config
[ { "change_type": "MODIFY", "diff": "@@ -30,74 +30,6 @@ pub(crate) use p2p::{\ncontext::{ServiceContext, SessionContext},\nservice::ServiceControl,\n};\n-use serde_derive::Deserialize;\n-use std::time::Duration;\n-\n-const DEFAULT_OUTGOING_PEERS_RATIO: u32 = 3;\n// used in CKBProtocolContext\npub type PeerIn...
Rust
MIT License
nervosnetwork/ckb
refactor: network config
1
refactor
null
217,922
26.03.2019 19:15:33
-3,600
63bb18bc7a1533f153415405635417ebd65e0dd8
feat(alarms): you can now create alarms for weather-dependant items
[ { "change_type": "MODIFY", "diff": "@@ -133,11 +133,15 @@ export class AlarmsFacade {\npublic createDisplay(alarm: Alarm, date: Date): AlarmDisplay {\nconst display = new AlarmDisplay(alarm);\n- const nextSpawn = this.getNextSpawn(alarm, date);\n+ const nextSpawn = {...this.getNextSpawn(alarm, date)};\ndisp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(alarms): you can now create alarms for weather-dependant items
1
feat
alarms
730,412
26.03.2019 20:14:08
0
362b84de04517d6013abf20fe7c3fc98d725d9e4
chore(release): 0.1.440
[ { "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+<a name=\"0.1.440\"></a>\n+## [0.1.440](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.440
1
chore
release
531,793
26.03.2019 21:32:48
25,200
7bd9cc641a061fadbe149107784a42b504d2982a
fix(ui): cleanup filter input css classes
[ { "change_type": "MODIFY", "diff": "margin-bottom: 1px;\n}\n-.badge.components-filteredinputlabel > .badge {\n+.badge.components-filteredinputlabel > .badge,\n+.badge.components-filteredinputlabel > svg {\n/* match outer badge font size */\nfont-size: 90%;\n+ line-height: 100%;\n+ padding-bottom: 0.1em;\n/*...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): cleanup filter input css classes
1
fix
ui
730,412
26.03.2019 21:44:20
0
e53b9a650b27c2f1192537de5676fa0baec2e8b6
chore(release): 0.1.441
[ { "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+<a name=\"0.1.441\"></a>\n+## [0.1.441](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.441
1
chore
release
104,818
26.03.2019 21:58:51
18,000
cd72655c76f9ecf308f77a639ab639312e85b7ed
fix(table): small fix to prevent the lightweight prop passthr
[ { "change_type": "MODIFY", "diff": "@@ -78,7 +78,9 @@ const defaultProps = {\nlightweight: false,\n};\n-const StyledCarbonTableHead = styled(CarbonTableHead)`\n+const StyledCarbonTableHead = styled(({ lightweight, ...others }) => (\n+ <CarbonTableHead {...others} />\n+))`\n&&& {\n${props =>\nprops.lightweig...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): small fix to prevent the lightweight prop passthr
1
fix
table
531,793
26.03.2019 22:03:21
25,200
d4032ea816e7e057a71ae748a7eb934ccecf7104
fix(ui): only set custom colors on filters that are applied
[ { "change_type": "MODIFY", "diff": "@@ -66,7 +66,7 @@ const FilterInputLabel = observer(\nreturn (\n<span\nclassName={`${rootClasses} d-inline-flex flex-row`}\n- style={cs.style}\n+ style={filter.applied ? cs.style : {}}\n>\n{filter.isValid ? (\nfilter.applied ? (\n@@ -98,7 +98,7 @@ const FilterInputLabel =...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): only set custom colors on filters that are applied
1
fix
ui
531,793
26.03.2019 22:04:37
25,200
07566c9e878f409fc6663f325ed01fc0851e559b
fix(ui): remove padding from the spinner When filter is not yet applied we draw a spinner icon that uses badge class on the parent element, remove padding from parent so we don't end up resizing parent
[ { "change_type": "MODIFY", "diff": "@@ -76,7 +76,7 @@ const FilterInputLabel = observer(\n</span>\n) : null\n) : (\n- <span className=\"badge mr-1\">\n+ <span className=\"badge mr-1 p-0\">\n<FontAwesomeIcon icon={faSpinner} spin />\n</span>\n)\n", "new_path": "ui/src/Components/Labels/FilterInputLabel/i...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): remove padding from the spinner When filter is not yet applied we draw a spinner icon that uses badge class on the parent element, remove padding from parent so we don't end up resizing parent
1
fix
ui
749,555
26.03.2019 22:35:03
-3,600
b374b6e2048cb9f6af002a57ec3da7871781787a
feat(autocomplete): add controlled props to Autocomplete This PR add the following controlled props to the `Autocomplete` component: `isOpen, inputValue, isFocused, isHovered, onStateChange`. Custom selected values can also be displayed view the `children` prop.
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,37 @@ initialState = {\n/>;\n```\n+### Controlled Example\n+\n+```jsx\n+initialState = {\n+ selectedValue: 'option-1',\n+ isOpen: false\n+};\n+\n+<Autocomplete\n+ label=\"Controlled Autocomplete\"\n+ selectedValue={state.selectedValue}\n+ isOpen={state.isOpen...
TypeScript
Apache License 2.0
zendeskgarden/react-components
feat(autocomplete): add controlled props to Autocomplete (#294) This PR add the following controlled props to the `Autocomplete` component: `isOpen, inputValue, isFocused, isHovered, onStateChange`. Custom selected values can also be displayed view the `children` prop.
1
feat
autocomplete
730,412
26.03.2019 23:18:57
0
f083e1b7d204c965d4b3dd22172abc59205cf1e0
chore(release): 0.1.442
[ { "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+<a name=\"0.1.442\"></a>\n+## [0.1.442](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.442
1
chore
release
471,458
27.03.2019 00:12:17
-3,600
aecc42ace249793f48fc45e29216ca16554980d6
fix(create): fix bug and allow user to choose package manager
[ { "change_type": "MODIFY", "diff": "import path from 'path';\n+import qoa from 'qoa';\nimport commandLineArgs from 'command-line-args';\nimport { copyTemplates, copyTemplate, copyTemplateJsonInto, installNpm } from './core.js';\n@@ -40,14 +41,19 @@ class Generator {\n}\nasync end() {\n- if (this.cliOptions[...
JavaScript
MIT License
open-wc/open-wc
fix(create): fix bug and allow user to choose package manager
1
fix
create
471,527
27.03.2019 01:35:24
-3,600
84fb08fa4e284e4d0c562c21c03a086f34708c70
fix(create): install should only be executed once
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import { parseCliOptions } from './helpers.js';\nconst optionDefinitions = [\n{ name: 'tag-name', type: String, defaultValue: '' },\n- { name: 'npm-install', type: String, defaultValue: 'true' }, // set to emptry string later\n+ { name: 'npm-install', type...
JavaScript
MIT License
open-wc/open-wc
fix(create): install should only be executed once
1
fix
create
815,605
27.03.2019 01:54:49
0
6fe76683d86f55fb2e0dd0714cd5b168c917dd11
feat: Add syscall for loading embeds
[ { "change_type": "ADD", "diff": "+use crate::syscalls::{utils::store_data, ITEM_MISSING, LOAD_EMBED_SYSCALL_NUMBER, SUCCESS};\n+use ckb_vm::{CoreMachine, Error as VMError, Memory, Register, Syscalls, A0, A3, A7};\n+\n+#[derive(Debug)]\n+pub struct LoadEmbed<'a> {\n+ embeds: &'a [&'a Vec<u8>],\n+}\n+\n+impl<...
Rust
MIT License
nervosnetwork/ckb
feat: Add syscall for loading embeds
1
feat
null
67,476
27.03.2019 05:06:42
-3,600
61cdae9adfb2e4e696b20555414a1cd731d4f3da
chore(runtime-html): small tweaks to observers
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ import {\nSetterObserver,\nsubscriberCollection,\n} from '@aurelia/runtime';\n+\nimport { IEventSubscriber } from './event-manager';\nimport { ValueAttributeObserver } from './value-attribute-observer';\n@@ -32,17 +33,15 @@ function defaultMatcher(a: unk...
TypeScript
MIT License
aurelia/aurelia
chore(runtime-html): small tweaks to observers
1
chore
runtime-html
67,476
27.03.2019 05:07:08
-3,600
5c5850f1659552aae74656050150f3e13b82831e
refactor(select-value-observer): cleanup and integrate with raf queue
[ { "change_type": "MODIFY", "diff": "import {\nCollectionKind,\n- IBindingTargetObserver,\n+ collectionSubscriberCollection,\n+ IAccessor,\nICollectionObserver,\n- ICollectionSubscriber,\nIDOM,\nILifecycle,\nIndexMap,\nIObserverLocator,\nISubscriber,\n+ ISubscriberCollection,\nLifecycleFlags,\n- targetObserv...
TypeScript
MIT License
aurelia/aurelia
refactor(select-value-observer): cleanup and integrate with raf queue
1
refactor
select-value-observer
815,605
27.03.2019 08:09:10
0
78a8f9be48b46ede8dd294868f3684c127cbb9a9
feat: Remove embeds
[ { "change_type": "MODIFY", "diff": "@@ -13,13 +13,9 @@ use ckb_shared::shared::{Shared, SharedBuilder};\nuse ckb_shared::store::ChainKVStore;\nuse ckb_traits::ChainProvider;\nuse criterion::{criterion_group, criterion_main, Criterion};\n-use hash::blake2b_256;\nuse numext_fixed_hash::H256;\nuse numext_fixed...
Rust
MIT License
nervosnetwork/ckb
feat: Remove embeds
1
feat
null
104,818
27.03.2019 09:22:11
18,000
3424df42b51b62c49304b67fcd9a72ff870f8745
chore(codeowners): add tom as a codeowner
[ { "change_type": "MODIFY", "diff": "# These users own any files in the following directory at the root of\n# the repository and any of its subdirectories.\n-* @bryancboyd @scottdickerson @davidicus @tay1orjones @leetosc @cgirani @stuckless\n+* @bryancboyd @scottdickerson @davidicus @tay1orjones @leetosc @cg...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(codeowners): add tom as a codeowner
1
chore
codeowners
104,818
27.03.2019 09:57:56
18,000
11ec01bd1c59e4ea29564a8157caaaa4167684c8
fix(statefultable): wasn't passing through class name
[ { "change_type": "MODIFY", "diff": "@@ -145,6 +145,7 @@ const StatefulTable = ({ data: initialData, expandedData, ...other }) => {\n};\nreturn filteredData ? (\n<Table\n+ {...other} // need to passthrough all other props\nid={tableId}\ncolumns={columns}\ndata={filteredData}\n", "new_path": "src/componen...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(statefultable): wasn't passing through class name
1
fix
statefultable
104,818
27.03.2019 10:06:16
18,000
6ce8c92c9555b29a9635eacd481305abc452227e
fix(table): fix isOverflow console error don't passthru
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,9 @@ const StyledOverflowMenu = styled(({ isRowExpanded, isOpen, ...other }) => (\n`;\n// Don't pass through the isRowExpanded or hideLabel prop to the button\n-const RowActionButton = styled(({ isRowExpanded, hideLabel, ...other }) => <Button {...other} />)`...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): fix isOverflow console error don't passthru
1
fix
table
730,414
27.03.2019 10:22:51
14,400
a10e8bfbaba17076c526e43daf1f18f85b067571
feat(react-redux-spark): enable federation by default
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,22 @@ import '@ciscospark/internal-plugin-team';\nimport Spark from '@ciscospark/spark-core';\nimport LocalForageStoreAdapter from '@ciscospark/storage-adapter-local-forage';\n+/**\n+ * Evaluates the federation environment variable so that\n+ * it can be used...
JavaScript
MIT License
webex/react-widgets
feat(react-redux-spark): enable federation by default
1
feat
react-redux-spark
104,827
27.03.2019 10:26:45
18,000
e765d66fd9556519750779fe143f77183438385f
feat(table): add width prop to column definition
[ { "change_type": "MODIFY", "diff": "@@ -608,11 +608,13 @@ storiesOf('Table', module)\nreturn (\n// You don't need to use styled components, just pass a className to the Table component and use selectors to find the correct column\n<Table\n- columns={tableColumns}\n+ columns={tableColumns.map((i, idx) => ({\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(table): add width prop to column definition
1
feat
table
127,946
27.03.2019 10:41:31
-7,200
2ee3a55a95dbda97aa56183309bddfd5c82ba37e
feat(user-profile): 2 colors background was added
[ { "change_type": "MODIFY", "diff": "+/** @jsx jsx */ jsx;\nimport * as React from 'react';\n+import { jsx } from '@emotion/core';\nimport rem from 'polished/lib/helpers/rem';\nimport styled from '@emotion/styled';\n-import { mq, spacing, rhythm } from '@heathmont/sportsbet-utils';\n-import { breakpoints } f...
TypeScript
MIT License
coingaming/moon-design
feat(user-profile): 2 colors background was added
1
feat
user-profile
815,590
27.03.2019 10:50:20
-28,800
a01677aee263b43731ea86e8d6340e08bfb91036
fix: outbound_peer_service dial feeler protocol
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,8 @@ use crate::{CKBProtocolContext, CKBProtocolHandler, PeerIndex};\nuse bytes::Bytes;\nuse log::info;\n+/// Feeler\n+/// Currently do nothing, CKBProtocol auto refresh peer_store after connected.\npub struct Feeler {}\n//TODO\n", "new_path": "network/src/...
Rust
MIT License
nervosnetwork/ckb
fix: outbound_peer_service dial feeler protocol
1
fix
null
127,946
27.03.2019 10:59:09
-7,200
3fcee5b4708664dca7b40a4aa4fe763f4214e04f
refactor(exchange-screen): remove exchange view
[ { "change_type": "DELETE", "diff": "-/** @jsx jsx */ jsx;\n-import { jsx } from '@emotion/core';\n-import { container, spacing } from '@heathmont/sportsbet-utils';\n-import {\n- Layout,\n- LayoutHeader,\n- LayoutMain,\n- LayoutAside,\n-} from '../../components/layout';\n-import { CashierHeading } from '../w...
TypeScript
MIT License
coingaming/moon-design
refactor(exchange-screen): remove exchange view
1
refactor
exchange-screen
815,590
27.03.2019 11:20:42
-28,800
09d79fc139bf4775b932c69b46aa7da29daeca4f
fix: network path dir
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ pub struct NetworkConfig {\npub reserved_only: bool,\npub max_peers: u32,\npub max_outbound_peers: u32,\n- pub config_dir_path: PathBuf,\n+ pub path: PathBuf,\npub ping_interval_secs: u64,\npub ping_timeout_secs: u64,\npub connect_outbound_interval_secs:...
Rust
MIT License
nervosnetwork/ckb
fix: network path dir
1
fix
null
127,946
27.03.2019 11:25:41
-7,200
aef9c02746e96f84d6041f8697d9df66cd08dd88
chore(icons): update settings icon
[ { "change_type": "MODIFY", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n-<svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n- <!-- Generator: Sketch 52.3 (67297) - http://www.bohemiancoding.com...
TypeScript
MIT License
coingaming/moon-design
chore(icons): update settings icon
1
chore
icons
217,922
27.03.2019 11:48:34
-3,600
0cc63a2388f293c9ce8905c02f3cf14686b3be08
chore: connected with the new angular-client api
[ { "change_type": "MODIFY", "diff": "@@ -93,7 +93,7 @@ registerLocaleData(en);\nAngularFireAuthModule,\nAngularFirestoreModule,\n- XivapiClientModule.forRoot('63cc0045d7e847149c3f'),\n+ XivapiClientModule.forRoot(null),\nRouterModule.forRoot([], { useHash: IS_ELECTRON }),\n", "new_path": "apps/client/src...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: connected with the new angular-client api
1
chore
null
471,458
27.03.2019 11:56:03
-3,600
c8bbaf9645d63a86a929ca0541dc4237cd2ccc73
fix(create): fix generator install deps for Windows
[ { "change_type": "MODIFY", "diff": "@@ -101,6 +101,6 @@ export async function installNpm(where, command) {\nconsole.log('Installing dependencies...');\nconsole.log('This might take some time...');\nconsole.log(`Using ${command} to install...`);\n- await _install(command, { cwd: where });\n+ await _install(c...
JavaScript
MIT License
open-wc/open-wc
fix(create): fix generator install deps for Windows
1
fix
create
127,946
27.03.2019 12:25:51
-7,200
b7c11ef6721d0104b77e6fcaa34cff0eb704d0db
feat(wallets): wallets toggling
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ jsx;\ntype CardToggleProps = {\nback?: boolean;\n+ onClick?: () => void;\n};\n/**\n@@ -23,10 +24,14 @@ const cardToggle: CSSObject = {\n/**\n* Component\n*/\n-const CardToggle: React.FC<CardToggleProps> = ({ back }) => {\n+const CardToggle: React.FC<Card...
TypeScript
MIT License
coingaming/moon-design
feat(wallets): wallets toggling
1
feat
wallets
273,683
27.03.2019 12:36:03
-3,600
81848349b41bd7f26200569c147c3a3f7a32889f
fix(graphql): allow requests without variables
[ { "change_type": "MODIFY", "diff": "@@ -14,18 +14,13 @@ module.exports = ({ store }) => {\nreturn res.sendStatus(200)\n}\n- const { query, variables, ...body } = await getGraphQLParams(req)\n-\n- if (!query || !variables) {\n- return next()\n- }\n+ const { query = '', variables, ...body } = await getGraphQL...
JavaScript
MIT License
gridsome/gridsome
fix(graphql): allow requests without variables (#323)
1
fix
graphql
815,590
27.03.2019 12:56:23
-28,800
4a1ecc7891ead519883bc4121db2a28c18586e47
fix: network path
[ { "change_type": "MODIFY", "diff": "@@ -39,13 +39,13 @@ fn generate_random_key() -> [u8; 32] {\nimpl NetworkConfig {\npub fn secret_key_path(&self) -> PathBuf {\nlet mut path = self.path.clone();\n- path.set_file_name(\"secret_key\");\n+ path.push(\"secret_key\");\npath\n}\npub fn peer_store_path(&self) -> ...
Rust
MIT License
nervosnetwork/ckb
fix: network path
1
fix
null
217,922
27.03.2019 14:28:36
-3,600
38250f08b58a78d40e8cf50d265f330746c8bfd2
feat(teams): added officier member level to give permission to assign items to members closes
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,8 @@ export class Team extends DataModel {\nmembers: string[] = [];\n+ officiers: string[] = [];\n+\n// To test it: https://discordapp.com/api/webhooks/508611709179789313/jUdVJshi-_EOHnawfijbfF4OJRKAalYtw76AycUw0fk5X5BFJWcWCYd1DWG8gKAQNX0X\nwebhook?: string;\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(teams): added officier member level to give permission to assign items to members closes #722
1
feat
teams
531,793
27.03.2019 14:53:35
25,200
c74d697596cb528cbd347b280c7841a7654aed7e
refactor(ui): add background color to the alert group title Right now the title and the body blends together in the UI, add background color to make it easier to show where title bar ends and where the alert body starts
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,11 @@ const GroupHeader = observer(\nconst { collapseStore, group, silenceFormStore } = this.props;\nreturn (\n- <h5 className=\"card-title mb-0 d-flex flex-row\">\n+ <h5\n+ className={`card-header bg-light mb-0 d-flex flex-row px-2 py-1 ${\n+ collapseStore.v...
TypeScript
Apache License 2.0
prymitive/karma
refactor(ui): add background color to the alert group title Right now the title and the body blends together in the UI, add background color to make it easier to show where title bar ends and where the alert body starts
1
refactor
ui
104,857
27.03.2019 14:55:57
18,000
27c63454c5e0bdbb61a48c9b989584ddf0881ce9
feature(tablecolumn): tablee cell width as props
[ { "change_type": "MODIFY", "diff": "@@ -580,7 +580,7 @@ storiesOf('Table', module)\n<Table\ncolumns={tableColumns.map((i, idx) => ({\n...i,\n- width: idx % 2 === 0 ? '250px' : '5rem',\n+ width: idx % 2 === 0 ? '100px' : '5rem',\n}))}\noptions={{ hasFilter: true }}\ndata={tableData}\n", "new_path": "src/...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feature(tablecolumn): tablee cell width as props
1
feature
tablecolumn
469,438
27.03.2019 15:42:29
25,200
46efa4d263dd881014ce2c88f9e1a25b270b4478
fix: schema required on contentDescriptorObject fixes
[ { "change_type": "MODIFY", "diff": "@@ -418,7 +418,7 @@ Field Name | Type | Description\n<a name=\"content-descriptor-summary\"></a>summary | `string` | A short summary of what the method does.\n<a name=\"content-descriptor-description\"></a>description | `string` | A verbose explanation of the method behav...
JavaScript
Apache License 2.0
open-rpc/spec
fix: schema required on contentDescriptorObject fixes #126
1
fix
null
815,598
27.03.2019 15:51:57
-28,800
ddb3683b8ea5a8ea6fa28f95b2687b15f848cfde
chore: add `make gen` to generate files
[ { "change_type": "MODIFY", "diff": "+FLATC := flatc\n+CFBC := cfbc\nVERBOSE := $(if ${CI},--verbose,)\ntest:\n@@ -50,6 +52,19 @@ security-audit:\ndocker:\ndocker build -f docker/hub/Dockerfile -t nervos/ckb:latest .\n-.PHONY: build prod prod-test docker\n-.PHONY: fmt test clippy proto doc doc-deps check sta...
Rust
MIT License
nervosnetwork/ckb
chore: add `make gen` to generate files
1
chore
null
217,922
27.03.2019 16:02:18
-3,600
c8db0a9e30ade601791dacd68036e8e083d9d4c1
chore(teams): turns out it's called officer :D
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ export class Team extends DataModel {\nmembers: string[] = [];\n- officiers: string[] = [];\n+ officers: string[] = [];\n// To test it: https://discordapp.com/api/webhooks/508611709179789313/jUdVJshi-_EOHnawfijbfF4OJRKAalYtw76AycUw0fk5X5BFJWcWCYd1DWG8gKA...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(teams): turns out it's called officer :D
1
chore
teams
791,690
27.03.2019 16:12:10
18,000
08c16f722c76434c9887df706445dc3877cab23c
core(main-thread-tasks): use toplevel tasks in main thread audit
[ { "change_type": "MODIFY", "diff": "@@ -32,10 +32,10 @@ class MainThreadTasks extends Audit {\nconst tasks = await MainThreadTasksComputed.request(trace, context);\nconst results = tasks\n- .filter(task => task.duration > 5 && task.parent)\n+ // Filter to just the sizable toplevel tasks; toplevel tasks are ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(main-thread-tasks): use toplevel tasks in main thread audit (#7711)
1
core
main-thread-tasks
127,946
27.03.2019 16:18:10
-7,200
32a1b70942b489c4a9087efc72357298a7806078
feat(wallets): add wallet desktop button
[ { "change_type": "MODIFY", "diff": "+import * as React from 'react';\n+import rem from 'polished/lib/helpers/rem';\n+import styled from '@emotion/styled';\n+import {\n+ typography,\n+ border,\n+ colors,\n+ breakpoints,\n+} from '@heathmont/sportsbet-tokens';\n+import { mq } from '@heathmont/sportsbet-utils'...
TypeScript
MIT License
coingaming/moon-design
feat(wallets): add wallet desktop button
1
feat
wallets
503,922
27.03.2019 16:29:34
-3,600
cd149e08c0adc69a83f6d8f68cde953efdb5a342
feat(Icons): Paper plane alt icon
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,13 @@ module.exports = {\nwidth: 59,\nheight: 59,\nsvgPathData: \"M57.06 0H1.84A1.84 1.84 0 0 0 0 1.84v55.22a1.84 1.84 0 0 0 1.84 1.84h55.21a1.84 1.84 0 0 0 1.84-1.84V1.83A1.84 1.84 0 0 0 57.06 0zM49 41.13l-1.36-4a1 1 0 0 0-1.62-.42l-.63.58-1.11-5.73H49zM30.3...
TypeScript
MIT License
patternfly/patternfly-react
feat(Icons): Paper plane alt icon (#1643)
1
feat
Icons
791,834
27.03.2019 17:04:30
25,200
21dda6a1906884043927ec92fbcac7678242e87e
misc: drive-by code cleanup in BaseNode
[ { "change_type": "MODIFY", "diff": "@@ -168,96 +168,88 @@ class BaseNode {\n/**\n* Clones the entire graph connected to this node filtered by the optional predicate. If a node is\n- * included by the predicate, all nodes along the paths between the two will be included. If the\n- * node that was called clon...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: drive-by code cleanup in BaseNode (#7723)
1
misc
null
791,690
27.03.2019 17:31:20
18,000
d02a824178d92bbed8437cc4aaf0dcae7b1a454f
core(main-thread-tasks): handle last task not finishing
[ { "change_type": "MODIFY", "diff": "@@ -74,9 +74,10 @@ class MainThreadTasks {\n/**\n* @param {LH.TraceEvent[]} mainThreadEvents\n* @param {PriorTaskData} priorTaskData\n+ * @param {number} traceEndTs\n* @return {TaskNode[]}\n*/\n- static _createTasksFromEvents(mainThreadEvents, priorTaskData) {\n+ static _...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(main-thread-tasks): handle last task not finishing (#7728)
1
core
main-thread-tasks
273,683
27.03.2019 18:21:41
-3,600
53a755c28de8d34ff4eb78c32dec681b2bc61a1e
fix(app): allow absolute path to custom favicon
[ { "change_type": "MODIFY", "diff": "+const path = require('path')\nconst fs = require('fs-extra')\n+const isRelative = require('is-relative')\n-async function genIcons ({ config, resolve, queue }) {\n+async function genIcons ({ config, context, queue }) {\nconst { touchicon, favicon } = config.icon\n- const...
JavaScript
MIT License
gridsome/gridsome
fix(app): allow absolute path to custom favicon
1
fix
app
471,510
27.03.2019 18:32:16
-3,600
60d0feccf6f77ea673bee709ea0228686cfc61f3
fix(building-rollup): Add missing dependency
[ { "change_type": "MODIFY", "diff": "\"@babel/preset-env\": \"^7.0.0\",\n\"@webcomponents/webcomponentsjs\": \"^2.2.0\",\n\"babel-plugin-bundled-import-meta\": \"^0.3.0\",\n+ \"clone\": \"2.1.2\",\n\"mkdirp\": \"^0.5.1\",\n\"parse5\": \"^5.1.0\",\n\"rollup-plugin-babel\": \"^4.3.2\",\n", "new_path": "pac...
JavaScript
MIT License
open-wc/open-wc
fix(building-rollup): Add missing dependency (#326)
1
fix
building-rollup
471,470
27.03.2019 18:38:25
-3,600
c4f37a69ddd20d70dbf2f0b2a72d0d788b8b475a
fix(building-webpack): default webpack generator config and docs
[ { "change_type": "MODIFY", "diff": "@@ -24,14 +24,15 @@ npm i -D @open-wc/building-webpack webpack http-server webpack-dev-server\nIf you don't need to support IE11 or other legacy browsers, use `@open-wc/building-webpack/modern-config`. Otherwise, use `@open-wc/building-webpack/modern-and-legacy-config`.\n...
JavaScript
MIT License
open-wc/open-wc
fix(building-webpack): default webpack generator config and docs (#321)
1
fix
building-webpack
447,440
27.03.2019 18:54:28
21,600
ae6c01bebc94d01fde5723897870ff551017e2a1
docs: fix description on calendar component
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,9 @@ import getYearsRange from './helpers/get-years-range';\nimport getFormattedMonth from './helpers/get-formatted-month';\nimport './styles.css';\n+/**\n+ * Calendar provide a simple way to select a single date.\n+ */\nexport default class Calendar extends ...
JavaScript
MIT License
nexxtway/react-rainbow
docs: fix description on calendar component (#630)
1
docs
null
104,827
27.03.2019 23:30:37
18,000
78494f6ab5622a04256b190f85389ae8b54c9590
fix(list): add style to row cells as well as headers
[ { "change_type": "MODIFY", "diff": "@@ -81,12 +81,13 @@ const StructuredList = ({ columns, data, design, isFixedWidth, onRowClick, loadi\n{data.map(item => (\n<StructuredListRow key={`${item.id}-row`} onClick={() => onRowClick(item.id)}>\n{columns.map(col => (\n- <StructuredListCell\n+ <StyledStructuredList...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(list): add style to row cells as well as headers
1
fix
list
471,470
27.03.2019 23:30:51
-3,600
e3fa07e2cd641c12d063fd44a05d6d9958a82b58
docs: add menu item for FAQ deep dives
[ { "change_type": "MODIFY", "diff": "@@ -83,7 +83,14 @@ module.exports = {\n'/demoing/': sidebar,\n'/publishing/': sidebar,\n'/automating/': sidebar,\n- '/faq/': ['', 'rerender'],\n+ '/faq/': [\n+ ['', 'Faq'],\n+ {\n+ title: 'Deep dives',\n+ collapsable: true,\n+ children: ['rerender', 'unit-testing-custom-e...
JavaScript
MIT License
open-wc/open-wc
docs: add menu item for FAQ deep dives
1
docs
null
815,605
28.03.2019 01:10:59
0
33e6c90f05eda1277f34cb2aea2dd2630a20f1e4
rename: Rename reference to binary_hash in miner config
[ { "change_type": "MODIFY", "diff": "@@ -269,7 +269,8 @@ impl<CI: ChainIndex + 'static> BlockAssembler<CI> {\n}\n// dummy cellbase\n- let cellbase_lock = Script::new(0, self.config.args.clone(), self.config.reference.clone());\n+ let cellbase_lock =\n+ Script::new(0, self.config.args.clone(), self.config.bin...
Rust
MIT License
nervosnetwork/ckb
rename: Rename reference to binary_hash in miner config
1
rename
null
815,605
28.03.2019 01:11:20
0
825f02deef1122e57c07fa5e67fac2007ae32bdc
fix: Update integration test config template
[ { "change_type": "MODIFY", "diff": "@@ -43,5 +43,6 @@ trace = 100\ntxs_verify_cache_size = 100000\n[block_assembler]\n-# type hash for `always_success` script\n-type_hash = \"0x8954a4ac5e5c33eb7aa8bb91e0a000179708157729859bd8cf7e2278e1e12980\"\n+# value is set as always_success script\n+binary_hash = \"0x28...
Rust
MIT License
nervosnetwork/ckb
fix: Update integration test config template
1
fix
null
815,605
28.03.2019 01:17:21
0
91b8e06f3409875ff63e69ca7e6cc749a10e3d00
fix: Fix integration test
[ { "change_type": "MODIFY", "diff": "@@ -44,6 +44,6 @@ trace = 100\ntxs_verify_cache_size = 100000\n[block_assembler]\n-# value is set as always_success script\n-binary_hash = \"0x28e83a1277d48add8e72fadaa9248559e1b632bab2bd60b27955ebc4c03800a5\"\n+# value is set as always success binary hash\n+binary_hash =...
Rust
MIT License
nervosnetwork/ckb
fix: Fix integration test
1
fix
null
67,476
28.03.2019 01:32:37
-3,600
08f6442bc4d9eafb8301ad10144956e840b7d8ef
refactor(element-attribute-observer): cleanup and integrate with raf queue
[ { "change_type": "MODIFY", "diff": "@@ -4,8 +4,10 @@ import {\nILifecycle,\nIObserverLocator,\nISubscriber,\n+ ISubscriberCollection,\nLifecycleFlags,\n- targetObserver\n+ Priority,\n+ subscriberCollection,\n} from '@aurelia/runtime';\nexport interface IHtmlElement extends HTMLElement {\n@@ -19,88 +21,65 @@...
TypeScript
MIT License
aurelia/aurelia
refactor(element-attribute-observer): cleanup and integrate with raf queue
1
refactor
element-attribute-observer
67,476
28.03.2019 01:49:55
-3,600
fbf79a91bb4580ef4d0be613a8dee1ad9716ebab
refactor(attribute): fix ctor call
[ { "change_type": "MODIFY", "diff": "@@ -145,7 +145,6 @@ export class AttributeBinding implements IPartialConnectableBinding {\nlet targetObserver = this.targetObserver as IBindingTargetObserver;\nif (!targetObserver) {\ntargetObserver = this.targetObserver = new AttributeObserver(\n- LifecycleFlags.fromBind...
TypeScript
MIT License
aurelia/aurelia
refactor(attribute): fix ctor call
1
refactor
attribute
67,476
28.03.2019 02:10:59
-3,600
8a6c133887f6d004ad7ce02f29bdf9dbd2be11f0
refactor(observer-locator): fixup observer ctors
[ { "change_type": "MODIFY", "diff": "@@ -31,46 +31,50 @@ const xmlNS = 'http://www.w3.org/XML/1998/namespace';\nconst xmlnsNS = 'http://www.w3.org/2000/xmlns/';\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n-const nsAttributes = (function (o: Record<string, [string, string]>): typeof o...
TypeScript
MIT License
aurelia/aurelia
refactor(observer-locator): fixup observer ctors
1
refactor
observer-locator
67,476
28.03.2019 02:12:21
-3,600
4be96e132ced84d7add9488707bd8dffc555fa4d
chore(update-trigger): fix types
[ { "change_type": "MODIFY", "diff": "-import { InjectArray, IRegistry, Reporter } from '@aurelia/kernel';\n+import { InjectArray, IRegistry, Reporter, Writable } from '@aurelia/kernel';\nimport { Binding, BindingBehaviorResource, BindingMode, IDOM, IObserverLocator, IScope, LifecycleFlags } from '@aurelia/ru...
TypeScript
MIT License
aurelia/aurelia
chore(update-trigger): fix types
1
chore
update-trigger
471,541
28.03.2019 02:35:27
-28,800
40da5bef0629fd102f8a1b57d47206452398809e
docs: added unit testing custom events to FAQ
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ In this section you can find answers to frequently asked questions regarding jav\n**Deep dives:**\n- [Rerender not triggered](./rerender.html)\n+- [Unit testing custom events](./unit-testing-custom-events.html)\n### Custom elements render life cycle\n", ...
JavaScript
MIT License
open-wc/open-wc
docs: added unit testing custom events to FAQ
1
docs
null
67,476
28.03.2019 02:54:59
-3,600
edcfe559fa2c2993c64a2dce8a9759c4e688ef25
refactor(router): fix types / deps
[ { "change_type": "MODIFY", "diff": "-import { Reporter } from '@aurelia/kernel';\n+import { Reporter, InjectArray } from '@aurelia/kernel';\nimport { QueuedBrowserHistory } from './queued-browser-history';\n+import { ILifecycle } from '@aurelia/runtime';\nexport interface IHistoryEntry {\npath: string;\nful...
TypeScript
MIT License
aurelia/aurelia
refactor(router): fix types / deps
1
refactor
router
67,476
28.03.2019 02:55:40
-3,600
1f4e8a949d7e437e5a0730685831c6fbb6d5fb48
chore(kernel): add readonly and writablekeys helper types
[ { "change_type": "MODIFY", "diff": "@@ -54,7 +54,10 @@ export {\nStrictPrimitive,\nUnwrap,\nValuesOf,\n- Writable\n+ Writable,\n+ IfEquals,\n+ ReadonlyKeys,\n+ WritableKeys,\n} from './interfaces';\nexport {\nrelativeToFile,\n", "new_path": "packages/kernel/src/index.ts", "old_path": "packages/kerne...
TypeScript
MIT License
aurelia/aurelia
chore(kernel): add readonly and writablekeys helper types
1
chore
kernel
67,476
28.03.2019 02:56:30
-3,600
4fb7fefc49e8fde771cbafe2c3f64ef34af9a447
perf(binding): don't bind observers in onetime mode
[ { "change_type": "MODIFY", "diff": "@@ -163,7 +163,7 @@ export class Binding implements IPartialConnectableBinding {\ntargetObserver = this.targetObserver = this.observerLocator.getAccessor(flags, this.target, this.targetProperty) as IBindingTargetObserver;\n}\n}\n- if (targetObserver.bind) {\n+ if (this.mo...
TypeScript
MIT License
aurelia/aurelia
perf(binding): don't bind observers in onetime mode
1
perf
binding
67,476
28.03.2019 03:30:21
-3,600
381983fdb892793eece512cb248187e32d0e07ed
chore(__tests__): fixup package.json scripts
[ { "change_type": "MODIFY", "diff": "\"test-firefox\": \"karma start karma.conf.js --browsers=FirefoxHeadless --single-run --coverage\",\n\"test-node:verbose\": \"mocha --opts mocha.opts --reporter spec --bail setup-node.ts runtime/**/*.spec.ts\",\n\"test-node:watch\": \"npm run test-node -- --watch --watch-...
TypeScript
MIT License
aurelia/aurelia
chore(__tests__): fixup package.json scripts
1
chore
__tests__
67,476
28.03.2019 03:30:42
-3,600
152a330d2a7c50c66b67ffb2f4b1ac1f9457202d
chore(tslint): disable use-default-type-parameter rule
[ { "change_type": "MODIFY", "diff": "],\n\"underscore-consistent-invocation\": true,\n\"unified-signatures\": false,\n- \"use-default-type-parameter\": true,\n+ \"use-default-type-parameter\": false,\n\"variable-name\": [true, \"ban-keywords\", \"allow-leading-underscore\", \"allow-pascal-case\"],\n/**\n", ...
TypeScript
MIT License
aurelia/aurelia
chore(tslint): disable use-default-type-parameter rule
1
chore
tslint
67,476
28.03.2019 04:05:39
-3,600
10131f222e617bb1e10c266d15818d8046da9c9b
fix(di): detect newly registered resolver as an alternative to returned resolver from register method
[ { "change_type": "MODIFY", "diff": "@@ -776,6 +776,10 @@ export class Container implements IContainer {\nif ((keyAsValue as IRegistration).register !== void 0) {\nconst registrationResolver = (keyAsValue as IRegistration).register(handler, keyAsValue);\nif (!(registrationResolver instanceof Object) || regis...
TypeScript
MIT License
aurelia/aurelia
fix(di): detect newly registered resolver as an alternative to returned resolver from register method
1
fix
di
67,476
28.03.2019 04:07:19
-3,600
24daae11deb062dc9aab1bc294a8c16b9f12932e
fix(repeat): get sourceExpression correctly again
[ { "change_type": "MODIFY", "diff": "@@ -136,7 +136,7 @@ export class Repeat<C extends ObservedCollection = IObservedArray, T extends INo\nlet binding: Binding;\nfor (let i = 0; i < length; ++i) {\nbinding = bindings[i];\n- if (binding.target === this && binding.targetProperty === 'items') {\n+ if (binding.t...
TypeScript
MIT License
aurelia/aurelia
fix(repeat): get sourceExpression correctly again
1
fix
repeat
815,605
28.03.2019 04:31:08
0
6202d4a3e4a33632491c8d932551af2acce4fb18
feat: Embed testnet chain spec in compiled binary
[ { "change_type": "MODIFY", "diff": "+[[package]]\n+name = \"adler32\"\n+version = \"1.0.3\"\n+source = \"registry+https://github.com/rust-lang/crates.io-index\"\n+\n[[package]]\nname = \"aes-ctr\"\nversion = \"0.3.0\"\n@@ -212,6 +217,11 @@ source = \"registry+https://github.com/rust-lang/crates.io-index\"\n...
Rust
MIT License
nervosnetwork/ckb
feat: Embed testnet chain spec in compiled binary
1
feat
null
722,013
28.03.2019 07:58:07
18,000
adf537a852710fc0c65cc688e87e1b47915d77b6
docs(examples): compile to be able to build examples
[ { "change_type": "MODIFY", "diff": "@@ -29,15 +29,15 @@ script:\n- yarn test:jest --runInBand\nstages:\n- - lint\n- - test\n- - integration\n- - name: release\n- if: type != pull_request AND branch = master\n- - name: merge-back\n- if: type != pull_request AND branch = master\n+ #- lint\n+ #- test\n+ #- int...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs(examples): compile to be able to build examples
1
docs
examples
722,013
28.03.2019 08:39:44
-3,600
07b060446f88f23cd0d53e5f74ce6fb78f7d7991
ci(browser): fix browser tests
[ { "change_type": "MODIFY", "diff": "@@ -39,7 +39,7 @@ async function onerror(err) {\nconst url = /https?/.test(args[0])\n? args[0]\n- : `file://${path.resolve(`examples/${args[0]}/styleguide/index.html`)}`\n+ : `file://${path.resolve(`examples/${args[0]}/dist/index.html`)}`\nawait page.goto(url)\nif (args[1...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci(browser): fix browser tests
1
ci
browser
722,013
28.03.2019 08:46:04
-3,600
3d2acb136640cabb213281690103082210b4ebef
docs(readme): reorder main readme
[ { "change_type": "MODIFY", "diff": "@@ -20,21 +20,17 @@ alt=\"Chat on Discord\">\n</div>\n</div>\n-## Documentation\n-\n-Docs are available at https://vue-styleguidist.github.io/ - we are still working on refining it and contributions are welcome!\n-\n## Packages\n-[vue-docgen-api](packages/vue-docgen-api) ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs(readme): reorder main readme
1
docs
readme
722,013
28.03.2019 08:48:16
-3,600
297e1bb63fe97e8bf90de05528800918f83f6749
docs(readme): fix typo on url
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ alt=\"Chat on Discord\">\n[vue-styleguidist](packages/vue-styleguidist) will take the results of [vue-docgen-api](packages/vue-docgen-api) and create a website site to showcase and develop components.\n-[![](https://img.shields.io/npm/v/vue-styleguidist....
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs(readme): fix typo on url
1
docs
readme
722,013
28.03.2019 09:01:36
-3,600
0c80d2b832cc0633ba4be75447216ec439e055e0
ci(danger): use yarn to launch danger
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,7 @@ jobs:\n- stage: lint\nscript:\n- yarn lint\n- - npx danger ci\n+ - yarn danger ci\n- stage: integration\nscript:\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type": "MODIFY", "diff": "\"babel-plugin-system-imp...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci(danger): use yarn to launch danger
1
ci
danger
722,013
28.03.2019 09:06:43
18,000
7ccc7adcfc8c4b774e4b0994d0104c2c1a1a6438
docs(vuepress): fix vuepress typo
[ { "change_type": "MODIFY", "diff": "@@ -2,13 +2,15 @@ const title = 'Vue Styleguidist'\nconst ogprefix = 'og: http://ogp.me/ns#'\nconst description = 'Isolated Vue component development environment with a living style guide'\n+const titleShare = `${title} docs`\n+\nmodule.exports = {\ndest: 'docs/dist',\nti...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs(vuepress): fix vuepress typo
1
docs
vuepress
722,013
28.03.2019 09:07:45
18,000
d4f1fc08d506378ffa859d2d335b2603ef3ba7f6
ci(travis): re-enable all steps
[ { "change_type": "MODIFY", "diff": "@@ -29,15 +29,15 @@ script:\n- yarn test:jest --runInBand\nstages:\n- #- lint\n- #- test\n- #- integration\n- #- name: release\n- # if: type != pull_request AND branch = master\n+ - lint\n+ - test\n+ - integration\n+ - name: release\n+ if: type != pull_request AND branch ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci(travis): re-enable all steps
1
ci
travis
273,687
28.03.2019 09:11:10
14,400
074b0e466966aa321584f98020a2d59d52bb2cd7
chore(drupal): fix query example in readme
[ { "change_type": "MODIFY", "diff": "@@ -197,7 +197,9 @@ Get the details of an individual `DrupalNodeArticle` using `<page-query>` in a G\nfieldImage {\ntitle,\nfilename,\n+ uri {\nurl\n+ }\n},\nfieldTags {\nname,\n", "new_path": "packages/source-drupal/README.md", "old_path": "packages/source-drupal...
JavaScript
MIT License
gridsome/gridsome
chore(drupal): fix query example in readme (#319)
1
chore
drupal
722,013
28.03.2019 09:24:05
-3,600
6ae6d636112b117e3d9ae8b1a9d150fae2d0ee9e
test(loaders): fix styledguide-loader tests
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import styleguideLoader from '../styleguide-loader'\n/* eslint-disable quotes */\ndescribe('styleguide-loader', () => {\n- const file = path.resolve(__dirname, '../../../../test/components/Button/Button.js')\n+ const file = path.resolve(__dirname, '../../....
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test(loaders): fix styledguide-loader tests
1
test
loaders
722,013
28.03.2019 10:03:52
-3,600
c96bef243cd5568c516f703f783e40c75e95b21e
ci(examples): repair nuxtjs ci
[ { "change_type": "MODIFY", "diff": "@@ -68,7 +68,7 @@ jobs:\n- yarn test:browser sections\n- yarn test:browser vuex\n- yarn test:browser jsx\n- - yarn test:browser nuxtjs/styleguide\n+ - yarn test:browser nuxtjs\n- yarn test:browser vuetify\n- yarn test:browser vuecli-noplugin\n- yarn test:browser vuecli3\n...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci(examples): repair nuxtjs ci
1
ci
examples
127,946
28.03.2019 10:17:12
-7,200
183a74676999c140c27c8ad08756d0e77dd283bc
feat(wallets): add wallet button
[ { "change_type": "MODIFY", "diff": "+/** @jsx jsx */ jsx;\nimport * as React from 'react';\n+import { jsx } from '@emotion/core';\n+import styled, { CSSObject } from '@emotion/styled';\nimport rem from 'polished/lib/helpers/rem';\n-import styled from '@emotion/styled';\nimport {\ntypography,\nborder,\ncolor...
TypeScript
MIT License
coingaming/moon-design
feat(wallets): add wallet button
1
feat
wallets
104,818
28.03.2019 10:43:36
18,000
d2a0751b575e6e3231261d36765f4f21b28f66bc
fix(navigation): small fix to page styles
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,7 @@ const StyledTabChildren = styled.div`\nbackground: ${COLORS.superLightGray};\npadding-left: ${PADDING.horizontalWrapPadding};\npadding-right: ${PADDING.horizontalWrapPadding};\n+ min-height: 100vh;\n`;\nconst StyledActions = styled.div`\n", "new_path...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(navigation): small fix to page styles
1
fix
navigation
815,593
28.03.2019 10:46:03
-32,400
47209ef4ba9f450b38e9e8df43c598665dc6884b
test: redirect ckb binary process stderr to main process
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,7 @@ impl NetworkRpc for NetworkRpcImpl {\n.map(|info| info.client_version)\n.unwrap_or_else(|| \"unknown\".to_string()),\nnode_id: peer_id.to_base58(),\n+ // TODO how to get correct port?\naddresses: vec![peer.connected_addr.to_string()],\n})\n.collect())\n"...
Rust
MIT License
nervosnetwork/ckb
test: redirect ckb binary process stderr to main process
1
test
null
71,101
28.03.2019 10:51:14
-3,600
7d4b9df51530d5dcc7c3b172163509e292e04357
chore: Restore with redirect So that we publish a nice "final" version out with the next version bump.
[ { "change_type": "MODIFY", "diff": "'use strict';\nconst AWS = require('aws-sdk-mock');\n-const LambdaTester = require('lambda-tester');\n+const LambdaTester = require('lambda-tester').noVersionCheck();\nconst sinon = require('sinon');\nconst handler = require('..');\nconst nock = require('nock');\n", "...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: Restore @aws-cdk/aws-serverless with redirect (#2110) So that we publish a nice "final" version out with the next version bump.
1
chore
null
104,857
28.03.2019 10:52:54
18,000
f36b148c53391fdc0eca2b54a2cb47f046fcbecb
chore(table): ccolumsn back to old values
[ { "change_type": "MODIFY", "diff": "@@ -57,7 +57,7 @@ const renderStatusIcon = ({ value: status }) => {\nexport const tableColumns = [\n{\nid: 'string',\n- name: 'String this is a max width name okokokokokok',\n+ name: 'String this is a max width name',\nfilter: { placeholderText: 'pick a string' },\n},\n{\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(table): ccolumsn back to old values
1
chore
table
815,593
28.03.2019 10:55:24
-32,400
cf606e1832a2a8b2daeba634f5331cc5166ad5d6
fix: resolve review comment issue
[ { "change_type": "MODIFY", "diff": "@@ -302,7 +302,12 @@ curl -d '{\"id\": 2, \"jsonrpc\": \"2.0\", \"method\":\"local_node_info\",\"params\": []}' -\n{\n\"jsonrpc\": \"2.0\",\n\"result\": {\n+ \"addresses\": [\n+ {\n\"address\": \"/ip4/0.0.0.0/tcp/12344/p2p/QmWRU2NSro4wKgVbFX6y8SPFkcJ1tE2X5xzk9msMhdRmdS\",...
Rust
MIT License
nervosnetwork/ckb
fix: resolve review comment issue
1
fix
null
217,922
28.03.2019 11:04:29
-3,600
441b110eb8c7a71679dff5355fde660b23e569aa
feat: you can now add tags on items
[ { "change_type": "MODIFY", "diff": "@@ -110,6 +110,15 @@ export function authReducer(state = initialState, action: AuthActions): AuthStat\n};\n}\n+ case AuthActionTypes.UpdateUser: {\n+ return {\n+ ...state,\n+ user: {\n+ ...action.user\n+ }\n+ };\n+ }\n+\ncase AuthActionTypes.SaveDefaultConsumables: {\nret...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: you can now add tags on items #774
1
feat
null
273,720
28.03.2019 11:38:35
14,400
eba084d4299c089585f139387e41b8df3818c047
feat(transformer-csv): parse csv files
[ { "change_type": "ADD", "diff": "+# @gridsome/transformer-csv\n+\n+> CSV transformer for Gridsome\n+\n+## Install\n+\n+- `yarn add @gridsome/transformer-csv`\n+- `npm install @gridsome/transformer-csv`\n", "new_path": "packages/transformer-csv/README.md", "old_path": null }, { "change_type":...
JavaScript
MIT License
gridsome/gridsome
feat(transformer-csv): parse csv files (#293)
1
feat
transformer-csv
815,590
28.03.2019 12:48:52
-28,800
ff923ddbc7adf80ee0dc6883c759d71425224cba
feat: peer_store peer_addrs order by connected_at
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,12 @@ pub trait NetworkGroup {\npub trait MultiaddrExt {\nfn extract_ip_addr(&self) -> Option<IpAddr>;\n+ fn extract_ip_addr_binary(&self) -> Option<Vec<u8>> {\n+ self.extract_ip_addr().map(|ip| match ip {\n+ IpAddr::V4(ipv4) => ipv4.octets().to_vec(),\n+ IpA...
Rust
MIT License
nervosnetwork/ckb
feat: peer_store peer_addrs order by connected_at
1
feat
null
447,447
28.03.2019 12:54:14
14,400
84846cef2f2ab6bfbfc7896b103859d8b4854ada
fix: fix buttons on tab components in desktop view
[ { "change_type": "MODIFY", "diff": ".rainbow-tab--active {\nborder-radius: 0;\nposition: relative;\n- width: calc(100% - 94px); }\n+ width: 100%; }\n.rainbow-tab--active::after {\nleft: unset;\ncontent: unset;\n", "new_path": "src/components/Tab/styles.css", "old_path": "src/components/Tab/styles.cs...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix buttons on tab components in desktop view (#629)
1
fix
null
217,922
28.03.2019 13:00:23
-3,600
f735da4ed04286020adcea367b1e5aeddba44141
feat: you can now filter inside panels based on tags
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import { layoutsQuery } from './layouts.selectors';\nimport { CreateLayout, DeleteLayout, LoadLayouts, SelectLayout, UpdateLayout } from './layouts.actions';\nimport { LayoutOrderService } from '../layout-order.service';\nimport { List } from '../../../mod...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: you can now filter inside panels based on tags #774
1
feat
null