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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
277,286 | 17.08.2021 11:09:24 | -7,200 | 19497509482dde01fd20c1158c9a61b7b7683bbd | feat: Icon button. Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ async def serve(q: Q):\nui.text(f'primary_compound_button={q.args.primary_compound_button}'),\nui.text(f'basic_compound_disabled_button={q.args.basic_compound_disabled_button}'),\nui.text(f'primary_compound_disabled_button={q.args.primary_compound_disabl... | Python | Apache License 2.0 | h2oai/wave | feat: Icon button. Closes #958 | 1 | feat | null |
401,126 | 17.08.2021 11:09:30 | 14,400 | 809cc5b117f91d976925adc44c94176fdbd3505c | fix: small cleanup/fixes
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -68,15 +68,16 @@ const getHoverStateStyle = (style: 'shadow' | 'outlined') =>\nconst getBorderStyle = (rowHoveredStyle: 'shadow' | 'outlined') =>\nrowHoveredStyle === 'outlined'\n? css<StyledProps>`\n+ border-width: 0.2rem;\n+ border-style: solid;\n+\n&:nth-child(odd) ... | TypeScript | MIT License | medly/medly-components | fix: small cleanup/fixes
affects: @medly-components/core | 1 | fix | null |
217,922 | 17.08.2021 11:17:03 | -7,200 | a684b23a32bc3acea95e22c6f0967186a898e4c6 | fix(desktop): support for packet changes in CN 5.5 | [
{
"change_type": "MODIFY",
"diff": "},\n\"private\": true,\n\"dependencies\": {\n- \"@ffxiv-teamcraft/pcap-ffxiv\": \"^0.7.1\",\n+ \"@ffxiv-teamcraft/pcap-ffxiv\": \"^0.7.2\",\n\"buffer-reader\": \"^0.1.0\",\n\"electron-is-dev\": \"^1.1.0\",\n\"electron-log\": \"^3.0.6\",\n",
"new_path": "package.json",... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): support for packet changes in CN 5.5 | 1 | fix | desktop |
386,581 | 17.08.2021 11:17:41 | -7,200 | f2db270a223e290a58fcd4e2225365692d83e097 | fix(build): Remove unused tests. | [
{
"change_type": "MODIFY",
"diff": "@@ -701,46 +701,6 @@ test('buildRefs with transformer function', async () => {\n});\n});\n-test('buildRefs with eval json content', async () => {\n- const files = [\n- {\n- path: 'lowdefy.yaml',\n- content: {\n- _ref: {\n- eval: 'src/test/testBuildRefsEvalJson.js',\n- },\... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): Remove unused tests. | 1 | fix | build |
711,597 | 17.08.2021 11:19:18 | -7,200 | c141b80fb227df9be04462ac4762663629a7319b | docs(core): Fix bad docs link | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,7 @@ export interface GlobalStylesExtension {\n* Angular [NgModules](https://angular.io/guide/ngmodules) which are compiled\n* into the application.\n*\n- * See [Extending the Admin UI](/docs/developer-guide/plugins/extending-the-admin-ui/) for\n+ * See [Exte... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(core): Fix bad docs link | 1 | docs | core |
276,989 | 17.08.2021 11:26:39 | 10,800 | 1f2fce6859d67d3ddf0103c855365ee36870917f | refactor(avatar): adjusting icon proptype to properly handle when src is missing or not | [
{
"change_type": "MODIFY",
"diff": "### Default\n```javascript\n-\n-<Box display='flex' justifyContent='space-evenly' width='100%'>\n+<Box display=\"flex\" justifyContent=\"space-evenly\" width=\"100%\">\n<Avatar />\n<Avatar src=\"https://github.com/Gympass.png\" alt=\"Gympass brand logo\" />\n</Box>\n### C... | JavaScript | MIT License | gympass/yoga | refactor(avatar): adjusting icon proptype to properly handle when src is missing or not | 1 | refactor | avatar |
386,581 | 17.08.2021 11:27:44 | -7,200 | f6f35a91342a771a644a350378ef52ab9d80c05d | fix(build): remove metaloader to remove dataloader dependency | [
{
"change_type": "MODIFY",
"diff": "*/\nimport createFileLoader from './loaders/fileLoader';\n+import createGetMeta from './utils/meta/getMeta';\nimport createWriteBuildArtifact from './utils/files/writeBuildArtifact';\n-import createMetaLoader from './loaders/metaLoader';\nimport addDefaultPages from './bu... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): remove metaloader to remove dataloader dependency | 1 | fix | build |
503,970 | 17.08.2021 11:34:26 | 14,400 | 5049ad04d37357f3cad1a74e8e6de72525bace4e | chore(Avatar): update example image to match core | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ propComponents: ['Avatar']\n---\nimport avatarImg from './avatarImg.svg';\n+import avatarImgDark from './avatarImgDark.svg';\nimport './example.css';\n## Examples\n@@ -22,7 +23,7 @@ import avatarImg from './avatarImg.svg';\n```js\nimport React from 'react'... | TypeScript | MIT License | patternfly/patternfly-react | chore(Avatar): update example image to match core (#6137) | 1 | chore | Avatar |
217,922 | 17.08.2021 11:35:54 | -7,200 | b94ef727c37d2c8c8410ff6a973ee85180c92dc2 | feat(leveling-equipment): removed items traded with Talan (Lucis and other big tools) | [
{
"change_type": "MODIFY",
"diff": "@@ -199,7 +199,7 @@ export class LevelingEquipmentComponent extends TeamcraftComponent {\nif (filters.includeCrafting && (extract.sources || []).some(source => source.type === DataType.CRAFTED_BY)) {\nreturn true;\n}\n- const trades = getItemSource(extract, DataType.TRADE... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(leveling-equipment): removed items traded with Talan (Lucis and other big tools) | 1 | feat | leveling-equipment |
71,578 | 17.08.2021 11:36:39 | 25,200 | 8f706d5b151359f6c669265c37a05cc6fdc536be | chore: remove duplicated closed issues in changelog | [
{
"change_type": "MODIFY",
"diff": "@@ -8,14 +8,14 @@ All notable changes to this project will be documented in this file. See [standa\n### Features\n* **apigatewayv2:** http api - domain url for a stage ([#15973](https://github.com/aws/aws-cdk/issues/15973)) ([bb5d587](https://github.com/aws/aws-cdk/commit... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: remove duplicated closed issues in changelog | 1 | chore | null |
679,913 | 17.08.2021 11:45:01 | -7,200 | a1f9ac8b2f56376747af53a2f8e9911ed3704c27 | feat(hiccup-html): update style/script element defs
add CDataContent type
allow string or cdata as content
update `style` default attribs | [
{
"change_type": "MODIFY",
"diff": "import type { Fn, IObjectOf, MaybeDeref, NumOrString } from \"@thi.ng/api\";\n+export type CDataContent = [\"!CDATA\", ...string[]];\n+\nexport type AttribVal<T> = MaybeDeref<T | undefined>;\nexport type BooleanAttrib = AttribVal<boolean>;\nexport type NumericAttrib = Att... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hiccup-html): update style/script element defs
- add CDataContent type
- allow string or cdata as content
- update `style` default attribs | 1 | feat | hiccup-html |
334,560 | 17.08.2021 11:45:49 | -10,800 | 11cd5d061ce416bb813c312140bc203b75d9b90c | fix(jest): allow passing file paths as argument to ng test | [
{
"change_type": "MODIFY",
"diff": "@@ -78,6 +78,7 @@ multiAppTestOptions=(\n\"yarn test my-first-app|--testNamePattern=^AppComponent should create the app$|1|1|1|3|2||\"\n\"yarn test my-shared-library|--testPathPattern=src/lib/my-shared-library.service.spec.ts$|1|1|1|1|||\"\n\"yarn test my-shared-library|-... | TypeScript | MIT License | just-jeb/angular-builders | fix(jest): allow passing file paths as argument to ng test (#1025) | 1 | fix | jest |
679,913 | 17.08.2021 11:52:04 | -7,200 | a770847a51668f8bffc798d152a964f1524ab153 | refactor(hiccup-svg): single return in svg() | [
{
"change_type": "MODIFY",
"diff": "@@ -4,8 +4,8 @@ import { fattribs } from \"./format\";\n/**\n* Defines an <svg> root element with default XML namespaces. By default\n- * currently still sets SVG version to 1.1 to support Safari and other legacy\n- * tooling.\n+ * currently still defaults to SVG version ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hiccup-svg): single return in svg() | 1 | refactor | hiccup-svg |
897,067 | 17.08.2021 11:55:06 | -32,400 | e66c7b6d21e9d19343b2c8d8a36598e3b8c56a28 | feat(plugin-uploader)!: remove `--domain` option and `KINTONE_DOMAIN` (BREAKING CHANGE)
* chore(plugin-uploader): remove `--domain` option (BREAKING CHANGE)
* docs(plugin-uploader): remove `--domain` option
* feat!: modify error messages
BREAKING CHANGE: remove `--domain` option and `KINTONE_DOMAIN` | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,6 @@ You can create a project based on `@kintone/plugin-packer` using [@kintone/creat\n$ kintone-plugin-uploader <pluginPath>\nOptions\n--base-url Base-url of your kintone\n- --domain Domain of your kintone (This value is deprecated. Please use --base-url.)\n... | TypeScript | MIT License | kintone/js-sdk | feat(plugin-uploader)!: remove `--domain` option and `KINTONE_DOMAIN` (BREAKING CHANGE) (#1046)
* chore(plugin-uploader): remove `--domain` option (BREAKING CHANGE)
* docs(plugin-uploader): remove `--domain` option
* feat!: modify error messages
BREAKING CHANGE: remove `--domain` option and `KINTONE_DOMAIN`
Co-aut... | 1 | feat | plugin-uploader |
897,067 | 17.08.2021 11:55:36 | -32,400 | 294270b8be567cd3672c0b7417af32fc6e222867 | feat(customize-uploader)!: remove `--domain` option and `KINTONE_DOMAIN` (BREAKING CHANGE)
* chore(customize-uploader): remove `--domain` option (BREAKING CHANGE)
* chore: change error message
* docs(customize-uploader): remove --domain option
BREAKING CHANGE: remove `--domain` option and `KINTONE_DOMAIN` | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,6 @@ If you want to upload the customize files automatically when a file is updated,\n$ kintone-customize-uploader <manifestFile>\nOptions\n--base-url Base-url of your kintone\n- --domain Domain of your kintone (This value is deprecated. Please use --base-url... | TypeScript | MIT License | kintone/js-sdk | feat(customize-uploader)!: remove `--domain` option and `KINTONE_DOMAIN` (BREAKING CHANGE) (#1047)
* chore(customize-uploader): remove `--domain` option (BREAKING CHANGE)
* chore: change error message
* docs(customize-uploader): remove --domain option
BREAKING CHANGE: remove `--domain` option and `KINTONE_DOMAIN` | 1 | feat | customize-uploader |
273,683 | 17.08.2021 11:56:35 | -7,200 | c895a54dbbce1e8667a7b238623191983006f170 | refactor: set vue-loader whitespace to condense | [
{
"change_type": "MODIFY",
"diff": "@@ -90,7 +90,7 @@ module.exports = (app, { isProd, isServer }) => {\n.loader(require.resolve('vue-loader'))\n.options({\ncompilerOptions: {\n- preserveWhitespace: false,\n+ whitespace: 'condense',\nmodules: [\nrequire('./modules/html')(),\nrequire('./modules/assets')()\n"... | JavaScript | MIT License | gridsome/gridsome | refactor: set vue-loader whitespace to condense | 1 | refactor | null |
679,913 | 17.08.2021 11:56:59 | -7,200 | badeefc013256114fb743f409968e37f7220cbe9 | refactor(tools): update adjacency matrix diagram
add global `tool:deps` build script alias | [
{
"change_type": "MODIFY",
"diff": "\"pub\": \"lerna publish --registry https://registry.npmjs.org/ && yarn doc && scripts/deploy-docs\",\n\"test\": \"yarn build && yarn test:only\",\n\"test:only\": \"lerna run test\",\n+ \"tool:deps\": \"ts-node -P tools/tsconfig.json tools/src/adjacency.ts\",\n\"tool:impo... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(tools): update adjacency matrix diagram
- add global `tool:deps` build script alias | 1 | refactor | tools |
866,394 | 17.08.2021 12:21:29 | 14,400 | 8caa4338a9b22173b5dc4366bc28d4b8c16d3717 | chore(plex): using shortened urls for CDN
### Related Ticket(s)
No related issue
### Description
This makes use of a shortened URL for Plex CDN, now that we own `/common/carbon`.
### Changelog
**Changed**
Plex CDN url to `/common/carbon/plex` | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ describe('Load plex utility | Arabic', () => {\nit('should load Plex Arabic font css on the page', () => {\nconst headContent = document.getElementsByTagName('head')[0].innerHTML;\nconst fontLink =\n- 'https://1.www.s81c.com/common/carbon-for-ibm-dotcom/... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(plex): using shortened urls for CDN (#6896)
### Related Ticket(s)
No related issue
### Description
This makes use of a shortened URL for Plex CDN, now that we own `/common/carbon`.
### Changelog
**Changed**
- Plex CDN url to `/common/carbon/plex` | 1 | chore | plex |
386,581 | 17.08.2021 12:31:32 | -7,200 | 350f25faf8171c3ed42a738b39333d289cb1dee8 | fix(build): Add writeBuildArtifact test. | [
{
"change_type": "ADD",
"diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\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+ http://www.apache.org/licenses/LICENSE-2.0\n+ Unless... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): Add writeBuildArtifact test. | 1 | fix | build |
777,422 | 17.08.2021 12:37:24 | 25,200 | c12cd203f5e78ad3c6af6d4f90a4c3807e118ce4 | feat: adding profiling metrics to continuous benchmarking
profiling support in pytest | [
{
"change_type": "MODIFY",
"diff": "@@ -796,6 +796,7 @@ commands:\ncommand: |\npython .circleci/scripts/upload_test_results.py \\\n'success' \\\n+ ${CIRCLE_NODE_INDEX} \\\n<<parameters.test_results_path>> \\\n${CIRCLE_BUILD_NUM} \\\n${DET_CI_ACCESS_KEY} \\\n@@ -806,6 +807,7 @@ commands:\ncommand: |\npython ... | Python | Apache License 2.0 | determined-ai/determined | feat: adding profiling metrics to continuous benchmarking (#2796)
profiling support in pytest | 1 | feat | null |
386,581 | 17.08.2021 12:39:18 | -7,200 | baf1090be7774d427be476411cca9167d28382c7 | fix(docs): Remove documentation for eval option on _ref. | [
{
"change_type": "MODIFY",
"diff": "@@ -58,38 +58,6 @@ _ref:\n}\nmodule.exports = transformer;\n```\n-\n- ###### Evaluating JavaScript\n-\n- JavaScript can be evaluated during build time by referencing a JavaScript file to the `eval` argument. The result of `_ref` operator will be the exported result of the... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Remove documentation for eval option on _ref. | 1 | fix | docs |
401,120 | 17.08.2021 12:42:51 | 14,400 | 824e3ed5bfea5956ece56b1fda8d67b621df2dab | feat(icons): include fillOpacity prop for SvgIcon
* feat(icons): include fillOpacity prop for SvgIcon
affects:
* feat(icons): update fillOpacity type to number
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ export const SvgIconStyled = styled(InjectClassName).attrs(({ theme: { icon: { c\nmargin: ${({ margin }) => margin};\ncursor: ${({ onClick, disabled }) => (disabled ? 'not-allowed' : onClick ? 'pointer' : 'inherit')};\n* {\n- fill-opacity: 1;\n+ fill-opa... | TypeScript | MIT License | medly/medly-components | feat(icons): include fillOpacity prop for SvgIcon (#384)
* feat(icons): include fillOpacity prop for SvgIcon
affects: @medly-components/icons
* feat(icons): update fillOpacity type to number
affects: @medly-components/icons
Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com> | 1 | feat | icons |
401,126 | 17.08.2021 12:46:09 | 14,400 | 2e43dcab56d4e78c68401645c737277973bd5fa7 | fix: cleanup row background color selection and XS table header divider height
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,11 @@ import { GridTemplateProps } from '../../types';\nimport { defaultTableCellPaddings } from '../Cell/Styled';\nimport { StyledProps } from './types';\n+const getRowBackgroundColor = ({ theme, isSelected, disabled, even }: StyledProps & { even: boolean }) =... | TypeScript | MIT License | medly/medly-components | fix: cleanup row background color selection and XS table header divider height
affects: @medly-components/core | 1 | fix | null |
386,581 | 17.08.2021 12:53:10 | -7,200 | a939bd5b3fd68c557e38848993551dff19b5622e | fix(build): Fix getMeta memoised return. | [
{
"change_type": "MODIFY",
"diff": "import * as nodePath from 'path';\n-import { type } from '@lowdefy/helpers';\nimport { getFileExtension, readFile } from '@lowdefy/node-utils';\nimport getFileContent from './getFileContent';\n",
"new_path": "packages/build/src/build/buildRefs/recursiveBuild.js",
... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): Fix getMeta memoised return. | 1 | fix | build |
386,581 | 17.08.2021 13:12:53 | -7,200 | c1f887e4ff3da0122d3d7b5566a1f64f7a6dc0e1 | fix(build): Test memoisation in getMeta. | [
{
"change_type": "MODIFY",
"diff": "limitations under the License.\n*/\n-import createGetMeta from './getMeta';\nimport createFetchMetaCache from './fetchMetaCache';\nimport createWriteMetaCache from './writeMetaCache';\nimport fetchMetaUrl from './fetchMetaUrl';\n// eslint-disable-next-line no-unused-vars\... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): Test memoisation in getMeta. | 1 | fix | build |
815,577 | 17.08.2021 13:28:19 | -28,800 | 78bec450927bcef02c44a55c590046a0e176c71f | chore: set poll interval always 1000ms | [
{
"change_type": "MODIFY",
"diff": "@@ -51,9 +51,7 @@ rpc_url = \"http://127.0.0.1:8114/\" # {{\nblock_on_submit = true\n# block template polling interval in milliseconds\n-poll_interval = 1000 # {{\n-# dev => poll_interval = 1_000_000_000_000\n-# }}\n+poll_interval = 1000\n[[miner.workers]]\nworker_type = ... | Rust | MIT License | nervosnetwork/ckb | chore: set poll interval always 1000ms | 1 | chore | null |
127,946 | 17.08.2021 13:28:59 | -10,800 | 154bddda853bb3bfc9b41ec2d6cbf509f5b5bf68 | feat: IconCurrencyDoge export | [
{
"change_type": "MODIFY",
"diff": "@@ -142,6 +142,8 @@ export { default as IconCurrencyCny } from './IconCurrencyCny';\nexport * from './IconCurrencyCny';\nexport { default as IconCurrencyCrc } from './IconCurrencyCrc';\nexport * from './IconCurrencyCrc';\n+export { default as IconCurrencyDoge } from './Ic... | TypeScript | MIT License | coingaming/moon-design | feat: IconCurrencyDoge export | 1 | feat | null |
756,026 | 17.08.2021 13:34:16 | 25,200 | e61ba9d2393e292c6367a3bee3bff1d649f8b605 | chore: correct order of params to AmountMath.coerce() | [
{
"change_type": "MODIFY",
"diff": "@@ -73,8 +73,8 @@ export const makeRatio = (\n/** @type {MakeRatioFromAmounts} */\nexport const makeRatioFromAmounts = (numeratorAmount, denominatorAmount) => {\n- AmountMath.coerce(numeratorAmount, numeratorAmount.brand);\n- AmountMath.coerce(denominatorAmount, denominat... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: correct order of params to AmountMath.coerce() | 1 | chore | null |
791,704 | 17.08.2021 13:37:16 | 18,000 | 7c9ed41b3d7b7fb5273a17c9af4e6cfcc26206bb | tests(smoke): print command to rerun failures | [
{
"change_type": "MODIFY",
"diff": "@@ -181,7 +181,7 @@ async function begin() {\nconst invertMatch = argv.invertMatch;\nconst testDefns = getDefinitionsToRun(allTestDefns, requestedTestIds, {invertMatch});\n- let isPassing;\n+ let smokehouseResult;\nlet server;\nlet serverForOffline;\nlet takeNetworkReques... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(smoke): print command to rerun failures (#12924) | 1 | tests | smoke |
386,581 | 17.08.2021 13:41:57 | -7,200 | 993d3988be32e46e93619ed2edc5a6380f726510 | fix(build): Fix getMeta return value after dataloader has been removed. | [
{
"change_type": "MODIFY",
"diff": "@@ -59,10 +59,7 @@ function createGetMeta({ blocksServerUrl, cacheDirectory, types }) {\nmeta = await fetchMetaCache(location);\nif (meta) {\nmemoisedMeta[type] = meta;\n- return {\n- type,\n- meta,\n- };\n+ return meta;\n}\n}\n@@ -73,10 +70,7 @@ function createGetMeta({ ... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): Fix getMeta return value after dataloader has been removed. | 1 | fix | build |
386,581 | 17.08.2021 13:45:24 | -7,200 | 4c64bd7ce290ba7881d6deda3097d0b9fb765203 | fix(build): Remove dataloader dependency | [
{
"change_type": "MODIFY",
"diff": "@@ -4741,7 +4741,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"babel-jest\", \"virtual:caddf51df4928b33a437ca87b8f5ddfb6205ebd6d8231f74d4ee7223f3866e6f815b221aa1e2bd33e98915f701e95bae72a93d2288b49a34a6246bdbc2a4a132#npm:26.6.3\"],\n[\"babel-loader\", \"... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): Remove dataloader dependency | 1 | fix | build |
67,494 | 17.08.2021 13:54:41 | -7,200 | d41dfd20bd4766fef6e00f7963cd9cc0726a3211 | feat(router): add exit feature to Runner | [
{
"change_type": "MODIFY",
"diff": "@@ -230,7 +230,7 @@ export class Runner {\nstep.value = step.step as T | Promise<T> | ((s?: Step) => T | Promise<T>);\n// Iteratively resolve Functions (until value or Promise)\n// Called method can stop iteration by setting isDone on the step\n- while (step.value instanc... | TypeScript | MIT License | aurelia/aurelia | feat(router): add exit feature to Runner | 1 | feat | router |
67,494 | 17.08.2021 14:03:58 | -7,200 | 36d8dce3c9c973dbbb0549d5a069e0d417e0aee0 | feat(router): add lifecycleHooks | [
{
"change_type": "MODIFY",
"diff": "/* eslint-disable no-fallthrough */\n-import { IContainer, Writable } from '@aurelia/kernel';\n-import { Controller, LifecycleFlags, IHydratedController, ICustomElementController, ICustomElementViewModel } from '@aurelia/runtime-html';\n+import { Constructable, IContainer... | TypeScript | MIT License | aurelia/aurelia | feat(router): add lifecycleHooks | 1 | feat | router |
67,494 | 17.08.2021 14:04:38 | -7,200 | 5f0fcd5b3eb25eebef5fb452d6c386b60a37df4f | feat(router): add lifecycleHooks example | [
{
"change_type": "ADD",
"diff": "+Five!\n",
"new_path": "examples/lazy-loading-config/src/five.html",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+export class Five {\n+ canLoad(params, instruction, navigation) {\n+ console.log('In Five canLoad hook', ...arguments);\n+ return tr... | TypeScript | MIT License | aurelia/aurelia | feat(router): add lifecycleHooks example | 1 | feat | router |
756,026 | 17.08.2021 14:04:45 | 25,200 | 76d590d11d6c6798f1f334c7b477b056f312a1b7 | fix: update error messages in tests. | [
{
"change_type": "MODIFY",
"diff": "@@ -404,19 +404,19 @@ test('ratio bad inputs', t => {\nmessage: '100.5 not a safe integer',\n});\nt.throws(() => makeRatioFromAmounts(3n, moe(30n)), {\n- message: `The brand \"[3n]\" doesn't look like a brand.`,\n+ message: `The brand \"[undefined]\" doesn't look like a b... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: update error messages in tests. | 1 | fix | null |
791,690 | 17.08.2021 14:08:02 | 18,000 | a9ab9a1cbc9e46712d664a4491ef37f7b04f9d75 | core(fr): add protocol timeout to session | [
{
"change_type": "MODIFY",
"diff": "*/\n'use strict';\n+const LHError = require('../../lib/lh-error.js');\nconst SessionEmitMonkeypatch = Symbol('monkeypatch');\n+// Controls how long to wait for a response after sending a DevTools protocol command.\n+const DEFAULT_PROTOCOL_TIMEOUT = 30000;\n+\n/** @impleme... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fr): add protocol timeout to session (#12913) | 1 | core | fr |
756,026 | 17.08.2021 14:10:55 | 25,200 | d1a142d47ae0cf3db6512e85ac2de583193a2fdf | fix: return funds from liquidation via a seat payout
* fix: return funds from liquidation via a seat payout
Reduce overuse of vaultSeat for transferring RUN
* refactor: add liquidating state; disallow adjustments in liquidating | [
{
"change_type": "MODIFY",
"diff": "@@ -20,10 +20,11 @@ export async function liquidate(\nstrategy,\ncollateralBrand,\n) {\n+ vaultKit.liquidating();\nconst runDebt = vaultKit.vault.getDebtAmount();\n- const { runBrand } = runDebt.brand;\n+ const { brand: runBrand } = runDebt;\n+ const { vaultSeat, liquidat... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: return funds from liquidation via a seat payout (#3656)
* fix: return funds from liquidation via a seat payout
Reduce overuse of vaultSeat for transferring RUN
* refactor: add liquidating state; disallow adjustments in liquidating | 1 | fix | null |
679,913 | 17.08.2021 14:17:35 | -7,200 | 640877f39b1b9487aa5692d1a2931ad85a516b26 | feat(vectors): add mean, minBounds, maxBounds
add ensureInputs() assertion helper | [
{
"change_type": "MODIFY",
"diff": "@@ -101,8 +101,11 @@ export * from \"./major\";\nexport * from \"./map\";\nexport * from \"./map-vectors\";\nexport * from \"./max\";\n+export * from \"./max-bounds\";\n+export * from \"./mean\";\nexport * from \"./median\";\nexport * from \"./min\";\n+export * from \"./m... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add mean, minBounds, maxBounds
- add ensureInputs() assertion helper | 1 | feat | vectors |
141,585 | 17.08.2021 14:27:08 | -36,000 | d1bbbc2ed1039447ee1820dd7e482554ae0a99af | chore(site): Add relevant issues to component pages
Add related issues to the component documentation page
Improve UI of RelatedIssues component
Users can specify multiple places github tags related to a component | [
{
"change_type": "MODIFY",
"diff": "\"jest-static-stubs\": \"^0.0.1\",\n\"lerna\": \"^3.20.2\",\n\"lodash\": \"^4.17.21\",\n+ \"node-fetch\": \"^2.6.1\",\n\"node-sass\": \"^4.12.0\",\n\"normalize.css\": \"^8.0.1\",\n\"postcss-flexbugs-fixes\": \"^4.1.0\",\n",
"new_path": "package.json",
"old_path": ... | TypeScript | MIT License | cultureamp/kaizen-design-system | chore(site): Add relevant issues to component pages (#1850)
- Add related issues to the component documentation page
- Improve UI of RelatedIssues component
- Users can specify multiple places github tags related to a component | 1 | chore | site |
865,922 | 17.08.2021 14:29:34 | -7,200 | a5b015050a2587cb157de73f319af72507795825 | feat(UpdateChecksAPI): allow to pass stagedRollout param | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,7 @@ export default class UpdateChecksAPI {\n});\n}\n- async checkLatestVersion(config, getGlobal, latestVersion) {\n+ async checkLatestVersion(config, getGlobal, latestVersion, stagedRollout) {\ntry {\nconst editorID = await config.get(EDITOR_ID_CONFIG_KEY);... | JavaScript | MIT License | camunda/camunda-modeler | feat(UpdateChecksAPI): allow to pass stagedRollout param | 1 | feat | UpdateChecksAPI |
826,721 | 17.08.2021 14:29:51 | -10,800 | cbe7080129781bef165098cb1170d9146ae2fdfe | fix: Generate proper module name for Ruby clients | [
{
"change_type": "MODIFY",
"diff": "@@ -7,4 +7,4 @@ gemAuthorEmail: opensource@ory.sh\ngemAuthor: ORY GmbH\ngemHomepage: https://www.ory.sh\ngemLicense: Apache-2.0\n-moduleName: OryHydraClient\n+moduleName: ${RUBY_MODULE_NAME}\n",
"new_path": "config/client/ruby.yml",
"old_path": "config/client/ruby... | C# | Apache License 2.0 | ory/sdk | fix: Generate proper module name for Ruby clients (#98) | 1 | fix | null |
386,595 | 17.08.2021 14:45:54 | -7,200 | 0a0a66aa7639db6fcded6aa5a4937c2b96e6e7c8 | fix(engine): Add tests for Blocks.validate. | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ const match = () => true;\nconst lowdefy = { pageId };\n// Comment out to use console\n-console.log = () => {};\n+// console.log = () => {};\nconsole.error = () => {};\ntest('parse validate on fields', async () => {\n@@ -829,3 +829,260 @@ test('validatio... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(engine): Add tests for Blocks.validate. | 1 | fix | engine |
865,922 | 17.08.2021 15:20:45 | -7,200 | bc74319684b0945485bf3813724a630a32f95879 | feat(UpdateChecks): pass stagedRollout=false on manual update Check
depends on camunda/camunda-modeler-update-server#2263
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,9 @@ export default class UpdateChecks extends PureComponent {\nsubscribe('updateChecks.execute', async () => {\n- const updateCheckInfo = await config.get(UPDATE_CHECKS_CONFIG_KEY);\n+ const updateCheckInfo = await config.get(UPDATE_CHECKS_CONFIG_KEY) || {};... | JavaScript | MIT License | camunda/camunda-modeler | feat(UpdateChecks): pass stagedRollout=false on manual update Check
depends on camunda/camunda-modeler-update-server#2263
closes #2263 | 1 | feat | UpdateChecks |
386,595 | 17.08.2021 15:25:59 | -7,200 | a91a7c77e93f6ab20fd520b9aa9bd75ecbf9650d | feat(docs): Update docs for new Validation. | [
{
"change_type": "MODIFY",
"diff": "@@ -23,20 +23,24 @@ _ref:\n(void): void\n(blockId: string): void\n(blockIds: string[]): void\n+ (blockIds: string[]): void\n+ (params: {\n+ blockId?: string|string[],\n+ regex?: string|string[],\n+ }): void\n```\ndescription: |\nThe `Validate` action is used to validate a... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(docs): Update docs for new Validation. | 1 | feat | docs |
67,479 | 17.08.2021 15:26:20 | -36,000 | 30a27a0f3e7b8b37d6e443e9c20c780eefd32e5a | fix(repeat): ensure binding behavior works with .for binding | [
{
"change_type": "MODIFY",
"diff": "/* eslint-disable no-await-in-loop */\nimport { IContainer } from '@aurelia/kernel';\n-import { Aurelia, CustomElement, ICustomElementController, IPlatform, valueConverter } from '@aurelia/runtime-html';\n+import { Aurelia, bindingBehavior, CustomElement, ICustomElementCo... | TypeScript | MIT License | aurelia/aurelia | fix(repeat): ensure binding behavior works with .for binding | 1 | fix | repeat |
791,704 | 17.08.2021 15:30:46 | 18,000 | abda70271ea84a03c035d556b6462f646d37d06d | misc(build): prefer paths when using gh-pages-app | [
{
"change_type": "MODIFY",
"diff": "@@ -49,21 +49,19 @@ async function run() {\nappDir: `${LH_ROOT}/lighthouse-treemap/app`,\nhtml: {path: 'index.html'},\nstylesheets: [\n- fs.readFileSync(require.resolve('tabulator-tables/dist/css/tabulator.min.css'), 'utf8'),\n+ {path: require.resolve('tabulator-tables/di... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(build): prefer paths when using gh-pages-app (#12905) | 1 | misc | build |
273,683 | 17.08.2021 15:42:47 | -7,200 | d3284e363e7310837e9e8e684b28f8d73df21158 | refactor: move compilation hash to initial state | [
{
"change_type": "MODIFY",
"diff": "@@ -53,9 +53,8 @@ export default (route, options = {}) => {\n})\n}\n- const hashMeta = document\n- .querySelector('meta[name=\"gridsome:hash\"]')\n- .getAttribute('content')\n+ const { __INITIAL_STATE__ = {} } = global\n+ const { webpackCompilationHash } = __INITIAL_STATE... | JavaScript | MIT License | gridsome/gridsome | refactor: move compilation hash to initial state | 1 | refactor | null |
780,866 | 17.08.2021 15:50:25 | 10,800 | 9f5f23b787423e78b8c52b3a1465421be14dd3d6 | feat(template/cms): add new menu config option to sort categories alphabetically
fixes | [
{
"change_type": "MODIFY",
"diff": "{\n\"sort_categories\": [],\n+ \"alphabetical_order\": false,\n\"phone_wpp\": true,\n\"socials\": true\n}\n\\ No newline at end of file\n",
"new_path": "@ecomplus/storefront-template/content/menu.json",
"old_path": "@ecomplus/storefront-template/content/menu.json"... | JavaScript | MIT License | ecomplus/storefront | feat(template/cms): add new menu config option to sort categories alphabetically [#399]
fixes https://github.com/ecomplus/storefront/issues/399 | 1 | feat | template/cms |
777,353 | 17.08.2021 15:51:26 | 18,000 | e3d76b221add608afeba0607f5bde44c6d0e487c | fix: casts non-number HPs to strings | [
{
"change_type": "MODIFY",
"diff": "@@ -273,7 +273,7 @@ const TrialsComparisonTable: React.FC<TableProps> = (\n/>\n</div>\n) : (\n- <div>{trialsDetails[trial].hyperparameters[hp]}</div>\n+ <div>{String(trialsDetails[trial].hyperparameters[hp])}</div>\n)\n))}\n</div>\n",
"new_path": "webui/react/src/page... | Python | Apache License 2.0 | determined-ai/determined | fix: casts non-number HPs to strings (#2837) | 1 | fix | null |
777,396 | 17.08.2021 15:53:06 | 21,600 | acd4505520f2bfe04e1bda7ea099a7d9ef0c3959 | fix: support pre-cross_rank versions of horovod
The fallback only works with the gloo controller... which is all we
support anyway. | [
{
"change_type": "MODIFY",
"diff": "import importlib\nimport logging\n+import os\nimport pathlib\nfrom typing import Any, Dict, List, Optional, cast\n@@ -68,23 +69,22 @@ class _PolyHorovod:\ndef cross_rank(self) -> Any:\n\"\"\"\n- Horovod versions <= v0.21.3 accidentally did not expose cross_rank or cross_s... | Python | Apache License 2.0 | determined-ai/determined | fix: support pre-cross_rank versions of horovod (#2841)
The fallback only works with the gloo controller... which is all we
support anyway. | 1 | fix | null |
531,793 | 17.08.2021 16:01:19 | -3,600 | d936385de4add8dfdafcca79e34670c8083b6a2a | chore(ci): build windows/arm64 binaries | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,6 @@ cc-%: go.mod go.sum $(SOURCES_GO) ui/build/index.html\n@test -f $(BINARY)\n@awk -v bin=$(BINARY) -v size=`du -h $(BINARY) | awk '{print $$1}'` -v type=\"`file -b $(BINARY)`\" 'BEGIN { printf \"[-] %-25s SIZE=%-10s TYPE=%s\\n\", bin, size, type }'\n-PLATF... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ci): build windows/arm64 binaries | 1 | chore | ci |
386,595 | 17.08.2021 16:17:00 | -7,200 | 1ad950e073e4a758511ac6d86f7708bc8ecfe668 | chore(engine): Clarify Validate examples. | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ _ref:\nThe first time a `Validate` action is called, validation errors and warnings are shown to the user. The `Reset` action resets the validation status and the page `state`. The `ResetValidation` action resets only the validation status.\n- Validate o... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore(engine): Clarify Validate examples. | 1 | chore | engine |
276,989 | 17.08.2021 16:18:57 | 10,800 | 253b677092fb9ba52fdec63a710c622f985fa5b9 | refactor(icon): moving size conditional to be earlier than it should | [
{
"change_type": "MODIFY",
"diff": "@@ -63,13 +63,12 @@ Icon.propTypes = {\nsize: (props, propName, componentName) => {\nconst { size, width, height } = props;\n- if (width || height) {\n+ if (size && (width || height)) {\nreturn new Error(\n`you must use only ${propName}, alone, or width and/or height in $... | JavaScript | MIT License | gympass/yoga | refactor(icon): moving size conditional to be earlier than it should
Co-authored-by: @tcK1 | 1 | refactor | icon |
276,989 | 17.08.2021 16:20:14 | 10,800 | 61ad5fd8475184f6fba39edf8690b12672eeca90 | docs(icon): add example using size prop | [
{
"change_type": "MODIFY",
"diff": "-### Reference\n### Basic usage\n```javascript type=expo\n```javascript type=expo\n<>\n- <Icon as={AlertCircle} width=\"medium\" height=\"medium\" fill=\"energy\" stroke=\"energy\" />\n+ <Icon\n+ as={AlertCircle}\n+ width=\"medium\"\n+ height=\"medium\"\n+ fill=\"energy\"... | JavaScript | MIT License | gympass/yoga | docs(icon): add example using size prop | 1 | docs | icon |
780,866 | 17.08.2021 16:22:29 | 10,800 | bc38eea7fb21a9131bb3611ef0bffc21f36f13e3 | feat(components/shipping-line): add new optional prop `productionDeadline` | [
{
"change_type": "MODIFY",
"diff": "@@ -23,6 +23,10 @@ export default {\nshippingLine: {\ntype: Object,\nrequired: true\n+ },\n+ productionDeadline: {\n+ type: Number,\n+ default: 0\n}\n},\n@@ -35,6 +39,7 @@ export default {\nif (shipping.delivery_time) {\ndays += shipping.delivery_time.days\n}\n+ days += t... | JavaScript | MIT License | ecomplus/storefront | feat(components/shipping-line): add new optional prop `productionDeadline` [#273] | 1 | feat | components/shipping-line |
780,866 | 17.08.2021 16:24:29 | 10,800 | 73c489cea14494ae4bd919e425155619b632214a | fix(components/shipping-calculator): handle production time from shipped items
fixes | [
{
"change_type": "MODIFY",
"diff": "name=\"option\"\nv-bind=\"{ service }\"\n>\n- <shipping-line :shipping-line=\"service.shipping_line\"/>\n+ <shipping-line\n+ :shipping-line=\"service.shipping_line\"\n+ :production-deadline=\"productionDeadline\"\n+ />\n<small>{{ service.label }}</small>\n</slot>\n</span>... | JavaScript | MIT License | ecomplus/storefront | fix(components/shipping-calculator): handle production time from shipped items [#273]
fixes https://github.com/ecomplus/storefront/issues/273 | 1 | fix | components/shipping-calculator |
276,989 | 17.08.2021 16:27:21 | 10,800 | 91e703a9932844de9eb5358a089d2cdd8e51dcd9 | docs: update profile URL [skip ci] | [
{
"change_type": "MODIFY",
"diff": "\"login\": \"caioalexandrebr\",\n\"name\": \"Caio Alexandre\",\n\"avatar_url\": \"https://avatars1.githubusercontent.com/u/31045534?v=4\",\n- \"profile\": \"http://www.caioalexandre.com\",\n+ \"profile\": \"https://www.linkedin.com/in/caioalexandrebr/\",\n\"contributions\... | JavaScript | MIT License | gympass/yoga | docs: update @caioalexandrebr profile URL [skip ci] | 1 | docs | null |
791,370 | 17.08.2021 16:38:11 | 21,600 | 71387f0142a47d5452dffe710e9a9013d6f73fed | chore: tidy new submod sums | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,8 @@ cloud.google.com/go v0.83.0/go.mod h1:Z7MJUsANfY0pYPdw0lbnivPx4/vhy/e2FEkSkF7vAV\ncloud.google.com/go v0.84.0/go.mod h1:RazrYuxIK6Kb7YrzzhPoLmCVzl7Sup4NrbKPg8KHSUM=\ncloud.google.com/go v0.87.0/go.mod h1:TpDYlFy7vuLzZMMZ+B6iRiELaY7z/gJPaqbMx6mlWcY=\nclou... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore: tidy new submod sums (#4637) | 1 | chore | null |
273,683 | 17.08.2021 16:39:10 | -7,200 | 22f47bca55f83cb4b504e5839ca0cfd8494f24e9 | ci(test): disable slow macos tests for now | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ jobs:\nstrategy:\nmatrix:\nnode-version: ['12', '14', '16']\n- os: [macOS-latest, ubuntu-latest]\n+ os: [ubuntu-latest]\nsteps:\n- name: Checkout\nuses: actions/checkout@v2\n",
"new_path": ".github/workflows/test.yml",
"old_path": ".github/workfl... | JavaScript | MIT License | gridsome/gridsome | ci(test): disable slow macos tests for now | 1 | ci | test |
104,828 | 17.08.2021 16:42:19 | -7,200 | 8698264b625667373ffda44ddf6399135c410888 | fix(table): resize works after all hidden columns | [
{
"change_type": "MODIFY",
"diff": "@@ -2101,7 +2101,9 @@ export const WithOptionsToExploreColumnSettings = () => {\n};\nconst onColumnResize = (cols) => {\naction('onColumnResize')(cols);\n+ if (selectedTableType === 'Table') {\nsetMyColumns(cols);\n+ }\n};\nconst onToggleColumnSelection = () => {\naction(... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): resize works after all hidden columns
#2317 | 1 | fix | table |
471,204 | 17.08.2021 17:03:49 | 14,400 | f12913899ff5c588e10830e5ba7183d9115c3442 | chore: hoist dependencies to speed up ci
* chore: hoist dependencies to speed up ci
* chore: parallel tests
* Revert "chore: parallel tests"
This reverts commit
* chore: add missing example deps | [
{
"change_type": "MODIFY",
"diff": "@@ -49,14 +49,14 @@ jobs:\nif: steps.cache.outputs.cache-hit == 'true'\nrun: |\nnpm ci --ignore-scripts\n- npx lerna bootstrap --ignore-scripts\n+ npx lerna bootstrap --ignore-scripts --hoist --nohoist='zone.js'\n# On a cache miss, fall back to a regular install\n- name: ... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | chore: hoist dependencies to speed up ci (#2416)
* chore: hoist dependencies to speed up ci
* chore: parallel tests
* Revert "chore: parallel tests"
This reverts commit dc55c90762cf8320922e3267222809754b13e2da.
* chore: add missing example deps | 1 | chore | null |
802,854 | 17.08.2021 17:51:19 | 10,800 | fab31bea8cd9e9f2bb2023d5821f9a75c87226f4 | fix(storybook): downgrade react to 16.13.1 | [
{
"change_type": "MODIFY",
"diff": "\"uniqid\": \"^5.3.0\"\n},\n\"peerDependencies\": {\n- \"react\": \"^17.0.2\",\n- \"react-dom\": \"^17.0.2\"\n+ \"react\": \"^16.13.1\",\n+ \"react-dom\": \"^16.13.1\"\n},\n\"devDependencies\": {\n\"@babel/plugin-transform-runtime\": \"7.14.5\",\n\"@types/uniqid\": \"^5.3... | TypeScript | Apache License 2.0 | juntossomosmais/venice | fix(storybook): downgrade react to 16.13.1 | 1 | fix | storybook |
942,578 | 17.08.2021 18:17:22 | 25,200 | cc0ce9a73cd81737cd8b054c01ed0ef5e5e92851 | fix(toast): Update to properly render rtl | [
{
"change_type": "MODIFY",
"diff": "/** @jsx jsx */\nimport {jsx} from '@emotion/core';\nimport * as React from 'react';\n-import styled from '@emotion/styled';\nimport {Popup} from '@workday/canvas-kit-react/popup';\nimport {space, colors, type, CanvasColor} from '@workday/canvas-kit-react/tokens';\nimport... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(toast): Update to properly render rtl (#1229) | 1 | fix | toast |
756,029 | 17.08.2021 19:00:35 | 25,200 | 28a8ad8658d7830caee666f1de247752774630a9 | fix(assert): Improve diagnostic for missing assert global | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ const globalAssert = globalThis.assert;\nif (globalAssert === undefined) {\nthrow new Error(\n- `Cannot initialize @agoric/assert, missing globalThis.assert`,\n+ `Cannot initialize @agoric/assert, missing globalThis.assert, import 'ses' before '@agoric/a... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(assert): Improve diagnostic for missing assert global (#3715) | 1 | fix | assert |
780,866 | 17.08.2021 19:14:04 | 10,800 | 047871d3991072dc85fe91972f5d1246ceb066ed | fix(components/cart-item): properly use `item.picture` when set instead of product pictures list | [
{
"change_type": "MODIFY",
"diff": "<div class=\"cart-item__container\">\n<div class=\"cart-item__thumb\">\n<component\n- v-if=\"item.picture && Object.keys(item.picture).length\"\n+ v-if=\"img\"\n:is=\"item.slug ? 'a-link' : 'span'\"\n:href=\"`/${item.slug}`\"\n>\n",
"new_path": "@ecomplus/storefront-c... | JavaScript | MIT License | ecomplus/storefront | fix(components/cart-item): properly use `item.picture` when set instead of product pictures list | 1 | fix | components/cart-item |
791,905 | 17.08.2021 19:27:42 | -7,200 | bb03bf00b40544f1e9cbf499731507884566c4c9 | docs(auth): add missing build step in README | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,7 @@ The server responds with different HTML for each of these pages and session stat\n```sh\n# be in root lighthouse directory\nyarn # install global project deps\n+yarn build-report\ncd docs/recipes/auth\nyarn # install deps related to just this recipe\nyar... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(auth): add missing build step in README (#12911) | 1 | docs | auth |
711,647 | 17.08.2021 19:50:31 | -15,480 | 83d025dce09ea916f20b0716a45a155bfa24718d | docs(core): Fix typo in shopApiPath description | [
{
"change_type": "MODIFY",
"diff": "@@ -72,7 +72,7 @@ export interface ApiOptions {\nadminApiPath?: string;\n/**\n* @description\n- * The path to the admin GraphQL API.\n+ * The path to the shop GraphQL API.\n*\n* @default 'shop-api'\n*/\n",
"new_path": "packages/core/src/config/vendure-config.ts",
... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(core): Fix typo in shopApiPath description (#1025) | 1 | docs | core |
780,866 | 17.08.2021 19:52:37 | 10,800 | 377a8a52a48da6e6376b369a2db7a99df1bdf5ed | feat(template/dynamic-showcase): add new dynamic showcase section ui/cms section | [
{
"change_type": "ADD",
"diff": "+<div class=\"dynamic-showcase\">\n+ <%- await include('/@/sections/inc/retail-grid', {\n+ _, opt: {\n+ sort: opt.sort,\n+ disable_filters: true,\n+ disable_load_more: !opt.load_more\n+ }\n+ }) %>\n+</div>\n",
"new_path": "@ecomplus/storefront-template/template/pages/@/s... | JavaScript | MIT License | ecomplus/storefront | feat(template/dynamic-showcase): add new dynamic showcase section ui/cms section | 1 | feat | template/dynamic-showcase |
780,866 | 17.08.2021 19:54:18 | 10,800 | 8171600eb57c014395aa237ec94c2caeb9ebc494 | feat(widget-search-engine/options): handle disable filters and load more options from el dataset | [
{
"change_type": "MODIFY",
"diff": "@@ -124,9 +124,10 @@ export default (options = {}, elId = 'search-engine', paginationElId = 'search-p\n...props,\nterm: vm.term,\npage: vm.page,\n- canLoadMore: !options.pagination,\n+ canLoadMore: !options.pagination && !$searchEngine.dataset.disableLoadMore,\ncanShowIte... | JavaScript | MIT License | ecomplus/storefront | feat(widget-search-engine/options): handle disable filters and load more options from el dataset | 1 | feat | widget-search-engine/options |
815,577 | 17.08.2021 20:36:31 | -28,800 | 3bfe7141471922da7eb46fe2b08d24b2e218ed67 | chore: replace dashmap with rwlock on orphan pool | [
{
"change_type": "MODIFY",
"diff": "+use ckb_logger::debug;\nuse ckb_types::{core, packed};\n-use ckb_util::shrink_to_fit;\n-use dashmap::{DashMap, DashSet};\n-use std::collections::{HashMap, VecDeque};\n+use ckb_util::{parking_lot::RwLock, shrink_to_fit};\n+use std::collections::{HashMap, HashSet, VecDeque... | Rust | MIT License | nervosnetwork/ckb | chore: replace dashmap with rwlock on orphan pool | 1 | chore | null |
756,013 | 17.08.2021 21:30:32 | 21,600 | 34fc9cd89ef1c018840ed019c481a1e255d96378 | fix(cosmos): route x/swingset queries through GRPC | [
{
"change_type": "MODIFY",
"diff": "package cli\nimport (\n- \"fmt\"\n- \"os\"\n+ \"strings\"\n+\n+ sdk \"github.com/cosmos/cosmos-sdk/types\"\n\"github.com/Agoric/agoric-sdk/golang/cosmos/x/swingset/types\"\n\"github.com/cosmos/cosmos-sdk/client\"\n@@ -34,19 +35,25 @@ func GetCmdGetEgress(queryRoute string... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(cosmos): route x/swingset queries through GRPC | 1 | fix | cosmos |
756,013 | 17.08.2021 21:31:40 | 21,600 | 4463e8950f930216ec0a1270e3c5d3a8d6ec510d | fix(cosmos): don't version x/swingset proto yet | [
{
"change_type": "MODIFY",
"diff": "@@ -12,20 +12,20 @@ option go_package = \"github.com/Agoric/agoric-sdk/golang/cosmos/x/swingset/types\nservice Query {\n// Egress queries a provisioned egress.\nrpc Egress(QueryEgressRequest) returns (agoric.swingset.Egress) {\n- option (google.api.http).get = \"/agoric/s... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(cosmos): don't version x/swingset proto yet | 1 | fix | cosmos |
756,064 | 17.08.2021 21:44:55 | 25,200 | 8bc08de37da922803bf880303729b68c098590ae | fix(swingset): record cranks and crankhash/activityhash in slog
refs | [
{
"change_type": "MODIFY",
"diff": "@@ -743,6 +743,7 @@ export default function buildKernel(\nconsole.error(`We're currently already running at`, processQueueRunning);\nassert.fail(X`Kernel reentrancy is forbidden`);\n}\n+ kernelSlog.write({ type: 'crank-start', message });\n/** @type { PolicyInput } */\nle... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(swingset): record cranks and crankhash/activityhash in slog
refs #3720 | 1 | fix | swingset |
756,013 | 17.08.2021 22:50:42 | 21,600 | 94cbe3595488008cdd6ec9ff1bb04f55313c2b74 | fix(deployment): tolerate cycling of buster release | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ RUN curl https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform\n# Install Ansible.\nRUN echo 'deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main' >> /etc/apt/sources.list && \\\napt-key adv --keyserver keyserver.ubuntu.com ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(deployment): tolerate cycling of buster release | 1 | fix | deployment |
756,013 | 17.08.2021 22:51:33 | 21,600 | 7e944f71b03a6e7b640da4f87fd2f2da4a20d896 | fix(deployment): update faucet urun and bootstrap supply | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ FAUCET_HOME=$thisdir/../faucet\nMAX_LINES=-1\nDELEGATE_COINS=62000000ubld,9300000urun\n-SOLO_COINS=5000000urun\n+SOLO_COINS=250000000000urun\nOP=$1\nshift\n",
"new_path": "packages/deployment/ansible/roles/cosmos-genesis/files/faucet-helper.sh",
"o... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(deployment): update faucet urun and bootstrap supply | 1 | fix | deployment |
756,013 | 17.08.2021 23:10:50 | 21,600 | 35cb64e2097938a2cb48ba1397121bd444040899 | fix(deployment): write to .ag-chain-cosmos/data/chain.slog | [
{
"change_type": "MODIFY",
"diff": "@@ -466,13 +466,14 @@ show-config display the client connection parameters\nif (await rd.exists(`prometheus-tendermint.txt`)) {\nSWINGSET_PROMETHEUS_PORT = DEFAULT_SWINGSET_PROMETHEUS_PORT;\n}\n+ const serviceLines = `Environment=SLOGFILE=.ag-chain-cosmos/data/chain.slog\... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(deployment): write to .ag-chain-cosmos/data/chain.slog | 1 | fix | deployment |
711,636 | 18.08.2021 05:20:38 | 14,400 | 2441ce74f1bbc5cd6c88d224e9ac2bf1dcd9d79b | fix(core): Fix incorrect quantity adjustment
Fixes | [
{
"change_type": "MODIFY",
"diff": "name ,slug ,description ,assets ,facets ,optionGroups ,optionValues ,sku ,price ,taxCategory,stockOnHand,trackInventory,variantAssets,variantFacets\nLaptop ,laptop ,\"Now equipped with seventh-generation Intel Core processors, Laptop is snappier than ever. From daily task... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix incorrect quantity adjustment (#983)
Fixes #931 | 1 | fix | core |
551,634 | 18.08.2021 08:10:16 | -3,600 | db5ed31e5fae9f54577a44e6b8ba0ab5665d9964 | feat(sql): geohashes first(), last() with fill
fix NPE in rnd_symbol()
fix char insert to geohash column | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ import io.questdb.cairo.vm.api.MemoryMARW;\nimport io.questdb.cutlass.text.Atomicity;\nimport io.questdb.cutlass.text.TextException;\nimport io.questdb.cutlass.text.TextLoader;\n+import io.questdb.griffin.engine.functions.cast.CastCharToStrFunctionFactor... | Java | Apache License 2.0 | questdb/questdb | feat(sql): geohashes first(), last() with fill (#1261)
- fix NPE in rnd_symbol()
- fix char insert to geohash column | 1 | feat | sql |
317,842 | 18.08.2021 08:21:55 | -7,200 | e618163da3635abb7a7065d29a5a0d6b0bf8b27a | feat(owm): support all units + hyperlink + http timeout
new http_timeout param for segments executing http request
doc updated
json schema updated(missing data for owm + timeout)
hyperlink replacement regex updated to support http/https, fix an inssue
when a segment with hyperlink was on the right prompt(pwsh) | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,9 @@ The free tier for *Current weather and forecasts collection* is sufficient.\n\"properties\": {\n\"apikey\": \"<YOUR_API_KEY>\",\n\"location\": \"AMSTERDAM,NL\",\n- \"units\": \"metric\"\n+ \"units\": \"metric\",\n+ \"enable_hyperlink\" : false,\n+ \"http... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(owm): support all units + hyperlink + http timeout
new http_timeout param for segments executing http request
doc updated
json schema updated(missing data for owm + timeout)
hyperlink replacement regex updated to support http/https, fix an inssue
when a segment with hyperlink was on the right prompt(pwsh) | 1 | feat | owm |
401,109 | 18.08.2021 08:37:11 | -19,080 | 7ee0fc3cdf1ffd6f652bba8aadcb00c7c64154aa | fix(core): fix date range picker min width issue
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ export const DateRangePicker: FC<DateRangeProps> = React.memo(props => {\n[activePopover, setActivePopover] = useState<PopoverTypes>(PopoverTypes.CALENDAR),\n[focusedElement, setFocusedElement] = useState<'START_DATE' | `END_DATE`>('START_DATE'),\nfocusE... | TypeScript | MIT License | medly/medly-components | fix(core): fix date range picker min width issue
affects: @medly-components/core, @medly-components/forms | 1 | fix | core |
866,394 | 18.08.2021 08:40:31 | 14,400 | 36ce32113a090da04fa9961de2725be001cb9e44 | docs(plex): adding documentation on Plex CDN
### Related Ticket(s)
No related issue
### Description
This adds additional documentation for the available CDN urls for loading in Plex fonts.
### Changelog
**Changed**
Carbon CDN style helpers documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ artifacts, these can be included as part of your project.\n## Plex fonts and Carbon reset\nThe following includes Carbon reset, as well as imports Plex fonts necessary for\n-the page.\n+the page. Note, this will import `IBM Plex Sans` and `IBM Plex Mono`... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | docs(plex): adding documentation on Plex CDN (#6908)
### Related Ticket(s)
No related issue
### Description
This adds additional documentation for the available CDN urls for loading in Plex fonts.
### Changelog
**Changed**
- Carbon CDN style helpers documentation | 1 | docs | plex |
711,592 | 18.08.2021 08:45:57 | 14,400 | aeaf3084461d8131866457f393e6b48980568707 | fix(core): Allow custom host id when creating new entity with orderable assets
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,9 @@ import { TransactionalConnection } from '../transaction/transactional-connection\nimport { ChannelService } from './channel.service';\nimport { RoleService } from './role.service';\nimport { TagService } from './tag.service';\n+\n+import { camelCase } fr... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Allow custom host id when creating new entity with orderable assets (#1035)
closes #1034 | 1 | fix | core |
815,585 | 18.08.2021 09:26:28 | -28,800 | 8e7fae8c85cf2f42c6fed91bd0c73582801edb0d | feat: Add workflow for ccode coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -3,12 +3,14 @@ name: coverage_report\non:\nschedule:\n- cron: '0 0 * * 5'\n+ workflow_dispatch:\n+env:\n+ CARGO_TARGET_DIR: ${{ github.workspace }}/../target\njobs:\ncoverage_report:\nname: coverage_report\n- runs-on: [self-hosted,Linux]\n+ runs-on: self-hosted-coverag... | Rust | MIT License | nervosnetwork/ckb | feat: Add workflow for ccode coverage | 1 | feat | null |
276,989 | 18.08.2021 09:28:58 | 10,800 | aa76d47c1e5ba06dc00ae66d51df67891dff52b4 | fix(doc): update native modules mapper, used to construct the code to be sent to expo | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,6 @@ import * as YogaHelpers from '@gympass/yoga-helpers';\nconst YogaNativeComponents = {\nGymCard: undefined,\nResult: undefined,\n- Avatar: undefined,\n};\nObject.assign(YogaComponents, YogaNativeComponents);\n",
"new_path": "packages/doc/src/components/... | JavaScript | MIT License | gympass/yoga | fix(doc): update native modules mapper, used to construct the code to be sent to expo
Co-authored-by: @alycecristines | 1 | fix | doc |
273,683 | 18.08.2021 09:31:57 | -7,200 | ea5689e77a3b27c2f6fb5424b9daf7b8c31ddf83 | refactor: remove duplicate compilation hash | [
{
"change_type": "MODIFY",
"diff": "@@ -54,7 +54,7 @@ export default (route, options = {}) => {\n}\nconst { __INITIAL_STATE__ = {} } = global\n- const { webpackCompilationHash } = __INITIAL_STATE__\n+ const { hash } = __INITIAL_STATE__\nreturn new Promise((resolve, reject) => {\nconst usePath = route.name =... | JavaScript | MIT License | gridsome/gridsome | refactor: remove duplicate compilation hash | 1 | refactor | null |
791,704 | 18.08.2021 09:38:17 | 18,000 | ea5815490422a3621bb619d53fb2681ae7d1cd4e | report: use postMessage to open viewer outside devtools | [
{
"change_type": "MODIFY",
"diff": "@@ -500,7 +500,7 @@ export class ReportUIFeatures {\n} else {\nconst windowName = 'viewer-' + ReportUIFeatures.computeWindowNameSuffix(this.json);\nconst url = getAppsOrigin() + '/viewer/';\n- ReportUIFeatures.openTabWithUrlData({lhr: this.json}, url, windowName);\n+ Repo... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: use postMessage to open viewer outside devtools (#12927) | 1 | report | null |
679,913 | 18.08.2021 09:44:44 | -7,200 | fa8fdda12973d695225449940a34d1346ad5cec3 | fix(tools): fix check-exports tool | [
{
"change_type": "MODIFY",
"diff": "-import { readdirSync, statSync, writeFileSync } from \"fs\";\n+import { equivSet } from \"@thi.ng/equiv\";\n+import { existsSync, readdirSync, statSync, writeFileSync } from \"fs\";\nimport { readJSON } from \"./io\";\nconst subdirs = (root: string) => {\n@@ -11,17 +12,2... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(tools): fix check-exports tool | 1 | fix | tools |
777,399 | 18.08.2021 09:46:37 | 21,600 | 1b95dcd45c2ac62f1690b300d9c675c6fc17ba37 | docs: add release notes for 0.16.3 | [
{
"change_type": "MODIFY",
"diff": "Version 0.16\n**************\n+Version 0.16.3\n+==============\n+\n+**Release Date:** July 22, 2021\n+\n+**New Features**\n+\n+- Add the ability to use Azure Blob Storage for checkpoint storage.\n+- Add support for Azure Kubernetes Service, including updating Helm to supp... | Python | Apache License 2.0 | determined-ai/determined | docs: add release notes for 0.16.3 (#2774)
(cherry picked from commit ffff0f46dd60e8c706956b3a90a5b0664a99afeb) | 1 | docs | null |
711,597 | 18.08.2021 09:49:07 | -7,200 | 03cd5d739135f16a6bfcb728002ac8f4617104eb | fix(core): Fix publishing CustomerEvent without customer ID | [
{
"change_type": "MODIFY",
"diff": "@@ -544,7 +544,7 @@ export class CustomerService {\ncustomer = patchEntity(existing, input);\ncustomer.channels.push(await this.connection.getEntityOrThrow(ctx, Channel, ctx.channelId));\n} else {\n- customer = new Customer(input);\n+ customer = await this.connection.getR... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix publishing CustomerEvent without customer ID | 1 | fix | core |
711,592 | 18.08.2021 09:52:47 | 14,400 | 1b05f380a20475f15d98eb8b633a2c4af4f02acf | fix(core): Fix stock movements when multiple OrderLines have same ProductVariant
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -83,7 +83,7 @@ export class StockMovementService {\nconst allocations: Allocation[] = [];\nconst globalTrackInventory = (await this.globalSettingsService.getSettings(ctx)).trackInventory;\nfor (const line of order.lines) {\n- const { productVariant } = line;\n+ const p... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix stock movements when multiple OrderLines have same ProductVariant
fixes #1028 | 1 | fix | core |
756,026 | 18.08.2021 09:57:25 | 25,200 | 77b2a79960b2c92727461dc91767099e6b21a60f | chore: cleanups from review. "bigint". better typescript.
"bigint" is more legible than "bigInteger" in prose.
typescript fixes for makeRatio() params.
AmountMath.make() param order | [
{
"change_type": "MODIFY",
"diff": "@@ -26,12 +26,12 @@ const { multiply, floorDivide, ceilDivide, add, subtract } = natSafeMath;\n//\n// Since the ratios are represented by a numerator and a denominator, every\n// multiplication or division operation that produces an amount ends with a\n-// division of the... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: cleanups from review. "bigint". better typescript.
"bigint" is more legible than "bigInteger" in prose.
typescript fixes for makeRatio() params.
AmountMath.make() param order | 1 | chore | null |
386,581 | 18.08.2021 10:42:14 | -7,200 | 7f824b0553358c695c64ffe0fcbf38ca04a075c3 | fix(build): Fix getMeta memoisation | [
{
"change_type": "MODIFY",
"diff": "@@ -31,9 +31,8 @@ import createWriteMetaCache from './writeMetaCache';\nimport metaLocations from './metaLocations';\nimport fetchMetaUrl from './fetchMetaUrl';\n-const memoisedMeta = {};\n-\nfunction createGetMeta({ blocksServerUrl, cacheDirectory, types }) {\n+ const me... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): Fix getMeta memoisation | 1 | fix | build |
306,438 | 18.08.2021 10:42:22 | -7,200 | e729d916e05a592232f47b8537cd25d7bf911042 | fix(calendar): nl&ru translation files | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/calendar': patch\n+---\n+\n+fix nl & ru translation files\n",
"new_path": ".changeset/metal-swans-roll.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "export default {\nnextMonth: 'Volgende maand',\npreviousMonth: 'Vorige maand'... | JavaScript | MIT License | ing-bank/lion | fix(calendar): nl&ru translation files | 1 | fix | calendar |
401,147 | 18.08.2021 10:49:00 | -19,080 | baba82318c319535036f3ed49d38dbc7c0deb92c | refactor: use header html tag for Header component
affects: | [
{
"change_type": "MODIFY",
"diff": "import { MenuIcon } from '@medly-components/icons';\nimport { breakpoints, media, styled } from '@medly-components/utils';\n-export const Container = styled.div`\n+export const Container = styled.header`\ndisplay: flex;\nalign-items: center;\nbackground: ${({ theme }) => ... | TypeScript | MIT License | medly/medly-components | refactor: use header html tag for Header component (#387)
affects: @medly-components/layout | 1 | refactor | null |
780,866 | 18.08.2021 10:59:13 | 10,800 | 74052381bdd4069469e253e26401e04fcf3b0b12 | fix(template/glide-slied): prevent error observing empty carousel items | [
{
"change_type": "MODIFY",
"diff": "@@ -81,9 +81,12 @@ for (let i = 0; i < $glides.length; i++) {\nobserver.disconnect()\nsetTimeout(() => setupGlide($glide), 300)\n})\n- observer.observe($glide.getElementsByClassName('product-item')[0], {\n+ const $item = $glide.getElementsByClassName('product-item')[0]\n+... | JavaScript | MIT License | ecomplus/storefront | fix(template/glide-slied): prevent error observing empty carousel items | 1 | fix | template/glide-slied |
791,690 | 18.08.2021 11:05:33 | 18,000 | 18e9f7ddadc667a0d71b5ea24e7a6faad364d626 | core(fr): align navigation failure behavior | [
{
"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 screenshot\n+ run: xvfb-run ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fr): align navigation failure behavior (#12862) | 1 | core | fr |
386,581 | 18.08.2021 11:19:06 | -7,200 | 65c7e8ba9b39609c992878d84968a2cbc60b4a16 | fix(build): Standarise buildPages function signatures. | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ async function buildBlock(block, blockContext) {\n}\nblock.blockId = block.id;\nblock.id = `block:${blockContext.pageId}:${block.id}`;\n- await setBlockMeta(block, blockContext.getMeta, blockContext.pageId);\n+ await setBlockMeta(block, blockContext);\nl... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): Standarise buildPages function signatures. | 1 | fix | build |
777,390 | 18.08.2021 11:24:56 | 25,200 | d60f34ecb2f956e22c0f6ab207ea96e74e78f05a | fix: reduce imagenet ci time | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,7 @@ def test_imagenet_pytorch() -> None:\nif step.get(\"validation\")\n]\n- target_loss = 1.34\n+ target_loss = 1.40\nassert max(validation_loss) < target_loss, (\n\"imagenet_pytorch did not reach minimum target loss {} in {} steps.\"\n\" full validation acc... | Python | Apache License 2.0 | determined-ai/determined | fix: reduce imagenet ci time (#2848) | 1 | fix | null |
667,635 | 18.08.2021 11:32:31 | -28,800 | d13bad229bacfb0e3a623e129cc8c8e6ef6d0de1 | fix(ios): properties define in uiview's designated initializer | [
{
"change_type": "MODIFY",
"diff": "@@ -172,6 +172,13 @@ static NSString *HippyRecursiveAccessibilityLabel(UIView *view) {\nself = [super init];\nif (self) {\n_bridge = bridge;\n+ }\n+ return self;\n+}\n+\n+- (instancetype)initWithFrame:(CGRect)frame {\n+ self = [super initWithFrame:frame];\n+ if (self) {\n... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): properties define in uiview's designated initializer | 1 | fix | ios |
127,946 | 18.08.2021 11:55:26 | -10,800 | 278ff278f593c5c5ab5ca48125b52f9ba78ac487 | fix: bump nextjs to 11.1.0 | [
{
"change_type": "MODIFY",
"diff": "\"autoprefixer\": \"10.2.5\",\n\"framer-motion\": \"4.1.17\",\n\"mdx-bundler\": \"4.0.0\",\n- \"next\": \"11.0.0\",\n+ \"next\": \"11.1.0\",\n\"next-transpile-modules\": \"8.0.0\",\n\"postcss\": \"8.3.0\",\n\"react\": \"17.0.2\",\n",
"new_path": "next-docs/package.jso... | TypeScript | MIT License | coingaming/moon-design | fix: bump nextjs to 11.1.0 | 1 | fix | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.