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
711,597
27.01.2022 14:00:28
0
1427399eda64a23e7af4f9f88a8ebc0cca722847
fix(admin-ui): Fix error when toggling product list grouping Fixes
[ { "change_type": "MODIFY", "diff": "(facetValueChange)=\"setFacetValueIds($event)\"\n></vdr-product-search-input>\n<vdr-dropdown class=\"search-settings-menu mr3\">\n- <button type=\"button\"\n+ <button\n+ type=\"button\"\nclass=\"icon-button search-index-button\"\n- [title]=\"(pendingSearchIndexUpdates ? '...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Fix error when toggling product list grouping Fixes #1384
1
fix
admin-ui
126,276
27.01.2022 14:07:28
10,800
d065efe32a50f7921d0f07b78c3dcee2b2576980
chore(embedded/store): add synced setting in index options
[ { "change_type": "MODIFY", "diff": "@@ -424,7 +424,7 @@ func OpenWith(path string, vLogs []appendable.Appendable, txLog, cLog appendable\nWithFileMode(opts.FileMode).\nWithLog(opts.log).\nWithFileSize(fileSize).\n- WithSynced(opts.Synced). // built from derived data, but temporarily modified to reduce chanc...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): add synced setting in index options Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
667,635
27.01.2022 14:43:28
-28,800
3354c25714fafedb7d6ef3137d819fb9ec00f4b2
feat(ios): set default font size to 14
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,8 @@ CGFloat const HippyTextAutoSizeWidthErrorMargin = 0.05f;\nCGFloat const HippyTextAutoSizeHeightErrorMargin = 0.025f;\nCGFloat const HippyTextAutoSizeGranularity = 0.001f;\n+static const CGFloat gDefaultFontSize = 14.f;\n+\n@implementation HippyShadowText...
C++
Apache License 2.0
tencent/hippy
feat(ios): set default font size to 14
1
feat
ios
217,922
27.01.2022 14:47:01
-3,600
c9287a3332a1f9fb746e46cfca4b5da830aca9a3
fix(list): fixed bulk operations on list rows not working properly
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,7 @@ import {\n} from './lists.actions';\nimport {\ncatchError,\n+ concatMap,\ndebounceTime,\ndistinctUntilChanged,\nexhaustMap,\n@@ -37,6 +38,7 @@ import {\nmap,\nmapTo,\nmergeMap,\n+ shareReplay,\nswitchMap,\ntakeUntil,\ntap,\n@@ -62,7 +64,6 @@ import { Pla...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed bulk operations on list rows not working properly
1
fix
list
217,922
27.01.2022 14:55:03
-3,600
f0246cedac7ffd16878c9ff8953b39d96c8ea3e7
fix(desynth-guide): fixed pagination and job list
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ import { MarketboardModule } from '../../modules/marketboard/marketboard.module'\nimport { ProgressPopupModule } from '../../modules/progress-popup/progress-popup.module';\nimport { PageLoaderModule } from '../../modules/page-loader/page-loader.module';\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desynth-guide): fixed pagination and job list
1
fix
desynth-guide
126,276
27.01.2022 14:55:28
10,800
f2e858a7a377bc4ca7b2244e94c71aab7e48bdb7
feat(embedded/cache): dynamic cache resizing
[ { "change_type": "MODIFY", "diff": "@@ -18,11 +18,13 @@ package cache\nimport (\n\"container/list\"\n\"errors\"\n+ \"fmt\"\n\"sync\"\n)\nvar ErrIllegalArguments = errors.New(\"illegal arguments\")\nvar ErrKeyNotFound = errors.New(\"key not found\")\n+var ErrIllegalState = errors.New(\"illegal state\")\ntype...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/cache): dynamic cache resizing Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/cache
419,470
27.01.2022 15:16:18
-28,800
21a1be0083a05576c49934db939b36e7dd30f391
fix(core): respect specified schema when populating (select-in)
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ export type EntityLoaderOptions<T, P extends string = never> = {\nfilters?: Dictionary<boolean | Dictionary> | string[] | boolean;\nstrategy?: LoadStrategy;\nlockMode?: Exclude<LockMode, LockMode.OPTIMISTIC>;\n+ schema?: string;\n};\nexport class EntityL...
TypeScript
MIT License
mikro-orm/mikro-orm
fix(core): respect specified schema when populating (select-in) (#2676) Co-authored-by: Adlan Arif Zakaria <adlan@newsoft.com.my>
1
fix
core
160,177
27.01.2022 15:16:47
-28,800
c1d8c109b25a3145c8c6858c4b6b5f0b6bf072ba
feat: group support fold
[ { "change_type": "MODIFY", "diff": "@@ -117,7 +117,7 @@ lf.render({\n}\n]\n});\n-MiniMap.show(0, 0);\n+lf.extension.miniMap.show(0, 0);\ndocument.querySelector('#getJson').addEventListener('click', () => {\nconst data = lf.getGraphData();\nconsole.log(data);\n", "new_path": "packages/extension/examples/...
TypeScript
Apache License 2.0
didi/logicflow
feat: group support fold
1
feat
null
126,276
27.01.2022 15:26:03
10,800
3427fa63a536d51a2e4237f8e21fb26801a98e27
chore(embedded/store): verbose logging during compaction
[ { "change_type": "MODIFY", "diff": "@@ -214,13 +214,13 @@ func (idx *indexer) CompactIndex() (err error) {\nidx.compactionMutex.Lock()\ndefer idx.compactionMutex.Unlock()\n- idx.store.notify(Info, true, \"Compacting index '%s'...\", idx.store.path)\n+ idx.store.log.Infof(\"Compacting index '%s'...\", idx.st...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): verbose logging during compaction Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
471,369
27.01.2022 15:27:36
18,000
18e4f93007b19ecb33f8711ae0d20c51a90887d5
fix(graphql): move graphql to dependencies
[ { "change_type": "MODIFY", "diff": "\"@types/mocha\": \"8.2.3\",\n\"@types/node\": \"14.17.9\",\n\"codecov\": \"3.8.3\",\n- \"graphql\": \"15.5.1\",\n\"gts\": \"3.1.0\",\n\"mocha\": \"7.2.0\",\n\"nyc\": \"15.1.0\",\n\"typescript\": \"4.3.5\"\n},\n\"dependencies\": {\n- \"@opentelemetry/instrumentation\": \"...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
fix(graphql): move graphql to dependencies (#850)
1
fix
graphql
571,272
27.01.2022 15:34:28
0
03bb4d97630c0eabf60528c90ca801a06ca08e2b
fix: add exports main field
[ { "change_type": "MODIFY", "diff": "\"author\": \"Mark <mark@remarkablemark.org>\",\n\"main\": \"index.js\",\n\"module\": \"index.mjs\",\n+ \"exports\": \"./index.mjs\",\n\"scripts\": {\n\"benchmark\": \"node benchmark\",\n\"build\": \"rollup --config --failAfterWarnings\",\n", "new_path": "package.json...
JavaScript
MIT License
remarkablemark/html-react-parser
fix: add exports main field
1
fix
null
847,143
27.01.2022 15:37:22
-28,800
845ffff768f47734b0bc71311acc9e42a397b8d8
docs(add-this): update usage
[ { "change_type": "MODIFY", "diff": "@@ -49,8 +49,10 @@ npm i -D vuepress-plugin-add-this@next\n```ts\n// .vuepress/config.ts\n+import { addThis } from \"vuepress-plugin-add-this\";\n+\nexport default {\n- plugins: [[\"add-this\", { pubid: \"your pubid\" }]],\n+ plugins: [addThis({ pubid: \"your pubid\" })],...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs(add-this): update usage
1
docs
add-this
815,601
27.01.2022 15:38:31
-28,800
77c2aa382e58939559038932f1dee4591c993695
fix: blank_template test
[ { "change_type": "MODIFY", "diff": "@@ -766,6 +766,13 @@ fn test_blank_template() {\nblocks.push(block);\n}\n+ let tx_pool = shared.tx_pool_controller();\n+ let mut tx_pool_info = tx_pool.get_tx_pool_info().unwrap();\n+ // // wait tx-pool sync with chain\n+ while tx_pool_info.tip_number != 4 {\n+ tx_pool_in...
Rust
MIT License
nervosnetwork/ckb
fix: blank_template test
1
fix
null
847,143
27.01.2022 15:39:08
-28,800
13b18ecc39aced09763c8e07f98d058c947d7cd2
docs(feed2): update usage
[ { "change_type": "MODIFY", "diff": "@@ -49,14 +49,13 @@ npm i -D vuepress-plugin-feed2@next\n```ts\n// .vuepress/config.ts\n+import { feed } from \"vuepress-plugin-feed2\";\n+\nexport default {\nplugins: [\n- [\n- \"@mr-hope/feed\",\n- {\n+ feed({\n// your options\n- },\n- ],\n+ }),\n],\n};\n```\n@@ -67,14 ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs(feed2): update usage
1
docs
feed2
160,177
27.01.2022 15:43:29
-28,800
9ec31975a81f0fc75f13fd54b6624dbd953b04c2
fix: not create new edge while edge source and target both in group
[ { "change_type": "MODIFY", "diff": "@@ -84,6 +84,12 @@ class GroupNodeModel extends RectResize.model {\nconst outgoingEdges = this.graphModel.getNodeOutgoingEdge(nodeId);\ninCommingEdges.concat(outgoingEdges).forEach((edgeModel, index) => {\nedgeModel.visible = !isFolded;\n+ if (isFolded\n+ && (\n+ !this.ch...
TypeScript
Apache License 2.0
didi/logicflow
fix: not create new edge while edge source and target both in group
1
fix
null
126,276
27.01.2022 15:44:45
10,800
17072e5699bd25acd0f82749adc57022cf33cb8a
chore(embedded/store): index one tx per iteration
[ { "change_type": "MODIFY", "diff": "@@ -334,7 +334,7 @@ func (idx *indexer) doIndexing(cancellation <-chan struct{}) {\n}\nidx.stateCond.L.Unlock()\n- err = idx.indexSince(lastIndexedTx+1, 10)\n+ err = idx.indexTX(lastIndexedTx + 1)\nif err == ErrAlreadyClosed || err == tbtree.ErrAlreadyClosed {\nreturn\n}\...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): index one tx per iteration Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
551,645
27.01.2022 15:51:07
-7,200
7db796e76fe048201d736fbd4ace1b812ccbec97
fix(sql): add check for GroupBy function at argument position.
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,7 @@ import io.questdb.cairo.ColumnType;\nimport io.questdb.cairo.sql.*;\nimport io.questdb.griffin.engine.functions.AbstractUnaryTimestampFunction;\nimport io.questdb.griffin.engine.functions.CursorFunction;\n+import io.questdb.griffin.engine.functions.Group...
Java
Apache License 2.0
questdb/questdb
fix(sql): add check for GroupBy function at argument position. (#1831)
1
fix
sql
777,394
27.01.2022 15:57:56
28,800
b659ccdfba29ff6e93934377b29156b655834706
chore: add docs for specifying priority behavior in k8s
[ { "change_type": "MODIFY", "diff": "@@ -173,6 +173,9 @@ To enable gang scheduling with commands or CPU experiments, enable the coschedul\nYou can also use ``schedulerName: default-scheduler`` to use the default Kubernetes scheduler.\n+Additionally, please note that when running Determined on Kubernetes, a h...
Python
Apache License 2.0
determined-ai/determined
chore: add docs for specifying priority behavior in k8s (#3512)
1
chore
null
306,346
27.01.2022 15:58:30
-11,880
552a42e80d662a950e3a696680c8fbb76d52f0c6
refactor(aws): resources migration batch 5
[ { "change_type": "MODIFY", "diff": "package aws\nimport (\n+ \"github.com/infracost/infracost/internal/resources/aws\"\n\"github.com/infracost/infracost/internal/schema\"\n-\n- \"github.com/shopspring/decimal\"\n)\n-func GetDXGatewayAssociationRegistryItem() *schema.RegistryItem {\n+func getDXGatewayAssocia...
Go
Apache License 2.0
infracost/infracost
refactor(aws): resources migration batch 5
1
refactor
aws
841,528
27.01.2022 16:10:03
-28,800
464c15b7757aedd50c80d955d7f2c78133a7f994
chore(ci): Fix FreeBSD build
[ { "change_type": "MODIFY", "diff": "@@ -242,14 +242,16 @@ jobs:\nrm -rf crates/swc_ecma_codegen/tests/test262-min\n- name: Build\nid: build\n- uses: vmactions/freebsd-vm@v0.1.5\n+ uses: vmactions/freebsd-vm@v0.1.6\nenv:\nDEBUG: napi:*\nRUSTUP_HOME: /usr/local/rustup\nCARGO_HOME: /usr/local/cargo\nRUSTUP_IO_...
Rust
Apache License 2.0
swc-project/swc
chore(ci): Fix FreeBSD build (#3379)
1
chore
ci
847,143
27.01.2022 16:11:15
-28,800
b180f54bd0ca2f4b7a5cd066ba001c08ffecf971
docs(reading-time2): add docs
[ { "change_type": "ADD", "diff": "+{\n+ \"name\": \"reading-time-docs\",\n+ \"version\": \"2.0.0-alpha.8\",\n+ \"private\": true,\n+ \"description\": \"Docs for vuepress-plugin-reading-time2\",\n+ \"license\": \"MIT\",\n+ \"author\": {\n+ \"name\": \"Mr.Hope\",\n+ \"email\": \"mister-hope@outlook.com\",\n+ \...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs(reading-time2): add docs
1
docs
reading-time2
847,143
27.01.2022 16:17:02
-28,800
f11ac87e53fa7a569890923c2945c1634c42b581
ci: update v2 docs delopy
[ { "change_type": "MODIFY", "diff": "@@ -60,6 +60,13 @@ jobs:\nrun: |\nyarn cpx \"docs/add-this/dist/**\" dist/add-this\nyarn cpx \"docs/comment/dist/**\" dist/comment\n+ yarn cpx \"docs/copy-code/dist/**\" dist/copy-code\n+ yarn cpx \"docs/feed/dist/**\" dist/feed\n+ yarn cpx \"docs/md-enhance/dist/**\" dis...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
ci: update v2 docs delopy
1
ci
null
667,635
27.01.2022 16:24:55
-28,800
0eff4c3b2b7941d127df292965d7f4af45c06a79
fix(ios): fix value fetch error
[ { "change_type": "MODIFY", "diff": "@@ -225,7 +225,6 @@ HIPPY_EXPORT_MODULE(AsyncStorage)\nif (created) {\nNSDictionary *errorOut;\nNSString *serialized = [self _readFileFromPath:[self HippyGetManifestFilePath] key:nil error:&errorOut];\n- //HippyReadFile([self HippyGetManifestFilePath], nil, &errorOut);\nN...
C++
Apache License 2.0
tencent/hippy
fix(ios): fix value fetch error
1
fix
ios
438,921
27.01.2022 16:26:37
-32,400
a697b69cb3807245b1cfe88480841e427623313c
fix(domain): Fix incorrect domain updates Make sure to check given data value to check zerobased type with correlated bound axis. Fix
[ { "change_type": "MODIFY", "diff": "@@ -197,7 +197,7 @@ class Axis {\n*/\nupdateAxes() {\nconst $$ = this.owner;\n- const {config, $el: {main}} = $$;\n+ const {config, $el: {main}, $T} = $$;\nObject.keys(this.axesList).forEach(id => {\nconst axesConfig = config[`axis_${id}_axes`];\n@@ -224,7 +224,7 @@ class...
TypeScript
MIT License
naver/billboard.js
fix(domain): Fix incorrect domain updates Make sure to check given data value to check zerobased type with correlated bound axis. Fix #2523
1
fix
domain
306,652
27.01.2022 16:27:52
-19,080
5aa1f5c496fbe0c30710540c7cc3c8565cb06b42
chore(button): add transition on button hover
[ { "change_type": "MODIFY", "diff": "@@ -161,3 +161,21 @@ export const gridBreakpointData = [\n{ token: '--grid-l-breakpoint', value: '992px' },\n{ token: '--grid-xl-breakpoint', value: '1200px' },\n];\n+\n+export const transitionsCurveData = [\n+ { token: '--standard-productive-curve', value: 'cubic-bezier(...
TypeScript
MIT License
innovaccer/design-system
chore(button): add transition on button hover
1
chore
button
648,078
27.01.2022 16:35:32
-3,600
249e2042f0235cc7b54898b8f986fb901468b03b
fix(progressbar reporter): fix NRE in the case of a mutant free world
[ { "change_type": "MODIFY", "diff": "@@ -40,6 +40,19 @@ namespace Stryker.Core.UnitTest.Reporters.Progress\n));\n}\n+ [Fact]\n+ public void ShouldSupportWhenNoMutants()\n+ {\n+ var progressBarMock = new ProgressBar();\n+\n+ var progressBarReporter = new ProgressBarReporter(progressBarMock, new FixedClock());...
C#
Apache License 2.0
stryker-mutator/stryker-net
fix(progressbar reporter): fix NRE in the case of a mutant free world (#1882)
1
fix
progressbar reporter
126,276
27.01.2022 16:39:24
10,800
7becdd72660f1b21c50e183fce41dd6a22095da4
chore(embedded/store): verbose data corruption error
[ { "change_type": "MODIFY", "diff": "@@ -1328,7 +1328,7 @@ func (s *ImmuStore) DualProof(sourceTx, targetTx *Tx) (proof *DualProof, err err\n}\nif sourceTx.header.BlTxID > targetTx.header.BlTxID {\n- return nil, ErrorCorruptedTxData\n+ return nil, fmt.Errorf(\"%w: binary linking mismatch at tx %d\", ErrorCor...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): verbose data corruption error Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
617,459
27.01.2022 16:42:33
-3,600
d03884029c287a4eea33d690dee69d37afb7398f
fix(frontend): page stats when matomo is down
[ { "change_type": "ADD", "diff": "+import router from \"../stats\";\n+\n+const request = require(\"supertest\");\n+const Koa = require(\"koa\");\n+const fetch = require(\"node-fetch\");\n+\n+const app = new Koa();\n+app.use(router.routes());\n+\n+jest.mock(\"node-fetch\");\n+\n+describe(\"Stats\", () => {\n+...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix(frontend): page stats when matomo is down (#4193)
1
fix
frontend
791,682
27.01.2022 16:44:24
18,000
faf5126dea4ab9e4d9a60ddd4232cc6bd3f3ed13
misc(build): remove empty devtools report resources
[ { "change_type": "MODIFY", "diff": "@@ -27,10 +27,6 @@ function writeFile(name, content) {\nfs.rmSync(distDir, {recursive: true, force: true});\nfs.mkdirSync(distDir, {recursive: true});\n-writeFile('report.js', '// This can be removed after the next CDT roll deletes this file');\n-writeFile('standalone-tem...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(build): remove empty devtools report resources (#13601)
1
misc
build
847,143
27.01.2022 16:47:01
-28,800
37cbe07bbbeeef2b9ddc255c11c71352c39c9b3b
docs(md-enhance): fix KatexPlayground
[ { "change_type": "MODIFY", "diff": "\"docs:webpack-serve\": \"vuepress-webpack dev src\"\n},\n\"devDependencies\": {\n+ \"@vuepress/plugin-register-components\": \"2.0.0-beta.35\",\n\"vuepress-theme-hope\": \"2.0.0-alpha.8\",\n\"vuepress-vite\": \"2.0.0-beta.35\",\n\"vuepress-webpack\": \"2.0.0-beta.35\"\n"...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs(md-enhance): fix KatexPlayground
1
docs
md-enhance
847,143
27.01.2022 16:54:14
-28,800
a47c921a3398ace30d777a234eb15c2fd07f4651
fix(sass-palette): fix transition error
[ { "change_type": "MODIFY", "diff": "@@ -18,5 +18,5 @@ $homePageWidth: 1160px;\n// code\n$lineNumbersWrapperWidth: 2.5rem;\n-$colorTransition: 0.3 ease;\n-$transformTransition: 0.3 ease;\n+$colorTransition: \"0.3 ease\";\n+$transformTransition: \"0.3 ease\";\n", "new_path": "packages/sass-palette/styles/...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(sass-palette): fix transition error
1
fix
sass-palette
847,143
27.01.2022 17:00:50
-28,800
0f7c7a9e6755ec6f718790fae95223d486b2d5c5
feat: add optimizeDeps
[ { "change_type": "MODIFY", "diff": "-import { getLocales, useGitPlugin, noopModule } from \"@mr-hope/vuepress-shared\";\n+import {\n+ getLocales,\n+ useGitPlugin,\n+ noopModule,\n+ addViteOptimizeDeps,\n+} from \"@mr-hope/vuepress-shared\";\nimport { path } from \"@vuepress/utils\";\nimport { useSassPalette...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat: add optimizeDeps
1
feat
null
104,861
27.01.2022 17:37:36
18,000
30e34d5ca5608f9c52b2571a0254fbe978eb58cc
fix(table): test row to load in skeleton state 3190
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import userEvent from '@testing-library/user-event';\nimport TableBodyLoadMoreRow from './TableBodyLoadMoreRow';\n-const tableRowProps = {\n+const tableRowPropsNotLoading = {\nid: 'tableRow01',\ntableId: 'tableId',\ntestId: 'table-test',\n@@ -13,12 +13,21 ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): test row to load in skeleton state 3190
1
fix
table
841,421
27.01.2022 17:42:57
-32,400
3bda85e3033a8a6b08cdd59b8adffc1912030c14
chore: Publish `v1.2.135`
[ { "change_type": "MODIFY", "diff": "@@ -4041,7 +4041,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.134\"\n+version = \"1.2.135\"\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.135`
1
chore
null
791,682
27.01.2022 18:21:11
18,000
e8d6e0f1d000662c9cce847e3a4de8d34ab7d07a
core(inspector-issues): add federatedAuthRequestIssue
[ { "change_type": "MODIFY", "diff": "@@ -66,6 +66,7 @@ class InspectorIssues extends FRGatherer {\ncontentSecurityPolicyIssue: [],\ncorsIssue: [],\ndeprecationIssue: [],\n+ federatedAuthRequestIssue: [],\ngenericIssue: [],\nheavyAdIssue: [],\nlowTextContrastIssue: [],\n", "new_path": "lighthouse-core/gat...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(inspector-issues): add federatedAuthRequestIssue (#13603)
1
core
inspector-issues
104,828
27.01.2022 18:43:08
-3,600
9bd3a3607a48a9370b43c434503fc8c65c314a4e
fix(table): add hidden prop to row action
[ { "change_type": "MODIFY", "diff": "@@ -156,14 +156,31 @@ export const SimpleStatefulExample = () => {\nid=\"table\"\nkey={`table${demoInitialColumnSizes}`}\n{...initialState}\n- data={initialState.data.slice(\n+ data={initialState.data\n+ .slice(\n0,\nselect(\n'number of data items in table',\n[initialStat...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): add hidden prop to row action #3208
1
fix
table
699,211
27.01.2022 19:01:55
-7,200
4fa8ef6fe893f69f141b423c2ba570569c8f50f1
fix: removed duplicated onChange props from textarea example
[ { "change_type": "MODIFY", "diff": "@@ -160,7 +160,7 @@ The textarea should include the base textarea, along with supporting elements to\n<LivePreview scope={{Label, HelpText, TextArea}} language=\"jsx\">\n{`<>\n<Label htmlFor=\"message\" required>Message (at least 120 characters)</Label>\n- <TextArea onCha...
TypeScript
MIT License
twilio-labs/paste
fix: removed duplicated onChange props from textarea example (#2161)
1
fix
null
841,421
27.01.2022 19:01:58
-32,400
0359deb4841be743d73db4536d4a22ac797d7f65
perf(node-swc): Speed up `parse` and `parseFile` node-swc: - Use a worker thread for json serialization.
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,6 @@ use std::{\n};\nuse swc::{config::ParseOptions, Compiler};\nuse swc_common::FileName;\n-use swc_ecma_ast::Program;\n// ----- Parsing -----\n@@ -32,7 +31,7 @@ pub struct ParseFileTask {\n#[napi]\nimpl Task for ParseTask {\n- type Output = Program;\n+ type...
Rust
Apache License 2.0
swc-project/swc
perf(node-swc): Speed up `parse` and `parseFile` (#3380) node-swc: - Use a worker thread for json serialization.
1
perf
node-swc
667,707
27.01.2022 19:07:24
-28,800
6efb8cfeea9012d34acf8be9b39a8c5d67a923c9
fix(web): fix turbo demo bugs
[ { "change_type": "MODIFY", "diff": "<script>\nimport {\n- getString,\n- getNum,\n+ getArray,\ngetBoolean,\ngetMap,\n+ getNum,\ngetObject,\n+ getString,\ngetTurboConfig,\n- printTurboConfig,\nnativeWithPromise,\n- getArray,\n+ printTurboConfig,\n} from './demoTurbo';\nexport default {\n", "new_path": "ex...
C++
Apache License 2.0
tencent/hippy
fix(web): fix turbo demo bugs
1
fix
web
306,652
27.01.2022 19:16:40
-19,080
612c181cccacf896d00dccc97ffdbc1424c4bdd6
docs(table): remove extra prop expanded from nestedRowRenderer
[ { "change_type": "MODIFY", "diff": "@@ -184,7 +184,6 @@ interface SharedTableProps extends BaseProps {\n* data: RowData;\n* schema: GridProps['schema'];\n* loading: boolean;\n- * expanded: boolean;\n* }\n* </pre>\n*/\n", "new_path": "core/components/organisms/table/Table.tsx", "old_path": "core/comp...
TypeScript
MIT License
innovaccer/design-system
docs(table): remove extra prop expanded from nestedRowRenderer
1
docs
table
104,828
27.01.2022 19:20:26
-3,600
0640e76ed7764b78a47504aff0949f7e53b6751c
fix(table): add hidden proptype to row action
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,7 @@ export const RowActionPropTypes = PropTypes.arrayOf(\nPropTypes.func,\n]),\ndisabled: PropTypes.bool,\n+ hidden: PropTypes.bool,\nlabelText: PropTypes.string,\n/** Action should go into the overflow menu, not be rendered inline in the row */\nisOverflow:...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): add hidden proptype to row action #3208
1
fix
table
104,861
27.01.2022 19:36:06
18,000
674503aba287ac9879b6e893c4908b1de75f8763
fix: formatting 3190
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport PropTypes from 'prop-types';\n-import { DataTable, SkeletonText, TableRow, TableCell } from 'carbon-components-react';\n-\n+import { SkeletonText, TableRow, TableCell } from 'carbon-components-react';\nimport { settings } from '../../../...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix: formatting 3190
1
fix
null
551,648
27.01.2022 19:39:54
-10,800
baa43bdc21480e217153a8f5aa0d49d151745e8f
fix(pgwire): improve performance of PG wire by avoiding needlessly calling recv() that does not receive anything
[ { "change_type": "MODIFY", "diff": "@@ -297,8 +297,6 @@ public class PropServerConfiguration implements ServerConfiguration {\nprivate int pgConnectionPoolInitialCapacity;\nprivate String pgPassword;\nprivate String pgUsername;\n- private int pgIdleRecvCountBeforeGivingUp;\n- private int pgIdleSendCountBefo...
Java
Apache License 2.0
questdb/questdb
fix(pgwire): improve performance of PG wire by avoiding needlessly calling recv() that does not receive anything (#1833)
1
fix
pgwire
551,636
27.01.2022 19:59:10
0
bbacc56798932ae2b327b02d87009f3babd288ec
build: 6.2.1-SNAPSHOT
[ { "change_type": "MODIFY", "diff": "<dependency>\n<groupId>org.questdb</groupId>\n<artifactId>questdb</artifactId>\n- <version>6.2</version>\n+ <version>6.2.1-SNAPSHOT</version>\n</dependency>\n<dependency>\n<groupId>org.apache.logging.log4j</groupId>\n", "new_path": "benchmarks/pom.xml", "old_path"...
Java
Apache License 2.0
questdb/questdb
build: 6.2.1-SNAPSHOT
1
build
null
160,177
27.01.2022 20:49:16
-28,800
19afa7dc301f07a4a78806baec91595a2499628c
refactor: node resize
[ { "change_type": "MODIFY", "diff": "@@ -56,11 +56,6 @@ let lf: LogicFlow;\nexport default function NodeResizeExample() {\nuseEffect(() => {\n- NodeResize.style.outline = {\n- ...NodeResize.style.outline,\n- stroke: '#1E90FF',\n- strokeDasharray: '',\n- }\nLogicFlow.use(NodeResize);\nlf = new LogicFlow({\n.....
TypeScript
Apache License 2.0
didi/logicflow
refactor: node resize
1
refactor
null
847,143
27.01.2022 21:34:40
-28,800
fec8f27a130999dc9dc0b1efc7760da16835a612
refactor: fix vite dev
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,10 @@ 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- addViteOptimizeDeps(app, \"@waline/client\");\...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor: fix vite dev
1
refactor
null
847,143
27.01.2022 21:57:58
-28,800
b1fe233ecdd0c2b6c3515fe212c57720fe520e1c
feat: update theme layout
[ { "change_type": "DELETE", "diff": "-$darkSelector: \"html.dark\";\n-$lightSelector: \"html:not(.dark)\";\n", "new_path": null, "old_path": "demo/src/.vuepress/styles/config.scss" }, { "change_type": "DELETE", "diff": "-$darkSelector: \"html.dark\";\n", "new_path": null, "old_pat...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat: update theme layout
1
feat
null
847,143
27.01.2022 22:08:02
-28,800
e1f98d31f2de59cc84bcb58e6d7cbdabedbfa5e5
fix(theme): fix active with locales root
[ { "change_type": "MODIFY", "diff": "@@ -102,7 +102,7 @@ export default defineComponent({\n? new RegExp(config.value.activeMatch).test(route.path)\n: // if this link is active in subpath\n!shouldBeActiveInSubpath.value\n- ? false\n+ ? route.path === config.value.link\n: route.path.startsWith(config.value.lin...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix active with locales root
1
fix
theme
847,143
27.01.2022 22:11:52
-28,800
f7f535fe8098b377bb884673921e480fbff4bf9f
test(shared): fix test import path
[ { "change_type": "MODIFY", "diff": "-import { deepAssign, deepAssignReverse } from \"../../src/shared/utils/assign\";\n+import { deepAssign, deepAssignReverse } from \"../../src/node/utils/assign\";\ndescribe(\"deepassign\", () => {\nit(\"simple assign\", () => {\n", "new_path": "packages/shared/__tests...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
test(shared): fix test import path
1
test
shared
756,013
27.01.2022 22:42:27
21,600
47951473d4679c7e95104f5ae32fe63c8547598e
fix(store): use explicit `import('@endo/marshal')` JSDoc
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ import { assert, details as X } from '@agoric/assert';\n* @param {any} capdata The object to be tested\n* @throws {Error} if, upon inspection, the parameter does not satisfy the above\n* criteria.\n- * @returns {asserts capdata is CapData<unknown>}\n+ * @r...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(store): use explicit `import('@endo/marshal')` JSDoc
1
fix
store
847,143
27.01.2022 22:53:29
-28,800
ba5462b6e985e07e2c2a241b8f33f153c427d52e
fix(theme): fix project home layout
[ { "change_type": "MODIFY", "diff": "img {\ndisplay: block;\nmax-width: 100%;\n- max-height: 320px;\n+ max-height: 280px;\nmargin: 0;\n@media (max-width: config.$pad) {\n- max-height: 280px;\nmargin: 3rem auto 1.5rem;\n}\n.action {\nmargin: 1.8rem auto;\n+ @media (min-width: config.$pad) {\n+ margin: 1.8rem ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix project home layout
1
fix
theme
756,064
27.01.2022 23:11:16
28,800
cef1f887eb549a27592ad8ec8e4730fcb2ac8f11
chore(swingset): update Device docs These were really out of date. They could still use examples of how to manage state correctly, because it's pretty tricky.
[ { "change_type": "MODIFY", "diff": "# \"Device\" Access\n-Most Vats communicate only in terms of object references, method calls,\n-promises, and resolution. Everything outside the Vat is accessed through an\n+Most vats communicate only in terms of object references, method calls,\n+promises, and resolution...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(swingset): update Device docs These were really out of date. They could still use examples of how to manage state correctly, because it's pretty tricky.
1
chore
swingset
276,945
27.01.2022 23:26:40
10,800
81b8d4811cabb447adcbd340666f55f661b30791
refactor(input/textarea): improved placeholder view in input and textarea "re #196"
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,8 @@ const Field = styled.input`\nbox-sizing: border-box;\n${({\n+ label,\n+ placeholder,\ncleanable,\nerror,\nvalue,\n@@ -78,6 +80,10 @@ const Field = styled.input`\n};\n}\n+\n+ &::placeholder {\n+ color: ${input.label.color.default};\n+ }\n}\n&:disabled {\n...
JavaScript
MIT License
gympass/yoga
refactor(input/textarea): improved placeholder view in input and textarea "re #196"
1
refactor
input/textarea
847,143
27.01.2022 23:31:33
-28,800
fd9b3fcc80992262d4bbb06a2907db933b707c11
fix(comment2): fix waline styles
[ { "change_type": "MODIFY", "diff": "--waline-accent-color: var(--accent-color);\n--waline-text-color: var(--text-color);\n--waline-active-color: var(--accent-color-light);\n- --waline-border: none;\n- --waline-box-shadow: var(--box-shadow);\n+ --waline-border: 1px solid var(--dark-grey);\n}\n}\n", "new_...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(comment2): fix waline styles
1
fix
comment2
847,143
27.01.2022 23:33:54
-28,800
5407eccd5e8aff1172d3e132d49dc823ce7931c8
feat(components): improve pageinfo title
[ { "change_type": "MODIFY", "diff": ".page {\n.page-title {\n@include wrapper.wrapper;\n+ padding-top: 0.2rem;\npadding-bottom: 0.2rem;\nposition: relative;\nz-index: 1;\nh1 {\n+ font-size: 2.5rem;\nmargin-top: -3.1rem !important;\npadding-top: 4.6rem !important;\n- margin-bottom: 0.5rem;\n+ margin-bottom: 1...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(components): improve pageinfo title
1
feat
components
847,143
27.01.2022 23:49:59
-28,800
8a7cac1e59d56b99359424a9b68fa2e4cfab1b8b
feat(theme): improve sidebar style
[ { "change_type": "MODIFY", "diff": "}\n&::-webkit-scrollbar {\n- width: 7px;\n+ width: 6px;\n+ height: 6px;\n}\n&::-webkit-scrollbar-track {\n- background-color: var(--border);\n+ background-color: rgba(0, 0, 0, 0.1);\n+ -webkit-border-radius: 6px;\n+ border-radius: 6px;\n}\n&::-webkit-scrollbar-thumb {\nba...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): improve sidebar style
1
feat
theme
847,143
27.01.2022 23:58:19
-28,800
eed07dcfe912bea0ea84deafce01d98e8e3bcd24
fix(components): fix author link color
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,12 @@ export default defineComponent({\nitem.url\n? h(\n\"a\",\n- { class: \"author-item\", href: item.url },\n+ {\n+ class: \"author-item\",\n+ href: item.url,\n+ target: \"_blank\",\n+ rel: \"noopener noreferrer\",\n+ },\nitem.name\n)\n: h(\"span\", { class...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(components): fix author link color
1
fix
components
847,143
27.01.2022 23:59:32
-28,800
36e640ad1d4f2e33185be80a141bcf57693c4096
fix(pwa2): fix update icon color
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,7 @@ export const UpdateIcon: FunctionalComponent = () =>\nh(IconBase, { name: \"update\" }, () =>\nh(\"path\", {\nd: \"M949.949 146.25v255.826c0 21.981-13.989 35.97-35.97 35.97H658.154c-13.988 0-25.983-7.992-33.973-21.981-5.997-13.989-4-27.977 7.991-39.97l79...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(pwa2): fix update icon color
1
fix
pwa2
841,479
28.01.2022 00:14:09
-28,800
9eb77738fd1049022693f52843483623553856dd
fix(es/compat): Add the missing span in `optional_chaining`
[ { "change_type": "ADD", "diff": "+const dummyTsFunction = () => {\n+ const dummyArray = [0, 1, 2];\n+\n+ const func1 = (array: Array<number>) =>\n+ // Mapping array\n+ array?.map((i) => i);\n+\n+ const func2 = (array: Array<number>) => array?.map((i) => i);\n+\n+ console.log(func1(dummyArray)); // output: u...
Rust
Apache License 2.0
swc-project/swc
fix(es/compat): Add the missing span in `optional_chaining` (#3384)
1
fix
es/compat
217,922
28.01.2022 00:17:20
-3,600
b2a4cba68289fb8729104ec3fbe45b9896a9792f
fix(lists): fixed various list manipulations, like adding items, not working
[ { "change_type": "MODIFY", "diff": "@@ -289,6 +289,10 @@ export class ListsEffects {\nofType<UpdateList>(ListsActionTypes.UpdateList),\ndebounceTime(1000),\nswitchMap((action) => {\n+ if (isNaN(action.payload.etag)) {\n+ action.payload.etag = 0;\n+ }\n+ action.payload.etag++;\nif (action.payload.offline) {\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(lists): fixed various list manipulations, like adding items, not working
1
fix
lists
847,143
28.01.2022 00:18:28
-28,800
773dce65de665e3f497745a31f935b40ba43ea89
fix(theme): fix navbar resolve
[ { "change_type": "MODIFY", "diff": "-import { isString } from \"@vuepress/shared\";\nimport { useResolveRouteWithRedirect } from \"./resolveRouteWithRedirect\";\n-import type {\n- AutoLink,\n- NavbarItem,\n- NavbarGroup,\n- NavGroup,\n- ResolvedNavbarItem,\n-} from \"../../shared\";\n+import type { AutoLink...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix navbar resolve
1
fix
theme
841,421
28.01.2022 00:22:43
-32,400
78e83a386b62abaf9b38b58b5dd942de2333e3a6
chore(repo): Add `clippy` to git push hook
[ { "change_type": "MODIFY", "diff": "# yarn run cspell \"**/src/**/*.rs\"\ncargo fmt --all -- --check\n+cargo clippy\n\\ No newline at end of file\n", "new_path": ".husky/pre-push", "old_path": ".husky/pre-push" }, { "change_type": "MODIFY", "diff": "@@ -279,6 +279,7 @@ impl<T> RwLock<T> ...
Rust
Apache License 2.0
swc-project/swc
chore(repo): Add `clippy` to git push hook (#3383)
1
chore
repo
847,143
28.01.2022 00:27:04
-28,800
afd888febe7d9d9f4d8c853a71f1b5063f637e1c
feat(theme): improve project title
[ { "change_type": "MODIFY", "diff": "h1 {\nfont-family: Georgia Pro, Crimson, Georgia, sans-serif;\n- font-size: 4rem;\n+ font-size: 3.6rem;\n@media (max-width: config.$mobile) {\nfont-size: 2.5rem;\n", "new_path": "packages/theme/src/client/styles/home/project.scss", "old_path": "packages/theme/src/...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): improve project title
1
feat
theme
847,143
28.01.2022 00:27:27
-28,800
a220c605900ed360e7c70f59ebef5e43e0c4310a
fix(theme): fix language dropdown active
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,6 @@ export const useNavbarLanguageDropdown =\nif (localePaths.length < 2) return null;\nconst currentPath = router.currentRoute.value.path;\n- const currentFullPath = router.currentRoute.value.fullPath;\nconst { navbarLocales } = themeLocale.value;\nconst la...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix language dropdown active
1
fix
theme
847,143
28.01.2022 00:30:17
-28,800
519c0892073b20defb8ca93be2565d85d42110bf
fix(theme): fix dropdown icon
[ { "change_type": "MODIFY", "diff": "border-left: 5px solid var(--accent-color);\n}\n+ .icon {\n+ margin-right: 0.25em;\n+ }\n+\n.arrow {\n@include arrow.arrow();\nfont-size: 1.2em;\n", "new_path": "packages/theme/src/client/components/navbar/styles/dropdown-link.scss", "old_path": "packages/theme/sr...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix dropdown icon
1
fix
theme
847,143
28.01.2022 00:45:07
-28,800
30d06ad8f9b1ab7b303bf7126b1ce62c0ef40984
docs(md-enhance): update demo
[ { "change_type": "MODIFY", "diff": "@@ -73,6 +73,21 @@ A custom danger container\nA custom details container\n:::\n+::: info Custom info\n+:::\n+\n+::: note Custom note\n+:::\n+\n+::: tip Custom tip\n+:::\n+\n+::: warning Custom warning\n+:::\n+\n+::: danger Custom danger\n+:::\n+\n```md\n::: info\nInformat...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs(md-enhance): update demo
1
docs
md-enhance
104,828
28.01.2022 00:48:43
-3,600
bd6350adf2d3f8d043a830c1d9b0131157b1b609
docs(table): add storybook knob groups and improve story
[ { "change_type": "MODIFY", "diff": "@@ -112,6 +112,7 @@ export const Playground = () => {\ndemoCustomEmptyState,\ndemoCustomErrorState,\nlocale,\n+ demoBatchActions,\n} = getTableKnobs(enableAllKnobs);\n// CUSTOM DEMO JSX\n@@ -214,15 +215,21 @@ export const Playground = () => {\nonShowRowEdit: () => setShow...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
docs(table): add storybook knob groups and improve story #3206
1
docs
table
847,143
28.01.2022 01:17:42
-28,800
7ab7b61c62a4a7be0199d88ef2a61f0618a34f2f
docs: update readme badge
[ { "change_type": "MODIFY", "diff": "[![DeepScan grade](https://deepscan.io/api/teams/9792/projects/17544/branches/405512/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=9792&pid=17544&bid=405512)\n![CodeQL](https://github.com/vuepress-theme-hope/vuepress-theme-hope/actions/workflows/codeql-...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs: update readme badge
1
docs
null
847,143
28.01.2022 01:21:27
-28,800
7ab1dd9160541d9795c2d0d892d153b9f547255c
ci: update demo deploy
[ { "change_type": "MODIFY", "diff": "@@ -56,4 +56,4 @@ jobs:\nbranch: gh-pages\nfolder: demo/dist\ntoken: ${{ secrets.ACCESS_TOKEN }}\n- repository-name: vuepress-theme-hope/vuepress-theme-hope-demo\n+ repository-name: vuepress-theme-hope/v1-demo\n", "new_path": ".github/workflows/v1-demo.yml", "old_...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
ci: update demo deploy
1
ci
null
847,143
28.01.2022 01:25:08
-28,800
602a4a3da51722ea27528afae3664bc55c56dd70
docs(demo): fix base
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import { navbar, sidebar } from \"./configs\";\nconst isProd = process.env.NODE_ENV === \"production\";\nexport default defineUserConfig<HopeThemeOptions>({\n- base: \"/\",\n+ base: \"/v2-demo/\",\nhead: [\n[\n@@ -103,8 +103,66 @@ export default defineUser...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs(demo): fix base
1
docs
demo
404,827
28.01.2022 03:22:39
-3,600
30801a7d9e8c2005911591c82fbad6215bd73e50
refactor: wip static preset pages + initial trial with `exportPathMap`
[ { "change_type": "MODIFY", "diff": "+const { readdirSync } = require('fs')\n+const path = require('path')\n+\n+const PRESETS_ORIGIN_PATH = path.resolve(__dirname, 'src/components/presets')\n+\n+const PRESETS = readdirSync(PRESETS_ORIGIN_PATH)\n+ .map(filename => path.basename(filename, '.js'))\n+ .filter(pr...
JavaScript
MIT License
microlinkhq/cards
refactor: wip static preset pages + initial trial with `exportPathMap`
1
refactor
null
317,646
28.01.2022 09:08:59
-3,600
eef50268a9588bc151dc87228f4e517b5c449572
refactor(template): rename files
[ { "change_type": "ADD", "diff": "+package template\n+\n+import (\n+ \"text/template\"\n+\n+ \"github.com/Masterminds/sprig/v3\"\n+)\n+\n+func funcMap() template.FuncMap {\n+ funcMap := map[string]interface{}{\n+ \"secondsRound\": secondsRound,\n+ }\n+ for key, fun := range sprig.TxtFuncMap() {\n+ if _, ok :...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor(template): rename files
1
refactor
template
889,620
28.01.2022 09:28:55
-28,800
160c767c4016a16e6496e9a27d84941891b9a8f5
fix(api): request param conflict
[ { "change_type": "MODIFY", "diff": "@@ -75,7 +75,7 @@ export function transientBookPageUrl(transientBookId: string, page: number): str\n}\nexport function pageHashUnknownThumbnailUrl(pageHash: PageHashUnknownDto, resize?: number): string {\n- let url = `${urls.originNoSlash}/api/v1/page-hashes/unknown/${pag...
Kotlin
MIT License
gotson/komga
fix(api): request param conflict
1
fix
api
756,043
28.01.2022 09:29:37
28,800
c597a2fc60d0752ceb30970af5c79a2fcfb8f599
chore: update Prettier to latest (2.5.1)
[ { "change_type": "MODIFY", "diff": "\"eslint-plugin-prettier\": \"^3.2.0\",\n\"lerna\": \"^3.20.2\",\n\"npm-run-all\": \"^4.1.5\",\n- \"prettier\": \"^1.19.1\",\n+ \"prettier\": \"^2.5.1\",\n\"typescript\": \"~4.5.5\"\n},\n\"engines\": {\n\"root\": true\n},\n\"prettier\": {\n+ \"arrowParens\": \"avoid\",\n\...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: update Prettier to latest (2.5.1)
1
chore
null
889,620
28.01.2022 09:29:51
-28,800
fedaa338554958d7b4c91a9387ebf0a4e684cbab
fix(webui): duplicate pages card size
[ { "change_type": "MODIFY", "diff": "</v-col>\n<v-col>\n- <v-card-text>\n+ <v-card-text style=\"min-width: 200px\">\n<div>{{ element.mediaType }}</div>\n<div>{{ element.size || $t('duplicate_pages.unknown_size') }}</div>\n", "new_path": "komga-webui/src/views/SettingsDuplicatePages.vue", "old_path": ...
Kotlin
MIT License
gotson/komga
fix(webui): duplicate pages card size
1
fix
webui
777,389
28.01.2022 09:32:34
28,800
2de93dfe01e92af152972e431fa5c5af0001a2cf
chore: fix spacing in ui update message
[ { "change_type": "MODIFY", "diff": "@@ -55,7 +55,7 @@ const AppView: React.FC = () => {\nconst description = (\n<div>\nWebUI version <b>v{info.version}</b> is available.\n- Check out what&apos;s new in our\n+ Check out what&apos;s new in our&nbsp;\n<Link external path={paths.docs('/release-notes.html')}>rel...
Python
Apache License 2.0
determined-ai/determined
chore: fix spacing in ui update message (#3515)
1
chore
null
777,385
28.01.2022 09:34:52
28,800
82dd7fa78fdf21aa0bd450b4b520b3dbeb4530ce
feat: additional pytorch callbacks added on_training_epoch_end and modified on_training_epoch_start, adding epoch_idx argument.
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**New Features**\n+\n+- API: Add ``on_training_epoch_end`` to PytorchCallback. Add ``epoch_idx`` argument to\n+ ``on_training_epoch_start``. Overriding ``on_training_epoch_start`` without ``epoch_idx``\n+ argument is still supported for backwards compatibility...
Python
Apache License 2.0
determined-ai/determined
feat: additional pytorch callbacks [DET-5180] (#3479) added on_training_epoch_end and modified on_training_epoch_start, adding epoch_idx argument.
1
feat
null
777,415
28.01.2022 10:32:00
28,800
5dd366b942c2b2461c620766a24393ff2cec747a
feat: create user settings modal
[ { "change_type": "MODIFY", "diff": "justify-content: center;\nwidth: var(--theme-sizes-layout-enormous);\n}\n+.large {\n+ font-size: 24px;\n+ height: 64px;\n+ width: 64px;\n+}\n", "new_path": "webui/react/src/components/Avatar.module.scss", "old_path": "webui/react/src/components/Avatar.module.scss"...
Python
Apache License 2.0
determined-ai/determined
feat: create user settings modal (#3508)
1
feat
null
317,646
28.01.2022 10:37:05
-3,600
c94e5e6efba19613d6812e6b1a564b693697bacf
chore(template): add tests for roundSeconds
[ { "change_type": "MODIFY", "diff": "@@ -37,10 +37,10 @@ func secondsRound(seconds interface{}) string {\nvar (\nsecond = 1\nminute = 60\n- hour = minute * 60\n- day = hour * 24\n- month = day * 30\n- year = day * 365\n+ hour = 3600\n+ day = 86400\n+ month = 2629800\n+ year = 31560000\n)\nvar builder strings...
Go
MIT License
jandedobbeleer/oh-my-posh
chore(template): add tests for roundSeconds
1
chore
template
217,922
28.01.2022 10:38:17
-3,600
3de7b3c3ba2df12108f942a6575c412832ddf35a
chore: offline lists optimizations
[ { "change_type": "MODIFY", "diff": "@@ -394,6 +394,7 @@ export class ListsEffects {\nwithLazyRow(this.lazyData, 'itemIcons', ([action]) => action.itemId),\nswitchMap(([[action, list, team, userId, fcId, autofillEnabled, completionNotificationEnabled], icon]) => {\nconst item = ListController.getItemById(lis...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: offline lists optimizations
1
chore
null
251,188
28.01.2022 10:43:18
-10,800
923bee0dfcc38378c37aa6c8407700031d56ec7c
chore: dump u2f signature in logs
[ { "change_type": "MODIFY", "diff": "@@ -62,6 +62,8 @@ public class RawAuthenticationService {\nrawAuthenticateResponse.getCounter(), signatureVerification.hash(rawClientData));\nlog.debug(\"Packed bytes to sign in HEX '{}'\", Hex.encodeHexString(signedBytes));\n+ log.debug(\"Signature from authentication re...
Java
MIT License
gluufederation/oxauth
chore: dump u2f signature in logs
1
chore
null
865,916
28.01.2022 11:12:31
-3,600
a66880edc2c3c4de64400681bddc5a5062c8992e
test: skip failing integration test
[ { "change_type": "MODIFY", "diff": "@@ -64,7 +64,8 @@ describe('Integration', function() {\n});\n- it('should reimport on externally changed file', async function() {\n+ // cf. https://github.com/camunda/camunda-modeler/pull/2629#issuecomment-1023705291\n+ it.skip('should reimport on externally changed file...
JavaScript
MIT License
camunda/camunda-modeler
test: skip failing integration test
1
test
null
889,620
28.01.2022 11:47:10
-28,800
5ab5e71eaadf634dc9027a788d86ad19a2a3af6e
chore: convert issue templates to forms
[ { "change_type": "DELETE", "diff": "----\n-name: \"\\U0001F41E Bug report\"\n-about: Create a report to help us improve\n-title: \"[Bug] Short description\"\n-labels: ''\n-assignees: ''\n-\n----\n-\n-### Komga environment\n-- **OS**:\n-- **Komga version**:\n-- [ ] **I am running Komga with Docker**\n- - Doc...
Kotlin
MIT License
gotson/komga
chore: convert issue templates to forms
1
chore
null
889,620
28.01.2022 12:01:02
-28,800
8c46b8266be7820cbcc4ea56b99dd7fbc1d3e6e1
docs: update DEVELOPING.md
[ { "change_type": "MODIFY", "diff": "@@ -6,14 +6,19 @@ Thanks a lot for contributing to Komga!\nYou will need:\n-- Java JDK version 8 or 11\n-- Nodejs version 10+, with `npm` version 6+\n+- Java JDK version 8+\n+- Nodejs version 16+\n+\n+## Setting up the project\n+\n+- run `npm install` in the root folder o...
Kotlin
MIT License
gotson/komga
docs: update DEVELOPING.md
1
docs
null
438,921
28.01.2022 12:03:35
-32,400
321ab4feedc194f4ee6f87b21aecf34c23a7c59d
refactor(selection): refactor toggleShape() Move variable declaration within conditional block
[ { "change_type": "MODIFY", "diff": "@@ -152,12 +152,13 @@ export default {\ntoggleShape(that, d, i: number): void {\nconst $$ = this;\nconst {config, $el: {main}} = $$;\n+\n+ if (config.data_selection_enabled && config.data_selection_isselectable.bind($$.api)(d)) {\nconst shape = d3Select(that);\nconst isSe...
TypeScript
MIT License
naver/billboard.js
refactor(selection): refactor toggleShape() Move variable declaration within conditional block
1
refactor
selection
847,143
28.01.2022 12:07:59
-28,800
2dafbac7c0cb4bff098402e04b3b88b388ed673f
chore: fix demo base
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,8 @@ const isProd = process.env.NODE_ENV === \"production\";\nexport default defineUserConfig<HopeThemeOptions>({\nbase: \"/v2-demo/\",\n+ dest: \"./dist\",\n+\nhead: [\n[\n\"script\",\n", "new_path": "demo/src/.vuepress/config.ts", "old_path": "demo/sr...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: fix demo base
1
chore
null
699,187
28.01.2022 12:11:37
28,800
68439c4097dc533dd9a1bbc6965578f13e130c12
fix(badge): simplify children type
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/badge': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Badge] Fixed the type of the children prop\n", "new_path": ".changeset/tidy-feet-wash.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -7,10 +7,11 @@ import {Info...
TypeScript
MIT License
twilio-labs/paste
fix(badge): simplify children type (#2156)
1
fix
badge
847,143
28.01.2022 12:15:15
-28,800
4e8c133c3f995aa4d6df35ae302e5c308ae9166d
fix(md-enhance): fix container text color with default theme
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,7 @@ $darkTextColor: helper.get-color(config.$textColor, $isDark: true);\nborder-left-style: solid;\nborder-radius: 0.5rem;\nbackground: var(--hint-box-bgcolor);\n+ color: inherit;\n#{config.$darkSelector} & {\nbackground: var(--hint-box-title-color);\n", ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(md-enhance): fix container text color with default theme
1
fix
md-enhance
777,369
28.01.2022 12:15:48
25,200
de619ec0ad53050053f9bc936bd6e6b81f6b3ab3
fix: clear out the error if there are no errors upon each keystroke
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ import { paths, routeToReactUrl } from 'routes/utils';\nimport { createExperiment } from 'services/api';\nimport { ExperimentBase, RawJson, TrialDetails, TrialHyperparameters } from 'types';\nimport { clone, isEqual } from 'utils/data';\n-import handleErro...
Python
Apache License 2.0
determined-ai/determined
fix: clear out the error if there are no errors upon each keystroke (#3517)
1
fix
null
277,273
28.01.2022 12:40:25
28,800
4aeef3a26ac83e34d70923858d5b038bfd98e850
feat: Add --no-autostart flag to "wave run"
[ { "change_type": "MODIFY", "diff": "@@ -46,8 +46,9 @@ def main():\n@main.command()\n@click.argument('app')\n-@click.option(\"--no-reload\", is_flag=True, default=False, help=\"Disable auto-reload.\")\n-def run(app: str, no_reload: bool):\n+@click.option(\"--no-reload\", is_flag=True, default=False, help=\"D...
Python
Apache License 2.0
h2oai/wave
feat: Add --no-autostart flag to "wave run"
1
feat
null
71,080
28.01.2022 13:03:17
18,000
6860fec70862ce223c8a668bb2a5eb606cb528fb
docs(assertions): publish migration script Publishing our internal migration script written by for others to benefit. *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "ADD", "diff": "+# Migrating to Assertions\n+\n+Most of the APIs in the old `assert` module has a corresponding API in `assertions`.\n+Make the following modifications to your CDK test files to migrate to the\n+`@aws-cdk/assertions` module.\n+\n+For a migration script that handles most comm...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(assertions): publish migration script (#18653) Publishing our internal migration script written by @rix0rrr for others to benefit. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
assertions
780,866
28.01.2022 13:12:43
10,800
a76a7e296993c536fecd7799d9c5344bfe2a5a12
chore(template/themes): hard set gray scale colors on clean themes (the unknown hsla)
[ { "change_type": "MODIFY", "diff": "$success: #3bbea7 !default;\n$warning: #e0234e !default;\n-$white: #fff !default;\n-$gray-100: #f8f9fa !default;\n-$gray-200: #e9ecef !default;\n-$gray-300: #dee2e6 !default;\n-$gray-400: #ced4da !default;\n-$gray-500: #adb5bd !default;\n-$gray-600: #6c757d !default;\n-$g...
JavaScript
MIT License
ecomplus/storefront
chore(template/themes): hard set gray scale colors on clean themes (the unknown hsla)
1
chore
template/themes
777,401
28.01.2022 13:20:25
18,000
bfa6060fb21858dac40140974708156f36bcdea3
fix: move python launch logger setup to not miss important log This change moves the launch script code around a tad so that logging setup happens before the first log is printed, since the first log is fairly important.
[ { "change_type": "MODIFY", "diff": "@@ -71,16 +71,16 @@ if __name__ == \"__main__\":\nassert info is not None, \"must be run on-cluster\"\nassert info.task_type == \"TRIAL\", f'must be run with task_type=\"TRIAL\", not \"{info.task_type}\"'\n- logging.info(\n- f\"New trial runner in (container {info.contain...
Python
Apache License 2.0
determined-ai/determined
fix: move python launch logger setup to not miss important log (#3520) This change moves the launch script code around a tad so that logging setup happens before the first log is printed, since the first log is fairly important.
1
fix
null
317,646
28.01.2022 13:41:20
-3,600
e95e0d6b1bc27658153614223967437c18c8e432
fix(engine): allow template override
[ { "change_type": "MODIFY", "diff": "@@ -150,8 +150,9 @@ const (\n)\nfunc (segment *Segment) string() string {\n+ segmentTemplate := segment.Properties.GetString(properties.SegmentTemplate, segment.writer.Template())\ntmpl := &template.Text{\n- Template: segment.writer.Template(),\n+ Template: segmentTemplat...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(engine): allow template override
1
fix
engine
841,421
28.01.2022 13:43:29
-32,400
38c2499358e2dc4df5b6acee25da54fe411f6e8a
fix(es/minifier): Fix evaluator
[ { "change_type": "MODIFY", "diff": "@@ -99,6 +99,7 @@ where\n);\nself.simple_props\n.insert((name.to_id(), s.value.clone()), value);\n+ self.mode.store(name.to_id(), n.init.as_deref().unwrap());\n}\nPropName::Ident(i) => {\ntracing::trace!(\n@@ -107,6 +108,7 @@ where\n);\nself.simple_props\n.insert((name.to...
Rust
Apache License 2.0
swc-project/swc
fix(es/minifier): Fix evaluator (#3391)
1
fix
es/minifier
603,467
28.01.2022 13:46:51
0
4bfb6bca6af81d23ced551f63df5bc9f35d581df
fix(core): ensure Question.about doesn't expose internal interfaces Closes
[ { "change_type": "MODIFY", "diff": "\"internal\"\n],\n\"scripts\": {\n- \"lint\": \"eslint --ext ts --config ../../.eslintrc.yml\"\n+ \"clean\": \"rimraf .nyc_output lib target\",\n+ \"lint\": \"eslint --ext ts --config ../../.eslintrc.yml\",\n+ \"lint:fix\": \"npm run lint -- --fix\",\n+ \"compile\": \"tsc...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): ensure Question.about doesn't expose internal interfaces Closes #1106
1
fix
core
603,467
28.01.2022 13:47:46
0
b9dddb33411a3778d3e6aa8a4b6397b7fc983e86
chore(protractor): removed a test that's no longer being used the test has been migrated to
[ { "change_type": "DELETE", "diff": "-import 'mocha';\n-\n-// import { Ensure, equals, not } from '@serenity-js/assertions';\n-// import { actorCalled, engage, Loop } from '@serenity-js/core';\n-// import { by, Click, isSelected, Navigate, Target, Text, Element } from '@serenity-js/web';\n-//\n-// import { p...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(protractor): removed a test that's no longer being used the test has been migrated to @serenity-js/web
1
chore
protractor
603,467
28.01.2022 13:48:41
0
0de725f71ec67c496b16fabdbc7e1a06715732fa
fix(webdriverio): corrected visibility of the `browser` field on BrowseTheWebWithWebdriverIO to avoid direct access
[ { "change_type": "MODIFY", "diff": "@@ -56,7 +56,7 @@ export class BrowseTheWebWithWebdriverIO extends BrowseTheWeb<wdio.Element<'asyn\n/**\n* @param {@wdio/types~Browser} browser\n*/\n- constructor(public readonly browser: wdio.Browser<'async'>) {\n+ constructor(protected readonly browser: wdio.Browser<'as...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(webdriverio): corrected visibility of the `browser` field on BrowseTheWebWithWebdriverIO to avoid direct access
1
fix
webdriverio
571,272
28.01.2022 14:19:52
0
9e15c45178070309eef33ee7dce5a0de37275996
refactor: use import and require fields
[ { "change_type": "MODIFY", "diff": "\"author\": \"Mark <mark@remarkablemark.org>\",\n\"main\": \"index.js\",\n\"module\": \"index.mjs\",\n- \"exports\": \"./index.mjs\",\n+ \"exports\": {\n+ \"import\": \"./index.mjs\",\n+ \"require\": \"./index.js\"\n+ },\n\"scripts\": {\n\"benchmark\": \"node benchmark\",...
JavaScript
MIT License
remarkablemark/html-react-parser
refactor: use import and require fields
1
refactor
null
217,922
28.01.2022 14:24:45
-3,600
963d8ce65524ecc5ffa7aaad0c060e562a05cc6d
perf(list): contribution stats and history features have been disabled for now
[ { "change_type": "MODIFY", "diff": "@@ -577,67 +577,67 @@ export class ListsEffects {\n/**\n* HISTORY STUFF\n*/\n- loadSelectedListHistory$ = createEffect(() => this.actions$.pipe(\n- ofType<LoadListHistory>(ListsActionTypes.LoadListHistory),\n- withLatestFrom(this.listsFacade.listHistories$),\n- filter(([a...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
perf(list): contribution stats and history features have been disabled for now
1
perf
list