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
865,926
24.06.2021 09:44:49
-7,200
b37719cd7e843c5ace101eb5cc4c974b5f731bed
feat: use common style for overlay links
[ { "change_type": "MODIFY", "diff": "display: inline-flex;\nalign-items: center;\n- color: var(--blue-base-65);\n- text-decoration: none;\n-\nsvg {\nmargin-left: 5px;\n", "new_path": "client/src/app/tabs/EngineProfile.less", "old_path": "client/src/app/tabs/EngineProfile.less" }, { "change_ty...
JavaScript
MIT License
camunda/camunda-modeler
feat: use common style for overlay links
1
feat
null
126,276
24.06.2021 10:08:58
10,800
9e38dfae4534a357a020b000d7d9af0423175e8b
chore(pkg/server): disable user mgmt operations in maintenance mode
[ { "change_type": "MODIFY", "diff": "@@ -89,10 +89,13 @@ func (s *ImmuServer) Logout(ctx context.Context, r *empty.Empty) (*empty.Empty,\nfunc (s *ImmuServer) CreateUser(ctx context.Context, r *schema.CreateUserRequest) (*empty.Empty, error) {\ns.Logger.Debugf(\"CreateUser\")\n+ if s.Options.GetMaintenance()...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/server): disable user mgmt operations in maintenance mode Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/server
276,934
24.06.2021 10:10:30
10,800
878bed72d2a337f1d20d36be17db6973b6a61115
feat(event card): update button link size and margin
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ const Button = ({\nfont: {\nsize: {\ndefault: fontSizes.medium,\n- small: fontSizes.small,\n+ small: fontSizes.xsmall,\n},\nweight: fontWeights.medium,\n},\n", "new_path": "packages/yoga/src/Button/Button.theme.js", "old_path": "packages/yoga/src...
JavaScript
MIT License
gympass/yoga
feat(event card): update button link size and margin
1
feat
event card
276,934
24.06.2021 10:30:51
10,800
a5cf61226eefdb76f0837384576b813ef675f076
feat(event card): update margins
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,8 @@ const Place = styled(Text.Tiny)`\n`;\nconst Day = styled(Text.H5)`\n- margin: ${spacing.xxxsmall}px 0;\n+ margin-top: ${spacing.xxxsmall}px;\n+ margin-bottom: ${spacing.xxxsmall}px;\n`;\nconst getIndicatorColor = (active, event) => {\n", "new_path": ...
JavaScript
MIT License
gympass/yoga
feat(event card): update margins
1
feat
event card
126,276
24.06.2021 10:36:37
10,800
190be75ac206df1f527f6b1c2fb7c778423167ee
test(pkg/server): adjust unit testing based on new maintenance mode
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,7 @@ var (\nErrAuthMustBeDisabled = status.Error(codes.InvalidArgument, \"authentication must be disabled when retoring systemdb\")\nErrNotAllowedInMaintenanceMode = status.Error(codes.InvalidArgument, \"operation not allowed in maintenance mode\")\nErrPermis...
Go
Apache License 2.0
codenotary/immudb
test(pkg/server): adjust unit testing based on new maintenance mode Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/server
126,276
24.06.2021 10:44:18
10,800
c22fc62bee2e425ecd5770f7d699353597bc63ce
test(pkg/client): update based on unsupported operations
[ { "change_type": "MODIFY", "diff": "@@ -19,13 +19,14 @@ import (\n\"context\"\n\"errors\"\n\"fmt\"\n- immuErrors \"github.com/codenotary/immudb/pkg/client/errors\"\n\"log\"\n\"os\"\n\"path\"\n\"testing\"\n\"time\"\n+ immuErrors \"github.com/codenotary/immudb/pkg/client/errors\"\n+\n\"github.com/codenotary/i...
Go
Apache License 2.0
codenotary/immudb
test(pkg/client): update based on unsupported operations Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/client
791,279
24.06.2021 11:27:49
18,000
1e1f4e297c9ba93ab8d6f3da5df4c831b85b80dc
fix: return error from NewClient if projectID is not set
[ { "change_type": "MODIFY", "diff": "@@ -60,6 +60,9 @@ type Client struct {\n// NewClient creates a new Firestore client that uses the given project.\nfunc NewClient(ctx context.Context, projectID string, opts ...option.ClientOption) (*Client, error) {\n+ if projectID == \"\" {\n+ return nil, errors.New(\"fi...
Go
Apache License 2.0
googleapis/google-cloud-go
fix: return error from NewClient if projectID is not set (#4299) Co-authored-by: Christopher Wilcox <crwilcox@google.com>
1
fix
null
217,922
24.06.2021 11:32:38
-7,200
0821825442cf620ba38a1218188a03a1da425c6a
fix(settings): proper category for "show all alarms" setting
[ { "change_type": "MODIFY", "diff": "nz-checkbox>{{'SETTINGS.Disable_search_debounce' | translate}}</label>\n</nz-form-control>\n</nz-form-item>\n- <nz-form-item class=\"empty-label\">\n- <nz-form-label [nzSpan]=\"5\"></nz-form-label>\n- <nz-form-control [nzSpan]=\"12\">\n- <label [(ngModel)]=\"settings.show...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(settings): proper category for "show all alarms" setting
1
fix
settings
603,467
24.06.2021 11:41:55
-3,600
3d2ca1fe7e3e4d0fe6445b9807a5875d140042bf
fix(core): support for reporting Node-specific assertion errors
[ { "change_type": "MODIFY", "diff": "import 'mocha';\n+import { strictEqual } from 'assert';\n+\nimport { AssertionError } from '../../src/errors';\nimport { ErrorSerialiser, parse } from '../../src/io';\nimport { expect } from '../expect';\n@@ -48,7 +50,7 @@ describe ('ErrorSerialiser', () => {\n});\n/** @t...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): support for reporting Node-specific assertion errors
1
fix
core
531,793
24.06.2021 12:40:51
-3,600
9846edc67d0c25b5ea61a9d47daa71bee4b18261
fix(tests): add missing fetch mocks
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,10 @@ const MockAlerts = (alertCount: number) => {\nconst alert = MockAlert([], { instance: `instance${i}` }, \"active\");\nconst startsAt = new Date();\nalert.startsAt = startsAt.toISOString();\n- alert.alertmanager[0].startsAt = startsAt.toISOString();\n+ f...
TypeScript
Apache License 2.0
prymitive/karma
fix(tests): add missing fetch mocks
1
fix
tests
76,637
24.06.2021 12:57:36
-10,800
cca91ba01cc9ad05207220e1e0b4103f852ac99e
fix: error parsing constructor
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ class TokenizerEn extends Tokenizer {\nconst result = [];\narr.forEach((item) => {\nconst lowitem = item.toLowerCase();\n- if (contractionsBase[lowitem]) {\n+ if (Object.keys(contractionsBase).includes(lowitem)) {\nresult.push(...contractionsBase[lowitem...
JavaScript
MIT License
axa-group/nlp.js
fix: error parsing constructor
1
fix
null
791,282
24.06.2021 13:11:15
25,200
8ebbf6ba796673021f95626c81f7a45f688a8bbe
chore(internal): gen googleapis-discovery compute genproto
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,7 @@ func generate(ctx context.Context, githubClient *git.GithubClient, forceAll bool\nlog.Printf(\"working out %s\\n\", tmpDir)\ngoogleapisDir := filepath.Join(tmpDir, \"googleapis\")\n+ googleapisDiscoDir := filepath.Join(tmpDir, \"googleapis-discovery\")\n...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(internal): gen googleapis-discovery compute genproto (#4306)
1
chore
internal
531,793
24.06.2021 13:18:39
-3,600
3ad9eef2775bfb663b076ab286fbe9e0256346cb
fix(ui): disable cra preflight checks
[ { "change_type": "MODIFY", "diff": "@@ -50,14 +50,14 @@ func TestCustomizationAssets(t *testing.T) {\ncustomJS: \"../../ui/.env\",\npath: \"/custom.js\",\ncode: 200,\n- body: \"PUBLIC_URL=.\\nFAST_REFRESH=false\\n\",\n+ body: \"PUBLIC_URL=.\\nFAST_REFRESH=false\\nSKIP_PREFLIGHT_CHECK=true\\n\",\nmime: \"app...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): disable cra preflight checks
1
fix
ui
76,637
24.06.2021 13:23:13
-10,800
26ed74dd56ee05dd1b2f0fe48bbde073c6c79ad3
tests: add tests for tokenizer-en
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ class TokenizerEn extends Tokenizer {\nconst result = [];\narr.forEach((item) => {\nconst lowitem = item.toLowerCase();\n- if (Object.keys(contractionsBase).includes(lowitem)) {\n+ if (Object.prototype.hasOwnProperty.call(contractionsBase, lowitem)) {\nr...
JavaScript
MIT License
axa-group/nlp.js
tests: add tests for tokenizer-en
1
tests
null
76,637
24.06.2021 13:23:31
-10,800
bd036279631871fc80cbfa9fdd1f6326ee094c03
fix: tokenizer cache error
[ { "change_type": "MODIFY", "diff": "@@ -69,9 +69,14 @@ class Tokenizer {\nnonNormalized: {},\n};\n} else {\n- if (normalize) {\n+ if (\n+ normalize &&\n+ Object.prototype.hasOwnProperty.call(this.cache.normalized, text)\n+ ) {\nresult = this.cache.normalized[text];\n- } else {\n+ } else if (\n+ Object.proto...
JavaScript
MIT License
axa-group/nlp.js
fix: tokenizer cache error
1
fix
null
791,370
24.06.2021 14:02:33
18,000
de654ebfcf23a53b4d1fee0aa48c73999a55c1a6
feat(internal): add force option for regen The forceAll option indicates that all proto files should be regenerated.
[ { "change_type": "MODIFY", "diff": "@@ -26,12 +26,20 @@ import (\n\"cloud.google.com/go/internal/gapicgen/git\"\n)\n-func genBot(ctx context.Context, githubAccessToken, githubUsername, githubName, githubEmail string) error {\n+type botConfig struct {\n+ githubAccessToken string\n+ githubUsername string\n+ g...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(internal): add force option for regen (#4310) The forceAll option indicates that all proto files should be regenerated.
1
feat
internal
141,506
24.06.2021 14:03:26
-36,000
374edce3c130153ec90b86a55b8eb6f581382e8c
feat: controlHasUnconstrainedHeight option for Elm Select * add some stress testing long words to the Elm Select story * feat: controlHasUnconstrainedHeight option for Elm Select This is an option for displaying the full text of a selected item, rather than it being truncated with an ellipsis..
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ module KaizenDraft.Form.SelectField.SelectField exposing\n( Config\n, Status(..)\n, clearable\n+ , controlHasUnconstrainedHeight\n, description\n, disabled\n, id\n@@ -57,6 +58,7 @@ type alias ConfigValue msg item =\n, disabled : Bool\n, reversed : Bool\n, ...
TypeScript
MIT License
cultureamp/kaizen-design-system
feat: controlHasUnconstrainedHeight option for Elm Select (#1715) * add some stress testing long words to the Elm Select story * feat: controlHasUnconstrainedHeight option for Elm Select This is an option for displaying the full text of a selected item, rather than it being truncated with an ellipsis..
1
feat
null
791,255
24.06.2021 14:06:47
25,200
267787eb245d9307cf78304c1ce34bdfb2aaf5ab
feat(bigquery): enable project autodetection, expose project ids further PR supersedes: Related: With this change, project autodetection is enabled via use of a sentinel value, and the retained project identifier is now exposed on the Client and Job resources via the Project() function.
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ package bigquery\nimport (\n\"context\"\n+ \"errors\"\n\"fmt\"\n\"io\"\n\"net/http\"\n@@ -29,6 +30,7 @@ import (\nbq \"google.golang.org/api/bigquery/v2\"\n\"google.golang.org/api/googleapi\"\n\"google.golang.org/api/option\"\n+ \"google.golang.org/api/t...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(bigquery): enable project autodetection, expose project ids further (#4312) PR supersedes: https://github.com/googleapis/google-cloud-go/pull/4076 Related: https://github.com/googleapis/google-cloud-go/issues/1294 With this change, project autodetection is enabled via use of a sentinel value, and the retai...
1
feat
bigquery
865,926
24.06.2021 14:07:59
-7,200
cf1149ef337cc3ca0e983ac5f3e55cf049651d76
feat(ui): add overlay-specific dropdown
[ { "change_type": "ADD", "diff": "+/**\n+ * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH\n+ * under one or more contributor license agreements. See the NOTICE file\n+ * distributed with this work for additional information regarding copyright\n+ * ownership.\n+ *\n+ * Camunda lice...
JavaScript
MIT License
camunda/camunda-modeler
feat(ui): add overlay-specific dropdown
1
feat
ui
791,690
24.06.2021 14:08:33
18,000
0de46e7c9843cb17c905be2431aec7dd4ffb7e73
core(fr): add lighthouseMarker timeOrigin support
[ { "change_type": "MODIFY", "diff": "*/\nconst FRGatherer = require('../../fraggle-rock/gather/base-gatherer.js');\n+const TraceProcessor = require('../../lib/tracehouse/trace-processor.js');\nclass Trace extends FRGatherer {\n/** @type {LH.Trace} */\n@@ -95,7 +96,7 @@ class Trace extends FRGatherer {\n/**\n...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): add lighthouseMarker timeOrigin support (#12688)
1
core
fr
865,926
24.06.2021 14:43:12
-7,200
f7fdb93ba53142696bdfbbdb4979be487afb2837
feat(status-bar): move deploy & run buttons to status bar Related to
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,6 @@ import {\nimport { Fill } from '../../../app/slot-fill';\nimport {\n- Button,\nIcon\n} from '../../../shared/ui';\n@@ -510,13 +509,14 @@ export default class DeploymentTool extends PureComponent {\nconst deploy = () => this.deploy({ configure: true });\n...
JavaScript
MIT License
camunda/camunda-modeler
feat(status-bar): move deploy & run buttons to status bar Related to #2318
1
feat
status-bar
865,926
24.06.2021 14:52:48
-7,200
9c4e9e439ff352d006dc980abafa3f3e7ae4124b
feat: reduce buttons on toolbar Closes
[ { "change_type": "MODIFY", "diff": "@@ -55,7 +55,6 @@ import {\n} from './primitives';\nimport {\n- Button,\nDropdownButton,\nIcon\n} from '../shared/ui';\n@@ -1818,7 +1817,6 @@ export class App extends PureComponent {\nconst {\ntabs,\nactiveTab,\n- tabState,\nlayout,\nlogEntries,\ndirtyTabs,\n@@ -1827,9 +1...
JavaScript
MIT License
camunda/camunda-modeler
feat: reduce buttons on toolbar Closes #2318
1
feat
null
756,013
24.06.2021 15:02:05
21,600
8d38e9a3d50987cd21e642e330d482e6e733cd3c
fix: maybe the best of both worlds: xs-worker but no explicit gc() worker type gc() initial restart local (node.js) yes 1m34s 1m14s no 34s 16s xs-worker yes 40s 21s no 36s 18s
[ { "change_type": "MODIFY", "diff": "@@ -77,6 +77,8 @@ github.com/agoric-labs/cosmos-sdk v0.34.4-0.20210504041254-7cead73a2b33 h1:ED86o\ngithub.com/agoric-labs/cosmos-sdk v0.34.4-0.20210504041254-7cead73a2b33/go.mod h1:I1Zw1zmU4rA/NITaakTb71pXQnQrWyFBhqo3WSeg0vA=\ngithub.com/agoric-labs/cosmos-sdk v0.43.0-be...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: maybe the best of both worlds: xs-worker but no explicit gc() worker type gc() initial restart local (node.js) yes 1m34s 1m14s no 34s 16s xs-worker yes 40s 21s no 36s 18s
1
fix
null
869,310
24.06.2021 15:04:24
-7,200
099ca2e1b1e21c0ebad4f8548db690092e1846a6
refactor: removed empty line
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,6 @@ class Swopfi extends Driver {\nclose: parseToFloat(ticker.last_price),\nbaseVolume: parseToFloat(ticker.base_volume),\nquoteVolume: parseToFloat(ticker.quote_volume),\n-\n}));\n}\n}\n", "new_path": "drivers/swopfi.js", "old_path": "drivers/swopfi...
JavaScript
MIT License
coinranking/exchanges
refactor: removed empty line
1
refactor
null
217,922
24.06.2021 15:27:54
-7,200
a570fd6c3c18bd25ac26bb2935827a2286e5c0b8
fix(community-rotations): better sorting for rotations
[ { "change_type": "MODIFY", "diff": "@@ -49,6 +49,9 @@ export class CraftingRotationService extends FirestoreRelationalStorage<Crafting\n});\nreturn this.serializer.deserialize<CraftingRotation>(rotations, [this.getClass()])\n.filter(rotation => {\n+ if (rotation.rotation.length < 2) {\n+ return false;\n+ }\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(community-rotations): better sorting for rotations
1
fix
community-rotations
730,417
24.06.2021 15:31:18
14,400
f5b9438766755ec6a3e0d10b19250ab6261e6769
fix(widget-roster): fix scrollbar for people tab
[ { "change_type": "MODIFY", "diff": ".roster {\n- display: flex;\n+ display: contents;\nheight: 100%;\nwidth: 100%;\nfont-family: CiscoSansTT Regular, Helvetica Neue, Helvetica, Arial, sans-serif;\n}\n.fullHeight {\n- display: flex;\n+ display: contents;\nflex: 1 1 auto;\nflex-direction: column;\nheight: 100...
JavaScript
MIT License
webex/react-widgets
fix(widget-roster): fix scrollbar for people tab
1
fix
widget-roster
401,120
24.06.2021 15:33:25
14,400
a92aed0f2a422f0cc1b8f4a56dbfeaf2a89ce92b
feat(core): add pressed state to Avatar component and enable pressed and hover state with onClick. R affects: Add pressed state to Avatar component and enabled pressed and hover state with onClick prop. Remove withHoverEffect prop. BREAKING CHANGE: withHoverEffect prop was removed.
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,18 @@ const hoverStyle = ({ theme, hoverBgColor, hoverTextColor }: StyledProps) => {\n`;\n};\n+const pressedStyle = ({ theme, pressedBgColor, pressedTextColor }: StyledProps) => {\n+ const { defaults } = theme.avatar;\n+ return css`\n+ &:active {\n+ backgroun...
TypeScript
MIT License
medly/medly-components
feat(core): add pressed state to Avatar component and enable pressed and hover state with onClick. R affects: @medly-components/core, @medly-components/theme Add pressed state to Avatar component and enabled pressed and hover state with onClick prop. Remove withHoverEffect prop. BREAKING CHANGE: withHoverEffect prop...
1
feat
core
104,844
24.06.2021 16:01:26
14,400
ff1fa7b99152a93613f67392de9720e5961ba753
chore(repo): add visual regression testing
[ { "change_type": "MODIFY", "diff": "@@ -45,3 +45,7 @@ results\n# Cypress artifacts\npackages/react/cypress/videos/\npackages/react/cypress/screenshots/\n+packages/react/cypress/snapshots/\n+packages/react/cypress-visual-report/\n+packages/react/cypress-visual-screenshots/comparison/\n+packages/react/cypress...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(repo): add visual regression testing
1
chore
repo
667,713
24.06.2021 16:09:10
-28,800
71b7bfd73275a9e31e41859b3796da1d10b4581e
feat(android): support gradient paint in BackgroundDrawable
[ { "change_type": "MODIFY", "diff": "@@ -89,6 +89,8 @@ public class NodeProps {\npublic static final String SHADOW_RADIUS = \"shadowRadius\";\npublic static final String SHADOW_SPREAD = \"shadowSpread\";\n+ public static final String LINEAR_GRADIENT = \"linearGradient\";\n+\n//View props\npublic static final...
C++
Apache License 2.0
tencent/hippy
feat(android): support gradient paint in BackgroundDrawable
1
feat
android
889,620
24.06.2021 16:32:30
-28,800
97b53e5c962cf848cf7d62fb4fe0ede94479a554
fix: deleting series could fail with foreign key error
[ { "change_type": "MODIFY", "diff": "@@ -18,5 +18,6 @@ interface ReadProgressRepository {\nfun deleteByBookId(bookId: String)\nfun deleteByBookIds(bookIds: Collection<String>)\nfun deleteByBookIdsAndUserId(bookIds: Collection<String>, userId: String)\n+ fun deleteBySeriesIds(seriesIds: Collection<String>)\nf...
Kotlin
MIT License
gotson/komga
fix: deleting series could fail with foreign key error
1
fix
null
889,620
24.06.2021 16:39:29
-28,800
4d2393f500fafc9dd7cfdd08b7830089936bc30c
fix(webui): sort by size in media analysis table
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,7 @@ export default Vue.extend({\n{text: this.$i18n.t('media_analysis.comment').toString(), value: 'media.comment'},\n{text: this.$i18n.t('media_analysis.media_type').toString(), value: 'media.mediaType'},\n{text: this.$i18n.t('media_analysis.url').toString()...
Kotlin
MIT License
gotson/komga
fix(webui): sort by size in media analysis table
1
fix
webui
780,866
24.06.2021 16:57:07
10,800
99fea50d3f57fe5c93dd0e70aec57fac3c7a290d
chore(framework/bin): set respective process env `STOREFRONT_FRAMEWORK`
[ { "change_type": "MODIFY", "diff": "'use strict'\nprocess.env.NODE_ENV = 'production'\n+process.env.STOREFRONT_FRAMEWORK = 'build'\nconst fs = require('fs')\nconst path = require('path')\n", "new_path": "@ecomplus/storefront-framework/src/bin/scripts/build.js", "old_path": "@ecomplus/storefront-fram...
JavaScript
MIT License
ecomplus/storefront
chore(framework/bin): set respective process env `STOREFRONT_FRAMEWORK`
1
chore
framework/bin
780,866
24.06.2021 16:58:24
10,800
4f30f384d89d6af14233ddd8843ce9a7ad5af8a0
fix(renderer/ejs): prevent including from template pkg when not running with framework by default prevent errors with reduced dependencies ssr
[ { "change_type": "MODIFY", "diff": "@@ -32,10 +32,12 @@ const { $ecomConfig } = ecomUtils\nconst ejsOptions = {\nasync: true,\n// resolve absolute includes from template pkg\n- root: path.join(\n+ root: (process.env.STOREFRONT_FRAMEWORK || process.env.STOREFRONT_RENDERER_WITH_TEMPLATE)\n+ ? path.join(\n/^[....
JavaScript
MIT License
ecomplus/storefront
fix(renderer/ejs): prevent including from template pkg when not running with framework by default prevent errors with reduced dependencies ssr
1
fix
renderer/ejs
756,013
24.06.2021 16:58:37
21,600
e46cd883449c02559e2c0c49b66e26695b4b99da
feat(swingset): introduce 'xs-worker-no-gc' for forward compat
[ { "change_type": "MODIFY", "diff": "@@ -256,6 +256,7 @@ export async function initializeSwingset(\ncase 'nodeWorker':\ncase 'node-subprocess':\ncase 'xs-worker':\n+ case 'xs-worker-no-gc':\nconfig.defaultManagerType = defaultManagerType;\nbreak;\ncase undefined:\n", "new_path": "packages/SwingSet/src/in...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(swingset): introduce 'xs-worker-no-gc' for forward compat
1
feat
swingset
780,866
24.06.2021 17:00:43
10,800
82038d27ab7ed46c7764171095e1b0a45ba6f199
perf(template/dom): giving a try with worker dom
[ { "change_type": "MODIFY", "diff": "@@ -84,6 +84,13 @@ copyFolder({\npathsTo: ['public', 'assets']\n})\n+copyFolder({\n+ dirTemplate: path.join(process.cwd(), 'node_modules/node_modules/@ampproject/worker-dom'),\n+ pathFrom: 'dist/worker',\n+ pathDest: 'template',\n+ pathsTo: ['public', 'assets', 'vendor', ...
JavaScript
MIT License
ecomplus/storefront
perf(template/dom): giving a try with worker dom https://github.com/niutech/vue-in-web-worker https://github.com/ampproject/worker-dom
1
perf
template/dom
217,922
24.06.2021 17:02:39
-7,200
d74953f8c59e69dadd6367a1ae358d825ad963bf
feat(simulator): new community rotation finder button
[ { "change_type": "MODIFY", "diff": "@@ -94,7 +94,8 @@ export class CraftingRotationService extends FirestoreRelationalStorage<Crafting\nprivate getSortScore(rotation: CraftingRotation): number {\nreturn rotation.community.minCraftsmanship + rotation.community.minControl + rotation.community.minCp\n- + (rota...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): new community rotation finder button
1
feat
simulator
780,866
24.06.2021 17:11:27
10,800
5ad3b39f022897b021c4ee8e07811c9f9e31b851
build(template/install): fix \@ampproject/worker-dom folder to copy
[ { "change_type": "MODIFY", "diff": "@@ -85,7 +85,7 @@ copyFolder({\n})\ncopyFolder({\n- dirTemplate: path.join(process.cwd(), 'node_modules/node_modules/@ampproject/worker-dom'),\n+ dirTemplate: path.join(process.cwd(), 'node_modules/@ampproject/worker-dom'),\npathFrom: 'dist/worker',\npathDest: 'template',...
JavaScript
MIT License
ecomplus/storefront
build(template/install): fix \@ampproject/worker-dom folder to copy
1
build
template/install
71,597
24.06.2021 17:15:05
-3,600
ccc2e30bdcc227ef549b0edef99c16282140ae00
feat(sns): add sns service trust to keys for encrypted queue subscriptions Add SNS service trust to KMS key when creating an SNS subscription for an encrypted SQS queue. Closes *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": "@@ -65,6 +65,9 @@ const myQueue = new sqs.Queue(this, 'MyQueue');\nmyTopic.addSubscription(new subscriptions.SqsSubscription(queue));\n```\n+KMS key permissions will automatically be granted to SNS when a subscription is made to\n+an encrypted queue.\n+\nNote that subscri...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(sns): add sns service trust to keys for encrypted queue subscriptions (#14960) Add SNS service trust to KMS key when creating an SNS subscription for an encrypted SQS queue. Closes #2504 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
sns
889,620
24.06.2021 17:25:29
-28,800
75ecbe15baee9c91d209675cd20f488fff907fce
fix: fix potential database inconsistencies
[ { "change_type": "ADD", "diff": "+package db.migration.sqlite\n+\n+import mu.KotlinLogging\n+import org.apache.commons.lang3.StringUtils\n+import org.flywaydb.core.api.migration.BaseJavaMigration\n+import org.flywaydb.core.api.migration.Context\n+import org.springframework.jdbc.core.JdbcTemplate\n+import or...
Kotlin
MIT License
gotson/komga
fix: fix potential database inconsistencies
1
fix
null
185,950
24.06.2021 17:29:11
-7,200
7c1495abcbb5178c00a584e83815743f59cb4d06
fix: GET_APP_PATHS handler undefined on reload
[ { "change_type": "MODIFY", "diff": "@@ -79,7 +79,7 @@ export function createMainWindow(): Electron.BrowserWindow {\n}\n});\n- ipcMainManager.handleOnce(IpcEvents.GET_APP_PATHS, () => {\n+ ipcMainManager.handle(IpcEvents.GET_APP_PATHS, () => {\nconst paths = {};\nconst pathsToQuery = [\n'home',\n", "new_...
TypeScript
MIT License
electron/fiddle
fix: GET_APP_PATHS handler undefined on reload (#738)
1
fix
null
217,922
24.06.2021 17:31:48
-7,200
19f813fec5108ce12b4281b0f84d229ccccd1de0
chore: better community rotations filters for lower level rotations
[ { "change_type": "MODIFY", "diff": "@@ -64,6 +64,8 @@ export class CraftingRotationService extends FirestoreRelationalStorage<Crafting\nif (filters.rlvl) {\nif ([150, 290, 420].indexOf(filters.rlvl) > -1) {\nmatches = matches && rotation.community.rlvl >= filters.rlvl - 30 && rotation.community.rlvl <= filt...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better community rotations filters for lower level rotations
1
chore
null
780,866
24.06.2021 17:41:43
10,800
0e27df33c7cb9b6fc4f5477be407d6e8c3ea4907
revert(template/worker-dom): not using unstable \@ampproject/worker-dom for now
[ { "change_type": "MODIFY", "diff": "},\n\"homepage\": \"https://github.com/ecomplus/storefront/tree/master/@ecomplus/storefront-template#readme\",\n\"dependencies\": {\n- \"@ampproject/worker-dom\": \"^0.29.3\",\n\"@ecomplus/client\": \"^2.2.1\",\n\"@ecomplus/i18n\": \"^1.22.0\",\n\"@ecomplus/passport-clien...
JavaScript
MIT License
ecomplus/storefront
revert(template/worker-dom): not using unstable \@ampproject/worker-dom for now
1
revert
template/worker-dom
438,921
24.06.2021 18:03:02
-32,400
af98eb7b988d5fb976a135ec34237c7e78bdb165
feat(data): Intent to ship data.onshown/onhidden Implement data.onshown/onhidden. Close
[ { "change_type": "MODIFY", "diff": "* Copyright (c) 2017 ~ present NAVER Corp.\n* billboard.js project is licensed under the MIT license\n*/\n-import {endall} from \"../../module/util\";\n+import {callFn, endall} from \"../../module/util\";\n/**\n* Show/Hide data series\n@@ -14,6 +14,9 @@ import {endall} fr...
TypeScript
MIT License
naver/billboard.js
feat(data): Intent to ship data.onshown/onhidden Implement data.onshown/onhidden. Close #2146
1
feat
data
877,026
24.06.2021 18:32:10
-7,200
027fb90a11a86cb46e7160a59df1cae98490f992
feat(@vtmn/vue): add toggle component
[ { "change_type": "ADD", "diff": "+import { VtmnToggle } from '@vtmn/vue/dist/esm/VtmnToggle';\n+\n+export default {\n+ title: 'Components/VtmnToggle',\n+ component: VtmnToggle,\n+ argTypes: {\n+ identifier: {\n+ type: { name: 'string', required: true },\n+ description: 'The id of the toggle.',\n+ defaultVal...
JavaScript
Apache License 2.0
decathlon/vitamin-web
feat(@vtmn/vue): add toggle component (#383)
1
feat
@vtmn/vue
877,026
24.06.2021 18:32:32
-7,200
ad9c7ed0343b869f9420b9ac07ca73f4933c9b76
feat(@vtmn/react): add checkbox component
[ { "change_type": "ADD", "diff": "+import { VtmnCheckbox } from '@vtmn/react';\n+\n+import { Meta, Story } from '@storybook/react';\n+\n+export default {\n+ title: 'Components/VtmnCheckbox',\n+ component: VtmnCheckbox,\n+ argTypes: {\n+ identifier: {\n+ type: { name: 'string', required: true },\n+ descriptio...
JavaScript
Apache License 2.0
decathlon/vitamin-web
feat(@vtmn/react): add checkbox component (#384)
1
feat
@vtmn/react
877,026
24.06.2021 18:34:53
-7,200
a0ee6bc765d53c890d67ee9c10cb0ef5bfbac281
feat(vtmn/react): add radio component + rename component props
[ { "change_type": "ADD", "diff": "+import { VtmnRadio } from '@vtmn/react';\n+\n+import { Meta, Story } from '@storybook/react';\n+\n+export default {\n+ title: 'Components/VtmnRadio',\n+ component: VtmnRadio,\n+ argTypes: {\n+ identifier: {\n+ type: { name: 'string', required: true },\n+ description: 'The i...
JavaScript
Apache License 2.0
decathlon/vitamin-web
feat(vtmn/react): add radio component + rename component props (#385) Co-authored-by: Laurent Thiebault <laurent.thiebault@decathlon.com>
1
feat
vtmn/react
320,199
24.06.2021 18:38:27
25,200
b33f678090396b77a5765115d7a3fa42f6de06c8
chore: prune invalid links
[ { "change_type": "MODIFY", "diff": "@@ -20,20 +20,6 @@ export const CanadaComputers: Store = {\nurl:\n'https://www.canadacomputers.com/product_info.php?item_id=167320&cPath=27_1046_365&language=en',\n},\n- {\n- brand: 'gigabyte',\n- model: 'eagle',\n- series: '3070',\n- url:\n- 'https://www.canadacomputers....
TypeScript
MIT License
jef/streetmerchant
chore: prune invalid links (#2592)
1
chore
null
185,950
24.06.2021 18:46:08
-7,200
c2706f0a19efdac4d42e504c788ad11ad11b7d80
feat: improve version filtration logic
[ { "change_type": "MODIFY", "diff": "-import { Button, IButtonGroupProps, MenuItem } from '@blueprintjs/core';\n-import { ItemPredicate, ItemRenderer, Select } from '@blueprintjs/select';\n+import { Button, ButtonGroupProps, MenuItem } from '@blueprintjs/core';\n+import { ItemListPredicate, ItemRenderer, Sel...
TypeScript
MIT License
electron/fiddle
feat: improve version filtration logic (#739)
1
feat
null
71,233
24.06.2021 19:10:03
-3,600
d0c96021adcead538c302fc9b1d0ec3baf69cb4f
feat(sqs): add support for high throughput fifo Closes *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": "@@ -63,4 +63,5 @@ features in order to help guarantee exactly-once processing. For more informatio\nthe SQS manual. Note that FIFO queues are not available in all AWS regions.\nA queue can be made a FIFO queue by either setting `fifo: true`, giving it a name which ends\n-...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(sqs): add support for high throughput fifo (#15202) Closes #15063 *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
sqs
688,448
24.06.2021 19:23:03
-10,800
9caabbb9db4522f36b56e9e5314b9f370183b3bd
fix(TagSelector): add definition of popperContainer prop
[ { "change_type": "MODIFY", "diff": "@@ -78,6 +78,8 @@ export interface Props\nonDelete: () => void\ndisabled?: boolean\n}) => ReactNode\n+ /** DOM element that wraps the Popper */\n+ popperContainer?: HTMLElement\n}\nexport interface StaticProps {\n@@ -107,6 +109,7 @@ export const TagSelector = forwardRef<H...
TypeScript
MIT License
toptal/picasso
fix(TagSelector): add definition of popperContainer prop (#2105)
1
fix
TagSelector
277,273
24.06.2021 19:53:47
25,200
9a39f3ab347ffe82a787ca8c3d574d7861cfbf39
feat: Enable per-card template rendering
[ { "change_type": "MODIFY", "diff": "@@ -91,8 +91,8 @@ run: ## Run server\nrun-db: ## Run database server\ngo run cmd/wavedb/main.go\n-run-micro: ## Run microwave\n- go run cmd/wave/main.go -web-dir ./u\n+run-hb: ## Run handlebars frontend\n+ go run cmd/wave/main.go -web-dir ./x/handlebars\nrun-cypress: ## R...
Python
Apache License 2.0
h2oai/wave
feat: Enable per-card template rendering
1
feat
null
756,059
24.06.2021 20:15:05
25,200
85303c5290e3606132aca00b1fc5afa748ea89a3
feat: issue 3161, track recognizable objects used by VOM so other objects can be GC'd
[ { "change_type": "MODIFY", "diff": "@@ -202,11 +202,10 @@ function build(\n// eslint-disable-next-line no-lonely-if, no-use-before-define\nif (!isVrefReachable(vref)) {\nimportsToDrop.push(vref);\n- // and retireExport if unrecognizable (TODO: needs\n- // VOM.vrefIsRecognizable)\n- // if (!vrefIsRecognizabl...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: issue 3161, track recognizable objects used by VOM so other objects can be GC'd
1
feat
null
67,479
24.06.2021 20:19:39
-36,000
ac0c2902bbea4eacd3f95b56dd8e1fee145ce463
chore(doc): tweak change log to add breaking change related to bindable
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n* **template-compiler:** use class base impl for compilation context ([6cf1435](https://github.com/aurelia/aurelia/commit/6cf1435))\n* **template-compiler:** merge binder ...
TypeScript
MIT License
aurelia/aurelia
chore(doc): tweak change log to add breaking change related to bindable
1
chore
doc
780,866
24.06.2021 20:28:27
10,800
4cc11c9a4047d7d23c7d2cabb6e248e457f690db
docs(twbs/icons): update reference with new tiktok and shopping-basket icons
[ { "change_type": "MODIFY", "diff": "@@ -60,6 +60,10 @@ You can use FA icons by just adding respective CSS classes, eg.:\n<i class=\"fab fa-facebook-messenger\"></i>\n<code>fab fa-facebook-messenger</code>\n</div>\n+ <div class=\"wrapper-icon\">\n+ <i class=\"fab fa-tiktok\"></i>\n+ <code>fab fa-tiktok</code...
JavaScript
MIT License
ecomplus/storefront
docs(twbs/icons): update reference with new tiktok and shopping-basket icons
1
docs
twbs/icons
126,276
24.06.2021 20:40:34
10,800
f31b426734408017b556d557104f4fd9bdece433
feat(embedded/sql): adding method to infer typed parameters from sql statements
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,7 @@ import (\n\"encoding/hex\"\n\"fmt\"\n\"os\"\n+ \"strings\"\n\"testing\"\n\"time\"\n@@ -1520,3 +1521,54 @@ func TestSubQuery(t *testing.T) {\nerr = engine.Close()\nrequire.NoError(t, err)\n}\n+\n+func TestInferParameters(t *testing.T) {\n+ catalogStore, e...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/sql): adding method to infer typed parameters from sql statements Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/sql
67,479
24.06.2021 21:02:17
-36,000
02bb7968e8fdd8346fc8e86c1f3769eaec400658
chore(render-context): cleanup unused code
[ { "change_type": "MODIFY", "diff": "@@ -106,44 +106,25 @@ export interface ICompiledRenderContext extends IRenderContext {\n*/\ncreateNodes(): INodeSequence;\n- /**\n- * Prepare this context context for creating a new component instance.\n- *\n- * All parameters are optional injectable dependencies, that is...
TypeScript
MIT License
aurelia/aurelia
chore(render-context): cleanup unused code
1
chore
render-context
791,690
24.06.2021 21:15:02
18,000
8cebaa3e4dac53a51a43fab6fbaaa78c4c006852
misc: add GitHub bug report form
[ { "change_type": "DELETE", "diff": "----\n-name: Bug report\n-about: Report something working incorrectly\n-\n----\n-\n-<!-- Before creating an issue please make sure you are using the latest version and have checked for duplicate issues. -->\n-\n-<!-- Before creating an Accessibility issue please test that...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: add GitHub bug report form (#12694)
1
misc
null
342,861
24.06.2021 23:02:27
-7,200
4b3628807bfd1f16a0c7bddbaefb54670aad0058
fix(sandbox): major fix, separate pages, components
[ { "change_type": "MODIFY", "diff": "-import \"tailwindcss/dist/base.min.css\";\n+require(\"tailwindcss/dist/base.min.css\");\n", "new_path": "docs/gatsby-browser.js", "old_path": "docs/gatsby-browser.js" }, { "change_type": "MODIFY", "diff": "@@ -42,3 +42,48 @@ exports.onCreateNode = asy...
JavaScript
MIT License
kiwicom/orbit
fix(sandbox): major fix, separate pages, components
1
fix
sandbox
342,861
24.06.2021 23:36:57
-7,200
53a35087eeb2a6592792d6e222c21dec04f664a8
fix(sandbox): open in a new tab
[ { "change_type": "MODIFY", "diff": "-require(\"tailwindcss/dist/base.min.css\");\n+import \"tailwindcss/dist/base.min.css\";\n", "new_path": "docs/gatsby-browser.js", "old_path": "docs/gatsby-browser.js" }, { "change_type": "MODIFY", "diff": "\"gatsby-transformer-sharp\": \"^3.3.0\",\n\"...
JavaScript
MIT License
kiwicom/orbit
fix(sandbox): open in a new tab
1
fix
sandbox
71,379
25.06.2021 01:48:21
-25,200
5f597877c75f9e92d3bf08eedb5007ecc3cb001e
fix(stepfunctions-tasks): EcsRunTask containerOverrides throws if container name doesn't match construct ID EcsRunTask, container override is now using using method `findContainer` to check for container in TaskDefinition fixes *By submitting this pull request, I confirm that my contribution is made under the terms of ...
[ { "change_type": "MODIFY", "diff": "@@ -647,7 +647,7 @@ export class TaskDefinition extends TaskDefinitionBase {\n/**\n* Returns the container that match the provided containerName.\n*/\n- private findContainer(containerName: string): ContainerDefinition | undefined {\n+ public findContainer(containerName: ...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(stepfunctions-tasks): EcsRunTask containerOverrides throws if container name doesn't match construct ID (#15190) EcsRunTask, container override is now using using method `findContainer` to check for container in TaskDefinition fixes #15171 ---- *By submitting this pull request, I confirm that my contrib...
1
fix
stepfunctions-tasks
877,015
25.06.2021 01:55:03
-7,200
da10dc8cc1d7a8667c3fdda275c7a7be71368bf9
refactor: rename VtmnRadio to VtmnRadioButton
[ { "change_type": "RENAME", "diff": "-import { VtmnRadio } from '@vtmn/react';\n+import { VtmnRadioButton } from '@vtmn/react';\nimport { Meta, Story } from '@storybook/react';\nexport default {\n- title: 'Components/VtmnRadio',\n- component: VtmnRadio,\n+ title: 'Components/VtmnRadioButton',\n+ component: V...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor: rename VtmnRadio to VtmnRadioButton
1
refactor
null
494,351
25.06.2021 07:04:06
14,400
44002f4fa93b40a6bb18f1e759bb416d082cec08
feat: disable HaveIBeenPwned validation when HaveIBeenPwnedEnabled is set to false This patch introduces an option to disable HaveIBeenPwned checks in environments where outbound network calls are disabled. Closes
[ { "change_type": "MODIFY", "diff": "@@ -901,6 +901,20 @@ selfservice:\n#\nignore_network_errors: false\n+ ## Enable or Disable the HaveIBeenPwned API ##\n+ #\n+ # If set to false the password validation does not utilize the Have I Been Pwnd API.\n+ #\n+ # Default value: true\n+ #\n+ # Set this value using e...
Go
Apache License 2.0
ory/kratos
feat: disable HaveIBeenPwned validation when HaveIBeenPwnedEnabled is set to false (#1445) This patch introduces an option to disable HaveIBeenPwned checks in environments where outbound network calls are disabled. Closes #316 Co-authored-by: hackerman <3372410+aeneasr@users.noreply.github.com> Co-authored-by: ...
1
feat
null
915,096
25.06.2021 10:52:57
-7,200
5553a6f29d1f2c78da2adec3ea6d514acfda6100
fix: wrong description Closes
[ { "change_type": "MODIFY", "diff": "]\n},\n\"cert\": {\n- \"description\": \"Configures the private key (pem encoded).\",\n+ \"description\": \"Configures the public certificate (pem encoded).\",\n\"allOf\": [\n{\n\"$ref\": \"#/definitions/pem_file\"\n", "new_path": "spec/config.json", "old_path": "...
Go
Apache License 2.0
ory/hydra
fix: wrong description (#2589) Closes #2587
1
fix
null
815,609
25.06.2021 10:53:31
-28,800
d560f5186185be2c498239f80e20b64d32fdedbb
build: customize `opt-level` to avoid building some crates twice
[ { "change_type": "MODIFY", "diff": "@@ -90,6 +90,12 @@ members = [\n[profile.release]\noverflow-checks = true\n+[profile.release.build-override]\n+opt-level = 3\n+\n+[profile.bench.build-override]\n+opt-level = 3\n+\n[target.'cfg(all(not(target_env = \"msvc\"), not(target_os=\"macos\")))'.dependencies]\njem...
Rust
MIT License
nervosnetwork/ckb
build: customize `opt-level` to avoid building some crates twice
1
build
null
865,926
25.06.2021 11:06:16
-7,200
fa5c322bafbf78de0b421f676aa1ad119959ba1b
deps: update to `bpmn-js@8.7.1` Closes
[ { "change_type": "MODIFY", "diff": "}\n},\n\"bpmn-js\": {\n- \"version\": \"8.7.0\",\n- \"resolved\": \"https://registry.npmjs.org/bpmn-js/-/bpmn-js-8.7.0.tgz\",\n- \"integrity\": \"sha512-6CqpzO9HnlFDm7CWWKE6tFrQpC4s2PgHpmLPTmBkXrFs7FgentaGVaIUbU3SoRbthPucg3V0WewyvgZQRo1t6w==\",\n+ \"version\": \"8.7.1\",\...
JavaScript
MIT License
camunda/camunda-modeler
deps: update to `bpmn-js@8.7.1` Closes #942
1
deps
null
438,921
25.06.2021 11:07:23
-32,400
2b813aa4f235cf77a3f6b785d918a1da2f6195a9
chore(demo): upgrade demo's d3.js version
[ { "change_type": "MODIFY", "diff": "<link rel=\"stylesheet\" type=\"text/css\" href=\"./tomorrow.css\" />\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/highlight.min.js\"></script>\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/languages/javascript.min....
TypeScript
MIT License
naver/billboard.js
chore(demo): upgrade demo's d3.js version
1
chore
demo
865,926
25.06.2021 11:15:20
-7,200
833c3a4b7ddfd11c7499326670908e7497294cfa
deps: update to `camunda-bpmn-js@0.9.1`
[ { "change_type": "MODIFY", "diff": "}\n},\n\"camunda-bpmn-js\": {\n- \"version\": \"0.9.0\",\n- \"resolved\": \"https://registry.npmjs.org/camunda-bpmn-js/-/camunda-bpmn-js-0.9.0.tgz\",\n- \"integrity\": \"sha512-K3+783bs5sGRZbFkYvmX0DEW/ZmxgyfH3zp/EgOz2XLWkgpnLqay7DSDCcFG96ORjCU+ZuHqxC0D9YyylUwt/A==\",\n+ ...
JavaScript
MIT License
camunda/camunda-modeler
deps: update to `camunda-bpmn-js@0.9.1`
1
deps
null
791,474
25.06.2021 11:19:16
25,200
b34783a4d7a8c88204e0f44bd411795d8267d811
feat(firestore): Add support for PartitionQuery
[ { "change_type": "MODIFY", "diff": "package firestore\n+import (\n+ \"context\"\n+ \"errors\"\n+ \"fmt\"\n+ \"sort\"\n+\n+ \"google.golang.org/api/iterator\"\n+ firestorepb \"google.golang.org/genproto/googleapis/firestore/v1\"\n+)\n+\n// A CollectionGroupRef is a reference to a group of collections sharing...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(firestore): Add support for PartitionQuery (#4206)
1
feat
firestore
791,690
25.06.2021 11:27:27
18,000
0af83bfd641beb07771945805de03cf63603e6a7
deps: bump axe-core to 4.2.3
[ { "change_type": "MODIFY", "diff": "\"webtreemap-cdt\": \"^3.2.1\"\n},\n\"dependencies\": {\n- \"axe-core\": \"4.2.1\",\n+ \"axe-core\": \"4.2.3\",\n\"chrome-launcher\": \"^0.14.0\",\n\"configstore\": \"^5.0.1\",\n\"csp_evaluator\": \"^1.0.1\",\n", "new_path": "package.json", "old_path": "package.js...
JavaScript
Apache License 2.0
googlechrome/lighthouse
deps: bump axe-core to 4.2.3 (#12706)
1
deps
null
815,598
25.06.2021 11:28:54
-28,800
bca2bb69defc0ec5d1bce7ac98c0a0d41758e5c8
ci: remove workflow remove-old-artifacts.yml GitHub Actions now supports changing retention days for artifacts and logs.
[ { "change_type": "DELETE", "diff": "-name: Remove Old Artifacts\n-\n-on:\n- schedule:\n- # Every day at 1am\n- - cron: '0 1 * * *'\n-\n-jobs:\n- remove-old-artifacts:\n- if: ${{ github.repository_owner == 'nervosnetwork' }}\n- runs-on: ubuntu-latest\n- timeout-minutes: 10\n- steps:\n- - name: Remove old art...
Rust
MIT License
nervosnetwork/ckb
ci: remove workflow remove-old-artifacts.yml GitHub Actions now supports changing retention days for artifacts and logs. https://github.blog/changelog/2020-10-08-github-actions-ability-to-change-retention-days-for-artifacts-and-logs/
1
ci
null
67,479
25.06.2021 11:35:41
-36,000
52f11c47d1b9aa5e6f138638cc6dfcd44c3a5db1
feat(templating): add a injectable hydration token refactor(au-slot): use new hydration context token
[ { "change_type": "MODIFY", "diff": "@@ -566,6 +566,7 @@ export {\nIContextualCustomElementController,\nIControllerElementHydrationInstruction,\nIHydratableController,\n+ IHydrationContext,\nIDryCustomElementController,\nICustomAttributeController,\nIHydratedController,\n@@ -593,7 +594,6 @@ export {\nisRende...
TypeScript
MIT License
aurelia/aurelia
feat(templating): add a injectable hydration token refactor(au-slot): use new hydration context token
1
feat
templating
756,064
25.06.2021 11:37:09
25,200
d99d8e3164215ae6f321d39aca9b1fc5b8a23f48
chore(swingset): add test of GC behavior in xs vat This checks that our normal async / `await E()` pattern doesn't cause the target or its arguments to be retained longer than expected. refs
[ { "change_type": "ADD", "diff": "+import { Far } from '@agoric/marshal';\n+import { E } from '@agoric/eventual-send';\n+\n+export function buildRootObject() {\n+ let A = Far('A', { hello() {} });\n+ let B = Far('B', { hello() {} });\n+ let target;\n+\n+ return harden({\n+ async bootstrap(vats) {\n+ target =...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(swingset): add test of GC behavior in xs vat This checks that our normal async / `await E()` pattern doesn't cause the target or its arguments to be retained longer than expected. refs #3406
1
chore
swingset
342,861
25.06.2021 11:40:27
-7,200
f68e627d27b5dfd97ce4dfb270e88e278cfff9a3
fix: quick fix links on main page
[ { "change_type": "MODIFY", "diff": "@@ -95,7 +95,7 @@ export default function Home({ location, path }: Props) {\niconRight={<ArrowRight />}\n// @ts-expect-error asComponent has wrong type declaration\nasComponent={GatsbyLinkToButton}\n- href=\"/getting-started/for-designers/\"\n+ href=\"/getting-started/\"\...
JavaScript
MIT License
kiwicom/orbit
fix: quick fix links on main page
1
fix
null
756,013
25.06.2021 11:51:09
21,600
7b9457708ea1d0ecc78fb71a77d700ac8cfbbc04
fix(cosmic-swingset): update check-validator.js for Cosmos 0.43.x
[ { "change_type": "MODIFY", "diff": "@@ -51,6 +51,11 @@ console.log('Fetching current node pubkey...');\nconst ret2 = spawnSync('ag-chain-cosmos', ['tendermint', 'show-validator']);\nconst selfPub = ret2.stdout.toString('utf-8').trim();\nconsole.log(selfPub);\n+\n+const selfObj = {};\n+try {\n+ selfObj.pk = ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(cosmic-swingset): update check-validator.js for Cosmos 0.43.x
1
fix
cosmic-swingset
777,389
25.06.2021 12:03:24
25,200
0b3920e36fe543cab040c481a1f19962cddac617
feat: show a loading state while fetching profiler metrics
[ { "change_type": "MODIFY", "diff": "import { Alert } from 'antd';\n-import React, { useEffect } from 'react';\n+import React from 'react';\nimport Section from 'components/Section';\n+import Spinner from 'components/Spinner';\nimport { useProfilesFilterContext } from 'pages/TrialDetails/Profiles/ProfilesFil...
Python
Apache License 2.0
determined-ai/determined
feat: show a loading state while fetching profiler metrics [gh-2605] (#2606)
1
feat
null
777,399
25.06.2021 12:06:23
25,200
0bd516569298c8fc7939999f19e2a86de34b6758
fix: make the gRPC gateway never use a proxy Without this, if a proxy is set using the `https_proxy` environment variable, the gRPC gateway attempts to use it to connect back to the master's own listener, which typically breaks things. A proxy should never be used for such connections.
[ { "change_type": "MODIFY", "diff": "@@ -88,6 +88,7 @@ func RegisterHTTPProxy(ctx context.Context, e *echo.Echo, port int, cert *tls.Ce\naddr := fmt.Sprintf(\":%d\", port)\nopts := []grpc.DialOption{\ngrpc.WithDefaultCallOptions(grpc.MaxCallRecvMsgSize(1 << 26)),\n+ grpc.WithNoProxy(),\n}\nif cert == nil {\n...
Python
Apache License 2.0
determined-ai/determined
fix: make the gRPC gateway never use a proxy [DET-5689] (#2620) Without this, if a proxy is set using the `https_proxy` environment variable, the gRPC gateway attempts to use it to connect back to the master's own listener, which typically breaks things. A proxy should never be used for such connections.
1
fix
null
777,401
25.06.2021 12:07:06
14,400
b09ed8139ca6bd2b6b7f9faa2aea47c95d96ab1b
feat: add API to query an experiments best searcher validation This change adds an API to query an experiment's best validation. This is necessary to implement the `checkpoint_policy: best` behavior within the confines of push architecture.
[ { "change_type": "MODIFY", "diff": "@@ -1209,3 +1209,20 @@ func (a *apiServer) GetHPImportance(req *apiv1.GetHPImportanceRequest,\n}\n}\n}\n+\n+func (a *apiServer) GetBestSearcherValidationMetric(\n+ _ context.Context, req *apiv1.GetBestSearcherValidationMetricRequest,\n+) (*apiv1.GetBestSearcherValidationM...
Python
Apache License 2.0
determined-ai/determined
feat: add API to query an experiments best searcher validation (#2422) [DET-5212] This change adds an API to query an experiment's best validation. This is necessary to implement the `checkpoint_policy: best` behavior within the confines of push architecture.
1
feat
null
756,013
25.06.2021 12:22:03
21,600
fd1b21100b6676ad550b45c9b7d657275cc55e74
chore(cosmic-swingset): fix lint
[ { "change_type": "MODIFY", "diff": "#! /usr/bin/env node\n/* global process require Buffer */\n// check-validator - Find if there is a validator that matches the current ag-chain-cosmos\n-// Michael FIG <mfig@agoric.com>, 2021-05-06\n+// Michael FIG <mfig@agoric.com>, 2021-06-25\nconst oper = process.argv[2...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(cosmic-swingset): fix lint
1
chore
cosmic-swingset
551,647
25.06.2021 13:03:25
-3,600
61045e559e5e7146f67a8819266810963c3ecfcb
chore(ilp): Fix bug in quote handling for ilp field values
[ { "change_type": "MODIFY", "diff": "@@ -235,6 +235,8 @@ public class LineProtoSender extends AbstractCharSink implements Closeable {\ncase ' ':\ncase ',':\ncase '=':\n+ case '\"':\n+ case '\\\\':\nput('\\\\');\ndefault:\nput(c);\n", "new_path": "core/src/main/java/io/questdb/cutlass/line/LineProtoSender...
Java
Apache License 2.0
questdb/questdb
chore(ilp): Fix bug in quote handling for ilp field values (#1158)
1
chore
ilp
777,376
25.06.2021 13:05:38
25,200
d612a97cbe5fce2cad0e5b2bcaa9d73334cc9f9f
fix: improve det deploy aws messaging for inconsistent stack states * fix: improve det deploy aws messaging for inconsistent stack states #done * address review comments * Addressing more comments
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,10 @@ DELETE_MASTER_IGNORE_ERRORS = (\n)\n+class NoStackOutputError(Exception):\n+ pass\n+\n+\ndef get_user(boto3_session: boto3.session.Session) -> str:\nsts = boto3_session.client(\"sts\")\nresponse = sts.get_caller_identity()\n@@ -62,8 +66,19 @@ def stop_m...
Python
Apache License 2.0
determined-ai/determined
fix: improve det deploy aws messaging for inconsistent stack states [DET-5695] (#2617) * fix: improve det deploy aws messaging for inconsistent stack states DET-5695 #done * address review comments * Addressing more comments
1
fix
null
889,115
25.06.2021 13:28:23
-25,200
ad1067bf5820c41b3a80546feb259c76607fa338
docs: mention LogSync in readme
[ { "change_type": "MODIFY", "diff": "@@ -25,3 +25,39 @@ body: |-\nThe `@google-cloud/logging` library will handle batching and dispatching\nthese log lines to the API.\n+\n+ ## Writing to Stdout\n+\n+ The `LogSync` class helps users easily write context-rich structured logs to\n+ `stdout` or any custom trans...
TypeScript
Apache License 2.0
googleapis/nodejs-logging
docs: mention LogSync in readme (#1106)
1
docs
null
866,395
25.06.2021 13:33:05
14,400
48801ad51ee6af0018395365d181cc427d8ec557
chore(percy): add visual snapshots script ### Description This adds the `visual-snapshot` script to the web components package.
[ { "change_type": "MODIFY", "diff": "\"test:e2e:build\": \"node ./tests/e2e/build/build-examples.js\",\n\"typecheck\": \"tsc --noEmit -p tsconfig.json\",\n\"upgrade-carbon\": \"yarn upgrade-interactive carbon-components carbon-web-components @carbon/icon-helpers @carbon/icons --latest --exact\",\n+ \"visual-...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(percy): add visual snapshots script (#6481) ### Description This adds the `visual-snapshot` script to the web components package.
1
chore
percy
730,451
25.06.2021 13:51:32
14,400
8b356a9b5c7c6847a301df9108767331df61be94
fix(plugin-meetings): locus migration for sip calls
[ { "change_type": "MODIFY", "diff": "@@ -1294,6 +1294,8 @@ export default class Meeting extends StatelessWebexPlugin {\nsetUpLocusUrlListener() {\nthis.locusInfo.on(EVENTS.LOCUS_INFO_UPDATE_URL, (payload) => {\nthis.members.locusUrlUpdate(payload);\n+ this.locusUrl = payload;\n+ this.locusId = this.locusUrl?...
JavaScript
MIT License
webex/webex-js-sdk
fix(plugin-meetings): locus migration for sip calls
1
fix
plugin-meetings
67,475
25.06.2021 13:51:41
0
539494e57acd35568b24984e20b9694ac0047d8e
GitBook: [master] 108 pages modified
[ { "change_type": "MODIFY", "diff": "## Getting Started\n* [Aurelia at a glance](getting-started/aurelia-at-a-glance.md)\n+* [Aurelia for new developers](getting-started/aurelia-for-new-developers.md)\n* [Quick install guide](getting-started/quick-install-guide.md)\n* [Hello world](getting-started/quick-star...
TypeScript
MIT License
aurelia/aurelia
GitBook: [master] 108 pages modified
1
gitbook
null
777,401
25.06.2021 14:17:40
14,400
5f98e0b718abaca711cb092075edc9941f48af04
chore: add tooling to document echo-based apis This change adds swag (https://github.com/swaggo/swag) to doc echo APIs. This is useful because some APIs cannot be expressed within the constraints of grpc<->grpc-gateway land, e.g. endpoints that return CSV, or generally endpoints that accept or return MIME types other t...
[ { "change_type": "MODIFY", "diff": "@@ -96,6 +96,7 @@ github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20191009163259-e802c2cb94ae\ngithub.com/HdrHistogram/hdrhistogram-go v1.1.0 h1:6dpdDPTRoo78HxAJ6T1HfMiKSnqhgRRqzCuPshRkQ7I=\ngithub.com/HdrHistogram/hdrhistogram-go v1.1.0/go.mod h1:yDgFjdqOqDEKOvasDdh...
Python
Apache License 2.0
determined-ai/determined
chore: add tooling to document echo-based apis (#2529) This change adds swag (https://github.com/swaggo/swag) to doc echo APIs. This is useful because some APIs cannot be expressed within the constraints of grpc<->grpc-gateway land, e.g. endpoints that return CSV, or generally endpoints that accept or return MIME type...
1
chore
null
471,300
25.06.2021 14:43:15
18,000
ed8c1ab7414b148c8aa7811caaf0e131d376f759
chore(README): update link to BatchSpanProcessor in sdk node
[ { "change_type": "MODIFY", "diff": "@@ -124,7 +124,7 @@ Configure a custom sampler. By default all traces will be sampled.\n### traceExporter\n-Configure a trace exporter. If an exporter OR span processor is not configured, the tracing SDK will not be initialized and registered. If an exporter is configured...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
chore(README): update link to BatchSpanProcessor in sdk node (#2300) Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com>
1
chore
README
777,396
25.06.2021 14:52:13
21,600
a1b5e4a5dd3f9d0f381f13c64a66937c77b79d22
docs: correct pod spec
[ { "change_type": "MODIFY", "diff": "@@ -157,7 +157,7 @@ Example of configuring a pod spec for an individual task:\nspec:\n# Specify a pull secret for task container image.\nimagePullSecrets:\n- name: regcred\n+ - name: regcred\n# Specify a service account that allows writing checkpoints to S3 (for EKS).\nse...
Python
Apache License 2.0
determined-ai/determined
docs: correct pod spec (#2618)
1
docs
null
791,834
25.06.2021 15:09:03
18,000
97caff55fc5536bcd1ece96691b641576821e0d5
tests: add explicit small-icu detection for i18n
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,7 @@ const Runner = require('../../runner.js');\nconst Gatherer = require('../../gather/gatherers/gatherer.js');\nconst ImageElementsGatherer = require('../../gather/gatherers/image-elements.js');\nconst UserTimingsAudit = require('../../audits/user-timings.j...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: add explicit small-icu detection for i18n (#12696)
1
tests
null
791,834
25.06.2021 15:51:06
18,000
dbdc6a75e14e7929f6c0106b9c75ae36deaf1ac1
misc: npmignore larger unnecessary files
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,9 @@ build/\ncoverage/\ndist/\nproto/\n+docs/\n+lighthouse-core/lib/sd-validation/\nlighthouse-core/scripts/*\nlighthouse-core/test/\nlighthouse-core/third_party/src/\n@@ -51,6 +53,9 @@ yarn-error.log\nresults.html\n*.lcov\n+# large files\n+changelog.md\n+\n# d...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: npmignore larger unnecessary files (#12627)
1
misc
null
141,508
25.06.2021 16:09:29
-36,000
bcf06b93372ac8f8f82f7260109c741df5aa5cf0
chore: Delete the package
[ { "change_type": "DELETE", "diff": "-# Change Log\n-\n-All notable changes to this project will be documented in this file.\n-See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n-\n-## [1.1.51](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/draft-search-bo...
TypeScript
MIT License
cultureamp/kaizen-design-system
chore: Delete the @kaizen/draft-search-box package (#1724)
1
chore
null
151,442
25.06.2021 16:26:23
-3,600
b2ab2bbf245af27597fa49fd7992376807f4bfe6
feat: enrich mixpanel page events by send all provided properties
[ { "change_type": "MODIFY", "diff": "@@ -141,9 +141,7 @@ function mixpanelPlugin(pluginConfig = {}) {\n* the path as tracked event and search parameters as properties\n*/\npage: ({ payload }) => {\n- mixpanel.track(payload.properties.path, {\n- search: payload.properties.search,\n- });\n+ mixpanel.track(payl...
JavaScript
MIT License
davidwells/analytics
feat: enrich mixpanel page events by send all provided properties
1
feat
null
151,442
25.06.2021 16:58:49
-3,600
f7e2fd70ff2c851c238ed4999ba7371ba12c7bfd
feat: support setting of mixpanel page event names
[ { "change_type": "MODIFY", "diff": "@@ -111,6 +111,7 @@ const analytics = Analytics({\n| Option | description |\n|:---------------------------|:-----------|\n| `token` <br/>**required** - string| The mixpanel token associated to a mixpanel project |\n+| `pageEvent` <br/>_optional_ - string| Event name to us...
JavaScript
MIT License
davidwells/analytics
feat: support setting of mixpanel page event names
1
feat
null
815,598
25.06.2021 17:18:02
-28,800
b533001be98dec170d5e165f403c9e93a73a3622
ci: cargo clean when runner has no enough space
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,11 @@ jobs:\nwith:\nname: ckb.tar.xz\npath: ckb.tar.xz\n+ - uses: doitian/available-space@v1\n+ if: ${{ always() }}\n+ with:\n+ clean-threshold: 40000\n+ clean: cargo clean --target-dir \"${CARGO_TARGET_DIR}\" || true\nbenchmark:\nname: Benchmark\n", "new...
Rust
MIT License
nervosnetwork/ckb
ci: cargo clean when runner has no enough space
1
ci
null
551,647
25.06.2021 17:56:20
-3,600
7104a571a58d0cfcb7624dbb93afb2fcc151514e
feat(telemetry): Add version, os and package to telemetry
[ { "change_type": "MODIFY", "diff": "@@ -52,4 +52,4 @@ EXPOSE 9009/tcp\n#\n# then one can create 'log.conf' in the 'conf' dir and override logger fully\n#\n-CMD [\"/app/bin/java\", \"-Dout=conf/log.conf\", \"-m\", \"io.questdb/io.questdb.ServerMain\", \"-d\", \"/root/.questdb\", \"-f\"]\n+CMD [\"/usr/bin/env...
Java
Apache License 2.0
questdb/questdb
feat(telemetry): Add version, os and package to telemetry (#1156)
1
feat
telemetry
866,404
25.06.2021 17:58:18
10,800
786635899e0ac43b578e72669980b93e79a9492d
feat(footer): added adjunct links ### Related Ticket(s) Web Component: [Footer] Change to include the adjunct legal links ### Description Adding the adjunct links to the footer. <img width="1149" alt="Screen Shot 2021-06-22 at 10 48 22" src="https://user-images.githubusercontent.com/42848561/122936224-5fe64f80-d347-11e...
[ { "change_type": "ADD", "diff": "+/**\n+ * @license\n+ *\n+ * Copyright IBM Corp. 2020, 2021\n+ *\n+ * This source code is licensed under the Apache-2.0 license found in the\n+ * LICENSE file in the root directory of this source tree.\n+ */\n+\n+import { BasicLink } from '../../../internal/vendor/@carbon/ib...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(footer): added adjunct links (#6432) ### Related Ticket(s) Web Component: [Footer] Change to include the adjunct legal links #5588 ### Description Adding the adjunct links to the footer. <img width="1149" alt="Screen Shot 2021-06-22 at 10 48 22" src="https://user-images.githubusercontent.com/42848561/...
1
feat
footer
791,704
25.06.2021 17:58:36
18,000
d8d1d39f96edb1df41855fc29f3b0ae91c76096b
misc(scripts): improve collision check in collect-strings
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ const UIStrings = {\n/** Title of an accessibility audit that evaluates if progressbar HTML elements do not have accessible names. This title is descriptive of the failing state and is shown to users when there is a failure that needs to be addressed. */...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(scripts): improve collision check in collect-strings (#12697) Co-authored-by: Patrick Hulce <patrick.hulce@gmail.com>
1
misc
scripts
531,793
25.06.2021 18:00:43
-3,600
5ed6101dfb3b940f65077c542efb9450ac33c013
fix(ui): fix table bg color
[ { "change_type": "MODIFY", "diff": "@@ -68,6 +68,9 @@ $accordion-bg: $gray-800;\n$accordion-button-bg: $gray-700;\n$accordion-button-active-bg: $gray-700;\n+$table-bg: transparent;\n+$table-accent-bg: transparent;\n+\n@import \"./RebootlessBootstrap\";\n@import \"bootswatch/dist/darkly/bootswatch\";\n", ...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): fix table bg color
1
fix
ui
815,609
25.06.2021 18:24:46
-28,800
8620f8e71fccbe7454f9cd5690f32f279252665e
refactor: verify the epoch in block headers explicitly
[ { "change_type": "MODIFY", "diff": "@@ -101,7 +101,7 @@ fn gen_block(parent_header: &HeaderView, nonce: u128, epoch: &EpochExt) -> Block\n.parent_hash(parent_header.hash())\n.timestamp((parent_header.timestamp() + 10).pack())\n.number(number.pack())\n- .epoch(epoch.number().pack())\n+ .epoch(epoch.number_wi...
Rust
MIT License
nervosnetwork/ckb
refactor: verify the epoch in block headers explicitly
1
refactor
null
889,620
25.06.2021 18:47:30
-28,800
9d33602873b15668fe978dd66148287d4f9744dd
feat(webui): display authentication activity closes
[ { "change_type": "ADD", "diff": "+<template>\n+ <v-data-table\n+ :headers=\"headers\"\n+ :items=\"items\"\n+ :options.sync=\"options\"\n+ :server-items-length=\"totalItems\"\n+ :loading=\"loading\"\n+ sort-by=\"dateTime\"\n+ :sort-desc=\"true\"\n+ multi-sort\n+ class=\"elevation-1\"\n+ :footer-props=\"{\n+ ...
Kotlin
MIT License
gotson/komga
feat(webui): display authentication activity closes #160
1
feat
webui
317,646
25.06.2021 19:22:47
-7,200
bac68f996dd7d5ae01e21d51d21baf6c0df0ada2
fix(winget): use x64
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ PackageVersion: <VERSION>\nInstallModes:\n- \"silent\"\nInstallers:\n-- Architecture: x86\n+- Architecture: x64\nInstallerType: inno\nInstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install.exe\nInstallerSha256: <HAS...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(winget): use x64
1
fix
winget