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
103,510
23.10.2021 09:03:07
10,800
28261ab66d9ab58efbae5f4465050c1ba8f7084b
feat: custom title for ListItem
[ { "change_type": "MODIFY", "diff": "import * as React from 'react';\nimport { StyleSheet, Image, View } from 'react-native';\n-import { List, Text, Chip, Divider } from 'react-native-paper';\n+import { Caption, List, Text, Chip, Divider } from 'react-native-paper';\nimport ScreenWrapper from '../ScreenWrapp...
TypeScript
MIT License
callstack/react-native-paper
feat: custom title for ListItem (#2886) Co-authored-by: Luke Walczak <lukasz.walczak.pwr@gmail.com>
1
feat
null
815,609
23.10.2021 10:03:28
-28,800
26f9e8490ad2802fc27392cc916daacb6a54b4be
test: fix potential failure in integration test CheckVmVersion
[ { "change_type": "MODIFY", "diff": "@@ -80,7 +80,9 @@ impl Spec for CheckVmVersion {\ninfo!(\"Test Sync:\");\nlet (rpc_client0, rpc_client1) = (node.rpc_client(), node1.rpc_client());\n- let ret = wait_until(20, || {\n+ // The GetHeaders will be sent every 15s.\n+ // When reach tip, the GetHeaders will be p...
Rust
MIT License
nervosnetwork/ckb
test: fix potential failure in integration test CheckVmVersion
1
test
null
815,601
23.10.2021 10:18:48
-28,800
957dd0a4b74e71b143e955c39c0f7794f7d1f6ae
fix: InvalidHeaderDep wait_for_tx_pool
[ { "change_type": "MODIFY", "diff": "@@ -91,6 +91,8 @@ impl Spec for InvalidHeaderDep {\nnode0.connect(node1);\nwaiting_for_sync(nodes);\n+ node0.wait_for_tx_pool();\n+\ninfo!(\"invalid header dep tx should be removed\");\nnode0.assert_tx_pool_size(1, 0);\n}\n", "new_path": "test/src/specs/tx_pool/pool_r...
Rust
MIT License
nervosnetwork/ckb
fix: InvalidHeaderDep wait_for_tx_pool
1
fix
null
815,601
23.10.2021 11:57:17
-28,800
4e04dbe434cd161d937cf534c3e407cfc32dc89f
perf: remove needless collect
[ { "change_type": "MODIFY", "diff": "@@ -182,9 +182,7 @@ impl<'a, CS: ChainStore<'a>> TwoPhaseCommitVerifier<'a, CS> {\n.map(TransactionView::proposal_short_id)\n.collect();\n- let difference: Vec<_> = committed_ids.difference(&proposal_txs_ids).collect();\n-\n- if !difference.is_empty() {\n+ if committed_id...
Rust
MIT License
nervosnetwork/ckb
perf: remove needless collect
1
perf
null
679,913
23.10.2021 12:27:34
-7,200
5a7b79e2028ae30f76f66ecd6a472707fc1ce449
docs(examples): update shader-ast-workers readme
[ { "change_type": "MODIFY", "diff": "[Live demo](http://demo.thi.ng/umbrella/shader-ast-workers/)\n-Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki.\n-\n-```bash\n-(cd examples/shader-ast-workers && yarn start)\n-\n-(cd examples...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): update shader-ast-workers readme
1
docs
examples
679,913
23.10.2021 12:29:49
-7,200
5e03ce65114466857e95bae0b38720982da19224
refactor(sax): update entity handling
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^8.0.3\",\n+ \"@thi.ng/strings\": \"^3.0.3\",\n\"@thi.ng/transducers\": \"^8.0.3\",\n\"@thi.ng/transducers-fsm\": \"^2.0.3\"\n},\n\"transducers-fsm\"\n],\n\"year\": 2018\n- },\n- \"gitHead\": \"3c5f903104da150588946a94bb118ad559...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(sax): update entity handling
1
refactor
sax
679,913
23.10.2021 12:38:01
-7,200
bf06b655393f1d08f8bab6d451ca8171ee71796f
feat(hiccup-svg): update numericAttribs() add `DEFAULT_NUMERIC_IDS` to always include in numericAttribs() now called automatically by fattribs(), no more explicit calls needed
[ { "change_type": "MODIFY", "diff": "@@ -17,16 +17,25 @@ export const fpoint = (p: Vec2Like) => ff(p[0]) + \",\" + ff(p[1]);\nexport const fpoints = (pts: Vec2Like[], sep = \" \") =>\npts ? pts.map(fpoint).join(sep) : \"\";\n+const DEFAULT_NUMERIC_IDS = [\n+ \"font-size\",\n+ \"opacity\",\n+ \"stroke-width\"...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-svg): update numericAttribs() - add `DEFAULT_NUMERIC_IDS` to always include in numericAttribs() - now called automatically by fattribs(), no more explicit calls needed
1
feat
hiccup-svg
679,913
23.10.2021 12:40:13
-7,200
04f426cef82e33f1b7133f373b57b13e896f941a
refactor(hdiff): update entity handling
[ { "change_type": "MODIFY", "diff": "import { diffArray } from \"@thi.ng/diff/array\";\n-import { escape } from \"@thi.ng/hiccup/escape\";\n+import { escapeEntities } from \"@thi.ng/strings/entities\";\nimport { padLeft } from \"@thi.ng/strings/pad-left\";\nconst FMT_LN = padLeft(4, \" \");\n@@ -57,7 +57,7 @...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdiff): update entity handling
1
refactor
hdiff
679,913
23.10.2021 12:41:05
-7,200
0899aed89fd691df4ddc5273995a579414f506d8
feat(random): add pickRandom()
[ { "change_type": "MODIFY", "diff": "\"./distributions/uniform\": {\n\"import\": \"./distributions/uniform.js\"\n},\n+ \"./pick-random\": {\n+ \"import\": \"./pick-random.js\"\n+ },\n\"./random-bytes\": {\n\"import\": \"./random-bytes.js\"\n},\n\"related\": [\n\"ksuid\"\n]\n- },\n- \"gitHead\": \"3c5f903104d...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(random): add pickRandom()
1
feat
random
603,467
23.10.2021 12:42:14
-3,600
a3442c432082327f9081c269c02141c73b2e4eb3
fix(protractor): replaced obsolete "Window", replaced by "Page" in
[ { "change_type": "DELETE", "diff": "-import { Question } from '@serenity-js/core';\n-\n-import { promiseOf } from '../../promiseOf';\n-import { BrowseTheWebWithProtractor } from '../abilities';\n-\n-export class Window {\n-\n- /**\n- * @desc\n- * Returns the size of the current browser window.\n- *\n- * @re...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(protractor): replaced obsolete "Window", replaced by "Page" in @serenity-js/web
1
fix
protractor
679,913
23.10.2021 12:53:03
-7,200
a5799040ae6244ffe2695623f400962285cc5df0
feat(rdom-canvas): add lifecycle events, canvas opts
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@thi.ng/adapt-dpi\": \"^2.0.3\",\n\"@thi.ng/api\": \"^8.0.3\",\n+ \"@thi.ng/associative\": \"^6.0.3\",\n\"@thi.ng/checks\": \"^3.0.3\",\n\"@thi.ng/hiccup-canvas\": \"^2.0.4\",\n\"@thi.ng/rdom\": \"^0.7.3\",\n],\n\"status\": \"alpha\",\n\"year\": 202...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rdom-canvas): add lifecycle events, canvas opts
1
feat
rdom-canvas
14,244
23.10.2021 14:02:38
-7,200
a47c4ca865bc0ce4361cff726b5342228e8d9dd3
docs(examples): add README to Twitter example
[ { "change_type": "MODIFY", "diff": "+# Autocomplete Twitter example with mentions typeahead\n+\n+This example shows a Twitter compose box with mentions typeahead powered by Autocomplete.\n+\n+<p align=\"center\"><img src=\"capture.png?raw=true\" alt=\"A capture of the Autocomplete Twitter example with menti...
TypeScript
MIT License
algolia/autocomplete
docs(examples): add README to Twitter example (#793)
1
docs
examples
217,237
23.10.2021 14:10:00
-10,800
ba0b46a087f4d23abce9830256412949e6f04546
review(feedback): apply suggestions (add lint rule)
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,8 @@ module.exports = {\nrules: {\n// Sometime harmful =(\n\"react/jsx-props-no-spreading\": 0,\n+ // For external links\n+ \"react/jsx-no-target-blank\": 2,\n\"linebreak-style\": [2, \"unix\"],\n},\nsettings: {\n", "new_path": "website/.eslintrc.js", "...
JavaScript
MIT License
feature-sliced/documentation
review(feedback): apply suggestions (add lint rule)
1
review
feedback
531,793
23.10.2021 14:24:28
-3,600
b0994fe868734ef181c1229c15ef31f0d3c0926c
fix(tests): fix failing test
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ func testReadConfig(t *testing.T) {\nvalue_re: \"\"\ngroup_name: \"\"\ngroup_value_re: \"\"\n- group_value_separator: \"\"\n+ group_value_separator: ' '\nbasicAuth:\nusers: []\nauthorization:\n", "new_path": "internal/config/config_test.go", "old...
TypeScript
Apache License 2.0
prymitive/karma
fix(tests): fix failing test
1
fix
tests
551,649
23.10.2021 14:55:02
-7,200
6b0c2575ff2962364fdad9d4a8e240a4f083ba0e
chore(ui): fix example query logic
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,8 @@ export enum BusEvent {\nMSG_EDITOR_EXECUTE_ALT = \"editor.execute.alt\",\nMSG_EDITOR_FOCUS = \"editor.focus\",\nMSG_EDITOR_SET = \"editor.set\",\n+ MSG_EDITOR_INSERT_COLUMN = \"editor.insert.column\",\n+ MSG_EDITOR_INSERT_QUERY = \"editor.insert.query\",...
Java
Apache License 2.0
questdb/questdb
chore(ui): fix example query logic (#1466)
1
chore
ui
151,430
23.10.2021 15:01:02
25,200
25299cf24b0b3af731c87fea1d12a549708f4e06
refactor: shrink serverside flush interval
[ { "change_type": "MODIFY", "diff": "@@ -80,7 +80,7 @@ function awsPinpointPlugin(pluginConfig = {}) {\nconst pinpointClient = initialize({\n...config,\n// flushInterval\n- flushInterval: config.flushInterval || 500,\n+ flushInterval: config.flushInterval || 200,\n// The title of the app that's recording the...
JavaScript
MIT License
davidwells/analytics
refactor: shrink serverside flush interval Signed-off-by: David Wells <>
1
refactor
null
151,430
23.10.2021 15:02:44
25,200
8b7c901e47d89d800e862f2e1f7c080d8de5b9ae
refactor: use inBrowser
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import createEventQueue from './helpers/create-event-queue'\nimport mergeEndpointData from './helpers/merge-endpoint-data'\nimport createPinpointSender from './helpers/create-pinpoint-sender'\nimport * as PINPOINT_EVENTS from './helpers/events'\n-import in...
JavaScript
MIT License
davidwells/analytics
refactor: use inBrowser Signed-off-by: David Wells <>
1
refactor
null
217,237
23.10.2021 15:22:17
-10,800
8e56d8e229d2549f9552e6bdaddafcbfd8075319
feat(navpointers): add local navpointers for sections
[ { "change_type": "MODIFY", "diff": "module.exports = {\n// By default, Docusaurus generates a sidebar from the docs folder structure\n// tutorialSidebar: [{ type: \"autogenerated\", dirName: \".\" }],\n+ // @see https://docusaurus.io/docs/sidebar#sidebar-item-category\ngetstartedSidebar: [{ type: \"autogene...
JavaScript
MIT License
feature-sliced/documentation
feat(navpointers): add local navpointers for sections
1
feat
navpointers
151,430
23.10.2021 15:33:23
25,200
5eba4d0fca9fd2c6cef3663d2b04b2f31856d16d
chore: test browser tests until mocks work
[ { "change_type": "MODIFY", "diff": "import test from 'ava'\nimport sinon from 'sinon'\n-import * as inBrowser from '../../../src/utils/in-browser'\n+// import * as inBrowser from '../../../src/utils/in-browser'\n+import { isBrowser } from '@analytics/type-utils'\nimport * as prepareData from '../../../src/p...
JavaScript
MIT License
davidwells/analytics
chore: test browser tests until mocks work Signed-off-by: David Wells <>
1
chore
null
217,237
23.10.2021 15:53:05
-10,800
3c0ae267d8e87ff65c7b258d9e9fa3279d828352
feat(navpointers): actualize descriptions
[ { "change_type": "MODIFY", "diff": "@@ -161,3 +161,10 @@ html img[alt*=\"w100\"] {\nfont-weight: bold;\ntext-transform: uppercase;\n}\n+\n+.summary {\n+ padding-bottom: 2rem;\n+ font-size: 1.25rem;\n+ color: var(--ifm-color-gray-600);\n+ border-bottom: 1px solid var(--ifm-color-gray-400);\n+}\n", "new_p...
JavaScript
MIT License
feature-sliced/documentation
feat(navpointers): actualize descriptions
1
feat
navpointers
815,577
23.10.2021 16:29:17
-28,800
2a986efcaa8f900c6904a5601a59a6874889df37
feat: increase yamux window size
[ { "change_type": "MODIFY", "diff": "@@ -849,6 +849,7 @@ impl<T: ExitHandler> NetworkService<T> {\nlet mut service_builder = ServiceBuilder::default();\nlet yamux_config = YamuxConfig {\nmax_stream_count: protocol_metas.len(),\n+ max_stream_window_size: 1024 * 1024,\n..Default::default()\n};\nfor meta in pro...
Rust
MIT License
nervosnetwork/ckb
feat: increase yamux window size
1
feat
null
386,581
23.10.2021 16:31:33
-7,200
b1b321e67582ebfaa0a594e4769eafe56001a40c
fix(deps): Update fastify dependencies.
[ { "change_type": "MODIFY", "diff": "@@ -5060,8 +5060,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/node-utils\", \"workspace:packages/nodeUtils\"],\n[\"babel-jest\", \"virtual:4a7337632ff6e9ee5a1c45a62a9ff4cc325a9367b21424babda93e269fe01b671e885bc41bdeebafb83c81f2a8eebbf010204335...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update fastify dependencies.
1
fix
deps
386,581
23.10.2021 16:33:00
-7,200
788da55ea39a7cb22919afffd4fd4eb611987dec
fix(deps): Update dependency to v7.15.0.
[ { "change_type": "MODIFY", "diff": "@@ -3102,10 +3102,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n}]\n]],\n[\"@elastic/elasticsearch\", [\n- [\"npm:7.13.0\", {\n- \"packageLocation\": \"./.yarn/cache/@elastic-elasticsearch-npm-7.13.0-5b187e9b28-a33fe16bc9.zip/node_modules/@elastic/elastic...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency @elastic/elasticsearch to v7.15.0.
1
fix
deps
386,581
23.10.2021 16:33:50
-7,200
c955a4caa9174f120ff376d7b4bf6dae9d1a06b3
fix(deps): Update dependency to v7.5.0.
[ { "change_type": "MODIFY", "diff": "@@ -4858,7 +4858,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/node-utils\", \"workspace:packages/nodeUtils\"],\n[\"@lowdefy/nunjucks\", \"workspace:packages/nunjucks\"],\n[\"@lowdefy/operators\", \"workspace:packages/operators\"],\n- [\"@sendg...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency @sendgrid/mail to v7.5.0.
1
fix
deps
386,581
23.10.2021 16:34:50
-7,200
08d5a57123d77e02483a4780780cd9246ddb27bd
fix(deps): Update dependency knex to v0.95.11.
[ { "change_type": "MODIFY", "diff": "@@ -4876,7 +4876,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"graphql-type-json\", \"virtual:7fa6405098723f150ab741c1e73c906de11a676b4cc641bac8b3397ea2dd6efbb913e72a780932220533241b442cc586b41b26c7b5ac786de486992cd2db054c#npm:0.3.2\"],\n[\"jest\", \"np...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency knex to v0.95.11.
1
fix
deps
386,581
23.10.2021 16:35:43
-7,200
c9acf42dc081c282c259afdd7c3d795b3920c682
fix(deps): Update dependency mssql to v7.2.1.
[ { "change_type": "MODIFY", "diff": "@@ -4880,7 +4880,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"mingo\", \"npm:4.1.2\"],\n[\"moment\", \"npm:2.29.1\"],\n[\"mongodb\", \"virtual:7fa6405098723f150ab741c1e73c906de11a676b4cc641bac8b3397ea2dd6efbb913e72a780932220533241b442cc586b41b26c7b5ac7...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency mssql to v7.2.1.
1
fix
deps
151,430
23.10.2021 16:36:45
25,200
3759cc9a855821410eed6894babc22a80ef8dcf5
fix: integrity check
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ function amplitudePlugin(pluginConfig = {}) {\nconfig: pluginConfig,\n// For Amplitude options, see https://amplitude.github.io/Amplitude-JavaScript/Options\ninitialize: ({ config }) => {\n- const { apiKey, customScriptSrc, options = {} } = config\n+ con...
JavaScript
MIT License
davidwells/analytics
fix: integrity check #226 Signed-off-by: David Wells <>
1
fix
null
386,581
23.10.2021 16:37:52
-7,200
5b28ee46833d283661e0492f92632531ee3fc14d
fix(deps): Update dependency openid-client to v4.9.1.
[ { "change_type": "MODIFY", "diff": "@@ -4458,7 +4458,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"cookie\", \"npm:0.4.1\"],\n[\"jest\", \"npm:26.6.3\"],\n[\"jsonwebtoken\", \"npm:8.5.1\"],\n- [\"openid-client\", \"npm:4.7.4\"],\n+ [\"openid-client\", \"npm:4.9.1\"],\n[\"webpack\", \"virt...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency openid-client to v4.9.1.
1
fix
deps
386,581
23.10.2021 16:38:42
-7,200
15c225c69a6e6a8d87a71be80ca5a0d2ff1b74a6
fix(deps): Updvate dependency aws-sdk to v2.1013.0.
[ { "change_type": "MODIFY", "diff": "@@ -4864,7 +4864,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"ajv-errors\", \"virtual:09ba37edd9db25b7821b7d2b2d2055c41a6ed7b7590f4f31cb08f11ca472be4a006b49e750b63bf1615697d9f5fdbcda49d5e649e3491c0b6490a9dc0dbedfa2#npm:1.0.1\"],\n[\"apollo-server\", \"...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Updvate dependency aws-sdk to v2.1013.0.
1
fix
deps
386,581
23.10.2021 16:40:10
-7,200
f04f7208d2e00e2f8d9d2418514ecbe2bbab5cbc
fix(deps): Update dependency axios to v0.23.0.
[ { "change_type": "MODIFY", "diff": "@@ -4735,7 +4735,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/node-utils\", \"workspace:packages/nodeUtils\"],\n[\"@lowdefy/nunjucks\", \"workspace:packages/nunjucks\"],\n[\"ajv\", \"npm:6.12.6\"],\n- [\"axios\", \"npm:0.21.4\"],\n+ [\"axios\"...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency axios to v0.23.0.
1
fix
deps
217,237
23.10.2021 16:40:27
-10,800
84d06a64fa80a971c187791b9be796fbfe83cd25
feat(navpointers): add semantic tags
[ { "change_type": "MODIFY", "diff": "@@ -168,3 +168,8 @@ html img[alt*=\"w100\"] {\ncolor: var(--ifm-color-gray-600);\nborder-bottom: 1px solid var(--ifm-color-gray-400);\n}\n+\n+.badge--violet {\n+ --ifm-badge-background-color: #5c21dd;\n+ --ifm-badge-border-color: var(--ifm-badge-background-color);\n+}\n",...
JavaScript
MIT License
feature-sliced/documentation
feat(navpointers): add semantic tags
1
feat
navpointers
386,581
23.10.2021 16:41:05
-7,200
5a8092303ecf1abe93c307396ddd2f2af5a04349
fix(deps): Update dependency chalk to v4.1.2.
[ { "change_type": "MODIFY", "diff": "@@ -10251,15 +10251,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n],\n\"linkType\": \"HARD\",\n}],\n- [\"npm:4.1.1\", {\n- \"packageLocation\": \"./.yarn/cache/chalk-npm-4.1.1-f1ce6bae57-036e973e66.zip/node_modules/chalk/\",\n- \"packageDependencies\": [\n...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency chalk to v4.1.2.
1
fix
deps
386,581
23.10.2021 16:41:43
-7,200
ea8300a2958b7cf74185446ba6503a2b15c49dc7
fix(deps): Update dependency chokidar to v3.5.2.
[ { "change_type": "MODIFY", "diff": "@@ -10370,21 +10370,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n}]\n]],\n[\"chokidar\", [\n- [\"npm:3.5.1\", {\n- \"packageLocation\": \"./.yarn/cache/chokidar-npm-3.5.1-205217279e-b7774e6e3a.zip/node_modules/chokidar/\",\n- \"packageDependencies\": [\n-...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency chokidar to v3.5.2.
1
fix
deps
386,581
23.10.2021 16:43:24
-7,200
48f881f653c3cdf35273619b8337f039c520a5f8
fix(deps): Update dependency query-string to v7.0.1.
[ { "change_type": "MODIFY", "diff": "@@ -4922,7 +4922,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"jest\", \"npm:26.6.3\"],\n[\"jest-diff\", \"npm:26.6.2\"],\n[\"lodash.merge\", \"npm:4.6.2\"],\n- [\"query-string\", \"npm:7.0.0\"]\n+ [\"query-string\", \"npm:7.0.1\"]\n],\n\"linkType\": \"...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency query-string to v7.0.1.
1
fix
deps
386,581
23.10.2021 16:44:03
-7,200
cc2e30a5a8bb4ce3569034b9ee6a3523602cbed2
fix(deps): Update dependency pg to v8.7.1.
[ { "change_type": "MODIFY", "diff": "@@ -4883,7 +4883,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"mssql\", \"npm:7.2.1\"],\n[\"mysql\", \"npm:2.18.1\"],\n[\"openid-client\", \"npm:4.9.1\"],\n- [\"pg\", \"virtual:dddca670fd0b7758fb2e1b1a3e18ac7ebd1ecd06ecdd7acec2b78bccf1d35802cb22904bfbb2...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency pg to v8.7.1.
1
fix
deps
386,581
23.10.2021 16:45:14
-7,200
cbcf3a7a8d4b336be9c25a913c00410703f231d5
fix: Update dependency mingo to v4.2.0.
[ { "change_type": "MODIFY", "diff": "@@ -4877,7 +4877,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"jest\", \"npm:26.6.3\"],\n[\"jsonwebtoken\", \"npm:8.5.1\"],\n[\"knex\", \"virtual:7fa6405098723f150ab741c1e73c906de11a676b4cc641bac8b3397ea2dd6efbb913e72a780932220533241b442cc586b41b26c7b5a...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Update dependency mingo to v4.2.0.
1
fix
null
386,581
23.10.2021 16:45:55
-7,200
d75e3965e25508b4d8e9db292514997b9ab30018
fix(deps): Update dependency stripe to v8.184.0.
[ { "change_type": "MODIFY", "diff": "@@ -4886,7 +4886,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"pg\", \"virtual:dddca670fd0b7758fb2e1b1a3e18ac7ebd1ecd06ecdd7acec2b78bccf1d35802cb22904bfbb233b16515a81f5cb819421786d20887823d98022b367036c1ad51#npm:8.7.1\"],\n[\"saslprep\", \"npm:1.0.3\"],...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency stripe to v8.184.0.
1
fix
deps
386,581
23.10.2021 16:46:32
-7,200
d79be06e3d1fe9c82dca4cbd9c53da065ceb711b
fix(deps): Update dependency yargs to v17.2.1.
[ { "change_type": "MODIFY", "diff": "@@ -5196,7 +5196,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"express\", \"npm:4.17.1\"],\n[\"graphql\", \"npm:15.5.0\"],\n[\"jest\", \"npm:26.6.3\"],\n- [\"yargs\", \"npm:17.1.0\"]\n+ [\"yargs\", \"npm:17.2.1\"]\n],\n\"linkType\": \"SOFT\",\n}]\n@@ -3...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency yargs to v17.2.1.
1
fix
deps
386,581
23.10.2021 16:47:50
-7,200
101ca3ca6b71c8415463db7b8c2249c058efd618
fix(deps): Update dependency reload to v3.2.0.
[ { "change_type": "MODIFY", "diff": "@@ -10985,13 +10985,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n],\n\"linkType\": \"HARD\",\n}],\n- [\"npm:6.1.0\", {\n- \"packageLocation\": \"./.yarn/cache/commander-npm-6.1.0-126b786d0f-658d4d650a.zip/node_modules/commander/\",\n- \"packageDependencie...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency reload to v3.2.0.
1
fix
deps
151,430
23.10.2021 16:52:04
25,200
0ced3688e02af8971830343593041d42f416c565
feat: add isEmail to types
[ { "change_type": "MODIFY", "diff": "@@ -156,6 +156,19 @@ console.log(isTruthy([])) // true\nconsole.log(isTruthy(function() { })) // true\n```\n+## `isEmail`\n+\n+Check if value is an email.\n+\n+```js\n+import { isEmail } from '@analytics/type-utils'\n+\n+console.log(isEmail('email@email.com'))\n+// true\n...
JavaScript
MIT License
davidwells/analytics
feat: add isEmail to types Signed-off-by: David Wells <>
1
feat
null
151,430
23.10.2021 16:57:05
25,200
c81174679f149e636b6bb02137e5bfbc9ea547dd
fix: Use userId or traits.email for intercom
[ { "change_type": "MODIFY", "diff": "+import { isEmail } from '@analytics/type-utils'\n+\nlet Intercom;\nif (!process.browser) {\n- Intercom = require(\"intercom-client\");\n+ Intercom = require('intercom-client');\n}\nconst defaultConfig = {\n/* Your intercom app id */\nappId: null,\n-};\n+}\n/**\n* Segment...
JavaScript
MIT License
davidwells/analytics
fix: #224 Use userId or traits.email for intercom Signed-off-by: David Wells <>
1
fix
null
151,430
23.10.2021 17:18:42
25,200
86b797b4c7aed93a4918f1524e75d960d1682d2c
feat: add support for session Id in amplitude
[ { "change_type": "MODIFY", "diff": "@@ -246,3 +246,42 @@ Below are additional implementation examples.\n<!-- AUTO-GENERATED-CONTENT:END (PLUGIN_DOCS) -->\n+\n+\n+## Setting Custom Session Ids\n+\n+You can set a session id like so\n+\n+```js\n+import Analytics from 'analytics'\n+import amplitudePlugin from '...
JavaScript
MIT License
davidwells/analytics
feat: add support for session Id in amplitude #203 Signed-off-by: David Wells <>
1
feat
null
386,581
23.10.2021 17:53:17
-7,200
016aa7e928963bbb6df9b3a90a80bb741c6066a7
chore: Update yarn sdks.
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"eslint\",\n- \"version\": \"7.27.0-sdk\",\n+ \"version\": \"8.1.0-sdk\",\n\"main\": \"./lib/api.js\",\n\"type\": \"commonjs\"\n}\n", "new_path": ".yarn/sdks/eslint/package.json", "old_path": ".yarn/sdks/eslint/package.json" }, { "change_type...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Update yarn sdks.
1
chore
null
217,237
23.10.2021 18:03:51
-10,800
82c7adf716201ad2af5139617b2aad28553180d1
feat(navpointers): add UIKIT#row implementation
[ { "change_type": "ADD", "diff": "+import React from \"react\";\n+import Link from \"@docusaurus/Link\";\n+import styles from \"./styles.module.css\";\n+\n+/**\n+ * Row card for linking\n+ * @see https://docusaurus.io/docs/next/markdown-features/react#importing-markdown\n+ */\n+export const Row = ({ title, d...
JavaScript
MIT License
feature-sliced/documentation
feat(navpointers): add UIKIT#row implementation
1
feat
navpointers
386,581
23.10.2021 18:31:01
-7,200
44c242960d81030c7a7210e63eaa15af98e005ad
chore: Fix webpack config.
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ module.exports = {\nentry: './demo/index.js',\nmode: 'development',\ndevServer: {\n- contentBase: path.join(__dirname, 'dist'),\n+ static: path.join(__dirname, 'dist'),\nport: 3001,\n},\n// webpack 5 support polyfills\n", "new_path": "packages/blockToo...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Fix webpack config.
1
chore
null
386,581
23.10.2021 18:40:09
-7,200
e5498834519961b1b61ca3c64a1a5fd5af75474e
fix(client): Refactor root components.
[ { "change_type": "MODIFY", "diff": "@@ -19,72 +19,16 @@ import { BrowserRouter, Route, Switch } from 'react-router-dom';\nimport { ErrorBoundary } from '@lowdefy/block-tools';\n-import createLogin from './auth/createLogin';\n-import createLogout from './auth/createLogout';\nimport DisplayMessage from './pag...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(client): Refactor root components.
1
fix
client
217,237
23.10.2021 18:53:12
-10,800
8a9524d04565861d05d165c9d000107279d53849
feat(navpointers): add icons for overview articles
[ { "change_type": "MODIFY", "diff": "@@ -173,3 +173,7 @@ html img[alt*=\"w100\"] {\n--ifm-badge-background-color: #5c21dd;\n--ifm-badge-border-color: var(--ifm-badge-background-color);\n}\n+\n+html[data-theme=dark] .badge--warning {\n+ --ifm-badge-background-color: var(--ifm-color-warning-dark);\n+}\n", ...
JavaScript
MIT License
feature-sliced/documentation
feat(navpointers): add icons for overview articles
1
feat
navpointers
217,237
23.10.2021 19:00:37
-10,800
826dd847789a60d494c56d71a8493fb10c3ffa1d
feat(navpointers): actualize pagination and positions
[ { "change_type": "MODIFY", "diff": "---\nsidebar_position: 7\nsidebar_class_name: sidebar-item--wip\n-pagination_next: reference/glossary\n+pagination_next: reference/index\n---\nimport WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n", "new_path": "website/i18n/ru/docusaurus-plugin-content-docs/current/co...
JavaScript
MIT License
feature-sliced/documentation
feat(navpointers): actualize pagination and positions
1
feat
navpointers
217,237
23.10.2021 19:25:42
-10,800
f2e1735464116ea065f377329e3f3e3c575a592a
feat(navpointers): actualize EN navpointers (order and pagination)
[ { "change_type": "MODIFY", "diff": "---\nsidebar_position: 1\n-pagination_prev: reference/knowledge-types\n---\n# Mission\n", "new_path": "website/i18n/en/docusaurus-plugin-content-docs/current/about/mission.md", "old_path": "website/i18n/en/docusaurus-plugin-content-docs/current/about/mission.md" ...
JavaScript
MIT License
feature-sliced/documentation
feat(navpointers): actualize EN navpointers (order and pagination)
1
feat
navpointers
217,237
23.10.2021 19:42:37
-10,800
1c9ca72dacbcc617a7c5cd484b837fe3fcf15108
fix(navpointers): fix broken links
[ { "change_type": "MODIFY", "diff": "@@ -34,6 +34,6 @@ import { BlockOutlined, ApiOutlined, ApartmentOutlined } from \"@ant-design/icons\n<Row\ntitle=\"Cross-communication\"\ndescription=\"Rules for scalable and efficient interaction of modules\"\n- to=\"/docs/concepts/cross-communitcation\"\n+ to=\"/docs/co...
JavaScript
MIT License
feature-sliced/documentation
fix(navpointers): fix broken links
1
fix
navpointers
217,237
23.10.2021 20:30:51
-10,800
bbbf1b2e473291906130a410254c045c9e31addc
review(navpointers): apply suggestion (editing)
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ pagination_prev: get-started/faq\n<span class=\"badge badge--primary margin-bottom--md\">PRACTICE-ORIENTED</span>\n<p class=\"summary\">\n-Practical guides and examples on the use of Feature Sliced. There is also describe migration guides and a handbook ...
JavaScript
MIT License
feature-sliced/documentation
review(navpointers): apply suggestion (editing)
1
review
navpointers
386,581
23.10.2021 20:37:12
-7,200
99ab5a92a0040e1caea7475fda95e18a38a90dc9
chore: fix eslint vscode sdk
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ const {existsSync} = require(`fs`);\nconst { createRequire, createRequireFromPath } = require(`module`);\nconst { resolve } = require(`path`);\n-const relPnpApiPath = \"../../../../.pnp.cjs\";\n+const relPnpApiPath = '../../../../.pnp.cjs';\nconst absPnpAp...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: fix eslint vscode sdk
1
chore
null
826,652
23.10.2021 20:38:20
-7,200
059a6f9241798b7dcffc03910f9bd319488a479a
fix: panic on macOS
[ { "change_type": "MODIFY", "diff": "@@ -194,7 +194,7 @@ require (\ngolang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect\ngolang.org/x/mod v0.4.2 // indirect\ngolang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 // indirect\n- golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect\n+ gola...
Go
Apache License 2.0
ory/keto
fix: panic on macOS
1
fix
null
826,652
23.10.2021 20:57:27
-7,200
5ba015ef2cbd89e962abe72ed1e8db030eab5339
ci: only check used dependencies for CVEs
[ { "change_type": "MODIFY", "diff": "@@ -81,7 +81,7 @@ jobs:\n- nancy/install\n- run: |\nexport PATH=$HOME/.bin:$PATH\n- go list -m all | grep -v github.com/ory/keto/proto | nancy sleuth -q\n+ go list -json -deps | nancy sleuth\n- goreleaser/install\n- goreleaser/check\n", "new_path": ".circleci/config.y...
Go
Apache License 2.0
ory/keto
ci: only check used dependencies for CVEs
1
ci
null
915,035
23.10.2021 20:59:33
-7,200
a483c333e205fa673dadbf409612ff1ba177204a
ci: nancy should check only used deps
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ orbs:\nslack: circleci/slack@3.4.2\nsdk: ory/sdk@0.1.43\nchangelog: ory/changelog@0.1.10\n- nancy: ory/nancy@0.0.18\n+ nancy: ory/nancy@0.0.19\ndocs: ory/docs@0.0.11\ngolangci: ory/golangci@0.0.18\ngo: circleci/go@1.5.0\n", "new_path": ".circleci/confi...
Go
Apache License 2.0
ory/hydra
ci: nancy should check only used deps
1
ci
null
915,035
23.10.2021 21:53:40
-7,200
da58453db1abf11ef120455b77a0edaec9952ed3
fix: upgrade regression
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ package migratest\nimport (\n\"context\"\n\"fmt\"\n+ \"os\"\n\"testing\"\n\"github.com/ory/x/configx\"\n@@ -62,7 +63,7 @@ func TestMigrations(t *testing.T) {\ndriver.DisableValidation(),\n)\n- tm := popx.NewTestMigrator(t, c, \"../migrations\", \"./testdat...
Go
Apache License 2.0
ory/hydra
fix: upgrade regression
1
fix
null
915,035
23.10.2021 22:30:14
-7,200
5881c1368b20fa7cd27e0142dcc6816ce96198e6
fix: sqlite regression
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ replace (\ngithub.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2\ngithub.com/luna-duclos/instrumentedsql => github.com/ory/instrumentedsql v1.2.0\ngithub.com/luna-duclos/instrumentedsql/opentracing => github.com/ory/instrumentedsql/opentracing v0.0.0...
Go
Apache License 2.0
ory/hydra
fix: sqlite regression
1
fix
null
386,595
23.10.2021 22:59:21
-7,200
5a4373172854e094f36753dd53823f26fdd84649
chore(blockDev): Fix tests and remove circular dependancy on block-tools.
[ { "change_type": "MODIFY", "diff": "@@ -4552,17 +4552,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n\"linkType\": \"HARD\",\n}]\n]],\n- [\"@emotion/css-prettifier\", [\n- [\"npm:1.0.0\", {\n- \"packageLocation\": \"./.yarn/cache/@emotion-css-prettifier-npm-1.0.0-c14c83a024-a3de555a49.zip/nod...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(blockDev): Fix tests and remove circular dependancy on block-tools.
1
chore
blockDev
386,595
23.10.2021 23:13:42
-7,200
3363135d19bb0683b3db1e8c3e61d33650ede010
fix(deps): Update dependency to v0.6.5.
[ { "change_type": "MODIFY", "diff": "@@ -5900,7 +5900,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@babel/preset-env\", \"virtual:ef041dcfb1a84323e84b33f148b44908e40798740b13580fd51cdd5f1fad53f80b7752a65dee444bedf9ec3a7529b8e94c59a28878b8dfe27a045663ef6ef0a9#npm:7.14.4\"],\n[\"@babel/pres...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency @wojtekmaj/enzyme-adapter-react-17 to v0.6.5.
1
fix
deps
386,595
23.10.2021 23:15:19
-7,200
7c22b1567f1ca4fd7329c8c5adfc0750514bd02d
fix(deps): Update dependency dompurify to v2.3.3.
[ { "change_type": "MODIFY", "diff": "@@ -5946,7 +5946,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"clean-webpack-plugin\", \"virtual:22157ea722f8d6428f1fcf0a6f7f6c7d6b902d9c785256c60a65fe6cd0db76ebccc7c1457ee047df0ba6909ff018e300c4f4957a60f5b670089810dfc417af9b#npm:4.0.0\"],\n[\"create-em...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency dompurify to v2.3.3.
1
fix
deps
386,595
23.10.2021 23:21:10
-7,200
96016f5d3cb9fb01fcc279e8eefcc8f6fe5b05c4
fix(deps): Update dependency less to v4.1.2.
[ { "change_type": "MODIFY", "diff": "@@ -5998,7 +5998,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"jest\", \"npm:26.6.3\"],\n[\"jest-serializer-html\", \"npm:7.0.0\"],\n[\"js-yaml\", \"npm:4.1.0\"],\n- [\"less\", \"npm:3.13.0\"],\n+ [\"less\", \"npm:4.1.2\"],\n[\"less-loader\", \"virtual:...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency less to v4.1.2.
1
fix
deps
386,595
23.10.2021 23:29:57
-7,200
da29ab72f0d099f35f0f82f6aba64a79b79278a8
chore(blockTools): Fix test imports.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n+import { runRenderTests } from '@lowdefy/block-dev';\n+\nimport examples from '../../demo/examples/Skeleton.yaml';\n-import runRenderTests from '../runRenderTests';\nimport Skeleton from './Skeleton';\nrunRenderTests({ examples, Block:...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(blockTools): Fix test imports.
1
chore
blockTools
915,035
23.10.2021 23:52:43
-7,200
f9506dbc0ba15dd883ae5c86bab627e3261e24fd
fix: ignore dockertest in sdk generator
[ { "change_type": "MODIFY", "diff": "@@ -100,7 +100,7 @@ mocks: .bin/mockgen\n# Generates the SDKs\n.PHONY: sdk\nsdk: .bin/ory\n- swagger generate spec -m -o ./spec/api.json -x internal/httpclient -x gopkg.in/square/go-jose.v2\n+ swagger generate spec -m -o ./spec/api.json -x internal/httpclient -x github.co...
Go
Apache License 2.0
ory/hydra
fix: ignore dockertest in sdk generator
1
fix
null
530,289
24.10.2021 04:46:48
25,200
a5e06e0bc8008460133a29d7f2b748ac346a5b19
chore: add unit test for
[ { "change_type": "MODIFY", "diff": "@@ -452,7 +452,7 @@ export class Project {\nconst realTmp = realpathSync(tmpdir());\nif (realCwd.startsWith(realTmp)) {\n- return realCwd;\n+ return path.resolve(realCwd, outdirOption ?? '.');\n}\nreturn mkdtempSync(path.join(tmpdir(), 'projen.'));\n", "new_path": "sr...
TypeScript
Apache License 2.0
projen/projen
chore: add unit test for #1165 (#1166) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1
chore
null
151,430
24.10.2021 12:24:58
25,200
030af04ffcd036c8b5b45f55b5fd9d163df45e8e
fix: iife semicolon
[ { "change_type": "MODIFY", "diff": "@@ -51,10 +51,10 @@ function amplitudePlugin(pluginConfig = {}) {\nconst scriptSrc = customScriptSrc ? customScriptSrc : 'https://cdn.amplitude.com/libs/amplitude-8.1.0-min.gz.js'\n// Fix https://bit.ly/3m7EBGi\n- const integrity = integritySha || 'sha384-u0hlTAJ1tNefeBKw...
JavaScript
MIT License
davidwells/analytics
fix: iife semicolon Signed-off-by: David Wells <>
1
fix
null
151,430
24.10.2021 12:29:23
25,200
70e7c1d0b91f095d1b0685bbfa1ce0fdcd4e3578
fix: integrity sha
[ { "change_type": "MODIFY", "diff": "@@ -50,8 +50,14 @@ function amplitudePlugin(pluginConfig = {}) {\n}\nconst scriptSrc = customScriptSrc ? customScriptSrc : 'https://cdn.amplitude.com/libs/amplitude-8.1.0-min.gz.js'\n+\n// Fix https://bit.ly/3m7EBGi\n- const integrity = integritySha || 'sha384-u0hlTAJ1tNe...
JavaScript
MIT License
davidwells/analytics
fix: integrity sha Signed-off-by: David Wells <>
1
fix
null
151,430
24.10.2021 12:33:18
25,200
44931cfa44b8a09ff73bc4f812d4c49211a33520
docs: add comments on integrity check
[ { "change_type": "MODIFY", "diff": "@@ -54,8 +54,10 @@ function amplitudePlugin(pluginConfig = {}) {\n// Fix https://bit.ly/3m7EBGi\nlet integrity\nif (integritySha) {\n+ // Use custom sha if provided\nintegrity = integritySha\n} else if (!customScriptSrc) {\n+ // Use default 'https://cdn.amplitude.com/libs...
JavaScript
MIT License
davidwells/analytics
docs: add comments on integrity check Signed-off-by: David Wells <>
1
docs
null
14,244
24.10.2021 14:35:57
-7,200
d3fc93700a4b0cc44d280dfac4b47a5f471f30b5
docs(examples): fix demo link
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ This example shows how to build an Autocomplete [plugin](https://www.algolia.com\n## Demo\n-[Access the demo](https://codesandbox.io/s/github/algolia/autocomplete/tree/master/examples/github-repositories-custom-plugin)\n+[Access the demo](https://codesandb...
TypeScript
MIT License
algolia/autocomplete
docs(examples): fix demo link (#796)
1
docs
examples
217,237
24.10.2021 15:13:50
-10,800
6fe72c7de9451267522b688548ae28d3af9ff2a1
hotfix(adaptive): setup media-queries for small screens
[ { "change_type": "MODIFY", "diff": "@@ -177,3 +177,25 @@ html img[alt*=\"w100\"] {\nhtml[data-theme=dark] .badge--warning {\n--ifm-badge-background-color: var(--ifm-color-warning-dark);\n}\n+\n+/* FIXME: temp hack for adaptive-layout! */\n+\n+@media (max-width: 1080px) {\n+ .navbar__brand {\n+ margin-right:...
JavaScript
MIT License
feature-sliced/documentation
hotfix(adaptive): setup media-queries for small screens
1
hotfix
adaptive
815,577
24.10.2021 15:39:34
-28,800
b983131c44bccc040d1f8bc57c028e24905d4616
fix: limit proposal respond size
[ { "change_type": "MODIFY", "diff": "-use crate::relayer::Relayer;\n+use crate::relayer::{Relayer, MAX_RELAY_TXS_BYTES_PER_BATCH};\nuse crate::utils::send_message_to;\n-use crate::{Status, StatusCode};\n+use crate::{attempt, Status, StatusCode};\nuse ckb_logger::debug_target;\nuse ckb_network::{CKBProtocolCo...
Rust
MIT License
nervosnetwork/ckb
fix: limit proposal respond size
1
fix
null
915,035
24.10.2021 16:42:31
-7,200
ff0a43ec66520dd97970f67c4c33cd6e71e5bbc8
fix: resolve panic caused by new prometheus library
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ require (\ngithub.com/ory/go-acc v0.2.6\ngithub.com/ory/graceful v0.1.1\ngithub.com/ory/herodot v0.9.12\n- github.com/ory/x v0.0.301\n+ github.com/ory/x v0.0.302\ngithub.com/pborman/uuid v1.2.1\ngithub.com/phayes/freeport v0.0.0-20180830031419-95f893ade6...
Go
Apache License 2.0
ory/hydra
fix: resolve panic caused by new prometheus library
1
fix
null
317,646
24.10.2021 18:42:01
-7,200
eca24bebcce3ff429296e68c115dd27cea6d9f18
fix: inherit Transparent when no parent
[ { "change_type": "MODIFY", "diff": "@@ -137,9 +137,15 @@ func (a *AnsiColor) write(background, foreground, text string) {\nif background == Inherit && a.Parent != nil {\nbackground = a.Parent.Background\n}\n+ if background == Inherit && a.Parent == nil {\n+ background = Transparent\n+ }\nif foreground == In...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: inherit Transparent when no parent
1
fix
null
317,646
24.10.2021 19:04:18
-7,200
7e5b9fa72505eb6562e13b247df62e8f371ba65f
feat(python): default to home enabled and environment resolves
[ { "change_type": "MODIFY", "diff": "@@ -71,6 +71,8 @@ type language struct {\nloadContext loadContext\ninContext inContext\nmatchesVersionFile matchesVersionFile\n+ homeEnabled bool\n+ displayMode string\n}\nconst (\n@@ -121,13 +123,16 @@ func (l *language) enabled() bool {\ninHomeDir := func() bool {\nretu...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(python): default to home enabled and environment resolves #1104
1
feat
python
667,636
24.10.2021 21:40:00
-28,800
09ca37c658b05bf55d4514f60aff02012b61941a
feat(hippy-vue): add getElemCss function
[ { "change_type": "MODIFY", "diff": "@@ -517,6 +517,7 @@ function updateWithChildren(parentNode) {\n}\nexport {\n+ getCssMap,\nrenderToNative,\nrenderToNativeWithChildren,\ninsertChild,\n", "new_path": "packages/hippy-vue/src/renderer/native/index.js", "old_path": "packages/hippy-vue/src/renderer/nat...
C++
Apache License 2.0
tencent/hippy
feat(hippy-vue): add getElemCss function
1
feat
hippy-vue
104,844
25.10.2021 08:31:23
14,400
cb7f0b08ebe3d3f680a9e9870b5226ef6d70bcc9
chore(test-app): double bracket if statement
[ { "change_type": "MODIFY", "diff": "@@ -79,4 +79,4 @@ jobs:\n- name: Serve app\nif: ${{ success() }}\n- run: timeout 2m bash dist/src/utils/serveTestApp.sh || status=\"$?\" if [ \"$status\" -ne 124 ]; then exit $status; else exit 0; fi\n+ run: timeout 2m bash dist/src/utils/serveTestApp.sh || status=\"$?\" ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): double bracket if statement
1
chore
test-app
865,939
25.10.2021 09:42:00
-7,200
2daedd2b35199409be79c4cefa7f2eca8c62e7a3
feat(client): wrap toggle in `form-group` div Related to camunda/cloud-connect-modeler-plugin/issues/48
[ { "change_type": "MODIFY", "diff": "@@ -23,13 +23,14 @@ export default function ToggleSwitch(props) {\n} = props;\nreturn (\n+ <div className=\"form-group\">\n<div className=\"custom-control-toggle\" data-entry-id={ id }>\n<div className=\"toggle-switch\">\n<label className=\"label\"\nhtmlFor={ id }>\n{ lab...
JavaScript
MIT License
camunda/camunda-modeler
feat(client): wrap toggle in `form-group` div Related to camunda/cloud-connect-modeler-plugin/issues/48
1
feat
client
71,239
25.10.2021 09:47:16
14,400
e063fbd3a31bdce046b2598e4a429c45d016f055
feat(route53): Expose VpcEndpointServiceDomainName domain name as a property I want to be able to read the domain name associated with the object. *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,11 @@ export class VpcEndpointServiceDomainName extends CoreConstruct {\n// Track all domain names created, so someone doesn't accidentally associate two domains with a single service\nprivate static readonly endpointServicesMap: { [endpointService: string]: ...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(route53): Expose VpcEndpointServiceDomainName domain name as a property (#16458) I want to be able to read the domain name associated with the object. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
route53
866,394
25.10.2021 10:17:16
14,400
57ab83469c9ab47c7c4cc261a3ab1a87ebb30d81
chore(support): update fireline team for sprint 22 ### Related Ticket(s) No related issue ### Description This updates the fireline roster for receiving notifications for new issues for sprint 22. ### Changelog **Changed** issue template asignees
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ description:\nSomething isn't working as expected? Here is the right place to report.\ntitle: '[YOUR TITLE]: Brief description'\nassignees:\n- - jeffchew,ljcarot,shixiedesign,RobertaJHahn,oliviaflory,kennylam,emyarod\n+ - jeffchew,ljcarot,shixiedesign,Robe...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(support): update fireline team for sprint 22 (#7498) ### Related Ticket(s) No related issue ### Description This updates the fireline roster for receiving notifications for new issues for sprint 22. ### Changelog **Changed** - issue template asignees
1
chore
support
141,508
25.10.2021 10:24:16
-39,600
0a1d4c971ff5b4cb10294d9084c3d00e444eed30
fix: Convert divs in Avatar to spans
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,7 @@ export const Avatar = ({\n</span>\n)\nreturn (\n- <div\n+ <span\nclassName={cx(styles.wrapper, styles[size], {\n[styles.personal]:\nisCurrentUser && (avatarState === \"none\" || avatarState === \"error\"),\n@@ -109,7 +109,7 @@ export const Avatar = ({\n(...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Convert divs in Avatar to spans (#2120)
1
fix
null
915,035
25.10.2021 11:19:07
-7,200
f38511fe38674977691a1d644c2f0879ec9153c4
fix: resolve prometheus panic
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ require (\ngithub.com/ory/go-acc v0.2.6\ngithub.com/ory/graceful v0.1.1\ngithub.com/ory/herodot v0.9.12\n- github.com/ory/x v0.0.302\n+ github.com/ory/x v0.0.303\ngithub.com/pborman/uuid v1.2.1\ngithub.com/phayes/freeport v0.0.0-20180830031419-95f893ade6...
Go
Apache License 2.0
ory/hydra
fix: resolve prometheus panic
1
fix
null
791,255
25.10.2021 11:21:47
25,200
080edd168e7c269e0d5cbc0c206c67614e144a37
chore(bigquery): re-enable load test Fixes:
[ { "change_type": "MODIFY", "diff": "@@ -1951,7 +1951,6 @@ func TestIntegration_QueryStatistics(t *testing.T) {\n}\nfunc TestIntegration_Load(t *testing.T) {\n- t.Skip(\"https://github.com/googleapis/google-cloud-go/issues/4418\")\nif client == nil {\nt.Skip(\"Integration tests skipped\")\n}\n", "new_pat...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(bigquery): re-enable load test (#5025) Fixes: https://github.com/googleapis/google-cloud-go/issues/4418
1
chore
bigquery
780,866
25.10.2021 11:42:04
10,800
250b6ef893c9bcc555a6bba0c603d1d39cbe1cd4
fix(template/cms): remove not available `superhero` bootswatch theme option
[ { "change_type": "MODIFY", "diff": "@@ -174,10 +174,6 @@ export default ({ baseDir }) => ({\nlabel: 'Spacelab',\nvalue: 'spacelab'\n},\n- {\n- label: 'Superhero',\n- value: 'superhero'\n- },\n{\nlabel: 'United',\nvalue: 'united'\n", "new_path": "@ecomplus/storefront-template/template/js/netlify-cms/base...
JavaScript
MIT License
ecomplus/storefront
fix(template/cms): remove not available `superhero` bootswatch theme option
1
fix
template/cms
791,323
25.10.2021 11:55:35
25,200
cdf958864e278bb394cc548cb5f15ad08859f347
fix(pubsub): tag ctx in iterator with subscription for opencensus
[ { "change_type": "MODIFY", "diff": "@@ -92,6 +92,7 @@ func newMessageIterator(subc *vkit.SubscriberClient, subName string, po *pullOpt\nnackTicker := time.NewTicker(100 * time.Millisecond)\npingTicker := time.NewTicker(30 * time.Second)\ncctx, cancel := context.WithCancel(context.Background())\n+ cctx = wit...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(pubsub): tag ctx in iterator with subscription for opencensus (#5011)
1
fix
pubsub
306,638
25.10.2021 12:12:31
-19,080
a7dcb0a9302bddf23222a9e6ab3cbf8293db2bb1
chore(changelog): adds changelog for v2.5.0
[ { "change_type": "MODIFY", "diff": "-## 2.5.0-4 (2021-10-17)\n-### Highlights\n-NA\n-\n-### Breaking changes\n-NA\n-\n-### Migration guide\n-NA\n-\n-### Deprecations\n-NA\n-\n-### Features\n-NA\n-\n-### Fixes\n-NA\n-\n-### Improvements\n-* Improved test coverage to cover more than 92% of the code base.\n-##...
TypeScript
MIT License
innovaccer/design-system
chore(changelog): adds changelog for v2.5.0
1
chore
changelog
730,491
25.10.2021 12:14:45
-3,600
668a44413f8e12e701f0fec9e1cddee2c56de1cd
feat(dial-out): call me functionality
[ { "change_type": "MODIFY", "diff": "@@ -1220,6 +1220,7 @@ export const METRICS_OPERATIONAL_MEASURES = {\nSET_MEETING_QUALITY_FAILURE: 'js_sdk_set_meeting_quality_failures',\nSTOP_FLOOR_REQUEST_FAILURE: 'js_sdk_stop_floor_request_failures',\nADD_DIAL_IN_FAILURE: 'js_sdk_add_dial_in_failure',\n+ ADD_DIAL_OUT_...
JavaScript
MIT License
webex/webex-js-sdk
feat(dial-out): call me functionality
1
feat
dial-out
104,844
25.10.2021 12:32:21
14,400
e68bb4a76793dde83730551490e5708c758c6d34
chore(test-app): missing semicolon
[ { "change_type": "MODIFY", "diff": "@@ -79,4 +79,4 @@ jobs:\n- name: Serve app\nif: ${{ success() }}\n- run: timeout 2m bash dist/src/utils/serveTestApp.sh || status=\"$?\" if [[ \"$status\" -ne 124 ]]; then exit $status; else exit 0; fi\n+ run: timeout 2m bash dist/src/utils/serveTestApp.sh || CODE=\"$?\";...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): missing semicolon
1
chore
test-app
277,273
25.10.2021 12:49:15
25,200
b89a81fd2ac443b07a7fa314c5a65ef7b9341292
perf: Add LRU cache to keychain. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ require (\ngithub.com/coreos/go-oidc v2.2.1+incompatible\ngithub.com/google/uuid v1.1.2\ngithub.com/gorilla/websocket v1.4.2\n+ github.com/hashicorp/golang-lru v0.5.4 // indirect\ngithub.com/lo5/sqlite3 v0.1.0 // indirect\ngithub.com/pquerna/cachecontrol v...
Python
Apache License 2.0
h2oai/wave
perf: Add LRU cache to keychain. Fixes #1089
1
perf
null
104,844
25.10.2021 13:51:55
14,400
93b0bab081f77a928898007b709a277d35709672
chore(test-app): passing but not seeing confirmation log /debugging
[ { "change_type": "MODIFY", "diff": "@@ -79,4 +79,4 @@ jobs:\n- name: Serve app\nif: ${{ success() }}\n- run: timeout 2m bash dist/src/utils/serveTestApp.sh || CODE=\"$?\"; if [[ \"$CODE\" -ne 124 ]]; then exit $CODE; else exit 0; fi\n+ run: timeout 2m npx serve -s ../../../test-app/build || CODE=\"$?\"; if ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): passing but not seeing confirmation log /debugging
1
chore
test-app
679,913
25.10.2021 13:54:27
-7,200
1f2bbe31930e478d86db344c88162c7cb4ce9688
ci: update min node version
[ { "change_type": "MODIFY", "diff": "@@ -20,5 +20,5 @@ jobs:\n- uses: actions/checkout@v2\n- uses: actions/setup-node@v1\nwith:\n- node-version: \">=16.0.0\"\n+ node-version: \">=16.9.0\"\n- run: yarn test\n", "new_path": ".github/workflows/test.yml", "old_path": ".github/workflows/test.yml" } ]
TypeScript
Apache License 2.0
thi-ng/umbrella
ci: update min node version
1
ci
null
277,273
25.10.2021 13:57:41
25,200
5703c73f8a9cc235ba19d2660655e45a366ee872
perf: Skip writes if -editable is not set, and app is set to unicast mode. Closes
[ { "change_type": "MODIFY", "diff": "@@ -61,6 +61,7 @@ type Sub struct {\n// Broker represents a message broker.\ntype Broker struct {\nsite *Site\n+ editable bool\nclients map[string]map[*Client]interface{} // route => client-set\npublish chan Pub\nsubscribe chan Sub\n@@ -70,9 +71,10 @@ type Broker struct {...
Python
Apache License 2.0
h2oai/wave
perf: Skip writes if -editable is not set, and app is set to unicast mode. Closes #464
1
perf
null
679,913
25.10.2021 14:17:08
-7,200
32d77cf0954986d2acc4487c81780cce41c2eeb0
fix(hdiff): migrate CLI to TS, update wrapper
[ { "change_type": "ADD", "diff": "+#!/usr/bin/env bash\n+\n+# https://stackoverflow.com/a/246128/294515\n+SOURCE=\"${BASH_SOURCE[0]}\"\n+while [ -h \"$SOURCE\" ]; do\n+ DIR=\"$( cd -P \"$( dirname \"$SOURCE\" )\" >/dev/null 2>&1 && pwd )\"\n+ SOURCE=\"$(readlink \"$SOURCE\")\"\n+ [[ $SOURCE != /* ]] && SOURC...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(hdiff): migrate CLI to TS, update wrapper
1
fix
hdiff
104,844
25.10.2021 14:43:00
14,400
eaa653b60fb53be034f2e2b39870d6affab6ce43
chore(test-app): install node for combine step for test coverage
[ { "change_type": "MODIFY", "diff": "@@ -79,4 +79,4 @@ jobs:\n- name: Serve app\nif: ${{ success() }}\n- run: timeout 2m npx serve -s ../../../test-app/build || CODE=\"$?\"; if [[ \"$CODE\" -ne 124 ]]; then exit $CODE; else exit 0; fi\n+ run: timeout 40s npx serve -s ../../../test-app/build || CODE=\"$?\"; i...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): install node for combine step for test coverage
1
chore
test-app
699,201
25.10.2021 14:43:22
25,200
e1fc74a56ca06511d1182ad72a0605e10905b909
fix(button): remove extra padding for invisible children
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/button': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Button]: Fix bug that was adding extra padding when Screen Reader Only was passed as a child.\n", "new_path": ".changeset/hip-actors-listen.md", "old_path": null }, { "change_type"...
TypeScript
MIT License
twilio-labs/paste
fix(button): remove extra padding for invisible children
1
fix
button
332,718
25.10.2021 14:44:59
-3,600
bbd55dd139d0afe9c1951e2d5988871b53303573
fix(semver): resolve boolean arguments correctly Fixes
[ { "change_type": "MODIFY", "diff": "@@ -119,12 +119,13 @@ describe(executePostTargets.name, () => {\n});\n});\n- fit('should forward and resolve options', (done) => {\n+ it('should forward and resolve options', (done) => {\nmockReadTargetOptions.mockReturnValueOnce({\noptionA: 'optionA',\nversion: '${versio...
TypeScript
MIT License
jscutlery/semver
fix(semver): resolve boolean arguments correctly Fixes #353
1
fix
semver
104,844
25.10.2021 14:50:56
14,400
fd779d133e2dc6ff40b99398ce0e29140326c7a6
chore(test-app): fix syntax in test action
[ { "change_type": "MODIFY", "diff": "@@ -166,9 +166,9 @@ jobs:\nuses: actions/download-artifact@v2\n- name: Copy, combine, and report coverage\n- with:\n- base-path: 'packages/react'\n- run: yarn reports\n+ run: |\n+ cd packages/react\n+ yarn reports\n- name: Coveralls\nuses: coverallsapp/github-action@maste...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): fix syntax in test action
1
chore
test-app
551,648
25.10.2021 14:59:00
-10,800
fa83752f222790dd0c3d8902c15a0a49d5091a03
docs: remove concrete version from contrib readme
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,7 @@ mvn clean package -DskipTests -P build-web-console\nYou can then run QuestDB with:\n```bash\n-java -p core/target/questdb-6.0.4-SNAPSHOT.jar -m io.questdb/io.questdb.ServerMain -d <root_dir>\n+java -p core/target/questdb-<version>-SNAPSHOT.jar -m io.ques...
Java
Apache License 2.0
questdb/questdb
docs: remove concrete version from contrib readme (#1471)
1
docs
null
777,367
25.10.2021 15:01:56
14,400
1a51bcd18fd7f4e3ca6a4ed67a2972c9dec998de
docs: update sphinx theme
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,7 @@ build: build-examples build-helm attributions.txt\n.PHONY: clean\nclean:\nrm -rf site\n+ rm -f attributions.txt\n.PHONY: pre-publish\npre-publish:\n", "new_path": "docs/Makefile", "old_path": "docs/Makefile" }, { "change_type": "ADD", ...
Python
Apache License 2.0
determined-ai/determined
docs: update sphinx theme (#3110)
1
docs
null
877,015
25.10.2021 15:06:48
-7,200
b1078aaf3c8764d3246efe7a5e9b984b2fe99a31
chore: upgrade nx, lit and eslint dependencies
[ { "change_type": "MODIFY", "diff": "\"@babel/core\": \"^7.14.8\",\n\"@commitlint/cli\": \"^13.1.0\",\n\"@commitlint/config-conventional\": \"^13.1.0\",\n- \"@nrwl/cli\": \"^12.7.1\",\n+ \"@nrwl/cli\": \"^13.0.2\",\n\"@nrwl/nx-cloud\": \"^12.3.10\",\n- \"@nrwl/tao\": \"^12.7.1\",\n- \"@nrwl/workspace\": \"^1...
JavaScript
Apache License 2.0
decathlon/vitamin-web
chore: upgrade nx, lit and eslint dependencies
1
chore
null
667,636
25.10.2021 15:17:22
-28,800
802f92443d64e047c41456f6611d563de7e7f2e9
feat(hippy-react): add global bubbles config
[ { "change_type": "MODIFY", "diff": "@@ -4,4 +4,8 @@ import App from './app';\nnew Hippy({\nappName: 'Demo',\nentryPage: App,\n+ // set bubbles, default is false\n+ bubbles: true,\n+ // set log output, default is false\n+ silent: false,\n}).start();\n", "new_path": "examples/hippy-react-demo/src/main.js"...
C++
Apache License 2.0
tencent/hippy
feat(hippy-react): add global bubbles config
1
feat
hippy-react
667,713
25.10.2021 15:26:10
-28,800
6052d0a22f1a95c4918a6111f9ee5d2e4a81ff44
refactor(android): call back support recommend value type
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,8 @@ import com.tencent.mtt.hippy.common.HippyArray;\nimport com.tencent.mtt.hippy.common.HippyJsException;\nimport com.tencent.mtt.hippy.common.HippyMap;\nimport com.tencent.mtt.hippy.modules.HippyModuleManager;\n+import com.tencent.mtt.hippy.runtime.builtin...
C++
Apache License 2.0
tencent/hippy
refactor(android): call back support recommend value type
1
refactor
android