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
531,793
05.08.2021 18:48:32
-3,600
7912442b7653519bf3c699fcd9612c003f3100b4
feat(ui): reduce css bundle size
[ { "change_type": "MODIFY", "diff": "/karma\n/karma-*\n/ui/build\n+/ui/build.pre\n/ui/coverage\n/ui/node_modules\n/ui/.eslintcache\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "MODIFY", "diff": "- Alert history queries didn't include grid labels as those got\...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): reduce css bundle size
1
feat
ui
71,080
05.08.2021 20:13:44
0
cc33466742e9589daa83a65aa351d513d1f60a22
chore: add kaizen3031593 to mergify
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ pull_request_rules:\nlabel:\nadd: [ contribution/core ]\nconditions:\n- - author~=^(eladb|RomainMuller|garnaat|nija-at|skinny85|rix0rrr|NGL321|Jerry-AWS|MrArnoldPalmer|NetaNir|iliapolo|njlynch|ericzbeard|ccfife|fulghum|pkandasamy91|SoManyHs|uttarasridhar|o...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: add kaizen3031593 to mergify
1
chore
null
73,308
05.08.2021 20:58:31
0
4c24be2bc06105a6076dd49b016b1e6e4bf811db
chore(mergify): add kaizen3031593 to config file
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ pull_request_rules:\nlabel:\nadd: [contribution/core]\nconditions:\n- - author~=^(eladb|RomainMuller|garnaat|nija-at|skinny85|rix0rrr|NGL321|Jerry-AWS|SomayaB|MrArnoldPalmer|NetaNir|iliapolo|njlynch|madeline-k|BenChaimberg|comcalvi)$\n+ - author~=^(eladb|R...
TypeScript
Apache License 2.0
aws/jsii
chore(mergify): add kaizen3031593 to config file
1
chore
mergify
756,064
05.08.2021 21:08:16
25,200
20f0c045eb7e948bbbac096b2f04d239767027d9
feat(solo): accept $SOLO_SLOGFILE to write a slogfile cosmic-swingset can be run with e.g. `SLOGFILE=chain.slog agoric start local-chain` to make it write out a slogfile during execution. This brings this same functionality to the solo node, e.g. `SOLO_SLOGFILE=client.slog agoric start local-solo`.
[ { "change_type": "MODIFY", "diff": "@@ -150,9 +150,11 @@ async function buildSwingset(\n}\nawait initializeSwingset(config, argv, hostStorage);\n}\n+ const slogFile = process.env.SOLO_SLOGFILE;\nconst controller = await makeSwingsetController(\nhostStorage,\ndeviceEndowments,\n+ { slogFile },\n);\nasync fun...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(solo): accept $SOLO_SLOGFILE to write a slogfile cosmic-swingset can be run with e.g. `SLOGFILE=chain.slog agoric start local-chain` to make it write out a slogfile during execution. This brings this same functionality to the solo node, e.g. `SOLO_SLOGFILE=client.slog agoric start local-solo`. Co-authored-by: M...
1
feat
solo
104,825
05.08.2021 21:10:55
14,400
dae07c81113484be543871c96c5e6c8400c97b9c
refactor(list): modify drag and drop methods
[ { "change_type": "MODIFY", "diff": "@@ -34,16 +34,14 @@ export enum SelectionType {\n<div\n*ngIf=\"!items || items.length < 1\"\nclass=\"iot--list--empty-state iot--list--empty-state__full-height\"\n+ (drop)=\"isDragging ? handleDrop(null, 0) : undefined\"\n+ (dragover)=\"$event.preventDefault()\"\n>\n<ng-c...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
refactor(list): modify drag and drop methods
1
refactor
list
151,430
05.08.2021 21:11:55
25,200
29fa19285b7356cb32c130080dbdd5bd9fe8d675
chore: add types to event listener util
[ { "change_type": "MODIFY", "diff": "\"sync-rpc\": \"^1.3.6\",\n\"terser\": \"^5.5.1\",\n\"tsd-jsdoc\": \"^2.5.0\",\n+ \"typescript\": \"^4.3.5\",\n\"uglify-js\": \"^3.12.1\"\n},\n\"ava\": {\n", "new_path": "package.json", "old_path": "package.json" }, { "change_type": "MODIFY", "diff": "...
JavaScript
MIT License
davidwells/analytics
chore: add types to event listener util Signed-off-by: David Wells <>
1
chore
null
67,479
05.08.2021 22:08:39
-36,000
b7f9d3d68a4215158aaea0f317ce104181db3fc2
chore(typings): more linkable binding interfaces, cleanup some typings
[ { "change_type": "MODIFY", "diff": "@@ -13,16 +13,15 @@ import { IPlatform } from '../platform.js';\nimport { BindingTargetSubscriber } from './binding-utils.js';\nimport type {\n- IConnectableBinding,\nForOfStatement,\nIObserverLocator,\n- IObserverLocatorBasedConnectable,\nIsBindingBehavior,\nITask,\nQueu...
TypeScript
MIT License
aurelia/aurelia
chore(typings): more linkable binding interfaces, cleanup some typings
1
chore
typings
67,479
05.08.2021 22:27:08
-36,000
4154147e815c80e1bd5ee753d76991907131566e
refactor(setter-obs): shorter prop names
[ { "change_type": "MODIFY", "diff": "@@ -22,33 +22,35 @@ export interface SetterObserver extends IAccessor, ISubscriberCollection {}\n* This is used for observing object properties that has no decorator.\n*/\nexport class SetterObserver implements IWithFlushQueue, IFlushable {\n- public value: unknown = void...
TypeScript
MIT License
aurelia/aurelia
refactor(setter-obs): shorter prop names
1
refactor
setter-obs
306,660
05.08.2021 23:38:49
-19,080
8018e724604b47d460c25d1d55297d156f072118
feat(Tab): improves API for custom tab
[ { "change_type": "MODIFY", "diff": "@@ -4,11 +4,19 @@ export interface TabProps {\n/**\n* Label of the Tab\n*/\n- label: React.ReactNode;\n+ label: React.ReactNode | string;\n/**\n* Set if disabled\n*/\ndisabled?: boolean;\n+ /**\n+ * Icon to be rendered inside Tab\n+ */\n+ icon?: string;\n+ /**\n+ * Count ...
TypeScript
MIT License
innovaccer/design-system
feat(Tab): improves API for custom tab
1
feat
Tab
603,467
06.08.2021 01:08:51
-7,200
93ea489dcf25d8e6ee62794b0958e1cafdbf2e4d
fix(core): corrected how the interaction to Log reports the names of logged values
[ { "change_type": "MODIFY", "diff": "+import { formatted } from '../../io';\nimport { inspected } from '../../io/inspected';\nimport { Name } from '../../model';\nimport { LogEntry } from '../../model/artifacts';\n@@ -75,6 +76,6 @@ export class Log extends Interaction {\n* @returns {string}\n*/\ntoString(): ...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): corrected how the interaction to Log reports the names of logged values
1
fix
core
603,467
06.08.2021 01:58:36
-7,200
2903f786096e1c0b5a6e32bc8fb02d8fb811c90d
ci(renovate): update WebdriverIO dependencies together
[ { "change_type": "MODIFY", "diff": "],\n\"rangeStrategy\": \"bump\",\n\"packageRules\": [\n+ {\n+ \"packagePatterns\": [\"^@wdio\", \"^webdriverio\"],\n+ \"groupName\": \"WebdriverIO\"\n+ },\n{\n\"packagePatterns\": [\n\"@types/chai\",\n", "new_path": ".github/renovate.json", "old_path": ".github/re...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(renovate): update WebdriverIO dependencies together
1
ci
renovate
135,461
06.08.2021 03:20:36
-28,800
885bd8aa642261f1feb4c67c4b75ff89458fdda0
test(load): recursive extends with ts file
[ { "change_type": "ADD", "diff": "+import type {UserConfig} from './types';\n+\n+const Configuration: UserConfig = {\n+ extends: ['./first-extended'],\n+ rules: {\n+ zero: [0, 'never', 'zero']\n+ }\n+};\n+module.exports = Configuration;\n\\ No newline at end of file\n", "new_path": "@commitlint/load/fixt...
TypeScript
MIT License
conventional-changelog/commitlint
test(load): recursive extends with ts file
1
test
load
791,474
06.08.2021 08:55:48
25,200
cb8ca9068597f6c1cbbfa4e3de9afa37d37be2c8
test(bigtable): print hex using %x, sprintf to be valid utf-8 casting byte vals to string was causing some chars to be (randomly) invalid for identifiers
[ { "change_type": "MODIFY", "diff": "@@ -2462,7 +2462,7 @@ func TestIntegration_AdminBackup(t *testing.T) {\nt.Fatalf(\"Failed to generate a unique ID: %v\", err)\n}\n- backupName := \"mybackup-\" + string(uniqueID)\n+ backupName := fmt.Sprintf(\"mybackup-%x\", uniqueID)\ndefer adminClient.DeleteBackup(ctx, ...
Go
Apache License 2.0
googleapis/google-cloud-go
test(bigtable): print hex using %x, sprintf to be valid utf-8 (#4565) casting byte vals to string was causing some chars to be (randomly) invalid for identifiers
1
test
bigtable
306,309
06.08.2021 08:58:20
-3,600
6a36e1a77fdc0319f03c7050e533c80cb5567b03
chore: terraform-provider-aws fixed bug in v3.53.0
[ { "change_type": "MODIFY", "diff": "-// AWS provider is locked due to https://github.com/hashicorp/terraform-provider-aws/issues/20287\n-terraform {\n- required_providers {\n- aws = {\n- source = \"hashicorp/aws\"\n- version = \"3.50.0\"\n- }\n- }\n-}\n-\nprovider \"aws\" {\nregion = \"us-east-1\" # <<<<< T...
Go
Apache License 2.0
infracost/infracost
chore: terraform-provider-aws fixed bug in v3.53.0 (#897) https://github.com/hashicorp/terraform-provider-aws/issues/20287
1
chore
null
276,989
06.08.2021 08:58:24
10,800
4500ded381b0d8361737a1ceef1437bfe0b4abb7
chore(ios): update Pods IPHONEOS_DEPLOYMENT_TARGET
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,6 @@ target 'labnative' do\naggregate_target.user_project.native_targets.each do |target|\ntarget.build_configurations.each do |config|\nconfig.build_settings['LIBRARY_SEARCH_PATHS'] = ['$(SDKROOT)/usr/lib/swift', '$(inherited)']\n- config.build_settings['IPH...
JavaScript
MIT License
gympass/yoga
chore(ios): update Pods IPHONEOS_DEPLOYMENT_TARGET
1
chore
ios
699,191
06.08.2021 09:59:09
25,200
a64de35200e3f22a8f61d9e4ed2c354caae3f472
docs(label): add missing as attribute in props table Add a missing prop to the prop table
[ { "change_type": "MODIFY", "diff": "@@ -338,6 +338,7 @@ All the valid HTML attributes for `label` are supported including the following\n| Prop | Type | Description | Default |\n| ------------- | -------------------- | -------------------------------------------------------------------- | --------- |\n+| as...
TypeScript
MIT License
twilio-labs/paste
docs(label): add missing as attribute in props table (#1740) Add a missing prop to the prop table
1
docs
label
104,844
06.08.2021 10:04:44
14,400
9a29005436caeff0938fd4c4ca549ae9f3064062
fix(emptystate): provide unique ids for svgs
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ import React from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport { ButtonKinds } from 'carbon-components-react/es/prop-types/types';\n+import uuid from 'uuid';\nimport Button from '../Button';\nimport { Link } f...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(emptystate): provide unique ids for svgs
1
fix
emptystate
472,067
06.08.2021 10:17:56
-32,400
15921c563f58ba139b89bf0dd51d4ada159090cd
chore(spindle-tokens): update style-dictionary to v3
[ { "change_type": "MODIFY", "diff": "\"url\": \"https://github.com/openameba/spindle/issues\"\n},\n\"devDependencies\": {\n- \"style-dictionary\": \"^2.10.3\"\n+ \"style-dictionary\": \"^3.0.1\"\n}\n}\n", "new_path": "packages/spindle-tokens/package.json", "old_path": "packages/spindle-tokens/package...
TypeScript
MIT License
openameba/spindle
chore(spindle-tokens): update style-dictionary to v3
1
chore
spindle-tokens
730,467
06.08.2021 10:33:40
21,600
1dcc5ab6089a72ba53b99f4670f712fa6e0e445e
feat(samples): add renderInfo call to multi-party
[ { "change_type": "MODIFY", "diff": "@@ -121,7 +121,15 @@ function bindMeetingEvents(meeting) {\ndocument.getElementById('self-view').srcObject = media.stream;\n}\nif (media.type === 'remoteVideo') {\n- document.getElementById('remote-view-video').srcObject = media.stream;\n+ const remoteVideo = document.get...
JavaScript
MIT License
webex/webex-js-sdk
feat(samples): add renderInfo call to multi-party
1
feat
samples
277,002
06.08.2021 11:09:06
10,800
99534f2b5ddfd0c98adeaa29688b102323b8ef9e
feat: revome max width and add flex
[ { "change_type": "MODIFY", "diff": "@@ -94,6 +94,14 @@ const entranceList2 = [\nchildren: 'From 7:30 am to 9:00 pm',\nvariant: 'stamina',\n},\n+ {\n+ children: 'From 7:30 am to 9:00 pm',\n+ variant: 'stamina',\n+ },\n+ {\n+ children: 'From 7:30 am to 9:00 pm',\n+ variant: 'stamina',\n+ },\n];\nconst tagsLis...
JavaScript
MIT License
gympass/yoga
feat: revome max width and add flex
1
feat
null
277,002
06.08.2021 11:24:15
10,800
7f8de7d501bff554df2e3d6481653cc9f105f0fa
test: update snashpshots
[ { "change_type": "MODIFY", "diff": "@@ -963,6 +963,7 @@ exports[`<EventCard /> Snapshots should match snapshot of small EventCard active\n\"size\": 12,\n},\n},\n+ \"result\": Object {},\n\"slider\": Object {\n\"marker\": Object {\n\"backgroundColor\": \"#D8385E\",\n@@ -1118,11 +1119,17 @@ exports[`<EventCar...
JavaScript
MIT License
gympass/yoga
test: update snashpshots
1
test
null
129,390
06.08.2021 11:39:15
25,200
3910f844f45effa8d3e9fe8475fbb38c22975a30
test: update tests for keyboard shortcuts Only testing that cz_conventional_commits has keyboard shortcuts configured, and that the use_shortcuts config option is known. Actually mocking and asserting against what's written to stdout is a footgun #380
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,7 @@ _settings = {\n\"changelog_incremental\": False,\n\"changelog_start_rev\": None,\n\"update_changelog_on_bump\": False,\n+ \"use_shortcuts\": False,\n}\n_new_settings = {\n@@ -59,6 +60,7 @@ _new_settings = {\n\"changelog_incremental\": False,\n\"changelog...
Python
MIT License
commitizen-tools/commitizen
test: update tests for keyboard shortcuts Only testing that cz_conventional_commits has keyboard shortcuts configured, and that the use_shortcuts config option is known. Actually mocking and asserting against what's written to stdout is a footgun #406, #380
1
test
null
472,067
06.08.2021 11:40:58
-32,400
f9abe4057c97026d75f7fbfbd997e9d10c4d871e
chore(spindle-tokens): rename properties to tokens see
[ { "change_type": "MODIFY", "diff": "{\n- \"source\": [\"properties/**/*.json\"],\n+ \"source\": [\"tokens/**/*.json\"],\n\"platforms\": {\n- \"scss\": {\n- \"transformGroup\": \"scss\",\n- \"buildPath\": \"dist/\",\n+ \"css\": {\n+ \"transformGroup\": \"css\",\n\"files\": [{\n- \"destination\": \"scss/_vari...
TypeScript
MIT License
openameba/spindle
chore(spindle-tokens): rename properties to tokens see https://amzn.github.io/style-dictionary/#/version_3?id=style-properties-%e2%86%92-design-tokens
1
chore
spindle-tokens
104,844
06.08.2021 11:54:55
14,400
13069d30ec424c27a92ed684788d12743d442ec4
fix(emptystate): provide unique id to render mulitple instances
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,6 @@ import React from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport { ButtonKinds } from 'carbon-components-react/es/prop-types/types';\n-import uuid from 'uuid';\nimport Button from '../Button';\nimport { Link } f...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(emptystate): provide unique id to render mulitple instances
1
fix
emptystate
332,716
06.08.2021 12:41:29
-21,600
4bc45e3e98b106eb0deb6ef32711895656a4c665
feat(semver): add custom tag prefix implementation
[ { "change_type": "MODIFY", "diff": "@@ -112,6 +112,19 @@ describe('@jscutlery/semver:version', () => {\n);\n});\n+ it('should run standard-version with a custom tag', async () => {\n+ const { success } = await version({...options, versionTagPrefix: 'custom-tag-prefix/a-' }, context);\n+\n+ expect(success).t...
TypeScript
MIT License
jscutlery/semver
feat(semver): add custom tag prefix implementation
1
feat
semver
472,067
06.08.2021 13:36:08
-32,400
bab66d6322c911d0382a68ea97d35b2719e472f5
build(spindle-tokens): change dist dir
[ { "change_type": "MODIFY", "diff": "\"css\": {\n\"transformGroup\": \"css\",\n\"files\": [{\n- \"destination\": \"variables.css\",\n+ \"destination\": \"dist/spindle-tokens.css\",\n\"format\": \"css/variables\",\n\"options\": {\n\"outputReferences\": true\n", "new_path": "packages/spindle-tokens/config....
TypeScript
MIT License
openameba/spindle
build(spindle-tokens): change dist dir
1
build
spindle-tokens
472,067
06.08.2021 13:37:19
-32,400
25c98de1a548015ddad0ed3f9fac585e66e82cb6
fix(spindle-tokens): token alias
[ { "change_type": "MODIFY", "diff": "\"box shadow\": {\n\"lv1\": {\n\"offset x\": {\n- \"value\": \"{shadow.drop shadow.offset x}\"\n+ \"value\": \"{shadow.drop shadow.offset x.value}\"\n},\n\"offset y\": {\n- \"value\": \"{shadow.drop shadow.lv1.offset y}\"\n+ \"value\": \"{shadow.drop shadow.lv1.offset y.v...
TypeScript
MIT License
openameba/spindle
fix(spindle-tokens): token alias
1
fix
spindle-tokens
71,174
06.08.2021 13:40:58
25,200
891f111705f58e1c1e93fdd76659ca0bfbbcf2d5
docs(appmesh): comprehensive App Mesh readme review Conducting comprehensive review on `README` file. *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,7 @@ The following example creates the `AppMesh` service mesh with the default egress\n```ts\nconst mesh = new Mesh(stack, 'AppMesh', {\n- meshName: 'myAwsmMesh',\n+ meshName: 'myAwsMesh',\n});\n```\n@@ -44,7 +44,7 @@ The mesh can instead be created with the ...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(appmesh): comprehensive App Mesh readme review (#15877) Conducting comprehensive review on `README` file. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
appmesh
791,690
06.08.2021 13:45:13
18,000
75066c9503f27eefcd43aec7fdcd560195faf622
core(fr): override quiet windows for observed performance
[ { "change_type": "MODIFY", "diff": "@@ -106,7 +106,7 @@ jobs:\n- run: sudo apt-get install xvfb\n- name: yarn smoke --fraggle-rock\n- run: xvfb-run --auto-servernum yarn smoke --debug --fraggle-rock -j=1 --retries=2 a11y lantern seo-passing seo-failing csp\n+ run: xvfb-run --auto-servernum yarn smoke --debu...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): override quiet windows for observed performance (#12873)
1
core
fr
889,620
06.08.2021 13:48:33
-28,800
0a1761d37e0cbf14bc84f048ca9e8f8517ac93c0
feat(webreader): fullscreen support
[ { "change_type": "MODIFY", "diff": "\"language-tags\": \"^1.0.5\",\n\"lodash\": \"^4.17.19\",\n\"qs\": \"^6.10.1\",\n+ \"screenfull\": \"^5.1.0\",\n\"vue\": \"^2.6.14\",\n\"vue-i18n\": \"^8.24.4\",\n\"vue-line-clamp\": \"^1.3.2\",\n\"node\": \">= 8.9.0\"\n}\n},\n+ \"node_modules/screenfull\": {\n+ \"version...
Kotlin
MIT License
gotson/komga
feat(webreader): fullscreen support
1
feat
webreader
791,690
06.08.2021 14:00:16
18,000
ebb0b004f1b26a62c156cfb8dd29ca2ecdb8d985
report: reword SEO category description
[ { "change_type": "MODIFY", "diff": "@@ -1302,7 +1302,7 @@ Object {\n\"weight\": 0,\n},\n],\n- \"description\": \"These checks ensure that your page is optimized for search engine results ranking. There are additional factors Lighthouse does not check that may affect your search ranking. [Learn more](https:/...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: reword SEO category description (#12877)
1
report
null
401,135
06.08.2021 14:02:57
14,400
6c113844f4986d19f4628bc224ebde995fd7858a
style(core): fix nested ternary code-smell affects:
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,8 @@ export const HelperAndErrorTextTooltip: FC<HelperTextTooltipProps> & WithStyle =\nconst { idPrefix, errorIconColor, errorText, builtInErrorMessage, helperText } = props,\nisErrorPresent = useMemo(() => !!errorText || !!builtInErrorMessage, [errorText, bu...
TypeScript
MIT License
medly/medly-components
style(core): fix nested ternary code-smell affects: @medly-components/core
1
style
core
276,989
06.08.2021 14:40:29
10,800
45bfb368f8cae08dfaa82c32cbe01831a7ca076d
test(chips): fix overflow on iOS, making chips border-radius round again
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,7 @@ module.exports = {\nplugins: [\n'import-glob',\n'@babel/plugin-transform-flow-strip-types',\n+ ['@babel/plugin-proposal-private-property-in-object', { loose: true }],\n['@babel/plugin-proposal-private-methods', { loose: true }],\n],\npresets: [\n", "...
JavaScript
MIT License
gympass/yoga
test(chips): fix overflow on iOS, making chips border-radius round again
1
test
chips
699,194
06.08.2021 15:02:24
21,600
ef18d55439775a15a6d3841dd66f842b28f88ab8
docs(radio-group): add missing pre-selected example
[ { "change_type": "MODIFY", "diff": "@@ -34,6 +34,41 @@ render(\n)\n`.trim();\n+export const disabledPreSelectedExample = `\n+const AccountRadioGroup = () => {\n+ const [value, setValue] = React.useState('accountSid');\n+ return (\n+ <RadioGroup\n+ name=\"account\"\n+ value={value}\n+ legend=\"How should we ...
TypeScript
MIT License
twilio-labs/paste
docs(radio-group): add missing pre-selected example (#1741)
1
docs
radio-group
667,713
06.08.2021 15:09:33
-28,800
084464b42f109a2526cf21048247e6705a7c0764
refactor(android): reload should call destroyBridge first
[ { "change_type": "MODIFY", "diff": "@@ -645,8 +645,18 @@ public abstract class HippyEngineManagerImpl extends HippyEngineManager implemen\n@Override\npublic void onDevBundleReLoad() {\n+ mEngineContext.destroyBridge(new Callback<Boolean>() {\n+ @Override\n+ public void callback(Boolean param, Throwable e) {...
C++
Apache License 2.0
tencent/hippy
refactor(android): reload should call destroyBridge first
1
refactor
android
756,032
06.08.2021 15:25:37
25,200
f8d62cc889911f821e66a281aec5f680ed8e2628
fix: move the assertion that `allStagedSeatsUsed` into `reallocate` rather than `reallocateInternal`
[ { "change_type": "MODIFY", "diff": "@@ -124,7 +124,7 @@ export const createSeatManager = (\nseats.forEach(assertStagedAllocation);\n// Keep track of seats used so far in this call, to prevent aliasing.\n- const zcfSeatsSoFar = new WeakSet();\n+ const zcfSeatsSoFar = new Set();\nseats.forEach(seat => {\nasse...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: move the assertion that `allStagedSeatsUsed` into `reallocate` rather than `reallocateInternal` (#3615)
1
fix
null
873,649
06.08.2021 15:26:19
-7,200
7e5ee40c2d509f00869086e6ca666cc71d125fe2
fix: focus on search input
[ { "change_type": "MODIFY", "diff": "@@ -110,13 +110,12 @@ export const CreateEntryMenuTrigger = ({\nconst closeMenu = () => setOpen(false);\nuseEffect(() => {\n- /*\n- This is a temporary workaround to keep the search input focused after the value is changed.\n- When the TextInput component is updated to us...
TypeScript
MIT License
contentful/field-editors
fix: focus on search input (#797)
1
fix
null
889,626
06.08.2021 15:49:21
-36,000
43733fbec3a01bd25295d806e0a38af0db858bd3
fix(webui): better add to home screen support
[ { "change_type": "MODIFY", "diff": "<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\" th:href=\"@{/favicon-16x16.png}\">\n<meta name=\"msapplication-TileColor\" content=\"#08397f\">\n<meta name=\"msapplication-TileImage\" th:content=\"@{/mstile-144x144.png}\" content=\"/mstil...
Kotlin
MIT License
gotson/komga
fix(webui): better add to home screen support
1
fix
webui
71,458
06.08.2021 15:53:18
21,600
a04c017323130cb6f88a530e192e9e0e86fb137a
docs(ecs): Add missing word ("permission") in comment To match the description just below that says: "grants containers in the task permission to call" *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -70,7 +70,7 @@ export interface CommonTaskDefinitionProps {\nreadonly family?: string;\n/**\n- * The name of the IAM task execution role that grants the ECS agent to call AWS APIs on your behalf.\n+ * The name of the IAM task execution role that grants the ECS agent pe...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(ecs): Add missing word ("permission") in comment (#15889) To match the description just below that says: "grants containers in the task permission to call" ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
ecs
756,032
06.08.2021 15:56:56
25,200
198e5c37b4ce3738ed5776c36c949847a226265c
chore: delete outdated internal Zoe docs
[ { "change_type": "DELETE", "diff": "-# Seats in the Zoe Service and Zoe Contract Facet\n-\n-Note: These are internal documentation notes. For how to use Zoe and\n-how to develop smart contracts, please see\n-https://agoric.com/documentation/\n-\n-\n-__UserSeat.tryExit() Flow__\n-![UserSeat Exit Flow](./user...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: delete outdated internal Zoe docs (#3617)
1
chore
null
67,479
06.08.2021 16:52:20
-36,000
8d2f59105e2ee4744af0cf0349ea6a1f2f0ede34
chore: move dialog folder to under plugins
[ { "change_type": "MODIFY", "diff": "@@ -54,73 +54,51 @@ describe('3-runtime-html/select-value-observer.spec.ts', function () {\n// 1. With synchronizeOptions: source => target => source. Or selected <option/> are based on value array\n// 2. Without synchronizeOptions: target => source. Or selected values ar...
TypeScript
MIT License
aurelia/aurelia
chore: move dialog folder to under plugins
1
chore
null
877,015
06.08.2021 17:08:11
-7,200
ddb12bf1d4dcb685b47b5932ca37fdf91bcfc85a
refactor(@vtmn/css-rating): replace some CSS classes
[ { "change_type": "MODIFY", "diff": "class=\"\nvtmn-rating\nvtmn-rating_size--medium\n- vtmn-rating_color--brand\n+ vtmn-rating_variant--brand\nvtmn-rating--disabled\n\"\n>\n<span class=\"vtmx-star-line\"></span>\n<span class=\"vtmn-rating_comment--primary\">74 ratings</span>\n</div>\n- <div class=\"vtmn-rat...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/css-rating): replace some CSS classes
1
refactor
@vtmn/css-rating
756,029
06.08.2021 17:09:11
25,200
db7a1f8c63675167cedad822d2375387c58c1787
refactor(solo): Convert RESM to NESM Refs
[ { "change_type": "DELETE", "diff": "-#! /usr/bin/env node\n-require('../src/entrypoint.cjs');\n", "new_path": null, "old_path": "packages/solo/bin/ag-solo" }, { "change_type": "ADD", "diff": "+../src/entrypoint.js\n\\ No newline at end of file\n", "new_path": "packages/solo/bin/ag-so...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(solo): Convert RESM to NESM Refs #527
1
refactor
solo
756,029
06.08.2021 17:22:11
25,200
40f49d0274c07d41a2dbb1b943d040ff6122dd81
test(solo): Add coverage script
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"build\": \"exit 0\",\n\"test\": \"ava\",\n+ \"test:c8\": \"c8 $C8_OPTIONS ava --config=ava-nesm.config.js\",\n\"test:xs\": \"exit 0\",\n\"pretty-fix\": \"prettier --write '**/*.js'\",\n\"pretty-check\": \"prettier --check '**/*.js'\",\n},\n\"devDependenc...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(solo): Add coverage script
1
test
solo
756,064
06.08.2021 17:35:35
25,200
314ee93ee8fc5e97e8c40a640b94ffa770a046bc
fix(xsnap): tolerate Symbols in console.log() arguments The xsnap `print()` doesn't know how to print a Symbol, so until that's fixed, here's a workaround in our `tryPrint()` function. This is the backend of all console.log calls within the XS process. refs
[ { "change_type": "MODIFY", "diff": "function tryPrint(...args) {\ntry {\n// eslint-disable-next-line\n- print(...args);\n+ print(...args.map(arg => typeof arg === 'symbol' ? arg.toString() : arg));\n} catch (err) {\n// eslint-disable-next-line\nprint('cannot print:', err.message);\n+ args.forEach((a, i) => ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(xsnap): tolerate Symbols in console.log() arguments (#3618) The xsnap `print()` doesn't know how to print a Symbol, so until that's fixed, here's a workaround in our `tryPrint()` function. This is the backend of all console.log calls within the XS process. refs https://github.com/Moddable-OpenSource/moddable/...
1
fix
xsnap
667,713
06.08.2021 17:40:28
-28,800
83c8a01e94d0a5346ffe806c7532d894ebc9b89e
feat(android): support hpfile use in backgroundImage
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ package com.tencent.mtt.hippy.views.view;\nimport android.content.Context;\nimport android.view.View;\n+import com.tencent.mtt.hippy.HippyInstanceContext;\nimport com.tencent.mtt.hippy.annotation.HippyController;\nimport com.tencent.mtt.hippy.annotation....
C++
Apache License 2.0
tencent/hippy
feat(android): support hpfile use in backgroundImage
1
feat
android
667,636
06.08.2021 18:12:47
-28,800
96e27f3394a5da230ef38b2f68b7ca4b2de5ba31
fix(react,vue): fix rgb format for linear-gradient parser
[ { "change_type": "MODIFY", "diff": "@@ -120,7 +120,7 @@ function getLinearGradientAngle(value: string): string | undefined {\n*/\nfunction getLinearGradientColorStop(value: string): Object | undefined {\nconst processedValue = (value || '').replace(/\\s+/g, ' ').trim();\n- const [color, percentage] = proces...
C++
Apache License 2.0
tencent/hippy
fix(react,vue): fix rgb format for linear-gradient parser
1
fix
react,vue
756,064
06.08.2021 18:20:04
25,200
6d2a8f22eef58f018946b175d94f39c5d9f83cfc
chore(swingset): basic fixes to docs/liveslots.md
[ { "change_type": "MODIFY", "diff": "@@ -15,12 +15,12 @@ Most SwingSet vats use liveslots (with the notable exception of the comms vat).\n```js\nexport buildRootObject(_vatPowers) {\n- const obj0 = {\n+ const obj0 = Far('root', {\nfoo(arg1, arg2) {\n// implement foo\nreturn 'value';\n},\n- };\n+ });\nreturn ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(swingset): basic fixes to docs/liveslots.md (#3610)
1
chore
swingset
705,211
06.08.2021 18:50:06
14,400
c91389adae7a71e3a9c0ef406678cce3bdf528c9
fix(Button): [Material] Stretched ContentAlignment does not work for all the styles
[ { "change_type": "MODIFY", "diff": "BorderThickness=\"{TemplateBinding BorderThickness}\"\nCornerRadius=\"{TemplateBinding CornerRadius}\"\nPadding=\"{TemplateBinding Padding}\"\n- AutomationProperties.AccessibilityView=\"Raw\" >\n+ AutomationProperties.AccessibilityView=\"Raw\"\n+ VerticalContentAlignment=...
C#
Apache License 2.0
unoplatform/uno.themes
fix(Button): [Material] Stretched ContentAlignment does not work for all the styles
1
fix
Button
791,834
06.08.2021 19:52:09
18,000
8230ff5018cf9b5f6376571758b39683cdcc3795
core: convert audit types to modules
[ { "change_type": "MODIFY", "diff": "@@ -42,15 +42,15 @@ class CriticalRequestChains extends Audit {\n};\n}\n- /** @typedef {{depth: number, id: string, chainDuration: number, chainTransferSize: number, node: LH.Audit.SimpleCriticalRequestNode[string]}} CrcNodeInfo */\n+ /** @typedef {{depth: number, id: str...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: convert audit types to modules (#12870)
1
core
null
332,716
06.08.2021 19:59:46
-21,600
91dec484aa6221b429588bfd753c399881801f61
feat(semver): add tag template string support
[ { "change_type": "MODIFY", "diff": "@@ -113,7 +113,7 @@ describe('@jscutlery/semver:version', () => {\n});\nit('should run standard-version with a custom tag', async () => {\n- const { success } = await version({...options, versionTagPrefix: 'custom-tag-prefix/a-' }, context);\n+ const { success } = await v...
TypeScript
MIT License
jscutlery/semver
feat(semver): add tag template string support
1
feat
semver
67,479
06.08.2021 21:17:35
-36,000
6ae58495f1068ec27aff04df2d99610e277ffd1e
chore(ci): build hello world for size check
[ { "change_type": "MODIFY", "diff": "@@ -92,6 +92,8 @@ jobs:\n- uses: actions/checkout@v2\n- run: npm ci\n- run: npm run build\n+ - run: npm run build\n+ working-directory: examples/helloworld\n- run: npm run build\nworking-directory: examples/1kcomponents\n- run: npm run build\n", "new_path": ".github/w...
TypeScript
MIT License
aurelia/aurelia
chore(ci): build hello world for size check
1
chore
ci
679,913
06.08.2021 21:24:50
-7,200
0ae78552be39f543e98f8716dc239c3ce9c50b7b
fix(text-canvas): fix ImageOpts.chars type
[ { "change_type": "MODIFY", "diff": "@@ -38,9 +38,9 @@ export interface ImageOpts {\n* Target characters in order of increasing brightness (assuming\n* white text on black bg).\n*\n- * @defaultValue {@link SHADES}\n+ * @defaultValue {@link SHADES_BLOCK}\n*/\n- chars: NumOrString[];\n+ chars: string | NumOrSt...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(text-canvas): fix ImageOpts.chars type
1
fix
text-canvas
679,913
06.08.2021 23:06:55
-7,200
9c40b2053afb9067723bfb0377e5e3ea2a38c52a
feat(ksuid): pkg restructure, add 64bit version move KSUIDOpts to api.ts extract abstact AKSUID base class add KSUID64 & defKSUID64() update pkg meta
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@thi.ng/ksuid\",\n\"version\": \"0.2.6\",\n- \"description\": \"Configurable K-sortable unique identifiers, binary & base-N encoded\",\n+ \"description\": \"Configurable sortable unique IDs, binary & base-N encoded, 32/64bit time resolution\",\n\"module\": ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(ksuid): pkg restructure, add 64bit version - move KSUIDOpts to api.ts - extract abstact AKSUID base class - add KSUID64 & defKSUID64() - update pkg meta
1
feat
ksuid
67,479
06.08.2021 23:11:21
-36,000
e38e7f2a96c6747eafb86f55e45e90c2a3c197e9
refactor(binding-command): bindingType -> type
[ { "change_type": "MODIFY", "diff": "@@ -59,10 +59,13 @@ export class TranslationBinding implements IObserverLocatorBasedConnectable {\npublic isBound: boolean = false;\npublic expr!: IsExpression;\nprivate readonly i18n: I18N;\n+ /** @internal */\nprivate readonly _contentAttributes: readonly string[] = con...
TypeScript
MIT License
aurelia/aurelia
refactor(binding-command): bindingType -> type
1
refactor
binding-command
679,913
07.08.2021 00:01:25
-7,200
023b630cf18e648eb0876a4fa897e9a7353c9e5c
refactor(ksuid): better re-use, add docs/tests
[ { "change_type": "MODIFY", "diff": "@@ -10,17 +10,16 @@ import type { KSUIDOpts } from \"./api\";\n*/\nexport abstract class AKSUID {\n/**\n- * Returns the byte size of a single ID, based on the KSUID's configuration.\n- * The default config will result in 20-byte IDs (27 chars base62 encoded).\n+ * Byte si...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(ksuid): better re-use, add docs/tests
1
refactor
ksuid
815,609
07.08.2021 02:24:16
-28,800
ea215cd42410a49c3a42ab16b7a31cbf8c98bc8c
ci: make ci works again
[ { "change_type": "MODIFY", "diff": "name: CI workflow\n+concurrency:\n+ group: ci-${{ github.ref }}\n+ cancel-in-progress: true\n+\non:\npull_request:\ntypes: [ opened, synchronize, reopened ]\npush:\nbranches:\n- - \"develop\"\n- - \"master\"\n- - \"trying\"\n- - \"staging\"\n- - \"staging2\"\n- - \"rc/*\"...
Rust
MIT License
nervosnetwork/ckb
ci: make ci works again
1
ci
null
494,233
07.08.2021 05:00:41
18,000
bae1847eba0d925f28a010876e35e3c2093bc8c6
docs: make qickstart URLs consistent (playground vs. localhost) Since the quick-start describes how to run Kratos locally the actual location of the redirect is `http://127.0.0.1:4433/self-service/login/browser`.
[ { "change_type": "MODIFY", "diff": "@@ -230,7 +230,7 @@ Here's a play-by-play of what happened:\nKratos' browser API requires a `<flow_id>` in order to log you in. It looked\nfor this ID in the URL as a query parameter but couldn't find it.\n3. `/auth/login` redirected you to\n- `https://playground.projects...
Go
Apache License 2.0
ory/kratos
docs: make qickstart URLs consistent (playground vs. localhost) (#1626) Since the quick-start describes how to run Kratos locally the actual location of the redirect is `http://127.0.0.1:4433/self-service/login/browser`.
1
docs
null
426,690
07.08.2021 05:59:24
14,400
55842162c8ac585184a07f087abec303d42f18bb
docs: fix misspelling in serving article
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ This represents the default server root for Apache web server on linux.\n| About | `https://my-domain.com/about/` | `/var/www/html/about/index.html` |\n| Contact | `https://my-domain.com/about/contact.html` | `/var/www/html/about/contact.html` |\n-Now if...
TypeScript
MIT License
modernweb-dev/web
docs: fix misspelling in serving article (#1604)
1
docs
null
471,236
07.08.2021 10:05:37
14,400
46a42a18570da8a0b2ae027c80018ebfb6c8096f
fix: respect sampled flag in Span Processors, fix associated tests
[ { "change_type": "MODIFY", "diff": "* limitations under the License.\n*/\n-import { context } from '@opentelemetry/api';\n+import { context, TraceFlags } from '@opentelemetry/api';\nimport {\nExportResultCode,\ngetEnv,\n@@ -77,6 +77,11 @@ export abstract class BatchSpanProcessorBase<T extends BufferConfig> ...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
fix: respect sampled flag in Span Processors, fix associated tests (#2396) Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
fix
null
126,276
07.08.2021 10:56:31
10,800
84079b1cc3e7134c3e5434ddee7f3ee369995ac3
chore(pkg/database): remove active replication options from database
[ { "change_type": "MODIFY", "diff": "@@ -70,7 +70,7 @@ type DB interface {\nScan(req *schema.ScanRequest) (*schema.Entries, error)\nClose() error\nGetOptions() *Options\n- UpdateReplication(asReplica bool, replicationOpts *ReplicationOptions)\n+ AsReplica(asReplica bool)\nIsReplica() bool\nUseTimeFunc(timeFu...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): remove active replication options from database Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
126,276
07.08.2021 10:57:35
10,800
27e90b4c6ef415dd644a32133ff3b720b474c2cd
chore(pkg/server): followers management
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,7 @@ var (\nErrPermissionDenied = errors.New(\"permission denied\")\nErrNotSupported = errors.New(\"operation not supported\")\nErrNotLoggedIn = errors.New(\"not logged in\")\n+ ErrReplicationInFollowerMode = errors.New(\"replication already in follower mode\...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/server): followers management Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/server
126,276
07.08.2021 10:58:30
10,800
eb1e79dc9cd55b641dcfba66001c9502daabd0ad
feat(cmd/immuadmin): add replication flags
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,7 @@ import (\nc \"github.com/codenotary/immudb/cmd/helper\"\n\"github.com/codenotary/immudb/pkg/api/schema\"\n\"github.com/spf13/cobra\"\n+ \"github.com/spf13/pflag\"\n\"google.golang.org/protobuf/types/known/emptypb\"\n)\n@@ -72,12 +73,12 @@ func (cl *comma...
Go
Apache License 2.0
codenotary/immudb
feat(cmd/immuadmin): add replication flags Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
cmd/immuadmin
126,276
07.08.2021 10:59:23
10,800
071411d3f475a3c12924c85c227e9f39f41bd674
feat(pkg/follower): follower replication
[ { "change_type": "ADD", "diff": "+/*\n+Copyright 2021 CodeNotary, Inc. All rights reserved.\n+\n+Licensed under the Apache License, Version 2.0 (the \"License\");\n+you may not use this file except in compliance with the License.\n+You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses...
Go
Apache License 2.0
codenotary/immudb
feat(pkg/follower): follower replication Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
pkg/follower
679,913
07.08.2021 12:50:45
-7,200
0a64145af8b3779d814673c80f567a748d8470a7
docs(ksuid): update diagram
[ { "change_type": "MODIFY", "diff": "-<mxfile host=\"65bd71144e\" modified=\"2021-01-16T12:02:19.093Z\" agent=\"5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.52.1 Chrome/83.0.4103.122 Electron/9.3.5 Safari/537.36\" etag=\"LJ5YXsUs8akvSnNwIFt8\" version=\"13.10.0\" type...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(ksuid): update diagram
1
docs
ksuid
679,913
07.08.2021 12:58:46
-7,200
c1c6dc01949de4814161034f614044f1060e86de
test(ksuid): relax time constraints
[ { "change_type": "MODIFY", "diff": "+import { XsAdd } from \"@thi.ng/random\";\nimport * as assert from \"assert\";\n-import { XsAdd } from \"../../random\";\n-\nimport { AKSUID, defKSUID, defKSUID64 } from \"../src\";\ndescribe(\"ksuid\", () => {\n@@ -9,12 +8,12 @@ describe(\"ksuid\", () => {\nconst a = id...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(ksuid): relax time constraints
1
test
ksuid
679,913
07.08.2021 13:28:23
-7,200
1276c940d6e7b584d90eb871261ff6a28352de4f
refactor(ksuid): extract IKSUID, update impls, docs BREAKING CHANGE: Rename KSUID => KSUID32 / defKSUID32() update readme update tests update pkg meta
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ Configurable sortable unique IDs, binary & base-N encoded, 32/64bit time resolut\nIdea based on [segmentio/ksuid](https://github.com/segmentio/ksuid), though with\nadded flexibility in terms of configuration & implementation:\n-- Configurable bit size (d...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(ksuid): extract IKSUID, update impls, docs BREAKING CHANGE: Rename KSUID => KSUID32 / defKSUID32() - update readme - update tests - update pkg meta
1
refactor
ksuid
847,143
07.08.2021 13:43:20
-28,800
cea1d6f5cc6b7faf3a36aad198f10927d2a06c1c
chore: use
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@mr-hope/vuepress-shared\": \"2.0.0-alpha.5\",\n- \"@types/fs-extra\": \"^9.0.12\",\n- \"chalk\": \"^4.1.2\",\n- \"fs-extra\": \"^10.0.0\",\n\"xml-js\": \"^1.6.11\"\n},\n\"publishConfig\": {\n", "new_path": "packages/feed2/package.json", ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: use @vuepress/utils
1
chore
null
531,793
07.08.2021 13:44:44
-3,600
6d4b072ca0f19e9f259ea164c5417a11c24ff2d9
fix(ui): ensure all css variables are set Bootstrap 5.1 uses more css variables which breaks current theming
[ { "change_type": "ADD", "diff": "+* {\n+ // Note: Custom variable values only support SassScript inside `#{}`.\n+\n+ // Colors\n+ //\n+ // Generate palettes for full colors, grays, and theme colors.\n+\n+ @each $color, $value in $colors {\n+ --#{$variable-prefix}#{$color}: #{$value};\n+ }\n+\n+ @each $color...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): ensure all css variables are set Bootstrap 5.1 uses more css variables which breaks current theming
1
fix
ui
471,242
07.08.2021 15:38:18
-7,200
f18087030b3efe31fbc207c74af46e29264878e5
chore: sort entries in tsconfig
[ { "change_type": "MODIFY", "diff": "\"path\": \"../opentelemetry-exporter-collector\"\n},\n{\n- \"path\": \"../opentelemetry-sdk-metrics-base\"\n+ \"path\": \"../opentelemetry-resources\"\n},\n{\n- \"path\": \"../opentelemetry-resources\"\n+ \"path\": \"../opentelemetry-sdk-metrics-base\"\n},\n{\n\"path\": ...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
chore: sort entries in tsconfig (#2402) Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
chore
null
847,143
07.08.2021 15:40:47
-28,800
0e15de3cf53c81ed8f8e580ab541128a781cfb02
fix(feed2): fix build issue
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import {\nimport { injectLinkstoHead } from \"./injectHead\";\nimport { FeedGenerator } from \"./generator\";\n-import type { Page, PageFrontmatter, Plugin } from \"@vuepress/core\";\n+import type { PageFrontmatter, Plugin } from \"@vuepress/core\";\nimpor...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(feed2): fix build issue
1
fix
feed2
679,913
07.08.2021 15:53:48
-7,200
7d1cad9430746efe80cd70482906b6f03b262d8a
feat(base-n): add BASE32_CROCKFORD preset
[ { "change_type": "MODIFY", "diff": "@@ -15,3 +15,11 @@ export const BASE32_RFC4648 = defBase(\"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567\");\n* Reference: https://en.wikipedia.org/wiki/Base32#base32hex\n*/\nexport const BASE32_HEX = defBase(\"0123456789ABCDEFGHIJKLMNOPQRSTUV\");\n+\n+/**\n+ * Digits: 0-9 A-Z (excl. ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(base-n): add BASE32_CROCKFORD preset
1
feat
base-n
679,913
07.08.2021 15:58:03
-7,200
566846b7cfa735f15d07b25e4514fa3ee540adbf
feat(ksuid): add ULID impl, update IKSUID & tests
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ import type { IKSUID, KSUIDOpts } from \"./api\";\n*/\nexport abstract class AKSUID implements IKSUID {\nreadonly size: number;\n+ readonly encodedSize: number;\nreadonly base: BaseN;\nreadonly epoch: number;\nprotected rnd?: IRandom;\n@@ -23,10 +24,8 @@...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(ksuid): add ULID impl, update IKSUID & tests
1
feat
ksuid
679,913
07.08.2021 16:04:18
-7,200
e366067b0bbd651895a23efd8682bf6e87c9c655
docs(ksuid): update readme & diagram, pkg meta
[ { "change_type": "MODIFY", "diff": "<mxfile host=\"65bd71144e\" scale=\"2\" border=\"8\">\n<diagram id=\"puqlMnuzA39FSYj3CqCd\" name=\"Page-1\">\n- <mxGraphModel dx=\"578\" dy=\"419\" grid=\"1\" gridSize=\"10\" guides=\"1\" tooltips=\"1\" connect=\"1\" arrows=\"1\" fold=\"1\" page=\"1\" pageScale=\"1\" page...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(ksuid): update readme & diagram, pkg meta
1
docs
ksuid
471,349
07.08.2021 17:19:11
-10,800
b489222dd3798e48e9a016d0eeead3baebd368d4
docs(test-utils): add README.md for
[ { "change_type": "ADD", "diff": "+# Test Utils for OpenTelemetry contrib packages\n+\n+This is a internal utils package used across the contrib packages. No guarantees are given to uses outside of [open-telemetry/opentelemetry-js-contrib](https://github.com/open-telemetry/opentelemetry-js-contrib/) reposito...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
docs(test-utils): add README.md for @opentelemetry/test-utils (#596) Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
docs
test-utils
67,516
07.08.2021 17:28:55
-7,200
7c505564950e75dcadf2b2cf9aafe639ec011b9d
refactor(di): resolver disposal
[ { "change_type": "MODIFY", "diff": "@@ -114,13 +114,13 @@ describe('validation-html/validation-controller.spec.ts/validation controller fa\nassert.equal(!!vcRootVm.controller2, true, 'error9');\nassert.equal(!!vcRootVm.controller3, true, 'error10');\n- assert.equal(vcRootVm.controller2, vcRootVm.controller3...
TypeScript
MIT License
aurelia/aurelia
refactor(di): resolver disposal
1
refactor
di
847,143
07.08.2021 21:13:23
-28,800
0458b95b8b2212ff9d1a4847f0d347722219a4d2
fix(theme): fix 404 button
[ { "change_type": "MODIFY", "diff": "import { defineComponent, h } from \"vue\";\n-import { RouterLink } from \"vue-router\";\n+import { useLink } from \"vue-router\";\nimport { useRouteLocale } from \"@vuepress/client\";\nimport Common from \"@Common\";\nimport Page404Icon from \"../components/icons/Page404...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix 404 button
1
fix
theme
847,143
07.08.2021 21:38:12
-28,800
7daad734c9e318b0a7bb005d64bca19e1da9fce3
feat: enhance color transition
[ { "change_type": "MODIFY", "diff": "color: var(--white);\nbackground-color: var(--accent-color);\nvertical-align: top;\n+ transition: background-color ease 0.3s, color ease 0.3s;\n.table-of-contents & {\nvertical-align: middle;\n", "new_path": "packages/components/src/client/styles/badge.scss", "old...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat: enhance color transition
1
feat
null
847,143
07.08.2021 21:50:09
-28,800
fe7ebefe9f4c72be9999d5f386cd6f5a2de438f9
feat(theme): update darkmode
[ { "change_type": "MODIFY", "diff": "<script lang=\"ts\">\nimport { defineComponent } from \"vue\";\n-import { useDarkMode } from \"../../composables\";\n+import {\n+ useDarkClass,\n+ useDarkMode,\n+ usePrefersColorScheme,\n+} from \"../../composables\";\nexport default defineComponent({\nname: \"ToggleDarkM...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): update darkmode
1
feat
theme
847,143
07.08.2021 21:57:03
-28,800
e8c13e5601dfb3709356afc29f4a4a2e136b8e42
refactor(theme): add missing transition
[ { "change_type": "MODIFY", "diff": "@@ -71,6 +71,7 @@ h2 {\nfont-size: 1.65rem;\npadding-bottom: 0.3rem;\nborder-bottom: 1px solid var(--border-color);\n+ transition: border-bottom-color 0.3s ease;\n}\nh3 {\n", "new_path": "packages/shared/styles/normallize.scss", "old_path": "packages/shared/styles...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(theme): add missing transition
1
refactor
theme
67,479
07.08.2021 22:00:51
-36,000
de625d233c1cd88ac6f04b2b2bb0182d94de4951
fix(href): avoid interfering with native href
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ describe('binding-commands', function () {\n@bindingCommand({ name: 'woot1', aliases: ['woot13'] })\n@alias(...['woot11', 'woot12'])\nclass WootCommand implements BindingCommandInstance {\n- public readonly bindingType: BindingType.BindCommand = BindingT...
TypeScript
MIT License
aurelia/aurelia
fix(href): avoid interfering with native href
1
fix
href
530,301
08.08.2021 05:44:08
14,400
5ae0b5c316205561609bc3145a5ceeada336dcaa
fix(release): unable to set twine username secret
[ { "change_type": "MODIFY", "diff": "@@ -154,7 +154,7 @@ export class Publisher extends Component {\nTWINE_REPOSITORY_URL: options.twineRegistryUrl,\n},\nworkflowEnv: {\n- TWINE_USERNAME: secret(options.twinePasswordSecret ?? 'TWINE_USERNAME'),\n+ TWINE_USERNAME: secret(options.twineUsernameSecret ?? 'TWINE_...
TypeScript
Apache License 2.0
projen/projen
fix(release): unable to set twine username secret (#967)
1
fix
release
401,147
08.08.2021 09:55:48
-19,080
8ade222fd0e6769611f5b8bfb1ec45643d0ef5ff
feat: ensure text remains visible during webfont load affects:
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ const formatFontFace = (fontFace: FontFaceItem, fontFamily: string) => `\nsrc: ${fontFace.secondarySrc};\nfont-weight: ${fontFace.fontWeight};\nfont-style: ${fontFace.fontStyle};\n+ font-display: swap;\n}`;\nconst formatFontFamily = (fontFamilyDetails: Fon...
TypeScript
MIT License
medly/medly-components
feat: ensure text remains visible during webfont load (#376) affects: @medly-components/core
1
feat
null
679,913
08.08.2021 10:58:00
-7,200
10749e80580a686513c9a3b21804842bcdaac72c
docs(pointfree-lang): update/fix readme
[ { "change_type": "MODIFY", "diff": "@@ -123,12 +123,14 @@ For CLI usage, in addition to the other language features discussed further belo\n| Word | Stack comment | Description | NodeJS equiv |\n|--------------|----------------------|-------------------------------------------|-----------------------------|...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(pointfree-lang): update/fix readme
1
docs
pointfree-lang
679,913
08.08.2021 10:58:44
-7,200
7cc349ae38daa803920432b4b28f4c5cbdf8e971
chore: update tool scripts
[ { "change_type": "MODIFY", "diff": "@@ -83,7 +83,7 @@ cat << EOF > \"$MODULE\"/package.json\n\"pub\": \"yarn build:release && yarn publish --access public\"\n},\n\"dependencies\": {\n- \"@thi.ng/api\": \"^7.1.4\"\n+ \"@thi.ng/api\": \"^7.1.7\"\n},\n\"files\": [\n\"*.js\",\n", "new_path": "scripts/make-m...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore: update tool scripts
1
chore
null
679,913
08.08.2021 11:25:31
-7,200
2bc7bff2eff9331d3a52830d0275d47fc7c59e78
fix(rstream): fix metaStream() factory arg type add test case
[ { "change_type": "MODIFY", "diff": "-import { assert, Fn } from \"@thi.ng/api\";\n+import { assert, Fn, Nullable } from \"@thi.ng/api\";\nimport { CloseMode, CommonOpts, ISubscription, State } from \"./api\";\nimport { Subscription } from \"./subscription\";\nimport { optsWithID } from \"./utils/idgen\";\n@...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream): fix #305, metaStream() factory arg type - add test case
1
fix
rstream
530,383
08.08.2021 11:41:37
-7,200
edb58122a2c03cbcf9c821513320a7ca9f29f48a
fix: Normal npm module lookup
[ { "change_type": "MODIFY", "diff": "@@ -121,7 +121,10 @@ function discoverJsiiTypes(...moduleDirs: string[]) {\n// this will also end-up in the projen module and add the projen types\nif (manifest.dependencies) {\nfor (const dependency of Object.keys(manifest.dependencies)) {\n- const nestedDependencyFolder...
TypeScript
Apache License 2.0
projen/projen
fix: Normal npm module lookup (#969)
1
fix
null
889,620
08.08.2021 12:09:31
-28,800
eb1fc4a49f17a225b7f5b6095cc8e8dfecf98f00
fix: support for armv6 closes
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,7 @@ dependencies {\nruntimeOnly(\"com.twelvemonkeys.imageio:imageio-jpeg:3.7.0\")\nruntimeOnly(\"com.twelvemonkeys.imageio:imageio-tiff:3.7.0\")\nruntimeOnly(\"com.twelvemonkeys.imageio:imageio-webp:3.7.0\")\n- implementation(\"com.github.gotson:webp-imageio...
Kotlin
MIT License
gotson/komga
fix: support for armv6 closes #398
1
fix
null
679,913
08.08.2021 14:47:46
-7,200
b1ffd648f8071267a6affe4add557e83980d48c8
build: deprecate various pkgs
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ ES6 promise based CSP primitives & operations.\n### Status\n-**STABLE** - used in production\n+**DEPRECATED** - no further development planned\n[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bcsp%5D+in%3Atitl...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: deprecate various pkgs
1
build
null
679,913
08.08.2021 15:18:07
-7,200
4fd2970118bec07365d87e68443110d5a4e3a585
docs: update readmes, fix links to docs.thi.ng, update snippets a recent typedoc update changed link syntax/casing
[ { "change_type": "MODIFY", "diff": "\"scope\": \"markdown\",\n\"prefix\": \"@doc\",\n\"body\": [\n- \"[`${2:name}()`](https://docs.thi.ng/umbrella/${1:pkg}/modules.html#${2/(.*)/${1:/downcase}/})\"\n+ \"[`${2:name}()`](https://docs.thi.ng/umbrella/${1:pkg}/modules.html#${2:name})\"\n],\n\"description\": \"t...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: update readmes, fix links to docs.thi.ng, update snippets - a recent typedoc update changed link syntax/casing
1
docs
null
306,320
08.08.2021 16:35:24
-3,600
d492e759c69897024c68d1aaad4ba8f1f1f1ca98
chore: golint is deprecated, switch to revive
[ { "change_type": "MODIFY", "diff": "@@ -19,10 +19,10 @@ jobs:\ngo-version: 1.16\n- name: Run golangci-lint\n- uses: golangci/golangci-lint-action@v2.3.0\n+ uses: golangci/golangci-lint-action@v2.5.2\nwith:\n# Required: the version of golangci-lint is required and must be specified without patch version: the...
Go
Apache License 2.0
infracost/infracost
chore: golint is deprecated, switch to revive (#899)
1
chore
null
531,793
08.08.2021 20:06:07
-3,600
a68f0c3d8f115aa7d987b75d5503b9278e14d9be
chore(ui): tweak padding on silences
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ $(NODE_PATH)/%: $(NODE_INSTALL)\nbuild/index.html: $(NODE_INSTALL) $(NODE_PATH)/react-scripts $(call rwildcard, public src, *) purgecss.config.js\n@rm -fr node_modules/.cache/eslint-loader\n+ cat node_modules/bootstrap/scss/_root.scss | sed s/':root {'/'...
TypeScript
Apache License 2.0
prymitive/karma
chore(ui): tweak padding on silences
1
chore
ui
531,793
08.08.2021 20:06:25
-3,600
341d2a8593cfa468c57ff1d9d3f2a5ac85667325
fix(ui): ensure bootstrap files get updated
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ test: lint\n.PHONY: clean\nclean:\n- rm -fr $(NAME) $(NAME)-* ui/build ui/node_modules ui/coverage ui/e2e/node_modules coverage.txt\n+ rm -fr $(NAME) $(NAME)-* ui/build ui/build.pre ui/node_modules ui/coverage ui/e2e/node_modules coverage.txt\n.PHONY: sh...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): ensure bootstrap files get updated
1
fix
ui
67,479
08.08.2021 22:49:23
-36,000
4c4cbc9fb094ad3f275fd93af4fb1d7e5bb05d39
refactor(expr-parser): simplify BindingType enum
[ { "change_type": "MODIFY", "diff": "@@ -81,9 +81,6 @@ function bindingTypeToString(bindingType: BindingType): string {\nif (bindingType & BindingType.IsFunction) {\nname += ' | IsFunction';\n}\n- if (bindingType & BindingType.IsEvent) {\n- name += ' | IsEvent';\n- }\nreturn name;\n}\n@@ -394,8 +391,6 @@ des...
TypeScript
MIT License
aurelia/aurelia
refactor(expr-parser): simplify BindingType enum
1
refactor
expr-parser
756,064
08.08.2021 22:55:30
25,200
d6d5ae2c7517dad53439d7f14f32a0b760b52fa1
fix: Update packages/vats/src/ibc.js
[ { "change_type": "MODIFY", "diff": "@@ -240,6 +240,7 @@ export function makeIBCProtocolHandler(E, rawCallIBCDevice) {\n/**\n* @type {Store<Port, Set<PromiseRecord<ConnectionHandler>>>}\n*/\n+ // Legacy because it holds a raw JavaScript Set\nconst portToPendingConns = makeLegacyMap('Port');\n/** @type {Store...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: Update packages/vats/src/ibc.js Co-authored-by: Mark S. Miller <erights@users.noreply.github.com>
1
fix
null
815,598
08.08.2021 23:39:18
-7,200
3f5ac450e5c1f7e2f1f257b70ba638eeae83ebc1
chore: checkout CODEOWNERS from develop
[ { "change_type": "MODIFY", "diff": "-* @nervosnetwork/ckb-code-review\n-\n-# Modules\n-benches/ @zhangsoledad @quake @nervosnetwork/ckb-code-review\n-chain/ @zhangsoledad @quake @nervosnetwork/ckb-code-review\n-ckb-bin/ @doitian @nervosnetwork/ckb-code-review\n-db/ @quake @zhangsoledad @nervosnetwork/ckb-co...
Rust
MIT License
nervosnetwork/ckb
chore: checkout CODEOWNERS from develop
1
chore
null
67,479
09.08.2021 00:07:21
-36,000
e24fbedbe04e2d3316f7680a6629baad8096dd7f
refactor(command): extract CommandType out of ExpressionType
[ { "change_type": "MODIFY", "diff": "import {\nalias,\n+ CommandType,\nExpressionType,\nBindingCommandInstance,\nbindingCommand,\n@@ -20,7 +21,7 @@ describe('binding-commands', function () {\n@bindingCommand({ name: 'woot1', aliases: ['woot13'] })\n@alias(...['woot11', 'woot12'])\nclass WootCommand implement...
TypeScript
MIT License
aurelia/aurelia
refactor(command): extract CommandType out of ExpressionType
1
refactor
command
67,479
09.08.2021 00:29:11
-36,000
9aeda37cc693c7f0549093e2e2817708a759066b
chore: cleanup internal typings
[ { "change_type": "MODIFY", "diff": "import {\nalias,\nCommandType,\n- ExpressionType,\nBindingCommandInstance,\nbindingCommand,\nOneTimeBindingCommand,\n", "new_path": "packages/__tests__/3-runtime-html/binding-commands.spec.ts", "old_path": "packages/__tests__/3-runtime-html/binding-commands.spec.t...
TypeScript
MIT License
aurelia/aurelia
chore: cleanup internal typings
1
chore
null
777,369
09.08.2021 06:46:58
36,000
706b30b649cd59f7ac6b8c9376ee12420f2b43b6
fix: correct timing metric chart y-axis label to Seconds
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**Bug Fixes**\n+\n+- WebUI: Update y-axis label of Milliseconds to Seconds for Profiler timing metrics chart.\n", "new_path": "docs/release-notes/2810-fix-timing-metric-y-axis-label.txt", "old_path": null }, { "change_type": "MODIFY", "diff...
Python
Apache License 2.0
determined-ai/determined
fix: correct timing metric chart y-axis label to Seconds (#2810)
1
fix
null
679,913
09.08.2021 08:56:43
-7,200
9f68bdf3048b109c16750abec0c1af2de307970d
fix(date): update i18n init, withLocale() err handling add internal/pure prepLocale() helper due to init issue in ESM env add error handling for withLocale()
[ { "change_type": "MODIFY", "diff": "@@ -3,42 +3,54 @@ import { isString } from \"@thi.ng/checks\";\nimport type { Locale, LocaleSpec, LocaleUnit, Precision } from \"./api\";\nimport { EN_SHORT } from \"./i18n/en\";\n-/**\n- * Sets {@link LOCALE} for formatting and fills in missing default values.\n- * Unles...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(date): update i18n init, withLocale() err handling - add internal/pure prepLocale() helper due to init issue in ESM env - add error handling for withLocale()
1
fix
date