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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
865,917 | 19.11.2021 11:50:15 | -3,600 | 9cb86dadf17dd7ccb3f12cbf7996653f7924831d | style(log): use semantic color variables | [
{
"change_type": "MODIFY",
"diff": ":local(.Log) {\n+ --log-font-family: var(--font-family-monospace);\n+ --log-color: var(--color-grey-225-10-15);\n+ --log-border-color: var(--color-grey-225-10-75);\n+ --log-background-color: var(--color-white);\n+ --log-resizer-border-color: var(--color-grey-225-10-75);\n... | JavaScript | MIT License | camunda/camunda-modeler | style(log): use semantic color variables | 1 | style | log |
865,917 | 19.11.2021 11:50:45 | -3,600 | 10abe27c69837f9df53a7e627338e5d4f98a5029 | style(client): redesign tab container
* adjust other containers as well
Closes | [
{
"change_type": "MODIFY",
"diff": "flex-direction: column;\n.tabs {\n- margin: 5px;\n-\ndisplay: flex;\nflex-grow: 1;\nflex-direction: column;\n",
"new_path": "client/src/app/App.less",
"old_path": "client/src/app/App.less"
},
{
"change_type": "MODIFY",
"diff": ".resizer {\nwidth: 100%;... | JavaScript | MIT License | camunda/camunda-modeler | style(client): redesign tab container
* adjust other containers as well
Closes #2562 | 1 | style | client |
306,338 | 19.11.2021 11:54:20 | -3,600 | 1c97cef2cb3d94eaee10fdcfb1707daa38f63342 | chore(aws): convert AWS Data Transfer to new resource structure | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ var ResourceRegistry []*schema.RegistryItem = []*schema.RegistryItem{\n// GetConfigurationRecorderItem(),\n// GetConfigOrganizationCustomRuleItem(),\n// GetConfigOrganizationManagedRuleItem(),\n- // GetDataTransferRegistryItem(),\n+ // getDataTransferReg... | Go | Apache License 2.0 | infracost/infracost | chore(aws): convert AWS Data Transfer to new resource structure | 1 | chore | aws |
141,585 | 19.11.2021 11:58:56 | -39,600 | c015ea5b3fea61132e6c5191227f644afdb0e89e | fix: Remove titleblock title truncation | [
{
"change_type": "MODIFY",
"diff": "@@ -92,7 +92,6 @@ $tab-container-height-medium-and-small-collapsed: $ca-grid * 0.75;\n@include title-block-medium-and-small {\nborder-bottom: none;\n- height: $ca-grid * 2.5;\n}\n}\n@@ -166,10 +165,6 @@ $tab-container-height-medium-and-small-collapsed: $ca-grid * 0.75;\n}... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: Remove titleblock title truncation (#2297) | 1 | fix | null |
530,289 | 19.11.2021 12:05:10 | 28,800 | 09d04d9dd130ed3cd38c1fc43ed70321c7dceee8 | chore: add NPM keywords for projen | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,14 @@ const project = new JsiiProject({\nauthorName: 'Elad Ben-Israel',\nauthorEmail: 'benisrae@amazon.com',\nstability: 'experimental',\n-\n+ keywords: [\n+ 'scaffolding',\n+ 'cicd',\n+ 'project',\n+ 'management',\n+ 'generator',\n+ 'cdk',\n+ ],\npullRequestTe... | TypeScript | Apache License 2.0 | projen/projen | chore: add NPM keywords for projen (#1241) | 1 | chore | null |
104,853 | 19.11.2021 12:08:38 | 18,000 | feab7fd5ef9e97b7c3df476f7d440241ecfc28fa | feat(rule-builder): add basic rule builder angular | [
{
"change_type": "ADD",
"diff": "+export { RuleComponent } from './rule-builder/rule.component';\n+export { RuleBuilderGroupLogicComponent } from './rule-builder/rule-builder-group-logic.component';\n+export { RuleBuilderHeaderComponent } from './rule-builder/rule-builder-header.component';\n+export { RuleB... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(rule-builder): add basic rule builder angular | 1 | feat | rule-builder |
4,988 | 19.11.2021 12:12:21 | -3,600 | 98d82a6dc69c052b2aeada1cfdb6628e15985d26 | build(csv-demo-webpack): redirect test output to /dev/null | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"build\": \"npx webpack --config webpack.config.js\",\n\"start\": \"http-server ./dist -p 8080\",\n- \"test\": \"npm run build\"\n+ \"test\": \"npm run build >/dev/null\"\n},\n\"keywords\": [],\n\"author\": \"\",\n",
"new_path": "demo/webpack/package.... | JavaScript | MIT License | adaltas/node-csv | build(csv-demo-webpack): redirect test output to /dev/null | 1 | build | csv-demo-webpack |
104,853 | 19.11.2021 12:20:54 | 18,000 | d32553f954e5b988662745d40d7b4b8daa493ada | feat(rule-builder): add per-column operands and value templates | [
{
"change_type": "MODIFY",
"diff": "@@ -3,16 +3,23 @@ import { withKnobs } from '@storybook/addon-knobs';\nimport { ContextMenuModule } from 'carbon-components-angular/context-menu';\nimport { RuleBuilderModule } from './rule-builder.module';\n+import { CommonModule } from '@angular/common';\n+import { Form... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(rule-builder): add per-column operands and value templates | 1 | feat | rule-builder |
104,828 | 19.11.2021 12:58:51 | -3,600 | 806c166f724dc8f3f846cf275f2dd872b178652c | docs(table): updated stories and snaphots | [
{
"change_type": "MODIFY",
"diff": "@@ -2819,7 +2819,7 @@ export const WithColumnCustomizationModal = () => {\nconst selectedTableType = select('Type of Table', ['Table', 'StatefulTable'], 'Table');\nconst demoGroupExample = boolean('demo grouping example', true);\nconst demoHasLoadMore = boolean('demo load... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | docs(table): updated stories and snaphots
#2603 | 1 | docs | table |
865,921 | 19.11.2021 13:14:07 | -3,600 | 8963ff02d7bb8a4c4d58e88b92fa2d64802580a4 | chore(report-feedback): rename to *Sections
Clearly represents what we're dealing with. | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ import React from 'react';\nimport { Overlay, Section } from '../../shared/ui';\n-import { ReportFeedbackSystemInfo } from './ReportFeedbackSystemInfo';\n+import { ReportFeedbackSystemInfoSection } from './ReportFeedbackSystemInfoSection';\nimport css fr... | JavaScript | MIT License | camunda/camunda-modeler | chore(report-feedback): rename to *Sections
Clearly represents what we're dealing with. | 1 | chore | report-feedback |
865,921 | 19.11.2021 13:14:07 | -3,600 | c2d0282cffa82b19edb2a1dbfb81927b734d3894 | feat(report-feedback): use stacked sections | [
{
"change_type": "MODIFY",
"diff": "* except in compliance with the MIT License.\n*/\n-import React, { Fragment } from 'react';\n+import React from 'react';\n-import { Overlay } from '../../shared/ui';\n+import { Overlay, Section } from '../../shared/ui';\nimport { ReportFeedbackSystemInfo } from './ReportF... | JavaScript | MIT License | camunda/camunda-modeler | feat(report-feedback): use stacked sections | 1 | feat | report-feedback |
865,921 | 19.11.2021 13:14:07 | -3,600 | 15ceb50d72602ae30adea0830670545c67950362 | feat(shared/ui): allow <Overlay> to have a max height | [
{
"change_type": "MODIFY",
"diff": "@@ -98,6 +98,41 @@ describe('<Overlay>', function() {\n});\n+ describe('props#maxHeight', function() {\n+\n+ function expectStyle(wrapper, expectedStyle) {\n+ expect(wrapper.find('.test[style]').prop('style')).to.include(expectedStyle);\n+ }\n+\n+\n+ it('should specify st... | JavaScript | MIT License | camunda/camunda-modeler | feat(shared/ui): allow <Overlay> to have a max height | 1 | feat | shared/ui |
865,921 | 19.11.2021 13:14:07 | -3,600 | 9a64753030c77e6a44806355e1feea9dc8e57bb6 | feat(shared/ui): add reusable <Section> component | [
{
"change_type": "ADD",
"diff": "+/**\n+ * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH\n+ * under one or more contributor license agreements. See the NOTICE file\n+ * distributed with this work for additional information regarding copyright\n+ * ownership.\n+ *\n+ * Camunda lice... | JavaScript | MIT License | camunda/camunda-modeler | feat(shared/ui): add reusable <Section> component | 1 | feat | shared/ui |
865,921 | 19.11.2021 13:14:07 | -3,600 | 7251405134e9a9deee86a1b84782a0886d0a4f69 | chore(report-feedback): simplify validation logic | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,7 @@ export function ReportFeedbackSystemInfoSection(props) {\n}\nconst validateFormData = values => {\nconst errors = {};\n- if (!values.installedPlugins && !values.version && !values.operatingSystem && !values.executionPlatform) {\n+ if (!Object.values(valu... | JavaScript | MIT License | camunda/camunda-modeler | chore(report-feedback): simplify validation logic | 1 | chore | report-feedback |
4,988 | 19.11.2021 13:20:43 | -3,600 | 378dd58841ad1a8963cfae2c1824cd4f29c10e4c | docs(csv-demo-webpack): reflect latest changes in readme | [
{
"change_type": "MODIFY",
"diff": "# `webpack` bunder demonstration\n-The project is built with `webpack` version 5 and follow the official [getting started](https://webpack.js.org/guides/getting-started/).\n+The project is built with `webpack` version 5. It follows the official [getting started](https://w... | JavaScript | MIT License | adaltas/node-csv | docs(csv-demo-webpack): reflect latest changes in readme | 1 | docs | csv-demo-webpack |
306,338 | 19.11.2021 13:26:57 | -3,600 | 48e15f3a609d9b2eabdda7adac1660c6f887f53d | feat(google): add Google Secret Manager resources | [
{
"change_type": "MODIFY",
"diff": "@@ -575,6 +575,14 @@ resource_usage:\ngoogle_pubsub_topic.my_topic:\nmonthly_message_data_tb: 7.416 # Monthly amount of message data published to the topic in TB.\n+ google_secret_manager_secret.my_secret:\n+ active_secret_versions: 10000 # Number of active secret version... | Go | Apache License 2.0 | infracost/infracost | feat(google): add Google Secret Manager resources (#1140) | 1 | feat | google |
4,988 | 19.11.2021 13:32:15 | -3,600 | 7358f9d2b150655579dadf2af1aa64206fc7e2fa | fix(csv-issues-esm): illustrate issue
fix | [
{
"change_type": "ADD",
"diff": "+const {stringify} = require('csv-stringify')\n+\n+/**\n+ * Testing CSV bug. When length of csv data exceeds 16500, stringifier\n+ * fails. This version fails. Shorten the string on line 22 by one\n+ * character and the generation succeeds.\n+ */\n+\n+async function main() {... | JavaScript | MIT License | adaltas/node-csv | fix(csv-issues-esm): illustrate issue #300
fix #300 | 1 | fix | csv-issues-esm |
503,970 | 19.11.2021 14:00:07 | 18,000 | ba6082a266dc29e7feb73083ef4a05e377c96474 | feat(Alert): Allow all heading levels for title | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,8 @@ export interface AlertProps extends Omit<React.HTMLProps<HTMLDivElement>, 'actio\nisPlain?: boolean;\n/** Title of the alert */\ntitle: React.ReactNode;\n+ /** Sets the heading level to use for the alert title. Default is h4. */\n+ titleHeadingLevel?: 'h... | TypeScript | MIT License | patternfly/patternfly-react | feat(Alert): Allow all heading levels for title (#6628) | 1 | feat | Alert |
317,842 | 19.11.2021 14:01:27 | -3,600 | e495a885a7827cbc6506cf58a71570a7961b2505 | docs: sysinfo not ordered correctly in sidebar | [
{
"change_type": "MODIFY",
"diff": "@@ -54,7 +54,6 @@ module.exports = {\n\"java\",\n\"julia\",\n\"kubectl\",\n- \"sysinfo\",\n\"nbgv\",\n\"node\",\n\"os\",\n@@ -68,6 +67,7 @@ module.exports = {\n\"session\",\n\"shell\",\n\"spotify\",\n+ \"sysinfo\",\n\"terraform\",\n\"text\",\n\"time\",\n",
"new_path":... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: sysinfo not ordered correctly in sidebar | 1 | docs | null |
705,211 | 19.11.2021 14:25:22 | 18,000 | e34f06d0c218a752549982563fb8b99c86c02cd3 | feat: Add ControlExtensions.AlternateContent and MaterialToggleButtonIconStyle | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ namespace Uno.Material.Extensions\n[Bindable]\npublic static class ControlExtensions\n{\n-#region Property: Icon\n+#region DependencyProperty: Icon\npublic static DependencyProperty IconProperty { get; } = DependencyProperty.RegisterAttached(\n\"Icon\",\... | C# | Apache License 2.0 | unoplatform/uno.themes | feat: Add ControlExtensions.AlternateContent and MaterialToggleButtonIconStyle | 1 | feat | null |
815,609 | 19.11.2021 14:47:09 | -28,800 | d13e1f5c9f0eaeb48526f18de44d37e9f2a8abbf | test(script): to load code into global is not allowed in vm0 | [
{
"change_type": "MODIFY",
"diff": "@@ -744,7 +744,7 @@ fn check_typical_secp256k1_blake160_2_in_2_out_tx_with_complete() {\n}\n#[test]\n-fn check_resume_from_snapshot_with_load_code_once() {\n+fn load_code_into_global() {\nlet script_version = SCRIPT_VERSION;\nlet (dyn_lib_cell, dyn_lib_data_hash) = load_c... | Rust | MIT License | nervosnetwork/ckb | test(script): to load code into global is not allowed in vm0 | 1 | test | script |
342,890 | 19.11.2021 15:03:45 | -3,600 | 807b8569125c15344471a43ea50266a08284d81a | fix: restore examples for error forms
In we removed examples for InputField, which made sense for the InputField component page. But it left the Forms and errors page with 3 instances of Could not find example with the id. This restores them. | [
{
"change_type": "ADD",
"diff": "+import React from \"react\";\n+import InputField from \"@kiwicom/orbit-components/lib/InputField\";\n+\n+export default {\n+ Example: () => {\n+ const [value, setValue] = React.useState(\"\");\n+ return (\n+ <InputField\n+ error={!value && \"Please enter your email\"}\n+ he... | JavaScript | MIT License | kiwicom/orbit | fix: restore examples for error forms (#3198)
In #3122 we removed examples for InputField, which made sense for the InputField component page. But it left the Forms and errors page with 3 instances of Could not find example with the id. This restores them. | 1 | fix | null |
438,921 | 19.11.2021 15:07:35 | -32,400 | 275c1ccfd47ba0ba359659d3a818833aef7f9512 | fix(legend): Fix usePoint option work for spaced data name
Make data names to handle special chars.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -622,8 +622,9 @@ export default {\n.attr(\"href\", (data, idx, selection) => {\nconst node = selection[idx];\nconst nodeName = node.nodeName.toLowerCase();\n+ const id = $$.getTargetSelectorSuffix(data);\n- return nodeName === \"use\" ? `#${state.datetimeId}-point-${da... | TypeScript | MIT License | naver/billboard.js | fix(legend): Fix usePoint option work for spaced data name
Make data names to handle special chars.
Fix #2425 | 1 | fix | legend |
815,609 | 19.11.2021 15:12:35 | -28,800 | b2448126bedc07a331cd0870259b1715fc4a0a0e | test(script): hint instructions are not allowed in vm0 | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,46 @@ use crate::{\nverify::{tests::utils::*, *},\n};\n+#[test]\n+fn test_hint_instructions() {\n+ let script_version = SCRIPT_VERSION;\n+\n+ let (always_success_cell, always_success_data_hash) =\n+ load_cell_from_path(\"testdata/cadd_hint_lock\");\n+\n+ let ... | Rust | MIT License | nervosnetwork/ckb | test(script): hint instructions are not allowed in vm0 | 1 | test | script |
699,221 | 19.11.2021 15:53:01 | 21,600 | 70bd7ca195f780dd0ba881f4f5c5394ffaa3f73d | fix(site-layout): add position relative on site scrolling container | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,7 @@ const StyledSiteBody = styled.div`\ndisplay: flex;\nmin-width: 240px;\noverflow: auto;\n+ position: relative;\n@supports (scroll-behavior: smooth) {\nscroll-behavior: smooth;\n",
"new_path": "packages/paste-website/src/components/site-wrapper/SiteBod... | TypeScript | MIT License | twilio-labs/paste | fix(site-layout): add position relative on site scrolling container (#2065) | 1 | fix | site-layout |
777,401 | 19.11.2021 16:03:59 | 18,000 | 2a6f3605e0baee9ea3ba863243df6b3161656fd9 | fix: typo in experiment state go to postgres enum mapping | [
{
"change_type": "MODIFY",
"diff": "@@ -53,7 +53,7 @@ const (\n// DeletingState constant.\nDeletingState State = \"DELETING\"\n// DeleteFailedState constant.\n- DeleteFailedState State = \"DELETE_ERROR\"\n+ DeleteFailedState State = \"DELETE_FAILED\"\n// DeletedState constant.\nDeletedState State = \"DELETE... | Python | Apache License 2.0 | determined-ai/determined | fix: typo in experiment state go to postgres enum mapping (#3211) | 1 | fix | null |
756,026 | 19.11.2021 16:05:12 | 28,800 | aa8e3c3a4374f90f3e12929d842a378bd5c51e38 | feat: Add displayInfo for the liquidity tokens created in the AMM
Set it to 6 rather than doing something dependent on the displayInfo
of the secondary token, since that would take an extra round trip and
not be clearly better. | [
{
"change_type": "MODIFY",
"diff": "@@ -264,7 +264,11 @@ export const makeAddPool = (\n// zcf.assertUniqueKeyword(keyword), which will be checked by saveIssuer()\n// before proceeding), so we can do the work now.\nawait zcf.saveIssuer(secondaryIssuer, keyword);\n- const liquidityZCFMint = await zcf.makeZCFM... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat: Add displayInfo for the liquidity tokens created in the AMM (#4102)
Set it to 6 rather than doing something dependent on the displayInfo
of the secondary token, since that would take an extra round trip and
not be clearly better.
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 1 | feat | null |
386,595 | 19.11.2021 16:08:02 | -7,200 | 9934d07430aef93d4f992c048b3f7101b4934217 | feat(build): Better error messages on build. | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,9 @@ async function testSchema({ components, context }) {\n});\nif (!valid) {\nawait context.logger.warn('Schema not valid.');\n- const promises = errors.map((err) => context.logger.warn(formatErrorMessage(err, components)));\n+ const promises = errors.map((e... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(build): Better error messages on build. | 1 | feat | build |
386,595 | 19.11.2021 16:21:57 | -7,200 | 5bd5f9aaf11e63873a6f26bca9bb3fc9aed6cf59 | chore(blocksAntd): Change to value for onSearch and simplify examples. | [
{
"change_type": "MODIFY",
"diff": "@@ -104,9 +104,9 @@ const MultipleSelector = ({\nmethods.setValue(val);\nmethods.triggerEvent({ name: 'onChange' });\n}}\n- onSearch={async (inputVal) => {\n+ onSearch={async (value) => {\nsetFetch(true);\n- await methods.triggerEvent({ name: 'onSearch', event: { inputVal... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore(blocksAntd): Change to value for onSearch and simplify examples. | 1 | chore | blocksAntd |
306,650 | 19.11.2021 16:39:40 | -19,080 | 53c581ccebf357e538b49a28d4bf2a733be9a89e | chore: adds no-verify flag for remove css/dist & dist/ pipeline | [
{
"change_type": "MODIFY",
"diff": "@@ -56,7 +56,7 @@ jobs:\nrun: |\ngit reset HEAD~1\ngit add package.json\n- git commit -m \"Released $(git log -1 --pretty=format:%s)\"\n+ git commit -m \"Released $(git log -1 --pretty=format:%s)\" --no-verify\n- name: push version to github\nif: steps.is_release_commit.o... | TypeScript | MIT License | innovaccer/design-system | chore: adds no-verify flag for remove css/dist & dist/ pipeline | 1 | chore | null |
386,595 | 19.11.2021 17:05:10 | -7,200 | 67202c452e2187d6c342cd1e5487c8d28b050004 | fix(blocksAntd): Update test snapshots for Selector and MultipleSelector. | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ Array [\n\"mode\": \"multiple\",\n\"notFoundContent\": \"Not found\",\n\"onChange\": [Function],\n+ \"onSearch\": [Function],\n\"placeholder\": \"Select items\",\n\"showArrow\": true,\n\"size\": undefined,\n@@ -162,6 +163,7 @@ Array [\n\"mode\": \"multip... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocksAntd): Update test snapshots for Selector and MultipleSelector. | 1 | fix | blocksAntd |
815,609 | 19.11.2021 17:08:49 | -28,800 | a0c8927fbbc7017d1a6144af7629bccb5248e4b7 | test(script): flags of stack memory are not reset after they freed | [
{
"change_type": "MODIFY",
"diff": "@@ -7,8 +7,9 @@ use ckb_test_chain_utils::always_success_cell;\nuse ckb_types::{\ncore::{capacity_bytes, cell::CellMetaBuilder, Capacity, ScriptHashType, TransactionBuilder},\nh256,\n- packed::{CellDep, CellInput, CellOutputBuilder, OutPoint, Script},\n+ packed::{self, Ce... | Rust | MIT License | nervosnetwork/ckb | test(script): flags of stack memory are not reset after they freed | 1 | test | script |
530,318 | 19.11.2021 17:53:56 | 25,200 | 5e0855fa5795416cc496cb6b924d1095e2db4e82 | fix: convert generated lambda paths to posix
Fixes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | [
{
"change_type": "MODIFY",
"diff": "-import { basename, dirname, extname, join, relative } from 'path';\n+import { basename, dirname, extname, join, relative, sep, posix } from 'path';\nimport { pascal } from 'case';\nimport { Eslint, Project } from '..';\nimport { Component } from '../component';\n@@ -151,... | TypeScript | Apache License 2.0 | projen/projen | fix: convert generated lambda paths to posix (#1237)
Fixes #1234
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | fix | null |
160,176 | 19.11.2021 18:21:33 | -28,800 | 29e97388e765d17faaa17c8633b0408681435e06 | feat: set textheight | [
{
"change_type": "MODIFY",
"diff": "const height = 130;\nthis.width = width;\nthis.height = height;\n+ this.textHeight = 60;\n+ this.text = {\n+ ...this.text,\n+ y: this.y - this.height / 2\n+ }\nconst properties = this.properties;\nthis.anchorsOffset = [\n{\n",
"new_path": "packages/core/index.html",
... | TypeScript | Apache License 2.0 | didi/logicflow | feat: set textheight | 1 | feat | null |
551,648 | 19.11.2021 18:38:23 | -10,800 | 6cd1053cc807e9c0640c556c01c9a99ab3a798c0 | fix(sql): NPE in latest by with symbol filter | [
{
"change_type": "MODIFY",
"diff": "@@ -101,11 +101,6 @@ public class LatestBySubQueryRecordCursorFactory extends AbstractTreeSetRecordCu\n}\n}\n- if (filter != null) {\n- AbstractDataFrameRecordCursor cursor = super.getCursorInstance(dataFrameCursor, executionContext);\n- filter.init(cursor, executionConte... | Java | Apache License 2.0 | questdb/questdb | fix(sql): NPE in latest by with symbol filter (#1586) | 1 | fix | sql |
756,013 | 19.11.2021 19:08:28 | 21,600 | a2390b79dd96877981a2b203eea5d8723e796882 | ci: add lockdown package | [
{
"change_type": "MODIFY",
"diff": "@@ -170,6 +170,8 @@ jobs:\nrun: cd packages/import-manager && yarn test\n- name: yarn test (install-ses)\nrun: cd packages/install-ses && yarn test\n+ - name: yarn test (lockdown)\n+ run: cd packages/lockdown && yarn test\n- name: yarn test (marshal)\nrun: cd packages/mar... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | ci: add lockdown package | 1 | ci | null |
551,649 | 19.11.2021 19:51:58 | -3,600 | 092f57acfee7556e1bed8a37def0bbcbfafd743c | fix(ui): fix create table schema syntax | [
{
"change_type": "MODIFY",
"diff": "@@ -79,7 +79,7 @@ export const formatTableSchemaQueryResult = (\n}\nif (partitionBy !== \"NONE\") {\n- query += ` PARTITION_BY ${partitionBy}`\n+ query += ` PARTITION BY ${partitionBy}`\n}\nreturn `${query};`\n",
"new_path": "ui/src/scenes/Schema/Table/ContextualMenu/... | Java | Apache License 2.0 | questdb/questdb | fix(ui): fix create table schema syntax (#1587) | 1 | fix | ui |
217,922 | 19.11.2021 20:00:05 | -3,600 | 6a521678312982422cc567dc83a6722ac57f0e94 | fix(gearset): fixed page display and import using pcap | [
{
"change_type": "MODIFY",
"diff": "@@ -36,8 +36,8 @@ export class ImportFromPcapPopupComponent extends TeamcraftComponent {\ntakeUntil(this.onDestroy$),\nfilter(([, updateClassInfo]) => updateClassInfo.classId === this.job),\nmap(([packets]) => packets),\n- withLazyData(this.lazyData, 'itemMeldingData')\n-... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(gearset): fixed page display and import using pcap | 1 | fix | gearset |
756,013 | 19.11.2021 20:18:38 | 21,600 | 4bccfb037882a4a4ab92cbd59a2d4bc3b51e14d4 | fix(SwingSet): load SES before providing ses-ava | [
{
"change_type": "MODIFY",
"diff": "import '@agoric/install-ses/pre-bundle-source.js';\n+import './prepare-test-env.js';\n+\n// eslint thinks these are extraneous dependencies because this file\n// is in the tools/ directory rather than the test/ directory.\n// TODO How do we tell eslint that tools/ is dev-... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(SwingSet): load SES before providing ses-ava | 1 | fix | SwingSet |
71,371 | 19.11.2021 21:00:11 | -3,600 | 9b2158bf9228a876d8f434dd5e025dbb74dbe4d5 | feat(rds): validate backup retention for read replica instances
Automatic backups of read replica instances are only supported for MySQL
and MariaDB.
See
Closes
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -129,6 +129,10 @@ new rds.DatabaseInstanceReadReplica(this, 'ReadReplica', {\n});\n```\n+Automatic backups of read replica instances are only supported for MySQL and MariaDB. By default,\n+automatic backups are disabled for read replicas and can only be enabled (using ... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(rds): validate backup retention for read replica instances (#17569)
Automatic backups of read replica instances are only supported for MySQL
and MariaDB.
See https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html#USER_ReadRepl.Overview.Differences
Closes #17356
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | rds |
679,913 | 19.11.2021 21:03:21 | -3,600 | e07521e6f19f822e220121fc72afbbbe7c6c5806 | feat(rstream): update defWorker() arg types
add `WorkerSource` type alias
add support for zero-arg fns returning a worker instance
- helps v. much with Vite's `xxx?worker` imports
- see /examples/mandelbrot for usage | [
{
"change_type": "MODIFY",
"diff": "@@ -232,3 +232,5 @@ export interface IStream<T> extends ISubscriber<T> {\nexport type StreamCancel = () => void;\nexport type StreamSource<T> = (sub: Stream<T>) => StreamCancel | void;\n+\n+export type WorkerSource = Worker | Blob | Fn0<Worker> | string;\n",
"new_path... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream): update defWorker() arg types
- add `WorkerSource` type alias
- add support for zero-arg fns returning a worker instance
- helps v. much with Vite's `xxx?worker` imports
- see /examples/mandelbrot for usage | 1 | feat | rstream |
551,648 | 19.11.2021 21:25:44 | -10,800 | c429667074b17fb679025cba9b6296062136ffcb | chore(ilp): update prop names and values in config files | [
{
"change_type": "MODIFY",
"diff": "#cairo.date.locale=en\n#cairo.timestamp.locale=en\n-# Maximum number of uncommitted rows in TCP ilp\n-#cairo.o3.max.uncommitted.rows=1000\n+# Maximum number of uncommitted rows in TCP ILP\n+#cairo.max.uncommitted.rows=500000\n# Memory page size per column for O3 operation... | Java | Apache License 2.0 | questdb/questdb | chore(ilp): update prop names and values in config files (#1597) | 1 | chore | ilp |
71,300 | 19.11.2021 22:25:37 | -3,600 | 5f1f4762e964345741426fa1242320a5fc117338 | feat(msk): add Kafka version 2.6.2
Add support for Apache Kafka version 2.6.2 in Amazon MSK.
Announcement:
*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": "@@ -37,6 +37,11 @@ export class KafkaVersion {\n*/\npublic static readonly V2_6_1 = KafkaVersion.of('2.6.1');\n+ /**\n+ * Kafka version 2.6.2\n+ */\n+ public static readonly V2_6_2 = KafkaVersion.of('2.6.2');\n+\n/**\n* Kafka version 2.7.0\n*/\n",
"new_path": "package... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(msk): add Kafka version 2.6.2 (#17497)
Add support for Apache Kafka version 2.6.2 in Amazon MSK.
Announcement: https://aws.amazon.com/about-aws/whats-new/2021/04/amazon-msk-adds-support-for-apache-kafka-version-2-6-2/
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | msk |
603,467 | 19.11.2021 22:25:54 | 0 | 43c2032e73c5e1ad3392396dec6fff476283833d | fix(protractor): modernised ProtractorParam to return a Screenplay Model | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,12 @@ import { UIActors } from '../../UIActors';\ndescribe('ProtractorParam', () => {\n+ interface User {\n+ id: number;\n+ firstName: string;\n+ lastName: string;\n+ }\n+\nbeforeEach(() => engage(new UIActors()));\n/**\n@@ -28,7 +34,7 @@ describe('Protractor... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(protractor): modernised ProtractorParam to return a Screenplay Model | 1 | fix | protractor |
815,601 | 19.11.2021 23:25:07 | -28,800 | 540b3168f3dcb1346b4b12388eecdcb70bee05f4 | fix: hardfork cache test | [
{
"change_type": "MODIFY",
"diff": "@@ -290,7 +290,7 @@ fn refresh_txs_verify_cache_after_hardfork() {\n}\n}\n- for _ in 0..35 {\n+ for _ in 0..40 {\nlet epoch = shared\n.consensus()\n.next_epoch_ext(&parent_header, &shared.store().as_data_provider())\n@@ -303,9 +303,17 @@ fn refresh_txs_verify_cache_after_... | Rust | MIT License | nervosnetwork/ckb | fix: hardfork cache test | 1 | fix | null |
471,204 | 20.11.2021 03:10:35 | 18,000 | 13acbd36751edb23686435eee2b0819c03c74f86 | chore: rename metrics packages to prevent lerna linking | [
{
"change_type": "MODIFY",
"diff": "{\n- \"name\": \"@opentelemetry/api-metrics\",\n+ \"name\": \"@opentelemetry/api-metrics-wip\",\n\"version\": \"0.27.0\",\n+ \"private\": true,\n\"description\": \"Public metrics API for OpenTelemetry\",\n\"main\": \"build/src/index.js\",\n\"module\": \"build/esm/index.js... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | chore: rename metrics packages to prevent lerna linking (#2629) | 1 | chore | null |
317,723 | 20.11.2021 07:45:51 | 18,000 | 9bba2bf9090eb502e38388ca9dfcc96d4ad678ed | feat(devcontainer): deploy OMP to all shells, | [
{
"change_type": "MODIFY",
"diff": "@@ -8,16 +8,74 @@ FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VARIANT}\nARG NODE_VERSION=\"none\"\nRUN if [ \"${NODE_VERSION}\" != \"none\" ]; then su vscode -c \"umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1\"; fi\n-# Download the... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(devcontainer): deploy OMP to all shells, | 1 | feat | devcontainer |
217,922 | 20.11.2021 08:49:37 | -3,600 | 630f9fbe7ba9d92ce0b40ad30bdbbea41988175a | fix(allagan-reports): fixed submit button not enabling as intended | [
{
"change_type": "MODIFY",
"diff": "@@ -152,29 +152,29 @@ export class AllaganReportDetailsComponent extends ReportsManagementComponent {\n// tslint:disable-next-line:member-ordering\nform: FormGroup = this.fb.group({\nsource: [null, Validators.required],\n- item: [null, this.requiredIfSource([AllaganReport... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(allagan-reports): fixed submit button not enabling as intended | 1 | fix | allagan-reports |
217,922 | 20.11.2021 08:57:56 | -3,600 | ce276af8b4d8f84f310ba2ade6ee773482654d81 | fix(search): fixed monster search not displaying results properly | [
{
"change_type": "MODIFY",
"diff": "@@ -915,10 +915,10 @@ export class DataService {\n}\n}))\n}).pipe(\n- map(res => {\n- return res.Results.map(mob => {\n+ switchMap(res => {\n+ return safeCombineLatest(res.Results.map(mob => {\nreturn this.mapMob(mob);\n- });\n+ }));\n})\n);\n}\n",
"new_path": "apps/c... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(search): fixed monster search not displaying results properly | 1 | fix | search |
217,922 | 20.11.2021 09:23:09 | -3,600 | 8e3926f9e140c2e7ef896a292d594064a7945e7b | fix(desktop): slow mode notification not shown anymore if autofill is disabled | [
{
"change_type": "MODIFY",
"diff": "@@ -98,8 +98,11 @@ export class PacketCaptureTrackerService {\n);\ncombineLatest([eventStatus$, this.listsFacade.selectedList$])\n- .subscribe(([status, list]) => {\n- if (list && status && !this.notificationRef) {\n+ .pipe(\n+ withLatestFrom(this.listsFacade.autocomplete... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): slow mode notification not shown anymore if autofill is disabled | 1 | fix | desktop |
217,922 | 20.11.2021 09:31:29 | -3,600 | 10cc0658e78351074415e65a90b519e554a18ed3 | fix(retainers): update price button is now disabled if your server is unknown | [
{
"change_type": "MODIFY",
"diff": "[nzTooltipTitle]=\"fetchStatus.canFetch ? null : ('RETAINERS.Cannot_fetch' | translate: {date: fetchStatus.lastFetch | date:'medium':null:translate.currentLang})\">\n<button nz-button nzShape=\"circle\" nzSize=\"small\" nzType=\"primary\"\nnz-tooltip [nzTooltipTitle]=\"fe... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(retainers): update price button is now disabled if your server is unknown | 1 | fix | retainers |
71,448 | 20.11.2021 10:14:07 | -28,800 | 6e2fde452de73c51011ddb14ede40ca0471d3663 | fix(aws-ecs): check for invalid capacityProviderName
fix(aws-ecs): add precheck name of capacity provider when specify it.
chore(aws-ecs): update capacityProviderName Description
close
*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": "@@ -996,7 +996,9 @@ export interface ExecuteCommandLogConfiguration {\n*/\nexport interface AsgCapacityProviderProps extends AddAutoScalingGroupCapacityOptions {\n/**\n- * The name for the capacity provider.\n+ * The name of the capacity provider. If a name is specified,\... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(aws-ecs): check for invalid capacityProviderName (#17291)
fix(aws-ecs): add precheck name of capacity provider when specify it.
chore(aws-ecs): update capacityProviderName Description
close #17321
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | aws-ecs |
317,842 | 20.11.2021 11:14:26 | -3,600 | a71d1f7454e549c394b43549db61a0c960554864 | feat(terraform): use template | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,7 @@ Supported on [ZSH][rprompt], Bash and Powershell.\n### Newline\n-Start the block on a new line. Defaults to `false`.\n+Start the block on a new line - defaults to `false`.\n### Alignment\n",
"new_path": "docs/docs/config-block.md",
"old_path": "d... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(terraform): use template | 1 | feat | terraform |
126,276 | 20.11.2021 12:02:44 | 10,800 | b2957b36326376f24c05aeb7447435aff3357c26 | chore(embedded/sql): bound stmt execution to a single sqltx | [
{
"change_type": "MODIFY",
"diff": "@@ -583,14 +583,23 @@ func (tx *SQLTx) doUpsert(pkEncVals []byte, valuesByColID map[uint32]TypedValue,\n// create primary index entry\nmkey := mapKey(tx.sqlPrefix(), PIndexPrefix, EncodeID(table.db.id), EncodeID(table.id), EncodeID(table.primaryIndex.id), pkEncVals)\n- va... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): bound stmt execution to a single sqltx
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
126,276 | 20.11.2021 12:55:12 | 10,800 | e6aa5b82e98c90e86b041164ddd6ef6999597edc | chore(embedded/store): conservative read conflict validation | [
{
"change_type": "MODIFY",
"diff": "@@ -1144,7 +1144,7 @@ func (s *ImmuStore) commit(otx *OngoingTx, expectedHeader *TxHeader, waitForInde\nreturn nil, ErrIllegalArguments\n}\n- if !otx.IsWriteOnly() && otx.snap.Ts() <= s.committedTxID {\n+ if !otx.IsWriteOnly() && otx.snap.Ts() < s.committedTxID {\nreturn ... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): conservative read conflict validation
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
126,276 | 20.11.2021 12:55:42 | 10,800 | 5ade0e9f340c62e0cec144cd02bd5465147471e3 | chore(embedded/sql): wip sql tx preparation | [
{
"change_type": "MODIFY",
"diff": "@@ -16,24 +16,15 @@ limitations under the License.\npackage sql\nimport (\n- \"os\"\n\"testing\"\n- \"github.com/codenotary/immudb/embedded/store\"\n\"github.com/stretchr/testify/require\"\n)\nfunc TestDistinctRowReader(t *testing.T) {\n- st, err := store.Open(\"catalog_d... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): wip sql tx preparation
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
419,484 | 20.11.2021 13:03:54 | 28,800 | cf319b68b9c5a059c4ff9168509e42b20243c0a8 | docs: Update FAQ to reflect
* Update FAQ to reflect
Address comment about `useDefineForClassFields` from
* Update next docs | [
{
"change_type": "MODIFY",
"diff": "@@ -72,8 +72,8 @@ foo = 'abc';\n```\nThere are two ways around this:\n-- use [TsMorphMetadataProvider](./metadata-providers.md/#tsmorphmetadataprovider)\n-- specify the type explicitly:\n+- Use [TsMorphMetadataProvider](./metadata-providers.md/#tsmorphmetadataprovider)\n+... | TypeScript | MIT License | mikro-orm/mikro-orm | docs: Update FAQ to reflect #1984 (#2441)
* Update FAQ to reflect #1984
Address comment about `useDefineForClassFields` from #1984
* Update next docs | 1 | docs | null |
317,646 | 20.11.2021 13:56:37 | -3,600 | f27868e2604f1c6d462b0caa0e888af09542f3c4 | docs: adjust broken link
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -18,4 +18,4 @@ You can output the current theme to the format you like (`json`, `yaml` or `toml\nand store as your custom theme.\n[themes]: themes.md\n-[configuration]: configuration.md\n+[configuration]: config-overview.md\n",
"new_path": "docs/docs/install-custom... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: adjust broken link
closes #1259 | 1 | docs | null |
679,913 | 20.11.2021 14:41:42 | -3,600 | 8ff692ba5b4c00c6d51e4e3a10a1e5ee15d1f3b7 | fix(examples): update type imports (TS4.5) | [
{
"change_type": "MODIFY",
"diff": "@@ -8,9 +8,9 @@ import { stream } from \"@thi.ng/rstream/stream\";\nimport { trace } from \"@thi.ng/rstream/trace\";\nimport type { Transducer } from \"@thi.ng/transducers\";\nimport {\n- Event,\n- EventType,\n- EventTypeMap,\n+ type Event,\n+ type EventType,\n+ type Even... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): update type imports (TS4.5) | 1 | fix | examples |
217,922 | 20.11.2021 18:30:39 | -3,600 | 8efab5d8ee7afe97d0833a724bdb021e61a80464 | chore: new patron: Syleboris Whitemaw (Phoenix) | [
{
"change_type": "MODIFY",
"diff": "@@ -7,4 +7,10 @@ export interface LazyAetheryte {\nz: number;\ntype: number;\nnameid: number;\n+ aethernetCoords: AethernetCoords;\n+}\n+\n+export interface AethernetCoords {\n+ x?: number;\n+ y?: number;\n}\n",
"new_path": "apps/client/src/app/lazy-data/model/lazy-ae... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: new patron: Syleboris Whitemaw (Phoenix) | 1 | chore | null |
217,922 | 20.11.2021 19:59:34 | -3,600 | 9391f0bb9fa436e19c16745984987a6d13d5d3bd | chore: tentative fix for processes not being closed properly | [
{
"change_type": "MODIFY",
"diff": "@@ -73,6 +73,14 @@ export class TeamcraftDesktopApp {\nthis.mainWindow.closed$.subscribe(() => {\nthis.store.set('router:uri', deepLink);\n});\n+\n+ app.on('before-quit', () => {\n+ if (this.httpServer) {\n+ this.httpServer.close(() => {\n+ process.exit(0);\n+ });\n+ }\n+... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: tentative fix for processes not being closed properly | 1 | chore | null |
217,231 | 20.11.2021 21:59:43 | -10,800 | ef2eb88609a55820488740c409be7e2eb77f1a4d | feat: config file validation. | [
{
"change_type": "MODIFY",
"diff": "\"font\": \"arial.ttf\",\n\"layout\": [\n{\n- \"type\": \"text\",\n+ \"typse\": \"text\",\n\"name\": \"title\",\n\"fontSize\": 80,\n\"fill\": \"white\",\n",
"new_path": "website/open-graph-templates/basic/template.json",
"old_path": "website/open-graph-templates/b... | JavaScript | MIT License | feature-sliced/documentation | feat: config file validation. | 1 | feat | null |
217,231 | 20.11.2021 22:06:28 | -10,800 | 3f2700a7d9483a9e0d67fb315a011b92d494d529 | fix: modules export naming and ESLint ignore alias error for themes. | [
{
"change_type": "MODIFY",
"diff": "@@ -23,6 +23,12 @@ module.exports = {\n},\n],\n\"linebreak-style\": [2, \"unix\"],\n+ \"import/no-unresolved\": [\n+ \"error\",\n+ {\n+ ignore: [\"^@theme-original\"],\n+ },\n+ ],\n},\nsettings: {\n\"import/resolver\": {\n",
"new_path": "website/.eslintrc.js",
"ol... | JavaScript | MIT License | feature-sliced/documentation | fix: modules export naming and ESLint ignore alias error for themes. | 1 | fix | null |
217,231 | 20.11.2021 22:53:10 | -10,800 | d287b7bb4858d15e05205cfdec8814384ba587ca | feat: template config and template rules. | [
{
"change_type": "MODIFY",
"diff": "\"font\": \"arial.ttf\",\n\"layout\": [\n{\n- \"typse\": \"text\",\n+ \"type\": \"text\",\n\"name\": \"title\",\n\"fontSize\": 80,\n\"fill\": \"white\",\n",
"new_path": "website/open-graph-templates/basic/template.json",
"old_path": "website/open-graph-templates/b... | JavaScript | MIT License | feature-sliced/documentation | feat: template config and template rules. | 1 | feat | null |
217,233 | 20.11.2021 23:33:04 | -14,400 | 93ed9faee062b46d6de19737f8f3ed1d574d12c2 | feat: added new example showing logic | [
{
"change_type": "MODIFY",
"diff": "@@ -6,8 +6,18 @@ import Image from \"@theme/IdealImage\";\nimport styles from \"./styles.module.scss\";\nexport function ExampleCard({ className, data }) {\n+ const isExampleNewerThanTwoWeeks =\n+ new Date(data.updatedAt).getDate() >= new Date(Date.now()).getDate() - 14;\... | JavaScript | MIT License | feature-sliced/documentation | feat: added new example showing logic | 1 | feat | null |
401,147 | 21.11.2021 10:58:23 | -19,080 | 50994041a96923bf4988820a7ed4be782c9f1e94 | fix: selecting option with numeric value
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -98,6 +98,14 @@ describe('MultiSelect component', () => {\nexpect(mockOnChange).toHaveBeenCalledWith(['Dummy1']);\n});\n+ it('should call onChange prop with expected values on selecting option with numeric value', () => {\n+ const mockOnChange = jest.fn();\n+ render(<M... | TypeScript | MIT License | medly/medly-components | fix: selecting option with numeric value (#534)
affects: @medly-components/core | 1 | fix | null |
269,464 | 21.11.2021 11:10:54 | 10,800 | 77b62757fc84b779a8425a54f752d5017cccd305 | chore(ci): prevent further use of ioutil
refs | [
{
"change_type": "MODIFY",
"diff": "@@ -7,3 +7,9 @@ linters:\n- unparam\n- wastedassign\n- revive\n+ - forbidigo\n+\n+linters-settings:\n+ forbidigo:\n+ forbid:\n+ - 'ioutil\\.*'\n",
"new_path": ".golangci.yml",
"old_path": ".golangci.yml"
},
{
"change_type": "MODIFY",
"diff": "@@ -53,7 ... | Go | MIT License | goreleaser/goreleaser | chore(ci): prevent further use of ioutil
refs #2676 | 1 | chore | ci |
217,237 | 21.11.2021 11:56:31 | -10,800 | 5de2e157bc37582bb6db3e5f174a1dc1d87ce571 | fix: minor refinements | [
{
"change_type": "MODIFY",
"diff": "@@ -6,23 +6,16 @@ import Image from \"@theme/IdealImage\";\nimport styles from \"./styles.module.scss\";\nexport function ExampleCard({ className, data }) {\n- const isExampleNewerThanTwoWeeks =\n- new Date(data.updatedAt).getDate() >= new Date(Date.now()).getDate() - 14;... | JavaScript | MIT License | feature-sliced/documentation | EXAMPLES-365: fix: minor refinements | 1 | fix | null |
217,237 | 21.11.2021 12:23:28 | -10,800 | 5e8412c7a1f143a480bc0436044e9d09d3a2b068 | chore(examples): actualize Dates and versions | [
{
"change_type": "MODIFY",
"diff": "@@ -25,8 +25,8 @@ export const examples = [\ndescription: \"The best solutions from developers in one place\",\nsource: \"https://github.com/cardbox/frontend\",\npreview: require(\"./img/cardbox.png\"),\n- version: VERSIONS.V1,\n- updatedAt: null,\n+ version: VERSIONS.V2,... | JavaScript | MIT License | feature-sliced/documentation | EXAMPLES-365: chore(examples): actualize Dates and versions | 1 | chore | examples |
269,464 | 21.11.2021 12:34:28 | 10,800 | 3142db6d861e70ae8308ee5671b276764d442084 | chore(ci): auto-close milestones on release
closes ##2675 | [
{
"change_type": "MODIFY",
"diff": "@@ -209,6 +209,9 @@ publishers:\n- 'FURY_TOKEN={{ .Env.FURY_TOKEN }}'\ncmd: ./scripts/fury-upload.sh {{ .ArtifactName }}\n+milestones:\n+ - close: true\n+\nrelease:\nextra_files:\n- glob: ./cosign.pub\n",
"new_path": ".goreleaser.yml",
"old_path": ".goreleaser.yml... | Go | MIT License | goreleaser/goreleaser | chore(ci): auto-close milestones on release
closes ##2675 | 1 | chore | ci |
269,464 | 21.11.2021 12:47:25 | 10,800 | 9505cf7054b05a6e9a4a36f806d525bc33660e9e | feat: improve git dirty error
also added a /errors page to our docs
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ type ErrDirty struct {\n}\nfunc (e ErrDirty) Error() string {\n- return fmt.Sprintf(\"git is currently in a dirty state, please check in your pipeline what can be changing the following files:\\n%v\", e.status)\n+ return fmt.Sprintf(\"git is currently in... | Go | MIT License | goreleaser/goreleaser | feat: improve git dirty error
also added a /errors page to our docs
closes #2674 | 1 | feat | null |
269,464 | 21.11.2021 12:57:07 | 10,800 | dd1db26459e1d88a54b914502b476c35af0e1637 | docs: improve manifest docs
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,11 @@ instead of the Docker images names.\nPlease note that this is a beta feature, and it may change or be removed\nat any time.\n+!!! warning\n+ Notice that the images used in the manifest **need to be pushed** for this to work.\n+ This is a limitation of h... | Go | MIT License | goreleaser/goreleaser | docs: improve manifest docs
closes #2606 | 1 | docs | null |
419,464 | 21.11.2021 13:30:04 | -3,600 | 99f975d3ff6091682c714889e4581be18f35e842 | docs: Update defining-entities.md
* Update defining-entities.md
Update grammar
* docs: update defining-entities.md for docs/docs | [
{
"change_type": "MODIFY",
"diff": "@@ -5,14 +5,12 @@ title: Defining Entities\nimport Tabs from '@theme/Tabs';\nimport TabItem from '@theme/TabItem';\n-Entities are simple javascript objects (so called POJO). No real restrictions are made,\n-no need to extend any base class, [using entity constructors](ent... | TypeScript | MIT License | mikro-orm/mikro-orm | docs: Update defining-entities.md (#2442)
* Update defining-entities.md
Update grammar
* docs: update defining-entities.md for docs/docs | 1 | docs | null |
815,593 | 21.11.2021 13:47:29 | -28,800 | 5939ef3d35b22694a673498355c84835fffe2287 | chore: output miner status | [
{
"change_type": "MODIFY",
"diff": "@@ -3,11 +3,19 @@ use ckb_async_runtime::Handle;\nuse ckb_launcher::SharedBuilder;\nuse ckb_shared::Shared;\nuse ckb_store::ChainStore;\n-use ckb_types::core::BlockNumber;\n+use ckb_types::{\n+ core::{BlockNumber, ScriptHashType},\n+ packed::CellbaseWitness,\n+ prelude::*... | Rust | MIT License | nervosnetwork/ckb | chore: output miner status | 1 | chore | null |
317,675 | 21.11.2021 14:43:05 | -3,600 | 0247b329c13b28beb7967769d3244c06b371c2d9 | theme: update night-owl
Added custom title bar
Changed home & folder icon
Changed background_template colors in git segment
Added fetch_stash_count & fetch_worktree_count
Changed template properties in git segment
Added shell segment
Changed style of the right prompt
Added transient_prompt | [
{
"change_type": "MODIFY",
"diff": "\"$schema\": \"https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json\",\n\"final_space\": false,\n\"osc99\": true,\n+ \"console_title\": true,\n+ \"console_title_style\": \"template\",\n+ \"console_title_template\": \"{{ .Folder }}\",\n\"bloc... | Go | MIT License | jandedobbeleer/oh-my-posh | theme: update night-owl
- Added custom title bar
- Changed home & folder icon
- Changed background_template colors in git segment
- Added fetch_stash_count & fetch_worktree_count
- Changed template properties in git segment
- Added shell segment
- Changed style of the right prompt
- Added transient_prompt | 1 | theme | null |
269,464 | 21.11.2021 15:22:07 | 10,800 | 35eb844f937d3c18f308b3eff85e1c5abf092f4d | test: sign with cmd not installed
refs | [
{
"change_type": "MODIFY",
"diff": "@@ -91,6 +91,20 @@ func TestSignArtifacts(t *testing.T) {\nexpectedErrMsg string\nuser string\n}{\n+ {\n+ desc: \"sign cmd not found\",\n+ expectedErrMsg: `sign: not-a-valid-cmd failed: exec: \"not-a-valid-cmd\": executable file not found in $PATH: `,\n+ ctx: context.New(... | Go | MIT License | goreleaser/goreleaser | test: sign with cmd not installed
refs #2651 | 1 | test | null |
865,939 | 21.11.2021 15:36:17 | -3,600 | 4d112e3e2bb44873b025d5f0f9711ad8837fd977 | feat(status-bar): adjust overlay styles
Related to | [
{
"change_type": "MODIFY",
"diff": "@@ -16,8 +16,6 @@ import { isNil } from 'min-dash';\nimport { Overlay } from '../../shared/ui';\nimport { Fill } from '../slot-fill';\n-import LinkArrow from '../../../resources/icons/LinkArrow.svg';\n-\nimport Flags, { DISABLE_ZEEBE, DISABLE_PLATFORM } from '../../util/F... | JavaScript | MIT License | camunda/camunda-modeler | feat(status-bar): adjust overlay styles
Related to #2488 | 1 | feat | status-bar |
386,595 | 21.11.2021 17:02:01 | -7,200 | 104642dc58d4c221cace0c32a3cff67f8e78d527 | feat(server): Add mount events and simplify loading states. | [
{
"change_type": "MODIFY",
"diff": "import React, { useEffect, useState } from 'react';\nimport getContext from '@lowdefy/engine';\n-// import MountEvents from './MountEvents';\n-const LoadingBlock = () => <div>Loading...</div>;\n+import MountEvents from './block/MountEvents.js';\nconst Context = ({ childre... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(server): Add mount events and simplify loading states. | 1 | feat | server |
679,913 | 21.11.2021 17:57:02 | -3,600 | 0bf98281f0ca1a3b3cf1fb0957d37fffad193778 | fix(random): off-by-one error in ARandom | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ export interface INorm {\nexport interface IRandom extends INorm {\n/**\n- * Returns unsigned 32bit int\n+ * Returns unsigned 32bit int [0..0xffffffff]\n*/\nint(): number;\n/**\n",
"new_path": "packages/random/src/api.ts",
"old_path": "packages/r... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(random): off-by-one error in ARandom | 1 | fix | random |
306,641 | 21.11.2021 18:09:04 | -19,080 | 4d1f8330086e01cb9185e1fade6b80adca29946a | fix(InputMask): fixes issue with fast input | [
{
"change_type": "MODIFY",
"diff": "@@ -82,7 +82,10 @@ const InputMask = React.forwardRef<HTMLInputElement, InputMaskProps>((props, for\n...rest\n} = props;\n- const getNewCursorPosition = (type: 'left' | 'right', position: number): number => {\n+ const isEditable = React.useCallback((pos: number) => typeof... | TypeScript | MIT License | innovaccer/design-system | fix(InputMask): fixes issue with fast input | 1 | fix | InputMask |
217,233 | 21.11.2021 20:25:50 | -14,400 | 23cb405d139a48e8c8cf4962293afd858ea2f320 | feat: added getDiffDays lib | [
{
"change_type": "MODIFY",
"diff": "@@ -3,10 +3,11 @@ import React from \"react\";\nimport clsx from \"clsx\";\n// eslint-disable-next-line import/no-unresolved\nimport Image from \"@theme/IdealImage\";\n+import { getDiffDays } from \"../../shared/lib/date/getDiffDays\";\nimport styles from \"./styles.modul... | JavaScript | MIT License | feature-sliced/documentation | feat: added getDiffDays lib | 1 | feat | null |
217,233 | 21.11.2021 20:30:54 | -14,400 | 5d10800b40670f8595b22478244fb4ad6c505f1f | chore(examples): fixed import style | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import React from \"react\";\nimport clsx from \"clsx\";\n// eslint-disable-next-line import/no-unresolved\nimport Image from \"@theme/IdealImage\";\n-import { getDiffDays } from \"../../shared/lib/date/getDiffDays\";\n+import { getDiffDays } from \"@site/... | JavaScript | MIT License | feature-sliced/documentation | chore(examples): fixed import style | 1 | chore | examples |
269,464 | 21.11.2021 20:34:42 | 10,800 | 12066dd8d9179ef19dde061d67354f5ebc081685 | refactor(ci): improve pkg test task | [
{
"change_type": "MODIFY",
"diff": "@@ -125,35 +125,101 @@ tasks:\n- echo {{.NEXT}}\n- git push origin --tags\n+ goreleaser:test:pkg:\n+ desc: Test a package\n+ cmds:\n+ - docker run --platform linux/{{.Platform}} --rm --workdir /tmp -v $PWD/dist:/tmp {{.Image}} sh -c '{{.Cmd}} && goreleaser --version'\n+\n... | Go | MIT License | goreleaser/goreleaser | refactor(ci): improve pkg test task | 1 | refactor | ci |
269,464 | 21.11.2021 21:01:08 | 10,800 | d296507f3ac9178f83af54b0fd01d1ef6da894b4 | docs: improve signing docs | [
{
"change_type": "MODIFY",
"diff": "@@ -81,11 +81,13 @@ docker_signs:\nThese environment variables might be available in the fields that are templateable:\n-- `${artifactName}`: the name of the artifact\n-- `${artifact}`: the path to the artifact that will be signed\n+- `${artifact}`: the path to the artifa... | Go | MIT License | goreleaser/goreleaser | docs: improve signing docs
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | docs | null |
332,727 | 21.11.2021 23:31:09 | -3,600 | c4282a07e5e6a68edf53e9a19a8c8fc69d082ce5 | fix(semver): handle post target executor errors | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import * as rimraf from 'rimraf';\nimport * as tmp from 'tmp';\nimport { promisify } from 'util';\n-import type { ExecutorContext } from '@nrwl/devkit';\n+import type { ExecutorContext, Target } from '@nrwl/devkit';\nexport interface TestingWorkspace {\nte... | TypeScript | MIT License | jscutlery/semver | fix(semver): handle post target executor errors | 1 | fix | semver |
915,186 | 22.11.2021 07:10:27 | 28,800 | 144165845aac85f6b91e426872ea02daac541387 | fix: missing stack traces | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,7 @@ func (p *Persister) Commit(ctx context.Context) error {\nreturn errorsx.WithStack(ErrNoTransactionOpen)\n}\n- return c.TX.Commit()\n+ return errorsx.WithStack(c.TX.Commit())\n}\nfunc (p *Persister) Rollback(ctx context.Context) error {\n@@ -80,7 +80,7 @@... | Go | Apache License 2.0 | ory/hydra | fix: missing stack traces (#2858)
Co-authored-by: hackerman <3372410+aeneasr@users.noreply.github.com> | 1 | fix | null |
126,276 | 22.11.2021 08:11:47 | 10,800 | 81a265ae5c21417ba7e2da8e67224281bbc0ec56 | test(embedded/sql): unit testing with query and type inference | [
{
"change_type": "MODIFY",
"diff": "@@ -964,11 +964,7 @@ func (sqlTx *SQLTx) InferParameters(sql string) (map[string]SQLValueType, error)\nreturn nil, ErrAlreadyClosed\n}\n- return sqlTx.inferParametersFrom(strings.NewReader(sql))\n-}\n-\n-func (sqlTx *SQLTx) inferParametersFrom(r io.ByteReader) (map[string... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/sql): unit testing with query and type inference
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/sql |
217,233 | 22.11.2021 08:36:38 | -14,400 | acff4cad75b4ab0110bd7a2311b4fc3f7421cb54 | chore: small fixes after review | [
{
"change_type": "MODIFY",
"diff": "@@ -3,11 +3,11 @@ import React from \"react\";\nimport clsx from \"clsx\";\n// eslint-disable-next-line import/no-unresolved\nimport Image from \"@theme/IdealImage\";\n-import { getDiffDays } from \"@site/src/shared/lib/date/getDiffDays\";\n+import { date } from \"@site/s... | JavaScript | MIT License | feature-sliced/documentation | chore: small fixes after review | 1 | chore | null |
306,320 | 22.11.2021 09:02:45 | 0 | 986e07cc96687a6a9eb8c52bda58c1adbdd2d206 | fix: use consistent ordering for Terragrunt projects
terragrunt run-all doesn't have consistent ordering, so this sorts the projects so our tests are consistent | [
{
"change_type": "MODIFY",
"diff": "@@ -2,11 +2,6 @@ include {\npath = find_in_parent_folders()\n}\n-# Add dependency on dev to make output consistent order\n-dependencies {\n- paths = [\"../dev\"]\n-}\n-\nterraform {\nsource = \"..//modules/example\"\n}\n",
"new_path": "examples/terragrunt/prod/terragr... | Go | Apache License 2.0 | infracost/infracost | fix: use consistent ordering for Terragrunt projects (#1142)
terragrunt run-all doesn't have consistent ordering, so this sorts the projects so our tests are consistent | 1 | fix | null |
401,106 | 22.11.2021 09:15:15 | -19,080 | f7925496097a59492c9efe294c95179d829ac9f7 | docs: add docs for HTML props and withStyle
* docs: add docs for HTML props
affects:
* docs: add docs for withStyle
affects:
* docs: update docs for HTML Props and WithStyle
affects: | [
{
"change_type": "ADD",
"diff": "+import { Meta } from '@storybook/addon-docs/blocks';\n+\n+<Meta title=\"Utils/Types/HTMLProps\" />\n+\n+# HTMLProps\n+\n+This utility constructs a prop type with the props extracted from an HTML element type. It can be used as a convenient way of extending HTML elements whi... | TypeScript | MIT License | medly/medly-components | docs: add docs for HTML props and withStyle (#529)
* docs: add docs for HTML props
affects: @medly-components/utils
* docs: add docs for withStyle
affects: @medly-components/utils
* docs: update docs for HTML Props and WithStyle
affects: @medly-components/utils
Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com> | 1 | docs | null |
679,913 | 22.11.2021 09:43:29 | -3,600 | b42e315092262088054f37774cdeebd128beffeb | feat(vectors): update variance(), sd(), standardize()
add support for pre-centered inputs to avoid extraneous computation
add vector length check to avoid NaN for 1D vectors | [
{
"change_type": "MODIFY",
"diff": "import type { ReadonlyVec, Vec } from \"./api.js\";\nimport { center } from \"./center.js\";\n-import { magSq } from \"./magsq.js\";\nimport { mulN } from \"./muln.js\";\n+import { set } from \"./set.js\";\n+import { sd } from \"./variance.js\";\n/**\n* Returns standardiz... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): update variance(), sd(), standardize()
- add support for pre-centered inputs to avoid extraneous computation
- add vector length check to avoid NaN for 1D vectors | 1 | feat | vectors |
126,276 | 22.11.2021 09:43:34 | 10,800 | 7b5893b3068d3fe5ee710303e84840b6522f4863 | chore(embedded/tools): upgrade sql stress tool | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,6 @@ type cfg struct {\nrdCount int\nreadDelay int\nreadPause int\n- readRenew bool\n}\nfunc parseConfig() (c cfg) {\n@@ -71,7 +70,6 @@ func parseConfig() (c cfg) {\nflag.IntVar(&c.rdCount, \"rdCount\", 100, \"number of reads for each readers\")\nflag.IntVar(... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/tools): upgrade sql stress tool
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/tools |
401,106 | 22.11.2021 09:51:11 | -19,080 | 5402547536a56e4ffb8142ef867205e34d4a2b0f | feat: add freezePosition prop to tableColumnConfig
* feat: add freezePosition prop to tableColumnConfig
affects:
* feat: add desc to forzen prop
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -22,9 +22,9 @@ const wrapTextStyle = css`\nwhite-space: nowrap;\n}\n`,\n- frozenStyle = css`\n+ frozenStyle = css<TableCellStyledProps>`\nposition: sticky;\n- left: 0;\n+ ${props => props.freezePosition || 'left'}: 0;\nz-index: 1;\n* {\n",
"new_path": "packages/cor... | TypeScript | MIT License | medly/medly-components | feat: add freezePosition prop to tableColumnConfig (#535)
* feat: add freezePosition prop to tableColumnConfig
affects: @medly-components/core
* feat: add desc to forzen prop
affects: @medly-components/core
Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com> | 1 | feat | null |
494,218 | 22.11.2021 09:52:31 | -3,600 | b0f25a9a6013f1e450163f5c08b221d328c210be | docs: update email template docs | [
{
"change_type": "MODIFY",
"diff": "@@ -144,6 +144,9 @@ Hi, please verify your account by clicking the following link:\nHi, please verify your account by clicking the following link: {{ .VerificationURL }}\n```\n+If you're running multiple instances of Kratos and separate courier job,\n+make sure to provide... | Go | Apache License 2.0 | ory/kratos | docs: update email template docs (#1960) (#1968) | 1 | docs | null |
679,913 | 22.11.2021 09:59:36 | -3,600 | 017bfb6e75453b803b4968927935936c0204093d | fix(tools): use unscoped example names in table | [
{
"change_type": "MODIFY",
"diff": "@@ -24,16 +24,17 @@ export const examplesTable = (pkgName: string) => {\nexpkg.dependencies[pkgName])\n) {\nhasImg = !!meta.screenshot || hasImg;\n+ const exampleName = shortName(expkg.name);\nconst body = {\nimg: meta.screenshot ? thumb(meta.screenshot) : \"\",\ndesc: ex... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(tools): use unscoped example names in table | 1 | fix | tools |
942,586 | 22.11.2021 10:18:04 | 28,800 | 21fa4502827d12c977484651db8fcaf22b0f926a | fix(LoadingAnimation): Add support for RTL
Fixes:
Using the CKR version of styled fixes the spacing of the loading animation for RTL.
[category:Components]
Release Note:
Possible visual regression if you have overrides to get the old version working for RTL. | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\nimport {keyframes} from '@emotion/core';\n-import styled from '@emotion/styled';\nimport canvas, {borderRadius} from '@workday/canvas-kit-react/tokens';\n+import {styled} from '@workday/canvas-kit-react/common';\n/**\n* Keyframe for the do... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(LoadingAnimation): Add support for RTL (#1349)
Fixes: #1296
Using the CKR version of styled fixes the spacing of the loading animation for RTL.
[category:Components]
Release Note:
Possible visual regression if you have overrides to get the old version working for RTL. | 1 | fix | LoadingAnimation |
317,842 | 22.11.2021 10:20:45 | -3,600 | 9f200a89300e169908cb225af0d61da51055bc88 | ci: remove wsl executable from windows packages
for wsl, a manual install is required(linux install). | [
{
"change_type": "MODIFY",
"diff": "@@ -223,8 +223,8 @@ jobs:\nGITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\nwith:\nupload_url: ${{ needs.release.outputs.upload_url }}\n- asset_path: ${{ github.workspace }}/packages/scoop/posh-windows-wsl-amd64.7z\n- asset_name: posh-windows-wsl-amd64.7z\n+ asset_path: ${{ git... | Go | MIT License | jandedobbeleer/oh-my-posh | ci: remove wsl executable from windows packages
for wsl, a manual install is required(linux install). | 1 | ci | null |
530,359 | 22.11.2021 10:36:04 | 25,200 | c54318db9be71e909453b997f5cd778d72e3e043 | fix(awscdk-app-ts): unsetting context when cdk version > 2
fixes
Setting context to undefined when CDK major version is >=2
Only question: should it be undefined or an empty object?
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": "import * as path from 'path';\nimport * as fs from 'fs-extra';\nimport * as semver from 'semver';\n-import { CdkTasks, AutoDiscover, LambdaFunctionCommonOptions } from './awscdk';\n+import { AutoDiscover, CdkTasks, LambdaFunctionCommonOptions } from './awscdk';\nimport { ... | TypeScript | Apache License 2.0 | projen/projen | fix(awscdk-app-ts): unsetting context when cdk version > 2 (#1247)
fixes #1205
Setting context to undefined when CDK major version is >=2
Only question: should it be undefined or an empty object?
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | fix | awscdk-app-ts |
679,913 | 22.11.2021 11:12:34 | -3,600 | 3573fa52502246bc97e007008ab3232815f92764 | fix(vectors): off-by-one error in variance(), add checks, tests
fix divisor in variance() (N vs N-1)
update sd() (use N-1 as divisor)
add empty checks for vmean/vmedian()
add tests | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ export const mean = (out: Vec | null, src: ReadonlyVec[]) => {\n};\n/**\n- * Computes the mean of components of given vector.\n+ * Computes the mean of components of given vector. Returns 0 if vector is empty.\n*\n* @example\n* ```ts\n@@ -41,4 +41,4 @@ e... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(vectors): off-by-one error in variance(), add checks, tests
- fix divisor in variance() (N vs N-1)
- update sd() (use N-1 as divisor)
- add empty checks for vmean/vmedian()
- add tests | 1 | fix | vectors |
889,635 | 22.11.2021 11:14:31 | -10,800 | 32f4d7f651ee0243a42e516f7c891d6888fa50db | fix(webui): series cover uploads | [
{
"change_type": "MODIFY",
"diff": "<template>\n<label class=\"drop-zone\" v-cloak @drop.prevent=\"dropHandler\" @dragover.prevent>\n<span class=\"file-input\">Choose an image</span> - drag and drop\n- <input hidden aria-hidden=\"true\" type=\"file\" accept=\"image/*\" multiple @change=\"dropHandler\" >\n+ ... | Kotlin | MIT License | gotson/komga | fix(webui): series cover uploads (#729) | 1 | fix | webui |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.