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,473
28.01.2022 14:36:20
-28,800
1dcc188dd8230954e2801f7c6e3034b0c0215bc4
fix(es/modules): Allow using dynamic import with a name from another import
[ { "change_type": "MODIFY", "diff": "@@ -506,13 +506,21 @@ impl Scope {\nExpr::Call(CallExpr {\nspan,\ncallee: Callee::Import(_),\n- args,\n+ mut args,\n..\n}) if !folder.config().ignore_dynamic\n// TODO: import assertion\n&& args.len() == 1 =>\n{\n- folder.make_dynamic_import(span, args)\n+ let expr = match...
Rust
Apache License 2.0
swc-project/swc
fix(es/modules): Allow using dynamic import with a name from another import (#3390)
1
fix
es/modules
791,704
28.01.2022 14:48:50
28,800
eba2a4d19c5786dc37e993858ff4b663181f81e5
deps(lighthouse-stack-packs): upgrade to 1.7.0
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,11 @@ const stackPacksToInclude = [\npackId: 'wordpress',\nrequiredStacks: ['js:wordpress'],\n},\n+ // waiting for https://github.com/johnmichel/Library-Detector-for-Chrome/pull/193\n+ // {\n+ // packId: 'ezoic',\n+ // requiredStacks: ['js:ezoic'],\n+ // },\n...
JavaScript
Apache License 2.0
googlechrome/lighthouse
deps(lighthouse-stack-packs): upgrade to 1.7.0 (#13604)
1
deps
lighthouse-stack-packs
447,446
28.01.2022 14:51:00
-3,600
fb1242f2da71a90e9a000d3c9cf3cf518201dbf2
fix: add `children` prop to InternalOverlay types
[ { "change_type": "MODIFY", "diff": "-import { RefObject, ComponentClass, FunctionComponent } from 'react';\n+import { RefObject, ComponentClass, FunctionComponent, ReactNode } from 'react';\ntype TriggerElementRefFunction = () => RefObject<HTMLElement>;\n@@ -37,6 +37,7 @@ export interface InternalOverlayPro...
JavaScript
MIT License
nexxtway/react-rainbow
fix: add `children` prop to InternalOverlay types (#2363) Co-authored-by: Jose Leandro Torres <jtorressicilia@gmail.com>
1
fix
null
777,401
28.01.2022 14:52:21
18,000
417c48c48d5623b8bc341b6cd00de95f496a1831
feat: make k8s fluent bit sidecar image configurable This change adds a config section to the Kubernetes resource manager config to make the image for the Fluent Bit sidecar configurable.
[ { "change_type": "MODIFY", "diff": "@@ -360,6 +360,10 @@ The master supports the following configuration settings:\n- ``master_service_name``: The service account Determined uses to interact with the\nKubernetes API.\n+ - ``fluent``: Options for configuring how Fluent Bit sidecars are run.\n+\n+ - ``image``...
Python
Apache License 2.0
determined-ai/determined
feat: make k8s fluent bit sidecar image configurable (#3518) This change adds a config section to the Kubernetes resource manager config to make the image for the Fluent Bit sidecar configurable.
1
feat
null
276,982
28.01.2022 14:57:28
10,800
98128d8b02e8e968067fc5e043158ee11aa49d08
refactor: refactor header to use Box component
[ { "change_type": "MODIFY", "diff": "-const Header = ({ colors, elevations, spacing }) => ({\n+const Header = ({ spacing }) => ({\nlogo: {\nwidth: {\nxxs: 80,\n@@ -9,8 +9,6 @@ const Header = ({ colors, elevations, spacing }) => ({\nlg: 48,\n},\n},\n- shadow: elevations.medium,\n- background: colors.white,\np...
JavaScript
MIT License
gympass/yoga
refactor: refactor header to use Box component
1
refactor
null
217,922
28.01.2022 14:58:44
-3,600
675d435f1191b82fac16f83a77404b5a4d35e456
chore: cleanup for history and contribution stats stuff
[ { "change_type": "MODIFY", "diff": "@@ -198,27 +198,6 @@ export class ListDetailsLoaded implements Action {\n}\n}\n-export class ListHistoryLoaded implements Action {\n- readonly type = ListsActionTypes.ListHistoryLoaded;\n-\n- constructor(public listId: string, public history: ModificationEntry[]) {\n- }\n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: cleanup for history and contribution stats stuff
1
chore
null
730,445
28.01.2022 15:23:29
28,800
1265ca270e4624a4af5081c335249507a717908e
docs(plugin-meeting): update samples authentication
[ { "change_type": "MODIFY", "diff": "let webex;\nlet receiveTranscriptionOption;\n+const credentialsFormElm = document.querySelector('#credentials');\nconst tokenElm = document.querySelector('#access-token');\nconst saveElm = document.querySelector('#access-token-save');\nconst authStatusElm = document.query...
JavaScript
MIT License
webex/webex-js-sdk
docs(plugin-meeting): update samples authentication
1
docs
plugin-meeting
551,648
28.01.2022 15:49:57
-10,800
c7f0a9da5505264e4b88b9046e5762a224e8a8ce
chore(ilp): remove agressive ILP TCP read retry mode
[ { "change_type": "MODIFY", "diff": "@@ -343,7 +343,6 @@ public class PropServerConfiguration implements ServerConfiguration {\nprivate long lineTcpCommitTimeout;\nprivate String lineTcpAuthDbPath;\nprivate int lineTcpDefaultPartitionBy;\n- private int lineTcpAggressiveReadRetryCount;\nprivate long minIdleMs...
Java
Apache License 2.0
questdb/questdb
chore(ilp): remove agressive ILP TCP read retry mode (#1837)
1
chore
ilp
841,421
28.01.2022 16:08:41
-32,400
91d78000ea445575f9ac30d0f36299ab4f0cbf5c
feat(es/minifier): Implement `drop_console` swc_ecma_minifier: - Merge `drop_console` into pure optimizer. - Implement `drop_console`. (Closes
[ { "change_type": "DELETE", "diff": "-use std::{borrow::Cow, mem::take};\n-use swc_common::pass::CompilerPass;\n-use swc_ecma_ast::*;\n-use swc_ecma_transforms::pass::JsPass;\n-use swc_ecma_visit::{as_folder, noop_visit_mut_type, VisitMut, VisitMutWith};\n-\n-pub fn drop_console() -> impl JsPass + VisitMut {...
Rust
Apache License 2.0
swc-project/swc
feat(es/minifier): Implement `drop_console` (#3392) swc_ecma_minifier: - Merge `drop_console` into pure optimizer. - Implement `drop_console`. (Closes #2321)
1
feat
es/minifier
306,346
28.01.2022 16:30:40
-11,880
b25c2901bd3b9a189d4d2d5f7231c973324c24bb
refactor(aws): enhanced naming in migrated resources
[ { "change_type": "MODIFY", "diff": "@@ -8,12 +8,12 @@ import (\nfunc getDXGatewayAssociationRegistryItem() *schema.RegistryItem {\nreturn &schema.RegistryItem{\nName: \"aws_dx_gateway_association\",\n- RFunc: NewDxGatewayAssociation,\n+ RFunc: NewDXGatewayAssociation,\nReferenceAttributes: []string{\"associ...
Go
Apache License 2.0
infracost/infracost
refactor(aws): enhanced naming in migrated resources
1
refactor
aws
129,370
28.01.2022 17:03:11
-3,600
05aac7433d0334518b994167422c8f664bcb84d3
fix: Ignore packages that are not plugins When a package starting with a plugin name is found, but it is not a plugin, it becomes safely ignored.
[ { "change_type": "MODIFY", "diff": "import importlib\n+import logging\nimport pkgutil\n-from typing import Dict, Type\n+from typing import Dict, Type\nfrom commitizen.cz.base import BaseCommitizen\nfrom commitizen.cz.conventional_commits import ConventionalCommitsCz\nfrom commitizen.cz.customize import Cust...
Python
MIT License
commitizen-tools/commitizen
fix: Ignore packages that are not plugins When a package starting with a plugin name is found, but it is not a plugin, it becomes safely ignored.
1
fix
null
428,439
28.01.2022 17:14:23
18,000
18b359e0b49a5021170af50bd41e12bf74e65c1b
test(NODE-3738): fix uri spec runner
[ { "change_type": "DELETE", "diff": "-'use strict';\n-\n-const { expect } = require('chai');\n-const { promisify } = require('util');\n-require('chai').use(require('chai-subset'));\n-\n-const { parseOptions, resolveSRVRecord } = require('../../../src/connection_string');\n-const { MongoParseError } = require...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
test(NODE-3738): fix uri spec runner (#3117)
1
test
NODE-3738
877,015
28.01.2022 17:37:16
-3,600
cad86dfc01eb2df9a13ca96b1b5b6d026161d3ca
refactor(@vtmn/css-design-tokens): add layout gutters & margins
[ { "change_type": "MODIFY", "diff": "/* Breakpoints */\n@import './breakpoints';\n+/* Layout */\n+@import './layout';\n+\n/* Opacities */\n@import './opacities';\n", "new_path": "packages/sources/css/src/design-tokens/src/index.css", "old_path": "packages/sources/css/src/design-tokens/src/index.css" ...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/css-design-tokens): add layout gutters & margins (#953)
1
refactor
@vtmn/css-design-tokens
877,015
28.01.2022 18:14:21
-3,600
696cd59bb7996e9783b9eaa94106edc31f78ac6f
refactor(@vtmn/css): tailwind preset
[ { "change_type": "MODIFY", "diff": "--vtmn-layout-gutter_small-desktop: rem(16px);\n--vtmn-layout-gutter_medium-desktop: rem(24px);\n--vtmn-layout-gutter_large-desktop: rem(32px);\n-\n--vtmn-layout-margin_mobile: rem(20px);\n--vtmn-layout-margin_tablet: rem(24px);\n--vtmn-layout-margin_small-desktop: rem(40...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/css): tailwind preset
1
refactor
@vtmn/css
217,922
28.01.2022 18:17:10
-3,600
ca197b6d81d5f7b06ec107d9c524ba90eeaf5ca5
fix(desktop): fixed fish db page freezing on load
[ { "change_type": "MODIFY", "diff": "@@ -420,7 +420,7 @@ export class IpcListenersManager {\nprivate setupLodestoneListeners(): void {\nipcMain.on('lodestone:getCharacter', (event, id) => {\n- const worker = new Worker(isDev ? join(__dirname, '../workers/lodestone.js') : join(app.getAppPath(), '../../resourc...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed fish db page freezing on load
1
fix
desktop
342,861
28.01.2022 18:30:42
-3,600
ba4c79cce158338ac6f3e823664a018a5abcef5b
docs(tracking): fix stacked search
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,7 @@ const ComponentPage = ({ data, location, pageContext }: PageProps) => {\nsetRender(true);\nsetAllSources(sourceLinks);\n}\n- }, [sources, setAllSources, setRender, sourceLinks]);\n+ }, [setRender]);\nconst measureRef = React.useCallback(n => {\nif (n) {\...
JavaScript
MIT License
kiwicom/orbit
docs(tracking): fix stacked search (#3259)
1
docs
tracking
129,370
28.01.2022 18:33:43
-3,600
fe5e08930379fd0fdc7f4f28f0901a01224104b1
test: Checking that warnings are risen
[ { "change_type": "MODIFY", "diff": "import importlib\n-import logging\nimport pkgutil\n-from typing import Dict, Type\n+import warnings\n+from pathlib import Path\n+from typing import Dict, Iterable, Type\nfrom commitizen.cz.base import BaseCommitizen\nfrom commitizen.cz.conventional_commits import Conventi...
Python
MIT License
commitizen-tools/commitizen
test: Checking that warnings are risen
1
test
null
419,559
28.01.2022 19:01:42
-39,600
5a3372265556a4d9acfeec8ae52f7b6aab9307af
fix(core): allow empty strings in postgres arrays
[ { "change_type": "MODIFY", "diff": "@@ -98,7 +98,8 @@ export class PostgreSqlPlatform extends AbstractSqlPlatform {\n}\nmarshallArray(values: string[]): string {\n- return `{${values.join(',')}}`;\n+ // Empty string needs to be explicitly represented\n+ return `{${values.map(v => !v ? `\"\"` : v).join(',')}...
TypeScript
MIT License
mikro-orm/mikro-orm
fix(core): allow empty strings in postgres arrays (#2680)
1
fix
core
847,143
28.01.2022 19:13:13
-28,800
37be4a109294d5d876285743cc4930548ae673c5
ci: add README.md when delopy
[ { "change_type": "MODIFY", "diff": "@@ -50,6 +50,12 @@ jobs:\n- name: Build Theme demo\nrun: yarn run demo:build\n+ - name: Create README.md\n+ run: |-\n+ echo \"# v1 Theme Demo\" >> demo/dist/README.md\n+ echo \"\" >> demo/dist/README.md\n+ echo \"### This repo holds the output files of V1 Theme Demo. You ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
ci: add README.md when delopy
1
ci
null
847,143
28.01.2022 19:15:57
-28,800
c7cc980be73d689afaaade4c9d74425a0d517d18
fix(theme): fix page nav icon
[ { "change_type": "MODIFY", "diff": "transition: border-top var(--color-transition);\n}\n- .prev .icon,\n- .next .icon {\n+ .prev-icon,\n+ .next-icon {\nposition: relative;\ntop: 0.125em;\nwidth: 1em;\ncolor: var(--theme-color);\n}\n+ .nav-link .icon {\n+ margin-right: 0.25em;\n+ }\n+\n.next {\nfloat: right;...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix page nav icon
1
fix
theme
551,648
28.01.2022 19:23:48
-10,800
4c3a3af621e05ecff1d1867d3433b8eb36ce98d1
feat(http): add flag to report JIT compilation status in REST API
[ { "change_type": "MODIFY", "diff": "@@ -82,6 +82,7 @@ public class JsonQueryProcessorState implements Mutable, Closeable {\nprivate int queryState = QUERY_PREFIX;\nprivate int columnIndex;\nprivate boolean countRows = false;\n+ private boolean explain = false;\nprivate long count;\nprivate long skip;\npriva...
Java
Apache License 2.0
questdb/questdb
feat(http): add flag to report JIT compilation status in REST API (#1836)
1
feat
http
76,611
28.01.2022 19:47:05
-3,600
5d717860cc742e8af34c4191c29df0b984c2d524
feat: add NER example (17)
[ { "change_type": "ADD", "diff": "+const { dockStart } = require('@nlpjs/basic');\n+\n+(async () => {\n+ const locale = 'en';\n+ const dock = await dockStart({\n+ settings: {\n+ nlp: {\n+ forceNER: true,\n+ },\n+ },\n+ use: ['Basic'],\n+ });\n+ const nlp = dock.get('nlp');\n+\n+ nlp.addLanguage(locale);\n+\n...
JavaScript
MIT License
axa-group/nlp.js
feat: add NER example (17)
1
feat
null
847,143
28.01.2022 19:49:38
-28,800
fdd304a5cbc6cb5453901352d610e50c259202c1
feat(theme): improve collapsable sidebar group with link
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { computed, defineComponent, h } from \"vue\";\nimport { RouterLink, useRoute } from \"vue-router\";\nimport SidebarLinks from \"./SidebarLinks\";\nimport DropdownTransition from \"../transitions/DropTransition.vue\";\n-import { renderGroupHeader } ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): improve collapsable sidebar group with link
1
feat
theme
730,451
28.01.2022 20:49:16
-19,080
f4e41811ab2df17cac18ffcd83d30cef26131dca
feat(plugin-meetings): start sending behavioral metrics to amplitude
[ { "change_type": "MODIFY", "diff": "@@ -1216,14 +1216,22 @@ export const MEDIA_DEVICES = {\n// Metrics constants ----------------------------------------------------------\n-export const METRICS_OPERATIONAL_MEASURES = {\n- JOIN_ATTEMPT: 'js_sdk_join_attempt',\n+export const BEHAVIORAL_METRICS = {\n+ MEETING...
JavaScript
MIT License
webex/webex-js-sdk
feat(plugin-meetings): start sending behavioral metrics to amplitude
1
feat
plugin-meetings
404,827
28.01.2022 22:48:35
-3,600
6f434f562d69671c86af4c13d21d819e02f066b9
fix: remove `FALLBACK_SLUGS` logic
[ { "change_type": "MODIFY", "diff": "@@ -29,16 +29,3 @@ export const OVERLAY_STATE = {\nABOUT: 'about',\nKEYBINDINGS: 'keybindings'\n}\n-\n-export const FALLBACK_SLUGS = {\n- bytesandhumans: 'bytes-and-humans',\n- chrisbiscardi: 'chris-biscardi',\n- draculashop: 'dracula-shop',\n- kfund: 'k-fund',\n- meta: '...
JavaScript
MIT License
microlinkhq/cards
fix: remove `FALLBACK_SLUGS` logic
1
fix
null
404,827
28.01.2022 22:50:05
-3,600
191b2f4412c723754a597447d42bad7aac610391
fix: `github-repo` preset + Use new MQL prop syntax
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,8 @@ const code = (\n>\n<MQL\nurl={query.url}\n- data={{\n+ options={{\n+ data: {\nlanguages: {\nselectorAll: '.Layout-sidebar .Progress > span',\ntype: 'text',\n@@ -72,6 +73,7 @@ const code = (\nattr: 'title',\ntype: 'number'\n}\n+ }\n}}\n>\n{(payload) => {\...
JavaScript
MIT License
microlinkhq/cards
fix: `github-repo` preset + Use new MQL prop syntax
1
fix
null
71,413
28.01.2022 22:58:40
0
5ce2146f477facb5791814ac6994e1e43167b09f
chore: no-op change to trigger build
[ { "change_type": "MODIFY", "diff": "@@ -176,8 +176,6 @@ describe('cluster', () => {\nVersion: '2012-10-17',\n},\n});\n-\n-\n});\ntestDeprecated('with only vpc set, it correctly sets default properties', () => {\n", "new_path": "packages/@aws-cdk/aws-ecs/test/cluster.test.ts", "old_path": "packages/@...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: no-op change to trigger build
1
chore
null
71,413
28.01.2022 23:34:05
0
c4b58dbae5ae54fd2fa7d2680705b04a9dc80d65
chore(glue): fix broken tests from merge
[ { "change_type": "MODIFY", "diff": "@@ -323,6 +323,10 @@ describe('Job', () => {\n's3:List*',\n's3:DeleteObject*',\n's3:PutObject',\n+ 's3:PutObjectLegalHold',\n+ 's3:PutObjectRetention',\n+ 's3:PutObjectTagging',\n+ 's3:PutObjectVersionTagging',\n's3:Abort*',\n],\nEffect: 'Allow',\n@@ -408,6 +412,10 @@ des...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(glue): fix broken tests from merge
1
chore
glue
418,632
28.01.2022 23:41:16
-28,800
8d6f6e89786ece993dc3c71cb5cd2e1da69b2732
fix: createFunctionApp
[ { "change_type": "MODIFY", "diff": "@@ -173,23 +173,25 @@ export async function createFunctionApp<\n>(\nbaseDir: string = process.cwd(),\noptions?: MockAppConfigurationOptions,\n- customFrameworkName?: { new (...args): T } | ComponentModule\n+ customFrameworkModule?: { new (...args): T } | ComponentModule\n...
TypeScript
MIT License
midwayjs/midway
fix: createFunctionApp (#1628)
1
fix
null
404,827
28.01.2022 23:44:53
-3,600
4b5213abe317fe3b2ccc2919f9e7daefc0115f12
refactor: update static preset page generation + Use `getStaticPaths` & `getStaticProps` + Use static `/preview` directory for preset meta images
[ { "change_type": "MODIFY", "diff": "-const { readdirSync } = require('fs')\n-const path = require('path')\n-\n-const PRESETS_ORIGIN_PATH = path.resolve(__dirname, 'src/components/presets')\n-\n-const PRESETS = readdirSync(PRESETS_ORIGIN_PATH)\n- .map(filename => path.basename(filename, '.js'))\n- .filter(pr...
JavaScript
MIT License
microlinkhq/cards
refactor: update static preset page generation + Use `getStaticPaths` & `getStaticProps` + Use static `/preview` directory for preset meta images
1
refactor
null
847,143
29.01.2022 00:05:43
-28,800
d870212a402f9578066851ec754a56d112e41c75
feat(md-enhance): add flowchart back
[ { "change_type": "MODIFY", "diff": "\"@vuepress/plugin-container\": \"2.0.0-beta.35\",\n\"@vuepress/shared\": \"2.0.0-beta.35\",\n\"@vuepress/utils\": \"2.0.0-beta.35\",\n+ \"flowchart.js\": \"^1.17.0\",\n\"katex\": \"^0.15.2\",\n\"markdown-it\": \"^12.3.2\",\n\"mermaid\": \"^8.13.10\",\n", "new_path": ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(md-enhance): add flowchart back
1
feat
md-enhance
71,413
29.01.2022 00:22:44
0
0a6daaa8118674a97fc7ebb2c1a13996367d8db8
chore: fixing more tests broken by merge
[ { "change_type": "MODIFY", "diff": "@@ -88,6 +88,10 @@ describe('S3 destination', () => {\n's3:List*',\n's3:DeleteObject*',\n's3:PutObject',\n+ 's3:PutObjectLegalHold',\n+ 's3:PutObjectRetention',\n+ 's3:PutObjectTagging',\n+ 's3:PutObjectVersionTagging',\n's3:Abort*',\n],\nEffect: 'Allow',\n@@ -120,6 +124,...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: fixing more tests broken by merge
1
chore
null
404,827
29.01.2022 00:35:30
-3,600
0c3f291403524a9bf0f55a4abb5bbdbc59ceba7a
chore: suggestions from code review + Improve SEO tags + Small refactor to generate-previews
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ const outputPreset = preset => path.resolve(PRESET_DIST_PATH, `${preset}.png`)\nconst PRESETS = readdirSync(PRESETS_ORIGIN_PATH)\n.map(filename => path.basename(filename, '.js'))\n- .filter(preset => preset !== 'scope' && preset !== 'index')\n+ .filter(p...
JavaScript
MIT License
microlinkhq/cards
chore: suggestions from code review + Improve SEO tags + Small refactor to generate-previews
1
chore
null
71,413
29.01.2022 01:02:55
0
e8bd598ecdc7a2123e66325199e26ab486d3fac6
chore: fixing build failures
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import * as codepipeline from '@aws-cdk/aws-codepipeline';\nimport * as codepipeline_actions from '@aws-cdk/aws-codepipeline-actions';\nimport * as ec2 from '@aws-cdk/aws-ec2';\nimport * as iam from '@aws-cdk/aws-iam';\n-import { Stack } from '@aws-cdk/cor...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: fixing build failures
1
chore
null
847,143
29.01.2022 01:15:12
-28,800
dadf14ebbc090de1a966a50a6bce304257b320e7
feat(sass-palette): support auto load palette
[ { "change_type": "MODIFY", "diff": "import { defineClientAppEnhance } from \"@vuepress/client\";\nimport CommentService from \"./components/CommentService\";\n-import \"./styles/index.scss\";\n-\nexport default defineClientAppEnhance(({ app }) => {\napp.component(\"CommentService\", CommentService);\n});\n"...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(sass-palette): support auto load palette
1
feat
sass-palette
847,143
29.01.2022 01:16:27
-28,800
f52d81078914b230cd203945516f58f955525219
fix(theme): fix darkmode apply in template
[ { "change_type": "MODIFY", "diff": "<meta name=\"generator\" content=\"VuePress {{ version }}\" />\n<style>\n:root {\n- --c-bg: #fff;\n+ --bg-color: #fff;\n}\n- html.dark {\n- --c-bg: #22272e;\n+\n+ body[data-theme=\"dark\"] {\n+ --bg-color: #1e1e1e;\n}\n+\nhtml,\nbody {\n- background-color: var(--c-bg);\n+...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix darkmode apply in template
1
fix
theme
71,413
29.01.2022 01:54:04
0
14254e68b47a37673422397ed31db4fafd19d3a8
chore: fixing build issues caused by rosetta
[ { "change_type": "MODIFY", "diff": "@@ -169,7 +169,7 @@ import * as s3 from '@aws-cdk/aws-s3';\nimport * as cdk from '@aws-cdk/core';\nclass S3BucketProduct extends servicecatalog.ProductStack {\n- constructor(scope: cdk.Construct, id: string) {\n+ constructor(scope: Construct, id: string) {\nsuper(scope, i...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: fixing build issues caused by rosetta
1
chore
null
71,429
29.01.2022 03:51:56
-32,400
872277b9e853dbf5f2cac84b5afb6d26e0ed5659
feat(eks): cluster logging Fixes *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -1397,6 +1397,31 @@ Kubernetes [endpoint access](#endpoint-access), you must also specify:\n* `kubectlPrivateSubnetIds` - a list of private VPC subnets IDs that will be used\nto access the Kubernetes endpoint.\n+## Logging\n+\n+EKS supports cluster logging for 5 differ...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(eks): cluster logging (#18112) Fixes #4159 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
eks
76,611
29.01.2022 07:53:27
-3,600
c7a9fc993f3d0f0248f3cd764b36268df5087183
fix: update exampel
[ { "change_type": "MODIFY", "diff": "-const { dockStart } = require('@nlpjs/basic');\n+const { dockStart } = require('../../packages/basic');\n(async () => {\nconst locale = 'en';\n", "new_path": "examples/17-ner/index.js", "old_path": "examples/17-ner/index.js" }, { "change_type": "MODIFY", ...
JavaScript
MIT License
axa-group/nlp.js
fix: update exampel
1
fix
null
129,370
29.01.2022 08:17:07
-3,600
16b37ee4ae492a3c8d2752b2fb38a5ca9caa9e99
refactor: iter_modules only accepts str
[ { "change_type": "MODIFY", "diff": "import importlib\nimport pkgutil\nimport warnings\n-from pathlib import Path\nfrom typing import Dict, Iterable, Type\nfrom commitizen.cz.base import BaseCommitizen\n@@ -10,7 +9,7 @@ from commitizen.cz.customize import CustomizeCommitsCz\nfrom commitizen.cz.jira import Ji...
Python
MIT License
commitizen-tools/commitizen
refactor: iter_modules only accepts str
1
refactor
null
76,611
29.01.2022 08:28:55
-3,600
2d3a2834416e65b001bb2315a46b3788609ff53c
chore: update botbuilder dep
[ { "change_type": "MODIFY", "diff": "\"integrity\": \"sha512-oy4azzGHiDnN/bQui4EkKjDeEWCodjvaDGFNKD50802HxXo1Iv9Ba3Occ9sn8Sbp7JOHzyIzyOvCdJt3E2lnqg==\"\n},\n\"@opentelemetry/api\": {\n- \"version\": \"1.0.4\",\n- \"resolved\": \"https://registry.npmjs.org/@opentelemetry/api/-/api-1.0.4.tgz\",\n- \"integrity\...
JavaScript
MIT License
axa-group/nlp.js
chore: update botbuilder dep
1
chore
null
67,475
29.01.2022 08:59:50
0
0d26f6b1e27f5983c0f174eccf5b5b4868d73431
GitBook: How to build plugins
[ { "change_type": "MODIFY", "diff": "* [Configuration and setup](developer-guides/store/configuration-and-setup.md)\n* [Middleware](developer-guides/store/middleware.md)\n* [Testing](developer-guides/testing.md)\n+* [Building plugins](developer-guides/building-plugins.md)\n* [Dialog](developer-guides/dialog....
TypeScript
MIT License
aurelia/aurelia
GitBook: [#120] How to build plugins
1
gitbook
null
847,143
29.01.2022 10:45:22
-28,800
441eb9fba050d9a605608638000d2f9b85100ff3
chore(md-enhance): update build config
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ export default [\nexternal: [\n\"@CodeGroup\",\n\"@CodeGroupItem\",\n+ \"@FlowChart\",\n\"@Mermaid\",\n\"@Presentation\",\n\"@vuepress/client\",\n@@ -33,30 +34,23 @@ export default [\ndtsExternal: [/\\.scss$/],\n}),\n...rollupTypescript(\"client/componen...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore(md-enhance): update build config
1
chore
md-enhance
847,143
29.01.2022 10:46:37
-28,800
7680ca339fc4f06aa1aa5f92a04f4bb6d3961a2d
refactor(sass-palette): update temp folder
[ { "change_type": "MODIFY", "diff": "@@ -6,12 +6,12 @@ import type { SassPaletteOptions } from \"../shared\";\nconst emptyFile = path.resolve(__dirname, \"../../styles/empty.scss\");\nconst writeLoadFile = (app: App, id: string): void => {\n- const loadFilePath = app.dir.temp(`palette/load-${id}.js`);\n+ con...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(sass-palette): update temp folder
1
refactor
sass-palette
847,143
29.01.2022 10:56:53
-28,800
7c886f9c7643d28a90e44814614b56c56e4cf2e0
refactor: always use app as first arg
[ { "change_type": "MODIFY", "diff": "@@ -11,10 +11,10 @@ export class FeedGenerator {\nfeed: Feed;\nconstructor(\n- private pages: Page[],\n+ private app: App,\nprivate options: FeedOptions,\n- feedOption: FeedInitOptions,\n- private app: App\n+ private pages: Page[],\n+ feedOption: FeedInitOptions\n) {\nthi...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor: always use app as first arg
1
refactor
null
76,611
29.01.2022 11:13:28
-3,600
8b830d35f4610b35614045f2535c635111feeb70
fix: improve regex
[ { "change_type": "MODIFY", "diff": "@@ -55,7 +55,7 @@ function trimBetween(line, left, right, shouldBeFirst = false) {\n};\n}\n-const CARD_LINK_REGEX = /.*!?\\[.*\\]\\(https?:\\/\\/.*\\).*/ig;\n+const CARD_LINK_REGEX = /!?\\[.{0,100}\\]\\(https?:\\/\\/.{0,2048}\\)/ig;\nfunction trimLine(line) {\nconst trimm...
JavaScript
MIT License
axa-group/nlp.js
fix: improve regex
1
fix
null
847,143
29.01.2022 11:25:07
-28,800
ce0346eae3093463d7115e24e918032cee18f09e
fix(pwa2): fix devServer issue
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ export const pwaPlugin: Plugin<PWAOptions> = (options, app) => {\nuseCustomDevServer(\napp,\n\"/manifest.webmanifest\",\n- () => manifest,\n+ async () => JSON.stringify(await manifest),\n\"Unexpected manifest generate error\"\n);\n", "new_path": "pac...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(pwa2): fix devServer issue
1
fix
pwa2
841,421
29.01.2022 13:36:34
-32,400
cebc5dc148fa4c03a536a841a106955de18b010b
fix(swc): Run `resolver` before everything swc: - Use `ts_resolver` for typescript. This is required to handle decorators properly. - Apply `resolver` before creating custom passes.
[ { "change_type": "MODIFY", "diff": "@@ -48,11 +48,13 @@ use swc_ecma_transforms::{\noptimization::{const_modules, json_parse, simplifier},\npass::{noop, Optional},\nproposals::{decorators, export_default_from, import_assertions},\n- react, resolver_with_mark, typescript, Assumptions,\n+ react,\n+ resolver::...
Rust
Apache License 2.0
swc-project/swc
fix(swc): Run `resolver` before everything (#3400) swc: - Use `ts_resolver` for typescript. This is required to handle decorators properly. - Apply `resolver` before creating custom passes.
1
fix
swc
217,922
29.01.2022 15:01:46
-3,600
e459db28c2a2d68a56ecc2fe05aa4add8fb1a744
fix(list): refactoring of the transaction system to fix list tracking
[ { "change_type": "MODIFY", "diff": "@@ -205,6 +205,14 @@ export abstract class FirestoreStorage<T extends DataModel> extends DataStore<T>\nreturn from(batch.commit());\n}\n+ public runTransaction(listId: string, transactionFn: (transaction: firebase.firestore.Transaction, serverCopy: firebase.firestore.Docu...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): refactoring of the transaction system to fix list tracking
1
fix
list
847,143
29.01.2022 15:49:32
-28,800
d4951023510555f456c91da7a1ef49bba6c709e9
fix(components): fix Pagination input
[ { "change_type": "MODIFY", "diff": "@@ -39,8 +39,8 @@ export default defineComponent({\nrows: \"10\",\nplaceholder: \"Input your tex here\",\nvalue: input.value,\n- onInput: ({ target }) => {\n- input.value = target.value;\n+ onInput: ({ target }: InputEvent) => {\n+ input.value = (target as HTMLInputElemen...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(components): fix Pagination input
1
fix
components
847,143
29.01.2022 16:03:53
-28,800
6990734cd7f08c0ebf0406cb7b3d8033515b10b1
refactor(theme): update structure
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,6 @@ export * from \"./navbar\";\nexport * from \"./navLink\";\nexport * from \"./pageMeta\";\nexport * from \"./repoLink\";\n-export * from \"./resolveRouteWithRedirect\";\nexport * from \"./scrollPromise\";\nexport * from \"./sidebar\";\nexport * from \"./the...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(theme): update structure
1
refactor
theme
76,611
29.01.2022 16:04:52
-3,600
281e06aec5e3b9e0bde4eb405c4b9421a2b39ca6
test: add test cases for dialog parse
[ { "change_type": "ADD", "diff": "+/*\n+ * Copyright (c) AXA Group Operations Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, includ...
JavaScript
MIT License
axa-group/nlp.js
test: add test cases for dialog parse
1
test
null
447,446
29.01.2022 16:44:28
-3,600
b602bdf13d75c5a5df359f9f3a46b6e0521f9eb5
fix: update DatePickerModal value types
[ { "change_type": "MODIFY", "diff": "import { ReactNode } from 'react';\nimport { BaseProps } from '../types';\n+type Value = string | Date | Date[];\n+\nexport interface DatePickerModalProps extends BaseProps {\nid?: string;\ntitle?: ReactNode;\nisOpen?: boolean;\n- value?: string | Date;\n+ value?: Value;\...
JavaScript
MIT License
nexxtway/react-rainbow
fix: update DatePickerModal value types (#2364)
1
fix
null
847,143
29.01.2022 18:14:15
-28,800
d9d95372d4b0224f35e4b0e7c13e53504d79448a
refactor(theme): import styles in own scope
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,8 @@ import { useThemeLocaleData } from \"../composables\";\nimport type { VNode } from \"vue\";\n+import \"../styles/page404.scss\";\n+\nexport default defineComponent({\n// eslint-disable-next-line vue/multi-word-component-names\nname: \"Page404\",\n", "n...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(theme): import styles in own scope
1
refactor
theme
551,670
29.01.2022 20:24:47
-3,600
2573d803997a8709e1843c8287e18362addd4fd3
feat(sql): new syntax 'drop table if exists table-name' to not fail when the table does not exist
[ { "change_type": "MODIFY", "diff": "@@ -1946,15 +1946,37 @@ public class SqlCompiler implements Closeable {\n}\nprivate CompiledQuery dropTable(SqlExecutionContext executionContext) throws SqlException {\n+ // expected syntax: DROP TABLE [ IF EXISTS ] name [;]\nexpectKeyword(lexer, \"table\");\n+ CharSequen...
Java
Apache License 2.0
questdb/questdb
feat(sql): new syntax 'drop table if exists table-name' to not fail when the table does not exist (#1839)
1
feat
sql
847,143
29.01.2022 21:36:25
-28,800
a07137e4236753d43498ca8a1f27ab92f8dc675d
docs(pwa2): fix links
[ { "change_type": "MODIFY", "diff": "@@ -139,7 +139,7 @@ If the following fields are not set, they will try to fallback to the following\n| orientation | `'portrait-primary'` |\n| prefer_related_applications | `false` |\n-For complete configuration items, please see [Manifest Type Definition File](https://gi...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs(pwa2): fix links
1
docs
pwa2
392,551
29.01.2022 22:05:53
28,800
c8c832314050ebeb842be953315f4c0bc67cdaf3
fix: guard against bleeding css line height values
[ { "change_type": "MODIFY", "diff": "bottom: 0;\nright: 0;\nheight: 16px;\n+ line-height: initial;\nz-index: 10;\nfont-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\",\n\"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\",\n", "new_path": "styles/attribution...
TypeScript
MIT License
mapillary/mapillary-js
fix: guard against bleeding css line height values
1
fix
null
841,455
30.01.2022 06:33:46
-10,800
9dec9236f7b3c95c803571404d7abae71e173936
feat(es/lints): Implement `no-debugger` rule
[ { "change_type": "ADD", "diff": "+{\n+ \"jsc\": {\n+ \"lints\": {\n+ \"noDebugger\": [\"error\"]\n+ }\n+ }\n+}\n\\ No newline at end of file\n", "new_path": "crates/swc/tests/errors/lints/no-debugger/.swcrc", "old_path": null }, { "change_type": "ADD", "diff": "+function f() {\n+ debugge...
Rust
Apache License 2.0
swc-project/swc
feat(es/lints): Implement `no-debugger` rule (#3398)
1
feat
es/lints
76,611
30.01.2022 06:38:11
-3,600
9f164a59d50919844b93b5cde930eb7dd142d22c
feat: improve ner example (17)
[ { "change_type": "MODIFY", "diff": "\"no-restricted-syntax\": 0,\n\"no-await-in-loop\": \"off\"\n},\n+ \"overrides\": [\n+ {\n+ \"files\": [\"examples/**/*.js\"],\n+ \"rules\": {\n+ \"no-console\": \"off\"\n+ }\n+ }\n+ ],\n\"env\": {\n\"node\": true,\n\"jest/globals\": true\n", "new_path": ".eslintrc", ...
JavaScript
MIT License
axa-group/nlp.js
feat: improve ner example (17)
1
feat
null
76,611
30.01.2022 06:49:09
-3,600
faa0511c73127e7f21248ae9e4bde644e302c19f
feat: add example for NER with MS builtin entities
[ { "change_type": "ADD", "diff": "+{\n+ \"name\": \"18-ner-builtin-ms\",\n+ \"version\": \"1.0.0\",\n+ \"description\": \"Example of using NER\",\n+ \"main\": \"index.js\",\n+ \"scripts\": {\n+ \"test\": \"echo \\\"Error: no test specified\\\" && exit 1\"\n+ },\n+ \"keywords\": [],\n+ \"author\": \"Eric Lara...
JavaScript
MIT License
axa-group/nlp.js
feat: add example for NER with MS builtin entities
1
feat
null
841,385
30.01.2022 07:10:58
-10,800
3c8d985a07baf5a52f40221fcc73344b3ca48d15
fix(css/parser): Fix bugs related to `url`
[ { "change_type": "MODIFY", "diff": "@@ -208,13 +208,7 @@ where\nself.input.skip_ws()?;\nlet is_dashed_ident = match cur!(self) {\n- Token::Ident { value, .. } => {\n- if value.starts_with(\"--\") {\n- true\n- } else {\n- false\n- }\n- }\n+ Token::Ident { value, .. } => value.starts_with(\"--\"),\n_ => {\nre...
Rust
Apache License 2.0
swc-project/swc
fix(css/parser): Fix bugs related to `url` (#3403)
1
fix
css/parser
217,922
30.01.2022 09:55:33
-3,600
5ce7efab2ac0d95e32ea29d44a4da9a1b50676bd
fix(lists): fixed ephemeral lists not deleting themselves properly
[ { "change_type": "MODIFY", "diff": "@@ -305,9 +305,10 @@ export class ListsEffects {\n), { dispatch: false });\ndeleteEphemeralListsOnComplete$ = createEffect(() => this.actions$.pipe(\n- ofType<UpdateList>(ListsActionTypes.UpdateList, ListsActionTypes.UpdateListProgress, ListsActionTypes.UpdateListAtomic),...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(lists): fixed ephemeral lists not deleting themselves properly
1
fix
lists
392,551
30.01.2022 10:56:16
28,800
c3e26c5d108b509f36849bb4a8979e067220e8f1
fix: correct viewer set filter declaration Make it explicit that filter can be unset for clearing.
[ { "change_type": "MODIFY", "diff": "@@ -3212,7 +3212,7 @@ export interface IViewer {\nsetCameraControls(controls: $Values<typeof CameraControls>): void;\nsetCenter(center: number[]): void;\nsetFieldOfView(fov: number): void;\n- setFilter(filter: FilterExpression): Promise<void>;\n+ setFilter(filter?: Filter...
TypeScript
MIT License
mapillary/mapillary-js
fix: correct viewer set filter declaration Make it explicit that filter can be unset for clearing.
1
fix
null
217,922
30.01.2022 11:21:12
-3,600
9703f0dd1c45f79689ef09134c8e731561d204e7
fix(pricing): fixed wrong formula for recipes yielding > 1 item
[ { "change_type": "MODIFY", "diff": "@@ -528,7 +528,7 @@ export class ListsEffects {\nfilter(([, list, userId]) => {\nreturn !list.ephemeral && list.authorId === userId && ListController.isComplete(list);\n}),\n- debounceTime(2000),\n+ debounceTime(500),\ntap(([, list]) => {\nif (!list.hasCommission) {\nthis...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(pricing): fixed wrong formula for recipes yielding > 1 item
1
fix
pricing
269,464
30.01.2022 11:28:00
10,800
7085b4c557d74d38176fd6e38254107f3ea05c8a
docs: improve docs for changelog skipping closes
[ { "change_type": "MODIFY", "diff": "@@ -72,7 +72,7 @@ func newReleaseCmd() *releaseCmd {\n}\ncmd.Flags().StringVarP(&root.opts.config, \"config\", \"f\", \"\", \"Load configuration from file\")\n- cmd.Flags().StringVar(&root.opts.releaseNotesFile, \"release-notes\", \"\", \"Load custom release notes from a ...
Go
MIT License
goreleaser/goreleaser
docs: improve docs for changelog skipping closes #2601
1
docs
null
76,611
30.01.2022 11:49:43
-3,600
c294ebadd470e070673fa91372db55764d4b01cb
chore: apply small format
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,6 @@ const execTimeWord = [];\nconst execTimeMedium = [];\nconst execTimeLong = [];\n-\nfunction getTime(hrTime) {\nreturn hrTime[0] * 1000000000 + hrTime[1];\n}\n", "new_path": "examples/12-similarity/09-similarity-benchmark.js", "old_path": "example...
JavaScript
MIT License
axa-group/nlp.js
chore: apply small format
1
chore
null
847,143
30.01.2022 12:46:05
-28,800
1e7bab8c8db397ce673e0facd2a3905d474468aa
refactor(theme): update icon
[ { "change_type": "DELETE", "diff": "-import { IconBase } from \"@mr-hope/vuepress-shared/lib/client\";\n-import { h } from \"vue\";\n-import type { FunctionalComponent } from \"vue\";\n-\n-export const NextIcon: FunctionalComponent = () =>\n- h(IconBase, { name: \"next\" }, () =>\n- h(\"path\", {\n- d: \"M9...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(theme): update icon
1
refactor
theme
847,143
30.01.2022 13:16:25
-28,800
6c41f0840e81871287cacc0fe1ead739f867b977
refactor: update logger scope
[ { "change_type": "MODIFY", "diff": "import { Logger } from \"@mr-hope/vuepress-shared\";\n-export const logger = new Logger(\"Feed\");\n+export const logger = new Logger(\"vuepress-plugin-feed2\");\nexport const resolveHTML = (html: string): string =>\nhtml\n", "new_path": "packages/feed2/src/node/utils...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor: update logger scope
1
refactor
null
847,143
30.01.2022 13:25:35
-28,800
90585e1ed2b93e17b12a3d2f7fcff4428c0ee397
feat(theme): handle deprecated key in extendsPage
[ { "change_type": "MODIFY", "diff": "@@ -41,8 +41,7 @@ export type CategoryRef = ComputedRef<ArticleCategory[]>;\nexport const usePageCategory = (): CategoryRef =>\ncomputed(() => {\n- const { categories, category = categories } =\n- usePageFrontmatter<BasePageFrontMatter>().value;\n+ const { category } = us...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): handle deprecated key in extendsPage
1
feat
theme
217,922
30.01.2022 14:06:15
-3,600
4322b17124c7fb2597e81cd2b016918e904edde7
fix(lists): fixed autofill HQ items and double completion notifications
[ { "change_type": "MODIFY", "diff": "import { Action } from '@ngrx/store';\nimport { List } from '../model/list';\nimport { ListRow } from '../model/list-row';\n+import { SettingsService } from '../../settings/settings.service';\nexport enum ListsActionTypes {\nLoadMyLists = '[Lists] Load My Lists',\n@@ -133...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(lists): fixed autofill HQ items and double completion notifications
1
fix
lists
392,551
30.01.2022 14:21:37
28,800
c53eadba1d5c70e53465bbadf1eef19f39e74025
fix: revert event handler mixed return value Mixed is not compatible with returning void explicitly.
[ { "change_type": "MODIFY", "diff": "@@ -173,8 +173,8 @@ declare function readMeshPbf(buffer: ArrayBuffer): MeshContract;\n*/\nexport interface IEventEmitter {\nfire<T>(type: string, event: T): void;\n- off<T>(type: string, handler: (event: T) => mixed): void;\n- on<T>(type: string, handler: (event: T) => mi...
TypeScript
MIT License
mapillary/mapillary-js
fix: revert event handler mixed return value Mixed is not compatible with returning void explicitly.
1
fix
null
129,370
30.01.2022 14:41:56
-3,600
e6f1dc379c7749c81057ee14affdaf4dd8d1206b
build: Ignore type checking
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ def discover_plugins(path: Iterable[str] = None) -> Dict[str, Type[BaseCommitize\nfor finder, name, ispkg in pkgutil.iter_modules(path):\ntry:\nif name.startswith(\"cz_\"):\n- plugins[name] = importlib.import_module(name).discover_this\n+ plugins[name] =...
Python
MIT License
commitizen-tools/commitizen
build: Ignore type checking
1
build
null
306,346
30.01.2022 14:46:31
-11,880
af0e930c91abbdd02cc970f438006fa981185300
refactor(aws): fix function cases in registry
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import (\n\"github.com/infracost/infracost/internal/schema\"\n)\n-func GetDynamoDBTableRegistryItem() *schema.RegistryItem {\n+func getDynamoDBTableRegistryItem() *schema.RegistryItem {\nreturn &schema.RegistryItem{\nName: \"aws_dynamodb_table\",\nNotes: [...
Go
Apache License 2.0
infracost/infracost
refactor(aws): fix function cases in registry (#1314)
1
refactor
aws
847,143
30.01.2022 15:04:06
-28,800
22661fefefc30830a274f0067fc0ca02f0de64e3
fix(theme): fix 404 route resolve
[ { "change_type": "MODIFY", "diff": "@@ -10,18 +10,17 @@ export type DarkModeRef = WritableComputedRef<boolean>;\nexport type DarkModeStatusRef = Ref<DarkmodeStatus>;\n-export const darkModeSymbol: InjectionKey<{\n+export interface DarkMode {\nisDarkMode: DarkModeRef;\nstatus: DarkModeStatusRef;\n-}> = Symbo...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix 404 route resolve
1
fix
theme
392,551
30.01.2022 15:35:17
28,800
4ca930dca156589a698767c064a1ccdb9b07f4d9
fix: ensure that spatial data is rendered on activation
[ { "change_type": "MODIFY", "diff": "@@ -273,9 +273,7 @@ export class SpatialComponent extends Component<SpatialConfiguration> {\nmap((images: Image[]) => ({ id: cellId, images })));\n},\n6));\n- }),\n- publishReplay(1),\n- refCount());\n+ }));\nsubs.push(cell$.pipe(\nwithLatestFrom(this._navigator.stateServ...
TypeScript
MIT License
mapillary/mapillary-js
fix: ensure that spatial data is rendered on activation
1
fix
null
841,385
30.01.2022 16:49:09
-10,800
75a14f98b7370226115ee24eec6eb8c802bd4837
fix(css): Allow empty `@media` at-rule
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ use swc_common::{ast_node, EqIgnoreSpan, Span};\n#[ast_node(\"MediaRule\")]\npub struct MediaRule {\npub span: Span,\n- pub media: MediaQueryList,\n+ pub media: Option<MediaQueryList>,\npub rules: Vec<Rule>,\n}\n", "new_path": "crates/swc_css_ast/src/a...
Rust
Apache License 2.0
swc-project/swc
fix(css): Allow empty `@media` at-rule (#3404)
1
fix
css
847,143
30.01.2022 18:38:05
-28,800
b9f462afb071be035307d221163adf09b293087e
chore(theme): add missing deps
[ { "change_type": "MODIFY", "diff": "@@ -12,3 +12,7 @@ export interface ReadingTime {\n*/\nwords: number;\n}\n+\n+export interface ReadingTimePluginPageData {\n+ readingTime: ReadingTime;\n+}\n", "new_path": "packages/reading-time2/src/shared/extends.ts", "old_path": "packages/reading-time2/src/share...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore(theme): add missing deps
1
chore
theme
847,143
30.01.2022 18:40:33
-28,800
be949832cd2bbf8b74322619d87393cba4d92a39
refactor(components): export ReadingTime
[ { "change_type": "MODIFY", "diff": "@@ -98,7 +98,7 @@ export interface ArticleCategory {\nexport type ArticleTag = ArticleCategory;\n-interface ReadingTime {\n+export interface ReadingTime {\n/**\n* expect reading time\n*\n", "new_path": "packages/components/src/shared/articleInfo.ts", "old_path": "...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(components): export ReadingTime
1
refactor
components
902,122
30.01.2022 19:31:37
-3,600
de4d1fd80643026baff45f536229ef4ce4e8b3e6
ci: remove travis forever
[ { "change_type": "DELETE", "diff": "-language: node_js\n-\n-node_js:\n- - node\n-\n-stages:\n- # - Test\n- - name: Release\n- if: branch = master AND commit_message !~ /(release|no-release)/\n-\n-install:\n- - npm config set package-lock false\n- - npm install\n-\n-jobs:\n- include:\n- - stage: Release\n- b...
JavaScript
MIT License
microlinkhq/browserless
ci: remove travis forever
1
ci
null
889,632
30.01.2022 19:34:28
28,800
f25c74f759f3ac3f172d8f2ada517bb8987688d8
fix: synchronous cache eviction when closing PDDocument
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ class PdfExtractor : MediaContainerExtractor {\nprivate val cache = Caffeine.newBuilder()\n.maximumSize(20)\n.expireAfterAccess(1, TimeUnit.MINUTES)\n- .removalListener { _: Path?, pdf: PDDocument?, _ -> pdf?.close() }\n+ .evictionListener { _: Path?, pd...
Kotlin
MIT License
gotson/komga
fix: synchronous cache eviction when closing PDDocument
1
fix
null
902,122
30.01.2022 20:56:37
-3,600
75c23db763e7301f83a4112de167263c6c6d973f
fix(function): pass url as prop
[ { "change_type": "MODIFY", "diff": "@@ -12,8 +12,8 @@ async ({ url, gotoOpts, browserWSEndpoint, ...opts }) => {\nconst getBrowserless = require('browserless')\nconst browserless = await getBrowserless({ mode: 'connect', browserWSEndpoint }).createContext()\n- const fnWrapper = fn => (page, response) => fn(...
JavaScript
MIT License
microlinkhq/browserless
fix(function): pass url as prop
1
fix
function
902,122
30.01.2022 20:58:23
-3,600
9ca223f7bc2851fb7d54223d9642ff9c82da3b78
chore(release): v9.3.7
[ { "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.7](https://github.com/microlinkhq/browserless/compare/v9.3.6...v9.3.7) (2022-01-30)\n+\n+\n+### Bug Fixes\n+\...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.3.7
1
chore
release
847,143
30.01.2022 21:10:09
-28,800
4d9af5566da294f62ed84a204301030fdc87dc3f
feat(theme): add ArticleList
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ export default defineComponent({\ncurrentPage: { type: Number, default: 1 },\n},\n- emits: [\"update:currentPage\"],\n+ emits: [\"updateCurrentPage\"],\nsetup(props, { emit }) {\nconst route = useRoute();\n@@ -75,7 +75,7 @@ export default defineComponent...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): add ArticleList
1
feat
theme
847,143
30.01.2022 21:10:37
-28,800
e02e01ce0556b1c94d6867bac85964678e6cc90d
fix(theme): fix error import
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import type { PhotoSwipeOptions } from \"vuepress-plugin-photo-swipe\";\nimport type { PWAOptions } from \"vuepress-plugin-pwa2\";\nimport type { SitemapOptions } from \"vuepress-plugin-sitemap2\";\nimport type { SeoOptions } from \"vuepress-plugin-seo2\";...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix error import
1
fix
theme
847,143
30.01.2022 21:11:07
-28,800
88be65cc2bcc4f05cec2260fd3fcd7a6c6f6251a
chore(md-enhance): add missing deps
[ { "change_type": "MODIFY", "diff": "@@ -42,15 +42,26 @@ export default [\ndtsExternal: [/\\.scss$/],\n}),\n...rollupTypescript(\"client/components/FlowChart\", {\n- external: [\"vue\", /\\.scss$/],\n+ external: [\"lodash.debounce\", \"flowchart.js\", \"vue\", /\\.scss$/],\ndtsExternal: [/\\.scss$/],\n}),\n....
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore(md-enhance): add missing deps
1
chore
md-enhance
269,464
30.01.2022 22:30:07
10,800
fa4ba760d962f73e6ec40b8c64f49e1fbaaaa5cc
docs: do not indicate that branch will be created refs
[ { "change_type": "MODIFY", "diff": "@@ -37,11 +37,13 @@ rigs:\nrig:\nowner: repo-owner\nname: gofish-rig\n- # Optionally a branch can be provided. If the branch does not exist, it\n- # will be created. If no branch is listed, the default branch will be used\n+\n+ # Optionally a branch can be provided.\n+ # ...
Go
MIT License
goreleaser/goreleaser
docs: do not indicate that branch will be created refs #2831
1
docs
null
847,143
30.01.2022 23:52:49
-28,800
1277a21d6f1d1dfea254067fb88e0fd7b1104803
feat(theme): add blog hero and project list
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/packages/theme/src/client/assets/hero.jpg differ\n", "new_path": "packages/theme/src/client/assets/hero.jpg", "old_path": "packages/theme/src/client/assets/hero.jpg" }, { "change_type": "ADD", "diff": "+import { usePageFrontma...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): add blog hero and project list
1
feat
theme
847,143
30.01.2022 23:55:47
-28,800
40084c6c7425aaaaa53dc947e7501c66792eac71
fix(theme): fix build config
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ export default [\nexternal: [\n\"@mr-hope/vuepress-shared\",\n\"@mr-hope/vuepress-plugin-components\",\n+ \"bcryptjs\",\n\"@vuepress/utils\",\n\"vuepress-plugin-comment2\",\n\"vuepress-plugin-copy-code2\",\n@@ -12,6 +13,7 @@ export default [\n\"vuepress-pl...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix build config
1
fix
theme
847,143
31.01.2022 00:03:07
-28,800
fde871c02a2a2944bec3812dbfc7a9d7a265c4f2
refactor(theme): refine frontmatter types
[ { "change_type": "ADD", "diff": "+import type { BasePageFrontMatter } from \"@mr-hope/vuepress-shared\";\n+import type { MediaLinksConfig } from \"../options\";\n+\n+export interface HopeThemePageFrontmatter extends BasePageFrontMatter {\n+ navbar?: boolean;\n+ pageClass?: string;\n+ medialinks?: MediaLinks...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(theme): refine frontmatter types
1
refactor
theme
847,143
31.01.2022 00:29:21
-28,800
ac5ee263997815806aa326b89c158e945927a46d
refactor(theme): refine variables
[ { "change_type": "MODIFY", "diff": "@@ -46,16 +46,16 @@ export default defineComponent({\n},\nsetup(props) {\n- const currentPage = ref(1);\nconst article = useArticles();\n- const routeLcoale = useRouteLocale();\n+ const blogOptions = useBlogOptions();\n+ const rotueLocale = useRouteLocale();\n- const opti...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(theme): refine variables
1
refactor
theme
76,611
31.01.2022 02:58:40
-3,600
895acf9acb1294878bc9eb15b2c4560e7f578583
fix(bot): get value from session or ctx
[ { "change_type": "MODIFY", "diff": "@@ -335,7 +335,7 @@ class Bot extends Clonable {\nawait this.setVariable(\ncontext,\ncontext.variableName,\n- `\"${session.text}\"`\n+ `\"${session.text || context[context.variableName]}\"`\n);\n}\n}\n", "new_path": "packages/bot/src/bot.js", "old_path": "packages...
JavaScript
MIT License
axa-group/nlp.js
fix(bot): get value from session or ctx
1
fix
bot
67,475
31.01.2022 04:18:48
0
f71568a1decbc0f05590cc29fc990d7b01993f3e
GitBook: Fetch client and Event aggregator documentation
[ { "change_type": "MODIFY", "diff": "* [Redirecting](developer-guides/routing/redirecting.md)\n* [Navigating](developer-guides/routing/navigating.md)\n* [Route hooks](developer-guides/routing/router-hooks.md)\n-* [Forms](developer-guides/forms.md)\n* [Validation](developer-guides/validation/README.md)\n* [Pl...
TypeScript
MIT License
aurelia/aurelia
GitBook: [#121] Fetch client and Event aggregator documentation
1
gitbook
null
273,690
31.01.2022 04:30:05
28,800
bd8ce909694c6761bce1d8ac1e6f706d30ee47af
fix(remark): fix return value from visitor
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ module.exports = function attacher () {\nconst links = []\n- visit(tree, 'link', node => links.push(node))\n+ visit(tree, 'link', node => { links.push(node) })\nfor (const node of links) {\nconst path = file.data.node\n", "new_path": "packages/transfor...
JavaScript
MIT License
gridsome/gridsome
fix(remark): fix return value from visitor (#1586)
1
fix
remark
494,323
31.01.2022 08:52:43
-3,600
fb1cb8a993cbf6cb050d7dce91672b05efd53224
fix: URL with hash sign in after_verification_return_to stays encoded Fixes
[ { "change_type": "MODIFY", "diff": "@@ -87,7 +87,7 @@ func SecureRedirectTo(r *http.Request, defaultReturnTo *url.URL, opts ...SecureR\nif len(source.Query().Get(\"return_to\")) == 0 {\nreturn o.defaultReturnTo, nil\n- } else if returnTo, err = url.ParseRequestURI(source.Query().Get(\"return_to\")); err != ...
Go
Apache License 2.0
ory/kratos
fix: URL with hash sign in after_verification_return_to stays encoded (#2173) Fixes #2068
1
fix
null
494,222
31.01.2022 08:59:39
-3,600
98ee300e065c6e81e6128a509af3f48612cda88a
feat: trace web hook calls
[ { "change_type": "MODIFY", "diff": "@@ -92,6 +92,9 @@ func ServePublic(r driver.Registry, wg *sync.WaitGroup, cmd *cobra.Command, args\nn.Use(publicLogger)\nn.Use(x.HTTPLoaderContextMiddleware(r))\nn.Use(sqa(ctx, cmd, r))\n+ if tracer := r.Tracer(ctx); tracer.IsLoaded() {\n+ n.Use(tracer)\n+ }\nn.Use(r.Prom...
Go
Apache License 2.0
ory/kratos
feat: trace web hook calls (#2154)
1
feat
null
777,379
31.01.2022 09:50:43
18,000
b8c9c85b7da524eaf7d6204eea8ec7ba68d1424d
fix: Escape model name
[ { "change_type": "MODIFY", "diff": "@@ -127,10 +127,11 @@ const ModelVersionHeader: React.FC<Props> = (\n}, [ isDeletable, showConfirmDelete ]);\nconst referenceText = useMemo(() => {\n+ const escapedModelName = modelVersion.model.name.replace(/\\\\/g, '\\\\\\\\').replace(/\"/g, '\\\\\"');\nreturn (\n`from ...
Python
Apache License 2.0
determined-ai/determined
fix: Escape model name (#3501)
1
fix
null
866,394
31.01.2022 10:06:15
18,000
1f6c382839847d08806332cbf5aead1ee13c8ddc
chore(support): update fireline roster for sprint 3
[ { "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,RichKummer,ariellalgilmore\n+ - jeffchew,ljcarot,oliviaflory,emyarod\nlabels: ['bu...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(support): update fireline roster for sprint 3
1
chore
support
756,043
31.01.2022 10:21:38
28,800
fb81983bde4b9a2d5408a0040522c923f653b6f8
feat: NonNullish checked cast
[ { "change_type": "MODIFY", "diff": "@@ -57,6 +57,21 @@ export { quote as q };\nexport { makeAssert };\n+/**\n+ * @template T\n+ * @param {T | null | undefined} val\n+ * @param {string} [optDetails]\n+ * @returns {T}\n+ */\n+export const NonNullish = (val, optDetails = `unexpected ${quote(val)}`) => {\n+ if ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: NonNullish checked cast
1
feat
null
889,620
31.01.2022 11:16:55
-28,800
8da2489671b4a1f00675b126abe71f6f2f57ea49
perf: use temp files for PDF streams reduces the memory usage for large PDF files
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ package org.gotson.komga.infrastructure.mediacontainer\nimport com.github.benmanes.caffeine.cache.Caffeine\nimport mu.KotlinLogging\n+import org.apache.pdfbox.io.MemoryUsageSetting\nimport org.apache.pdfbox.pdmodel.PDDocument\nimport org.apache.pdfbox.pdmo...
Kotlin
MIT License
gotson/komga
perf: use temp files for PDF streams reduces the memory usage for large PDF files
1
perf
null
889,620
31.01.2022 11:22:25
-28,800
c380e975318ab30e7bce249ed9678724146d24fe
ci: publish major version tags
[ { "change_type": "MODIFY", "diff": "@@ -11,4 +11,8 @@ else\nDOCKER_CHANNEL=$2\nfi\n+VERSION_ARRAY=( ${1//./ } )\n+VERSION_MAJOR=\"${VERSION_ARRAY[0]}\"\n+\necho \"DockerHub channel: $DOCKER_CHANNEL\"\n+echo \"Major version: $VERSION_MAJOR\"\n", "new_path": "ci/docker-common.sh", "old_path": "ci/dock...
Kotlin
MIT License
gotson/komga
ci: publish major version tags
1
ci
null