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
791,374
08.02.2022 13:19:43
-7,200
cd53e483bd811d69428f3226f0a096f0482e5ea0
chore(cleanup): remove "experimental" note the note was made 6 years ago and is redundant now.
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,4 @@ This package includes auto-generated clients for the logging v2 API.\nUse the handwritten logging client (in the parent directory,\ncloud.google.com/go/logging) in preference to this.\n-This code is EXPERIMENTAL and subject to CHANGE AT ANY TIME.\n-\n", ...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(cleanup): remove "experimental" note (#5437) the note was made 6 years ago and is redundant now.
1
chore
cleanup
104,828
08.02.2022 13:25:50
-3,600
3ea79ec8703a9fecc10e0def799672b4a8afd9ee
docs(table): change story name
[ { "change_type": "MODIFY", "diff": "@@ -113,7 +113,7 @@ export const WithDemoStates = () => {\n);\n};\n-WithDemoStates.storyName = 'With simple state management';\n+WithDemoStates.storyName = 'With demo states';\nWithDemoStates.decorators = [createElement];\n/**\n", "new_path": "packages/react/src/compo...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
docs(table): change story name #3234
1
docs
table
942,608
08.02.2022 13:30:32
25,200
75848e8014d3367ef9e75466a3ca3a794e7fbd49
docs(side-panel): Fix padding in header Fixes: [category:Documentation]
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ export const AlwaysOpen = () => {\nreturn (\n<Flex height={320}>\n<SidePanel {...panelProps}>\n- <Flex alignItems=\"center\" paddingY=\"s\" paddingX=\"xs\">\n+ <Flex alignItems=\"center\" paddingY=\"s\" paddingX=\"s\">\n<AccentIcon css={iconStyles} icon=...
TypeScript
Apache License 2.0
workday/canvas-kit
docs(side-panel): Fix padding in header (#1459) Fixes: #1458 [category:Documentation]
1
docs
side-panel
915,146
08.02.2022 13:31:59
-19,080
cdd8bd0467a53049a7e9a1c5946aa3570728764b
ci: use `github.token` where possible
[ { "change_type": "MODIFY", "diff": "@@ -198,7 +198,7 @@ jobs:\nsteps:\n- uses: ory/ci/docs/cli@master\nwith:\n- token: ${{ secrets.ORY_BOT_PAT }}\n+ token: ${{ github.token }}\nchangelog:\nname: Generate changelog\n@@ -215,7 +215,7 @@ jobs:\nfetch-depth: 0\n- uses: ory/ci/changelog@master\nwith:\n- token: $...
Go
Apache License 2.0
ory/hydra
ci: use `github.token` where possible (#2973) Co-authored-by: ory-bot <60093411+ory-bot@users.noreply.github.com>
1
ci
null
915,255
08.02.2022 14:09:43
-3,600
3c8b49ee0060a2c68678cdb40aeb3471a0d22b4d
ci: add next cli docs generator
[ { "change_type": "ADD", "diff": "+name: CI Tasks for Ory Oathkeeper\n+on:\n+ push:\n+ branches:\n+ - master\n+ tags:\n+ - '*'\n+ pull_request:\n+\n+# Cancel in-progress runs in current workflow.\n+concurrency:\n+ group: ${{ github.workflow }}-${{ github.ref }}\n+ cancel-in-progress: true\n+\n+jobs:\n+ docs-...
Go
Apache License 2.0
ory/oathkeeper
ci: add next cli docs generator
1
ci
null
777,385
08.02.2022 14:13:58
28,800
1e5317116ad2c992e933af68a454a90cb2bfed76
fix: check if data file exists before downloading
[ { "change_type": "MODIFY", "diff": "@@ -61,8 +61,11 @@ class UNetsTrial(TFKerasTrial):\n# Use a file lock so only one worker on each node does the download\nwith filelock.FileLock(os.path.join(weights_dir, \"download.lock\")):\n- urllib.request.urlretrieve(mobilenet_link, weights_dir + data_file)\n- return ...
Python
Apache License 2.0
determined-ai/determined
fix: check if data file exists before downloading (#3586)
1
fix
null
841,385
08.02.2022 14:27:54
-10,800
fd5668c32fa002698e387df6bc6a927c0d562e06
feat(css): Add support for `@property` at-rule
[ { "change_type": "MODIFY", "diff": "pub use self::{\ncharset::*, color_profile::*, counter_style::*, document::*, import::*, keyframe::*, layer::*,\n- media::*, page::*, support::*,\n+ media::*, page::*, property::*, support::*,\n};\nuse crate::{Block, DashedIdent, Ident, SimpleBlock, Str, Url, Value};\nuse...
Rust
Apache License 2.0
swc-project/swc
feat(css): Add support for `@property` at-rule (#3470)
1
feat
css
889,620
08.02.2022 14:34:23
-28,800
b53fbc7217bc014211a017280cd60272b9343991
feat: delete duplicate page match individually
[ { "change_type": "MODIFY", "diff": "/>\n</template>\n+ <template v-slot:item.delete=\"{ item }\">\n+ <v-btn\n+ icon\n+ color=\"error\"\n+ @click=\"deleteMatch(item)\"\n+ >\n+ <v-icon>mdi-trash-can-outline</v-icon>\n+ </v-btn>\n+ </template>\n+\n<template v-slot:footer.prepend>\n- <v-btn icon @click=\"loadDa...
Kotlin
MIT License
gotson/komga
feat: delete duplicate page match individually
1
feat
null
342,861
08.02.2022 14:53:18
-3,600
dfe0d1797a02afe2f3bfcdcc18d50b660b016dda
fix(InputField): enable tooltip on hover when disabled
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,16 @@ export const Error = (): React.Node => {\nplaceholder={placeholder}\nonChange={action(\"change\")}\n/>\n+ <InputField\n+ size={size}\n+ disabled\n+ inlineLabel\n+ error={<TextLink tabIndex={0}>{error}</TextLink>}\n+ label={label}\n+ value={value}\n+ pla...
JavaScript
MIT License
kiwicom/orbit
fix(InputField): enable tooltip on hover when disabled (#3274)
1
fix
InputField
530,289
08.02.2022 14:55:42
28,800
e87fbdeb9d28375ccb5f1199f52e5aa96d1d6c86
fix: missing item in docs table of contents Small error. Also fixing a broken link By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
[ { "change_type": "MODIFY", "diff": "@@ -46,23 +46,23 @@ Currently supported project types (use `npx projen new` without a type for a\nlist):\n<!-- <macro exec=\"node ./scripts/readme-projects.js\"> -->\n-* [awscdk-app-java](https://projen.github.io/projen/api/API.html#projen-awscdk-awscdkjavaapp) - AWS CDK ...
TypeScript
Apache License 2.0
projen/projen
fix: missing item in docs table of contents (#1598) Small error. Also fixing a broken link --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1
fix
null
386,584
08.02.2022 14:56:54
-7,200
f405a5d0829a2fcffb768b70512fa31a6f037a26
chore(engine): Refactor getMethod function declaration.
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ import { default as setGlobal } from './setGlobal.js';\nimport { default as setState } from './setState.js';\nimport { default as validate } from './validate.js';\n-export const getMethods = ({ actions, arrayIndices, blockId, context, event }) => {\n+exp...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(engine): Refactor getMethod function declaration.
1
chore
engine
386,584
08.02.2022 14:58:39
-7,200
a144735e2cf7647db5e48b434a53c974d907b4f9
feat(build): Added plugin to build process.
[ { "change_type": "MODIFY", "diff": "@@ -54,6 +54,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n\"name\": \"@lowdefy/operators\",\n\"reference\": \"workspace:packages/operators\"\n},\n+ {\n+ \"name\": \"@lowdefy/actions-core\",\n+ \"reference\": \"workspace:packages/plugins/actions/actions-c...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(build): Added @lowdefy/actions-core plugin to build process.
1
feat
build
889,620
08.02.2022 15:07:53
-28,800
dabe3982745bec5eb6cc8c945ac4ae7ef2313029
fix: soft delete after deleting files instead of triggering a scan
[ { "change_type": "MODIFY", "diff": "@@ -141,14 +141,12 @@ class TaskHandler(\nis Task.DeleteBook -> {\nbookRepository.findByIdOrNull(task.bookId)?.let { book ->\nbookLifecycle.deleteBookFiles(book)\n- taskReceiver.scanLibrary(book.libraryId, task.priority)\n}\n}\nis Task.DeleteSeries -> {\nseriesRepository....
Kotlin
MIT License
gotson/komga
fix: soft delete after deleting files instead of triggering a scan
1
fix
null
889,620
08.02.2022 15:09:13
-28,800
d9aa33d7d7c66e2a3e6f1348457d15fa034382bd
refactor: extract restore hash function
[ { "change_type": "MODIFY", "diff": "@@ -25,3 +25,14 @@ open class BookPage(\nfileSize = fileSize,\n)\n}\n+\n+fun Collection<BookPage>.restoreHashFrom(restoreFrom: Collection<BookPage>): List<BookPage> =\n+ this.map { newPage ->\n+ restoreFrom.find {\n+ it.fileSize == newPage.fileSize &&\n+ it.mediaType == n...
Kotlin
MIT License
gotson/komga
refactor: extract restore hash function
1
refactor
null
889,620
08.02.2022 15:10:26
-28,800
83a59b8bd32d3d20f8930a8d846394992db316b2
fix: book conversion will conserve page hashes
[ { "change_type": "MODIFY", "diff": "@@ -4,17 +4,21 @@ import mu.KotlinLogging\nimport org.apache.commons.compress.archivers.zip.ZipArchiveEntry\nimport org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream\nimport org.apache.commons.io.FilenameUtils\n+import org.gotson.komga.application.events.Ev...
Kotlin
MIT License
gotson/komga
fix: book conversion will conserve page hashes
1
fix
null
869,309
08.02.2022 15:18:16
-3,600
2d0b174b80cc06d1f34e8b1b7c8f8c23fd9bf0f9
fix: remove acx exchange because it does not exist anymore
[ { "change_type": "DELETE", "diff": "-const Driver = require('../models/driver');\n-const request = require('../lib/request');\n-const Ticker = require('../models/ticker');\n-const { parseToFloat } = require('../lib/utils');\n-\n-/**\n- * @memberof Driver\n- * @augments Driver\n- */\n-class Acx extends Drive...
JavaScript
MIT License
coinranking/exchanges
fix: remove acx exchange because it does not exist anymore
1
fix
null
889,620
08.02.2022 15:19:23
-28,800
352f9a852528f325971eb1e251a503379281f41e
fix(webreader): don't pad landscape covers in double page mode
[ { "change_type": "MODIFY", "diff": "@@ -12,9 +12,15 @@ export function buildSpreads(pages: PageDtoWithUrl[], pageLayout: PagedReaderLay\nlet lastPages = undefined\nif (pageLayout === PagedReaderLayout.DOUBLE_PAGES) {\nconst firstPage = pagesClone.shift() as PageDtoWithUrl\n+ if (isPageLandscape(firstPage))\...
Kotlin
MIT License
gotson/komga
fix(webreader): don't pad landscape covers in double page mode
1
fix
webreader
386,595
08.02.2022 15:20:16
-7,200
9d6ac04b09f7c2281ebc699de504bba8b8b5e13b
feat(server): Add replace and scroll to Link.
[ { "change_type": "MODIFY", "diff": "@@ -128,10 +128,12 @@ _ref:\n- `Link`: component`: Lowdefy standard Link React component used as links to pages or external urls. The following props apply:\n- `back: boolean`: When the link is clicked, trigger the browser back.\n- `home: boolean`: When the link is clicke...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(server): Add replace and scroll to Link.
1
feat
server
711,597
08.02.2022 15:30:37
-3,600
54d1b0c337ef27ad975cd2e4237278cb90ba861b
docs: Fixes & additions to docs
[ { "change_type": "MODIFY", "diff": "@@ -8,10 +8,10 @@ showtoc: true\n{{< figure src=\"plugin_architecture.png\" >}}\n-A plugin in Vendure is a specialized Nestjs Module which is decorated with the [`VendurePlugin` class decorator]({{< relref \"vendure-plugin\" >}}). This diagram illustrates the how a plugin...
TypeScript
MIT License
vendure-ecommerce/vendure
docs: Fixes & additions to docs
1
docs
null
826,708
08.02.2022 15:42:03
-3,600
e3b9297a30a077c130bcf38c0bb6c04d67eb65e2
feat: generate openapi 3.0 client for oathkeeper
[ { "change_type": "MODIFY", "diff": "@@ -198,7 +198,7 @@ golang () {\nmkdir -p \"${dir}\"\n(cd \"${dir}\"; rm go.mod go.sum || true; go mod init \"github.com/ory/${PROJECT}-client-go\")\n- if [ $project != \"kratos\" ] && [ $project != \"client\" ]; then\n+ if [ $project != \"kratos\" ] && [ $project != \"cl...
C#
Apache License 2.0
ory/sdk
feat: generate openapi 3.0 client for oathkeeper (#146)
1
feat
null
889,620
08.02.2022 15:46:07
-28,800
36aa416621c8d0dfd76fbeef3974cf082867680b
docs: update features in README
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,11 @@ Komga is a free and open source comics/mangas server.\n- Webreader with multiple reading modes\n- Manage multiple users, with per-library access control\n- Offers a REST API, many community tools and scripts can interact with Komga\n-- Download book fil...
Kotlin
MIT License
gotson/komga
docs: update features in README
1
docs
null
869,309
08.02.2022 15:48:59
-3,600
a2a4ad736b44d594b682472b392c56e492ca998a
fix: remove beldex because they seem to have stopped with their api
[ { "change_type": "DELETE", "diff": "-const Driver = require('../models/driver');\n-const request = require('../lib/request');\n-const Ticker = require('../models/ticker');\n-const { parseToFloat } = require('../lib/utils');\n-\n-/**\n- * @memberof Driver\n- * @augments Driver\n- */\n-class Beldex extends Dr...
JavaScript
MIT License
coinranking/exchanges
fix: remove beldex because they seem to have stopped with their api
1
fix
null
915,255
08.02.2022 15:50:24
-3,600
962f57eeea8310e5b970da420819e0e268d8da4d
ci: update cli location and fix generation script
[ { "change_type": "MODIFY", "diff": "@@ -20,3 +20,4 @@ jobs:\n- uses: ory/ci/docs/cli-next@master\nwith:\ntoken: ${{ secrets.ORY_BOT_PAT }}\n+ output-dir: docs/oathkeeper/cli\n", "new_path": ".github/workflows/ci.yml", "old_path": ".github/workflows/ci.yml" }, { "change_type": "ADD", "dif...
Go
Apache License 2.0
ory/oathkeeper
ci: update cli location and fix generation script
1
ci
null
869,309
08.02.2022 15:52:51
-3,600
a31eaa0b634f230c55f4174280956cdc9375b30c
fix: remove float sv because they quit
[ { "change_type": "DELETE", "diff": "-const Driver = require('../models/driver');\n-const request = require('../lib/request');\n-const Ticker = require('../models/ticker');\n-const { parseToFloat } = require('../lib/utils');\n-\n-/**\n- * @memberof Driver\n- * @augments Driver\n- */\n-class Floatsv extends D...
JavaScript
MIT License
coinranking/exchanges
fix: remove float sv because they quit
1
fix
null
418,677
08.02.2022 15:54:48
-28,800
75e83f9fbedb7acbcc20ffac15cb4afaf4513957
fix: swagger support globalprefix
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ import {\nILifeCycle,\nIMidwayContainer,\nMidwayApplicationManager,\n+ MidwayConfigService,\n} from '@midwayjs/core';\nimport { Inject, Configuration } from '@midwayjs/decorator';\nimport { SwaggerExplorer, SwaggerMiddleware } from '.';\n@@ -19,14 +20,30 @...
TypeScript
MIT License
midwayjs/midway
fix: swagger support globalprefix (#1670) Co-authored-by: Harry Chen <czy88840616@gmail.com>
1
fix
null
217,922
08.02.2022 15:55:46
-3,600
77d6ac3ec318848c109affdaba4266746446820e
fix(list): fixes community checkbox not applying the change properly
[ { "change_type": "MODIFY", "diff": "</div>\n<div class=\"spacer\"></div>\n<div fxLayout=\"row\" fxLayout.lt-md=\"column\" fxLayoutAlign.lt-md=\"center center\" fxLayoutGap=\"5px\">\n- <label (ngModelChange)=\"list.index = -1;listsFacade.updateList(list)\" *ngIf=\"!list.offline\"\n+ <label (ngModelChange)=\"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixes community checkbox not applying the change properly
1
fix
list
889,620
08.02.2022 15:56:47
-28,800
4780aadbf71ee3fecd8486ac4b658935ddefaa16
test: fix failing tests introduced in
[ { "change_type": "MODIFY", "diff": "@@ -3,9 +3,10 @@ package org.gotson.komga.domain.service\nimport com.google.common.jimfs.Configuration\nimport com.google.common.jimfs.Jimfs\nimport com.ninjasquad.springmockk.MockkBean\n+import com.ninjasquad.springmockk.SpykBean\nimport io.mockk.every\n+import io.mockk....
Kotlin
MIT License
gotson/komga
test: fix failing tests introduced in dabe3982745bec5eb6cc8c945ac4ae7ef2313029
1
test
null
756,059
08.02.2022 16:05:40
28,800
8bb97702fd478b0b47e2d5454373e80765042106
feat: support element deletion during iteration over a store closes issue
[ { "change_type": "MODIFY", "diff": "@@ -314,7 +314,6 @@ export function makeCollectionManager(\n}\nfunction del(key) {\n- currentGenerationNumber += 1;\ndeleteInternal(key);\nupdateEntryCount(-1);\n}\n@@ -339,7 +338,7 @@ export function makeCollectionManager(\nwhile (priorDBKey !== undefined) {\nassert(\nge...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: support element deletion during iteration over a store closes issue #4503
1
feat
null
386,581
08.02.2022 16:16:19
-7,200
80b047fb8e5684d032026d9e10b50114a67af89f
fix(deps): Downgrade dependency swr to v1.1.2.
[ { "change_type": "MODIFY", "diff": "@@ -3549,7 +3549,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"react\", \"npm:18.0.0-rc.0\"],\n[\"react-dom\", \"virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Downgrade dependency swr to v1.1.2. https://github.com/vercel/swr/issues/1822
1
fix
deps
217,922
08.02.2022 16:23:48
-3,600
25ea7cff307a75fc1bc29e6f68a7cf9dae1f23e3
chore: let's go back to firebase hosting, ssr is useless and not working anyways
[ { "change_type": "MODIFY", "diff": "\"rewrites\": [\n{\n\"source\": \"**\",\n- \"run\": {\n- \"serviceId\": \"tc-ssr\",\n- \"region\": \"europe-west1\"\n- }\n+ \"destination\": \"/index.html\"\n}\n],\n\"headers\": [\n", "new_path": "firebase.json", "old_path": "firebase.json" } ]
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: let's go back to firebase hosting, ssr is useless and not working anyways
1
chore
null
217,922
08.02.2022 16:30:09
-3,600
f466a0548fa034671f94b0934d69ad25f6ce5e3b
fix(gearsets): fixed specialist flag always set to true when using in simulator
[ { "change_type": "MODIFY", "diff": "@@ -131,11 +131,12 @@ export class GearsetDisplayComponent extends TeamcraftComponent {\nconst craftsmanship = stats.find(s => s.id === BaseParam.CRAFTSMANSHIP).value;\nconst control = stats.find(s => s.id === BaseParam.CONTROL).value;\nconst cp = stats.find(s => s.id ===...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(gearsets): fixed specialist flag always set to true when using in simulator
1
fix
gearsets
889,620
08.02.2022 16:44:43
-28,800
a6dece2b8158deec940198879f7902de6694d972
fix(api): cannot delete duplicate page match if it is unknown
[ { "change_type": "MODIFY", "diff": "@@ -127,8 +127,7 @@ class PageHashController(\n@RequestParam(\"media_type\") mediaType: String,\n@RequestParam(\"file_size\") size: Long,\n) {\n- val hash = pageHashRepository.findKnown(PageHash(pageHash, mediaType, size))\n- ?: throw ResponseStatusException(HttpStatus.NO...
Kotlin
MIT License
gotson/komga
fix(api): cannot delete duplicate page match if it is unknown
1
fix
api
869,309
08.02.2022 16:48:42
-3,600
9c141a622da3ac2ace64940ab6498b63b1e77150
fix: bl3p its response shape differs when fetching ltc
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ class Bl3p extends Driver {\n* @returns {Promise.Array<Ticker>} Returns a promise of an array with tickers.\n*/\nasync fetchTickers() {\n- const bases = ['BTC', 'LTC'];\n+ const bases = ['BTC'];\nconst tickers = bases.map(async (base) => {\nconst ticker ...
JavaScript
MIT License
coinranking/exchanges
fix: bl3p its response shape differs when fetching ltc
1
fix
null
386,584
08.02.2022 16:56:23
-7,200
d00d39cd420ff9f36db0391362e8dae5efa85867
chore(actions-core): Refactored ScrollTo action.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n-const ScrollTo = ({ methods: { scrollTo }, params }) => {\n- scrollTo(params);\n+const ScrollTo = ({ document, params, window }) => {\n+ if (params.blockId) {\n+ const element = document.getElementById(params.blockId);\n+ if (element) ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(actions-core): Refactored ScrollTo action.
1
chore
actions-core
889,620
08.02.2022 17:02:34
-28,800
a9556d9069b1758e4cdb0edc3d08ef700d7854b1
fix(webui): display issue for duplicate page card without size
[ { "change_type": "MODIFY", "diff": "</div>\n<div\n- v-if=\"hash.deleteCount\"\n+ v-if=\"hash.size && hash.deleteCount\"\n>{{ $t('duplicate_pages.saved_size', {size: getFileSize(hash.size * hash.deleteCount)}) }}\n</div>\n</v-col>\n", "new_path": "komga-webui/src/components/PageHashKnownCard.vue", "o...
Kotlin
MIT License
gotson/komga
fix(webui): display issue for duplicate page card without size
1
fix
webui
342,861
08.02.2022 17:52:10
-3,600
bdefbfa06cacabefe21b6f995c61a3e8b2998d09
feat(Drawer): add fixedHeader prop
[ { "change_type": "MODIFY", "diff": "@@ -58,6 +58,11 @@ export default {\ntype: \"text\",\ndefaultValue: \"320px\",\n},\n+ {\n+ name: \"fixedHeader\",\n+ type: \"boolean\",\n+ defaultValue: false,\n+ },\n{\nname: \"position\",\ntype: \"select\",\n", "new_path": "docs/src/__examples__/Drawer/DEFAULT.tsx",...
JavaScript
MIT License
kiwicom/orbit
feat(Drawer): add fixedHeader prop (#3269)
1
feat
Drawer
317,769
08.02.2022 18:11:00
-36,000
2046dcefeb71c576587fc65119a033de9fa26103
feat(haskell): add haskell segment
[ { "change_type": "ADD", "diff": "+---\n+id: haskell\n+title: Haskell\n+sidebar_label: Haskell\n+---\n+\n+## What\n+\n+Display the currently active Glasgow Haskell Compiler (GHC) version.\n+\n+## Sample Configuration\n+\n+```json\n+{\n+ \"type\": \"haskell\",\n+ \"style\": \"powerline\",\n+ \"powerline_symbo...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(haskell): add haskell segment
1
feat
haskell
915,146
08.02.2022 18:47:27
-19,080
95a4357bc5a065d2e67877a672508fa25f9fd65a
ci: move sdk generation to the top
[ { "change_type": "MODIFY", "diff": "@@ -31,9 +31,25 @@ jobs:\n- name: Run tests\nrun: ./test/conformance/test.sh -v -short -parallel 16\n+ sdk-generate:\n+ name: Generate SDKs\n+ runs-on: ubuntu-latest\n+ outputs:\n+ sdk-cache-key: ${{ steps.sdk-generate.outputs.sdk-cache-key }}\n+ steps:\n+ - uses: ory/ci/...
Go
Apache License 2.0
ory/hydra
ci: move sdk generation to the top (#2974) Co-authored-by: ory-bot <60093411+ory-bot@users.noreply.github.com>
1
ci
null
71,413
08.02.2022 19:04:34
0
41ea3f23b1f0fed98054bd6936c122731e14ae40
chore: fixing package.json issues
[ { "change_type": "MODIFY", "diff": "},\n\"peerDependencies\": {\n\"@aws-cdk/core\": \"0.0.0\",\n- \"jest\": \"^27.5.1\"\n+ \"jest\": \"^27.5.1\",\n\"constructs\": \"^10.0.0\"\n},\n\"repository\": {\n", "new_path": "packages/@aws-cdk/assert-internal/package.json", "old_path": "packages/@aws-cdk/asser...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: fixing package.json issues
1
chore
null
889,620
08.02.2022 19:38:36
-28,800
5f2ce0fb30c1fc22a70406693756d8b672ab9383
fix: release 0.149.0 could wipe some database entries fixes the faulty SQL migration apply flyway repair mark impacted books as OUTDATED so they can be updated
[ { "change_type": "MODIFY", "diff": "@@ -19,8 +19,8 @@ CREATE TABLE PAGE_HASH_THUMBNAIL\nPRIMARY KEY (HASH, MEDIA_TYPE, SIZE)\n);\n-DELETE\n-FROM MEDIA_PAGE\n+UPDATE MEDIA_PAGE\n+SET FILE_HASH = ''\nWHERE BOOK_ID IN (\nSELECT DISTINCT m.BOOK_ID\nFROM MEDIA m\n", "new_path": "komga/src/flyway/resources/db...
Kotlin
MIT License
gotson/komga
fix: release 0.149.0 could wipe some database entries fixes the faulty SQL migration apply flyway repair mark impacted books as OUTDATED so they can be updated
1
fix
null
847,143
08.02.2022 19:48:53
-28,800
f01656c8efdb9ba666fba49b27e28bd37ee95307
fix(md-enhance): fix broken style
[ { "change_type": "MODIFY", "diff": "@@ -30,8 +30,10 @@ export default defineClientAppEnhance(({ app }) => {\nif (Presentation.name) {\napp.component(\"PresentationViewer\", Presentation);\nvoid import(\"./styles/slides/index.scss\");\n- void import(\"./styles/theme/fonts/league-gothic/league-gothic.css\");\...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(md-enhance): fix broken style
1
fix
md-enhance
847,143
08.02.2022 19:54:30
-28,800
fc2b3b224ab376167b81ad7043356b46b8ae96a9
fix(theme): fix PageAnchor layout
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,6 @@ $headings: (2, 3, 4, 5, 6);\ntop: calc(var(--navbar-height) + 2rem);\nmax-width: var(--content-width);\nmargin: 0 auto;\n- padding: 0 2.5rem;\nz-index: 99;\n@media (max-width: hope-config.$pad) {\n@@ -50,6 +49,7 @@ $headings: (2, 3, 4, 5, 6);\n.anchor-wrap...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix PageAnchor layout
1
fix
theme
847,143
08.02.2022 20:09:33
-28,800
e4d639426e748e41db2953aee2ff86a68bde9d46
docs(blog2): update homepage and sidebar
[ { "change_type": "MODIFY", "diff": "@@ -69,6 +69,7 @@ export default defineUserConfig<HopeThemeOptions>({\n],\n},\n],\n+ sidebar: [\"/guide.md\", \"/config.md\"],\n},\n\"/zh/\": {\nnavbar: [\n@@ -94,6 +95,7 @@ export default defineUserConfig<HopeThemeOptions>({\n],\n},\n],\n+ sidebar: [\"/zh/guide.md\", \"/...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs(blog2): update homepage and sidebar
1
docs
blog2
185,950
08.02.2022 20:12:16
-3,600
4ddb2c1f1acb2eb2609c43d2362de6741a31d099
fix: loading gists with deps/devDeps
[ { "change_type": "MODIFY", "diff": "@@ -115,8 +115,18 @@ export class RemoteLoader {\nfor (const [id, data] of Object.entries(gist.data.files)) {\nif (id === PACKAGE_NAME) {\n- const { dependencies } = JSON.parse(data.content);\n- this.appState.modules = new Map(Object.entries(dependencies));\n+ const { dep...
TypeScript
MIT License
electron/fiddle
fix: loading gists with deps/devDeps (#963)
1
fix
null
847,143
08.02.2022 20:18:31
-28,800
7c2b1b8a3a95fe2b6c1684342e97e86031f17e72
fix(theme): fix sidebar highlight color
[ { "change_type": "MODIFY", "diff": "+@use \"sass:color\";\n@use \"@mr-hope/vuepress-shared/styles/arrow\";\n+@use \"@sass-palette/helper\";\n$headings: (3, 4, 5, 6);\n@@ -70,7 +72,10 @@ a.sidebar-link {\n&.active {\nborder-left-color: var(--theme-color);\n- background-color: var(--theme-color-a15);\n+ backg...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix sidebar highlight color
1
fix
theme
317,646
08.02.2022 20:20:30
-3,600
c7a446c0810f6d56135b7ac184038fb18ecb46b2
fix(windows): safer logic for parsing app exec links
[ { "change_type": "MODIFY", "diff": "@@ -418,7 +418,8 @@ func (env *ShellEnvironment) HasCommand(command string) bool {\nenv.cmdCache.set(command, path)\nreturn true\n}\n- if path, err := env.LookWinAppPath(command); err == nil {\n+ path, err = env.LookWinAppPath(command)\n+ if err == nil {\nenv.cmdCache.set...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(windows): safer logic for parsing app exec links
1
fix
windows
841,509
08.02.2022 20:56:39
28,800
494b4c8203514dd9f21b2bc3804ba8c44d46a4a1
feat(swc/plugin): Implement proxy for `Mark::fresh`
[ { "change_type": "MODIFY", "diff": "@@ -61,15 +61,54 @@ struct MarkData {\nis_builtin: bool,\n}\n+/// List of proxy calls injected by the host in the plugin's runtime context.\n+/// When related calls being executed inside of the plugin, it'll call these\n+/// proxies instead which'll call actual host fn.\n...
Rust
Apache License 2.0
swc-project/swc
feat(swc/plugin): Implement proxy for `Mark::fresh` (#3492)
1
feat
swc/plugin
418,586
08.02.2022 20:59:56
-28,800
48e4cce7595a0024639645676ad0e69de962c5ec
doc: fix wrong identifier for the sequelize examples.
[ { "change_type": "MODIFY", "diff": "@@ -185,7 +185,7 @@ export class HomeController {\n@Post('/delete')\nasync home() {\n- await UserModel.destroy({\n+ await Photo.destroy({\nwhere: {\nname: '123'\n}\n@@ -207,7 +207,7 @@ export class HomeController {\n@Post('/delete')\nasync home() {\n- let result = await U...
TypeScript
MIT License
midwayjs/midway
doc: fix wrong identifier for the sequelize examples. (#1674)
1
doc
null
841,421
08.02.2022 21:04:28
-32,400
cf8aa05d9ce5b60936c53c42d70ca934a09c373e
chore(repo): Configure kodiak
[ { "change_type": "ADD", "diff": "+# .kodiak.toml\n+version = 1\n+\n+# We can't use automerge because of version bumping.\n+# But to make merging faster, we auto-update PRs.\n+[merge]\n+do_not_merge = true\n+\n+[update]\n+autoupdate_label = \"S-approved\"\n+\n+# I want to use auto-merge feature of github\n+[...
Rust
Apache License 2.0
swc-project/swc
chore(repo): Configure kodiak (#3485)
1
chore
repo
847,143
08.02.2022 21:05:36
-28,800
89293d94906e07ff30b1e30873baa97f1b687d8c
feat(sass-palette): add generator option
[ { "change_type": "ADD", "diff": "+$themeColor: red;\n", "new_path": "demo/src/.vuepress/styles/palette.scss", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ export const sassPalettePlugin: Plugin<SassPaletteOptions> = (\n__dirname,\n\"../../styles/default/palet...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(sass-palette): add generator option
1
feat
sass-palette
756,064
08.02.2022 21:12:17
28,800
a74dfb1c0fb0fcfd33cc35a6dead26cc1e52d1b4
docs(swingset): update dynamic-vats.md docs Mention bundlecaps, update options, update metering, update vat termination description. refs
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,8 @@ The ability to create new vats is not ambient: it requires access to the Vat Adm\n### Making the Source Bundle\n+Vats are created from \"bundlecaps\", which are objects that represent installed source code bundles. See docs/bundles.md for details.\n+\nTh...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs(swingset): update dynamic-vats.md docs Mention bundlecaps, update options, update metering, update vat termination description. refs #4372
1
docs
swingset
756,064
08.02.2022 21:39:10
28,800
78cd8cc4cd55f3e144ed358276c1a2c2942b8a74
docs(swingset): start on upgrade docs This is a first pass at the API you'd use to tell the kernel to upgrade a dynamic vat. None of this is implemented yet. refs
[ { "change_type": "MODIFY", "diff": "@@ -126,3 +126,13 @@ E(adminNode).done()\n```\nWhen the vat halted due to a metering fault, `error` will be a `RangeError` with a message of `Compute meter exceeded`, `Allocate meter exceeded`, or `Stack meter exceeded`.\n+\n+## Upgrade\n+\n+Dynamic vats can be upgraded t...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs(swingset): start on upgrade docs This is a first pass at the API you'd use to tell the kernel to upgrade a dynamic vat. None of this is implemented yet. refs #1848
1
docs
swingset
304,860
08.02.2022 21:43:03
-3,600
c9d7fde693426bc44b26a594fb6d66c6c013b97d
test: Check for double Release on arrow arrays Enables the `assert` tag on `test` and `test-race` jobs which makes arrow assert that reference counted values are not double released. (Does not cover any `Release` calls defined in flux itself)
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ jobs:\n- run: make vet\n- run: GOGC=50 make staticcheck\n- run: make libflux-wasm\n- - run: make test GO_TEST_FLAGS='-coverprofile=coverage.txt -covermode=atomic'\n+ - run: make test GO_TEST_FLAGS='-coverprofile=coverage.txt -covermode=atomic' GO_TAGS=as...
Go
MIT License
influxdata/flux
test: Check for double Release on arrow arrays (#4459) Enables the `assert` tag on `test` and `test-race` jobs which makes arrow assert that reference counted values are not double released. (Does not cover any `Release` calls defined in flux itself)
1
test
null
471,246
08.02.2022 22:06:50
21,600
1dd8a89f8a4617ce6a082a24c2fbab29acff1809
feat(baggage): include baggage metadata when propagating baggage entries
[ { "change_type": "MODIFY", "diff": "@@ -32,12 +32,17 @@ export function serializeKeyPairs(keyPairs: string[]): string {\n}\nexport function getKeyPairs(baggage: Baggage): string[] {\n- return baggage\n- .getAllEntries()\n- .map(\n- ([key, value]) =>\n- `${encodeURIComponent(key)}=${encodeURIComponent(value....
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
feat(baggage): include baggage metadata when propagating baggage entries (#2766) Co-authored-by: legendecas <legendecas@gmail.com>
1
feat
baggage
847,143
08.02.2022 22:17:05
-28,800
e7f0cd78576854ad5aa5567cb1783d58f17be0db
docs(components): update docs
[ { "change_type": "MODIFY", "diff": "@@ -74,7 +74,7 @@ export default defineUserConfig<HopeThemeOptions>({\nicon: \"creative\",\nprefix: \"guide/\",\ncollapsable: false,\n- children: [\"README.md\", \"page-info.md\"],\n+ children: [\"README.md\", \"article-info.md\"],\n},\n\"config/README.md\",\n],\n@@ -112,...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs(components): update docs
1
docs
components
847,143
08.02.2022 22:29:10
-28,800
d1f5314f0af6a3f950de5311fd02aa08bc922af0
fix(theme): fix blog setup
[ { "change_type": "MODIFY", "diff": "@@ -3,14 +3,7 @@ import { defineClientAppSetup } from \"@vuepress/client\";\nimport { setupDarkMode } from \"@theme-hope/composables\";\nimport { setupSidebarItems } from \"@theme-hope/module/sidebar/composables\";\n-declare const ENABLE_BLOG: boolean;\n-\nexport default ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix blog setup
1
fix
theme
877,015
09.02.2022 00:14:06
-3,600
53bdee84cb14fe30ac968ab7d5e9ef287b51f4a6
fix(@vtmn/vue): lint
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ export default /*#__PURE__*/ defineComponent({\nprops: {\nmodelValue: {\ntype: [String, Number] as PropType<string | number>,\n- default: ''\n+ default: '',\n},\nidentifier: {\ntype: String as PropType<string>,\n@@ -34,7 +34,7 @@ export default /*#__PURE__...
JavaScript
Apache License 2.0
decathlon/vitamin-web
fix(@vtmn/vue): lint
1
fix
@vtmn/vue
841,421
09.02.2022 02:10:54
-32,400
12e52e171d13685fc78f3b3a92fa757420096422
chore: Publish `v1.2.138`
[ { "change_type": "MODIFY", "diff": "@@ -3986,7 +3986,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.137\"\n+version = \"1.2.138\"\ndependencies = [\n\"anyhow\",\n\"console_error_panic_hook\",\n", "new_path": "Cargo.loc...
Rust
Apache License 2.0
swc-project/swc
chore: Publish `v1.2.138`
1
chore
null
269,397
09.02.2022 05:01:08
25,200
7a12747c173d9aefa83089194bf0662bafb2d9b9
docs: adds Conduit to USERS.md
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ Here's a running list of some organizations using GoReleaser[^1]:\n1. [Charm](https://charm.sh)\n1. [Comcast](https://comcast.github.io)\n1. [Compose Generator](https://www.compose-generator.com)\n+1. [Conduit](https://www.conduit.io/)\n1. [CrowdStrike](ht...
Go
MIT License
goreleaser/goreleaser
docs: adds Conduit to USERS.md (#2893)
1
docs
null
699,209
09.02.2022 08:28:22
28,800
48e5fb2f6d9e59dca9126b99d8e63964827ddfa1
docs(website): update the New banner
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import {Box} from '@twilio-paste/box';\nimport {Grid, Column} from '@twilio-paste/grid';\nimport {Text} from '@twilio-paste/text';\nimport {Badge} from '@twilio-paste/badge';\n+import {Stack} from '@twilio-paste/stack';\nimport {ArrowForwardIcon} from '@tw...
TypeScript
MIT License
twilio-labs/paste
docs(website): update the New banner (#2195)
1
docs
website
471,242
09.02.2022 08:36:27
-3,600
4fa32702704988d734d1aec2cd843d6919cb5a68
fix: sync webpack version used Use the same webpack version used to avoid npm install to fail because of peer dependencies can't be resolved.
[ { "change_type": "MODIFY", "diff": "\"karma-mocha\": \"2.0.1\",\n\"karma-spec-reporter\": \"0.0.32\",\n\"karma-webpack\": \"4.0.2\",\n- \"webpack\": \"4.44.2\"\n+ \"webpack\": \"4.46.0\"\n}\n}\n", "new_path": "packages/template/package.json", "old_path": "packages/template/package.json" }, { ...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
fix: sync webpack version used (#2758) Use the same webpack version used to avoid npm install to fail because of peer dependencies can't be resolved. Co-authored-by: legendecas <legendecas@gmail.com>
1
fix
null
126,276
09.02.2022 08:53:08
10,800
4ee8e27935739b7dce78d724a48485aeff3bb001
chore(embedded/tbtree): wip reduce node size
[ { "change_type": "MODIFY", "diff": "@@ -10,19 +10,16 @@ import (\n)\nfunc consistencyCheck(t *testing.T, tbtree *TBtree, n node) {\n- require.False(t, bytes.Compare(n.minKey(), n.maxKey()) > 0)\n-\nswitch n := n.(type) {\ncase *innerNode:\n// All nodes must be within the range of this node\nfor _, sub := ra...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): wip reduce node size Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
777,415
09.02.2022 09:06:02
28,800
a75359d9b4ed79032f391f96ae1d2cb320e0d719
test: interaction test for Badge component
[ { "change_type": "ADD", "diff": "+import { render, waitFor } from '@testing-library/react';\n+import userEvent from '@testing-library/user-event';\n+import React, { useState } from 'react';\n+\n+import { stateToLabel } from 'constants/states';\n+import { getStateColorCssVar } from 'themes';\n+import { SlotS...
Python
Apache License 2.0
determined-ai/determined
test: interaction test for Badge component (#3580)
1
test
null
777,396
09.02.2022 09:32:01
25,200
11186a48c5f4d94078b0832c415fefabac358154
chore: resolve conflicting cli abbreviation det master and det model both showed as allowing det m. In practice det m only referred to det model.
[ { "change_type": "MODIFY", "diff": "@@ -68,7 +68,7 @@ def logs(args: Namespace) -> None:\n# fmt: off\nargs_description = [\n- Cmd(\"m|aster\", None, \"manage master\", [\n+ Cmd(\"master\", None, \"manage master\", [\nCmd(\"config\", config, \"fetch master config\", [\nGroup(format_args[\"json\"], format_arg...
Python
Apache License 2.0
determined-ai/determined
chore: resolve conflicting cli abbreviation (#3594) det master and det model both showed as allowing det m. In practice det m only referred to det model.
1
chore
null
217,922
09.02.2022 09:32:43
-3,600
e1eb4e57d3a8c2c073c0985c2f2b1e553fce2723
fix(simulator): fixed good actions rotation tip showing even when using Heart and Soul
[ { "change_type": "MODIFY", "diff": "import { RotationTip } from '../rotation-tip';\n-import { IntensiveSynthesis, PreciseTouch, SimulationResult } from '@ffxiv-teamcraft/simulator';\n+import { HeartAndSoul, IntensiveSynthesis, PreciseTouch, SimulationResult } from '@ffxiv-teamcraft/simulator';\nimport { Rot...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed good actions rotation tip showing even when using Heart and Soul
1
fix
simulator
317,646
09.02.2022 09:39:43
-3,600
08dae53acd5a9c4727e8dcdc95a84b8e51aeac26
docs(transient): add PSReadline context
[ { "change_type": "MODIFY", "diff": "@@ -73,12 +73,19 @@ properties below - defaults to `{{ .Shell }}> `\n<TabItem value=\"pwsh\">\n-Import/invoke Oh My Posh in your `$PROFILE` and add the following line below:\n+Invoke Oh My Posh in your `$PROFILE` and add the following line below.\n```powershell\n+oh-my-po...
Go
MIT License
jandedobbeleer/oh-my-posh
docs(transient): add PSReadline context
1
docs
transient
304,868
09.02.2022 09:57:06
25,200
ee80d230d11c5da9d50b8fa58951d4c61cfc3a8c
docs(fluxdoc): document new markers for Flux docs
[ { "change_type": "MODIFY", "diff": "@@ -135,6 +135,8 @@ Use the following conventions to control example execution, input, and output.\nThe `input` yield is parsed into Markdown tables and included with the JSON documentation output.\n- `> ` at the beginning of a line appends a `yield` to the ind of the lin...
Go
MIT License
influxdata/flux
docs(fluxdoc): document new markers for Flux docs (#4463)
1
docs
fluxdoc
821,230
09.02.2022 09:58:40
25,200
9e12c70be6c85a9de7fff991e2c2d6574fd6173d
fix: fix tarball packing in paths with spaces
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ const pack = async (from: string, to: string) => {\nlog(`packing tarball from ${qq.prettifyPaths(from)} to ${qq.prettifyPaths(to)}`)\nawait (to.endsWith('gz') ?\nqq.x('tar', ['czf', to, path.basename(from)]) :\n- qq.x(`tar c ${path.basename(from)} | xz >...
TypeScript
MIT License
oclif/oclif
fix: fix tarball packing in paths with spaces (#825) (#826) Co-authored-by: Tim Perry <pimterry@gmail.com>
1
fix
null
317,646
09.02.2022 10:06:28
-3,600
d1bd686674ef6fde18cdfbae71f8860e63f57287
feat(path): unique letters style resolves
[ { "change_type": "MODIFY", "diff": "@@ -44,6 +44,8 @@ const (\nMixed string = \"mixed\"\n// Letter like agnoster, but with the first letter of each folder name\nLetter string = \"letter\"\n+ // Unique like agnoster, but with the first unique letters of each folder name\n+ Unique string = \"unique\"\n// Agno...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(path): unique letters style resolves #1663
1
feat
path
386,584
09.02.2022 10:13:25
-7,200
dcfa3ea5034a49277c6475abdd4b9cb24e70b65b
chore(engine): Refactored link action method to only use _internal link method.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n-import { type } from '@lowdefy/helpers';\n-\nfunction createLink({ context }) {\nreturn function link({ params }) {\n- const linkParams = type.isString(params) ? { pageId: params } : params;\n- try {\n- context._internal.lowdefy._inter...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(engine): Refactored link action method to only use _internal link method.
1
chore
engine
889,620
09.02.2022 10:28:39
-28,800
b051528cba8884338cc00dd91aa656bf6579b1ef
fix(webui): reset duplicate match table when hash is changed
[ { "change_type": "MODIFY", "diff": "@@ -69,7 +69,9 @@ export default Vue.extend({\ndeep: true,\n},\nhash(val) {\n- this.options.page = 1\n+ this.options = {}\n+ this.elements = []\n+ this.totalElements = 0\nthis.loadData(val)\n},\n},\n", "new_path": "komga-webui/src/components/PageHashMatchesTable.vue",...
Kotlin
MIT License
gotson/komga
fix(webui): reset duplicate match table when hash is changed
1
fix
webui
889,620
09.02.2022 10:30:10
-28,800
745fe09ec255a7ef24c04c5ac8527bf78029a235
fix(webui): reset hash card when hash is changed
[ { "change_type": "MODIFY", "diff": "@@ -129,8 +129,9 @@ export default Vue.extend({\nwatch: {\nhash: {\nhandler() {\n- this.getMatchCount()\nthis.deleteRequested = false\n+ this.matchCount = undefined\n+ this.getMatchCount()\n},\ndeep: true,\n},\n", "new_path": "komga-webui/src/components/PageHashKnownC...
Kotlin
MIT License
gotson/komga
fix(webui): reset hash card when hash is changed
1
fix
webui
915,035
09.02.2022 10:36:15
-3,600
76d4d805b5f25bc5b9f8fdf2ab3b1660968f3ad3
docs: add cloud
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,18 @@ but connects to your existing identity provider through a [login and consent app\nImplementing the login and consent app in a different language is easy, and exemplary consent apps\n([Node](https://github.com/ory/hydra-login-consent-node)) and [SDKs](ht...
Go
Apache License 2.0
ory/hydra
docs: add cloud
1
docs
null
386,595
09.02.2022 10:38:25
-7,200
fab9e2a3fb1d59ff604bee2b95edf0e8464f0a42
fix(engine): Reset input when link is followed with no input.
[ { "change_type": "MODIFY", "diff": "@@ -34,14 +34,14 @@ function createLink({ backLink, disabledLink, lowdefy, newOriginLink, noLink, sa\n? ''\n: `?${urlQueryFn.stringify(props.urlQuery)}`;\nif (props.home === true) {\n- lowdefy.inputs[`page:${lowdefy.home.pageId}`] = props.input;\n+ lowdefy.inputs[`page:${...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(engine): Reset input when link is followed with no input.
1
fix
engine
826,652
09.02.2022 10:38:48
-3,600
5c66087bb9b3d38247d72534657a4050a5f62384
docs: add cloud
[ { "change_type": "MODIFY", "diff": "<a href=\"#backers\" alt=\"sponsors on Open Collective\"><img src=\"https://opencollective.com/ory/backers/badge.svg\" /></a> <a href=\"#sponsors\" alt=\"Sponsors on Open Collective\"><img src=\"https://opencollective.com/ory/sponsors/badge.svg\" /></a>\n<a href=\"https:/...
Go
Apache License 2.0
ory/keto
docs: add cloud
1
docs
null
386,595
09.02.2022 10:39:01
-7,200
95b44473a3f67741951e4d020a0ad84a90805d94
feat(server): Add ariaLabel and rel properties to Link.
[ { "change_type": "MODIFY", "diff": "@@ -126,11 +126,13 @@ _ref:\n- `components: object`: Helper React components that are exposed to blocks to use internally.\n- `Icon`: component`: Lowdefy standard Icon React component to render build in icons.\n- `Link`: component`: Lowdefy standard Link React component u...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(server): Add ariaLabel and rel properties to Link.
1
feat
server
791,347
09.02.2022 10:43:50
28,800
5433cc4ed9356c9784f6716d507712d0a9e1c17e
build: enable release-please app with manifest config This configuration allows release-please to more efficiently propose pull releases from the GitHub app. Requires: googleapis/release-please#1287
[ { "change_type": "ADD", "diff": "+handleGHRelease: true\n+manifest: true\n+\n+branches:\n+ - branch: main\n+ handleGHRelease: true\n+ manifest: true\n+ manifestFile: .release-please-manifest-submodules.json\n+ manifestConfig: release-please-config-submodules.json\n", "new_path": ".github/release-please....
Go
Apache License 2.0
googleapis/google-cloud-go
build: enable release-please app with manifest config (#5456) This configuration allows release-please to more efficiently propose pull releases from the GitHub app. Requires: googleapis/release-please#1287
1
build
null
847,143
09.02.2022 10:44:55
-28,800
25d34948a08a181847a2e2fe1890fd1886f613ed
fix(theme): fix plugin option types
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import type { HopeThemeConfig } from \"../../shared\";\nexport const resolveFeedOptions = (\nthemeConfig: HopeThemeConfig,\n- options?: Partial<FeedOptions> | false\n+ options?: Omit<FeedOptions, \"hostname\"> | false\n): FeedOptions | false => {\nif (opti...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix plugin option types
1
fix
theme
847,143
09.02.2022 10:50:54
-28,800
1e2debf1e8945f0f3bdc1dc384290cfed0d8d3ce
fix(theme): fix navbar item padding
[ { "change_type": "MODIFY", "diff": "font-family: inherit;\nfont-size: inherit;\nfont-weight: 500;\n+ line-height: inherit;\ncursor: inherit;\n&:hover {\n", "new_path": "packages/theme/src/client/module/navbar/styles/dropdown-link.scss", "old_path": "packages/theme/src/client/module/navbar/styles/dro...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix navbar item padding
1
fix
theme
869,309
09.02.2022 10:53:33
-3,600
df68deaf8ca91aa1a1b8782410ce0ebf3ef54b79
fix: remove txbit
[ { "change_type": "MODIFY", "diff": "@@ -224,7 +224,6 @@ exports.Tradeogre = require('./tradeogre');\nexports.Tradesatoshi = require('./tradesatoshi');\nexports.Triunits = require('./triunits');\nexports.Turtlenetwork = require('./turtlenetwork');\n-exports.Txbit = require('./txbit');\nexports.Uniswap = requ...
JavaScript
MIT License
coinranking/exchanges
fix: remove txbit
1
fix
null
841,473
09.02.2022 11:01:22
-28,800
ff6eb272a00f0c11c9e916eb898e1b309bcb686c
fix(es/modules): Use correct `StrKind` after rewriting import path
[ { "change_type": "MODIFY", "diff": "-import styles from './styles/global.css';\n+import styles from \"./styles/global.css\";\nconsole.log(styles);\n", "new_path": "crates/swc/tests/fixture/paths/ext/001/output/index.js", "old_path": "crates/swc/tests/fixture/paths/ext/001/output/index.js" }, { ...
Rust
Apache License 2.0
swc-project/swc
fix(es/modules): Use correct `StrKind` after rewriting import path (#3489)
1
fix
es/modules
104,828
09.02.2022 11:10:15
-3,600
8720ad19aba1a61de8deabb75beae53586845bc0
docs(table): fix link in mdx
[ { "change_type": "MODIFY", "diff": "@@ -100,7 +100,7 @@ return React.createElement(() => {\n#### TableManageViewsModal props\n| Name | Type | Default | Description |\n-| :------------------------------ | :------------------------------ | :-------------------------------------------------- | :---------------...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
docs(table): fix link in mdx #3234
1
docs
table
160,177
09.02.2022 11:20:16
-28,800
3934d9cb40dbe38aafccf4f94b0c880204fd1c1d
feat: group listen node:dnd-drag event
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ class Group {\n});\nlf.on('node:add', this.appendNodeToGrop);\nlf.on('node:drop', this.appendNodeToGrop);\n- lf.on('node:dnd-move', this.setActiveGroup);\n+ lf.on('node:dnd-drag', this.setActiveGroup);\nlf.on('node:drag', this.setActiveGroup);\nlf.on('gr...
TypeScript
Apache License 2.0
didi/logicflow
feat: group listen node:dnd-drag event
1
feat
null
471,140
09.02.2022 11:24:01
-28,800
4f8849fc778972c09d47894a8b045f19ebbd3591
docs: specify minimum version of npm to run command in subproject
[ { "change_type": "MODIFY", "diff": "@@ -107,6 +107,9 @@ npm run clean\nThese commands can also be run for specific packages instead of the whole project, which can speed up compilations while developing.\n+**NOTE**: To run commands in specific packages (compile, lint, etc), please ensure you are using at le...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
docs: specify minimum version of npm to run command in subproject (#2728) Signed-off-by: Cuichen Li <cuichli@cisco.com> Co-authored-by: legendecas <legendecas@gmail.com>
1
docs
null
306,321
09.02.2022 11:28:30
0
9eadf22f37b93038200ae10f141f83d5a7a951f2
feat: add shasum checking into install.sh
[ { "change_type": "MODIFY", "diff": "@@ -4,10 +4,39 @@ set -e\nos=$(uname | tr '[:upper:]' '[:lower:]')\narch=$(uname -m | tr '[:upper:]' '[:lower:]' | sed -e s/x86_64/amd64/)\n+if [ \"$arch\" = \"aarch64\" ]; then\n+ arch=\"arm64\"\n+fi\n+\n+url=\"https://infracost.io/downloads/latest\"\n+tar=\"infracost-$o...
Go
Apache License 2.0
infracost/infracost
feat: add shasum checking into install.sh
1
feat
null
791,270
09.02.2022 11:39:23
18,000
6cb9b89b2d654c695eab00d8fb375cce0cd6e059
fix(internal/godocfx): prevent errors for filtered mods
[ { "change_type": "MODIFY", "diff": "@@ -148,6 +148,18 @@ func runCmd(dir, name string, args ...string) error {\n}\nfunc process(mod indexEntry, workingDir, outDir string, print bool) error {\n+ filter := []string{\n+ \"cloud.google.com/go/analytics\",\n+ \"cloud.google.com/go/area120\",\n+ \"cloud.google.co...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(internal/godocfx): prevent errors for filtered mods (#5485)
1
fix
internal/godocfx
571,467
09.02.2022 11:39:34
0
e39e776f7a5d08d528c709e724b28b44b74e5dad
fix(styles): use the inherited text color if the selection is hidden
[ { "change_type": "ADD", "diff": "+---\n+'@remirror/styles': patch\n+'@remirror/theme': patch\n+---\n+\n+Fix Ctrl+Click making the selected text invisible on Windows\n", "new_path": ".changeset/neat-rockets-boil.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -630,12 +630,...
TypeScript
MIT License
remirror/remirror
fix(styles): use the inherited text color if the selection is hidden (#1515)
1
fix
styles
573,221
09.02.2022 11:49:27
28,800
5c7eb95319aa54ef3b4b60d000d434824a666e18
fix: use close event on response instead of socket
[ { "change_type": "MODIFY", "diff": "@@ -186,7 +186,7 @@ function bodyReader(options) {\n// add 'close and 'aborted' event handlers so that requests (and their\n// corresponding memory) don't leak if client stops sending data half\n// way through a POST request\n- req.socket.once('close', next);\n+ res.once(...
JavaScript
MIT License
restify/node-restify
fix: use close event on response instead of socket (#1892)
1
fix
null
942,581
09.02.2022 11:50:57
25,200
ec39e1c5ac33a2962916387a6b1cfce8c10ed612
docs(switch): Fix error switch example id Fix Error Switch example that uses the same ID as the Alert example Fixes [category:Documentation]
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ export const Error = () => {\nreturn (\n<FormField\nerror={FormField.ErrorType.Error}\n- hintId=\"hint-alert\"\n+ hintId=\"hint-error\"\nhintText=\"We were unable to activate Dark Mode.\"\nlabel=\"Dark Mode\"\n>\n", "new_path": "modules/react/switch/...
TypeScript
Apache License 2.0
workday/canvas-kit
docs(switch): Fix error switch example id Fix Error Switch example that uses the same ID as the Alert example Fixes #1461 [category:Documentation]
1
docs
switch
777,354
09.02.2022 11:51:23
28,800
570c0e519eb3dfe849061ed6980a6e1d3ed91cab
fix: remove icon for LOG_LEVEL_UNSPECIFIED log
[ { "change_type": "MODIFY", "diff": "@@ -39,7 +39,7 @@ const LogViewerEntry: React.FC<Prop> = ({\ntimeStyle,\n}) => {\nconst classes = [ css.base ];\n- const logLevel = level ? level : LogLevel.Info;\n+ const logLevel = level;\nconst levelClasses = [ css.level, css[logLevel] ];\nconst messageClasses = [ css....
Python
Apache License 2.0
determined-ai/determined
fix: remove icon for LOG_LEVEL_UNSPECIFIED log [DET-6436] (#3585)
1
fix
null
791,270
09.02.2022 11:57:48
18,000
afedb85bdeebbc52208d4bfe235aa2a383e7d32f
chore(internal): fix docs URLs for a few modules
[ { "change_type": "MODIFY", "diff": "@@ -415,7 +415,7 @@ var manualEntries = []manifestEntry{\nDescription: \"Cloud IAM\",\nLanguage: \"Go\",\nClientLibraryType: \"manual\",\n- DocsURL: \"https://cloud.google.com/go/docs/reference/cloud.google.com/go/latest/iam\",\n+ DocsURL: \"https://cloud.google.com/go/do...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(internal): fix docs URLs for a few modules (#5486)
1
chore
internal
73,317
09.02.2022 12:38:59
-3,600
ae4ea624ad4bcac7da90734ed385b0716375ee5d
fix(go): replace uses of CanConvert to Type.AssignableTo
[ { "change_type": "MODIFY", "diff": "@@ -31,10 +31,10 @@ jobs:\nuses: actions/setup-dotnet@v1\nwith:\ndotnet-version: '5.0.x'\n- - name: Set up Go 1.17\n+ - name: Set up Go 1.16\nuses: actions/setup-go@v2\nwith:\n- go-version: '1.17'\n+ go-version: '1.16'\n- name: Set up Java 8\nuses: actions/setup-java@v2\n...
TypeScript
Apache License 2.0
aws/jsii
fix(go): replace uses of CanConvert to Type.AssignableTo (#3373)
1
fix
go
386,588
09.02.2022 12:39:04
-7,200
3fac862c58dea6b293d9556f4e8f17dd169021d8
fix(operators-js): Fix menu and location tests
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,7 @@ const input = {\n};\ntest('location calls getFromObject', async () => {\n- const lowdefyOperators = import('@lowdefy/operators');\n+ const lowdefyOperators = await import('@lowdefy/operators');\nlocation(input);\nexpect(lowdefyOperators.getFromObject.moc...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(operators-js): Fix menu and location tests
1
fix
operators-js
847,143
09.02.2022 12:39:05
-28,800
b9a5d72b5c4fff51ee9fa723468a20fb4d9e48bf
fix(theme): rebuild sidebar styles
[ { "change_type": "MODIFY", "diff": "@@ -141,13 +141,13 @@ export default defineComponent({\nariaLabel: linkAriaLabel.value,\n...attrs,\n// class needs to be merged manually\n- class: [\"nav-link external\", attrs.class],\n+ class: [\"nav-link\", attrs.class],\nonFocusOut: () => emit(\"focusout\"),\n},\n[\ns...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): rebuild sidebar styles
1
fix
theme
847,143
09.02.2022 12:42:36
-28,800
b07c4579f29fdb927a9ad5b2292bc16193d39e26
chore(demo): update markdown page
[ { "change_type": "MODIFY", "diff": "@@ -62,6 +62,8 @@ npm i -D vuepress-theme-hope\n::::\n+::::: details Code\n+\n````md\n:::: code-group\n@@ -84,6 +86,8 @@ npm i -D vuepress-theme-hope\n::::\n````\n+:::::\n+\n- [View Detail](https://vuepress-theme-hope.github.io/guide/markdown/code-group/)\n### Align\n", ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore(demo): update markdown page
1
chore
demo
847,143
09.02.2022 12:44:51
-28,800
239b2160ce8e4ebda2145793f7b6eb917356d354
fix(pwa2): fix popup update icon
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,6 @@ export const UpdateIcon: FunctionalComponent = () =>\nh(IconBase, { name: \"update\" }, () =>\nh(\"path\", {\nd: \"M949.949 146.25v255.826c0 21.981-13.989 35.97-35.97 35.97H658.154c-13.988 0-25.983-7.992-33.973-21.981-5.997-13.989-4-27.977 7.991-39.97l79...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(pwa2): fix popup update icon
1
fix
pwa2
791,400
09.02.2022 13:00:26
18,000
64bf56d9779b91b95e861ab96daeca44afbbfc48
chore(storage): unskip upload error test Unskips TestErrorOnObjectsInsertCall which was failing post updates to the apiary library. However, it passes now that the manual client retry code has been merged.
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,6 @@ import (\nvar testEncryptionKey = []byte(\"secret-key-that-is-32-bytes-long\")\nfunc TestErrorOnObjectsInsertCall(t *testing.T) {\n- t.Skip(\"Should be re-enabled after https://github.com/googleapis/google-cloud-go/pull/5210\")\nt.Parallel()\nctx := cont...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(storage): unskip upload error test (#5483) Unskips TestErrorOnObjectsInsertCall which was failing post updates to the apiary library. However, it passes now that the manual client retry code has been merged.
1
chore
storage
777,415
09.02.2022 13:05:44
28,800
85254394c3763c6514e7b5cc464736879eb7dd41
fix: fix behavior for Change Password buttons
[ { "change_type": "MODIFY", "diff": "+.noFooter :global(.ant-modal-confirm-btns) {\n+ display: none;\n+}\n+.buttons {\n+ display: flex;\n+ justify-content: flex-end;\n+\n+ button + button {\n+ margin-left: 8px;\n+ }\n+}\n.base {\n:global(.ant-form-item-explain-error) {\ndisplay: block;\n", "new_path": "w...
Python
Apache License 2.0
determined-ai/determined
fix: fix behavior for Change Password buttons (#3598)
1
fix
null
780,862
09.02.2022 13:29:18
10,800
746cc6a3b848f7339782c0b127230571e74338a6
fix(widget-tag-manager): get amount for revenue from order router param * fix(revenue): revenue always without discount window.storefrontApp always have amount.discount = zero, so always send a total without discount * chore: insert order when get amount
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,14 @@ export default dataLayer => {\nconst emitPurchase = (orderId, orderJson) => {\nif (!isPurchaseSent) {\n- const { amount } = window.storefrontApp\n+ let order\n+ if (orderJson) {\n+ try {\n+ order = JSON.parse(orderJson)\n+ } catch (e) {\n+ }\n+ }\n+ con...
JavaScript
MIT License
ecomplus/storefront
fix(widget-tag-manager): get amount for revenue from order router param (#629) * fix(revenue): revenue always without discount window.storefrontApp always have amount.discount = zero, so always send a total without discount * chore: insert order when get amount
1
fix
widget-tag-manager
791,347
09.02.2022 13:33:58
28,800
16565b387738a34dbf07cb03d8f737c0eef27f8d
build: separate main component
[ { "change_type": "MODIFY", "diff": "{\n\"release-type\": \"go-yoshi\",\n- \"separate-pull-requests\": false,\n+ \"separate-pull-requests\": true,\n\"include-component-in-tag\": false,\n\"packages\": {\n- \".\": {}\n+ \".\": {\n+ \"component\": \"main\"\n+ }\n}\n}\n", "new_path": "release-please-config.j...
Go
Apache License 2.0
googleapis/google-cloud-go
build: separate main component (#5497)
1
build
null