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
756,013
01.09.2021 18:23:15
21,600
48e802531cf9a630c70ad37e11be8b7ba34e5464
test(swingset-runner): be resilient to Node.js 16.x fs.rmSync
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,23 @@ import path from 'path';\nconst filename = new URL(import.meta.url).pathname;\nconst dirname = path.dirname(filename);\n+function rimraf(dirPath) {\n+ try {\n+ // Node.js 16.8.0 warns:\n+ // In future versions of Node.js, fs.rmdir(path, { recursive: true ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(swingset-runner): be resilient to Node.js 16.x fs.rmSync
1
test
swingset-runner
418,683
01.09.2021 18:34:16
-28,800
9dd1a08326540da52abf79cf31182d4e63b7f4d9
feat: add setDiff
[ { "change_type": "MODIFY", "diff": "@@ -90,6 +90,19 @@ export class DataService {\n);\n}\n+ @Master()\n+ async setDiff(name, diff) {\n+ const current = await this.userDefinedMetrics[name].get();\n+ let value = diff;\n+ if (current.values.length !== 0) {\n+ value = current.values[0].value + diff;\n+ }\n+ thi...
TypeScript
MIT License
midwayjs/midway
feat: add setDiff (#1263) Co-authored-by: jinbing.jb <jinbing.jb@alibaba-inc.com>
1
feat
null
756,013
01.09.2021 18:41:41
21,600
e38aaf24e788fc7f9facdcfd2a1ad37a4056224b
test(zoe): Node.js 16 gives an 'expected is not iterable' error
[ { "change_type": "MODIFY", "diff": "@@ -263,8 +263,8 @@ test(`zoeHelper with zcf - assertIssuerKeywords`, async t => {\nt.throws(\n() => assertIssuerKeywords(zcf),\n{\n- // host-defined error message differs between node and XS. (agoric-sdk/issues/1780)\n- message: /undefined/,\n+ // host-defined error mess...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(zoe): Node.js 16 gives an 'expected is not iterable' error
1
test
zoe
304,908
01.09.2021 18:53:55
-3,600
33c1da77d32aba4e0b3710fb160f4c5d2803476d
fix: added FormatDuration method which can be exported in other repo
[ { "change_type": "MODIFY", "diff": "package parser\nimport (\n+ \"strconv\"\n+ \"strings\"\n\"unicode/utf8\"\n\"github.com/influxdata/flux/ast\"\n@@ -48,6 +50,16 @@ func ParseDuration(lit string) (*ast.DurationLiteral, error) {\n}, nil\n}\n+// FormatDuration will convert DurationLiteral into formatted strin...
Go
MIT License
influxdata/flux
fix: added FormatDuration method which can be exported in other repo (#4009)
1
fix
null
503,954
01.09.2021 19:57:28
-7,200
a59c4afc84a7892035c9c80dd1c7b1d431406619
feat(DualListSelector): add arguments to onOptionsSelect
[ { "change_type": "MODIFY", "diff": "@@ -76,7 +76,14 @@ export interface DualListSelectorProps {\n/** Additonal tooltip properties for the remove all tooltip */\nremoveAllTooltipProps?: any;\n/** Optional callback fired when an option is selected */\n- onOptionSelect?: (e: React.MouseEvent | React.ChangeEven...
TypeScript
MIT License
patternfly/patternfly-react
feat(DualListSelector): add arguments to onOptionsSelect (#6224) (#6225)
1
feat
DualListSelector
503,980
01.09.2021 19:57:59
-7,200
a4032548752c02870fa59fbfaf4ec6740f742e6c
fix(LogViewer): add required dependency Add dependency that needs to be included for successful build of log viewer.
[ { "change_type": "MODIFY", "diff": "\"@patternfly/react-core\": \"^4.152.7\",\n\"@patternfly/react-icons\": \"^4.11.15\",\n\"@patternfly/react-styles\": \"^4.11.14\",\n- \"memoize-one\": \"^5.1.0\"\n+ \"memoize-one\": \"^5.1.0\",\n+ \"resize-observer-polyfill\": \"^1.5.1\"\n},\n\"peerDependencies\": {\n\"re...
TypeScript
MIT License
patternfly/patternfly-react
fix(LogViewer): add required dependency (#6216) Add dependency that needs to be included for successful build of log viewer. Signed-off-by: Matej Focko <mfocko@redhat.com>
1
fix
LogViewer
756,013
01.09.2021 20:12:57
21,600
ac635e4a3884a3aae5398cae1dd3fcb9cf288505
chore(deps): install `@types/node@16.x` to allow `fs.rmSync`
[ { "change_type": "MODIFY", "diff": "\"devDependencies\": {\n\"@endo/eslint-config\": \"^0.3.9\",\n\"@jessie.js/eslint-plugin\": \"^0.1.3\",\n+ \"@types/node\": \"^16.7.10\",\n\"@typescript-eslint/parser\": \"^4.18.0\",\n\"ava\": \"^3.12.1\",\n\"c8\": \"^7.7.2\",\n", "new_path": "package.json", "old_...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(deps): install `@types/node@16.x` to allow `fs.rmSync`
1
chore
deps
217,922
01.09.2021 20:48:53
-7,200
c867303dcd5ca6aa492da26fed6edf8435d4ebaf
feat(desktop): clicking an item icon in overlay now opens db page in main window
[ { "change_type": "MODIFY", "diff": "nzType=\"clock-circle\"></i>\n</div>\n<div class=\"item-icon\">\n- <app-item-icon [disableClick]=\"overlayMode\" [icon]=\"row.alarm.itemId | lazyIcon\"\n+ <app-item-icon [icon]=\"row.alarm.itemId | lazyIcon\"\n[itemId]=\"row.alarm.itemId\" [itemName]=\"row.alarm.itemId | ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(desktop): clicking an item icon in overlay now opens db page in main window
1
feat
desktop
711,597
01.09.2021 21:20:46
-7,200
49f504eccbbd37b75c5c94045704d4b9041a2333
docs(core): Fix bad import path in example
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ import { BullMQPluginOptions } from './types';\n*\n* @example\n* ```ts\n- * import { BullMQJobQueuePlugin } from '\\@vendure/job-queue-plugin/packages/bullmq';\n+ * import { BullMQJobQueuePlugin } from '\\@vendure/job-queue-plugin/package/bullmq';\n*\n* ...
TypeScript
MIT License
vendure-ecommerce/vendure
docs(core): Fix bad import path in example
1
docs
core
67,516
01.09.2021 22:04:29
-7,200
a6257f09ebc007a2090a835bf5be4e7011705c14
refactor(repeat): destructuring support WIP
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import {\nBindingContext,\nCollection,\nCollectionObserver,\n+ DestructuringAssignmentExpression,\nExpressionKind,\nForOfStatement,\ngetCollectionObserver,\n@@ -57,6 +58,7 @@ export class Repeat<C extends Collection = unknown[]> implements ICustomAttribut\...
TypeScript
MIT License
aurelia/aurelia
refactor(repeat): destructuring support WIP
1
refactor
repeat
269,510
01.09.2021 22:07:43
14,400
9667216403d8149f475a8d6e557cfb2721a68861
feat: add support for checksum generation for extra files
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ import (\n\"github.com/apex/log\"\n\"github.com/goreleaser/goreleaser/internal/artifact\"\n+ \"github.com/goreleaser/goreleaser/internal/extrafiles\"\n\"github.com/goreleaser/goreleaser/internal/pipe\"\n\"github.com/goreleaser/goreleaser/internal/semerrg...
Go
MIT License
goreleaser/goreleaser
feat: add support for checksum generation for extra files (#2406) Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
1
feat
null
392,551
01.09.2021 22:45:20
-7,200
370ccd33c0dca3ff39219334d0af7dc221d70145
docs: add game developer intro guide Add guide and related example.
[ { "change_type": "MODIFY", "diff": "# MapillaryJS\n-MapillaryJS is a client-side JavaScript library for interactive, extendable street imagery map experiences on the web. It takes spatial, semantic, and texture data and renders it using WebGL. MapillaryJS can be augmented and extended with custom rendering,...
TypeScript
MIT License
mapillary/mapillary-js
docs: add game developer intro guide Add guide and related example.
1
docs
null
679,913
01.09.2021 23:56:01
-7,200
091f872e12dd6ba404a22be8b33bfa97ff345557
feat(dual-algebra): add mix(), add vector ops
[ { "change_type": "MODIFY", "diff": "export * from \"./api\";\nexport * from \"./ops\";\nexport * from \"./poly\";\n+export * from \"./vector\";\n", "new_path": "packages/dual-algebra/src/index.ts", "old_path": "packages/dual-algebra/src/index.ts" }, { "change_type": "MODIFY", "diff": "-i...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(dual-algebra): add mix(), add vector ops
1
feat
dual-algebra
679,913
01.09.2021 23:58:45
-7,200
7d541c469fc81663efb85f6eb125aad4a0fbccfb
feat(examples): add spline-tangent example
[ { "change_type": "ADD", "diff": "+build\n+dev\n+node_modules\n+yarn.lock\n+!snowpack.config.js\n+!*.d.ts\n", "new_path": "examples/spline-tangent/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# spline-tangent\n+\n+![screenshot](https://raw.githubusercontent.com/thi-n...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add spline-tangent example
1
feat
examples
679,913
02.09.2021 00:33:40
-7,200
238f6ee915e45844ff4281bcc6591b0ba6d1c339
docs(examples): update table of examples (now 105)
[ { "change_type": "MODIFY", "diff": "<!-- This file is autogenerated - DO NOT EDIT! -->\n# @thi.ng/umbrella examples\n-This directory contains a growing number (currently 102) of standalone\n+This directory contains a growing number (currently 105) of standalone\nexample projects, including live online versi...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): update table of examples (now 105)
1
docs
examples
679,913
02.09.2021 00:34:25
-7,200
04483176c1fa9c0ed7b19f9f3e92d8292abe9b0c
feat(tools): add err handling for check-imports tool
[ { "change_type": "MODIFY", "diff": "@@ -61,7 +61,11 @@ const updateProjects = (parent: string, latest = false) => {\nfor (let pkg of readdirSync(parent)) {\npkg = `${parent}/${pkg}`;\nif (statSync(pkg).isDirectory()) {\n+ try {\nupdateImports(pkg, latest);\n+ } catch (e) {\n+ console.warn(\"\\terror process...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(tools): add err handling for check-imports tool
1
feat
tools
71,193
02.09.2021 01:52:19
-10,800
2c1eb08ad174ba56c4f2a0d807a0cb039534d1a9
docs(pipelines): Fix documentation regarding rolePolicyStatements of CodeBuildStep fix(pipelines): Fix documentation regarding rolePolicyStatements of CodeBuildStep *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": "@@ -575,7 +575,7 @@ new CodeBuildStep('Synth', {\nsecurityGroups: [mySecurityGroup],\n// Additional policy statements for the execution role\n- rolePolicy: [\n+ rolePolicyStatements: [\nnew iam.PolicyStatement({ /* ... */ }),\n],\n});\n", "new_path": "packages/@aws-cd...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(pipelines): Fix documentation regarding rolePolicyStatements of CodeBuildStep (#16294) fix(pipelines): Fix documentation regarding rolePolicyStatements of CodeBuildStep ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
pipelines
306,653
02.09.2021 02:04:05
-19,080
aed5b032665cbcde19485248b5122238360f9bcb
fix(grid): fixes nested rows losing their open state
[ { "change_type": "MODIFY", "diff": "@@ -58,11 +58,19 @@ export const GridBody = (props: GridBodyProps) => {\n? Math.min(totalRecords, pageSize)\n: totalRecords;\n- const renderItem = (rowIndex: number) => {\n- return <GridRow rowIndex={rowIndex} data={data[rowIndex]} schema={schema} onSelect={onSelect} />;\...
TypeScript
MIT License
innovaccer/design-system
fix(grid): fixes nested rows losing their open state #481
1
fix
grid
866,394
02.09.2021 07:31:35
14,400
abd793a32a7a19045ea298a8e1c82a52b0b0d500
fix(node): adding default package exports for services/utilities ### Related Ticket(s) Refs ### Description This fixes an import issue for `services` and `utilities` if they are used in Node 14. ### Changelog **Changed** Updated `exports` configuration for `services` and `utilities`
[ { "change_type": "MODIFY", "diff": "\"repository\": \"https://github.com/carbon-design-system/carbon-for-ibm-dotcom\",\n\"bugs\": \"https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues\",\n\"exports\": {\n+ \".\": {\n+ \"import\": \"./es/index.js\",\n+ \"require\": \"./lib/index.js\"\n+ },\n...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(node): adding default package exports for services/utilities (#7048) ### Related Ticket(s) Refs https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/6203 ### Description This fixes an import issue for `services` and `utilities` if they are used in Node 14. ### Changelog **Changed** ...
1
fix
node
791,474
02.09.2021 09:08:15
25,200
a0f7a02bd8db90fa2297c6e84658868901ef9566
feat(firestore): Support DocumentRefs in OrderBy, Add Query.Serialize, Query.Deserialize for cross machine serialization Adds support for Serialization of Queries, useful for use with PartitionQuery APIs to distribute the work of streaming results. Also, as a side effect, DocumentRefs are now supported in OrderBy claus...
[ { "change_type": "MODIFY", "diff": "@@ -54,6 +54,9 @@ func newCollectionGroupRef(c *Client, dbPath, collectionID string) *CollectionGr\n//\n// If a Collection Group Query would return a large number of documents, this\n// can help to subdivide the query to smaller working units that can be distributed.\n+//...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(firestore): Support DocumentRefs in OrderBy, Add Query.Serialize, Query.Deserialize for cross machine serialization (#4347) Adds support for Serialization of Queries, useful for use with PartitionQuery APIs to distribute the work of streaming results. Also, as a side effect, DocumentRefs are now supported in ...
1
feat
firestore
699,207
02.09.2021 09:14:38
25,200
9ed68c886cd0992ff32b5aceff59c1f62a661e69
chore(button): use left text alignment for link button variants
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/button': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Button]: Link, Destructive link, and inverse destructive link button variants should have left aligned text.\n", "new_path": ".changeset/brown-parents-cross.md", "old_path": null }, { ...
TypeScript
MIT License
twilio-labs/paste
chore(button): use left text alignment for link button variants (#1826)
1
chore
button
889,620
02.09.2021 09:16:28
-28,800
c42ad521e2d1f6d72604b9fc6f97703588aab06b
docs: update bug issue template
[ { "change_type": "MODIFY", "diff": "@@ -42,4 +42,4 @@ Add any other context about the problem here.\nIf applicable, add screenshots to help explain your problem.\n### Log file\n-If applicable, add an excerpt of the log file (max 20 lines), or a link to a gist containing the log file.\n+If applicable, add an...
Kotlin
MIT License
gotson/komga
docs: update bug issue template
1
docs
null
889,620
02.09.2021 09:18:15
-28,800
19204df1c71b185c01195462caf4bd0a147b5c2e
fix: scan could fail because of sql statement too long closes
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import org.gotson.komga.jooq.Tables\nimport org.gotson.komga.jooq.tables.records.SidecarRecord\nimport org.jooq.DSLContext\nimport org.springframework.stereotype.Component\n+import org.springframework.transaction.annotation.Transactional\nimport java.net.U...
Kotlin
MIT License
gotson/komga
fix: scan could fail because of sql statement too long closes #650
1
fix
null
791,394
02.09.2021 09:30:24
-36,000
d6d4a3cbabda73103bc7ff77c362bf107871649a
test(pubsublite): fix flaky TestAssigningSubscriberAddRemovePartitions
[ { "change_type": "MODIFY", "diff": "@@ -1135,8 +1135,8 @@ func TestAssigningSubscriberAddRemovePartitions(t *testing.T) {\n// Assignment stream\nasnStream := test.NewRPCVerifier(t)\nasnStream.Push(initAssignmentReq(subscription, fakeUUID[:]), assignmentResp([]int64{3, 6}), nil)\n- assignmentBarrier := asnSt...
Go
Apache License 2.0
googleapis/google-cloud-go
test(pubsublite): fix flaky TestAssigningSubscriberAddRemovePartitions (#4564)
1
test
pubsublite
276,974
02.09.2021 09:54:47
10,800
6e553ccf395055121aacebc7f5841c214d3b194b
refactor(list item): add onPress logic to list item instead touchable item
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ const listItemData = [\n{ key: 'James' },\n];\n-const listTouchableItemData = [\n+const listSelectableItemData = [\n{ key: 'Joel' },\n{ key: 'John' },\n{ key: 'Jillian' },\n@@ -31,17 +31,14 @@ const ListPage = () => {\n)}\n/>\n- <Text.SectionTitle>List T...
JavaScript
MIT License
gympass/yoga
refactor(list item): add onPress logic to list item instead touchable item
1
refactor
list item
276,974
02.09.2021 09:55:57
10,800
cbc908aef87362ca71d56265c58537f451629038
test(list item): update touchable item to list item
[ { "change_type": "MODIFY", "diff": "@@ -85,23 +85,23 @@ describe('<List />', () => {\nexpect(container).toMatchSnapshot();\n});\n- it('should call onPress when touchable item is pressed', () => {\n+ it('should call onPress when selectable item is pressed', () => {\nconst a = { key: 'Devin', onPress: jest.fn...
JavaScript
MIT License
gympass/yoga
test(list item): update touchable item to list item
1
test
list item
276,974
02.09.2021 10:01:10
10,800
3ccc115b67684defb4b3f9bdb2beef291e70e22b
test(event card): update snapshot
[ { "change_type": "MODIFY", "diff": "@@ -909,6 +909,9 @@ exports[`<EventCard /> Snapshots should match snapshot of small EventCard active\n\"right\": 24,\n\"top\": 20,\n},\n+ \"selectable\": Object {\n+ \"color\": \"#F5F5FA\",\n+ },\n\"small\": Object {\n\"padding\": Object {\n\"bottom\": 8,\n@@ -918,9 +921,...
JavaScript
MIT License
gympass/yoga
test(event card): update snapshot
1
test
event card
777,389
02.09.2021 10:07:46
25,200
13fa03569be59877d578b7038a6d7456846b1d57
chore: limit overviewstats info height to one line
[ { "change_type": "MODIFY", "diff": ".info {\ncolor: var(--theme-colors-monochrome-0);\nfont-size: var(--theme-sizes-font-big);\n- line-height: 1;\n- padding-top: var(--theme-sizes-layout-medium);\n+ overflow: hidden;\n+ text-overflow: ellipsis;\n+ white-space: nowrap;\n& > small { font-size: var(--theme-siz...
Python
Apache License 2.0
determined-ai/determined
chore: limit overviewstats info height to one line (#2899)
1
chore
null
426,739
02.09.2021 10:22:29
-3,600
e56d2db0f5e1d55fe4108ca7b0036c799d08c2bb
feat(test-runner-visual-regression): output diff file path on failure
[ { "change_type": "ADD", "diff": "+---\n+'@web/test-runner-visual-regression': patch\n+---\n+\n+Output diff file path to console on snapshot mismatch, making it easier to inspect results.\n", "new_path": ".changeset/happy-singers-own.md", "old_path": null }, { "change_type": "MODIFY", "di...
TypeScript
MIT License
modernweb-dev/web
feat(test-runner-visual-regression): output diff file path on failure (#1655)
1
feat
test-runner-visual-regression
306,320
02.09.2021 10:23:47
-3,600
ea6f2c6e806c4f17d16e8132a1f025f9d4c2bca4
fix: configuration file exists
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ func (c Configuration) Save() error {\n}\nfunc readConfigurationFileIfExists() (Configuration, error) {\n- if !fileExists(ConfigurationFilePath()) {\n+ if !FileExists(ConfigurationFilePath()) {\nreturn Configuration{}, nil\n}\n", "new_path": "interna...
Go
Apache License 2.0
infracost/infracost
fix: configuration file exists
1
fix
null
791,370
02.09.2021 10:42:28
21,600
75c63b94d2cf86606fffc3611f7e6150b667eedc
fix(compute/metadata): fix retry logic to not panic on error In the case of an error res will be nil. Also, we should not break on nil err as it might be eligible for a retry from the status code. Fixes:
[ { "change_type": "MODIFY", "diff": "@@ -308,20 +308,24 @@ func (c *Client) getETag(suffix string) (value, etag string, err error) {\nreq.Header.Set(\"Metadata-Flavor\", \"Google\")\nreq.Header.Set(\"User-Agent\", userAgent)\nvar res *http.Response\n+ var reqErr error\nretryer := newRetryer()\nfor {\n- var e...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(compute/metadata): fix retry logic to not panic on error (#4714) In the case of an error res will be nil. Also, we should not break on nil err as it might be eligible for a retry from the status code. Fixes: #4713
1
fix
compute/metadata
777,369
02.09.2021 10:51:25
21,600
7823b36ece99e3f3e432aecd745c6b9ed13d6ea7
fix: enable experiment controls in the header for single trial
[ { "change_type": "MODIFY", "diff": "@@ -241,30 +241,6 @@ const ExperimentDetailsHeader: React.FC<Props> = ({\n</div>\n}\nleftContent={\n- trial ? (\n- <div className={css.base}>\n- <div className={css.experimentInfo}>\n- <div className={css.experimentId}>Experiment {experiment.id}</div>\n- </div>\n- <div cl...
Python
Apache License 2.0
determined-ai/determined
fix: enable experiment controls in the header for single trial (#2902)
1
fix
null
127,956
02.09.2021 10:56:01
-10,800
5f5fa2a4b91e0f06475c3189a23b8013f34cf943
fix: remove list-item page
[ { "change_type": "DELETE", "diff": "-import React from 'react';\n-\n-import { ListItem } from '@heathmont/moon-core';\n-import { IconClaps } from '@heathmont/moon-assets';\n-import Preview from '../../components/codePreview/Preview';\n-\n-const SubText: React.FC = () => (\n- <>Lorem Ipsum is simply dummy te...
TypeScript
MIT License
coingaming/moon-design
fix: remove list-item page (#1367)
1
fix
null
791,682
02.09.2021 10:56:18
14,400
de9591a1fedc54a3dbe6826a0a211ad0aa3a8579
report(flow): embedded lighthouse report
[ { "change_type": "MODIFY", "diff": "font-size: var(--app-font-size);\n}\n+.Content {\n+ overflow-y: auto;\n+}\n+\n.FlowStepIcon {\nheight: 100%;\ndisplay: flex;\n", "new_path": "flow-report/assets/styles.css", "old_path": "flow-report/assets/styles.css" }, { "change_type": "MODIFY", "dif...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(flow): embedded lighthouse report (#12989)
1
report
flow
777,396
02.09.2021 11:05:08
21,600
4646dfe3925970b84d8dd2a61ad1dd10c39b5136
fix: include maxval in int hparam range Do what the docs have always said we do.
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**Fixes**\n+\n+- Include ``maxval`` in ``int``-type hyperparameter ranges. Previously, the docs said that the\n+ endpoints of the hyperparameter were both inclusive, but in reality the upper limit ``maxval``\n+ was never actually selected for any trials.\n+\n+...
Python
Apache License 2.0
determined-ai/determined
fix: include maxval in int hparam range (#2884) Do what the docs have always said we do.
1
fix
null
392,551
02.09.2021 11:08:07
-7,200
0c3186351c489d1eab688414e66f024801162fc1
chore: upgrade doc dependencies
[ { "change_type": "MODIFY", "diff": "\"write-heading-ids\": \"docusaurus write-heading-ids\"\n},\n\"dependencies\": {\n- \"@docusaurus/core\": \"^2.0.0-beta.4\",\n- \"@docusaurus/preset-classic\": \"^2.0.0-beta.4\",\n- \"@docusaurus/theme-live-codeblock\": \"^2.0.0-beta.4\",\n+ \"@docusaurus/core\": \"^2.0.0...
TypeScript
MIT License
mapillary/mapillary-js
chore: upgrade doc dependencies
1
chore
null
71,748
02.09.2021 11:18:33
-3,600
39eaa986e8327df96ab9a6d39a531e10b15f7542
chore: fix construct import for ecs-service-extensions
[ { "change_type": "MODIFY", "diff": "@@ -3,14 +3,11 @@ import * as sns from '@aws-cdk/aws-sns';\nimport * as subscription from '@aws-cdk/aws-sns-subscriptions';\nimport * as sqs from '@aws-cdk/aws-sqs';\nimport * as cdk from '@aws-cdk/core';\n+import { Construct } from 'constructs';\nimport { Service } from ...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: fix construct import for ecs-service-extensions
1
chore
null
392,551
02.09.2021 11:29:52
-7,200
dba73fb66c783632a9245a9c907ffa50f19011cd
fix: use depth test for webgl cube rendering
[ { "change_type": "MODIFY", "diff": "@@ -211,10 +211,14 @@ export class WebGLCubeRenderer {\n}\nrender(context, viewMatrix, projectionMatrix) {\n- const gl = context;\nconst {buffers, programInfo} = this;\nconst {modelMatrix} = this.cube;\n+ const gl = context;\n+\n+ gl.enable(gl.DEPTH_TEST);\n+ gl.depthFunc...
TypeScript
MIT License
mapillary/mapillary-js
fix: use depth test for webgl cube rendering
1
fix
null
127,956
02.09.2021 11:57:32
-10,800
23bdbcdf1ea77d6a2311fd4078fe22ff8703af6a
fix: add list-item page
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+\n+import { ListItem } from '@heathmont/moon-core';\n+import { IconClaps } from '@heathmont/moon-assets';\n+import Preview from '../../components/codePreview/Preview';\n+\n+const SubText: React.FC = () => (\n+ <>Lorem Ipsum is simply dummy text ...
TypeScript
MIT License
coingaming/moon-design
fix: add list-item page [B1M2-3510] (#1369)
1
fix
null
777,374
02.09.2021 12:23:40
25,200
292f942804ee8a0d128967aba1b84dba4d324909
fix: `det deploy aws --retain-log-group`
[ { "change_type": "MODIFY", "diff": "@@ -684,7 +684,7 @@ Resources:\n--network determined \\\n--restart unless-stopped \\\n--log-driver=awslogs \\\n- --log-opt awslogs-group=${LogGroup} \\\n+ --log-opt awslogs-group=/${LogGroupPrefix}/${AWS::StackName} \\\n--log-opt awslogs-stream=determined-master \\\n-p \"...
Python
Apache License 2.0
determined-ai/determined
fix: `det deploy aws --retain-log-group` (#2906)
1
fix
null
780,866
02.09.2021 12:27:31
10,800
896113678f2e53fa54b03e2c6a36ebb8e17089cf
feat(components/account-addresses): handle new `canShowForm` prop and emit `show-form` event
[ { "change_type": "MODIFY", "diff": "<transition-group enter-active-class=\"animated fadeIn\">\n<address-form\nkey=\"form\"\n- v-if=\"canShowForm\"\n+ v-if=\"isForm && canShowForm\"\n:address.sync=\"localAddress\"\n:btn-text=\"formBtnText\"\n/>\n", "new_path": "@ecomplus/storefront-components/src/html/Ac...
JavaScript
MIT License
ecomplus/storefront
feat(components/account-addresses): handle new `canShowForm` prop and emit `show-form` event
1
feat
components/account-addresses
780,866
02.09.2021 12:29:53
10,800
9e5b07a7f2d39254b2c3f7060704d7915a18002d
fix(app/checkout): dealing better whith address form and checkout steps hide proceed to payment when addr being edited hide addr form when step moved fixes
[ { "change_type": "MODIFY", "diff": ":customer.sync=\"localCustomer\"\n:zip-code=\"shippingZipCode\"\n:form-btn-text=\"i19proceed\"\n+ :can-show-form=\"shownCheckoutStep === 1\"\n@select-address=\"selectAddress\"\n+ @show-form=\"isAddrForm => isEditingAddr = isAddrForm\"\n/>\n<transition\nleave-active-class=...
JavaScript
MIT License
ecomplus/storefront
fix(app/checkout): dealing better whith address form and checkout steps hide proceed to payment when addr being edited hide addr form when step moved fixes https://github.com/ecomplus/storefront/issues/523
1
fix
app/checkout
780,866
02.09.2021 12:31:27
10,800
f281e4308f26ef8e315901705db544b46c598f32
fix(renderer/get-store-data): catch els index not found (any items) error on base store data setup
[ { "change_type": "MODIFY", "diff": "@@ -71,9 +71,17 @@ module.exports = (storeId = config.storeId, pubSrc = paths.pub, ecomManifest) =>\n})\n} else if (search) {\n// request with search engine instance\n- req = ecomSearch.fetch().then(() => {\n+ req = ecomSearch.fetch()\n+ .then(() => {\ndata[prop] = ecomSe...
JavaScript
MIT License
ecomplus/storefront
fix(renderer/get-store-data): catch els index not found (any items) error on base store data setup
1
fix
renderer/get-store-data
426,739
02.09.2021 12:32:27
-3,600
395c605d88b8e74b955dc89ec516c1d4575168f5
feat(test-runner-visual-regression): add testName to GetNameArgs
[ { "change_type": "ADD", "diff": "+---\n+'@web/test-runner-visual-regression': patch\n+---\n+\n+Supply testFile to extensibility points in visualDiffPlugin, making it easy to store snapshot images alongside test files\n", "new_path": ".changeset/gold-needles-jump.md", "old_path": null }, { "c...
TypeScript
MIT License
modernweb-dev/web
feat(test-runner-visual-regression): add testName to GetNameArgs (#1657)
1
feat
test-runner-visual-regression
815,601
02.09.2021 12:58:48
-28,800
250baf31a8b40546eefedfc6c5c4d4b7be9707c4
fix: blocktemplate consistency
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ use ckb_dao_utils::genesis_dao_data;\nuse ckb_jsonrpc_types::JsonBytes;\nuse ckb_launcher::SharedBuilder;\nuse ckb_network::{DefaultExitHandler, NetworkController, NetworkService, NetworkState};\n-use ckb_shared::{Shared, Snapshot};\n+use ckb_shared::Share...
Rust
MIT License
nervosnetwork/ckb
fix: blocktemplate consistency
1
fix
null
777,399
02.09.2021 13:05:41
25,200
36bf273c9e4ec61c34eff37690a94824bc6c5f5b
chore: fix docstring syntax and remove extra whitespace There needs to be a blank line after a `.. code-block::` directive.
[ { "change_type": "MODIFY", "diff": "@@ -66,6 +66,7 @@ class PyTorchExperimentalContext:\nas in the example below.\n.. code-block:: python\n+\n# PyTorchTrial methods.\ndef __init__(context): # PyTorchTrial init\nself.context.experimental.disable_auto_to_device()\n", "new_path": "harness/determined/pytorc...
Python
Apache License 2.0
determined-ai/determined
chore: fix docstring syntax and remove extra whitespace (#2905) There needs to be a blank line after a `.. code-block::` directive.
1
chore
null
306,320
02.09.2021 13:28:37
-3,600
61a0b7720966bd153646b60a6d3aaa03a3a41d00
fix: use config dir for path name so we don't show .terragrunt-cache in the project name
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,7 @@ type TerragruntProvider struct {\n}\ntype TerragruntInfo struct {\n+ ConfigPath string\nWorkingDir string\n}\n@@ -57,7 +58,8 @@ func (p *TerragruntProvider) AddMetadata(metadata *schema.ProjectMetadata) {\n}\nfunc (p *TerragruntProvider) LoadResources(us...
Go
Apache License 2.0
infracost/infracost
fix: use config dir for path name so we don't show .terragrunt-cache in the project name
1
fix
null
366,946
02.09.2021 13:31:50
-32,400
fc629b233a63a5844f40e92fc301c65e345bb976
docs: add explanation of props of `AccordionPanel`
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,16 @@ import { FieldSet } from '../FieldSet'\nimport readme from './README.md'\n+export default {\n+ title: 'AccordionPanel',\n+ component: AccordionPanel,\n+ subcomponents: {\n+ AccordionPanelItem,\n+ AccordionPanelContent,\n+ AccordionPanelTrigger,\n+ },\n+...
TypeScript
MIT License
kufu/smarthr-ui
docs: add explanation of props of `AccordionPanel` (#1823)
1
docs
null
332,702
02.09.2021 13:34:45
14,400
04fb1ef9c4220861d2d2208d0f75fa8da96aefae
docs(semver): Fixing a typo.
[ { "change_type": "MODIFY", "diff": "@@ -67,7 +67,7 @@ If your project is already versioned, please tag the latest release commit with\n})\n);\n/* Combine the commit lists that are available for the project and\n- * its dependencies (if using --with-deps). */\n+ * its dependencies (if using --use-deps). */\n...
TypeScript
MIT License
jscutlery/semver
docs(semver): Fixing a typo.
1
docs
semver
815,607
02.09.2021 13:35:06
-28,800
eebb1f76475cc307725097a130f080d8930ec1bc
feat: update ckb-vm to 0.20.0-rc5
[ { "change_type": "MODIFY", "diff": "@@ -1367,9 +1367,9 @@ dependencies = [\n[[package]]\nname = \"ckb-vm\"\n-version = \"0.20.0-rc4\"\n+version = \"0.20.0-rc5\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"2b21d09396c2dff735e9a70d83f21bf4408fb92b2f8eb665da0d3777c10710f3...
Rust
MIT License
nervosnetwork/ckb
feat: update ckb-vm to 0.20.0-rc5
1
feat
null
777,399
02.09.2021 13:51:43
25,200
81c23f4ca47c0962793aa513b5af39d8d0cf5e71
fix: pin version of `torchmetrics` for docs builds The just-released 0.5.1 appears to raise an error on import, at least in the context of docs builds, so pin it for now.
[ { "change_type": "MODIFY", "diff": "# pin docutils at 0.15.2 to avoid transitive dependency conflict with botocore (requires < 0.16)\ndocutils==0.15.2\n+# 0.5.1 raises an error in import during docs bulids.\n+torchmetrics==0.5.0\npillow\npytorch-lightning==1.3.5\n", "new_path": "docs/requirements.txt", ...
Python
Apache License 2.0
determined-ai/determined
fix: pin version of `torchmetrics` for docs builds (#2907) The just-released 0.5.1 appears to raise an error on import, at least in the context of docs builds, so pin it for now.
1
fix
null
386,597
02.09.2021 13:58:48
-7,200
e676258688a61b93da7267272903d02cdbb3edcb
feat(graphql): Add Stripe connection.
[ { "change_type": "MODIFY", "diff": "@@ -4855,6 +4855,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"pg\", \"virtual:dddca670fd0b7758fb2e1b1a3e18ac7ebd1ecd06ecdd7acec2b78bccf1d35802cb22904bfbb233b16515a81f5cb819421786d20887823d98022b367036c1ad51#npm:8.6.0\"],\n[\"saslprep\", \"npm:1.0.3\"],...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(graphql): Add Stripe connection.
1
feat
graphql
306,320
02.09.2021 14:04:43
-3,600
88bc1a8558e27a3b6f4b67270bcfd86ea4ceceb9
feat: add Terragrunt example and golden tests
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,7 @@ vendor/\n# Terraform artifacts\n.terraform.lock.hcl\n**/.terraform/**\n+**/.terragrunt-cache/**\nexamples/*/plan.save\nexamples/*/tfplan.binary\nexamples/*/plan.json\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type...
Go
Apache License 2.0
infracost/infracost
feat: add Terragrunt example and golden tests
1
feat
null
386,597
02.09.2021 14:07:46
-7,200
7aac42522e3b3a96b3c184701cb2ceec319313bb
chore(graphql): Remove leftover comment.
[ { "change_type": "MODIFY", "diff": "@@ -37,8 +37,6 @@ async function stripeRequest({ request, connection }) {\n} while (args && !Array.isArray(args));\nconst resource = get(stripe, path.slice(0, -1).join('.'));\n-\n- /** @var {function} method */\nconst method = get(stripe, path.join('.'));\nif (!resource |...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(graphql): Remove leftover comment.
1
chore
graphql
699,189
02.09.2021 14:10:47
18,000
63a39e0c86d5c7683420f373eb3ed71e02e621aa
feat(toast): allow onDismiss on toast push method
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/toast': minor\n+'@twilio-paste/core': minor\n+---\n+\n+[Toast] The `useToaster` push method now allows passing in an `onDismiss` callback function.\n", "new_path": ".changeset/modern-shoes-check.md", "old_path": null }, { "change_type": ...
TypeScript
MIT License
twilio-labs/paste
feat(toast): allow onDismiss on toast push method (#1818)
1
feat
toast
332,702
02.09.2021 14:12:28
14,400
910394e0ec0241ef446e81d0310f3419e089e8fd
test(semver): Fixing some unit test coverage.
[ { "change_type": "MODIFY", "diff": "@@ -74,7 +74,6 @@ describe('@jscutlery/semver:version', () => {\njest.spyOn(logger, 'info');\njest.spyOn(logger, 'error');\n- mockGetProjectDependencies.mockReturnValue(Promise.resolve(['lib1', 'lib2']));\nmockChangelog.mockResolvedValue(undefined);\nmockTryBump.mockRetur...
TypeScript
MIT License
jscutlery/semver
test(semver): Fixing some unit test coverage.
1
test
semver
815,609
02.09.2021 14:14:49
-28,800
825774ab1d2a40629bb59eabdddaedae7e84b30f
refactor: don't have to import the specific types when construct fixed hashes with macros
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ use ckb_types::{\nh256,\npacked::{self, Byte32, CellDep, CellInput, CellOutput, CellOutputBuilder, OutPoint},\nutilities::{difficulty_to_compact, DIFF_TWO},\n- H256, U256,\n+ U256,\n};\nuse std::collections::HashSet;\nuse std::sync::Arc;\n", "new_pat...
Rust
MIT License
nervosnetwork/ckb
refactor: don't have to import the specific types when construct fixed hashes with macros
1
refactor
null
265,942
02.09.2021 14:48:09
14,400
940f96900c290c0dd63200fd9e0a7caf5aad5117
samples: remove redundant contentEncoding
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ function main(bucketName = 'my-bucket', fileName = 'file.txt') {\n.file(fileName)\n.setMetadata({\n// Predefinded metadata for server e.g. 'cacheControl', 'contentDisposition',\n- // 'contentEncoding', 'contentEncoding', 'contentLanguage', 'contentType'\...
TypeScript
Apache License 2.0
googleapis/nodejs-storage
samples: remove redundant contentEncoding (#1575)
1
samples
null
306,320
02.09.2021 14:56:28
-3,600
08b59565e61b1375fff3d4b3708d7e8de598ed9b
fix: show terragrunt-info errors
[ { "change_type": "MODIFY", "diff": "@@ -290,7 +290,7 @@ func (p *DirProvider) runPlan(opts *CmdOptions, spinner *ui.Spinner, initOnFail\nmsg += \"Create a Team or User API Token in the Terraform Cloud dashboard and set this environment variable.\"\nfmt.Fprintln(os.Stderr, msg)\n} else {\n- printTerraformErr...
Go
Apache License 2.0
infracost/infracost
fix: show terragrunt-info errors
1
fix
null
67,479
02.09.2021 15:06:02
-36,000
fc5006325f6aa9055c8162722eecaba7ccd34b45
chore(router): add more tests for navigation from iframe
[ { "change_type": "MODIFY", "diff": "@@ -76,11 +76,9 @@ jobs:\n- run: npm ci\n- run: npm run build\nname: build all packages\n- - run: npm run build:ci\n- name: build e2e projects\n- working-directory: packages/__e2e__\n- run: npm run test:ci\n- working-directory: packages/__e2e__\n+ name: build e2e projects...
TypeScript
MIT License
aurelia/aurelia
chore(router): add more tests for navigation from iframe
1
chore
router
366,946
02.09.2021 15:08:29
-32,400
10227d6ee9528363dca117d3069675133a233f0d
chore: change cache target
[ { "change_type": "MODIFY", "diff": "@@ -17,13 +17,16 @@ jobs:\n- uses: actions/setup-node@v2-beta\nwith:\nnode-version: 12\n- - name: use node_modules cache\n+ - name: Get yarn cache directory path\n+ id: yarn-cache-dir-path\n+ run: echo \"::set-output name=dir::$(yarn cache dir)\"\n+ - name: Use yarn cache...
TypeScript
MIT License
kufu/smarthr-ui
chore: change cache target (#1843)
1
chore
null
366,946
02.09.2021 15:27:09
-32,400
6511898c7ed3167697faf5ae07c427a4d29c05c1
fix: change labeling structure and add htmlFor props
[ { "change_type": "MODIFY", "diff": "@@ -22,19 +22,19 @@ const SampleChildren: React.VFC<SampleChildrenProps> = ({ id1, id2, disabled })\ntitle=\"first name\"\ntitleType=\"subSubBlockTitle\"\ninnerMargin=\"XXS\"\n- labelId={id1}\n+ htmlFor={id1}\ndisabled={disabled}\n>\n- <Input aria-labelledby={id1} disable...
TypeScript
MIT License
kufu/smarthr-ui
fix: change labeling structure and add htmlFor props (#1778) Co-authored-by: Masakatsu Tokita <lily.yarn.5@gmail.com>
1
fix
null
756,013
02.09.2021 15:29:12
21,600
bf59ccb57e6f1aed228cd2f351736ebf4c35a6e9
test(wallet-connection): update tests
[ { "change_type": "MODIFY", "diff": "+import '../demo/install-ses-lockdown.js';\n+import { E } from '@agoric/eventual-send';\nimport { html } from 'lit';\nimport { fixture, expect } from '@open-wc/testing';\nimport '../agoric-wallet-connection.js';\ndescribe('AgoricWalletConnection', () => {\n- it('has a def...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(wallet-connection): update tests
1
test
wallet-connection
311,023
02.09.2021 15:29:54
18,000
0ca282b615e52867b1cbf263d08472878083f34f
fix: support Capacitor 1 apps
[ { "change_type": "MODIFY", "diff": "@@ -195,9 +195,16 @@ export class Integration extends BaseIntegration<ProjectIntegration> {\nif (!output) {\ndebug('Could not get config from Capacitor CLI (probably old version)');\nreturn;\n- }\n-\n+ } else {\n+ try {\n+ // Capacitor 1 returns the `command not found` er...
TypeScript
MIT License
ionic-team/ionic-cli
fix: support Capacitor 1 apps (#4758)
1
fix
null
777,401
02.09.2021 15:38:16
14,400
76f18b1e35791d357a630e8daf41c7c4bc4060af
chore: update master ClusterRole in helm to permit "list" on "events"
[ { "change_type": "MODIFY", "diff": "@@ -24,10 +24,10 @@ rules:\nresources: [\"services\"]\nverbs: [\"get\", \"list\"]\n- apiGroups: [\"\"]\n- resources: [\"pods\", \"events\"]\n+ resources: [\"pods\"]\nverbs: [\"watch\"]\n- apiGroups: [\"\"]\n- resources: [\"nodes\"]\n+ resources: [\"nodes\", \"events\"]\nv...
Python
Apache License 2.0
determined-ai/determined
chore: update master ClusterRole in helm to permit "list" on "events" (#2904)
1
chore
null
756,013
02.09.2021 15:39:04
21,600
e22032bed4cc4e605523387b3c2c3b40ca877ee9
chore(wallet-connection): implement no-op scripts
[ { "change_type": "MODIFY", "diff": "\"module\": \"index.js\",\n\"scripts\": {\n\"analyze\": \"cem analyze --litelement\",\n+ \"build\": \"exit 0\",\n\"start\": \"web-dev-server --port 8100\",\n+ \"lint-check\": \"yarn lint\",\n\"lint\": \"eslint --ext .js,.html . --ignore-path .gitignore && prettier \\\"**/...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(wallet-connection): implement no-op scripts
1
chore
wallet-connection
217,922
02.09.2021 15:58:32
-7,200
c1d719233fa29624c8f9aa2113b123fba2c7aaa5
fix(alarms): fixed weather transition and spawns intersection sometimes not optimal
[ { "change_type": "MODIFY", "diff": "@@ -333,10 +333,11 @@ export class AlarmsFacade {\nif (alarm.weathersFrom !== undefined && alarm.weathersFrom.length > 0) {\nreturn {\nweather: weather,\n- spawn: this.weatherService.getNextWeatherTransition(alarm.mapId, alarm.weathersFrom, weather, iteration, weatherInde...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed weather transition and spawns intersection sometimes not optimal
1
fix
alarms
777,374
02.09.2021 16:16:10
25,200
1876c04a3741a55bccf1c01bb624708f20c1faa6
ci: `using_k8s` should use `det master config -o json`.
[ { "change_type": "MODIFY", "diff": "@@ -141,6 +141,8 @@ def using_k8s(request: SubRequest) -> bool:\nconfig.make_master_url(),\n\"master\",\n\"config\",\n+ \"-o\",\n+ \"json\",\n]\noutput = subprocess.check_output(command, universal_newlines=True, stderr=subprocess.PIPE)\n", "new_path": "e2e_tests/tests...
Python
Apache License 2.0
determined-ai/determined
ci: `using_k8s` should use `det master config -o json`. (#2908)
1
ci
null
730,415
02.09.2021 16:18:37
25,200
37a9e100ebf2ae1572c59d376b6a16905f0df3fa
doc(README): update package serve command
[ { "change_type": "MODIFY", "diff": "@@ -8,5 +8,5 @@ production use.\n## Starting\n-To start this demo, simply run `npm run start:package widget-demo` and\n+To start this demo, simply run `npm run serve:package widget-demo` and\nload your browser to http://localhost:8000/\n", "new_path": "packages/node_m...
JavaScript
MIT License
webex/react-widgets
doc(README): update package serve command
1
doc
README
67,479
02.09.2021 16:21:27
-36,000
f367625057312ee78dd44896e89d3484f8defd02
chore(router-e2e): run multi chunk tests
[ { "change_type": "MODIFY", "diff": "\"npm\": \">=6.14.8\"\n}\n},\n+ \"node_modules/@__e2e__/__router-configured-basic__\": {\n+ \"resolved\": \"packages/__e2e__/router-configured-basic\",\n+ \"link\": true\n+ },\n\"node_modules/@aurelia/__tests__\": {\n\"resolved\": \"packages/__tests__\",\n\"link\": true\n...
TypeScript
MIT License
aurelia/aurelia
chore(router-e2e): run multi chunk tests
1
chore
router-e2e
705,211
02.09.2021 16:44:34
14,400
5482b17ee2390d60589f3c29da87ea27af03423e
fix(Chip): [Material][ChipGroup] SelectedItem and SelectedItems don't work
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,7 @@ namespace Uno.Material.Controls\nprivate bool _isSynchronizingSelection = false;\nprivate bool _isUpdatingSelection = false;\n+ private bool _needsToSynchronizeInitialSelection = false;\npublic ChipGroup()\n{\n@@ -42,6 +43,7 @@ namespace Uno.Material.Con...
C#
Apache License 2.0
unoplatform/uno.themes
fix(Chip): [Material][ChipGroup] SelectedItem and SelectedItems don't work
1
fix
Chip
791,682
02.09.2021 16:45:35
14,400
ce870607f8bbcabdaf3292b30f759e69f36cb9c3
core(http-status-code): navigation only
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,7 @@ class HTTPStatusCode extends Audit {\nfailureTitle: str_(UIStrings.failureTitle),\ndescription: str_(UIStrings.description),\nrequiredArtifacts: ['devtoolsLogs', 'URL', 'GatherContext'],\n+ supportedModes: ['navigation'],\n};\n}\n@@ -47,12 +48,7 @@ class...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(http-status-code): navigation only (#13005)
1
core
http-status-code
386,597
02.09.2021 16:51:49
-7,200
ed963ec823ef19e88ed8320d71b83a7eef2e6cfe
feat(docs): Add Stripe documentation.
[ { "change_type": "ADD", "diff": "+# Copyright 2020-2021 Lowdefy, Inc\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/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(docs): Add Stripe documentation.
1
feat
docs
756,013
02.09.2021 17:03:29
21,600
d03c13821d97818fe8b4fceada9fe3d127bcf643
fix(wallet-connection): add install-ses-lockdown.js
[ { "change_type": "ADD", "diff": "+import 'ses/lockdown';\n+import '@agoric/eventual-send/shim';\n+\n+lockdown({\n+ __allowUnsafeMonkeyPatching__: 'unsafe',\n+ errorTaming: 'unsafe',\n+ overrideTaming: 'severe',\n+});\n+\n+// Even on non-v8, we tame the start compartment's Error constructor so\n+// this assi...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(wallet-connection): add install-ses-lockdown.js
1
fix
wallet-connection
276,989
02.09.2021 17:04:17
10,800
1235074507a8d0746fc85efa75799c70c95e6a5e
feat(system): creating font-weight Android system handler
[ { "change_type": "ADD", "diff": "+import { getFontWeight, generator } from './theme';\n+\n+export const fontWeight = props =>\n+ generator({\n+ props,\n+ prop: ['fontWeight', 'fw'],\n+ cssProperty: 'font-family',\n+ getter: getFontWeight,\n+ transform: value => {\n+ if (!value) {\n+ return undefined;\n+ }\n...
JavaScript
MIT License
gympass/yoga
feat(system): creating font-weight Android system handler
1
feat
system
276,989
02.09.2021 17:06:17
10,800
fe56ac40469c3be156efd0ebbd81223e67e36c95
test(system): updating typography tests to test Android platform
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,8 @@ import {\ntypography,\n} from './typography';\n+import { fontWeight as fontWeightAndroid } from './fontWeight.android';\n+\nconst fontSizes = [10, 20, 40];\n[fontSizes.small, fontSizes.medium, fontSizes.large] = fontSizes;\n@@ -16,6 +18,11 @@ const lineHei...
JavaScript
MIT License
gympass/yoga
test(system): updating typography tests to test Android platform
1
test
system
306,320
02.09.2021 17:06:58
-3,600
a07694bb3611401875f2c4cc3992cfc283c3eab0
fix: usage the config dir as the working dir for running Terragrunt commands
[ { "change_type": "MODIFY", "diff": "@@ -58,6 +58,9 @@ func (p *TerragruntProvider) AddMetadata(metadata *schema.ProjectMetadata) {\n}\nfunc (p *TerragruntProvider) LoadResources(usage map[string]*schema.UsageData) ([]*schema.Project, error) {\n+ // We want to run Terragrunt commands from the config dirs\n+ ...
Go
Apache License 2.0
infracost/infracost
fix: usage the config dir as the working dir for running Terragrunt commands
1
fix
null
276,989
02.09.2021 17:07:51
10,800
8be9f05bdb4bf5815c8c4b68f25571f2d152ddb2
docs(labnative): updating Box page to receive fw prop
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,9 @@ const BoxPage = () => (\nelevation=\"small\"\nbgColor=\"white\"\n>\n- <Text>Making</Text>\n+ <Box as={Text} fw=\"bold\">\n+ Making\n+ </Box>\n<Text>wellbeing</Text>\n<Text>universal</Text>\n</Box>\n", "new_path": "packages/labnative/pages/Box.jsx", ...
JavaScript
MIT License
gympass/yoga
docs(labnative): updating Box page to receive fw prop
1
docs
labnative
401,147
02.09.2021 17:10:15
-19,080
0308a9e354a7a7df218a2053889740c337040a95
fix: singleselect component error message issue affects:
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ module.exports = {\n'!<rootDir>/packages/core/**/CssBaseline/**/*',\n'!<rootDir>/packages/loaders/**/*',\n'!<rootDir>/packages/icons/**/*',\n+ '!<rootDir>/packages/**/stories/**',\n'!<rootDir>/packages/**/index.(ts|tsx)',\n'!<rootDir>/packages/**/types.(...
TypeScript
MIT License
medly/medly-components
fix: singleselect component error message issue (#407) affects: @medly-components/core
1
fix
null
276,974
02.09.2021 17:16:42
10,800
b80ec9ccf6b05e9d4445443a7f52c8cf83a55d57
refactor(list-item): improve component destruturing
[ { "change_type": "MODIFY", "diff": "@@ -42,14 +42,26 @@ const StyledView = styled.View(\n`,\n);\n-const ListItem = ({ theme, small, divided, onPress, ...rest }) => {\n+const ListItem = ({\n+ theme: {\n+ yoga: {\n+ components: {\n+ list: { listItem },\n+ },\n+ },\n+ },\n+ small,\n+ divided,\n+ onPress,\n+ .....
JavaScript
MIT License
gympass/yoga
refactor(list-item): improve component destruturing
1
refactor
list-item
306,320
02.09.2021 17:23:21
-3,600
e302b78af01228e4c4916c5b2439bb9ededecefb
fix: tidy tftest
[ { "change_type": "MODIFY", "diff": "@@ -160,10 +160,11 @@ func ResourceTestsForTerraformProject(t *testing.T, tfProject TerraformProject,\nrunCtx, err := config.NewRunContextFromEnv(context.Background())\nassert.NoError(t, err)\n- project, err := RunCostCalculations(t, runCtx, tfProject, usage)\n+ projects,...
Go
Apache License 2.0
infracost/infracost
fix: tidy tftest
1
fix
null
791,474
02.09.2021 17:29:43
25,200
c264b1faebdf7f6c33ebe7718824da2955b16141
test(firestore): Expand partition queries test to help root out a flaky test
[ { "change_type": "MODIFY", "diff": "@@ -1611,7 +1611,7 @@ func TestIntegration_ColGroupRefPartitions(t *testing.T) {\ndoc := coll.NewDoc()\nh.mustCreate(doc, integrationTestMap)\n- for _, tc := range []struct {\n+ for idx, tc := range []struct {\ncollectionID string\nexpectedPartitionCount int\n}{\n@@ -1626...
Go
Apache License 2.0
googleapis/google-cloud-go
test(firestore): Expand partition queries test to help root out a flaky test (#4721)
1
test
firestore
306,320
02.09.2021 17:41:13
-3,600
5af590f9aebd2e2c08175d4c869a71f01b436eb7
fix: terragrunt in GitHub actions
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,12 @@ jobs:\n# Required: the version of golangci-lint is required and must be specified without patch version: they always use the latest patch version.\nversion: v1.41\n+ - name: Install Terragrunt v0.31.8\n+ run: |\n+ sudo wget -q -O /usr/bin/terragrunt \"h...
Go
Apache License 2.0
infracost/infracost
fix: terragrunt in GitHub actions
1
fix
null
791,704
02.09.2021 17:57:47
18,000
c98cfbcbe6de1efc800a6eff0c7260029a0ed149
clients(lightrider): use iframe fetcher
[ { "change_type": "MODIFY", "diff": "@@ -92,6 +92,19 @@ class Fetcher {\n}\n}\n+ /**\n+ * `Network.loadNetworkResource` was introduced in M88.\n+ * The long timeout bug with `IO.read` was fixed in M92:\n+ * https://bugs.chromium.org/p/chromium/issues/detail?id=1191757\n+ * Lightrider has a bug forcing us to ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(lightrider): use iframe fetcher (#13006)
1
clients
lightrider
815,609
02.09.2021 18:08:46
-28,800
b64bfc7df7c030ccdb135d10403ea78d3a702403
test: add tests for `fixed-hash`-related crates
[ { "change_type": "MODIFY", "diff": "@@ -632,6 +632,7 @@ version = \"0.100.0-pre\"\ndependencies = [\n\"faster-hex\",\n\"serde\",\n+ \"serde_json\",\n\"thiserror\",\n]\n", "new_path": "Cargo.lock", "old_path": "Cargo.lock" }, { "change_type": "MODIFY", "diff": "@@ -12,3 +12,6 @@ repositor...
Rust
MIT License
nervosnetwork/ckb
test: add tests for `fixed-hash`-related crates
1
test
null
217,922
02.09.2021 18:39:18
-7,200
bf419dac59f3528d6787a85ce7e252033e644204
chore: update to latest pcap-ffxiv
[ { "change_type": "MODIFY", "diff": "@@ -126,7 +126,7 @@ export class PacketCapture {\n}\n}\n- private getLocalOpcodesPath(): string | null {\n+ private getLocalDataPath(): string | null {\n// --localOpcodes [path]\nconst argv = process.argv.slice(1);\n@@ -188,10 +188,10 @@ export class PacketCapture {\n}\ni...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: update to latest pcap-ffxiv
1
chore
null
366,946
02.09.2021 18:55:04
-32,400
7248b97790f5467aa642a84fdf92db2997211002
chore: fix to exit e2e test when fils building storybook
[ { "change_type": "MODIFY", "diff": "@@ -3,10 +3,13 @@ import waitForLocalhost from 'wait-for-localhost'\n;(async () => {\nconst PORT = 6006\n- spawnSync('yarn', ['run', 'build-storybook', '--quiet'], {\n+ const buildSpawn = spawnSync('yarn', ['run', 'build-storybook', '--quiet'], {\nstdio: 'inherit',\nshell...
TypeScript
MIT License
kufu/smarthr-ui
chore: fix to exit e2e test when fils building storybook (#1844)
1
chore
null
815,574
02.09.2021 18:59:47
-28,800
b7527ad4acd1985369331d36484fccc9bccee6fb
refactor(rpc): change struct from "TxPoolVerbosity" to "TxPoolEntries", "TxVerbosity" to "TxPoolEntr
[ { "change_type": "MODIFY", "diff": "@@ -719,8 +719,8 @@ class RPCDoc(object):\nself.collect_type('ckb_jsonrpc_types/enum.PoolTransactionReject.html')\n# Referenced by RawTxPool\nself.collect_type('ckb_jsonrpc_types/struct.TxPoolIds.html')\n- self.collect_type('ckb_jsonrpc_types/struct.TxPoolVerbosity.html')...
Rust
MIT License
nervosnetwork/ckb
refactor(rpc): change struct from "TxPoolVerbosity" to "TxPoolEntries", "TxVerbosity" to "TxPoolEntr
1
refactor
rpc
756,013
02.09.2021 19:26:23
21,600
942ae905454a87a1739b14b49609eaeddebffcde
fix(xsnap): work around stricter TS checking of globalThis
[ { "change_type": "MODIFY", "diff": "/** global print */\n-const { freeze, keys } = Object;\n+const { assign, freeze, keys } = Object;\n/**\n* deep equal value comparison\n@@ -329,7 +329,7 @@ function makeTester(htest, out) {\n* @param {(t: Tester) => Promise<void>} run\n* @param {Harness?} htestOpt\n*/\n-fu...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(xsnap): work around stricter TS checking of globalThis
1
fix
xsnap
551,645
02.09.2021 19:56:56
-10,800
fa9284c22fc670a8c498f9a08bab9c755f2e9f05
chore(sql): throw invalid date exception on negative time interval
[ { "change_type": "MODIFY", "diff": "@@ -637,14 +637,22 @@ public final class IntervalUtils {\nparseInterval(seq, lo, p, operation, out);\nlong low = getEncodedPeriodLo(out, index);\nlong hi = getEncodedPeriodHi(out, index);\n- replaceHiLoInterval(low, Timestamps.addPeriod(hi, type, period), operation, out);...
Java
Apache License 2.0
questdb/questdb
chore(sql): throw invalid date exception on negative time interval (#1277)
1
chore
sql
104,828
02.09.2021 20:04:26
-7,200
711eb62692d7d53e79c0e446e5714e0a1cf8b53f
fix(table): added fit-content to multiselect
[ { "change_type": "MODIFY", "diff": "@import '~carbon-components/scss/components/combo-box/combo-box';\n+@import '../../globals/vars';\n+@import '../../globals/mixins';\n.#{$iot-prefix}--combobox {\ndisplay: flex;\n}\n&.#{$iot-prefix}--combobox__menu--fit-content {\n- .#{$prefix}--list-box__menu {\n- width: ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): added fit-content to multiselect
1
fix
table
756,013
02.09.2021 20:43:27
21,600
8492d96c1d435ef227a0d8ff73f3810b99db2c19
chore(wallet-connection): fix and harmonise the lint
[ { "change_type": "MODIFY", "diff": "import { AgoricWalletConnection } from './src/AgoricWalletConnection.js';\n-window.customElements.define('agoric-wallet-connection', AgoricWalletConnection);\n+window.customElements.define(\n+ 'agoric-wallet-connection',\n+ AgoricWalletConnection,\n+);\n", "new_path":...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(wallet-connection): fix and harmonise the lint
1
chore
wallet-connection
815,601
02.09.2021 20:54:46
-28,800
dedb3f163df10578976dce65403b660d37d84eb4
test: blank template
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ faux = { version = \"^0.1\", optional = true }\n[dev-dependencies]\nckb-test-chain-utils = { path = \"../util/test-chain-utils\", version = \"= 0.100.0-pre\" }\nckb-dao-utils = { path = \"../util/dao/utils\", version = \"= 0.100.0-pre\" }\n-ckb-tx-pool =...
Rust
MIT License
nervosnetwork/ckb
test: blank template
1
test
null
756,013
02.09.2021 21:21:11
21,600
623c5e4a3dd6ec0e06edfb5fda813c58f56ed382
fix(wallet-connection): more typing and package updates
[ { "change_type": "ADD", "diff": "+// This file can contain .js-specific Typescript compiler config.\n+{\n+ \"compilerOptions\": {\n+ \"target\": \"esnext\",\n+ \"module\": \"esnext\",\n+\n+ \"noEmit\": true,\n+/*\n+ // The following flags are for creating .d.ts files:\n+ \"noEmit\": false,\n+ \"declaration\...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(wallet-connection): more typing and package updates
1
fix
wallet-connection
392,551
02.09.2021 21:35:18
-7,200
ce1e7da857f59c7c310b6e300bd950c8557a4f12
fix: correct raycasting for editor Compute projection matrix inverse to ensure that raycasting is performed correctly for editor objects.
[ { "change_type": "MODIFY", "diff": "@@ -300,9 +300,11 @@ export class TransformBoxRenderer {\nrender(context, viewMatrix, projectionMatrix) {\nconst {camera, scene, renderer} = this;\n+\ncamera.matrix.fromArray(viewMatrix).invert();\ncamera.updateMatrixWorld(true);\ncamera.projectionMatrix.fromArray(project...
TypeScript
MIT License
mapillary/mapillary-js
fix: correct raycasting for editor Compute projection matrix inverse to ensure that raycasting is performed correctly for editor objects.
1
fix
null
67,479
02.09.2021 21:42:17
-36,000
9fa0a06fd80f3fa98c1bb50b7f414b016d0b511b
feat(au-slot): work with containerless
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,7 @@ describe('au-slot', function () {\n) { }\n}\nfunction *getTestData() {\n- const createMyElement = (template: string) => {\n+ const createMyElement = (template: string, containerless = false) => {\nclass MyElement {\npublic constructor(\n@IAuSlotsInfo pub...
TypeScript
MIT License
aurelia/aurelia
feat(au-slot): work with containerless
1
feat
au-slot
67,516
02.09.2021 22:04:05
-7,200
d79e58096d8b21656375e24c618163aa6bda31dc
test(runtime): destructuring asgn parsing
[ { "change_type": "MODIFY", "diff": "@@ -161,25 +161,25 @@ The section below will list errors by their prefix, and code and give correspond\n### Parser errors \\(from 151-200\\)\n-| Error Code | Description | |\n-| :--- | :--- | :--- |\n-| AUR0151 | An expression has an invalid character at the start | |\n-|...
TypeScript
MIT License
aurelia/aurelia
test(runtime): destructuring asgn parsing
1
test
runtime
217,897
03.09.2021 00:16:50
-32,400
adce65ade5ec9b3e187385b1b5d517554eaea1a4
feat(fishing): add fish, bait icons to fishing-spot-bite-times box plot
[ { "change_type": "MODIFY", "diff": "<ng-template #baitSelector>\n<nz-select *ngIf=\"baitIds$ | async as baits\" [ngModel]=\"baitFilter$ | async\" (ngModelChange)=\"setBaitId($event)\" nzShowSearch class=\"bait-selector\">\n<nz-option [nzValue]=\"-1\" [nzLabel]=\"'DB.FISH.All_baits' | translate\"></nz-option...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(fishing): add fish, bait icons to fishing-spot-bite-times box plot
1
feat
fishing
551,669
03.09.2021 00:28:52
-36,000
668172244fafc8d06d526926100597a1a77ad2c9
fix: questdb.sh to work on FreeBSD
[ { "change_type": "MODIFY", "diff": "@@ -29,12 +29,12 @@ export QDB_MAX_STOP_ATTEMPTS=5;\nexport QDB_OS=`uname`\ncase `uname` in\n- Darwin)\n- export PID_FIELD=3\n+ Darwin|FreeBSD)\n+ export PS_CMD=\"ps aux\"\nexport QDB_DEFAULT_ROOT=\"/usr/local/var/questdb\"\n;;\n*)\n- export PID_FIELD=2\n+ export PS_CMD=\...
Java
Apache License 2.0
questdb/questdb
fix: questdb.sh to work on FreeBSD (#1264)
1
fix
null
217,897
03.09.2021 00:41:29
-32,400
b53dd44d0ecac6c5f214a9baf070988f7060aa3b
chore(fishing): fix linting problems
[ { "change_type": "MODIFY", "diff": "@@ -14,12 +14,12 @@ const fishImageUrls = []\nChart.pluginService.register({\nafterDraw: chart => {\n- var ctx = chart.chart.ctx;\n- var xAxis = chart.scales['x-axis-0'];\n- var yAxis = chart.scales['y-axis-0'];\n+ const ctx = chart.chart.ctx;\n+ const xAxis = chart.scale...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(fishing): fix linting problems
1
chore
fishing