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
401,129
03.08.2021 04:23:03
25,200
24520437e3d40908e08b588127d37ed2536337b0
refactor: change radiogroup prop name to RadioGroupProps affects:
[ { "change_type": "MODIFY", "diff": "import React, { useState } from 'react';\nimport Button from '../Button';\nimport { RadioGroup } from './RadioGroup';\n-import { Props } from './types';\n+import { RadioGroupProps } from './types';\n-export const sizes: Props['size'][] = ['XS', 'S', 'M', 'L', 'XL'];\n+exp...
TypeScript
MIT License
medly/medly-components
refactor: change radiogroup prop name to RadioGroupProps (#357) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 04:24:00
25,200
8fd42345798ac130d604d40c19c139b867ee4da4
refactor: change stepper prop name to StepperProps affects:
[ { "change_type": "MODIFY", "diff": "@@ -2,9 +2,9 @@ import { defaultTheme, StepperTheme } from '@medly-components/theme';\nimport { select } from '@storybook/addon-knobs';\nimport React, { FC, useState } from 'react';\nimport { Stepper } from './Stepper';\n-import { Props } from './types';\n+import { Steppe...
TypeScript
MIT License
medly/medly-components
refactor: change stepper prop name to StepperProps (#359) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 04:24:11
25,200
67002ba28a3073f36f5a3886be10bafcf530db1a
refactor: change searchbox prop name to SearchBoxProps affects:
[ { "change_type": "MODIFY", "diff": "import { defaultTheme, SearchBoxTheme } from '@medly-components/theme';\nimport React from 'react';\nimport Text from '../Text';\n-import { Props } from './types';\n+import { SearchBoxProps } from './types';\nexport const optionsArray = [\n{ value: 'Dummy1 option', label:...
TypeScript
MIT License
medly/medly-components
refactor: change searchbox prop name to SearchBoxProps (#358) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 04:25:11
25,200
13b6b3386782d56da6da7ca4679db45e10e4e1d6
refactor: change toastcontainer prop name to ToastContainerProps affects:
[ { "change_type": "MODIFY", "diff": "@@ -4,9 +4,9 @@ import React, { FC } from 'react';\nimport Toast from '../Toast';\nimport * as Styled from './ToastContainer.styled';\nimport { toastStore } from './ToastStore';\n-import { Props } from './types';\n+import { ToastContainerProps } from './types';\n-export c...
TypeScript
MIT License
medly/medly-components
refactor: change toastcontainer prop name to ToastContainerProps (#363) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 04:27:45
25,200
1782d6f8a3e36ab22404b33bead0ee955f9c0358
refactor: change text prop name to Textprops affects:
[ { "change_type": "MODIFY", "diff": "import { defaultTheme } from '@medly-components/theme';\nimport { css, styled } from '@medly-components/utils';\n-import { Props } from './types';\n+import { TextProps } from './types';\nconst uppercase = () => css`\ntext-transform: uppercase;\n@@ -9,7 +9,7 @@ const upper...
TypeScript
MIT License
medly/medly-components
refactor: change text prop name to Textprops (#362) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 04:28:43
25,200
b60fc484ca22a1f5c2963ac5b9a0c622497dcab1
refactor: change tabs prop name affects:
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import React from 'react';\nimport { TabsContext } from '../Tabs.context';\nimport { TabBackground, TabSize, Variant } from '../types';\nimport { Tab } from './Tab';\n-import { Props } from './types';\n+import { TabProps } from './types';\nconst renderer =...
TypeScript
MIT License
medly/medly-components
refactor: change tabs prop name (#361) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
269,399
03.08.2021 04:37:02
-7,200
7f0edf6fe0d5a231a2935fe82823cff11affb832
fix: make scoop write .json when --skip-publish * fix: make scoop write .json when --skip-publish Don't skip the pipeline altogether but write out the manifest.json file as the homebrew pipeline does, only skip committing to the repo. closes * Update internal/pipe/scoop/scoop_test.go
[ { "change_type": "MODIFY", "diff": "@@ -34,10 +34,6 @@ func (Pipe) String() string {\n// Publish scoop manifest.\nfunc (Pipe) Publish(ctx *context.Context) error {\n- if ctx.SkipPublish {\n- return pipe.ErrSkipPublishEnabled\n- }\n-\nclient, err := client.New(ctx)\nif err != nil {\nreturn err\n", "new_p...
Go
MIT License
goreleaser/goreleaser
fix: make scoop write .json when --skip-publish (#2380) * fix: make scoop write .json when --skip-publish Don't skip the pipeline altogether but write out the manifest.json file as the homebrew pipeline does, only skip committing to the repo. closes #2374 * Update internal/pipe/scoop/scoop_test.go Co-aut...
1
fix
null
401,129
03.08.2021 05:00:25
25,200
5c0ef1d7653ee3aa584c23882d9a27829c2245a7
refactor: change toggle prop name to ToggleProps affects:
[ { "change_type": "MODIFY", "diff": "import { defaultTheme, ToggleTheme } from '@medly-components/theme';\nimport React from 'react';\n-import { Props } from './types';\n+import { ToggleProps } from './types';\n-export const labelPositions: Props['labelPosition'][] = ['left', 'right', 'top', 'bottom'];\n-exp...
TypeScript
MIT License
medly/medly-components
refactor: change toggle prop name to ToggleProps (#364) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 05:17:55
25,200
a1413adfc7c05e48b16f2e0ec2820abf59526e30
refactor: change modal props name to ModalProps * refactor: change modal props name to ModalProps affects: * refactor: remove as modalproptype from import affects:
[ { "change_type": "MODIFY", "diff": "import { HTMLProps, WithThemeProp } from '@medly-components/utils';\n-import { Props as ModalProps, ScrollState } from '../types';\n+import { ModalProps, ScrollState } from '../types';\nexport interface Props extends ModalProps {\nsetHeaderHeight?: (height: number) => voi...
TypeScript
MIT License
medly/medly-components
refactor: change modal props name to ModalProps (#353) * refactor: change modal props name to ModalProps affects: @medly-components/core * refactor: remove as modalproptype from import affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Ba...
1
refactor
null
401,129
03.08.2021 05:19:27
25,200
8cc9804801231ac4b0664782e723c167953d9c28
refactor: change label prop name to LabelProps * refactor: change label prop name to LabelProps affects: * refactor: change commomprops name to LabelCommomProps affects:
[ { "change_type": "MODIFY", "diff": "import { defaultTheme } from '@medly-components/theme';\nimport { css, oppositePositionalSpacing, styled } from '@medly-components/utils';\n-import { Props } from './types';\n+import { LabelProps } from './types';\nconst asterisk = () => css`\n::after {\n@@ -9,7 +9,7 @@ c...
TypeScript
MIT License
medly/medly-components
refactor: change label prop name to LabelProps (#350) * refactor: change label prop name to LabelProps affects: @medly-components/core * refactor: change commomprops name to LabelCommomProps affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mu...
1
refactor
null
791,255
03.08.2021 07:26:39
25,200
653b82bea1066badbaa70a8a3515f2ec857b994a
test(bigquery/storage/managedwriter): address flakiness Test was out of sync with comments. Moved the append out of the loop.
[ { "change_type": "MODIFY", "diff": "@@ -203,12 +203,12 @@ func testDefaultStream(ctx context.Context, t *testing.T, mwClient *Client, bqCl\nif err != nil {\nt.Errorf(\"failed to marshal message %d: %v\", k, err)\n}\n- data := append(data, b)\n+ data = append(data, b)\n+ }\nresults, err = ms.AppendRows(ctx, ...
Go
Apache License 2.0
googleapis/google-cloud-go
test(bigquery/storage/managedwriter): address flakiness (#4546) Test was out of sync with comments. Moved the append out of the loop.
1
test
bigquery/storage/managedwriter
317,842
03.08.2021 07:58:59
-7,200
f83fb24087afaff1988aaf6e40a7cec91c9911c5
chore: add branch_max_length to schema
[ { "change_type": "MODIFY", "diff": "\"$ref\": \"#/definitions/color\"\n},\n\"behind_color\": { \"$ref\": \"#/definitions/color\" },\n- \"ahead_color\": { \"$ref\": \"#/definitions/color\" }\n+ \"ahead_color\": { \"$ref\": \"#/definitions/color\" },\n+ \"branch_max_length\": {\n+ \"type\": \"integer\",\n+ \"...
Go
MIT License
jandedobbeleer/oh-my-posh
chore: add branch_max_length to schema
1
chore
null
699,226
03.08.2021 08:38:40
25,200
8796ba88172c884975743708bc06f5a979ec7dd3
docs(website): update working with us guide
[ { "change_type": "MODIFY", "diff": "@@ -46,10 +46,10 @@ export const pageQuery = graphql`\n### When should you talk to the Design Systems team?\n-While **Product Designers at Twilio are expected to partner** with the Design Systems team for their work, we recommend that all Paste users (PMs, Engineers, etc....
TypeScript
MIT License
twilio-labs/paste
docs(website): update working with us guide (#1727) Co-authored-by: Shadi <TheSisb@users.noreply.github.com>
1
docs
website
699,207
03.08.2021 08:50:39
25,200
c9461edfabc526bcb6b59af70bb771396b3a4c1d
chore(box): add support for row-gap and column-gap
[ { "change_type": "MODIFY", "diff": "@@ -352,6 +352,39 @@ describe('Spaces', () => {\nmedia: 'screen and (min-width:25rem)',\n});\n});\n+\n+ it('(C) it should render single values for column and row gap', (): void => {\n+ render(\n+ <Theme.Provider theme=\"console\">\n+ <Box display=\"flex\" columnGap=\"spac...
TypeScript
MIT License
twilio-labs/paste
chore(box): add support for row-gap and column-gap
1
chore
box
306,309
03.08.2021 09:00:09
-3,600
7ae9d42c5506bb28c091883589fe44e63fd9268a
chore: remove . so file path can be copy/pasted with double click
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ func registerCmd(ctx *config.RunContext) *cobra.Command {\nif _, ok := ctx.Config.Credentials[ctx.Config.PricingAPIEndpoint]; ok {\nisRegenerate = true\n- fmt.Printf(\"You already have an Infracost API key saved in %s.\\n\", config.CredentialsFilePath())...
Go
Apache License 2.0
infracost/infracost
chore: remove . so file path can be copy/pasted with double click
1
chore
null
126,276
03.08.2021 09:51:31
10,800
fd8e581ad16c4166ea77aa5b603657071a76832c
chore(embedded/tbtree): compaction doesn't need snapshots to be closed
[ { "change_type": "MODIFY", "diff": "@@ -934,10 +934,6 @@ func (t *TBtree) Compact() (uint64, error) {\nreturn 0, ErrCompactAlreadyInProgress\n}\n- if len(t.snapshots) > 0 {\n- return 0, ErrSnapshotsNotClosed\n- }\n-\nif t.snapshotCount() < uint64(t.compactionThld) {\nreturn 0, ErrCompactionThresholdNotReach...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): compaction doesn't need snapshots to be closed Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
126,276
03.08.2021 09:52:47
10,800
c2334f0903faac2fe675c73457a3be66fa7c8d9b
fix(embedded/sql): improve error handling and parameters validation
[ { "change_type": "MODIFY", "diff": "@@ -226,7 +226,7 @@ func (e *Engine) DatabaseInUse() (*Database, error) {\nfunc (e *Engine) databaseInUse() (*Database, error) {\nif e.implicitDB == \"\" {\n- return nil, nil\n+ return nil, ErrNoDatabaseSelected\n}\nreturn e.catalog.GetDatabaseByName(e.implicitDB)\n@@ -12...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/sql): improve error handling and parameters validation Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/sql
791,400
03.08.2021 10:21:04
25,200
0f3b6f67a9bcd617d63663b3bde31df823111031
chore(storage): remove Go 1.9 code We no longer support Go 1.9 so the code removed here is dead and build tags are no longer required.
[ { "change_type": "DELETE", "diff": "-// Copyright 2017 Google LLC\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....
Go
Apache License 2.0
googleapis/google-cloud-go
chore(storage): remove Go 1.9 code (#4544) We no longer support Go 1.9 so the code removed here is dead and build tags are no longer required.
1
chore
storage
277,002
03.08.2021 10:38:27
10,800
c8f29fd9ad037d17b4367cbd1f9930f531cb24f2
feat: add elipses in attendances
[ { "change_type": "DELETE", "diff": "-### Reference\n-\n-Gympass `<Result />` description\n-\n-### Usage\n-\n-```javascript\n- <Result>Result</Result>\n-```\n-\n-### Props\n-\n-<PropsTable component=\"Result\" platform=\"web\" />\n", "new_path": null, "old_path": "packages/doc/content/components/comp...
JavaScript
MIT License
gympass/yoga
feat: add elipses in attendances
1
feat
null
217,922
03.08.2021 10:49:11
-7,200
dab98e78ad300205144e6a0b06fb3f2bb8695bec
fix(log-tracker): completion buttons are now disabled for anonymous users
[ { "change_type": "MODIFY", "diff": "+<ng-container *ngIf=\"anonymousState$ | async as state\">\n+ <nz-alert nzType=\"info\" [nzMessage]=\"'LOG_TRACKER.Log_in_to_track' | translate\" nzCloseable *ngIf=\"state.isAnonymous\"></nz-alert>\n+\n<nz-tabset (nzSelectedIndexChange)=\"setType($event)\" *ngIf=\"type$ |...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(log-tracker): completion buttons are now disabled for anonymous users
1
fix
log-tracker
71,578
03.08.2021 11:11:26
25,200
77dfa2f8546d03671b3304d2910a9c7e387ff6a8
chore: temporarily transfer module ownership
[ { "change_type": "MODIFY", "diff": "@@ -21,23 +21,23 @@ jobs:\n[\n{\"keywords\":[\"(cli)\",\"(command line)\"],\"labels\":[\"package/tools\"],\"assignees\":[\"rix0rrr\"]},\n{\"keywords\":[\"(@aws-cdk/alexa-ask)\",\"(alexa-ask)\",\"(alexa ask)\"],\"labels\":[\"@aws-cdk/alexa-ask\"],\"assignees\":[\"madeline-...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: temporarily transfer @skinny85 module ownership (#15872)
1
chore
null
791,270
03.08.2021 11:19:42
14,400
c6de69c710561bb2a40eff05417df4b9798c258a
feat(internal/godocfx): add status to packages and TOCs
[ { "change_type": "MODIFY", "diff": "@@ -53,6 +53,7 @@ type tocItem struct {\nName string `yaml:\"name,omitempty\"`\nItems []*tocItem `yaml:\"items,omitempty\"`\nHref string `yaml:\"href,omitempty\"`\n+ Status string `yaml:\"status,omitempty\"`\n}\nfunc (t *tocItem) addItem(i *tocItem) {\n@@ -169,6 +170,7 @@...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(internal/godocfx): add status to packages and TOCs (#4547)
1
feat
internal/godocfx
791,834
03.08.2021 11:21:47
18,000
48031e4463910cb168208c88670f3df9608fbba2
misc(types): fix null return on querySelector
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,9 @@ const DUPLICATED_MODULES_IGNORE_THRESHOLD = 1024;\nconst DUPLICATED_MODULES_IGNORE_ROOT_RATIO = 0.01;\nconst logEl = document.querySelector('#lh-log');\n+if (!logEl) {\n+ throw new Error('logger element not found');\n+}\nconst logger = new Logger(logEl);...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(types): fix null return on querySelector (#12848)
1
misc
types
217,922
03.08.2021 11:25:19
-7,200
3ad5a4334964307be5089d615dd1cfadc578b193
fix(core): fixed some item icons having collectable flag while they shouldn't
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,9 @@ export class ItemIconComponent implements OnChanges {\n@Input()\ndisableClick = false;\n+ @Input()\n+ forceCollectable = false;\n+\ncollectable = false;\nconstructor(private translate: TranslateService, private lazyData: LazyDataService,\n@@ -67,8 +70,10...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(core): fixed some item icons having collectable flag while they shouldn't
1
fix
core
730,445
03.08.2021 11:34:05
25,200
41bebd8088b2c294e65c83fade5af8dbb4f204e9
fix(deps): updated plugins for browserslist
[ { "change_type": "MODIFY", "diff": "Binary files a/package-lock.json and b/package-lock.json differ\n", "new_path": "package-lock.json", "old_path": "package-lock.json" }, { "change_type": "MODIFY", "diff": "\"release:dry-run\": \"standard-version --dry-run\"\n},\n\"dependencies\": {\n- ...
JavaScript
MIT License
webex/webex-js-sdk
fix(deps): updated @babel plugins for browserslist
1
fix
deps
127,946
03.08.2021 11:35:36
-10,800
8e05eab4aba2b30839b5515255b2bf37df0fa743
feat: luckyslotsDark & luckyslotsLight themes
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,11 @@ import avertaStd from '../sharedTokens/avertaStd';\nimport sharedTokens, { Theme } from '../sharedTokens/sharedTokens';\nimport supportColors from '../supportColors/supportColors';\n+/*\n+ This theme is a legacy and would be removed soon\n+ Use luckySlots...
TypeScript
MIT License
coingaming/moon-design
feat: luckyslotsDark & luckyslotsLight themes (#1281)
1
feat
null
126,276
03.08.2021 11:51:38
10,800
9fc10d26e222dd8aeaa1d052627a571f4a6714bb
chore(embedded/sql): catalog loading requires up to date data store indexing
[ { "change_type": "MODIFY", "diff": "@@ -150,13 +150,29 @@ func (e *Engine) loadCatalog(cancellation <-chan struct{}) error {\nreturn err\n}\n- latestSnapshot, err := e.catalogStore.SnapshotSince(math.MaxUint64)\n+ latestCatalogSnap, err := e.catalogStore.SnapshotSince(math.MaxUint64)\nif err != nil {\nretur...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): catalog loading requires up to date data store indexing Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
127,946
03.08.2021 11:54:31
-10,800
facdbdb9efc21980ba79b47c9591e17aa7f9307c
fix: update luckyslots colours
[ { "change_type": "MODIFY", "diff": "@@ -9,8 +9,8 @@ const color = {\n80: '#F32055',\n},\nhit: {\n- 120: '#696987',\n- 100: '#51516C',\n+ 120: '#51516C',\n+ 100: '#696987',\n80: '#7F7F9E',\n},\ngoten: {\n@@ -29,7 +29,7 @@ const color = {\n10: '#646D86',\n},\nbeerus: {\n- 100: '#353B50',\n+ 100: '##525260, 10...
TypeScript
MIT License
coingaming/moon-design
fix: update luckyslots colours
1
fix
null
777,389
03.08.2021 12:22:05
25,200
4bfebadcf1846ac743387383136d88a5ca59440f
feat: add experiment deletion support to the webui
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**New Features**\n+\n+- WebUI: Add support for deleting individual experiments for cluster admins.\n", "new_path": "docs/release-notes/2775-experiment-deletion.txt", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ ...
Python
Apache License 2.0
determined-ai/determined
feat: add experiment deletion support to the webui [#2752] (#2775)
1
feat
null
151,442
03.08.2021 12:32:46
-3,600
a4443287b7e28b484419955a806001bf1a70bad3
feat: allow mixpanel options to be specified
[ { "change_type": "MODIFY", "diff": "* @link https://getanalytics.io/plugins/mixpanel/\n* @param {object} pluginConfig - Plugin settings\n* @param {string} pluginConfig.token - The mixpanel token associated to a mixpanel project\n+ * @param {object} [pluginConfig.options] - The mixpanel init options https://...
JavaScript
MIT License
davidwells/analytics
feat: allow mixpanel options to be specified
1
feat
null
127,946
03.08.2021 12:56:29
-10,800
705e5401e4f750edf46b6ed2cb2b0038214cb50b
fix: responsive Future block
[ { "change_type": "MODIFY", "diff": "@@ -7,20 +7,20 @@ import TopRightArrowIcon from '../icons/TopRightArrowIcon';\nconst Future = () => (\n<Link href=\"/how-to-contribute\">\n- <a className=\"group block relative future rounded-lg p-11\">\n+ <a className=\"max-w-screen-lg group block relative rounded-lg p-1...
TypeScript
MIT License
coingaming/moon-design
fix: responsive Future block
1
fix
null
127,946
03.08.2021 13:04:52
-10,800
e916c513bcbfc5f23f6585b1c2483b75948193d8
fix: Responsive sidebar
[ { "change_type": "MODIFY", "diff": "@@ -56,15 +56,15 @@ export default function Layout({ children }: any) {\n</SidebarTransition>\n{/* Static sidebar for desktop, hidden for mobile */}\n- <div className=\"hidden md:flex md:flex-shrink-0\">\n+ <div className=\"hidden lg:flex lg:flex-shrink-0\">\n<div classNa...
TypeScript
MIT License
coingaming/moon-design
fix: Responsive sidebar
1
fix
null
791,723
03.08.2021 13:05:58
25,200
cad4dda9e1e212e8fe1e3510ac681c1fcf8e12b6
report(metric-filter): handle multiple reports in the same DOM
[ { "change_type": "MODIFY", "diff": "@@ -311,11 +311,15 @@ export class PerformanceCategoryRenderer extends CategoryRenderer {\n({acronym: 'All'}),\n...filterableMetrics,\n]);\n+\n+ // Form labels need to reference unique IDs, but multiple reports rendered in the same DOM (eg PSI)\n+ // would mean ID conflic...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(metric-filter): handle multiple reports in the same DOM (#12817)
1
report
metric-filter
791,690
03.08.2021 13:06:33
18,000
4c46681b2fce30c0fef593883e4ee78d9c9b301d
tests(fr): add fraggle rock smoke tests
[ { "change_type": "MODIFY", "diff": "@@ -88,6 +88,29 @@ jobs:\n# Fail if any changes were written to source files.\n- run: git diff --exit-code\n+ smoke-fr:\n+ runs-on: ubuntu-latest\n+ name: Fraggle Rock\n+\n+ steps:\n+ - name: git clone\n+ uses: actions/checkout@v2\n+\n+ - name: Use Node.js 12.x\n+ uses: a...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(fr): add fraggle rock smoke tests (#12834)
1
tests
fr
780,866
03.08.2021 13:10:31
10,800
a4b562bce2b29d8b12497caaa371b26ea8137464
fix(app/checkout): reset payment gateways list on key change (freight or subtotal)
[ { "change_type": "MODIFY", "diff": "@@ -124,7 +124,7 @@ export default {\neditAccount: false,\neditShippingService: !this.shippingService,\nlocalZipCode: this.shippingZipCode,\n- paymentGateways: window.ecomPaymentGateways || [],\n+ paymentGateways: [],\nloyaltyPointsApplied: {},\nloyaltyPointsAmount: 0,\nh...
JavaScript
MIT License
ecomplus/storefront
fix(app/checkout): reset payment gateways list on key change (freight or subtotal)
1
fix
app/checkout
791,682
03.08.2021 13:16:09
14,400
faf1b69d7fb51a2976a5f0d341a4e5e9a42769ac
core(byte-efficiency): mark n/a if no network records in timespan
[ { "change_type": "MODIFY", "diff": "@@ -114,11 +114,25 @@ class UnusedBytes extends Audit {\ndevtoolsLog,\nsettings,\n};\n-\nconst networkRecords = await NetworkRecords.request(devtoolsLog, context);\n+\n+ // Requesting load simulator requires non-empty network records.\n+ // Timespans are not guaranteed to...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(byte-efficiency): mark n/a if no network records in timespan (#12839)
1
core
byte-efficiency
679,913
03.08.2021 13:25:44
-7,200
144a02d960e0de3ec10bddf97cd069e39ad1f41d
feat(date): add/update i18n functions, rel. format add weekdayNames(), monthNames() add units(), unitsLessThan(), tense() fix/update locales, add support for dativ forms (singular/plural) add doc strings add tests
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@thi.ng/date\",\n\"version\": \"0.8.0\",\n- \"description\": \"Date/timestamp iterators, composable formatters, relative date parsing, rounding\",\n+ \"description\": \"Datetime types, relative dates, math, iterators, composable formatters, locales\",\n\"mo...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(date): add/update i18n functions, rel. format - add weekdayNames(), monthNames() - add units(), unitsLessThan(), tense() - fix/update locales, add support for dativ forms (singular/plural) - add doc strings - add tests
1
feat
date
679,913
03.08.2021 13:27:33
-7,200
dd0d9654b1aacce8a4bbbd921f2ce44d0eaa276a
fix(k-means): update initKmeanspp() use `dist` for argmin() calls use `rnd` for weightedRandom()
[ { "change_type": "MODIFY", "diff": "@@ -85,11 +85,13 @@ export const initKmeanspp = <T extends ReadonlyVec>(\nconst metric = dist.metric;\nwhile (centroidIDs.length < k) {\nlet probs = samples.map(\n- (p) => dist.from(metric(p, centroids[argmin(p, centroids)!])) ** 2\n+ (p) =>\n+ dist.from(metric(p, centroi...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(k-means): update initKmeanspp() - use `dist` for argmin() calls - use `rnd` for weightedRandom()
1
fix
k-means
791,723
03.08.2021 13:51:15
25,200
fbb39c1ed1db35f185ebeccf27363959debe7bd0
misc(build): ensure distDir is present before emptying it
[ { "change_type": "MODIFY", "diff": "@@ -26,8 +26,9 @@ function writeFile(name, content) {\nfs.writeFileSync(`${distDir}/${name}`, content);\n}\n+fs.mkdirSync(distDir, {recursive: true}); // Ensure dist is present, else rmdir will throw. COMPAT: when dropping Node 12, replace with fs.rm(p, {force: true})\nfs...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(build): ensure distDir is present before emptying it (#12829)
1
misc
build
342,861
03.08.2021 14:00:34
-7,200
07292f43478403b8bc59126bf0f77ad5a16c6617
fix(ButtonLink): use proper design tokens
[ { "change_type": "MODIFY", "diff": "@@ -20,18 +20,18 @@ const getButtonLinkTypeToken: GetButtonLinkTypeToken = (name, type, theme) => {\n[TYPES.CRITICAL]: theme.orbit.paletteRedLightActive,\n},\n[TOKENS.foreground]: {\n- [TYPES.PRIMARY]: theme.orbit.paletteProductNormal,\n- [TYPES.SECONDARY]: theme.orbit.pa...
JavaScript
MIT License
kiwicom/orbit
fix(ButtonLink): use proper design tokens (#3060)
1
fix
ButtonLink
320,312
03.08.2021 14:03:21
14,400
0c589a71f259c80ff21a4bb623f9316cb7702a61
fix(bestbuy-ca): avoid false positive
[ { "change_type": "MODIFY", "diff": "@@ -7,8 +7,8 @@ export const BestBuyCa: Store = {\ncontainer: 'div[class*=\"pricingContainer\"]',\neuroFormat: false,\n},\n- outOfStock: {\n- container: '.addToCartButton:disabled',\n+ inStock: {\n+ container: '.addToCartButton:not(:disabled)',\ntext: ['add to cart'],\n},...
TypeScript
MIT License
jef/streetmerchant
fix(bestbuy-ca): avoid false positive (#2694)
1
fix
bestbuy-ca
791,682
03.08.2021 14:08:41
14,400
d3504385b8c91a89e6cb6fe590c075dba92adb0c
core(css-usage): ignore removed stylesheets
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,13 @@ class CSSUsage extends FRGatherer {\nthis._stylesheets = [];\n/** @param {LH.Crdp.CSS.StyleSheetAddedEvent} sheet */\nthis._onStylesheetAdded = sheet => this._stylesheets.push(sheet);\n+ /** @param {LH.Crdp.CSS.StyleSheetRemovedEvent} sheet */\n+ this._...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(css-usage): ignore removed stylesheets (#12827)
1
core
css-usage
126,276
03.08.2021 14:13:30
10,800
586920317fa88e3c11f3afcf8fbddc6a33642d4e
test(embedded/sql): increase testing coverage test(embedded/sql): minor unit testing refactoring test(embedded/sql): increase testing coverage
[ { "change_type": "MODIFY", "diff": "@@ -1160,6 +1160,10 @@ func (e *Engine) inferParametersFrom(r io.ByteReader) (map[string]SQLValueType,\n}\nfunc (e *Engine) InferParametersPreparedStmt(stmt SQLStmt) (map[string]SQLValueType, error) {\n+ if stmt == nil {\n+ return nil, ErrIllegalArguments\n+ }\n+\ne.mutex...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): increase testing coverage Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> test(embedded/sql): minor unit testing refactoring Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> test(embedded/sql): increase testing coverage Signed-off-by: Jeronimo Irazabal <jeronimo.ira...
1
test
embedded/sql
756,029
03.08.2021 14:31:12
25,200
90756d541a9f33ac648dc4e497b7032ccafa2030
refactor(ertp): Name additive identity "empty" Fixes
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import { Nat } from '@agoric/nat';\nimport '../types.js';\n-const identity = 0n;\n+const empty = 0n;\n/**\n* Fungible digital assets use the natMathHelpers to manage balances -\n@@ -20,8 +20,8 @@ const identity = 0n;\n*/\nconst natMathHelpers = {\ndoCoerce...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(ertp): Name additive identity "empty" Fixes #3587
1
refactor
ertp
756,029
03.08.2021 14:40:44
25,200
fac9b1a97b30e037982db4c44ccc885b27d87c40
fix(swingset): Support NESM importers
[ { "change_type": "MODIFY", "diff": "\"version\": \"0.19.0\",\n\"description\": \"Vat/Container Launcher\",\n\"type\": \"module\",\n- \"main\": \"src/main.js\",\n- \"module\": \"src/index.js\",\n+ \"main\": \"src/index.js\",\n\"engines\": {\n\"node\": \">=11.0\"\n},\n", "new_path": "packages/SwingSet/pac...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(swingset): Support NESM importers
1
fix
swingset
126,276
03.08.2021 14:48:09
10,800
2471890c14ca53e851ba326dbfbac74ddb5d1787
chore(embedded/sql): mark catalog as mutated when using auto incremental pk test(embedded/sql): increase testing coverage
[ { "change_type": "MODIFY", "diff": "@@ -324,6 +324,9 @@ func TestUpsertInto(t *testing.T) {\n_, _, err = engine.ExecStmt(\"CREATE DATABASE db1\", nil, true)\nrequire.NoError(t, err)\n+ _, _, err = engine.ExecStmt(\"UPSERT INTO table1 (id, title) VALUES (1, 'title1')\", nil, true)\n+ require.ErrorIs(t, err, ...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): mark catalog as mutated when using auto incremental pk Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> test(embedded/sql): increase testing coverage Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
866,394
03.08.2021 14:49:47
14,400
f9d7250cb1ef934022ced42288f0ac0b2505a1b7
fix(web-components): upgrade rollup to v2 ### Related Ticket(s) Refs ### Description After upgrading the rollup v2, the issues with duplicate web-component imports and already defined custom elements seems to have stabilized. ### Changelog **Changed** Rollup upgrade to v2
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.yarn/offline-mirror/rollup-2.55.1.tgz differ\n", "new_path": ".yarn/offline-mirror/rollup-2.55.1.tgz", "old_path": ".yarn/offline-mirror/rollup-2.55.1.tgz" }, { "change_type": "MODIFY", "diff": "\"read-pkg-up\": \"^7.0.0\",\n...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(web-components): upgrade rollup to v2 (#6788) ### Related Ticket(s) Refs https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/6710 ### Description After upgrading the rollup v2, the issues with duplicate web-component imports and already defined custom elements seems to have stabilized. ...
1
fix
web-components
679,913
03.08.2021 14:58:44
-7,200
fb390c1c30d0224a20526eacae7df7d092709518
feat(rdom-components): add input components add inputNumeric() add inputVector(), inputVectorCoord()
[ { "change_type": "MODIFY", "diff": "export * from \"./accordion\";\nexport * from \"./dropdown\";\n-export * from \"./icon-button\";\nexport * from \"./editor\";\n+export * from \"./icon-button\";\n+export * from \"./input\";\nexport * from \"./tabs\";\n", "new_path": "packages/rdom-components/src/index...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rdom-components): add input components - add inputNumeric() - add inputVector(), inputVectorCoord()
1
feat
rdom-components
679,913
03.08.2021 15:00:08
-7,200
b7d9ba42b812c3b39909e86be5eebfa4e235f535
feat(transducers): update repeatedly(), iterate() add iteration counter arg for repeatedly() minor refactor iterate()
[ { "change_type": "MODIFY", "diff": "@@ -7,8 +7,8 @@ import type { Fn2 } from \"@thi.ng/api\";\n*\n* @remarks\n* The first value emitted always is `seed` itself, then f(seed),\n- * f(f(seed)) etc. The given function is called with the current\n- * iteration counter as 2nd arg.\n+ * f(f(seed, i)) etc. The giv...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): update repeatedly(), iterate() - add iteration counter arg for repeatedly() - minor refactor iterate()
1
feat
transducers
679,913
03.08.2021 15:01:37
-7,200
391ae4aa2e57aa14b9a2acdb1e3365b191612470
feat(color): add/update swatch functions add dotsH/V() update swatchesH/V(), add `gap` arg
[ { "change_type": "MODIFY", "diff": "@@ -11,12 +11,48 @@ export const swatchesH = (\ncols: (ReadonlyColor | string)[],\nw = 5,\nh = 50,\n+ gap = 0,\nattribs?: IObjectOf<any>\n-) => swatches(cols, (fill, i) => [\"rect\", { fill }, [i * w, 0], w, h], attribs);\n+) =>\n+ swatches(\n+ cols,\n+ (fill, i) => [\"re...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(color): add/update swatch functions - add dotsH/V() - update swatchesH/V(), add `gap` arg
1
feat
color
67,479
03.08.2021 15:06:24
-36,000
74589bcbdf957d6a7d520d3b96436a523a5c8589
feat(wc): add web-component plugin
[ { "change_type": "ADD", "diff": "+---\n+description: The basics of the web-component plugin for Aurelia.\n+---\n+\n+# Web-Component\n+\n+## Introduction\n+\n+TODO...\n+\n+## Installing The Plugin\n+\n+To use the plugin, import the interface `IWcElementRegistry` interface from `@aurelia/runtime-html` module ...
TypeScript
MIT License
aurelia/aurelia
feat(wc): add web-component plugin
1
feat
wc
342,861
03.08.2021 15:35:36
-7,200
1b72f9354d47d88056b0d34fe09a3bd421ec322a
refactor(sandbox): use Example in templates
[ { "change_type": "ADD", "diff": "+import React from \"react\";\n+import styled, { css } from \"styled-components\";\n+\n+import Editor from \"./Editor\";\n+import Frame from \"./components/Frame\";\n+import Board from \"./components/Board\";\n+import ViewportsRuler from \"./components/ViewportsRuler\";\n+\n...
JavaScript
MIT License
kiwicom/orbit
refactor(sandbox): use Example in templates
1
refactor
sandbox
342,861
03.08.2021 15:49:29
-7,200
615510eb8b6d4adef82c9ae3c0935a3b572d722b
refactor(sandbox): viewportRuler, remove width from dom element
[ { "change_type": "MODIFY", "diff": "import React from \"react\";\nimport { Editor } from \"react-live\";\nimport dracula from \"prism-react-renderer/themes/dracula\";\n-// eslint-disable-next-line import/no-extraneous-dependencies\n-import CSS from \"csstype\";\ninterface Props {\n- style?: CSS.Properties;\...
JavaScript
MIT License
kiwicom/orbit
refactor(sandbox): viewportRuler, remove width from dom element
1
refactor
sandbox
667,713
03.08.2021 15:50:45
-28,800
68f247f148710c6747bf47a31c8782464b4b1377
feat(android): support initialContentOffset props for ScrollView
[ { "change_type": "MODIFY", "diff": "@@ -63,6 +63,8 @@ public class HippyHorizontalScrollView extends HorizontalScrollView implements H\nprotected int mScrollMinOffset = 0;\nprivate int mLastX = 0;\n+ private int initialContentOffset = 0;\n+ private boolean hasCompleteFirstBatch = false;\nprivate HashMap<Int...
C++
Apache License 2.0
tencent/hippy
feat(android): support initialContentOffset props for ScrollView
1
feat
android
815,601
03.08.2021 16:02:22
-28,800
1e785b71f47cb565a8d23fb9bed1d2729954260a
test: freeze block with extension
[ { "change_type": "MODIFY", "diff": "@@ -19,11 +19,8 @@ fs2 = \"0.4.3\"\nfail = \"0.4\"\nsnap = \"1\"\nlru = \"0.6.0\"\n-\n-[dev-dependencies]\ntempfile = \"3.0\"\n-\n[[test]]\nname = \"failpoints\"\npath = \"tests/failpoints.rs\"\n", "new_path": "freezer/Cargo.toml", "old_path": "freezer/Cargo.toml"...
Rust
MIT License
nervosnetwork/ckb
test: freeze block with extension
1
test
null
401,135
03.08.2021 16:17:53
14,400
7cf045139cfab42510fa6a270bb19eaf329f2bae
feat(core): add a new variant for helper/error text affects: ISSUES CLOSED:
[ { "change_type": "MODIFY", "diff": "import { styled } from '@medly-components/utils';\n-export const HelperText = styled('span')<{ size: 'S' | 'M'; variant: 'fusion' | 'outlined' | 'filled' }>`\n+export const HelperText = styled('span')<{\n+ size: 'S' | 'M';\n+ variant: 'fusion' | 'outlined' | 'filled';\n+ ...
TypeScript
MIT License
medly/medly-components
feat(core): add a new variant for helper/error text affects: @medly-components/core, @medly-components/forms ISSUES CLOSED: PES-1627
1
feat
core
438,921
03.08.2021 16:20:06
-32,400
6b69f33fd2b55e08578d4321de3a5d39af57f35d
chore(deps-dev): udpate dependency update dependencies to the latest Close Close Close Close Close
[ { "change_type": "MODIFY", "diff": "\"@babel/plugin-proposal-class-properties\": \"^7.14.5\",\n\"@babel/plugin-proposal-object-rest-spread\": \"^7.14.7\",\n\"@babel/plugin-transform-runtime\": \"^7.14.5\",\n- \"@babel/preset-env\": \"^7.14.8\",\n+ \"@babel/preset-env\": \"^7.14.9\",\n\"@babel/preset-typescr...
TypeScript
MIT License
naver/billboard.js
chore(deps-dev): udpate dependency (#2238) update dependencies to the latest Close #2233 Close #2234 Close #2235 Close #2236 Close #2237
1
chore
deps-dev
791,477
03.08.2021 16:25:50
25,200
6e79385b1436cc0bfc4adb9eefe980878b89afcc
tests(compute): fix failing test
[ { "change_type": "MODIFY", "diff": "@@ -281,10 +281,11 @@ func TestPaginationWithMaxRes(t *testing.T) {\nfor err == nil {\nif element.GetName() == \"nvidia-tesla-t4\" {\nfound = true\n+ break\n}\nelement, err = itr.Next()\n}\n- if err != iterator.Done {\n+ if err != nil && err != iterator.Done {\nt.Fatal(er...
Go
Apache License 2.0
googleapis/google-cloud-go
tests(compute): fix failing test (#4549)
1
tests
compute
815,609
03.08.2021 16:27:32
-28,800
191f6ba2c5e6f2579b59d304bf243ae1b6a0690f
fix: metrics: there is no reactor running
[ { "change_type": "MODIFY", "diff": "@@ -430,7 +430,7 @@ dependencies = [\n\"ckb-logger\",\n\"ckb-spawn\",\n\"ckb-stop-handler\",\n- \"tokio 1.6.1\",\n+ \"tokio 1.9.0\",\n]\n[[package]]\n@@ -866,6 +866,7 @@ dependencies = [\n\"ckb-metrics-runtime\",\n\"ckb-util\",\n\"metrics-core\",\n+ \"tokio-compat-02\",\n...
Rust
MIT License
nervosnetwork/ckb
fix: metrics: there is no reactor running
1
fix
null
265,942
03.08.2021 16:33:35
14,400
65211ddb8ae19229154b4aca3d5ff97f2aaa9f56
feat: pass precondition parameters to gcs-resumable-upload
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ import * as xdgBasedir from 'xdg-basedir';\nimport * as zlib from 'zlib';\nimport * as http from 'http';\n-import {Storage} from './storage';\n+import {PreconditionOptions, Storage} from './storage';\nimport {Bucket} from './bucket';\nimport {Acl} from '...
TypeScript
Apache License 2.0
googleapis/nodejs-storage
feat: pass precondition parameters to gcs-resumable-upload (#1516) Co-authored-by: Sameena Shaffeeullah <shaffeeullah@google.com>
1
feat
null
802,854
03.08.2021 16:35:58
10,800
3f3f9409c72fbb55f0bdfb080ea225d491fe6558
chore: update to color-string-1.6.0
[ { "change_type": "MODIFY", "diff": "\"@babel/helper-module-imports\" \"^7.10.4\"\n\"@rollup/pluginutils\" \"^3.1.0\"\n-\"@rollup/plugin-commonjs@^19.0.0\":\n- version \"19.0.0\"\n- resolved \"https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-19.0.0.tgz#8c3e71f9a66908e60d70cc1be205834ef3...
TypeScript
Apache License 2.0
juntossomosmais/venice
chore: update to color-string-1.6.0
1
chore
null
401,135
03.08.2021 16:36:31
14,400
017f49e15708c4903134eb418725015656b18c48
fix(core): fix imports affects:
[ { "change_type": "MODIFY", "diff": "+import { InfoIcon, InfoOutlineIcon } from '@medly-components/icons';\nimport { defaultTheme } from '@medly-components/theme';\nimport { useCombinedRefs, WithStyle } from '@medly-components/utils';\n-import InfoIcon from 'packages/icons/src/icons/Action/InfoIcon';\n-impor...
TypeScript
MIT License
medly/medly-components
fix(core): fix imports affects: @medly-components/core
1
fix
core
815,609
03.08.2021 16:44:36
-28,800
8b45bb44c3e94199dfd33899c63f4a0de6292130
fix: a test compile error
[ { "change_type": "MODIFY", "diff": "@@ -1709,13 +1709,14 @@ mod tests {\nstate_0.peer_flags.is_outbound = true;\nstate_0.headers_sync_controller = Some(not_timeout);\n- peers.state.insert(0.into(), state_0);\n+ peers.state.write().insert(0.into(), state_0);\n}\n{\n// Protected peer 0 start sync\npeers\n.sta...
Rust
MIT License
nervosnetwork/ckb
fix: a test compile error
1
fix
null
699,191
03.08.2021 16:46:55
25,200
b6706e1258571169518b7c26e367870f86cf0cf4
docs(modal): fix first example by deleting unused code
[ { "change_type": "MODIFY", "diff": "@@ -6,10 +6,6 @@ const ModalTrigger = () => {\nconst handleClose = () => setIsOpen(false);\nconst modalHeadingID = useUID();\n- // Content properties\n- const [projectName, setProjectName] = React.useState('');\n- const projectInputID = useUID();\n-\nreturn (\n<div>\n<But...
TypeScript
MIT License
twilio-labs/paste
docs(modal): fix first example by deleting unused code (#1713) Co-authored-by: Shadi <TheSisb@users.noreply.github.com>
1
docs
modal
791,704
03.08.2021 16:56:58
18,000
067dc60da32c9a7ca46e92b50bd37074aa5d4cd2
clients(viewer): add disclaimer regarding devtools bug
[ { "change_type": "MODIFY", "diff": "@@ -273,7 +273,6 @@ header {\nalign-items: center;\njustify-content: center;\ncolor: #555;\n- font-weight: 300;\n}\n.treemap-placeholder-inner {\ndisplay: flex;\n", "new_path": "lighthouse-treemap/app/styles/treemap.css", "old_path": "lighthouse-treemap/app/styles...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(viewer): add disclaimer regarding devtools bug (#12846)
1
clients
viewer
756,029
03.08.2021 17:21:56
25,200
2d30a11de0e1a8f167aa033af40dd34309bf65d5
fix(xsnap): Allow for an absent package.json ava.require
[ { "change_type": "MODIFY", "diff": "@@ -270,7 +270,7 @@ async function avaConfig(args, options, { glob, readFile }) {\nif (unsupported.length > 0) {\nconsole.warn(X`ava-xs does not support ava options: ${q(unsupported)}`);\n}\n- const { files: filePatterns, require } = pkgMeta.ava;\n+ const { files: filePat...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(xsnap): Allow for an absent package.json ava.require
1
fix
xsnap
277,002
03.08.2021 18:27:25
10,800
a6a00dea03a6083da7835135d01f690cecff7a00
fix: align in android
[ { "change_type": "MODIFY", "diff": "@@ -5,21 +5,11 @@ metaDescription: 'Result Component'\n---\n-import ResultWeb from './result-web.mdx';\n-import ResultNative from './result-native.mdx';\n+import Result from './result-native.mdx';\n# Result\n-\n-<TabbedView>\n- <Tab title=\"Web\">\n- <ResultWeb />\n- </Ta...
JavaScript
MIT License
gympass/yoga
fix: align in android
1
fix
null
438,921
03.08.2021 18:59:36
-32,400
1fdd3aec3da502c05fe1a4395b64e2109534cfd0
refactor(axis): consistent transition on axis Consistent transition for axis Ref
[ { "change_type": "MODIFY", "diff": "@@ -224,8 +224,7 @@ class Axis {\n} else {\naxesConfig[i].domain && scale.domain(axesConfig[i].domain);\n- this.x.helper.transitionise(g)\n- .call(v.scale(scale));\n+ $$.$T(g).call(v.scale(scale));\n}\ng.attr(\"transform\", $$.getTranslate(id, i + 1));\n@@ -289,7 +288,8 @...
TypeScript
MIT License
naver/billboard.js
refactor(axis): consistent transition on axis (#2239) Consistent transition for axis Ref #2232
1
refactor
axis
756,029
03.08.2021 19:23:21
25,200
967244381190406cab573554315fd0a08b5c62d5
refactor(access-token): Convert RESM to NESM
[ { "change_type": "MODIFY", "diff": "\"name\": \"@agoric/access-token\",\n\"version\": \"0.4.8\",\n\"description\": \"Persistent credentials for Agoric users, backed by a simple JSON file\",\n+ \"type\": \"module\",\n\"main\": \"src/access-token.js\",\n\"repository\": \"https://github.com/Agoric/agoric-sdk\"...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(access-token): Convert RESM to NESM
1
refactor
access-token
756,029
03.08.2021 19:24:09
25,200
c930de41705dd1500ec1017372f4d61467b40ccb
test(access-token): 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\"lint-check\": \"yarn lint\",\n\"lint-fix\": \"eslint --fix '**/*.js'\",\n},\n\"devDependencies\": {\n\"@agoric/insta...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(access-token): Add coverage script
1
test
access-token
126,276
03.08.2021 19:55:47
10,800
f5104f92927ae99751319235c98733c27a8360c4
fix(embedded/sql): set type any to nil parameters test(embedded/sql): increase testing coverage
[ { "change_type": "MODIFY", "diff": "@@ -1000,6 +1000,18 @@ func TestQuery(t *testing.T) {\nrequire.ErrorIs(t, err, ErrIllegalArguments)\nrequire.Nil(t, r)\n+ params = make(map[string]interface{})\n+ params[\"null_param\"] = nil\n+\n+ r, err = engine.QueryStmt(\"SELECT id FROM table1 WHERE active = @null_par...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/sql): set type any to nil parameters Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> test(embedded/sql): increase testing coverage Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/sql
756,029
03.08.2021 20:37:38
25,200
1e3f2b56f2a0e3227dd9af469bc6eb1f9aaba691
refactor(zoe): lockdown errorTrapping redundancy
[ { "change_type": "MODIFY", "diff": "-/* global process */\n-\n// TODO Remove babel-standalone preinitialization\n// https://github.com/endojs/endo/issues/768\nimport '@agoric/babel-standalone';\n@@ -12,9 +10,6 @@ import fs from 'fs';\nimport path from 'path';\nimport bundleSource from '@agoric/bundle-source...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(zoe): lockdown errorTrapping redundancy
1
refactor
zoe
756,032
03.08.2021 20:50:17
25,200
0d25611b5b57bf985c306132e2cbfe1921728db6
chore: add method to ZoeService to get Installation given Instance
[ { "change_type": "MODIFY", "diff": "@@ -76,6 +76,11 @@ export const makeInstanceRecordStorage = () => {\nassertInstantiated();\nreturn instanceRecord.terms.brands;\n};\n+ /** @type {InstanceRecordManagerGetInstallationForInstance} */\n+ const getInstallationForInstance = () => {\n+ assertInstantiated();\n+ ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: add method to ZoeService to get Installation given Instance (#3589)
1
chore
null
756,029
03.08.2021 21:04:07
25,200
2a013e85bfdf7ccfc39d6a53b94b6ce2e339c41f
test(zoe): Add coverage script
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"build\": \"yarn build-zcfBundle\",\n\"test\": \"ava --verbose\",\n+ \"test:c8\": \"c8 $C8_OPTIONS ava --config=ava-nesm.config.js\",\n\"test:unit\": \"ava 'test/unitTests/**/test-*.js' -T 1m --verbose\",\n\"test:swingset\": \"ava 'test/swingsetTests/**/t...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(zoe): Add coverage script
1
test
zoe
530,315
03.08.2021 21:43:24
-32,400
d6517d17aa187ff06a37a1e9e9e2285784f0d349
fix: change break links to API.md fix break links of currently supported project types in ## Getting Started 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": "@@ -51,15 +51,15 @@ list):\n* [cdk8s-app-ts](https://github.com/projen/projen/blob/master/API.md#projen-cdk8stypescriptapp) - CDK8s app in TypeScript.\n* [cdk8s-construct](https://github.com/projen/projen/blob/master/API.md#projen-constructlibrarycdk8s) - CDK8s construct ...
TypeScript
Apache License 2.0
projen/projen
fix: change break links to API.md (#962) fix break links of currently supported project types in ## Getting Started --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1
fix
null
438,921
03.08.2021 22:22:19
-32,400
303cad1d5171dfc463f7b568ee50e63b17316534
style(ChartInternal): update 's position within ChartInternal
[ { "change_type": "MODIFY", "diff": "@@ -112,9 +112,44 @@ export default class ChartInternal {\n$$.$el = store.getStore(\"element\");\n$$.state = store.getStore(\"state\");\n+\n$$.$T = $$.$T.bind($$);\n}\n+ /**\n+ * Get the selection based on transition config\n+ * @param {SVGElement|d3Selection} selection T...
TypeScript
MIT License
naver/billboard.js
style(ChartInternal): update 's position within ChartInternal
1
style
ChartInternal
530,289
03.08.2021 22:50:30
25,200
14b7884b4ba198d166d489259b0d5aff6a14291c
fix: integration test errors on macOS Resolves a bug running integration tests on macOS introduced in 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": "@@ -411,7 +411,7 @@ import org.projen.java.JavaProjectOptions;\npublic class projenrc {\npublic static void main(String[] args) {\nJavaProject project = new JavaProject(JavaProjectOptions.builder()\n- .outdir(\\\\\"./project-dir\\\\\")\n+ .outdir(\\\\\"./project-temp-dir\...
TypeScript
Apache License 2.0
projen/projen
fix: integration test errors on macOS (#965) Resolves a bug running integration tests on macOS introduced in #963. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1
fix
null
530,289
03.08.2021 22:56:37
25,200
60adc18df2f5ec122ec258f22cad91adffa5a4cb
docs: remove outdated references to NpmTaskExecution 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": "@@ -3472,10 +3472,8 @@ removeScript(name: string): void\nReturns the shell command to execute in order to run a task.\n-If\n-npmTaskExecution is set to PROJEN, the command will be `npx projen TASK`.\n-If it is set to SHELL, the command will be `yarn run TASK` (or `npm run...
TypeScript
Apache License 2.0
projen/projen
docs: remove outdated references to NpmTaskExecution (#964) --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1
docs
null
67,479
03.08.2021 23:31:42
-36,000
f671a171dcba523557fcec5979f161ad5aeff6d4
chore(doc): add WC doc to TOC
[ { "change_type": "MODIFY", "diff": "* [Configuration and setup](developer-guides/store/configuration-and-setup.md)\n* [Middleware](developer-guides/store/middleware.md)\n* [Dialog](developer-guides/dialog.md)\n+* [Web Components](developer-guides/web-components.md)\n* [Securing an app](developer-guides/secu...
TypeScript
MIT License
aurelia/aurelia
chore(doc): add WC doc to TOC
1
chore
doc
401,135
03.08.2021 23:32:52
14,400
6daf448d39813e4852b2c8108b0e659e7a069eb3
style(core): fix code-smell (import statement) affects:
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,6 @@ import React, { FC, FocusEvent, FormEvent, useCallback, useEffect, useMemo, useS\nimport Popover from '../Popover';\nimport getMaskedValue from './getMaskedValue';\nimport * as Styled from './Styled';\n-import { HelperTextForTooltip } from './Styled';\nimp...
TypeScript
MIT License
medly/medly-components
style(core): fix code-smell (import statement) affects: @medly-components/core
1
style
core
401,135
03.08.2021 23:38:02
14,400
47726c8d4955bfb9d17569e9655e8a0570bff228
refactor(core): remove unused function param affects:
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,6 @@ import { styled } from '@medly-components/utils';\nexport const HelperText = styled('span')<{\nsize: 'S' | 'M';\nvariant: 'fusion' | 'outlined' | 'filled';\n- helperAndErrorStateVariant?: 'default' | 'tooltip';\n}>`\nfont-size: 1.2rem;\nline-height: 1.6rem...
TypeScript
MIT License
medly/medly-components
refactor(core): remove unused function param affects: @medly-components/core
1
refactor
core
603,467
04.08.2021 01:13:09
-7,200
ccc83c8b8360898f10b71e6c2a378e9c8fc1f340
fix(core): actor ensures any async activities are synchronised before moving on to next interaction
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ const\npath = require('path'),\n{ ConsoleReporter } = require('@serenity-js/console-reporter'),\n{ ArtifactArchiver } = require('@serenity-js/core'),\n- { Photographer, TakePhotosOfFailures } = require('@serenity-js/protractor'),\n+ { Photographer, TakePho...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): actor ensures any async activities are synchronised before moving on to next interaction
1
fix
core
679,913
04.08.2021 01:34:01
-7,200
a57882bbbf2f3520eb5ec849d548fb47c08c3bff
feat(pixel): add DominantColorOpts add `filter` option to pre-filter eligible pixels
[ { "change_type": "MODIFY", "diff": "+import type { Fn2 } from \"@thi.ng/api\";\nimport { kmeans, KMeansOpts } from \"@thi.ng/k-means\";\nimport type { FloatBuffer } from \"./float\";\n+export interface DominantColorOpts extends KMeansOpts {\n+ /**\n+ * Predicate used to only include pixels in the analysis f...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(pixel): add DominantColorOpts - add `filter` option to pre-filter eligible pixels
1
feat
pixel
304,908
04.08.2021 04:29:26
-3,600
27bf3ce8106af246720dcb2794dea3d256ab6d09
fix(stdlib): Join does not produce columns of equivalent length when combining mismatched schemas The fix is to find the missing col by comparing cols of left and right table, then find missing result table index using schemaMap, then populate missing col in the result table with Nil.
[ { "change_type": "MODIFY", "diff": "Binary files a/libflux/go/libflux/buildinfo.gen.go and b/libflux/go/libflux/buildinfo.gen.go differ\n", "new_path": "libflux/go/libflux/buildinfo.gen.go", "old_path": "libflux/go/libflux/buildinfo.gen.go" }, { "change_type": "MODIFY", "diff": "@@ -856,...
Go
MIT License
influxdata/flux
fix(stdlib): Join does not produce columns of equivalent length when combining mismatched schemas (#3895) The fix is to find the missing col by comparing cols of left and right table, then find missing result table index using schemaMap, then populate missing col in the result table with Nil.
1
fix
stdlib
699,207
04.08.2021 08:31:25
25,200
b02b0d606ce308a15e933fe433b6b655e45348e1
fix(grid): vertical grid should use gutter
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/grid': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Grid] Fix to apply gutter value to top/bottom padding for vertical grid.\n", "new_path": ".changeset/seven-baboons-report.md", "old_path": null }, { "change_type": "MODIFY", "dif...
TypeScript
MIT License
twilio-labs/paste
fix(grid): vertical grid should use gutter (#1685)
1
fix
grid
317,646
04.08.2021 08:46:59
-7,200
f6c79050d0852406c1d61d8e45618ca39b91d6f1
fix: run commands faster
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ import (\n\"context\"\n\"errors\"\n\"fmt\"\n+ \"io\"\n\"io/ioutil\"\n\"log\"\n\"net/http\"\n@@ -115,14 +116,14 @@ func (t *tracer) init(home string) {\nlog.Fatalf(\"error opening file: %v\", err)\n}\nlog.SetOutput(t.file)\n- log.Println(\"start oh-my-posh ...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: run commands faster
1
fix
null
438,921
04.08.2021 09:31:24
-32,400
5be6690b860cf4994410e7be3ee8b4ef93d56219
chore(deps-dev): update yarn.lock file fix potential security vulnerability
[ { "change_type": "MODIFY", "diff": "\"@octokit/types\" \"^6.0.3\"\nuniversal-user-agent \"^6.0.0\"\n-\"@octokit/openapi-types@^9.3.0\":\n- version \"9.3.0\"\n- resolved \"https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-9.3.0.tgz#160347858d727527901c6aae7f7d5c2414cc1f2e\"\n- integrity sha51...
TypeScript
MIT License
naver/billboard.js
chore(deps-dev): update yarn.lock file fix potential security vulnerability
1
chore
deps-dev
902,122
04.08.2021 09:49:50
-7,200
207a870a594995d3565641e4a1205edc2dfe88df
build: sort meta
[ { "change_type": "MODIFY", "diff": "},\n\"devDependencies\": {\n\"ava\": \"latest\",\n- \"nyc\": \"latest\",\n\"browserless\": \"latest\",\n+ \"nyc\": \"latest\",\n\"puppeteer\": \"latest\"\n},\n\"engines\": {\n", "new_path": "packages/function/package.json", "old_path": "packages/function/package.j...
JavaScript
MIT License
microlinkhq/browserless
build: sort meta
1
build
null
815,601
04.08.2021 10:24:16
-28,800
d62a7a5b946298fe9ab2517ceb48100486e46e3b
chore(deps): bump hashbrown from 0.9.1 to 0.11.2
[ { "change_type": "MODIFY", "diff": "@@ -32,9 +32,14 @@ checksum = \"e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217\"\n[[package]]\nname = \"ahash\"\n-version = \"0.4.6\"\n+version = \"0.7.4\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"f6789e291be47ac...
Rust
MIT License
nervosnetwork/ckb
chore(deps): bump hashbrown from 0.9.1 to 0.11.2
1
chore
deps
71,094
04.08.2021 10:26:15
-3,600
ee191961a8b057a0585e731a67c15a7edd59c79e
fix(s3): notifications are broken in some regions Happens because `python3.8` doesn't support inline code (i.e `ZipFile`) in some regions. *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": "\"Arn\"\n]\n},\n- \"Runtime\": \"python3.8\",\n+ \"Runtime\": \"python3.7\",\n\"Timeout\": 300\n},\n\"DependsOn\": [\n", "new_path": "packages/@aws-cdk/aws-lambda-event-sources/test/integ.s3.expected.json", "old_path": "packages/@aws-cdk/aws-lambda-event-sources/t...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(s3): notifications are broken in some regions (#15884) Happens because `python3.8` doesn't support inline code (i.e `ZipFile`) in some regions. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
s3
104,844
04.08.2021 10:35:01
14,400
ccfe61e4a8577972fe87701b2f01b2a4f3900bd1
fix(datetimepicker): resolving flatpickr to 4.6.1 for consumers
[ { "change_type": "MODIFY", "diff": "\"resolutions\": {\n\"carbon-addons-iot-react/chokidar\": \"3.3.1\",\n\"carbon-addons-iot-react/react-grid-layout\": \"1.2.2\",\n+ \"carbon-addons-iot-react/flatpickr\": \"4.6.1\",\n\"react-test-renderer\": \"16.14.0\",\n\"react-dom\": \"16.14.0\",\n\"react\": \"16.14.0\"...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(datetimepicker): resolving flatpickr to 4.6.1 for consumers
1
fix
datetimepicker
902,122
04.08.2021 10:58:11
-7,200
83d55aa246e906cc515b5946a6d6212bc4aea4b0
fix: ensure to kill subprocess after timeout
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ module.exports = (\nconst browser = await browserless.browser()\nconst browserWSEndpoint = browser.wsEndpoint()\n- const subprocess = execa.node(execPath, { killSignal: 'SIGKILL' })\n+ const subprocess = execa.node(execPath, { killSignal: 'SIGKILL', time...
JavaScript
MIT License
microlinkhq/browserless
fix: ensure to kill subprocess after timeout
1
fix
null
902,122
04.08.2021 10:59:10
-7,200
4f09dd45f41e5f4d42f5d76fe6f409b29438dac8
chore(release): v9.1.7
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [9.1.7](https://github.com/microlinkhq/browserless/compare/v9.1.6...v9.1.7) (2021-08-04)\n+\n+\n+### Bug Fixes\n+\...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.1.7
1
chore
release
705,211
04.08.2021 11:24:12
14,400
83ae8e491c14f3b332d37d73e3b7abd32f9ce1c9
fix(Divider): DividerSamplePage is not displaying on all platforms
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ using System.IO;\nusing System.Linq;\nusing System.Runtime.InteropServices.WindowsRuntime;\nusing Uno.Themes.Samples.Entities;\n+using Uno.Themes.Samples.ViewModels;\nusing Windows.Foundation;\nusing Windows.Foundation.Collections;\nusing Windows.UI.Xaml;\...
C#
Apache License 2.0
unoplatform/uno.themes
fix(Divider): DividerSamplePage is not displaying on all platforms
1
fix
Divider
756,029
04.08.2021 12:22:10
25,200
690407164c4af28391ec3e7876c6d178a32ed436
refactor(sparse-ints): Convert RESM to NESM Refs:
[ { "change_type": "MODIFY", "diff": "\"name\": \"@agoric/sparse-ints\",\n\"version\": \"0.1.17\",\n\"description\": \"Share code across vat boundaries\",\n- \"parsers\": {\n- \"js\": \"mjs\"\n- },\n+ \"type\": \"module\",\n\"main\": \"src/sparseInts.js\",\n\"engines\": {\n\"node\": \">=11.0\"\n},\n\"homepage...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(sparse-ints): Convert RESM to NESM Refs: #527
1
refactor
sparse-ints
71,094
04.08.2021 12:23:18
-3,600
6bd1ff863e5720259878a46b82ca236bbef1a1b3
chore(assert): set only lower bound of the jest dependency Setting the lower and upper bound breaks the build on Windows. *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": "\"peerDependencies\": {\n\"@aws-cdk/core\": \"0.0.0\",\n\"constructs\": \"^3.3.69\",\n- \"jest\": \">=26.6.3 <28.0.0\"\n+ \"jest\": \">=26.6.3\"\n},\n\"repository\": {\n\"url\": \"https://github.com/aws/aws-cdk.git\",\n", "new_path": "packages/@aws-cdk/assert/package....
TypeScript
Apache License 2.0
aws/aws-cdk
chore(assert): set only lower bound of the jest dependency (#15887) Setting the lower and upper bound breaks the build on Windows. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
assert
756,029
04.08.2021 12:25:51
25,200
e2581cd93d48562ed5a57bdc164e6ad3a1f2320a
test(vats): 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(vats): Add coverage script
1
test
vats
135,461
04.08.2021 12:28:27
-28,800
08f64f95ba60e7018fb9c7ddf4650d2ce70c7b99
style(load-config): variable instead of literal
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ export async function loadConfig(\nconfigPath?: string\n): Promise<LoadConfigResult | null> {\nconst moduleName = 'commitlint';\n- const explorer = cosmiconfig('commitlint', {\n+ const explorer = cosmiconfig(moduleName, {\nsearchPlaces: [\n'package.json'...
TypeScript
MIT License
conventional-changelog/commitlint
style(load-config): variable instead of literal Co-authored-by: Ade Attwood <code@adeattwood.co.uk>
1
style
load-config
791,682
04.08.2021 12:37:17
14,400
c30ba2de5b39a83af863c5038252d96a5621fe72
deps(csp-evaluator): upgrade to exactly 1.0.4
[ { "change_type": "MODIFY", "diff": "\"axe-core\": \"4.2.3\",\n\"chrome-launcher\": \"^0.14.0\",\n\"configstore\": \"^5.0.1\",\n- \"csp_evaluator\": \"^1.0.1\",\n+ \"csp_evaluator\": \"1.0.4\",\n\"cssstyle\": \"1.2.1\",\n\"enquirer\": \"^2.3.6\",\n\"http-link-header\": \"^0.8.0\",\n", "new_path": "packag...
JavaScript
Apache License 2.0
googlechrome/lighthouse
deps(csp-evaluator): upgrade to exactly 1.0.4 (#12858)
1
deps
csp-evaluator
667,635
04.08.2021 12:49:20
-28,800
1da5c15af6f184e8202556edd7b444c3608cabb9
fix(ios): fix scrollview padding error
[ { "change_type": "MODIFY", "diff": "@@ -259,13 +259,7 @@ HIPPY_NOT_IMPLEMENTED(-(instancetype)initWithCoder : (NSCoder *)aDecoder)\ncontext:(__unused void *)context {\nif ([keyPath isEqualToString:@\"frame\"]) {\nif (object == _contentView) {\n- CGPoint origin = _contentView.frame.origin;\n- if (CGPointEqua...
C++
Apache License 2.0
tencent/hippy
fix(ios): fix scrollview padding error
1
fix
ios