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
902,122
03.01.2022 15:40:55
-3,600
d5ef2d50041e99e6a4d951eab249bbed157955d4
chore(release): v9.3.2
[ { "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.2](https://github.com/microlinkhq/browserless/compare/v9.3.1...v9.3.2) (2022-01-03)\n+\n+**Note:** Version bu...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.3.2
1
chore
release
865,916
03.01.2022 15:41:28
-3,600
047147bc5f4491ecb34b85dfaa45c8fb7f662ece
fix(client): adjust order of status bar items
[ { "change_type": "MODIFY", "diff": "@@ -61,7 +61,7 @@ export function Linting(props) {\n});\n};\n- return <Fill slot=\"status-bar__file\" group=\"2_linting\">\n+ return <Fill slot=\"status-bar__file\" group=\"9_linting\">\n<button\nclassName={ classnames(css.Linting, 'btn', { 'btn--active': panel.open && pa...
JavaScript
MIT License
camunda/camunda-modeler
fix(client): adjust order of status bar items
1
fix
client
865,916
03.01.2022 15:54:05
-3,600
c343270fae2dce8f893806bcc95c7a829bdd4014
fix(client): adjust linting status bar item styles
[ { "change_type": "MODIFY", "diff": "@@ -63,11 +63,17 @@ export function Linting(props) {\nreturn <Fill slot=\"status-bar__file\" group=\"9_linting\">\n<button\n- className={ classnames(css.Linting, 'btn', { 'btn--active': panel.open && panel.tab === 'linting' }) }\n+ className={ classnames(\n+ css.Linting,\...
JavaScript
MIT License
camunda/camunda-modeler
fix(client): adjust linting status bar item styles
1
fix
client
780,866
03.01.2022 16:27:57
10,800
ffe7a27a0d0ef5a5ce166c66062002c56d9f3068
fix(deps): update to v1.25.0
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@ecomplus/client\": \"^2.2.1\",\n- \"@ecomplus/i18n\": \"^1.24.0\",\n+ \"@ecomplus/i18n\": \"^1.25.0\",\n\"@ecomplus/passport-client\": \"^1.1.1\",\n\"@ecomplus/shopping-cart\": \"^2.5.5\",\n\"@ecomplus/storefront-components\": \"^1.0.0-beta.110...
JavaScript
MIT License
ecomplus/storefront
fix(deps): update @ecomplus/i18n to v1.25.0
1
fix
deps
104,828
03.01.2022 16:45:22
-3,600
0df62dd71c6d384feabd2d11c80477e8b2b6d681
test(statefultable): add test for page size change
[ { "change_type": "MODIFY", "diff": "@@ -106,6 +106,40 @@ describe('table reducer', () => {\nconst updatedState = tableReducer(initialState, tablePageChange({ page: 65, pageSize: 10 }));\nexpect(updatedState.view.pagination.page).toEqual(1);\n});\n+ it('TABLE_PAGE_CHANGE pageSize change resets page', () => {...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(statefultable): add test for page size change
1
test
statefultable
438,921
03.01.2022 17:12:00
-32,400
d3d2e05551e443e85f90d083c70579f4a58e3ebe
fix(event): fix touch event handling on arc Add missing event value set to state Fix
[ { "change_type": "MODIFY", "diff": "@@ -795,6 +795,8 @@ export default {\nreturn;\n}\n+ state.event = event;\n+\nconst eventArc = getEventArc(event);\nconst datum: any = eventArc.datum();\nconst updated = (datum?.data && datum.data.id) ? $$.updateAngle(datum) : null;\n", "new_path": "src/ChartInternal/s...
TypeScript
MIT License
naver/billboard.js
fix(event): fix touch event handling on arc Add missing event value set to state Fix #2477
1
fix
event
679,913
03.01.2022 17:29:07
-3,600
01d93dc231148cf30fadad041e1ca7c726948e5a
feat(color): update ChannelSpec and hue-based modes add `hue` flag for channel spec update `.clamp()` impl to wrap hue in [0..1] interval add/update LCH conversion paths
[ { "change_type": "MODIFY", "diff": "@@ -64,9 +64,16 @@ export interface IColor {\nexport interface ChannelSpec {\n/**\n* Acceptable value range for this channel. Used by {@link TypedColor.clamp}.\n+ *\n* @defaultValue [0,1]\n*/\nrange?: Range;\n+ /**\n+ * If true, this channel is used to store normalized hu...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(color): update ChannelSpec and hue-based modes - add `hue` flag for channel spec - update `.clamp()` impl to wrap hue in [0..1] interval - add/update LCH conversion paths
1
feat
color
902,119
03.01.2022 17:37:04
-3,600
0d5462050b015ff7f3fbeb372901634a729a866e
fix: change `browserless.close()` to `browserlessFactory.close()` on README example
[ { "change_type": "MODIFY", "diff": "@@ -62,7 +62,7 @@ console.log(termImg(buffer))\nawait browserless.destroyContext()\n// At the end, gracefully shutdown the browser process\n-await browserless.close()\n+await browserlessFactory.close()\n```\nAs you can see, **browserless** is implemented using a single br...
JavaScript
MIT License
microlinkhq/browserless
fix: change `browserless.close()` to `browserlessFactory.close()` on README example (#343)
1
fix
null
317,646
03.01.2022 17:38:07
-3,600
d59ab5e4e0572aa72a429d3c0fbd6986d6050ad9
docs: add template api function
[ { "change_type": "MODIFY", "diff": "@@ -43,5 +43,5 @@ jobs:\n###### Repository/Build Configurations - These values can be configured to match your app requirements. ######\n# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig\napp_location: ...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: add template api function
1
docs
null
71,549
03.01.2022 17:43:57
-3,600
3d478ca64c6aae730fdd024c55f3a560dd4696fa
fix(cli): cannot use CA bundle and proxy at the same time fixes This is reworked solution I proposed 30.11.2021 in PR on current master. *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": "@@ -23,6 +23,7 @@ coverage/\n*.sw[a-z]\n*~\n.idea\n+*.iml\njunit.xml\n# We don't want tsconfig at the root\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "MODIFY", "diff": "-import * as https from 'https';\nimport * as os fr...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(cli): cannot use CA bundle and proxy at the same time (#17990) fixes #5804 This is reworked solution I proposed 30.11.2021 in PR #16704 on current master. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
cli
679,913
03.01.2022 17:46:15
-3,600
33cb4a10cecccfbf41786e5568fc9faae612af27
feat(color): add/update color ops add `invert()`, `isRgbGamut()`, `lighten()`, `rotate()` ops add `tint()`, `tone()`, `shade()` ops update impls for `isBlack/Gray/White()` add/re-use internal multimethod dispatch fns
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ import type { IRandom } from \"@thi.ng/random\";\nimport { SYSTEM } from \"@thi.ng/random/system\";\nimport { setC4 } from \"@thi.ng/vectors/setc\";\nimport type { Color, ReadonlyColor, TypedColor } from \"./api.js\";\n+import { __dispatch1 } from \"./inte...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(color): add/update color ops - add `invert()`, `isRgbGamut()`, `lighten()`, `rotate()` ops - add `tint()`, `tone()`, `shade()` ops - update impls for `isBlack/Gray/White()` - add/re-use internal multimethod dispatch fns
1
feat
color
679,913
03.01.2022 17:49:04
-3,600
ab4e67a9364525b86592af41714aa11a2a9d1643
feat(color): add max chroma LCH fns
[ { "change_type": "ADD", "diff": "+import { clamp01 } from \"@thi.ng/math/interval\";\n+import { mix, mixBilinear } from \"@thi.ng/math/mix\";\n+import { fract } from \"@thi.ng/math/prec\";\n+import { lch } from \"./lch/lch.js\";\n+\n+const MAX_CHROMA = [\n+ [\n+ 4, 22, 30, 34, 38, 43, 47, 52, 56, 61, 66, 70...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(color): add max chroma LCH fns
1
feat
color
67,516
03.01.2022 17:52:20
-3,600
accd2cf78623da9286a89d5ad915269c04d46841
docs(bindable): post-review changes
[ { "change_type": "MODIFY", "diff": "@@ -40,11 +40,11 @@ You can also bind values without the `.bind` part, as can be seen the following\n<loader loading=\"true\"></loader>\n```\n-However, there is a subtle difference. In this case, Aurelia consider the attribute value as a string. Thus, instead of a boolean...
TypeScript
MIT License
aurelia/aurelia
docs(bindable): post-review changes
1
docs
bindable
306,320
03.01.2022 17:54:20
0
9c46e7bb6ea2757b725c0db0cc09c79f9934374e
fix: detect more error messages for requiring terraform init
[ { "change_type": "MODIFY", "diff": "@@ -310,7 +310,9 @@ func (p *DirProvider) runPlan(opts *CmdOptions, spinner *ui.Spinner, initOnFail\nstrings.Contains(extractedErr, \"Error: Backend initialization required\") ||\nstrings.Contains(extractedErr, \"Error: Provider requirements cannot be satisfied by locked ...
Go
Apache License 2.0
infracost/infracost
fix: detect more error messages for requiring terraform init (#1237)
1
fix
null
679,913
03.01.2022 18:00:47
-3,600
91d760fb6be94c22db933cf62c04377b4e277daf
feat(color): add variations() generator
[ { "change_type": "ADD", "diff": "+import type { IRandom } from \"@thi.ng/random\";\n+import { pickRandom } from \"@thi.ng/random/pick-random\";\n+import { SYSTEM } from \"@thi.ng/random/system\";\n+import { weightedRandom } from \"@thi.ng/random/weighted-random\";\n+import { analog } from \"./analog.js\";\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(color): add variations() generator
1
feat
color
679,913
03.01.2022 18:03:20
-3,600
22057e50ae522c0dc5bc081c3216ded23f643cb9
feat(color): add color theme strategies add strategy fns: - `complementaryStrategy()` - `splitComplementaryStrategy()` - `monochromeStrategy()` - `triadicStrategy()` - `tetradicStrategy()` - `squareStrategy()`
[ { "change_type": "ADD", "diff": "+import { clamp, clamp01 } from \"@thi.ng/math/interval\";\n+import { lch, LCH } from \"./lch/lch.js\";\n+import { rotate } from \"./rotate.js\";\n+\n+const DELTA_L = 0.1;\n+const DELTA_C = -0.1;\n+\n+const $ = (src: LCH, l = DELTA_L, c = DELTA_C) => {\n+ src.l = clamp01(src...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(color): add color theme strategies - add strategy fns: - `complementaryStrategy()` - `splitComplementaryStrategy()` - `monochromeStrategy()` - `triadicStrategy()` - `tetradicStrategy()` - `squareStrategy()`
1
feat
color
679,913
03.01.2022 18:15:40
-3,600
00fdc3191ccf34649b14fe802c05d4c3039292a4
refactor(color): rename color matrix fns BREAKING CHANGE: rename color matrix fns add `Mat` suffix, e.g. `grayscale()` => `grayscaleMat()`
[ { "change_type": "MODIFY", "diff": "@@ -63,7 +63,7 @@ export const IDENTITY: ColorMatrix = [\n* @param src - source color\n*/\n// prettier-ignore\n-export const subtract = (src: ReadonlyColor = WHITE): ColorMatrix => [\n+export const subtractMat = (src: ReadonlyColor = WHITE): ColorMatrix => [\n-1, 0, 0, 0,...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(color): rename color matrix fns BREAKING CHANGE: rename color matrix fns - add `Mat` suffix, e.g. `grayscale()` => `grayscaleMat()`
1
refactor
color
679,913
03.01.2022 18:16:48
-3,600
669e328669af14e7352635485874164f1509689b
build(color): update pkg exports
[ { "change_type": "MODIFY", "diff": "\"./is-black\": {\n\"import\": \"./is-black.js\"\n},\n+ \"./is-gamut\": {\n+ \"import\": \"./is-gamut.js\"\n+ },\n\"./is-gray\": {\n\"import\": \"./is-gray.js\"\n},\n\"./lch/lch\": {\n\"import\": \"./lch/lch.js\"\n},\n+ \"./lighten\": {\n+ \"import\": \"./lighten.js\"\n+ ...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(color): update pkg exports
1
build
color
679,913
03.01.2022 18:22:25
-3,600
b7f9df1c76772401ebd80bc0f012496586ce82d3
feat(vectors): add select() fn
[ { "change_type": "MODIFY", "diff": "\"./safe-div\": {\n\"import\": \"./safe-div.js\"\n},\n+ \"./select\": {\n+ \"import\": \"./select.js\"\n+ },\n\"./set\": {\n\"import\": \"./set.js\"\n},\n", "new_path": "packages/vectors/package.json", "old_path": "packages/vectors/package.json" }, { "chan...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add select() fn
1
feat
vectors
841,421
03.01.2022 18:24:29
-32,400
1dfc2ee1054d20b0d04699ebef3ab09b2f6fc4f8
fix(node-swc): Recover from ldd not found
[ { "change_type": "MODIFY", "diff": "@@ -9,10 +9,6 @@ export class ExternalObject<T> {\n[K: symbol]: T\n}\n}\n-export interface TransformOutput {\n- code: string\n- map?: string | undefined | null\n-}\nexport function bundle(confItems: Buffer, signal?: AbortSignal | undefined | null): Promise<{ [index: strin...
Rust
Apache License 2.0
swc-project/swc
fix(node-swc): Recover from ldd not found
1
fix
node-swc
306,905
03.01.2022 18:33:57
-3,600
ffac7fe5b8df8c67cda83cff60ffc441bddf06c7
feat(elements): add global configuration
[ { "change_type": "MODIFY", "diff": "-import { NgZone } from '@angular/core';\n+import { NgZone, InjectionToken } from '@angular/core';\nimport {\napplyPolyfills,\ndefineCustomElements,\n} from '@inovex.de/elements/dist/loader';\nimport { raf } from './utils';\n+import { InoElementsWindow, InoElementsConfig ...
TypeScript
MIT License
inovex/elements
feat(elements): add global configuration (#460)
1
feat
elements
104,828
03.01.2022 18:37:08
-3,600
81477b02ba0103984d4d3ab0a1829b1fe2a23d92
fix(list): improve proptypes definition
[ { "change_type": "MODIFY", "diff": "@@ -57,15 +57,7 @@ const yankees = {\n| overrides.header.props | object, function | | |\n| overrides.header.component | element | | |\n| indeterminateIds | arrayOf(string) | [] | ids of selectable rows with indeterminate selection state |\n-| items | arrayOf(object) | [] ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(list): improve proptypes definition
1
fix
list
841,503
03.01.2022 19:31:49
-28,800
db51ce44614e3661c9c25c562d39b7581e521850
fix(es/minifier): Fix comparison of objects, numbers and strings
[ { "change_type": "MODIFY", "diff": "-var ANY, ANY1, obj, M, _typeof = function(obj1) {\n- return obj1 && \"undefined\" != typeof Symbol && obj1.constructor === Symbol ? \"symbol\" : typeof obj1;\n+var ANY, ANY1, obj, M, _typeof = function(obj2) {\n+ return obj2 && \"undefined\" != typeof Symbol && obj2.cons...
Rust
Apache License 2.0
swc-project/swc
fix(es/minifier): Fix comparison of objects, numbers and strings (#3172)
1
fix
es/minifier
756,039
03.01.2022 19:45:41
28,800
697fc382d5b0f79ab66987cc13ee62432a2c0a77
feat(web-components): add petimage component
[ { "change_type": "ADD", "diff": "+import { AgoricPetimage } from './src/AgoricPetimage.js';\n+\n+window.customElements.define('agoric-petimage', AgoricPetimage);\n", "new_path": "packages/web-components/agoric-petimage.js", "old_path": null }, { "change_type": "ADD", "diff": "+import { h...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(web-components): add petimage component
1
feat
web-components
217,922
03.01.2022 20:14:30
-3,600
d440ed8f15888e9a6e629aa73eaa28808ff37c48
fix(lists): fixed amount input sometimes acting weird
[ { "change_type": "MODIFY", "diff": "</ng-template>\n</button>\n</span>\n- <nz-input-number #input (keypress.enter)=\"itemDoneChanged(input.ngModel, item)\"\n- (ngModelChange)=\"itemDoneChanged($event, item)\" [disabled]=\"permissionLevel < 20\"\n+ <nz-input-number #input (keypress.enter)=\"itemDoneChange$.n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(lists): fixed amount input sometimes acting weird
1
fix
lists
815,585
03.01.2022 20:18:25
-28,800
ba510e2e50a35e3758dcd4b5d06e72089b989bb8
ci: fix sync mainnet failed
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ jobs:\n- name: Start\ntimeout-minutes: 1200\nenv:\n- JOB_ID: \"sync-mainnet-${{ github.repository }}-${{ github.ref_name }}-${{ steps.date.outputs.date }}-in-10h\"\n+ JOB_ID: \"sync-mainnet-${{ github.repository_owner }}-${{ github.ref_name }}-${{ steps....
Rust
MIT License
nervosnetwork/ckb
ci: fix sync mainnet failed
1
ci
null
841,421
03.01.2022 20:36:16
-32,400
fece2aae5566a2aa2ba0b0471d436e96c5cc8062
chore: Publish v1.2.126
[ { "change_type": "MODIFY", "diff": "@@ -3802,7 +3802,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.125\"\n+version = \"1.2.126\"\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.126
1
chore
null
217,922
03.01.2022 20:40:47
-3,600
5a01878e3e61df2fbbdef0b858a3a607a9d46e03
fix(simulator): fixed large notification showing up on macro copy
[ { "change_type": "MODIFY", "diff": "<div class=\"macro\">\n<div *ngFor=\"let macroFragment of macro; index as i\">\n<pre class=\"macro-fragment\">\n- <button [clipboard]=\"getText(macroFragment)\" class=\"copy-macro\" nz-button nzShape=\"circle\"\n+ <button [clipboard]=\"getText(macroFragment)\" [clipboardS...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed large notification showing up on macro copy
1
fix
simulator
780,866
03.01.2022 21:00:13
0
bf04dabafc18d7cea59f40a2bdcf72c32890d4eb
chore(vscode): disable autosave and css validate keep scss validate only to prevent errors on css-in-ejs
[ { "change_type": "MODIFY", "diff": "\"editor.tabSize\": 2,\n\"files.eol\": \"\\n\",\n\"files.insertFinalNewline\": true,\n+ \"files.autoSave\": \"off\",\n\"files.autoSaveDelay\": 5000,\n\"standard.run\": \"onSave\",\n\"yaml.schemas\": {\n},\n\"files.associations\": {\n\"**/html/*.html\": \"vue-html\"\n- }\n...
JavaScript
MIT License
ecomplus/storefront
chore(vscode): disable autosave and css validate keep scss validate only to prevent errors on css-in-ejs
1
chore
vscode
104,828
03.01.2022 21:49:47
-3,600
28314f208781a91a1060f1a37949582598adb389
fix(list): indeterminate selection in story
[ { "change_type": "MODIFY", "diff": "@@ -561,7 +561,7 @@ export const WithCheckboxMultiSelectionAndHierarchy = () => {\nbuttons={[headerButton]}\niconPosition=\"left\"\nitems={nestedItems}\n- selectedIds={selectedIds}\n+ selectedIds={selectedIds.filter((id) => !indeterminateIds.includes(id))}\nexpandedIds={e...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(list): indeterminate selection in story
1
fix
list
780,866
03.01.2022 22:02:09
10,800
b4595c2cb515dde2d3e67a61cb03967795c81858
build(template/pkg): add `PKG_BASE_DIR` to `pack` script [skip ci]
[ { "change_type": "MODIFY", "diff": "\"storefront-tmpl-pack\": \"./scripts/pack.js\"\n},\n\"scripts\": {\n- \"pack\": \"cross-env STOREFRONT_TEMPLATE=$INIT_CWD node ./scripts/pack.js\",\n+ \"pack\": \"cross-env STOREFRONT_TEMPLATE=$INIT_CWD PKG_BASE_DIR=@ecomplus/storefront-template/ node ./scripts/pack.js\"...
JavaScript
MIT License
ecomplus/storefront
build(template/pkg): add `PKG_BASE_DIR` to `pack` script https://github.com/ecomplus/storefront-starter-views/commit/dbe79377f08b62ab1918da5c2ae0a2889fd2e9e6 [skip ci]
1
build
template/pkg
447,446
03.01.2022 22:17:18
18,000
96e89523450e5db7af9fa3fa4296b34f76493776
fix: add `id` prop to Card component
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport { shallow } from 'enzyme';\nimport Card from '../index';\n+import StyledContainer from '../styled/container';\ndescribe('<Card/>', () => {\nit('should set to true the isTrue prop in RenderIf', () => {\n@@ -36,4 +37,8 @@ describe('<Card/>...
JavaScript
MIT License
nexxtway/react-rainbow
fix: add `id` prop to Card component (#2350)
1
fix
null
447,446
03.01.2022 23:05:50
18,000
59d39dfee739f7888d98d3b7f6ca1d773f6089d6
fix: fix inline code styles on list item
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,7 @@ export const StyledParagraph = attachThemeAttrs(styled.p)`\ndisplay: inline-block;\nmargin-bottom: -4px;\npadding: 0 0.3rem;\n- line-height: 1.2;\n+ line-height: 1.3;\nfont-size: 1rem;\n}\n`;\n@@ -250,6 +250,14 @@ export const StyledListItem = attachThem...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix inline code styles on list item (#2349) Co-authored-by: Tahimi <tahimileon@gmail.com>
1
fix
null
841,509
03.01.2022 23:10:39
28,800
b61c49fe39acf28e09888e7b2163c7be5cceff4b
refactor(plugin/runner): Avoid redundant filesystem reads
[ { "change_type": "MODIFY", "diff": "@@ -14,59 +14,14 @@ use swc_ecma_visit::{noop_fold_type, Fold};\n#[serde(deny_unknown_fields, rename_all = \"camelCase\")]\npub struct PluginConfig(String, serde_json::Value);\n-struct PluginBinary(String, Vec<u8>, String);\n-\npub fn plugins(config: crate::config::JscExp...
Rust
Apache License 2.0
swc-project/swc
refactor(plugin/runner): Avoid redundant filesystem reads (#3186)
1
refactor
plugin/runner
603,467
03.01.2022 23:25:46
0
c5e3ecb757b7e4f9a5ff9e3ecd0c2378e9a3493b
style(core): added a missing semicolon
[ { "change_type": "MODIFY", "diff": "@@ -309,7 +309,7 @@ describe('List', () => {\n.toString();\nexpect(description).to.equal('#actor iterates over [ 1, 2, 3 ]');\n- })\n+ });\n});\ndescribe('when used as a base of a custom collection', () => {\n", "new_path": "packages/core/spec/screenplay/questions/Lis...
TypeScript
Apache License 2.0
serenity-js/serenity-js
style(core): added a missing semicolon
1
style
core
603,467
03.01.2022 23:28:52
0
e7950279251a0cc8475a7eb0865dc2fc826f8e58
test(rest): demonstrated how to use List.forEach with LastResponse.body()
[ { "change_type": "MODIFY", "diff": "import 'mocha';\nimport { Ensure, equals } from '@serenity-js/assertions';\n-import { actorCalled, LogicError } from '@serenity-js/core';\n+import { actorCalled, List, LogicError } from '@serenity-js/core';\nimport { GetRequest, LastResponse, Send } from '../../../src';\n...
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(rest): demonstrated how to use List.forEach with LastResponse.body()
1
test
rest
780,866
04.01.2022 00:03:05
10,800
e108177585d8576c49b1a59af31cbb306493e9d9
chore(starter/submodules): setup starter monorepo pkg and git submodules
[ { "change_type": "ADD", "diff": "+[submodule \"@ecomplus/storefront-starter/template/pages\"]\n+ path = @ecomplus/storefront-starter/template/pages\n+ url = git@github.com:ecomplus/storefront-starter-views.git\n+[submodule \"@ecomplus/storefront-starter/template/starter\"]\n+ path = @ecomplus/storefront-sta...
JavaScript
MIT License
ecomplus/storefront
chore(starter/submodules): setup starter monorepo pkg and git submodules
1
chore
starter/submodules
841,497
04.01.2022 00:54:45
18,000
e5e6e843004b7ad3ce0ffa95f583d2c2a808736a
feat(es/dep-graph): Improve DependencyDescriptor to combine `import_assertions` with `dynamic_import_assertions`
[ { "change_type": "MODIFY", "diff": "@@ -2978,6 +2978,7 @@ dependencies = [\nname = \"swc_ecma_dep_graph\"\nversion = \"0.53.0\"\ndependencies = [\n+ \"pretty_assertions 0.7.2\",\n\"swc_atoms\",\n\"swc_common\",\n\"swc_ecma_ast\",\n", "new_path": "Cargo.lock", "old_path": "Cargo.lock" }, { "c...
Rust
Apache License 2.0
swc-project/swc
feat(es/dep-graph): Improve DependencyDescriptor to combine `import_assertions` with `dynamic_import_assertions` (#3183)
1
feat
es/dep-graph
780,866
04.01.2022 01:37:59
10,800
54e1b1faf0df5fa870d70e45394c5c7335705284
build(starter): add `release:starter` script called on pkg release
[ { "change_type": "MODIFY", "diff": "\"preversion\": \"lerna run build --since\",\n\"version\": \"lerna version\",\n\"config\": \"npm config set //npm.pkg.github.com/:_authToken=$(grep GH_PKG_TOKEN .env | cut -d '=' -f2)\",\n- \"release\": \"npm run version && lerna publish from-git\",\n+ \"release\": \"npm ...
JavaScript
MIT License
ecomplus/storefront
build(starter): add `release:starter` script called on pkg release
1
build
starter
603,467
04.01.2022 01:51:51
0
f4c5981afffb474159111e12ab105e1656e4491b
test(rest): corrected a typo
[ { "change_type": "MODIFY", "diff": "@@ -161,7 +161,7 @@ describe('LastResponse', () => {\nit('allows for an Adapter<Array> to be wrapped in a List', () =>\nactor.attemptsTo(\n- Send.a(GetRequest.to(`/products/`)),\n+ Send.a(GetRequest.to(`/products`)),\nList.of<Product>(LastResponse.body<{ products: Product...
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(rest): corrected a typo
1
test
rest
217,951
04.01.2022 03:13:14
18,000
93ab335be4066632cbc4860ce46f8edf6828f6e4
docs(inventory): update Please_zone message
[ { "change_type": "MODIFY", "diff": "\"Banner_description\": \"You can enable packet capture to allow Teamcraft to read your FFXIV packets (a checkbox is also inside settings to enable/disable it), this allows to autofill lists as you obtain items, and to contribute data to Universalis, the marketboard aggra...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
docs(inventory): update Please_zone message (#2130)
1
docs
inventory
791,392
04.01.2022 05:18:50
0
d0ff35ec157d6b86be94af5de61286c082bfe143
chore(spanner): update README file for benchwrapper
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,6 @@ benchmarking code to prod at spanner without speaking Go.\n```\ncd spanner/internal/benchwrapper\n-export SPANNER_EMULATOR_HOST=localhost:8080\n+export SPANNER_EMULATOR_HOST=localhost:9010\ngo run *.go --port=8081\n```\n", "new_path": "spanner/internal...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(spanner): update README file for benchwrapper (#5262)
1
chore
spanner
71,427
04.01.2022 06:34:45
28,800
7588b517eb17bb5198f91056113eb79a34830867
feat(bootstrap): ECR `ScanOnPush` is now enabled by default [`AWS::ECR::Repository.ImageScanningConfiguration`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-imagescanningconfiguration) *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": "@@ -202,6 +202,8 @@ Resources:\nContainerAssetsRepository:\nType: AWS::ECR::Repository\nProperties:\n+ ImageScanningConfiguration:\n+ ScanOnPush: true\nRepositoryName:\nFn::If:\n- HasCustomContainerAssetsRepositoryName\n@@ -491,7 +493,7 @@ Resources:\nType: String\nName:\...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(bootstrap): ECR `ScanOnPush` is now enabled by default (#17994) [`AWS::ECR::Repository.ImageScanningConfiguration`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-imagescanningconfiguration) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
bootstrap
777,396
04.01.2022 07:10:18
25,200
a996243e9fdee34a84ef8568639ba85a1b907e2d
ci: stop testing EOL python Python 3.6 became EOL on 23 Dec 2021: www.python.org/dev/peps/pep-0494/#lifespan The Python 3.6 CLI test started failing because psutil no longer ships wheels for Python 3.6 for the latest post-3.6-eof version, which means our CI would need gcc to build that package. Instead, just delete the test.
[ { "change_type": "MODIFY", "diff": "@@ -10,9 +10,6 @@ orbs:\nqueue: eddiewebb/queue@volatile\nexecutors:\n- python-36:\n- docker:\n- - image: python:3.6-slim-buster\npython-37:\ndocker:\n- image: python:3.7-slim-buster\n@@ -1886,7 +1883,6 @@ workflows:\nparameters:\nexecutor-name:\n[\n- \"python-36\",\n\"py...
Python
Apache License 2.0
determined-ai/determined
ci: stop testing EOL python (#3377) Python 3.6 became EOL on 23 Dec 2021: www.python.org/dev/peps/pep-0494/#lifespan The Python 3.6 CLI test started failing because psutil no longer ships wheels for Python 3.6 for the latest post-3.6-eof version, which means our CI would need gcc to build that package. Instead, just delete the test.
1
ci
null
306,320
04.01.2022 07:48:50
0
b4318abfbf07db43a2439a0ccb6a36ee645b8be3
enhance: use comment.sh as filename in CI Dockerfile
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,8 @@ RUN npm install -g @infracost/compost\nWORKDIR /root/\n# Scripts are used by CI integrations and other use-cases\n-COPY scripts/ci/comment.sh /scripts/ci/comment\n+COPY scripts/ci/comment.sh /scripts/ci/\n+\nCOPY --from=builder /app/build/infracost /usr/...
Go
Apache License 2.0
infracost/infracost
enhance: use comment.sh as filename in CI Dockerfile
1
enhance
null
699,191
04.01.2022 08:22:47
28,800
1031500ce6e66acd0d10886386221ea863d0e784
fix: default imports for JSON for webpack 5 compatibility
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/color-contrast-utils': minor\n+'@twilio-paste/core': minor\n+---\n+\n+Fix default imports for JSON to play nice with webpack 5\n", "new_path": ".changeset/fluffy-beers-help.md", "old_path": null }, { "change_type": "MODIFY", "diff": ...
TypeScript
MIT License
twilio-labs/paste
fix: default imports for JSON for webpack 5 compatibility (#2107)
1
fix
null
306,320
04.01.2022 08:58:49
0
413f5d809607b90f47d522acbf59daffabf18846
enhance: validate format flag
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ func breakdownCmd(ctx *config.RunContext) *cobra.Command {\ncmd.Flags().StringSlice(\"fields\", []string{\"monthlyQuantity\", \"unit\", \"monthlyCost\"}, \"Comma separated list of output fields: all,price,monthlyQuantity,unit,hourlyCost,monthlyCost.\\nSu...
Go
Apache License 2.0
infracost/infracost
enhance: validate format flag (#1262)
1
enhance
null
317,646
04.01.2022 09:39:45
-3,600
2c35779900e8e00d16c13e029731f0de67b5102d
feat: preliminary auth for strava
[ { "change_type": "MODIFY", "diff": "+const axios = require('axios').default;\n+\nmodule.exports = async function (context, req) {\ncontext.log('JavaScript HTTP trigger function processed a request.');\n+ // http://www.strava.com/oauth/authorize?client_id=76033&response_type=code&redirect_uri=https://ohmypos...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: preliminary auth for strava
1
feat
null
317,646
04.01.2022 09:40:31
-3,600
195f5160b42d776aa9406573bc1dc4c2eb0c3225
refactor(docs): use better api logic
[ { "change_type": "MODIFY", "diff": "-const axios = require('axios').default;\n+const axios = require('axios');\nmodule.exports = async function (context, req) {\ncontext.log('JavaScript HTTP trigger function processed a request.');\n- // http://www.strava.com/oauth/authorize?client_id=76033&response_type=co...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor(docs): use better api logic
1
refactor
docs
251,188
04.01.2022 10:12:56
-10,800
38fade0307833949269ab9e28f2b12779b070ea5
fix: oxAuth throws oops when consent gathering script is active(4.3.1+MYSQL).
[ { "change_type": "MODIFY", "diff": "@@ -89,7 +89,7 @@ public class ConsentGatheringSessionService {\npublic void setAuthenticatedSessionState(HttpServletRequest httpRequest, HttpServletResponse httpResponse, SessionId sessionId) {\nSessionId connectSession = getConnectSession(httpRequest);\n- sessionIdServi...
Java
MIT License
gluufederation/oxauth
fix: oxAuth throws oops when consent gathering script is active(4.3.1+MYSQL). #1625
1
fix
null
777,389
04.01.2022 10:13:56
28,800
38f77750d4cfd8a2c0d32e1608eab2df47bd3779
fix: fix webui full config edit in notebook modal
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**Bug Fixes**\n+\n+- WebUI: fix an issue where the Jupyterlab modal didn't pass the full config.\n", "new_path": "docs/release-notes/3372-fix-jupyterlab-fullconfig-edit.txt", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -107,7...
Python
Apache License 2.0
determined-ai/determined
fix: fix webui full config edit in notebook modal (#3373)
1
fix
null
71,663
04.01.2022 10:17:57
28,800
01bbe4ca6c38ca7fe2239f8885bbec5ab537c9ad
fix(lambda): imported Function still has region and account from its Stack, instead of its ARN Fixes *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": "@@ -1377,7 +1377,7 @@ added the ellipsis so a user would know there was more to ...`,\n// GIVEN\nconst stack = new cdk.Stack();\nconst sourceBucket = new s3.Bucket(stack, 'Bucket');\n- const lambdaVersion = lambda.Version.fromVersionArn(stack, 'Version', 'arn:my-version')...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(lambda): imported Function still has region and account from its Stack, instead of its ARN (#18255) Fixes #18228 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
lambda
251,188
04.01.2022 11:00:01
-10,800
5d79ea71d2e4a924487debc7bec6849bc6e296a4
fix: fido2 and u2f script throw oops error(4.3.1+MYSQL).
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ import javax.enterprise.context.ApplicationScoped;\nimport javax.inject.Inject;\nimport org.apache.commons.lang.StringUtils;\n+import org.gluu.fido2.model.entry.Fido2RegistrationEntry;\nimport org.gluu.oxauth.model.config.StaticConfiguration;\nimport org...
Java
MIT License
gluufederation/oxauth
fix: fido2 and u2f script throw oops error(4.3.1+MYSQL). #1624
1
fix
null
617,459
04.01.2022 11:00:45
-3,600
cc02ddd3066b63c89719b16238741f1dd8db5ec9
fix: redirection 3239
[ { "change_type": "MODIFY", "diff": "@@ -8,12 +8,12 @@ export const MappingReplacement = [\npreviousValues: [\"2111\", \"2395\"],\n},\n{\n- newValue:\n- \"3239-secteur-des-particuliers-employeurs-et-de-lemploi-a-domicile\",\n+ newValue: \"3239-particuliers-employeurs-et-emploi-a-domicile\",\npath: [\"convent...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix: redirection 3239 (#4147)
1
fix
null
791,704
04.01.2022 11:51:16
28,800
c0c3c3d26635f67e281d359a3a8a583ee4266fcc
misc: add web.dev and other option to bug template
[ { "change_type": "MODIFY", "diff": "@@ -59,7 +59,9 @@ body:\n- node\n- PageSpeed Insights\n- Chrome DevTools\n+ - web.dev\n- WebPageTest\n+ - Other\nvalidations:\nrequired: true\n- type: input\n", "new_path": ".github/ISSUE_TEMPLATE/bug-report.yml", "old_path": ".github/ISSUE_TEMPLATE/bug-report.yml...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: add web.dev and other option to bug template (#13537)
1
misc
null
277,287
04.01.2022 11:55:24
-3,600
c90238179c29ff33158eb72ee680ae0d6c593ce4
feat: add Wide Article Preview card
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ postcard.py\npreview.py\nstat_wide_pie.py\ntall_article_preview.py\n+wide_article_preview.py\nprofile.py\nstat_small.py\nstat_large.py\n", "new_path": "py/examples/tour.conf", "old_path": "py/examples/tour.conf" }, { "change_type": "ADD",...
Python
Apache License 2.0
h2oai/wave
feat: add Wide Article Preview card #1132 (#1155)
1
feat
null
866,394
04.01.2022 11:58:44
18,000
761241e047ab5c4e3c1e7b1010d90bdf73447ce7
chore(support): update fireline roster for sprint 1
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ description:\nSomething isn't working as expected? Here is the right place to report.\ntitle: '[YOUR TITLE]: Brief description'\nassignees:\n- - jeffchew,ljcarot,shixiedesign,RobertaJHahn,JBrandwine,emyarod,IgnacioBecerra\n+ - jeffchew,ljcarot,oliviaflory,...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(support): update fireline roster for sprint 1
1
chore
support
494,354
04.01.2022 12:02:22
-3,600
c9490c8927209b686aafe54b8a16207a8ef47ebe
fix: send 404 instead of null response for unknown verification flows Fixes the verification handler to write the error, instead of nil object, when the flow does not exist. Adds tests for every handler to check proper behavior in that regard. Closes
[ { "change_type": "MODIFY", "diff": "@@ -557,4 +557,12 @@ func TestGetFlow(t *testing.T) {\nrequire.NoError(t, err)\nassert.Equal(t, public.URL+login.RouteInitBrowserFlow+\"?return_to=https://www.ory.sh\", f.RequestURL)\n})\n+\n+ t.Run(\"case=not found\", func(t *testing.T) {\n+ client := testhelpers.NewClie...
Go
Apache License 2.0
ory/kratos
fix: send 404 instead of null response for unknown verification flows (#2102) Fixes the verification handler to write the error, instead of nil object, when the flow does not exist. Adds tests for every handler to check proper behavior in that regard. Closes #2099
1
fix
null
217,922
04.01.2022 12:05:54
-3,600
500a747a996e079dd24e3a8343d527316308dac2
fix(simulator): fixed float precision issue with some specific stats
[ { "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.8\",\n+ \"@ffxiv-teamcraft/simulator\": \"^3.0.9\",\n\"@ffxiv-teamcraft/simulator-cn\": \"npm:@f...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed float precision issue with some specific stats
1
fix
simulator
428,390
04.01.2022 12:15:54
18,000
7bb9e3729a23e845a68532f554808fb52decfacb
fix(gridfs): make `GridFSBucketWriteStream.prototype.end()` return `this` for compat with
[ { "change_type": "MODIFY", "diff": "@@ -172,21 +172,21 @@ export class GridFSBucketWriteStream extends Writable implements NodeJS.Writable\n* @param encoding - Optional encoding for the buffer\n* @param callback - Function to call when all files and chunks have been persisted to MongoDB\n*/\n- end(): void;\...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
fix(gridfs): make `GridFSBucketWriteStream.prototype.end()` return `this` for compat with @types/node@17.0.6 (#3088)
1
fix
gridfs
71,435
04.01.2022 12:28:51
-32,400
37537fe1c1b016ae226bf7bc4ceeb128d6124872
feat(iot): Action to send messages to SQS queues Fixes *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": "@@ -27,6 +27,7 @@ Currently supported are:\n- Capture CloudWatch metrics\n- Change state for a CloudWatch alarm\n- Put records to Kinesis Data Firehose stream\n+- Send messages to SQS queues\n## Invoke a Lambda function\n@@ -209,3 +210,27 @@ const topicRule = new iot.Topi...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(iot): Action to send messages to SQS queues (#18087) Fixes #17699 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
iot
217,922
04.01.2022 12:50:22
-3,600
3c17e17e4177d0be0a210cfdecd20a7115a2711a
fix(retainer-ventures): fixed selection retainer not applying perception properly
[ { "change_type": "MODIFY", "diff": "@@ -204,12 +204,13 @@ export class RetainerVenturesComponent extends TeamcraftComponent implements OnI\n});\n}\n- selectRetainer(retainer: Retainer & { ilvl: number, gathering: number }): void {\n+ selectRetainer(retainer: Retainer & { ilvl: number, gathering: number, per...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(retainer-ventures): fixed selection retainer not applying perception properly
1
fix
retainer-ventures
756,051
04.01.2022 13:39:20
21,600
d68b472f9dd8ac5b05b91de24ba3a9f51bfd58de
feat(solo): skip `agoric deploy ...` if 0 wallet deploys - default to no deploys internally
[ { "change_type": "MODIFY", "diff": "@@ -341,10 +341,7 @@ export default async function start(basedir, argv) {\nawait importMetaResolve(`${wallet}/package.json`, import.meta.url),\n).pathname;\nconst {\n- 'agoric-wallet': {\n- htmlBasedir = 'ui/build',\n- deploy = ['contract/deploy.js', 'api/deploy.js'],\n- ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(solo): skip `agoric deploy ...` if 0 wallet deploys - default to no deploys internally
1
feat
solo
777,401
04.01.2022 14:22:41
18,000
66378a492e1f1f667bd05b1972469acf8cbd8624
chore: bump github.com/labstack/echo/v4 dependencies to address dependabot This change bumps echo to drop the last indirect dependency on `github.com/dgrijalva/jwt-go` (even though it was unused by of code, this is useful otherwise, too).
[ { "change_type": "MODIFY", "diff": "@@ -17,13 +17,13 @@ require (\ngithub.com/google/uuid v1.3.0\ngithub.com/goreleaser/goreleaser v1.1.0\ngithub.com/gorilla/websocket v1.4.2\n- github.com/labstack/echo/v4 v4.3.0\n+ github.com/labstack/echo/v4 v4.6.0\ngithub.com/pkg/errors v0.9.1\ngithub.com/shirou/gopsutil...
Python
Apache License 2.0
determined-ai/determined
chore: bump github.com/labstack/echo/v4 dependencies to address dependabot (#3354) This change bumps echo to drop the last indirect dependency on `github.com/dgrijalva/jwt-go` (even though it was unused by of code, this is useful otherwise, too).
1
chore
null
251,188
04.01.2022 14:28:40
-10,800
451c0c9743fe0f0e6704acbd9c56ac35d981605c
fix: passport authentication failed on first attempt throws oxauth error (works on second attempt with same userid).
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,10 @@ public class UmaRPT extends AbstractToken {\n@DN\nprivate String dn;\n+\n+ @AttributeName(name = \"tknCde\", consistency = true)\n+ private String notHashedCode;\n+\n@AttributeName(name = \"usrId\")\nprivate String userId;\n@AttributeName(name = \"clnId...
Java
MIT License
gluufederation/oxauth
fix: passport authentication failed on first attempt throws oxauth error (works on second attempt with same userid). #1601
1
fix
null
780,866
04.01.2022 14:31:08
10,800
e49c48383a8a16d6cf2883538a1b86dde303707e
build(release-starter): separated execs for each repo
[ { "change_type": "MODIFY", "diff": "@@ -19,8 +19,6 @@ const commitCmd = 'git add . && ' +\n`git commit -m \\\"Update with @ecomplus/storefront-template v${version}\\\" && ` +\n'git push'\n-execSync(\n- `cd ${dirGitStarterViews} && ${commitCmd} && ` +\n- `cd ${dirGitStarter} && ${commitCmd}`,\n- { stdio: [0,...
JavaScript
MIT License
ecomplus/storefront
build(release-starter): separated execs for each repo
1
build
release-starter
386,595
04.01.2022 14:40:43
-7,200
8b74f68397e01d6561fe6425c5f4a924580015e5
chore(operators-js): Fix getFromObject mock for _global.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n-import global from './global.js';\n-\njest.mock('@lowdefy/operators');\n+let lowdefyOperators;\n+let global;\n+\nconst input = {\narrayIndices: [0],\nlocation: 'location',\n@@ -25,8 +26,12 @@ const input = {\nparams: 'params',\n};\n-te...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(operators-js): Fix getFromObject mock for _global.
1
chore
operators-js
780,866
04.01.2022 15:02:54
10,800
8bad209c0923b4e999c78fb68bf8025e2fc85e66
fix(app/checkout): ensure shipping address is reactive to address selection
[ { "change_type": "MODIFY", "diff": "@@ -124,6 +124,7 @@ export default {\neditAccount: false,\neditShippingService: !this.shippingService,\nlocalZipCode: this.shippingZipCode,\n+ selectedAddressId: null,\nisEditingAddr: false,\npaymentGateways: [],\nloyaltyPointsApplied: {},\n@@ -223,7 +224,8 @@ export defa...
JavaScript
MIT License
ecomplus/storefront
fix(app/checkout): ensure shipping address is reactive to address selection
1
fix
app/checkout
780,866
04.01.2022 15:17:50
10,800
ded860009e62254c36bc426e866158f7be0fe1c3
build(starter): fix build script with corss env end limit prerender
[ { "change_type": "MODIFY", "diff": "\"main\": \"template/js/index.js\",\n\"scripts\": {\n\"serve\": \"storefront-tmpl-pack serve\",\n- \"build\": \"ECOMCLIENT_NOTIMEOUT=true storefront-tmpl-pack build\",\n+ \"build\": \"cross-env ECOMCLIENT_NOTIMEOUT=true storefront-tmpl-pack build --prerender=index,app/ind...
JavaScript
MIT License
ecomplus/storefront
build(starter): fix build script with corss env end limit prerender
1
build
starter
780,866
04.01.2022 15:26:41
10,800
e8a7b8c32b8bc3fcd70b5b68f4bcbd1199503e41
chore(starter): skip build script for now
[ { "change_type": "MODIFY", "diff": "\"main\": \"template/js/index.js\",\n\"scripts\": {\n\"serve\": \"storefront-tmpl-pack serve\",\n- \"build\": \"cross-env ECOMCLIENT_NOTIMEOUT=true storefront-tmpl-pack build --prerender=index,app/index,search,404,blog,admin/index --prerender-limit=0\",\n+ \"_build\": \"c...
JavaScript
MIT License
ecomplus/storefront
chore(starter): skip build script for now
1
chore
starter
551,648
04.01.2022 16:10:45
-10,800
a3630f2b74e78c3acd4aca8078a5d09a56e3aa2c
chore(std): add tests for SimpleReadWriteLock
[ { "change_type": "RENAME", "diff": "*\n******************************************************************************/\n-package io.questdb.cutlass.line.tcp;\n+package io.questdb.std;\nimport org.jetbrains.annotations.NotNull;\n", "new_path": "core/src/main/java/io/questdb/std/SimpleReadWriteLock.java",...
Java
Apache License 2.0
questdb/questdb
chore(std): add tests for SimpleReadWriteLock (#1755)
1
chore
std
471,349
04.01.2022 16:16:16
-7,200
a2b71cf7b13dc012b86253569cc16cd069c35afa
docs: format supported versions the same way across the readmes
[ { "change_type": "MODIFY", "diff": "@@ -51,9 +51,9 @@ jobs:\nnpx lerna bootstrap --no-ci\n# Release Please has already incremented versions and published tags, so we just\n- # need to publish all unpublished versions to NPM here\n+ # need to publish all unpublished versions to npm here\n# See: https://githu...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
docs: format supported versions the same way across the readmes (#797) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
docs
null
667,634
04.01.2022 16:30:17
-28,800
324d3f73dea91799424dc717e27ed135fd612aa4
chore(android): allow override createLayout method
[ { "change_type": "MODIFY", "diff": "@@ -218,3 +218,4 @@ protected <fields>;\npublic <fields>;\npublic <methods>;\n}\n+-keep class com.tencent.mtt.hippy.dom.flex.FlexMeasureMode {*;}\n", "new_path": "android/sdk/proguard-rules.pro", "old_path": "android/sdk/proguard-rules.pro" }, { "change_ty...
C++
Apache License 2.0
tencent/hippy
chore(android): allow override createLayout method
1
chore
android
667,634
04.01.2022 16:50:29
-28,800
9840dc83d43658c1b3a2dd2dba017959fa599971
feat(android): add two properties for TextNode
[ { "change_type": "MODIFY", "diff": "@@ -110,6 +110,8 @@ public class NodeProps {\npublic static final String FONT_STYLE = \"fontStyle\";\npublic static final String FONT_FAMILY = \"fontFamily\";\npublic static final String LINE_HEIGHT = \"lineHeight\";\n+ public static final String LINE_SPACING_MULTIPLIER =...
C++
Apache License 2.0
tencent/hippy
feat(android): add two properties for TextNode
1
feat
android
815,601
04.01.2022 16:53:08
-28,800
f382e8a7b4ce5e2927e113ad45059b551b88627f
refactor(tx-pool): remove from nested collection
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ use ckb_types::{\nprelude::*,\n};\nuse ckb_util::{LinkedHashMap, LinkedHashMapEntries};\n-use std::collections::{HashMap, HashSet};\n+use std::collections::{hash_map::Entry, HashMap, HashSet, VecDeque};\ntype ConflictEntry = (TxEntry, Reject);\n@@ -190,8...
Rust
MIT License
nervosnetwork/ckb
refactor(tx-pool): remove from nested collection
1
refactor
tx-pool
841,421
04.01.2022 16:53:29
-32,400
46949d39ebdcb14347156eb00490e53d37d06707
chore(ci): Split cargo docs
[ { "change_type": "MODIFY", "diff": "@@ -280,37 +280,3 @@ jobs:\nif: matrix.crate == 'swc' && runner.os != 'Windows'\nrun: |\ncargo test --color always -p swc --features concurrent\n-\n- deploy-docs:\n- name: Docs\n- runs-on: ubuntu-latest\n- # if: github.ref == 'refs/heads/main'\n- # needs:\n- # - test\n- s...
Rust
Apache License 2.0
swc-project/swc
chore(ci): Split cargo docs (#3187)
1
chore
ci
503,918
04.01.2022 17:12:16
-7,200
8485dfda72bc1c3507da4f8c57e4314f0a5b703b
fix(ClipboardCopy): clear timer on unmount
[ { "change_type": "MODIFY", "diff": "@@ -111,6 +111,12 @@ export class ClipboardCopy extends React.Component<ClipboardCopyProps, Clipboard\n}\n};\n+ componentWillUnmount = () => {\n+ if (this.timer) {\n+ window.clearTimeout(this.timer);\n+ }\n+ };\n+\n// eslint-disable-next-line @typescript-eslint/no-unused-...
TypeScript
MIT License
patternfly/patternfly-react
fix(ClipboardCopy): clear timer on unmount (#6708) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
ClipboardCopy
780,866
04.01.2022 17:14:34
10,800
53c99fc4f36c97038df0d9f9aeac55a1cba0c3bd
build(release-starter): prevent wrong git commits and update submodules
[ { "change_type": "MODIFY", "diff": "@@ -15,10 +15,15 @@ const dirGitStarterViews = path.join(dirPkgStarter, 'template/pages')\nrecursiveCopy(path.join(dirPkgTemplate, 'template/pages'), dirGitStarterViews)\nrecursiveCopy(path.join(dirPkgTemplate, 'content'), path.join(dirGitStarter, 'content'), false, true)...
JavaScript
MIT License
ecomplus/storefront
build(release-starter): prevent wrong git commits and update submodules
1
build
release-starter
866,415
04.01.2022 17:17:41
18,000
581ab43c933666b23793ab867ce9c9b71c7a471f
docs(file-uploader): correct file uploader events docs
[ { "change_type": "MODIFY", "diff": "/**\n* @license\n*\n- * Copyright IBM Corp. 2020, 2021\n+ * Copyright IBM Corp. 2020, 2022\n*\n* This source code is licensed under the Apache-2.0 license found in the\n* LICENSE file in the root directory of this source tree.\n@@ -25,10 +25,10 @@ const { prefix } = setti...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs(file-uploader): correct file uploader events docs (#919)
1
docs
file-uploader
841,421
04.01.2022 17:40:40
-32,400
51c792eb302a4e22104912a1289d19f80610d480
feat(esdiff): Create a command to determine problematic file swc_ecma_diff: - Fix diff logic of `Vec`. esdiff: - `diff-min`: Normalize `Str.has_escape`. - `diff-min`: Normalize empty var declaration. - Add `redue-min`.
[ { "change_type": "MODIFY", "diff": "@@ -789,12 +789,17 @@ dependencies = [\n\"swc_common\",\n\"swc_ecma_ast\",\n\"swc_ecma_codegen\",\n+ \"swc_ecma_dep_graph\",\n\"swc_ecma_diff\",\n+ \"swc_ecma_loader\",\n\"swc_ecma_minifier\",\n\"swc_ecma_parser\",\n\"swc_ecma_transforms_base\",\n+ \"swc_ecma_transforms_r...
Rust
Apache License 2.0
swc-project/swc
feat(esdiff): Create a command to determine problematic file (#3181) swc_ecma_diff: - Fix diff logic of `Vec`. esdiff: - `diff-min`: Normalize `Str.has_escape`. - `diff-min`: Normalize empty var declaration. - Add `redue-min`.
1
feat
esdiff
791,834
04.01.2022 17:57:08
21,600
abea68f757a6f40d2b8c82e009e4fd139cf1d741
deps: update transitive deps to quiet vulnerability alerts
[ { "change_type": "MODIFY", "diff": "},\n\"devDependencies\": {\n\"@build-tracker/cli\": \"^1.0.0-beta.15\",\n- \"@firebase/app-types\": \"0.3.1\",\n- \"@firebase/auth-types\": \"0.3.2\",\n- \"@firebase/util\": \"0.2.1\",\n\"@rollup/plugin-alias\": \"^3.1.2\",\n\"@rollup/plugin-commonjs\": \"^20.0.0\",\n\"@r...
JavaScript
Apache License 2.0
googlechrome/lighthouse
deps: update transitive deps to quiet vulnerability alerts (#13538)
1
deps
null
160,177
04.01.2022 17:59:20
-28,800
1a35658083ea55bc4f9c5a03b78cf20f56982a6a
docs: base guide
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ const guide = [\n'basic/background',\n'basic/dnd',\n'basic/keyboard',\n- 'basic/redoundo',\n+ // 'basic/redoundo',\n'basic/snapline',\n'basic/silent-mode',\n]\n", "new_path": "docs/.vuepress/config.js", "old_path": "docs/.vuepress/config.js" },...
TypeScript
Apache License 2.0
didi/logicflow
docs: base guide
1
docs
null
277,276
04.01.2022 18:05:12
-3,600
099ac6f1e98d01b370908a8dcdbd724480d18371
docs: Fix missing keyword in run command
[ { "change_type": "MODIFY", "diff": "@@ -75,7 +75,7 @@ make run\nTry running the Wave tour to verify if your setup is functional:\n``` bash\n-cd py && ./venv/bin/wave examples.tour\n+cd py && ./venv/bin/wave run examples.tour\n```\nYou should now see the Wave Tour at http://localhost:10101/tour, and examples...
Python
Apache License 2.0
h2oai/wave
docs: Fix missing keyword in run command (#1170)
1
docs
null
841,497
04.01.2022 18:47:25
18,000
517662c9c243aa56451025563a7b7e57fd24d9d0
fix(es/visit): Make `noop_visit_type` visit typescript nodes that executes at runtime
[ { "change_type": "MODIFY", "diff": "@@ -1395,6 +1395,9 @@ impl VisitMut for Hoister<'_, '_> {\n#[inline]\nfn visit_mut_function(&mut self, _: &mut Function) {}\n+ #[inline]\n+ fn visit_mut_ts_module_block(&mut self, _: &mut TsModuleBlock) {}\n+\n#[inline]\nfn visit_mut_param(&mut self, _: &mut Param) {}\n",...
Rust
Apache License 2.0
swc-project/swc
fix(es/visit): Make `noop_visit_type` visit typescript nodes that executes at runtime (#3192)
1
fix
es/visit
503,918
04.01.2022 19:08:20
-7,200
799908127882fce5ab77ef99aa62ab0e7b494955
fix(Pagination): Allow set plural title in Navigation
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,8 @@ export interface NavigationProps extends React.HTMLProps<HTMLElement> {\nfirstPage?: number;\n/** The title of a page displayed beside the page number */\npagesTitle?: string;\n+ /** The title of a page displayed beside the page number (the plural form) ...
TypeScript
MIT License
patternfly/patternfly-react
fix(Pagination): Allow set plural title in Navigation (#6712) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
Pagination
104,828
04.01.2022 19:40:36
-3,600
a69825c3e3a88fe0103ae9b733f54c30efc0152a
fix(table): fix select all checkbox focus
[ { "change_type": "MODIFY", "diff": ".#{$iot-prefix}--table-header-checkbox {\nvertical-align: middle;\n+ .#{$prefix}--table-header-label {\n+ overflow: visible;\n+ }\n}\n.#{$iot-prefix}--table-header-checkbox-resize {\n", "new_path": "packages/react/src/components/Table/TableHead/_table-head.scss", ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): fix select all checkbox focus
1
fix
table
503,926
04.01.2022 20:32:08
-3,600
4ba15e9d9611afbb80d995e4d63f5478c4212a9e
fix(docs): fix broken theme-patternfly-org link
[ { "change_type": "MODIFY", "diff": "# React-docs\n-This project uses [theme-patternfly-org](https://github.com/patternfly/patternfly-org/tree/master/packages/theme-patternfly-org) to render example MD files.\n+This project uses [theme-patternfly-org](https://github.com/patternfly/patternfly-org/tree/main/pa...
TypeScript
MIT License
patternfly/patternfly-react
fix(docs): fix broken theme-patternfly-org link (#6726)
1
fix
docs
217,922
04.01.2022 21:12:11
-3,600
641ac881f93f83b0bc3293bf58c48fcdaa85a2b3
fix(simulator): fixed possible float accuracy issue on some 90** rotations
[ { "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.9\",\n+ \"@ffxiv-teamcraft/simulator\": \"^3.0.10\",\n\"@ffxiv-teamcraft/simulator-cn\": \"npm:@...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed possible float accuracy issue on some 90** rotations
1
fix
simulator
104,828
04.01.2022 21:44:29
-3,600
6163f628984f8c69900533e1b06c722e92ad4bc3
fix(list): pr feedback
[ { "change_type": "MODIFY", "diff": "column-gap: $spacing-05;\n// Negative margin needed to have the buttons\n// closer to the edge than than the padding allows\n- margin-right: -$spacing-03;\n+ margin-right: -($spacing-03);\n[dir='rtl'] & {\nmargin-right: unset;\nmargin-left: -($spacing-03);\n", "new_pa...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(list): pr feedback #3062
1
fix
list
551,648
04.01.2022 22:11:48
-10,800
e22796a54720b5f1709430bec317c6fa8c384de6
fix(sql): fix latest by with subquery in filter
[ { "change_type": "MODIFY", "diff": "@@ -360,7 +360,6 @@ public class SqlCodeGenerator implements Mutable, Closeable {\nintHashSet.add(listColumnFilterA.getColumnIndexFactored(i));\n}\n-\n// map doesn't support variable length types in map value, which is ok\n// when we join tables on strings - technically s...
Java
Apache License 2.0
questdb/questdb
fix(sql): fix latest by with subquery in filter (#1747)
1
fix
sql
756,051
04.01.2022 23:06:00
21,600
a438f4721a1f45419c692f92be3e33251c67307c
feat(vats): installSimEgress sufficient to `E(home.echoer).echo("hi")` via the REPL - declare argv.hardcodedClientAddresses type
[ { "change_type": "MODIFY", "diff": "// @ts-check\nimport { E, Far } from '@agoric/far';\n+import { makeNotifierKit } from '@agoric/notifier';\nimport { feeIssuerConfig } from './bootstrap-zoe-config';\n@@ -41,6 +42,60 @@ const connectVattpWithMailbox = ({\nreturn E(vattp).registerMailboxDevice(mailbox);\n};...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(vats): installSimEgress sufficient to `E(home.echoer).echo("hi")` via the REPL - declare argv.hardcodedClientAddresses type
1
feat
vats
756,051
04.01.2022 23:36:50
21,600
a50c7270b52f3d4d07c23152fce5c473c6082850
feat(vats): provide home.zoe via makePromiseSpace
[ { "change_type": "MODIFY", "diff": "// @ts-check\nimport { E, Far } from '@agoric/far';\nimport { makeNotifierKit } from '@agoric/notifier';\n+import { makePromiseKit } from '@agoric/promise-kit';\nimport { feeIssuerConfig } from './bootstrap-zoe-config';\n@@ -53,6 +54,7 @@ const PROVISIONER_INDEX = 1;\n* v...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(vats): provide home.zoe via makePromiseSpace
1
feat
vats
756,051
05.01.2022 00:15:53
21,600
80584048a28ec555389305186bc83d902f858c6e
refactor(vats): factor out SwingsetVats, SwingsetDevices - fit some single-item declarations on one line - reduce scope of PROVISIONER_INDEX to installSimEgress - use the ZoeVat type - document makePromiseSpace
[ { "change_type": "MODIFY", "diff": "@@ -5,33 +5,11 @@ import { makePromiseKit } from '@agoric/promise-kit';\nimport { feeIssuerConfig } from './bootstrap-zoe-config';\n-/**\n- * @typedef { import('@agoric/eventual-send').EProxy } EProxy\n- * @typedef { ERef<ReturnType<typeof\n- * import('@agoric/swingset-va...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(vats): factor out SwingsetVats, SwingsetDevices - fit some single-item declarations on one line - reduce scope of PROVISIONER_INDEX to installSimEgress - use the ZoeVat type - document makePromiseSpace
1
refactor
vats
342,861
05.01.2022 01:24:25
-3,600
eb5e4bf126718c7e59767feddb17adeff12bbb2f
docs(tracking): add allRepositories page and instance props search
[ { "change_type": "MODIFY", "diff": "@@ -37,9 +37,19 @@ module.exports = async ({ graphql, actions, reporter, cache }) => {\n};\n});\n+ pages.push({\n+ slug: \"/dashboard/tracking/allrepositories\",\n+ title: \"All Repositories\",\n+ hasReactTab: false,\n+ });\n+\nawait cache.set(`/`, { title: \"Orbit.kiwi\"...
JavaScript
MIT License
kiwicom/orbit
docs(tracking): add allRepositories page and instance props search
1
docs
tracking
551,634
05.01.2022 01:36:25
0
66668252682f87a49131e260e3e53e800be4b500
fix(cairo): fix reader and txn scoreboard leak
[ { "change_type": "MODIFY", "diff": "@@ -1167,11 +1167,16 @@ public class TableReader implements Closeable, SymbolTableSource {\n// reload tx file, this will update the versions\nif (this.readTxnSlow()) {\n+ try {\nreloadStruct(prevStructVersion);\n// partition reload will apply truncate if necessary\n// app...
Java
Apache License 2.0
questdb/questdb
fix(cairo): fix reader and txn scoreboard leak (#1759)
1
fix
cairo
667,636
05.01.2022 02:36:06
-28,800
3b5c28cd548cf7b4815f0e542f94b8243fe21c29
chore(example): change debugServer to release version
[ { "change_type": "MODIFY", "diff": "\"@babel/polyfill\": \"^7.12.0\",\n\"@babel/preset-env\": \"^7.12.0\",\n\"@babel/preset-react\": \"^7.9.4\",\n- \"@hippy/debug-server\": \"alpha\",\n+ \"@hippy/debug-server\": \"latest\",\n\"@hippy/hippy-dynamic-import-plugin\": \"^2.0.0\",\n\"@hippy/hippy-hmr-plugin\": \...
C++
Apache License 2.0
tencent/hippy
chore(example): change debugServer to release version
1
chore
example
471,204
05.01.2022 04:05:26
18,000
9a727f8b21b12f2ad1f79c90c8851a56bb078a01
chore: add Rauno Viskus as maintainer
[ { "change_type": "MODIFY", "diff": "@@ -193,6 +193,7 @@ Approvers ([@open-telemetry/js-approvers](https://github.com/orgs/open-telemetry\nMaintainers ([@open-telemetry/js-maintainers](https://github.com/orgs/open-telemetry/teams/javascript-maintainers)):\n- [Daniel Dyla](https://github.com/dyladan), Dynatra...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
chore: add Rauno Viskus as maintainer (#2701)
1
chore
null
306,320
05.01.2022 06:13:56
0
0122eca6d8c63c7d642ad5c723a3ee0b88368536
fix: fix CI Dockerfile pushing to ci-latest instead of latest
[ { "change_type": "MODIFY", "diff": "@@ -68,9 +68,11 @@ jobs:\nwith:\nimages: |\n${{ secrets.DOCKER_ORG }}/${{ secrets.DOCKER_REPOSITORY }}\n+ flavor: |\n+ prefix=ci-,onlatest=true\ntags: |\n- type=semver,pattern=ci-{{version}}\n- type=semver,pattern=ci-{{major}}.{{minor}}\n+ type=semver,pattern={{version}}\...
Go
Apache License 2.0
infracost/infracost
fix: fix CI Dockerfile pushing to ci-latest instead of latest (#1263)
1
fix
null
76,611
05.01.2022 06:53:09
-3,600
f4ca689f1bb39dd60e010026859556823d883596
doc: update package names
[ { "change_type": "MODIFY", "diff": "-# `@nlpjs/bot-manager`\n+# `@nlpjs/bert-open-question`\n## Introduction\n", "new_path": "packages/bert-open-question/README.md", "old_path": "packages/bert-open-question/README.md" }, { "change_type": "MODIFY", "diff": "-# `@nlpjs/bot-manager`\n+# `@n...
JavaScript
MIT License
axa-group/nlp.js
doc: update package names
1
doc
null
76,611
05.01.2022 07:34:14
-3,600
598d3f017aaaa1c98d8613ad85bfba0386754732
test: improve memory conversation ctx tests
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ describe('MemoryConversation Context', () => {\nexpect(conversationContext).toBeDefined();\nexpect(conversationContext).toEqual({});\n});\n- test('It should reject if the conversation id does not exists', () => {\n+ test('It should reject if the conversa...
JavaScript
MIT License
axa-group/nlp.js
test: improve memory conversation ctx tests
1
test
null