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,051
12.02.2022 12:22:42
21,600
0a4617bd235b1ea449e67c12fb4576978361422b
chore(vats): disentangle chain from sim-chain bootstrap - don't try to startRewardDistributor on sim-chain
[ { "change_type": "MODIFY", "diff": "@@ -6,8 +6,8 @@ import {\nCLIENT_BOOTSTRAP_MANIFEST,\nCHAIN_BOOTSTRAP_MANIFEST,\nSIM_CHAIN_BOOTSTRAP_MANIFEST,\n- GOVERNANCE_ACTIONS_MANIFEST,\n- DEMO_ECONOMY,\n+ CHAIN_POST_BOOT_MANIFEST,\n+ SIM_CHAIN_POST_BOOT_MANIFEST,\n} from './manifest.js';\nimport * as behaviors fr...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(vats): disentangle chain from sim-chain bootstrap - don't try to startRewardDistributor on sim-chain
1
chore
vats
847,143
12.02.2022 12:49:37
-28,800
c2f7b742e06f8f11149f6d658d07fd82fd727bc2
fix(sass-palette): fix ssr render css generate
[ { "change_type": "MODIFY", "diff": "@@ -59,11 +59,7 @@ export const sassPalettePlugin: Plugin<SassPaletteOptions> = (\nconst promises = [\napp.writeTemp(\n`sass-palette/load-${id}.js`,\n- `\n-export default ()=>{\n- import(\"@sass-palette/${id}-inject\");\n-};\n-`\n+ `import \"@sass-palette/${id}-inject\";e...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(sass-palette): fix ssr render css generate
1
fix
sass-palette
269,464
12.02.2022 13:55:38
10,800
02c22ce796102c2ee497ff229d606759a71d6bcf
feat: update nfpm to v1.3.0
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ require (\ngithub.com/google/go-github/v42 v42.0.0\ngithub.com/google/uuid v1.3.0\ngithub.com/goreleaser/fileglob v1.3.0\n- github.com/goreleaser/nfpm/v2 v2.12.1\n+ github.com/goreleaser/nfpm/v2 v2.13.0\ngithub.com/imdario/mergo v0.3.12\ngithub.com/jarco...
Go
MIT License
goreleaser/goreleaser
feat: update nfpm to v1.3.0 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
feat
null
386,581
12.02.2022 14:42:39
-7,200
d69a4dca33d49c639b3c80d90eed4ffa6ef28950
fix(api): Fixes using jest with es modules.
[ { "change_type": "MODIFY", "diff": "@@ -2815,6 +2815,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n\"packageLocation\": \"./packages/api/\",\n\"packageDependencies\": [\n[\"@lowdefy/api\", \"workspace:packages/api\"],\n+ [\"@jest/globals\", \"npm:27.5.1\"],\n[\"@lowdefy/ajv\", \"workspace:pa...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(api): Fixes using jest with es modules.
1
fix
api
151,430
12.02.2022 15:01:38
28,800
70fcbe6765f56c057197dc44c267933ce6bf3ae2
test: update url tests
[ { "change_type": "MODIFY", "diff": "<link rel=\"icon\" href=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVQI12P4//8/AAX+Av7czFnnAAAAAElFTkSuQmCC\">\n<script type=\"text/javascript\" src=\"./browser/url-utils.js\" charset=\"utf-8\"></script>\n<script>\n- var CompressedParams =...
JavaScript
MIT License
davidwells/analytics
test: update url tests Signed-off-by: David Wells <>
1
test
null
756,064
12.02.2022 15:03:23
28,800
872f95619c48bd79186781c893e347f227dcf9af
fix(swingset): use consistent lowercase `bundlecap' in API/docs * `D(devices.bundle).getBundlecap()`, not `getBundleCap` * `D(devices.bundle).getNamedBundlecap()`, not `getNamedBundleCap` I want code to use `bundlecap` in variable names, rather than `bundleCap`, and this reinforces the pattern. refs
[ { "change_type": "MODIFY", "diff": "@@ -34,13 +34,13 @@ The kernel will provide this device with three endowments:\n* getNamedBundleID(name) -> bundleID\nThe root device node offers two methods to callers:\n-* D(devices.bundle).getBundleCap(bundleID) -> devnode or undefined\n-* D(devices.bundle).getNamedBun...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(swingset): use consistent lowercase `bundlecap' in API/docs * `D(devices.bundle).getBundlecap()`, not `getBundleCap` * `D(devices.bundle).getNamedBundlecap()`, not `getNamedBundleCap` I want code to use `bundlecap` in variable names, rather than `bundleCap`, and this reinforces the pattern. refs #4372
1
fix
swingset
841,455
12.02.2022 15:45:56
-10,800
af8200647bb5f96525bcf3333c7c6889fe69dd5d
feat(es/lints): Add this handling support to `no-alert` rule
[ { "change_type": "ADD", "diff": "+{\n+ \"jsc\": {\n+ \"lints\": {\n+ \"noAlert\": [\"error\"]\n+ }\n+ }\n+}\n", "new_path": "crates/swc/tests/errors/lints/no-alert/this/.swcrc", "old_path": null }, { "change_type": "ADD", "diff": "+this.alert();\n+\n+class X {\n+ constructor(x) {\n+ this...
Rust
Apache License 2.0
swc-project/swc
feat(es/lints): Add this handling support to `no-alert` rule (#3515)
1
feat
es/lints
841,421
12.02.2022 15:53:41
-32,400
fbe91963bfb80976eebadc9f0e94e080ed81d624
fix(plugin): Allow testing
[ { "change_type": "MODIFY", "diff": "use swc_common::plugin::Serialized;\n+#[cfg(target_arch = \"wasm32\")] // Allow testing\nextern \"C\" {\nfn __emit_diagnostics(bytes_ptr: i32, bytes_ptr_len: i32);\nfn __free(bytes_ptr: i32, size: i32) -> i32;\n@@ -13,14 +14,16 @@ extern \"C\" {\npub struct PluginDiagnost...
Rust
Apache License 2.0
swc-project/swc
fix(plugin): Allow testing (#3542)
1
fix
plugin
151,430
12.02.2022 16:22:18
28,800
e656f407b0cc3675056c44fbf5f9efa1486194b6
refactor: update URL util
[ { "change_type": "MODIFY", "diff": "<link rel=\"icon\" href=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVQI12P4//8/AAX+Av7czFnnAAAAAElFTkSuQmCC\">\n<script type=\"text/javascript\" src=\"./browser/url-utils.js\" charset=\"utf-8\"></script>\n<script>\n- var CompressedParams =...
JavaScript
MIT License
davidwells/analytics
refactor: update URL util Signed-off-by: David Wells <>
1
refactor
null
386,581
12.02.2022 16:57:25
-7,200
58655cba190a3a2371e301d2bf4779bd13651ad5
fix(api): Fix callRequest tests.
[ { "change_type": "MODIFY", "diff": "@@ -2821,6 +2821,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/node-utils\", \"workspace:packages/utils/node-utils\"],\n[\"@lowdefy/nunjucks\", \"workspace:packages/utils/nunjucks\"],\n[\"@lowdefy/operators\", \"workspace:packages/operators\"],...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(api): Fix callRequest tests.
1
fix
api
841,421
12.02.2022 17:04:39
-32,400
3997e2f2c5a19fb856282d3c33c2e139957ce500
chore: Publish `v1.2.139`
[ { "change_type": "MODIFY", "diff": "@@ -4059,7 +4059,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.138\"\n+version = \"1.2.139\"\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.139`
1
chore
null
841,421
12.02.2022 18:18:24
-32,400
068a4087caa12f2c28ec62b5e194a85efcc907a1
chore(ci): Remove `cargo-uttil` from dependency
[ { "change_type": "MODIFY", "diff": "@@ -263,28 +263,6 @@ version = \"1.1.0\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\nchecksum = \"c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8\"\n-[[package]]\n-name = \"cargo-util\"\n-version = \"0.1.1\"\n-source = \"registry+...
Rust
Apache License 2.0
swc-project/swc
chore(ci): Remove `cargo-uttil` from dependency (#3543)
1
chore
ci
317,646
12.02.2022 18:40:02
-3,600
a0d4fc6cbaa25742d7c2411e77168b690b29949c
feat: colorise filler
[ { "change_type": "MODIFY", "diff": "\"args\": [\n\"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json\",\n\"--shell=pwsh\",\n- \"--pwd=/Users/jan/Projects/test\"\n+ \"--terminal-width=200\",\n]\n},\n{\n", "new_path": ".vscode/launch.json", "old_path": ".vscode/launch.json" }, { "change...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: colorise filler
1
feat
null
847,143
12.02.2022 18:48:21
-28,800
a96f33d6e7687b669097074de9a29c4f224768c1
feat(theme): add slots for NormalPage and ProjectHome
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,9 @@ export default defineComponent({\n}),\nh(PageTitle),\nh(resolveComponent(\"PageAnchor\")),\n+ slots.contentBefore?.(),\nh(MarkdownContent),\n+ slots.contentAfter?.(),\nh(PageMeta),\nh(PageNav),\nh(resolveComponent(\"PageComment\")),\n", "new_path": "...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): add slots for NormalPage and ProjectHome
1
feat
theme
847,143
12.02.2022 19:49:07
-28,800
f23b107468e4293f7afce8d29af2b385e2d6e45a
feat(theme): set `plugin.blog` default value to false
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ const sorter = (pageA: Page, pageB: Page): number => {\nexport const resolveBlogOptions = (\noptions?: HopeThemeBlogPluginOptions | boolean\n): BlogOptions | false => {\n- if (options === false) return false;\n+ if (!options) return false;\nconst blogOpt...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): set `plugin.blog` default value to false
1
feat
theme
847,143
12.02.2022 19:55:33
-28,800
71506898925eed285e9059a4cf9e594a1ac16dbf
fix(theme): fix medialinks type
[ { "change_type": "MODIFY", "diff": "@@ -82,8 +82,7 @@ export interface HopeThemeBlogOptions {\n* }\n* ```\n*/\n- medias?: Partial<Record<MediaType, string>> &\n- Record<string, { icon: string; link: string }>;\n+ medias?: Partial<Record<MediaType, string>>;\n/**\n* Whether cliping the avatar with round shap...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix medialinks type
1
fix
theme
847,143
12.02.2022 20:00:43
-28,800
95e0271c99640fb45eb5fe4e9bf01cbd7f86cb7c
chore: bump vue version
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@mr-hope/vuepress-shared\": \"2.0.0-alpha.20\",\n\"@vuepress/utils\": \"2.0.0-beta.35\",\n- \"vue\": \"^3.2.30\"\n+ \"vue\": \"^3.2.31\"\n},\n\"devDependencies\": {\n\"@vuepress/core\": \"2.0.0-beta.35\"\n", "new_path": "packages/add-this/packag...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: bump vue version
1
chore
null
841,479
12.02.2022 20:43:51
-28,800
5802b62e3486b0fba176533fcd2998f47c60910d
fix(es/compat): Allow destructuring assignment to an object property
[ { "change_type": "MODIFY", "diff": "@@ -67,9 +67,10 @@ for (let _ref of array){\nlet xx;\nlet rrestOff;\nfor (var _ref1 of array){\n- var { x: xx } = _ref1, rrestOff = _objectWithoutProperties(_ref1, [\n+ var __ref;\n+ __ref = _ref1, rrestOff = _objectWithoutProperties(__ref, [\n\"x\"\n- ]);\n+ ]), ({ x: xx...
Rust
Apache License 2.0
swc-project/swc
fix(es/compat): Allow destructuring assignment to an object property (#3544)
1
fix
es/compat
151,430
12.02.2022 21:48:08
28,800
f8da114cd73d15ab362f9042eee2aa012e1483b7
refactor: add types and param removal util
[ { "change_type": "MODIFY", "diff": "<h2>URL utils demo</h2>\n<p>Open up console to see logs.</p>\n<button id=\"normal\">Load normal params</button>\n+ <button id=\"multi\">Load multi params</button>\n<button id=\"structured\">Load structured params</button>\n<button id=\"compressed\">Load compressed params<...
JavaScript
MIT License
davidwells/analytics
refactor: add types and param removal util Signed-off-by: David Wells <>
1
refactor
null
756,051
12.02.2022 22:03:27
21,600
7c6e65f235d2c0a0876ebe9c61e5da1f4545e451
chore(cosmic-swingset): use decentral-demo-config.json for sim-chain - update CHAIN_BOOTSTRAP_VAT_CONFIG docs in env.md
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ Affects: `ag-chain-cosmos`, `ag-solo`\nPurpose: to set the specifier for the chain/sim-chain's `vatconfig.json`\n-Description: defaults to `@agoric/vats/decentral-config.json`\n+Description: defaults to `@agoric/vats/decentral-core-config.json`\nLifetime...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(cosmic-swingset): use decentral-demo-config.json for sim-chain - update CHAIN_BOOTSTRAP_VAT_CONFIG docs in env.md
1
chore
cosmic-swingset
847,143
12.02.2022 22:36:50
-28,800
190a4242887ce0e4ccb0a3cb424cf4c00678261b
fix(theme): fix normalize color
[ { "change_type": "MODIFY", "diff": "}\n}\n-@debug hope-config.$colorPicker;\n-\n@each $colorName, $value in hope-config.$colorPicker {\n:root.theme-#{$colorName} {\n--theme-color: #{$value};\n", "new_path": "packages/theme/src/client/module/outlook/styles/theme-color-picker.scss", "old_path": "packa...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix normalize color
1
fix
theme
551,701
12.02.2022 22:41:01
-3,600
bcff984e2ca7c2bf36c1c09ed8600f54cbe705ed
fix(sql): fix UnsupportedOperationException on group by geohash column
[ { "change_type": "MODIFY", "diff": "@@ -392,4 +392,14 @@ public final class ColumnType {\nTYPE_SIZE[RECORD] = -1;\nTYPE_SIZE[NULL] = 0;\n}\n+\n+ //geohash bits <-> backing primitive types bit boundaries\n+ public static final int GEOBYTE_MIN_BITS = 1;\n+ public static final int GEOBYTE_MAX_BITS = 7;\n+ publ...
Java
Apache License 2.0
questdb/questdb
fix(sql): fix UnsupportedOperationException on group by geohash column (#1862)
1
fix
sql
847,143
12.02.2022 22:41:46
-28,800
a73f082ceab258ee9445b7ee4455880c79f4e3f1
chore: code tweaks
[ { "change_type": "MODIFY", "diff": "@@ -138,6 +138,11 @@ export default defineUserConfig<HopeThemeOptions>({\nplugins: {\nblog: true,\n+ comment: {\n+ type: \"waline\",\n+ serverURL: \"https://vuepress-theme-hope-comment.vercel.app\",\n+ },\n+\nmdEnhance: { enableAll: true },\npwa: {\n", "new_path": "de...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: code tweaks
1
chore
null
847,143
12.02.2022 22:43:11
-28,800
f6c87a2f735719b3efb1cdd2fdc603054f1df048
feat(theme): add dayjs to optimize deps
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,14 @@ export const themeHope: Theme<HopeThemeOptions> = (\n]);\nif (app.env.isDev)\n- addViteOptimizeDeps(app, \"@mr-hope/vuepress-shared/lib/client\");\n+ addViteOptimizeDeps(app, [\n+ \"@mr-hope/vuepress-shared/lib/client\",\n+ \"dayjs\",\n+ \"dayjs/plugin/...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): add dayjs to optimize deps
1
feat
theme
551,636
13.02.2022 00:01:27
0
bed609397105fc577a7b30ca6a428b5be862fdcc
fix(core): fixed TableReader double free events
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,7 @@ package io.questdb.cairo;\nimport io.questdb.cairo.sql.DataFrame;\nimport io.questdb.cairo.sql.DataFrameCursor;\n+import io.questdb.std.Misc;\npublic abstract class AbstractFullDataFrameCursor implements DataFrameCursor {\nprotected final FullTableDataFr...
Java
Apache License 2.0
questdb/questdb
fix(core): fixed TableReader double free events (#1878)
1
fix
core
847,143
13.02.2022 00:08:35
-28,800
511db95c167898ea5b5ec5c0f701f6cdb12ea4ae
chore(demo): stop using shiki
[ { "change_type": "MODIFY", "diff": "@@ -224,8 +224,6 @@ export default defineUserConfig<HopeThemeOptions>({\ncomponentsDir: path.resolve(__dirname, \"./components\"),\n},\n],\n- // only enable shiki plugin in production mode\n- [\"@vuepress/plugin-shiki\", isProd ? { theme: \"dark-plus\" } : false],\n],\non...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore(demo): stop using shiki
1
chore
demo
847,143
13.02.2022 00:25:03
-28,800
55623c4e0d4788e1cf97891c04ecf13e222bc3fe
fix(theme): fix features width
[ { "change_type": "MODIFY", "diff": "padding: 1.2rem 0;\nborder-top: 1px solid var(--border-color);\ntransition: border-color var(--color-transition);\n+ overflow: hidden;\n@media (max-width: hope-config.$mobileS) {\nmargin: 0 -1.5rem;\n}\n.feature {\n+ position: relative;\nflex-basis: calc(33% - 4rem);\nmar...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix features width
1
fix
theme
847,143
13.02.2022 01:11:34
-28,800
75ea13da8a0a22faae0a8331f3124082c41f4778
docs: fix algolia key
[ { "change_type": "MODIFY", "diff": "@@ -191,8 +191,9 @@ export default defineUserConfig<HopeThemeOptions>({\n[\n\"@vuepress/docsearch\",\n{\n+ appId: \"VXIEHELDL1\",\napiKey: \"595796f71b6ba14326719682c3738c0c\",\n- indexName: \"VXIEHELDL1\",\n+ indexName: \"vuepress-theme-hope-v2\",\n},\n],\n[\"add-this\",...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs: fix algolia key
1
docs
null
847,143
13.02.2022 01:12:38
-28,800
586e971f45c426a3ffe79f82d26d0c3aa76b3f50
ci: update v1 docs build
[ { "change_type": "MODIFY", "diff": "@@ -58,6 +58,7 @@ jobs:\nyarn cpx \"docs/active-hash/dist/**\" dist/active-hash\nyarn cpx \"docs/add-this/dist/**\" dist/add-this\nyarn cpx \"docs/comment/dist/**\" dist/comment\n+ yarn cpx \"docs/components/dist/**\" dist/components\nyarn cpx \"docs/copy-code/dist/**\" d...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
ci: update v1 docs build
1
ci
null
841,421
13.02.2022 01:16:52
-32,400
3fc16cdc1c69a5ee0ecb506e3a3c496c51e52756
doc(plugin): Fix typo
[ { "change_type": "MODIFY", "diff": "# SWC Plugin\n-This crate provides necessary types and macros for creating a custom plugin for SWC (https://swc.rs/), which are WebAssembly modules that may be used to modify behavior of SWC. Currently only `trasnform` (https://swc.rs/docs/usage/core#transform) is support...
Rust
Apache License 2.0
swc-project/swc
doc(plugin): Fix typo (#3547)
1
doc
plugin
603,467
13.02.2022 01:31:15
0
ea502855da40c2f95c893c75061ef6dcf12f669d
fix(core): updated dependency on error-stack-parser
[ { "change_type": "MODIFY", "diff": "\"cuid\": \"^2.1.8\",\n\"deepmerge\": \"^4.2.2\",\n\"diff\": \"^5.0.0\",\n- \"error-stack-parser\": \"^2.0.6\",\n+ \"error-stack-parser\": \"^2.0.7\",\n\"fast-glob\": \"^3.2.11\",\n\"filenamify\": \"^4.3.0\",\n\"find-java-home\": \"^1.2.2\",\n\"progress\": \"^2.0.3\",\n\"...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): updated dependency on error-stack-parser
1
fix
core
603,467
13.02.2022 01:32:13
0
9abdbd66721585af3f16d5def78e0484b9a08a92
feat(serenity-bdd): updated Serenity BDD CLI to 3.2.0, which introduces new HTML reports
[ { "change_type": "MODIFY", "diff": "* @public\n*/\nexport const defaults = {\n- artifact: 'net.serenity-bdd:serenity-cli:jar:2.6.0',\n+ artifact: 'net.serenity-bdd:serenity-cli:jar:3.2.0',\nrepository: 'https://repo1.maven.org/maven2/',\ncacheDir: 'node_modules/@serenity-js/serenity-bdd/cache',\nsourceDir: ...
TypeScript
Apache License 2.0
serenity-js/serenity-js
feat(serenity-bdd): updated Serenity BDD CLI to 3.2.0, which introduces new HTML reports
1
feat
serenity-bdd
841,479
13.02.2022 03:34:06
-28,800
342c320bfa1f43f25262c0ba403a51df8228c655
fix(es/compat): Fix destructing of `const`
[ { "change_type": "MODIFY", "diff": "@@ -960,6 +960,18 @@ impl VisitMut for AssignFolder {\n*declarators = decls;\n}\n+\n+ fn visit_mut_var_decl(&mut self, var_decl: &mut VarDecl) {\n+ var_decl.decls.visit_mut_with(self);\n+\n+ if var_decl.kind == VarDeclKind::Const {\n+ var_decl.decls.iter_mut().for_each(|v...
Rust
Apache License 2.0
swc-project/swc
fix(es/compat): Fix destructing of `const` (#3545)
1
fix
es/compat
841,455
13.02.2022 07:57:39
-10,800
286b6c804fc9f4b12065eb848be56d0a58230cf2
feat(es/lints): Add `allow` config for `no-console` rule
[ { "change_type": "ADD", "diff": "+{\n+ \"jsc\": {\n+ \"lints\": {\n+ \"noConsole\": [\n+ \"error\",\n+ {\n+ \"allow\": [\n+ \"warn\"\n+ ]\n+ }\n+ ]\n+ }\n+ }\n+}\n\\ No newline at end of file\n", "new_path": "crates/swc/tests/errors/lints/no-console/allow/.swcrc", "old_path": null }, { "chan...
Rust
Apache License 2.0
swc-project/swc
feat(es/lints): Add `allow` config for `no-console` rule (#3517)
1
feat
es/lints
317,646
13.02.2022 13:42:10
-3,600
4a713b2a23bc2378cd4998c47474f4b6777927b4
fix(pwsh): use module qualified cmdlet for expand
[ { "change_type": "MODIFY", "diff": "@@ -89,7 +89,7 @@ function Sync-PoshThemes {\n$themesUrl = \"https://github.com/jandedobbeleer/oh-my-posh/releases/download/v$Version/themes.zip\"\nInvoke-WebRequest -OutFile $tmp $themesUrl\n$destination = $env:POSH_THEMES_PATH\n- $tmp | Expand-Archive -DestinationPath $...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(pwsh): use module qualified cmdlet for expand
1
fix
pwsh
531,793
13.02.2022 13:58:35
0
9dc175fbd1a6709ea2e4bbd23e36d86feff42d09
fix(ui): fix regexp escape on auto-populated matchers Fixes
[ { "change_type": "MODIFY", "diff": "## [next]\n+### Fixed\n+\n+- Fixed regexp escaping for auto-populated silence matchers #3936.\n+\n### Changed\n- Upgraded [Font Awesome](https://fontawesome.com/) icons to 6.0\n", "new_path": "CHANGELOG.md", "old_path": "CHANGELOG.md" }, { "change_type": "...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): fix regexp escape on auto-populated matchers Fixes #3936
1
fix
ui
841,473
13.02.2022 13:59:48
-28,800
6d132ca0765a46b39a6844b7de2e7f2655f7dd1b
perf(es/optimization): Replace `map_with_mut` with proper implementation
[ { "change_type": "MODIFY", "diff": "@@ -74,9 +74,13 @@ impl Repeated for SimplifyExpr {\n}\nimpl SimplifyExpr {\n- fn fold_member_expr(&mut self, e: MemberExpr) -> Expr {\n+ fn fold_member_expr(&mut self, expr: &mut Expr) {\n+ let MemberExpr { obj, prop, .. } = match expr {\n+ Expr::Member(member) => member...
Rust
Apache License 2.0
swc-project/swc
perf(es/optimization): Replace `map_with_mut` with proper implementation (#3539)
1
perf
es/optimization
847,143
13.02.2022 14:26:08
-28,800
a7a69f0367e50b356fea8c70aaee78f34895f656
chore: move Message to shared
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"build\": \"rollup -c\",\n\"clean\": \"rimraf ./lib ./*.tsbuildinfo\",\n- \"dev\": \"yarn dev:ts\",\n+ \"dev\": \"concurrently \\\"yarn dev:copy\\\" \\\"yarn dev:ts\\\"\",\n+ \"dev:copy\": \"cpx src/client/**/*.{vue,scss} lib/client -w\",\n\"dev:ts\": \"t...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: move Message to shared
1
chore
null
847,143
13.02.2022 14:31:06
-28,800
99f13db86ef2c1778de95372ac57e03c834e3a5a
feat(theme): add new helper
[ { "change_type": "MODIFY", "diff": "\"@types/bcryptjs\": \"^2.4.2\",\n\"@types/body-scroll-lock\": \"^3.1.0\",\n\"@types/lodash.throttle\": \"^4.1.6\",\n+ \"@vuepress/cli\": \"2.0.0-beta.35\",\n\"@vuepress/client\": \"2.0.0-beta.35\",\n\"@vuepress/core\": \"2.0.0-beta.35\",\n\"@vuepress/plugin-active-header...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): add new helper
1
feat
theme
847,143
13.02.2022 14:42:57
-28,800
b517d968d397c0f0a93c44ebf5500557c5b3b751
chore: update demo home
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ features:\n- title: SEO enhancement\nicon: config\n- details: Optimize pages for search engines.\n+ details: Optimize pages for search engines\nlink: https://vuepress-theme-hope.github.io/guide/feature/seo/\n- title: Sitemap\n@@ -66,7 +66,7 @@ features:\...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: update demo home
1
chore
null
847,143
13.02.2022 14:43:25
-28,800
5c3e34bf4721540390acb0606934eebf6fc95025
chore: refine KatexPlayground variable
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ export default defineComponent({\n= \\\\left(\\\\frac {y^{\\\\omega}} {\\\\omega}\\\\right) \\\\left\\\\{(\\\\log y)^r + \\\\sum_{i=1}^r \\\\frac {(-1)^ Ir \\\\cdots (r-i+1) (\\\\log y)^{ri}} {\\\\omega^i} \\\\right\\\\}`);\nconst result = ref(\"\");\n- ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: refine KatexPlayground variable
1
chore
null
317,728
13.02.2022 15:01:42
-7,200
3deeb136e4b154f9be39a643c4c7d2fe8db22301
theme: update nu4a re-added path link.
[ { "change_type": "MODIFY", "diff": "},\n\"mixed_threshold\": 8,\n\"style\": \"mixed\",\n- \"template\": \" {{ .Path }} \"\n+ \"template\": \" {{ path .Path .Location }} \"\n},\n\"style\": \"powerline\",\n\"type\": \"path\"\n", "new_path": "themes/nu4a.omp.json", "old_path": "themes/nu4a.omp.json" ...
Go
MIT License
jandedobbeleer/oh-my-posh
theme: update nu4a re-added path link.
1
theme
null
129,350
13.02.2022 15:04:03
-3,600
d54209df0b06b461bef71a904f9bc4c34b3cf99f
docs: add changelog rev_range and update bump and config
[ { "change_type": "MODIFY", "diff": "@@ -6,9 +6,11 @@ This command will generate a changelog following the committing rules establishe\n```bash\n$ cz changelog --help\n-usage: cz changelog [-h] [--dry-run] [--file-name FILE_NAME]\n- [--unreleased-version UNRELEASED_VERSION] [--incremental]\n- [--start-rev ST...
Python
MIT License
commitizen-tools/commitizen
docs: add changelog rev_range and update bump and config
1
docs
null
847,143
13.02.2022 15:28:11
-28,800
9aac43a92003f8365e2d9b6851790d78893a9ccf
chore(components): update components name
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,8 @@ interface ElementOption {\n}\nexport default defineComponent({\n- name: \"MyBadge\",\n+ // eslint-disable-next-line vue/multi-word-component-names\n+ name: \"Badge\",\nprops: {\ntype: { type: String, default: \"tip\" },\n", "new_path": "packages/comp...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore(components): update components name
1
chore
components
847,143
13.02.2022 15:39:36
-28,800
f52cd8c9b2b5e2292cf68c3e0ec6df3878c2b324
docs: use helper
[ { "change_type": "MODIFY", "diff": "-import { defineUserConfig } from \"@vuepress/cli\";\nimport { path } from \"@vuepress/utils\";\n+import { defineHopeConfig } from \"vuepress-theme-hope\";\nimport { navbar, sidebar } from \"./configs\";\n-import type { HopeThemeOptions } from \"vuepress-theme-hope\";\n-\...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs: use helper
1
docs
null
756,013
13.02.2022 16:59:27
21,600
de82224eb08a40e139f20e74d6f1038e50fbfa40
feat(telemetry): upgrade to latest `@opentelemetry`
[ { "change_type": "MODIFY", "diff": "\"@endo/init\": \"^0.5.36\",\n\"@endo/marshal\": \"^0.6.2\",\n\"@iarna/toml\": \"^2.2.3\",\n- \"@opentelemetry/metrics\": \"^0.16.0\",\n+ \"@opentelemetry/sdk-metrics-base\": \"^0.27.0\",\n\"agoric\": \"^0.14.1\",\n\"anylogger\": \"^0.21.0\",\n\"deterministic-json\": \"^1...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(telemetry): upgrade to latest `@opentelemetry`
1
feat
telemetry
756,013
13.02.2022 16:59:59
21,600
3a396b16adb3f9a87e86ae340030d24f47030480
chore(deps): update `yarn.lock`
[ { "change_type": "MODIFY", "diff": "chai-a11y-axe \"^1.3.1\"\nmocha \"^6.2.2\"\n+\"@opentelemetry/api-metrics@0.27.0\":\n+ version \"0.27.0\"\n+ resolved \"https://registry.yarnpkg.com/@opentelemetry/api-metrics/-/api-metrics-0.27.0.tgz#d8eca344ed1155f3ea8a8133ade827b4bb90efbf\"\n+ integrity sha512-tB79288b...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(deps): update `yarn.lock`
1
chore
deps
471,403
13.02.2022 17:18:19
-3,600
adbd6dcb0af6540a6d10b7e2ceaaf2c69a3e1146
fix: typo in fastify description
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@opentelemetry/instrumentation-fastify\",\n\"version\": \"0.25.0\",\n- \"description\": \"OpenTelemetry fastly automatic instrumentation package.\",\n+ \"description\": \"OpenTelemetry fastify automatic instrumentation package.\",\n\"main\": \"build/src/ind...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
fix: typo in fastify description (#891)
1
fix
null
317,646
13.02.2022 18:55:59
-3,600
91ebe662bf64be3ed0c1522d41b1dd4e9657b601
fix(zsh): do not provide PWD resolves
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ function _omp-precmd() {\nomp_now=$(::OMP:: --millis)\nomp_elapsed=$(($omp_now-$omp_start_time))\nfi\n- eval \"$(::OMP:: --config=\"$POSH_THEME\" --error=\"$omp_last_error\" --execution-time=\"$omp_elapsed\" --stack-count=\"$omp_stack_count\" --eval --sh...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(zsh): do not provide PWD resolves #1605
1
fix
zsh
841,385
13.02.2022 19:00:38
-10,800
da36e90d1ee6ca479826ef379fbf0562cdc02ee5
feat(css/ast): Add `;` to delimiters
[ { "change_type": "MODIFY", "diff": "@@ -87,6 +87,8 @@ pub enum DelimiterValue {\nComma,\n/// `/`\nSolidus,\n+ /// `;`\n+ Semicolon,\n}\n#[ast_node(\"Delimiter\")]\n", "new_path": "crates/swc_css_ast/src/value.rs", "old_path": "crates/swc_css_ast/src/value.rs" }, { "change_type": "MODIFY", ...
Rust
Apache License 2.0
swc-project/swc
feat(css/ast): Add `;` to delimiters (#3551)
1
feat
css/ast
841,455
13.02.2022 19:31:48
-10,800
8d92050f557690bca6f695bbae173876fd9e53a2
feat(es/lints): Implement `eqeqeq` rule
[ { "change_type": "ADD", "diff": "+{\n+ \"jsc\": {\n+ \"lints\": {\n+ \"eqeqeq\": [\n+ \"error\",\n+ {\n+ \"mode\": \"always\"\n+ }\n+ ]\n+ }\n+ }\n+}\n\\ No newline at end of file\n", "new_path": "crates/swc/tests/errors/lints/eqeqeq/always/.swcrc", "old_path": null }, { "change_type": "ADD"...
Rust
Apache License 2.0
swc-project/swc
feat(es/lints): Implement `eqeqeq` rule (#3513)
1
feat
es/lints
104,825
13.02.2022 22:08:53
18,000
6dc2fafadb42d3eea0b28477f2796a9060be25fb
feat(tabs): add support for custom templates
[ { "change_type": "MODIFY", "diff": "-import { Component, ElementRef, Input, OnDestroy, OnInit, Output, ViewChild } from '@angular/core';\nimport {\n- DocumentService,\n- DropdownList,\n- DropdownService,\n- ListItem,\n-} from 'carbon-components-angular';\n-import { Observable } from 'rxjs';\n+ Component,\n+...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(tabs): add support for custom templates
1
feat
tabs
847,143
13.02.2022 22:32:55
-28,800
28cd605f506f2cff2605dc892db1703f52689464
fix(theme): fix darkmode button
[ { "change_type": "MODIFY", "diff": "@@ -30,9 +30,7 @@ export default defineComponent({\n);\nconst toggleDarkMode = (): void => {\n- const { darkmode } = themeData.value;\n-\n- if (darkmode === \"auto-switch\") {\n+ if (darkmode.value === \"auto-switch\") {\nstatus.value = (\n{ light: \"dark\", dark: \"auto\...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix darkmode button
1
fix
theme
847,143
13.02.2022 23:02:56
-28,800
1d83a222773d1da68c8dce7c43be1257f72ce6a4
feat(theme): optimize component register
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,8 @@ import { h } from \"vue\";\nimport { useScrollPromise } from \"@theme-hope/composables\";\nimport CommonWrapper from \"@theme-hope/components/CommonWrapper\";\n+import HomePage from \"@theme-hope/components/HomePage\";\n+import NormalPage from \"@theme-hop...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): optimize component register
1
feat
theme
847,143
13.02.2022 23:10:53
-28,800
90f2409d00dd60ee73dd2d185e90e1f0714f12ce
feat(feed2): detect ouput options
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,14 @@ export const feedPlugin: Plugin<FeedOptions> = (options, app) => {\nconst feedOptions = options as FeedOptions;\nconst channelOptions = getFeedChannelOption(app, feedOptions);\n+ if (!feedOptions.atom && !feedOptions.json && !feedOptions.rss) {\n+ logge...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(feed2): detect ouput options
1
feat
feed2
847,143
13.02.2022 23:43:48
-28,800
a6c8e258dec6703a8435f8075d39bfefd03f2759
feat(theme): rename logoDark option to align theme-default
[ { "change_type": "MODIFY", "diff": "@@ -24,22 +24,22 @@ export default defineComponent({\nthemeLocale.value.logo ? withBase(themeLocale.value.logo) : null\n);\n- const siteBrandDarkLogo = computed(() =>\n- themeLocale.value.darkLogo ? withBase(themeLocale.value.darkLogo) : null\n+ const siteBrandLogoDark = ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): rename logoDark option to align theme-default
1
feat
theme
404,827
14.02.2022 02:52:52
-3,600
2681bc3de3ec2e496e3e2ee72c34b92cf19bea47
feat: add `Fetch` component + Create generic `FetchFactory` component + Share `FetchFactory` between new `Fetch` and `MQL`
[ { "change_type": "ADD", "diff": "+import { useState, useEffect } from 'react'\n+\n+import { useMountedRef } from '@/hooks'\n+\n+export const FetchFactory = ({ cache, children, func, options, promiseHandler, url } = {}) => {\n+ const [result, setResult] = useState(null)\n+ const isMounted = useMountedRef()\n...
JavaScript
MIT License
microlinkhq/cards
feat: add `Fetch` component + Create generic `FetchFactory` component + Share `FetchFactory` between new `Fetch` and `MQL`
1
feat
null
404,827
14.02.2022 03:00:39
-3,600
74e8b0ceb6f7c9f95fbc83b1c00c56e0169553bd
feat: improve dx + Allow inspect element during development
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import {\n} from 'react-live'\nimport { editorThemes } from '@/context/theme-context'\n-import { debounce } from '@/lib'\n+import { debounce, isDev } from '@/lib'\nimport { theme } from '@/theme'\nimport * as scope from './presets/scope'\n@@ -22,7 +22,7 @@...
JavaScript
MIT License
microlinkhq/cards
feat: improve dx + Allow inspect element during development
1
feat
null
404,827
14.02.2022 03:01:28
-3,600
8ff44ff11bb20950e5c7a1c995f168fbf5cf7cf3
feat: add `dashboard` preset + Related to
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/packages/app/public/preview/dashboard.png differ\n", "new_path": "packages/app/public/preview/dashboard.png", "old_path": "packages/app/public/preview/dashboard.png" }, { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ expor...
JavaScript
MIT License
microlinkhq/cards
feat: add `dashboard` preset + Related to #28
1
feat
null
551,641
14.02.2022 06:27:50
18,000
b3f6073ec1c476010c5dac03a6eb789bcffc2a4d
fix(sql): fix parsing of timestamps that have 0 micros
[ { "change_type": "MODIFY", "diff": "@@ -1007,7 +1007,7 @@ public class BindVariableServiceImpl implements BindVariableService {\nstatic {\nfinal DateFormatCompiler milliCompiler = new DateFormatCompiler();\n- final DateFormat pgDateTimeFormat = milliCompiler.compile(\"yyyy-MM-dd HH:mm:ssz\");\n+ final DateF...
Java
Apache License 2.0
questdb/questdb
fix(sql): fix parsing of timestamps that have 0 micros (#1887)
1
fix
sql
688,524
14.02.2022 08:09:18
-3,600
89582c58e330a8a190c43e6da9d80413d370228a
fix: remove picasso imports in picasso directory
[ { "change_type": "MODIFY", "diff": "import React, { forwardRef, ReactNode, HTMLAttributes } from 'react'\nimport cx from 'classnames'\nimport { BaseProps, SizeType } from '@toptal/picasso-shared'\n-import { VariantType as ContainerVariants } from '@toptal/picasso/Container'\nimport { makeStyles, Theme } fro...
TypeScript
MIT License
toptal/picasso
fix: remove picasso imports in picasso directory (#2429)
1
fix
null
317,764
14.02.2022 08:41:33
-3,600
b47e057f1440926756933299b78fba96c69b0511
feat: UI5 tooling segment
[ { "change_type": "ADD", "diff": "+---\n+id: ui5tooling\n+title: UI5 Tooling\n+sidebar_label: UI5 Tooling\n+---\n+\n+## What\n+\n+Display the active [UI5 tooling][ui5-homepage] version (global or local if present -\n+see [the documentation][ui5-version-help]).\n+\n+## Sample Configuration\n+\n+```json\n+{\n+...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: UI5 tooling segment
1
feat
null
551,689
14.02.2022 08:48:14
0
90b36ac2465b54e215c8b8ec5975946c6ca34be4
feat(ilp): disconnect on error flag
[ { "change_type": "MODIFY", "diff": "@@ -346,6 +346,7 @@ public class PropServerConfiguration implements ServerConfiguration {\nprivate String lineTcpAuthDbPath;\nprivate int lineTcpDefaultPartitionBy;\nprivate long minIdleMsBeforeWriterRelease;\n+ private boolean lineTcpDisconnectOnError;\nprivate String ht...
Java
Apache License 2.0
questdb/questdb
feat(ilp): disconnect on error flag (#1868)
1
feat
ilp
276,964
14.02.2022 08:54:13
10,800
607e9eb86a9bf8654e8aebf5c777bac20f328b2e
style(Progress): change progress bar label color Label color on progress bar is colored with text primary color (#231B22), but should be colored with text secondary color (#6B6B78). This commit change parent component style from 'label' to 'Text.Tiny' and add color text.secondary from theme
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ import {\nspacing as systemSpacing,\n} from '@gympass/yoga-system';\n+import Text from '../../Text';\nimport { charLength } from '../../shared';\nconst ProgressBar = styled.progress`\n@@ -59,14 +60,16 @@ const ProgressBar = styled.progress`\n`}\n`;\n-con...
JavaScript
MIT License
gympass/yoga
style(Progress): change progress bar label color Label color on progress bar is colored with text primary color (#231B22), but should be colored with text secondary color (#6B6B78). This commit change parent component style from 'label' to 'Text.Tiny' and add color text.secondary from theme
1
style
Progress
688,524
14.02.2022 08:56:05
-3,600
de5c43d7dadad998b70c0358a8dbffb7cb5d138d
test: add proper mock for global `window.matchMedia`
[ { "change_type": "ADD", "diff": "+Object.defineProperty(window, 'matchMedia', {\n+ writable: true,\n+ value: jest.fn().mockImplementation(query => ({\n+ matches: false,\n+ media: query,\n+ onchange: null,\n+ addListener: jest.fn(), // deprecated\n+ removeListener: jest.fn(), // deprecated\n+ addEventListene...
TypeScript
MIT License
toptal/picasso
test: add proper mock for global `window.matchMedia` (#2430)
1
test
null
126,276
14.02.2022 09:16:52
10,800
fa46288e8811d0679c945cf712cf35e6ed350276
chore(embedded/tbtree): no cache update during compaction reads
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,7 @@ func consistencyCheck(t *testing.T, tbtree *TBtree, n node) {\ncase *nodeRef:\n// check if reference is consistent with the node\n- sub, err := tbtree.nodeAt(n.off)\n+ sub, err := tbtree.nodeAt(n.off, true)\nrequire.NoError(t, err)\nrequire.True(t, bytes...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): no cache update during compaction reads Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
739,259
14.02.2022 09:23:55
-3,600
a96144bcc5da45ac506358611c6fed5ec9100103
fix: regex for rc docs deploy
[ { "change_type": "MODIFY", "diff": "@@ -197,7 +197,7 @@ workflows:\n- docs_build:\nfilters:\ntags:\n- only: /^v\\d+.\\d+.\\d+$|^\\d+.\\d+.\\d+-rc.\\d+$/\n+ only: /^v\\d+.\\d+.\\d+$|^v\\d+.\\d+.\\d+-rc.\\d+$/\nrequires:\n- build\n- docs_deploy_prod:\n@@ -205,7 +205,7 @@ workflows:\nbranches:\nignore: /.*/\nt...
TypeScript
MIT License
wttj/welcome-ui
fix: regex for rc docs deploy (#1014)
1
fix
null
277,286
14.02.2022 09:28:18
-3,600
f7226a646508248f905a6c9d524d90a0e08caf79
fix: Remove deprecated callback for swatch color picker.
[ { "change_type": "MODIFY", "diff": "@@ -111,7 +111,7 @@ export const\n{ width, value, name, trigger, label, choices, alpha, inline } = model,\ndefaultValue = value || null,\n[selectedColorId, setSelectedColorId] = React.useState<S | null>(defaultValue),\n- onSwatchChanged = (_id?: S, color = defaultValue) =...
Python
Apache License 2.0
h2oai/wave
fix: Remove deprecated callback for swatch color picker.
1
fix
null
217,922
14.02.2022 09:42:02
-3,600
3bf886045d79adcbc91b1264f1b297d4ca2aad08
fix(list): fixed display not updating after filling from inventory
[ { "change_type": "MODIFY", "diff": "@@ -514,6 +514,7 @@ export class ListDetailsComponent extends TeamcraftPageComponent implements OnIn\n}\n});\nListController.updateAllStatuses(list);\n+ list.etag++;\nreturn list;\n})\n).subscribe(res => {\n", "new_path": "apps/client/src/app/pages/list-details/list-d...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed display not updating after filling from inventory
1
fix
list
277,007
14.02.2022 09:52:30
10,800
11ec13e64fd8e562390cec62ba14250ad37483dd
fix(snackbar): fix autoclose behavior with the close button
[ { "change_type": "MODIFY", "diff": "@@ -171,6 +171,7 @@ render(() => {\nduration={4000}\nonAction={handleOnAction}\nactionLabel=\"Custom Action\"\n+ onClose={handleOnClose}\n/>\n</>\n);\n", "new_path": "packages/doc/content/components/components/snackbar/index.mdx", "old_path": "packages/doc/content...
JavaScript
MIT License
gympass/yoga
fix(snackbar): fix autoclose behavior with the close button
1
fix
snackbar
126,276
14.02.2022 09:55:59
10,800
250782b920f2538ed43bbdbd9d920443897c7b75
chore(pkg/server): convert time to milliseconds
[ { "change_type": "MODIFY", "diff": "@@ -2,12 +2,17 @@ package server\nimport (\n\"context\"\n+ \"time\"\n\"github.com/codenotary/immudb/embedded/store\"\n\"github.com/codenotary/immudb/pkg/api/schema\"\n\"github.com/golang/protobuf/ptypes/empty\"\n)\n+func unixMilli(t time.Time) int64 {\n+ return t.Unix()*1...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/server): convert time to milliseconds Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/server
889,620
14.02.2022 10:07:56
-28,800
5f8894d47a89f299445d6bc779fc3ba90944a9a5
perf(webui): reduce number of API calls on book details screen
[ { "change_type": "MODIFY", "diff": "<template v-slot:activator=\"{ on }\">\n<v-btn icon\nv-on=\"on\"\n- :to=\"parent.route\"\n+ :to=\"parentLocation\"\n>\n<rtl-icon icon=\"mdi-arrow-left\" rtl=\"mdi-arrow-right\"/>\n</v-btn>\n<v-row>\n<v-col class=\"py-1\">\n<router-link\n- v-if=\"!$_.isEmpty(series)\"\n:to...
Kotlin
MIT License
gotson/komga
perf(webui): reduce number of API calls on book details screen
1
perf
webui
126,276
14.02.2022 10:16:16
10,800
2c36d2706d769f0fae43027fde8dcb7dc2ee6bae
test(cmd/immuclient): fix unit testing listing operations
[ { "change_type": "MODIFY", "diff": "@@ -24,8 +24,8 @@ import (\nfunc TestNew(t *testing.T) {\ncmd := NewCommand()\n- if len(cmd.Commands()) != 29 {\n- t.Fatalf(\"error initialising command expected %d, got %d\", 29, len(cmd.Commands()))\n+ if len(cmd.Commands()) != 30 {\n+ t.Fatalf(\"error initialising comm...
Go
Apache License 2.0
codenotary/immudb
test(cmd/immuclient): fix unit testing listing operations Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
cmd/immuclient
889,620
14.02.2022 10:20:17
-28,800
f7dc98aa7e52b22a94a53ec4df62d519d953505c
perf(webui): reduce number of API calls on app initial load
[ { "change_type": "MODIFY", "diff": "@@ -473,8 +473,12 @@ export default Vue.extend({\nthis.modal = val\n},\nmodal(val) {\n- !val && this.dialogCancel()\n- val && this.getThumbnails(this.books)\n+ if (val) {\n+ this.getThumbnails(this.books)\n+ this.loadAvailableTags()\n+ } else {\n+ this.dialogCancel()\n+ }...
Kotlin
MIT License
gotson/komga
perf(webui): reduce number of API calls on app initial load
1
perf
webui
276,949
14.02.2022 10:29:10
10,800
9b1bed6a2fdece6b6d6c0bcbae71964b82e93b53
chore: removing try/catch block and rename function with camelCase
[ { "change_type": "MODIFY", "diff": "@@ -14,17 +14,12 @@ const Clipboard = ({ copyText }) => {\nreturn textToCopy;\n}\n- const handleCopyClick = () => {\n- CopyTextToClipboard(copyText)\n- .then(() => {\n+ const handleCopyClick = async () => {\n+ await copyTextToClipboard(copyText);\nsetIsCopied(true);\nsetT...
JavaScript
MIT License
gympass/yoga
chore: removing try/catch block and rename function with camelCase
1
chore
null
889,620
14.02.2022 10:29:37
-28,800
c0c7b09faa904ea29d39bde7966b8208403bd72b
fix(webui): page hash matches dialog would not reset properly
[ { "change_type": "MODIFY", "diff": "@@ -69,7 +69,9 @@ export default Vue.extend({\ndeep: true,\n},\nhash(val) {\n- this.options = {}\n+ this.options.page = 1\n+ this.options.sortBy = []\n+ this.options.sortDesc = []\nthis.elements = []\nthis.totalElements = 0\nthis.loadData(val)\n", "new_path": "komga-w...
Kotlin
MIT License
gotson/komga
fix(webui): page hash matches dialog would not reset properly
1
fix
webui
841,385
14.02.2022 10:32:07
-10,800
f252dfb885b904ef8386f2004c359a1a2f43b63e
test(css/parser): Add a test for a custom function name
[ { "change_type": "ADD", "diff": "+div {\n+ prod: fn(100px);\n+ prod: --fn(100px);\n+ prod: --fn--fn(100px);\n+}\n", "new_path": "crates/swc_css_parser/tests/fixture/function/unknown/input.css", "old_path": null }, { "change_type": "ADD", "diff": "+{\n+ \"type\": \"Stylesheet\",\n+ \"span...
Rust
Apache License 2.0
swc-project/swc
test(css/parser): Add a test for a custom function name (#3554)
1
test
css/parser
739,261
14.02.2022 10:35:20
-3,600
d7406c6767c91269902a0b1bc4f49a4c051fb2f3
fix: allow to overwrite wui types
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,8 @@ export type ThemeScreens = {\nxxl: number\n'3xl': number\n'4xl': number\n+ [key: string]: number\n+ [key: number]: number\n}\nexport const screens: ThemeScreens = {\n", "new_path": "packages/Core/theme/screens.ts", "old_path": "packages/Core/theme/...
TypeScript
MIT License
wttj/welcome-ui
fix: allow to overwrite wui types (#1018)
1
fix
null
889,620
14.02.2022 10:45:51
-28,800
57082bd990dfc450f23014f57ccbb862e40dacfb
fix: remove caching of ZipFile closes
[ { "change_type": "MODIFY", "diff": "package org.gotson.komga.infrastructure.mediacontainer\n-import com.github.benmanes.caffeine.cache.Caffeine\nimport mu.KotlinLogging\nimport net.greypanther.natsort.CaseInsensitiveSimpleNaturalComparator\nimport org.apache.commons.compress.archivers.ArchiveEntry\n@@ -10,7...
Kotlin
MIT License
gotson/komga
fix: remove caching of ZipFile closes #801
1
fix
null
503,970
14.02.2022 10:50:51
18,000
2aafc497f1a99154e61e25765cc2e992a3fa507e
fix(Toolbar): fix docs build error
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ import EditIcon from '@patternfly/react-icons/dist/esm/icons/edit-icon';\nimport CloneIcon from '@patternfly/react-icons/dist/esm/icons/clone-icon';\nimport SyncIcon from '@patternfly/react-icons/dist/esm/icons/sync-icon';\nimport FilterIcon from '@pattern...
TypeScript
MIT License
patternfly/patternfly-react
fix(Toolbar): fix docs build error (#6937)
1
fix
Toolbar
503,933
14.02.2022 10:54:55
18,000
440918fc1bd9795cd916a04fe32677ae5f69ef68
feat(Page): Added center alignment for page sections
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,8 @@ export interface PageSectionProps extends React.HTMLProps<HTMLDivElement> {\nisFilled?: boolean;\n/** Limits the width of the section */\nisWidthLimited?: boolean;\n+ /** Flag indicating if the section content is center aligned. isWidthLimited must be se...
TypeScript
MIT License
patternfly/patternfly-react
feat(Page): Added center alignment for page sections (#6893) Co-authored-by: Titani <tlabaj@redaht.com>
1
feat
Page
277,286
14.02.2022 10:58:29
-3,600
9199842fdd0e5e443854d711b4bb2b860bb6d692
fix: Provide correct expression autocomplete via VSCode extension.
[ { "change_type": "MODIFY", "diff": "\"runtimeExecutable\": \"${execPath}\",\n\"cwd\": \"${workspaceFolder}/tools/vscode-extension\",\n\"args\": [\n- \"--extensionDevelopmentPath=${workspaceRoot}\"\n+ \"--extensionDevelopmentPath=${workspaceFolder}/tools/vscode-extension\"\n],\n\"outFiles\": [\n\"${workspace...
Python
Apache License 2.0
h2oai/wave
fix: Provide correct expression autocomplete via VSCode extension.
1
fix
null
739,261
14.02.2022 11:01:43
-3,600
0fc4f3d8e6fd215c33e33f2274395bb35bb30582
feat: add 5xl/6xl on theme space
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,8 @@ export type ThemeSpace = {\nxxl: string\n'3xl': string\n'4xl': string\n+ '5xl': string\n+ '6xl': string\n[key: string]: string\n[key: number]: string\n}\n@@ -25,5 +27,7 @@ export const getSpace = (theme: WuiTheme): ThemeSpace => {\nxxl: theme.toRem(24),\...
TypeScript
MIT License
wttj/welcome-ui
feat: add 5xl/6xl on theme space (#1019)
1
feat
null
366,946
14.02.2022 11:14:59
-32,400
5c6918ce8cffc4606b1df5c101b7f51f1ebedbce
fix: change not to use lookbehind regular expression
[ { "change_type": "MODIFY", "diff": "@@ -17,11 +17,14 @@ describe('currencyInputHelper', () => {\nit('removes the 0 at the front of integer part', () => {\nexpect(formatCurrency('000001234')).toBe('1,234')\n+ expect(formatCurrency('00.01234')).toBe('0.01234')\nexpect(formatCurrency('-000001234')).toBe('-1,23...
TypeScript
MIT License
kufu/smarthr-ui
fix: change not to use lookbehind regular expression (#2264)
1
fix
null
915,255
14.02.2022 11:15:19
-3,600
d53ef0123830060cec73d425fc9b3f7e93ada66d
fix: add pre-steps with packr2 Closes
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,12 @@ includes:\n- from_url:\nurl: https://raw.githubusercontent.com/ory/xgoreleaser/master/build.tmpl.yml\n+before:\n+ hooks:\n+ - go mod download\n+ - go install github.com/gobuffalo/packr/v2/packr2\n+ - packr2\n+\nvariables:\nbrew_name: oathkeeper\nbrew_desc...
Go
Apache License 2.0
ory/oathkeeper
fix: add pre-steps with packr2 (#921) Closes #920
1
fix
null
915,255
14.02.2022 11:17:39
-3,600
09be55feddffc8ed483258ce3e250fc57528054f
fix: use all pre-hooks
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,9 @@ includes:\nbefore:\nhooks:\n- go mod download\n+ - git checkout -- go.sum go.mod\n+ - curl -Lo /tmp/cosign.key https://raw.githubusercontent.com/ory/xgoreleaser/master/cosign.key\n+ - curl -Lo /tmp/cosign.pub https://raw.githubusercontent.com/ory/xgoreleas...
Go
Apache License 2.0
ory/oathkeeper
fix: use all pre-hooks
1
fix
null
915,328
14.02.2022 11:20:31
-3,600
bfde9dfc6ef71762ab25289a0afbe6793899f312
feat: Traefik decision api support Closes See See See See
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,11 @@ import (\nconst (\nDecisionPath = \"/decisions\"\n+\n+ xForwardedMethod = \"X-Forwarded-Method\"\n+ xForwardedProto = \"X-Forwarded-Proto\"\n+ xForwardedHost = \"X-Forwarded-Host\"\n+ xForwardedUri = \"X-Forwarded-Uri\"\n)\ntype decisionHandlerRegistry ...
Go
Apache License 2.0
ory/oathkeeper
feat: Traefik decision api support (#904) Closes https://github.com/ory/oathkeeper/discussions/899 See #521 See #441 See #487 See #263
1
feat
null
841,385
14.02.2022 11:34:26
-10,800
d5aee470cb6ea1e25057a5a36f0a19274c1f42b3
refactor(css/parser): Remove `parse_values`, which is not used
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,6 @@ fn run(input: &Path, minify: bool) {\nlet mut stylesheet: Stylesheet = parse_file(\n&fm,\nParserConfig {\n- parse_values: true,\n..Default::default()\n},\n&mut errors,\n@@ -72,7 +71,6 @@ fn run(input: &Path, minify: bool) {\nlet mut stylesheet_output: St...
Rust
Apache License 2.0
swc-project/swc
refactor(css/parser): Remove `parse_values`, which is not used (#3552)
1
refactor
css/parser
276,964
14.02.2022 11:44:31
10,800
4c933a0b3a669e8df17214958f32183a92a81bbe
fix(progress): adjust spacing on progress bar label
[ { "change_type": "MODIFY", "diff": "@@ -106,7 +106,7 @@ const Wrapper = styled.div`\n${Label} {\nmax-width: 280px;\n- margin-top: ${spacing.xxxsmall}px;\n+ margin-top: ${spacing.xxsmall}px;\n}\n`\n}\n", "new_path": "packages/yoga/src/Progress/web/Progress.jsx", "old_path": "packages/yoga/src/Progres...
JavaScript
MIT License
gympass/yoga
fix(progress): adjust spacing on progress bar label
1
fix
progress
126,276
14.02.2022 11:45:26
10,800
26e21d4e228a292ca2e3a37803bd0163e00be7f2
test(pkg/database): unit testing instrumented lock
[ { "change_type": "ADD", "diff": "+/*\n+Copyright 2022 CodeNotary, Inc. All rights reserved.\n+\n+Licensed under the Apache License, Version 2.0 (the \"License\");\n+you may not use this file except in compliance with the License.\n+You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses...
Go
Apache License 2.0
codenotary/immudb
test(pkg/database): unit testing instrumented lock Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/database
276,964
14.02.2022 11:48:01
10,800
746bad23dd33d477b376b177cf8089bf2f7ee11d
test(progress): update test snapshot about progress bar
[ { "change_type": "MODIFY", "diff": "@@ -53,7 +53,7 @@ exports[`<Progress /> should match snapshot 1`] = `\n.c0 .c2 {\nmax-width: 280px;\n- margin-top: 4px;\n+ margin-top: 8px;\n}\n<div>\n@@ -612,6 +612,14 @@ exports[`<Progress /> should match snapshot with all variants 1`] = `\n}\n.c4 {\n+ margin: 0;\n+ pad...
JavaScript
MIT License
gympass/yoga
test(progress): update test snapshot about progress bar
1
test
progress
688,431
14.02.2022 11:48:58
-7,200
efc41dfeba2f7bbfc24dd3027133e53d30077ffb
chore: add ozgurkececioglu to contributors
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ on:\njobs:\nhandle-contribution:\n# if external contribution\n- if: ${{!contains(fromJson('[\"denieler\", \"TomasSlama\", \"OleksandrNechai\", \"OndrejTuma\", \"dmaklygin\", \"LashaJini\", \"separatio\", \"augustobmoura\", \"toptal-build\"]'), github.eve...
TypeScript
MIT License
toptal/picasso
chore: add ozgurkececioglu to contributors
1
chore
null
866,412
14.02.2022 12:07:41
25,200
cab6e5415ccfbdd815bea7f71cd30a5ca822eac9
feat(breadcrumb): introduce overflow menu
[ { "change_type": "ADD", "diff": "+/**\n+ * @license\n+ *\n+ * Copyright IBM Corp. 2019, 2022\n+ *\n+ * This source code is licensed under the Apache-2.0 license found in the\n+ * LICENSE file in the root directory of this source tree.\n+ */\n+\n+import { customElement, html } from 'lit-element';\n+import se...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(breadcrumb): introduce overflow menu (#948)
1
feat
breadcrumb
277,286
14.02.2022 12:09:48
-3,600
5a1b166c84ed4abb42d04545db1448598a830ecd
feat: Add site upload snippet. Closes
[ { "change_type": "MODIFY", "diff": "<option name=\"Python\" value=\"true\" />\n</context>\n</template>\n+ <template name=\"w_site_upload\" value=\"q.app.file1,$END$ = await q.site.upload([$files$])\" description=\"Uploads static files to Wave server\" toReformat=\"true\" toShortenFQNames=\"true\">\n+ <varia...
Python
Apache License 2.0
h2oai/wave
feat: Add site upload snippet. Closes #1239
1
feat
null
386,595
14.02.2022 12:44:16
-7,200
1365fb390867c4419d9ac23c8bb2c2dac438f27c
chore: Update mingo to v6.0.4.
[ { "change_type": "MODIFY", "diff": "@@ -3117,7 +3117,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@swc/jest\", \"virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.2.17\"],\n[\"google-spreadsheet\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Update mingo to v6.0.4.
1
chore
null
386,595
14.02.2022 12:46:39
-7,200
64a076cdc91b77a4b067972f77e99bfc2c571650
fix: Fix import issues for build.
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ import { readFile, writeFile } from '@lowdefy/node-utils';\nconst defaultPackages = [\n'@lowdefy/blocks-antd',\n'@lowdefy/blocks-basic',\n- // '@lowdefy/blocks-color-selectors',\n+ '@lowdefy/blocks-color-selectors',\n'@lowdefy/blocks-echarts',\n'@lowdefy...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Fix import issues for build.
1
fix
null
277,286
14.02.2022 12:56:55
-3,600
ca2a5fa39c4cffc9c3abf749d8a2244ace10af4e
ci: Publish docs within release job
[ { "change_type": "MODIFY", "diff": "@@ -82,3 +82,8 @@ jobs:\nCondaDir: 'py/conda'\nCondaUsername: ${{ secrets.CONDA_USERNAME }}\nCondaPassword: ${{ secrets.CONDA_PASSWORD }}\n+\n+ - name: Publish Docs\n+ run: |\n+ make publish-website\n+ curl -X POST -H \"Content-Type: application/json\" --user $ALGOLIA_CRA...
Python
Apache License 2.0
h2oai/wave
ci: Publish docs within release job
1
ci
null
386,595
14.02.2022 12:58:22
-7,200
540aa035d2ed0672b0f3e233c1cee90e82d4bb52
fix: Move S3UploadButton to plugin-aws.
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ _ref:\nblock_type: S3UploadButton\nvalue_type: object\ncategory: input\n- schema: ../blocks/blocksAntd/src/blocks/S3UploadButton/S3UploadButton.json\n+ schema: ../plugins/plugins/plugin-aws/src/blocks/S3UploadButton/schema.json\nfilePath: blocks/input/S3...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Move S3UploadButton to plugin-aws.
1
fix
null
915,255
14.02.2022 12:58:48
0
0869c1397cceeaa921fe7a61e0c37212dbac6b9e
autogen: add v0.38.20-beta.1 to version.schema.json
[ { "change_type": "MODIFY", "diff": "\"$ref\": \"https://raw.githubusercontent.com/ory/oathkeeper/v0.38.19-beta.1/.schema/config.schema.json\"\n}\n]\n+ },\n+ {\n+ \"allOf\": [\n+ {\n+ \"properties\": {\n+ \"version\": {\n+ \"const\": \"v0.38.20-beta.1\"\n+ }\n+ }\n+ },\n+ {\n+ \"$ref\": \"https://raw.githubu...
Go
Apache License 2.0
ory/oathkeeper
autogen: add v0.38.20-beta.1 to version.schema.json
1
autogen
null
320,300
14.02.2022 13:05:13
25,200
f344615c34254f9da937cffb84d95bb7fce4c0ee
docs: add better heroku documentation
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/docs/assets/images/streetmerchan-herokunewapp.jpg differ\n", "new_path": "docs/assets/images/streetmerchan-herokunewapp.jpg", "old_path": "docs/assets/images/streetmerchan-herokunewapp.jpg" }, { "change_type": "ADD", "diff": "...
TypeScript
MIT License
jef/streetmerchant
docs: add better heroku documentation (#2942)
1
docs
null