author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9 values | license stringclasses 2 values | repo stringclasses 119 values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129 values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
756,013 | 19.02.2022 12:29:54 | 21,600 | a574a0cb2710c4d0a8fc2bb114426a8a7f759dc4 | build(telemetry): update package.json | [
{
"change_type": "MODIFY",
"diff": "\"test:xs\": \"exit 0\",\n\"lint-fix\": \"yarn lint:eslint --fix\",\n\"lint\": \"run-s --continue-on-error lint:*\",\n- \"lint:types\": \"tsc -p jsconfig.json\",\n+ \"lint:types\": \"tsc --maxNodeModuleJsDepth 4 -p jsconfig.json\",\n\"lint:eslint\": \"eslint '**/*.js'\"\n... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | build(telemetry): update package.json | 1 | build | telemetry |
756,013 | 19.02.2022 13:12:48 | 21,600 | f0a18336f42796e86dfa36981c8064590ba34f7a | ci: avoid dup checks, send e-mail on CI failure | [
{
"change_type": "ADD",
"diff": "+name: Notify Github Actions status via email\n+description: 'Notify on actions status'\n+\n+inputs:\n+ from:\n+ description: 'The email address to send the notification from'\n+ required: true\n+ to:\n+ description: 'Recipients'\n+ required: true\n+ password:\n+ description... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | ci: avoid dup checks, send e-mail on CI failure | 1 | ci | null |
317,764 | 19.02.2022 13:45:21 | 0 | 882e541b964d844358247f152063e9b43e5d7919 | feat: cloud foundry target segment | [
{
"change_type": "ADD",
"diff": "+---\n+id: cftarget\n+title: Cloud Foundry Target\n+sidebar_label: Cloud Foundry Target\n+---\n+\n+## What\n+\n+Display the details of the logged [Cloud Foundry endpoint][cf-target] (`cf target` details).\n+\n+## Sample Configuration\n+\n+```json\n+{\n+ \"background\": \"#a7... | Go | MIT License | jandedobbeleer/oh-my-posh | feat: cloud foundry target segment | 1 | feat | null |
317,646 | 19.02.2022 14:24:54 | -3,600 | 1e2e65ee62fe6108cb97883389eed5f590166b41 | docs(sysinfo): correct properties information
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -44,8 +44,8 @@ Display SysInfo.\n- `.PhysicalFreeMemory`: `int` - is the total of free physical memory\n- `.PhysicalPercentUsed`: `float64` - is the percentage of physical memory in usage\n- `.SwapTotalMemory`: `int` - is the total of used swap memory\n-- `.SwapFreeMem... | Go | MIT License | jandedobbeleer/oh-my-posh | docs(sysinfo): correct properties information
resolves #1782 | 1 | docs | sysinfo |
317,646 | 19.02.2022 14:35:57 | -3,600 | e62482c56fdd62d6b7a39b894e999c39005734a0 | fix(cmd): return empty on error
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -429,9 +429,11 @@ func (env *ShellEnvironment) RunCommand(command string, args ...string) (string,\nfunc (env *ShellEnvironment) RunShellCommand(shell, command string) string {\ndefer env.trace(time.Now(), \"RunShellCommand\", shell, command)\n- out, _ := env.RunComman... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(cmd): return empty on error
resolves #1783 | 1 | fix | cmd |
756,029 | 19.02.2022 16:33:21 | 28,800 | f4c6dcb02f8d957f264d0807c25bae054d389c89 | refactor: Remove obsolete Endo patches | [
{
"change_type": "DELETE",
"diff": "-diff --git a/node_modules/@endo/eventual-send/src/handled-promise.js b/node_modules/@endo/eventual-send/src/handled-promise.js\n-index d7f18d0..3772e5d 100644\n---- a/node_modules/@endo/eventual-send/src/handled-promise.js\n-+++ b/node_modules/@endo/eventual-send/src/han... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: Remove obsolete Endo patches | 1 | refactor | null |
667,635 | 19.02.2022 16:35:26 | -28,800 | 25311b5d723e5dd25104e33b26c95bebbaca0e46 | fix(ios): fix view pager item index error | [
{
"change_type": "MODIFY",
"diff": "if ([view isKindOfClass:[HippyViewPagerItem class]]) {\nHippyViewPagerItem *item = (HippyViewPagerItem *)view;\n__weak HippyViewPager *weakPager = self;\n+ __weak UIView *weakItem = item;\nitem.frameSetBlock = ^CGRect(CGRect frame) {\n- NSInteger index = atIndex;\nif (wea... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): fix view pager item index error | 1 | fix | ios |
317,646 | 19.02.2022 16:49:26 | -3,600 | cb70ed4b41c9217892f4874ac5d476a5bde885a4 | feat(pwsh): support PromptText | [
{
"change_type": "ADD",
"diff": "+---\n+id: config-line-error\n+title: Line error\n+sidebar_label: Line error\n+---\n+\n+:::info\n+This feature only works in `powershell` for the time being.\n+:::\n+\n+Line error, when enabled, replaces the last part of the prompt when the text entered is invalid. It levera... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(pwsh): support PromptText | 1 | feat | pwsh |
667,635 | 19.02.2022 16:49:45 | -28,800 | 7b03f8095c040b375303a0a7fcc2be4507e22436 | refactor(ios): ignore debug log in release mode | [
{
"change_type": "MODIFY",
"diff": "@@ -56,6 +56,11 @@ static void registerTDFLogHandler() {\nstatic std::once_flag flag;\nstd::call_once(flag, [](){\nstd::function<void (const std::ostringstream &, tdf::base::LogSeverity)> logFunction = [](const std::ostringstream &stream, tdf::base::LogSeverity serverity)... | C++ | Apache License 2.0 | tencent/hippy | refactor(ios): ignore debug log in release mode | 1 | refactor | ios |
841,421 | 19.02.2022 17:33:36 | -32,400 | d2c94416a8735715f37fc680c7b5178bc88239ce | feat(es/minifier): Treat `!0` as a literal while inlining | [
{
"change_type": "MODIFY",
"diff": "-var x = !0;\n-x.toString(), x.toString();\n+(!0).toString(), (!0).toString();\n",
"new_path": "crates/swc/tests/tsc-references/booleanPropertyAccess_es2015.2.minified.js",
"old_path": "crates/swc/tests/tsc-references/booleanPropertyAccess_es2015.2.minified.js"
... | Rust | Apache License 2.0 | swc-project/swc | feat(es/minifier): Treat `!0` as a literal while inlining (#3631) | 1 | feat | es/minifier |
269,562 | 19.02.2022 17:41:32 | 25,200 | 6ec690723e36074e9f5df0b7ba6d88bbf34127c4 | docs: Homebrew README example formula | [
{
"change_type": "MODIFY",
"diff": "@@ -154,22 +154,25 @@ class Program < Formula\nhomepage \"https://github.com/user/repo\"\nversion \"v1.2.3\"\n- if os.Mac?\n+ on_macos do\nurl \"https://github.com/user/repo/releases/download/v1.2.3/program_v1.2.3_macOs_64bit.zip\"\nsha256 \"9ee30fc358fae8d248a2d753895708... | Go | MIT License | goreleaser/goreleaser | docs: Homebrew README example formula (#2921) | 1 | docs | null |
756,013 | 19.02.2022 17:44:16 | 21,600 | aacf1c39f840beb31702f3fcd3565771ccaf7817 | feat(pegasus): implement correct result and denom trace handling | [
{
"change_type": "ADD",
"diff": "+// @ts-check\n+import { Far } from '@endo/marshal';\n+import { assert, details as X } from '@agoric/assert';\n+\n+import { parse } from '@agoric/swingset-vat/src/vats/network/multiaddr.js';\n+\n+/**\n+ * Return a source-prefixed version of the denomination, as specified in\... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(pegasus): implement correct result and denom trace handling | 1 | feat | pegasus |
317,646 | 19.02.2022 19:04:06 | -3,600 | 3d4fc5b6dd3e92414a59fbb85063a860dae09bb3 | chore: remove typo
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -16,17 +16,17 @@ func TestGetTitle(t *testing.T) {\nRoot bool\nUser string\nCwd string\n- PathSeperator string\n+ PathSeparator string\nShellName string\nExpected string\n}{\n- {Style: FolderName, Cwd: \"/usr/home\", PathSeperator: \"/\", ShellName: \"default\", Expect... | Go | MIT License | jandedobbeleer/oh-my-posh | chore: remove typo
resolves #1787 | 1 | chore | null |
841,421 | 19.02.2022 19:31:54 | -32,400 | fd0e952aec427e86d276b51e8f6659de8f9eac94 | perf(es/minifier): Fix performance bug of the mangler
swc_ecma_minifier:
- Use a bi-directional hashmap instead of iterating all keys. | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ use swc_common::{input::SourceFileInput, sync::Lrc, Mark, SourceMap};\nuse swc_ecma_codegen::text_writer::JsWriter;\nuse swc_ecma_minifier::{\noptimize,\n- option::{ExtraOptions, MinifyOptions},\n+ option::{ExtraOptions, MangleOptions, MinifyOptions},\n};\... | Rust | Apache License 2.0 | swc-project/swc | perf(es/minifier): Fix performance bug of the mangler (#3633)
swc_ecma_minifier:
- Use a bi-directional hashmap instead of iterating all keys. | 1 | perf | es/minifier |
841,421 | 19.02.2022 19:42:00 | -32,400 | 8aea6a698fd32f07c9d455b2d1efb91d69ac9041 | chore: Publish `v1.2.143` | [
{
"change_type": "MODIFY",
"diff": "@@ -4016,7 +4016,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.142\"\n+version = \"1.2.143\"\ndependencies = [\n\"anyhow\",\n\"console_error_panic_hook\",\n",
"new_path": "Cargo.loc... | Rust | Apache License 2.0 | swc-project/swc | chore: Publish `v1.2.143` | 1 | chore | null |
756,013 | 19.02.2022 20:58:09 | 21,600 | f1801f63ad81ec06fc3b86c3a44e98130b310351 | fix(pegasus): only reject transfers waiting for pegRemote | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ export const getCourierPK = (key, keyToCourierPK) => {\n* @property {ContractFacet} zcf\n* @property {ERef<BoardDepositFacet>} board\n* @property {ERef<NameHub>} namesByAddress\n- * @property {Denom} remoteDenom\n+ * @property {Denom} sendDenom\n* @prope... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(pegasus): only reject transfers waiting for pegRemote | 1 | fix | pegasus |
847,143 | 19.02.2022 21:35:25 | -28,800 | 34604c74acd424ebc30ba2ede3ccbe990cb29851 | fix(theme): fix ArticleList | [
{
"change_type": "MODIFY",
"diff": "import { useLocaleConfig } from \"@mr-hope/vuepress-shared/lib/client\";\n-import { computed, defineComponent, h, onMounted, ref, VNode } from \"vue\";\n-import { useRoute, useRouter } from \"vue-router\";\n+import { computed, defineComponent, h, ref, VNode } from \"vue\"... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(theme): fix ArticleList | 1 | fix | theme |
847,143 | 19.02.2022 21:59:06 | -28,800 | 23bcf44fadd6b63c4c4696a8b6a61d11efae0d6a | fix(create): fix locale language | [
{
"change_type": "MODIFY",
"diff": "@@ -120,7 +120,7 @@ cli\n{\nname: \"i18n\",\ntype: \"list\",\n- message: message.licenseMessage,\n+ message: message.i18nMessage,\nchoices: [\"Yes\", \"No\"],\n},\n]);\n",
"new_path": "packages/create/src/node/index.ts",
"old_path": "packages/create/src/node/index... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(create): fix locale language | 1 | fix | create |
756,029 | 19.02.2022 22:05:58 | 28,800 | 4ef61f723166ff1439d97eacc4ba8181f14323f5 | fix(xsnap): Lint followup | [
{
"change_type": "MODIFY",
"diff": "\"build\": \"yarn build:bin && yarn build:bundle && yarn build:env\",\n\"clean\": \"rm -rf xsnap-native/xsnap/build\",\n\"lint\": \"run-s --continue-on-error lint:*\",\n- \"lint:js\": \"eslint 'src/**/*.js' 'lib/**/*.js' api.js\",\n+ \"lint:js\": \"eslint 'src/**/*.js' 'l... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(xsnap): Lint followup | 1 | fix | xsnap |
847,143 | 19.02.2022 22:35:50 | -28,800 | 282dd30e8eac81b69ca652d8b700b49d1542d0d0 | refactor(theme): remove console.log | [
{
"change_type": "MODIFY",
"diff": "@@ -70,8 +70,6 @@ export const useArticleDate = (info: Ref<ArticleInfo>): DateRef => {\nreturn computed(() => {\nconst { date } = info.value;\n- console.log(pageLang.value);\n-\nreturn date ? getDate(date, { lang: pageLang.value, type: \"date\" }) : null;\n});\n};\n",
... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | refactor(theme): remove console.log | 1 | refactor | theme |
847,143 | 19.02.2022 22:36:20 | -28,800 | df97e1ac690bff20d21267c09db970e4f95ccfb4 | chore: update vite optimize deps | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,6 @@ export const commentPlugin: Plugin<CommentOptions> = (options, app) => {\n// remove locales so that they won't be injected in client twice\nif (\"walineLocales\" in options) delete options.walineLocales;\n- if (app.env.isDev)\naddViteOptimizeDeps(app, \"... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | chore: update vite optimize deps | 1 | chore | null |
847,143 | 19.02.2022 22:50:40 | -28,800 | 674b50e37e4154c34b19540acaa6c0df8bbec035 | refactor(theme): make navbar and sidebar became module | [
{
"change_type": "MODIFY",
"diff": "@@ -11,14 +11,6 @@ import type { RouterScrollBehavior } from \"vue-router\";\nimport \"./styles/index.scss\";\nexport default defineClientAppEnhance(({ app, router }) => {\n- // compat with @vuepress/plugin-docsearch and @vuepress/plugin-search\n- app.component(\"NavbarSe... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | refactor(theme): make navbar and sidebar became module | 1 | refactor | theme |
847,143 | 20.02.2022 00:05:16 | -28,800 | 5870462f1350c086f8449e11df322cf20cb21318 | chore(theme): rebuild emptyIcon | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ import { useRoute, useRouter } from \"vue-router\";\nimport ArticleItem from \"@theme-hope/module/blog/components/ArticleItem\";\nimport DropTransition from \"@theme-hope/components/transitions/DropTransition.vue\";\n-import EmptyIcon from \"@theme-hope/... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | chore(theme): rebuild emptyIcon | 1 | chore | theme |
847,143 | 20.02.2022 00:26:42 | -28,800 | 94c2091f3a5793ea46b30ef273dd1c451ea37ec8 | chore(theme): add rollup config | [
{
"change_type": "ADD",
"diff": "+import { rollupTypescript } from \"../../scripts/rollup\";\n+import commonjs from \"@rollup/plugin-commonjs\";\n+import { nodeResolve } from \"@rollup/plugin-node-resolve\";\n+import typescript from \"@rollup/plugin-typescript\";\n+import typescript2 from \"rollup-plugin-ty... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | chore(theme): add rollup config | 1 | chore | theme |
756,029 | 20.02.2022 08:57:54 | 28,800 | 6859cf9ea8a85d695a5fc0070bf6752cda2b8213 | refactor: Remove patch for promise-kit | [
{
"change_type": "DELETE",
"diff": "-diff --git a/node_modules/@endo/promise-kit/index.d.ts b/node_modules/@endo/promise-kit/index.d.ts\n-deleted file mode 100644\n-index 6f597a9..0000000\n---- a/node_modules/@endo/promise-kit/index.d.ts\n-+++ /dev/null\n-@@ -1 +0,0 @@\n--export { makePromiseKit, isPromise ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: Remove patch for promise-kit | 1 | refactor | null |
531,793 | 20.02.2022 10:02:43 | 0 | 44af332081567d9640b6787f892ad8a7206e8f54 | feat(ui): change badge if there's alertmanager error
Fixes | [
{
"change_type": "MODIFY",
"diff": "### Changed\n- Don't render `@cluster` labels if there's only one cluster configured #3994.\n+- Show `!` on favicon badge if there's any alertmanager upstream with errors #3987.\n## v0.98\n",
"new_path": "CHANGELOG.md",
"old_path": "CHANGELOG.md"
},
{
"cha... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): change badge if there's alertmanager error
Fixes #3987 | 1 | feat | ui |
841,455 | 20.02.2022 11:39:55 | -10,800 | 7ff4cbcbe12b26ff54ffa2db9d30592f770132a2 | feat(es/lints): Implement `no-new` rule | [
{
"change_type": "ADD",
"diff": "+{\n+ \"jsc\": {\n+ \"lints\": {\n+ \"no-new\": [\n+ \"error\"\n+ ]\n+ }\n+ }\n+}\n\\ No newline at end of file\n",
"new_path": "crates/swc/tests/errors/lints/no-new/default/js/.swcrc",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+new A();\n+\n+(... | Rust | Apache License 2.0 | swc-project/swc | feat(es/lints): Implement `no-new` rule (#3634) | 1 | feat | es/lints |
847,143 | 20.02.2022 12:55:58 | -28,800 | cf3b9de76bea41b2939abd6f26e0e447ed072447 | feat(theme): improve article item dom | [
{
"change_type": "MODIFY",
"diff": "import { withBase } from \"@vuepress/client\";\nimport { computed, defineComponent, h, resolveComponent, toRef } from \"vue\";\n-import { useRouter } from \"vue-router\";\n+import { RouterLink } from \"vue-router\";\nimport {\nLockIcon,\n@@ -27,7 +27,6 @@ export default d... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat(theme): improve article item dom | 1 | feat | theme |
317,646 | 20.02.2022 13:56:28 | -3,600 | dec569143514a8a9c21d1093a6d5396eea694c19 | feat: secondary prompt | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ You need to extend or create a custom theme with your prompt overrides. For exam\n\"$schema\": \"https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json\",\n\"blocks\": {\n...\n- }\n+ },\n\"valid_line\": {\n\"background\": \"t... | Go | MIT License | jandedobbeleer/oh-my-posh | feat: secondary prompt | 1 | feat | null |
217,237 | 20.02.2022 15:44:46 | -10,800 | d72071a45f3b21169fecaedca7501a4a903024e0 | PROMO: actualize FSD titles (feature-sliced => Feature-Sliced Design) [general] | [
{
"change_type": "MODIFY",
"diff": "MIT License\n-Copyright (c) 2021 feature-sliced\n+Copyright (c) 2021 Feature-Sliced Design core-team\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\n",
"new... | JavaScript | MIT License | feature-sliced/documentation | PROMO: actualize FSD titles (feature-sliced => Feature-Sliced Design) [general] | 1 | promo | null |
217,237 | 20.02.2022 15:45:22 | -10,800 | 1766a900225041f594c5b1ab88a6c7f89bf1384c | PROMO: actualize FSD titles (feature-sliced => Feature-Sliced Design) [docs/EN] | [
{
"change_type": "MODIFY",
"diff": "@@ -53,7 +53,7 @@ See the [examples](https://feature-sliced.design/examples)\n- [Why React developers should modularize their applications?](https://alexmngn.medium.com/why-react-developers-should-modularize-their-applications-d26d381854c1)\n- [How to Organize Your React ... | JavaScript | MIT License | feature-sliced/documentation | PROMO: actualize FSD titles (feature-sliced => Feature-Sliced Design) [docs/EN] | 1 | promo | null |
317,646 | 20.02.2022 15:59:52 | -3,600 | 39dfca93c69f6f22b4d922dcee1f6828b28e8ee8 | fix(migrate): correctly migrate exit segment | [
{
"change_type": "MODIFY",
"diff": "@@ -134,16 +134,16 @@ func (segment *Segment) migrationOne(env environment.Environment) {\ntemplate = strings.ReplaceAll(template, \".Text\", \".Meaning\")\nsegment.Properties[properties.SegmentTemplate] = template\n}\n+ displayExitCode := properties.Property(\"display_ex... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(migrate): correctly migrate exit segment | 1 | fix | migrate |
756,013 | 20.02.2022 16:02:14 | 21,600 | 19a59e34a8f5db3426b8376e36990bc555316549 | chore(cosmos): upgrade to v0.45.1-agoric | [
{
"change_type": "MODIFY",
"diff": "@@ -4,9 +4,9 @@ go 1.17\nrequire (\ngithub.com/armon/go-metrics v0.3.9\n- github.com/cosmos/cosmos-sdk v0.44.4\n- github.com/cosmos/gaia/v6 v6.0.0\n- github.com/cosmos/ibc-go/v2 v2.0.0\n+ github.com/cosmos/cosmos-sdk v0.45.1\n+ github.com/cosmos/gaia/v6 v6.0.3\n+ github.c... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(cosmos): upgrade to v0.45.1-agoric | 1 | chore | cosmos |
317,646 | 20.02.2022 16:11:27 | -3,600 | 78038aa5aa41e80f507a9f02a9da30ed4cbf6fd8 | fix(init): escape path characters
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,10 @@ func getExecutablePath(shell string) (string, error) {\nexecutable = strings.ReplaceAll(executable, \"\\\\\", \"/\")\nswitch shell {\ncase bash, zsh:\n- return strings.ReplaceAll(executable, \" \", \"\\\\ \"), nil\n+ executable = strings.ReplaceAll(exec... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(init): escape path characters
resolves #1789 | 1 | fix | init |
217,237 | 20.02.2022 16:53:10 | -10,800 | ecee3b79a44a76a36a7bdaf613e77c9a5f49f6df | PROMO: apply suggestions | [
{
"change_type": "MODIFY",
"diff": "MIT License\n-Copyright (c) 2021 Feature-Sliced Design core-team\n+Copyright (c) 2018-2022 Feature-Sliced Design core-team\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\")... | JavaScript | MIT License | feature-sliced/documentation | PROMO: apply suggestions | 1 | promo | null |
847,143 | 20.02.2022 18:11:27 | -28,800 | b6cd66b6e1ad49089e684ff97fc39e97185e8ce2 | fix(md-enhance): use esm version of reveal.js | [
{
"change_type": "MODIFY",
"diff": "-import { defineComponent, h, onMounted, ref } from \"vue\";\n+import { defineComponent, h, onBeforeUnmount, onMounted, ref } from \"vue\";\nimport { usePageFrontmatter } from \"@vuepress/client\";\nimport { LoadingIcon } from \"./icons\";\n-import type { RevealOptions } ... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(md-enhance): use esm version of reveal.js | 1 | fix | md-enhance |
847,143 | 20.02.2022 18:13:31 | -28,800 | 7d6b33e7d14483de4081fae2cec2b500f4bf354c | docs: fix home projects | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ heroImage: /logo.svg\nheroText: the name of your blog\ntagline: You can put your slogan here\nheroFullScreen: true\n-project:\n+projects:\n- type: project\nname: project name\ndesc: project detailed description\n",
"new_path": "demo/src/README.md",
... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | docs: fix home projects | 1 | docs | null |
847,143 | 20.02.2022 18:15:19 | -28,800 | 389ed7e5cc4aece63d641782a74ddf84ca1d5eef | fix(theme): fix homepage feature external links | [
{
"change_type": "MODIFY",
"diff": "import { usePageFrontmatter, withBase } from \"@vuepress/client\";\n-import { isArray, isLinkHttp } from \"@vuepress/shared\";\n+import { isArray, isLinkExternal, isLinkHttp } from \"@vuepress/shared\";\nimport { computed, defineComponent, h } from \"vue\";\nimport { Rout... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(theme): fix homepage feature external links | 1 | fix | theme |
847,143 | 20.02.2022 18:26:07 | -28,800 | 1c1009793464dbcb57cf6e2fd50c40627967d012 | fix(theme): fix pageInfo issue when setting `article: false` | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,7 @@ export const usePageCategory = (): ComputedRef<ArticleCategory[]> => {\n// this is a hack\npath: ENABLE_BLOG\n? inject<CategoryMapRef>(Symbol.for(\"categoryMap\"))?.value.map[name]\n- .path || \"\"\n+ ?.path || \"\"\n: \"\",\n}))\n);\n@@ -64,7 +64,7 @@ e... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(theme): fix pageInfo issue when setting `article: false` | 1 | fix | theme |
847,143 | 20.02.2022 21:39:59 | -28,800 | 5f0d58a310485a178e1cf601534ae18cf7f48e40 | feat: add `addViteSsrNoExternal` | [
{
"change_type": "MODIFY",
"diff": "+import {\n+ addViteOptimizeDeps,\n+ addViteSsrNoExternal,\n+} from \"@mr-hope/vuepress-shared\";\nimport {\npreparePagesComponents,\npreparePagesData,\n@@ -10,9 +14,13 @@ import { getPageMap, logger } from \"./utils\";\nimport type { Plugin, PluginConfig } from \"@vuepre... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat: add `addViteSsrNoExternal` | 1 | feat | null |
847,143 | 20.02.2022 21:40:38 | -28,800 | 5490e7fdd21a63f852a654dd1f8b51fa5bb5075c | fix(theme): refresh article list with keys | [
{
"change_type": "MODIFY",
"diff": "import { usePageFrontmatter } from \"@vuepress/client\";\nimport { computed, defineComponent, h, resolveComponent } from \"vue\";\n+import { useRoute } from \"vue-router\";\nimport ArticleList from \"@theme-hope/module/blog/components/ArticleList\";\nimport ArticleType fr... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(theme): refresh article list with keys | 1 | fix | theme |
847,143 | 20.02.2022 23:05:37 | -28,800 | 49745fd436aa4bbc503c4508f710423663b0ea2b | fix(theme): fix typos in socialMedia | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ export const writeSocialMediaIcons = async (\nreturn false;\n}\n- if (Array.isArray(key)) {\n+ if (Array.isArray(value)) {\n// it's a svg string\nif (value[1].startsWith(\"<svg\")) {\nicons[key] = value[1];\n",
"new_path": "packages/theme/src/node/so... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(theme): fix typos in socialMedia | 1 | fix | theme |
847,143 | 20.02.2022 23:19:16 | -28,800 | 8be8c60b2442a8991d704ce7c4b9b40901bd18ef | docs: fix hero logo | [
{
"change_type": "MODIFY",
"diff": "outline: none;\nwidth: 350px;\nheight: 350px;\n+ margin: 0 auto;\nopacity: 0;\ntransition: opacity 1s ease;\n}\n",
"new_path": "docs/add-this/src/.vuepress/components/hope-logo.scss",
"old_path": "docs/add-this/src/.vuepress/components/hope-logo.scss"
},
{
... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | docs: fix hero logo | 1 | docs | null |
847,143 | 20.02.2022 23:28:45 | -28,800 | 96dc83752bc72c25fb155ab4ba1a00b687e32240 | docs(theme): update blogmedia | [
{
"change_type": "MODIFY",
"diff": "@@ -60,14 +60,17 @@ Visitors can click on the avatar or name in \"Blogger Information\" to enter the p\n### blog.medias\n-- Type: `Record<MediaType, string>`\n+- Type: `Record<string, string | [string, string]>`\n- Required: No\nSet social links.\n+- If the social media i... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | docs(theme): update blogmedia | 1 | docs | theme |
847,143 | 20.02.2022 23:34:45 | -28,800 | f14c2a76249f7c620548ddb5825fd6788b214053 | docs: update logo | [
{
"change_type": "MODIFY",
"diff": "@@ -78,7 +78,7 @@ export default defineComponent({\nstlLoader.load(withBase(\"/assets/model/logo1.stl\"), (geometry) => {\nconst material = new THREE.MeshPhysicalMaterial({\ncolor: 0x284c39,\n- metalness: 0.5,\n+ metalness: 0.45,\nroughness: 0.5,\nroughnessMap: roughnessT... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | docs: update logo | 1 | docs | null |
386,595 | 21.02.2022 00:03:00 | -7,200 | 895d26d2b1ba10bd5b4ece5af73e6dd2e163da1d | fix(docs): Fix image route paths in docs. | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ _ref:\nschema: ../plugins/blocks/blocks-basic/src/blocks/Img/schema.json\nfilePath: blocks/display/Img.yaml\ninit_property_values:\n- src: 'https://docs.lowdefy.com/public/logo-light-theme.png'\n+ src: 'https://docs.lowdefy.com/logo-light-theme.png'\ndes... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Fix image route paths in docs. | 1 | fix | docs |
756,013 | 21.02.2022 00:35:55 | 21,600 | 0fe56dda06017ee4f8906d6de0d3e1ae022db812 | feat(cosmos): add CoreEval and WalletAction protos | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,10 @@ option go_package = \"github.com/Agoric/agoric-sdk/golang/cosmos/x/swingset/types\nservice Msg {\n// Send inbound messages.\nrpc DeliverInbound(MsgDeliverInbound) returns (MsgDeliverInboundResponse);\n+ // Perform a low-privilege wallet action.\n+ rpc Wal... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(cosmos): add CoreEval and WalletAction protos | 1 | feat | cosmos |
756,013 | 21.02.2022 00:39:56 | 21,600 | 251cf41b36c6c3b32678ef5a707794e6cdc07197 | feat(cosmos): implement `x/swingset` CoreEval and Wallet | [
{
"change_type": "MODIFY",
"diff": "@@ -105,6 +105,8 @@ import (\n\"github.com/Agoric/agoric-sdk/golang/cosmos/vm\"\n\"github.com/Agoric/agoric-sdk/golang/cosmos/x/lien\"\n\"github.com/Agoric/agoric-sdk/golang/cosmos/x/swingset\"\n+ swingsetclient \"github.com/Agoric/agoric-sdk/golang/cosmos/x/swingset/clie... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(cosmos): implement `x/swingset` CoreEval and Wallet | 1 | feat | cosmos |
847,143 | 21.02.2022 01:35:44 | -28,800 | d424d35d81afe2c4d898327b002e9b6c25b08c82 | fix(theme): fix socialMedia resolve | [
{
"change_type": "MODIFY",
"diff": "@@ -71,9 +71,9 @@ export const writeSocialMediaIcons = async (\nconst result = checkIcon(key, value);\n// eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n- if (result) themeConfig.blog.medias![key] = result;\n+ if (result) themeConfig.locales![locales].... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(theme): fix socialMedia resolve | 1 | fix | theme |
471,332 | 21.02.2022 02:47:23 | 25,200 | 0a557e86c0d70dc6ab7af9736b1746f89c5fc8bf | fix(documentation): mixed up winston readme for hook | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,7 @@ registerInstrumentations({\nnew WinstonInstrumentation({\n// Optional hook to insert additional context to log metadata.\n// Called after trace context is injected to metadata.\n- logHook: (record, span) => {\n+ logHook: (span, record) => {\nrecord['reso... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | fix(documentation): mixed up winston readme for hook (#910)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr> | 1 | fix | documentation |
841,455 | 21.02.2022 05:17:18 | -10,800 | 5a9d0cf8a75275f457ae60157f34a14ada2fe852 | feat(es/lints): Implement `no-bitwise` rule | [
{
"change_type": "ADD",
"diff": "+{\n+ \"jsc\": {\n+ \"lints\": {\n+ \"no-bitwise\": [\n+ \"error\",\n+ {\n+ \"allow\": [\n+ \"^\",\n+ \"^=\"\n+ ],\n+ \"int32Hint\": true\n+ }\n+ ]\n+ }\n+ }\n+}\n\\ No newline at end of file\n",
"new_path": "crates/swc/tests/errors/lints/no-bitwise/allow/.swcrc",
"o... | Rust | Apache License 2.0 | swc-project/swc | feat(es/lints): Implement `no-bitwise` rule (#3635) | 1 | feat | es/lints |
756,029 | 21.02.2022 09:08:10 | 28,800 | 91ba3c12ff40107b13e25d89a009b3fbf24ec066 | refactor: Remove bundle-source CI | [
{
"change_type": "MODIFY",
"diff": "@@ -66,8 +66,6 @@ jobs:\nrun: cd packages/agoric-cli && yarn test\n- name: yarn test (assert)\nrun: cd packages/assert && yarn test\n- - name: yarn test (bundle-source)\n- run: cd packages/bundle-source && yarn test\n- name: yarn test (wallet/api)\nrun: cd packages/wallet... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: Remove bundle-source CI | 1 | refactor | null |
756,029 | 21.02.2022 09:08:25 | 28,800 | f2992c73e8a86861b0c082bb61b7a434d6da5830 | refactor: Remove import-bundle CI | [
{
"change_type": "MODIFY",
"diff": "@@ -76,8 +76,6 @@ jobs:\nrun: cd packages/eventual-send && yarn test\n- name: yarn test (governance)\nrun: cd packages/governance && yarn test\n- - name: yarn test (import-bundle)\n- run: cd packages/import-bundle && yarn test\n- name: yarn test (import-manager)\nrun: cd ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: Remove import-bundle CI | 1 | refactor | null |
841,474 | 21.02.2022 09:51:44 | -28,800 | 581b63cf3640f5cfc35a09819dd927c87a7db2b7 | fix(es/parser): Allow type arguments inside optional chaining | [
{
"change_type": "MODIFY",
"diff": "@@ -1220,17 +1220,22 @@ impl<'a, I: Tokens> Parser<I> {\nif (question_dot_token.is_some()\n&& is!(self, '.')\n- && peeked_is!(self, '(')\n+ && (peeked_is!(self, '(') || (self.syntax().typescript() && peeked_is!(self, '<')))\n&& eat!(self, '.'))\n|| (!no_call && (is!(self,... | Rust | Apache License 2.0 | swc-project/swc | fix(es/parser): Allow type arguments inside optional chaining (#3653) | 1 | fix | es/parser |
471,409 | 21.02.2022 09:59:29 | -7,200 | f1d2fd084c8e3e494e3606c4eca53158495f43f6 | fix(opentelemetry-instrumentation-redis): add condition before error print | [
{
"change_type": "MODIFY",
"diff": "@@ -140,7 +140,9 @@ export const getTracedInternalSendCommand = (\nresponseHook(span, cmd.command, cmd.args, reply);\n},\nerr => {\n+ if (err) {\ndiag.error('Error executing responseHook', err);\n+ }\n},\ntrue\n);\n",
"new_path": "plugins/node/opentelemetry-instrument... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | fix(opentelemetry-instrumentation-redis): add condition before error print (#897) | 1 | fix | opentelemetry-instrumentation-redis |
342,861 | 21.02.2022 10:03:54 | -3,600 | b91d9bb830e3e79b9ed557c87046412a50315764 | refactor(Popover): remove popper warning on mobile | [
{
"change_type": "MODIFY",
"diff": "@@ -24,8 +24,8 @@ const popoverPadding = ({ theme }) => theme.orbit.spaceMedium;\nconst StyledContentWrapper = styled.div`\n${({ theme, windowHeight, actionsHeight }) => css`\noverflow: auto;\n- border-top-left-radius: 12px;\n- border-top-right-radius: 12px;\n+ border-top... | JavaScript | MIT License | kiwicom/orbit | refactor(Popover): remove popper warning on mobile (#3289) | 1 | refactor | Popover |
217,922 | 21.02.2022 10:10:10 | -3,600 | 20b82d2de3908dfc81c9edf6c010fb7e023f186d | fix(ui): fixed tug name sometimes shown as undefined | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,10 @@ import { Tug } from '../../core/data/model/tug';\n})\nexport class TugNamePipe implements PipeTransform {\n- transform(tug: Tug): string {\n+ transform(tug: Tug): string | null {\n+ if (!tug) {\n+ return null;\n+ }\nreturn `DB.FISH.TUG.${['Medium', 'Big',... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(ui): fixed tug name sometimes shown as undefined | 1 | fix | ui |
306,444 | 21.02.2022 10:30:00 | -3,600 | b96dc40ebeec0f57ff4c830e5276e56dc5355d20 | BREAKING(overlays): make elevation prop setter param type number instead of string | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/overlays': minor\n+---\n+\n+BREAKING: elevation property setter on OverlayController accepts numbers only, previously this was a number as a string. This syncs it with the getter which returns a number.\n",
"new_path": ".changeset/odd-suns-shake.md",
"o... | JavaScript | MIT License | ing-bank/lion | BREAKING(overlays): make elevation prop setter param type number instead of string | 1 | breaking | overlays |
386,581 | 21.02.2022 10:52:02 | -7,200 | 7f0fccffe308a14331c8c6f3ddb3c4579387facb | fix(connection-mongodb): Update MongoDB connection docs
BREAKING CHANGE: The MongoDB driver was updated to v4, which has some changes to the option variable names. | [
{
"change_type": "MODIFY",
"diff": "@@ -106,14 +106,30 @@ _ref:\n#### Properties\n- `pipeline: object[]`: __Required__ - Array containing all the aggregation framework commands for the execution.\n- - `options: object`: Optional settings. See the [driver docs](https://mongodb.github.io/node-mongodb-native/3... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(connection-mongodb): Update MongoDB connection docs
BREAKING CHANGE: The MongoDB driver was updated to v4, which has some changes to the option variable names. | 1 | fix | connection-mongodb |
386,581 | 21.02.2022 10:53:03 | -7,200 | 065536568199fb5cee12d8108b910b675ac5981d | fix(connection-mongodb): Update dependency mongodb to v4.4.0. | [
{
"change_type": "MODIFY",
"diff": "@@ -3155,7 +3155,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@swc/core\", \"npm:1.2.135\"],\n[\"@swc/jest\", \"virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(connection-mongodb): Update dependency mongodb to v4.4.0. | 1 | fix | connection-mongodb |
472,065 | 21.02.2022 10:57:12 | -32,400 | d7e0a5302cfca4d7600188098ef4dd224998e2bb | feat(spindle-ui): add HeroCarousel component | [
{
"change_type": "MODIFY",
"diff": "\"env\": {\n\"browser\": true,\n\"node\": true\n+ },\n+ \"overrides\": [\n+ {\n+ \"files\": [\"*.tsx\"],\n+ \"rules\": {\n+ \"react/prop-types\": \"off\"\n+ }\n}\n+ ]\n}\n",
"new_path": ".eslintrc.json",
"old_path": ".eslintrc.json"
},
{
"change_type": "AD... | TypeScript | MIT License | openameba/spindle | feat(spindle-ui): add HeroCarousel component
Co-authored-by: keiya01 <keiya.s.0210@gmail.com>
Co-authored-by: takami-shunsuke <takami_shunsuke@cyberagent.co.jp> | 1 | feat | spindle-ui |
889,620 | 21.02.2022 11:02:16 | -28,800 | 70a546f19c7a4c085ec43fb4a54e49aac45960dd | fix(webui): display library navigation as bottom bar for sm screens | [
{
"change_type": "MODIFY",
"diff": "<v-bottom-navigation\nv-if=\"show && bottomNavigation\"\ngrow color=\"primary\"\n- :fixed=\"$vuetify.breakpoint.name === 'xs'\"\n+ :fixed=\"bottomNavigation\"\n>\n<v-btn v-if=\"showRecommended\"\n:to=\"{name: 'recommended-libraries', params: {libraryId: libraryId}}\"\n",
... | Kotlin | MIT License | gotson/komga | fix(webui): display library navigation as bottom bar for sm screens | 1 | fix | webui |
889,620 | 21.02.2022 11:11:22 | -28,800 | 50ab60fc593b02d1ec40bdfe49aeb1e9aba8eb1a | refactor(webui): use breakpoint conditionals | [
{
"change_type": "MODIFY",
"diff": "<template>\n- <div :style=\"$vuetify.breakpoint.name === 'xs' ? 'margin-bottom: 56px' : undefined\">\n+ <div :style=\"$vuetify.breakpoint.xs ? 'margin-bottom: 56px' : undefined\">\n<toolbar-sticky v-if=\"selectedCollections.length === 0\">\n<!-- Action menu -->\n<library-... | Kotlin | MIT License | gotson/komga | refactor(webui): use breakpoint conditionals | 1 | refactor | webui |
889,620 | 21.02.2022 11:13:43 | -28,800 | 02d51b96c8a6e4826109ec355698d9ce1d59b657 | fix(webui): books selection bar wouldn't hide the toolbar on Dashboard | [
{
"change_type": "MODIFY",
"diff": "<template>\n<div :style=\"$vuetify.breakpoint.xs ? 'margin-bottom: 56px' : undefined\">\n- <toolbar-sticky v-if=\"individualLibrary && selectedSeries.length === 0\">\n+ <toolbar-sticky v-if=\"individualLibrary && selectedSeries.length === 0 && selectedBooks.length === 0\"... | Kotlin | MIT License | gotson/komga | fix(webui): books selection bar wouldn't hide the toolbar on Dashboard | 1 | fix | webui |
847,143 | 21.02.2022 11:14:47 | -28,800 | 86e134181dbe2c26cd419253c8dfe62ecd28828b | chore(demo): fix frontmatter options | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ sidebar: false\nbreadcrumb: false\npageInfo: false\n-contributor: false\n+contributors: false\neditLink: false\nlastUpdated: false\nprev: false\n",
"new_path": "demo/src/guide/disable.md",
"old_path": "demo/src/guide/disable.md"
},
{
"cha... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | chore(demo): fix frontmatter options | 1 | chore | demo |
71,080 | 21.02.2022 11:15:14 | 18,000 | 3dc32dc27221091dc4174193cdbcff8e08960df0 | chore: revert "chore: compat checks fail if a release has happened"
Reverts aws/aws-cdk#19017. This PR is breaking our CI Pipeline. | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ package_name() {\n# Doesn't use 'npm view' as that is slow. Direct curl'ing npmjs is better\npackage_exists_on_npm() {\npkg=$1\n- ver=${2:-} # optional\n+ ver=$2 # optional\ncurl -I 2>/dev/null https://registry.npmjs.org/$pkg/$ver | head -n 1 | grep 200 ... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: revert "chore: compat checks fail if a release has happened" (#19070)
Reverts aws/aws-cdk#19017. This PR is breaking our CI Pipeline. | 1 | chore | null |
711,597 | 21.02.2022 12:04:02 | -3,600 | ddc894131e8318e1030ca48c025139376056634b | fix(admin-ui): Fix circular dependency error | [
{
"change_type": "MODIFY",
"diff": "import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n-import { AssetLike } from '@vendure/admin-ui/core';\n+\n+import { AssetLike } from '../asset-gallery/asset-gallery.component';\n@Component({\nselector: 'vdr-asset-preview-links',\n",
"new_pat... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Fix circular dependency error | 1 | fix | admin-ui |
438,921 | 21.02.2022 12:14:52 | -32,400 | 6f71992b401184d6b86612aca2038ed9102e6dbc | refactor(internal): Reinforce clip-path unique id definition
Remove changes to be duplicate clip-pah id value, coming from
timestamp value.
Make to be defined from random and timestamp computation.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ import Options from \"../config/Options/Options\";\nimport {document, window} from \"../module/browser\";\nimport Cache from \"../module/Cache\";\nimport {generateResize} from \"../module/generator\";\n-import {capitalize, extend, notEmpty, convertInputT... | TypeScript | MIT License | naver/billboard.js | refactor(internal): Reinforce clip-path unique id definition (#2558)
Remove changes to be duplicate clip-pah id value, coming from
timestamp value.
Make to be defined from random and timestamp computation.
Fix #2551 | 1 | refactor | internal |
317,646 | 21.02.2022 12:32:54 | -3,600 | 6d03130443c1b0a9441d8cf9c08cf155b83fe876 | feat(inno): add POSH_THEMES_PATH to env on install | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ LicenseFile=\"bin\\COPYING.txt\"\nOutputBaseFilename=install\nPrivilegesRequired=lowest\nPrivilegesRequiredOverridesAllowed=dialog\n+ChangesEnvironment=yes\n[Files]\nSource: \"bin\\oh-my-posh.exe\"; DestDir: \"{app}\\bin\"\n@@ -17,7 +18,7 @@ Source: \"bi... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(inno): add POSH_THEMES_PATH to env on install | 1 | feat | inno |
126,276 | 21.02.2022 12:35:51 | 10,800 | 625760e33f14e1922cb12925962fef349a696d89 | test(embedded/tbtree): use metadata attribute for index data format versioning | [
{
"change_type": "MODIFY",
"diff": "@@ -500,6 +500,7 @@ func TestImmudbStoreEdgeCases(t *testing.T) {\n},\nMetadataFn: func() []byte {\nmd := appendable.NewMetadata(nil)\n+ md.PutInt(tbtree.MetaVersion, tbtree.Version)\nmd.PutInt(tbtree.MetaMaxNodeSize, tbtree.DefaultMaxNodeSize)\nreturn md.Bytes()\n},\n",
... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/tbtree): use metadata attribute for index data format versioning
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/tbtree |
688,468 | 21.02.2022 13:10:34 | -14,400 | e13b6a0c2d300471a2708f843e4f1b460bacc412 | chore: refactor picasso lab codemod | [
{
"change_type": "ADD",
"diff": "+---\n+'@toptal/picasso-codemod': minor\n+---\n+\n+- Fix duplication of imports in picasso-lab removal codemod\n",
"new_path": ".changeset/kind-dryers-reply.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -22,3 +22,5 @@ packages/topkit-ana... | TypeScript | MIT License | toptal/picasso | chore: refactor picasso lab codemod (#2415) | 1 | chore | null |
756,013 | 21.02.2022 13:28:34 | 21,600 | 9e50a54a598247de5fcf1f2317c3d8b2203b2b66 | fix(solo): prevent Object.freeze from borking the REPL | [
{
"change_type": "MODIFY",
"diff": "@@ -15,10 +15,17 @@ export function buildRootObject(vatPowers) {\nconst { notifier: loadingNotifier, updater: loadingUpdater } =\nmakeNotifierKit(LOADING);\n+ const antifreeze = obj =>\n+ new Proxy(obj, {\n+ preventExtensions() {\n+ return false;\n+ },\n+ });\n+\nconst re... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(solo): prevent Object.freeze from borking the REPL | 1 | fix | solo |
342,861 | 21.02.2022 13:55:21 | -3,600 | 13e30a1e15f4d24a23777a47353cf54e401ea28c | fix(Collapse): change icon color to secondary | [
{
"change_type": "MODIFY",
"diff": "@@ -14,12 +14,14 @@ import useBoundingRect from \"../hooks/useBoundingRect\";\nimport type { Props } from \".\";\nconst AnimatedIcon = styled(ChevronDown)`\n- transition: transform ${({ theme }) => theme.orbit.durationFast} ease-in-out;\n+ ${({ theme }) => css`\n+ transit... | JavaScript | MIT License | kiwicom/orbit | fix(Collapse): change icon color to secondary | 1 | fix | Collapse |
342,861 | 21.02.2022 14:01:26 | -3,600 | 4b6e7cad5ee79df9ec0dfee5c0b1f3ae25af7469 | fix(ItinerarySegmentDetail): change chevron to secondary color | [
{
"change_type": "MODIFY",
"diff": "@@ -173,7 +173,7 @@ const ItinerarySegmentDetail = ({ duration, summary, content, icon }: Props): Re\n{summary}\n</HorizontalScroll>\n</StyledSummary>\n- {opened ? <ChevronUp /> : <ChevronDown />}\n+ {opened ? <ChevronUp color=\"secondary\" /> : <ChevronDown color=\"secon... | JavaScript | MIT License | kiwicom/orbit | fix(ItinerarySegmentDetail): change chevron to secondary color | 1 | fix | ItinerarySegmentDetail |
342,861 | 21.02.2022 14:04:08 | -3,600 | 1c6d7fd2700c4b6bd52fb1dabd927ee88cbae3bc | fix(Tile): change chevon icon color to secondary | [
{
"change_type": "MODIFY",
"diff": "@@ -80,10 +80,10 @@ StyledTileDescription.defaultProps = {\n};\nconst IconRight = ({ external, expandable, className }) => {\n- if (expandable) return <ChevronDown className={className} />;\n+ if (expandable) return <ChevronDown color=\"secondary\" className={className} /... | JavaScript | MIT License | kiwicom/orbit | fix(Tile): change chevon icon color to secondary | 1 | fix | Tile |
342,861 | 21.02.2022 14:07:31 | -3,600 | 76a61c170ecc471dfd26e3a4ccf230c9246e616e | fix(Card): change chevron icon color to secondary | [
{
"change_type": "MODIFY",
"diff": "@@ -84,7 +84,7 @@ const Header = ({\n)}\n{header && icon}\n{header}\n- {expandable && !actions && <ChevronIcon expanded={expanded} color=\"secondary\" />}\n+ {expandable && !actions && <ChevronIcon color=\"secondary\" expanded={expanded} />}\n{actions && (\n<Stack inline ... | JavaScript | MIT License | kiwicom/orbit | fix(Card): change chevron icon color to secondary | 1 | fix | Card |
667,676 | 21.02.2022 14:12:00 | -28,800 | 71ae51cddb7136933167c6420bdd2658d710dfa8 | fix(core): add HandleUncaughtException function and refactor ThrowException function
Please enter the commit message for your changes. Lines starting | [
{
"change_type": "MODIFY",
"diff": "@@ -354,7 +354,7 @@ void HandleUncaughtJsError(v8::Local<v8::Message> message,\n<< \", stack = \" << ctx->GetStackInfo(message);\nExceptionHandler::ReportJsException(runtime, ctx->GetMsgDesc(message),\nctx->GetStackInfo(message));\n- ctx->ThrowExceptionToJS(\n+ ctx->Handl... | C++ | Apache License 2.0 | tencent/hippy | fix(core): add HandleUncaughtException function and refactor ThrowException function
Please enter the commit message for your changes. Lines starting | 1 | fix | core |
826,656 | 21.02.2022 14:20:55 | -3,600 | dab1b1d4ba1216526d81503b78f25bca95c6951d | test: fix inconsistencies | [
{
"change_type": "MODIFY",
"diff": "@@ -203,10 +203,10 @@ func (r *RegistryDefault) MigrateDown(ctx context.Context) error {\nif err != nil {\nreturn err\n}\n- return mb.Up(ctx)\n+ return mb.Down(ctx, -1)\n}\n-func (r *RegistryDefault) determineNetwork(ctx context.Context) (*networkx.Network, error) {\n+fun... | Go | Apache License 2.0 | ory/keto | test: fix inconsistencies | 1 | test | null |
342,861 | 21.02.2022 14:32:59 | -3,600 | 41c1c8cd3f6259b959e8c502e263cebcdd7cf036 | feat(tokens): add new zIndexDrawer token | [
{
"change_type": "MODIFY",
"diff": "<string name=\"ZINDEXDEFAULT\" category=\"Z Index\">1</string>\n<color name=\"BACKGROUNDBUTTONSUCCESSACTIVE\" category=\"Background colors\">#ff1d7228</color>\n<dimen name=\"BOXSHADOWFIXED\" category=\"Box shadow\">0px 0px 2px 0px rgba(37, 42, 49, 0.16), 0px 2px 4px 0px r... | JavaScript | MIT License | kiwicom/orbit | feat(tokens): add new zIndexDrawer token | 1 | feat | tokens |
141,516 | 21.02.2022 14:36:11 | -39,600 | 14bb3055e3f3ab5bb837cd5d8e725480971af0ab | fix: give calendar popup a z-index and background-color | [
{
"change_type": "MODIFY",
"diff": "$border-radius: 3px;\n.calendar {\n+ background-color: $color-white;\nfont-family: $typography-heading-4-font-family;\n+ z-index: 1;\n.wrapper {\npadding-bottom: 0;\n",
"new_path": "packages/date-picker/src/DatePicker/DatePicker.scss",
"old_path": "packages/date-p... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: give calendar popup a z-index and background-color (#2548) | 1 | fix | null |
342,861 | 21.02.2022 14:37:46 | -3,600 | c023f910bd4f95ad292034e6b3ec57556a554858 | fix(Drawer): new z-index value | [
{
"change_type": "MODIFY",
"diff": "@@ -33,8 +33,9 @@ const getPadding = ({ noPadding, theme, hasTopPadding }) => {\n};\nconst StyledDrawer = styled.div`\n+ ${({ theme, overlayShown, shown }) => css`\ndisplay: flex;\n- visibility: ${({ overlayShown }) => (overlayShown ? \"visible\" : \"hidden\")};\n+ visibi... | JavaScript | MIT License | kiwicom/orbit | fix(Drawer): new z-index value | 1 | fix | Drawer |
342,861 | 21.02.2022 14:44:49 | -3,600 | 154f151203516bc0576affc4b826fa32d7edcbc6 | fix(useScrollLock): return reserveScrollBarGap option | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ export interface ThemeShape {\nreadonly orbit: Tokens;\nreadonly transitions?: boolean;\nreadonly lockScrolling?: boolean;\n+ readonly lockScrollingBarGap?: boolean;\nreadonly rtl?: boolean;\n}\n",
"new_path": "packages/orbit-components/src/defaultThem... | JavaScript | MIT License | kiwicom/orbit | fix(useScrollLock): return reserveScrollBarGap option (#3286) | 1 | fix | useScrollLock |
711,597 | 21.02.2022 15:05:44 | -3,600 | 75780ce79c90c8234addf429403b5b3f7b6fe4e5 | fix(admin-ui): Correctly remove readonly custom field inputs
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -90,4 +90,36 @@ describe('removeReadonlyCustomFields', () => {\n},\n} as any);\n});\n+\n+ it('with array of input objects', () => {\n+ const config: CustomFieldConfig[] = [\n+ { name: 'weight', type: 'int', list: false },\n+ { name: 'rating', type: 'float', readonly: t... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Correctly remove readonly custom field inputs
Fixes #1403 | 1 | fix | admin-ui |
667,676 | 21.02.2022 15:28:54 | -28,800 | 9756deeade4ef74c7bf753a7c357baffb517abf9 | feat(core): replacing manually managed GlobalRef with JavaRef | [
{
"change_type": "MODIFY",
"diff": "#include <jni.h>\n#include \"core/core.h\"\n+#include \"scoped_java_ref.h\"\nstruct JNIArgs {\nJNIArgs(size_t count) : args_(count) {}\nstd::vector<jvalue> args_;\n- std::vector<jobject> global_refs_;\n+ std::vector<std::shared_ptr<JavaRef>> global_refs_;\n};\ntemplate<ty... | C++ | Apache License 2.0 | tencent/hippy | feat(core): replacing manually managed GlobalRef with JavaRef | 1 | feat | core |
756,031 | 21.02.2022 15:30:10 | 0 | d80f266a3094aff66809f02a9f66e9e245a36545 | refactor(SwingSet): add unused acceptanceQueue | [
{
"change_type": "MODIFY",
"diff": "@@ -150,9 +150,10 @@ export default function buildKernel(\nreturn kernelSlog.vatConsole(vatID, origConsole);\n}\n- // runQueue entries are {type, vatID, more..}. 'more' depends on type:\n- // * deliver: target, msg\n- // * notify: kernelPromiseID\n+ // runQueue and accept... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(SwingSet): add unused acceptanceQueue | 1 | refactor | SwingSet |
438,921 | 21.02.2022 15:32:16 | -32,400 | 3dd15c90d11158798fb5847256c70faceb5d7caa | fix(axis): Fix error when tick text isn't accessible
Add conditional to check if tick text node exists
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -968,8 +968,9 @@ class Axis {\ntickNodes.each(function(d) {\nif (tickValues.indexOf(d) % intervalForCulling) {\n- (lines ? this.querySelector(\"text\") : this)\n- .style.display = \"none\";\n+ const node = (lines ? this.querySelector(\"text\") : this);\n+\n+ node && (n... | TypeScript | MIT License | naver/billboard.js | fix(axis): Fix error when tick text isn't accessible
Add conditional to check if tick text node exists
Fix #2556 | 1 | fix | axis |
826,656 | 21.02.2022 15:43:36 | -3,600 | 0238befe032d9d3a5084de82c4fc40ce7795d080 | chore: fix minor problems | [
{
"change_type": "MODIFY",
"diff": "@@ -142,7 +142,7 @@ func TestUpAndDown(t *testing.T) {\ncmd := &cmdx.CommandExecuter{\nNew: func() *cobra.Command {\n- cmd := newMigrateCmd()\n+ cmd := newMigrateCmd(nil)\nconfigx.RegisterFlags(cmd.PersistentFlags())\nreturn cmd\n},\n",
"new_path": "cmd/migrate/migrat... | Go | Apache License 2.0 | ory/keto | chore: fix minor problems | 1 | chore | null |
4,988 | 21.02.2022 16:21:27 | -3,600 | 4958529c229ff0188a187c15e76e32f0adfe43c3 | test: coffee esm loader options | [
{
"change_type": "MODIFY",
"diff": "import CoffeeScript from 'coffeescript';\n-const coffeeRegex = /\\.coffee$|\\.litcoffee$|\\.coffee\\.md$/;\n+// See https://github.com/nodejs/node/issues/36396\n+const extensionsRegex = /\\.coffee$|\\.litcoffee$|\\.coffee\\.md$/;\nexport async function load(url, context, ... | JavaScript | MIT License | adaltas/node-csv | test: coffee esm loader options | 1 | test | null |
847,143 | 21.02.2022 16:22:20 | -28,800 | 48eb126c31dc275640159d64bdea0b5d087b6818 | docs(theme): fix sidebar | [
{
"change_type": "MODIFY",
"diff": "@@ -122,15 +122,7 @@ export const zhSidebarConfig: HopeThemeSidebarConfig = {\nicon: \"emoji\",\nlink: \"emoji/\",\nprefix: \"emoji/\",\n- children: [\n- \"\",\n- \"page\",\n- \"markdown\",\n- \"file\",\n- \"config\",\n- \"plugin\",\n- \"theme\",\n- ],\n+ children: [\"peo... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | docs(theme): fix sidebar | 1 | docs | theme |
386,581 | 21.02.2022 16:25:07 | -7,200 | 3d3a5c538b7dfb17911e15e7e34558d704195222 | chore(server-dev): Fix yaml dependency specification in package json. | [
{
"change_type": "MODIFY",
"diff": "@@ -3591,7 +3591,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@next/eslint-plugin-next\", \"npm:12.0.10\"],\n[\"chokidar\", \"npm:3.5.3\"],\n[\"dotenv\", \"npm:15.0.0\"],\n- [\"js-yaml\", \"npm:4.1.0\"],\n[\"less\", \"npm:4.1.2\"],\n[\"less-loader\", \... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore(server-dev): Fix yaml dependency specification in package json. | 1 | chore | server-dev |
342,861 | 21.02.2022 16:25:48 | -3,600 | 50d8054661dec3684b92c9ebebef490bd6b54ca0 | fix(Popover): remove animation on desktop | [
{
"change_type": "MODIFY",
"diff": "@@ -135,6 +135,11 @@ const StyledPopoverContent = styled.div`\ntransform: translateY(${shownMobile ? \"0%\" : \"100%\"});\nwill-change: transform;\ntransition: ${transition([\"opacity, transform\"], \"fast\", \"ease-in-out\")};\n+\n+ ${mq.largeMobile(css`\n+ transform: no... | JavaScript | MIT License | kiwicom/orbit | fix(Popover): remove animation on desktop | 1 | fix | Popover |
866,415 | 21.02.2022 16:26:53 | 18,000 | 8b069ea5b3ae0aab8189a45c1560ea7486745e43 | test(storybook): exclude storybook e2e tests from browserstack
Storybook Docs e2e tests don't need to be run on Browserstack, so add the files to the `exclude` field.
Also remove the no longer necessary `if` statement in the cloud-masthead test checking for the `env` variable. | [
{
"change_type": "MODIFY",
"diff": "\"cypress_config_file\": \"tests/e2e-storybook/cypress-canary.json\",\n\"project_name\": \"Carbon for IBM.com\",\n\"build_name\": \"React Storybook\",\n- \"exclude\": [],\n+ \"exclude\": [\"cypress/integration/StorybookDocs/*.e2e.js\"],\n\"parallels\": \"5\",\n\"npm_depen... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | test(storybook): exclude storybook e2e tests from browserstack (#8333)
Storybook Docs e2e tests don't need to be run on Browserstack, so add the files to the `exclude` field.
Also remove the no longer necessary `if` statement in the cloud-masthead test checking for the `env` variable. | 1 | test | storybook |
688,434 | 21.02.2022 16:37:03 | -10,800 | 2cb23f530d28c5c4f32126fe3e1540972bb7facf | chore(stepper): change background-color to `inherit` | [
{
"change_type": "ADD",
"diff": "+---\n+'@toptal/picasso': patch\n+---\n+\n+### Stepper\n+\n+- change `Stepper` background color to `inherit`\n",
"new_path": ".changeset/stale-apples-fix.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,8 @@ PicassoProvider.overri... | TypeScript | MIT License | toptal/picasso | chore(stepper): change background-color to `inherit` (#2465) | 1 | chore | stepper |
711,597 | 21.02.2022 17:05:00 | -3,600 | 1a13e7382ff70585956d56182025b69d57b33193 | fix(core): Fix variant price/tax calculation when assigning to channel
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -624,7 +624,7 @@ describe('Promotions applied to Orders', () => {\nquantity: 1,\n});\norderResultGuard.assertSuccess(addItemToOrder);\n- expect(addItemToOrder!.totalWithTax).toBe(5000);\n+ expect(addItemToOrder!.totalWithTax).toBe(6000);\nexpect(addItemToOrder!.discoun... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix variant price/tax calculation when assigning to channel
Fixes #1421 | 1 | fix | core |
71,105 | 21.02.2022 17:23:28 | 25,200 | c7394c96c42cb6a5af1e309bee2a5f11eb3ad35c | fix(cloudfront): trim autogenerated cache policy name
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": "@@ -129,9 +129,14 @@ export class CachePolicy extends Resource implements ICachePolicy {\nphysicalName: props.cachePolicyName,\n});\n- const cachePolicyName = props.cachePolicyName ?? `${Names.uniqueId(this)}-${Stack.of(this).region}`;\n+ const cachePolicyName = props.cac... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(cloudfront): trim autogenerated cache policy name (#18953)
Closes #18918
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | cloudfront |
711,597 | 21.02.2022 17:29:17 | -3,600 | 42d70f3eedc4acd848bcf2514891caaf71cb749c | fix(core): Improve api context detection & error handling
Relates to | [
{
"change_type": "MODIFY",
"diff": "import { ArgumentsHost, ExecutionContext } from '@nestjs/common';\n-import { GqlExecutionContext } from '@nestjs/graphql';\n+import { GqlContextType, GqlExecutionContext } from '@nestjs/graphql';\nimport { Request, Response } from 'express';\nimport { GraphQLResolveInfo }... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Improve api context detection & error handling
Relates to #1426 | 1 | fix | core |
386,595 | 21.02.2022 17:44:47 | -7,200 | 1b13e5715c29783b076878ad935626a05f7ba343 | fix(server): Disable ssr on _app. | [
{
"change_type": "MODIFY",
"diff": "limitations under the License.\n*/\n-import React, { Suspense } from 'react';\n+import React from 'react';\nimport { ErrorBoundary } from '@lowdefy/block-utils';\n@@ -27,13 +27,15 @@ const lowdefy = {};\nfunction App({ Component, pageProps }) {\nreturn (\n<ErrorBoundary>\... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(server): Disable ssr on _app. | 1 | fix | server |
386,595 | 21.02.2022 17:56:05 | -7,200 | 0943aa0812ac84535d82e01825681c186fcb14ca | fix(docs): Fix _yaml.parse takes an array. | [
{
"change_type": "MODIFY",
"diff": "@@ -72,9 +72,11 @@ const arrayGetter = ({ contextId, data, items, path, underscores }) => {\nconst propertyGetter = ({ contextId, data, path, property, underscores }) => {\nif (property.docs && property.docs.displayType === 'yaml') {\nreturn {\n- [`${underscores}yaml.pars... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Fix _yaml.parse takes an array. | 1 | fix | docs |
756,051 | 21.02.2022 18:02:16 | 21,600 | 786c7ccad5261107cf43bf69835cdb0719247f0d | build(vats): promise-kit moved -> | [
{
"change_type": "MODIFY",
"diff": "// @ts-check\nimport { E, Far } from '@endo/far';\n+import { makePromiseKit } from '@endo/promise-kit';\nimport {\nmakeNotifierKit,\nmakeSubscriptionKit,\n@@ -18,7 +19,6 @@ import {\nmakeNonceMaker,\n} from '@agoric/swingset-vat/src/vats/network/index.js';\n-import { make... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | build(vats): promise-kit moved @agoric -> @endo | 1 | build | vats |
426,654 | 21.02.2022 18:28:18 | -7,200 | a8f7644121399d1781953884c7128f91d498e526 | chore: try using latest browser drivers | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ describe('sendMousePlugin', function test() {\nbefore(async () => {\nseleniumServer = await startSeleniumServer({\n- chrome: { version: '96.0.4664.18' },\n+ chrome: { version: 'latest' },\nfirefox: { version: 'latest' },\n});\n});\n",
"new_path": "pa... | TypeScript | MIT License | modernweb-dev/web | chore: try using latest browser drivers | 1 | chore | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.