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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
426,727 | 25.12.2021 22:46:48 | -10,800 | cbb1341a54edf945848f7f2ccf8106ba191ae5ca | docs: close details tag in test-runner-commands docs | [
{
"change_type": "MODIFY",
"diff": "@@ -210,6 +210,8 @@ it('does something with mouse', async () => {\n});\n```\n+</details>\n+\n### Send keys\nThe `sendKeys` command will cause the browser to press keys or type a sequence of characters as if it received those keys from the keyboard. This greatly simplifies... | TypeScript | MIT License | modernweb-dev/web | docs: close details tag in test-runner-commands docs (#1825) | 1 | docs | null |
841,479 | 25.12.2021 22:46:56 | -28,800 | a1cb4a4aa57bd54e6718f293a65361952f4ef11d | fix(es/compat): Fix handling of class methods with a big int as a key | [
{
"change_type": "MODIFY",
"diff": "@@ -727,7 +727,15 @@ where\n}\nPropName::Str(ref s) => Box::new(Expr::Lit(Lit::Str(s.clone()))),\nPropName::Num(n) => Box::new(Expr::Lit(Lit::Num(n))),\n- PropName::BigInt(ref b) => Box::new(Expr::Lit(Lit::BigInt(b.clone()))),\n+ PropName::BigInt(ref b) => Box::new(Expr::... | Rust | Apache License 2.0 | swc-project/swc | fix(es/compat): Fix handling of class methods with a big int as a key (#3118) | 1 | fix | es/compat |
841,421 | 25.12.2021 22:58:27 | -32,400 | f51314cd51990b2caf8b18a7d8a647236a0ec893 | chore(ci): Fix script for publishing | [
{
"change_type": "MODIFY",
"diff": "\"prepare\": \"husky install && git config feature.manyFiles true\",\n\"artifacts\": \"napi artifacts --dist scripts/npm\",\n\"prepublishOnly\": \"tsc -d && napi prepublish -p scripts/npm --tagstyle npm\",\n- \"build\": \"napi build --platform --cargo-name node --js ./nod... | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Fix script for publishing | 1 | chore | ci |
603,467 | 26.12.2021 01:18:05 | -3,600 | 3d3c02ebe0ec5c6865f91f1991fd59ef0190a16c | feat(core): support for Screenplay-style collection filters and mapping (List.where & .eachMappedTo)
re | [
{
"change_type": "MODIFY",
"diff": "import 'mocha';\nimport { given } from 'mocha-testdata';\n-import { TinyType } from 'tiny-types';\n-import { actorCalled, Answerable, Expectation, List, LogicError, Mappable, Question } from '../../../src';\n+import { actorCalled, Answerable, Expectation, List, LogicError... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(core): support for Screenplay-style collection filters and mapping (List.where & .eachMappedTo)
re #1074 | 1 | feat | core |
841,421 | 26.12.2021 04:02:32 | -32,400 | 999df436f7b9317167a822d6e0602324c8871dae | chore: Fix `package.json` | [
{
"change_type": "MODIFY",
"diff": "\"prepare\": \"husky install && git config feature.manyFiles true\",\n\"artifacts\": \"napi artifacts --dist scripts/npm\",\n\"prepublishOnly\": \"tsc -d && napi prepublish -p scripts/npm --tagstyle npm\",\n- \"build\": \"tsc -d && napi build --platform --cargo-name node ... | Rust | Apache License 2.0 | swc-project/swc | chore: Fix `package.json` | 1 | chore | null |
846,811 | 26.12.2021 04:24:11 | -28,800 | 5f1e3b04faf28ac4d07105b2098510e1d254363f | feat(types): `definePlugin` supports declare theme config type
Motivation: If you're developing a theme's internal plugins, you'll want the `definePlugin` helper support declare theme config type by second generic type. | [
{
"change_type": "MODIFY",
"diff": "@@ -4,10 +4,10 @@ import {\nPluginOptions,\nDefaultThemeConfig,\nTheme,\n- Plugin,\n-} from './src'\n+ Plugin\n+} from \"./src\";\n-export * from './src'\n+export * from \"./src\";\n/**\n* A helper function to define VuePress config file.\n@@ -30,11 +30,16 @@ export funct... | JavaScript | MIT License | vuejs/vuepress | feat(types): `definePlugin` supports declare theme config type
Motivation: If you're developing a theme's internal plugins, you'll want the `definePlugin` helper support declare theme config type by second generic type. | 1 | feat | types |
846,811 | 26.12.2021 04:37:23 | -28,800 | 42697142a50dc4839350df1f0d65bc0d968b3097 | feat(types): `ctx.themeAPI` | [
{
"change_type": "MODIFY",
"diff": "@@ -91,6 +91,39 @@ export interface Page<\ndate: string;\n}\n+/**\n+ * Resolve theme.\n+ */\n+export interface ResolvedTheme {\n+ /**\n+ * Theme's directory\n+ */\n+ path: string;\n+ /**\n+ * Theme's full name\n+ */\n+ name: string;\n+ /**\n+ * Theme's short name\n+ */\n+... | JavaScript | MIT License | vuejs/vuepress | feat(types): `ctx.themeAPI` | 1 | feat | types |
846,811 | 26.12.2021 04:41:47 | -28,800 | 332dac7138d112a4ad0a71682de7fc2e9d2ad806 | feat(types): `ctx.getSiteData` | [
{
"change_type": "MODIFY",
"diff": "import { PostCssLoaderOptions } from \"./style\";\nimport { MarkdownConfig } from \"./markdown\";\n-import { LocaleConfig } from \"./locale\";\n+import { Locales } from \"./locale\";\nimport { ThemeConfig } from \"./theme\";\nimport { UserPlugins } from \"./plugin\";\nimp... | JavaScript | MIT License | vuejs/vuepress | feat(types): `ctx.getSiteData` | 1 | feat | types |
846,811 | 26.12.2021 04:46:31 | -28,800 | 17c8fe43ec59a58fe4bf1ba57e942e90e79c3b4f | feat(types): `ctx.getLibFilePath` | [
{
"change_type": "MODIFY",
"diff": "@@ -114,6 +114,13 @@ export interface ResolvedTheme {\nentry: string;\n}\n+export interface LayoutComponent {\n+ filename: string;\n+ componentName: string;\n+ path: string;\n+ isInternal: string;\n+}\n+\n/**\n* Theme API.\n*/\n@@ -122,7 +129,7 @@ export interface ThemeAP... | JavaScript | MIT License | vuejs/vuepress | feat(types): `ctx.getLibFilePath` | 1 | feat | types |
846,811 | 26.12.2021 04:46:54 | -28,800 | c926affd0ee38edb8f40c070e825d3ac07ce904f | refactor(core): add type comments for internal plugins | [
{
"change_type": "MODIFY",
"diff": "+/**\n+ * @type {import('@vuepress/types').Plugin<{}, import('@vuepress/types').DefaultThemeConfig>}\n+ */\nmodule.exports = () => ({\nname: '@vuepress/internal-data-block',\n",
"new_path": "packages/@vuepress/core/lib/node/internal-plugins/dataBlock/index.js",
"o... | JavaScript | MIT License | vuejs/vuepress | refactor(core): add type comments for internal plugins | 1 | refactor | core |
846,811 | 26.12.2021 04:49:02 | -28,800 | 5f0eba985135cf308a572a687d0cc770b4106dee | chore(all): 1.9.5 changelog | [
{
"change_type": "MODIFY",
"diff": "+## [1.9.5](https://github.com/vuejs/vuepress/compare/v1.9.4...v1.9.5) (2021-12-25)\n+\n+\n+### Features\n+\n+* **types:** `ctx.getLibFilePath` ([17c8fe4](https://github.com/vuejs/vuepress/commit/17c8fe4)) [@chenhaoli](https://github.com/chenhaoli)\n+* **types:** `ctx.get... | JavaScript | MIT License | vuejs/vuepress | chore(all): 1.9.5 changelog | 1 | chore | all |
551,648 | 26.12.2021 04:51:28 | -10,800 | e73bb9ae6f0cbb500a7ea23ebbb4f96848e14272 | feat(griffin): limit max page frame size
Also updates descriptions and types for SQL JIT settings | [
{
"change_type": "MODIFY",
"diff": "@@ -151,13 +151,14 @@ public class PropServerConfiguration implements ServerConfiguration {\nprivate final int sqlGroupByMapCapacity;\nprivate final int sqlMaxSymbolNotEqualsCount;\nprivate final int sqlBindVariablePoolSize;\n+ private final int sqlPageFrameMaxSize;\npriv... | Java | Apache License 2.0 | questdb/questdb | feat(griffin): limit max page frame size (#1733)
Also updates descriptions and types for SQL JIT settings | 1 | feat | griffin |
217,922 | 26.12.2021 09:59:16 | -3,600 | c7c2e25fc99cf1b03f9356f6d66e8641eadd1036 | fix(gearsets): fixed some materia estimates set to 0 | [
{
"change_type": "MODIFY",
"diff": "@@ -194,7 +194,7 @@ export class MateriaService {\nif (overmeldChances === 0) {\nreturn;\n}\n- let amount = Math.ceil(Math.log(1 - 0.9) / Math.log(1 - (overmeldChances / 100)));\n+ let amount = Math.max(Math.ceil(Math.log(1 - 0.9) / Math.log(1 - (overmeldChances / 100))),... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(gearsets): fixed some materia estimates set to 0 | 1 | fix | gearsets |
217,922 | 26.12.2021 10:05:15 | -3,600 | 0b66ff2988210cab730553dd762cc6af7f2ba3eb | feat(gearset): materia melding rate confidence is now a setting | [
{
"change_type": "MODIFY",
"diff": "@@ -14,13 +14,14 @@ import { StaticData } from '../../lazy-data/static-data';\nimport { LazyItemStat } from '../../lazy-data/model/lazy-item-stat';\nimport { safeCombineLatest } from '../../core/rxjs/safe-combine-latest';\nimport { LazyData } from '../../lazy-data/lazy-da... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(gearset): materia melding rate confidence is now a setting | 1 | feat | gearset |
217,922 | 26.12.2021 10:06:33 | -3,600 | 332543b3e052bbf49cf65edf8e2c825eb56c4f65 | fix(alarms): fixed alarms not ringing anymore on desktop app | [
{
"change_type": "MODIFY",
"diff": "@@ -112,7 +112,8 @@ export class AlarmBellService {\nfilter(([, , , mapId, maps]) => {\nreturn !this.platform.isDesktop()\n|| mapId === -1\n- || !maps[mapId].dungeon;\n+ || !maps[mapId]\n+ || !maps[mapId]?.dungeon;\n}),\nmap(([date, alarms, groups]) => {\nreturn alarms.fi... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): fixed alarms not ringing anymore on desktop app | 1 | fix | alarms |
217,922 | 26.12.2021 10:13:22 | -3,600 | a711cebe546a889ab7ae207cb74689c4fe344693 | fix(search): fixed company workshop builds not being added to selection properly | [
{
"change_type": "MODIFY",
"diff": "@@ -215,6 +215,9 @@ export class LazyDataFacade {\n* @param extendedProperty if we want to grab data for a sub field (like \"description\" for instance)\n*/\npublic getI18nName<K extends LazyDataI18nKey>(propertyKey: K, id: number, extendedProperty?: keyof Extract<LazyDat... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(search): fixed company workshop builds not being added to selection properly | 1 | fix | search |
217,922 | 26.12.2021 10:21:25 | -3,600 | 76bf349ab148a120babcd6841c0f6c999b7d54dc | fix(ux): added < symbols next to min. filters in community rotations for clarity | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div class=\"filter-element\" fxLayout=\"row\" fxLayoutAlign=\"center center\" fxLayoutGap=\"5px\">\n<div>{{'SIMULATOR.COMMUNITY_ROTATIONS.Min_craftsmanship_filter_placeholder' | translate}}:</div>\n+ <nz-input-group nzAddOnBefore=\"<\">\n<nz-input-number (ngMo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(ux): added < symbols next to min. filters in community rotations for clarity | 1 | fix | ux |
217,922 | 26.12.2021 10:25:31 | -3,600 | 49a54e0f56ee52320c8444332d86aa5b079f6f25 | chore: LS optimization | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';\nimport { UserService } from '../database/user.service';\nimport { Character, CharacterResponse, XivapiService } from '@xivapi/angular-client';\nimport { EMPTY, interval, Observable, of, ReplaySubject, Subject, S... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: LS optimization | 1 | chore | null |
217,922 | 26.12.2021 10:50:10 | -3,600 | ec758fd6e9db1e9baadefa0e93c521249b4a2d82 | fix(lodestone): fixed lodestone character loading acting weird on desktop app | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';\nimport { UserService } from '../database/user.service';\nimport { Character, CharacterResponse, XivapiService } from '@xivapi/angular-client';\nimport { EMPTY, interval, Observable, of, ReplaySubject, Subject, S... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(lodestone): fixed lodestone character loading acting weird on desktop app | 1 | fix | lodestone |
217,922 | 26.12.2021 11:06:31 | -3,600 | 268886bf79e2c71e7bec429d4851bcd33b6ef979 | fix(desktop): fixed overlay clickthrough and other settings not being applied properly | [
{
"change_type": "MODIFY",
"diff": "@@ -194,7 +194,7 @@ export class IpcListenersManager {\nprivate setupSettingsListeners(): void {\nipcMain.on('apply-settings', (event, settings) => {\ntry {\n- if (this.store.get('region', 'Global') !== settings.region) {\n+ if (settings.region && this.store.get('region',... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): fixed overlay clickthrough and other settings not being applied properly | 1 | fix | desktop |
217,922 | 26.12.2021 11:10:15 | -3,600 | 5f12241c6a69c2327746cad14f5a68a8d619a8e8 | fix(db): moved obtention details to the top of fishing db pages | [
{
"change_type": "MODIFY",
"diff": "<ng-container *ngIf=\"settings.theme as theme\">\n+ <div class=\"obtain-template-container\" *ngIf=\"obtentionTpl\">\n+ <ng-container *ngTemplateOutlet=\"obtentionTpl\"></ng-container>\n+ </div>\n+\n<app-page-loader [loading]=\"!(fishCtx.fishId$ | async)\">\n<app-fish-det... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): moved obtention details to the top of fishing db pages | 1 | fix | db |
217,922 | 26.12.2021 11:12:07 | -3,600 | 4db97cb390460646a9ad8bdf2491d8c610e70930 | chore: better placement for fish obtention details | [
{
"change_type": "MODIFY",
"diff": "<ng-container *ngIf=\"settings.theme as theme\">\n- <div class=\"obtain-template-container\" *ngIf=\"obtentionTpl\">\n- <ng-container *ngTemplateOutlet=\"obtentionTpl\"></ng-container>\n- </div>\n<app-page-loader [loading]=\"!(fishCtx.fishId$ | async)\">\n<app-fish-detail... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: better placement for fish obtention details | 1 | chore | null |
217,922 | 26.12.2021 11:15:56 | -3,600 | c56d348e631884c5de33cc25d4dcdda3fba7ca2a | fix(levequests): removed HQ checkbox from FSH leves | [
{
"change_type": "MODIFY",
"diff": "x {{leve.amount}})</span>\n</div>\n<div nz-col nzSm=\"6\">\n- <label [(ngModel)]=\"leve.hq\" class=\"hq-checkbox\" nz-checkbox>\n+ <label [(ngModel)]=\"leve.hq\" class=\"hq-checkbox\" nz-checkbox *ngIf=\"leve.jobId !== 18\">\n{{'Hq' | translate}}\n</label>\n<nz-input-numb... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(levequests): removed HQ checkbox from FSH leves | 1 | fix | levequests |
73,326 | 26.12.2021 11:22:36 | -7,200 | d2459fd7238f43bf7df05d897059e7acc738d1ea | chore: merge dependabot with mergify | [
{
"change_type": "MODIFY",
"diff": "@@ -12,44 +12,11 @@ on:\njobs:\nauto-approve:\n- if: contains(github.event.pull_request.labels.*.name, 'pr/auto-approve') || github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'\n-\n+ if: contains(github.event.pull_request.labels.*.name, 'pr/auto... | TypeScript | Apache License 2.0 | aws/jsii | chore: merge dependabot with mergify (#3298) | 1 | chore | null |
217,922 | 26.12.2021 11:22:49 | -3,600 | b9ef2450ddc48798a1298a591bdff0a23eb3d501 | fix(db): added limited icons to limited nodes in map display | [
{
"change_type": "MODIFY",
"diff": "@@ -308,7 +308,7 @@ export class MapPageComponent extends TeamcraftPageComponent {\n},\nmarker: {\niconType: 'img',\n- iconImg: NodeTypeIconPipe.icons[node.type],\n+ iconImg: node.limited ? NodeTypeIconPipe.timed_icons[node.type - 1] : NodeTypeIconPipe.icons[node.type - 1... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): added limited icons to limited nodes in map display | 1 | fix | db |
217,922 | 26.12.2021 11:30:07 | -3,600 | d4f994212a176b50684ed9881f69f681d0a06b68 | fix(collectables): better alignment for easier reading | [
{
"change_type": "MODIFY",
"diff": "<nz-tab *ngFor=\"let row of results\" [nzTitle]=\"title\">\n<ng-template #title>\n<div fxLayout=\"row\" fxLayoutAlign=\"center center\" fxLayoutGap=\"5px\">\n- <img *ngIf=\"((row.job | i18nRow:'jobAbbr').en | async) as icon\" alt=\"\" class=\"job-icon\" src=\"https://garl... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(collectables): better alignment for easier reading | 1 | fix | collectables |
599,909 | 26.12.2021 11:52:57 | -14,400 | 5af06bd87226fbc6176b0c5e362824793165a34e | fix(logs): lazily parse log message label | [
{
"change_type": "MODIFY",
"diff": "@@ -269,7 +269,7 @@ settingsRoutes.get(\nconst timestamp = line.match(new RegExp(/.{24}/)) || [];\nconst level = line.match(new RegExp(/(?<=.{24}\\s\\[).+?(?=\\])/)) || [];\nconst label =\n- line.match(new RegExp(/(?<=.{24}\\s\\[.+\\]\\[).+(?=\\])/)) || [];\n+ line.match(... | TypeScript | MIT License | sct/overseerr | fix(logs): lazily parse log message label (#2359) | 1 | fix | logs |
329,199 | 26.12.2021 13:18:44 | -19,080 | 18fe9860e32bcd1d8f933fa00d5a3c8cf275db92 | fix(docs): nestjs module link | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ The first question you'll probably ask yourself is \"Why is there another logger\n## Installation\n-Installation is pretty simple, choose your favorite package manager and install [`@ogma/logger`](./logger). If you're working with [NestJS](https://docs.n... | TypeScript | MIT License | jmcdo29/ogma | fix(docs): nestjs module link | 1 | fix | docs |
838,025 | 26.12.2021 13:19:40 | -10,800 | 6129aac6e1db4064b4ee23fb6c9be2e85b4ae309 | docs: api version fix | [
{
"change_type": "MODIFY",
"diff": "@@ -161,7 +161,7 @@ type WallWallpost struct {\nCopyright WallPostCopyright `json:\"copyright\"`\nPostID int `json:\"post_id\"`\nParentsStack []int `json:\"parents_stack\"`\n- Donut WallWallpostDonut `json:\"donut\"` // need api v5.125\n+ Donut WallWallpostDonut `json:\"d... | Go | MIT License | severecloud/vksdk | docs: api version fix | 1 | docs | null |
915,269 | 26.12.2021 15:26:25 | -3,600 | 18788d1393c041c97d89812366f899ed359c67cf | fix: remote_json default configuration
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -127,5 +127,9 @@ func (a *AuthorizerRemoteJSON) Config(config json.RawMessage) (*AuthorizerRemote\nreturn nil, NewErrAuthorizerMisconfigured(a, err)\n}\n+ if c.ForwardResponseHeadersToUpstream == nil {\n+ c.ForwardResponseHeadersToUpstream = []string{}\n+ }\n+\nreturn ... | Go | Apache License 2.0 | ory/oathkeeper | fix: remote_json default configuration (#880)
Closes #797
Co-authored-by: Julian Nodorp <julian.nodorp@mailbox.org> | 1 | fix | null |
135,449 | 26.12.2021 15:38:15 | -28,800 | 3df84f705a75d989edf2e62f2aabc1560cdd82a3 | docs: add v16 to releases | [
{
"change_type": "MODIFY",
"diff": "@@ -207,6 +207,7 @@ Features will only be applied to the current main version.\n| Release | Inital release | End-of-life |\n| -------------------------------------------------------------------------------- | -------------- | ----------- |\n+| [v16](https://github.com/con... | TypeScript | MIT License | conventional-changelog/commitlint | docs: add v16 to releases | 1 | docs | null |
217,922 | 26.12.2021 15:55:07 | -3,600 | 6abaf4b074742a88c80d155f6a5cc3b78dd7a73e | feat(gearsets): restored default materia melding confidence rate to 50% | [
{
"change_type": "MODIFY",
"diff": "@@ -231,7 +231,7 @@ export class SettingsService {\n}\npublic get materiaConfidenceRate(): number {\n- return +this.getSetting('materias:confidence', '0.9');\n+ return +this.getSetting('materias:confidence', '0.5');\n}\npublic set materiaConfidenceRate(rate: number) {\n",... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(gearsets): restored default materia melding confidence rate to 50% | 1 | feat | gearsets |
217,922 | 26.12.2021 15:58:58 | -3,600 | 9a802d4fa95ef45e5b7a715e527a05b7e37695bb | chore: better input restriction for math peeps | [
{
"change_type": "MODIFY",
"diff": "<nz-form-item>\n<nz-form-label [nzSpan]=\"5\">{{'SETTINGS.Materia_confidence_rate' | translate}}</nz-form-label>\n<nz-form-control [nzSpan]=\"12\" [nzExtra]=\"'SETTINGS.Materia_confidence_rate_explain' | translate\">\n- <nz-input-number [(ngModel)]=\"settings.materiaConfi... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: better input restriction for math peeps | 1 | chore | null |
841,421 | 26.12.2021 16:44:52 | -32,400 | e0e7f749551c15eae875457d584b869088794aea | chore(xi): Fix publishing script | [
{
"change_type": "MODIFY",
"diff": "@@ -98,6 +98,9 @@ jobs:\ntarget: aarch64-linux-android\nbuild: |\nexport CARGO_TARGET_AARCH64_LINUX_ANDROID_LINKER=\"${ANDROID_NDK_HOME}/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android24-clang\"\n+ export CC=\"${ANDROID_NDK_HOME}/toolchains/llvm/prebuilt/l... | Rust | Apache License 2.0 | swc-project/swc | chore(xi): Fix publishing script | 1 | chore | xi |
447,446 | 26.12.2021 16:47:18 | 18,000 | 8ee2330173d5a024a6c2bf07022ef9ecc3f7aa3b | fix: remove font-family from active VerticalItem | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ const StyledAnchor = attachThemeAttrs(styled.a)`\n:focus,\n:active {\n- font-family: 'Lato Black', Arial, sans-serif;\n+ font-weight: bold;\nbackground-color: ${props => props.palette.action.active};\n}\n@@ -39,7 +39,7 @@ const StyledAnchor = attachTheme... | JavaScript | MIT License | nexxtway/react-rainbow | fix: remove font-family from active VerticalItem (#2342)
Co-authored-by: Tahimi <tahimileon@gmail.com>
Co-authored-by: Jose Leandro Torres <jtorressicilia@gmail.com> | 1 | fix | null |
447,446 | 26.12.2021 16:57:40 | 18,000 | 187473c696078b49489c3eefc3cc77b47f64ceda | fix: hide RequiredAsterisk when there is no label | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import { mount } from 'enzyme';\nimport Label from '..';\nimport LabelText from '../labelText';\nimport HiddenElement from '../../../Structural/hiddenElement';\n+import RequiredAsterisk from '../../../RequiredAsterisk';\ndescribe('<InputBaseLabel/>', () =>... | JavaScript | MIT License | nexxtway/react-rainbow | fix: hide RequiredAsterisk when there is no label (#2344)
Co-authored-by: Jose Leandro Torres <jtorressicilia@gmail.com> | 1 | fix | null |
217,922 | 26.12.2021 16:59:53 | -3,600 | 89825d34d7cf42d945bc503fbfacd74e8980e4ce | fix(commissions): fixed commissions not beign created properly | [
{
"change_type": "MODIFY",
"diff": "@@ -102,19 +102,14 @@ export class CommissionsEffects {\nfilter(data => !!data),\nmap(partialCommission => {\nreturn [action, char, userId, partialCommission];\n- }),\n- switchMap(([a, c, uid, partialCommission]) => {\n- return this.lazyData.getDatacenterForServer((char a... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(commissions): fixed commissions not beign created properly | 1 | fix | commissions |
73,326 | 26.12.2021 17:07:43 | -7,200 | 3b7ac53d9f1e3d26b9ea3555443d75bcb49d682d | chore: rename label for auto approvals
See
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: | [
{
"change_type": "MODIFY",
"diff": "-# Approve PRs with \"pr/auto-approve\". mergify takes care of the actual merge.\n+# Approve PRs with \"auto-approve\". mergify takes care of the actual merge.\nname: auto-approve\non:\n@@ -12,7 +12,7 @@ on:\njobs:\nauto-approve:\n- if: contains(github.event.pull_request.... | TypeScript | Apache License 2.0 | aws/jsii | chore: rename label for auto approvals (#3300)
See https://github.com/aws/aws-cdk/pull/18183
---
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0 | 1 | chore | null |
317,713 | 26.12.2021 17:17:44 | -3,600 | ce04362bb49f9d81f9c4d7e27c39345b7b00017d | feat(wifi): read wifi state using native methods | [
{
"change_type": "MODIFY",
"diff": "@@ -21,24 +21,22 @@ Currently only supports Windows and WSL. Pull requests for Darwin and Linux supp\n\"background\": \"#8822ee\",\n\"foreground\": \"#222222\",\n\"background_templates\": [\n- \"{{ if (not .Connected) }}#FF1111{{ end }}\",\n\"{{ if (lt .Signal 60) }}#DDDD... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(wifi): read wifi state using native methods | 1 | feat | wifi |
317,646 | 26.12.2021 19:36:04 | -3,600 | 3c40c04d365a21a8102a6051a0e396d7a33fad38 | feat: deprecate envvar segment
favors text in a more generic way | [
{
"change_type": "DELETE",
"diff": "----\n-id: environment\n-title: Environment Variable\n-sidebar_label: Environment Variable\n----\n-\n-## What\n-\n-Show the content of an environment variable.\n-Can be used to visualize a local settings/context unavailable to Go my Posh otherwise.\n-\n-For example, in Po... | Go | MIT License | jandedobbeleer/oh-my-posh | feat: deprecate envvar segment
favors text in a more generic way | 1 | feat | null |
217,922 | 26.12.2021 20:02:23 | -3,600 | 8fd95bf5b365fddb85e48789d11ebb22839265be | fix(gathering-locations): fixed search by string sometimes breaking the results display | [
{
"change_type": "MODIFY",
"diff": "@@ -172,7 +172,7 @@ export class ItemRowButtonsComponent extends TeamcraftComponent {\ncollectable$ = observeInput(this, 'itemId').pipe(\nswitchMap(itemId => this.lazyData.getRow('collectables', itemId)),\n- map(res => res.collectable !== 0)\n+ map(res => res && res.colle... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(gathering-locations): fixed search by string sometimes breaking the results display | 1 | fix | gathering-locations |
841,479 | 26.12.2021 22:36:21 | -28,800 | ac78a527ebba3e8df2342e65b4fd5c2d36240ff0 | fix(es/compat): Fix handling of hoisted functions in regenerator
swc_ecma_ast:
- Implement `Take` for `FnDecl`.
swc_ecma_transforms_compat:
- `regenerator`: Handle hoisted function declarations properly. (Closes
- `regenerator`: Fix handling of class properties with an async function as the initializer. (Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -52,6 +52,16 @@ pub struct FnDecl {\npub function: Function,\n}\n+impl Take for FnDecl {\n+ fn dummy() -> Self {\n+ FnDecl {\n+ ident: Take::dummy(),\n+ declare: Default::default(),\n+ function: Take::dummy(),\n+ }\n+ }\n+}\n+\n#[ast_node(\"ClassDeclaration\")]\n#[deri... | Rust | Apache License 2.0 | swc-project/swc | fix(es/compat): Fix handling of hoisted functions in regenerator (#3119)
swc_ecma_ast:
- Implement `Take` for `FnDecl`.
swc_ecma_transforms_compat:
- `regenerator`: Handle hoisted function declarations properly. (Closes #2556)
- `regenerator`: Fix handling of class properties with an async function as the initializer. (Closes #2620) | 1 | fix | es/compat |
217,922 | 26.12.2021 23:00:22 | -3,600 | 76e09eb7f8a0b00ac35b3187207aa783b53231d3 | chore: small overlays tweak | [
{
"change_type": "MODIFY",
"diff": "@@ -204,7 +204,7 @@ export class IpcListenersManager {\n}\nthis.overlayManager.forEachOverlay(overlay => {\n- overlay.setIgnoreMouseEvents(settings.clickthrough);\n+ overlay.setIgnoreMouseEvents(settings.clickthrough === 'true');\noverlay.webContents.send('update-settings... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small overlays tweak | 1 | chore | null |
306,346 | 26.12.2021 23:30:41 | -11,880 | 39686a48e0d7bbfb4e39bac02ed62c0bba99d707 | feat(aws): add floatPtr and boolPtr to utils | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,14 @@ func strPtr(s string) *string {\nreturn &s\n}\n+func floatPtr(f float64) *float64 {\n+ return &f\n+}\n+\n+func boolPtr(b bool) *bool {\n+ return &b\n+}\n+\nfunc decimalPtr(d decimal.Decimal) *decimal.Decimal {\nreturn &d\n}\n",
"new_path": "internal... | Go | Apache License 2.0 | infracost/infracost | feat(aws): add floatPtr and boolPtr to utils | 1 | feat | aws |
217,922 | 27.12.2021 00:30:01 | -3,600 | 270b2f29349ccf52a837ced988fbfa4961a6291a | fix(gearset): fixed confidence rate resetting when including other tools in DoH sets | [
{
"change_type": "MODIFY",
"diff": "@@ -170,7 +170,7 @@ export class MateriaService {\nreturn combineLatest([\nsafeCombineLatest(materiasObsArray$),\nthis.lazyData.getEntry('extracts'),\n- this.settings.watchSetting('materias:confidence', 0.9)\n+ this.settings.watchSetting<number>('materias:confidence', 0.5... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(gearset): fixed confidence rate resetting when including other tools in DoH sets | 1 | fix | gearset |
841,479 | 27.12.2021 03:37:46 | -28,800 | 1b6ac25d5c6c009c38a7097b910f7b6838ab560b | fix(es/compat): Fix private methods of a class
swc_ecma_transforms_compat:
- `class_properties`: Handle private method calls properly. (Closes | [
{
"change_type": "ADD",
"diff": "+{\n+ \"jsc\": {\n+ \"parser\": {\n+ \"syntax\": \"typescript\"\n+ },\n+ \"target\": \"es2019\"\n+ }\n+}\n",
"new_path": "crates/swc/tests/fixture/issue-3055/1/input/.swcrc",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+export class Node {\n+ chi... | Rust | Apache License 2.0 | swc-project/swc | fix(es/compat): Fix private methods of a class (#3123)
swc_ecma_transforms_compat:
- `class_properties`: Handle private method calls properly. (Closes #3055) | 1 | fix | es/compat |
841,476 | 27.12.2021 10:05:36 | -7,200 | 054a19518ce77f36520a17e146c65632aeab3080 | fix(node-swc): Recover from `ldd` not found | [
{
"change_type": "MODIFY",
"diff": "@@ -5,9 +5,19 @@ const { platform, arch } = process\nlet nativeBinding = null\nlet localFileExisted = false\n-let isMusl = false\nlet loadError = null\n+const isMusl = () => {\n+ try {\n+ const isMusl = readFileSync('/usr/bin/ldd', 'utf8').includes('musl')\n+\n+ return is... | Rust | Apache License 2.0 | swc-project/swc | fix(node-swc): Recover from `ldd` not found (#3125) | 1 | fix | node-swc |
815,609 | 27.12.2021 10:57:24 | -28,800 | ef4f40220db88b6d553f6e41caede3f24433da83 | chore(deps): bump ckb-vm from 0.20.1 to 0.21.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -1414,9 +1414,9 @@ dependencies = [\n[[package]]\nname = \"ckb-vm\"\n-version = \"0.20.1\"\n+version = \"0.21.0\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"06b6f802b72e5ad5cc175a5441c9b0a193bd95e951ce2d2059fe8120e2be5ee5\"\n+che... | Rust | MIT License | nervosnetwork/ckb | chore(deps): bump ckb-vm from 0.20.1 to 0.21.0 | 1 | chore | deps |
317,646 | 27.12.2021 11:22:57 | -3,600 | af639a2b7b8220fc5700bca60cff588da30a22f6 | fix(pwsh): print error when install fails in module
relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -124,8 +124,12 @@ In case you installed using AllUsers and are a non-admin user,\nplease run the following command as an administrator:\nImport-Module oh-my-posh\n+\n+Original Error:\n+\n'@\n- Write-Error $message\n+ Write-Host $message\n+ Write-Host $_\nexit 1\n}\n",
... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(pwsh): print error when install fails in module
relates to #1498 | 1 | fix | pwsh |
815,609 | 27.12.2021 12:01:53 | -28,800 | a9c656b14dfb2e749f8debc40b644e5be3995daa | feat: port to aarch64, and provide official binary when release | [
{
"change_type": "MODIFY",
"diff": "@@ -75,6 +75,57 @@ jobs:\nBUILDER_IMAGE: nervos/ckb-docker-builder:bionic-rust-1.51.0\nREL_PKG: x86_64-unknown-linux-gnu.tar.gz\n+ package-for-linux-aarch64:\n+ name: package-for-linux-aarch64\n+ runs-on: ubuntu-20.04\n+ steps:\n+ - uses: actions/checkout@v2\n+ - name: Se... | Rust | MIT License | nervosnetwork/ckb | feat: port to aarch64, and provide official binary when release | 1 | feat | null |
401,106 | 27.12.2021 12:04:47 | -19,080 | 4acabf6bb10c4a79035a10a41d7f4fca586413c0 | feat: add labels for storybook components
* feat: add labels for storybook components
Tells if component is stable, beta or deprecated
* feat: mark CardTable and Input component as deprecated
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,8 @@ module.exports = {\n'storybook-addon-jsx',\n'storybook-addon-designs',\n'@storybook/addon-viewport',\n- '@storybook/addon-actions'\n+ '@storybook/addon-actions',\n+ '@etchteam/storybook-addon-status'\n],\nwebpack: async config => {\nconfig.module.rules.p... | TypeScript | MIT License | medly/medly-components | feat: add labels for storybook components (#562)
* feat: add labels for storybook components
Tells if component is stable, beta or deprecated
* feat: mark CardTable and Input component as deprecated
affects: @medly-components/core
Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com> | 1 | feat | null |
306,338 | 27.12.2021 12:44:06 | -3,600 | a00a316fff45a5719347bf71534d10a3b34ba4de | feat: create a share run link for output command | [
{
"change_type": "MODIFY",
"diff": "@@ -143,6 +143,33 @@ func outputCmd(ctx *config.RunContext) *cobra.Command {\nif cmd.Flags().Changed(\"fields\") && !contains(validFieldsFormats, format) {\nui.PrintWarning(cmd.ErrOrStderr(), \"fields is only supported for table and html output formats\")\n}\n+\n+ if ctx.... | Go | Apache License 2.0 | infracost/infracost | feat: create a share run link for output command (#1228)
Co-authored-by: Hugo Rut <hugorut@gmail.com> | 1 | feat | null |
317,646 | 27.12.2021 13:23:06 | -3,600 | 5d1cd6209a879e9061a63607e08b535d1311468d | fix(pwsh): force console to from module | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,18 @@ $env:POSH_PATH = \"$((Get-Item $MyInvocation.MyCommand.ScriptBlock.Module.ModuleB\n$env:POSH_THEMES_PATH = $env:POSH_PATH + \"/themes\"\n$env:PATH = $env:POSH_PATH + [System.IO.Path]::PathSeparator + $env:PATH\n+if ($ExecutionContext.SessionState.Language... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(pwsh): force console to UTF-8 from module | 1 | fix | pwsh |
531,793 | 27.12.2021 13:52:52 | 0 | 197d3a06d7bda45793df2629a1f2aaeac221872d | fix(backend): log messages correctly with json and timestamps
Fixes | [
{
"change_type": "MODIFY",
"diff": "# Changelog\n+## [next]\n+\n+### Fixed\n+\n+- Messages are now logged correctly when both `--log.format=json` and\n+ `--log.timestamp=true` flags are set #3822.\n+\n+### Changed\n+\n+- Show a placeholder message if no alertmanager server is configured, instead of\n+ faili... | TypeScript | Apache License 2.0 | prymitive/karma | fix(backend): log messages correctly with json and timestamps
Fixes #3822 | 1 | fix | backend |
217,237 | 27.12.2021 14:53:27 | -10,800 | 37f2e3d0a5708facacb9698feb874f95eafa9bda | promo(new-year): colors refinements | [
{
"change_type": "MODIFY",
"diff": "--ifm-code-font-size: 95%;\n/* https://docusaurus.io/docs/styling-layout */\n- --ifm-color-primary: #5c9cb5;\n- --ifm-color-primary-dark: #4d8fa9;\n- --ifm-color-primary-darker: #4887a0;\n- --ifm-color-primary-darkest: #3c6f83;\n- --ifm-color-primary-light: #6fa7be;\n- --... | JavaScript | MIT License | feature-sliced/documentation | promo(new-year): colors refinements | 1 | promo | new-year |
160,160 | 27.12.2021 15:25:34 | -28,800 | d3f42897df04dc15fc1c7fdb2650d5aade4fff28 | feat: mvp iamgeNode iconNode demo | [
{
"change_type": "MODIFY",
"diff": "@@ -56,7 +56,10 @@ import HorizontalArrow from './node/HorizontalArrowNode'\nimport UpArrow from './node/UpArrowNode'\nimport DownArrow from './node/DownArrowNode'\nimport VerticalArrow from './node/VerticalArrowNode'\n-import Image from './node/ImageNode'\n+import ImageS... | TypeScript | Apache License 2.0 | didi/logicflow | feat: mvp iamgeNode iconNode demo | 1 | feat | null |
217,237 | 27.12.2021 15:29:28 | -10,800 | 32468778671278ec93a80899fabf7fe462c880bc | promo(new-year): refine logo | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/website/static/img/logo_frozen.png differ\n",
"new_path": "website/static/img/logo_frozen.png",
"old_path": "website/static/img/logo_frozen.png"
}
] | JavaScript | MIT License | feature-sliced/documentation | promo(new-year): refine logo | 1 | promo | new-year |
667,656 | 27.12.2021 15:35:02 | -28,800 | eeb90977bc3c133876eced56e64ebbd2c062976f | fix(build script): fix debug-server build script | [
{
"change_type": "MODIFY",
"diff": "@@ -2,3 +2,5 @@ node_modules*\ndist/\ncoverage\npackages/hippy-debug-server/webpack-dev-server/client\n+packages/hippy-debug-server/webpack-dev-server/lib\n+packages/hippy-vue-loader/lib\n",
"new_path": ".eslintignore",
"old_path": ".eslintignore"
},
{
"ch... | C++ | Apache License 2.0 | tencent/hippy | fix(build script): fix debug-server build script | 1 | fix | build script |
217,237 | 27.12.2021 15:42:01 | -10,800 | 22458bdb9ebfa07b5d7dc668e61deeeeb0ba30c8 | promo(new-year): add snowfall | [
{
"change_type": "MODIFY",
"diff": "\"dotenv\": \"^10.0.0\",\n\"file-loader\": \"^6.2.0\",\n\"js-cookie\": \"^3.0.1\",\n+ \"picocolors\": \"^1.0.0\",\n\"react\": \"^17.0.1\",\n\"react-cookie-consent\": \"^6.4.1\",\n\"react-dom\": \"^17.0.1\",\n+ \"react-snowfall\": \"^1.1.1\",\n\"sha1\": \"^1.1.1\",\n\"shar... | JavaScript | MIT License | feature-sliced/documentation | promo(new-year): add snowfall | 1 | promo | new-year |
877,015 | 27.12.2021 15:44:11 | -3,600 | 4bb52c64cf42e19f99f1dcd9f89b457d001685ae | chore: upgrade peerDependencies for Tailwind 3 support | [
{
"change_type": "MODIFY",
"diff": "\"@vtmn/css-utilities\": \"^0.2.3\"\n},\n\"peerDependencies\": {\n- \"tailwindcss\": \"^2.2.19\"\n+ \"tailwindcss\": \">=1.9.0 || ^2.0.0 || ^3.0.0\"\n},\n\"publishConfig\": {\n\"access\": \"public\"\n",
"new_path": "packages/sources/css/presets/tailwind/package.json",... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | chore: upgrade peerDependencies for Tailwind 3 support | 1 | chore | null |
217,237 | 27.12.2021 15:49:53 | -10,800 | 28efff416777ed18e6faa82435839973eeb413a8 | promo(new-year): refine styles | [
{
"change_type": "MODIFY",
"diff": "--ifm-color-primary-lighter: rgb(102, 212, 189);\n--ifm-color-primary-lightest: rgb(146, 224, 208); */\n--ifm-code-font-size: 95%;\n+ --ifm-h2-font-size: 1.75rem;\n+ --ifm-button-color: #ffffff;\n/* https://docusaurus.io/docs/styling-layout */\n// Primary\n// --ifm-color-... | JavaScript | MIT License | feature-sliced/documentation | promo(new-year): refine styles | 1 | promo | new-year |
471,171 | 27.12.2021 16:23:10 | -3,600 | 315abae2fb197259515d0b5139af5cc8ced25594 | fix: span events count limit when set to 0 | [
{
"change_type": "MODIFY",
"diff": "@@ -131,6 +131,10 @@ export class Span implements api.Span, ReadableSpan {\nstartTime?: api.TimeInput\n): this {\nif (this._isSpanEnded()) return this;\n+ if (this._spanLimits.eventCountLimit === 0) {\n+ api.diag.warn('No events allowed.');\n+ return this;\n+ }\nif (this.... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | fix: span events count limit when set to 0 (#2679)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr> | 1 | fix | null |
401,106 | 27.12.2021 16:55:32 | -19,080 | 656151c5f80a98c299312baf51c5b9017290f842 | docs: add number type to form docs
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,7 @@ export const CommonProps: FC<\n| 'date'\n| 'date-range'\n| 'url'\n+ | 'number'\n| 'tel'\n| 'time'\n| 'month'\n",
"new_path": "packages/forms/src/components/Form/stories/Form.stories.tsx",
"old_path": "packages/forms/src/components/Form/stories/Fo... | TypeScript | MIT License | medly/medly-components | docs: add number type to form docs (#565)
affects: @medly-components/forms | 1 | docs | null |
877,015 | 27.12.2021 17:00:50 | -3,600 | 16fa7a4d2eeb6da5bf5f68517ab7bbf21a565b69 | refactor(@vtmn/css-tailwind-preset): delete unused properties | [
{
"change_type": "MODIFY",
"diff": "module.exports = {\nprefix: 'vtmn-',\n- purge: false,\n- darkMode: false, // or 'media' or 'class',\ncorePlugins: {\npreflight:\nprocess.env.PREFLIGHT === 'true' || process.env.PREFLIGHT === undefined,\n",
"new_path": "packages/sources/css/presets/tailwind/tailwind-pr... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/css-tailwind-preset): delete unused properties | 1 | refactor | @vtmn/css-tailwind-preset |
780,866 | 27.12.2021 18:58:00 | 10,800 | d28efd314e101c923c7c306edce04422c0c69b51 | fix(framework/webpack-config): bump corejs version to 3.20 | [
{
"change_type": "MODIFY",
"diff": "@@ -169,7 +169,7 @@ let config = {\npresets: [\n['@babel/preset-env', {\nuseBuiltIns: 'usage',\n- corejs: '3.19',\n+ corejs: '3.20',\nmodules: false\n}]\n],\n",
"new_path": "@ecomplus/storefront-framework/src/webpack.config.js",
"old_path": "@ecomplus/storefront-f... | JavaScript | MIT License | ecomplus/storefront | fix(framework/webpack-config): bump corejs version to 3.20 | 1 | fix | framework/webpack-config |
494,366 | 27.12.2021 20:01:04 | -7,200 | 864b00d6ecddefdb06ac22fda04670bfa43f2fd5 | feat: allow registration to be disabled
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -102,6 +102,7 @@ const (\nViperKeySelfServiceStrategyConfig = \"selfservice.methods\"\nViperKeySelfServiceBrowserDefaultReturnTo = \"selfservice.\" + DefaultBrowserReturnURL\nViperKeyURLsWhitelistedReturnToDomains = \"selfservice.whitelisted_return_urls\"\n+ ViperKeySe... | Go | Apache License 2.0 | ory/kratos | feat: allow registration to be disabled (#2081)
Closes #882 | 1 | feat | null |
217,237 | 27.12.2021 20:32:44 | -10,800 | 415e7383a1114b5548e005d5172f0c53ba097d93 | review(new-year): fix linting | [
{
"change_type": "MODIFY",
"diff": "// --ifm-color-primary-light: #6fa7be;\n// --ifm-color-primary-lighter: #78adc2;\n// --ifm-color-primary-lightest: #94becf;\n-\n-\n// @christmas Revert later\n--ifm-color-primary: #8cd1c6;\n--ifm-color-primary-dark: #73c7ba;\n",
"new_path": "website/src/app/index.scss... | JavaScript | MIT License | feature-sliced/documentation | review(new-year): fix linting | 1 | review | new-year |
530,333 | 27.12.2021 20:55:24 | -3,600 | b3dee99c34b3b913c15eb09287b4886a98398c04 | fix(awscdk): allow any context record value types
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": "@@ -12,7 +12,7 @@ export interface CdkConfigCommonOptions {\n*\n* @default - no additional context\n*/\n- readonly context?: { [key: string]: string };\n+ readonly context?: { [key: string]: any };\n/**\n* Include all feature flags in cdk.json\n",
"new_path": "src/aws... | TypeScript | Apache License 2.0 | projen/projen | fix(awscdk): allow any context record value types (#1390)
fixes: #1349
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | fix | awscdk |
269,512 | 27.12.2021 21:03:48 | -28,800 | 54d78b36f757fc9d96e991cc73969841957ad177 | docs: update Drone CI integration | [
{
"change_type": "MODIFY",
"diff": "@@ -23,30 +23,72 @@ steps:\n- name: test\nimage: golang\n- volumes:\n- - name: deps\n- path: /go\ncommands:\n- go test -race -v ./... -cover\n- name: release\n+ image: goreleaser/goreleaser\n+ environment:\n+ GITHUB_TOKEN:\n+ from_secret: github_token\n+ commands:\n+ - go... | Go | MIT License | goreleaser/goreleaser | docs: update Drone CI integration (#2789) | 1 | docs | null |
667,636 | 27.12.2021 21:12:05 | -28,800 | ce51648cf870e1b3c411b13223c158324b302c73 | refactor(hippy-react): change commitMutationEffects name | [
{
"change_type": "MODIFY",
"diff": "@@ -65,13 +65,13 @@ function commitUpdate(\nupdatePayloadPropList.forEach(propKey => instance.setAttribute(propKey, updatePayload[propKey]));\n}\n-// this is the hook when commitEffects started\n-export function commitEffectsStart(): void {\n+// this is the hook when comm... | C++ | Apache License 2.0 | tencent/hippy | refactor(hippy-react): change commitMutationEffects name | 1 | refactor | hippy-react |
447,440 | 27.12.2021 21:45:13 | 18,000 | 817ec4023803bf3b16ff7ea24928b0149bafd00c | docs: add datetimepicker example | [
{
"change_type": "MODIFY",
"diff": "@@ -240,7 +240,7 @@ const containerStyles = {\n</div>\n```\n-# DateTimePicker with custom icon\n+# DateTimePicker with custom FontAwesome icon\n##### It is possible to provide a custom icon for the input if you pass the `icon` prop.\n```js\n@@ -264,3 +264,32 @@ const cont... | JavaScript | MIT License | nexxtway/react-rainbow | docs: add datetimepicker example (#2347) | 1 | docs | null |
160,160 | 27.12.2021 22:01:18 | -28,800 | 7e3142b550f814d3ed11303d166ad40ef64f2832 | fix: site mvp demo style fix | [
{
"change_type": "MODIFY",
"diff": "@@ -94,6 +94,9 @@ export default {\n})\nlf.setTheme(\n{\n+ rect: { strokeWidth: 1 },\n+ diamond: { strokeWidth: 1 },\n+ ellipse: { strokeWidth: 1 },\nnodeText: { overflowMode: 'autoWrap', lineHeight: 1.5 },\nedgeText: { overflowMode: 'autoWrap', lineHeight: 1.5 }\n}\n",
... | TypeScript | Apache License 2.0 | didi/logicflow | fix: site mvp demo style fix | 1 | fix | null |
667,636 | 27.12.2021 23:14:29 | -28,800 | 9f6ac9a8f179ea0757dd48cb47a5b87cf76f34f3 | refactor(hippy-react): update hippy-react dependencies | [
{
"change_type": "MODIFY",
"diff": "\"description\": \"Demo app for hippy-react\",\n\"repository\": \"https://github.com/Tencent/Hippy/tree/master/examples/hippy-react-demo\",\n\"scripts\": {\n- \"serve\": \"webpack-dev-server --config ./scripts/hippy-webpack.web.dev.js\",\n+ \"serve\": \"webpack serve --co... | C++ | Apache License 2.0 | tencent/hippy | refactor(hippy-react): update hippy-react dependencies | 1 | refactor | hippy-react |
667,636 | 27.12.2021 23:48:37 | -28,800 | 8892f9f0ae875f3664846a0cd50291d089eef1e4 | build(example): add hippy:dev backup script | [
{
"change_type": "MODIFY",
"diff": "\"hippy:local-debug\": \"node ../../packages/hippy-debug-server/index.js\",\n\"hippy:local-dev\": \"node ../../packages/hippy-debug-server/hippy-dev.js -c ./scripts/hippy-webpack.dev.js\",\n\"hippy:debug\": \"hippy-debug\",\n- \"hippy:dev\": \"hippy-dev -c ./scripts/hippy... | C++ | Apache License 2.0 | tencent/hippy | build(example): add hippy:dev backup script | 1 | build | example |
73,329 | 28.12.2021 00:34:56 | -19,080 | 63132cf30ad62ba59d2a8cdfaba60b92819352cd | feat(pacmak): go yaml struct tags
closes
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: | [
{
"change_type": "MODIFY",
"diff": "@@ -76,8 +76,10 @@ export class GoProperty implements GoTypeMember {\n? `*${this.returnType}`\n: this.returnType;\n- // Adds json tags for easy deserialization\n- code.line(`${this.name} ${memberType} \\`json:\"${this.property.name}\"\\``);\n+ // Adds json and yaml tags f... | TypeScript | Apache License 2.0 | aws/jsii | feat(pacmak): go yaml struct tags (#3299)
closes #3293
---
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0 | 1 | feat | pacmak |
815,601 | 28.12.2021 01:37:26 | -28,800 | 5199b3aa0af0a51755d5f7588ed7f426261f9751 | fix: during_hardfork comment | [
{
"change_type": "MODIFY",
"diff": "@@ -187,7 +187,7 @@ impl ForkChanges {\nif blocks.is_empty() {\nfalse\n} else {\n- // This method assumes that the hardfork epochs are sorted and unique.\n+ // This method assumes that the input blocks are sorted and unique.\nlet hardfork_epochs = hardfork_switch.script_r... | Rust | MIT License | nervosnetwork/ckb | fix: during_hardfork comment
Co-authored-by: Boyu Yang <yangby@cryptape.com> | 1 | fix | null |
877,015 | 28.12.2021 02:21:30 | -3,600 | 24071fe0132933967b12f1ff0ff835f411fc163b | refactor(@vtmn/vue): simplify dependencies | [
{
"change_type": "MODIFY",
"diff": "\"url\": \"git+https://github.com/Decathlon/vitamin-web.git\"\n},\n\"license\": \"Apache-2.0\",\n- \"workspaces\": [\n+ \"workspaces\": {\n+ \"packages\": [\n\"packages/sources/css\",\n\"packages/sources/css/config/*\",\n\"packages/sources/css/presets/*\",\n\"packages/sou... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/vue): simplify dependencies | 1 | refactor | @vtmn/vue |
877,015 | 28.12.2021 02:25:49 | -3,600 | 6c3c5f25cf3755fc824338e069c5b3e5376d60e7 | chore: upgrade commitlint dependency | [
{
"change_type": "MODIFY",
"diff": "},\n\"devDependencies\": {\n\"@babel/core\": \"^7.14.8\",\n- \"@commitlint/cli\": \"^15.0.0\",\n- \"@commitlint/config-conventional\": \"^15.0.0\",\n+ \"@commitlint/cli\": \"^16.0.0\",\n+ \"@commitlint/config-conventional\": \"^16.0.0\",\n\"@nrwl/cli\": \"^13.2.2\",\n\"@n... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | chore: upgrade commitlint dependency | 1 | chore | null |
877,015 | 28.12.2021 02:31:06 | -3,600 | d1f2c39a124321eab64b94a3c0a3e7f10a75ba99 | chore: upgrade vitejs dependency | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@vtmn/css-design-tokens\": \"^0.10.1\",\n\"core-js\": \"^3.18.1\",\n- \"vue\": \"^3.2.1\"\n+ \"vue\": \"^3.2.26\"\n},\n\"devDependencies\": {\n\"@rollup/plugin-alias\": \"^3.1.5\",\n\"@rollup/plugin-node-resolve\": \"^13.0.5\",\n\"@rollup/plugin-rep... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | chore: upgrade vitejs dependency | 1 | chore | null |
877,015 | 28.12.2021 03:12:41 | -3,600 | 3fb7604e4636243ea1e1b66ac909b2138fc491f3 | chore: upgrade react-scripts dependency | [
{
"change_type": "MODIFY",
"diff": "\"start:vue\": \"nx run-many --target=start --projects=@vtmn/showcase-vue,@vtmn/vue --parallel\",\n\"start:web-components\": \"nx run-many --target=start --projects=@vtmn/showcase-web-components,@vtmn/web-components --parallel\",\n\"stylelint\": \"stylelint packages/**/*.... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | chore: upgrade react-scripts dependency | 1 | chore | null |
877,015 | 28.12.2021 03:26:59 | -3,600 | e219e6812a11ad63a26af5147fdec14e5f6b235b | chore: update build-pr.yml | [
{
"change_type": "MODIFY",
"diff": "@@ -30,9 +30,6 @@ jobs:\n- name: Build sources\nrun: yarn build\n- - name: Test\n- run: yarn test\n-\n- name: Build showcases\nrun: yarn build-storybook\n# Cannot be run on pull_request, and pull_request_event is not safe with checkout.\n",
"new_path": ".github/workfl... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | chore: update build-pr.yml | 1 | chore | null |
472,067 | 28.12.2021 10:26:54 | -32,400 | 1f7e1ee6710128bcc47a6f0c22e84cf9bcf3042e | chore: rename script name to fix format | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ jobs:\nnode -p \"JSON.stringify({ fileKey: '$FILE_KEY', nodeId: '$NODE_ID', dest: 'dist', iconNames: '$ICON_NAMES' })\" > packages/spindle-icons/figma.json\nnpx lerna run --scope @openameba/spindle-icons build\nnpx lerna run --scope @openameba/spindle-ui... | TypeScript | MIT License | openameba/spindle | chore: rename script name to fix format | 1 | chore | null |
472,067 | 28.12.2021 10:29:57 | -32,400 | 5b1007c72550d4f6fb65c97a5046d1b535c3e8a2 | chore: add script to format | [
{
"change_type": "ADD",
"diff": "+dist/\n+public/\n+packages/spindle-tokens/lib/*.js\n",
"new_path": ".prettierignore",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "\"name\": \"spindle\",\n\"private\": true,\n\"scripts\": {\n- \"test\": \"run-p lint test:packages\",\n+ \"test\... | TypeScript | MIT License | openameba/spindle | chore: add script to format | 1 | chore | null |
472,067 | 28.12.2021 10:30:44 | -32,400 | fcd073d5846900735bd54eb6f122a130bfa00cd7 | chore: fix script name to fix format | [
{
"change_type": "MODIFY",
"diff": "\"lint:yaml\": \"yamllint .github/workflows/*.yml\",\n\"lint:packages\": \"lerna run lint\",\n\"format\": \"prettier --check '**/*.{js,ts,tsx}'\",\n- \"fix\": \"run-p format:*\",\n+ \"fix\": \"run-p fix:*\",\n\"fix:script\": \"eslint . --fix\",\n\"fix:packages\": \"lerna ... | TypeScript | MIT License | openameba/spindle | chore: fix script name to fix format | 1 | chore | null |
472,067 | 28.12.2021 10:34:52 | -32,400 | 4c1f0ba2cc27ae424697947274a8126180405230 | refactor: apply prettier | [
{
"change_type": "MODIFY",
"diff": "@@ -16,8 +16,8 @@ export const parameters = {\n},\n{\nname: 'Background Color Dark',\n- value: '#08121A'\n- }\n+ value: '#08121A',\n+ },\n],\n},\n};\n",
"new_path": "packages/spindle-hooks/.storybook/preview.js",
"old_path": "packages/spindle-hooks/.storybook/prev... | TypeScript | MIT License | openameba/spindle | refactor: apply prettier | 1 | refactor | null |
217,922 | 28.12.2021 10:41:25 | -3,600 | da7a5d0a53ebdc89a27027203e480228f09f9727 | feat(layouts): new layout in the default pool: crafts and timed first | [
{
"change_type": "MODIFY",
"diff": "@@ -23,6 +23,7 @@ export class LayoutsEffects {\nmap(layouts => [\nthis.layoutService.defaultLayout,\nthis.layoutService.defaultLayoutNoVendor,\n+ this.layoutService.venilisCraftsTimedFirst,\n...layouts\n]),\nmap(layouts => new LayoutsLoaded(layouts))\n",
"new_path": ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(layouts): new layout in the default pool: crafts and timed first | 1 | feat | layouts |
217,922 | 28.12.2021 10:48:53 | -3,600 | d9038b6fb38af2da3db0f60c6b0f50677c878311 | fix(list): fixed copy to clipboard not copying all the tiers | [
{
"change_type": "MODIFY",
"diff": "<i nz-icon nzType=\"reload\"></i>\n</button>\n</div>\n- <div>\n- <button (click)=\"$event.stopPropagation();openFullPathPopup(zoneBreakdown)\" *ngIf=\"hasNavigationMap && displayRow.zoneBreakdown\"\n+ <div *ngIf=\"hasNavigationMap && displayRow.zoneBreakdown\">\n+ <button... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed copy to clipboard not copying all the tiers | 1 | fix | list |
217,922 | 28.12.2021 10:58:19 | -3,600 | a916040008272a2901d1ecbdeed5d3c254b0b656 | fix(gearsets): fixed total materias and total trades popups in gearset editor | [
{
"change_type": "MODIFY",
"diff": "-<ng-container *ngIf=\"costs$ | async as costs\">\n+<ng-container *ngIf=\"costs$ | async as costs; else loader\">\n<table *ngIf=\"costs.length > 0\">\n<thead>\n<tr>\n{{'GEARSETS.No_trades_needed' | translate}}\n</app-fullpage-message>\n</ng-container>\n+<ng-template #load... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(gearsets): fixed total materias and total trades popups in gearset editor | 1 | fix | gearsets |
217,922 | 28.12.2021 11:00:04 | -3,600 | 2a337ecee5398d2912f5195187267e97aa775997 | fix(retainers): fixed "missing name" label for when there's no task assigned to a retainer | [
{
"change_type": "MODIFY",
"diff": "{{'RETAINERS.X_items' | translate:{ amount: retainer.itemCount } }}\n</div>\n<div nz-col nzMd=\"8\" fxLayout=\"row\" fxLayoutAlign=\"flex-start center\">\n- {{retainer.task | i18nRow:'ventures' | i18n}}\n+ <span *ngIf=\"retainer.task\">{{retainer.task | i18nRow:'ventures'... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(retainers): fixed "missing name" label for when there's no task assigned to a retainer | 1 | fix | retainers |
217,922 | 28.12.2021 11:13:42 | -3,600 | 4b51412e25cdcbf5bb64dba067d988863d262fb6 | fix(db): fixed quicksearch sometimes showing weird undefined results | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import { Recipe } from '../../model/search/recipe';\nimport { ItemData } from '../../model/garland-tools/item-data';\nimport { NgSerializerService } from '@kaiu/ng-serializer';\nimport { SearchFilter } from '../../model/search/search-filter.interface';\n-i... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): fixed quicksearch sometimes showing weird undefined results | 1 | fix | db |
791,704 | 28.12.2021 11:49:45 | 21,600 | ad0824dea1dc796da6fde188609ee6dc0129cdc6 | report: allow client to configure how save-html is implemented | [
{
"change_type": "MODIFY",
"diff": "@@ -417,7 +417,8 @@ limitations under the License.\n<a role=\"menuitem\" tabindex=\"-1\" href=\"#\" class=\"lh-report-icon lh-report-icon--print\" data-i18n=\"dropdownPrintSummary\" data-action=\"print-summary\"></a>\n<a role=\"menuitem\" tabindex=\"-1\" href=\"#\" class=... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: allow client to configure how save-html is implemented (#13518) | 1 | report | null |
841,523 | 28.12.2021 12:18:33 | -3,600 | c9adf0333811b2830fe3f3c06d6fd9706f7bb9ae | fix(es): Handle import assertions correctly
swc_ecma_codegen:
- Implement codegen for static import assertions.
swc_ecma_transforms_proposal:
- `import_assertions`: Support `export`s.
swc:
- Add `jsc.experimental.keep_import_assertions`.
node-swc:
- Fix typo. | [
{
"change_type": "MODIFY",
"diff": "@@ -365,7 +365,9 @@ impl Options {\n}),\nsyntax.decorators()\n),\n- import_assertions(),\n+ // The transform strips import assertions, so it's only enabled if\n+ // keep_import_assertions is false.\n+ Optional::new(import_assertions(), !experimental.keep_import_assertions... | Rust | Apache License 2.0 | swc-project/swc | fix(es): Handle import assertions correctly (#3113)
swc_ecma_codegen:
- Implement codegen for static import assertions.
swc_ecma_transforms_proposal:
- `import_assertions`: Support `export`s.
swc:
- Add `jsc.experimental.keep_import_assertions`.
node-swc:
- Fix typo. | 1 | fix | es |
688,455 | 28.12.2021 12:59:17 | -3,600 | 045c1c84ceaaa6155674923faf2f41477027b85f | fix(List): add font-size to List root to fix bullets alignment | [
{
"change_type": "ADD",
"diff": "+---\n+'@toptal/picasso': patch\n+---\n+\n+## List\n+\n+- set List's root element font-size to 1rem to fix unordered list bullets alignment\n",
"new_path": ".changeset/witty-brooms-sin.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "import Re... | TypeScript | MIT License | toptal/picasso | fix(List): add font-size to List root to fix bullets alignment (#2351) | 1 | fix | List |
756,013 | 28.12.2021 13:08:28 | 21,600 | 9a06a926ce1c19b3483b10b27a19f37bd493006e | fix(wallet-backend): default new purses to autodeposit | [
{
"change_type": "MODIFY",
"diff": "@@ -804,7 +804,7 @@ export function makeWallet({\nconst makeEmptyPurse = (\nbrandPetname,\npetnameForPurse,\n- defaultAutoDeposit = false,\n+ defaultAutoDeposit = true,\n) =>\ninternalUnsafeImportPurse(\nbrandPetname,\n",
"new_path": "packages/wallet/api/src/lib-walle... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(wallet-backend): default new purses to autodeposit | 1 | fix | wallet-backend |
756,013 | 28.12.2021 13:08:58 | 21,600 | 9ebea461880d2f5dd0f1a05e9df5d78db392820e | test(wallet-backend): update golden autodeposit tests | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,7 @@ test('getPursesNotifier', async t => {\n} = await setup();\nconst pursesNotifier = wallet.getPursesNotifier();\nconst update = await pursesNotifier.getUpdateSince();\n- t.is(update.updateCount, 7);\n+ t.is(update.updateCount, 6);\n// Has the default Zoe ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(wallet-backend): update golden autodeposit tests | 1 | test | wallet-backend |
471,190 | 28.12.2021 13:29:13 | -10,800 | ddede493090259f2840600773a1b1dbcfd468615 | feat(@opentelemetry/propagator-jaeger): support custom baggage prefix | [
{
"change_type": "MODIFY",
"diff": "@@ -25,10 +25,10 @@ import {\nTraceFlags,\n} from '@opentelemetry/api';\nimport { isTracingSuppressed } from '@opentelemetry/core';\n+import { JaegerPropagatorConfig } from './types';\nexport const UBER_TRACE_ID_HEADER = 'uber-trace-id';\nexport const UBER_BAGGAGE_HEADER_... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | feat(@opentelemetry/propagator-jaeger): support custom baggage prefix (#2673)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> | 1 | feat | @opentelemetry/propagator-jaeger |
471,517 | 28.12.2021 13:35:15 | -3,600 | 592196ce2f123bff077b39167440c8e721685d6d | fix(testing-helpers): relax waitUntil (fixes | [
{
"change_type": "ADD",
"diff": "+---\n+'@open-wc/testing-helpers': patch\n+---\n+\n+Relax type of `waitUntil` predicate parameter\n",
"new_path": ".changeset/wicked-maps-press.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -145,7 +145,7 @@ export function oneEvent(event... | JavaScript | MIT License | open-wc/open-wc | fix(testing-helpers): relax waitUntil (fixes #2361) (#2371) | 1 | fix | testing-helpers |
317,646 | 28.12.2021 13:41:07 | -3,600 | ad5c77a61b95cc71d8864d259cefe3e54a98711b | feat: parse azure config files | [
{
"change_type": "RENAME",
"diff": "@@ -8,11 +8,6 @@ sidebar_label: Azure\nDisplay the currently active Azure subscription information.\n-:::caution\n-PowerShell offers support for the `Az.Accounts` module, but it is disabled by default.\n-To enable this, set `$env:AZ_ENABLED = $true` in your `$PROFILE`.\n-... | Go | MIT License | jandedobbeleer/oh-my-posh | feat: parse azure config files | 1 | feat | null |
889,620 | 28.12.2021 14:51:29 | -28,800 | 4f6f85c474397baa04f1c1d018403cb25d4674c3 | feat: parse translator field from epub | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,7 @@ class EpubMetadataProvider(\n\"edt\" to \"editor\",\n\"art\" to \"penciller\",\n\"ill\" to \"penciller\",\n+ \"trl\" to \"translator\",\n)\noverride fun getCapabilities(): List<BookMetadataPatchCapability> =\n",
"new_path": "komga/src/main/kotlin/org... | Kotlin | MIT License | gotson/komga | feat: parse translator field from epub | 1 | feat | null |
841,523 | 28.12.2021 15:00:00 | -3,600 | 2f3ca22ecf7f567256695c39a904f02ff75e2c85 | fix(es/parser): Support import assertions in specifier-less imports | [
{
"change_type": "MODIFY",
"diff": "import data from \"./data.json\" assert { type: \"json\" };\n-export { default as data2 } from \"./data2.json\" assert { type: \"json\" };\n-export * as data3 from \"./data3.json\" assert { type: \"json\" };\n+import \"./data2.json\" assert { type: \"json\" };\n+export { ... | Rust | Apache License 2.0 | swc-project/swc | fix(es/parser): Support import assertions in specifier-less imports (#3134) | 1 | fix | es/parser |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.