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
841,544
17.01.2022 12:06:31
-19,080
2352920889c217be41dd5d18c2af6088e1cd0473
feat(es/compat): Use remove useless source map entries generated by `classes`
[ { "change_type": "MODIFY", "diff": "@@ -416,14 +416,19 @@ where\nif let Some(ref super_class_ident) = super_class_ident {\n// inject helper methods\n+ let mut class_name_sym = class_name.clone();\n+ class_name_sym.span = DUMMY_SP;\n+ class_name_sym.span.ctxt = class_name.span.ctxt;\n+\n+ let mut super_class...
Rust
Apache License 2.0
swc-project/swc
feat(es/compat): Use remove useless source map entries generated by `classes` (#3242)
1
feat
es/compat
865,917
17.01.2022 12:10:16
-3,600
ae72af9e891f5d41b33d3dc21ea471c961f674d0
chore(overlay-dropdown): set click handler to button child
[ { "change_type": "MODIFY", "diff": "@@ -220,7 +220,7 @@ describe('<TabContextAction>', function() {\ntree.find('button').simulate('click');\n// when\n- const item = tree.find('Overlay li').at(index);\n+ const item = tree.find('Overlay li button').at(index);\nitem.simulate('click');\n// then\n@@ -241,7 +241,...
JavaScript
MIT License
camunda/camunda-modeler
chore(overlay-dropdown): set click handler to button child
1
chore
overlay-dropdown
869,309
17.01.2022 12:20:31
-3,600
ac03e2008564b3dcc78db4374e3981da188510e2
fix: fix wrong address
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ class Osmosis extends Driver {\nbaseReference: ticker.base_address,\nquote: ticker.quote_symbol,\nquoteName: quote ? quote.name : undefined,\n- quoteReference: ticker.base_address,\n+ quoteReference: ticker.quote_address,\nclose: parseToFloat(ticker.pric...
JavaScript
MIT License
coinranking/exchanges
fix: fix wrong address
1
fix
null
141,584
17.01.2022 12:31:20
-37,080
5b5cb8cd8e8c28c9ad997549a554259a543c9664
fix: explicitly set border-bottom: none on Avatar component
[ { "change_type": "MODIFY", "diff": "@@ -81,6 +81,10 @@ $avatar-xxl: 7.75rem;\n& .initials {\ntext-decoration: none;\nspeak-as: spell-out;\n+\n+ // to override materialize.css global styling in performance-ui,\n+ // which sets a border-bottom on abbr tags\n+ border-bottom: none;\n}\n}\n", "new_path": "dr...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: explicitly set border-bottom: none on Avatar component (#2403) Co-authored-by: ayden.aba <ayden.aba@cultureamp.com>
1
fix
null
129,380
17.01.2022 12:40:08
18,000
9f0e326b5e9bbeef14949a0aeb52004a81147583
docs: add Why not CalVer to FAQ
[ { "change_type": "MODIFY", "diff": "@@ -86,3 +86,28 @@ git commit -m \"revert: foo bar\"\nThis error was caused by a Python bug on Windows. It's been fixed by [this PR](https://github.com/python/cpython/pull/22017), and according to Python's changelog, [3.8.6rc1](https://docs.python.org/3.8/whatsnew/changel...
Python
MIT License
commitizen-tools/commitizen
docs: add Why not CalVer to FAQ
1
docs
null
865,939
17.01.2022 13:00:45
-3,600
7d41f501e83fa2bcf4ea27cd121fcce2061fc840
feat(deploy): allow deploy for platform forms Closes
[ { "change_type": "MODIFY", "diff": "@@ -654,7 +654,8 @@ function isCamundaTab(tab) {\nreturn tab && [\n'bpmn',\n'cmmn',\n- 'dmn'\n+ 'dmn',\n+ 'form'\n].includes(tab.type);\n}\n", "new_path": "client/src/plugins/camunda-plugin/deployment-tool/DeploymentTool.js", "old_path": "client/src/plugins/camund...
JavaScript
MIT License
camunda/camunda-modeler
feat(deploy): allow deploy for platform forms Closes #2498
1
feat
deploy
841,421
17.01.2022 13:38:10
-32,400
a282146f7fb9d9672b2debecc1f728eaac0239c4
chore: Publish `v1.2.130`
[ { "change_type": "MODIFY", "diff": "@@ -4039,7 +4039,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.129\"\n+version = \"1.2.130\"\ndependencies = [\n\"anyhow\",\n\"console_error_panic_hook\",\n", "new_path": "Cargo.loc...
Rust
Apache License 2.0
swc-project/swc
chore: Publish `v1.2.130`
1
chore
null
551,645
17.01.2022 13:46:20
-7,200
f94c87dd255cdeafcd1d56bf405cb4453a3c29ea
feat(ci): check windows binaries for cpp runtime dependency
[ { "change_type": "MODIFY", "diff": "@@ -110,6 +110,12 @@ stages:\ndisplayName: \"Build source-code $(Agent.OS) for Windows\"\ncondition: eq(variables['Agent.OS'], 'Linux')\n+ - bash: |\n+ x86_64-w64-mingw32-objdump -p core/src/main/resources/io/questdb/bin/windows/libquestdb.dll | grep libstdc++\n+ if [ $? ...
Java
Apache License 2.0
questdb/questdb
feat(ci): check windows binaries for cpp runtime dependency (#1790)
1
feat
ci
276,982
17.01.2022 13:58:34
10,800
9f3c0ca9c4a8e99387778a77c359f402b5583246
style: move condition to the right place
[ { "change_type": "MODIFY", "diff": "@@ -74,9 +74,7 @@ const Field = styled.input`\nfont-weight: ${input.label.font.weight};\ncolor: ${\n- error || (value && error)\n- ? `${colors.feedback.attention[1]}`\n- : `${colors.text.primary}`\n+ error ? `${colors.feedback.attention[1]}` : `${colors.text.primary}`\n};...
JavaScript
MIT License
gympass/yoga
style: move condition to the right place
1
style
null
865,916
17.01.2022 13:59:21
-3,600
35a813afeda2a0da5e20cfba5af87e96be397454
fix(client): instantiate form editor with exporter
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,8 @@ import { active as isInputActive } from '../../../util/dom/isInput';\nimport { FormEditor as Form } from './editor/FormEditor';\n+import Metadata from '../../../util/Metadata';\n+\nimport {\nEngineProfile,\ngetEngineProfileFromForm\n@@ -390,7 +392,17 @@ ...
JavaScript
MIT License
camunda/camunda-modeler
fix(client): instantiate form editor with exporter
1
fix
client
386,596
17.01.2022 13:59:39
0
095b89072e53f9f888ec24f7649ad810554d3c0c
fix(connection-redis): Add test for connection with url string and remove custom message for connection errors.
[ { "change_type": "MODIFY", "diff": "@@ -29,12 +29,7 @@ async function Redis({ request, connection }) {\n});\nconst { command, parameters, modifiers } = request;\n-\n- try {\nawait client.connect();\n- } catch (error) {\n- throw new Error(`Connection refused.`);\n- }\nif (!type.isFunction(client[command.toUp...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(connection-redis): Add test for connection with url string and remove custom message for connection errors.
1
fix
connection-redis
865,916
17.01.2022 14:00:23
-3,600
d3c708f530534775a6f275914313f5a76f34e73a
fix(client): add exporter to initial diagram/form Closes
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,8 @@ import parseDiagramType from './util/parseDiagramType';\nimport parseExecutionPlatform from './util/parseExecutionPlatform';\n+import Metadata from '../util/Metadata';\n+\nimport {\nfindUsages as findNamespaceUsages,\n} from './tabs/util/namespace';\n@@ ...
JavaScript
MIT License
camunda/camunda-modeler
fix(client): add exporter to initial diagram/form Closes #2540
1
fix
client
67,475
17.01.2022 14:18:28
0
2db471e969891a60c1d0487225a2713102a69292
GitBook: Move dependency injection errors into their own error page
[ { "change_type": "MODIFY", "diff": "## Reference\n* [Distributable](reference/distributable.md)\n-* [Error messages](reference/error-messages.md)\n+* [Error messages](reference/error-messages/README.md)\n+ * [Dependency Injection errors](reference/error-messages/dependency-injection-errors.md)\n* [Examples]...
TypeScript
MIT License
aurelia/aurelia
GitBook: [#111] Move dependency injection errors into their own error page
1
gitbook
null
426,717
17.01.2022 14:25:45
-3,600
09448832f446f9d7f9e1288dd1b34918f91df6b4
feat: support module-shim
[ { "change_type": "MODIFY", "diff": "@@ -120,7 +120,7 @@ const config = {\n{\ntest: \"!('noModule' in HTMLScriptElement.prototype)\",\nfiles: [\n- // filetype can be: 'module', 'script' or 'systemjs\n+ // filetype can be: 'module', 'module-shim', 'script' or 'systemjs\n{ type: 'systemjs', path: 'file-a.js' }...
TypeScript
MIT License
modernweb-dev/web
feat: support module-shim
1
feat
null
841,421
17.01.2022 14:28:35
-32,400
b55ae4b312b5677efeb9f3e9697dc2bcff81e322
fix(es/minifier): Fix analysis of unary expressions swc_ecma_minifier: - Mark update as usage and assignment. (Closes
[ { "change_type": "MODIFY", "diff": "@@ -448,9 +448,14 @@ where\ne.visit_children_with(self);\nif let Expr::Ident(i) = e {\n+ if self.ctx.in_update_arg {\n+ self.report_usage(i, true);\n+ self.report_usage(i, false);\n+ } else {\nself.report_usage(i, self.ctx.in_update_arg || self.ctx.in_assign_lhs);\n}\n}\n...
Rust
Apache License 2.0
swc-project/swc
fix(es/minifier): Fix analysis of unary expressions (#3286) swc_ecma_minifier: - Mark update as usage and assignment. (Closes #3265)
1
fix
es/minifier
730,504
17.01.2022 14:32:42
-19,080
d4dd6deea3af2fe1b9ddaa8520c659bd6198cb40
docs(browser-plugin-meetings): disable unified meetings by default
[ { "change_type": "MODIFY", "diff": "@@ -61,10 +61,7 @@ function initWebex() {\nreconnection: {\nenabled: true\n},\n- enableRtx: true,\n- experimental: {\n- enableUnifiedMeetings: true\n- }\n+ enableRtx: true\n}\n// Any other sdk config we need\n},\n@@ -77,7 +74,7 @@ function initWebex() {\nconsole.log('Auth...
JavaScript
MIT License
webex/webex-js-sdk
docs(browser-plugin-meetings): disable unified meetings by default
1
docs
browser-plugin-meetings
711,597
17.01.2022 14:38:26
0
39256e0dccc13870123fbfdbf849a9fca8a29b4f
docs: Add docs on multi-tenancy
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/docs/content/developer-guide/channels/channels_diagram.png differ\n", "new_path": "docs/content/developer-guide/channels/channels_diagram.png", "old_path": "docs/content/developer-guide/channels/channels_diagram.png" }, { "change_...
TypeScript
MIT License
vendure-ecommerce/vendure
docs: Add docs on multi-tenancy
1
docs
null
306,320
17.01.2022 14:44:17
0
a78710650bcd5ece4b9d057e25ed267a6a4752fa
fix: obey the http(s)_proxy set in the environment This fixes a regression introduced in v0.9.15
[ { "change_type": "MODIFY", "diff": "@@ -66,7 +66,11 @@ func (c *APIClient) doRequest(method string, path string, d interface{}) ([]byte\nc.AddAuthHeaders(req)\n- transport := &http.Transport{TLSClientConfig: c.tlsConfig}\n+ // Use the DefaultTransport since this handles the HTTP/HTTPS proxy and other defaul...
Go
Apache License 2.0
infracost/infracost
fix: obey the http(s)_proxy set in the environment This fixes a regression introduced in v0.9.15
1
fix
null
865,919
17.01.2022 15:02:00
-3,600
c0421e4a3222b122d4653c19cb46581a46e84983
fix: manual update now considers skipped versions closes
[ { "change_type": "MODIFY", "diff": "@@ -73,9 +73,11 @@ export default class UpdateChecks extends PureComponent {\nconst updateCheckInfo = await config.get(UPDATE_CHECKS_CONFIG_KEY) || {};\n- updateCheckInfo.stagedRollout = false;\n-\n- self.checkLatestVersion(updateCheckInfo, false);\n+ self.checkLatestVers...
JavaScript
MIT License
camunda/camunda-modeler
fix: manual update now considers skipped versions closes #2402
1
fix
null
306,320
17.01.2022 15:12:20
0
9b059dd8245e72f0bf8c40fc633f9ef6fccae405
test: fix golden tests for aws_vpn_connection
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ provider \"aws\" {\nresource \"aws_vpn_connection\" \"vpn_connection\" {\ncustomer_gateway_id = \"dummy-customer-gateway-id\"\ntype = \"ipsec.1\"\n+ vpn_gateway_id = \"vpn-gateway-id\"\n}\nresource \"aws_vpn_connection\" \"transit\" {\n@@ -23,6 +24,7 @@ ...
Go
Apache License 2.0
infracost/infracost
test: fix golden tests for aws_vpn_connection
1
test
null
711,597
17.01.2022 15:26:43
0
8f5754756e1a2b0f9dbb674f6eec90d890714a05
fix(core): Fix typings for EntityHydrator with nullable relations
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ export type EntityRelationPaths<T extends VendureEntity> =\n| TripleDotPath;\nexport type EntityRelationKeys<T extends VendureEntity> = {\n- [K in Extract<keyof T, string>]: Required<T>[K] extends VendureEntity\n+ [K in Extract<keyof T, string>]: Require...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix typings for EntityHydrator with nullable relations
1
fix
core
711,597
17.01.2022 15:28:17
0
4cd7ecd54aa8d56975372a3751369188b4caef1f
fix(email-plugin): Fix population of shippingLines in order handler Relates to
[ { "change_type": "MODIFY", "diff": "/* tslint:disable:no-non-null-assertion */\nimport {\nAccountRegistrationEvent,\n+ EntityHydrator,\nIdentifierChangeRequestEvent,\nNativeAuthenticationMethod,\nOrderStateTransitionEvent,\nPasswordResetEvent,\n- ShippingMethod,\n- TransactionalConnection,\n+ ShippingLine,\...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(email-plugin): Fix population of shippingLines in order handler Relates to #1354
1
fix
email-plugin
217,922
17.01.2022 15:29:51
-3,600
8f7f68d583628f3931c90b27f9546e3e9a1f2c2a
fix(desktop): fixed some pages not loading properly when opening the app closes
[ { "change_type": "MODIFY", "diff": "@@ -344,13 +344,20 @@ export class IpcService {\n});\nthis.on('navigate', (event, url: string) => {\nconsole.log('NAVIGATE', url);\n- if (url.endsWith('/')) {\n- url = url.substr(0, url.length - 1);\n+ // tslint:disable-next-line:prefer-const\n+ let [path, params] = url.s...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed some pages not loading properly when opening the app closes #2158
1
fix
desktop
756,013
17.01.2022 15:31:45
21,600
4e382dcede81717a4c9941266b0377ad531b8b38
feat(telemetry): introduce for opentelemetry.io integration
[ { "change_type": "MODIFY", "diff": "@@ -250,6 +250,8 @@ jobs:\nrun: cd packages/vats && yarn test\n- name: yarn test (swingset-runner)\nrun: cd packages/swingset-runner && yarn test\n+ - name: yarn test (telemetry)\n+ run: cd packages/telemetry && yarn test\n- name: yarn test (deploy-script-support)\nrun: c...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(telemetry): introduce for opentelemetry.io integration
1
feat
telemetry
756,013
17.01.2022 15:32:30
21,600
e22742a73949d63d599ba6e9e433624a31582d86
fix(cosmic-swingset): use `@agoric/telemetry`
[ { "change_type": "MODIFY", "diff": "\"@agoric/store\": \"^0.6.8\",\n\"@agoric/swing-store\": \"^0.6.3\",\n\"@agoric/swingset-vat\": \"^0.24.1\",\n+ \"@agoric/telemetry\": \"^0.1.0\",\n\"@agoric/vats\": \"^0.5.1\",\n\"@agoric/xsnap\": \"^0.11.0\",\n\"@iarna/toml\": \"^2.2.3\",\n- \"@opentelemetry/exporter-pr...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(cosmic-swingset): use `@agoric/telemetry`
1
fix
cosmic-swingset
865,939
17.01.2022 15:55:01
-3,600
787fb5a9818dc14502d22afb373720893546c529
fix(deploy): adjust notification title to deployment type
[ { "change_type": "MODIFY", "diff": "@@ -187,7 +187,7 @@ export default class DeploymentTool extends PureComponent {\ndisplayNotification({\ntype: 'success',\n- title: 'Process definition deployed',\n+ title: `${getDeploymentType(tab)} deployed`,\ncontent: <CockpitLink endpointUrl={ url } deployment={ deploy...
JavaScript
MIT License
camunda/camunda-modeler
fix(deploy): adjust notification title to deployment type
1
fix
deploy
126,276
17.01.2022 16:01:18
10,800
9ba837d2536b6e3093160fb86c7a598df4fa50a8
test(embedded/tbtree): increase time-ranged queries
[ { "change_type": "MODIFY", "diff": "@@ -144,6 +144,9 @@ func (r *Reader) ReadBetween(initialTs, finalTs uint64) (key []byte, ts, hc uint\n// prefix match\nif bytes.Equal(r.prefix, leafPrefix) {\nts, hc, err := leafValue.lastUpdateBetween(r.snapshot.t.hLog, initialTs, finalTs)\n+ if err != nil && err != ErrK...
Go
Apache License 2.0
codenotary/immudb
test(embedded/tbtree): increase time-ranged queries Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/tbtree
841,421
17.01.2022 16:18:07
-32,400
9a898951bc14e96af926e8a47a87d9220eaf4826
fix(es/resolver): Ignore names of jsx attributes swc_ecma_transforms_base: - Ignore names of jsx attributes. (Closes
[ { "change_type": "ADD", "diff": "+{\n+ \"jsc\": {\n+ \"parser\": {\n+ \"syntax\": \"ecmascript\",\n+ \"jsx\": true\n+ },\n+ \"target\": \"es5\",\n+ \"loose\": false,\n+ \"minify\": {\n+ \"compress\": false,\n+ \"mangle\": false\n+ }\n+ },\n+ \"module\": {\n+ \"type\": \"es6\"\n+ },\n+ \"minify\": false\n+}\...
Rust
Apache License 2.0
swc-project/swc
fix(es/resolver): Ignore names of jsx attributes (#3289) swc_ecma_transforms_base: - Ignore names of jsx attributes. (Closes #2854)
1
fix
es/resolver
551,645
17.01.2022 16:32:25
-7,200
9ffde58a71a46310d6ea5af40ae37169863237ca
fix(cutlass): adjusts column order during csv import
[ { "change_type": "MODIFY", "diff": "@@ -68,6 +68,7 @@ public class CairoTextWriter implements Closeable, Mutable {\nprivate TimestampAdapter timestampAdapter;\nprivate final TextLexer.Listener partitionedListener = this::onFieldsPartitioned;\nprivate int warnings;\n+ private final IntList remapIndex = new I...
Java
Apache License 2.0
questdb/questdb
fix(cutlass): adjusts column order during csv import (#1789)
1
fix
cutlass
711,597
17.01.2022 16:34:29
0
e55ab047e8c6478546a776ab770c2145b8e86b4b
chore: Publish v1.4.5
[ { "change_type": "MODIFY", "diff": "+## <small>1.4.5 (2022-01-17)</small>\n+\n+\n+#### Fixes\n+\n+* **admin-ui** Fix custom field select input ([2bbb972](https://github.com/vendure-ecommerce/vendure/commit/2bbb972)), closes [#1342](https://github.com/vendure-ecommerce/vendure/issues/1342)\n+* **asset-server...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v1.4.5
1
chore
null
76,611
17.01.2022 16:38:08
-3,600
66488320361950c85cb33be23b38b232324eeae8
fix: update case with default attachment.content.id
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,7 @@ class TestConnector extends Connector {\nif (message.attachments && message.attachments.length) {\nconst attachment = message.attachments[0];\nif (attachment.contentType.includes('card.adaptive')) {\n- text = attachment.content.speak || id;\n+ text = att...
JavaScript
MIT License
axa-group/nlp.js
fix: update case with default attachment.content.id
1
fix
null
386,581
17.01.2022 16:49:12
-7,200
b4861d0892ee9a91ff49b3bb72498d8c42c02778
feat(server-dev): Updates to dev server manager.
[ { "change_type": "MODIFY", "diff": "@@ -18,18 +18,35 @@ import path from 'path';\nimport yargs from 'yargs';\nimport { hideBin } from 'yargs/helpers';\n+import lowdefyBuild from './processes/lowdefyBuild.mjs';\n+import nextBuild from './processes/nextBuild.mjs';\n+import installServer from './processes/inst...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(server-dev): Updates to dev server manager.
1
feat
server-dev
667,680
17.01.2022 16:53:20
-28,800
4981a66f912053114265d31474268dba342fc73f
feat(android): replace unsafe JNI numeric cast with safe method
[ { "change_type": "MODIFY", "diff": "@@ -455,14 +455,12 @@ jlong InitInstance(JNIEnv* j_env,\nparam = std::make_shared<V8VMInitParam>();\njclass cls = j_env->GetObjectClass(j_vm_init_param);\njfieldID init_field = j_env->GetFieldID(cls,\"initialHeapSize\",\"J\");\n- jlong initial_heap_size_in_bytes = j_env->...
C++
Apache License 2.0
tencent/hippy
feat(android): replace unsafe JNI numeric cast with safe method
1
feat
android
617,459
17.01.2022 16:58:26
-3,600
b4c74c3ba7fdfe88e4a49e171252d5606b79afb9
fix: k8s variable
[ { "change_type": "MODIFY", "diff": "@@ -422,7 +422,7 @@ data:\nPIWIK_URL: https://matomo.fabrique.social.gouv.fr\nPROD_HOSTNAME: code.travail.gouv.fr\nSENTRY_PUBLIC_DSN: https://c2aa7e731a494cfd8f7fb1ddabca11c9@sentry.fabrique.social.gouv.fr/5\n- SENTRY_ENV: preproduction\n+ SENTRY_ENV: production\n---\napi...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix: k8s variable (#4186)
1
fix
null
802,869
17.01.2022 17:00:32
10,800
f147bf84809f4ae57c38b214691eab058e025029
feat: add color white type
[ { "change_type": "MODIFY", "diff": "@@ -7,9 +7,11 @@ import styles from '@venice/styles/components/Button.module.scss'\nimport { Spinner } from '../Spinner'\n-export interface IButtonProps extends IButton {\n+export interface IButtonProps extends Omit<IButton, 'color'> {\n/** string */\nclassName?: string\n...
TypeScript
Apache License 2.0
juntossomosmais/venice
feat: add color white type
1
feat
null
802,869
17.01.2022 17:00:41
10,800
e797309d0cbb622d9e48df3cb13d7cfe6ca1b24e
feat: add styles
[ { "change_type": "MODIFY", "diff": "}\n}\n+ &--white {\n+ &.JSMButton--text {\n+ color: var(--white-color);\n+\n+ &:not([disabled]):not(.JSMButton--isLoading):hover {\n+ &::before {\n+ background-color: var(--white-color-lighten);\n+ opacity: 0.1;\n+ }\n+ }\n+ }\n+\n+ &.JSMButton--outlined {\n+ border-color...
TypeScript
Apache License 2.0
juntossomosmais/venice
feat: add styles
1
feat
null
217,256
17.01.2022 17:11:55
-7,200
fd18e8c1e21bef65b2198478193492870eaf02ab
docs: edit CONTRIBUTING.md translation
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ Our common goal is to reduce review costs and achieve consistency in the code ba\nLet's appreciate each other's time =)\n-->\n-- [ ] I reviewed **[CONTIBUTING guidelines](https://github.com/feature-sliced/documentation/blob/master/CONTRIBUTING.md)**\n+- ...
JavaScript
MIT License
feature-sliced/documentation
docs: edit CONTRIBUTING.md translation
1
docs
null
877,026
17.01.2022 17:19:48
-3,600
6b31b943acd3d159110d1b3013f687187f728cf3
feat(@vtmn/css): fix alignements pb + font style shortcut
[ { "change_type": "MODIFY", "diff": "<div class=\"block\">\n<span class=\"vtmn-badge\"></span>\n- <span class=\"vtmn-badge\">6</span>\n+ <span class=\"vtmn-badge\">1</span>\n<span class=\"vtmn-badge\">99+</span>\n</div>\n", "new_path": "packages/showcases/css/stories/components/badge/examples/overview.ht...
JavaScript
Apache License 2.0
decathlon/vitamin-web
feat(@vtmn/css): fix alignements pb + font style shortcut (#890)
1
feat
@vtmn/css
126,295
17.01.2022 17:57:41
-3,600
2f134d8ea7c2fc5c4144bdd5c3ec070f39630b0d
chore(pkg/server): log web-console error on boot
[ { "change_type": "MODIFY", "diff": "@@ -291,7 +291,7 @@ func (s *ImmuServer) Start() (err error) {\nif s.Options.WebServer {\nif err := s.setUpWebServer(); err != nil {\n- return err\n+ log.Fatal(fmt.Sprintf(\"Failed to setup web API/console server: %v\", err))\n}\ndefer func() {\nif err := s.webServer.Clos...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/server): log web-console error on boot Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/server
104,842
17.01.2022 18:27:47
18,000
e89f41150d6edb54cd21eb02172db16c2ad2e925
fix(table): incorporated review comments 3177
[ { "change_type": "MODIFY", "diff": "@@ -63,6 +63,10 @@ html[dir='rtl'] {\n.#{$prefix}--action-list {\nleft: 0;\nright: auto;\n+ .#{$prefix}--btn .#{$prefix}--btn__icon {\n+ margin-left: 0;\n+ margin-right: $spacing-03;\n+ }\n}\n.#{$prefix}--batch-summary {\n@@ -77,9 +81,6 @@ html[dir='rtl'] {\nright: 0;\n}\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): incorporated review comments 3177
1
fix
table
551,636
17.01.2022 18:29:00
0
b2d709bf8dd279ce539991a9170739b9bce40fe8
fix(core): resolving high CPU utilisation at idle
[ { "change_type": "MODIFY", "diff": "@@ -130,6 +130,7 @@ public class PropServerConfiguration implements ServerConfiguration {\nprivate final boolean sharedWorkerHaltOnError;\nprivate final long sharedWorkerYieldThreshold;\nprivate final long sharedWorkerSleepThreshold;\n+ private final long sharedWorkerSlee...
Java
Apache License 2.0
questdb/questdb
fix(core): resolving high CPU utilisation at idle (#1791)
1
fix
core
306,346
17.01.2022 18:46:08
-11,880
304d0588f634e9e72087a706367c53af9c7f7180
fix(aws): add missing region to cloudformation_stack_set
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ func getCloudFormationStackSetRegistryItem() *schema.RegistryItem {\n}\n}\nfunc NewCloudformationStackSet(d *schema.ResourceData, u *schema.UsageData) *schema.Resource {\n- r := &aws.CloudformationStackSet{Address: strPtr(d.Address)}\n+ r := &aws.Cloudfo...
Go
Apache License 2.0
infracost/infracost
fix(aws): add missing region to cloudformation_stack_set
1
fix
aws
841,509
17.01.2022 19:26:04
28,800
c6ffdc87172e504adff5757ebbb6ec2014136cf1
feat(plugin): Add `PluginError`
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,34 @@ use crate::{syntax_pos::Mark, SyntaxContext};\nuse anyhow::Error;\nuse std::any::type_name;\n+#[derive(Debug, Clone, PartialEq)]\n+#[non_exhaustive]\n+#[cfg_attr(\n+ feature = \"plugin-base\",\n+ derive(rkyv::Archive, rkyv::Serialize, rkyv::Deserialize)\n...
Rust
Apache License 2.0
swc-project/swc
feat(plugin): Add `PluginError` (#3300)
1
feat
plugin
104,828
17.01.2022 19:28:58
-3,600
5dd6a0fb9f3a695219cf3df461b1728dc8ef0fb3
fix(storybook): fix leaking knobs Story knobs from some stories were appearing in all stories
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ import { getCardMinSize } from '../../utils/componentUtilityFunctions';\nimport GaugeCard from './GaugeCard';\n-const content = {\n+const getContent = () => ({\ngauges: [\n{\ndataSourceId: 'usage',\n@@ -48,7 +48,7 @@ const content = {\n],\n},\n],\n-};\n+...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(storybook): fix leaking knobs #3194 Story knobs from some stories were appearing in all stories
1
fix
storybook
847,143
17.01.2022 19:40:23
-28,800
c7602f6214ad903bd68144bd5b60da3a47917e0d
fix(theme): fix import types
[ { "change_type": "MODIFY", "diff": "@@ -70,7 +70,7 @@ import { useIconPrefix } from \"@mr-hope/vuepress-shared/lib/client\";\nimport AutoLink from \"../AutoLink\";\nimport type { PropType } from \"vue\";\n-import type { NavGroup, NavItem } from \"../../../shared\";\n+import type { AutoLink as AutoLinkType, ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix import types
1
fix
theme
306,652
17.01.2022 19:46:20
-19,080
af5da8f6e65927b44a7b838f7e6376b8f5f44184
fix(table): make scrollbar width consistent
[ { "change_type": "MODIFY", "diff": "align-items: flex-end;\noverflow-y: auto;\n}\n-\n-.AvatarGroup-TextWrapper::-webkit-scrollbar {\n- width: var(--spacing);\n-}\n-\n-.AvatarGroup-TextWrapper::-webkit-scrollbar-thumb {\n- background: var(--secondary);\n- border-radius: var(--spacing-m);\n-}\n", "new_pat...
TypeScript
MIT License
innovaccer/design-system
fix(table): make scrollbar width consistent
1
fix
table
841,422
17.01.2022 20:29:53
21,600
641265b147da9478f5d205ddc0c7c16ed94b8676
fix(common): Use `siphasher` directly and upgrade transitive dependencies to avoid UB
[ { "change_type": "MODIFY", "diff": "@@ -2435,9 +2435,9 @@ dependencies = [\n[[package]]\nname = \"siphasher\"\n-version = \"0.3.7\"\n+version = \"0.3.9\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"533494a8f9b724d33625ab53c6c4800f7cc445895924a8ef649222dcb76e938b\"\n+ch...
Rust
Apache License 2.0
swc-project/swc
fix(common): Use `siphasher` directly and upgrade transitive dependencies to avoid UB (#3299)
1
fix
common
667,713
17.01.2022 20:35:49
-28,800
ce73334eedfe84d4c12123d6264979a00a75b792
feat(android): update AGP to 7.0.4 version
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,7 @@ buildscript {\nmavenCentral()\n}\ndependencies {\n- classpath 'com.android.tools.build:gradle:4.2.2'\n+ classpath 'com.android.tools.build:gradle:7.0.4'\n// NOTE: Do not place your application dependencies here; they belong\n// in the individual module b...
C++
Apache License 2.0
tencent/hippy
feat(android): update AGP to 7.0.4 version
1
feat
android
847,143
17.01.2022 20:39:25
-28,800
4138f63677597ffdc03f946abe1e9e75df8b805e
feat(shared): update font-awesome version
[ { "change_type": "MODIFY", "diff": "-/*\n- * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com\n+/*!\n+ * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n*/\n.icon...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(shared): update font-awesome version
1
feat
shared
902,122
17.01.2022 21:02:41
-3,600
95cf2c36897da8ad5ec028534d4119aae73fc856
chore(screenshot): prettify JSON-like content
[ { "change_type": "MODIFY", "diff": "@@ -43,12 +43,10 @@ module.exports = async ({ url, browserless, opts }) => {\nif (opts.codeScheme === 'ghcolors') {\nconst isDark = darkMode.isDark()\nopts.colorScheme = isDark ? 'dark' : 'light'\n-\n+ opts.codeScheme = 'ghcolors'\nopts.styles = [\n- isDark\n- ? '#screens...
JavaScript
MIT License
microlinkhq/browserless
chore(screenshot): prettify JSON-like content
1
chore
screenshot
217,922
17.01.2022 21:11:13
-3,600
1a56b1d8a9a7e428d91a31629febeab78b2ae14f
fix(db): fixed missing db links on some shops
[ { "change_type": "MODIFY", "diff": "</nz-list-item-meta>\n<ng-template #title>\n<div fxLayout=\"row\" fxLayoutAlign=\"flex-start center\" fxLayoutGap=\"5px\">\n- <div>{{vendor.npcId | i18nRow:'npcs' | i18n}}</div>\n+ <div *ngIf=\"vendor.npcId > 1000000\">{{vendor.npcId | i18nRow:'npcs' | i18n}}</div>\n+ <di...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed missing db links on some shops
1
fix
db
902,122
17.01.2022 21:14:42
-3,600
b4deebf3d3826fb7296c8a391d97f51591b2aa86
chore(release): v9.3.5
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [9.3.5](https://github.com/microlinkhq/browserless/compare/v9.3.4...v9.3.5) (2022-01-17)\n+\n+**Note:** Version bu...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.3.5
1
chore
release
404,829
17.01.2022 21:38:46
28,800
c405acfbb583726888f844b9a00054d04f2ce317
feat: add draculashop preset
[ { "change_type": "ADD", "diff": "+/* eslint-disable */\n+\n+import Inline from '../inline.macro'\n+import { Image, Flex, Paragraph, Text, Link } from './scope'\n+\n+const code = (\n+ <Inline>\n+ <>\n+ <Link\n+ href='https://fonts.googleapis.com/css2?family=Fira+Code&family=Source+Sans+Pro'\n+ rel='styleshee...
JavaScript
MIT License
microlinkhq/cards
feat: add draculashop preset
1
feat
null
847,143
17.01.2022 22:17:52
-28,800
f3ef3f4cb52588f89b47df98fb1a16e240e23d53
fix: fix dev command
[ { "change_type": "MODIFY", "diff": "\"demo:webpack-clean-serve\": \"vuepress-webpack dev __tests__/demo --clean-cache\",\n\"demo:webpack-serve\": \"vuepress-webpack dev __tests__/demo\",\n\"dev\": \"concurrently \\\"yarn dev:copy\\\" \\\"yarn dev:ts\\\"\",\n- \"dev:copy\": \"cpx src/client/**/*.{vue,scss} l...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix: fix dev command
1
fix
null
847,143
17.01.2022 22:19:22
-28,800
22e526f36330e18f7d11fbdf964c128b5cea046b
ci: bump actions
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ jobs:\nrun: yarn run demo:build\n- name: Deploy\n- uses: JamesIves/github-pages-deploy-action@4.1.8\n+ uses: JamesIves/github-pages-deploy-action@4\nwith:\nbranch: gh-pages\nfolder: demo/dist\n", "new_path": ".github/workflows/demo-v1.yml", "old_...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
ci: bump actions
1
ci
null
847,143
18.01.2022 00:14:13
-28,800
f78ba464c007aa9bb6076f94d98efbe4c2ac5384
fix(components): fix CodeGroup HMR
[ { "change_type": "MODIFY", "diff": "-import { defineComponent, h, ref } from \"vue\";\n+import { defineComponent, h, onBeforeUpdate, ref } from \"vue\";\nimport type { Component, VNode } from \"vue\";\n+// eslint-disable-next-line @typescript-eslint/naming-convention\n+declare const __VUEPRESS_DEV__: boolea...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(components): fix CodeGroup HMR
1
fix
components
846,811
18.01.2022 00:20:05
-28,800
753df0567ea10c41124ae7c6c2616a74ca1032f5
feat(theme-default): set home footer with markdown slot (close:
[ { "change_type": "MODIFY", "diff": ">\n{{ data.footer }}\n</div>\n+\n+ <Content\n+ v-else\n+ slot-key=\"footer\"\n+ class=\"footer\"\n+ />\n</main>\n</template>\n", "new_path": "packages/@vuepress/theme-default/components/Home.vue", "old_path": "packages/@vuepress/theme-default/components/Home.vue" ...
JavaScript
MIT License
vuejs/vuepress
feat(theme-default): set home footer with markdown slot (close: #2993) (#2994)
1
feat
theme-default
846,811
18.01.2022 00:24:29
-28,800
5c6a16c3afe97311dc90ca8f18013240f6144a69
fix(types): missing `sidebarDepth` at default theme config
[ { "change_type": "MODIFY", "diff": "@@ -133,6 +133,12 @@ export type DefaultThemeConfig = {\n| false /* @see https://vuepress.vuejs.org/theme/default-theme-config.html#disabling-the-sidebar */\n| SidebarConfigArray\n| SidebarConfig4Multiple;\n+ /**\n+ * Sidebar's depth, set to 0 to disable collapsable sideb...
JavaScript
MIT License
vuejs/vuepress
fix(types): missing `sidebarDepth` at default theme config
1
fix
types
306,635
18.01.2022 00:25:21
-19,080
810a099fbe13f794f2ea2f8fdb89330dc985a423
feat(verticalNav): add custom item renderer option
[ { "change_type": "MODIFY", "diff": "@@ -13,10 +13,12 @@ export interface MenuItemProps extends BaseProps {\nisChildren?: boolean;\nisChildrenVisible?: boolean;\nonClick?: (menu: Menu) => void;\n+ customItemRenderer?: (props: MenuItemProps) => JSX.Element;\n}\nexport const MenuItem = (props: MenuItemProps) =...
TypeScript
MIT License
innovaccer/design-system
feat(verticalNav): add custom item renderer option
1
feat
verticalNav
846,811
18.01.2022 00:26:56
-28,800
a956e4231e84a5e64beafd74a43ffed214538f55
chore(all): 1.9.6 changelog
[ { "change_type": "MODIFY", "diff": "+## [1.9.6](https://github.com/vuejs/vuepress/compare/v1.9.5...v1.9.6) (2022-01-17)\n+\n+\n+### Bug Fixes\n+\n+* **core:** compatibility with node 10 (close: [#2981](https://github.com/vuejs/vuepress/issues/2981)) ([#2992](https://github.com/vuejs/vuepress/issues/2992)) (...
JavaScript
MIT License
vuejs/vuepress
chore(all): 1.9.6 changelog
1
chore
all
847,143
18.01.2022 01:05:52
-28,800
3f7f7af4fc9c815bbd4f0061e9f3fa7279c27740
feat(theme): rewrite ProjectHome
[ { "change_type": "MODIFY", "diff": "@@ -55,8 +55,8 @@ export default defineComponent({\n// if the `target` attr is '_blank'\nconst isBlankTarget = computed(() => linkTarget.value === \"_blank\");\n- // is `<RouterLink>` or not\n- const isRouterLink = computed(\n+ // render `<RouterLink>` or not\n+ const ren...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): rewrite ProjectHome
1
feat
theme
217,922
18.01.2022 07:59:04
-3,600
d57d894d9f53733637a5e2260be956738b72f1c4
fix(db): fixed "Can contain items" container overflowing closes
[ { "change_type": "MODIFY", "diff": "target=\"_blank\">{{'DB.Track_on_attt' | translate}}</a>\n</div>\n<div *ngIf=\"row.links\" fxLayout=\"column\" fxLayoutGap=\"5px\">\n- <div *ngFor=\"let link of row.links\">\n+ <app-lazy-scroll [rowTemplate]=\"rowTpl\" [rowSize]=\"32\" [displayedRows]=\"12\" [data]=\"row....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed "Can contain items" container overflowing closes #2162
1
fix
db
217,922
18.01.2022 08:22:06
-3,600
848951b89ecf82297dc194097677112abd861e48
fix(user): fixed free company ID not applied properly to user profile
[ { "change_type": "MODIFY", "diff": "@@ -97,7 +97,7 @@ export class AuthFacade {\nswitchMap((user: TeamcraftUser) => {\nreturn combineLatest(user.lodestoneIds.map(entry => {\nif (entry.id > 0) {\n- return this.characterService.getCharacter(entry.id)\n+ return this.characterService.getCharacter(entry.id, true...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(user): fixed free company ID not applied properly to user profile
1
fix
user
217,922
18.01.2022 08:29:42
-3,600
c5f15634ffe971efc35750f782edae6b79e3a6d3
fix(alarms): fixed duplicate map names in custom alarm popup
[ { "change_type": "MODIFY", "diff": "<nz-form-label [nzSm]=\"8\" [nzXs]=\"24\">{{'ALARMS.CUSTOM.Spawn' | translate}}</nz-form-label>\n<nz-form-control [nzSm]=\"16\" [nzXs]=\"24\">\n<nz-input-group class=\"spawn-input\" nzAddOnAfter=\":00\">\n- <nz-input-number mouseWheel [nzMax]=\"SPAWN_VALIDATOR.max\" [nzMi...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed duplicate map names in custom alarm popup
1
fix
alarms
217,922
18.01.2022 08:47:07
-3,600
797e79f307fe6f350e79a711bd05809388353e1c
feat(simulator): new error message for when level or stats are too low for the recipe
[ { "change_type": "MODIFY", "diff": "<ng-container *ngIf=\"rotation$ | async as rotation\">\n<div *ngIf=\"!rotation.notFound; else notFound\" fxLayout=\"row\" fxLayout.lt-md=\"column\" fxLayoutGap=\"10px\">\n- <div class=\"buttons\" [class.expanded]=\"(showFullButtons$ | async)\" fxLayout=\"column\" fxLayout...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): new error message for when level or stats are too low for the recipe
1
feat
simulator
802,869
18.01.2022 09:23:52
10,800
15001534c672c479ad33d42d348492804b8930f3
fix: add correct test name
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ describe('<Button />', () => {\nexpect(container.firstChild).toHaveClass('JSMButton--default')\n})\n- it('should have \"primary\" classname when \"color prop\" is \"white\"', () => {\n+ it('should have \"white\" classname when \"color prop\" is \"white\"...
TypeScript
Apache License 2.0
juntossomosmais/venice
fix: add correct test name
1
fix
null
866,394
18.01.2022 09:39:47
18,000
9d150fdff7b4b5d03c53657408f1601fd9bef9a4
chore(support): update fireline roster for sprint 2
[ { "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,oliviaflory,annawen1\n+ - jeffchew,ljcarot,oliviaflory,RichKummer,ariellalgilmore\nlabels: ['b...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(support): update fireline roster for sprint 2
1
chore
support
401,147
18.01.2022 09:40:28
-19,080
a7fd40372ab0ee7181f6732202955afa02156443
fix: searchbox options width issue
[ { "change_type": "MODIFY", "diff": "@@ -76,9 +76,6 @@ exports[`DateRangePicker Custom date range options popover placement should rend\nmargin: 0;\npadding: 0.8rem;\nwidth: 100%;\n- min-width: -webkit-fit-content;\n- min-width: -moz-fit-content;\n- min-width: fit-content;\nlist-style: none;\nbox-sizing: bor...
TypeScript
MIT License
medly/medly-components
fix: searchbox options width issue (#572)
1
fix
null
141,575
18.01.2022 09:53:22
-39,600
28be8d58624786c5c3924d9b23d24c7c9704e7b8
docs: update component health stats Update to component health for: Avatar Card Illustrations
[ { "change_type": "MODIFY", "diff": "@@ -15,10 +15,10 @@ health:\ndocumented: true\nimplemented: true\nlatestDesign: true\n- allVariants: false\n+ allVariants: true\nresponsive: true\n- internationalized: false\n- accessible: false\n+ internationalized: true\n+ accessible: true\n---\nimport WhenToUseAndWhenN...
TypeScript
MIT License
cultureamp/kaizen-design-system
docs: update component health stats (#2405) Update to component health for: - Avatar - Card - Illustrations
1
docs
null
877,026
18.01.2022 09:54:41
-3,600
55500e59c2464101f3024eb391b2d283270657d7
refactor(@vtmn/css-rating): improve accessibility with keyboard + screen reader
[ { "change_type": "MODIFY", "diff": "aria-label=\"Rate the article\"\nrole=\"radiogroup\"\n>\n- <input type=\"radio\" id=\"star5-2\" name=\"rating-1\" value=\"5\" />\n- <label\n- for=\"star5-1\"\n- title=\"5 stars 5 out of 5\"\n- role=\"presentation\"\n- ></label>\n+ <input\n+ type=\"radio\"\n+ name=\"rating...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/css-rating): improve accessibility with keyboard + screen reader (#865)
1
refactor
@vtmn/css-rating
317,646
18.01.2022 09:55:27
-3,600
9e77d0f93968952a3732715d2f717c6487ef8cd3
fix(template): support surrounding variables with braces
[ { "change_type": "MODIFY", "diff": "@@ -105,7 +105,7 @@ func (t *textTemplate) cleanTemplate() {\nreturn splitted[0], true\n}\nknownVariables := []string{\"Root\", \"PWD\", \"Folder\", \"Shell\", \"UserName\", \"HostName\", \"Env\", \"Data\", \"Code\", \"OS\"}\n- matches := findAllNamedRegexMatch(`(?: |{)(?...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(template): support surrounding variables with braces
1
fix
template
67,479
18.01.2022 10:23:24
-39,600
09971a2204f6eef7c85d4cbbaf16445465ad0c72
fix(computed-obs): fix typo, ensure multiple layers of getter work
[ { "change_type": "MODIFY", "diff": "-import { ComputedObserver } from '@aurelia/runtime';\n+import { ComputedObserver, ConnectableSwitcher } from '@aurelia/runtime';\nimport {\nIObserverLocator,\nCustomElement,\n@@ -19,11 +19,11 @@ describe('3-runtime-html/computed-observer.spec.ts', function () {\ntitle: s...
TypeScript
MIT License
aurelia/aurelia
fix(computed-obs): fix typo, ensure multiple layers of getter work
1
fix
computed-obs
71,094
18.01.2022 10:29:33
0
d0d6fc520491351b44cac78aa90284c82a9499b2
feat(assertions): support for parameters Add the ability to match parameters in the template. Closes *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "ADD", "diff": "+import { filterLogicalId, formatFailure, matchSection } from './section';\n+import { Template } from './template';\n+\n+export function findParameters(template: Template, logicalId: string, props: any = {}): { [key: string]: { [key: string]: any } } {\n+ const section: { [k...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(assertions): support for parameters (#18469) Add the ability to match parameters in the template. Closes #16720 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
assertions
426,717
18.01.2022 10:32:46
-3,600
5ab777b70d4dfe25d2019923b26899b06d7527d9
fix: always load EMS for config option 'always'
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ export async function createPolyfillsData(cfg: PolyfillsLoaderConfig): Promise<P\nif (polyfills.esModuleShims) {\naddPolyfillConfig({\nname: 'es-module-shims',\n- test: polyfills.regeneratorRuntime !== 'always' ? noModuleSupportTest : undefined,\n+ test:...
TypeScript
MIT License
modernweb-dev/web
fix: always load EMS for config option 'always'
1
fix
null
711,597
18.01.2022 10:38:04
0
5bb60b071c0cf14be3f6b8ae2197b78ee7b95cf0
docs: Add docs on tabbed custom fields
[ { "change_type": "MODIFY", "diff": "@@ -81,6 +81,25 @@ The built-in form inputs are listed in the [DefaultFormConfigHash docs]({{< relr\nIf you want to use a completely custom form input component which is not provided by the Admin UI, you'll need to create a plugin which [extends the Admin UI]({{< relref \...
TypeScript
MIT License
vendure-ecommerce/vendure
docs: Add docs on tabbed custom fields
1
docs
null
103,484
18.01.2022 10:47:46
-3,600
e049a467800ea8a6b4f922e5122db77a5fb41e3f
refactor: update text input class component to functional
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ import { AdornmentSide } from './enums';\nconst AFFIX_OFFSET = 12;\n-type Props = {\n+export type Props = {\n/**\n* Text to show.\n*/\n", "new_path": "src/components/TextInput/Adornment/TextInputAffix.tsx", "old_path": "src/components/TextInput/A...
TypeScript
MIT License
callstack/react-native-paper
refactor: update text input class component to functional (#2218) Co-authored-by: lukewalczak <lukasz.walczak.pwr@gmail.com>
1
refactor
null
711,597
18.01.2022 10:55:24
0
19aba281a74f9717a40ff152e4e59a3be8138c49
docs: Add docs on determining active channel
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ First we will create a new Role, and grant all permissions on the `ace-parts` Ch\nNext we create a new Administrator, and assign the Role that was just created.\n-{{< figure src=\"create-admin.png\" title=\"Creating a Channel-specific Role\" >}}\n+{{< fi...
TypeScript
MIT License
vendure-ecommerce/vendure
docs: Add docs on determining active channel
1
docs
null
679,913
18.01.2022 11:15:16
-3,600
35d1e976b3767ba73cd6ec6cb396491401148066
feat(math): add ldiv()
[ { "change_type": "MODIFY", "diff": "-import type { FnN, FnN2, FnN3 } from \"@thi.ng/api\";\n+import type { FnN, FnN2, FnN3, FnU2 } from \"@thi.ng/api\";\n/**\n* Returns a value with the magnitude of `x` and the sign of `y`.\n@@ -103,3 +103,17 @@ export const ldexp: FnN2 = (x, exp) => x * 2 ** exp;\n* @param...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(math): add ldiv()
1
feat
math
730,445
18.01.2022 11:33:32
28,800
f569d41a9c2ce0e5e8ed953f834a105b5ba99c30
docs(plugin-meeting): update samples meeting controls
[ { "change_type": "MODIFY", "diff": "@@ -255,7 +255,8 @@ function joinMeeting(meetingId) {\nmeeting.sipUri ||\nmeeting.id;\n- meetingsLeaveElm.onclick = () => leaveMeeting(meeting.id);\n+ meetingsLeaveElm.onclick = () => leaveMeeting(getCurrentMeeting().id);\n+ meetingsLeaveElm.classList.add('btn--red');\n})...
JavaScript
MIT License
webex/webex-js-sdk
docs(plugin-meeting): update samples meeting controls
1
docs
plugin-meeting
404,827
18.01.2022 11:54:23
-3,600
fd8e7cdc981b1aa9c9de6e41648ee99a763ee507
fix: draculashop preset + Add missing export & preview image
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/packages/app/public/preview/draculashop.png differ\n", "new_path": "packages/app/public/preview/draculashop.png", "old_path": "packages/app/public/preview/draculashop.png" }, { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 ...
JavaScript
MIT License
microlinkhq/cards
fix: draculashop preset + Add missing export & preview image
1
fix
null
67,479
18.01.2022 12:06:08
-39,600
b654ddbf437001fcda8468bfd8d5510abbb66a3e
chore: fix deepscan & lints
[ { "change_type": "MODIFY", "diff": "-import { ComputedObserver, ConnectableSwitcher } from '@aurelia/runtime';\n+import { ComputedObserver } from '@aurelia/runtime';\nimport {\nIObserverLocator,\nCustomElement,\n@@ -40,7 +40,7 @@ describe('3-runtime-html/computed-observer.spec.ts', function () {\nisDone?: b...
TypeScript
MIT License
aurelia/aurelia
chore: fix deepscan & lints
1
chore
null
846,811
18.01.2022 12:20:07
-28,800
a7b12bf267c0c3a1f5756a1a88f870ddbbd7a005
fix(types): missing `ariaLabel` at default theme config
[ { "change_type": "MODIFY", "diff": "@@ -262,6 +262,10 @@ export type DefaultThemeConfig = {\n* Locale's select text.\n*/\nselectText?: string;\n+ /**\n+ * aria label\n+ */\n+ ariaLabel?: string;\n/**\n* Options for @vuepress/plugin-active-header-links.\n*/\n", "new_path": "packages/@vuepress/types/src/t...
JavaScript
MIT License
vuejs/vuepress
fix(types): missing `ariaLabel` at default theme config
1
fix
types
846,811
18.01.2022 12:23:46
-28,800
1e33eeee856f6b434c36972a6b3e97f43e9590c9
chore(all): 1.9.7 changelog
[ { "change_type": "MODIFY", "diff": "+## [1.9.7](https://github.com/vuejs/vuepress/compare/v1.9.6...v1.9.7) (2022-01-18)\n+\n+\n+### Bug Fixes\n+\n+* **types:** missing `ariaLabel` at default theme config ([a7b12bf](https://github.com/vuejs/vuepress/commit/a7b12bf267c0c3a1f5756a1a88f870ddbbd7a005)) [@chenhao...
JavaScript
MIT License
vuejs/vuepress
chore(all): 1.9.7 changelog
1
chore
all
688,488
18.01.2022 12:25:55
10,800
96282fddd629ec13e5970afbbcb98395d52dbef3
chore(Codeowners): remove ci-infra
[ { "change_type": "MODIFY", "diff": "# These owners will be the default owners for everything in the repo.\n* @toptal/frontend-experience-eng\n-\n-# CI Infrastructure team\n-ci/jobs/ @toptal/ci-infrastructure-eng @toptal/frontend-experience-eng\n-.github/workflows/ @toptal/ci-infrastructure-eng @toptal/front...
TypeScript
MIT License
toptal/picasso
chore(Codeowners): [CI-988] remove ci-infra (#2392)
1
chore
Codeowners
777,354
18.01.2022 13:27:37
28,800
9a17bf5793451f9981e19642b7b2269516b6035f
fix: update label reference to tag Update frontend reference of label around components/TagList
[ { "change_type": "MODIFY", "diff": "@@ -280,7 +280,7 @@ const ExperimentList: React.FC = () => {\n), [ handleUserFilterApply, handleUserFilterReset, settings.user ]);\nconst columns = useMemo(() => {\n- const labelsRenderer = (value: string, record: ExperimentItem) => (\n+ const tagsRenderer = (value: strin...
Python
Apache License 2.0
determined-ai/determined
fix: update label reference to tag [Det-5969] (#3413) Update frontend reference of label around components/TagList
1
fix
null
777,354
18.01.2022 13:29:13
28,800
3d450bd8e40f642f375ab3136b3d7ba8bd0edcbf
fix: update to show full version when nav sidebar is expended
[ { "change_type": "MODIFY", "diff": "height: 100%;\njustify-content: center;\noverflow: hidden;\n+ white-space: nowrap;\n}\n.launchBlock {\nalign-items: center;\n", "new_path": "webui/react/src/components/NavigationSideBar.module.scss", "old_path": "webui/react/src/components/NavigationSideBar.module...
Python
Apache License 2.0
determined-ai/determined
fix: update to show full version when nav sidebar is expended [DET-6264] (#3439)
1
fix
null
777,354
18.01.2022 13:29:52
28,800
842f0349763d3abea4a0bc7fc95a67d32cd57c09
fix: mobile view icons for experiment header
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ export const OverflowHorizontal = (): React.ReactNode => <Icon name=\"overflow-ho\nexport const OverflowVertical = (): React.ReactNode => <Icon name=\"overflow-vertical\" />;\nexport const Shell = (): React.ReactNode => <Icon name=\"shell\" />;\nexport c...
Python
Apache License 2.0
determined-ai/determined
fix: mobile view icons for experiment header [DET-6011] (#3446)
1
fix
null
915,154
18.01.2022 13:43:30
-3,600
a2c5e142040c25e68668d881f7cfda8e360e4d8a
feature: create networks table
[ { "change_type": "MODIFY", "diff": "@@ -113,7 +113,7 @@ func (mg migrationGroup) generateSQL(sourceFS fs.FS, target string) error {\nfunc parseMigration(filename string) (*migration, error) {\nmatches := mrx.FindAllStringSubmatch(filename, -1)\nif matches == nil {\n- return nil, errors.Errorf(\"failed to pa...
Go
Apache License 2.0
ory/hydra
feature: create networks table
1
feature
null
386,595
18.01.2022 14:15:51
-7,200
8660b6e1f00c4c28e4ed4b4500b982986c712864
fix(blocks-antd): Swap rc-animation for rc-motion in Label to fix modules build.
[ { "change_type": "MODIFY", "diff": "@@ -250,15 +250,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n\"linkType\": \"HARD\",\n}]\n]],\n- [\"@ant-design/css-animation\", [\n- [\"npm:1.7.3\", {\n- \"packageLocation\": \"./.yarn/cache/@ant-design-css-animation-npm-1.7.3-ca1507e4a8-75a62af5d1.zip/n...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocks-antd): Swap rc-animation for rc-motion in Label to fix modules build.
1
fix
blocks-antd
386,595
18.01.2022 14:16:58
-7,200
e732bf36b19c41c9f4409609796c439ca11df69d
chore(api): Simplify findHome to getHomeAndMenus.
[ { "change_type": "MODIFY", "diff": "import callRequest from './routes/request/callRequest.js';\nimport createApiContext from './context/createApiContext.js';\n-import getHome from './routes/rootConfig/getHome.js';\n+import getHomeAndMenus from './routes/rootConfig/getHomeAndMenus.js';\nimport getPageConfig ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(api): Simplify findHome to getHomeAndMenus.
1
chore
api
386,595
18.01.2022 14:18:34
-7,200
fb8a7d213faabe1cc9fb59baa920832864134030
chore(server-dev): Implement home and 404 page redirects.
[ { "change_type": "RENAME", "diff": "@@ -18,43 +18,38 @@ import React from 'react';\nimport { useRouter } from 'next/router';\n-import Context from './Context.js';\n-import Head from './Head.js';\n-import Block from './block/Block.js';\n+import Page from './Page.js';\n+import Reload from './Reload.js';\n+imp...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(server-dev): Implement home and 404 page redirects.
1
chore
server-dev
386,595
18.01.2022 14:19:17
-7,200
b13848527749eb6f030bd944b1b169e8bd04af5d
fix(server): Home is also returned in getRootConfig.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n-import { createApiContext, getHome, getPageConfig, getRootConfig } from '@lowdefy/api';\n+import { createApiContext, getPageConfig, getRootConfig } from '@lowdefy/api';\nimport Page from '../components/Page.js';\nexport async function ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(server): Home is also returned in getRootConfig.
1
fix
server
756,059
18.01.2022 14:24:32
28,800
749c801e8d0bcb5f1d14741328a2d25a71cc33fa
feat: add --wide option to kerneldump utility
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import fs from 'fs';\nimport process from 'process';\n/* eslint-disable no-use-before-define */\n-export function dumpStore(swingStore, outfile, rawMode) {\n+export function dumpStore(swingStore, outfile, rawMode, truncate = true) {\nconst streamStore = sw...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: add --wide option to kerneldump utility
1
feat
null
386,595
18.01.2022 14:25:33
-7,200
fa6f8b9696f47f7aff8e2bd0f73839bc346e77c3
chore: Cleanup yarn install.
[ { "change_type": "MODIFY", "diff": "@@ -5638,8 +5638,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/server\", \"workspace:packages/server\"],\n[\"@lowdefy/api\", \"workspace:packages/api\"],\n[\"@lowdefy/block-utils\", \"workspace:packages/utils/block-utils\"],\n- [\"@lowdefy/bloc...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Cleanup yarn install.
1
chore
null
711,595
18.01.2022 14:57:05
-3,600
921f8e04332b006cd0879b3196fadeab8ebeac42
feat(core): Add a job queue name prefix as a config option Closes
[ { "change_type": "MODIFY", "diff": "@@ -149,6 +149,7 @@ export const defaultConfig: RuntimeVendureConfig = {\njobBufferStorageStrategy: new InMemoryJobBufferStorageStrategy(),\nactiveQueues: [],\nenableWorkerHealthCheck: false,\n+ prefix: '',\n},\ncustomFields: {\nAddress: [],\n", "new_path": "packages/...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Add a job queue name prefix as a config option (#1359) Closes #1350
1
feat
core
688,423
18.01.2022 15:04:02
-7,200
2845cd0d753fc91c836c2b793f194b3868de69e9
feat(ShowMore): extend ShowMore to display line breaks
[ { "change_type": "ADD", "diff": "+---\n+'@toptal/picasso': minor\n+---\n+\n+`ShowMore` component now displays line breaks in truncated state\n", "new_path": ".changeset/curly-boxes-hug.md", "old_path": null }, { "change_type": "ADD", "diff": "+import React from 'react'\n+import { ShowMor...
TypeScript
MIT License
toptal/picasso
feat(ShowMore): extend ShowMore to display line breaks (#2388)
1
feat
ShowMore
551,689
18.01.2022 15:11:53
0
0f1e88e4a6fa306245af49cb96005024352a57ca
fix(core): remove unnecessary object allocation
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,7 @@ import io.questdb.std.ConcurrentHashMap;\nimport io.questdb.std.Unsafe;\nimport java.util.Arrays;\n+import java.util.Iterator;\nimport java.util.Map;\npublic class ReaderPool extends AbstractPool implements ResourcePool<TableReader> {\n@@ -230,9 +231,9 @...
Java
Apache License 2.0
questdb/questdb
fix(core): remove unnecessary object allocation (#1794)
1
fix
core
791,400
18.01.2022 15:16:44
18,000
877f65d329ce289c4347660529daa5ddc2e6bcf8
doc(storage): edits to retry package docs Following up on some suggestions from
[ { "change_type": "MODIFY", "diff": "@@ -253,18 +253,18 @@ See https://pkg.go.dev/google.golang.org/api/googleapi#Error for more informatio\nRetrying failed requests\n-Methods of this package may use exponential backoff to retry calls\n-that fail with transient errors. Retrying continues indefinitely unless ...
Go
Apache License 2.0
googleapis/google-cloud-go
doc(storage): edits to retry package docs (#5312) Following up on some suggestions from #5300
1
doc
storage
815,598
18.01.2022 15:22:11
-28,800
7d03c556fcf29a2920fbc5278d5acfd05a8bbce0
chore: CHANGELOG for v0.101.4
[ { "change_type": "MODIFY", "diff": "+### Features\n+\n+* #3231: Check listen port occupancy (@driftluo)\n+* #3261: Tuning the locator algorithm (@driftluo)\n+* #3254: Port to aarch64, and provide official binary when release (@yangby-cryptape)\n+* #3134: Ckb2021 on rust2021 (@zhangsoledad)\n+\n+### Bug Fixe...
Rust
MIT License
nervosnetwork/ckb
chore: CHANGELOG for v0.101.4
1
chore
null
126,295
18.01.2022 15:27:38
-3,600
89c3e3e8a4293909421d23025d7a26bb04b35a5e
release: v1.2.2
[ { "change_type": "MODIFY", "diff": "@@ -4,11 +4,43 @@ All notable changes to this project will be documented in this file. This projec\n## [Unreleased]\n-<a name=\"v1.2.1\"></a>\n-## [v1.2.1] - 0001-01-01\n+<a name=\"v1.2.2\"></a>\n+## [v1.2.2] - 2022-01-17\n+### Bug Fixes\n+- registering connection in orde...
Go
Apache License 2.0
codenotary/immudb
release: v1.2.2 Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
release
null