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
679,913
10.12.2021 17:40:23
-3,600
67364632494bdabe7608b8a7921998d6b0b16b3d
feat(dl-asset): add canvasVideoRecorder()
[ { "change_type": "MODIFY", "diff": "@@ -21,3 +21,19 @@ export interface DownloadOpts {\n*/\nexpire: number;\n}\n+\n+/**\n+ * User options for {@link canvasRecorder}.\n+ */\n+export interface CanvasRecorderOpts\n+ extends Pick<\n+ MediaRecorderOptions,\n+ \"mimeType\" | \"bitsPerSecond\" | \"videoBitsPerSeco...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(dl-asset): add canvasVideoRecorder()
1
feat
dl-asset
679,913
10.12.2021 17:43:42
-3,600
d2a6875b0fb9ef6b7b498d9adb705c15e62ce521
build(dl-asset): update pkg meta
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@thi.ng/dl-asset\",\n\"version\": \"2.2.2\",\n- \"description\": \"Local asset download for web apps, with automatic MIME type detection\",\n+ \"description\": \"Canvas, video recording & file asset download helpers for web apps\",\n\"type\": \"module\",\n\...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(dl-asset): update pkg meta
1
build
dl-asset
679,913
10.12.2021 17:45:58
-3,600
7ff99a29c465a90f9bc89884eb43db5365a4b254
feat(pixel): add Canvas2DOpts, update canvas2d()
[ { "change_type": "MODIFY", "diff": "@@ -426,3 +426,15 @@ export interface NormalMapOpts {\nexport type IntSampler = FnU2<number>;\nexport type FloatSampler = FnU2<number, NumericArray>;\n+\n+export interface Canvas2DOpts {\n+ /**\n+ * (Native) options passed to `canvas.getContext(\"2d\")`\n+ */\n+ ctx: Canv...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(pixel): add Canvas2DOpts, update canvas2d()
1
feat
pixel
667,713
10.12.2021 17:54:13
-28,800
c0afdd8a67539a6ff1ffd906a1a739e7281298c1
fix(android): adjust dispatchExposureEvent call of list view
[ { "change_type": "MODIFY", "diff": "@@ -174,15 +174,13 @@ public class HippyListView extends RecyclerView implements HippyViewBase {\nLogUtils.d(\"hippylistview\", \"setListData\");\nmListAdapter.notifyDataSetChanged();\ndispatchLayout();\n+ if (mExposureEventEnable) {\n+ dispatchExposureEvent();\n+ }\nif (...
C++
Apache License 2.0
tencent/hippy
fix(android): adjust dispatchExposureEvent call of list view
1
fix
android
438,921
10.12.2021 17:57:09
-32,400
8f14d1a40ca39dc47f1c320a59158811c5898596
feat(bar): Implement stacking bar radius Implement bar radius for stacking bars Fix
[ { "change_type": "MODIFY", "diff": "@@ -3757,7 +3757,8 @@ d3.select(\".chart_area\")\n}\n}\n},\n- BarRadius: {\n+ BarRadius: [\n+ {\noptions: {\ndata: {\ncolumns: [\n@@ -3775,6 +3776,42 @@ d3.select(\".chart_area\")\n}\n}\n},\n+ {\n+ options: {\n+ data: {\n+ x: \"x\",\n+ columns: [\n+ [\"x\", \"2021-01-01\"...
TypeScript
MIT License
naver/billboard.js
feat(bar): Implement stacking bar radius Implement bar radius for stacking bars Fix #2428
1
feat
bar
679,913
10.12.2021 18:05:24
-3,600
d15caed3b2b60e02475b20aea80d9f57cddca5bc
feat(pixel): add MAXIMA convolution kernels add `MAXIMA4_CROSS`, `MAXIMA4_DIAG` add `MAXIMA8`
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import type {\nFn,\nFn2,\nFn3,\n- FnN,\n+ FnN3,\nFnU2,\nIGrid2D,\nIObjectOf,\n@@ -356,7 +356,7 @@ export interface KernelFnSpec {\n/**\n* Kernel factory.\n*/\n- fn: Fn<IPixelBuffer<FloatArray, NumericArray>, FnN>;\n+ fn: Fn<IPixelBuffer<FloatArray, Numeric...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(pixel): add MAXIMA convolution kernels - add `MAXIMA4_CROSS`, `MAXIMA4_DIAG` - add `MAXIMA8`
1
feat
pixel
679,913
10.12.2021 18:06:06
-3,600
e5f564ef5dcc35ce0ae1e81968971b568f8965fb
build: minor restructure pkg files
[ { "change_type": "MODIFY", "diff": "\"doc:stats\": \"tools:module-stats\",\n\"pub\": \"yarn npm publish --access public\"\n},\n+ \"devDependencies\": {\n+ \"@microsoft/api-extractor\": \"^7.18.19\",\n+ \"rimraf\": \"^3.0.2\",\n+ \"tools\": \"workspace:^\",\n+ \"typedoc\": \"^0.22.9\",\n+ \"typescript\": \"^...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: minor restructure pkg files
1
build
null
217,922
10.12.2021 19:15:39
-3,600
4086a8ca4fda7c85b7cdec10c43cfef520c82839
fix(gearsets): fixed a bug preventing older gearsets from being opened
[ { "change_type": "MODIFY", "diff": "@@ -265,6 +265,9 @@ export class MateriaService {\nconst itemLevel = lazyItemLevel[ilvls[itemId]];\nconst baseParam = baseParams[baseParamId];\nconst meldingData = itemMeldingData[itemId];\n+ if (!meldingData) {\n+ return 0;\n+ }\nconst baseValue = itemLevel[baseParam.Nam...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(gearsets): fixed a bug preventing older gearsets from being opened
1
fix
gearsets
711,675
10.12.2021 19:45:37
-39,600
9d006b5e398fdac372840232a0fa1cdb97f9cb39
fix(docs): Fix typos in README and collection-filter link comment
[ { "change_type": "MODIFY", "diff": "@@ -97,7 +97,7 @@ Running `yarn codegen` will generate the following files:\n* [`packages/common/src/generated-types.ts`](./packages/common/src/generated-types.ts): Types, Inputs & resolver args relating to the Admin API\n* [`packages/common/src/generated-shop-types.ts`](...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(docs): Fix typos in README and collection-filter link comment (#1276)
1
fix
docs
217,922
10.12.2021 20:03:44
-3,600
094c573fdeb081b5f42d00f1b758c6c69dc4bcf4
perf(community-rotations): rotation panel performance improvements
[ { "change_type": "MODIFY", "diff": "@@ -18,20 +18,13 @@ export class CraftingRotationService extends FirestoreRelationalStorage<Crafting\n}\npublic getCommunityRotations(filters: CommunityRotationFilters): Observable<CraftingRotation[]> {\n- if (filters.tags.length === 0\n- && filters.name.length < 3\n- && ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
perf(community-rotations): rotation panel performance improvements
1
perf
community-rotations
711,597
10.12.2021 20:46:30
-3,600
f4a6dbda94aea0518926bcd3c0dd1c5f59c7da69
fix(admin-ui): Fix display of facet value custom fields Fixes
[ { "change_type": "MODIFY", "diff": "</td>\n<td class=\"align-middle\"><input type=\"text\" formControlName=\"code\" readonly /></td>\n<td class=\"\" *ngIf=\"customValueFields.length\">\n- <!-- <ng-container *ngFor=\"let customField of customValueFields\">-->\n- <!-- -->\n- <!-- <vdr-custom-field-control-->\...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Fix display of facet value custom fields Fixes #1282
1
fix
admin-ui
217,922
10.12.2021 21:09:52
-3,600
9d58f7979e469663f7ac95de12f479f03571602a
fix(search): input field no longer updated by router changes for better UX
[ { "change_type": "MODIFY", "diff": "@@ -338,6 +338,7 @@ export class SearchComponent extends TeamcraftComponent implements OnInit {\nreturn params.query !== undefined && params.type !== undefined;\n}),\ndebounceTime(100),\n+ first(),\nswitchMap(params => {\nthis.searchType$.next(params.type);\nthis.query$.n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(search): input field no longer updated by router changes for better UX
1
fix
search
866,402
10.12.2021 21:13:46
21,600
059643516adba19cb1f210e23d8c323e47e84c5d
docs(masthead): add missing sandbox dependency ### Related Ticket(s) ### Description This PR adds a missing dependency to the masthead sandbox example so that it displays without any build errors The working sandbox should be viewable at
[ { "change_type": "MODIFY", "diff": "\"devDependencies\": {\n\"@babel/core\": \"^7.0.0-0\",\n\"carbon-components\": \"^10.36.0\",\n+ \"lit-element\": \"^2.5.1\",\n\"parcel-bundler\": \"1.12.3\",\n\"rimraf\": \"^3.0.2\",\n\"sass\": \"^1.32.13\"\n", "new_path": "packages/web-components/examples/codesandbox...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs(masthead): add missing sandbox dependency (#7848) ### Related Ticket(s) #7847 ### Description This PR adds a missing dependency to the masthead sandbox example so that it displays without any build errors The working sandbox should be viewable at https://codesandbox.io/s/github/emyarod/carbon-for-ibm-dotcom/tree/7847-docs/masthead-sandbox-example/packages/web-components/examples/codesandbox/components/masthead
1
docs
masthead
756,013
10.12.2021 21:28:04
21,600
2fe7008ed699bb543db0ad8c3fb750dfd8c6c425
feat(cosmos): upgrade to `gaia/releases/v6.0.0`
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,7 @@ func NewAnteHandler(options HandlerOptions) (sdk.AnteHandler, error) {\n}\nanteDecorators := []sdk.AnteDecorator{\n+ ante.NewSetUpContextDecorator(),\nante.NewRejectExtensionOptionsDecorator(),\nante.NewMempoolFeeDecorator(),\nante.NewValidateBasicDecora...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(cosmos): upgrade to `gaia/releases/v6.0.0`
1
feat
cosmos
756,013
10.12.2021 21:38:08
21,600
b9669c5dfe80c9942aed620fdaa19b164c9f3600
fix(cosmos): add `upgradegaia.sh` to apply Gaia source upgrades
[ { "change_type": "ADD", "diff": "+#! /bin/bash\n+# 3-way-merge changes from current repo to agoric-sdk/golang/cosmos\n+#\n+# Usage: ./upgradegaia.sh <FROM_BRANCH> <TO_BRANCH>\n+# Such as:\n+# cd ~/src/gaia\n+# /path/to/agoric-sdk/golang/cosmos/upgradegaia.sh release/v6.0.0-rc3 release/v6.0.0\n+set -ueo pipe...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(cosmos): add `upgradegaia.sh` to apply Gaia source upgrades
1
fix
cosmos
217,231
10.12.2021 21:44:21
-10,800
f34a49c7ee1291d22b7362a19a9c44de2b7f8fb5
refactor: added getTemplateImageId instead inline id generation.
[ { "change_type": "MODIFY", "diff": "const sharp = require(\"sharp\");\n+function getTemplateImageId(template) {\n+ return `${template.name}_${template.params.image}`;\n+}\n+\nfunction createImagePipeline(file) {\n// TODO: Apply effects, compression and etc.\n// TODO: File validation?\n@@ -13,11 +17,13 @@ fu...
JavaScript
MIT License
feature-sliced/documentation
refactor: added getTemplateImageId instead inline id generation.
1
refactor
null
217,922
10.12.2021 22:05:34
-3,600
36ad9d67c57318acfd69fc802bef0a4c0a09dce9
fix(gearset): fix for materia count toggle not working as expected
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ export class MateriasNeededPopupComponent {\n]).pipe(\nswitchMap(([gearset, progression, includeAllTools]) => {\nlocalStorage.setItem('gearsets:include-all-tools', this.includeAllTools.toString());\n- return this.materiaService.getTotalNeededMaterias(thi...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(gearset): fix for materia count toggle not working as expected
1
fix
gearset
217,922
10.12.2021 22:44:32
-3,600
e263be6341b38991f35df769f0e961fb8f2b7bd0
fix(db): fixed several broken utility icons
[ { "change_type": "MODIFY", "diff": "@@ -206,7 +206,8 @@ export class AppComponent implements OnInit {\ncombineLatest([this.authFacade.idToken$, this.authFacade.user$, navigationEvents$]).pipe(\nfilter(([, user, nav]) => {\n- return user.allaganChecker || user.admin || nav.includes('allagan-reports');\n+ ret...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed several broken utility icons
1
fix
db
838,025
10.12.2021 22:46:14
-10,800
dbfcef539239222f90d7d4e3bfd2b109c258aabd
feat: add MarketSearchItems method
[ { "change_type": "MODIFY", "diff": "@@ -318,3 +318,19 @@ func (vk *VK) MarketSearch(params Params) (response MarketSearchResponse, err er\nerr = vk.RequestUnmarshal(\"market.search\", &response, params)\nreturn\n}\n+\n+// MarketSearchItemsResponse struct.\n+type MarketSearchItemsResponse struct {\n+ Count i...
Go
MIT License
severecloud/vksdk
feat: add MarketSearchItems method
1
feat
null
217,922
10.12.2021 23:22:43
-3,600
ead0190238bfd0b1711af6bf9e2052527f712c9e
chore(release): 9.2.4
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"9.2.4\"></a>\n+## [9.2.4](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 9.2.4
1
chore
release
838,025
10.12.2021 23:26:38
-10,800
270462bdc498fa60757e8bdd00a5cc4ea41ccf9f
ci: delete travis
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,3 @@ updates:\n- dependency-name: github.com/stretchr/testify\nversions:\n- 1.7.0\n- - dependency-name: golang.org/x/text\n- versions:\n- - 0.3.5\n", "new_path": ".github/dependabot.yml", "old_path": ".github/dependabot.yml" }, { "change_type"...
Go
MIT License
severecloud/vksdk
ci: delete travis
1
ci
null
217,231
10.12.2021 23:29:37
-10,800
bce6c1241be97045d4152afb904aff375442c03f
chore(comment): add comment to font scaling implementation.
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,7 @@ function createSVGText(\nconst attributes = { fill, stroke };\nconst options = { fontSize, anchor: \"top\", attributes };\n+ /* If font width more than widthLimit => scale font width to ~90% of widthLimit */\nif (widthLimit) {\nconst { width } = font.get...
JavaScript
MIT License
feature-sliced/documentation
chore(comment): add comment to font scaling implementation.
1
chore
comment
126,276
10.12.2021 23:30:11
10,800
6c9439feae5ea8f223b938d44baeaabff3842bc8
chore(embedded/store): private readonly metadata is validated when reading data
[ { "change_type": "MODIFY", "diff": "@@ -1626,7 +1626,7 @@ func (s *ImmuStore) ReplicateTx(exportedTx []byte, waitForIndexing bool) (*TxHea\nvar md *KVMetadata\nif mdLen > 0 {\n- md = NewReadOnlyKVMetadata()\n+ md = newReadOnlyKVMetadata()\nerr := md.unsafeReadFrom(exportedTx[i : i+mdLen])\nif err != nil {\n...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): private readonly metadata is validated when reading data Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
217,231
10.12.2021 23:32:22
-10,800
e26094c021128af4cb6a4f119055107456c94c5a
refactor: replace validation from utils to config and template. replace template validation error to templates initialization.
[ { "change_type": "MODIFY", "diff": "const fs = require(\"fs\");\n-const { objectFromBuffer, validateConfig } = require(\"./utils\");\n+const { object, string, number, array, is } = require(\"superstruct\");\n+const { objectFromBuffer } = require(\"./utils\");\nfunction getConfig(path, encode = \"utf-8\") {\...
JavaScript
MIT License
feature-sliced/documentation
refactor: replace validation from utils to config and template. replace template validation error to templates initialization.
1
refactor
null
217,231
10.12.2021 23:47:02
-10,800
13428ae7c568fd2a9d76e2545f57280cb2055f36
refactor: some naming changes.
[ { "change_type": "MODIFY", "diff": "@@ -26,9 +26,9 @@ const Config = object({\nfunction validateConfig(config) {\nif (is(config, Config)) {\n- return config.rules.reduce((acc, item) => {\n- if (!is(item, Rule)) return false;\n- return acc;\n+ return config.rules.reduce((validationResult, rule) => {\n+ if (!...
JavaScript
MIT License
feature-sliced/documentation
refactor: some naming changes.
1
refactor
null
902,122
11.12.2021 00:12:46
-3,600
55fbbf41f31f7e8946786641e45cd1f633d01df2
chore(goto): adjust timeouts
[ { "change_type": "MODIFY", "diff": "@@ -102,9 +102,9 @@ module.exports = ({\nconst { viewport: defaultViewport } = getDevice.findDevice(defaultDevice)\nconst timeouts = {\n- base: (milliseconds = globalTimeout) => milliseconds * (1 / 2),\n- action: (milliseconds = globalTimeout) => milliseconds * (1 / 8),\n...
JavaScript
MIT License
microlinkhq/browserless
chore(goto): adjust timeouts
1
chore
goto
902,122
11.12.2021 00:21:06
-3,600
5a93704c7fdb292fdf3a867299b3bfa4b095e701
chore(release): v9.3.0-beta.11
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [9.3.0-beta.11](https://github.com/microlinkhq/browserless/compare/v9.3.0-beta.10...v9.3.0-beta.11) (2021-12-10)\n+...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.3.0-beta.11
1
chore
release
217,231
11.12.2021 00:54:38
-10,800
3fbbd6c58d078e6ff756849faa2c6d66fa094d4e
refactor: added bootstrap function and replace generateImageFromDoc.
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,42 @@ const { getConfig } = require(\"./config\");\nconst { getTemplateNameByRules } = require(\"./rules\");\nmodule.exports = function ({ templatesDir }) {\n+ const initData = bootstrap(templatesDir);\n+ if (!initData) {\n+ console.error(\"OpenGraph plugin exi...
JavaScript
MIT License
feature-sliced/documentation
refactor: added bootstrap function and replace generateImageFromDoc.
1
refactor
null
217,237
11.12.2021 00:55:02
-10,800
801484aff3e5f946bb9e412948ab658bcf598ad0
promo(companies): add AlignTech
[ { "change_type": "MODIFY", "diff": "@@ -101,4 +101,9 @@ export const companies = [\nsrc: \"pmp-tech.png\",\nalt: \"PMP Tech\",\n},\n+ {\n+ url: \"https://www.aligntech.com/\",\n+ src: \"align.svg\",\n+ alt: \"Align\",\n+ },\n];\n", "new_path": "website/src/pages/_home/_config.jsx", "old_path": "webs...
JavaScript
MIT License
feature-sliced/documentation
promo(companies): add AlignTech
1
promo
companies
217,231
11.12.2021 00:55:54
-10,800
f0412fc9c6e80feeb193399a1246e67daf59bfcb
refactor: early return on invalid template config.
[ { "change_type": "MODIFY", "diff": "const { createSVGText } = require(\"./font\");\nfunction createLayoutLayers(doc, layout, previewFont, textWidthLimit) {\n- const layers = layout.map((layer) => {\n- if (!doc[layer.name]) {\n- console.error(`Wrong template config? Doc property ${layer.name} not found.`);\n...
JavaScript
MIT License
feature-sliced/documentation
refactor: early return on invalid template config.
1
refactor
null
135,541
11.12.2021 05:57:52
-3,600
a038b419f7f1d2073977ec1e6fe59ffcbba38931
fix(cz-commitlint): combine commit body with issuesBody/breakingBody when body has an empty string
[ { "change_type": "MODIFY", "diff": "@@ -74,4 +74,13 @@ describe('combineCommitMessage', () => {\n});\nexpect(commitMessage).toBe('This is issue body message.');\n});\n+\n+ test('should use issueBody when body message is empty string but commit has issue note', () => {\n+ setRules({});\n+ const commitMessage...
TypeScript
MIT License
conventional-changelog/commitlint
fix(cz-commitlint): combine commit body with issuesBody/breakingBody when body has an empty string (#2915) Co-authored-by: Jan Melena <jan.melena@productoo.com>
1
fix
cz-commitlint
217,922
11.12.2021 09:57:28
-3,600
544bbc94cbe853ef7c8add637708c8b6e893f2b9
fix(simulator): fixed byregot's blessing not being usable at 1 stack of Inner Quiet
[ { "change_type": "MODIFY", "diff": "\"@angular/platform-browser-dynamic\": \"^12.2.10\",\n\"@angular/platform-server\": \"^12.2.12\",\n\"@angular/router\": \"^12.2.10\",\n- \"@ffxiv-teamcraft/simulator\": \"^3.0.7\",\n+ \"@ffxiv-teamcraft/simulator\": \"^3.0.8\",\n\"@ffxiv-teamcraft/simulator-cn\": \"npm:@f...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed byregot's blessing not being usable at 1 stack of Inner Quiet
1
fix
simulator
126,276
11.12.2021 10:12:53
10,800
36927e63018179a2798afd39e3d78cc70e41dcf0
chore(embedded/store): txmetdata placeholder with zero len
[ { "change_type": "MODIFY", "diff": "@@ -15,8 +15,7 @@ limitations under the License.\n*/\npackage store\n-const maxTxMetadataLen = sszSize + maxTxMetadataSummaryLen\n-const maxTxMetadataSummaryLen = 256\n+const maxTxMetadataLen = 0\ntype TxMetadata struct {\n}\n", "new_path": "embedded/store/tx_metadata...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): txmetdata placeholder with zero len Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
126,276
11.12.2021 10:14:00
10,800
ab207a1a905225e174b0f56e3c31e613efd81af0
fix(embedded/store): reserve 4bytes in buffers for nentries
[ { "change_type": "MODIFY", "diff": "@@ -75,7 +75,7 @@ func (tx *Tx) Header() *TxHeader {\nfunc (hdr *TxHeader) Bytes() []byte {\n// ID + PrevAlh + Ts + Version + MDLen + MD + NEntries + Eh + BlTxID + BlRoot\n- var b [txIDSize + sha256.Size + tsSize + sszSize + (sszSize + maxTxMetadataLen) + sszSize + sha256...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/store): reserve 4bytes in buffers for nentries Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/store
551,636
11.12.2021 11:37:13
0
f37a78fba9dfc90aefcf2ec34726831f689bed28
chore(test): ignored unstable tests
[ { "change_type": "MODIFY", "diff": "@@ -1249,7 +1249,7 @@ public class TableWriter implements Closeable {\nCharSequence error = null;\ntry {\n- replAlterTableEvent0(tableId, instance, error, TableWriterTask.TSK_ALTER_TABLE_BEGIN);\n+ replAlterTableEvent0(tableId, instance, null, TableWriterTask.TSK_ALTER_TA...
Java
Apache License 2.0
questdb/questdb
chore(test): ignored unstable tests
1
chore
test
317,713
11.12.2021 12:13:27
-3,600
63b20f7e43c18353cf55b41ec3fc2ef963d0a9dc
fix(battery): ignore UnknownChareRate error This error is returned when Windows can't get the charge rate from the battery
[ { "change_type": "MODIFY", "diff": "@@ -399,15 +399,42 @@ func (env *environment) getBatteryInfo() ([]*battery.Battery, error) {\nvalidBatteries = append(validBatteries, batt)\n}\n}\n+ // clean minor errors\nunableToRetrieveBatteryInfo := \"A device which does not exist was specified.\"\n+ unknownChargeRate...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(battery): ignore UnknownChareRate error This error is returned when Windows can't get the charge rate from the battery
1
fix
battery
317,713
11.12.2021 12:23:18
-3,600
689300846711aa21416111b8dd26a91040705b33
docs(battery): updated the ChargeRate description
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,8 @@ properties below - defaults to `{{.Icon}}{{ if not .Error }}{{.Percentage}}{{ en\n- `.Full`: `float64` - Last known full capacity (in mWh)\n- `.Design`: `float64` - Reported design capacity (in mWh)\n- `.ChargeRate`: `float64` - Current (momentary) charg...
Go
MIT License
jandedobbeleer/oh-my-posh
docs(battery): updated the ChargeRate description
1
docs
battery
471,349
11.12.2021 12:36:11
-7,200
c0d31ce53180bbb827c6a304fc16129da1dda9d6
test: test multiple versions of `koa`
[ { "change_type": "ADD", "diff": "+koa:\n+ # Testing ^2.7.0 covers at least 97% of the downloaded koa versions\n+ versions: \"^2.7.0\"\n+ commands: npm run test\n", "new_path": "plugins/node/opentelemetry-instrumentation-koa/.tav.yml", "old_path": null }, { "change_type": "MODIFY", "diff"...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
test: test multiple versions of `koa` (#783) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
test
null
471,310
11.12.2021 13:00:02
-3,600
27e37e38f983eabdae4f2cfe859d156440378e08
feat(user-interaction): support for custom events and span enhancement
[ { "change_type": "MODIFY", "diff": "* limitations under the License.\n*/\n-import {\n- isWrapped,\n- InstrumentationBase,\n- InstrumentationConfig,\n-} from '@opentelemetry/instrumentation';\n+import { isWrapped, InstrumentationBase } from '@opentelemetry/instrumentation';\nimport * as api from '@openteleme...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
feat(user-interaction): support for custom events and span enhancement (#653) Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com> Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
feat
user-interaction
317,713
11.12.2021 13:51:15
-3,600
403bf124012def3f5efb8ad18c2a47ea520a1c46
refactor: refactored ignoreErr func to return bool value
[ { "change_type": "MODIFY", "diff": "@@ -403,25 +403,25 @@ func (env *environment) getBatteryInfo() ([]*battery.Battery, error) {\nunableToRetrieveBatteryInfo := \"A device which does not exist was specified.\"\nunknownChargeRate := \"Unknown value received\"\nvar fatalErr battery.Errors\n- ignoreErr := func...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor: refactored ignoreErr func to return bool value
1
refactor
null
160,160
11.12.2021 14:29:01
-28,800
1ed9799a0321b1d5e761b3e25ae8d874d8c310f3
fix: history change
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,7 @@ class BezierAdjustAnchor extends Component<IAnchorProps, IState> {\n}\nonDraging = ({ deltaX, deltaY }) => {\nconst { graphModel, bezierModel, type } = this.props;\n+ bezierModel.isDragging = true;\nconst { transformMatrix } = graphModel;\nconst { endX, ...
TypeScript
Apache License 2.0
didi/logicflow
fix: history change
1
fix
null
551,636
11.12.2021 15:10:43
0
3f68ac52b7c82a6aa4f84f6f193b9487bf7a44a0
fix(core): fixed flapping test 'testWriterRelease4'
[ { "change_type": "MODIFY", "diff": "@@ -48,6 +48,8 @@ import org.jetbrains.annotations.Nullable;\nimport java.io.Closeable;\nimport java.util.concurrent.atomic.AtomicLong;\n+import static io.questdb.cairo.pool.WriterPool.OWNERSHIP_REASON_NONE;\n+\npublic class CairoEngine implements Closeable, WriterSource ...
Java
Apache License 2.0
questdb/questdb
fix(core): fixed flapping test 'testWriterRelease4' (#1670)
1
fix
core
151,430
11.12.2021 15:44:44
28,800
bc205dec098244c6c02c5bcb8bafd60dbb7e1eae
chore: simple analytic docs fix
[ { "change_type": "MODIFY", "diff": "*\n* simpleAnalyticsPlugin()\n*/\n-export default function simpleAnalyticsPlugin(pluginConfig = {}) {\n+function simpleAnalyticsPlugin(pluginConfig = {}) {\nlet isLoaded = false\n// Allow for userland overides of base methods\nreturn {\n@@ -91,3 +91,5 @@ export default fu...
JavaScript
MIT License
davidwells/analytics
chore: simple analytic docs fix #240 Signed-off-by: David Wells <>
1
chore
null
151,430
11.12.2021 15:45:14
28,800
a9f1aef2f2e3071a5fe894092c36dd249f5b517c
chore: add alt lib
[ { "change_type": "MODIFY", "diff": "@@ -159,6 +159,8 @@ test('Parse other complex params', (t) => {\n&fields[]=name\n&fields[]=default_goal_name\n`\n+ // https://github.com/Sage/jsurl/\n+ // ~(Target~'Offer~Method~'findAll~fields~(~'id~'name~'default_goal_name)~filters~(has_setting_off~false~has_goals_enabl...
JavaScript
MIT License
davidwells/analytics
chore: add alt lib Signed-off-by: David Wells <>
1
chore
null
151,430
11.12.2021 16:06:13
28,800
7de499d61392ff94088a3ac373fc55211d3389e1
refactor: add type checks
[ { "change_type": "MODIFY", "diff": "@@ -40,6 +40,54 @@ if (isBrowser) {\n}\n```\n+## `isNode`\n+\n+Check if currently in Node.js context\n+\n+```js\n+import { isNode } from '@analytics/type-utils'\n+\n+if (isNode) {\n+ console.log('do things in node env')\n+}\n+```\n+\n+## `isDeno`\n+\n+Check if currently i...
JavaScript
MIT License
davidwells/analytics
refactor: add type checks Signed-off-by: David Wells <>
1
refactor
null
151,430
11.12.2021 16:06:42
28,800
c1c298494b9b0e9f8b9643db37e2e98e38f87ad0
refactor: update constant refs
[ { "change_type": "MODIFY", "diff": "import { get, set, remove, undef } from '@analytics/global-storage-utils'\n+const COOKIE = 'cookie'\nconst tmp = '__x'\n+\nlet isSupported = hasCookies()\n/**\n@@ -92,6 +94,7 @@ function cookie(name, value, ttl, path, domain, secure) {\n}\nexport {\n+ COOKIE,\nhasCookies,...
JavaScript
MIT License
davidwells/analytics
refactor: update constant refs Signed-off-by: David Wells <>
1
refactor
null
217,922
11.12.2021 16:57:37
-3,600
60b25bd3f9b96012859fba2e7bfbfbb4ee070d3b
feat(settings): added two new EW cities as possible starting point
[ { "change_type": "MODIFY", "diff": "@@ -106,6 +106,14 @@ export class SettingsPopupComponent {\n{\nid: 218,\nplacenameId: 512\n+ },\n+ {\n+ id: 182,\n+ placenameId: 3706\n+ },\n+ {\n+ id: 183,\n+ placenameId: 3707\n}\n];\n", "new_path": "apps/client/src/app/modules/settings/settings-popup/settings-popup...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(settings): added two new EW cities as possible starting point
1
feat
settings
217,922
11.12.2021 17:22:20
-3,600
610355339c737b2ceefc67424f4709c9982d3380
feat(profile): added EW folklore books
[ { "change_type": "MODIFY", "diff": "@@ -29,11 +29,11 @@ export class MasterbooksPopupComponent implements OnInit {\n//CUL\n15: [7785, 9343, 12251, 14133, 17876, 22316, 24273, 29491],\n//MIN\n- 16: [12238, 12239, 12240, 17838, 17839, 26808],\n+ 16: [12238, 12239, 12240, 17838, 17839, 26808, 36598, 36600, 366...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(profile): added EW folklore books
1
feat
profile
217,922
11.12.2021 17:22:38
-3,600
8953d8c42163c34396ddcb9d76a06413ed2238d5
chore(desktop): fixed a bug with data reporters not working as intended
[ { "change_type": "MODIFY", "diff": "@@ -204,10 +204,12 @@ export class AppComponent implements OnInit {\nmap((e: NavigationStart) => e.url)\n);\n+ this.desktop = this.platformService.isDesktop();\n+\ncombineLatest([this.authFacade.idToken$, this.authFacade.user$, navigationEvents$]).pipe(\nfilter(([, user, ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(desktop): fixed a bug with data reporters not working as intended
1
chore
desktop
317,713
11.12.2021 17:31:58
-3,600
0fb5951375fca541bb71599917ce5a2c0c4a7d15
feat(wakatime): add segment
[ { "change_type": "ADD", "diff": "+---\n+id: wakatime\n+title: Wakatime\n+sidebar_label: Wakatime\n+---\n+\n+## What\n+\n+Shows the tracked time on [wakatime][wt] of the current day\n+\n+:::caution\n+\n+You **must** request an API key at the [wakatime][wt] website.\n+The free tier for is sufficient. You'll f...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(wakatime): add segment
1
feat
wakatime
217,922
11.12.2021 17:39:23
-3,600
13f324ea190ca720392442440eb359d5e36c598e
fix(search): fixed job icons not shown properly
[ { "change_type": "MODIFY", "diff": "<img *ngIf=\"(row.recipe.job | i18nRow:'jobAbbr' | async).en as icon\"\nalt=\"{{row.recipe.job | i18nRow:'jobAbbr' | i18n}}\"\nclass=\"job-icon small\"\n- src=\"https://garlandtools.org/db/images/{{icon}}.png\">\n+ src=\"https://garlandtools.org/db/images/job/{{icon}}.png...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(search): fixed job icons not shown properly
1
fix
search
217,922
11.12.2021 17:43:12
-3,600
19df949d7c42990932e464d2595cc8a873c1394b
chore: possible fix for input weirdness in profile page
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { Injectable, NgZone } from '@angular/core';\nimport { EMPTY, Observable, of } from 'rxjs';\nimport { NgSerializerService } from '@kaiu/ng-serializer';\nimport { PendingChangesService } from './pending-changes/pending-changes.service';\n-import { ca...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: possible fix for input weirdness in profile page
1
chore
null
160,177
11.12.2021 17:46:28
-28,800
1b7960db3bab047e49d187bbb43578a0700d7eef
feat: theme and outline
[ { "change_type": "MODIFY", "diff": "@@ -28,8 +28,6 @@ type BaseElementModel = BaseNodeModel | BaseEdgeModel;\nconst VisibleMoreSpace = 200;\nclass GraphModel {\n- readonly BaseType = ElementType.GRAPH;\n- modelType = ModelType.GRAPH;\nrootEl: HTMLElement;\ntheme;\neventCenter: EventEmitter;\n@@ -42,11 +40,9...
TypeScript
Apache License 2.0
didi/logicflow
feat: theme and outline
1
feat
null
217,922
11.12.2021 18:06:31
-3,600
8647a8dfe007507f5d55c290cd4e8ae408d012c1
perf(inventory-optimizer): disabled Unwanted Materials optimizer to improve performances
[ { "change_type": "MODIFY", "diff": "@@ -56,12 +56,6 @@ const optimisations: Provider[] = [\nmulti: true,\ndeps: [TranslateService, InventoryService, LazyDataFacade]\n},\n- {\n- provide: INVENTORY_OPTIMIZER,\n- useClass: UnwantedMaterials,\n- multi: true,\n- deps: [LazyDataFacade]\n- },\n{\nprovide: INVENTOR...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
perf(inventory-optimizer): disabled Unwanted Materials optimizer to improve performances
1
perf
inventory-optimizer
217,922
11.12.2021 19:51:41
-3,600
b49efd16563b72f9eea5bc1babcc1db14dd0e090
chore(release): 9.2.5
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"9.2.5\"></a>\n+## [9.2.5](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 9.2.5
1
chore
release
551,648
11.12.2021 20:24:25
-10,800
5377b5bb80d9151b583cd1c73cb131e40d3ca307
fix(http): allow single row csv import
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ public class WaitProcessor extends SynchronizedJob implements RescheduleContext,\nthis.clock = configuration.getClock();\nthis.maxWaitCapMs = configuration.getMaxWaitCapMs();\nthis.exponentialWaitMultiplier = configuration.getExponentialWaitMultiplier();...
Java
Apache License 2.0
questdb/questdb
fix(http): allow single row csv import (#1655)
1
fix
http
317,646
11.12.2021 20:37:14
-3,600
d52f917782ea6a73cf045643deea21fa343a1fde
feat(path): agnoster left resolves
[ { "change_type": "MODIFY", "diff": "@@ -76,6 +76,7 @@ Style sets the way the path is displayed. Based on previous experience and popul\n- agnoster\n- agnoster_full\n- agnoster_short\n+- agnoster_left\n- full\n- folder\n- mixed\n@@ -84,8 +85,7 @@ Style sets the way the path is displayed. Based on previous ex...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(path): agnoster left resolves #1411
1
feat
path
667,636
11.12.2021 20:46:28
-28,800
06f4f4e98f694f8cd700a40a76e45c9a263b5ac4
feat(hippy-react): compatible for react18
[ { "change_type": "MODIFY", "diff": "@@ -100,7 +100,7 @@ class HippyReact implements HippyReact {\n// Start Render\nconst rootDocument = new Document();\n- this.rootContainer = createContainer(rootDocument, false, false);\n+ this.rootContainer = createContainer(rootDocument, 0, false);\n}\n/**\n", "new_p...
C++
Apache License 2.0
tencent/hippy
feat(hippy-react): compatible for react18
1
feat
hippy-react
217,231
11.12.2021 21:57:12
-10,800
cacd82a69855b92f18cbcba5a3dc623811ece856
refactor: array.every => array.some.
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ const { createSVGText } = require(\"./font\");\nfunction createLayoutLayers(doc, layout, previewFont, textWidthLimit) {\n/* Check for all layers names exist in doc fields */\n- if (!layout.every((layer) => doc[layer.name])) {\n+ if (layout.some((layer) => ...
JavaScript
MIT License
feature-sliced/documentation
refactor: array.every => array.some.
1
refactor
null
713,832
11.12.2021 23:52:21
-3,600
4e9a3d01c4be624bd1e4e8a9fcf45fa6f13d52db
feat: remove core-js from bundle By using babel.js core-js injects some requires that are not necessarily dependencies and fails on pnpm and yarn 2 due are strict
[ { "change_type": "MODIFY", "diff": "\"presets\": [ [\n\"@babel/env\",\n{\n- \"useBuiltIns\": \"usage\",\n- \"corejs\": {\n- \"version\": 3, \"proposals\": true\n- },\n\"targets\": {\n\"node\": 12\n}\n", "new_path": ".babelrc", "old_path": ".babelrc" }, { "change_type": "ADD", "diff": "+-...
TypeScript
MIT License
verdaccio/monorepo
feat: remove core-js from bundle By using babel.js core-js injects some requires that are not necessarily dependencies and fails on pnpm and yarn 2 due are strict
1
feat
null
269,464
12.12.2021 00:02:41
10,800
c26921886bcd0644ad3b02416d26fa0d957f3fda
feat: update cosign to v1.4.1
[ { "change_type": "MODIFY", "diff": "@@ -80,7 +80,7 @@ jobs:\n./dist/*.rpm\n./dist/*.apk\nkey: ${{ runner.os }}-go-${{ hashFiles('**/*.go') }}-${{ hashFiles('**/go.sum') }}\n- - uses: sigstore/cosign-installer@v1.3.1\n+ - uses: sigstore/cosign-installer@v1.4.1\n- name: setup-validate-krew-manifest\n# TODO: r...
Go
MIT License
goreleaser/goreleaser
feat: update cosign to v1.4.1 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
feat
null
269,464
12.12.2021 00:06:14
10,800
86a6687f9c51eb414e97461d2df98cf8018086da
fix: update cosign to v1.4.1
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ RUN apk add --no-cache bash \\\ntini\n# install cosign\n-COPY --from=gcr.io/projectsigstore/cosign:v1.3.1@sha256:3cd9b3a866579dc2e0cf2fdea547f4c9a27139276cc373165c26842bc594b8bd /ko-app/cosign /usr/local/bin/cosign\n+COPY --from=gcr.io/projectsigstore/co...
Go
MIT License
goreleaser/goreleaser
fix: update cosign to v1.4.1 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
fix
null
679,913
12.12.2021 09:56:59
-3,600
b20a92434348e6e7fe8c05f02d8178cb020918a5
feat(pixel): add 8/16/32bit support for defIndexed() add defIndexed8/16/32() update defIndexed() to decide about required bitdepth add/update docs strings
[ { "change_type": "MODIFY", "diff": "-import type { NumericArray } from \"@thi.ng/api\";\n+import type { NumericArray, UintType } from \"@thi.ng/api\";\nimport { swapLane13 } from \"@thi.ng/binary/swizzle\";\nimport { argminN } from \"@thi.ng/distance/argmin\";\nimport { assert } from \"@thi.ng/errors/assert...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(pixel): add 8/16/32bit support for defIndexed() - add defIndexed8/16/32() - update defIndexed() to decide about required bitdepth - add/update docs strings
1
feat
pixel
815,577
12.12.2021 10:38:13
-28,800
91ec844dd10ddc5bae80a6274d7f1fe483dbfb7c
chore: ignore received compact block
[ { "change_type": "MODIFY", "diff": "@@ -97,6 +97,9 @@ impl<'a> CompactBlockProcess<'a> {\nstate.may_set_best_known_header(self.peer, header_view);\nreturn StatusCode::CompactBlockAlreadyStored.with_context(block_hash);\n+ } else if status.contains(BlockStatus::BLOCK_RECEIVED) {\n+ // block already in orphan...
Rust
MIT License
nervosnetwork/ckb
chore: ignore received compact block
1
chore
null
679,913
12.12.2021 12:09:25
-3,600
f832d2fc91a645394834f5eca04efcc4e99182e0
fix(arrays): off-by-one error in shuffleRange() existing shuffle would keep some indices untouched, resulting in still perceivable ordering update tests
[ { "change_type": "MODIFY", "diff": "@@ -28,15 +28,12 @@ export const shuffleRange = <T extends AnyArray>(\nstart >= 0 && end >= start && end <= buf.length,\n`illegal range ${start}..${end}`\n);\n- let n = end - start;\n- const l = n;\n- if (l > 1) {\n- while (n-- > 0) {\n- const a = (start + rnd.float(l)) |...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(arrays): off-by-one error in shuffleRange() - existing shuffle would keep some indices untouched, resulting in still perceivable ordering - update tests
1
fix
arrays
815,577
12.12.2021 12:40:18
-28,800
a5fb2a26afaf2cb42aad50ccc97ba610904ef7f7
fix: fix block transaction process dead loop
[ { "change_type": "MODIFY", "diff": "@@ -58,8 +58,8 @@ impl<'a> BlockTransactionsProcess<'a> {\n.map(|uncle| uncle.into_view())\n.collect();\n- let missing_transactions: Vec<u32>;\n- let missing_uncles: Vec<u32>;\n+ let mut missing_transactions: Vec<u32>;\n+ let mut missing_uncles: Vec<u32>;\nlet mut collisi...
Rust
MIT License
nervosnetwork/ckb
fix: fix block transaction process dead loop
1
fix
null
217,922
12.12.2021 14:05:21
-3,600
99ecb0d6a663b4f9b55c60c78399cf36d74c005b
fix(retainers): fixed retainer ventures display
[ { "change_type": "MODIFY", "diff": "<div fxLayout=\"column\">\n<div *ngFor=\"let threshold of venture.quantities\" fxLayout=\"row\" fxLayoutAlign=\"flex-end center\"\nfxLayoutGap=\"5px\">\n- <div>{{threshold.name | translate}} {{threshold.stat}}</div>\n- <i nz-icon nzType=\"right\"></i>\n+ <div>{{threshold....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(retainers): fixed retainer ventures display
1
fix
retainers
217,922
12.12.2021 14:08:18
-3,600
84b9d2c748359b2956f4d8220d77f387fe783101
fix(retainer-ventures): fixed perception not applied properly from selected retainer
[ { "change_type": "MODIFY", "diff": "@@ -160,6 +160,7 @@ export class RetainerVenturesComponent extends TeamcraftComponent implements OnI\nreturn {\n...retainer,\ngathering: stats.find(stat => stat.id === BaseParam.GATHERING)?.value || 0,\n+ perception: stats.find(stat => stat.id === BaseParam.PERCEPTION)?.v...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(retainer-ventures): fixed perception not applied properly from selected retainer
1
fix
retainer-ventures
103,544
12.12.2021 16:39:54
-3,600
3c916b731417cd0d5b21416a76aade35be0d7c88
feat(a11y): button: add accessibility hint prop
[ { "change_type": "MODIFY", "diff": "@@ -61,6 +61,10 @@ type Props = React.ComponentProps<typeof Surface> & {\n* Accessibility label for the button. This is read by the screen reader when the user taps the button.\n*/\naccessibilityLabel?: string;\n+ /**\n+ * Accessibility hint for the button. This is read b...
TypeScript
MIT License
callstack/react-native-paper
feat(a11y): button: add accessibility hint prop (#3004)
1
feat
a11y
103,580
12.12.2021 16:50:41
-3,600
65ebc51bde527c969b27b2a0b5e000507bce86a7
fix: correct displaying text in outlined text input
[ { "change_type": "MODIFY", "diff": "@@ -507,7 +507,14 @@ const TextInputExample = () => {\ntheme={{\nroundness: 25,\n}}\n- label=\"Custom rounded input\"\n+ label=\"Outlined text input with custom roundness\"\n+ />\n+ </View>\n+ <View style={styles.inputContainerStyle}>\n+ <TextInput\n+ mode=\"outlined\"\n+...
TypeScript
MIT License
callstack/react-native-paper
fix: correct displaying text in outlined text input (#3006)
1
fix
null
815,601
12.12.2021 16:53:19
-28,800
dab607ca49c22ad5d1c49059eaf89e6e715234c1
feat: script group consistent execution order
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ use ckb_vm::machine::asm::AsmMachine;\nuse ckb_vm::TraceMachine;\nuse std::cell::RefCell;\n-use std::collections::HashMap;\n+use std::collections::{BTreeMap, HashMap};\nuse std::convert::TryFrom;\n#[cfg(test)]\n@@ -129,8 +129,8 @@ pub struct TransactionS...
Rust
MIT License
nervosnetwork/ckb
feat: script group consistent execution order
1
feat
null
217,922
12.12.2021 17:24:36
-3,600
b73799542c8614181ab5eb8b04b50ace4f4ef7f9
fix(gearsets): fixed stats computing on old gearsets still using belt
[ { "change_type": "MODIFY", "diff": "@@ -181,7 +181,9 @@ export class StatsService {\n})).pipe(\nswitchMap(statsSeed => {\nreturn safeCombineLatest(\n- Object.values(set)\n+ Object.keys(set)\n+ .filter(key => this.env.gameVersion < 6 || key !== 'belt')\n+ .map(key => set[key])\n.filter(value => value && valu...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(gearsets): fixed stats computing on old gearsets still using belt
1
fix
gearsets
217,922
12.12.2021 19:10:45
-3,600
0a1e08034e673fb56c351f8c76fdef507ea43659
feat(inventory-optimizer): new pause toggle to stop optimizers from refreshing
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ export class ClipboardDirective {\nclipboardInput: string | ((...args: any[]) => string) | ((...args: any[]) => Observable<string>);\n@Input()\n- clipboardFnArgs: any[] = [];\n+ clipboardFnArgs: any = [];\n@Input()\nclipboardSuccessMessage: string;\n", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(inventory-optimizer): new pause toggle to stop optimizers from refreshing
1
feat
inventory-optimizer
217,922
12.12.2021 19:17:52
-3,600
22e07d1365526f1d211ef37aec92e88dbf29c997
chore: small layout error fix
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,7 @@ import { observeInput } from '../../../../core/rxjs/observe-input';\nexport class ItemRowButtonsComponent extends TeamcraftComponent {\n@Input()\n- buttonsCache: { [key: string]: boolean };\n+ buttonsCache: { [key: string]: boolean } = {};\n@Input()\nfin...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small layout error fix
1
chore
null
815,601
12.12.2021 20:27:12
-28,800
9ab7e74aeb57f2cc1e706e2d1cb0a972ae09cb01
refactor: simplify suspend capture
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ use crate::ScriptError;\nuse ckb_error::Error;\nuse ckb_types::{\ncore::{Cycle, ScriptHashType},\n- packed::{Byte32, Script},\n+ packed::Script,\n};\nuse ckb_vm::{\nmachine::{VERSION0, VERSION1},\n@@ -206,10 +206,8 @@ impl fmt::Display for ScriptGroupType ...
Rust
MIT License
nervosnetwork/ckb
refactor: simplify suspend capture
1
refactor
null
667,636
12.12.2021 20:28:42
-28,800
42e16dace5de49f92a55f715b986cd953a203406
feat(hippy-react): change event capture handle
[ { "change_type": "MODIFY", "diff": "@@ -216,6 +216,14 @@ export default class ListExample extends React.Component {\n}\nreturn (\n<View style={styles.container}\n+ onClickCapture={(event) => {\n+ console.log('onClickCapture style outer', event.target.nodeId, event.currentTarget.nodeId);\n+ }}\n+ onTouchDown...
C++
Apache License 2.0
tencent/hippy
feat(hippy-react): change event capture handle
1
feat
hippy-react
679,913
12.12.2021 23:51:17
-3,600
f301256a3dcb1eebcdc2572936c156fca7f186e5
feat(math): add prime number fns add nearestPrime() add primesUntil() add tests update pkg
[ { "change_type": "MODIFY", "diff": "\"interpolation\",\n\"interval\",\n\"math\",\n+ \"prime\",\n\"quadratic\",\n\"smooth\",\n\"solver\",\n\"./prec\": {\n\"import\": \"./prec.js\"\n},\n+ \"./prime\": {\n+ \"import\": \"./prime.js\"\n+ },\n\"./ratio\": {\n\"import\": \"./ratio.js\"\n},\n", "new_path": "pa...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(math): add prime number fns - add nearestPrime() - add primesUntil() - add tests - update pkg
1
feat
math
530,307
13.12.2021 01:33:10
18,000
e58bb6a7eaeb673b8d5cfeb0c08713daebb184bd
chore: `bundledDeps` docstring incorrectly mentions `peerDependencies` Super minor, but I noticed it the other day and it seems worth fixing in case someone gets confused. Luckily, `addBundledDeps` was already correct. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
[ { "change_type": "MODIFY", "diff": "@@ -87,7 +87,7 @@ export interface NodePackageOptions {\n/**\n* List of dependencies to bundle into this module. These modules will be\n- * added both to the `dependencies` section and `peerDependencies` section of\n+ * added both to the `dependencies` section and `bundle...
TypeScript
Apache License 2.0
projen/projen
chore: `bundledDeps` docstring incorrectly mentions `peerDependencies` (#1324) Super minor, but I noticed it the other day and it seems worth fixing in case someone gets confused. Luckily, `addBundledDeps` was already correct. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1
chore
null
841,473
13.12.2021 05:18:48
-28,800
d3ffc6719b46c18ec47c4cc054f09a9ed950391f
perf(es/compat): Migrate class helper to `VisitMut`
[ { "change_type": "MODIFY", "diff": "/// Not intended for public use.\n#[macro_export]\n-macro_rules! fold_only_key {\n- () => {\n- fn fold_class_member(&mut self, m: ClassMember) -> ClassMember {\n- match m {\n- ClassMember::Method(m) => ClassMember::Method(ClassMethod {\n- key: m.key.fold_with(self),\n- .....
Rust
Apache License 2.0
swc-project/swc
perf(es/compat): Migrate class helper to `VisitMut` (#3020)
1
perf
es/compat
841,390
13.12.2021 05:42:19
-32,400
b4c210d1d928d21abd8fc3ed46005460f77fd183
fix(es/parser): Allow trailing comma in dynamic imports if import assertion is enabled
[ { "change_type": "MODIFY", "diff": "@@ -602,7 +602,7 @@ impl<'a, I: Tokens> Parser<I> {\nexpect!(p, ',');\n// Handle trailing comma.\nif is!(p, ')') {\n- if is_dynamic_import {\n+ if is_dynamic_import && !p.input.syntax().import_assertions() {\nsyntax_error!(\np,\nspan!(p, start),\n", "new_path": "crate...
Rust
Apache License 2.0
swc-project/swc
fix(es/parser): Allow trailing comma in dynamic imports if import assertion is enabled (#3018)
1
fix
es/parser
841,421
13.12.2021 09:21:22
-32,400
c415487bb91f466948c2279030f3643049ad395a
fix(es/codegen): Fix sourcemap bug related to multi-line comments swc_ecma_codegen: - Compute line starts in multi-line comments.
[ { "change_type": "MODIFY", "diff": "@@ -184,6 +184,13 @@ impl<'a, W: Write> WriteJs for JsWriter<'a, W> {\nfn write_comment(&mut self, span: Span, s: &str) -> Result {\nself.write(Some(span), s)?;\n+ {\n+ let line_start_of_s = compute_line_starts(s);\n+ if line_start_of_s.len() > 1 {\n+ self.line_count = se...
Rust
Apache License 2.0
swc-project/swc
fix(es/codegen): Fix sourcemap bug related to multi-line comments (#3023) swc_ecma_codegen: - Compute line starts in multi-line comments.
1
fix
es/codegen
679,913
13.12.2021 10:18:29
-3,600
537b17ae61d1f115a9b234a2b9e97b31bec18005
fix(grid-iterators): off-by-one error in lineClipped() update right/bottom clip coords
[ { "change_type": "MODIFY", "diff": "@@ -48,6 +48,6 @@ export const lineClipped = (\nright: number,\nbottom: number\n) => {\n- const res = liangBarsky(x1, y1, x2, y2, left, top, right, bottom);\n+ const res = liangBarsky(x1, y1, x2, y2, left, top, right - 1, bottom - 1);\nreturn res ? line(res[0], res[1], re...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(grid-iterators): off-by-one error in lineClipped() - update right/bottom clip coords
1
fix
grid-iterators
802,854
13.12.2021 10:28:05
10,800
e710ea15092093ffd7487d8295d5b0688c7387ed
fix(typography): change percent to em on letter-spacing
[ { "change_type": "MODIFY", "diff": "--font-weight-bold: 900;\n--title-giant: 700 52px/68px var(--font-family);\n- --title-giant-letter: 25%;\n+ --title-giant-letter: 0.025em;\n--title-display: 700 46px/60px var(--font-family);\n- --title-display-letter: 25%;\n+ --title-display-letter: 0.025em;\n--title-head...
TypeScript
Apache License 2.0
juntossomosmais/venice
fix(typography): change percent to em on letter-spacing
1
fix
typography
667,713
13.12.2021 10:37:15
-28,800
d5fbd9993acc3287a3bf2361e9ef056aaa9605e7
fix(android): add callback for save dom node exception
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,7 @@ import com.tencent.mtt.hippy.adapter.storage.HippyStorageAdapter;\nimport com.tencent.mtt.hippy.bridge.HippyCoreAPI;\nimport com.tencent.mtt.hippy.bridge.bundleloader.HippyBundleLoader;\nimport com.tencent.mtt.hippy.bridge.libraryloader.LibraryLoader;\n+...
C++
Apache License 2.0
tencent/hippy
fix(android): add callback for save dom node exception
1
fix
android
756,039
13.12.2021 10:39:25
28,800
c749af86232029c0abc8b031366251a05e482930
fix(treasury): use liquidationMargin for maxDebt calculation
[ { "change_type": "MODIFY", "diff": "@@ -100,7 +100,10 @@ export function makeVaultKit(\n);\n// floorDivide because we want the debt ceiling lower\n- return floorDivideBy(getAmountOut(quoteAmount), manager.getInitialMargin());\n+ return floorDivideBy(\n+ getAmountOut(quoteAmount),\n+ manager.getLiquidationMa...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(treasury): use liquidationMargin for maxDebt calculation (#4163)
1
fix
treasury
141,516
13.12.2021 10:40:32
-39,600
90d7d7388737f2ea80307620f0fbbe3a8725c865
fix: add fallback for aspect ratio styles in safari 14
[ { "change_type": "MODIFY", "diff": ".landscape {\naspect-ratio: 4/3;\n+\n+ @supports not (aspect-ratio: auto) {\n+ &::before {\n+ float: left;\n+ padding-top: 75%;\n+ content: \"\";\n+ }\n+\n+ &::after {\n+ display: block;\n+ content: \"\";\n+ clear: both;\n+ }\n+ }\n}\n.portrait {\naspect-ratio: 3/4;\n+\n+...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: add fallback for aspect ratio styles in safari 14 (#2356)
1
fix
null
71,394
13.12.2021 10:56:28
25,200
93fafc5c93f0a8a0a05f4c261df3918256f71e5e
feat(aws-s3): add support for BucketOwnerEnforced to S3 ObjectOwnershipType closes *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -417,7 +417,7 @@ bucket.virtualHostedUrlForObject('objectname', { regional: false }); // Virtual\n## Object Ownership\n-You can use the two following properties to specify the bucket [object Ownership].\n+You can use one of following properties to specify the bucket [o...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(aws-s3): add support for BucketOwnerEnforced to S3 ObjectOwnershipType (#17961) closes #17926 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
aws-s3
679,913
13.12.2021 10:59:04
-3,600
e6a4c198aa1c1b20a9469e9da00d2b06400c1b0c
chore(examples): remove plausible scripts
[ { "change_type": "MODIFY", "diff": "width: 5rem;\ntext-align: center;\n}\n- </style><script async defer data-domain=\"demo.thi.ng\" src=\"https://plausible.io/js/plausible.js\"></script></head>\n-\n+ </style>\n+</head>\n<body>\n<p>This example demonstrates the use of @thi.ng/interceptors' event bus and inte...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore(examples): remove plausible scripts
1
chore
examples
777,374
13.12.2021 11:06:06
28,800
43ccbeab22520babf4f47725c97f3345c0af2ad6
fix: improve CPU core count parsing on agents with CPU slots.
[ { "change_type": "MODIFY", "diff": "@@ -67,8 +67,22 @@ func detectCPUs() ([]device.Device, error) {\ncase len(cpuInfo) == 0:\nreturn nil, errors.New(\"no CPUs detected\")\ndefault:\n- brand := fmt.Sprintf(\"%s x %d physical cores\", cpuInfo[0].ModelName, cpuInfo[0].Cores)\n+ // Use uuid from the first `cpui...
Python
Apache License 2.0
determined-ai/determined
fix: improve CPU core count parsing on agents with CPU slots. (#3304)
1
fix
null
73,317
13.12.2021 11:25:16
-3,600
7d84dd18c53b55e99c1ffb5c5590e5e0e5dab5d1
chore: move away from mergify commit_message
[ { "change_type": "MODIFY", "diff": "@@ -82,7 +82,10 @@ pull_request_rules:\nqueue:\nname: default\nmethod: squash\n- commit_message: title+body\n+ commit_message_template: |-\n+ {{ title }} (#{{ number }})\n+\n+ {{ body }}\ncomment:\nmessage: Merging (with squash)...\nconditions:\n@@ -130,7 +133,10 @@ pull_...
TypeScript
Apache License 2.0
aws/jsii
chore: move away from mergify commit_message (#3249)
1
chore
null
4,988
13.12.2021 11:31:49
-3,600
8ea065718aca577dd58619a25d9deb67aaa9583b
docs: demo test information
[ { "change_type": "ADD", "diff": "+\n+# Native browser\n+\n+The package illustrates the native integration of the CSV packages in a browser environnment.\n+\n+## Testing\n+\n+There are no test for this package. The only way is to start the server and navigate the pages. We could use headless browser tests.\n...
JavaScript
MIT License
adaltas/node-csv
docs: demo test information
1
docs
null
897,061
13.12.2021 11:32:33
-32,400
bd2def4340b9d8427487f9b969beb9a49dad6470
docs(rest-api-client): fix typo `fliterCond` -> `filterCond`
[ { "change_type": "MODIFY", "diff": "@@ -224,7 +224,7 @@ Adds fields to a form of an app.\n| properties.{fieldCode}.referenceTable.condition | Object | Conditionally<br />Required | An object containing data of the \"Fetch Criteria\" setting.<br />Required, if the `referenceTable` parameter is specified. |\n...
TypeScript
MIT License
kintone/js-sdk
docs(rest-api-client): fix typo `fliterCond` -> `filterCond` (#1251)
1
docs
rest-api-client
841,421
13.12.2021 11:39:17
-32,400
7236a2213e0ca260cbe9ff44ae909a3ceeeb3c4f
refactor(es/parser): Make some verification logic optional swc_ecma_parser: - Make dependency on `swc_ecma_visit` optional.
[ { "change_type": "MODIFY", "diff": "@@ -249,6 +249,11 @@ jobs:\njest -v && mocha --version\ncargo test --color always -p ${{ matrix.crate }}\n+ - name: Run cargo test (swc_ecma_parser)\n+ if: matrix.crate == 'swc_ecma_parser'\n+ run: |\n+ cargo test --color always -p swc_ecma_parser --features verify\n+\n- ...
Rust
Apache License 2.0
swc-project/swc
refactor(es/parser): Make some verification logic optional (#3024) swc_ecma_parser: - Make dependency on `swc_ecma_visit` optional.
1
refactor
es/parser
317,646
13.12.2021 12:15:04
-3,600
b8e8eddd01b6a02ed4846c36747dc5b4f9eef5ee
fix: remove map cache
[ { "change_type": "MODIFY", "diff": "@@ -9,21 +9,16 @@ import (\n\"github.com/Masterminds/sprig/v3\"\n)\n-var funcMapCache map[string]interface{}\n-\nfunc funcMap() template.FuncMap {\n- if funcMapCache != nil {\n- return template.FuncMap(funcMapCache)\n- }\n- funcMapCache = map[string]interface{}{\n+ funcMa...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: remove map cache
1
fix
null
777,396
13.12.2021 12:36:16
25,200
997dd8fb35ec20cd7aaaf42332471541bc17d804
fix: preview search
[ { "change_type": "MODIFY", "diff": "@@ -373,7 +373,7 @@ func (a *apiServer) PreviewHPSearch(\ncase expconf.Records:\nreturn []*experimentv1.RunnableOperation{\n{\n- Type: experimentv1.RunnableType_RUNNABLE_TYPE_VALIDATE,\n+ Type: experimentv1.RunnableType_RUNNABLE_TYPE_TRAIN,\nLength: &experimentv1.Training...
Python
Apache License 2.0
determined-ai/determined
fix: preview search (#3309)
1
fix
null
667,635
13.12.2021 12:39:23
-28,800
132e1cb7a8ce3dc6e09338cbdda4ef177d57827e
fix(ios): revert scroll animation fix for ios15
[ { "change_type": "MODIFY", "diff": "return;\n}\n_targetOffset = contentOffset;\n-\n- /**\n- * A protential bug\n- * It seems that adding subviews onto UIScrollView or changing property\n- * may cause UIScrollView to stop performing 'setContentOffset' animation in ios 15\n- * still figure out why\n- * so we ...
C++
Apache License 2.0
tencent/hippy
fix(ios): revert scroll animation fix for ios15
1
fix
ios
317,842
13.12.2021 12:45:05
-3,600
fe3bab8e8a2b2448827c3b703b1396cf76355fde
fix(yaml): try int parsing before fallback json and yaml returns 2 different types float64 vs int
[ { "change_type": "MODIFY", "diff": "@@ -89,12 +89,17 @@ func (p properties) getFloat64(property Property, defaultValue float64) float64\nreturn defaultValue\n}\n- floatValue, ok := val.(float64)\n+ if floatValue, ok := val.(float64); ok {\n+ return floatValue\n+ }\n+\n+ // config parser parses an int\n+ int...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(yaml): try int parsing before fallback json and yaml returns 2 different types float64 vs int
1
fix
yaml
667,635
13.12.2021 12:57:32
-28,800
9c670a9aa7b52483cde75614582a6ef5aec1efe7
fix(ios): check image url length before use it
[ { "change_type": "MODIFY", "diff": "@@ -91,6 +91,7 @@ HIPPY_EXPORT_VIEW_PROPERTY(onDetachedFromWindow, HippyDirectEventBlock)\nHIPPY_CUSTOM_VIEW_PROPERTY(backgroundImage, NSString, HippyView) {\nif (json) {\nNSString *backgroundImage = [HippyConvert NSString:json];\n+ if ([backgroundImage length] > 0) {\nif...
C++
Apache License 2.0
tencent/hippy
fix(ios): check image url length before use it
1
fix
ios
530,302
13.12.2021 13:05:39
-3,600
d3285a7033dcd473f3b0fd3bcd606a285dc51ce2
chore: stop using mergify's commit_message The `commit_message` option is deprecated and replaced by `commit_message_template`.
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,10 @@ pull_request_rules:\nactions:\nmerge:\nmethod: squash\n- commit_message: title+body\n+ commit_message_template: |-\n+ {{ title }} (#{{ number }})\n+\n+ {{ body }}\nstrict: smart\nstrict_method: merge\ndelete_head_branch: {}\n", "new_path": ".mergify.y...
TypeScript
Apache License 2.0
projen/projen
chore: stop using mergify's commit_message (#1328) The `commit_message` option is deprecated and replaced by `commit_message_template`.
1
chore
null
866,394
13.12.2021 13:26:23
18,000
eb7ccc2be4471369973a3b0a2b8d5eceb2e904b9
chore(release): bump to v1.20.0
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"carbon-web-components\",\n- \"version\": \"1.19.0\",\n+ \"version\": \"1.20.0\",\n\"license\": \"Apache-2.0\",\n\"repository\": \"https://github.com/carbon-design-system/carbon-web-components\",\n\"bugs\": \"https://github.com/carbon-design-system/carbon-we...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(release): bump to v1.20.0 (#909)
1
chore
release