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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
667,636 | 28.07.2021 15:11:18 | -28,800 | 21f11a6fd3bd59834304864f180c70ff9eef9cd2 | fix(react): fixed custom style for scrollview not work | [
{
"change_type": "MODIFY",
"diff": "@@ -122,11 +122,11 @@ const styles = StyleSheet.create({\noverflow: 'scroll',\n},\ncontentContainerVertical: {\n- collapse: false,\n+ collapsable: false,\nflexDirection: 'column',\n},\ncontentContainerHorizontal: {\n- collapse: false,\n+ collapsable: false,\nflexDirection... | C++ | Apache License 2.0 | tencent/hippy | fix(react): fixed custom style for scrollview not work | 1 | fix | react |
71,218 | 28.07.2021 15:45:50 | 25,200 | d227e48458832ff85d2d575e5462e45d29f49a6c | feat(kinesisfirehose-destinations): add support for prefixes in the S3 destination
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": "@@ -20,6 +20,26 @@ export interface S3BucketProps extends CommonDestinationProps {\n* @default - no compression is applied\n*/\nreadonly compression?: Compression;\n+\n+ /**\n+ * A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them ... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(kinesisfirehose-destinations): add support for prefixes in the S3 destination (#15552)
Closes #15551
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | kinesisfirehose-destinations |
127,946 | 28.07.2021 15:58:50 | -10,800 | 6e2fea349d310b7c2e5f9a771f7495d399deffaa | fix: next docs ts | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ const Example = () => {\npageNumber={10}\npreviousButtonLabel=\"Previous\"\nnextButtonLabel=\"Next\"\n- onChange={(value) => console.log('pageNumber: ', value)}\n+ onChange={(value: any) => console.log('pageNumber: ', value)}\n/>\n);\n};\n",
"new_pat... | TypeScript | MIT License | coingaming/moon-design | fix: next docs ts | 1 | fix | null |
667,636 | 28.07.2021 16:01:53 | -28,800 | 7cec386e80d0b24b68808887877e7230d53c86e7 | fix(react): fixed focusable component child displayName | [
{
"change_type": "MODIFY",
"diff": "-node_modules\n-dist\n+node_modules*\n+dist/\ncoverage\n",
"new_path": ".eslintignore",
"old_path": ".eslintignore"
},
{
"change_type": "MODIFY",
"diff": "@@ -78,8 +78,8 @@ class Focusable extends React.Component<FocusableProps, FocusableState> {\nif (... | C++ | Apache License 2.0 | tencent/hippy | fix(react): fixed focusable component child displayName | 1 | fix | react |
127,946 | 28.07.2021 16:16:18 | -10,800 | 73bb723836f281cb5c955d8861c9f4a0cf12e903 | fix: disable babel-plugin-transform-imports | [
{
"change_type": "MODIFY",
"diff": "@@ -17,11 +17,11 @@ module.exports = {\nssr: true,\n},\n],\n- [\"transform-imports\", {\n- \"lodash\": {\n- \"transform\": \"lodash/${member}\",\n- \"preventFullImport\": true\n- },\n- }],\n+ // [\"transform-imports\", {\n+ // \"lodash\": {\n+ // \"transform\": \"lodash/$... | TypeScript | MIT License | coingaming/moon-design | fix: disable babel-plugin-transform-imports | 1 | fix | null |
730,428 | 28.07.2021 16:24:16 | 0 | b76e6483ea699fcbffa5325cfdd92b54d711220f | chore(release): 0.20.0 [skip ci] | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+## [0.20.0](https://github.com/webex/react-widgets/compare/v0.19.0...v0.20.0) (2021-07-28)\n+\n... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.20.0 [skip ci] | 1 | chore | release |
667,636 | 28.07.2021 16:26:21 | -28,800 | a667301674d4b7b8082a026faea7faf8610bfb4b | chore(commit): add type-enum & scope limit | [
{
"change_type": "MODIFY",
"diff": "@@ -4,5 +4,23 @@ module.exports = {\n],\nrules: {\n'header-max-length': [2, 'always', 72],\n+ 'type-enum': [\n+ 2,\n+ 'always',\n+ [\n+ 'build', // build\n+ 'ci', // ci\n+ 'chore', // Other changes that don't modify src or test files.\n+ 'docs', // Adds or alters document... | C++ | Apache License 2.0 | tencent/hippy | chore(commit): add type-enum & scope limit | 1 | chore | commit |
67,479 | 28.07.2021 16:28:21 | -36,000 | 397ef662f402cb7f06424393b74718b7413f8e7a | chore(doc): explain i in the fetchAdvice call, closes | [
{
"change_type": "MODIFY",
"diff": "@@ -44,3 +44,7 @@ export class MyApp {\n{% endtab %}\n{% endtabs %}\n+{% hint style=\"info\" %}\n+The parameter `i` passed to the method `fetchAdvice()` call in the template is for refreshing binding purposes. It is not used in the method itself.\n+This is because method ... | TypeScript | MIT License | aurelia/aurelia | chore(doc): explain i in the fetchAdvice call, closes #1265 | 1 | chore | doc |
127,946 | 28.07.2021 16:30:36 | -10,800 | aae4362faf2259b2fe5e93128a906c5e1771c422 | fix: docker node 14 version | [
{
"change_type": "MODIFY",
"diff": "# Install dependencies only when needed\n-FROM node:alpine AS deps\n+FROM node:14-alpine3.14 AS deps\n# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.\nRUN apk add --no-c... | TypeScript | MIT License | coingaming/moon-design | fix: docker node 14 version | 1 | fix | null |
426,720 | 28.07.2021 16:30:37 | -10,800 | 53b237ba2fee5560829948e65eb9517bf4c09b90 | docs: fix homepage colors | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ html {\n--contrast-color-light: #fff;\n--contrast-color-dark: #1d3557;\n--primary-text-color: #2c3e50;\n+ --text-color: var(--primary-text-color);\n--primary-lines-color: #ccc;\n}\n@@ -65,6 +66,7 @@ footer {\n--footer-background: rgba(255, 255, 255, 0.1);\... | TypeScript | MIT License | modernweb-dev/web | docs: fix homepage colors | 1 | docs | null |
667,713 | 28.07.2021 16:31:17 | -28,800 | 754d31a99ea96c45016a9f3432632498c94e834e | feat(android): support initialContentOffset props for listView | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,7 @@ import com.tencent.mtt.hippy.uimanager.ControllerManager;\nimport com.tencent.mtt.hippy.uimanager.HippyViewController;\nimport com.tencent.mtt.hippy.uimanager.ListViewRenderNode;\nimport com.tencent.mtt.hippy.uimanager.RenderNode;\n+import com.tencent.mt... | C++ | Apache License 2.0 | tencent/hippy | feat(android): support initialContentOffset props for listView | 1 | feat | android |
777,353 | 28.07.2021 16:40:26 | 18,000 | 61886e1ea71f520007f944a6e5bbd309057d115d | feat: add trial comparison modal | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,7 @@ import { getMetricValue, terminalRunStates } from 'utils/types';\nimport { openCommand } from 'wait';\nimport { columns as defaultColumns } from './ExperimentTrials.table';\n+import TrialsComparisonModal from './TrialsComparisonModal';\ninterface Props {... | Python | Apache License 2.0 | determined-ai/determined | feat: add trial comparison modal [DET-5417] (#2794) | 1 | feat | null |
873,695 | 28.07.2021 16:51:22 | -7,200 | bf951b2d15234c3698a535898e7a5c233765e856 | fix: render dropdown list or fragment | [
{
"change_type": "MODIFY",
"diff": "@@ -156,7 +156,7 @@ export function WrappedEntryCard(props: WrappedEntryCardProps) {\n</DropdownListItem>\n)}\n</DropdownList>\n- {props.hasMoveOptions && (\n+ {props.hasMoveOptions ? (\n<DropdownList\nborder=\"top\"\n// @ts-expect-error\n@@ -176,7 +176,7 @@ export functi... | TypeScript | MIT License | contentful/field-editors | fix: render dropdown list or fragment (#785) | 1 | fix | null |
306,423 | 28.07.2021 17:00:11 | -7,200 | bffd6db9df011ecfd3b3b712555756ad8a6633cd | fix(remark-extend): support importing of tables | [
{
"change_type": "ADD",
"diff": "+---\n+'remark-extend': patch\n+---\n+\n+Support GitHub Flavored Markdown (gfm) tables when importing markdown\n",
"new_path": ".changeset/strong-icons-argue.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "\"test:watch\": \"mocha test-node --... | JavaScript | MIT License | ing-bank/lion | fix(remark-extend): support importing of tables | 1 | fix | remark-extend |
276,951 | 28.07.2021 17:10:26 | 10,800 | a925699a75ac3025bf1e21fcc1d620ceb3b95415 | docs(theme): refactor docs | [
{
"change_type": "MODIFY",
"diff": "@@ -11,122 +11,4 @@ We consider our theme as the decision we make **besides** all our **options**, a\nThere is a variable responsible for providing all those settings through the ThemeProvider, from styled-components. Although, there is a theme file for each component, ai... | JavaScript | MIT License | gympass/yoga | docs(theme): refactor docs | 1 | docs | theme |
276,951 | 28.07.2021 17:11:39 | 10,800 | 1b2af47b134883593a84df7c0268db92313ce30f | feat(documentation): create ThemeInspector | [
{
"change_type": "MODIFY",
"diff": "@@ -41,6 +41,7 @@ import {\nBorders,\nElevations,\nShape,\n+ ReactInspector,\n} from '../Theme/index';\nconst customComponents = prefix => ({\n@@ -71,6 +72,7 @@ const customComponents = prefix => ({\nThemeBorders: props => <Borders {...props} />,\nThemeElevations: props =... | JavaScript | MIT License | gympass/yoga | feat(documentation): create ThemeInspector | 1 | feat | documentation |
438,921 | 28.07.2021 17:13:20 | -32,400 | da580e509085603a933b31ef081819f98589c11f | chore(deploy): update on remote setting | [
{
"change_type": "MODIFY",
"diff": "@@ -58,7 +58,7 @@ push() {\ngit config --global user.email \"alberto.park@gmail.com\"\ngit config --global user.name \"netil\"\n- git remote set-url ${DEST_REMOTE} https://netil:${secrets.GH_TOKEN}@github.com/naver/billboard.js.git > /dev/null 2>&1\n+ git remote set-url $... | TypeScript | MIT License | naver/billboard.js | chore(deploy): update on remote setting | 1 | chore | deploy |
276,951 | 28.07.2021 17:15:36 | 10,800 | 4e7640a2a80f107d6add3c9188c071e263500dcf | feat(components/theme): create ReactInspector component | [
{
"change_type": "ADD",
"diff": "+import React from 'react';\n+import styled, { withTheme } from 'styled-components';\n+import Inspector from 'react-inspector';\n+\n+const Wrapper = styled.div`\n+ * {\n+ background-color: transparent !important;\n+ }\n+`;\n+\n+const ReactInspector = ({ theme }) => {\n+ retu... | JavaScript | MIT License | gympass/yoga | feat(components/theme): create ReactInspector component | 1 | feat | components/theme |
711,597 | 28.07.2021 17:21:46 | -7,200 | 5ede571bdefa88e0eee6009b2de0d69d1fe6c4d0 | docs(core): Add tags to new APIs | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,18 @@ If you would like to contribute a bugfix, please first create an issue detailing\nAgain, please create a feature request detailing the functionality you intend to add, and state that you would like to implement it. When creating commits, please follow t... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(core): Add @since tags to new APIs | 1 | docs | core |
306,653 | 28.07.2021 17:21:55 | -19,080 | ab9e753db94bec9d2972272b38c771e26700ebd0 | chore: adds snapshot | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ exports[`Calendar component\nclass=\"Button Button--regular Button--regularSquare Button--transparent Calendar-headerIcon Calendar-headerIcon--prev\"\ndata-test=\"DesignSystem-Button\"\ntabindex=\"0\"\n+ type=\"button\"\n>\n<div\nclass=\"Button-icon\"\n@... | TypeScript | MIT License | innovaccer/design-system | chore: adds snapshot | 1 | chore | null |
815,609 | 28.07.2021 17:29:53 | -28,800 | d1a89e16884f57f8d741c00baa5d7f42e009487a | test(hardfork): test if the B extension feature is correct | [
{
"change_type": "MODIFY",
"diff": "use crate::ScriptError;\nuse ckb_error::Error;\nuse ckb_types::{\n- core::Cycle,\n+ core::{Cycle, ScriptHashType},\npacked::{Byte32, Script},\n};\nuse ckb_vm::{\n@@ -67,6 +67,18 @@ impl ScriptVersion {\n}\n}\n+ /// Returns the specific data script hash type.\n+ ///\n+ ///... | Rust | MIT License | nervosnetwork/ckb | test(hardfork): test if the B extension feature is correct | 1 | test | hardfork |
711,597 | 28.07.2021 17:39:31 | -7,200 | def07b2bb3068674c52f673f70fcddbc032b9573 | docs(elasticsearch-plugin): Add examples to recent api additions | [
{
"change_type": "MODIFY",
"diff": "@@ -61,6 +61,30 @@ export interface ElasticsearchOptions {\n* [These options](https://www.elastic.co/guide/en/elasticsearch/reference/7.x/index-modules.html#index-modules-settings)\n* are directly passed to index settings. To apply some settings indices will be recreated.... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(elasticsearch-plugin): Add examples to recent api additions | 1 | docs | elasticsearch-plugin |
777,399 | 28.07.2021 17:42:21 | 25,200 | 9297c8423d7609212c42fd91b4d4f2d3edc144e3 | ci: add label for GKE clusters in CI
To help with tracking cloud spend from different sources, this adds a
label to mark GCE instances spun up as part of GKE clusters in CI. | [
{
"change_type": "MODIFY",
"diff": "@@ -538,7 +538,7 @@ commands:\ngoogle-compute-zone: <<parameters.google-compute-zone>>\ngoogle-project-id: <<parameters.google-project-id>>\n- run:\n- command: gcloud container clusters create ${CLUSTER_ID} --machine-type=n1-standard-8 --cluster-version=<<parameters.gke-v... | Python | Apache License 2.0 | determined-ai/determined | ci: add label for GKE clusters in CI (#2800)
To help with tracking cloud spend from different sources, this adds a
label to mark GCE instances spun up as part of GKE clusters in CI. | 1 | ci | null |
603,467 | 28.07.2021 17:58:46 | -7,200 | fed46a53f951c7a289a39b66e2c4b0742528fc9c | docs(website): improved readability of the code samples on the website
migrated from highlight.js to prism.js and fixed minor CSS issues | [
{
"change_type": "MODIFY",
"diff": "'use strict';\n-\nconst\n{ readFileSync } = require('fs'),\n{ resolve } = require('path'),\n@@ -25,16 +24,13 @@ const\nsources = require('./plugins/sources'),\nsource = require('./plugins/source'),\npathToFile = require('./plugins/pathToFile'),\n- highlightEsdoc = require... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(website): improved readability of the code samples on the website
migrated from highlight.js to prism.js and fixed minor CSS issues | 1 | docs | website |
127,946 | 28.07.2021 18:02:30 | -10,800 | e2c2b022ecf7c8070662df252600af669a5febe6 | fix: delete accordion | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ const navigation = [\n{\nname: 'Components',\nchildren: [\n- { name: 'Accordion', href: '/components/accordion' },\n+ // { name: 'Accordion', href: '/components/accordion' },\n{ name: 'Avatar', href: '/components/avatar' },\n{ name: 'Badge', href: '/compon... | TypeScript | MIT License | coingaming/moon-design | fix: delete accordion | 1 | fix | null |
667,636 | 28.07.2021 18:15:43 | -28,800 | 9701c61a942b03ad154488812390d4a22921d199 | chore(eslint): change lint path | [
{
"change_type": "MODIFY",
"diff": "/* eslint-disable no-unused-expressions */\n/* eslint-disable func-names */\n+\n(function (getInternalBinding) {\nglobal.Hippy = {};\n",
"new_path": "core/js/bootstrap.js",
"old_path": "core/js/bootstrap.js"
},
{
"change_type": "MODIFY",
"diff": "\"mar... | C++ | Apache License 2.0 | tencent/hippy | chore(eslint): change lint path | 1 | chore | eslint |
699,201 | 28.07.2021 18:20:58 | 14,400 | a2860c3bf7dba4cf26d94b8bd5b82fa627a2f4ac | feat(tokens): add color-border and shadow-border tokens | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/design-tokens': minor\n+'@twilio-paste/core': minor\n+---\n+\n+Add `color-border-inverse-strong` and `shadow-border-inverse-stronger`, adjust `shadow-border-inverse-strong` to align color-border tokens and shadow-border tokens.\n",
"new_path": ".cha... | TypeScript | MIT License | twilio-labs/paste | feat(tokens): add color-border and shadow-border tokens | 1 | feat | tokens |
699,201 | 28.07.2021 18:21:20 | 14,400 | 1a7fcfbc60601b277f1fec435f43c9f53e05025a | chore(button): update inverse button hover border token | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/button': patch\n+'@twilio-paste/core': patch\n+---\n+\n+Update inverse button to use `shadow-border-inverse-strongest` on hover\n",
"new_path": ".changeset/fifty-owls-dance.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": ... | TypeScript | MIT License | twilio-labs/paste | chore(button): update inverse button hover border token | 1 | chore | button |
705,211 | 28.07.2021 18:39:55 | 14,400 | bee1a03c1c21531880ac78074d372de54ffbb481 | fix(ComboBox): Correctly translate PlaceholderText when a value is selected and adjust the outlined Material style to match the guidelines | [
{
"change_type": "MODIFY",
"diff": "mc:Ignorable=\"not_win xamarin\">\n<!-- Converters -->\n- <converters:FromNullToValueConverter x:Name=\"NullToVisible\"\n- NotNullValue=\"Collapsed\"\n- NullValue=\"Visible\" />\n+ <converters:FromNullToValueConverter x:Key=\"NullToScaleConverter\"\n+ NotNullValue=\"0.7\"... | C# | Apache License 2.0 | unoplatform/uno.themes | fix(ComboBox): Correctly translate PlaceholderText when a value is selected and adjust the outlined Material style to match the guidelines | 1 | fix | ComboBox |
401,147 | 28.07.2021 19:11:01 | -19,080 | e8e1d3041b6a89d08bd5d3ccde0ba1c617bda2f5 | feat: add clear state function in useAxios hook
affects: | [
{
"change_type": "MODIFY",
"diff": "import { AxiosRequestConfig, AxiosResponse } from 'axios';\nexport type Result<Data = any, Error = any> = {\n- data: Data;\n- isLoading: boolean;\n- response: AxiosResponse<Data>;\n- error: AxiosResponse<Error>;\n+ data: Data; //Data in the response\n+ isLoading: boolean;... | TypeScript | MIT License | medly/medly-components | feat: add clear state function in useAxios hook
affects: @medly-components/utils | 1 | feat | null |
401,147 | 28.07.2021 19:16:52 | -19,080 | 0be7086258e7efb39e343520a10d5637e65aeb6c | refactor: move swr from peer dependency to dependency
affects: | [
{
"change_type": "MODIFY",
"diff": "\"axios\": \">=0.21.1\",\n\"react\": \"16.x || 17.x\",\n\"react-dom\": \"16.x || 17.x\",\n- \"styled-components\": \"^5.1.0\",\n- \"swr\": \"^0.5.4\"\n+ \"styled-components\": \"^5.1.0\"\n},\n\"dependencies\": {\n\"@medly-components/theme\": \"2.4.1\",\n- \"date-fns\": \"... | TypeScript | MIT License | medly/medly-components | refactor: move swr from peer dependency to dependency
affects: @medly-components/utils | 1 | refactor | null |
185,950 | 28.07.2021 19:38:54 | -7,200 | be50276d81f1b2613b93098ecf201b6284c67837 | refactor: merge version sorting logic | [
{
"change_type": "MODIFY",
"diff": "-import * as semver from 'semver';\n-\nimport { RunnableVersion } from '../interfaces';\n-\n-const preTags = ['nightly', 'alpha', 'beta'];\n-\n-/**\n- * Sorts prerelease tags such that nightly -> alpha -> beta.\n- *\n- * @param a Prerelease tag data for the old version.\n... | TypeScript | MIT License | electron/fiddle | refactor: merge version sorting logic (#802) | 1 | refactor | null |
71,499 | 28.07.2021 19:51:39 | -3,600 | 4d122ec483aa864dd40f3be534f143431aeab62b | docs(lambda-event-sources): max batch size docs for SqsEventSource
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": "@@ -9,6 +9,7 @@ export interface SqsEventSourceProps {\n* event with all the retrieved records.\n*\n* Valid Range: Minimum value of 1. Maximum value of 10.\n+ * If `maxBatchingWindow` is configured, this value can go up to 10,000.\n*\n* @default 10\n*/\n",
"new_path":... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(lambda-event-sources): max batch size docs for SqsEventSource (#15803)
closes #15697
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | docs | lambda-event-sources |
401,147 | 28.07.2021 19:57:11 | -19,080 | 6316affa1f8d8b6658a2d312bbb12106d0d9212c | refactor: add showExpandIcon in knobs and onClick event on expand icon
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import { useState, useEffect } from 'react';\nimport { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\nimport { optionsArray, size, ThemeInterface } from './SearchBox.stories.tsx';\nimport * as stories from './SearchBox.stories';\n-impo... | TypeScript | MIT License | medly/medly-components | refactor: add showExpandIcon in knobs and onClick event on expand icon
affects: @medly-components/core | 1 | refactor | null |
71,218 | 28.07.2021 20:03:44 | 25,200 | 099b5840cc5b45bad987b7e797e6009d6383a3a7 | feat(kinesisfirehose): add support for BufferingHints
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": "@@ -64,3 +64,22 @@ export function createLoggingOptions(scope: Construct, props: DestinationLogging\n}\nreturn undefined;\n}\n+\n+export function createBufferingHints(\n+ interval?: cdk.Duration,\n+ size?: cdk.Size,\n+): firehose.CfnDeliveryStream.BufferingHintsProperty |... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(kinesisfirehose): add support for BufferingHints (#15557)
Closes #15554
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | kinesisfirehose |
151,430 | 28.07.2021 20:09:54 | 25,200 | 9469e0831b4a856f39c546fabfc99f970fa3ec1a | docs: add pkg size | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,8 @@ Integration with [AWS Pinpoint](https://aws.amazon.com/pinpoint/) for [analytics\nAmazon Pinpoint is a flexible and scalable outbound and inbound marketing communications service. You can connect with customers over channels like email, SMS, push, or voice... | JavaScript | MIT License | davidwells/analytics | docs: add pkg size
Signed-off-by: David Wells <> | 1 | docs | null |
730,425 | 28.07.2021 21:48:21 | -19,080 | b3e1471bdddae6f92b7f4d0e79a1b2b9a91c2278 | feat(widget-space): add ability to turn off meeting | [
{
"change_type": "MODIFY",
"diff": "@@ -40,11 +40,12 @@ const PLUGINS = ['authorization', 'logger', 'meetings', 'people', 'rooms'];\nconst INTERNAL_PLUGINS = ['conversation', 'feature', 'flag', 'mercury', 'presence', 'search', 'team'];\nconst storeSDKAdaptor = async (sdk, props) => {\n+ if (!props.spaceActi... | JavaScript | MIT License | webex/react-widgets | feat(widget-space): add ability to turn off meeting | 1 | feat | widget-space |
877,015 | 28.07.2021 23:21:44 | -7,200 | 8a169d4d4946f84ca0ebb7dde2d4f46c8f81b1e4 | refactor(@vtmn/css): fix unrelevant visual borders on VtmnButton component | [
{
"change_type": "MODIFY",
"diff": "text-overflow: ellipsis;\nwhite-space: nowrap;\nbackground-color: var(--vtmn-color_brand-digital);\n+ border: none;\nborder-radius: rem(4px);\ndisplay: inline-block;\nfont-family: var(--vtmn-typo_font-family);\n",
"new_path": "packages/sources/css/src/components/butto... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/css): fix unrelevant visual borders on VtmnButton component | 1 | refactor | @vtmn/css |
865,916 | 29.07.2021 07:36:31 | -7,200 | 3e99fc388ce7d744ed73fd0229b81d12b88c30d4 | chore(client): import schema provided as argument | [
{
"change_type": "MODIFY",
"diff": "@@ -72,7 +72,9 @@ export class FormEditor extends CachedComponent {\nreturn;\n}\n- this.importSchema();\n+ const { xml: schema } = this.props;\n+\n+ this.importSchema(schema);\n}\nisImportNeeded(prevProps = {}) {\n@@ -95,13 +97,11 @@ export class FormEditor extends Cached... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): import schema provided as argument | 1 | chore | client |
865,916 | 29.07.2021 08:22:55 | -7,200 | 535b7500dfba7fa2d38578d99248fc99e13f2ff4 | deps(client): integrate form-js 0.3.0
Closes
Closes | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"@bpmn-io/form-js\": {\n- \"version\": \"0.0.12\",\n- \"resolved\": \"https://registry.npmjs.org/@bpmn-io/form-js/-/form-js-0.0.12.tgz\",\n- \"integrity\": \"sha512-cZT+8FXJlZN1c2+ssoUSEB4enppqkXkhY6qLXjcwMPgwpZFZjExhLyXDkMoL4CVskNJ2E6FQQ0e2vm2w4CqK3Q==\",\n+ \"ve... | JavaScript | MIT License | camunda/camunda-modeler | deps(client): integrate form-js 0.3.0
Closes #2358
Closes #2371 | 1 | deps | client |
277,277 | 29.07.2021 08:39:23 | -7,200 | 2c2ce3b3962237fe1d61503a286250dc91ffc386 | feat: Close sidenav after clicking menu item | [
{
"change_type": "MODIFY",
"diff": "// See the License for the specific language governing permissions and\n// limitations under the License.\n-import { initializeIcons } from '@fluentui/react'\n-import { render } from '@testing-library/react'\n+import { fireEvent, render } from '@testing-library/react'\nim... | Python | Apache License 2.0 | h2oai/wave | feat: Close sidenav after clicking menu item #355 | 1 | feat | null |
71,218 | 29.07.2021 08:54:03 | 25,200 | 388877300e460e23cd69d67a16a00f7c57630649 | feat(aws-kinesisfirehose): support for S3 destination encryption on DeliveryStream
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": "import * as iam from '@aws-cdk/aws-iam';\nimport * as firehose from '@aws-cdk/aws-kinesisfirehose';\n+import * as kms from '@aws-cdk/aws-kms';\nimport * as logs from '@aws-cdk/aws-logs';\nimport * as cdk from '@aws-cdk/core';\nimport { Construct, Node } from 'constructs';... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(aws-kinesisfirehose): support for S3 destination encryption on DeliveryStream (#15558)
Closes #15555
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | aws-kinesisfirehose |
504,026 | 29.07.2021 08:54:55 | 14,400 | cbdfdcde74fad13e305a7d6a4272bf02faf32cee | fix(charts): donut chart shows gap
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -561,6 +561,7 @@ export const ChartDonut: React.FunctionComponent<ChartDonutProps> = ({\ninnerRadius,\nlegendAllowWrap,\nlegendPosition = ChartCommonStyles.legend.position as ChartPieLegendPosition,\n+ padAngle,\npadding,\nradius,\nstandalone = true,\n@@ -610,6 +611,9 ... | TypeScript | MIT License | patternfly/patternfly-react | fix(charts): donut chart shows gap (#6084)
closes https://github.com/patternfly/patternfly-react/issues/6082 | 1 | fix | charts |
865,916 | 29.07.2021 09:28:38 | -7,200 | 2714a9a11019d516aa00ee1468d35a0cc1620e62 | fix(client): handle export SVG errors | [
{
"change_type": "MODIFY",
"diff": "@@ -529,7 +529,15 @@ export class BpmnEditor extends CachedComponent {\n}\nasync exportAs(type) {\n- const svg = await this.exportSVG();\n+ let svg;\n+\n+ try {\n+ svg = await this.exportSVG();\n+ } catch (error) {\n+ this.handleError({ error });\n+\n+ return Promise.reje... | JavaScript | MIT License | camunda/camunda-modeler | fix(client): handle export SVG errors | 1 | fix | client |
277,277 | 29.07.2021 09:40:07 | -7,200 | 5d494d7c3d24b72660d11255af51ae8fe58f0095 | feat: Sort table group titles by default when grouped | [
{
"change_type": "MODIFY",
"diff": "@@ -488,6 +488,58 @@ describe('Table.tsx', () => {\nexpect(container.querySelectorAll('.ms-GroupedList-group')).toHaveLength(tableProps.rows.length)\n})\n+ it('Renders alphabetically sorted group by list - strings', () => {\n+ const { container, getAllByText, getByTestId ... | Python | Apache License 2.0 | h2oai/wave | feat: Sort table group titles by default when grouped #336 | 1 | feat | null |
866,400 | 29.07.2021 09:56:50 | 14,400 | 9b1bca6ac7761bcc35d931b2b1f0f71607fd9fde | docs(development): removing references to nvm | [
{
"change_type": "MODIFY",
"diff": "@@ -47,11 +47,8 @@ members/maintainers.\n$ git remote -v\n```\n-4. Switch to our version of Node. If you are using (nvm\n- [Node Version Manager](https://github.com/creationix/nvm)), you can run\n- `nvm use` to quicky switch Node versions. If you are aren't using nvm, you... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | docs(development): removing references to nvm (#6727)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> | 1 | docs | development |
276,989 | 29.07.2021 10:00:59 | 10,800 | 2f3bbe255f87b66b6b51983a56c1b3fbc81e6103 | chore(dps): handling window conflicts on react-inspector dependency
it was needed to add this configuration because react-inspector makes use of window and it makes
Gatsby build to fail | [
{
"change_type": "MODIFY",
"diff": "@@ -99,7 +99,7 @@ exports.onCreateNode = ({ node, getNode, actions }) => {\n}\n};\n-exports.onCreateWebpackConfig = ({ actions }) => {\n+exports.onCreateWebpackConfig = ({ stage, loaders, actions }) => {\nactions.setWebpackConfig({\nresolve: {\nalias: {\n@@ -109,4 +109,17... | JavaScript | MIT License | gympass/yoga | chore(dps): handling window conflicts on react-inspector dependency
it was needed to add this configuration because react-inspector makes use of window and it makes
Gatsby build to fail | 1 | chore | dps |
711,597 | 29.07.2021 10:05:52 | -7,200 | d97b49846449d0b594b265c4117ac454407b057d | chore: Publish v1.1.3 | [
{
"change_type": "MODIFY",
"diff": "+## <small>1.1.3 (2021-07-29)</small>\n+\n+\n+#### Fixes\n+\n+* **admin-ui** Fix case sensitivity in product variant filter ([02f9995](https://github.com/vendure-ecommerce/vendure/commit/02f9995))\n+* **core** Correct typings for VendureConfig.catalogOptions ([73e859b](ht... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Publish v1.1.3 | 1 | chore | null |
276,989 | 29.07.2021 10:10:07 | 10,800 | e4173f796088b29fbb0c38a4f8afaf062fd000f3 | docs(mdx): update column size and fix typos | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,8 @@ order: 7\n## Font-Sizes\n-Font sizes define the size of a typography and its content hierarchy to be semantic and consistent.\n+Font sizes define the size of a typography and its content hierarchy to be\n+semantic and consistent.\n### Usage\n",
"new_pa... | JavaScript | MIT License | gympass/yoga | docs(mdx): update column size and fix typos | 1 | docs | mdx |
276,989 | 29.07.2021 10:11:51 | 10,800 | aa19735b85acdbd482384142886618ee7993ee49 | chore(tasks): add tasks for build | [
{
"change_type": "MODIFY",
"diff": "\"version\": \"2.0.0\",\n\"tasks\": [\n{\n- \"label\": \"Yoga Development\",\n+ \"label\": \"Development\",\n\"command\": \"yarn\",\n\"args\": [\"${input:platform}\"]\n+ },\n+ {\n+ \"label\": \"Build\",\n+ \"command\": \"yarn\",\n+ \"args\": [\"${input:build}\"]\n}\n],\n\... | JavaScript | MIT License | gympass/yoga | chore(tasks): add tasks for build | 1 | chore | tasks |
104,844 | 29.07.2021 10:12:12 | 14,400 | 03a0c3ba23241e2f8433c61b379fb1dd9e8fe428 | feat(card): make spec updates and add wrap functionality | [
{
"change_type": "MODIFY",
"diff": "height: 100%;\n}\n}\n-\n-.#{$iot-prefix}--bar-chart-card {\n- .#{$iot-prefix}--card--title {\n- padding-bottom: $spacing-02;\n- padding-top: $spacing-02;\n- width: 100%;\n-\n- span {\n- max-width: calc(100% - 40px);\n- overflow: hidden;\n- text-overflow: ellipsis;\n- }\n-... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(card): make spec updates and add wrap functionality | 1 | feat | card |
756,025 | 29.07.2021 10:16:28 | 25,200 | 32069cc20e4e408cbc0c1881f36b44a3b9d24730 | fix: newly missing fars | [
{
"change_type": "MODIFY",
"diff": "/* global makeKind */\nimport { E } from '@agoric/eventual-send';\n+import { Far } from '@agoric/marshal';\nconst things = [];\n@@ -20,7 +21,7 @@ export function buildRootObject(_vatPowers) {\nconst thingMaker = makeKind(makeThingInstance);\nlet nextThingNumber = 0;\n- re... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: newly missing fars (#3557) | 1 | fix | null |
276,989 | 29.07.2021 10:17:00 | 10,800 | 6e49abb886c3b09121f2f0bd7e24008859443ecb | chore(tasks): add test tasks | [
{
"change_type": "MODIFY",
"diff": "\"args\": [\"${input:platform}\"]\n},\n{\n+ \"group\": \"build\",\n\"label\": \"Build\",\n\"command\": \"yarn\",\n\"args\": [\"${input:build}\"]\n+ },\n+ {\n+ \"group\": \"test\",\n+ \"label\": \"Test\",\n+ \"command\": \"yarn\",\n+ \"args\": [\"${input:test}\"]\n}\n],\n\... | JavaScript | MIT License | gympass/yoga | chore(tasks): add test tasks | 1 | chore | tasks |
71,448 | 29.07.2021 10:25:00 | -28,800 | 8f97d978a365c33819b01f8369d0b17567b13551 | docs(s3): let sample code can work, after copy and paste
docs(s3): let sample code can work, after copy and paste.
*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": "@@ -211,7 +211,7 @@ The following example will subscribe an SNS topic to be notified of all `s3:Obje\n```ts\nimport * as s3n from '@aws-cdk/aws-s3-notifications';\n-const myTopic = new sns.Topic(this, 'MyTopic');\n+const topic = new sns.Topic(this, 'MyTopic');\nbucket.add... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(s3): let sample code can work, after copy and paste (#15762)
docs(s3): let sample code can work, after copy and paste.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | docs | s3 |
791,370 | 29.07.2021 10:30:10 | 21,600 | 9401be509c570c3c55694375065c84139e961857 | fix(internal/gapicgen): tidy all after dep bump
Fixes: | [
{
"change_type": "MODIFY",
"diff": "@@ -18,9 +18,11 @@ package gocmd\nimport (\n\"errors\"\n\"fmt\"\n+ \"io/fs\"\n\"log\"\n\"os\"\n\"os/exec\"\n+ \"path/filepath\"\n\"strings\"\n\"cloud.google.com/go/internal/gapicgen/execv\"\n@@ -43,6 +45,30 @@ func ModTidy(dir string) error {\nreturn c.Run()\n}\n+// ModTi... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(internal/gapicgen): tidy all after dep bump (#4515)
Fixes: #4434 | 1 | fix | internal/gapicgen |
276,989 | 29.07.2021 10:31:58 | 10,800 | de20875fcb13bc501e51f8a1bda7d3dfcaa7057a | chore(changelog): reverting changes (getting the new fresh version from master) | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [2.4.0](https://github.com/Gympass/yoga/compare/@gympass/yoga-doc@2.3.1...@gympass/yoga-doc@2.4.0) (2021-07-27)\n+\... | JavaScript | MIT License | gympass/yoga | chore(changelog): reverting changes (getting the new fresh version from master) | 1 | chore | changelog |
603,467 | 29.07.2021 10:36:13 | -7,200 | 6b3e8ec45d2b14629aad8c5662757cb7348b664f | docs(website): corrected missing icons | [
{
"change_type": "MODIFY",
"diff": "'use strict';\n+\n+// copy webfonts\n+\nconst\n{ readFileSync } = require('fs'),\n{ resolve } = require('path'),\n@@ -38,6 +41,8 @@ Metalsmith(__dirname)\n.use(renamePath(/\\.\\/node_modules\\/@serenity-js\\/(.*)\\/target\\/site\\//, 'modules/$1/'))\n.use(source('../../CH... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(website): corrected missing icons | 1 | docs | website |
276,989 | 29.07.2021 10:38:48 | 10,800 | fd5ef6ef9d2e4b18f4caf48bdc1a74ec10fa34be | docs(doc): update metaDescription | [
{
"change_type": "MODIFY",
"diff": "---\ntitle: 'Borders'\nmetaTitle: 'Theme Borders'\n-metaDescription: 'Borders Component'\n+metaDescription: 'How borders are used inside our theme'\norder: 3\n---\n",
"new_path": "packages/doc/content/components/theming/borders.mdx",
"old_path": "packages/doc/cont... | JavaScript | MIT License | gympass/yoga | docs(doc): update metaDescription | 1 | docs | doc |
71,218 | 29.07.2021 10:48:28 | 25,200 | 6244a81af17ec823df409437c4a33ef5fb13a1c5 | feat(kinesisfirehose): add support for Lambda data processors
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": "import * as iam from '@aws-cdk/aws-iam';\n+import * as firehose from '@aws-cdk/aws-kinesisfirehose';\nimport * as logs from '@aws-cdk/aws-logs';\n/**\n@@ -66,4 +67,11 @@ export interface CommonDestinationProps {\n* @default - a role will be created with default permission... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(kinesisfirehose): add support for Lambda data processors (#15704)
Closes #15703
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | kinesisfirehose |
401,150 | 29.07.2021 11:00:37 | 25,200 | daa437c0d9ef2edb3cfa867f02591537a214f66a | docs: improve popover storybook previews
affects: | [
{
"change_type": "MODIFY",
"diff": "import { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\nimport { Popover } from './Popover.tsx';\nimport { withKnobs, boolean, select, color } from '@storybook/addon-knobs';\n-import { DummyDiv, DummyWrapper, DummyPopover, interactionTypes, placements... | TypeScript | MIT License | medly/medly-components | docs: improve popover storybook previews
affects: @medly-components/core | 1 | docs | null |
126,276 | 29.07.2021 11:16:10 | 10,800 | 0e8aeefb1524a83b49b6500f13c97383a89dadad | test(embedded/ahtree): unit testing reset operation | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ import (\n\"crypto/sha256\"\n\"encoding/binary\"\n\"errors\"\n+ \"io/ioutil\"\n\"os\"\n\"testing\"\n@@ -570,6 +571,91 @@ func TestReOpenningImmudbStore(t *testing.T) {\nrequire.NoError(t, err)\n}\n+func TestReset(t *testing.T) {\n+ path, err := ioutil.Te... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/ahtree): unit testing reset operation
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/ahtree |
126,276 | 29.07.2021 11:30:06 | 10,800 | d96e6ea307a8d4db1d06a223458b0b617d81de2d | test(embedded/ahtree): fully revert after some initial entries | [
{
"change_type": "MODIFY",
"diff": "@@ -579,7 +579,18 @@ func TestReset(t *testing.T) {\ntree, err := Open(path, DefaultOptions())\nrequire.NoError(t, err)\n- N := 1024\n+ N := 32\n+\n+ for i := 1; i <= N; i++ {\n+ _, _, err := tree.Append([]byte{byte(i)})\n+ require.NoError(t, err)\n+ }\n+\n+ err = tree.Re... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/ahtree): fully revert after some initial entries
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/ahtree |
304,853 | 29.07.2021 11:45:18 | 21,600 | f0c2513b1a832128ef4fb5b2de73d5e554ba9d0f | test: get fields with only a measurement predicate | [
{
"change_type": "MODIFY",
"diff": "Binary files a/libflux/go/libflux/buildinfo.gen.go and b/libflux/go/libflux/buildinfo.gen.go differ\n",
"new_path": "libflux/go/libflux/buildinfo.gen.go",
"old_path": "libflux/go/libflux/buildinfo.gen.go"
},
{
"change_type": "ADD",
"diff": "+package sc... | Go | MIT License | influxdata/flux | test: get fields with only a measurement predicate (#3900) | 1 | test | null |
277,277 | 29.07.2021 11:56:47 | -7,200 | ed29175c2db72e47e5fb2d2a4e7abe1164d2a282 | feat: Allow using markdown / HTML within message bar | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,8 @@ page['example'] = ui.form_card(\nui.message_bar(type='info', text='This is an information message.'),\nui.message_bar(type='success', text='This is an success message.'),\nui.message_bar(type='danger', text='This is a danger message.'),\n+ ui.message_bar... | Python | Apache License 2.0 | h2oai/wave | feat: Allow using markdown / HTML within message bar #356 | 1 | feat | null |
705,211 | 29.07.2021 12:24:23 | 14,400 | 3beb442fe96d3a1a1d21f9fa99b1cd0626b55697 | fix(ComboBox): Correct the vertical content alignment of TexBox without a PlaceholderText using Material styles | [
{
"change_type": "MODIFY",
"diff": "xmlns:not_macos=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\nxmlns:macos=\"http://uno.ui/macos\"\nxmlns:extensions=\"using:Uno.Material.Extensions\"\n+ xmlns:converters=\"using:Uno.Material.Converters\"\nmc:Ignorable=\"d macos\">\n<ResourceDictionary.Mer... | C# | Apache License 2.0 | unoplatform/uno.themes | fix(ComboBox): Correct the vertical content alignment of TexBox without a PlaceholderText using Material styles | 1 | fix | ComboBox |
730,425 | 29.07.2021 12:37:49 | -19,080 | 0a79ef18fa75982c1b34bafb13e85a43eb5e9b33 | feat(widget-space): add ability to turn off flags | [
{
"change_type": "MODIFY",
"diff": "@@ -40,14 +40,17 @@ const propTypes = {\nonSecondaryFullWidthChange: PropTypes.func.isRequired,\nsecondaryFullWidth: PropTypes.bool,\ndisablePresence: PropTypes.bool,\n- onDisablePresenceChange: PropTypes.func.isRequired\n+ onDisablePresenceChange: PropTypes.func.isRequir... | JavaScript | MIT License | webex/react-widgets | feat(widget-space): add ability to turn off flags | 1 | feat | widget-space |
127,946 | 29.07.2021 12:52:19 | -10,800 | 08363a83e0a995182541416a909f7f9432350e69 | fix: ci docker_layer_caching | [
{
"change_type": "MODIFY",
"diff": "@@ -137,6 +137,7 @@ jobs:\nat: ./\n- setup_remote_docker:\nversion: 20.10.6\n+ docker_layer_caching: true\n- *docker_build_docs_branch\n- *docker_login\n- *docker_push_docs_branch\n@@ -146,6 +147,7 @@ jobs:\nsteps:\n- setup_remote_docker:\nversion: 20.10.6\n+ docker_layer... | TypeScript | MIT License | coingaming/moon-design | fix: ci docker_layer_caching | 1 | fix | null |
217,922 | 29.07.2021 13:05:05 | -7,200 | 116f6fca934e0ee98c7e3376727eabe21322a600 | chore: fix for ads.txt hosting | [
{
"change_type": "MODIFY",
"diff": "\"input\": \"./node_modules/@ant-design/icons-angular/src/inline-svg/\",\n\"output\": \"/assets/\"\n},\n- \"apps/client/src/oembed.json\"\n+ \"apps/client/src/oembed.json\",\n+ \"apps/client/src/ads.txt\"\n],\n\"styles\": [\n\"apps/client/src/cdk.less\",\n",
"new_path... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fix for ads.txt hosting | 1 | chore | null |
304,863 | 29.07.2021 13:21:53 | 25,200 | 5e4c4236df7c17021afcd7523a04af5c52cb6ba7 | fix(stdlib): update sortedPivot kind | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,7 @@ import (\nconst (\nPivotKind = \"pivot\"\n+ SortedPivotKind = \"sortedPivot\"\nnullValueLabel = \"null\"\n)\n@@ -413,7 +414,7 @@ type SortedPivotProcedureSpec struct {\n}\nfunc (s *SortedPivotProcedureSpec) Kind() plan.ProcedureKind {\n- return PivotKind... | Go | MIT License | influxdata/flux | fix(stdlib): update sortedPivot kind (#3910) | 1 | fix | stdlib |
711,597 | 29.07.2021 13:24:09 | -7,200 | 43ce7224edada7ba53096deb62e2b16e6f3112c9 | fix(core): Loosen type def for ErrorResultUnion
Dependency on the built-in generated ErrorResult enum made it incompatible with external extensions. | [
{
"change_type": "MODIFY",
"diff": "-import { ErrorResult as GraphQLErrorResultShop } from '@vendure/common/lib/generated-shop-types';\n-import { ErrorResult, ErrorResult as GraphQLErrorResultAdmin } from '@vendure/common/lib/generated-types';\n-\nimport { VendureEntity } from '../../entity/base/base.entity... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Loosen type def for ErrorResultUnion
Dependency on the built-in generated ErrorResult enum made it incompatible with external extensions. | 1 | fix | core |
756,064 | 29.07.2021 13:41:02 | 25,200 | 51a6f9a69c35ccf48befba5fddccc0c2c853693c | chore(swingset): controller.pinVatRoot() now returns the kref
This makes unit tests easier to write. | [
{
"change_type": "MODIFY",
"diff": "@@ -330,6 +330,7 @@ export async function makeSwingsetController(\nconst vatID = kernel.vatNameToID(vatName);\nconst kref = kernel.getRootObject(vatID);\nkernel.pinObject(kref);\n+ return kref;\n},\n// these are for tests\n",
"new_path": "packages/SwingSet/src/control... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(swingset): controller.pinVatRoot() now returns the kref
This makes unit tests easier to write. | 1 | chore | swingset |
276,989 | 29.07.2021 13:49:51 | 10,800 | b56f0b1bc78a14e5227e99496ff672887713a1bd | refactor(borders): using Box | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\n-import styled, { withTheme, css } from 'styled-components';\n+import styled, { withTheme } from 'styled-components';\n+import { Box } from '@gympass/yoga';\n+import { media } from '@gympass/yoga-helpers';\nconst Wrapper = styled.div`\ndisplay:... | JavaScript | MIT License | gympass/yoga | refactor(borders): using Box | 1 | refactor | borders |
276,989 | 29.07.2021 14:04:49 | 10,800 | 6194b190d93e4d92d7e9836b1defac2c92b1b832 | refactor(borders): remove obsolete media handling | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport styled, { withTheme } from 'styled-components';\nimport { Box } from '@gympass/yoga';\n-import { media } from '@gympass/yoga-helpers';\nconst Wrapper = styled.div`\ndisplay: flex;\nalign-items: center;\nflex-wrap: wrap;\n-\n- ${media.max... | JavaScript | MIT License | gympass/yoga | refactor(borders): remove obsolete media handling | 1 | refactor | borders |
777,369 | 29.07.2021 14:17:00 | 21,600 | f08ab0485bf700023f8b5c547b86c2eb389aac60 | fix: preserve zoom levels between uPlot remounts | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Bug Fixes**\n+\n+- WebUI: Prevent zoom from reseting when chart data series gets added.\n+- WebUI: Fix issue of learning curve not resizing properly.\n",
"new_path": "docs/release-notes/2797-preserve-uplot-zoom-between-remounts.txt",
"old_path": null... | Python | Apache License 2.0 | determined-ai/determined | fix: preserve zoom levels between uPlot remounts [DET-5636, DET-5751] (#2797) | 1 | fix | null |
756,059 | 29.07.2021 14:17:41 | 25,200 | 0cda6230210add2bbedc40100dbfe8f0f8e98826 | feat: require that buildRootObject always returns a Far reference | [
{
"change_type": "MODIFY",
"diff": "/* global HandledPromise */\n-import { Remotable, passStyleOf, makeMarshal } from '@agoric/marshal';\n+import {\n+ Remotable,\n+ passStyleOf,\n+ getInterfaceOf,\n+ makeMarshal,\n+} from '@agoric/marshal';\nimport { assert, details as X } from '@agoric/assert';\nimport { i... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat: require that buildRootObject always returns a Far reference | 1 | feat | null |
865,916 | 29.07.2021 14:18:50 | -7,200 | a0274c4269221330e2dd08588e6b42f6c6530dc6 | chore(client): align Cloud BPMN editor with BPMN editor | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ import {\nimport {\nButton,\nDropdownButton,\n- Icon,\n+ Icon\n} from '../../../shared/ui';\nimport {\n@@ -322,7 +322,6 @@ export class BpmnEditor extends CachedComponent {\n}\ncheckImport(prevProps) {\n-\nif (!this.isImportNeeded(prevProps)) {\nreturn;\... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): align Cloud BPMN editor with BPMN editor | 1 | chore | client |
711,597 | 29.07.2021 14:23:27 | -7,200 | 7c30f0ec51fb66d0c5c2284fc7c83f4b5bda246e | fix(admin-ui-plugin): Do not run server logic in worker context | [
{
"change_type": "MODIFY",
"diff": "-import { MiddlewareConsumer, NestModule, OnApplicationBootstrap, OnModuleDestroy } from '@nestjs/common';\n+import { MiddlewareConsumer, NestModule } from '@nestjs/common';\nimport { DEFAULT_AUTH_TOKEN_HEADER_KEY } from '@vendure/common/lib/shared-constants';\nimport {\n... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui-plugin): Do not run server logic in worker context | 1 | fix | admin-ui-plugin |
711,597 | 29.07.2021 14:23:54 | -7,200 | c3a67b6abe4b4c5d3bd6a27e5a00aaeb7caeb96a | fix(asset-server-plugin): Do not run server logic in worker context | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ import {\nAssetStorageStrategy,\nLogger,\nPluginCommonModule,\n+ ProcessContext,\nregisterPluginStartupMessage,\nRuntimeVendureConfig,\nVendurePlugin,\n@@ -159,8 +160,13 @@ export class AssetServerPlugin implements NestModule, OnApplicationBootstrap {\nret... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(asset-server-plugin): Do not run server logic in worker context | 1 | fix | asset-server-plugin |
711,597 | 29.07.2021 14:24:15 | -7,200 | f5b6ddcb69ba6686a136404a3b926f471373f0df | fix(email-plugin): Do not run server logic in worker context | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import {\nJobQueueService,\nLogger,\nPluginCommonModule,\n+ ProcessContext,\nregisterPluginStartupMessage,\nType,\nVendurePlugin,\n@@ -177,6 +178,7 @@ export class EmailPlugin implements OnApplicationBootstrap, NestModule {\nprivate moduleRef: ModuleRef,\n... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(email-plugin): Do not run server logic in worker context | 1 | fix | email-plugin |
730,479 | 29.07.2021 14:32:37 | -7,200 | f2e8d8e4bf64a7ff9a00c061bd96ef27442f48ac | fix(internal-plugin-board): use full channel URL in setSnapshotImage()
This allows the function to work correctly with boards from foreign regions. | [
{
"change_type": "MODIFY",
"diff": "@@ -97,8 +97,7 @@ const Board = WebexPlugin.extend({\nreturn this.webex.request({\nmethod: 'PATCH',\n- api: 'board',\n- resource: `/channels/${channel.channelId}`,\n+ uri: channel.channelUrl,\nbody: imageBody\n});\n})\n",
"new_path": "packages/node_modules/@webex/inte... | JavaScript | MIT License | webex/webex-js-sdk | fix(internal-plugin-board): use full channel URL in setSnapshotImage()
This allows the function to work correctly with boards from foreign regions. | 1 | fix | internal-plugin-board |
306,423 | 29.07.2021 14:40:53 | -7,200 | dd3fd33109d9e98fb2951a81f188f4a52079ac47 | fix(babel-plugin-extend-docs): handle scopedElement renames | [
{
"change_type": "ADD",
"diff": "+---\n+'babel-plugin-extend-docs': patch\n+---\n+\n+Replace `scopedElements` keys (= tag names) when extending\n",
"new_path": ".changeset/purple-ways-shout.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -23,6 +23,15 @@ function replaceTe... | JavaScript | MIT License | ing-bank/lion | fix(babel-plugin-extend-docs): handle scopedElement renames | 1 | fix | babel-plugin-extend-docs |
317,647 | 29.07.2021 14:47:21 | 18,000 | 596737116256f624378d3aad9cf564cefc668e7f | docs(git): document new revert_icon | [
{
"change_type": "MODIFY",
"diff": "@@ -72,6 +72,7 @@ An alternative is to use the [Posh-Git segment][poshgit]\n- tag_icon: `string` - icon/text to display before the tag context - defaults to `\\uF412`\n- rebase_icon: `string` - icon/text to display before the context when in a rebase - defaults to `\\uE72... | Go | MIT License | jandedobbeleer/oh-my-posh | docs(git): document new revert_icon | 1 | docs | git |
317,647 | 29.07.2021 14:51:09 | 18,000 | 6dbaa52481f4162d0135a87a46708f9e3dd4cdf5 | chore: add revert_icon to schema | [
{
"change_type": "MODIFY",
"diff": "\"description\": \"Icon/text to display before the context when doing a cherry-pick\",\n\"default\": \"\\uE29B\"\n},\n+ \"revert_icon\": {\n+ \"type\": \"string\",\n+ \"title\": \"Revert Icon\",\n+ \"description\": \"Icon/text to display before the context when doing a re... | Go | MIT License | jandedobbeleer/oh-my-posh | chore: add revert_icon to schema | 1 | chore | null |
877,015 | 29.07.2021 14:51:40 | -7,200 | afff951d303e26b403d4f8ebc5b6014d86893508 | refactor(vtmn/css): select component classes | [
{
"change_type": "MODIFY",
"diff": "<div class=\"block\">\n- <div class=\"vtmn-select\">\n+ <div class=\"vtmn-select_container\">\n<label for=\"my-select\">Label</label>\n<select name=\"sports\" id=\"my-select\" autocomplete disabled>\n",
"new_path": "packages/showcases/css/stories/components/select/exa... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(vtmn/css): select component classes (#483)
Co-authored-by: Gaspard Mathon <gaspard.mathon@hotmail.fr> | 1 | refactor | vtmn/css |
317,647 | 29.07.2021 15:06:56 | 18,000 | 27654dbd5602455f45a9ddf0144fcb14d47183f6 | fix(git): tests covering revert/sequencer | [
{
"change_type": "MODIFY",
"diff": "@@ -80,6 +80,10 @@ type detachedContext struct {\ntagName string\ncherryPick bool\ncherryPickSHA string\n+ revert bool\n+ revertSHA string\n+ sequencer bool\n+ sequencerTodo string\nmerge bool\nmergeHEAD string\nstatus string\n@@ -97,8 +101,12 @@ func setupHEADContextEnv(... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(git): tests covering revert/sequencer | 1 | fix | git |
103,510 | 29.07.2021 15:14:59 | 10,800 | adc65b36d71e3f3fa866e89c9d69939695bacdfe | feat: improve ListAccordion accessibility | [
{
"change_type": "MODIFY",
"diff": "@@ -85,6 +85,10 @@ type Props = {\n* TestID used for testing purposes\n*/\ntestID?: string;\n+ /**\n+ * Accessibility label for the TouchableRipple. This is read by the screen reader when the user taps the touchable.\n+ */\n+ accessibilityLabel?: string;\n};\n/**\n@@ -147... | TypeScript | MIT License | callstack/react-native-paper | feat: improve ListAccordion accessibility (#2775) | 1 | feat | null |
317,647 | 29.07.2021 15:25:54 | 18,000 | da83ecee8769bcc4c55dc062bbd438872b8a7e04 | fix(git): additional mocks required
The mock environment was panicking because the test for `sequencer/todo`
checks the full path exists rather than checking for sequencer/ first.
The additional mock for the file covers this.
I am also reorganizing the mocks so they are sorted by type/method. | [
{
"change_type": "MODIFY",
"diff": "@@ -93,6 +93,7 @@ func setupHEADContextEnv(context *detachedContext) *git {\nenv := new(MockedEnvironment)\nenv.On(\"hasFolder\", \"/rebase-merge\").Return(context.rebaseMerge)\nenv.On(\"hasFolder\", \"/rebase-apply\").Return(context.rebaseApply)\n+ env.On(\"hasFolder\", ... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(git): additional mocks required
The mock environment was panicking because the test for `sequencer/todo`
checks the full path exists rather than checking for sequencer/ first.
The additional mock for the file covers this.
I am also reorganizing the mocks so they are sorted by type/method. | 1 | fix | git |
103,510 | 29.07.2021 15:27:46 | 10,800 | 7bdb7ac4f59aa7f531a0a0f173a97e81fb02e63c | fix: full width Chip touchable not focusing | [
{
"change_type": "MODIFY",
"diff": "@@ -242,7 +242,7 @@ const Chip = ({\n<TouchableRipple\nborderless\ndelayPressIn={0}\n- style={{ borderRadius }}\n+ style={[{ borderRadius }, styles.touchable]}\nonPress={onPress}\nonLongPress={onLongPress}\nonPressIn={handlePressIn}\n@@ -338,7 +338,7 @@ const styles = Sty... | TypeScript | MIT License | callstack/react-native-paper | fix: full width Chip touchable not focusing (#2808) | 1 | fix | null |
667,713 | 29.07.2021 15:38:08 | -28,800 | 279970b209655b240fed75d594ee3682e8e07b88 | fix(android): rotate animation deg value type | [
{
"change_type": "MODIFY",
"diff": "@@ -33,14 +33,12 @@ public class TransformUtil {\nboolean inRadians = true;\nif (transformMap.get(key) instanceof String) {\nString stringValue = (String) transformMap.get(key);\n- if (stringValue.endsWith(\"rad\") || stringValue.endsWith(\"deg\")) {\n- stringValue = stri... | C++ | Apache License 2.0 | tencent/hippy | fix(android): rotate animation deg value type | 1 | fix | android |
756,051 | 29.07.2021 15:38:49 | 18,000 | 71b6cafe20474105f12988ef4b0a4dac2bc79c9e | chore(xsnap): update freeze calls on Map/Set iterators
Moddable commit rendered mxMapEntriesIteratorPrototype
obsolete in favor of mxMapIteratorPrototype and likewise several
others.
style: use standard return type for main()
to avoid a warning that may distract from security review | [
{
"change_type": "MODIFY",
"diff": "@@ -213,7 +213,7 @@ typedef enum {\nE_TOO_MUCH_COMPUTATION = 17,\n} ExitCode;\n-ExitCode main(int argc, char* argv[])\n+int main(int argc, char* argv[])\n{\nint argi;\nint argr = 0;\n@@ -827,14 +827,10 @@ void fxFreezeBuiltIns(txMachine* the)\nmxFreezeBuiltInCall; mxPush(... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(xsnap): update freeze calls on Map/Set iterators
Moddable commit ff1bfaf04249 rendered mxMapEntriesIteratorPrototype
obsolete in favor of mxMapIteratorPrototype and likewise several
others.
style: use standard return type for main()
to avoid a warning that may distract from security review | 1 | chore | xsnap |
756,051 | 29.07.2021 15:42:31 | 18,000 | 11e7c1cdbc12a0a53477be3e81cf86cc6407cd28 | fix(xsnap)!: avoid O(n^2) Array, Map, Set growth
XS implementation now has conventional O(n log(n)) algorithm.
- xs-meter-9 represents XS Map/Set optimizations
- style: update indentaion in test-xs-perf.js
fixes | [
{
"change_type": "MODIFY",
"diff": "/** The version identifier for our meter type.\n* TODO Bump this whenever there's a change to metering semantics.\n*/\n-export const METER_TYPE = 'xs-meter-8';\n+export const METER_TYPE = 'xs-meter-9';\nexport const ExitCode = {\nE_UNKNOWN_ERROR: -1,\n",
"new_path": "... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(xsnap)!: avoid O(n^2) Array, Map, Set growth
XS implementation now has conventional O(n log(n)) algorithm.
- xs-meter-9 represents XS Map/Set optimizations
- style: update indentaion in test-xs-perf.js
fixes #3012 | 1 | fix | xsnap |
889,620 | 29.07.2021 15:46:16 | -28,800 | d15c130530890398d39fd03c282cf005caefad96 | feat: sort series by release date
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -266,6 +266,7 @@ export default Vue.extend({\n{name: this.$t('sort.name').toString(), key: 'metadata.titleSort'},\n{name: this.$t('sort.date_added').toString(), key: 'createdDate'},\n{name: this.$t('sort.date_updated').toString(), key: 'lastModifiedDate'},\n+ {name: th... | Kotlin | MIT License | gotson/komga | feat: sort series by release date
closes #582 | 1 | feat | null |
103,510 | 29.07.2021 15:46:53 | 10,800 | 8eb4435d7365e9fae702cb515cc8be777f2554e3 | fix: add missing paddingRight to CardTitle | [
{
"change_type": "MODIFY",
"diff": "@@ -176,11 +176,13 @@ const styles = StyleSheet.create({\ntitle: {\nminHeight: 30,\n+ paddingRight: 16,\n},\nsubtitle: {\nminHeight: 20,\nmarginVertical: 0,\n+ paddingRight: 16,\n},\n});\n",
"new_path": "src/components/Card/CardTitle.tsx",
"old_path": "src/compone... | TypeScript | MIT License | callstack/react-native-paper | fix: add missing paddingRight to CardTitle (#2830) | 1 | fix | null |
426,654 | 29.07.2021 15:56:05 | -10,800 | 9171ae7cc50e47b84e5a0e2f3cf5b75b2d7ce008 | fix: use new parse5 types | [
{
"change_type": "MODIFY",
"diff": "import picoMatch from 'picomatch';\nimport { Context, getHtmlPath } from '@web/dev-server-core';\n-import { DefaultTreeElement as ElementAst } from 'parse5';\n+import { Element as ElementAst } from 'parse5';\nimport { getAttribute } from '@web/parse5-utils';\nimport { Par... | TypeScript | MIT License | modernweb-dev/web | fix: use new parse5 types | 1 | fix | null |
276,989 | 29.07.2021 15:58:01 | 10,800 | 65b666a5b725fb650aa62eb04f3b757e42a50b6a | refactor(doc): using Box (getting from Borders) | [
{
"change_type": "MODIFY",
"diff": "@@ -2,13 +2,13 @@ import React from 'react';\nimport styled, { withTheme } from 'styled-components';\nimport { Box } from '@gympass/yoga';\n-const Wrapper = styled.div`\n+export const Wrapper = styled.div`\ndisplay: flex;\nalign-items: center;\nflex-wrap: wrap;\n`;\n-cons... | JavaScript | MIT License | gympass/yoga | refactor(doc): using Box (getting from Borders) | 1 | refactor | doc |
104,844 | 29.07.2021 16:03:37 | 14,400 | 71ebac5df71b0544700c891fd8fa707acbc6ecc1 | feat(card): fix hook and fullscreen table and map card | [
{
"change_type": "MODIFY",
"diff": "@@ -128,7 +128,7 @@ export const WithEllipsedTitleTooltipExternalTooltip = () => {\n)}\nsubtitle={select(\n'subtitle',\n- ['lorem ipsum lorem ipsum santi spiritu sanctum sentorum isabella luccesse', false],\n+ ['lorem ipsum lorem ipsum santi spiritu sanctum sentorum isabe... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(card): fix hook and fullscreen table and map card | 1 | feat | card |
711,597 | 29.07.2021 16:09:26 | -7,200 | fd374b3fa477dec748286eef86164f7dba4830a7 | feat(core): Implement health check server for worker
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -15,10 +15,10 @@ import { coreEntitiesMap } from './entity/entities';\nimport { registerCustomEntityFields } from './entity/register-custom-entity-fields';\nimport { setEntityIdStrategy } from './entity/set-entity-id-strategy';\nimport { validateCustomFieldsConfig } fr... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Implement health check server for worker
Relates to #994 | 1 | feat | core |
276,989 | 29.07.2021 16:12:56 | 10,800 | 6b8062594e247b58d2597d6660943479ae86d8e5 | refactor(doc): update table in Breakpoints and Fonts | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport styled, { withTheme } from 'styled-components';\n-const Table = styled.table`\n+export const Table = styled.table`\n+ tbody tr td,\n+ thead tr td,\n+ tbody tr th,\n+ thead tr th {\n+ border: none;\n+ }\n+\ntr {\n- border-bottom: 0.3px gr... | JavaScript | MIT License | gympass/yoga | refactor(doc): update table in Breakpoints and Fonts | 1 | refactor | doc |
865,916 | 29.07.2021 16:14:40 | -7,200 | 8c344765ee30772e0a81bafbfffe31cf69c46b04 | chore(client): remove meta from tab provider as it's no longer needed | [
{
"change_type": "MODIFY",
"diff": "@@ -119,11 +119,6 @@ export default class TabsProvider {\ngetInitialFilename(suffix) {\nreturn `diagram_${suffix}.bpmn`;\n},\n- getMeta(file) {\n- return {\n- engineProfile: 'Camunda Platform'\n- };\n- },\ngetHelpMenu() {\nreturn [{\nlabel: 'BPMN 2.0 Tutorial',\n@@ -191,1... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): remove meta from tab provider as it's no longer needed | 1 | chore | client |
126,276 | 29.07.2021 16:17:41 | 10,800 | f908c15d70f674d42ff8b020935b558a7d34dfe3 | chore(embedded/sql): towards non-blocking sql initialization | [
{
"change_type": "MODIFY",
"diff": "@@ -113,11 +113,6 @@ func NewEngine(catalogStore, dataStore *store.ImmuStore, prefix []byte) (*Engine\ncopy(e.prefix, prefix)\n- err := e.LoadCatalog()\n- if err != nil {\n- return nil, err\n- }\n-\nreturn e, nil\n}\n@@ -130,10 +125,17 @@ func (e *Engine) EnsureCatalogRea... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): towards non-blocking sql initialization
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.