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
217,922
05.02.2022 13:42:32
-3,600
f461d22d146d1fb8664edf88e2febedf85b17b9e
fix(list-import): fixed import from etro with no materias
[ { "change_type": "MODIFY", "diff": "@@ -65,6 +65,7 @@ export class EtroLinkParser implements ExternalListLinkParser {\nquantity = 30;\n}\nentries.push(`${item},null,${quantity}`);\n+ if (gear.materia) {\nlet itemKeySuffix = '';\nif (slot === 'fingerL' && gear[slot] === gear['fingerR']) {\nitemKeySuffix = 'L...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list-import): fixed import from etro with no materias
1
fix
list-import
841,473
05.02.2022 13:49:13
-28,800
745604b26d9151732d2572307dbeb22b2d10ca66
fix(es/modules): Allow using a dynamic import with an expression from another import
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ var swcHelpers = require(\"@swc/helpers\");\nvar _path = require(\"path\");\nasync function getPackage() {\nconst pkg = await Promise.resolve().then(function() {\n- return swcHelpers.interopRequireWildcard(require(join(process.cwd(), 'package.json')));\n+ ...
Rust
Apache License 2.0
swc-project/swc
fix(es/modules): Allow using a dynamic import with an expression from another import (#3450)
1
fix
es/modules
151,430
05.02.2022 14:08:39
28,800
6146fbe4cbd4c3c8dad240657deb1bc56cfbd400
refactor: update global storage to sub key
[ { "change_type": "MODIFY", "diff": "@@ -23,28 +23,27 @@ function sortByTimeStamp(a, b) {\nreturn 0\n}\n-if (typeof window.__analytics__ === 'undefined') {\n- window.__analytics__ = []\n+if (typeof window.__global__.analytics === 'undefined') {\n+ window.__global__.analytics = []\n}\n-\nexport default class ...
JavaScript
MIT License
davidwells/analytics
refactor: update global storage to sub key Signed-off-by: David Wells <>
1
refactor
null
847,143
05.02.2022 15:20:29
-28,800
46fefc08578ab31257129675a51c3febc812e52a
fix(blog2): fix metaScope
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ import type { ArticleMap } from \"../../shared\";\n// eslint-disable-next-line\ndeclare const __VUE_HMR_RUNTIME__: Record<string, any>;\n+declare const BLOG_META_SCOPE: string;\nexport const blogArticlesMap = ref(articleMap);\n@@ -25,7 +26,14 @@ export con...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(blog2): fix metaScope
1
fix
blog2
269,464
05.02.2022 16:00:49
10,800
f585f3be698ae1d3b86895a6f082518483283d94
feat: allow to output on hooks refs
[ { "change_type": "MODIFY", "diff": "@@ -147,7 +147,7 @@ func runHook(ctx *context.Context, opts builders.Options, buildEnv []string, hoo\nreturn err\n}\n- if err := shell.Run(ctx, dir, cmd, env); err != nil {\n+ if err := shell.Run(ctx, dir, cmd, env, hook.Output); err != nil {\nreturn err\n}\n}\n", "ne...
Go
MIT License
goreleaser/goreleaser
feat: allow to output on hooks refs #2875
1
feat
null
756,013
05.02.2022 16:08:10
21,600
64d01718f7e790490ad81dec6e2e6f61e067cee9
build(telemetry): add `bufferfromfile`
[ { "change_type": "MODIFY", "diff": "\"license\": \"Apache-2.0\",\n\"dependencies\": {\n\"@opentelemetry/exporter-prometheus\": \"^0.16.0\",\n- \"@opentelemetry/metrics\": \"^0.16.0\"\n+ \"@opentelemetry/metrics\": \"^0.16.0\",\n+ \"bufferfromfile\": \"agoric-labs/BufferFromFile#Agoric-built\"\n},\n\"devDepe...
JavaScript
Apache License 2.0
agoric/agoric-sdk
build(telemetry): add `bufferfromfile`
1
build
telemetry
756,013
05.02.2022 16:10:43
21,600
2892da96eff902c5f616424d6fb9946aaaef1b0f
feat(telemetry): use `makeSlogSenderFromModule`
[ { "change_type": "MODIFY", "diff": "@@ -115,6 +115,12 @@ Same as SLOGFILE, but for solo instead of chain.\nLifetime: ?\n+## SOLO_SLOGSENDER\n+\n+Same as SLOGSENDER, but for solo instead of chain.\n+\n+Lifetime: ?\n+\n## SOLO_MAX_DEBUG_LENGTH\nAffects: solo\n@@ -137,6 +143,21 @@ debug logs should be written....
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(telemetry): use `makeSlogSenderFromModule`
1
feat
telemetry
756,013
05.02.2022 16:11:27
21,600
b02b0c8086136d8e780b687ae65df41796946eec
feat(telemetry): add `@agoric/telemetry/src/flight-recorder.js`
[ { "change_type": "ADD", "diff": "+// @ts-check\n+/* global BigUint64Array */\n+/// <reference types=\"ses\" />\n+\n+// https://github.com/Agoric/agoric-sdk/issues/3742#issuecomment-1028451575\n+// I'd mmap() a 100MB file, reserve a few bytes for offsets, then use the rest\n+// as a circular buffer to hold l...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(telemetry): add `@agoric/telemetry/src/flight-recorder.js`
1
feat
telemetry
269,464
05.02.2022 16:28:17
10,800
efdc4d0f484d75cac9b175c85d7452f17bb465dd
test: fixed hooks tests refs refs
[ { "change_type": "MODIFY", "diff": "@@ -206,14 +206,14 @@ func TestRunPipeFailingHooks(t *testing.T) {\nctx.Git.CurrentTag = \"2.3.4\"\nctx.Config.Builds[0].Hooks.Pre = []config.Hook{{Cmd: \"exit 1\"}}\nctx.Config.Builds[0].Hooks.Post = []config.Hook{{Cmd: \"echo post\"}}\n- require.EqualError(t, Pipe{}.Run...
Go
MIT License
goreleaser/goreleaser
test: fixed hooks tests refs #2875 refs f585f3be698ae1d3b86895a6f082518483283d94 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
test
null
841,479
05.02.2022 16:38:48
-28,800
032f397b52415378ede985be35713a3482093958
fix(es/fixer): Handle more expressions in the super class position
[ { "change_type": "MODIFY", "diff": "@@ -305,7 +305,15 @@ impl VisitMut for Fixer<'_> {\nself.ctx = Context::Default;\nnode.visit_mut_children_with(self);\nmatch &mut node.super_class {\n- Some(ref mut e) if e.is_seq() || e.is_await_expr() || e.is_bin() => self.wrap(&mut **e),\n+ Some(ref mut e)\n+ if e.is_s...
Rust
Apache License 2.0
swc-project/swc
fix(es/fixer): Handle more expressions in the super class position (#3452)
1
fix
es/fixer
151,430
05.02.2022 16:40:17
28,800
0423deb2ededd60851efa1a47f20bd583012a1b6
feat: add redact lib
[ { "change_type": "ADD", "diff": "+<!--\n+title: Redact object util\n+pageTitle: Redaction Utils\n+description: Utility library for redacting object keys/values\n+-->\n+\n+# Redaction Utilities\n+\n+A [tiny](https://bundlephobia.com/result?p=@analytics/redact-utils) utilities library for redacting object key...
JavaScript
MIT License
davidwells/analytics
feat: add redact lib Signed-off-by: David Wells <>
1
feat
null
151,430
05.02.2022 16:50:40
28,800
abd87e2610156f23b4008d4e8e62df18e190a565
chore: make doc gen work
[ { "change_type": "MODIFY", "diff": "\"build:core\": \"lerna run build --scope analytics --scope @analytics/core\",\n\"postbuild\": \"lerna run types\",\n\"build:dev\": \"npm run clean && lerna run build:dev\",\n- \"docs\": \"node ./scripts/docs.js && lerna run docs\",\n+ \"docs\": \"node ./scripts/docs.js &...
JavaScript
MIT License
davidwells/analytics
chore: make doc gen work Signed-off-by: David Wells <>
1
chore
null
151,430
05.02.2022 16:51:13
28,800
8c66dfa5df74c60bd769040a3c7e3332fef2f8cd
chore: log
[ { "change_type": "MODIFY", "diff": "@@ -63,7 +63,7 @@ async function updateContents(file, docsPath) {\n// Only sync content with frontmatter\nif (content.startsWith('<!--')) {\nconst newContent = formatContent(content)\n- console.log('newContent', newContent)\n+ // console.log('newContent', newContent)\nawa...
JavaScript
MIT License
davidwells/analytics
chore: log Signed-off-by: David Wells <>
1
chore
null
756,013
05.02.2022 17:11:09
21,600
7ee409102269ab41a1f3f5d5a0bdd29b6eb12a36
feat(telemetry): `frcat` script to extract `flight-recorder.bin`
[ { "change_type": "ADD", "diff": "+../src/frcat-entrypoint.js\n\\ No newline at end of file\n", "new_path": "packages/telemetry/bin/frcat", "old_path": null }, { "change_type": "MODIFY", "diff": "\"lint:types\": \"tsc -p jsconfig.json\",\n\"lint:eslint\": \"eslint '**/*.js'\"\n},\n+ \"bin...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(telemetry): `frcat` script to extract `flight-recorder.bin`
1
feat
telemetry
151,430
05.02.2022 17:12:24
28,800
c34d001199568980f497676f19f192ee48440a75
docs: update redact util doc
[ { "change_type": "MODIFY", "diff": "@@ -41,8 +41,8 @@ const original = {\n},\n},\n}\n-log('original', original)\nconst encoded = redactObject(original)\n+console.log(encoded)\n/*\n{\nhi: 'awesome',\n@@ -75,8 +75,8 @@ const encoded = {\n'JG5pY2U=': { _: [ 'JGxvbA==' ], 'JGxvbA==': 'dGhpcyB3aWxsIGJlIGVuY29kZW...
JavaScript
MIT License
davidwells/analytics
docs: update redact util doc Signed-off-by: David Wells <>
1
docs
null
151,430
05.02.2022 17:21:03
28,800
7c249f5b981c8953b79431495bacf199f585689d
refactor: remove optional
[ { "change_type": "MODIFY", "diff": "export default function bootstrap(pluginApi) {\nconst { config, instance } = pluginApi\n/* Load aws-pinpoint script after userId exists */\n- if (config?.disableAnonymousTraffic && !instance.user('userId')) {\n+ if (config && config.disableAnonymousTraffic && !instance.us...
JavaScript
MIT License
davidwells/analytics
refactor: remove optional Signed-off-by: David Wells <>
1
refactor
null
269,464
05.02.2022 17:40:03
10,800
8f74c871bb216a794ec209a283293fae6fba0492
feat: update nfpm to v2.12.1
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ require (\ngithub.com/google/go-github/v41 v41.0.0\ngithub.com/google/uuid v1.3.0\ngithub.com/goreleaser/fileglob v1.2.0\n- github.com/goreleaser/nfpm/v2 v2.12.0\n+ github.com/goreleaser/nfpm/v2 v2.12.1\ngithub.com/imdario/mergo v0.3.12\ngithub.com/jarco...
Go
MIT License
goreleaser/goreleaser
feat: update nfpm to v2.12.1 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
feat
null
317,646
05.02.2022 17:43:49
-3,600
d94a0db0a9cbbe9f46292b309ec64c794039bde3
feat(os): support manjaro linux resolves
[ { "change_type": "MODIFY", "diff": "@@ -66,6 +66,13 @@ func (env *ShellEnvironment) Platform() string {\nreturn platform\n}\nplatform, _, _, _ = host.PlatformInformation()\n+ if platform == \"arch\" {\n+ // validate for Manjaro\n+ lsbInfo := env.FileContent(\"/etc/os-release\")\n+ if strings.Contains(lsbInf...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(os): support manjaro linux resolves #1696
1
feat
os
269,464
05.02.2022 17:44:07
10,800
9df62d87ecb98213ce9842796506bdfa1adb9b7a
fix: build log print relative path instead of abs all other logs print relative paths, only the build logs are printing the abs path. this makes things more even.
[ { "change_type": "MODIFY", "diff": "@@ -198,14 +198,15 @@ func buildOptionsForTarget(ctx *context.Context, build config.Build, target stri\nif build.NoUniqueDistDir {\ndir = \"\"\n}\n- path, err := filepath.Abs(filepath.Join(ctx.Config.Dist, dir, name))\n+ relpath := filepath.Join(ctx.Config.Dist, dir, name...
Go
MIT License
goreleaser/goreleaser
fix: build log print relative path instead of abs all other logs print relative paths, only the build logs are printing the abs path. this makes things more even. Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
fix
null
269,464
05.02.2022 17:48:41
10,800
4095da684bee5ab8f5b1dd9777229778c9560984
fix: jsonschema on archives.files.info.group
[ { "change_type": "MODIFY", "diff": "@@ -428,7 +428,7 @@ type File struct {\n// FileInfo is the file info of a file.\ntype FileInfo struct {\nOwner string `yaml:\"owner,omitempty\"`\n- Group string `yaml:\"group\"`\n+ Group string `yaml:\"group,omitempty\"`\nMode os.FileMode `yaml:\"mode,omitempty\"`\nMTime ...
Go
MIT License
goreleaser/goreleaser
fix: jsonschema on archives.files.info.group Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
fix
null
269,464
05.02.2022 17:50:59
10,800
7f2233858f3e3e36dd4b88fb15a126e3376d7941
fix: pro schema
[ { "change_type": "MODIFY", "diff": "},\n\"info\": {\n\"$schema\": \"http://json-schema.org/draft-04/schema#\",\n- \"required\": [\n- \"group\"\n- ],\n\"properties\": {\n\"owner\": {\n\"type\": \"string\"\n", "new_path": "www/docs/static/schema-pro.json", "old_path": "www/docs/static/schema-pro.json"...
Go
MIT License
goreleaser/goreleaser
fix: pro schema Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
fix
null
269,464
05.02.2022 18:01:26
10,800
e3997f8802dd7fc71b85f454108e51536d95cf2d
feat: update go-github from v41 to v42
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ require (\ngithub.com/dghubble/oauth1 v0.7.1\ngithub.com/fatih/color v1.13.0\ngithub.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible\n- github.com/google/go-github/v41 v41.0.0\n+ github.com/google/go-github/v42 v42.0.0\ngithub.com/google/uui...
Go
MIT License
goreleaser/goreleaser
feat: update go-github from v41 to v42 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
feat
null
847,143
05.02.2022 18:20:54
-28,800
349da5a566c02da8dfe23242e15070e9590460d1
feat(blog2): resolve routeRedirect
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ import { articleMap } from \"@temp/blog/article\";\nimport { useRouteLocale } from \"@vuepress/client\";\nimport { computed, ref } from \"vue\";\nimport { useRouter } from \"vue-router\";\n+import { resolveRouteWithRedirect } from \"../utils\";\nimport typ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(blog2): resolve routeRedirect
1
feat
blog2
471,242
05.02.2022 18:59:35
-3,600
e9e4567647def43f592a2072bc0c15a00dc6fc4f
fix: use api 1.1 in SDKs Use API 1.1 in SDKs to avoid that SDKs register a TracerProvider,... using an older API then other OTel components. This avoids the version check in API rejecting the use of API 1.1 but a peer may still use 1.0.x.
[ { "change_type": "MODIFY", "diff": "\"webpack\": \"4.46.0\"\n},\n\"peerDependencies\": {\n- \"@opentelemetry/api\": \">=1.0.0 <1.2.0\"\n+ \"@opentelemetry/api\": \">=1.1.0 <1.2.0\"\n},\n\"dependencies\": {\n\"@opentelemetry/core\": \"1.0.1\",\n", "new_path": "packages/opentelemetry-sdk-trace-base/packag...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
fix: use api 1.1 in SDKs (#2759) Use API 1.1 in SDKs to avoid that SDKs register a TracerProvider,... using an older API then other OTel components. This avoids the version check in API rejecting the use of API 1.1 but a peer may still use 1.0.x.
1
fix
null
826,708
05.02.2022 19:17:16
-3,600
8f826884f5984283a9eaf573b5fe89d118cf6790
fix: openapi versions
[ { "change_type": "DELETE", "diff": "-{\n- \"$schema\": \"node_modules/@openapitools/openapi-generator-cli/config.schema.json\",\n- \"spaces\": 2,\n- \"generator-cli\": {\n- \"version\": \"5.4.0\"\n- }\n-}\n", "new_path": null, "old_path": "openapitools.json" }, { "change_type": "MODIFY", ...
C#
Apache License 2.0
ory/sdk
fix: openapi versions
1
fix
null
306,346
05.02.2022 19:29:58
-11,880
ed2ef7be0ab7a02200bcc5705b8e6abab9b8c3af
refactor(aws): fix wrong cases and typos in backup_vault
[ { "change_type": "MODIFY", "diff": "@@ -18,8 +18,8 @@ type BackupVault struct {\nMonthlyAuroraSnapshotGB *float64 `infracost_usage:\"monthly_aurora_snapshot_gb\"`\nMonthlyDynamodbBackupGB *float64 `infracost_usage:\"monthly_dynamodb_backup_gb\"`\nMonthlyDynamodbRestoreGB *float64 `infracost_usage:\"monthly_...
Go
Apache License 2.0
infracost/infracost
refactor(aws): fix wrong cases and typos in backup_vault
1
refactor
aws
826,708
05.02.2022 19:41:44
-3,600
04ed82e96362b85c099499637911418a4b87655f
fix: downgrade python
[ { "change_type": "MODIFY", "diff": "@@ -153,7 +153,7 @@ python () {\nrm -rf \"$dir\" || true\nmkdir -p \"$dir\"\n- openapi-generator-cli version-manager set 5.4.0\n+ openapi-generator-cli version-manager set 5.2.1\nopenapi-generator-cli generate -i \"${SPEC_FILE}\" \\\n-g python \\\n-o \"$dir\" \\\n", "...
C#
Apache License 2.0
ory/sdk
fix: downgrade python
1
fix
null
317,646
05.02.2022 20:34:43
-3,600
4fe1feb48866bf64f9b179d4aff65218a462e36b
chore(winget): implement manifest 1.1.0 resolves
[ { "change_type": "MODIFY", "diff": "PackageIdentifier: JanDeDobbeleer.OhMyPosh\nPackageVersion: <VERSION>\n+ReleaseDate: <DATE>\nPlatform:\n- Windows.Desktop\nMinimumOSVersion: 10.0.0.0\n@@ -35,4 +36,4 @@ Installers:\nInstallerSwitches:\nCustom: /CURRENTUSER\nManifestType: installer\n-ManifestVersion: 1.0.0...
Go
MIT License
jandedobbeleer/oh-my-posh
chore(winget): implement manifest 1.1.0 resolves #1693
1
chore
winget
317,646
05.02.2022 20:54:05
-3,600
c34ea9c8f5d26d8e0521204d7c7bcec03a21d89c
fix: exclude link on measure resolves
[ { "change_type": "MODIFY", "diff": "package color\n-import \"unicode/utf8\"\n+import (\n+ \"oh-my-posh/regex\"\n+ \"strings\"\n+ \"unicode/utf8\"\n+)\nfunc measureText(text string) int {\n+ // skip hyperlinks\n+ if !strings.Contains(text, \"\\x1b]8;;\") {\n+ return utf8.RuneCountInString(text)\n+ }\n+ match...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: exclude link on measure resolves #1691
1
fix
null
756,051
05.02.2022 21:02:48
21,600
6787464e0974206ae31181d16c519548b3e375d5
test(vats): fix test-extract to not depend on lockdown env use
[ { "change_type": "MODIFY", "diff": "-import '@endo/init';\n-import test from 'ava';\n+// @ts-check\n+// eslint-disable-next-line import/no-extraneous-dependencies\n+import { test } from '@agoric/swingset-vat/tools/prepare-test-env-ava.js';\nimport { extract } from '../src/core/utils.js';\n@@ -8,10 +9,10 @@ ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(vats): fix test-extract to not depend on lockdown env use @agoric/swingset-vat/tools/prepare-test-env-ava.js
1
test
vats
847,143
05.02.2022 21:10:26
-28,800
fadcc8e1f19321c1923fab3e768cc3b5012d5d71
chore(blog2): update rollup config
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,12 @@ export default [\nexternal: [\"@mr-hope/vuepress-shared\", \"@vuepress/core\"],\n}),\n...rollupTypescript(\"client/index\", {\n- external: [\"@vuepress/client\", \"vue\", \"vue-router\", /^@temp/],\n+ external: [\n+ \"@vuepress/client\",\n+ \"@vuepress/sh...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore(blog2): update rollup config
1
chore
blog2
847,143
05.02.2022 21:12:57
-28,800
12bcab961c52d82a009747d70bcd9bfc7b2c66da
feat(theme): add icons
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,33 @@ import { IconBase } from \"@mr-hope/vuepress-shared/lib/client\";\nimport { h } from \"vue\";\nimport type { FunctionalComponent } from \"vue\";\n+export const CategoryIcon: FunctionalComponent = () =>\n+ h(IconBase, { name: \"category\" }, () =>\n+ h(\"p...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): add icons
1
feat
theme
847,143
05.02.2022 21:19:20
-28,800
7ab564602a4477bf51d70cd4c735c34e1c655ffd
fix(blog2): fix category
[ { "change_type": "MODIFY", "diff": "@@ -89,7 +89,7 @@ export const prepareCategory = (\n};\nconst { map } = categoryMap[routeLocale];\n- const pageMap: Record<string, Page[]> = {};\n+ const tempMap: Record<string, Page[]> = {};\npageMap[routeLocale].forEach((page) => {\nconst categories = getter(page);\n@@ ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(blog2): fix category
1
fix
blog2
847,143
05.02.2022 21:20:21
-28,800
27174f476f0e83a3c55dc09d0c0864a1d526a929
fix(theme): correct component name
[ { "change_type": "MODIFY", "diff": "@@ -185,6 +185,6 @@ import { defineComponent } from \"vue\";\nexport default defineComponent({\n// eslint-disable-next-line vue/multi-word-component-names\n- name: \"Page404\",\n+ name: \"Page404Icon\",\n});\n</script>\n", "new_path": "packages/theme/src/client/compon...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): correct component name
1
fix
theme
847,143
05.02.2022 21:22:17
-28,800
810e27601d3e51ee9c1f11cc1a84dcc912ad5901
fix(theme): fix rollup config
[ { "change_type": "MODIFY", "diff": "@@ -34,6 +34,7 @@ export default [\n\"bcryptjs\",\n\"vue\",\n\"vue-router\",\n+ \"vuepress-plugin-blog2/lib/client\",\n/\\.scss$/,\n],\ndtsExternal: [/\\.scss$/],\n@@ -51,6 +52,7 @@ export default [\n\"bcryptjs\",\n\"vue\",\n\"vue-router\",\n+ \"vuepress-plugin-blog2/lib/...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix rollup config
1
fix
theme
151,430
05.02.2022 23:24:32
28,800
4c55ccc6395130780a95b14f2969a3962d7a45af
chore: update babel for new regen runtime
[ { "change_type": "MODIFY", "diff": "{\n\"helpers\": true,\n\"regenerator\": true,\n- \"version\": \"7.5.5\"\n+ \"version\": \"7.17.0\"\n}\n]\n]\n", "new_path": "packages/analytics-core/.babelrc", "old_path": "packages/analytics-core/.babelrc" }, { "change_type": "MODIFY", "diff": "]\n},\...
JavaScript
MIT License
davidwells/analytics
chore: update babel for new regen runtime Signed-off-by: David Wells <>
1
chore
null
866,400
06.02.2022 00:17:42
18,000
b725782c80cf9f2c5456a57ada2424b72d619b21
test(cta): wait for image to load into view before testing layout ### Related Ticket(s) Fixes ### Description Adds a waitUntil that delays testing until after the image renders into the viewport and causes the browser to recalculate the layout. ### Changelog **Changed** Fixes issue with feature-cta tests
[ { "change_type": "MODIFY", "diff": "@@ -64,7 +64,14 @@ const _tests = {\ncheckHorizontalLayout: () => {\nlet cardBox, imageBox, contentBox;\n- cy.get('.bx--feature-card')\n+ cy.waitUntil(() => {\n+ // Waits for image to load and page to redo layout.\n+ return (\n+ cy.get('.bx--feature-card .bx--image')\n+ ....
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
test(cta): wait for image to load into view before testing layout (#8199) ### Related Ticket(s) Fixes #8159 ### Description Adds a waitUntil that delays testing until after the image renders into the viewport and causes the browser to recalculate the layout. ### Changelog **Changed** - Fixes issue with feature-cta tests
1
test
cta
447,446
06.02.2022 05:33:41
-3,600
c51d780dab923c04e5e6d7d479921ed4bb0c9742
feat: add imperative `close` function to HelpText
[ { "change_type": "MODIFY", "diff": "-import React, { useRef, useState, useEffect } from 'react';\n+import React, { useRef, useState, useEffect, useImperativeHandle } from 'react';\nimport PropTypes from 'prop-types';\nimport { useWindowScrolling } from '@rainbow-modules/hooks';\nimport { useUniqueIdentifier...
JavaScript
MIT License
nexxtway/react-rainbow
feat: add imperative `close` function to HelpText (#2365)
1
feat
null
317,842
06.02.2022 08:45:20
-3,600
5daff6b934c0eff33e6a795ddb4ef5367bbc9b6a
fix: hyperlink regex updated Issue when detecting and replacing text
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ var (\n)\nconst (\n- LINK = `(?P<STR>\\x1b]8;;(file|https)(.+)\\x1b\\\\(?P<TEXT>.+)\\x1b]8;;\\x1b\\\\)`\n+ LINK = `(?P<STR>\\x1b]8;;(.+)\\x1b\\\\(?P<TEXT>.+)\\x1b]8;;\\x1b\\\\)`\n)\nfunc GetCompiledRegex(pattern string) *regexp.Regexp {\n", "new_path...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: hyperlink regex updated Issue when detecting and replacing text
1
fix
null
826,708
06.02.2022 10:28:21
-3,600
843d801d18f9f1f4ff6731d5ade9dd81250aa928
fix: resolve generation issues
[ { "change_type": "MODIFY", "diff": "@@ -153,7 +153,7 @@ python () {\nrm -rf \"$dir\" || true\nmkdir -p \"$dir\"\n- openapi-generator-cli version-manager set 5.2.0\n+ openapi-generator-cli version-manager set 5.4.0\nopenapi-generator-cli generate -i \"${SPEC_FILE}\" \\\n-g python \\\n-o \"$dir\" \\\n", "...
C#
Apache License 2.0
ory/sdk
fix: resolve generation issues
1
fix
null
317,646
06.02.2022 10:32:16
-3,600
8f3bfd674bc5774008214dbe3d5c4c6515201ec6
fix(manjaro): read lsb-release relates to
[ { "change_type": "MODIFY", "diff": "@@ -68,8 +68,8 @@ func (env *ShellEnvironment) Platform() string {\nplatform, _, _, _ = host.PlatformInformation()\nif platform == \"arch\" {\n// validate for Manjaro\n- lsbInfo := env.FileContent(\"/etc/os-release\")\n- if strings.Contains(lsbInfo, \"Manjaro\") {\n+ lsbI...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(manjaro): read lsb-release relates to #1696
1
fix
manjaro
471,409
06.02.2022 10:33:00
-7,200
6ba387ab45d0f67fdfac85c43bb0f0f67f2a119b
fix(auto-instrumentations-node): add more instrumentations
[ { "change_type": "MODIFY", "diff": "@@ -56,17 +56,38 @@ registerInstrumentations({\n## Supported instrumentations\n+- [@opentelemetry/instrumentation-aws-lambda](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-aws-lambda)\n+- [@opentelemetry/in...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
fix(auto-instrumentations-node): add more instrumentations (#865)
1
fix
auto-instrumentations-node
217,922
06.02.2022 10:44:05
-3,600
b97c4c9063caf9a9b27f483330396a2e475cd52c
chore: tentative fix for nodestone not found
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,8 @@ export class MainWindow {\nwebPreferences: {\nnodeIntegration: true,\ncontextIsolation: false,\n- backgroundThrottling: false\n+ backgroundThrottling: false,\n+ nodeIntegrationInWorker: true\n}\n};\nObject.assign(opts, this.store.get('win:bounds', {}));\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: tentative fix for nodestone not found
1
chore
null
217,922
06.02.2022 10:52:30
-3,600
5b874c76796ec2e33665aa67910b8704b93c2d5c
fix(list): fixed automatic HQ flags disable checkbox
[ { "change_type": "MODIFY", "diff": "@@ -195,6 +195,9 @@ export class ListController {\n}\npublic static requiredAsHQ(list: List, item: ListRow): number {\n+ if (list.disableHQSuggestions) {\n+ return 0;\n+ }\nif (!item || item.id < 20 || !syncHqFlags[item.id]) {\nreturn 0;\n}\n@@ -206,9 +209,6 @@ export cla...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed automatic HQ flags disable checkbox
1
fix
list
317,646
06.02.2022 11:01:46
-3,600
4c4b97fa8b37e0126e91dd3f26f6c378bb864470
fix: provide terminal width from CLI
[ { "change_type": "MODIFY", "diff": "@@ -47,10 +47,10 @@ Tell the engine if the block should be left or right-aligned.\n### Filler\nWhen you want to join a right and left aligned block with a repeated set of characters, add the character\n-to be repeated to this property. Add this property to the _left_ alig...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: provide terminal width from CLI
1
fix
null
471,242
06.02.2022 11:45:37
-3,600
0dc4c3d8eb4f52b839365f964bb7aaac08dcefb2
fix: add parentContext to onStart
[ { "change_type": "MODIFY", "diff": "* limitations under the License.\n*/\n-import { context, TraceFlags } from '@opentelemetry/api';\n+import { context, Context, TraceFlags } from '@opentelemetry/api';\nimport {\nBindOnceFuture,\nExportResultCode,\n@@ -73,7 +73,7 @@ export abstract class BatchSpanProcessorB...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
fix: add parentContext to onStart (#2757) Co-authored-by: legendecas <legendecas@gmail.com> Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
fix
null
847,143
06.02.2022 12:09:20
-28,800
a8eb5b3942162389bf90ec87d6cb13c5655632a3
fix(theme): fix hero image issue
[ { "change_type": "MODIFY", "diff": "\"build\": \"rollup -c\",\n\"clean\": \"rimraf ./lib ./*.tsbuildinfo\",\n\"dev\": \"concurrently \\\"yarn dev:copy\\\" \\\"yarn dev:ts\\\"\",\n- \"dev:copy\": \"cpx src/client/**/*.{vue,css,scss} lib/client -w\",\n+ \"dev:copy\": \"cpx src/client/**/*.{vue,css,scss,jpg} l...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix hero image issue
1
fix
theme
847,143
06.02.2022 12:15:08
-28,800
10293709d0b8937e0e1b5b00252642f33c8a905b
chore: update tsconfig
[ { "change_type": "MODIFY", "diff": "{\n\"extends\": \"../../tsconfig.build.base.json\",\n\"references\": [\n+ { \"path\": \"../blog2/tsconfig.build.json\" },\n{ \"path\": \"../comment2/tsconfig.build.json\" },\n{ \"path\": \"../components/tsconfig.build.json\" },\n{ \"path\": \"../copy-code2/tsconfig.build....
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: update tsconfig
1
chore
null
317,646
06.02.2022 12:19:39
-3,600
53fc3da3205314ed07929910504455af4fa9c051
chore: notify contributors of edit rights on PR
[ { "change_type": "ADD", "diff": "+name: Notify When Maintainers Cannot Edit\n+\n+# **What it does**: Notifies the author of a PR when their PR does not allow maintainers to edit it.\n+# **Why we have it**: To prevent having to do this manually.\n+# **Who does it impact**: Open-source.\n+\n+on:\n+ pull_reque...
Go
MIT License
jandedobbeleer/oh-my-posh
chore: notify contributors of edit rights on PR
1
chore
null
471,307
06.02.2022 12:28:14
-3,600
2dbdb21f26799f92ba5fee6d0281aba5e71e0235
test(express-instrumentation): add test-all-versions
[ { "change_type": "ADD", "diff": "+express:\n+ - versions: \"^4.16.2\"\n+ commands: npm run test\n", "new_path": "plugins/node/opentelemetry-instrumentation-express/.tav.yml", "old_path": null }, { "change_type": "MODIFY", "diff": "\"types\": \"build/src/index.d.ts\",\n\"repository\": \"o...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
test(express-instrumentation): add test-all-versions (#811)
1
test
express-instrumentation
317,646
06.02.2022 13:52:10
-3,600
7a60418297e55d00a65ff8fd4d19e901510cbde6
feat(sysinfo): add disks resolves
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import (\n\"oh-my-posh/properties\"\ncpu \"github.com/shirou/gopsutil/v3/cpu\"\n+ disk \"github.com/shirou/gopsutil/v3/disk\"\nload \"github.com/shirou/gopsutil/v3/load\"\nmem \"github.com/shirou/gopsutil/v3/mem\"\n)\n@@ -28,6 +29,8 @@ type SystemInfo stru...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(sysinfo): add disks resolves #1710
1
feat
sysinfo
317,646
06.02.2022 13:56:23
-3,600
8ce47273df30de5235ebef6c3a066350ad5a56ac
feat(cache): only write when dirty
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,7 @@ type cacheObject struct {\ntype fileCache struct {\ncache *concurrentMap\ncachePath string\n+ dirty bool\n}\nfunc (fc *fileCache) Init(cachePath string) {\n@@ -40,10 +41,10 @@ func (fc *fileCache) Init(cachePath string) {\n}\nfunc (fc *fileCache) Close()...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(cache): only write when dirty
1
feat
cache
217,922
06.02.2022 14:39:01
-3,600
7448ab73718b29cf502738eead1bfe12c0bb43dd
fix(commissions): disabled possibility to create a commission from an offline list
[ { "change_type": "MODIFY", "diff": "<i nz-icon nzType=\"copy\" theme=\"outline\"></i>\n</button>\n<app-favorite-button *ngIf=\"!list.offline\" [key]=\"list.$key\" type=\"lists\"></app-favorite-button>\n- <button nz-button nzShape=\"circle\" (click)=\"createCommission(list)\" *ngIf=\"!list.hasCommission && (...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(commissions): disabled possibility to create a commission from an offline list
1
fix
commissions
71,105
06.02.2022 14:55:24
25,200
80ef69fc67ae513b95f8b401b7c2f3f4c92555ab
chore(eks): deprecate older versions of EKS EKS version support: Kubernetes versions: *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": "@@ -772,21 +772,25 @@ export interface ClusterProps extends ClusterOptions {\nexport class KubernetesVersion {\n/**\n* Kubernetes version 1.14\n+ * @deprecated Use newer version of EKS\n*/\npublic static readonly V1_14 = KubernetesVersion.of('1.14');\n/**\n* Kubernetes ve...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(eks): deprecate older versions of EKS (#18842) EKS version support: https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html Kubernetes versions: https://endoflife.date/kubernetes ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
eks
571,267
06.02.2022 15:09:50
18,000
1d9ab1971d1316d4b237c0e8f1b03dd2b7f158a0
fix: ensure backwards compatibility for html-dom-parser's ES Module Fixes
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,10 @@ var domToReact = require('./lib/dom-to-react');\nvar attributesToProps = require('./lib/attributes-to-props');\nvar htmlToDOM = require('html-dom-parser');\n+// support backwards compatibility for ES Module\n+htmlToDOM =\n+ typeof htmlToDOM.default === 'f...
JavaScript
MIT License
remarkablemark/html-react-parser
fix: ensure backwards compatibility for html-dom-parser's ES Module Fixes #445
1
fix
null
571,267
06.02.2022 15:30:13
18,000
5f724cc10d10640271802259ecc06fba1f9ef3fe
test: add tests to check exports are functions
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ var htmlToDOM = require('html-dom-parser');\n// support backwards compatibility for ES Module\nhtmlToDOM =\n+ /* istanbul ignore next */\ntypeof htmlToDOM.default === 'function' ? htmlToDOM.default : htmlToDOM;\nvar domParserOptions = { lowerCaseAttributeN...
JavaScript
MIT License
remarkablemark/html-react-parser
test: add tests to check exports are functions
1
test
null
217,922
06.02.2022 15:31:57
-3,600
7e49d18b6dfa578f8a5b9a3a86686d7f79b5ce63
fix(desktop): fixed list overlay tags not up to date with main window
[ { "change_type": "MODIFY", "diff": "@@ -15,4 +15,8 @@ export class PlatformService {\npublic isDesktop(): boolean {\nreturn IS_ELECTRON;\n}\n+\n+ public isOverlay(): boolean {\n+ return window.location.href.indexOf('?overlay') > -1;\n+ }\n}\n", "new_path": "apps/client/src/app/core/tools/platform.servic...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed list overlay tags not up to date with main window
1
fix
desktop
756,013
06.02.2022 16:43:51
21,600
dacb47d6bf49725234b85b4552e7bb3d06730111
test(telemetry): read the entire written circ buffer
[ { "change_type": "MODIFY", "diff": "@@ -24,18 +24,26 @@ test('flight-recorder sanity', t => {\nconst buf0Str = new TextDecoder().decode(buf0);\nt.is(buf0Str, `\\n{\"type\":\"start\"}`);\n- for (let i = 0; i < 500; i += 1) {\n+ const last = 500;\n+ for (let i = 0; i < last; i += 1) {\nslogSender({ type: 'ite...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(telemetry): read the entire written circ buffer
1
test
telemetry
756,013
06.02.2022 16:54:41
21,600
451a81775e8d60b68c072759afaed07420a2b400
fix(deployment): capture `flight-recorder.bin`
[ { "change_type": "MODIFY", "diff": "@@ -14,5 +14,6 @@ for node in validator{0,1}; do\nhome=/home/ag-chain-cosmos/.ag-chain-cosmos\n\"$thisdir/setup.sh\" ssh \"$node\" cat \"$home/config/genesis.json\" > \"$RESULTSDIR/$node-genesis.json\" || true\n\"$thisdir/setup.sh\" ssh \"$node\" cat \"$home/data/chain.sl...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(deployment): capture `flight-recorder.bin`
1
fix
deployment
847,143
06.02.2022 17:14:07
-28,800
dee4f51145324fd33d8f9f46ddac613f5aa8fb90
fix(theme): fix layout config
[ { "change_type": "DELETE", "diff": "-import { defineComponent, h } from \"vue\";\n-import SlidePage from \"vuepress-plugin-md-enhance/lib/client/SlidePage\";\n-\n-import type { VNode } from \"vue\";\n-\n-export default defineComponent({\n- // eslint-disable-next-line vue/multi-word-component-names\n- name: ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix layout config
1
fix
theme
217,922
06.02.2022 18:05:49
-3,600
b52c1697c647d1b832c41eaf1d270f46c4669aa7
fix(desktop): fixed critical crash when completing a list item ingame
[ { "change_type": "MODIFY", "diff": "@@ -142,7 +142,7 @@ export class InventoryService {\nif (this.platform.isOverlay()) {\nthis.inventory$ = new Observable<UserInventory>(observer => {\n- this.ipc.on('inventory:value', (e, data) => {\n+ this.ipc.on('inventory:overlay:set', (e, data) => {\nconst inventoryIns...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed critical crash when completing a list item ingame
1
fix
desktop
847,143
06.02.2022 18:39:58
-28,800
0045c396677f37d43fe278c22a7c34a86a9ff639
fix(theme): add icon for homepage
[ { "change_type": "MODIFY", "diff": "@@ -75,7 +75,12 @@ export const extendsPage = (app: App, page: Page<HopeThemePageData>): void => {\npage.data.filePathRelative = filePathRelative;\nif (frontmatter.home)\n- page.routeMeta = { ...page.routeMeta, type: \"home\", title: page.title };\n+ page.routeMeta = {\n+...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): add icon for homepage
1
fix
theme
847,143
06.02.2022 18:44:41
-28,800
ee410cf4123d21a603b05124dbb0552f4ffbc598
fix(theme): fix number size
[ { "change_type": "MODIFY", "diff": "@@ -89,7 +89,7 @@ export default defineComponent({\n},\n[\nh(ArticleIcon),\n- h(\"span\", { class: \"number\" }, articles.value.items.length),\n+ h(\"span\", { class: \"num\" }, articles.value.items.length),\nlocale.value.article,\n]\n),\n@@ -127,7 +127,7 @@ export defaul...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix number size
1
fix
theme
826,708
06.02.2022 19:08:41
-3,600
33c945346ce7e1e67719f1185fc1e35b5dd0f6f6
ci: authenticate at npm
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,9 @@ jobs:\nif [ -z \"$(git log -1 --pretty=%B | grep 'Add spec for' | grep -v '.pre.')\" ]; then\ncircleci-agent step halt\nfi\n+ - run:\n+ name: Authenticate with registry\n+ command: echo \"//registry.npmjs.org/:_authToken=$NPM_TOKEN\" > ~/.npmrc\n- run: ....
C#
Apache License 2.0
ory/sdk
ci: authenticate at npm
1
ci
null
826,708
06.02.2022 19:30:17
-3,600
66f4110ee2ec00e38955bf631764b0f7b6dfe730
fix: correct publish registry
[ { "change_type": "MODIFY", "diff": "npmName: \"${NPM_NAME}\"\nnpmVersion: $VERSION\n# typescriptThreePlus: true\n-npmRepository: https://github.com/ory/sdk.git\nsupportsES6: true\nensureUniqueParams: true\nmodelPropertyNaming: original\n", "new_path": "config/client/typescript.yml", "old_path": "con...
C#
Apache License 2.0
ory/sdk
fix: correct publish registry
1
fix
null
780,866
06.02.2022 20:23:08
10,800
8405af1dd73da86a4f833f8ee9f6c250888000b7
build(release-starter): must update monorepo submodules before starting new commits
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,9 @@ const dirGitStarterViews = path.join(dirPkgStarter, 'template/pages')\nrecursiveCopy(path.join(dirPkgTemplate, 'template/pages'), dirGitStarterViews)\nrecursiveCopy(path.join(dirPkgTemplate, 'content'), path.join(dirGitStarter, 'content'), false, true)\n...
JavaScript
MIT License
ecomplus/storefront
build(release-starter): must update monorepo submodules before starting new commits
1
build
release-starter
847,143
06.02.2022 20:23:48
-28,800
f7d4e001f17942f7afc2a0d75f56ea26c6080c0d
fix(theme): use correct themeConfig when extending page
[ { "change_type": "MODIFY", "diff": "@@ -10,8 +10,12 @@ import type {\nHopeThemeNormalPageFrontmatter,\n} from \"../shared\";\n-export const extendsPage = (app: App, page: Page<HopeThemePageData>): void => {\n- const { config = {} } = (app.options.themeConfig as HopeThemeConfig).encrypt;\n+export const exten...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): use correct themeConfig when extending page
1
fix
theme
847,143
06.02.2022 20:32:00
-28,800
307e0a1f85a3f17001a68b7c242eb7d9b017d95b
fix(theme): style fixes
[ { "change_type": "MODIFY", "diff": "&.full {\nheight: calc(100vh - var(--navbar-height)) !important;\n- @media (max-width: config.$mobile) {\n+ @media (max-width: config.$pad) {\nheight: calc(100vh - var(--navbar--mobile-height)) !important;\n}\n", "new_path": "packages/theme/src/client/module/blog/styl...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): style fixes
1
fix
theme
847,143
06.02.2022 20:35:45
-28,800
f9a0548f53eeecdfb5c2e752717a3e0cfa4ad2fc
fix(theme): fix pageinfo link
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,12 @@ import {\ngetDate,\ngetTag,\n} from \"@mr-hope/vuepress-shared/lib/client\";\n-import { usePageData, usePageFrontmatter } from \"@vuepress/client\";\n+import {\n+ usePageData,\n+ usePageFrontmatter,\n+ useRouteLocale,\n+} from \"@vuepress/client\";\n+impo...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix pageinfo link
1
fix
theme
847,143
06.02.2022 20:38:45
-28,800
fdec316ea1b09a29928785cc39cdfc0b14dfdfaf
docs(demo): remove layout page
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,6 @@ export const en: SidebarConfig = {\n\"/README.md\",\n\"/home.md\",\n\"/slides.md\",\n- \"/layout.md\",\n{\nicon: \"creative\",\ntext: \"Guide\",\n", "new_path": "demo/src/.vuepress/configs/sidebar/en.ts", "old_path": "demo/src/.vuepress/configs/sid...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs(demo): remove layout page
1
docs
demo
756,013
06.02.2022 20:57:14
21,600
a9bc83dc8f74a77a39feef4f1de45a0eee9439ae
feat(solo): run sim-chain in a separate process
[ { "change_type": "ADD", "diff": "+/* global process */\n+// @ts-check\n+import anylogger from 'anylogger';\n+\n+const console = anylogger('shutdown');\n+\n+export const makeFreshShutdown = () => {\n+ const shutdownThunks = new Set();\n+\n+ let shuttingDown = false;\n+ /** @type {NodeJS.SignalsListener & Nod...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(solo): run sim-chain in a separate process
1
feat
solo
151,430
06.02.2022 21:17:49
28,800
ab3808702c78df9aa46573a6b93db9f4a07530e3
chore: add microbundle build
[ { "change_type": "ADD", "diff": "+{\n+ \"name\": \"analytics/client\",\n+ \"private\": true,\n+ \"version\": \"0.10.23\",\n+ \"license\": \"MIT\",\n+ \"amdName\": \"_analytics\",\n+ \"source\": \"../src/index.js\",\n+ \"main\": \"../dist/client/analytics.js\",\n+ \"module\": \"../dist/client/analytics.modul...
JavaScript
MIT License
davidwells/analytics
chore: add microbundle build Signed-off-by: David Wells <>
1
chore
null
902,122
06.02.2022 21:38:54
-3,600
a245b480ec6623bf8fe937c27259cdd833980055
refactor(cli): add goto command
[ { "change_type": "MODIFY", "diff": "[![Coverage Status](https://img.shields.io/coveralls/microlinkhq/browserless.svg?style=flat-square)](https://coveralls.io/github/microlinkhq/browserless)\n[![NPM Status](https://img.shields.io/npm/dm/browserless.svg?style=flat-square)](https://www.npmjs.org/package/browse...
JavaScript
MIT License
microlinkhq/browserless
refactor(cli): add goto command
1
refactor
cli
847,143
06.02.2022 21:47:05
-28,800
a56659d148889c9307dfb191c2409aa7a85532bc
feat(theme): append class on html element
[ { "change_type": "MODIFY", "diff": "@@ -32,9 +32,9 @@ export const useDarkMode = (): DarkMode => {\nexport const updateDarkModeAttr = (isDarkMode: DarkModeRef): void => {\nconst update = (isDark = isDarkMode.value): void => {\n- const body = window?.document.querySelector(\"body\");\n+ const html = window?....
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): append class on html element
1
feat
theme
847,143
06.02.2022 22:10:58
-28,800
224717be96fd383766a8f7a13b684e9588820b03
chore: remove vetur config
[ { "change_type": "DELETE", "diff": "-const fs = require(\"fs\");\n-const path = require(\"path\");\n-\n-// const docs = fs.readdirSync(path.resolve(__dirname, \"docs\"));\n-const packages = fs.readdirSync(path.resolve(__dirname, \"packages\"));\n-\n-module.exports = {\n- settings: {\n- \"vetur.useWorkspaceD...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: remove vetur config
1
chore
null
151,430
06.02.2022 22:33:49
28,800
4c17e949172cabed3d3066f680ff8697052c18c8
chore: add module tests
[ { "change_type": "ADD", "diff": "+const mainEntry = require('@analytics/core')\n+console.log('mainEntry', mainEntry)\n+\n+const server = require('@analytics/core/server')\n+console.log('server', server)\n+\n+const client = require('@analytics/core/client')\n+console.log('client', client)\n+\n+const instance...
JavaScript
MIT License
davidwells/analytics
chore: add module tests Signed-off-by: David Wells <>
1
chore
null
151,430
06.02.2022 22:34:10
28,800
01aeec55336a93f5deb660091c0ac8fbbd4d08c8
refactor: update build for server/browser
[ { "change_type": "MODIFY", "diff": "\"license\": \"MIT\",\n\"amdName\": \"_analytics\",\n\"source\": \"../src/index.js\",\n- \"main\": \"../dist/client/analytics.js\",\n- \"module\": \"../dist/client/analytics.module.js\",\n- \"unpkg\": \"../dist/client/analytics.umd.js\",\n+ \"main\": \"dist/client/analyti...
JavaScript
MIT License
davidwells/analytics
refactor: update build for server/browser Signed-off-by: David Wells <>
1
refactor
null
847,143
06.02.2022 23:09:03
-28,800
03945c3ae2ad596e8879442240f8bc221cbc307b
feat(theme): add helpers
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,10 @@ import AutoLink from \"@theme-hope/components/AutoLink\";\nimport { useIconPrefix } from \"@theme-hope/composables\";\nimport type { PropType, VNode } from \"vue\";\n-import type { AutoLink as AutoLinkType, NavGroup } from \"../../../../shared\";\n+import...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): add helpers
1
feat
theme
151,430
06.02.2022 23:13:48
28,800
08f522a9f28698260ce09c239c29e4e56f131922
chore: update type sync
[ { "change_type": "MODIFY", "diff": "const fs = require('fs')\nconst path = require('path')\n// Copy types from analytics core\n-const SRC = path.resolve(__dirname, '../../analytics-core/lib/types.d.ts')\n+const SRC = path.resolve(__dirname, '../../analytics-core/dist/types.d.ts')\nconst DEST = path.resolve(...
JavaScript
MIT License
davidwells/analytics
chore: update type sync Signed-off-by: David Wells <>
1
chore
null
847,143
06.02.2022 23:34:53
-28,800
9a2d573ddf7684cea5c0ccb74dbe8c7e867f6817
fix(theme): fix blog options type
[ { "change_type": "MODIFY", "diff": "@@ -71,12 +71,12 @@ export default defineComponent({\nif (config) {\nconst links: MediaLink[] = [];\n- for (const media in config)\n- if (medias.includes(media as MediaType))\n- links.push({\n- icon: media as MediaType,\n- url: config[media as MediaType],\n- });\n+ for (c...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix blog options type
1
fix
theme
151,430
07.02.2022 00:07:22
28,800
c3c129c025d8c3e58763c3e42c879eb527af96b0
test: update import
[ { "change_type": "MODIFY", "diff": "-import analytics, { EVENTS, CONSTANTS } from '@analytics/core'\n+import { Analytics, EVENTS, CONSTANTS } from '@analytics/core'\nimport storage from '@analytics/storage-utils'\n// See ../packages/analytics-core for source code\nexport default function analyticsLib(opts =...
JavaScript
MIT License
davidwells/analytics
test: update import Signed-off-by: David Wells <>
1
test
null
151,430
07.02.2022 00:39:44
28,800
ebd74ec74bf42c276a98a34211d1ae0dae87a0c0
refactor: remove default export & dupe all events
[ { "change_type": "MODIFY", "diff": "@@ -241,6 +241,12 @@ function analytics(config = {}) {\n}, resolve, [callback])\n})\n},\n+\n+ // Future feature?\n+ // get: () => {\n+ // return store.getState('plugins')\n+ // },\n+\n/*\n* Load registered analytic providers.\n* @param {String} plugins - integration names...
JavaScript
MIT License
davidwells/analytics
refactor: remove default export & dupe all events Signed-off-by: David Wells <>
1
refactor
null
847,143
07.02.2022 00:48:59
-28,800
90771308568f9f2030d37fa0144608dd0b0140bb
fix(theme): fix optimizeDeps
[ { "change_type": "MODIFY", "diff": "@@ -21,13 +21,11 @@ export const themeHope: Theme<HopeThemeOptions> = (\n{ plugins = {}, ...themeOptions },\napp\n) => {\n- addViteOptimizeDeps(app, [\"@vueuse/core\", \"lodash.throttle\"]);\n+ addViteOptimizeDeps(app, [\"@vueuse/core\", \"bcryptjs\", \"lodash.throttle\"]...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix optimizeDeps
1
fix
theme
151,430
07.02.2022 00:56:19
28,800
61bb45fa336e044c8a1d40b8f9fe69d5d865de7e
feat: shrink bundle
[ { "change_type": "MODIFY", "diff": "@@ -241,12 +241,6 @@ function analytics(config = {}) {\n}, resolve, [callback])\n})\n},\n-\n- // Future feature?\n- // get: () => {\n- // return store.getState('plugins')\n- // },\n-\n/*\n* Load registered analytic providers.\n* @param {String} plugins - integration names...
JavaScript
MIT License
davidwells/analytics
feat: shrink bundle Signed-off-by: David Wells <>
1
feat
null
151,430
07.02.2022 00:59:31
28,800
a60219163d2137df0fbb83e0cf6f5d3f2123323d
docs: rev docs
[ { "change_type": "MODIFY", "diff": "@@ -691,7 +691,7 @@ The `analytics` has a robust plugin system. Here is a list of currently availabl\n| **[@analytics/amplitude](https://github.com/DavidWells/analytics/tree/master/packages/analytics-plugin-amplitude)** <br/> Amplitude integration for 'analytics' module |...
JavaScript
MIT License
davidwells/analytics
docs: rev docs Signed-off-by: David Wells <>
1
docs
null
151,430
07.02.2022 01:12:35
28,800
2191025e32c90b43be3bd55013f300877a63f3fb
chore: shrink packaging
[ { "change_type": "MODIFY", "diff": "\"url\": \"https://github.com/DavidWells/analytics\"\n},\n\"files\": [\n- \"dist\",\n- \"client\",\n- \"server\",\n+ \"dist/**/*.js\",\n+ \"dist/**/*.js.map\",\n+ \"dist/**/*.d.ts\",\n+ \"dist/**/package.json\",\n+ \"client/**/*.js\",\n+ \"client/**/*.js.map\",\n+ \"clien...
JavaScript
MIT License
davidwells/analytics
chore: shrink packaging Signed-off-by: David Wells <>
1
chore
null
277,287
07.02.2022 06:14:16
10,800
10f36230dfcc73a05bf8454f3568d14c16354bff
feat: Add Tags to Form Card
[ { "change_type": "ADD", "diff": "+# Tags\n+# Display a set of tags in a row. Each tag consists of a box with text inside.\n+# Can be used in different scenarios including highlighting a specific keyword or holding a numeric value with\n+# different colors to indicate error, warning, or success.\n+# ---\n+fr...
Python
Apache License 2.0
h2oai/wave
feat: Add Tags to Form Card (#1176) #1005
1
feat
null
317,842
07.02.2022 06:56:01
-3,600
b9916f559a4625be90efab7fe70537a97f58fbcc
feat(path): json schema updated Missing mixed_threshold property added Typo in max_depth description
[ { "change_type": "MODIFY", "diff": "\"max_depth\": {\n\"type\": \"integer\",\n\"title\": \"Maximum Depth\",\n- \"description\": \"Maximum path depth to display whithout shortening\",\n+ \"description\": \"Maximum path depth to display without shortening\",\n\"default\": 1\n},\n\"mapped_locations_enabled\": ...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(path): json schema updated Missing mixed_threshold property added Typo in max_depth description
1
feat
path
76,611
07.02.2022 07:19:52
-3,600
95862a26d8a87dd7444df1f15bed056523364af9
fix(bot): allow receive conversationId per test
[ { "change_type": "MODIFY", "diff": "@@ -27,8 +27,6 @@ const { Connector } = require('@nlpjs/connector');\nconst { isJsonObject, trimInput } = require('./helper');\n-const testId = new Date().getTime();\n-\nclass TestConnector extends Connector {\ninitialize() {\nthis.settings.settings = this.settings.settin...
JavaScript
MIT License
axa-group/nlp.js
fix(bot): allow receive conversationId per test
1
fix
bot
317,842
07.02.2022 08:02:02
-3,600
632e49514177f8fa2575d88e1a964fbd0be23347
fix(battery): disable for WSL charge_full_design and charge_full does not exists in WSL
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,10 @@ sidebar_label: Battery\n## What\n+:::caution\n+The segment is not supported and automatically disabled on windows when WSL 1 is detected. Works fine with WSL 2.\n+:::\n+\nBattery displays the remaining power percentage for your battery.\n## Sample Configu...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(battery): disable for WSL charge_full_design and charge_full does not exists in WSL
1
fix
battery
386,595
07.02.2022 08:48:54
-7,200
d37db362801de9f0e4d9640fc77e431edeca757a
feat: Add build scripts for plugings.
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"build\": \"lerna run build\",\n\"build:dev\": \"NODE_ENV=development lerna run build\",\n+ \"build:plugins\": \"yarn build:blocks && yarn build:connections && yarn build:operators\",\n+ \"build:blocks\": \"lerna run --scope '@lowdefy/blocks-*' build\",\n...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Add build scripts for plugings.
1
feat
null
821,215
07.02.2022 09:04:54
25,200
6985fbb1e55b58a309051f1b92e38b370045b0f2
chore: consolidate open dependabot prs
[ { "change_type": "MODIFY", "diff": "\"bugs\": \"https://github.com/oclif/oclif/issues\",\n\"dependencies\": {\n\"@oclif/core\": \"^1.3.0\",\n- \"@oclif/plugin-help\": \"^5.1.10\",\n- \"@oclif/plugin-not-found\": \"^2.2.4\",\n+ \"@oclif/plugin-help\": \"^5.1.11\",\n+ \"@oclif/plugin-not-found\": \"^2.3.1\",\...
TypeScript
MIT License
oclif/oclif
chore: consolidate open dependabot prs (#824) @W-0@
1
chore
null
777,353
07.02.2022 09:30:56
21,600
b1dd87424dc20207335d6ea83bddee4154da48a8
test: interaction test for BadgeTag component
[ { "change_type": "ADD", "diff": "+import { render, waitFor } from '@testing-library/react';\n+import userEvent from '@testing-library/user-event';\n+import React from 'react';\n+\n+import { generateAlphaNumeric } from 'utils/string';\n+\n+import BadgeTag from './BadgeTag';\n+\n+const LABEL = generateAlphaNu...
Python
Apache License 2.0
determined-ai/determined
test: interaction test for BadgeTag component [DET-6423] (#3572)
1
test
null
865,922
07.02.2022 10:10:18
-3,600
36f2fb33b4982db6a99c2f7ad5d5286443b3a3bd
chore(CHANGELOG): link to blogpost guiding plugin migration
[ { "change_type": "MODIFY", "diff": "@@ -67,7 +67,7 @@ ___Note:__ Yet to be released changes appear here._\n### Breaking Changes\n* The properties panel extensions for `0.x` series don't work with the new properties panel. Check out [the project's changelog](https://github.com/bpmn-io/bpmn-js-properties-pane...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): link to blogpost guiding plugin migration
1
chore
CHANGELOG
304,879
07.02.2022 10:41:35
25,200
f4b59734c0e21d475a08526534b1cd782a27f10f
feat: connect lsp feature through the flux crate The `lsp` feature was added previously to the `flux-core` crate, but it wasn't exposed via `flux`. This patch exposes that, and also adds one more `Into` implementation to simplify `flux-lsp` a bit.
[ { "change_type": "MODIFY", "diff": "@@ -656,9 +656,9 @@ dependencies = [\n[[package]]\nname = \"lsp-types\"\n-version = \"0.89.2\"\n+version = \"0.91.1\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"852e0dedfd52cc32325598b2631e0eba31b7b708959676a9f837042f276b09a2\"\n+ch...
Go
MIT License
influxdata/flux
feat: connect lsp feature through the flux crate (#4455) The `lsp` feature was added previously to the `flux-core` crate, but it wasn't exposed via `flux`. This patch exposes that, and also adds one more `Into` implementation to simplify `flux-lsp` a bit.
1
feat
null
756,059
07.02.2022 11:12:17
28,800
c910a77c124717cd18148d9a83bb62ba0c49b997
docs: remove obsolete weak store writeup
[ { "change_type": "MODIFY", "diff": "-# TODO REWRITE\n+# TODO (update to include new stores and durable objects stuff)\n# Vat Secondary Storage\nThe kernel currently provides two secondary storage mechanisms for the use of (application) code running in a vat:\n- Virtual objects\n-- Persistent weak stores\n+-...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs: remove obsolete weak store writeup
1
docs
null
530,289
07.02.2022 11:24:18
28,800
e2ba2ddb38635bff3ef073357bf74e75e8d7165a
chore: stub GitHub docs By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
[ { "change_type": "ADD", "diff": "+# GitHub\n+\n+By default, many projects are initialized with `GitHub` component to enabled GitHub as the default provider for CI/CD workflows. See https://docs.github.com/en/actions for more information.\n+\n+The use of GitHub (and generating corresponding files in `.github...
TypeScript
Apache License 2.0
projen/projen
chore: stub GitHub docs (#1597) --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1
chore
null
847,143
07.02.2022 11:31:47
-28,800
ff070b76611c29c3baec0fdf0a0d27c49fbc2bd6
feat(theme): add 2 helpers
[ { "change_type": "MODIFY", "diff": "import {\nHopeThemeOptions,\nHopeThemeNavbarConfig,\n+ HopeThemeSidebarArrayConfig,\nHopeThemeSidebarConfig,\n+ HopeThemeSidebarObjectConfig,\n} from \"../shared\";\nexport const themeConfig = (themeConfig: HopeThemeOptions): HopeThemeOptions =>\n@@ -14,3 +16,11 @@ export...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): add 2 helpers
1
feat
theme
866,394
07.02.2022 12:03:48
18,000
06b4058ce5f75be50c6051618b01831ae606457a
chore(renovate): disable upgrades to major versions
[ { "change_type": "MODIFY", "diff": "{\n\"extends\": [\"config:base\", \":maintainLockFilesWeekly\", \":preserveSemverRanges\", \"schedule:weekends\", \":noUnscheduledUpdates\"],\n- \"rangeStrategy\": \"replace\"\n+ \"packageRules\": [\n+ {\n+ \"matchUpdateTypes\": [\"major\"],\n+ \"enabled\": false\n+ }\n+ ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(renovate): disable upgrades to major versions
1
chore
renovate
503,988
07.02.2022 12:28:15
18,000
b3b61c175f23cdc9dad8c71054301d1090795ede
fix(Select): remove logic from default inputAutoComplete
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,6 @@ import {\nPickOptional,\nGenerateId\n} from '../../helpers';\n-import { getUniqueId } from '../../helpers/util';\nimport { Divider } from '../Divider';\nimport { ToggleMenuBaseProps, Popper } from '../../helpers/Popper/Popper';\nimport { createRenderable...
TypeScript
MIT License
patternfly/patternfly-react
fix(Select): remove logic from default inputAutoComplete (#6873)
1
fix
Select