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
679,913
24.09.2021 12:03:06
-7,200
6a5158df94d6a0c6e72ae4cb41a0ae032673807b
refactor(webgl): redefine WebGL error, migrate logger
[ { "change_type": "MODIFY", "diff": "-export class WebGLError extends Error {\n- constructor(msg?: string) {\n- super(`WebGL error ${msg ? \": \" + msg : \"\"}`);\n- }\n-}\n+import { defError } from \"@thi.ng/errors\";\n-export const error = (msg?: string) => {\n+export const WebGLError = defError(() => \"We...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(webgl): redefine WebGL error, migrate logger
1
refactor
webgl
679,913
24.09.2021 12:15:20
-7,200
2c05966fc6fb9ad9397e09f003ca2a853cb2210d
build: remove obsolete config files
[ { "change_type": "DELETE", "diff": "-process.env.TS_NODE_PROJECT = \"test/tsconfig.json\";\n-module.exports = {\n- extension: [\"ts\"],\n- require: \"ts-node/register\"\n-};\n", "new_path": null, "old_path": ".mocharc.js" }, { "change_type": "DELETE", "diff": "-{\n- \"extends\": \"@istan...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: remove obsolete config files
1
build
null
104,844
24.09.2021 12:26:38
14,400
55df728873c19f7f2b7daba2882d2e542af6f90d
chore(test-app): wrangling paths to serve script
[ { "change_type": "MODIFY", "diff": "@@ -80,6 +80,5 @@ jobs:\n- name: Serve app\nif: ${{ success() }}\nrun: |\n- ls\n- node ./dist/src/utils/serveTestApp.js\n+ node dist/src/utils/serveTestApp.sh\nexit 0\n", "new_path": ".github/workflows/test-app.yml", "old_path": ".github/workflows/test-app.yml" ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): wrangling paths to serve script
1
chore
test-app
276,993
24.09.2021 12:31:08
10,800
18eb2405883af1a789cfd22f07d189e154099a34
feat(component): add button icon on native
[ { "change_type": "MODIFY", "diff": "import Button from './native/Button';\nimport ButtonText from './native/Text';\nimport ButtonLink from './native/Link';\n+import ButtonIcon from './native/Icon';\nButton.Text = ButtonText;\nButton.Link = ButtonLink;\n+Button.Icon = ButtonIcon;\nexport default Button;\n", ...
JavaScript
MIT License
gympass/yoga
feat(component): add button icon on native
1
feat
component
667,635
24.09.2021 12:40:20
-28,800
fd6bb1a2e6ded1d32995f98bb5014cd1287f9fc0
fix(ios): fix a potential crash due to null pointer
[ { "change_type": "MODIFY", "diff": "@@ -422,6 +422,10 @@ HIPPY_EXPORT_METHOD(setContextName:(NSString *)contextName) {\n- (void)secondBundleLoadCompleted:(BOOL)success {\nstd::shared_ptr<hippy::napi::JSCCtx> context = std::static_pointer_cast<hippy::napi::JSCCtx>(self.pScope->GetContext());\n+ HippyAssert(c...
C++
Apache License 2.0
tencent/hippy
fix(ios): fix a potential crash due to null pointer (#985)
1
fix
ios
317,842
24.09.2021 12:46:32
-7,200
95f776a8ed6a250dbd208fa1972bd22fb4cd3c2b
fix(owm): cache also the url used to get the data The url is used after do generate the hyperlink
[ { "change_type": "MODIFY", "diff": "@@ -23,8 +23,10 @@ const (\nUnits Property = \"units\"\n// CacheTimeout cache timeout\nCacheTimeout Property = \"cache_timeout\"\n- // CacheKey key used when caching the response\n- CacheKey string = \"owm_response\"\n+ // CacheKeyResponse key used when caching the respon...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(owm): cache also the url used to get the data The url is used after do generate the hyperlink
1
fix
owm
306,320
24.09.2021 13:02:08
-3,600
bc884405528c05911e7184aff7cfeb6b79e43719
tests: Azure updated firewall prices
[ { "change_type": "MODIFY", "diff": "@@ -12,24 +12,24 @@ Project: infracost/infracost/cmd/infracost/testdata/azure_firewall_plan.json\n+$0.016 per GB\n+ azurerm_firewall.premium\n- +$639\n+ +$1,278\n+ Deployment (Premium)\n- +$639\n+ +$1,278\n+ Data processed\nMonthly cost depends on usage\n- +$0.008 per GB\...
Go
Apache License 2.0
infracost/infracost
tests: Azure updated firewall prices
1
tests
null
104,855
24.09.2021 13:44:29
-19,080
1c3fe723953cf3b7a90399eea4688f156ae29ad5
chore(valuecard): update color token
[ { "change_type": "MODIFY", "diff": "@@ -845,7 +845,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/\ndata-testid=\"Card-attribute-0-secondary-value\"\nstyle={\nObject {\n- \"--secondary-value-color\": \"#6F6F6F\",\n+ \"--secondary-value-color\": \"#6f6f6f\",\n}\n}\n>\n@@ ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(valuecard): update color token #2377
1
chore
valuecard
603,467
24.09.2021 13:51:32
-3,600
35c856cc0cbc912c2f044e79f7a2a92e35e3d8bc
ci(github): corrected paths to reports
[ { "change_type": "MODIFY", "diff": "@@ -217,13 +217,13 @@ jobs:\n- uses: actions/upload-artifact@v2\nif: failure()\nwith:\n- name: integration-test-linux\n- path: integration/web/target/\n+ name: web-integration-test-linux\n+ path: integration-web/web/target/\n- uses: actions/upload-artifact@v2\nwith:\nrete...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): corrected paths to reports
1
ci
github
276,939
24.09.2021 13:53:22
10,800
6c15808126953e6358bfdeee35b60ffaa23ea161
refactor(theme-generator): improve builder code with suggested changes
[ { "change_type": "MODIFY", "diff": "@@ -15,9 +15,8 @@ import yogaTheme from '../theme';\nconst getTheme = ({ locale, theme }) => {\nconst token = tokens[locale] || tokens.default;\nconst defaultTheme = yogaTheme(token);\n- const customTheme = theme ? yogaTheme(defaultTheme, theme(token)) : null;\n- return c...
JavaScript
MIT License
gympass/yoga
refactor(theme-generator): improve builder code with suggested changes
1
refactor
theme-generator
276,939
24.09.2021 13:57:53
10,800
01bd6f4d9afe6ca7697bb6b3b545c5cf4a589746
fix: correct typo in theme provider jsdoc
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import yogaTheme from '../theme';\n/**\n* Gets resolved theme to inject in Yoga\n*\n- * @param {{locale: string, theme: function}} themeParameters themeParameters information about the theme\n+ * @param {{locale: string, theme: function}} themeParameters i...
JavaScript
MIT License
gympass/yoga
fix: correct typo in theme provider jsdoc
1
fix
null
730,451
24.09.2021 14:12:05
14,400
5aafe29f4ff4d013fcba9056867758db849129c7
fix(meetings): trigger ringing_stopped event for SIP bridge calls
[ { "change_type": "MODIFY", "diff": "@@ -256,7 +256,7 @@ export default class LocusInfo extends EventsScope {\n* @memberof LocusInfo\n*/\nhandleOneOnOneEvent(eventType) {\n- if (this.parsedLocus.fullState.type === _CALL_) {\n+ if (this.parsedLocus.fullState.type === _CALL_ || this.parsedLocus.fullState.type ...
JavaScript
MIT License
webex/webex-js-sdk
fix(meetings): trigger ringing_stopped event for SIP bridge calls
1
fix
meetings
276,939
24.09.2021 14:14:00
10,800
9b2adfe44b58977366bb55070fdd7100db38639f
fix: theme builder origin validation
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,18 @@ import yogaTheme from '../theme';\n* @returns {Object.<string, string | number>} theme object with tokens sent to styled-components' <ThemeProvider />\n*/\nconst getTheme = ({ locale, theme }) => {\n+ const isThemeInvalid = theme ? !('isFromThemeBuilder...
JavaScript
MIT License
gympass/yoga
fix: theme builder origin validation
1
fix
null
276,939
24.09.2021 14:28:34
10,800
74e9f130658bbbf86b720269848d67522da4bf35
refactor(get-component-themes): improve reducer legibility
[ { "change_type": "MODIFY", "diff": "@@ -5,12 +5,12 @@ import * as componentThemes from '../../**/*.theme.js';\nconst getComponentThemes = tokens => {\nconst { colors, baseFont, baseFontSize } = tokens;\nconst components = Object.entries(componentThemes).reduce(\n- (acc, [names, themed]) => {\n- const [, nam...
JavaScript
MIT License
gympass/yoga
refactor(get-component-themes): improve reducer legibility
1
refactor
get-component-themes
815,595
24.09.2021 14:34:32
-28,800
9d47e90cec08ae834caf61ddf816b6baf3072cb8
chore: derive Debug to core types
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ use std::convert::{TryFrom, TryInto};\nuse crate::packed;\n/// Specifies how the script `code_hash` is used to match the script code and how to run the code.\n-#[derive(Clone, Copy, PartialEq, Eq, Hash)]\n+#[derive(Clone, Copy, PartialEq, Eq, Hash, Debug)]...
Rust
MIT License
nervosnetwork/ckb
chore: derive Debug to core types
1
chore
null
699,232
24.09.2021 14:36:59
25,200
cf1296f66cbd7f97d73877c63af32e784150c531
test(tooltip): added back ts-expect-error
[ { "change_type": "MODIFY", "diff": "@@ -80,6 +80,7 @@ describe('Tooltip', () => {\nexpect(tooltip.getAttribute('hidden')).not.toBeNull();\n+ // @ts-expect-error yes, I know activeElement MIGHT be null, but it's not, OK?\nawait act(async () => {\nawait screen.getByRole('button').focus();\n});\n", "new_pa...
TypeScript
MIT License
twilio-labs/paste
test(tooltip): added back ts-expect-error
1
test
tooltip
276,951
24.09.2021 14:39:30
10,800
49b681dd038b87cfd5d038a9fb2400c4834be4c1
fix(button): change import to icon
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport styled, { withTheme } from 'styled-components';\nimport { node, oneOfType, func, bool } from 'prop-types';\n-import { Icon } from '@gympass/yoga';\n+import Icon from '../../Icon';\nconst ButtonContainer = styled.View`\n${({\n", "new_...
JavaScript
MIT License
gympass/yoga
fix(button): change import to icon
1
fix
button
777,367
24.09.2021 14:44:46
14,400
22fcb05d25872979d299847fbeca5c596eb022a6
chore: clean notebook readme
[ { "change_type": "MODIFY", "diff": "\"cell_type\": \"markdown\",\n\"metadata\": {},\n\"source\": [\n- \"### Environment\"\n- ]\n- },\n- {\n- \"cell_type\": \"code\",\n- \"execution_count\": null,\n- \"metadata\": {},\n- \"outputs\": [],\n- \"source\": [\n- \"# JupyterLab Notebooks in Determined\",\n+ \"# Ju...
Python
Apache License 2.0
determined-ai/determined
chore: clean notebook readme (#3013)
1
chore
null
815,593
24.09.2021 14:52:18
-28,800
fff5f365ab7439d6181872c1889d35e42d73c17a
fix: resolve rpc `calculate_dao_maximum_withdraw` issue
[ { "change_type": "MODIFY", "diff": "@@ -103,6 +103,7 @@ The crate `ckb-rpc`'s minimum supported rustc version is 1.51.0.\n* [Type `ChainInfo`](#type-chaininfo)\n* [Type `Consensus`](#type-consensus)\n* [Type `Cycle`](#type-cycle)\n+ * [Type `DaoWithdrawingCalculationKind`](#type-daowithdrawingcalculationkin...
Rust
MIT License
nervosnetwork/ckb
fix: resolve rpc `calculate_dao_maximum_withdraw` issue
1
fix
null
276,968
24.09.2021 14:52:41
10,800
83b7956b15dc92f2d6a18caa43d7db9da13b167b
feat(textalign): add text align in system typography
[ { "change_type": "MODIFY", "diff": "@@ -35,11 +35,19 @@ const lineHeight = props =>\ntransform: toPx,\n});\n+const textAlign = props =>\n+ generator({\n+ props,\n+ prop: ['textAlign', 'ta'],\n+ cssProperty: 'text-align',\n+ });\n+\nconst typography = compose(\ncolor,\nfontSize,\nfontWeight,\nlineHeight,\n+ ...
JavaScript
MIT License
gympass/yoga
feat(textalign): add text align in system typography
1
feat
textalign
865,921
24.09.2021 14:53:05
-7,200
150cc8e6c106386e6e7bfbc95bb185aac30da1bd
fix(plugins): make test-client bundle (again)
[ { "change_type": "ADD", "diff": "+/**\n+ * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH\n+ * under one or more contributor license agreements. See the NOTICE file\n+ * distributed with this work for additional information regarding copyright\n+ * ownership.\n+ *\n+ * Camunda lice...
JavaScript
MIT License
camunda/camunda-modeler
fix(plugins): make test-client bundle (again) (#2441)
1
fix
plugins
276,993
24.09.2021 14:59:01
10,800
098955146a5853e8d09889820cf513382609b35b
feat: labnative add icon buttons in page of buttons
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,18 @@ const ButtonPage = () => (\nalignItems: 'center',\n}}\n>\n+ <Wrapper style={{ height: 360 }}>\n+ <DocTitle>Icon Buttons</DocTitle>\n+ <Button.Icon icon={Booking} />\n+ <Button.Icon icon={Booking} large />\n+\n+ <Button.Icon icon={Booking} secondary />\n...
JavaScript
MIT License
gympass/yoga
feat: labnative add icon buttons in page of buttons
1
feat
null
749,519
24.09.2021 15:22:35
14,400
3e0f8e202ac4025bfe18f4cb5185127ce621d9fa
chore(changelog): add v8.41.0 [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,31 @@ _Note: Gaps between patch versions are faulty, broken or test releases._\n<!-- DO NOT MODIFY BELOW THIS COMMENT -->\n<!-- insert-new-changelog-here -->\n+## v8.41.0 (2021-09-24)\n+\n+#### :rocket: New Feature\n+* `colorpickers`\n+ * [#1208](https://gith...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(changelog): add v8.41.0 [skip ci]
1
chore
changelog
699,201
24.09.2021 15:23:50
21,600
ba307e2f3b4f4f3dc932fe0f71a1b680fc06b521
feat(base-radio-checkbox): add element customization
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/base-radio-checkbox': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[BaseRadioCheckbox] Enable Component to respect element customizations set on the customization provider. Component now enables setting an element name on the underlying HTML element a...
TypeScript
MIT License
twilio-labs/paste
feat(base-radio-checkbox): add element customization
1
feat
base-radio-checkbox
699,232
24.09.2021 15:27:22
25,200
563147931859af6f3149adb0b79b24bc7a9fb9ee
chore(tooltip): adjust element type
[ { "change_type": "MODIFY", "diff": "@@ -35,9 +35,8 @@ const StyledTooltip = React.forwardRef<HTMLDivElement, BoxProps>(({style, elemen\nexport interface TooltipStateReturn extends TooltipPrimitiveStateReturn {\n[key: string]: any;\n}\n-export interface TooltipProps extends TooltipPrimitiveInitialState {\n+e...
TypeScript
MIT License
twilio-labs/paste
chore(tooltip): adjust element type
1
chore
tooltip
603,467
24.09.2021 15:29:11
-3,600
ef274e20b6129d08006dfe62b2aaced47974b625
test(web): made the Photographer tests more resilient
[ { "change_type": "MODIFY", "diff": "@@ -101,25 +101,29 @@ describe('Photographer', function () {\nexpect(firstActivityEvents).to.have.lengthOf(4);\nexpect(secondActivityEvents).to.have.lengthOf(4);\n- PickEvent.from(firstActivityEvents)\n- .next(ArtifactGenerated, event => {\n- expect(event.name.value).to.m...
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(web): made the Photographer tests more resilient
1
test
web
104,844
24.09.2021 15:48:05
14,400
59822cc9556a56f5fab1b35a00999afeccd7491a
chore(test-app): add timeout to script
[ { "change_type": "MODIFY", "diff": "@@ -80,5 +80,5 @@ jobs:\n- name: Serve app\nif: ${{ success() }}\nrun: |\n- bash dist/src/utils/serveTestApp.sh\n+ timeout 2m bash dist/src/utils/serveTestApp.sh\nexit 0\n", "new_path": ".github/workflows/test-app.yml", "old_path": ".github/workflows/test-app.yml"...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): add timeout to script
1
chore
test-app
504,026
24.09.2021 15:54:22
14,400
221de7f369461223b4a8e7db9e182a92e80ae4b3
chore(charts): Add custom stroke color example
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ import {\nChartStack,\nChartThemeColor,\nChartThemeVariant,\n+ ChartThreshold,\nChartTooltip,\nChartVoronoiContainer,\ngetCustomTheme\n@@ -201,9 +202,9 @@ import { Chart, ChartArea, ChartAxis, ChartGroup, ChartVoronoiContainer } from '\n</div>\n```\n-###...
TypeScript
MIT License
patternfly/patternfly-react
chore(charts): Add custom stroke color example (#6354) https://github.com/patternfly/patternfly-react/issues/6352
1
chore
charts
504,026
24.09.2021 15:54:30
14,400
04edf41c0a6d411b81508ca5de6eab256f0cb49d
chore(charts): Add custom labels example for bullet chart
[ { "change_type": "MODIFY", "diff": "@@ -429,6 +429,46 @@ import { ChartBullet } from '@patternfly/react-charts';\n</div>\n```\n+### Custom labels\n+```js\n+import React from 'react';\n+import { ChartAxis, ChartBullet } from '@patternfly/react-charts';\n+\n+<div style={{ height: '150px', width: '600px' }}>\n...
TypeScript
MIT License
patternfly/patternfly-react
chore(charts): Add custom labels example for bullet chart (#6356) https://github.com/patternfly/patternfly-react/issues/6355
1
chore
charts
603,467
24.09.2021 16:02:16
-3,600
04ee4a4e1549de257f13207d1d4968ef9cdfe0e9
test(web): cleaned up the test
[ { "change_type": "MODIFY", "diff": "@@ -101,9 +101,6 @@ describe('Photographer', function () {\nexpect(firstActivityEvents).to.have.lengthOf(4);\nexpect(secondActivityEvents).to.have.lengthOf(4);\n- // todo:\n- // - pick first, then second, compare timestamps?\n-\nconst firstBefore = firstActivityEvents.fin...
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(web): cleaned up the test
1
test
web
126,276
24.09.2021 16:13:12
10,800
44d766fcafb335bf757511070702b215469beb9e
feat(embedded/sql): WIP un-restricted upsert
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,6 @@ var ErrColumnDoesNotExist = errors.New(\"column does not exist\")\nvar ErrColumnNotIndexed = errors.New(\"column is not indexed\")\nvar ErrLimitedKeyType = errors.New(\"indexed key of invalid type. Supported types are: INTEGER, VARCHAR[256] OR BLOB[256]\...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/sql): WIP un-restricted upsert Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/sql
603,467
24.09.2021 16:19:27
-3,600
f2d0d4845be210e7af506d10e5e14178751a84ba
ci(github): corrected aritfact names
[ { "change_type": "MODIFY", "diff": "@@ -298,7 +298,7 @@ jobs:\n- name: Download code coverage reports (non-web integration test)\nuses: actions/download-artifact@v2\nwith:\n- name: non-webintegration-test-reports\n+ name: non-web-integration-test-coverage-reports\n- name: Merge code coverage reports\nrun: m...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): corrected aritfact names
1
ci
github
756,013
24.09.2021 16:38:47
21,600
ca397ba2481639beba17f654c9ff07cebb5a5213
fix(liveSlots): explicitly handle (though stub) remote properties
[ { "change_type": "MODIFY", "diff": "@@ -315,6 +315,16 @@ function build(\n// eslint-disable-next-line no-use-before-define\nreturn queueMessage(slot, prop, args, returnedP);\n},\n+ get(o, prop) {\n+ lsdebug(`makeImportedPresence handler.get (${slot})`);\n+ if (disavowedPresences.has(o)) {\n+ // eslint-disab...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(liveSlots): explicitly handle (though stub) remote properties
1
fix
liveSlots
688,501
24.09.2021 16:46:13
-25,200
500a58aaffc959066606899c6a30024a1630c0dd
fix(Form): scroll to error while Form is rerendered
[ { "change_type": "MODIFY", "diff": "-import React, { useCallback } from 'react'\n+import React, { useCallback, useState } from 'react'\nimport { mount } from '@cypress/react'\nimport { Container } from '@toptal/picasso'\nimport { Form } from '@toptal/picasso-forms'\nimport { TestingPicasso } from '@toptal/p...
TypeScript
MIT License
toptal/picasso
fix(Form): scroll to error while Form is rerendered (#2171)
1
fix
Form
426,654
24.09.2021 16:51:16
-10,800
d4f92e2556d53844aca4fa5b4512696d015b7787
refactor: replace uuid with nanoid
[ { "change_type": "ADD", "diff": "+---\n+'@web/test-runner-browserstack': patch\n+'@web/test-runner-core': patch\n+'@web/test-runner-saucelabs': patch\n+'@web/test-runner': patch\n+---\n+\n+Replace uuid dependency with nanoid\n", "new_path": ".changeset/khaki-boxes-pretend.md", "old_path": null }, ...
TypeScript
MIT License
modernweb-dev/web
refactor: replace uuid with nanoid (#1687)
1
refactor
null
667,635
24.09.2021 17:03:44
-28,800
ab2f2d3ecd8be3f9cdcb483655e15cd6148a21ea
fix(ios): fix scroll animation in ios15
[ { "change_type": "MODIFY", "diff": "}\n- (void)setContentOffset:(CGPoint)contentOffset animated:(BOOL)animated {\n+ if (CGPointEqualToPoint(contentOffset, self.contentOffset)) {\n+ return;\n+ }\n_targetOffset = contentOffset;\n+\n+ /**\n+ * A protential bug\n+ * It seems that adding subviews onto UIScrollVi...
C++
Apache License 2.0
tencent/hippy
fix(ios): fix scroll animation in ios15
1
fix
ios
317,646
24.09.2021 17:11:04
-7,200
0e26aa2acea34bc9c2feb61009efe497396e6f7f
feat: inherit colors between segments
[ { "change_type": "MODIFY", "diff": "@@ -330,11 +330,12 @@ This means that for user Bill, who has a user account `Bill` on Windows and `bil\n#### Standard colors\n-Oh My Posh mainly supports three different color types being\n+Oh My Posh supports four different color types being:\n- Typical [hex colors][hexc...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: inherit colors between segments
1
feat
null
276,994
24.09.2021 17:39:26
10,800
408006c970d68ed4ad14c756c7ee365add28002a
docs(typography system): add textAlign prop
[ { "change_type": "MODIFY", "diff": "@@ -75,5 +75,16 @@ The `typography` module has all the listed above\n<inlineCode>line-height</inlineCode>\n</td>\n</tr>\n+ <tr>\n+ <td>\n+ <inlineCode>textAlign</inlineCode>\n+ </td>\n+ <td>\n+ <inlineCode>textAlign</inlineCode>, <inlineCode>ta</inlineCode>\n+ </td>\n+ <t...
JavaScript
MIT License
gympass/yoga
docs(typography system): add textAlign prop
1
docs
typography system
551,643
24.09.2021 17:54:49
-7,200
1d5a4b99221439cb31753a626ddfce7d0c5f6923
chore(docs): add deployment doc links to main README, make core README software versions generic
[ { "change_type": "MODIFY", "diff": "@@ -90,27 +90,40 @@ The following table shows query execution time of a billion rows run on a\n`c5.metal` instance using 16 of the 96 threads available:\n| Query | Runtime |\n-| --------------------------------------------------------- | ---------- |\n+| -----------------...
Java
Apache License 2.0
questdb/questdb
chore(docs): add deployment doc links to main README, make core README software versions generic (#1354)
1
chore
docs
276,994
24.09.2021 17:58:38
10,800
b8c555b2b61ea0e143660b3a25e19e8eb30deb9b
docs(typography system): update example with ta prop
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,13 @@ const Typography = styled.div`\nrender(() => {\nreturn (\n- <Typography c=\"deepPurple\" lineHeight=\"huge\" fw=\"light\" fs=\"huge\">\n+ <Typography\n+ c=\"deepPurple\"\n+ lineHeight=\"huge\"\n+ fw=\"light\"\n+ fs=\"huge\"\n+ ta=\"center\"\n+ >\nMaking...
JavaScript
MIT License
gympass/yoga
docs(typography system): update example with ta prop
1
docs
typography system
551,636
24.09.2021 18:06:49
-3,600
36c1f65211eaa546cca23fff1974314b6ed081cb
build: 6.0.6
[ { "change_type": "MODIFY", "diff": "<dependency>\n<groupId>org.questdb</groupId>\n<artifactId>questdb</artifactId>\n- <version>6.0.6-SNAPSHOT</version>\n+ <version>6.0.6</version>\n</dependency>\n<dependency>\n<groupId>org.apache.logging.log4j</groupId>\n", "new_path": "benchmarks/pom.xml", "old_pat...
Java
Apache License 2.0
questdb/questdb
build: 6.0.6
1
build
null
126,276
24.09.2021 18:46:07
10,800
f0dcb4da75214c4b3f773ab18d1916cc93c9ee48
chore(embedded/sql): kept last snapshot open
[ { "change_type": "MODIFY", "diff": "@@ -1383,20 +1383,20 @@ func (e *Engine) ExecPreparedStmts(stmts []SQLStmt, params map[string]interface{\nLastInsertedPKs: make(map[string]int64),\n}\n- // TODO: improve snapshot mgmt (leverage mutex)\n- lastTxID, _ := e.catalogStore.Alh()\n- err = e.catalogStore.WaitForI...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): kept last snapshot open Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
551,645
24.09.2021 18:53:33
-10,800
2831b18ad1a5cde5e31129a608c91768fb4fee65
feat: add "sudo" disable option for telemetry
[ { "change_type": "MODIFY", "diff": "package io.questdb;\npublic class DefaultTelemetryConfiguration implements TelemetryConfiguration {\n+ @Override\n+ public boolean getDisableCompletely() {\n+ return false;\n+ }\n+\n@Override\npublic boolean getEnabled() {\nreturn true;\n", "new_path": "core/src/main/...
Java
Apache License 2.0
questdb/questdb
feat: add "sudo" disable option for telemetry (#1353)
1
feat
null
471,605
24.09.2021 19:01:19
-7,200
adf70326fd2ad023f3e8c3e9452679ebc8eed182
doc(events): fix typo
[ { "change_type": "MODIFY", "diff": "@@ -167,7 +167,7 @@ const customEvent = new CustomEvent('custom-event', {\nwasHeard: false,\n},\n});\n-el.didispatchEventspatch(customEvent);\n+el.dispatchEvent(customEvent);\nconsole.log(customEvent.detail.wasHeard); // true\n```\n", "new_path": "docs/guides/knowledg...
JavaScript
MIT License
open-wc/open-wc
doc(events): fix typo
1
doc
events
306,635
24.09.2021 19:23:41
-19,080
5ba93be9b5ce8fa9d6fb57f00e47c5373cdf4b4a
fix(dropzone): fixes icon position in dropzone active state
[ { "change_type": "MODIFY", "diff": "@@ -57,22 +57,6 @@ export const Dropzone = (props: DropzoneProps) => {\n[`DropzoneWrapper--${type}`]: true,\n});\n- if (isDragReject) {\n- return (\n- <div {...getRootProps()} {...baseProps} className={DropzoneClass}>\n- <DropzoneError type={type} error={fileErrorMessages...
TypeScript
MIT License
innovaccer/design-system
fix(dropzone): fixes icon position in dropzone active state
1
fix
dropzone
151,430
24.09.2021 19:25:35
25,200
bcbc782e900694275e81539e33184be60b54ad66
docs: update docs site
[ { "change_type": "MODIFY", "diff": "@@ -23,11 +23,10 @@ For more information [see the docs](https://getanalytics.io/plugins/intercom/).\n- [Server-side API](#server-side-api)\n- [Configuration options for server-side](#configuration-options-for-server-side)\n- [Additional examples](#additional-examples)\n--...
JavaScript
MIT License
davidwells/analytics
docs: update docs site Signed-off-by: David Wells <>
1
docs
null
126,276
24.09.2021 19:30:27
10,800
8cf8592c65c816fe0ad670459e01c7d81ffc488d
chore(embedded/sql): unsafe snapshot without flushing chore(embedded/sql): use unsafe snapshot in sqlexec
[ { "change_type": "MODIFY", "diff": "@@ -1383,20 +1383,15 @@ func (e *Engine) ExecPreparedStmts(stmts []SQLStmt, params map[string]interface{\nLastInsertedPKs: make(map[string]int64),\n}\n- // TODO: improve snapshot mgmt (use locking)\nlastTxID, _ := e.dataStore.Alh()\nerr = e.dataStore.WaitForIndexingUpto(l...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): unsafe snapshot without flushing Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> chore(embedded/sql): use unsafe snapshot in sqlexec Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
942,631
24.09.2021 22:08:39
-3,600
5dfb44436f869980b5517c4f55fb80738a123e7e
fix(combobox): Add keyboard navigation autoscroll to ComboBox menu
[ { "change_type": "MODIFY", "diff": "@@ -7,8 +7,11 @@ import {ComboBoxMenuItemGroup, getOptionId, listBoxIdPart, getTextFromElement} f\nimport uuid from 'uuid/v4';\nconst Autocomplete = styled('ul')({\n- padding: 0,\n- margin: `${space.xxs} 0`,\n+ margin: 0,\n+ maxHeight: 200,\n+ boxSizing: 'border-box',\n+ ...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(combobox): Add keyboard navigation autoscroll to ComboBox menu (#1269)
1
fix
combobox
151,430
24.09.2021 22:56:31
25,200
156fdce14deec782fb8779ad5d911726c08bb84c
chore: remove extra slash
[ { "change_type": "MODIFY", "diff": "\"projectMeta\": {\n\"provider\": {\n\"name\": \"Intercom\",\n- \"url\": \"https://www.intercom.com//\"\n+ \"url\": \"https://www.intercom.com/\"\n},\n\"platforms\": {\n\"browser\": \"./src/browser.js\",\n", "new_path": "packages/analytics-plugin-intercom/package.json...
JavaScript
MIT License
davidwells/analytics
chore: remove extra slash Signed-off-by: David Wells <>
1
chore
null
151,430
24.09.2021 22:57:40
25,200
93792f2f3cb3d7188ee439d89c79ff7928b3559e
chore: change for lerna release
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ const config = {\nverticalPadding: undefined,\n/* Css selector of the custom launcher */\ncustomLauncherSelector: undefined,\n-};\n+}\n/**\n* intercom analytics plugin\n", "new_path": "packages/analytics-plugin-intercom/src/browser.js", "old_path...
JavaScript
MIT License
davidwells/analytics
chore: change for lerna release Signed-off-by: David Wells <>
1
chore
null
471,237
25.09.2021 08:54:45
14,400
33935e78aa3a44f3f1ddc1c0227c7a1fc27cc014
fix: remove usage of serviceName property in tests for otel collector
[ { "change_type": "MODIFY", "diff": "@@ -72,7 +72,6 @@ describe('OTLPMetricExporter - node with json over http', () => {\n// Need to stub/spy on the underlying logger as the \"diag\" instance is global\nconst spyLoggerWarn = sinon.stub(diag, 'warn');\ncollectorExporter = new OTLPMetricExporter({\n- serviceNa...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
fix: remove usage of serviceName property in tests for otel collector (#2491)
1
fix
null
317,646
25.09.2021 10:52:12
-7,200
b3f537cb7663f4069f3e22c75815c895c91eb6d9
refactor: color logic performance
[ { "change_type": "MODIFY", "diff": "@@ -67,6 +67,9 @@ const (\n// This can include a valid hex color in the format `#FFFFFF`,\n// but also a name of one of the first 16 ANSI colors like `lightBlue`.\nfunc (a *AnsiColor) getAnsiFromColorString(colorString string, isBackground bool) string {\n+ if colorString...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor: color logic performance
1
refactor
null
756,013
25.09.2021 12:39:35
21,600
e6a8c770a6f3b1b6111e1173e645c6d60d3c3f42
build: update ses dependency and yarn.lock
[ { "change_type": "MODIFY", "diff": "\"eslint-plugin-lit-a11y\": \"^1.0.1\",\n\"eslint-plugin-wc\": \"^1.3.1\",\n\"lint-staged\": \"^10.5.4\",\n- \"ses\": \"^0.14.1\"\n+ \"ses\": \"^0.14.3\"\n},\n\"customElements\": \"custom-elements.json\",\n\"eslintConfig\": {\n", "new_path": "packages/wallet-connectio...
JavaScript
Apache License 2.0
agoric/agoric-sdk
build: update ses dependency and yarn.lock
1
build
null
838,025
25.09.2021 17:48:50
-10,800
ba9c254272785ec71564e31b1886d75aa035bea2
feat: add photos.saveOwnerPhoto errors
[ { "change_type": "MODIFY", "diff": "@@ -783,6 +783,33 @@ const (\n// Can't set AliExpress tag to this type of object.\nErrAliExpressTag ErrorType = 3800\n+\n+ // Invalid upload response.\n+ ErrInvalidUploadResponse ErrorType = 5701\n+\n+ // Invalid upload hash.\n+ ErrInvalidUploadHash ErrorType = 5702\n+\n+...
Go
MIT License
severecloud/vksdk
feat: add photos.saveOwnerPhoto errors
1
feat
null
317,646
25.09.2021 20:49:32
-7,200
0bbc26d6351c62455f44e3b5dbc19a6902972f65
fix: inherit parent colors in override
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,7 @@ type colorWriter interface {\nwrite(background, foreground, text string)\nstring() string\nreset()\n+ setParentColors(background, foreground string)\n}\n// AnsiColor writes colorized strings\n@@ -54,6 +55,12 @@ type AnsiColor struct {\nbuilder strings.Bu...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: inherit parent colors in override
1
fix
null
342,861
25.09.2021 22:13:06
-7,200
614fa772a74e74e6d2ef8220a7d0e40aa19a2030
fix(Popover): ts type definition
[ { "change_type": "MODIFY", "diff": "@@ -31,5 +31,7 @@ export interface Props extends Common.Global {\nreadonly renderInPortal?: boolean;\nreadonly onClose?: Common.Callback;\n}\n-declare class Popover extends React.Component<Props> {}\n+\n+declare const Popover: React.FunctionComponent<Props>;\n+\nexport { ...
JavaScript
MIT License
kiwicom/orbit
fix(Popover): ts type definition
1
fix
Popover
342,861
25.09.2021 22:30:05
-7,200
6f4ce52924211bde2c232c6536e0c15f1ead791f
fix(InputField): label before tags fix(InputField): fixes after review
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,6 @@ const StyledInputTags = styled.div`\nz-index: 2;\nmin-width: 50px;\noverflow: hidden;\n- order: -1;\n`;\n// $FlowFixMe: https://github.com/flow-typed/flow-typed/issues/3653#issuecomment-568539198\n", "new_path": "packages/orbit-components/src/InputFi...
JavaScript
MIT License
kiwicom/orbit
fix(InputField): label before tags fix(InputField): fixes after review
1
fix
InputField
317,842
26.09.2021 08:44:08
-7,200
4bf820b10fe4aece1e8cf3c7d8b207b351069fbb
fix: set shell in Export-PoshImage When the shell is not set, some ansi characters are added at the end of the prompt fix
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ There are a couple of parameters you can use to tweak the image rendering:\nThe oh-my-posh executable has the `--export-png` switch to export your current theme configuration.\n```powershell\n-oh-my-posh --config ~/.mytheme.omp.json --export-png --cursor...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: set shell in Export-PoshImage When the shell is not set, some ansi characters are added at the end of the prompt fix #980
1
fix
null
306,638
26.09.2021 12:09:06
-19,080
8525a4e7a930bf1884c7cddc396a70b14ecee487
fix(tabs): updates checking children component type to render tabs. Updates childrend compnent name test to compare with Tab component name instead of static string "Tab" to prevent mismatches in minified/uglified bundle.
[ { "change_type": "MODIFY", "diff": "import * as React from 'react';\nimport classNames from 'classnames';\n-import { Pills, Icon, Text } from '@/index';\n+import { Pills, Icon, Text, Tab } from '@/index';\nimport { BaseProps, extractBaseProps, SingleOrArray } from '@/utils/types';\ntype Tab = React.ReactEle...
TypeScript
MIT License
innovaccer/design-system
fix(tabs): updates checking children component type to render tabs. Updates childrend compnent name test to compare with Tab component name instead of static string "Tab" to prevent mismatches in minified/uglified bundle.
1
fix
tabs
447,440
26.09.2021 12:14:21
14,400
01eaf49e8816e4667f9bc442b85329cddeb35fb2
fix: height on table
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ const StyledCellContent = attachThemeAttrs(styled.div)`\nwhite-space: nowrap;\nfont-weight: 400;\nbox-sizing: border-box;\n+ height: 100%;\n${props =>\nprops.component &&\n", "new_path": "src/components/Table/body/styled/cellContent.js", "old_pat...
JavaScript
MIT License
nexxtway/react-rainbow
fix: height on table (#2293)
1
fix
null
129,407
26.09.2021 15:59:23
-28,800
87281ff6c9b609fa27050c772c391ad475adaf2c
docs: move all FAQs to docs/faq.md So now we have a single place to view all the FAQs.
[ { "change_type": "MODIFY", "diff": "@@ -189,23 +189,11 @@ See [Third-Party Commitizen Templates](third-party-commitizen.md).\n## FAQ\n-### Why are `revert` and `chore` valid types in the check pattern of cz conventional_commits but not types we can select?\n-\n-`revert` and `chore` are added to the \"patter...
Python
MIT License
commitizen-tools/commitizen
docs: move all FAQs to docs/faq.md So now we have a single place to view all the FAQs.
1
docs
null
129,371
26.09.2021 16:09:01
-28,800
ca0e4bcd0a2b3d6dbf9beeb9334c823b4e5cd9fc
fix(cli): handle argparse different behavior after python 3.9 argparse raises TypeError when non exist command is provided on Python < 3.9 but raise SystemExit with exit code == 2 on Python 3.9 this error does not break anything obviously from the user perspective, but will break our existing test 429
[ { "change_type": "MODIFY", "diff": "@@ -286,8 +286,13 @@ def main():\n# This is for the command required constraint in 2.0\ntry:\nargs = parser.parse_args()\n- except TypeError:\n+ except (TypeError, SystemExit) as e:\n+ # https://github.com/commitizen-tools/commitizen/issues/429\n+ # argparse raises TypeEr...
Python
MIT License
commitizen-tools/commitizen
fix(cli): handle argparse different behavior after python 3.9 argparse raises TypeError when non exist command is provided on Python < 3.9 but raise SystemExit with exit code == 2 on Python 3.9 this error does not break anything obviously from the user perspective, but will break our existing test 429
1
fix
cli
129,407
26.09.2021 16:15:21
-28,800
0949575b5f6d2b29dcc79afeae58a8bd7f71616b
docs(faq): add WinError 995 description to FAQ
[ { "change_type": "MODIFY", "diff": "@@ -74,9 +74,15 @@ Regarding the name, [cz-js][cz-js] came first, they used the word commitizen fir\n[cz-js]: https://github.com/commitizen/cz-cli\n-### How to handle revert commits?\n+## How to handle revert commits?\n```sh\ngit revert --no-commit <SHA>\ngit commit -m \"...
Python
MIT License
commitizen-tools/commitizen
docs(faq): add WinError 995 description to FAQ
1
docs
faq
902,122
26.09.2021 17:14:52
-7,200
be5d20618aea77b279f7643995ac42dd9f223472
docs: proxy has been removed use Chromium `--proxy-server` flag instead
[ { "change_type": "MODIFY", "diff": "- Puppeteer-like API for common tasks ([text](texturl-options), [screenshot](#screenshoturl-options), [html](#htmlurl-options), [pdf](#pdfurl-options)).\n- Built-in [evasion](#evasions) techniques to prevent being blocked.\n- Built-in [adblocker](#adblock) for canceling u...
JavaScript
MIT License
microlinkhq/browserless
docs: proxy has been removed use Chromium `--proxy-server` flag instead
1
docs
null
404,829
26.09.2021 17:15:20
25,200
1cada9f2ee599bad0822c2d83d52355cb7bba8c7
build: add dracula preset
[ { "change_type": "ADD", "diff": "+/* eslint-disable */\n+\n+import Inline from '../inline.macro'\n+import { Image, Flex, Paragraph, Text, Link } from './scope'\n+\n+const code = (\n+ <Inline>\n+ <>\n+ <Link\n+ href='https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;700'\n+ rel='stylesheet'\n+ ...
JavaScript
MIT License
microlinkhq/cards
build: add dracula preset
1
build
null
306,320
26.09.2021 18:09:22
-3,600
74aab833971ef2982fe1b2ea09e53bfe1b1c9494
fix: use a consistent VCS repo URL so the golden files don't fail on forks
[ { "change_type": "MODIFY", "diff": "@@ -4,13 +4,15 @@ import (\n\"bytes\"\n\"context\"\n\"encoding/json\"\n- \"github.com/infracost/infracost/cmd/infracost\"\n- \"github.com/infracost/infracost/internal/config\"\n- \"github.com/infracost/infracost/internal/testutil\"\n- \"github.com/stretchr/testify/require...
Go
Apache License 2.0
infracost/infracost
fix: use a consistent VCS repo URL so the golden files don't fail on forks
1
fix
null
667,635
26.09.2021 18:11:26
-28,800
71b3be1193332940fefe4df036f3f4bfb2d1b165
fix(ios): fix potential multi-thread crash
[ { "change_type": "MODIFY", "diff": "@@ -1019,7 +1019,8 @@ HIPPY_NOT_IMPLEMENTED(-(instancetype)initWithBundleURL\n}\n- (void)partialBatchDidFlush {\n- for (HippyModuleData *moduleData in _moduleDataByID) {\n+ NSArray<HippyModuleData *> *moduleDataByID = _valid ? _moduleDataByID : [_moduleDataByID copy];\n+ ...
C++
Apache License 2.0
tencent/hippy
fix(ios): fix potential multi-thread crash
1
fix
ios
815,601
26.09.2021 18:51:33
-28,800
15bbeb30d2cd1eaf9710bd857f3915fad75c0294
fix: graceful shutdown
[ { "change_type": "MODIFY", "diff": "@@ -44,12 +44,12 @@ type TruncateRequest = Request<Byte32, Result<(), Error>>;\npub struct ChainController {\nprocess_block_sender: Sender<ProcessBlockRequest>,\ntruncate_sender: Sender<TruncateRequest>, // Used for testing only\n- stop: StopHandler<()>,\n+ stop: Option<S...
Rust
MIT License
nervosnetwork/ckb
fix: graceful shutdown
1
fix
null
306,638
26.09.2021 18:52:12
-19,080
c001e925d9c59aa5bfd28bfa56edc08c51621f5c
fix(datepicker): updates the today date logic to use Date.now Updates today date logic to use Date.now so that is can be mocked easly in tests.
[ { "change_type": "MODIFY", "diff": "@@ -187,8 +187,9 @@ export class DatePicker extends React.Component<DatePickerProps, DatePickerState\nconst { date } = this.state;\nconst { months } = config;\n- const monthIndex: number = new Date().getMonth();\n- const todayMonthAndDate: string = `${months[monthIndex]} ...
TypeScript
MIT License
innovaccer/design-system
fix(datepicker): updates the today date logic to use Date.now Updates today date logic to use Date.now so that is can be mocked easly in tests.
1
fix
datepicker
306,320
26.09.2021 18:55:55
-3,600
4437540fe1b948557582db1ca6bf6146b03b01b2
test: add golden file tests for command flag errors
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,8 @@ func breakdownCmd(ctx *config.RunContext) *cobra.Command {\nerr = checkRunConfig(cmd.ErrOrStderr(), ctx.Config)\nif err != nil {\n- ui.PrintUsageErrorAndExit(cmd, err.Error())\n+ ui.PrintUsage(cmd)\n+ return err\n}\nreturn runMain(cmd, ctx)\n", "new_...
Go
Apache License 2.0
infracost/infracost
test: add golden file tests for command flag errors
1
test
null
306,638
26.09.2021 18:58:44
-19,080
f9fd6f2da2f6cce2b6c8a5e51d4fd3590d8c9b3d
chore(datepicker): adds snapshot files
[ { "change_type": "MODIFY", "diff": "@@ -631,7 +631,7 @@ exports[`TS renders children 1`] = `\nclass=\"Text Text--default Text--regular\"\ndata-test=\"DesignSystem-GenericChip--Text\"\n>\n- Today, Sep 22\n+ Today, Jun 14\n</span>\n</div>\n</div>\n", "new_path": "core/utils/__tests__/__snapshots__/TS.test...
TypeScript
MIT License
innovaccer/design-system
chore(datepicker): adds snapshot files
1
chore
datepicker
317,646
26.09.2021 19:28:01
-7,200
eb3610190d5f167b73ae133aa15da34a92e73a91
docs: add faq item about zsh history relates to 1002
[ { "change_type": "MODIFY", "diff": "@@ -97,6 +97,18 @@ but it's advised to read the guide.\nThis bug is caused by Windows Terminal and/or VIM. There are two issues for this, one at [Windows Terminal][wt-vim] and\none at [VIM][vim-wt].\n+### ZSH: No command history (ctrl+r does not work)\n+\n+This issue occu...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: add faq item about zsh history relates to 1002
1
docs
null
306,653
26.09.2021 23:24:33
-19,080
502cb1d13673a5df3c827205f2a8f4312d2c28f1
fix(table): fixes the table header scroll in sync with table body scroll
[ { "change_type": "MODIFY", "diff": "@@ -317,7 +317,7 @@ export class Grid extends React.Component<GridProps, GridState> {\n}\ncomponentDidUpdate(prevProps: GridProps, prevState: GridState) {\n- if (prevState.init !== this.state.init) {\n+ if (prevState.init !== this.state.init || prevProps.withPagination !=...
TypeScript
MIT License
innovaccer/design-system
fix(table): fixes the table header scroll in sync with table body scroll
1
fix
table
129,407
27.09.2021 00:27:21
-28,800
dd8e75ae0f84c837cfd2b17e0eca03961152a5ab
docs(faq): reword FAQ about WinError 995 Provide the accurate versions that should solve this issue.
[ { "change_type": "MODIFY", "diff": "@@ -83,6 +83,6 @@ git commit -m \"revert: foo bar\"\n## I got `Exception [WinError 995] The I/O operation ...` error\n-This error is cause by a python bug on windows and it should be fixed in some newer version. (e.g. 3.8.7) So if you encounter this error. Upgrade python ...
Python
MIT License
commitizen-tools/commitizen
docs(faq): reword FAQ about WinError 995 Provide the accurate versions that should solve this issue.
1
docs
faq
865,923
27.09.2021 00:43:40
-25,200
bbead93ef35186224ed69683b80995af0ef64608
feat(startProcessInstance): allow to start process with variables
[ { "change_type": "MODIFY", "diff": "@@ -63,7 +63,7 @@ export default class StartInstanceConfigOverlay extends React.PureComponent {\n<Section.Body>\n<p className=\"intro\">\n- Enter details to start a process instance on Camunda Platform. Alternatively, you can start a process instance <a href=\"https://doc...
JavaScript
MIT License
camunda/camunda-modeler
feat(startProcessInstance): allow to start process with variables
1
feat
startProcessInstance
791,400
27.09.2021 07:22:19
25,200
05fe61c5aa4860bdebbbe3e91a9afaba16aa6184
fix(internal/trace): use xerrors.As for trace Based on we should use xerrors.As for googleapi errors.
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,7 @@ import (\n\"fmt\"\n\"go.opencensus.io/trace\"\n+ \"golang.org/x/xerrors\"\n\"google.golang.org/api/googleapi\"\n\"google.golang.org/genproto/googleapis/rpc/code\"\n\"google.golang.org/grpc/status\"\n@@ -42,7 +43,8 @@ func EndSpan(ctx context.Context, err...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(internal/trace): use xerrors.As for trace (#4813) Based on #4797, we should use xerrors.As for googleapi errors.
1
fix
internal/trace
791,347
27.09.2021 07:38:20
25,200
f4c394738105eacb5730978187f18a4fd054e20b
chore: release asset 1.0.1
[ { "change_type": "MODIFY", "diff": "# Changes\n+### [1.0.1](https://www.github.com/googleapis/google-cloud-go/compare/asset/v1.0.0...asset/v1.0.1) (2021-09-24)\n+\n+\n+### Bug Fixes\n+\n+* **asset:** depend on the existing access_context_manager and os_config clients rather than copying their classes into t...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release asset 1.0.1 (#4812)
1
chore
null
276,939
27.09.2021 08:08:45
10,800
6b2c1c30825486b901962f5bc1940dec5b6211c7
chore(theme-provider): rename prop in provider error msg
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ const getTheme = ({ locale, theme }) => {\nif (isThemeInvalid) {\nthrow new TypeError(\n- `Invalid 'customTheming' parameter. Expected one generated by createTheme() function.\n+ `Invalid 'theme' parameter. Expected one generated by createTheme() functio...
JavaScript
MIT License
gympass/yoga
chore(theme-provider): rename prop in provider error msg
1
chore
theme-provider
276,939
27.09.2021 08:16:13
10,800
940c64afd13f989ad8f51d5e853f001232d9158e
chore(theme-provider): remove internal issue indication
[ { "change_type": "MODIFY", "diff": "@@ -19,9 +19,6 @@ const getTheme = ({ locale, theme }) => {\nthrow new TypeError(\n`Invalid 'theme' parameter. Expected one generated by createTheme() function.\nDid you sent a function directly to <ThemeProvider />?\n-\n- const getTheme = ({ locale, theme }) => {\n- ^^^^...
JavaScript
MIT License
gympass/yoga
chore(theme-provider): remove internal issue indication
1
chore
theme-provider
791,370
27.09.2021 09:19:05
21,600
93a8e8d6502a5abbbd8fb2346277c3c35ab934d5
chore: release aiplatform 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -16,3 +16,4 @@ Stabilize GA surface.\nThis is the first tag to carve out aiplatform as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "n...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release aiplatform 1.0.0 (#4821)
1
chore
null
791,370
27.09.2021 09:19:20
21,600
e90aeabc27d2a6ac741d7da68abe61158b3beda6
chore: release apigateway 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ Stabilize GA surface.\nThis is the first tag to carve out apigateway as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "new...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release apigateway 1.0.0 (#4822)
1
chore
null
791,370
27.09.2021 09:19:33
21,600
5499d2c269f68ba711d264acbc1688856c8644c1
chore: release apigeeconnect 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ Stabilize GA surface.\nThis is the first tag to carve out apigeeconnect as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release apigeeconnect 1.0.0 (#4823)
1
chore
null
791,370
27.09.2021 09:19:46
21,600
06a940ad4478b31e452752746a85ce3f4318ab02
chore: release appengine 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ Stabilize GA surface.\nThis is the first tag to carve out appengine as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "new_...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release appengine 1.0.0 (#4824)
1
chore
null
791,370
27.09.2021 09:20:06
21,600
c020a5953baf97c37b2fb10f33fea05080d25d1a
chore: release artifactregistry 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ Stabilize GA surface.\nThis is the first tag to carve out artifactregistry as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", ...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release artifactregistry 1.0.0 (#4825)
1
chore
null
791,370
27.09.2021 09:20:20
21,600
4e9abdab580e5b52021e879f56b7a6f16722c83d
chore: release asset 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -23,3 +23,4 @@ Stabilize GA surface.\nThis is the first tag to carve out asset as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "new_pa...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release asset 1.0.0 (#4826)
1
chore
null
791,370
27.09.2021 09:20:31
21,600
857c3519a0d913b7fab52d2827afe8900d1a0e3b
chore: release automl 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ Stabilize GA surface.\nThis is the first tag to carve out automl as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "new_pat...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release automl 1.0.0 (#4827)
1
chore
null
791,370
27.09.2021 09:20:46
21,600
8715438016f6d7676063426dd4a2a409d02185f1
chore: release billing 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ Stabilize GA surface.\nThis is the first tag to carve out billing as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "new_pa...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release billing 1.0.0 (#4828)
1
chore
null
791,370
27.09.2021 09:20:58
21,600
8eca6b919781035c1b6f2586fdc8de9d2b2b8c2c
chore: release channel 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -15,3 +15,4 @@ Stabilize GA surface.\nThis is the first tag to carve out channel as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "new_...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release channel 1.0.0 (#4829)
1
chore
null
791,370
27.09.2021 09:21:13
21,600
0d7a06cc6deda33591d7406d65ac69e21ba10951
chore: release cloudbuild 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -17,3 +17,4 @@ Stabilize GA surface.\nThis is the first tag to carve out cloudbuild as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "n...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release cloudbuild 1.0.0 (#4830)
1
chore
null
791,370
27.09.2021 09:21:27
21,600
d429b8c5d17fd4a73637ff08542b65ff3c5ff390
chore: release clouddms 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ Stabilize GA surface.\nThis is the first tag to carve out clouddms as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "new_p...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release clouddms 1.0.0 (#4831)
1
chore
null
791,370
27.09.2021 09:21:46
21,600
13b81a2b0204b40170b91ecde5b8caee03a07bce
chore: release cloudtasks 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ Stabilize GA surface.\nThis is the first tag to carve out cloudtasks as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "new...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release cloudtasks 1.0.0 (#4832)
1
chore
null
791,370
27.09.2021 09:22:15
21,600
3d58c2632d68d9bdbf3de56cd4a21361455f7add
chore: release container 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ Stabilize GA surface.\nThis is the first tag to carve out container as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "new_...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release container 1.0.0 (#4833)
1
chore
null
791,370
27.09.2021 09:22:28
21,600
17cb80705cae86385e018fdd86a9e5fb332a350f
chore: release datacatalog 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ Stabilize GA surface.\nThis is the first tag to carve out datacatalog as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "ne...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release datacatalog 1.0.0 (#4834)
1
chore
null
791,370
27.09.2021 09:22:58
21,600
4e923ee73e2a36afe077d92344dfecfc1ccf1788
chore: release datafusion 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ Stabilize GA surface.\nThis is the first tag to carve out datafusion as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "new...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release datafusion 1.0.0 (#4835)
1
chore
null
791,370
27.09.2021 09:24:24
21,600
3a586475913b63ff3e8c4c22f5d4ef5f81718cb6
chore: release workflows 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ Stabilize GA surface.\nThis is the first tag to carve out workflows as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "new_...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release workflows 1.0.0 (#4885)
1
chore
null
791,370
27.09.2021 09:24:42
21,600
dd6207acaf243cf08a214dbb2c2a7328efe14ae3
chore: release websecurityscanner 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ Stabilize GA surface.\nThis is the first tag to carve out websecurityscanner as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", ...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release websecurityscanner 1.0.0 (#4884)
1
chore
null
791,370
27.09.2021 09:24:54
21,600
1929278ec33c49d2b7bd14981ea6ddf3ec722ad4
chore: release webrisk 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ Stabilize GA surface.\nThis is the first tag to carve out webrisk as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "new_pa...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release webrisk 1.0.0 (#4883)
1
chore
null
791,370
27.09.2021 09:25:14
21,600
7d756b4153d4712fe4d5e2ec57423a808c20a77a
chore: release vpcaccess 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ Stabilize GA surface.\nThis is the first tag to carve out vpcaccess as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "new_...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release vpcaccess 1.0.0 (#4882)
1
chore
null
791,370
27.09.2021 09:25:28
21,600
556643a7461738578afe2c058baf7a5f2440c41e
chore: release vision 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ Stabilize GA surface.\nThis is the first tag to carve out vision as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", "new_pat...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release vision 1.0.0 (#4881)
1
chore
null
791,370
27.09.2021 09:26:03
21,600
f8bd2be4bf24fb1130361b87ccda38c3dae47782
chore: release videointelligence 1.0.0
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ Stabilize GA surface.\nThis is the first tag to carve out videointelligence as its own module. See\n[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).\n+\n", ...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: release videointelligence 1.0.0 (#4880)
1
chore
null