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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
838,025 | 11.01.2022 18:27:17 | -10,800 | 16556dc038fde043b9b2666f420102873d5e1c79 | feat: Privacy update struct | [
{
"change_type": "MODIFY",
"diff": "@@ -347,8 +347,10 @@ type Privacy struct {\nCategory PrivacyCategory `json:\"category,omitempty\"`\nLists struct {\nAllowed []int `json:\"allowed\"`\n+ Excluded []int `json:\"excluded\"`\n} `json:\"lists,omitempty\"`\nOwners struct {\n+ Allowed []int `json:\"allowed\"`\nE... | Go | MIT License | severecloud/vksdk | feat: Privacy update struct | 1 | feat | null |
838,025 | 11.01.2022 18:31:11 | -10,800 | ac6addfa91b0d2c0d1a324cff1ef798598b3b397 | feat: AccountInfo add VkPayEndpointV2 | [
{
"change_type": "MODIFY",
"diff": "@@ -110,6 +110,7 @@ type AccountInfo struct {\nIsLiveStreamingEnabled BaseBoolInt `json:\"is_live_streaming_enabled\"`\nIsNewLiveStreamingEnabled BaseBoolInt `json:\"is_new_live_streaming_enabled\"`\nLinkRedirects map[string]string `json:\"link_redirects\"`\n+ VkPayEndpoi... | Go | MIT License | severecloud/vksdk | feat: AccountInfo add VkPayEndpointV2 | 1 | feat | null |
73,373 | 11.01.2022 18:43:07 | 0 | ad6ce99236ad4f7d00cd9e66c3bb834863afee83 | chore: transition from using colors to chalk
The stability and long-term prospects of colors is unclear; remove our
dependency and start using chalk instead.
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: | [
{
"change_type": "MODIFY",
"diff": "import '@jsii/check-node/run';\n-import * as colors from 'colors/safe';\n+import * as chalk from 'chalk';\nimport * as yargs from 'yargs';\nimport { TypeSystem, TypeSystemTree } from '../lib';\n@@ -109,6 +109,6 @@ async function main() {\n}\nmain().catch((e) => {\n- conso... | TypeScript | Apache License 2.0 | aws/jsii | chore: transition from using colors to chalk (#3335)
The stability and long-term prospects of colors is unclear; remove our
dependency and start using chalk instead.
---
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0 | 1 | chore | null |
503,926 | 11.01.2022 18:54:29 | -3,600 | 748c7c21c86af3032c6b4cfd4a0b2ec861a8fb6b | docs(Table): add table nested in a table example | [
{
"change_type": "MODIFY",
"diff": "@@ -344,3 +344,8 @@ The second `Tr` represents the second level of sub columns. The `Th` in this row\n```ts file=\"ComposableTableNestedExpandable.tsx\"\n```\n+\n+### Composable: Expandable with nested table\n+\n+```ts file=\"ComposableTableNestedTableExpandable.tsx\"\n+`... | TypeScript | MIT License | patternfly/patternfly-react | docs(Table): add table nested in a table example (#6727) | 1 | docs | Table |
780,866 | 11.01.2022 18:54:56 | 10,800 | 0ca814800f4ebaed328bbd5210c20a309afc2eb7 | chore(pkg): edit version script to get env gh token
remove not used config script | [
{
"change_type": "MODIFY",
"diff": "\"build\": \"npm run run:main -- build\",\n\"build:demo\": \"npm run run:main -- build:site\",\n\"preversion\": \"lerna run build --since\",\n- \"version\": \"lerna version\",\n- \"config\": \"npm config set //npm.pkg.github.com/:_authToken=$(grep GH_PKG_TOKEN .env | cut ... | JavaScript | MIT License | ecomplus/storefront | chore(pkg): edit version script to get env gh token
remove not used config script | 1 | chore | pkg |
838,025 | 11.01.2022 18:55:41 | -10,800 | a887b39d2926fd0702d1d8a3fb5017f50e399af4 | feat: MarketAddAlbumResponse add AlbumsCount | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,7 @@ func (vk *VK) MarketAdd(params Params) (response MarketAddResponse, err error) {\n// MarketAddAlbumResponse struct.\ntype MarketAddAlbumResponse struct {\nMarketAlbumID int `json:\"market_album_id\"` // Album ID\n+ AlbumsCount int `json:\"albums_count\"`... | Go | MIT License | severecloud/vksdk | feat: MarketAddAlbumResponse add AlbumsCount | 1 | feat | null |
838,025 | 11.01.2022 18:57:11 | -10,800 | f4c4f0799873131c3c09527515483d7bcf280b3b | feat: AdsAccount add AdNetworkAllowedPotentially | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,7 @@ type AdsAccount struct {\nAccountName string `json:\"account_name\"`\nAccountStatus BaseBoolInt `json:\"account_status\"` // Information whether account is active\nCanViewBudget BaseBoolInt `json:\"can_view_budget\"`\n+ AdNetworkAllowedPotentially BaseBo... | Go | MIT License | severecloud/vksdk | feat: AdsAccount add AdNetworkAllowedPotentially | 1 | feat | null |
838,025 | 11.01.2022 19:07:56 | -10,800 | e6c122799e7f9f69bc7c49134d2f18aee4e7b79a | feat: add AdsMusician | [
{
"change_type": "MODIFY",
"diff": "@@ -349,7 +349,7 @@ func (vk *VK) AdsGetAdsLayout(params Params) (response AdsGetAdsLayoutResponse,\n// AdsGetMusiciansResponse struct.\ntype AdsGetMusiciansResponse struct {\n- Items []object.BaseObjectWithName\n+ Items []object.AdsMusician\n}\n// AdsGetMusicians returns... | Go | MIT License | severecloud/vksdk | feat: add AdsMusician | 1 | feat | null |
838,025 | 11.01.2022 19:12:59 | -10,800 | 98b4b82c3c41fb9aadf4905afa21b5acf6f86f1f | test: fix TestVK_InvalidContentType | [
{
"change_type": "MODIFY",
"diff": "@@ -236,11 +236,12 @@ func TestVK_RequestLimit(t *testing.T) {\nfunc TestVK_InvalidContentType(t *testing.T) {\nt.Parallel()\n- needGroupToken(t)\n-\nvar testObj string\n- err := vkGroup.RequestUnmarshal(\"t/t\", testObj, nil)\n+ vk := api.NewVK(\"\")\n+ vk.MethodURL = \"... | Go | MIT License | severecloud/vksdk | test: fix TestVK_InvalidContentType | 1 | test | null |
838,025 | 11.01.2022 19:20:26 | -10,800 | a42e452515b44f3d2d8575c84e11d25cd9d85d72 | test: fix TestVK_DatabaseGetCities | [
{
"change_type": "MODIFY",
"diff": "@@ -40,9 +40,6 @@ func TestVK_DatabaseGetCities(t *testing.T) {\nif assert.NotEmpty(t, res.Items) {\nassert.NotEmpty(t, res.Items[0].ID)\nassert.NotEmpty(t, res.Items[0].Title)\n- assert.NotEmpty(t, res.Items[0].Area)\n- // assert.NotEmpty(t, res.Items[0].Important)\n- as... | Go | MIT License | severecloud/vksdk | test: fix TestVK_DatabaseGetCities | 1 | test | null |
838,025 | 11.01.2022 19:30:22 | -10,800 | 1764b1fbd4755ed64a23023ef83359e3a57401a1 | chore: GroupsGroup add omitempty fields | [
{
"change_type": "MODIFY",
"diff": "@@ -111,112 +111,112 @@ const (\n// GroupsGroup struct.\ntype GroupsGroup struct {\n- AdminLevel int `json:\"admin_level\"`\n- Deactivated string `json:\"deactivated\"` // Information whether community is banned\n- FinishDate int `json:\"finish_date\"` // Finish date in U... | Go | MIT License | severecloud/vksdk | chore: GroupsGroup add omitempty fields | 1 | chore | null |
838,025 | 11.01.2022 19:32:41 | -10,800 | 9745603dca9fb9a57d22a08cfbc2b744eed1f4c7 | feat: GroupsMarketInfo add MinOrderPrice | [
{
"change_type": "MODIFY",
"diff": "@@ -745,6 +745,7 @@ type GroupsMarketInfo struct {\nWiki PagesWikipageFull `json:\"wiki,omitempty\"`\nCityIDs []int `json:\"city_ids\"`\nCountryIDs []int `json:\"country_ids,omitempty\"`\n+ MinOrderPrice MarketPrice `json:\"min_order_price,omitempty\"`\n}\n// GroupsGroupR... | Go | MIT License | severecloud/vksdk | feat: GroupsMarketInfo add MinOrderPrice | 1 | feat | null |
841,421 | 11.01.2022 19:37:06 | -32,400 | 78720c4c91530165b24585dab635f13eea9997a3 | fix(es/minifier): Fix handling of inlined call to a hoisted function | [
{
"change_type": "ADD",
"diff": "+import * as React from 'react'\n+\n+export default function Index() {\n+ const [data, setData] = React.useState({ hits: [] })\n+ const [query, setQuery] = React.useState('react')\n+\n+ React.useEffect(() => {\n+ if (query === '') return\n+\n+ function getFetchUrl() {\n+ ret... | Rust | Apache License 2.0 | swc-project/swc | fix(es/minifier): Fix handling of inlined call to a hoisted function (#3223) | 1 | fix | es/minifier |
217,922 | 11.01.2022 19:51:00 | -3,600 | 3bf53c98a072dc71f362ab5b356f0c4245805273 | fix(gearsets): fixed stats effects formulas | [
{
"change_type": "MODIFY",
"diff": "@@ -103,16 +103,17 @@ export class StatsService {\n[330, 376, 3034, 1930, 295, 466],\n[340, 380, 3164, 2000, 295, 466],\n// Placeholder values for 6.0\n- [345, 382, 3300, 2100, 569, 569],\n- [350, 384, 3300, 2200, 569, 569],\n- [355, 386, 3300, 2300, 569, 569],\n- [360, 3... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(gearsets): fixed stats effects formulas | 1 | fix | gearsets |
217,899 | 11.01.2022 20:34:35 | -32,400 | 6cfe42771fee5b047d30f94545c835a9ace3cc02 | feat(db): support for korean v5.58 update | [
{
"change_type": "MODIFY",
"diff": "export const gameEnv = {\nglobalGameVersion: 6.0,\n- koreanGameVersion: 5.57,\n+ koreanGameVersion: 5.58,\nchineseGameVersion: 5.55\n};\n",
"new_path": "apps/client/src/environments/game-env.ts",
"old_path": "apps/client/src/environments/game-env.ts"
}
] | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(db): support for korean v5.58 update | 1 | feat | db |
780,866 | 11.01.2022 20:51:27 | 10,800 | 67ee7c4c89a8da22346817a6f3df52dff16d69f4 | build(release-starter): ensure submodules on remote branch master | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,12 @@ recursiveCopy(path.join(dirPkgTemplate, 'content'), path.join(dirGitStarter, 'co\nconst parseCommitCmd = commitMsg => `git diff-index --quiet HEAD || (git commit -m \\\"${commitMsg}\\\" && git push)`\n;[dirGitStarter, dirGitStarterViews].forEach(cwd => ... | JavaScript | MIT License | ecomplus/storefront | build(release-starter): ensure submodules on remote branch master | 1 | build | release-starter |
791,682 | 11.01.2022 21:00:21 | -3,600 | adb28ffe45399f688c51b9d2c64c5ae6fd54f6f7 | core(inspector-issues): collect all issue types | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ const expectations = {\nRobotsTxt: {\nstatus: 200,\n},\n- InspectorIssues: {contentSecurityPolicy: []},\n+ InspectorIssues: {contentSecurityPolicyIssue: []},\nSourceMaps: [{\nsourceMapUrl: 'http://localhost:10200/source-map/script.js.map',\nmap: {},\n",
... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(inspector-issues): collect all issue types (#13462) | 1 | core | inspector-issues |
160,177 | 11.01.2022 21:16:18 | -28,800 | 2a229a656bb1f394499ecdb3703b76d58ca79de8 | refactor: setDefaultAnchor | [
{
"change_type": "MODIFY",
"diff": "import { CircleNode, CircleNodeModel } from '@logicflow/core';\nclass Model extends CircleNodeModel {\n- getAnchorsByOffset() {\n+ getDetaultAnchor() {\nreturn []\n}\n- // setAttributes () {\n- // this.anchorsOffset = [\n- // [this.r, 0],\n- // [-this.r, 0],\n- // ];\n- /... | TypeScript | Apache License 2.0 | didi/logicflow | refactor: setDefaultAnchor | 1 | refactor | null |
447,446 | 11.01.2022 22:33:27 | 18,000 | 0da91953b1fc2920de1c5913bf085a36d10ce0e9 | fix: update GMap script url | [
{
"change_type": "MODIFY",
"diff": "@@ -12,9 +12,10 @@ export default function GMap(props) {\nconst { apiKey, ...rest } = props;\n// eslint-disable-next-line react-hooks/exhaustive-deps\n- const Component = useCallback(scriptLoader(`${googleMapApiUrl}?key=${apiKey}`)(MapComponent), [\n- apiKey,\n- ]);\n+ co... | JavaScript | MIT License | nexxtway/react-rainbow | fix: update GMap script url (#2345)
Co-authored-by: Tahimi <tahimileon@gmail.com>
Co-authored-by: Jose Leandro Torres <jtorressicilia@gmail.com> | 1 | fix | null |
273,683 | 11.01.2022 23:02:16 | -3,600 | fb44e411c7ce5eefbdf1e7f3e3a14b511c980d8d | chore: update dev server and fix deprecations | [
{
"change_type": "MODIFY",
"diff": "@@ -19,28 +19,33 @@ module.exports = async (context, args) => {\nlet isDone = false\ncompiler.hooks.infrastructureLog.tap('gridsome', (name, type, messages) => {\n- if (type === 'error') return\n+ if (name !== 'webpack.Progress' && !isDone) {\n+ return false // Prevents l... | JavaScript | MIT License | gridsome/gridsome | chore: update dev server and fix deprecations | 1 | chore | null |
273,683 | 11.01.2022 23:03:31 | -3,600 | 25ae955e14b25bd56a52a74749d633c203ab97c6 | perf(build): improve render queue performance | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,7 @@ class Pages {\n})\nthis._pages = new Collection('pages', {\n- indices: ['id'],\n+ indices: ['id', 'internal.route'],\nunique: ['id', 'path'],\ndisableMeta: true,\nadaptiveBinaryIndices: false\n@@ -467,8 +467,8 @@ class Route {\npages () {\nreturn this._p... | JavaScript | MIT License | gridsome/gridsome | perf(build): improve render queue performance | 1 | perf | build |
273,683 | 11.01.2022 23:05:17 | -3,600 | 4120cc45185262deaa0141c5cf17eb9177076380 | chore(deps): bump postcss-loader to 6.2.1 | [
{
"change_type": "MODIFY",
"diff": "\"chokidar\": \"^3.4.2\",\n\"color-string\": \"^1.5.3\",\n\"columnify\": \"^1.5.4\",\n- \"connect-history-api-fallback\": \"^1.6.0\",\n\"core-js\": \"^3.9.1\",\n\"css-loader\": \"^5.1.2\",\n\"css-minimizer-webpack-plugin\": \"^3.0.1\",\n\"path-to-regexp\": \"^2.2.1\",\n\"... | JavaScript | MIT License | gridsome/gridsome | chore(deps): bump postcss-loader to 6.2.1 | 1 | chore | deps |
273,683 | 11.01.2022 23:22:38 | -3,600 | 48432448bc70e7febe3279e5874349186968dcd6 | chore(deps): bump tapable to 2.2.1 | [
{
"change_type": "MODIFY",
"diff": "@@ -195,7 +195,7 @@ test('cache parsed components', async () => {\n})\n})\n- const parseComponent = jest.spyOn(pages.hooks.parseComponent.for('vue'), 'call')\n+ const parseComponent = jest.spyOn(pages.hooks.parseComponent.for('vue')._x, 0)\npages.createPage({ path: '/page... | JavaScript | MIT License | gridsome/gridsome | chore(deps): bump tapable to 2.2.1 | 1 | chore | deps |
838,025 | 12.01.2022 00:01:47 | -10,800 | 63406c6e88b41ec964229034a942405a0e0ccba8 | docs: 500+ methods | [
{
"change_type": "MODIFY",
"diff": "Version API 5.131.\n- [API](https://pkg.go.dev/github.com/SevereCloud/vksdk/v2/api)\n- - 400+ methods\n+ - 500+ methods\n- Ability to change the request handler\n- Ability to modify HTTP client\n- Request Limiter\n",
"new_path": "README.md",
"old_path": "README.md... | Go | MIT License | severecloud/vksdk | docs: 500+ methods | 1 | docs | null |
838,025 | 12.01.2022 00:02:26 | -10,800 | 8825eebc327563fb54d40cd32985b9e1a2bf7cbf | feat: WallWallpostToID add fields | [
{
"change_type": "MODIFY",
"diff": "@@ -240,6 +240,8 @@ type WallWallpostToID struct {\nParentsStack []int `json:\"parents_stack\"`\nDonut WallWallpostDonut `json:\"donut\"`\nShortTextRate float64 `json:\"short_text_rate\"`\n+ Views WallViews `json:\"views\"` // Count of views\n+ Header WallWallpostHeader `... | Go | MIT License | severecloud/vksdk | feat: WallWallpostToID add fields | 1 | feat | null |
603,467 | 12.01.2022 00:02:42 | 0 | 481e327cbe4e1655eac62d22b12807445f21ae1f | fix(cucumber): SECURITY: removed overrides for colors.js since the issue has now been addressed
Offending versions of colors.js have been removed from npmjs.com
Closes cucumber/cucumber-js#1885 | [
{
"change_type": "MODIFY",
"diff": "\"@types/mocha\": \"^9.0.0\",\n\"@types/chai\": \"^4.3.0\",\n\"cucumber\": \"1.3.3\",\n- \"colors\": \"1.4.0\",\n\"mocha\": \"^9.1.3\",\n\"ts-node\": \"^10.4.0\",\n\"typescript\": \"^4.5.4\"\n",
"new_path": "integration/cucumber-1/package.json",
"old_path": "integ... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(cucumber): SECURITY: removed overrides for colors.js since the issue has now been addressed
Offending versions of colors.js have been removed from npmjs.com
Closes cucumber/cucumber-js#1885 | 1 | fix | cucumber |
838,025 | 12.01.2022 00:03:06 | -10,800 | f4f1a41105568c21e6198c6dfe26d6025901d8f2 | feat: VideoVideo add fields | [
{
"change_type": "MODIFY",
"diff": "@@ -30,6 +30,9 @@ type VideoVideo struct {\n// Information whether current user can like the video.\nCanLike BaseBoolInt `json:\"can_like\"`\n+ // Information whether current user can download the video.\n+ CanDownload BaseBoolInt `json:\"can_download\"`\n+\n// Informatio... | Go | MIT License | severecloud/vksdk | feat: VideoVideo add fields | 1 | feat | null |
838,025 | 12.01.2022 00:03:24 | -10,800 | 9cc563bfc7338ec55e245193246a6b3c363b9aa7 | feat: StoriesStory add fields | [
{
"change_type": "MODIFY",
"diff": "@@ -127,6 +127,7 @@ type StoriesStory struct {\nSeen BaseBoolInt `json:\"seen\"`\nIsOwnerPinned BaseBoolInt `json:\"is_owner_pinned\"`\nIsOneTime BaseBoolInt `json:\"is_one_time\"`\n+ IsAdvice BaseBoolInt `json:\"is_advice,omitempty\"`\nNeedMute BaseBoolInt `json:\"need_m... | Go | MIT License | severecloud/vksdk | feat: StoriesStory add fields | 1 | feat | null |
838,025 | 12.01.2022 00:03:46 | -10,800 | 6bde28986b36dd1f945844c565c213638e50d40d | feat: PhotosPhotoFull add OrigPhoto | [
{
"change_type": "MODIFY",
"diff": "@@ -239,6 +239,7 @@ type PhotosPhotoFull struct {\nPhoto1280 string `json:\"photo_1280\"` // URL of image with 1280 px width\nPhoto2560 string `json:\"photo_2560\"` // URL of image with 2560 px width\nSizes []PhotosPhotoSizes `json:\"sizes\"`\n+ OrigPhoto PhotosPhotoSizes... | Go | MIT License | severecloud/vksdk | feat: PhotosPhotoFull add OrigPhoto | 1 | feat | null |
838,025 | 12.01.2022 00:04:04 | -10,800 | c57525c1950bb9dc1c5787b4eee8ac9e66fa18ae | feat: MessagesChatPermissions add ChangeStyle | [
{
"change_type": "MODIFY",
"diff": "@@ -570,6 +570,7 @@ type MessagesChatPermissions struct {\nSeeInviteLink MessagesChatPermission `json:\"see_invite_link\"`\nCall MessagesChatPermission `json:\"call\"`\nChangeAdmins MessagesChatPermission `json:\"change_admins\"`\n+ ChangeStyle MessagesChatPermission `jso... | Go | MIT License | severecloud/vksdk | feat: MessagesChatPermissions add ChangeStyle | 1 | feat | null |
838,025 | 12.01.2022 00:05:01 | -10,800 | 350db947d6d0bc5ad928387ec490f59b2a88c688 | feat: GroupsGroupSettings add fields | [
{
"change_type": "MODIFY",
"diff": "@@ -504,6 +504,70 @@ type GroupsGroupSettings struct {\nSecondarySection int `json:\"secondary_section\"`\nActionButton GroupsActionButton `json:\"action_button\"`\nPhone string `json:\"phone\"`\n+\n+ RecognizePhoto int `json:\"recognize_photo\"`\n+\n+ MarketServices Grou... | Go | MIT License | severecloud/vksdk | feat: GroupsGroupSettings add fields | 1 | feat | null |
838,025 | 12.01.2022 00:05:29 | -10,800 | a4673aace50699533acb05fd356c494c27ee25de | feat: GroupsGroup add Like | [
{
"change_type": "MODIFY",
"diff": "@@ -217,6 +217,7 @@ type GroupsGroup struct {\nPublicDateLabel string `json:\"public_date_label,omitempty\"`\nAuthorID int `json:\"author_id,omitempty\"`\nPhone string `json:\"phone,omitempty\"`\n+ Like GroupsGroupLike `json:\"like\"`\n}\n// ToMention return mention.\n@@ ... | Go | MIT License | severecloud/vksdk | feat: GroupsGroup add Like | 1 | feat | null |
838,025 | 12.01.2022 00:08:36 | -10,800 | 4297e6c7d714366e85e66d9eb25d8844771375f6 | feat: GroupsLongPollServer add GetURL method | [
{
"change_type": "MODIFY",
"diff": "@@ -787,7 +787,10 @@ type GroupsLongPollServer struct {\nTs string `json:\"ts\"` // Number of the last event\n}\n-// TODO: func (g GroupsLongPollServer) GetURL() string {\n+// GetURL return link.\n+func (lp GroupsLongPollServer) GetURL(wait int) string {\n+ return fmt.Spr... | Go | MIT License | severecloud/vksdk | feat: GroupsLongPollServer add GetURL method | 1 | feat | null |
838,025 | 12.01.2022 00:08:53 | -10,800 | 373111efca34a01ac9457920159e572d041da940 | test: fix TestVK_UsersGet | [
{
"change_type": "MODIFY",
"diff": "@@ -117,7 +117,7 @@ func TestVK_UsersGet(t *testing.T) {\nassert.NotEmpty(t, user.Instagram)\nassert.NotEmpty(t, user.Site)\nassert.NotEmpty(t, user.Status)\n- assert.NotEmpty(t, user.LastSeen)\n+ // assert.NotEmpty(t, user.LastSeen)\nassert.NotEmpty(t, user.CropPhoto)\na... | Go | MIT License | severecloud/vksdk | test: fix TestVK_UsersGet | 1 | test | null |
838,025 | 12.01.2022 00:13:15 | -10,800 | 2e44a0def44a47e61ceef2a3d99ebd8f550980d3 | fix: PhotosSaveOwnerPhotoResponse.photo_src=false | [
{
"change_type": "MODIFY",
"diff": "@@ -572,9 +572,10 @@ func (vk *VK) PhotosSaveOwnerCoverPhoto(params Params) (response PhotosSaveOwner\n// PhotosSaveOwnerPhotoResponse struct.\ntype PhotosSaveOwnerPhotoResponse struct {\nPhotoHash string `json:\"photo_hash\"`\n- PhotoSrc string `json:\"photo_src\"`\n- Ph... | Go | MIT License | severecloud/vksdk | fix: PhotosSaveOwnerPhotoResponse.photo_src=false | 1 | fix | null |
838,025 | 12.01.2022 00:13:35 | -10,800 | f4c5853845c3fb846e61961c6cbd1552862fd957 | feat: GroupsMarketInfo add IsHsEnabled | [
{
"change_type": "MODIFY",
"diff": "@@ -819,6 +819,7 @@ type GroupsMarketInfo struct {\nEnabled BaseBoolInt `json:\"enabled\"` // Information whether the market is enabled\nCommentsEnabled BaseBoolInt `json:\"comments_enabled,omitempty\"`\nCanMessage BaseBoolInt `json:\"can_message,omitempty\"`\n+ IsHsEnabl... | Go | MIT License | severecloud/vksdk | feat: GroupsMarketInfo add IsHsEnabled | 1 | feat | null |
838,025 | 12.01.2022 00:14:07 | -10,800 | 0593eb55c29cbbdbc7b794ec1a3c02c960ef2698 | feat: VK.DefaultHandler make public | [
{
"change_type": "MODIFY",
"diff": "@@ -121,7 +121,7 @@ func NewVK(tokens ...string) *VK {\nvk.accessTokens = tokens\nvk.Version = Version\n- vk.Handler = vk.defaultHandler\n+ vk.Handler = vk.DefaultHandler\nvk.MethodURL = MethodURL\nvk.Client = http.DefaultClient\n@@ -207,8 +207,8 @@ func buildQuery(sliceP... | Go | MIT License | severecloud/vksdk | feat: VK.DefaultHandler make public | 1 | feat | null |
841,509 | 12.01.2022 01:32:52 | 28,800 | 432d5d3fb7d870b08f8c16e4147c3f5421693d2b | feat(plugin/macro): Add safe API for plugins based on a proc-macro | [
{
"change_type": "MODIFY",
"diff": "@@ -3407,13 +3407,20 @@ dependencies = [\nname = \"swc_plugin\"\nversion = \"0.24.0\"\ndependencies = [\n- \"anyhow\",\n- \"serde\",\n- \"serde_json\",\n\"swc_atoms\",\n\"swc_common\",\n\"swc_ecma_ast\",\n\"swc_ecma_visit\",\n+ \"swc_plugin_macro\",\n+]\n+\n+[[package]]\n... | Rust | Apache License 2.0 | swc-project/swc | feat(plugin/macro): Add safe API for plugins based on a proc-macro (#3240) | 1 | feat | plugin/macro |
217,884 | 12.01.2022 03:05:26 | 28,800 | ebea0974ab31676601d3f0ba45d5da599fa43dce | fix(layouts): sidebar collapse button no longer takes space in smaller layouts | [
{
"change_type": "MODIFY",
"diff": ".sidebar-container {\nheight: calc(~\"100vh - @{layout-header-height} - 48px\");\n+ @media @mobile, @tablet {\n+ height: 100%;\n+ }\n.menu-categories-container {\noverflow: hidden;\n",
"new_path": "apps/client/src/app/app.component.less",
"old_path": "apps/client/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layouts): sidebar collapse button no longer takes space in smaller layouts | 1 | fix | layouts |
426,753 | 12.01.2022 04:15:19 | 28,800 | 9f0d335808f6b4361c6615c3b2fcefe949a500b7 | docs: add dev-server example for custom HTTP headers | [
{
"change_type": "MODIFY",
"diff": "@@ -130,7 +130,7 @@ In a web server, the response body is not always a string, but it can be a binar\n<details>\n<summary>Read more</summary>\n-Rewrite the base path of your application for local development;\n+Rewrite the base path of your application for local developme... | TypeScript | MIT License | modernweb-dev/web | docs: add dev-server example for custom HTTP headers (#1842) | 1 | docs | null |
71,366 | 12.01.2022 04:45:17 | -32,400 | c016a9fcf51f2415e6e0fcca2255da384c8abbc1 | fix(iot): `FirehoseStreamAction` is now called `FirehosePutRecordAction`
By
BREAKING CHANGE: the class `FirehoseStreamAction` has been renamed to `FirehosePutRecordAction`
*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": "@@ -189,9 +189,9 @@ const stream = new firehose.DeliveryStream(this, 'MyStream', {\nconst topicRule = new iot.TopicRule(this, 'TopicRule', {\nsql: iot.IotSql.fromStringAsVer20160323(\"SELECT * FROM 'device/+/data'\"),\nactions: [\n- new actions.FirehoseStreamAction(stream... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(iot): `FirehoseStreamAction` is now called `FirehosePutRecordAction` (#18356)
By https://github.com/aws/aws-cdk/pull/18321#discussion_r781620195
BREAKING CHANGE: the class `FirehoseStreamAction` has been renamed to `FirehosePutRecordAction`
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | iot |
841,421 | 12.01.2022 08:26:56 | -32,400 | 12dd0a6c1fb6eeaf603f0f1a6da3a4231c8c47f6 | fix(es/minifier): Fix optimization of assignment expressions
swc_ecma_minifier:
- Check if the operator is `=` before optimizing assignment with a binary expression. | [
{
"change_type": "MODIFY",
"diff": "\"author\": \"\",\n\"license\": \"ISC\",\n\"devDependencies\": {\n+ \"@babel/parser\": \"^7.16.8\",\n\"antd\": \"^4.16.13\",\n\"babel-eslint\": \"^10.1.0\",\n\"eslint\": \"^7.29.0\",\n",
"new_path": "crates/swc_ecma_minifier/package.json",
"old_path": "crates/swc_... | Rust | Apache License 2.0 | swc-project/swc | fix(es/minifier): Fix optimization of assignment expressions (#3231)
swc_ecma_minifier:
- Check if the operator is `=` before optimizing assignment with a binary expression. | 1 | fix | es/minifier |
306,321 | 12.01.2022 08:56:46 | 0 | cc032490cde4be0ef83f1be3f9b9baa1870f172d | Docs: update add resources guide to reference new regions | [
{
"change_type": "MODIFY",
"diff": "@@ -1219,3 +1219,65 @@ would print:\neurope-north1 => 100.00\nsouthamerica-east1 => 200.00\n```\n+\n+#### Adding new regions\n+\n+Every so often cloud providers add locations/regions to their cloud infrastructure. When this happens we need to update shared provider variab... | Go | Apache License 2.0 | infracost/infracost | Docs: update add resources guide to reference new regions (#1235) | 1 | docs | null |
251,188 | 12.01.2022 09:32:21 | -10,800 | 6320e62b49eded6023f8561ec067cbe3f5c68b2b | chore: increase u2f configuration version | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,7 @@ public class U2fConfigurationWS {\nfinal String baseEndpointUri = appConfiguration.getBaseEndpoint();\nfinal U2fConfiguration conf = new U2fConfiguration();\n- conf.setVersion(\"2.0\");\n+ conf.setVersion(\"2.1\");\nconf.setIssuer(appConfiguration.getIss... | Java | MIT License | gluufederation/oxauth | chore: increase u2f configuration version | 1 | chore | null |
386,595 | 12.01.2022 09:50:36 | -7,200 | 671778c7aeaf7f239d1b5413e6295ccecb129909 | chore(blocks-markdown): Switch hljs from esm to cjs to fix build. | [
{
"change_type": "MODIFY",
"diff": "@@ -21,32 +21,33 @@ import ReactMarkdown from 'react-markdown';\nimport gfm from 'remark-gfm';\n-import github from 'react-syntax-highlighter/dist/esm/styles/hljs/github.js';\n-import javascript from 'react-syntax-highlighter/dist/esm/languages/hljs/javascript.js';\n-impo... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore(blocks-markdown): Switch hljs from esm to cjs to fix build. | 1 | chore | blocks-markdown |
777,389 | 12.01.2022 10:00:53 | 28,800 | 79f291cb698485e4887eac82a8c9ca32346d69a3 | chore: validate priority and weight ranges in job api requests | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ package job\nimport (\n\"fmt\"\n+ \"strings\"\n\"github.com/determined-ai/determined/master/internal/api\"\n\"github.com/determined-ai/determined/master/pkg/actor\"\n@@ -167,7 +168,7 @@ func (j *Jobs) Receive(ctx *actor.Context) error {\nctx.Respond(jobsIn... | Python | Apache License 2.0 | determined-ai/determined | chore: validate priority and weight ranges in job api requests (#3430) | 1 | chore | null |
777,374 | 12.01.2022 10:14:40 | 28,800 | 932660076ddc4b714f7ccc0f38d54875c8845f58 | ci: log test boundary markers to managed devcluster logs. | [
{
"change_type": "MODIFY",
"diff": "@@ -1536,6 +1536,13 @@ jobs:\n- store_test_results:\npath: /tmp/test-results/\n+ - when:\n+ condition: <<parameters.managed-devcluster>>\n+ steps:\n+ - store_artifacts:\n+ path: /tmp/devcluster/\n+ destination: devcluster-logs\n+\ndeploy:\nparameters:\ncompute-agent-insta... | Python | Apache License 2.0 | determined-ai/determined | ci: log test boundary markers to managed devcluster logs. (#3426) | 1 | ci | null |
71,748 | 12.01.2022 10:27:44 | 0 | 73987291ef32e2b0e0e5b94181b467b3e4a667ca | chore: fix short-circuit of post_build step
The buildspec was recently altered (in to skip the `POST_BUILD`/pack
step if the build failed; however, the command used was bash-specific and not
compliant with CodeBuild. Rewrite the check to be sh-compliant. | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ phases:\npost_build:\ncommands:\n# Short-circuit: Don't run pack if the above build failed.\n- - '[[ \"$CODEBUILD_BUILD_SUCCEEDING\" -eq 1 ]] || exit 1'\n+ - '[ ${CODEBUILD_BUILD_SUCCEEDING:-0} -eq 1 ] || exit 1'\n- \"[ -f .BUILD_COMPLETED ] && /bin/bash... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: fix short-circuit of post_build step
The buildspec was recently altered (in #18365) to skip the `POST_BUILD`/pack
step if the build failed; however, the command used was bash-specific and not
compliant with CodeBuild. Rewrite the check to be sh-compliant. | 1 | chore | null |
160,177 | 12.01.2022 10:37:21 | -28,800 | b8f28f38d943ab2881a2f375603025e01573c0d8 | fix: move edge not keep controls | [
{
"change_type": "MODIFY",
"diff": "<link rel=\"stylesheet\" href=\"/src/style/index.css\" />\n</head>\n<body>\n+ <button id=\"js_save\">save</button>\n<div id=\"container\"></div>\n<script src=\"/logic-flow.js\"></script>\n<script type=\"module\" src=\"./index.mjs\">\n",
"new_path": "packages/core/exam... | TypeScript | Apache License 2.0 | didi/logicflow | fix: move edge not keep controls | 1 | fix | null |
304,860 | 12.01.2022 10:37:44 | -3,600 | 319c05c420edd7cc62638f48dd33ee724f312111 | feat: Add Get methods to metadata | [
{
"change_type": "MODIFY",
"diff": "package metadata\n+import \"fmt\"\n+\n// Metadata is made as a standalone package to avoid import cycle:\n// influxd -> flux -> flux/interpreter -> flux/execute -> flux\ntype Metadata map[string][]interface{}\n@@ -30,3 +32,17 @@ func (md Metadata) Range(fn func(key string... | Go | MIT License | influxdata/flux | feat: Add Get methods to metadata (#4384) | 1 | feat | null |
791,370 | 12.01.2022 10:40:21 | 25,200 | dab52f729834750b1506717eabd5e585a3909d54 | chore: fix snippet module up to resolve imports | [
{
"change_type": "DELETE",
"diff": "-// Copyright 2021 Google LLC\n-//\n-// Licensed under the Apache License, Version 2.0 (the \"License\");\n-// you may not use this file except in compliance with the License.\n-// You may obtain a copy of the License at\n-//\n-// http://www.apache.org/licenses/LICENSE-2.... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore: fix snippet module up to resolve imports (#5348) | 1 | chore | null |
617,469 | 12.01.2022 10:41:54 | -3,600 | 55b05558405467da2f6d4a87bfdad2cd62c2533e | feat(heading style): make headings style different for each heading | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,10 @@ HTMLCollection [\n}\n+@media (max-width:600px) {\n+\n+}\n+\n@media print {\n}\n@@ -52,8 +56,12 @@ HTMLCollection [\n@media (max-width:600px){h1{margin-bottom:1.6rem;font-size:2.6rem;}}\nh2{font-size:2.8rem;}\n@media (max-width:600px){h2{font-size:2.2rem... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | feat(heading style): make headings style different for each heading (#4167) | 1 | feat | heading style |
438,921 | 12.01.2022 10:51:25 | -32,400 | 92fb0333490e036e5fa08902292edfefa762dc86 | fix(types): Fix axis types definition
Fix wrong types gropings for some axis options.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -94,10 +94,10 @@ export interface xAxisConfiguration extends AxisConfigurationBase {\n* Set default extent for subchart and zoom.\n* This can be an array or function that returns an array.\n*/\n- extent?: number[] | string[] | (\n+ extent?: Array<number|string> | (\n(\... | TypeScript | MIT License | naver/billboard.js | fix(types): Fix axis types definition
Fix wrong types gropings for some axis options.
Fix #2499 | 1 | fix | types |
617,459 | 12.01.2022 10:53:00 | -3,600 | b5365e6f3bee2823034646595cee2d105e1274bc | fix(api): set search option same as before | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ Object {\n\"articles\": Array [],\n\"documents\": Array [\nObject {\n- \"_score\": 34.50494,\n+ \"_score\": 27.688023,\n\"algo\": \"fulltext\",\n\"breadcrumbs\": Array [],\n\"cdtnId\": \"647c224c9b\",\n",
"new_path": "packages/code-du-travail-api/src/r... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(api): set search option same as before (#4161) | 1 | fix | api |
160,177 | 12.01.2022 10:58:33 | -28,800 | 433c8e805da226e37550c7abd770748f8c8a8bdc | fix: change edge type remove pointsList | [
{
"change_type": "MODIFY",
"diff": "@@ -24,3 +24,11 @@ document.querySelector('#js_focus_on').addEventListener('click', () => {\nid: '2'\n})\n})\n+\n+document.querySelector('#js_change_edge_type').addEventListener('change', (e) => {\n+ // console.log(this, e.target.value)\n+ const { edges, nodes } = lf.getG... | TypeScript | Apache License 2.0 | didi/logicflow | fix: change edge type remove pointsList | 1 | fix | null |
160,177 | 12.01.2022 11:28:35 | -28,800 | b04f96abf639befeaa5cf22be9407955926a5118 | fix: node updateText observable | [
{
"change_type": "MODIFY",
"diff": "@@ -32,3 +32,6 @@ document.querySelector('#js_change_edge_type').addEventListener('change', (e) =>\nlf.changeEdgeType(edges[0].id, e.target.value)\n}\n})\n+document.querySelector('#js_updateText').addEventListener('click', (e) => {\n+ lf.updateText('11', '4444')\n+})\n\\ ... | TypeScript | Apache License 2.0 | didi/logicflow | fix: node updateText observable | 1 | fix | null |
869,310 | 12.01.2022 11:50:36 | -25,200 | f7e280945f62c6ceb03c648f5c897b05c17d221c | fix(coinbasepro): faster rate-limit and ignore markets that are not online | [
{
"change_type": "MODIFY",
"diff": "@@ -15,8 +15,9 @@ class Coinbasepro extends Driver {\n*/\nasync fetchTickers(isMocked) {\nconst pairs = await request('https://api.pro.coinbase.com/products');\n+ const activePairs = pairs.filter((pair) => pair.status === 'online');\n- const tickers = throttleMap(pairs, a... | JavaScript | MIT License | coinranking/exchanges | fix(coinbasepro): faster rate-limit and ignore markets that are not online | 1 | fix | coinbasepro |
749,532 | 12.01.2022 12:36:42 | 25,200 | 59c2864c2ae8c54beba70b22088f0c90a9c350fc | docs(grid): visualize with debug | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,8 @@ import { GRID_ROWS as ROWS } from './stories/data';\n# Demo\n+> Visualize the Grid component using the `debug` toggle in the Controls panel.\n+\nThe `children` control receives an array of objects that permit all related\n`Row` prop values along with a `... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | docs(grid): visualize with debug (#1266) | 1 | docs | grid |
847,143 | 12.01.2022 12:41:40 | -28,800 | 347fc25795497ad51cdd7052222eaee04454f37b | refactor(comment2): use `withBase` | [
{
"change_type": "MODIFY",
"diff": "import { useLocaleConfig } from \"@mr-hope/vuepress-shared/lib/client\";\n-import { usePageFrontmatter, useSiteData } from \"@vuepress/client\";\n+import { usePageFrontmatter, withBase } from \"@vuepress/client\";\nimport { computed, defineComponent, h, onMounted, watch, ... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | refactor(comment2): use `withBase` | 1 | refactor | comment2 |
847,143 | 12.01.2022 12:42:19 | -28,800 | aaf4e3994a38a508cc0eb5616dd2ea5ef6b8dbcb | refactor(shared): improve devServer types | [
{
"change_type": "MODIFY",
"diff": "import { mergeConfig } from \"./vite\";\nimport type { App } from \"@vuepress/core\";\n+import type { ViteBundlerOptions } from \"@vuepress/bundler-vite\";\nimport type {\nWebpackBundlerOptions,\nWebpackDevServer,\n@@ -15,8 +16,11 @@ export const useCustomDevServer = (\ng... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | refactor(shared): improve devServer types | 1 | refactor | shared |
217,922 | 12.01.2022 12:50:48 | -3,600 | a457089791340bfa54849fea23d7907c085fe118 | fix(pricing): fixed input sometimes acting up when setting a price | [
{
"change_type": "MODIFY",
"diff": "@@ -104,7 +104,7 @@ export class ListPricingRowComponent extends TeamcraftComponent {\nthis.listPricingService.saveItem(this.listId, this.array, update.id, update.price, update.amount, update.use, !update.custom);\n});\ncombineLatest([this.itemPrice$, this.priceToCraft$])... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(pricing): fixed input sometimes acting up when setting a price | 1 | fix | pricing |
306,652 | 12.01.2022 12:54:52 | -19,080 | 253ba6726656feb0141563bd25eae0118dd261a7 | fix(chip): fix chip inline issue in table | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ exports[`Chip component\n<body>\n<div>\n<div\n- class=\"undefined\"\n+ class=\"Chip-wrapper undefined\"\ndata-test=\"DesignSystem-GenericChip--GenericChipWrapper\"\n>\n<i\n@@ -34,7 +34,7 @@ exports[`Chip component\n<body>\n<div>\n<div\n- class=\"undefined\... | TypeScript | MIT License | innovaccer/design-system | fix(chip): fix chip inline issue in table | 1 | fix | chip |
530,312 | 12.01.2022 13:14:53 | -7,200 | 43ee65079b0290ef7ff4670c0ab098c6a69a0514 | fix: broken self-mutation step
The position of the `-s` flag is misplaced, should be before `-m`.
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": "@@ -86,7 +86,7 @@ jobs:\n- name: Push changes\nrun: |-2\ngit add .\n- git commit -m -s \"chore: self mutation\"\n+ git commit -s -m \"chore: self mutation\"\ngit push origin HEAD:${{ github.event.pull_request.head.ref }}\npackage-js:\nneeds: build\n",
"new_path": ".gi... | TypeScript | Apache License 2.0 | projen/projen | fix: broken self-mutation step (#1520)
The position of the `-s` flag is misplaced, should be before `-m`.
Fixes https://github.com/projen/projen/issues/1519
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | fix | null |
217,922 | 12.01.2022 13:21:58 | -3,600 | d78b921044357f4f26d623c0956dd0393b43cbc6 | feat(pricing): you can now copy earnings or spendings as text | [
{
"change_type": "MODIFY",
"diff": "<i nzIconfont=\"icon-dollar\" nz-icon></i>\n</button>\n</div>\n+ <div>\n+ <button (click)=\"$event.stopPropagation()\"\n+ [clipboard]=\"getSpendingText\"\n+ [clipboardFnArgs]=\"[pricingData, spendingTotal$ | async]\"\n+ [clipboardSuccessMessage]=\"'PRICING.Content_copied'... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(pricing): you can now copy earnings or spendings as text | 1 | feat | pricing |
838,025 | 12.01.2022 13:39:09 | -10,800 | c0fc58a1a45e2ac3c818649727f483065ebc21c4 | test: skip if flood control | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,8 @@ func noError(t *testing.T, err error) bool {\nt.Skip(\"Permission to perform this action is denied\")\ncase api.ErrCaptcha:\nt.Skip(\"Captcha needed\")\n+ case api.ErrFlood:\n+ t.Skip(\"Flood control\")\ndefault:\ns := \"\\n\"\ns += fmt.Sprintf(\"code: %... | Go | MIT License | severecloud/vksdk | test: skip if flood control | 1 | test | null |
756,013 | 12.01.2022 13:47:47 | 21,600 | 63e6e67957bad2bb05b7693f667e2efd1cbc9e48 | feat(cosmos): set `swingset.params.bootstrap_vat_config` at genesis | [
{
"change_type": "MODIFY",
"diff": "@@ -661,6 +661,7 @@ func NewAgoricApp(\ntype cosmosInitAction struct {\nType string `json:\"type\"`\nChainID string `json:\"chainID\"`\n+ Params swingset.Params `json:\"params\"`\nStoragePort int `json:\"storagePort\"`\nSupplyCoins sdk.Coins `json:\"supplyCoins\"`\nVibcPo... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(cosmos): set `swingset.params.bootstrap_vat_config` at genesis | 1 | feat | cosmos |
756,013 | 12.01.2022 13:48:30 | 21,600 | 28d3efdab7f7f91e17ba49cdb57408988dc5c58e | feat(cosmic-swingset): use `bootMsg.params.bootstrap_vat_config` | [
{
"change_type": "MODIFY",
"diff": "@@ -236,17 +236,17 @@ export default async function main(progname, args, { env, homedir, agcc }) {\n}\n}\n- const vatconfig = new URL(\n- await importMetaResolve(\n- '@agoric/vats/decentral-config.json',\n- import.meta.url,\n- ),\n- ).pathname;\nconst argv = {\nROLE: 'cha... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(cosmic-swingset): use `bootMsg.params.bootstrap_vat_config` | 1 | feat | cosmic-swingset |
71,755 | 12.01.2022 13:53:51 | 21,600 | 7779c147c7445d9e8ccafa9b732521c9021a6234 | feat(apigatewayv2): support for mock integration type
resolves
*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": "export * from './lambda';\n+export * from './mock';\n",
"new_path": "packages/@aws-cdk/aws-apigatewayv2-integrations/lib/websocket/index.ts",
"old_path": "packages/@aws-cdk/aws-apigatewayv2-integrations/lib/websocket/index.ts"
},
{
"change_type": "ADD",
... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(apigatewayv2): support for mock integration type (#18129)
resolves #15008
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | apigatewayv2 |
802,849 | 12.01.2022 14:03:13 | 10,800 | a914061e53952a02dc1a80535ede8a297e318b0b | feat: added new icon | [
{
"change_type": "ADD",
"diff": "+<svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" height=\"24px\" viewBox=\"0 0 24 24\" width=\"24px\"><rect fill=\"none\" height=\"24\" width=\"24\"/><path d=\"M19,5h-2V3H7v2H5C3.9,5,3,5.9,3,7v1c0,2.55,1.92,4.63,4.39,4.94c0.63,1.5,1.98,2.63,3.61... | TypeScript | Apache License 2.0 | juntossomosmais/venice | feat: added new icon | 1 | feat | null |
306,636 | 12.01.2022 14:51:50 | -19,080 | 795ae48b47af4bf6ac9b07343693d67db5219145 | fix(button): fix button hover and focus style | [
{
"change_type": "MODIFY",
"diff": ".Button--basic:hover {\nbackground: var(--secondary);\n+ box-shadow: var(--shadow-s);\n}\n.Button--basic:active {\n.Button--transparent:focus {\nbackground: color-mod(var(--stone-light) a(0.2));\n- /* box-shadow: var(--shadow-spread) var(--secondary-shadow); */\n+ box-sha... | TypeScript | MIT License | innovaccer/design-system | fix(button): fix button hover and focus style | 1 | fix | button |
730,504 | 12.01.2022 15:02:27 | -19,080 | 8ed9b287a401b87b3e229afd215923f5b32f603a | refactor(plugin-meetings): variable is made descriptive for meeting is joined once | [
{
"change_type": "MODIFY",
"diff": "@@ -888,7 +888,7 @@ export default class Meeting extends StatelessWebexPlugin {\nthis.setUpLocusInfoListeners();\nthis.locusInfo.init(attrs.locus ? attrs.locus : {});\n- this.isCreated = true;\n+ this.hasJoinedOnce = false;\n}\n/**\n@@ -3496,8 +3496,8 @@ export default cl... | JavaScript | MIT License | webex/webex-js-sdk | refactor(plugin-meetings): variable is made descriptive for meeting is joined once | 1 | refactor | plugin-meetings |
865,919 | 12.01.2022 15:10:28 | -3,600 | a8ceaca27a4700b8efa0b01ed91ad9b4316cbec2 | feat: supplying default target type for platform deployment telemetry
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,8 @@ const DEPLOYMENT_DETAILS_CONFIG_KEY = 'deployment-tool';\nconst ENGINE_ENDPOINTS_CONFIG_KEY = 'camundaEngineEndpoints';\nconst PROCESS_DEFINITION_CONFIG_KEY = 'process-definition';\n+const SELF_HOSTED = 'selfHosted';\n+\nconst DEFAULT_ENDPOINT = {\nurl: ... | JavaScript | MIT License | camunda/camunda-modeler | feat: supplying default target type for platform deployment telemetry
Closes #2238 | 1 | feat | null |
266,134 | 12.01.2022 15:14:41 | 28,800 | 6d5ce7af91982f2f6249c463626328e09813596d | fix: authenticate for private googleapis-gen before cloning | [
{
"change_type": "MODIFY",
"diff": "@@ -30,8 +30,18 @@ then\nTARGET_CLONE_ARGS=\"-b $TARGET_BRANCH\"\nfi\n+# According to https://docs.github.com/en/developers/apps/authenticating-with-github-apps#authenticating-as-a-github-app\n+JWT=$(jwt encode --secret \"@$GITHUB_APP_SECRET\" --iss \"$GITHUB_APP_ID\" --e... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | fix: authenticate for private googleapis-gen before cloning (#3087) | 1 | fix | null |
821,210 | 12.01.2022 15:56:05 | 18,000 | f814f009b9b203c8917e265c16015a08af911537 | fix: remove unnecessary dependency | [
{
"change_type": "MODIFY",
"diff": "\"lodash\": \"^4.17.11\",\n\"normalize-package-data\": \"^3.0.3\",\n\"nps-utils\": \"^1.7.0\",\n- \"oclif\": \"^2.1.1\",\n\"qqjs\": \"^0.3.10\",\n\"semver\": \"^7.3.5\",\n\"tslib\": \"^2.3.1\",\n",
"new_path": "package.json",
"old_path": "package.json"
},
{
... | TypeScript | MIT License | oclif/oclif | fix: remove unnecessary dependency (#794) | 1 | fix | null |
756,013 | 12.01.2022 16:10:01 | 21,600 | fd3938e1d918f921be2707259ee6ac56ad557a88 | feat(agoric): implement `agoric run script -- script-args...` | [
{
"change_type": "MODIFY",
"diff": "@@ -268,6 +268,7 @@ export { bootPlugin } from ${JSON.stringify(absPath)};\ninstallUnsafePlugin,\nhost,\nport,\n+ args: opts.scriptArgs,\n});\n}\n}\n",
"new_path": "packages/agoric-cli/src/deploy.js",
"old_path": "packages/agoric-cli/src/deploy.js"
},
{
"c... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(agoric): implement `agoric run script -- script-args...` | 1 | feat | agoric |
756,013 | 12.01.2022 16:10:33 | 21,600 | cf93481969043948985e21a78d1680bc7925cd62 | feat(cosmic-swingset): honour `CHAIN_BOOTSTRAP_VAT_CONFIG` | [
{
"change_type": "MODIFY",
"diff": "@@ -34,6 +34,16 @@ declarations.\nLifetime: until all sources (including dapps) conform to using `Far`\ndeclarations for all remote objects\n+## CHAIN_BOOTSTRAP_VAT_CONFIG\n+\n+Affects: `ag-chain-cosmos`, `ag-solo`\n+\n+Purpose: to set the specifier for the chain/sim-chai... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(cosmic-swingset): honour `CHAIN_BOOTSTRAP_VAT_CONFIG` | 1 | feat | cosmic-swingset |
791,370 | 12.01.2022 16:12:09 | 25,200 | 0da1a9d4e2d3dd0fab07c3ed09eaeeb3f9711900 | feat(eventarc/publishing): start generating apiv1 | [
{
"change_type": "ADD",
"diff": "+// Copyright 2022 Google LLC\n+//\n+// Licensed under the Apache License, Version 2.0 (the \"License\");\n+// you may not use this file except in compliance with the License.\n+// You may obtain a copy of the License at\n+//\n+// https://www.apache.org/licenses/LICENSE-2.0\... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(eventarc/publishing): start generating apiv1 (#5358) | 1 | feat | eventarc/publishing |
471,171 | 12.01.2022 16:41:17 | -3,600 | d315b0a75eb9517537b96a4ace083371cbdba552 | fix: span attribute count and value limits | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,7 @@ import { NoopSpanProcessor } from './export/NoopSpanProcessor';\nimport { SDKRegistrationConfig, TracerConfig } from './types';\nimport { SpanExporter } from './export/SpanExporter';\nimport { BatchSpanProcessor } from './platform';\n+import { reconfigur... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | fix: span attribute count and value limits (#2671) (#2678)
Co-authored-by: Rauno Viskus <Rauno56@users.noreply.github.com>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Co-authored-by: legendecas <legendecas@gmail.com> | 1 | fix | null |
756,064 | 12.01.2022 17:04:17 | 28,800 | d5273af2ef549624b2343a23dcbde354c0b0ab0e | chore(swingset): fix typos, improve types
This appeases the typechecker slightly better | [
{
"change_type": "MODIFY",
"diff": "@@ -1280,7 +1280,7 @@ export default function buildKernel(\n// note: dump().log is not deterministic, since log() does not go\n// through the syscall interface (and we replay transcripts one vat at\n// a time, so any log() calls that were interleaved during their\n- // or... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(swingset): fix typos, improve types
This appeases the typechecker slightly better | 1 | chore | swingset |
217,922 | 12.01.2022 17:07:49 | -3,600 | 7c9d0b23033bcf5e883f1f17b1a841aa9d57b860 | fix(db): better icon for spearfishing spot page | [
{
"change_type": "MODIFY",
"diff": "</div>\n</ng-template>\n<app-map [mapId]=\"data.map\"\n- [markers]=\"[{x: data.x, y: data.y, iconType: 'img', iconImg: data.type | nodeTypeIcon:data.limited}]\"></app-map>\n+ [markers]=\"[{x: data.x, y: data.y, iconType: 'img', iconImg: 4 | nodeTypeIcon:data.limited}]\"><... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): better icon for spearfishing spot page | 1 | fix | db |
419,598 | 12.01.2022 17:20:45 | -3,600 | c6802957d133d37b5b0a736aa9492775b4b10fc1 | refactor: expose `EntityClassGroup` type | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ export {\nConstructor, Dictionary, PrimaryKeyType, PrimaryKeyProp, Primary, IPrimaryKey, ObjectQuery, FilterQuery, IWrappedEntity, EntityName, EntityData, Highlighter,\nAnyEntity, EntityClass, EntityProperty, EntityMetadata, QBFilterQuery, PopulateOptions,... | TypeScript | MIT License | mikro-orm/mikro-orm | refactor: expose `EntityClassGroup` type (#2632) | 1 | refactor | null |
306,905 | 12.01.2022 17:26:40 | -3,600 | 6ceb1d610a55d577f733736349232f3446510a01 | docs(elements): update javascript integration to cdn usage | [
{
"change_type": "MODIFY",
"diff": "@@ -44,24 +44,25 @@ $ yarn add @inovex.de/elements\n### b) Integrate via script tag\n-> Hint: As soon as we're open source, you have to add the links to [JSDlv](https://www.jsdelivr.com/)\n-\nTo load the components at runtime, you need to insert the following code fragmen... | TypeScript | MIT License | inovex/elements | docs(elements): update javascript integration to cdn usage | 1 | docs | elements |
277,286 | 12.01.2022 17:46:35 | -3,600 | 6bb7a0e59101d371840d50b7475f7c5be380437c | fix: Use explicit md heading ids to ensure valid links. Closes | [
{
"change_type": "MODIFY",
"diff": "return name\nurl = dobj.url(relative_to=module, link_prefix=link_prefix,\ntop_ancestor=not show_inherited_members).replace('.html','')\n- return '<a title=\"{}\" href=\"{}\">{}</a>'.format(dobj.refname, url, name)\n+ ## Replace \".\" with \"_\" because Docusarus doesn't s... | Python | Apache License 2.0 | h2oai/wave | fix: Use explicit md heading ids to ensure valid links. Closes #1181 | 1 | fix | null |
217,922 | 12.01.2022 18:05:07 | -3,600 | 08da0c04141524268128660cf3ad4b5465636920 | feat(desktop): new icon in sidebar to copy a link to the current page on web | [
{
"change_type": "MODIFY",
"diff": "<div [fxLayout]=\"settings.compactSidebar?'column':'row'\" fxLayoutAlign=\"center center\" fxLayoutGap=\"5px\" class=\"overlay-buttons\"\n*ngIf=\"platformService.isDesktop()\">\n+ <button nz-button nzShape=\"circle\" nz-tooltip [nzTooltipTitle]=\"'Copy_current_link' | tra... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(desktop): new icon in sidebar to copy a link to the current page on web | 1 | feat | desktop |
217,922 | 12.01.2022 18:10:33 | -3,600 | c964116ce3809dd78a5253f8ccd39f75e7eb5af4 | chore: possible fix for worker not loading properly | [
{
"change_type": "MODIFY",
"diff": "@@ -419,7 +419,7 @@ export class IpcListenersManager {\nprivate setupLodestoneListeners(): void {\nipcMain.on('lodestone:getCharacter', (event, id) => {\n- const worker = new Worker(join(__dirname, '../workers/lodestone.js'), {\n+ const worker = new Worker(isDev ? join(__... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: possible fix for worker not loading properly | 1 | chore | null |
217,922 | 12.01.2022 18:13:08 | -3,600 | 8418a13aa4f1acdd671ad594962b81cebc328f6e | fix(layout): Crafts and Timed first layout now doesn't hide completed rows by default anymore | [
{
"change_type": "MODIFY",
"diff": "\"showInventory\": false,\n\"recipeOrder\": 0,\n\"recipeZoneBreakdown\": false,\n- \"recipeHideCompleted\": true,\n+ \"recipeHideCompleted\": false,\n\"recipeHideZoneDuplicates\": false,\n\"includeRecipesInItems\": false,\n\"default\": true,\n\"tiers\": false,\n\"reverseT... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): Crafts and Timed first layout now doesn't hide completed rows by default anymore | 1 | fix | layout |
217,922 | 12.01.2022 18:41:27 | -3,600 | dfef64bdac8e76771346ce3bd3ce6071b637c2c5 | chore: better update logic for profits API | [
{
"change_type": "MODIFY",
"diff": "@@ -472,7 +472,7 @@ export const updateCacheForAllServers = functions\nawait redis.set(`mb:${row.server}:${id}`, JSON.stringify(row.data[+id]));\n}\n}\n- updateCache(uniq(res.map(row => row.server)), items, redis);\n+ await updateCache(uniq(res.map(row => row.server)), it... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: better update logic for profits API | 1 | chore | null |
217,922 | 12.01.2022 18:51:49 | -3,600 | ee8be3e277d3c1f3647ff6d641af66f8db90447b | chore(release): 9.4.6 | [
{
"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+<a name=\"9.4.6\"></a>\n+## [9.4.6](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 9.4.6 | 1 | chore | release |
530,305 | 12.01.2022 19:41:57 | -39,600 | 9f4a6ffa9ab90400fbbecdda7d993290b391ebb2 | fix(new): fix issue with default git installation on mac
Fixes
This PR is about an attempt to fix an issue where projen fails to retrieve git version in mac osx.
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": "@@ -6,7 +6,7 @@ import * as inventory from \"../../inventory\";\nimport * as logging from \"../../logging\";\nimport { InitProjectOptionHints } from \"../../option-hints\";\nimport { Projects } from \"../../projects\";\n-import { exec, execCapture, isTruthy } from \"../..... | TypeScript | Apache License 2.0 | projen/projen | fix(new): fix issue with default git installation on mac (#1512)
Fixes https://github.com/projen/projen/issues/1511
This PR is about an attempt to fix an issue where projen fails to retrieve git version in mac osx.
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | fix | new |
471,527 | 12.01.2022 19:45:37 | -3,600 | 21a1438fa68acce9387478dde56a0ebe273351f3 | chore: light/dark images do not work when inside a link | [
{
"change_type": "MODIFY",
"diff": "@@ -81,7 +81,6 @@ You can join the Lit & Friends slack by visiting [https://lit.dev/slack-invite/]\n<a href=\"https://divriots.com/\" style=\"border: none;\" target=\"_blank\" rel=\"noopener\">\n<img src=\"https://github.com/open-wc/open-wc/blob/master/docs/_assets/suppor... | JavaScript | MIT License | open-wc/open-wc | chore: light/dark images do not work when inside a link | 1 | chore | null |
104,828 | 12.01.2022 20:33:58 | -3,600 | 607ee37aecd4ca66f8c3d8d51571c3ee0aa160db | chore(menubutton): update snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -27097,6 +27097,7 @@ Map {\n\"MenuButton\" => Object {\n\"defaultProps\": Object {\n\"closeIconDescription\": \"close menu button\",\n+ \"kind\": \"primary\",\n\"label\": null,\n\"onPrimaryActionClick\": null,\n\"openIconDescription\": \"open menu button\",\n@@ -27108,... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(menubutton): update snapshots
#3044 | 1 | chore | menubutton |
777,399 | 12.01.2022 20:49:31 | 28,800 | 6f217e8b505346cc3d204312f173324a94f6fbf3 | ci: run releases for tags with new proper SemVer format | [
{
"change_type": "MODIFY",
"diff": "@@ -46,7 +46,7 @@ release-and-rc-filters: &release-and-rc-filters\ntags:\nonly:\n- /(\\d)+(\\.(\\d)+)+/\n- - /((\\d)+(\\.(\\d)+)+)(rc)(\\d)+/\n+ - /((\\d)+(\\.(\\d)+)+)(-rc)(\\d)+/\nrc-filters: &rc-filters\nbranches:\n@@ -54,7 +54,7 @@ rc-filters: &rc-filters\n- /.*/\ntag... | Python | Apache License 2.0 | determined-ai/determined | ci: run releases for tags with new proper SemVer format (#3435) | 1 | ci | null |
104,828 | 12.01.2022 21:04:37 | -3,600 | 99eba4ef1fb82f13253770a507300f7913d79b8b | fix(menubutton): only block shadow for icon only button | [
{
"change_type": "MODIFY",
"diff": "@@ -233,7 +233,7 @@ const MenuButton = ({\n[`${iotPrefix}--menu-button--flip-x`]: flippedX,\n[`${iotPrefix}--menu-button--opens-horizontally`]: opensHorizontally,\n};\n- const showShadowBlocker = buttonKind === GHOST && isMenuOpen;\n+ const showShadowBlocker = buttonKind ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(menubutton): only block shadow for icon only button
#3044 | 1 | fix | menubutton |
404,827 | 12.01.2022 21:08:44 | -3,600 | 4f5fd4af6f05e6796e5da1bd415a76c8f3d5cc8b | feat: add `netlify` preset
+ Via | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ export { m1guelpf } from './m1guelpf'\nexport { meta } from './meta'\nexport { microlink } from './microlink'\nexport { midudev } from './midudev'\n+export { netlify } from './netlify'\nexport { nextjsconf } from './nextjsconf'\nexport { paco } from './p... | JavaScript | MIT License | microlinkhq/cards | feat: add `netlify` preset
+ Via #228 | 1 | feat | null |
320,084 | 12.01.2022 21:59:01 | 0 | 19afe4197245b867b59f87f830ac08529924e6ea | fix(amazon-eu): checking price selector | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ export const AmazonDe: Store = {\ntext: ['in den einkaufswagen'],\n},\nmaxPrice: {\n- container: '#priceblock_ourprice',\n+ container: '.a-text-price',\neuroFormat: true,\n},\noutOfStock: [\n",
"new_path": "src/store/model/amazon-de.ts",
"old_pat... | TypeScript | MIT License | jef/streetmerchant | fix(amazon-eu): checking price selector (#2856) | 1 | fix | amazon-eu |
902,122 | 12.01.2022 22:55:54 | -3,600 | ee5fbb7e3ab4a4230cf9318daeae67362a0632d1 | test(lighthouse): add presets assertions | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ const lighthousePath = path.resolve(__dirname, 'lighthouse.js')\nconst { AbortError } = pRetry\n-const getConfig = ({ preset: presetName, ...settings }) => {\n+const getConfig = ({ preset: presetName, ...settings } = {}) => {\nconst baseConfig = presetNa... | JavaScript | MIT License | microlinkhq/browserless | test(lighthouse): add presets assertions | 1 | test | lighthouse |
667,676 | 12.01.2022 23:33:14 | -28,800 | 7243337ebed6bcded53e522d6a474c26f62816dc | fix(core): fix LoadUntrustedContent crash | [
{
"change_type": "MODIFY",
"diff": "@@ -87,7 +87,7 @@ INCLUDE_ABI_X86_64=false\n# by the way, if set to 'auto'(default), it will be automatic selection of\n# v8 component directory based on the current build type.\n#\n-V8_COMPONENT=auto\n+V8_COMPONENT=third_party/v8/latest/official-release\n#\n# Whether to ... | C++ | Apache License 2.0 | tencent/hippy | fix(core): fix LoadUntrustedContent crash
(cherry picked from commit 5060c9d7366768a17e4be844acfc7970c18d1552) | 1 | fix | core |
841,497 | 12.01.2022 23:41:34 | 18,000 | 282232c9958309e70a18799449802ef5d7e88123 | fix(es/typescript): Remove rogue `println` | [
{
"change_type": "MODIFY",
"diff": "@@ -2796,7 +2796,6 @@ impl VisitMut for EnumValuesVisitor<'_> {\nnoop_visit_mut_type!();\nfn visit_mut_expr(&mut self, expr: &mut Expr) {\n- println!(\"{:#?}\", expr);\nmatch expr {\nExpr::Ident(ident) if self.previous.contains_key(&ident.sym) => {\n*expr = self.ident.clo... | Rust | Apache License 2.0 | swc-project/swc | fix(es/typescript): Remove rogue `println` (#3244) | 1 | fix | es/typescript |
317,674 | 12.01.2022 23:41:54 | -3,600 | 1980738e48bcd85b1aee58312897fec8a7a2baad | fix(devcontainer): arm64 installation compatibility | [
{
"change_type": "MODIFY",
"diff": "@@ -8,34 +8,41 @@ 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 and... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(devcontainer): arm64 installation compatibility | 1 | fix | devcontainer |
306,636 | 13.01.2022 02:42:00 | -19,080 | e64d8e852a89b8f0545605fd469a877fc3a39eba | fix(chips): fix input chips hover and selection and active chips border | [
{
"change_type": "MODIFY",
"diff": ".Chip--action:active {\nbackground: var(--stone-dark);\n+ border: none;\n}\n.Chip-action--disabled {\n.Chip--selection:active {\nbackground: var(--stone-dark);\n+ border: none;\n}\n.Chip-selection--selected {\n}\n.Chip--input:hover {\n- background: var(--stone-light);\n+ ... | TypeScript | MIT License | innovaccer/design-system | fix(chips): fix input chips hover and selection and active chips border | 1 | fix | chips |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.