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
317,646
20.05.2021 19:24:58
-7,200
676da9e4d1c7bb51b1846111cddf1c4fc602badd
fix: set conda env var relates to
[ { "change_type": "MODIFY", "diff": "export POSH_THEME=::CONFIG::\nexport POWERLINE_COMMAND=\"oh-my-posh\"\n+export CONDA_PROMPT_MODIFIER=false\nTIMER_START=\"/tmp/${USER}.start.$$\"\n", "new_path": "src/init/omp.bash", "old_path": "src/init/omp.bash" }, { "change_type": "MODIFY", "diff":...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: set conda env var relates to #133
1
fix
null
889,626
20.05.2021 19:25:11
-36,000
d03aceae1a9195885a7890a121dbfad24f4ff3d6
feat(webui): add back button on book view * Add a back to arrow to the navigation on the book page to return to the books series * Update BrowseBook.vue * feat: conditional back button depending on context also uses proper tooltip instead of title
[ { "change_type": "MODIFY", "diff": "\"filter_no_matches\": \"The active filter has no matches\",\n\"genre\": \"Genre\",\n\"go_to_library\": \"Go to library\",\n+ \"go_to_series\": \"Go to series\",\n+ \"go_to_readlist\": \"Go to read list\",\n\"locale_name\": \"English\",\n\"locale_rtl\": \"false\",\n\"n_se...
Kotlin
MIT License
gotson/komga
feat(webui): add back button on book view * Add a back to arrow to the navigation on the book page to return to the books series * Update BrowseBook.vue * feat: conditional back button depending on context also uses proper tooltip instead of title Co-authored-by: Gauthier Roebroeck <gauthier.roebroeck@gmai...
1
feat
webui
838,025
20.05.2021 19:34:35
-10,800
c884d14890f80932d56917a948e0a0a3a3545fb4
test: fix TestVK_UploadOwnerCoverPhoto
[ { "change_type": "MODIFY", "diff": "@@ -403,7 +403,7 @@ func TestVK_UploadOwnerCoverPhoto(t *testing.T) {\n}\ndefer response.Body.Close()\n- _, err = vkGroup.UploadOwnerCoverPhoto(vkGroupID, 0, 0, 795, 200, response.Body)\n+ _, err = vkGroup.UploadOwnerCoverPhoto(vkGroupID, 0, 0, 795, 266, response.Body)\nn...
Go
MIT License
severecloud/vksdk
test: fix TestVK_UploadOwnerCoverPhoto
1
test
null
306,346
20.05.2021 19:36:56
-15,480
8ec3091fcb6c202f208d6b29ff1910a09a8a34fe
test(aws): add eks_cluster test
[ { "change_type": "ADD", "diff": "+package aws_test\n+\n+import (\n+ \"testing\"\n+\n+ \"github.com/infracost/infracost/internal/providers/terraform/tftest\"\n+)\n+\n+func TestEKSClusterGoldenFile(t *testing.T) {\n+ t.Parallel()\n+ if testing.Short() {\n+ t.Skip(\"skipping test in short mode\")\n+ }\n+\n+ tf...
Go
Apache License 2.0
infracost/infracost
test(aws): add eks_cluster test (#691)
1
test
aws
104,823
20.05.2021 19:43:01
-7,200
8f813741c07692f012e9cdb4b0576606dd471bb1
feat(emptystate): left align the empty state in the table
[ { "change_type": "MODIFY", "diff": ".#{$iot-prefix}--empty-state {\ndisplay: flex;\nflex-flow: column;\n- align-items: center;\njustify-content: center;\nheight: 100%;\npadding: $spacing-06;\n", "new_path": "packages/react/src/components/EmptyState/_emptystate.scss", "old_path": "packages/react/src/...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(emptystate): left align the empty state in the table
1
feat
emptystate
317,646
20.05.2021 19:53:42
-7,200
8642b7bfd9cef969900ac373dd5c8602975475d6
feat: round timing style
[ { "change_type": "MODIFY", "diff": "@@ -40,12 +40,13 @@ The [installation guide][install] shows how to include this argument for PowerSh\nStyle specifies the format in which the time will be displayed. The table below shows some example times in each option.\n| format | 0.001s | 2.1s | 3m2.1s | 4h3m2.1s |\n...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: round timing style
1
feat
null
791,621
20.05.2021 21:00:15
14,400
11f961268429bb691be226aaffae6a88eeb9c600
feat: expose list/get options for full/basic on schema methods This corrects a review issue in the unreleased PR:
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ const PKG = require('../../package.json');\nconst v1 = require('./v1');\nimport {promisifySome} from './util';\n-import {Schema, SchemaType, ICreateSchemaRequest} from './schema';\n+import {Schema, SchemaType, ICreateSchemaRequest, SchemaViews} from './s...
TypeScript
Apache License 2.0
googleapis/nodejs-pubsub
feat: expose list/get options for full/basic on schema methods (#1291) This corrects a review issue in the unreleased PR: https://github.com/googleapis/nodejs-pubsub/pull/1289
1
feat
null
418,596
20.05.2021 22:00:45
-28,800
10d2e7fd6a1246a9ae400d5e564685afdb4e4d6c
chore(web): check this.app.middlewares[name] is function
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,9 @@ class AppBootHook {\ncontinue;\n}\n// support options.match and options.ignore\n+ if (typeof this.app.middlewares[name] !== 'function') {\n+ throw new TypeError('this.app.middlewares.' + name + '() is not a function')\n+ }\nconst mw = this.app.middleware...
TypeScript
MIT License
midwayjs/midway
chore(web): check this.app.middlewares[name] is function (#1055)
1
chore
web
730,496
20.05.2021 22:09:41
-3,600
988b3f3611af07bd444eab31d992636e4d1586f3
fix: typo in the update video test
[ { "change_type": "MODIFY", "diff": "@@ -386,7 +386,7 @@ skipInNode(describe)('plugin-meetings', () => {\n});\nit('alice update video', () => {\n- const oldAudioTrackId = alice.meeting.mediaProperties.videoTrack.id;\n+ const oldAudioTrackId = alice.meeting.mediaProperties.audioTrack.id;\nreturn alice.meeting...
JavaScript
MIT License
webex/webex-js-sdk
fix: typo in the update video test
1
fix
null
756,013
20.05.2021 22:18:23
21,600
e1cd645d6368404c12e8bb7fa0d28b612e5410e7
ci: correctly handle the case of no coverage data
[ { "change_type": "MODIFY", "diff": "@@ -154,7 +154,7 @@ jobs:\n- name: generate coverage for all tests\nrun: 'yarn test:c8-all || :'\n- name: generate coverage/html reports\n- run: yarn c8 report --reporter=html-spa --reports-dir=coverage/html --temp-directory=coverage/tmp\n+ run: mkdir -p coverage/tmp && y...
JavaScript
Apache License 2.0
agoric/agoric-sdk
ci: correctly handle the case of no coverage data (#3145)
1
ci
null
67,494
20.05.2021 22:51:12
-7,200
10fd90db6225b14a2f3ded7b243dc235a06b161d
fix(router): use full state instruction when appropriate
[ { "change_type": "MODIFY", "diff": "@@ -103,15 +103,15 @@ export class RouterConfiguration {\nRouterConfiguration.options = RouterOptions.create();\n// TODO: Old AppTask, remove before beta\n- // if (AppTask.with != null) {\n- // return container.register(\n- // ...DefaultComponents,\n- // ...DefaultResourc...
TypeScript
MIT License
aurelia/aurelia
fix(router): use full state instruction when appropriate
1
fix
router
304,914
20.05.2021 23:36:40
-28,800
056ad34dca73fa7100a8bca5fa2bb98d9533cdfb
fix(cmd): switch default port from 9999 to 8086
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ func init() {\nrootCmd.AddCommand(executeCmd)\n}\n-const DefaultInfluxDBHost = \"http://localhost:9999\"\n+const DefaultInfluxDBHost = \"http://localhost:8086\"\nfunc injectDependencies(ctx context.Context) (context.Context, flux.Dependencies) {\ndeps :=...
Go
MIT License
influxdata/flux
fix(cmd): switch default port from 9999 to 8086 (#3514)
1
fix
cmd
269,464
21.05.2021 02:53:22
0
00b76540ca0b30f72ce598b966f58e7bbaae124e
fix(snap): ignore human review error msg closes
[ { "change_type": "MODIFY", "diff": "@@ -330,7 +330,10 @@ func create(ctx *context.Context, snap config.Snapcraft, arch string, binaries [\nreturn nil\n}\n-const reviewWaitMsg = `Waiting for previous upload(s) to complete their review process.`\n+const (\n+ reviewWaitMsg = `Waiting for previous upload(s) to ...
Go
MIT License
goreleaser/goreleaser
fix(snap): ignore human review error msg closes #2194 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
fix
snap
269,589
21.05.2021 04:07:48
-7,200
c91099c5f9efe2106487bcddd8f06516d23e07e4
fix(ci): use official login action and switch to github secret for ghcr
[ { "change_type": "MODIFY", "diff": "@@ -67,25 +67,27 @@ jobs:\nname: Diff\nrun: git diff\n-\n- name: Docker Login\n- if: success() && startsWith(github.ref, 'refs/tags/v')\n- env:\n- DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}\n- DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}\n- GITHUB_TOKEN: ${{ secre...
Go
MIT License
goreleaser/goreleaser
fix(ci): use official login action and switch to github secret for ghcr (#2210) Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
1
fix
ci
699,189
21.05.2021 07:42:13
36,000
45c24b01aeabf3db34868c4f0ae91b49a0493169
fix(stack): remove extra margin when having null children
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/stack': patch\n+'@twilio-paste/core': patch\n+---\n+\n+Fix a bug where `null` children to a Stack causes extra margin to be appended at the end.\n", "new_path": ".changeset/few-beers-nail.md", "old_path": null }, { "change_type": "DELETE...
TypeScript
MIT License
twilio-labs/paste
fix(stack): remove extra margin when having null children (#1479)
1
fix
stack
317,646
21.05.2021 08:14:02
-7,200
5f045431cfaa7fdfec8665c91a5a494998c660a9
fix(executiontime): round values logically
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,6 @@ Style specifies the format in which the time will be displayed. The table below\n| galveston | `00:00:00` | `00:00:02` | `00:03:02` | `04:03:02` |\n| houston | `00:00:00.001` | `00:00:02.1` | `00:03:02.1` | `04:03:02.1` |\n| amarillo | `0.001s` | `2.1s` ...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(executiontime): round values logically
1
fix
executiontime
317,646
21.05.2021 08:23:12
-7,200
894b84fa85191a06a3274ec778c3c376d6eef2f1
fix(pwsh): get filesystem path for configs resolves
[ { "change_type": "MODIFY", "diff": "@@ -51,10 +51,11 @@ function Set-PoshPrompt {\n$config = \"\"\nif (Test-Path \"$PSScriptRoot/themes/$Theme.omp.json\") {\n- $config = \"$PSScriptRoot/themes/$Theme.omp.json\"\n+ $path = \"$PSScriptRoot/themes/$Theme.omp.json\"\n+ $config = (Resolve-Path -Path $path).Provi...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(pwsh): get filesystem path for configs resolves #715
1
fix
pwsh
104,828
21.05.2021 08:23:44
-7,200
17df6086d276497988ee270945a80ace27c54b4f
feat(mapcard): correct sizes and spacing
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ const propTypes = {\n/** True if the legend should be full bleed and occupy the full width of the map */\nisFullWidth: PropTypes.bool.isRequired,\nisCollapsed: PropTypes.bool.isRequired,\n+ increasedMargin: PropTypes.bool,\ntitleText: PropTypes.string,\n...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(mapcard): correct sizes and spacing
1
feat
mapcard
889,620
21.05.2021 08:38:50
-28,800
fa9d40f84c7d02fa164472c86ac549ae3999c418
fix(webui): count in progress books as unread in series filter and card
[ { "change_type": "MODIFY", "diff": "@@ -218,7 +218,7 @@ export default Vue.extend({\nreturn false\n},\nunreadCount (): number | undefined {\n- if (this.computedItem.type() === ItemTypes.SERIES) return (this.item as SeriesDto).booksUnreadCount\n+ if (this.computedItem.type() === ItemTypes.SERIES) return (thi...
Kotlin
MIT License
gotson/komga
fix(webui): count in progress books as unread in series filter and card
1
fix
webui
317,646
21.05.2021 08:50:41
-7,200
c3b6f31d09cf672d7172172064a2b70d60dd9390
feat(pwsh): disable module support by default
[ { "change_type": "RENAME", "diff": "@@ -8,6 +8,11 @@ sidebar_label: Azure\nDisplay the currently active Azure subscription information.\n+:::info\n+PowerShell offers support for the `Az.Accounts` module, but it is disabled by default.\n+To enable this, set `$env:AZ_ENABLED = $true` in your `$PROFILE`.\n+:::...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(pwsh): disable module support by default
1
feat
pwsh
889,620
21.05.2021 09:01:54
-28,800
d1616a98cd96a81e996752c7127720f162404e54
fix(webreader): incorrect tooltip for read incognito button
[ { "change_type": "MODIFY", "diff": "\"isbn\": \"ISBN\",\n\"navigation_within_readlist\": \"Navigation within the readlist: {name}\",\n\"read_book\": \"Read book\",\n+ \"read_incognito\": \"Read incognito\",\n\"size\": \"SIZE\"\n},\n\"browse_collection\": {\n", "new_path": "komga-webui/src/locales/en.jso...
Kotlin
MIT License
gotson/komga
fix(webreader): incorrect tooltip for read incognito button
1
fix
webreader
503,965
21.05.2021 09:36:31
14,400
b7125a9710b336213f4144773cf3b6be43536caf
fix(jumplinks): check for stale DOM node
[ { "change_type": "MODIFY", "diff": "@@ -119,7 +119,7 @@ export const JumpLinks: React.FunctionComponent<JumpLinksProps> = ({\nwindow.requestAnimationFrame(() => {\nlet newScrollItems = scrollItems;\n// Items might have rendered after this component. Do a quick refresh.\n- if (!newScrollItems[0] || newScroll...
TypeScript
MIT License
patternfly/patternfly-react
fix(jumplinks): check for stale DOM node (#5812)
1
fix
jumplinks
126,276
21.05.2021 09:38:00
10,800
b744a6c868a2f91746f995fbb092cb278982aff9
test(pkg/server): unit testing sql endpoints
[ { "change_type": "ADD", "diff": "+/*\n+Copyright 2021 CodeNotary, Inc. All rights reserved.\n+\n+Licensed under the Apache License, Version 2.0 (the \"License\");\n+you may not use this file except in compliance with the License.\n+You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses...
Go
Apache License 2.0
codenotary/immudb
test(pkg/server): unit testing sql endpoints Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/server
126,295
21.05.2021 10:01:03
-7,200
a9470062d3115a95bb1f36702bdd6321ee7d6cf7
chore: fix makefile leftovers
[ { "change_type": "MODIFY", "diff": "@@ -161,10 +161,10 @@ CHANGELOG.md.next-tag:\nclean/dist:\nrm -Rf ./dist\n-# SIGNCODE_PVK_PASSWORD='secret' SIGNCODE_PVK={path to pvk file} SIGNCODE_SPC={path to spc file} make dist\n+# WEBCONSOLE=1 SIGNCODE_PVK_PASSWORD='secret' SIGNCODE_PVK={path to pvk file} SIGNCODE_S...
Go
Apache License 2.0
codenotary/immudb
chore: fix makefile leftovers Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
null
791,704
21.05.2021 10:02:28
25,200
f82f9166991e2fc7f0a939d36ca5e30f5eaf4d04
deps(puppeteer): upgrade to 9.1.1
[ { "change_type": "MODIFY", "diff": "/* eslint-env jest */\nconst path = require('path');\n-const puppeteer = require('../../../node_modules/puppeteer/index.js');\n+const puppeteer = require('puppeteer');\nconst {DEFAULT_CATEGORIES, STORAGE_KEYS} =\nrequire('../../extension/scripts/settings-controller.js');\...
JavaScript
Apache License 2.0
googlechrome/lighthouse
deps(puppeteer): upgrade to 9.1.1 (#12284)
1
deps
puppeteer
392,551
21.05.2021 10:04:14
-7,200
8779cc70bdf37324ec3e3fa5081520f4b48bcb8c
feat: handle missing creator username in attribution Show general attribution when creator is missing.
[ { "change_type": "MODIFY", "diff": "@@ -7,8 +7,6 @@ import { Image } from \"../../graph/Image\";\nimport { ViewportSize } from \"../../render/interfaces/ViewportSize\";\nimport { VirtualNodeHash } from \"../../render/interfaces/VirtualNodeHash\";\nimport { ViewerConfiguration } from \"../../viewer/ViewerCon...
TypeScript
MIT License
mapillary/mapillary-js
feat: handle missing creator username in attribution Show general attribution when creator is missing.
1
feat
null
71,094
21.05.2021 10:28:17
-3,600
eff9c7504710929da58eab96c45d7b925132f73e
fix(pipelines): self-update build fails with named pipeline stack Fixes *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": "@@ -21,8 +21,16 @@ export interface UpdatePipelineActionProps {\n/**\n* Name of the pipeline stack\n+ *\n+ * @deprecated - Use `pipelineStackHierarchicalId` instead.\n+ * @default - none\n+ */\n+ readonly pipelineStackName?: string;\n+\n+ /**\n+ * Hierarchical id of the p...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(pipelines): self-update build fails with named pipeline stack (#14729) Fixes #10782 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
pipelines
531,793
21.05.2021 11:07:06
-3,600
63c3578815445c1d82ea04ef5a671bef6b2000bf
fix(ui): fix bootstrap v5 style issues
[ { "change_type": "MODIFY", "diff": "@@ -64,7 +64,7 @@ const SilenceDetails: FC<{\nisUpper = false,\n}) => {\nconst isExpired = parseISO(silence.endsAt) < new Date();\n- let expiresClass = \"text-dark\";\n+ let expiresClass = \"\";\nlet expiresLabel = \"Expires\";\nif (isExpired) {\nexpiresClass = \"text-dan...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): fix bootstrap v5 style issues
1
fix
ui
777,389
21.05.2021 11:09:58
25,200
0719c1d6d773043a4ca3e198105d55a14e912262
fix: fix an issue with parsing old exp config labels
[ { "change_type": "MODIFY", "diff": "@@ -236,7 +236,7 @@ def describe(args: Namespace) -> None:\ndoc[\"config\"].get(\"description\"),\ndoc[\"archived\"],\ndoc[\"config\"][\"resources\"].get(\"resource_pool\"),\n- \", \".join(sorted(doc[\"config\"].get(\"labels\", []))),\n+ \", \".join(sorted(doc[\"config\"]...
Python
Apache License 2.0
determined-ai/determined
fix: fix an issue with parsing old exp config labels [DET-5487] (#2411)
1
fix
null
141,506
21.05.2021 11:36:29
-36,000
21fddb639d070ead22d750834519b35052069e19
feat: quickfix option for Elm Tooltip to not take up space
[ { "change_type": "MODIFY", "diff": "@@ -23,4 +23,13 @@ main =\n)\n(div [] [ Tag.view (Tag.default |> Tag.inline True) \"Above\" ])\n]\n+ , statelessStoryOf \"Default - dontTakeUpSpaceWhenHiddenQuickFix\" <|\n+ div [ style \"margin-top\" \"200px\", style \"position\" \"relative\" ]\n+ [ Tooltip.view\n+ (Tool...
TypeScript
MIT License
cultureamp/kaizen-design-system
feat: quickfix option for Elm Tooltip to not take up space (#1611)
1
feat
null
531,793
21.05.2021 11:37:42
-3,600
bfc453a9d588236cc2cc7cd224134ecc528a8776
fix(ui): fix ui animations
[ { "change_type": "MODIFY", "diff": "@@ -152,7 +152,11 @@ const SilenceDetails: FC<{\n{silence.matchers.map((matcher, index) => (\n<span\nkey={`${index}/${matcher.name}/${matcher.isRegex}/${matcher.value}`}\n- className=\"badge bg-primary px-1 me-1 components-label\"\n+ className={`badge ${\n+ matcher.isEqua...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): fix ui animations
1
fix
ui
276,989
21.05.2021 11:37:52
10,800
3a072c7e9492fb2849b4ef22c7a26169d1931dda
chore(lint): add lint script for system package
[ { "change_type": "MODIFY", "diff": "\"lint:labnative\": \"NODE_ENV=test yarn lint packages/labnative\",\n\"lint:tokens\": \"NODE_ENV=test yarn lint packages/tokens\",\n\"lint:common\": \"NODE_ENV=test yarn lint packages/common\",\n+ \"lint:system\": \"NODE_ENV=test yarn lint packages/system\",\n\"lint:all\"...
JavaScript
MIT License
gympass/yoga
chore(lint): add lint script for system package
1
chore
lint
276,989
21.05.2021 11:41:05
10,800
5678b6340b5d17e7e90bda876d51fd26d42f60f4
chore(jest): add jest configuration for system package
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ module.exports = {\nprojects: [\n'<rootDir>/jest/config/native.js',\n'<rootDir>/jest/config/helpers.js',\n+ '<rootDir>/jest/config/system.js',\n'<rootDir>/jest/config/web.js',\n],\ncollectCoverageFrom: [\n", "new_path": "jest/config/config.js", "ol...
JavaScript
MIT License
gympass/yoga
chore(jest): add jest configuration for system package
1
chore
jest
126,295
21.05.2021 11:57:08
-7,200
fb5398fe7b7d69dd352685d477fbd01a86b64568
chore(cmd/immuclient): add describe, list, exec and query commands to immuclient shell
[ { "change_type": "MODIFY", "diff": "@@ -57,4 +57,10 @@ func (cli *cli) initCommands() {\ncli.Register(&command{\"status\", \"\", cli.healthCheck, nil, false})\ncli.Register(&command{\"history\", \"Fetch history for the item having the specified key\", cli.history, []string{\"key\"}, false})\ncli.Register(&c...
Go
Apache License 2.0
codenotary/immudb
chore(cmd/immuclient): add describe, list, exec and query commands to immuclient shell Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
cmd/immuclient
688,457
21.05.2021 12:12:46
-10,800
4bd327b0fc0b439fcd35b37abb58a603797ddc20
feat(FileList): Implement internal file list component This reverts commit
[ { "change_type": "DELETE", "diff": "-import React from 'react'\n-import { FileList } from '@toptal/picasso'\n-\n-const Example = () => {\n- const files = [\n- {\n- uploading: false,\n- progress: 0,\n- name: 'File 1'\n- },\n- {\n- uploading: true,\n- progress: 30,\n- name: 'File under upload'\n- },\n- {\n- u...
TypeScript
MIT License
toptal/picasso
feat(FileList): [TEA-2545] Implement internal file list component (#2067) (#2082) This reverts commit 1dfbc86a285f5ba42397e7fc7bac17798c4c6e91.
1
feat
FileList
127,946
21.05.2021 12:13:52
-3,600
8427f15ebbc37c88515db27bbe3fd8b3762b7b60
feat: remove cdn link package
[ { "change_type": "MODIFY", "diff": "\"@heathmont/moon-table\": \"^2.97.2\",\n\"@heathmont/moon-themes\": \"^2.97.0\",\n\"@heathmont/moon-utils\": \"^2.97.0\",\n- \"@heathmont/sportsbet-cdn\": \"1.1.0\",\n\"@mdx-js/mdx\": \"1.6.18\",\n\"@mdx-js/react\": \"1.6.18\",\n\"@tailwindcss/forms\": \"0.3.2\",\n", ...
TypeScript
MIT License
coingaming/moon-design
feat: remove cdn link package
1
feat
null
127,946
21.05.2021 12:24:45
-3,600
6079f9097a48ec954fb5a9fce62e1d5d477eaf36
fix: rename package repos
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ Any changes to this Sketch file should be committed **as well as** the Sketch-ge\nFor performance benefits (such as code-splitting) we opted for creating individual React components for **each** icon, rather than one single component.\n-We make use of [S...
TypeScript
MIT License
coingaming/moon-design
fix: rename package repos
1
fix
null
127,946
21.05.2021 12:27:32
-3,600
31918cbaede25c45048160e18cf6dcfb383a3523
fix: more package repo updates
[ { "change_type": "ADD", "diff": "+aliases:\n+ default: &default\n+ docker:\n+ - image: circleci/node:15\n+\n+ install_deps: &install_deps\n+ run:\n+ name: 'Installing dependencies and creating symlinks'\n+ command: yarn install --ignore-scripts\n+\n+ restore_cache: &restore_cache\n+ restore_cache:\n+ name: ...
TypeScript
MIT License
coingaming/moon-design
fix: more package repo updates
1
fix
null
334,560
21.05.2021 12:45:52
-10,800
ba5d8747785eecbf4583cade6e07f25cc3352e1c
docs: update docs to match v12
[ { "change_type": "MODIFY", "diff": "+# Migration from version 11 to version 12\n+\n+No breaking changes (except for updating to Angular 12)\n+\n# Migration from version 10 to version 11\n## Custom webpack builder\n", "new_path": "MIGRATION.MD", "old_path": "MIGRATION.MD" }, { "change_type": ...
TypeScript
MIT License
just-jeb/angular-builders
docs: update docs to match v12 (#987)
1
docs
null
217,922
21.05.2021 12:52:31
-7,200
41975e05e72e1e632695e8250743956228116d63
fix(alarms): refactoring of the weather+time system
[ { "change_type": "MODIFY", "diff": "@@ -216,7 +216,7 @@ export class AlarmsFacade {\nconst despawn = {\n...nextSpawn\n};\n- if (!alarm.duration) {\n+ if (nextSpawn.despawn) {\ndespawn.hours = nextSpawn.despawn;\n} else {\ndespawn.hours = (nextSpawn.hours + alarm.duration) % 24;\n@@ -346,65 +346,21 @@ export...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): refactoring of the weather+time system
1
fix
alarms
127,946
21.05.2021 12:53:40
-3,600
5a73776fd7d49a97b8c35c3113008a6ed46b2473
fix: remove .circleci/config.yml
[ { "change_type": "DELETE", "diff": "-aliases:\n- default: &default\n- docker:\n- - image: circleci/node:15\n-\n- install_deps: &install_deps\n- run:\n- name: 'Installing dependencies and creating symlinks'\n- command: yarn install --ignore-scripts\n-\n- restore_cache: &restore_cache\n- restore_cache:\n- nam...
TypeScript
MIT License
coingaming/moon-design
fix: remove .circleci/config.yml
1
fix
null
217,922
21.05.2021 13:04:53
-7,200
e407986990dd023138407bdb4287ccb96b871fd1
fix(treasure-finder): fixed wrong miniature positions
[ { "change_type": "MODIFY", "diff": "@@ -35,12 +35,8 @@ export class TreasureFinderComponent {\n.map(treasure => {\nconst mapData = this.lazyData.data.maps[treasure.map];\nconst coordsPercent = this.mapService.getPositionOnMap(mapData, treasure.coords);\n- let offsetX = 94;\n- let offsetY = 79.5;\n- if ([122...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(treasure-finder): fixed wrong miniature positions
1
fix
treasure-finder
756,064
21.05.2021 14:01:12
25,200
40bbdee873d73437e9f19c46688db785b8300bff
feat(SwingSet): makeFakeVirtualObjectManager() takes options bag
[ { "change_type": "MODIFY", "diff": "@@ -84,7 +84,7 @@ function zotVal(arbitrary, name, tag, count) {\n// prettier-ignore\ntest('virtual object operations', t => {\nconst log = [];\n- const { makeKind, flushCache, dumpStore } = makeFakeVirtualObjectManager(3, log);\n+ const { makeKind, flushCache, dumpStore ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(SwingSet): makeFakeVirtualObjectManager() takes options bag
1
feat
SwingSet
342,890
21.05.2021 14:06:35
-7,200
dc6fe69e3f475e5518251a83e421f844d19d07ec
docs: add docs on errors with forms
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,7 @@ Themer\n[Tt]ooltip\n[Tt]ooltips\ntl\n+unformatted\nToman\nviewport\nVueling\n", "new_path": ".github/styles/Vocab/Kiwi/accept.txt", "old_path": ".github/styles/Vocab/Kiwi/accept.txt" }, { "change_type": "ADD", "diff": "+import * as Re...
JavaScript
MIT License
kiwicom/orbit
docs: add docs on errors with forms
1
docs
null
756,064
21.05.2021 14:20:09
25,200
e3ab2e191f77cd24e5752c574cd79effd46c5f99
fix(SwingSet): makeFakeVirtualObjectManager takes weak=true Change `makeFakeVirtualObjectManager` to accept a `{ weak: true }` option, to use the same "slotToVal holds WeakRef" pattern as liveslots does. We need this to test the VOM retaining Remotables, since a strong `slotToVal` reference would cause a false positive...
[ { "change_type": "MODIFY", "diff": "+/* global WeakRef */\nimport { makeMarshal } from '@agoric/marshal';\nimport { assert } from '@agoric/assert';\nimport { parseVatSlot } from '../src/parseVatSlots';\n@@ -5,7 +6,7 @@ import { parseVatSlot } from '../src/parseVatSlots';\nimport { makeVirtualObjectManager }...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(SwingSet): makeFakeVirtualObjectManager takes weak=true Change `makeFakeVirtualObjectManager` to accept a `{ weak: true }` option, to use the same "slotToVal holds WeakRef" pattern as liveslots does. We need this to test the VOM retaining Remotables, since a strong `slotToVal` reference would cause a false positiv...
1
fix
SwingSet
897,067
21.05.2021 14:36:04
-32,400
5632bcd8c59db65615fa0cbe511c6a09a2986d10
chore(plugin-uploader): fix typo in package.json
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@kintone/plugin-uploader\",\n\"version\": \"5.0.1\",\n- \"description\": \"A kintone plugin uploader using puppetieer\",\n+ \"description\": \"A kintone plugin uploader using puppeteer\",\n\"bin\": {\n\"kintone-plugin-uploader\": \"bin/cli.js\"\n},\n", ...
TypeScript
MIT License
kintone/js-sdk
chore(plugin-uploader): fix typo in package.json (#893)
1
chore
plugin-uploader
342,890
21.05.2021 14:46:07
-7,200
df7dc711fec7fe61509971675a5c02583104c249
fix(docs): updates for Figma images
[ { "change_type": "MODIFY", "diff": "@@ -44,16 +44,9 @@ import MoreThanColorSnippet from \"snippets/more-than-color.mdx\";\nWithout icons, people with color blindness might see success and critical alerts as the same.\n-<FigmaFile\n- file=\"fannvRpkOJK6uxxT33EKaa\"\n- node=\"\"\n- alt=\"Success and critical ...
JavaScript
MIT License
kiwicom/orbit
fix(docs): updates for Figma images
1
fix
docs
126,276
21.05.2021 14:51:48
10,800
04db5d5d6ca608ad9be282a543e59140d05f164e
test(pkg/database): enhance unit testing for sql related functionality
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ package database\nimport (\n\"testing\"\n+ \"github.com/codenotary/immudb/embedded/sql\"\n\"github.com/codenotary/immudb/embedded/store\"\n\"github.com/codenotary/immudb/pkg/api/schema\"\n\"github.com/stretchr/testify/require\"\n@@ -27,8 +28,23 @@ func T...
Go
Apache License 2.0
codenotary/immudb
test(pkg/database): enhance unit testing for sql related functionality Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/database
756,051
21.05.2021 15:08:15
18,000
716820b16f2a8e1d37605b43f8a55f30e2379978
test(xsnap): round-trip byte sequences from Golang for dynamic IBC refs:
[ { "change_type": "MODIFY", "diff": "@@ -88,3 +88,54 @@ test('keyword in destructuring', async t => {\n`);\nt.deepEqual(opts.messages, ['{\"d\":1,\"i\":2}']);\n});\n+\n+test('round-trip byte sequences via JSON including string literals', async t => {\n+ const opts = options(io);\n+ const vat = xsnap(opts);\n...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(xsnap): round-trip byte sequences from Golang for dynamic IBC refs: #2118
1
test
xsnap
342,869
21.05.2021 15:28:46
-7,200
89cfee0a18cf765058be4e616aab37884742c758
feat(TextLink): add status types
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,6 @@ import {\nimport getSpacingToken from \"../common/getSpacingToken\";\nimport { textAlign } from \"../utils/rtl\";\nimport { getLinkStyle, StyledTextLink } from \"../TextLink\";\n-import { TYPE_OPTIONS as TEXTLINK_TYPE_OPTIONS } from \"../TextLink/consts\...
JavaScript
MIT License
kiwicom/orbit
feat(TextLink): add status types (#2915)
1
feat
TextLink
531,793
21.05.2021 15:39:37
-3,600
40c84223918ac3c05996ddb1edb5eb9f9c426d28
fix(ui): use math.div() in scss files
[ { "change_type": "MODIFY", "diff": "+@use \"sass:math\";\n+\n$totalWidth: 2.6rem;\n$fetcherWidth: 2rem;\n-$pixSize: $fetcherWidth / 5;\n+$pixSize: math.div($fetcherWidth, 5);\n.invisible .components-fetcher {\ndisplay: none;\n}\n.components-fetcher {\n- padding: (($totalWidth - $fetcherWidth) / 2);\n+ paddi...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): use math.div() in scss files
1
fix
ui
730,461
21.05.2021 15:55:57
0
dee1fc7386e6f41c3843084b8588903e91786f7e
feat(webex-core): allow for options to be passed through to sendUserActivation
[ { "change_type": "MODIFY", "diff": "@@ -222,6 +222,7 @@ const Services = WebexPlugin.extend({\n* @param {object} ValidateUserPTO\n* @property {string} ValidateUserPTO.email - The email of the user.\n* @property {string} [ValidateUserPTO.reqId] - The activation requester.\n+ * @property {object} [ValidateUse...
JavaScript
MIT License
webex/webex-js-sdk
feat(webex-core): allow for options to be passed through to sendUserActivation
1
feat
webex-core
392,551
21.05.2021 16:08:45
-7,200
775d4b991dd8f548320ddd90eef86b7124bd122b
docs: add data provider overview section
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,25 @@ You can use the data provider API to provide data in the MapillaryJS [ent format\n:::\n+## Overview\n+\n+We will soon go into the details of our data provider, but first we will get an overview of the data provider concept. The data provider overview be...
TypeScript
MIT License
mapillary/mapillary-js
docs: add data provider overview section
1
docs
null
617,455
21.05.2021 16:19:27
-7,200
f440e462c919e6f43444f3db02bea7f98bb9ffc0
feat(simulator): add CC 275 to retirement notice simulator
[ { "change_type": "MODIFY", "diff": "import { Action, ActionName, State } from \"../common/type/WizardType\";\nimport Steps from \"./steps\";\n-const supportedCcn = [16, 29, 44, 176, 292];\n+const supportedCcn = [16, 29, 44, 176, 275, 292];\nexport const initialState: State = {\nstepIndex: 0,\n", "new_pa...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
feat(simulator): add CC 275 to retirement notice simulator (#3498)
1
feat
simulator
141,511
21.05.2021 16:22:25
-43,200
60e953ceb545c38f0edcbee572972554be867108
feat: add wrapping element to illustration BREAKING CHANGE: The width and height of the illustration element must be seperate from the element that has padding for the guidance block style. This is because consumers are likely to implement `box-sizing: border-box` which will destroy the dimensions of the image.
[ { "change_type": "MODIFY", "diff": "@@ -50,9 +50,7 @@ $illustration-size: 155px;\n}\n}\n-.illustration {\n- width: $illustration-size;\n- height: $illustration-size;\n+.illustrationWrapper {\ndisplay: flex;\npadding: 0 ($kz-var-spacing-sm);\n@@ -68,6 +66,11 @@ $illustration-size: 155px;\n}\n}\n+.illustratio...
TypeScript
MIT License
cultureamp/kaizen-design-system
feat: add wrapping element to illustration (#1613) BREAKING CHANGE: The width and height of the illustration element must be seperate from the element that has padding for the guidance block style. This is because consumers are likely to implement `box-sizing: border-box` which will destroy the dimensions of the i...
1
feat
null
617,466
21.05.2021 16:43:51
-7,200
e95aead28d2df2e747736a397a91ae74848a2013
feat(simulator): add retirement for CC 650
[ { "change_type": "MODIFY", "diff": "import { Action, ActionName, State } from \"../common/type/WizardType\";\nimport Steps from \"./steps\";\n+// Add only idcc number for Agreement asking for additionnal information\nconst supportedCcn = [16, 29, 44, 176, 275, 292];\nexport const initialState: State = {\n",...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
feat(simulator): add retirement for CC 650 (#3499)
1
feat
simulator
791,682
21.05.2021 17:08:59
14,400
432735bafc4d6fd380ac0d2bb9e4133b1d6db8e5
core(csp-xss): move to default config
[ { "change_type": "MODIFY", "diff": "@@ -168,6 +168,9 @@ Object {\nObject {\n\"path\": \"preload-lcp-image\",\n},\n+ Object {\n+ \"path\": \"csp-xss\",\n+ },\nObject {\n\"path\": \"full-page-screenshot\",\n},\n@@ -764,6 +767,11 @@ Object {\n\"id\": \"no-vulnerable-libraries\",\n\"weight\": 1,\n},\n+ Object {...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(csp-xss): move to default config (#12514)
1
core
csp-xss
815,595
21.05.2021 17:15:15
-28,800
e57b3e9a743263df385d9ad78292a01f63509286
feat: prepare benchmark workflow - terraform configuration files
[ { "change_type": "ADD", "diff": "+/.terraform\n+/terraform.tfstate\n+/terraform.tfstate.backup\n+/terraform.tfvars\n", "new_path": ".github/workflows/benchmark/terraform/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# This file is maintained automatically by \"terraf...
Rust
MIT License
nervosnetwork/ckb
feat: prepare benchmark workflow - terraform configuration files
1
feat
null
276,989
21.05.2021 17:16:37
10,800
15669955ce5894a46c1ee1e3829182b745819b2a
chore(dps): add styled-components dependency into system package
[ { "change_type": "MODIFY", "diff": "},\n\"bugs\": {\n\"url\": \"https://github.com/Gympass/yoga/issues\"\n+ },\n+ \"devDependencies\": {\n+ \"styled-components\": \"^4.4.0\"\n+ },\n+ \"peerDependencies\": {\n+ \"styled-components\": \"^4.4.0\"\n}\n}\n", "new_path": "packages/system/package.json", "o...
JavaScript
MIT License
gympass/yoga
chore(dps): add styled-components dependency into system package
1
chore
dps
276,989
21.05.2021 17:17:12
10,800
46f2bddab9803ec7445e660da13d6160533445ca
refactor(system): remove themeReader dependency from
[ { "change_type": "MODIFY", "diff": "import { css } from 'styled-components';\n-import { theme as themeReader } from '@gympass/yoga';\nfunction resolve(obj, path) {\ntry {\n- return path.split('.').reduce((prev, curr) => prev && prev[curr], obj);\n+ return path\n+ .split('.')\n+ .reduce((prev, curr) => prev ...
JavaScript
MIT License
gympass/yoga
refactor(system): remove themeReader dependency from @gympass/yoga
1
refactor
system
276,989
21.05.2021 17:17:51
10,800
d782ac567c2aa48ee64db377487c44eef9cdaa87
test(system): start testing border module (from zero to border colors)
[ { "change_type": "MODIFY", "diff": "@@ -7,8 +7,17 @@ import {\ncompose,\n} from './theme';\n-const transform = value =>\n- Number(value) && value !== 0 ? `${toPx(value)} solid` : value;\n+const transform = value => {\n+ if (Number(value) && value !== 0) {\n+ return `${toPx(value)} solid`;\n+ }\n+\n+ if (Num...
JavaScript
MIT License
gympass/yoga
test(system): start testing border module (from zero to border colors)
1
test
system
306,346
21.05.2021 17:28:51
-15,480
4cb0ec9f110965a8795d3b8658581dcf3a07575e
test(aws): add data_transfer golden file test
[ { "change_type": "ADD", "diff": "+package aws_test\n+\n+import (\n+ \"testing\"\n+\n+ \"github.com/infracost/infracost/internal/providers/terraform/tftest\"\n+)\n+\n+func TestDataTransferGoldenFile(t *testing.T) {\n+ t.Parallel()\n+ if testing.Short() {\n+ t.Skip(\"skipping test in short mode\")\n+ }\n+\n+ ...
Go
Apache License 2.0
infracost/infracost
test(aws): add data_transfer golden file test
1
test
aws
306,346
21.05.2021 17:29:25
-15,480
8f7a0b006630b2297ca89f84b49840329ec23727
fix(aws): monthly_outbound_other_regions_gb usage data typo
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,7 @@ resource_usage:\nregion: us-east-1 # Region the data transfer is originating from.\nmonthly_intra_region_gb: 1000 # Monthly data transferred between availability zones in the region.\nmonthly_outbound_us_east_to_us_east_gb: 500 # Monthly data transferred...
Go
Apache License 2.0
infracost/infracost
fix(aws): monthly_outbound_other_regions_gb usage data typo
1
fix
aws
791,682
21.05.2021 17:32:43
14,400
7cec2652c4cfeda04de8442496fa4d444f88a521
core(fr): convert inspector-issues gatherer
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,7 @@ const artifacts = {\nIFrameElements: '',\nImageElements: '',\nInstallabilityErrors: '',\n+ InspectorIssues: '',\nJsUsage: '',\nLinkElements: '',\nMainDocumentContent: '',\n@@ -74,6 +75,7 @@ const defaultConfig = {\n{id: artifacts.IFrameElements, gatherer...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): convert inspector-issues gatherer (#12530)
1
core
fr
277,262
21.05.2021 17:38:15
-7,200
f2b71c66b9758c288f393f109fde081358b89710
docs: Update Wave ML docs to 0.7.0
[ { "change_type": "MODIFY", "diff": "-WAVE_ML_VERSION := v0.6.0\n+WAVE_ML_VERSION := v0.7.0\nall: build ## Build h2o_wave wheel\n", "new_path": "py/Makefile", "old_path": "py/Makefile" }, { "change_type": "MODIFY", "diff": "@@ -61,6 +61,7 @@ module.exports = {\n'api/h2o_wave_ml/index',\n'...
Python
Apache License 2.0
h2oai/wave
docs: Update Wave ML docs to 0.7.0 (#826)
1
docs
null
306,421
21.05.2021 18:04:37
-7,200
454cf17256175baa51a1488f470f9fd5d19a1c95
chore: temp patch simulator window
[ { "change_type": "ADD", "diff": "+diff --git a/node_modules/@rocket/cli/preset/_includes/layout-simulator.njk b/node_modules/@rocket/cli/preset/_includes/layout-simulator.njk\n+index e8a48ba..c0916fe 100644\n+--- a/node_modules/@rocket/cli/preset/_includes/layout-simulator.njk\n++++ b/node_modules/@rocket/c...
JavaScript
MIT License
ing-bank/lion
chore: temp patch @rocket/cli simulator window
1
chore
null
815,609
21.05.2021 18:13:48
-28,800
92a7256fd81d949860f3c25e6bd0a640d3edb35c
feat(hardfork): in the "since epoch", the index should be less than length
[ { "change_type": "MODIFY", "diff": "@@ -9,9 +9,11 @@ use serde::{Deserialize, Serialize};\n/// Hard forks parameters for spec.\n#[derive(Default, Clone, PartialEq, Eq, Debug, Serialize, Deserialize)]\n+#[serde(deny_unknown_fields)]\npub struct HardForkConfig {\n- /// Just a dummy field to test hard fork fea...
Rust
MIT License
nervosnetwork/ckb
feat(hardfork): in the "since epoch", the index should be less than length
1
feat
hardfork
531,793
21.05.2021 18:27:32
-3,600
5841e8547b1464c9f1ef8dd580bac010fa190fb3
fix(ui): pause when grid menu is open
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ import { NewLabelName, StringToOption, OptionT } from \"Common/Select\";\nimport { DropdownSlide } from \"Components/Animations/DropdownSlide\";\nimport { ThemeContext } from \"Components/Theme\";\nimport { useOnClickOutside } from \"Hooks/useOnClickOuts...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): pause when grid menu is open
1
fix
ui
815,609
21.05.2021 18:27:54
-28,800
4d75c5ce2c120f0210437a7f40df32dfa9fe1a1f
feat(hardfork): use block timestamp of input cells as relative since start timestamp
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,8 @@ use serde::{Deserialize, Serialize};\npub struct HardForkConfig {\n// TODO ckb2021 Update all rfc numbers and fix all links, after all proposals are merged.\n/// Ref: [CKB RFC xxxx](https://github.com/nervosnetwork/rfcs/tree/master/rfcs/xxxx-rfc-title)\n...
Rust
MIT License
nervosnetwork/ckb
feat(hardfork): use block timestamp of input cells as relative since start timestamp
1
feat
hardfork
815,595
21.05.2021 18:52:15
-28,800
952c019e4542baa117175b9633c85fbeae86284c
feat: prepare benchmark workflow - ansible playbook
[ { "change_type": "ADD", "diff": "+[defaults]\n+host_key_checking = False\n+gathering = explicit\n+timeout = 60\n", "new_path": ".github/workflows/benchmark/ansible/ansible.cfg", "old_path": null }, { "change_type": "ADD", "diff": "Binary files /dev/null and b/.github/workflows/benchmark/...
Rust
MIT License
nervosnetwork/ckb
feat: prepare benchmark workflow - ansible playbook
1
feat
null
815,595
21.05.2021 18:52:40
-28,800
605676e33ba85bee163926db3e77db9a614b8163
docs: add readme for benchamrk ansible playbook
[ { "change_type": "ADD", "diff": "+# Ansible Playbook Used For Benchmark Workflow\n+\n+This Ansible playbook is part of the \"Benchmark\" workflow.\n+\n+## Pre-Install\n+\n+```\n+ansible-galaxy install -r requirements.yml\n+```\n+\n+## Inventory File\n+\n+To use this playbook, the provided inventory file mus...
Rust
MIT License
nervosnetwork/ckb
docs: add readme for benchamrk ansible playbook
1
docs
null
426,669
21.05.2021 18:54:42
-3,600
68726a6621a6074d6f42f4293aab571605f4f784
fix(polyfills-loader): fix to export createPolyfillsLoader
[ { "change_type": "ADD", "diff": "+---\n+'@web/polyfills-loader': patch\n+---\n+\n+fix to export createPolyfillsLoader\n", "new_path": ".changeset/funny-grapes-wink.md", "old_path": null }, { "change_type": "MODIFY", "diff": "// this file is autogenerated with the generate-mjs-dts-entrypo...
TypeScript
MIT License
modernweb-dev/web
fix(polyfills-loader): fix to export createPolyfillsLoader
1
fix
polyfills-loader
815,595
21.05.2021 18:58:47
-28,800
2a1c4c93038951c3d025ac021a35d7792d6f76f7
feat: add workflow "Benchmark"
[ { "change_type": "ADD", "diff": "+name: Benchmark\n+\n+on:\n+ # Submit your review with a comment body containing \"#benchmark\"\n+ pull_request_review:\n+ types: [ submitted ]\n+\n+jobs:\n+ build_modified_ckb:\n+ name: Build Modified CKB\n+ runs-on: [ self-hosted, Linux, X64, building ]\n+ if: |\n+ contain...
Rust
MIT License
nervosnetwork/ckb
feat: add workflow "Benchmark"
1
feat
null
306,641
21.05.2021 19:49:00
-19,080
602747517221869211b5698c92df8b4f28f5d8ba
fix(Backdrop): enables scroll on unmount
[ { "change_type": "MODIFY", "diff": "@@ -53,6 +53,10 @@ export const Backdrop: React.FC<BackdropProps> = props => {\nsetAnimate(false);\nenableBodyScroll();\n}\n+\n+ return () => {\n+ enableBodyScroll();\n+ };\n}, [props.open]);\nconst BackdropElement = ReactDOM.createPortal(\n", "new_path": "core/compon...
TypeScript
MIT License
innovaccer/design-system
fix(Backdrop): enables scroll on unmount
1
fix
Backdrop
317,646
21.05.2021 19:56:31
-7,200
ed610c13ee9e101192f7eaf7cb5ea7771dc0d6e2
feat(az): display account info
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,7 @@ To enable this, set `$env:AZ_ENABLED = $true` in your `$PROFILE`.\n## Properties\n-- info_separator: `string` - text/icon to put in between the subscription name and ID - defaults to ` | `\n-- display_id: `boolean` - display the subscription ID or not - ...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(az): display account info
1
feat
az
317,646
21.05.2021 20:01:08
-7,200
50473767a74d5a7403a1bebf1c37f281b3e15847
chore(ci): replace golint with revive
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ linters:\n- gocyclo\n- gofmt\n- goimports\n- - golint\n+ - revive\n- goprintffuncname\n- gosimple\n- govet\n", "new_path": "src/.golangci.yml", "old_path": "src/.golangci.yml" }, { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ imp...
Go
MIT License
jandedobbeleer/oh-my-posh
chore(ci): replace golint with revive
1
chore
ci
815,595
21.05.2021 20:19:22
-28,800
e2f914146bd338ca230b5509375de69f4c76cd59
docs: add README.md for workflow benchmark terraform
[ { "change_type": "ADD", "diff": "+# Terraform Configuration Files Used For Benchmark Workflow\n+\n+These Terraform configuration files are part of the [\"Benchmark\" workflow](../../benchmark.yml).\n+\n+## AMI\n+\n+Read [`ami.tf`](./ami.tf)\n+\n+## Variables\n+\n+Read [`variables.tf`](./variables.tf)\n+\n+#...
Rust
MIT License
nervosnetwork/ckb
docs: add README.md for workflow benchmark terraform
1
docs
null
866,401
21.05.2021 21:39:07
10,800
970c4f9b604d09467ad4067fe49575986fdd725c
fix(custom-events): onloadend type defined Related Ticket(s) Description I've added a type definition for loadend on the global ElementEventMap, so we fix the error that was blocking Angular 10 development.
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,12 @@ declare module '*.mdx' {\n};\n}\n+declare global {\n+ interface ElementEventMap {\n+ loadend: Event;\n+ }\n+}\n+\ndeclare module '*.scss';\ndeclare module '*.svg';\ndeclare module '*.jpg';\n", "new_path": "packages/web-components/src/typings/resourc...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(custom-events): onloadend type defined (#6158) Related Ticket(s) #5852 Description I've added a type definition for loadend on the global ElementEventMap, so we fix the error that was blocking Angular 10 development.
1
fix
custom-events
815,595
21.05.2021 21:44:01
-28,800
52d04a44d3c8052560e9f7d946f35f15d9e66c68
feat: prepare sync-mainnet workflow - terraform configuration files
[ { "change_type": "ADD", "diff": "+/.terraform\n+/terraform.tfstate\n+/terraform.tfstate.backup\n+/terraform.tfvars\n+*.log\n", "new_path": ".github/workflows/sync/terraform/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# This file is maintained automatically by \"ter...
Rust
MIT License
nervosnetwork/ckb
feat: prepare sync-mainnet workflow - terraform configuration files
1
feat
null
756,029
21.05.2021 21:49:37
25,200
35311325cdb76c4981cffaffbc9d9b1f8701662a
fix(xsnap): Account for TypedArray and subarrays in Text shim
[ { "change_type": "MODIFY", "diff": "@@ -13,8 +13,16 @@ class TextEncoder {\n}\nclass TextDecoder {\n- decode(bs) {\n- return fromArrayBuffer(bs);\n+ decode(bytes) {\n+ // TODO: the following condition can be removed in a future update of XS.\n+ // https://github.com/Agoric/agoric-sdk/issues/3362\n+ if (Arra...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(xsnap): Account for TypedArray and subarrays in Text shim
1
fix
xsnap
317,646
21.05.2021 22:10:20
-7,200
b67f6257407ad69e1915a94799e14de7ae765e80
fix(bash): escape entire rprompt resolves
[ { "change_type": "MODIFY", "diff": "@@ -30,10 +30,12 @@ type ansiUtils struct {\nitalic string\nunderline string\nstrikethrough string\n+ bashFormat string\n}\nfunc (a *ansiUtils) init(shell string) {\na.shell = shell\n+ a.bashFormat = \"\\\\[%s\\\\]\"\nswitch shell {\ncase zsh:\na.linechange = \"%%{\\x1b[%...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(bash): escape entire rprompt resolves #717
1
fix
bash
447,446
22.05.2021 11:47:09
14,400
3d5345399fb5c0cebc3311695bfb44723e6a5f51
fix: fix action cell overflow when table variant is listview
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,7 @@ const StyledCellContainer = attachThemeAttrs(styled.td)`\nborder-bottom-right-radius: 12px;\nborder-top-right-radius: 12px;\noverflow: hidden;\n+ padding: 2px 0;\n}\n`}\n", "new_path": "src/components/Table/body/styled/cellContainer.js", "old_pat...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix action cell overflow when table variant is listview (#2239)
1
fix
null
815,593
22.05.2021 11:47:26
-32,400
8ef0ea9c7ddb9c7613e5c37d3f358258e04892d8
perf: move unknown_tx_hashes to global state
[ { "change_type": "MODIFY", "diff": "@@ -543,16 +543,7 @@ impl Relayer {\n/// Ask for relay transaction by hash from all peers\npub fn ask_for_txs(&self, nc: &dyn CKBProtocolContext) {\n- let state = self.shared().state();\n- for mut kv_pair in state.peers().state.iter_mut() {\n- let (peer, peer_state) = kv_...
Rust
MIT License
nervosnetwork/ckb
perf: move unknown_tx_hashes to global state
1
perf
null
815,595
22.05.2021 11:56:35
-28,800
d9ec387f53cd4a1803d7748540e6501f96a44b82
feat: prepare sync-mainnet workflow - ansible playbook
[ { "change_type": "ADD", "diff": "+roles/\n+*.report.yml\n+inventory.yml\n+report.yml\n", "new_path": ".github/workflows/sync/ansible/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# Ansible Playbook Used For Sync-Mainnet Workflow\n+\n+This Ansible playbook is part of ...
Rust
MIT License
nervosnetwork/ckb
feat: prepare sync-mainnet workflow - ansible playbook
1
feat
null
815,595
22.05.2021 12:20:27
-28,800
0093fa2191386f13a317af60b726d50e32e47a6d
feat: add workflow "Sync-Mainnet"
[ { "change_type": "ADD", "diff": "+name: Sync-Mainnet\n+\n+on:\n+ pull_request_review:\n+ types: [ submitted ]\n+\n+jobs:\n+ build_ckb:\n+ name: Build CKB\n+ runs-on: [ self-hosted, Linux, X64, building ]\n+ if: |\n+ contains(github.event.review.body, '#sync-mainnet') &&\n+ contains(fromJson('[ \"janx\", \"d...
Rust
MIT License
nervosnetwork/ckb
feat: add workflow "Sync-Mainnet"
1
feat
null
217,922
22.05.2021 15:13:55
-7,200
8307080e5bffd6b7677f8c0ca977cf7a84a9c3e4
fix(alarms): better fix for weather + time alarms
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ import * as semver from 'semver';\nimport { ProgressPopupService } from '../../../modules/progress-popup/progress-popup.service';\nimport { environment } from 'apps/client/src/environments/environment';\nimport { Actions } from '@ngrx/effects';\n-import ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): better fix for weather + time alarms
1
fix
alarms
889,620
22.05.2021 15:14:12
-28,800
0708ce750c9d003fbd3430e864b1571cebbabb5c
fix: cors filter causing issues should address
[ { "change_type": "ADD", "diff": "+package org.gotson.komga.infrastructure.security\n+\n+import org.gotson.komga.infrastructure.configuration.KomgaProperties\n+import org.springframework.boot.autoconfigure.condition.ConditionOutcome\n+import org.springframework.boot.autoconfigure.condition.SpringBootConditio...
Kotlin
MIT License
gotson/komga
fix: cors filter causing issues should address #543
1
fix
null
317,646
22.05.2021 16:20:01
-7,200
422ec3e7febbdbe0d902bca84754c638e106b801
docs: adjust theme preview snippet resolves
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ Get-ChildItem -Path \"$(scoop prefix oh-my-posh)/themes/*\" -Include '*.omp.json'\nWrite-Host \"\"\nWrite-Host \"$esc[1m$($_.BaseName)$esc[0m\"\nWrite-Host \"\"\n- & \"C:\\tools\\oh-my-posh.exe\" -config $($_.FullName) -pwd $PWD\n+ oh-my-posh --config $(...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: adjust theme preview snippet resolves #733
1
docs
null
392,551
22.05.2021 18:21:59
-7,200
28eea75e122b924f5715b49bb40ef8acc33c296d
docs: add viewer initialization example
[ { "change_type": "MODIFY", "diff": "@@ -55,7 +55,7 @@ module.exports = {\n'react/jsx-filename-extension': OFF,\n'react-hooks/rules-of-hooks': ERROR,\n'react/prop-types': OFF, // PropTypes aren't used much these days.\n- 'no-console': ['error', {allow: ['warn', 'error']}],\n+ 'no-console': ['error', {allow: ...
TypeScript
MIT License
mapillary/mapillary-js
docs: add viewer initialization example
1
docs
null
217,922
22.05.2021 18:55:05
-7,200
7160d11501137d5cf1bbcd7a61db700ba24b2604
chore(time): better time utils with the help of a wizard
[ { "change_type": "MODIFY", "diff": "@@ -14,8 +14,11 @@ describe('TimeUtils', () => {\nexpect(TimeUtils.getIntersection([12, 14], [8, 12])).toBeNull();\n});\n- it('Should return intersection for specific cases with spawn time being < despawn time', () => {\n+ it('Should return intersection for complex interv...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(time): better time utils with the help of a wizard
1
chore
time
317,646
22.05.2021 21:18:05
-7,200
5e9b04ae2ffc30609ac2581d81d6d51c94349942
revert: hide rprompt when the prompt is too large This reverts commit
[ { "change_type": "MODIFY", "diff": "\"request\": \"launch\",\n\"mode\": \"debug\",\n\"program\": \"${workspaceRoot}/src\",\n- \"args\": [\"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json\", \"--shell=pwsh\"]\n+ \"args\": [\"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json\"]\n},\n{\n\"name\...
Go
MIT License
jandedobbeleer/oh-my-posh
revert: hide rprompt when the prompt is too large This reverts commit a8d4e51d54e08b781fa1564c56f3fced095c7674.
1
revert
null
392,551
22.05.2021 22:27:13
-7,200
ce785f5a5f4cd9e3bcd4297f3959f6567370dd95
docs: add viewer options example
[ { "change_type": "MODIFY", "diff": "@@ -46,10 +46,10 @@ Street imagery is simply images captured anywhere on earth at street-level, i.e\n#### Semantic Mapping\n-[Semantics](https://en.wikipedia.org/wiki/Semantics) is the study of meaning or truth. In the field of computer vision, [semantic segmentation](htt...
TypeScript
MIT License
mapillary/mapillary-js
docs: add viewer options example
1
docs
null
217,895
22.05.2021 23:04:09
0
fdac14acd0ccde7b6bce5da155682f4e1fbc14a1
fix(pcap): force powershell to stop Move the powershell exec to a synchronous one with a timeout. Resolve issue where the exec call never stop and nver trigger the callback.
[ { "change_type": "MODIFY", "diff": "-import { exec } from 'child_process';\n+import { exec, execSync } from 'child_process';\nimport { MainWindow } from '../window/main-window';\nimport { Store } from '../store';\nimport { join, resolve } from 'path';\n@@ -84,13 +84,15 @@ export class PacketCapture {\n}\nst...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(pcap): force powershell to stop Move the powershell exec to a synchronous one with a timeout. Resolve issue where the exec call never stop and nver trigger the callback.
1
fix
pcap
217,237
22.05.2021 23:41:25
-10,800
b8155f1c4f0a281fe93e8fe2d81bb4e4f33d247f
fix: refine scrollbar style and behavior
[ { "change_type": "MODIFY", "diff": "margin: 0 calc(-1 * var(--ifm-pre-padding));\npadding: 0 var(--ifm-pre-padding);\n}\n+\n+/* Inherited from docusaurus scrollbar stylesheets for inner containers */\n+html {\n+ scroll-behavior: smooth;\n+}\n+\n+::-webkit-scrollbar {\n+ width: var(--ifm-scrollbar-size);\n+ ...
JavaScript
MIT License
feature-sliced/documentation
fix: refine scrollbar style and behavior
1
fix
null
217,922
23.05.2021 00:41:22
-7,200
b30867c56dd58f152a0786b95b7b698fe3a21732
chore: more logging for when packet capture couldn't start
[ { "change_type": "MODIFY", "diff": "@@ -118,13 +118,13 @@ export class PacketCapture {\n// --localOpcodes [path]\nconst argv = process.argv.slice(1);\n- const index = argv.indexOf('--localOpcodes')\n+ const index = argv.indexOf('--localOpcodes');\nif (index === -1) {\nreturn null;\n}\n- const value = argv[i...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: more logging for when packet capture couldn't start
1
chore
null
217,237
23.05.2021 01:43:00
-10,800
05b53e9626db257be979dad50b4220b65f8b9ff1
fix(website): scheme stylesheets
[ { "change_type": "MODIFY", "diff": "Binary files a/assets/visual_schema.jpg and b/assets/visual_schema.jpg differ\n", "new_path": "assets/visual_schema.jpg", "old_path": "assets/visual_schema.jpg" }, { "change_type": "MODIFY", "diff": "@@ -34,7 +34,7 @@ export function HomePage() {\nNOTE...
JavaScript
MIT License
feature-sliced/documentation
fix(website): scheme stylesheets
1
fix
website
217,237
23.05.2021 01:46:35
-10,800
202465a0bbe7173205357917d44b4c2f15cac66f
fix(viewer): fix viewerModel & wallet examples
[ { "change_type": "MODIFY", "diff": "@@ -190,7 +190,7 @@ import { viewerModel } from \"entities/viewer\";\nexport const Wallet = () => {\nconst viewer = viewerModel.useViewer();\n- const { moneyCount } = wallet;\n+ const { moneyCount } = viewer;\n...\n}\n", "new_path": "docs/guides/examples/viewer.md", ...
JavaScript
MIT License
feature-sliced/documentation
fix(viewer): fix viewerModel & wallet examples
1
fix
viewer
217,237
23.05.2021 03:12:12
-10,800
931ce5bbe45e0c936f105308a83f03ef68c6c26b
chore: add redirects (/docs/ => /docs/intro) + reinstall deps
[ { "change_type": "MODIFY", "diff": "@@ -120,6 +120,21 @@ const presets = [\n],\n];\n+/** @type {Config[\"plugins\"]} */\n+const plugins = [\n+ [\n+ '@docusaurus/plugin-client-redirects',\n+ {\n+ redirects: [\n+ {\n+ from: ['/docs'],\n+ to: '/docs/intro',\n+ },\n+ ],\n+ },\n+ ],\n+];\n+\n/** @type {Config[\"...
JavaScript
MIT License
feature-sliced/documentation
chore: add redirects (/docs/ => /docs/intro) + reinstall deps
1
chore
null
217,237
23.05.2021 03:40:18
-10,800
1d8838fceb569ac9212488d55f5cabfc93c7ec95
fix(website): fix building error
[ { "change_type": "RENAME", "diff": "", "new_path": "website/src/pages/_config.jsx", "old_path": "website/src/pages/home/config.jsx" }, { "change_type": "DELETE", "diff": "-import {HomePage} from \"./home\";\n-\n-export default HomePage;\n", "new_path": null, "old_path": "website/...
JavaScript
MIT License
feature-sliced/documentation
fix(website): fix building error
1
fix
website
217,237
23.05.2021 03:55:34
-10,800
e05e90c90c33826052f58e89cf31db3095051881
chore(website): add sitemap plugin
[ { "change_type": "MODIFY", "diff": "@@ -122,6 +122,7 @@ const presets = [\n/** @type {Config[\"plugins\"]} */\nconst plugins = [\n+ // https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-client-redirects\n[\n'@docusaurus/plugin-client-redirects',\n{\n@@ -133,6 +134,15 @@ const plugins = [\n],\n},\n],\...
JavaScript
MIT License
feature-sliced/documentation
chore(website): add sitemap plugin
1
chore
website