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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
503,970 | 12.08.2021 15:31:43 | 14,400 | 3b3b3281aef7a328ee9c7265aeb3575365ae8798 | feat(TreeView): Update treeview to consume toolbar | [
{
"change_type": "MODIFY",
"diff": "@@ -53,10 +53,6 @@ export interface TreeViewProps {\nonSelect?: (event: React.MouseEvent, item: TreeViewDataItem, parentItem: TreeViewDataItem) => void;\n/** Callback for item checkbox selection */\nonCheck?: (event: React.ChangeEvent, item: TreeViewDataItem, parentItem: ... | TypeScript | MIT License | patternfly/patternfly-react | feat(TreeView): Update treeview to consume toolbar (#6133) | 1 | feat | TreeView |
71,408 | 12.08.2021 15:34:42 | 18,000 | bb5d5874098b4b1047a29b6697e5e3a65f349ff0 | feat(apigatewayv2): http api - domain url for a stage
Closes
By adding and `apiMapping` field to base.ts, we can reference the custom domain information from the `HttpStage` construct
*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": "@@ -224,6 +224,12 @@ with 3 API mapping resources across different APIs and Stages.\n| api | beta | `https://${domainName}/bar` |\n| apiDemo | $default | `https://${domainName}/demo` |\n+You can retrieve the full domain URL with mapping key using the `domainUrl` property ... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(apigatewayv2): http api - domain url for a stage (#15973)
Closes #15801
By adding and `apiMapping` field to base.ts, we can reference the custom domain information from the `HttpStage` construct
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2... | 1 | feat | apigatewayv2 |
791,308 | 12.08.2021 15:46:27 | 25,200 | a38d0372f7b77223413ed59dff4339882d9ce80a | chore(tests): fix kubectl installation in environment test script | [
{
"change_type": "MODIFY",
"diff": "@@ -70,11 +70,11 @@ fi\n# If Kubernetes, install kubectl component\nif [[ $ENVIRONMENT == *\"kubernetes\"* ]]; then\n- curl -LO \"https://dl.k8s.io/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256\"\n+ curl -LO \"https://dl.k8s.io/$(curl -... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(tests): fix kubectl installation in environment test script (#4597) | 1 | chore | tests |
185,952 | 12.08.2021 15:59:09 | 25,200 | 7304abfb8afb69e2f80bf4a30b3189a217437efa | build(deps): yarn.lock update | [
{
"change_type": "MODIFY",
"diff": "exec-sh \"^0.3.2\"\nminimist \"^1.2.0\"\n-\"@electron-forge/async-ora@6.0.0-beta.55\":\n- version \"6.0.0-beta.55\"\n- resolved \"https://registry.yarnpkg.com/@electron-forge/async-ora/-/async-ora-6.0.0-beta.55.tgz#9d6240f704e826fa284c76a36099062f29870049\"\n- integrity s... | TypeScript | MIT License | electron/fiddle | build(deps): yarn.lock update (#835) | 1 | build | deps |
688,444 | 12.08.2021 16:06:33 | -7,200 | 4ebdc7b3afacb9f459ea627e681251caaea4a147 | fix: allow default tooltip to be overwriten on slider | [
{
"change_type": "MODIFY",
"diff": "@@ -117,8 +117,10 @@ export const Slider = forwardRef<HTMLElement, Props>(function Slider (\n)\n// From Workaround for https://github.com/mui-org/material-ui/issues/21889\n- const ValueLabelComponent = ((DefaultValueLabelComponent ||\n- UserDefinedTooltip) as unknown) as ... | TypeScript | MIT License | toptal/picasso | fix: allow default tooltip to be overwriten on slider (#2133) | 1 | fix | null |
386,584 | 12.08.2021 16:19:41 | -7,200 | 5735bbf1a51f9ea263797e62e69958cb9cfd5b3c | fix(blocksAntd): Added string output for ParagraphInput and TitleInput. | [
{
"change_type": "MODIFY",
"diff": "@@ -127,7 +127,7 @@ const ParagraphInput = ({ blockId, events, properties, methods, value }) => {\ntype={properties.type}\nunderline={properties.underline}\n>\n- {value || ''}\n+ {!type.isNone(value) ? value.toString() : ''}\n</Paragraph>\n);\n};\n",
"new_path": "pack... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocksAntd): Added string output for ParagraphInput and TitleInput. | 1 | fix | blocksAntd |
386,588 | 12.08.2021 16:24:47 | -7,200 | d2a23f0022aca6d9f0e330ef3652ad2a8f8364b7 | feat(engine): Add Throw action. | [
{
"change_type": "ADD",
"diff": "+# Copyright 2020-2021 Lowdefy, Inc\n+\n+# Licensed under the Apache License, Version 2.0 (the \"License\");\n+# you may not use this file except in compliance with the License.\n+# You may obtain a copy of the License at\n+\n+# http://www.apache.org/licenses/LICENSE-2.0\n+\... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(engine): Add Throw action. | 1 | feat | engine |
386,588 | 12.08.2021 16:43:18 | -7,200 | 8ef4bb3349e2edf3d95ab5c7bb70fa34f70c318e | fix(docs): Add more examples to Throw. | [
{
"change_type": "MODIFY",
"diff": "@@ -28,11 +28,11 @@ _ref:\n```\ndescription: |\nThe `Throw` action is used throw an error to the user and log to the console. If `throw: true`, the `Throw`\n- action will throw an error, and this will stop the execution of actions that are defined after it. If the actions... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Add more examples to Throw. | 1 | fix | docs |
67,479 | 12.08.2021 16:43:33 | -36,000 | 4003c6ba06dcc9386dfc2df664ef9457bf9e3f7b | chore: more privates marking with _ | [
{
"change_type": "MODIFY",
"diff": "@@ -1542,22 +1542,22 @@ export const Registration = {\n};\nexport class InstanceProvider<K extends Key> implements IDisposableResolver<K | null> {\n- private _instance: Resolved<K> | null = null;\n+ /** @internal */ private _instance: Resolved<K> | null = null;\n+ /** @in... | TypeScript | MIT License | aurelia/aurelia | chore: more privates marking with _ | 1 | chore | null |
71,106 | 12.08.2021 16:54:03 | -7,200 | 34edd5b18d7266fa807ff42c03190f105fe1e217 | chore(lambda-python): strip out deprecated symbols
While other commits already remove most deprecated symbols
this was left.
*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": "@@ -100,7 +100,7 @@ export function bundle(options: BundlingOptions): lambda.Code {\nconst image = cdk.DockerImage.fromBuild(stagedir, {\nbuildArgs: {\n- IMAGE: runtime.bundlingDockerImage.image,\n+ IMAGE: runtime.bundlingImage.image,\n},\nfile: dockerfile,\n});\n",
"... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(lambda-python): strip out deprecated symbols (#15958)
While other commits already remove most deprecated symbols
this was left.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | chore | lambda-python |
277,273 | 12.08.2021 17:03:20 | 25,200 | 32eb91d9cbbb362a4fd5456676684135b4ac82e7 | fix: Disable async function validation (failed under Cython) | [
{
"change_type": "MODIFY",
"diff": "@@ -78,8 +78,14 @@ def on(arg: str = None, predicate: Optional[Callable] = None):\ndef wrap(func):\nfunc_name = func.__name__\n- if not asyncio.iscoroutinefunction(func):\n- raise ValueError(f\"@on function '{func_name}' must be async\")\n+\n+ # This check fails in Cython... | Python | Apache License 2.0 | h2oai/wave | fix: Disable async function validation (failed under Cython) #955 | 1 | fix | null |
791,704 | 12.08.2021 17:06:56 | 18,000 | 7b4816a1ca6cfa98f89707582755fcaf52b0fa5e | clients(treemap): convert to ES modules | [
{
"change_type": "MODIFY",
"diff": "@@ -41,20 +41,6 @@ async function buildPsiReport() {\n});\n}\n-async function buildTreemapReport() {\n- const bundle = await rollup.rollup({\n- input: 'report/clients/treemap.js',\n- plugins: [\n- commonjs(),\n- ],\n- });\n-\n- await bundle.write({\n- file: 'dist/report/t... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | clients(treemap): convert to ES modules (#12892) | 1 | clients | treemap |
756,064 | 12.08.2021 17:40:26 | 25,200 | a8d2412e3dcd25396d3a751bd04755d1186d3e1f | feat(cosmic-swingset): include activityhash for initial block too | [
{
"change_type": "MODIFY",
"diff": "@@ -219,6 +219,9 @@ export async function launch(\ntype: 'cosmic-swingset-bootstrap-block-finish',\nblockTime,\n});\n+ if (setActivityhash) {\n+ setActivityhash(controller.getActivityhash());\n+ }\n}\nasync function endBlock(blockHeight, blockTime) {\n",
"new_path": "... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(cosmic-swingset): include activityhash for initial block too | 1 | feat | cosmic-swingset |
667,636 | 12.08.2021 17:50:29 | -28,800 | 753f386dd017d804aa0ecde94a3d6f63bb02704e | fix(react): fixed linearGradient update not work | [
{
"change_type": "MODIFY",
"diff": "@@ -150,7 +150,7 @@ function parseBackgroundImage(styleKey: string, styleValue: string, style: any)\nconst valueString = styleValue.substring(styleValue.indexOf('(') + 1, styleValue.lastIndexOf(')'));\nconst tokens = valueString.split(/,(?![^(]*?\\))/);\nconst colorStopLi... | C++ | Apache License 2.0 | tencent/hippy | fix(react): fixed linearGradient update not work | 1 | fix | react |
865,916 | 12.08.2021 17:50:36 | -7,200 | 432561ef8554f6d7008f50a410de9f3013629564 | feat(client): allow selecting execution platform of forms
Closes | [
{
"change_type": "ADD",
"diff": "+<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"12\" viewBox=\"0 0 8 12\">\n+ <path fill-rule=\"evenodd\" d=\"M314.006854,22.003961 L312.006854,22.003961 L312.006854,16.003961 L306.006854,16.003961 L306.006854,14.003961 L314.006854,14.003961 L314.006854,22.00... | JavaScript | MIT License | camunda/camunda-modeler | feat(client): allow selecting execution platform of forms
Closes #2324 | 1 | feat | client |
185,952 | 12.08.2021 18:00:44 | 25,200 | 89d714f10ea4eb080178ca29b809590a890533db | build: increase yarn network timeout | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ jobs:\nrestore-keys: |\n${{ runner.os }}-yarn-\n- name: Install\n- run: yarn\n+ run: yarn --network-timeout 100000\n- name: lint\nrun: yarn lint\n- name: test\n",
"new_path": ".github/workflows/build.yaml",
"old_path": ".github/workflows/build.ya... | TypeScript | MIT License | electron/fiddle | build: increase yarn network timeout (#833) | 1 | build | null |
401,147 | 12.08.2021 18:30:56 | -19,080 | 682e4c4928997dec24c9be073de34842eb13d641 | fix: soft keyboard opening on mobile browser in singleselect component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -180,6 +180,7 @@ export const SingleSelect: FC<SelectProps> & WithStyle = React.memo(\n{...inputProps}\nminWidth={minWidth}\nmaxWidth={maxWidth}\n+ readOnly={!isSearchable}\n/>\n)}\n{!disabled && areOptionsVisible && (\n",
"new_path": "packages/core/src/components/... | TypeScript | MIT License | medly/medly-components | fix: soft keyboard opening on mobile browser in singleselect component (#380)
affects: @medly-components/core, @medly-components/forms | 1 | fix | null |
277,002 | 12.08.2021 18:32:10 | 10,800 | c4c72afcac044f8c390b1faac34691258f90c373 | feat: adjustment in components result and tag | [
{
"change_type": "MODIFY",
"diff": "<Tag.Informative variant=\"informative\" >informative</Tag.Informative>\n<Tag.Informative icon={Building}>informative with custom icon</Tag.Informative>\n- <Tag.Informative variant=\"informative\" size=\"small\">informative small</Tag.Informative>\n- <Tag.Informative icon... | JavaScript | MIT License | gympass/yoga | feat: adjustment in components result and tag | 1 | feat | null |
277,002 | 12.08.2021 18:35:07 | 10,800 | eab8b89a022a3c819b7bccfe88bb83f719f2a7c1 | test: fix path of component | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,8 @@ import React from 'react';\nimport { render } from '@testing-library/react-native';\nimport { BuildingFilled } from '@gympass/yoga-icons';\n-import { ThemeProvider, Result } from '../../index.native';\n+import { ThemeProvider } from '../..';\n+import Resul... | JavaScript | MIT License | gympass/yoga | test: fix path of component | 1 | test | null |
277,002 | 12.08.2021 18:46:01 | 10,800 | e09befb77accdb01079131fe7d842dca07a11f9c | feat: add limitLabel example in doc | [
{
"change_type": "MODIFY",
"diff": "@@ -72,6 +72,7 @@ Each one of the compounds has its own props described on the example below.\n]}\nrenderItem={Text.Small}\nlimit={3}\n+ limitLabel='activities'\ndots\n/>\n<Result.Tags\n",
"new_path": "packages/doc/content/components/components/result/result-native.md... | JavaScript | MIT License | gympass/yoga | feat: add limitLabel example in doc | 1 | feat | null |
306,653 | 12.08.2021 19:17:04 | -19,080 | 7470a2733c3885ef7b54451f9fa91b6af69f5308 | fix(Modal): removes margin bottom from modal body when there is no footer | [
{
"change_type": "MODIFY",
"diff": "@@ -217,6 +217,13 @@ class Modal extends React.Component<ModalProps, ModalState> {\n['Overlay-container--open']: open,\n});\n+ const isAPINew = (headerOptions || footerOptions || footer || header);\n+ const bodyClass = classNames({\n+ ['Modal-body']: true,\n+ ['Modal-body... | TypeScript | MIT License | innovaccer/design-system | fix(Modal): removes margin bottom from modal body when there is no footer | 1 | fix | Modal |
756,032 | 12.08.2021 19:36:38 | 25,200 | c3a25f1ecc597d3bb5adf5ba54d313f1de33306d | chore: add makeFeePurse method | [
{
"change_type": "ADD",
"diff": "+// @ts-check\n+\n+import { Far } from '@agoric/marshal';\n+\n+/**\n+ *\n+ * @param {Issuer} feeIssuer\n+ * @returns {{\n+ * makeFeePurse: MakeFeePurse\n+ * isFeePurse: (feePurse: Purse) => boolean\n+ * }}\n+ */\n+const setupMakeFeePurse = feeIssuer => {\n+ const feePurses =... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: add makeFeePurse method (#3652) | 1 | chore | null |
756,013 | 12.08.2021 19:53:01 | 21,600 | 49ece054170ead8d7c18978c6d8153bcc73390c3 | feat(wallet): display the invitation fee, feePurse, and expiry
Closes
Other details are still available by the </> debug click. | [
{
"change_type": "MODIFY",
"diff": "return `${match[1]} ${match[2]}`;\n}\n+ function cmp(a, b) {\n+ if (a < b) {\n+ return -1;\n+ }\n+ if (a > b) {\n+ return 1;\n+ }\n+ return 0;\n+ }\n+\nconst makeRejected = context =>\nfunction rejected(e) {\n// We expect our caller to see this result, so just log an erro... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(wallet): display the invitation fee, feePurse, and expiry
Closes #3650
Other details are still available by the </> debug click. | 1 | feat | wallet |
756,013 | 12.08.2021 19:56:10 | 21,600 | 42957abc83e0152abc705ddcf36b22d2409a5443 | feat(wallet): set up a Zoe fee purse and forward invitationDetails
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -73,6 +73,9 @@ export function makeWallet({\npursesStateChangeHandler = noActionStateChangeHandler,\ninboxStateChangeHandler = noActionStateChangeHandler,\n}) {\n+ /** @type {Purse=} */\n+ let zoeFeePurse;\n+\n// Create the petname maps so we can dehydrate information ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(wallet): set up a Zoe fee purse and forward invitationDetails
Closes #3669 | 1 | feat | wallet |
756,013 | 12.08.2021 20:22:23 | 21,600 | 45d38f29ea724f91d0548c5afe2a1428cbc6fd44 | chore: remove deprecated dead rest code | [
{
"change_type": "DELETE",
"diff": "-package rest\n-\n-import (\n- \"fmt\"\n- \"net/http\"\n-\n- \"github.com/gorilla/mux\"\n-\n- \"github.com/cosmos/cosmos-sdk/x/distribution/client/common\"\n- \"github.com/cosmos/cosmos-sdk/x/distribution/types\"\n-\n- \"github.com/cosmos/cosmos-sdk/client\"\n- sdk \"gith... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: remove deprecated dead rest code | 1 | chore | null |
756,013 | 12.08.2021 20:27:27 | 21,600 | 546b5301c07493f3576c0c284b305f4fa7d7cd30 | docs(cosmos): minor edits | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,7 @@ service Query {\noption (google.api.http).get = \"/agoric/vbank/params\";\n}\n+ // State queries current state of the vbank module.\nrpc State(QueryStateRequest) returns (QueryStateResponse) {\noption (google.api.http).get = \"/agoric/vbank/state\";\n}\n... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | docs(cosmos): minor edits | 1 | docs | cosmos |
889,620 | 12.08.2021 20:29:25 | -28,800 | d68f70acb3dfff94756e6d92a5363b79dac66a68 | fix: empty trash is not library specific
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -350,10 +350,10 @@ class LibraryContentLifecycle(\nfun emptyTrash(library: Library) {\nlogger.info { \"Empty trash for library: $library\" }\n- val seriesToDelete = seriesRepository.findAll(SeriesSearch(deleted = true))\n+ val seriesToDelete = seriesRepository.findAll(... | Kotlin | MIT License | gotson/komga | fix: empty trash is not library specific
closes #612 | 1 | fix | null |
730,481 | 12.08.2021 21:12:29 | -3,600 | bf56dc3f1352b54b83589a1e55e8e5038046d388 | chore(ediscovery): add info on how to debug tests | [
{
"change_type": "MODIFY",
"diff": "@@ -39,6 +39,12 @@ Run the ediscovery from the top level using\n> npm test -- --packages @webex/internal-plugin-ediscovery\n+## Debug Tests\n+\n+Run the following command\n+\n+> npm test -- --packages @webex/internal-plugin-ediscovery --grep \"test name\" --karmaDebug --b... | JavaScript | MIT License | webex/webex-js-sdk | chore(ediscovery): add info on how to debug tests | 1 | chore | ediscovery |
679,913 | 12.08.2021 21:13:30 | -7,200 | 2748f0b7c3baed890840d7b06c86c7a1be73ccde | feat(shader-ast): add/update vec2/3 & float consts | [
{
"change_type": "MODIFY",
"diff": "@@ -5,12 +5,9 @@ import type {\nBVec2Term,\nBVec3Term,\nBVec4Term,\n- FloatTerm,\n- IntTerm,\nIVec2Term,\nIVec3Term,\nIVec4Term,\n- UintTerm,\nUVec2Term,\nUVec3Term,\nUVec4Term,\n@@ -43,9 +40,9 @@ export const int = (x: NumericB) =>\nexport const uint = (x: NumericB) =>\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add/update vec2/3 & float consts | 1 | feat | shader-ast |
679,913 | 12.08.2021 21:14:49 | -7,200 | 3b31e72259f8a9869053c7456a4077cc49a59f22 | refactor(shader-ast-stdlib): update vec const handling | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ import {\nsub,\nternary,\nvec3,\n+ VEC3_0,\n} from \"@thi.ng/shader-ast\";\n/**\n@@ -30,7 +31,7 @@ export const decodeRGBE = defn(\"vec3\", \"decodeRGBE\", [\"ivec4\"], (col) => {\nternary(\ngt($w(col), INT0),\nmul(vec3($xyz(col)), exp2(float(sub($w(col)... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(shader-ast-stdlib): update vec const handling | 1 | refactor | shader-ast-stdlib |
679,913 | 12.08.2021 21:15:49 | -7,200 | 2100e508828501d3d7d7f7e398da2a8d4b600c6c | feat(shader-ast-stdlib): add SDF polyhedra fns | [
{
"change_type": "ADD",
"diff": "+import {\n+ abs,\n+ add,\n+ defn,\n+ div,\n+ dot,\n+ FLOAT0,\n+ FLOAT1,\n+ FloatTerm,\n+ max,\n+ PHI,\n+ pow,\n+ ret,\n+ sub,\n+ TaggedFn2,\n+ TaggedFn3,\n+ vec3,\n+ Vec3Term,\n+} from \"@thi.ng/shader-ast\";\n+\n+// could use @thi.ng/vectors, but avoiding dependency\n+cons... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast-stdlib): add SDF polyhedra fns | 1 | feat | shader-ast-stdlib |
679,913 | 12.08.2021 21:25:17 | -7,200 | f14e8cb39b11ce99033b529ab46e7d103036b3e8 | feat(shader-ast-stdlib): add oscillator fns | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ export * from \"./math/mincomp\";\nexport * from \"./math/mix-cubic\";\nexport * from \"./math/mix-quadratic\";\nexport * from \"./math/orthogonal\";\n+export * from \"./math/osc\";\nexport * from \"./math/polar\";\nexport * from \"./math/sincos\";\n",
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast-stdlib): add oscillator fns | 1 | feat | shader-ast-stdlib |
679,913 | 12.08.2021 21:27:47 | -7,200 | c41b288758b532a10ed625f8a1d8a4e899af53a8 | feat(shader-ast-stdlib): add SDF domain ops
add sdfMirror2()
add sdfRepeatPolar() | [
{
"change_type": "MODIFY",
"diff": "@@ -56,8 +56,11 @@ export * from \"./sdf/box\";\nexport * from \"./sdf/cylinder\";\nexport * from \"./sdf/isec\";\nexport * from \"./sdf/line\";\n+export * from \"./sdf/mirror\";\nexport * from \"./sdf/plane\";\n+export * from \"./sdf/polyhedra\";\nexport * from \"./sdf/r... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast-stdlib): add SDF domain ops
- add sdfMirror2()
- add sdfRepeatPolar() | 1 | feat | shader-ast-stdlib |
386,595 | 12.08.2021 21:59:02 | -7,200 | 6261355f313a4d240407373c34c80608b4c1efd3 | feat(blocksAntd): Add support for html to Descriptions and refactor. | [
{
"change_type": "MODIFY",
"diff": "items:\nfield_one: \"description one field with \\n new line \\t helps\\n make better content.\"\n'one \\n two;': \"description two field with \\n new line \\t helps\\n make better content.\"\n-- id: 'properties.excludeKeys: []'\n- type: Descriptions\n- properties:\n- exc... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(blocksAntd): Add support for html to Descriptions and refactor. | 1 | feat | blocksAntd |
217,237 | 12.08.2021 22:03:20 | -10,800 | eda4e1145facf117796a17fbcea29849359a5929 | feat: add companies | [
{
"change_type": "MODIFY",
"diff": "@@ -101,4 +101,14 @@ export const companies = [\nsrc: \"uptarget.png\",\nalt: \"Uptarget\",\n},\n+ {\n+ url: \"https://www.fxdd.com/\",\n+ src: \"fxdd.svg\",\n+ alt: \"FXDD\",\n+ },\n+ {\n+ url: \"https://foxford.ru/\",\n+ src: \"foxford.svg\",\n+ alt: \"Foxford\",\n+ },\... | JavaScript | MIT License | feature-sliced/documentation | feat: add companies | 1 | feat | null |
722,056 | 12.08.2021 22:06:27 | -7,200 | 47c6f7b022aa919324e3b21ac760d155eb47cfc1 | fix(docgen): fix strict alias type to support arrays | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ export interface DocGenOptions {\n/**\n* What alias should be replaced in requires and imports\n*/\n- alias?: { [alias: string]: string }\n+ alias?: { [alias: string]: string | string[] }\n/**\n* What directories should be searched when resolving modules... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(docgen): fix strict alias type to support arrays | 1 | fix | docgen |
217,237 | 12.08.2021 22:13:50 | -10,800 | 74ead4cad69e508542273ccfbd8b1385a4119691 | review: clean logo | [
{
"change_type": "MODIFY",
"diff": "-<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 166.68 29.41\"><defs><style>.cls-1{fill:#ee3a43;}.cls-2{fill:#000000;}</style></defs><title>fxddlogo</title><polygon class=\"cls-1\" points=\"32.54 0.03 23.91 0.03 11.5 29.38 20.... | JavaScript | MIT License | feature-sliced/documentation | review: clean logo | 1 | review | null |
722,056 | 12.08.2021 22:16:03 | -7,200 | 9d74538102bdd46f4143f822e22b2b7c492d95b8 | test(docgen): add missing tests for aliases with multiple paths | [
{
"change_type": "MODIFY",
"diff": "import * as path from 'path'\nimport resolveAliases from '../resolveAliases'\n+jest.mock('fs', () => {\n+ return {\n+ existsSync: jest.fn((path: string) =>\n+ path === '/replacementPath/src/mixins/somethingNice/mixinFile.js'\n+ )\n+ }\n+})\n+\ndescribe('resolveAliases', (... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test(docgen): add missing tests for aliases with multiple paths | 1 | test | docgen |
217,237 | 12.08.2021 22:56:42 | -10,800 | d2598ad494776fcc68a32c8cc937f3e22c3c77d9 | hotfix: add hover for companies list | [
{
"change_type": "MODIFY",
"diff": "@@ -33,6 +33,11 @@ html[data-theme='dark'] .schemeImg {\n/* FIXME: fix later */\n.companiesItem {\nalign-self: center;\n+ transition: 0.25s;\n+}\n+\n+.companiesItem:hover {\n+ opacity: 0.7;\n}\n.companiesItemImg {\n",
"new_path": "website/src/pages/styles.module.css",... | JavaScript | MIT License | feature-sliced/documentation | hotfix: add hover for companies list | 1 | hotfix | null |
317,811 | 12.08.2021 23:31:44 | 21,600 | 572149b176b864775edae0e531ed38153a12d66a | theme: add plague | [
{
"change_type": "ADD",
"diff": "+{\n+ \"$schema\": \"https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json\",\n+ \"blocks\": [\n+ {\n+ \"type\": \"prompt\",\n+ \"alignment\": \"left\",\n+ \"segments\": [\n+ {\n+ \"type\": \"session\",\n+ \"style\": \"diamond\",\n+ \"foreground... | Go | MIT License | jandedobbeleer/oh-my-posh | theme: add plague | 1 | theme | null |
386,595 | 13.08.2021 00:14:24 | -7,200 | dcaf61575c09a9f253f1197826ff4ea60bdcd685 | fix(blockTools): RenderHtml should default to display-inline block. | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ class RenderHtml extends React.Component {\nthis.div = el;\n}\n}}\n- className={methods.makeCssClass(style)}\n+ className={methods.makeCssClass([{ display: 'inline-block' }, style])}\n/>\n);\n}\n",
"new_path": "packages/blockTools/src/RenderHtml.js",... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blockTools): RenderHtml should default to display-inline block. | 1 | fix | blockTools |
104,825 | 13.08.2021 01:10:42 | 14,400 | 468b87cc6f25e96dad223e2d2334d64a74ab21ae | test(list): add tests for angular list | [
{
"change_type": "ADD",
"diff": "+import { CommonModule } from '@angular/common';\n+import { TestBed } from '@angular/core/testing';\n+import { By } from '@angular/platform-browser';\n+\n+import { AIListComponent, ListModule } from './index';\n+import { AIListItem } from './list-item/ai-list-item.class';\n+... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(list): add tests for angular list | 1 | test | list |
73,307 | 13.08.2021 02:37:03 | 25,200 | 5f70acbac26552c94c593818d4f5c66c3bf2213e | chore(mergify): add Chriscbr to team members | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ pull_request_rules:\nlabel:\nadd: [contribution/core]\nconditions:\n- - author~=^(eladb|RomainMuller|garnaat|nija-at|skinny85|rix0rrr|NGL321|Jerry-AWS|SomayaB|MrArnoldPalmer|NetaNir|iliapolo|njlynch|madeline-k|BenChaimberg|comcalvi|kaizen3031593)$\n+ - aut... | TypeScript | Apache License 2.0 | aws/jsii | chore(mergify): add Chriscbr to team members (#2941) | 1 | chore | mergify |
865,922 | 13.08.2021 09:03:22 | -7,200 | 8966d6ea7fa3e054e1789fe64faa6284bc87c84f | chore(cloudDeployment): correct variable name | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ export const OAUTH_URL = 'OAuth URL';\nexport const AUDIENCE = 'Audience';\nexport const CLIENT_ID = 'Client ID';\nexport const CLIENT_SECRET = 'Client Secret';\n-export const CLUSTER_ID = 'Cluster URL';\n+export const CLUSTER_URL = 'Cluster URL';\nexpor... | JavaScript | MIT License | camunda/camunda-modeler | chore(cloudDeployment): correct variable name | 1 | chore | cloudDeployment |
815,593 | 13.08.2021 09:19:35 | -28,800 | 8984a4e20f84b1f1386cfaec45573b6c1ad45bf3 | test: add `TransactionScriptsVerifier` fuzz test | [
{
"change_type": "ADD",
"diff": "+\n+target\n+corpus\n+artifacts\n+coverage\n",
"new_path": "script/fuzz/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+[package]\n+name = \"ckb-script-fuzz\"\n+version = \"0.100.0-pre\"\n+license = \"MIT\"\n+authors = [\"Nervos Core De... | Rust | MIT License | nervosnetwork/ckb | test: add `TransactionScriptsVerifier` fuzz test (#2920) | 1 | test | null |
791,370 | 13.08.2021 09:42:14 | 21,600 | 8899d4b36b36b8ee59c68023ce3ba6db6dd6fad8 | chore(storagetransfer): tidy post tagging for sum entries | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,8 @@ cloud.google.com/go v0.81.0/go.mod h1:mk/AM35KwGk/Nm2YSeZbxXdrNK3KZOYHmLkOqC2V6E\ncloud.google.com/go v0.83.0/go.mod h1:Z7MJUsANfY0pYPdw0lbnivPx4/vhy/e2FEkSkF7vAVY=\ncloud.google.com/go v0.84.0/go.mod h1:RazrYuxIK6Kb7YrzzhPoLmCVzl7Sup4NrbKPg8KHSUM=\nclou... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(storagetransfer): tidy post tagging for sum entries (#4612) | 1 | chore | storagetransfer |
942,571 | 13.08.2021 09:54:03 | 25,200 | 7b60a56b0980b2261922215277bbb2b577a1d71d | fix(menu): Fix Menu item icon colors
* fix(menu): Updates menu item icon styling logic
fix
* chore: Adds accent icon to menu item story example
* fix: Adds .wd-icon-background to menu item styling
* fix: Merge master fix
* test: Adds visual test for menu item focused accent icon | [
{
"change_type": "MODIFY",
"diff": "@@ -78,7 +78,7 @@ const Item = styled('li')<Pick<MenuItemProps, 'isDisabled' | 'isFocused'>>(\n'&:hover': {\nbackgroundColor: commonColors.hoverBackground,\ncolor: colors.blackPepper300,\n- '.wd-icon-fill': {\n+ '.wd-icon-fill, .wd-icon-accent, .wd-icon-accent2': {\nfill:... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(menu): Fix Menu item icon colors (#1157)
* fix(menu): Updates menu item icon styling logic
fix #975
* chore: Adds accent icon to menu item story example
* fix: Adds .wd-icon-background to menu item styling
* fix: Merge master fix
* test: Adds visual test for menu item focused accent icon | 1 | fix | menu |
306,421 | 13.08.2021 09:55:05 | -7,200 | ec03d209c831e82f2fe75784fd62417ae4b6a842 | feat(core): scoped templates in SlotMixin | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/core': patch\n+---\n+\n+Support scoped templates in SlotMixin\n",
"new_path": ".changeset/hip-fishes-flash.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "/* eslint-disable class-methods-use-this */\nimport { dedupeMixin } from ... | JavaScript | MIT License | ing-bank/lion | feat(core): scoped templates in SlotMixin | 1 | feat | core |
730,461 | 13.08.2021 10:18:50 | 0 | 0f70ebf34bef9d3c35926920ea46f945da59f2ee | fix(internal-plugin-user): for update name any one name is required | [
{
"change_type": "MODIFY",
"diff": "@@ -265,15 +265,14 @@ const User = WebexPlugin.extend({\n* Updates a user's name with webex.\n* @instance\n* @memberof User\n- * @param {Object} options\n- * @param {string} options.givenName (required)\n- * @param {string} options.familyName (required)\n- * @param {strin... | JavaScript | MIT License | webex/webex-js-sdk | fix(internal-plugin-user): for update name any one name is required | 1 | fix | internal-plugin-user |
667,688 | 13.08.2021 10:20:35 | -28,800 | 58827d68b48dcc384e2410e5f9776d3ed46a5f9a | feat(hippy-react): add nativeNode attributes info for debugging | [
{
"change_type": "MODIFY",
"diff": "@@ -112,6 +112,26 @@ function getNativeProps(node: Element) {\nreturn otherProps;\n}\n+/**\n+ * Get target node attributes, use to chrome devTool tag attribute show while debugging\n+ */\n+function getTargetNodeAttributes(targetNode: Element) {\n+ try {\n+ const targetNod... | C++ | Apache License 2.0 | tencent/hippy | feat(hippy-react): add nativeNode attributes info for debugging (#923)
Co-authored-by: zexiongli <zexiongli> | 1 | feat | hippy-react |
266,246 | 13.08.2021 10:34:06 | 14,400 | facee4cc1ea096cd8bcc008bb85929daa7c414c0 | chore: drop mention of Python 2.7 from templates
Install async test dependencies unconditionally.
Drop unused 'samples' session. Samples are tested via separate noxfiles in all repos which have them.
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -225,17 +225,9 @@ class CommonTemplates:\nkwargs[\"default_python_version\"] = \"3.8\"\nif \"unit_test_python_versions\" not in kwargs:\nkwargs[\"unit_test_python_versions\"] = [\"3.6\", \"3.7\", \"3.8\", \"3.9\"]\n- if \"microgenerator\" not in kwargs:\n- kwargs[\"uni... | Python | Apache License 2.0 | googleapis/synthtool | chore: drop mention of Python 2.7 from templates (#1173)
Install async test dependencies unconditionally.
Drop unused 'samples' session. Samples are tested via separate noxfiles in all repos which have them.
Closes #1118.
Co-authored-by: Anthonios Partheniou <partheniou@google.com> | 1 | chore | null |
791,370 | 13.08.2021 10:36:25 | 21,600 | 5558855fe8026dd30e3a94411aef5b22c5d62cdc | docs(internal/carver): update commands and post tagging steps | [
{
"change_type": "MODIFY",
"diff": "@@ -365,10 +365,11 @@ func (c *carver) GitCommit() error {\n}\n}\nlog.Println(\"Successfully carved out module. Please run the following commands after your change is merged:\")\n- fmt.Fprintf(os.Stdout, \"git tag -a %s <COMMIT-SHA>\\n\", c.rootMod.Tag())\n- fmt.Fprintf(o... | Go | Apache License 2.0 | googleapis/google-cloud-go | docs(internal/carver): update commands and post tagging steps (#4613) | 1 | docs | internal/carver |
276,949 | 13.08.2021 10:57:44 | 10,800 | ac3da8cdd69d0e446d2168b556aa1afa724f6264 | chore: add size prop to Icon component | [
{
"change_type": "MODIFY",
"diff": "@@ -4,8 +4,9 @@ import { withTheme } from 'styled-components';\nconst Icon = ({\nas: Component,\n- width,\n- height,\n+ size,\n+ width = size,\n+ height = size,\nfill,\nstroke,\ntheme,\n@@ -49,6 +50,9 @@ Icon.propTypes = {\n/** Vertical size of the SVG. Use it as one of\n... | JavaScript | MIT License | gympass/yoga | chore: add size prop to Icon component | 1 | chore | null |
472,067 | 13.08.2021 11:15:41 | -32,400 | 6a7df3075856c4c44664880867b1ad17a6dc7708 | feat(spindle-tokens): extract style dictionary style alias | [
{
"change_type": "MODIFY",
"diff": "@@ -54,10 +54,16 @@ function exporter({\nlet aliasValue;\nif (style.comment) {\n- const aliasValueMatch = style.comment.match(/{.+}/);\n+ // extract style dictionary style alias value from comment\n+ const aliasReg = /{.+}/;\n+ const aliasValueMatch = style.comment.match(... | TypeScript | MIT License | openameba/spindle | feat(spindle-tokens): extract style dictionary style alias | 1 | feat | spindle-tokens |
777,353 | 13.08.2021 11:22:05 | 18,000 | 304b25c48f8e510e1b0d8ebfae37a7cf0f9c100d | feat: allows selection and unselection of hps and metrics in trial comparison table | [
{
"change_type": "MODIFY",
"diff": "@@ -56,3 +56,10 @@ h3 {\npadding-right: var(--theme-sizes-layout-small);\n}\n}\n+ul {\n+ margin: 0;\n+ padding: 0;\n+}\n+li {\n+ list-style-type: none;\n+}\n",
"new_path": "webui/react/src/pages/ExperimentDetails/TrialsComparisonModal.module.scss",
"old_path": "we... | Python | Apache License 2.0 | determined-ai/determined | feat: allows selection and unselection of hps and metrics in trial comparison table [DET-5854] (#2826) | 1 | feat | null |
126,276 | 13.08.2021 11:22:17 | 10,800 | 95a5153384c0fe3a3179ab39aca13777a0e40603 | chore(embedded/multierr): enhace multi error implementation
chore(embedded/multierr): minor renaming | [
{
"change_type": "MODIFY",
"diff": "@@ -779,25 +779,19 @@ func (t *AHtree) Close() error {\nt.closed = true\n- errors := make([]error, 0)\n+ merrors := multierr.NewMultiErr()\n- pErr := t.pLog.Close()\n- if pErr != nil {\n- errors = append(errors, pErr)\n- }\n+ err := t.pLog.Close()\n+ merrors.Append(err)\n... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/multierr): enhace multi error implementation
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
chore(embedded/multierr): minor renaming
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/multierr |
126,276 | 13.08.2021 11:27:52 | 10,800 | 68221a646351201cdd96cdde8d917779d8f5c6a4 | feat(embedded/sql): towards more powerful joins | [
{
"change_type": "MODIFY",
"diff": "@@ -67,6 +67,35 @@ func (v *CountValue) updateWith(val TypedValue) error {\nreturn nil\n}\n+// ValueExp\n+\n+func (v *CountValue) inferType(cols map[string]*ColDescriptor, params map[string]SQLValueType, implicitDB, implicitTable string) (SQLValueType, error) {\n+ return ... | Go | Apache License 2.0 | codenotary/immudb | feat(embedded/sql): towards more powerful joins
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | feat | embedded/sql |
104,828 | 13.08.2021 11:39:38 | -7,200 | c41721987732aa7057f725f1b480fa714ca8ebff | feat(table): preserve columns widths on resize | [
{
"change_type": "MODIFY",
"diff": "@@ -337,7 +337,7 @@ describe('Table', () => {\nexpect(mockActions.toolbar.onClearAllFilters).not.toHaveBeenCalled();\n});\n- it('triggers onColumnResize callback when column widths are modified', () => {\n+ it('triggers onColumnResize callback when column is toggled', () ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(table): preserve columns widths on resize
#2658 | 1 | feat | table |
791,690 | 13.08.2021 11:52:33 | 18,000 | 3d359d66a2406145bfcba9e13c241ddd4482536e | core(fr): parity on Stacks and FullPageSnapshot gatherers | [
{
"change_type": "MODIFY",
"diff": "@@ -106,7 +106,7 @@ jobs:\n- run: sudo apt-get install xvfb\n- name: yarn smoke --fraggle-rock\n- run: xvfb-run --auto-servernum yarn smoke --debug --fraggle-rock -j=1 --retries=2 a11y lantern seo-passing seo-failing csp metrics perf-debug\n+ run: xvfb-run --auto-servernu... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fr): parity on Stacks and FullPageSnapshot gatherers (#12907) | 1 | core | fr |
756,026 | 13.08.2021 11:55:43 | 25,200 | dc8d6dca5898890ef4d956c83685bc28eb189791 | feat!: add required rounding modes to ratio APIs
deprecated multiply and divide operations that didn't specify rounding
added more consistent type declarations. | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,10 @@ export {\nmakeRatioFromAmounts,\nmultiplyBy,\ndivideBy,\n+ floorMultiplyBy,\n+ floorDivideBy,\n+ ceilMultiplyBy,\n+ ceilDivideBy,\nassertIsRatio,\ninvertRatio,\noneMinus,\n",
"new_path": "packages/zoe/src/contractSupport/index.js",
"old_path": "... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat!: add required rounding modes to ratio APIs
deprecated multiply and divide operations that didn't specify rounding
added more consistent type declarations. | 1 | feat | null |
679,913 | 13.08.2021 11:59:56 | -7,200 | 8d6390cc7df7d3ee41c8a415956253cdc2bd8e97 | feat(shader-ast-stdlib): add variadic SDF ops | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ import {\ndiv,\nFLOAT1,\nFloatSym,\n+ FloatTerm,\nmix,\nmul,\nret,\n@@ -16,6 +17,7 @@ import { fit1101 } from \"../math/fit\";\n/**\n* @param d1 - float\n* @param d2 - float\n+ * @param k - float\n*/\nexport const sdfSmoothIntersect = defn(\n\"float\",\n@@... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast-stdlib): add variadic SDF ops | 1 | feat | shader-ast-stdlib |
401,126 | 13.08.2021 12:02:13 | 14,400 | 3da12ac806cfb60296d8160b970085ed258b1c72 | feat: small updates for compatibility with character count
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ export const PopoverIconContainer = styled('div')`\nexport const HelperAndErrorTextContainer = styled('span')`\nwidth: max-content;\ndisplay: flex;\n- border-radius: .4rem;\n+ border-radius: 0.4rem;\ncolor: white;\nfont-size: 1rem;\n`;\n",
"new_path"... | TypeScript | MIT License | medly/medly-components | feat: small updates for compatibility with character count
affects: @medly-components/core | 1 | feat | null |
679,913 | 13.08.2021 12:02:37 | -7,200 | 8a4855ec701307df8a80ac9802274540361a59a2 | feat(shader-ast): add/update AST node predicates | [
{
"change_type": "MODIFY",
"diff": "-import { isPlainObject } from \"@thi.ng/checks\";\n-import type { Term } from \"../api/nodes\";\n+import { isArrayLike, isNumber, isPlainObject } from \"@thi.ng/checks\";\n+import type { Lit, Term } from \"../api/nodes\";\n+import type { BoolTerm, FloatTerm, IntTerm, Uin... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add/update AST node predicates | 1 | feat | shader-ast |
276,941 | 13.08.2021 12:03:41 | 10,800 | 00efb9b9c7605409569a8c1d7560ac261d8bb3dd | fix(tag): updating text component used on tag to solve the font weight android problem
the property used to set font weight has no support on android so to solve this bug was necessary
change to text medium that already was adapted to this scenario | [
{
"change_type": "MODIFY",
"diff": "@@ -116,17 +116,13 @@ exports[`<PlanCard /> Snapshots should match snapshot with default PlanCard 1`]\n}\n>\n<Text\n- inverted={false}\n- light={false}\n- size=\"medium\"\nstyle={\nArray [\nObject {\n\"color\": \"#231B22\",\n\"fontFamily\": \"Rubik\",\n\"fontSize\": 16,\n... | JavaScript | MIT License | gympass/yoga | fix(tag): updating text component used on tag to solve the font weight android problem
the property used to set font weight has no support on android so to solve this bug was necessary
change to text medium that already was adapted to this scenario | 1 | fix | tag |
791,284 | 13.08.2021 12:03:52 | 18,000 | 27fc78456fb251652bdf5cdb493734a7e1e643e1 | fix(storage): remove unnecessary variable
Variable seems to be duplicating information which led to a bug. | [
{
"change_type": "MODIFY",
"diff": "@@ -90,8 +90,6 @@ type Client struct {\nraw *raw.Service\n// Scheme describes the scheme under the current host.\nscheme string\n- // EnvHost is the host set on the STORAGE_EMULATOR_HOST variable.\n- envHost string\n// ReadHost is the default host used on the reader.\nrea... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(storage): remove unnecessary variable (#4608)
Variable seems to be duplicating information which led to a bug. | 1 | fix | storage |
791,690 | 13.08.2021 12:12:41 | 18,000 | c23fff1c50d608ab0796725fc9747f6c027afa4b | tests(fr): convert screenshot expectations | [
{
"change_type": "MODIFY",
"diff": "@@ -106,7 +106,7 @@ jobs:\n- run: sudo apt-get install xvfb\n- name: yarn smoke --fraggle-rock\n- run: xvfb-run --auto-servernum yarn smoke --debug --fraggle-rock -j=1 --retries=2 a11y lantern seo-passing seo-failing csp metrics perf-debug dbw\n+ run: xvfb-run --auto-serv... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(fr): convert screenshot expectations (#12912) | 1 | tests | fr |
667,636 | 13.08.2021 12:15:04 | -28,800 | fcbe89bbc10cc068705fa4a0414a175eb2da131c | docs(publish): add Android publish steps | [
{
"change_type": "MODIFY",
"diff": "@@ -81,11 +81,7 @@ allprojects {\n}\ndependencies {\n- if (verifyReleaseAar) {\n- api (name: 'android-sdk-release', ext: 'aar')\n- } else {\napi project(path: ':android-sdk')\n- }\n//noinspection GradleDependency\napi 'com.github.bumptech.glide:glide:3.6.1'\napi 'androidx... | C++ | Apache License 2.0 | tencent/hippy | docs(publish): add Android publish steps | 1 | docs | publish |
679,913 | 13.08.2021 12:16:47 | -7,200 | 24c8ad5eafc531793295f4e3abe97834c83b4295 | feat(shader-ast): add module logger | [
{
"change_type": "MODIFY",
"diff": "@@ -25,5 +25,6 @@ export * from \"./builtin/bvec\";\nexport * from \"./builtin/math\";\nexport * from \"./builtin/texture\";\n+export * from \"./logger\";\nexport * from \"./optimize\";\nexport * from \"./target\";\n",
"new_path": "packages/shader-ast/src/index.ts",
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add module logger | 1 | feat | shader-ast |
126,276 | 13.08.2021 12:17:05 | 10,800 | 17c7f8e3e2710bdd039b2b8c7097ec9685463eb8 | test(embedded/sql): unit testing joins with aliasing | [
{
"change_type": "MODIFY",
"diff": "@@ -1803,10 +1803,10 @@ func TestJoins(t *testing.T) {\nt.Run(\"should find one matching row\", func(t *testing.T) {\nr, err := engine.QueryStmt(`\n- SELECT table1.title, table2.amount, table3.age\n- FROM (SELECT * FROM table2 WHERE amount = 1)\n- INNER JOIN table1 ON tab... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/sql): unit testing joins with aliasing
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/sql |
276,941 | 13.08.2021 12:17:35 | 10,800 | 2ccac7bdff7ed7bc8e7c84e5650dd3cb1ecd29c0 | docs(result): improving the information about the component and its compounds
this solves some PR comments about the misplaced component information | [
{
"change_type": "MODIFY",
"diff": "@@ -8,9 +8,19 @@ import Result from './result-native.mdx';\n# Result\n-<TabbedView>\n- <Tab title=\"Native\">\n+#### Reference\n+\n+Gympass `<Result />` component can be used to display content related to a single\n+subject of on list of searched results for example. The ... | JavaScript | MIT License | gympass/yoga | docs(result): improving the information about the component and its compounds
this solves some PR comments about the misplaced component information | 1 | docs | result |
386,584 | 13.08.2021 12:18:42 | -7,200 | 66e0692d9c9dc8a25be9115d2522e4cb77075c50 | feat(blocksAntd): Added onclose action chain error detection to ConfirmModal, Drawer, Modal. | [
{
"change_type": "MODIFY",
"diff": "@@ -44,12 +44,12 @@ const ConfirmModal = ({ blockId, events, content, methods, properties }) => {\nwidth: properties.width,\nzIndex: properties.zIndex,\nonOk: async () => {\n- await methods.triggerEvent({ name: 'onOk' });\n- methods.triggerEvent({ name: 'onClose' });\n+ c... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(blocksAntd): Added onclose action chain error detection to ConfirmModal, Drawer, Modal. | 1 | feat | blocksAntd |
679,913 | 13.08.2021 12:20:07 | -7,200 | ad60addce9391887e4e7f9c1ce1eb2d2371073ee | feat(shader-ast): update/improve AST optimizer
add support for lit hoisting & single comp swizzling
add logger support in replaceNode()
update constantFolding() to run iteratively as many times as needed
fix op1/op2 optimizers to use correct node predicates | [
{
"change_type": "MODIFY",
"diff": "-import { NO_OP } from \"@thi.ng/api\";\n+import { LogLevel } from \"@thi.ng/api\";\nimport { DEFAULT, defmulti } from \"@thi.ng/defmulti\";\n-import type { Lit, Op1, Op2, Term } from \"./api/nodes\";\n+import type { Lit, Op1, Op2, Swizzle, Term } from \"./api/nodes\";\ni... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): update/improve AST optimizer
- add support for lit hoisting & single comp swizzling
- add logger support in replaceNode()
- update constantFolding() to run iteratively as many times as needed
- fix op1/op2 optimizers to use correct node predicates | 1 | feat | shader-ast |
320,291 | 13.08.2021 12:31:58 | 25,200 | e5e84814379c0d777188b6e321edbe0b780ab3fd | fix(xbox): false positive | [
{
"change_type": "MODIFY",
"diff": "@@ -5,8 +5,8 @@ export const Xbox: Store = {\nlabels: {\noutOfStock: {\ncontainer:\n- '._-_-node_modules--xbox-web-partner-core-build-pages-BundleBuilder-Components-BundleBuilderHeader-__BundleBuilderHeader-module___checkoutButton',\n- text: ['out of stock'],\n+ '[class=\... | TypeScript | MIT License | jef/streetmerchant | fix(xbox): false positive (#2726) | 1 | fix | xbox |
276,941 | 13.08.2021 12:36:55 | 10,800 | 06e54e397948cd01cf820f049574a3a40385f47a | feat(tag): adjusting default icon size and add small variation to the docs
adjustments on the tag docs adding the small variantion and wrapper and updating some default size
on tag theme | [
{
"change_type": "MODIFY",
"diff": "<Tag variant=\"success\">success</Tag>\n<Tag variant=\"informative\">informative</Tag>\n- <Tag variant=\"attention\">attention</Tag>\n+ <Tag variant=\"attention\" small>attention</Tag>\n```\n### Props\n",
"new_path": "packages/doc/content/components/components/tag/def... | JavaScript | MIT License | gympass/yoga | feat(tag): adjusting default icon size and add small variation to the docs
adjustments on the tag docs adding the small variantion and wrapper and updating some default size
on tag theme | 1 | feat | tag |
756,026 | 13.08.2021 12:39:31 | 25,200 | 1668094138e0819c56f578d544ba0a24b1c82443 | fix: better type declarations caught some non-bigInts | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import { makeRatio } from '@agoric/zoe/src/contractSupport/index.js';\nimport { makeHandle } from '@agoric/zoe/src/makeHandle.js';\nimport { buildParamManager, ParamType } from '../src/paramManager.js';\n-const BASIS_POINTS = 10_000;\n+const BASIS_POINTS =... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: better type declarations caught some non-bigInts | 1 | fix | null |
667,636 | 13.08.2021 12:47:54 | -28,800 | 61ccc9f21eb845f383702f4e9eabe5038a866517 | fix(android): fixed gradle config | [
{
"change_type": "MODIFY",
"diff": "@@ -81,7 +81,11 @@ allprojects {\n}\ndependencies {\n+ if (verifyReleaseAar) {\n+ api (name: 'android-sdk-release', ext: 'aar')\n+ } else {\napi project(path: ':android-sdk')\n+ }\n//noinspection GradleDependency\napi 'com.github.bumptech.glide:glide:3.6.1'\napi 'androidx... | C++ | Apache License 2.0 | tencent/hippy | fix(android): fixed gradle config | 1 | fix | android |
276,941 | 13.08.2021 12:48:38 | 10,800 | c562f39b018b9de0a2a035050c2b1877323a0ea6 | test(result): adjust some titles and texts and update snapshots
adjusting the component doc title and some placeholder texts and update snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -196,10 +196,12 @@ const ResultPage = () => (\nrenderItem={Text.Small}\ndots\n/>\n+ <Result.Tags items={tagsList} />\n+ <Result.Button>Select</Result.Button>\n</Result>\n</ResultWrapper>\n<ResultWrapper>\n- <DocTitle />\n+ <DocTitle>Default Result With Circle Avatar Wi... | JavaScript | MIT License | gympass/yoga | test(result): adjust some titles and texts and update snapshots
adjusting the component doc title and some placeholder texts and update snapshots | 1 | test | result |
306,650 | 13.08.2021 12:53:23 | -19,080 | 7495633b1d09ad989010d000aa9b167e3fabecf9 | chore: modify prepare commit hook to skip release commit checks | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ jobs:\n- name: bump module version\nif: steps.is_release_commit.outputs.result == 1\n- run: npm version $(git log -1 --pretty=format:%s) -m \"Released %s\"\n+ run: RELEASE_COMMIT=true npm version --no-commit-hooks $(git log -1 --pretty=format:%s) -m \"Re... | TypeScript | MIT License | innovaccer/design-system | chore: modify prepare commit hook to skip release commit checks | 1 | chore | null |
756,013 | 13.08.2021 13:02:54 | 21,600 | b9c01f7bf19f608c4bf85bbf664e71f9789de697 | test(wallet): update golden tests for new Zoe fee purse | [
{
"change_type": "MODIFY",
"diff": "@@ -61,13 +61,13 @@ test('getPursesNotifier', async t => {\n} = await setup();\nconst pursesNotifier = wallet.getPursesNotifier();\nconst update = await pursesNotifier.getUpdateSince();\n- t.is(update.updateCount, 7);\n+ t.is(update.updateCount, 11);\n// Has the default Z... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(wallet): update golden tests for new Zoe fee purse | 1 | test | wallet |
756,026 | 13.08.2021 13:11:53 | 25,200 | 4903bffa1be0bf454422b9e8582e685b1fa6a777 | chore: typescript wants a more explicit decl than 'bigish' | [
{
"change_type": "MODIFY",
"diff": "@@ -345,9 +345,9 @@ export function buildRootObject(vatPowers, vatParameters) {\nassert(initialPrice);\nconst rates = {\ninitialPrice: makeRatio(\n- initialPrice[0],\n+ /** @type {bigint} */ (initialPrice[0]),\ncentralBrand,\n- initialPrice[1],\n+ /** @type {bigint} */ (i... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: typescript wants a more explicit decl than 'bigish' | 1 | chore | null |
276,951 | 13.08.2021 13:23:13 | 10,800 | 51c205b88e94481f0285971933559d460405917a | refactor(avatar): change placeholder to icon | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ import { string, func, checkPropTypes } from 'prop-types';\nimport Box from '../../Box';\nimport Icon from '../../Icon';\n-const Avatar = ({ src, alt, fill, stroke, placeholder, ...otherProps }) => (\n+const Avatar = ({ src, alt, fill, stroke, icon, ...oth... | JavaScript | MIT License | gympass/yoga | refactor(avatar): change placeholder to icon | 1 | refactor | avatar |
277,002 | 13.08.2021 13:27:00 | 10,800 | d0b40fe5265022b71ff0d2889161cb5670106b26 | feat: add small props in component tag | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ const Wrapper = styled.ScrollView`\nconst ResultTags = ({ items }) => (\n<Wrapper horizontal showsHorizontalScrollIndicator={false}>\n{items.map(({ ...props }) => (\n- <TagStyled size=\"small\" {...props} />\n+ <TagStyled small {...props} />\n))}\n</Wrap... | JavaScript | MIT License | gympass/yoga | feat: add small props in component tag | 1 | feat | null |
756,013 | 13.08.2021 13:27:11 | 21,600 | 4b926e86b6d3814fb8e91bc83c1dd91be29cab83 | fix(vats): properly wire in the Zoe kit | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,12 @@ export function buildRootObject(vatPowers, vatParameters) {\nreturn Far('root', {\nbuildZoe: adminVat => {\nconst shutdownZoeVat = vatPowers.exitVatWithFailure;\n- makeZoeKit(adminVat, shutdownZoeVat, vatParameters.zcfBundleName);\n+ return makeZoeKit(\n+... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(vats): properly wire in the Zoe kit | 1 | fix | vats |
276,951 | 13.08.2021 13:27:38 | 10,800 | d4417aeba45d0d1a2c6869a0314066ea063f39f5 | refactor(avatar): remove placeholder | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\n-import { UserFilled } from '@gympass/yoga-icons';\nimport Avatar from './Avatar';\n-const AvatarCircle = props => (\n- <Avatar {...props} borderRadius=\"circle\" placeholder={UserFilled} />\n-);\n+const AvatarCircle = props => <Avatar {...prop... | JavaScript | MIT License | gympass/yoga | refactor(avatar): remove placeholder | 1 | refactor | avatar |
756,051 | 13.08.2021 13:27:55 | 18,000 | 8c4a16bc203722d594f09bf7c5acd09c4209ba1c | feat(xsnap): make name available on xsnap object | [
{
"change_type": "MODIFY",
"diff": "@@ -130,6 +130,7 @@ export function recordXSnap(options, folderPath, { writeFileSync }) {\nconst it = xsnap({ ...options, handleCommand });\nreturn freeze({\n+ name: it.name,\nisReady: async () => {\nnextFile('isReady');\nreturn it.isReady();\n",
"new_path": "packages... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(xsnap): make name available on xsnap object | 1 | feat | xsnap |
756,051 | 13.08.2021 13:28:24 | 18,000 | 66f9cde593be84412a8d78b1fa7446edceb59309 | test(xsnap): GC of cloned snapshot does not diverge | [
{
"change_type": "MODIFY",
"diff": "-/* global setTimeout, __filename */\n+/* global setTimeout, WeakRef, setImmediate, process */\n// @ts-check\n// eslint-disable-next-line import/no-extraneous-dependencies\nimport test from 'ava';\nimport * as proc from 'child_process';\nimport * as os from 'os';\n+import... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(xsnap): GC of cloned snapshot does not diverge | 1 | test | xsnap |
791,284 | 13.08.2021 13:41:22 | 18,000 | ee2756fb0a335d591464a770c9fa4f8fe0ba2e01 | fix(storage): preserve supplied endpoint's scheme | [
{
"change_type": "MODIFY",
"diff": "@@ -139,12 +139,15 @@ func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error\nif err != nil {\nreturn nil, fmt.Errorf(\"storage client: %v\", err)\n}\n- // Update readHost with the chosen endpoint.\n+ // Update readHost and scheme with the chosen... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(storage): preserve supplied endpoint's scheme (#4609) | 1 | fix | storage |
791,704 | 13.08.2021 13:43:40 | 18,000 | 084d43685386dd9ffb6f6d985a91c1a6219b00e0 | misc: tweak folder used for vercel deployment | [
{
"change_type": "MODIFY",
"diff": "@@ -35,14 +35,13 @@ if ! echo \"$CHANGED_FILES\" | grep -E 'report|lhci' > /dev/null; then\nexit 0\nfi\n-# Generate HTML reports in ./dist/now/\n-yarn build-report\n+# Generate HTML reports in ./dist/sample-reports\nyarn vercel-build\n# Install LHCI\nnpm install -g @lhci/... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: tweak folder used for vercel deployment (#12879) | 1 | misc | null |
276,949 | 13.08.2021 13:46:35 | 10,800 | 9af93ae8837061b28ee7145cebf509585339e2ae | chore: add tests to input prop size | [
{
"change_type": "MODIFY",
"diff": "@@ -3,13 +3,14 @@ import { render } from '@testing-library/react-native';\nimport { ThemeProvider, Icon } from '../..';\n-describe('Snapshots', () => {\n- it('should match snapshot', () => {\nconst Circle = props => (\n<svg {...props}>\n<circle cx=\"16\" cy=\"16\" r=\"16\... | JavaScript | MIT License | gympass/yoga | chore: add tests to input prop size | 1 | chore | null |
756,051 | 13.08.2021 13:59:53 | 18,000 | fc9332fc52f626b884e4998e780dbfbf87cb854d | feat(xsnap): record upstream commands as well as replies | [
{
"change_type": "MODIFY",
"diff": "@@ -103,6 +103,7 @@ export function recordXSnap(options, folderPath, { writeFileSync }) {\n/** @param { Uint8Array} msg */\nasync function handleCommand(msg) {\n+ nextFile('command').put(msg);\nconst result = await handle(msg);\nnextFile('reply').put(result);\nreturn resu... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(xsnap): record upstream commands as well as replies | 1 | feat | xsnap |
777,369 | 13.08.2021 14:02:22 | 21,600 | 9cf638946e052fea641d91f0d12e081bcbb33fcd | style: slight style tweaks for trial comparison | [
{
"change_type": "MODIFY",
"diff": "-.tableContainer {\n- border: 0.5px solid var(--theme-colors-monochrome-14);\n+.base {\n+ border: 1px solid var(--theme-colors-monochrome-14);\nborder-radius: var(--theme-sizes-border-radius);\ndisplay: grid;\ngrid-auto-flow: row;\n- min-height: 75vh;\n+ height: 75vh;\nov... | Python | Apache License 2.0 | determined-ai/determined | style: slight style tweaks for trial comparison (#2829) | 1 | style | null |
273,683 | 13.08.2021 14:05:53 | -7,200 | 3dc2f9f0e9b877914d9f86eb1170ee0be71eab80 | ci: add yarn.lock to pnp and test workflow paths | [
{
"change_type": "MODIFY",
"diff": "@@ -5,12 +5,14 @@ on:\nbranches:\n- master\npaths:\n+ - 'yarn.lock'\n- 'gridsome/**'\n- '.github/workflows/pnp.yml'\npull_request:\nbranches:\n- master\npaths:\n+ - 'yarn.lock'\n- 'gridsome/**'\n- '.github/workflows/pnp.yml'\n",
"new_path": ".github/workflows/pnp.yml"... | JavaScript | MIT License | gridsome/gridsome | ci: add yarn.lock to pnp and test workflow paths | 1 | ci | null |
791,704 | 13.08.2021 14:12:23 | 18,000 | 5bc90d7871cb88c1b415c4604c097570a82e00dc | misc(build): remove template.html from devtools report resources | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,6 @@ fs.mkdirSync(distDir, {recursive: true});\nwriteFile('report.js', htmlReportAssets.REPORT_JAVASCRIPT);\nwriteFile('report.css', htmlReportAssets.REPORT_CSS);\nwriteFile('standalone-template.html', htmlReportAssets.REPORT_TEMPLATE);\n-writeFile('templates... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(build): remove template.html from devtools report resources (#12891) | 1 | misc | build |
126,276 | 13.08.2021 14:13:35 | 10,800 | 52fc8cba1413f395fad21e88010941a794bc2198 | fix(embedded/sql): fix table aliasing with implicit selectors | [
{
"change_type": "MODIFY",
"diff": "@@ -860,7 +860,8 @@ func TestQuery(t *testing.T) {\n_, err = engine.QueryStmt(\"SELECT DISTINCT id1 FROM table1\", nil, true)\nrequire.Equal(t, ErrNoSupported, err)\n- r, err = engine.QueryStmt(\"SELECT id1 FROM table1\", nil, true)\n+ t.Run(\"should fail reading due to n... | Go | Apache License 2.0 | codenotary/immudb | fix(embedded/sql): fix table aliasing with implicit selectors
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | embedded/sql |
679,913 | 13.08.2021 14:17:45 | -7,200 | b0124d7dc8a38ec2fcea412e8c880e39c66f6d43 | feat(shader-ast): add optimizers for built-in fns | [
{
"change_type": "MODIFY",
"diff": "@@ -186,7 +186,7 @@ yarn add @thi.ng/shader-ast\n<script src=\"https://unpkg.com/@thi.ng/shader-ast/lib/index.umd.js\" crossorigin></script>\n```\n-Package sizes (gzipped, pre-treeshake): ESM: 5.21 KB / CJS: 5.78 KB / UMD: 5.13 KB\n+Package sizes (gzipped, pre-treeshake):... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add optimizers for built-in fns | 1 | feat | shader-ast |
129,361 | 13.08.2021 14:32:22 | -7,200 | d1e6dad31889646fcbd94ed0ba19aea8077a32d4 | docs: add docs for 3rd party module cz-github-jira-conventional | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,17 @@ meaningful way.\nIt can be installed with `pip install conventional-JIRA`.\n+### [GitHub JIRA Conventional](https://pypi.org/project/cz-github-jira-conventional/)\n+\n+This plugin extends the commitizen tools by:\n+- requiring a JIRA issue id in the com... | Python | MIT License | commitizen-tools/commitizen | docs: add docs for 3rd party module cz-github-jira-conventional | 1 | docs | null |
815,598 | 13.08.2021 14:41:51 | -28,800 | 2d04705f382a8a2d372078f2a4f3a94e86ae8969 | chore: simplify bug template | [
{
"change_type": "MODIFY",
"diff": "@@ -14,12 +14,6 @@ labels: t:bug\n### Expected Behavior\n<!-- A clear and concise description of what you expected to happen. -->\n-### Steps to reproduce\n-<!-- How you encounter the bug? Can you reproduce it now and summarize the steps? -->\n-\n-### Possible Solution\n-... | Rust | MIT License | nervosnetwork/ckb | chore: simplify bug template | 1 | chore | null |
276,949 | 13.08.2021 14:43:52 | 10,800 | ccaa43fec366197312f831941f2b0b49f54b6120 | feat(icon): add proptype for size on component input | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\n-import { oneOf, elementType, string, instanceOf } from 'prop-types';\n+import {\n+ oneOf,\n+ elementType,\n+ string,\n+ instanceOf,\n+ checkPropTypes,\n+ oneOfType,\n+ number,\n+} from 'prop-types';\nimport { withTheme } from 'styled-component... | JavaScript | MIT License | gympass/yoga | feat(icon): add proptype for size on component input | 1 | feat | icon |
744,016 | 13.08.2021 14:48:45 | 21,600 | 832222d7777da49e5c9da6c5801c2dd90d7fa6a2 | fix: positional array defaults should not be combined with provided values | [
{
"change_type": "MODIFY",
"diff": "@@ -593,15 +593,17 @@ export class CommandInstance {\npositionalKeys.push(...parsed.aliases[key]);\n});\n+ const defaults = yargs.getOptions().default;\nObject.keys(parsed.argv).forEach(key => {\nif (positionalKeys.includes(key)) {\n// any new aliases need to be placed in... | JavaScript | MIT License | yargs/yargs | fix: positional array defaults should not be combined with provided values (#2006) | 1 | fix | null |
791,370 | 13.08.2021 14:56:16 | 21,600 | cc65d945688ac446602bce6ef86a935714dfe2f8 | feat(internal/detect): add helper to detect projectID from env
This is meant to be used by certain veneers so that we can detect the projectID in a consistent manner. Future PRs will use this logic.
Fixes: | [
{
"change_type": "ADD",
"diff": "+// Copyright 2021 Google LLC\n+//\n+// Licensed under the Apache License, Version 2.0 (the \"License\");\n+// you may not use this file except in compliance with the License.\n+// You may obtain a copy of the License at\n+//\n+// https://www.apache.org/licenses/LICENSE-2.0\... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(internal/detect): add helper to detect projectID from env (#4582)
This is meant to be used by certain veneers so that we can detect the projectID in a consistent manner. Future PRs will use this logic.
Fixes: #1294 | 1 | feat | internal/detect |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.