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
126,276
23.12.2021 13:04:58
10,800
9dc3c15fdb1ad4a4d9a005c8c1aa7c2d11b83829
chore(pkg/database): temporarily disable execall validations
[ { "change_type": "MODIFY", "diff": "@@ -41,11 +41,15 @@ func (d *db) ExecAll(req *schema.ExecAllRequest) (*schema.TxHeader, error) {\nreturn nil, ErrIsReplica\n}\n+ const unsafe bool = true\n+\n+ if !unsafe {\nlastTxID, _ := d.st.Alh()\nerr := d.st.WaitForIndexingUpto(lastTxID, nil)\nif err != nil {\nreturn...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): temporarily disable execall validations Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
217,231
23.12.2021 13:10:38
-10,800
aae089d72188aff057efdd828f076b432b05380c
chore: replace to async fs methods.
[ { "change_type": "MODIFY", "diff": "-const fs = require(\"fs\");\n+const { readFile } = require(\"fs/promises\");\nconst { object, string, number, array, is } = require(\"superstruct\");\nconst { objectFromBuffer } = require(\"./utils\");\n-function getConfig(path, encode = \"utf-8\") {\n- const config = ob...
JavaScript
MIT License
feature-sliced/documentation
chore: replace to async fs methods.
1
chore
null
217,922
23.12.2021 13:20:37
-3,600
3b962f677ac5f433d848a457b4b3871d543926bf
chore: possible fix for sidebar scroll on X
[ { "change_type": "MODIFY", "diff": ".sider {\n.ant-layout-sider-children {\noverflow-y: auto;\n+ overflow-x: hidden;\n}\n}\n.menu-categories {\noverflow-y: auto;\n+ overflow-x: hidden;\n}\n.flex-container {\n", "new_path": "apps/client/src/app/modules/navigation-sidebar/navigation-sidebar/navigation-sid...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: possible fix for sidebar scroll on X
1
chore
null
791,284
23.12.2021 13:22:52
21,600
60dc590970f12b404a37bafd20eefbb828d038e5
ci(storage): run emulator tests only on lastest go version
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,16 @@ set -eo pipefail\n# Display commands being run\nset -x\n+# Only run on the latest\n+min_ver=1.17\n+\n+v=`go version | { read _ _ v _; echo ${v#go}; }`\n+v=${v%.*}\n+\n+if (( $(echo \"$v < $min_ver\" |bc -l) )); then\n+ exit 0\n+fi\n+\nexport STORAGE_EMU...
Go
Apache License 2.0
googleapis/google-cloud-go
ci(storage): run emulator tests only on lastest go version (#5252)
1
ci
storage
217,922
23.12.2021 13:36:37
-3,600
2a31c87850773c62c854ee28774887360861863a
feat(alarms): alarm panels collapse state is now persisted accross sessions
[ { "change_type": "MODIFY", "diff": "@@ -12,3 +12,6 @@ max_line_length = 160\n[*.md]\nmax_line_length = off\ntrim_trailing_whitespace = false\n+\n+[*.html]\n+ij_html_quote_style = double\n", "new_path": ".editorconfig", "old_path": ".editorconfig" }, { "change_type": "MODIFY", "diff": "<d...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(alarms): alarm panels collapse state is now persisted accross sessions
1
feat
alarms
217,922
23.12.2021 13:42:45
-3,600
31a140ffc780d914be8b055f958399ade2d63b95
feat(desktop): alarms won't ring anymore when you're in a dungeon/raid
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';\nimport { EorzeanTimeService } from '../eorzea/eorzean-time.service';\nimport { AlarmsFacade } from './+state/alarms.facade';\nimport { combineLatest, of } from 'rxjs';\n-import { first, map, switchMap } from 'rx...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(desktop): alarms won't ring anymore when you're in a dungeon/raid
1
feat
desktop
126,276
23.12.2021 13:42:47
10,800
67fb278ad4113e36b07a4e5e6f70a669eafc966a
chore(pkg/database): instantiate tx holder only in safe mode
[ { "change_type": "MODIFY", "diff": "@@ -60,7 +60,11 @@ func (d *db) ExecAll(req *schema.ExecAllRequest) (*schema.TxHeader, error) {\n// we build a map in which we store sha256 sum as key and the index as value\nkmap := make(map[[sha256.Size]byte]bool)\n- tx := d.st.NewTxHolder()\n+ var tx *store.Tx\n+\n+ if...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): instantiate tx holder only in safe mode Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
317,711
23.12.2021 13:51:12
18,000
4e52382960e6fb467a3778c6b5ea65d13fca3481
theme: add thecyberden
[ { "change_type": "ADD", "diff": "+{\n+ \"$schema\": \"https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json\",\n+ \"final_space\": false,\n+ \"console_title\": false,\n+ \"console_title_style\": \"folder\",\n+ \"blocks\": [\n+ {\n+ \"type\": \"prompt\",\n+ \"alignment\": \"left...
Go
MIT License
jandedobbeleer/oh-my-posh
theme: add thecyberden
1
theme
null
551,636
23.12.2021 14:00:40
0
0e8ffe59f8be9a93cd25128521310d5cf815be9c
chore(core): fixed pseudo memory leak in testQuestDbForLeaks()
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,8 @@ import io.questdb.cairo.security.AllowAllCairoSecurityContext;\nimport io.questdb.cairo.sql.BindVariableService;\nimport io.questdb.cairo.sql.RecordCursorFactory;\nimport io.questdb.griffin.engine.functions.bind.BindVariableServiceImpl;\n+import io.quest...
Java
Apache License 2.0
questdb/questdb
chore(core): fixed pseudo memory leak in testQuestDbForLeaks() (#1729)
1
chore
core
306,338
23.12.2021 14:40:08
-3,600
2f085e795c3fc2fb3a1cf67c33056c429deb6ecb
chore: rename RunURL run's attribute to more explicit ShareURL
[ { "change_type": "MODIFY", "diff": "@@ -144,7 +144,7 @@ func runMain(cmd *cobra.Command, runCtx *config.RunContext) error {\nlog.Errorf(\"Error reporting run: %s\", err)\n}\n- r.RunID, r.RunURL = result.RunID, result.RunURL\n+ r.RunID, r.ShareURL = result.RunID, result.ShareURL\nopts := output.Options{\nDas...
Go
Apache License 2.0
infracost/infracost
chore: rename RunURL run's attribute to more explicit ShareURL
1
chore
null
317,736
23.12.2021 14:58:18
-3,600
b245398661a10746be0a7deb7dbc9067f5ba1e94
feat(ipify): segment to show your external IP address closes
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,7 @@ module.exports = {\n\"git\",\n\"poshgit\",\n\"golang\",\n+ \"ipify\",\n\"java\",\n\"julia\",\n\"kubectl\",\n", "new_path": "docs/sidebars.js", "old_path": "docs/sidebars.js" }, { "change_type": "MODIFY", "diff": "@@ -141,6 +141,8 @@ c...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(ipify): segment to show your external IP address closes #1492
1
feat
ipify
217,922
23.12.2021 15:00:54
-3,600
8d2f0826f9e57ddc30962ef40274e4d4eb544e22
fix(gearsets): fixed SGE and RPR sets not being created properly
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,6 @@ import { EquipmentPiece } from '../../model/gearset/equipment-piece';\nimport { TeamcraftGearset } from '../../model/gearset/teamcraft-gearset';\nimport { MateriaService } from './materia.service';\nimport { EnvironmentService } from '../../core/environmen...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(gearsets): fixed SGE and RPR sets not being created properly
1
fix
gearsets
217,922
23.12.2021 15:10:38
-3,600
ddd902c2d2fd736b33e53eac28a906333d80ed47
feat(gearsets): updated materia estimate function to be more realistic Kudos to Merii for the math
[ { "change_type": "MODIFY", "diff": "@@ -194,7 +194,7 @@ export class MateriaService {\nif (overmeldChances === 0) {\nreturn;\n}\n- let amount = Math.ceil(1 / (overmeldChances / 100));\n+ let amount = Math.ceil(Math.log(1 - 0.9) / Math.log(1 - (overmeldChances / 100)));\n// If we're including all tools and i...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(gearsets): updated materia estimate function to be more realistic Kudos to Merii for the math
1
feat
gearsets
217,231
23.12.2021 15:12:24
-10,800
dc8ac3ee531c867ce915bb1baa83078c59e76ea8
feat: colored log/err/info messages.
[ { "change_type": "MODIFY", "diff": "\"react-dom\": \"^17.0.1\",\n\"sha1\": \"^1.1.1\",\n\"sharp\": \"^0.29.3\",\n+ \"picocolors\": \"^1.0.0\",\n\"superstruct\": \"^0.15.3\",\n\"text-to-svg\": \"^3.1.5\",\n\"url-loader\": \"^4.1.1\"\n", "new_path": "website/package.json", "old_path": "website/package...
JavaScript
MIT License
feature-sliced/documentation
feat: colored log/err/info messages.
1
feat
null
217,231
23.12.2021 15:13:47
-10,800
e7cf6b97c4018194bd4bea419a587c2006e93322
refactor: path.resolve for all paths and process logging.
[ { "change_type": "MODIFY", "diff": "+const { resolve } = require(\"path\");\nconst { readFile } = require(\"fs/promises\");\nconst { object, string, number, array, is } = require(\"superstruct\");\n-const { objectFromBuffer } = require(\"./utils\");\n+const { objectFromBuffer, Logger } = require(\"./utils\"...
JavaScript
MIT License
feature-sliced/documentation
refactor: path.resolve for all paths and process logging.
1
refactor
null
780,866
23.12.2021 15:35:28
10,800
18b4051f648b1f1674641466ecca283c23c29cf8
build(themes): fix outputing bundles css compressed
[ { "change_type": "MODIFY", "diff": "@@ -105,7 +105,7 @@ const compileScss = (themes, isBundle) => {\n...themes.map(theme => path.resolve(themesPath, theme)),\npath.resolve(ROOT_DIR, 'node_modules')\n],\n- outputStyle\n+ style: outputStyle\n}).css.toString()\nif (outputCss) {\n", "new_path": "scripts/bui...
JavaScript
MIT License
ecomplus/storefront
build(themes): fix outputing bundles css compressed [#583]
1
build
themes
889,620
23.12.2021 15:36:02
-28,800
3fb24cba262bbeabd9f3bc6a530830ba3f90d537
build(webui): more eslint mumbo jumbo
[ { "change_type": "MODIFY", "diff": "\"@vue/cli-plugin-unit-jest\": \"^4.5.15\",\n\"@vue/cli-plugin-vuex\": \"^4.5.15\",\n\"@vue/cli-service\": \"^4.5.15\",\n- \"@vue/eslint-config-standard\": \"^6.1.0\",\n+ \"@vue/eslint-config-standard\": \"^5.1.2\",\n\"@vue/eslint-config-typescript\": \"^8.0.0\",\n\"@vue/...
Kotlin
MIT License
gotson/komga
build(webui): more eslint mumbo jumbo
1
build
webui
889,620
23.12.2021 15:36:57
-28,800
a72a3bab627a80df5c29ac6b1d055c96216e52a7
feat(webreader): add fullscreen keyboard shortcut
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,9 @@ export const shortcutsSettings = [\nnew Shortcut('bookreader.shortcuts.cycle_scale',\n(ctx: any) => ctx.cycleScale()\n, 'c'),\n+ new Shortcut('bookreader.shortcuts.fullscreen',\n+ (ctx: any) => ctx.switchFullscreen()\n+ , 'f'),\n]\nexport const shortcuts...
Kotlin
MIT License
gotson/komga
feat(webreader): add fullscreen keyboard shortcut
1
feat
webreader
815,577
23.12.2021 15:49:38
-28,800
3be29be7e879e87d0f07698c749775ffe1e497a7
fix: clean dial feeler set
[ { "change_type": "MODIFY", "diff": "@@ -73,7 +73,7 @@ integration: submodule-init setup-ckb-test ## Run integration tests in \"test\" di\n.PHONY: integration-release\nintegration-release: submodule-init setup-ckb-test prod\n- RUST_BACKTRACE=1 RUST_LOG=${INTEGRATION_RUST_LOG} test/run.sh --release -- --bin $...
Rust
MIT License
nervosnetwork/ckb
fix: clean dial feeler set
1
fix
null
791,400
23.12.2021 15:50:17
18,000
2fb039ccca24c5298ec687ce3cff6341cc101ecc
test(storage): fix version checking logic Fixes version checking logic for emulator tests
[ { "change_type": "MODIFY", "diff": "@@ -19,13 +19,15 @@ set -eo pipefail\n# Display commands being run\nset -x\n-# Only run on the latest\n-min_ver=1.17\n+# Only run on Go 1.17+\n+min_minor_ver=17\nv=`go version | { read _ _ v _; echo ${v#go}; }`\n-v=${v%.*}\n+comps=(${v//./ })\n+minor_ver=${comps[1]}\n-if ...
Go
Apache License 2.0
googleapis/google-cloud-go
test(storage): fix version checking logic (#5254) Fixes version checking logic for emulator tests
1
test
storage
889,620
23.12.2021 16:15:45
-28,800
2529a9623a2bf1aca7df5b7bd6854faa0cdc3af7
feat(webui): move read lists import view in import menu
[ { "change_type": "MODIFY", "diff": "@@ -94,12 +94,6 @@ const router = new Router({\nbeforeEnter: adminGuard,\ncomponent: () => import(/* webpackChunkName: \"settings-server\" */ './views/SettingsServer.vue'),\n},\n- {\n- path: '/settings/data-import',\n- name: 'settings-data-import',\n- beforeEnter: adminGu...
Kotlin
MIT License
gotson/komga
feat(webui): move read lists import view in import menu
1
feat
webui
471,349
23.12.2021 16:15:46
-7,200
1e4f51b45e6c9fa91dbc0e2e9444ecf2e09e7d33
test: test multiple versions of `bunyan`
[ { "change_type": "ADD", "diff": "+bunyan:\n+ # Testing ^1.8.12 covers at least 95% of the downloaded versions\n+ versions: \"^1.8.12\"\n+ commands: npm run test\n", "new_path": "plugins/node/opentelemetry-instrumentation-bunyan/.tav.yml", "old_path": null }, { "change_type": "MODIFY", "d...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
test: test multiple versions of `bunyan` (#792) Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
1
test
null
889,620
23.12.2021 16:22:29
-28,800
5484220307d8803993997944c0b26d2a7281e744
ci: remove unused setup-java action
[ { "change_type": "MODIFY", "diff": "@@ -60,12 +60,6 @@ jobs:\ncache-dependency-path: |\npackage-lock.json\nkomga-webui/package-lock.json\n- - uses: actions/setup-java@v2\n- with:\n- java-version: '8'\n- java-package: 'jdk'\n- distribution: 'adopt'\n- cache: 'gradle'\n- name: npm install\nworking-directory: ...
Kotlin
MIT License
gotson/komga
ci: remove unused setup-java action
1
ci
null
889,620
23.12.2021 16:23:10
-28,800
585a92a6e42b35f5fc0a93876bcd858de06a275f
ci: use temurin jdk
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ jobs:\nwith:\njava-version: ${{ matrix.java }}\njava-package: 'jdk'\n- distribution: 'adopt'\n+ distribution: 'temurin'\ncache: 'gradle'\n- name: Build\nrun: ./gradlew build\n@@ -88,7 +88,7 @@ jobs:\nwith:\njava-version: '8'\njava-package: 'jdk'\n- distr...
Kotlin
MIT License
gotson/komga
ci: use temurin jdk
1
ci
null
791,400
23.12.2021 16:36:28
18,000
ee4f600929df86d4c65db1abcc4bef2f1d6d23a5
feat(storage): configurable retries for uploads Uploads will now use the configured retry strategy for the client, taking advantage of the new surface in the apiary library for this. Only idempotent uploads will be retried by default.
[ { "change_type": "MODIFY", "diff": "@@ -67,62 +67,5 @@ function cleanup() {\n}\ntrap cleanup EXIT\n-# TODO: move to passing once fixed\n-FAILING=(\n- \"objects.insert\"\n- )\n-# TODO: remove regex once all tests are passing\n-# Unfortunately, there is no simple way to skip specific tests (see https://github...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(storage): configurable retries for uploads (#5210) Uploads will now use the configured retry strategy for the client, taking advantage of the new surface in the apiary library for this. Only idempotent uploads will be retried by default.
1
feat
storage
306,309
23.12.2021 17:21:51
-10,800
f0d140979baeb428301447876f6f9f3f10cd3962
chore: tweak dashboard help text
[ { "change_type": "MODIFY", "diff": "@@ -261,7 +261,7 @@ Supported settings:\n- api_key: Infracost API key\n- pricing_api_endpoint: endpoint of the Cloud Pricing API\n- currency: convert output from USD to your preferred currency\n- - enable_dashboard: enable Infracost dashboard support\n+ - enable_dashboard...
Go
Apache License 2.0
infracost/infracost
chore: tweak dashboard help text (#1222)
1
chore
null
269,464
23.12.2021 17:31:30
10,800
bd10528ab71d0715bdfdabc12d0ce3631c94cbb1
docs: new feature template
[ { "change_type": "DELETE", "diff": "----\n-name: Feature request\n-about: Suggest an idea for this project\n-labels: enhancement\n----\n-\n-**Is your feature request related to a problem? Please describe.**\n-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]\n-\n-*...
Go
MIT License
goreleaser/goreleaser
docs: new feature template Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
docs
null
815,595
23.12.2021 18:30:43
-28,800
f4ad05e88bcda0a8d4c6d8e088b053d0f4507ea6
feat: schedule to run ckb-integration-test
[ { "change_type": "ADD", "diff": "+name: CKBIntegrationTest\n+\n+on:\n+ schedule:\n+ - cron: '0 16 * * *'\n+\n+jobs:\n+ call-ckb-integration-test:\n+ # Notes\n+ #\n+ # * `workflow_call uses` keyword does not support context expression, so\n+ # `${{ github.repository }}/.github/workflows/ckb-integration-test....
Rust
MIT License
nervosnetwork/ckb
feat: schedule to run ckb-integration-test
1
feat
null
841,421
23.12.2021 19:03:53
-32,400
f66c2cd375f78711fdf6a058003010bce8999aed
fix(es/helpers): Fix decorators swc_ecma_transforms_base: - Fix `_applyDecoratedDescriptor`. (Closes
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,11 @@ function _applyDecoratedDescriptor(target, property, decorators, descriptor, con\ndesc.value = desc.initializer ? desc.initializer.call(context) : void 0;\ndesc.initializer = undefined;\n}\n+ var own = Object.getOwnPropertyDescriptor(target, property);\...
Rust
Apache License 2.0
swc-project/swc
fix(es/helpers): Fix decorators (#3105) swc_ecma_transforms_base: - Fix `_applyDecoratedDescriptor`. (Closes #2127)
1
fix
es/helpers
551,634
23.12.2021 19:46:26
0
0409487edbee4536cf04d0897789fb5f63af9306
fix(cairo): various failures when column sizes are near page size
[ { "change_type": "MODIFY", "diff": "@@ -149,7 +149,8 @@ public class O3CopyJob extends AbstractQueueConsumerJob<O3CopyTask> {\ndstFixAddr + dstFixOffset,\ndstVarAddr,\ndstVarOffset,\n- dstVarAdjust\n+ dstVarAdjust,\n+ dstVarSize\n);\nbreak;\ncase O3_BLOCK_DATA:\n@@ -162,7 +163,8 @@ public class O3CopyJob ex...
Java
Apache License 2.0
questdb/questdb
fix(cairo): various failures when column sizes are near page size (#1727)
1
fix
cairo
838,025
23.12.2021 19:47:52
-10,800
bfb64f618f87fb7800022aeba43a04b50231210e
feat: MessagesConversation add more fields
[ { "change_type": "MODIFY", "diff": "@@ -479,6 +479,7 @@ type MessagesChatSettingsPhoto struct {\nPhoto200 string `json:\"photo_200\"`\nPhoto50 string `json:\"photo_50\"`\nIsDefaultPhoto BaseBoolInt `json:\"is_default_photo\"`\n+ IsDefaultCallPhoto bool `json:\"is_default_call_photo\"`\n}\n// MessagesConvers...
Go
MIT License
severecloud/vksdk
feat: MessagesConversation add more fields
1
feat
null
838,025
23.12.2021 19:50:16
-10,800
d7d8d419c9602e3f54f7f2b758eb34e7d55d4020
feat: add ErrMessagesPinExpiringMessage
[ { "change_type": "MODIFY", "diff": "@@ -598,6 +598,9 @@ const (\n// This user can't be added to the work chat, as they aren't an employe.\nErrMessagesAccessWorkChat ErrorType = 967\n+ // Cannot pin an expiring message.\n+ ErrMessagesPinExpiringMessage ErrorType = 970\n+\n// Invalid phone number.\nErrParamPh...
Go
MIT License
severecloud/vksdk
feat: add ErrMessagesPinExpiringMessage
1
feat
null
780,866
23.12.2021 19:51:06
10,800
d5343863b970fec2ae75aa7af5bb0a62024e3397
chore(gitpod): docket image for node v14 and init task `npm i`
[ { "change_type": "ADD", "diff": "+FROM gitpod/workspace-full:latest\n+\n+RUN bash -c \". .nvm/nvm.sh && nvm install 14 && nvm use 14 && nvm alias default 14\"\n+\n+RUN echo \"nvm use default &>/dev/null\" >> ~/.bashrc.d/51-nvm-fix\n", "new_path": ".gitpod.Dockerfile", "old_path": null }, { "...
JavaScript
MIT License
ecomplus/storefront
chore(gitpod): docket image for node v14 and init task `npm i`
1
chore
gitpod
780,866
23.12.2021 19:58:19
10,800
19b330802401be4350bd9ca2c0cf16f7965458bd
chore(gitpod): try setting node version on init task without docker image
[ { "change_type": "DELETE", "diff": "-FROM gitpod/workspace-full:latest\n-\n-RUN bash -c \". .nvm/nvm.sh && nvm install 14 && nvm use 14 && nvm alias default 14\"\n-\n-RUN echo \"nvm use default &>/dev/null\" >> ~/.bashrc.d/51-nvm-fix\n", "new_path": null, "old_path": ".gitpod.Dockerfile" }, { ...
JavaScript
MIT License
ecomplus/storefront
chore(gitpod): try setting node version on init task without docker image
1
chore
gitpod
217,922
23.12.2021 20:08:49
-3,600
9c68554881379d97a6a2e90faf40f2a3f539c69e
fix(alarms): fixed alarms being played again on language switch
[ { "change_type": "MODIFY", "diff": "@@ -64,9 +64,15 @@ export class AlarmBellService {\nreturn combineLatest([\nof(alarm),\nthis.lazyData.getRow('itemIcons', alarm.itemId),\n- this.i18n.getNameObservable('items', alarm.itemId),\n- this.i18n.getNameObservable('places', alarm.aetheryte.nameid),\n- this.i18n.g...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed alarms being played again on language switch
1
fix
alarms
847,143
23.12.2021 21:08:37
-28,800
a5dd7e6f54de36bdde8fcbab458a26e9461c2f6c
chore: update sync script
[ { "change_type": "MODIFY", "diff": "@@ -9,8 +9,9 @@ export const sync = (): Promise<void[]> => {\nreturn import(`../../packages/${packageName}/package.json`).then(\n(content: Record<string, unknown>) =>\nnew Promise<void>((resolve) => {\n- get(`https://npm.taobao.org/sync/${content.name as string}`, () =>\n...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: update sync script
1
chore
null
780,866
23.12.2021 21:33:41
10,800
50abda742919d229bc49188fc734e662671e16ec
chore(twbs/colors-yiq): using --white and --gray-dark vars for text yiq colors
[ { "change_type": "MODIFY", "diff": "@@ -188,5 +188,5 @@ $theme-color-interval: 8% !default;\n$yiq-contrasted-threshold: 150 !default;\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n-$yiq-text-dark: $gray-900 !default;\n-$yiq-text-light: $white !default;\n+$yiq-text...
JavaScript
MIT License
ecomplus/storefront
chore(twbs/colors-yiq): using --white and --gray-dark vars for text yiq colors
1
chore
twbs/colors-yiq
780,866
23.12.2021 21:35:01
10,800
c22c8680b99b3e172b3061bbc4c6c3da65a630d0
fix(template/cms): update general route preview for new brand colors css vars
[ { "change_type": "MODIFY", "diff": "import BasePreview from '../base-preview'\nimport virtualDoc from '../virtual-doc'\nimport fetchPage from '../fetch-page'\n+import { getColorYiq, getColorRgb, darkenColor } from './lib/color-functions'\nconst themesUrl = 'https://cdn.jsdelivr.net/gh/ecomplus/storefront@th...
JavaScript
MIT License
ecomplus/storefront
fix(template/cms): update general route preview for new brand colors css vars https://github.com/ecomplus/storefront/commit/d76adc401531476d87915c3d935b77f594061f34
1
fix
template/cms
780,866
23.12.2021 22:21:47
10,800
4281256d6ad7b58cb073e92b66ca62b554d1db9a
fix(template/cms): edit `darkenColor` function for results closer to Sass on preview
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ export const getColorRgb = (colorHex) => {\nexport const darkenColor = (color, percent) => {\n// https://css-tricks.com/snippets/javascript/lighten-darken-color/#comment-1754753\nlet usePound = false\n- const amt = -percent\n+ const amt = percent < 0 ? p...
JavaScript
MIT License
ecomplus/storefront
fix(template/cms): edit `darkenColor` function for results closer to Sass on preview
1
fix
template/cms
780,866
23.12.2021 22:23:20
10,800
956897d17ee4e22018e00d39adf6d5028c5106a1
fix(template/cms): fix themes preview loading merged custom themes bundle
[ { "change_type": "MODIFY", "diff": "@@ -5,11 +5,22 @@ import { getColorYiq, getColorRgb, darkenColor } from './lib/color-functions'\nconst themesUrl = 'https://cdn.jsdelivr.net/gh/ecomplus/storefront@themes-dist'\n-const fetchCssTheme = (theme) => {\n- if (theme === '_') {\n+const fetchCssTheme = (themes) =...
JavaScript
MIT License
ecomplus/storefront
fix(template/cms): fix themes preview loading merged custom themes bundle
1
fix
template/cms
743,863
23.12.2021 22:31:20
0
98664227920d937f5e42eb180ff4755e01487a27
build: test release-please release candidate
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ jobs:\nrelease-please:\nruns-on: ubuntu-latest\nsteps:\n- - uses: google-github-actions/release-please-action@a4578e0d8575662554aa01d055f7f762c9e3f8bc\n+ - uses: google-github-actions/release-please-action@bfd488a47b78a5ba7b51dda30bbd261b4059162b\nid: rele...
JavaScript
MIT License
yargs/yargs
build: test release-please release candidate
1
build
null
342,861
24.12.2021 00:12:54
-3,600
0afb1d481ff74ae7fa82da3ba05194b925b6fcd9
docs: remove redundant toast file
[ { "change_type": "DELETE", "diff": "----\n-title: Toast\n----\n-\n-import MoreThanColorSnippet from \"snippets/more-than-color.mdx\";\n-\n-## When to use\n-\n-- To display temporary short messages.\n-- To react to user input (let users know something is happening).\n-\n-## When not to use\n-\n-- If the mess...
JavaScript
MIT License
kiwicom/orbit
docs: remove redundant toast file
1
docs
null
846,811
24.12.2021 00:41:09
-28,800
7ac6aa890b17f0a3ca75643126ed809f2126a19b
feat(types): init `@vuepress/types`
[ { "change_type": "MODIFY", "diff": "!.vuepress\npackages/@vuepress/shared-utils/lib\npackages/@vuepress/shared-utils/types\n-packages/vuepress/types\n+packages/@vuepress/types\n", "new_path": ".eslintignore", "old_path": ".eslintignore" }, { "change_type": "RENAME", "diff": "", "new_...
JavaScript
MIT License
vuejs/vuepress
feat(types): init `@vuepress/types`
1
feat
types
846,811
24.12.2021 00:42:03
-28,800
ac78df2c5ce392cd5c6cd754d2bdd05742d80f81
chore: clean outdated changelog
[ { "change_type": "DELETE", "diff": "Binary files a/changelog/1.9/assets/1.9-lang.png and /dev/null differ\n", "new_path": "changelog/1.9/assets/1.9-lang.png", "old_path": "changelog/1.9/assets/1.9-lang.png" }, { "change_type": "DELETE", "diff": "Binary files a/changelog/1.9/assets/1.9-of...
JavaScript
MIT License
vuejs/vuepress
chore: clean outdated changelog
1
chore
null
846,811
24.12.2021 00:44:25
-28,800
8c4b5bc4bae0c330e05de7fc0c88162a405bcbfc
chore(types): tweaks
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import ChainWebpackConfig from \"webpack-chain\";\nimport { PostCssLoaderOptions } from \"./style\";\nimport { MarkdownConfig } from \"./markdown\";\nimport { LocaleConfig } from \"./locale\";\n-import { ThemeConfig } from \"./default-theme\";\n+import { T...
JavaScript
MIT License
vuejs/vuepress
chore(types): tweaks
1
chore
types
846,811
24.12.2021 01:04:14
-28,800
84250cc6838c32e9980caa8bf3de85d88b76afc7
feat(types): `defineThemeEntry` helper to infer type for theme entry
[ { "change_type": "MODIFY", "diff": "const path = require('path')\n-// Theme API.\n+/**\n+ * @type {import('@vuepress/types'.UserThemeEntry)}\n+ */\nmodule.exports = (options, ctx) => {\nconst { themeConfig, siteConfig } = ctx\n", "new_path": "packages/@vuepress/theme-default/index.js", "old_path": "...
JavaScript
MIT License
vuejs/vuepress
feat(types): `defineThemeEntry` helper to infer type for theme entry
1
feat
types
846,811
24.12.2021 01:12:25
-28,800
2f707a6a219c495922693630d94bb5a691f4d7b2
refactor(types): move helpers to `@vuepress/types`
[ { "change_type": "ADD", "diff": "+import {\n+ UserConfig,\n+ ThemeConfig,\n+ DefaultThemeConfig,\n+ ThemeEntry\n+} from './lib'\n+\n+export * from './lib'\n+\n+/**\n+ * A helper function to define VuePress config file.\n+ *\n+ * @see https://vuepress.vuejs.org/config/\n+ */\n+export function defineConfig(co...
JavaScript
MIT License
vuejs/vuepress
refactor(types): move helpers to `@vuepress/types`
1
refactor
types
847,056
24.12.2021 01:50:09
-19,080
3e2e380343f1b962f40d889d08cf72cc23c1cec0
docs: add guide to deploy site to Layer0
[ { "change_type": "MODIFY", "diff": "@@ -249,3 +249,7 @@ heroku open\n## Vercel\nSee [Creating and Deploying a VuePress App with Vercel](https://vercel.com/guides/deploying-vuepress-to-vercel).\n+\n+## Layer0\n+\n+See [Creating and Deploying a VuePress App with Layer0](https://docs.layer0.co/guides/vuepress)...
JavaScript
MIT License
vuejs/vuepress
docs: add guide to deploy site to Layer0 (#2972)
1
docs
null
846,811
24.12.2021 02:33:01
-28,800
cb073775fbe2f32b8bf00a3ab473de7dc1260914
feat(types): `definePluginEntry` helper to infer type for plugin entry
[ { "change_type": "MODIFY", "diff": "@@ -209,7 +209,7 @@ module.exports = class Page {\n}\n/**\n- * get date of a page.\n+ * date of current page.\n*\n* @returns {null|string}\n* @api public\n", "new_path": "packages/@vuepress/core/lib/node/Page.js", "old_path": "packages/@vuepress/core/lib/node/Page...
JavaScript
MIT License
vuejs/vuepress
feat(types): `definePluginEntry` helper to infer type for plugin entry
1
feat
types
846,811
24.12.2021 03:20:37
-28,800
63a04f94177965c407b2b2770b4d2613febd7962
chore(all): 1.9.2 changelog
[ { "change_type": "MODIFY", "diff": "+## [1.9.2](https://github.com/vuejs/vuepress/compare/v1.9.1...v1.9.2) (2021-12-23)\n+\n+\n+### Bug Fixes\n+\n+* **types:** regression issue of reusing define helpers ([f0ba93c](https://github.com/vuejs/vuepress/commit/f0ba93c)) [@chenhaoli](https://github.com/chenhaoli)\...
JavaScript
MIT License
vuejs/vuepress
chore(all): 1.9.2 changelog
1
chore
all
846,811
24.12.2021 03:52:42
-28,800
e5f84908f218dd4e24ddeb0159c253b214653472
chore: changelog for 1.9.2
[ { "change_type": "ADD", "diff": "+# TS Support for VuePress Plugin and Theme.\n+\n+## Motivation\n+\n+We've announced [VuePress 1.9](https://github.com/vuejs/vuepress/releases/tag/v1.9.0) that takes full TypeScript Support for Config File, while VuePress 1.9.2 ships with **TS Support for VuePress Plugin and...
JavaScript
MIT License
vuejs/vuepress
chore: changelog for 1.9.2
1
chore
null
846,811
24.12.2021 03:53:34
-28,800
b5c474420045bf13dee42c0d99981b637b04c365
fix(types): all plugin option api should be optional
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ export type PluginEntryOptions = {\n/**\n* Sub plugins\n*/\n- plugins: UserPlugins;\n+ plugins?: UserPlugins;\n/**\n* Edit the internal webpack config with webpack-chain.\n*\n@@ -94,19 +94,19 @@ export type PluginEntryOptions = {\n*\n* @see https://vuepr...
JavaScript
MIT License
vuejs/vuepress
fix(types): all plugin option api should be optional
1
fix
types
846,811
24.12.2021 04:26:03
-28,800
c8e479c130591a27b2e008a590a6aded59a09297
chore(all): 1.9.3 changelog
[ { "change_type": "MODIFY", "diff": "+## [1.9.3](https://github.com/vuejs/vuepress/compare/v1.9.2...v1.9.3) (2021-12-23)\n+\n+\n+### Bug Fixes\n+\n+* **types:** all plugin option api should be optional ([b5c4744](https://github.com/vuejs/vuepress/commit/b5c4744)) [@chenhaoli](https://github.com/chenhaoli)\n+...
JavaScript
MIT License
vuejs/vuepress
chore(all): 1.9.3 changelog
1
chore
all
846,811
24.12.2021 04:34:55
-28,800
9bf958316765d32ce9a3928e7d0faddd4d72df4d
chore(theme-default): type comment
[ { "change_type": "MODIFY", "diff": "const path = require('path')\n/**\n- * @type {import('@vuepress/types').Theme)}\n+ * @type {import('@vuepress/types').Theme<import('@vuepress/types').DefaultThemeConfig>}\n*/\nmodule.exports = (options, ctx) => {\nconst { themeConfig, siteConfig } = ctx\n", "new_path"...
JavaScript
MIT License
vuejs/vuepress
chore(theme-default): type comment
1
chore
theme-default
306,320
24.12.2021 07:41:50
0
8ce043dd340a68581a69b394ee3ca90b01a64860
enhance: add curl to CI Dockerfile
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ RUN chmod +x /app/build/infracost\n# Application\nFROM alpine:3.15 as app\n# Tools needed for running diffs in CI integrations\n-RUN apk --no-cache add bash git jq nodejs npm\n+RUN apk --no-cache add bash curl git jq nodejs npm\n# Install the latest comp...
Go
Apache License 2.0
infracost/infracost
enhance: add curl to CI Dockerfile
1
enhance
null
306,320
24.12.2021 08:34:12
0
71b694b22797656b78aa7b657a45772190474aeb
fix: ensure multi projects have consistent order in the Infracost order
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import (\n\"io\"\n\"os\"\n\"runtime\"\n+ \"sort\"\n\"strings\"\n\"sync\"\n\"time\"\n@@ -30,6 +31,16 @@ import (\n\"github.com/spf13/cobra\"\n)\n+type projectJob = struct {\n+ index int\n+ projectCfg *config.Project\n+}\n+\n+type projectResult = struct {\n+...
Go
Apache License 2.0
infracost/infracost
fix: ensure multi projects have consistent order in the Infracost order (#1220)
1
fix
null
713,832
24.12.2021 08:48:37
-3,600
96b62c865b87dcc78044f0d9d266ba15dd7080b5
feat: add rate limit and convert user agent type to boolean
[ { "change_type": "ADD", "diff": "+---\n+'@verdaccio/types': minor\n+---\n+\n+feat: add rate limit and convert user agent type to boolean\n", "new_path": ".changeset/witty-plants-teach.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -293,6 +293,7 @@ declare module '@verdac...
TypeScript
MIT License
verdaccio/monorepo
feat: add rate limit and convert user agent type to boolean (#524)
1
feat
null
713,832
24.12.2021 09:49:36
-3,600
254a2826b2fb6f7e8bf9842670ca68dbd461e6ef
fix: user_agent as string
[ { "change_type": "ADD", "diff": "+---\n+'@verdaccio/types': patch\n+---\n+\n+fix: user_agent can be also string\n", "new_path": ".changeset/hungry-bees-smell.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -354,7 +354,7 @@ declare module '@verdaccio/types' {\n};\ninterfac...
TypeScript
MIT License
verdaccio/monorepo
fix: user_agent as string
1
fix
null
688,455
24.12.2021 10:33:29
-3,600
9fcad1bb62f2c23825cc7fc52ade8c098fbcd491
feat(TreeNodeAvatar): add objectFit prop support for TreeNodeAvatar
[ { "change_type": "ADD", "diff": "+---\n+'@toptal/picasso': minor\n+---\n+\n+## TreeNodeAvatar\n+\n+- Add objectFit prop to control image fitting\n", "new_path": ".changeset/hot-humans-reflect.md", "old_path": null }, { "change_type": "ADD", "diff": "Binary files /dev/null and b/.storyboo...
TypeScript
MIT License
toptal/picasso
feat(TreeNodeAvatar): add objectFit prop support for TreeNodeAvatar (#2348)
1
feat
TreeNodeAvatar
841,421
24.12.2021 10:46:55
-32,400
d923f89db19b4343034569595dc3bbbce29b86b0
fix(es/compat): Fix `classes` pass swc_ecma_ast: - Add `Ident::verify_symbol`. swc_ecma_transforms_compat: - Don't generate invalid identifiers. (Closes
[ { "change_type": "MODIFY", "diff": "@@ -2817,6 +2817,7 @@ dependencies = [\n\"string_enum\",\n\"swc_atoms 0.2.9\",\n\"swc_common\",\n+ \"unicode-xid\",\n]\n[[package]]\n", "new_path": "Cargo.lock", "old_path": "Cargo.lock" }, { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ serde = ...
Rust
Apache License 2.0
swc-project/swc
fix(es/compat): Fix `classes` pass (#3107) swc_ecma_ast: - Add `Ident::verify_symbol`. swc_ecma_transforms_compat: - Don't generate invalid identifiers. (Closes #3106)
1
fix
es/compat
160,177
24.12.2021 10:48:26
-28,800
be86fb118bd8bb1bd67a999802544eb2d10df0da
feat: remove hideOutline
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ const genMenus = () => {\nchildren: JSX.Element;\n}[] = [];\n// eslint-disable-next-line array-callback-return\n- menus.map((menu) => {\n+ menus.forEach((menu) => {\nconst { path } = menu;\nconst { name, group } = routeMaps[path] ?? {};\nconst [firstNode...
TypeScript
Apache License 2.0
didi/logicflow
feat: remove hideOutline
1
feat
null
688,434
24.12.2021 10:49:11
-10,800
de31c8f114697fa01fbfb580482663a02407cc41
chore(picasso-forms): add additional reexports from final-form packages
[ { "change_type": "ADD", "diff": "+---\n+'@toptal/picasso-forms': minor\n+---\n+\n+chore(picasso-forms): add additional reexports from final-form packages\n", "new_path": ".changeset/heavy-peaches-pay.md", "old_path": null }, { "change_type": "MODIFY", "diff": "// Final Form exports\n-exp...
TypeScript
MIT License
toptal/picasso
chore(picasso-forms): add additional reexports from final-form packages (#2346)
1
chore
picasso-forms
713,832
24.12.2021 11:56:29
-3,600
9ca52a7b07fdfcef26fbc22e34f416a64adcf6c7
fix: move userRateLimit to config body
[ { "change_type": "ADD", "diff": "+---\n+'@verdaccio/types': patch\n+---\n+\n+fix: move userRateLimit to config body\n", "new_path": ".changeset/silent-birds-destroy.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -345,7 +345,6 @@ declare module '@verdaccio/types' {\ninter...
TypeScript
MIT License
verdaccio/monorepo
fix: move userRateLimit to config body
1
fix
null
841,479
24.12.2021 12:29:49
-28,800
e5971f77d5861038f7dcd905a9aca72c84b1a035
fix(es/ast): Fix `Ident::verify_symbol`
[ { "change_type": "MODIFY", "diff": "@@ -115,7 +115,11 @@ impl Ident {\n/// Returns [Ok] if it's a valid identifier and [Err] if it's not valid.\n/// The returned [Err] contains the valid symbol.\npub fn verify_symbol(s: &str) -> Result<(), String> {\n- if s.is_reserved() || s.is_reserved_in_strict_mode(true...
Rust
Apache License 2.0
swc-project/swc
fix(es/ast): Fix `Ident::verify_symbol` (#3108)
1
fix
es/ast
897,072
24.12.2021 13:40:43
-32,400
9cf76fbf2c4fd8b6f6d046ad885c1648df651269
build: fix release workflow (set git user)
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,10 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n- uses: actions/checkout@v2\n+ - name: Configure git author\n+ run: |\n+ git config --global user.email \"github-actions[bot]@users.noreply.github.com\"\n+ git config --global user.name \"github-actions[bot]\"\n- n...
TypeScript
MIT License
kintone/js-sdk
build: fix release workflow (set git user)
1
build
null
897,072
24.12.2021 14:08:42
-32,400
fe7795c19879c6fcad843fc5a7c0c802f4d4dd6b
build: fix release workflow (set npm user)
[ { "change_type": "MODIFY", "diff": "@@ -10,17 +10,20 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n- uses: actions/checkout@v2\n- - name: Configure git author\n+ - name: Configure git user\nrun: |\ngit config --global user.email \"github-actions[bot]@users.noreply.github.com\"\ngit config --global user.name \"g...
TypeScript
MIT License
kintone/js-sdk
build: fix release workflow (set npm user)
1
build
null
897,072
24.12.2021 14:19:58
-32,400
a3a2ba38cdeefffbfe51b461c913a99238e65ee0
build: fix release workflow (reorder steps)
[ { "change_type": "MODIFY", "diff": "@@ -10,20 +10,19 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n- uses: actions/checkout@v2\n- - name: Configure git user\n- run: |\n- git config --global user.email \"github-actions[bot]@users.noreply.github.com\"\n- git config --global user.name \"github-actions[bot]\"\n- - ...
TypeScript
MIT License
kintone/js-sdk
build: fix release workflow (reorder steps)
1
build
null
889,620
24.12.2021 14:21:45
-28,800
ab4b22a0e49d0d71ee959e4304a8e6ee8d0267f3
ci: dependabot for github actions
[ { "change_type": "MODIFY", "diff": "@@ -17,3 +17,10 @@ updates:\nopen-pull-requests-limit: 0\nschedule:\ninterval: \"weekly\"\n+\n+ # Maintain dependencies for GitHub Actions\n+ - package-ecosystem: \"github-actions\"\n+ directory: \"/\"\n+ open-pull-requests-limit: 0\n+ schedule:\n+ interval: \"weekly\"\n"...
Kotlin
MIT License
gotson/komga
ci: dependabot for github actions
1
ci
null
317,842
24.12.2021 15:19:59
-3,600
393f99da936bab4a1f05bc5ccde0df97e5d685d9
fix(git): submodules support
[ { "change_type": "MODIFY", "diff": "@@ -134,15 +134,29 @@ func (g *git) enabled() bool {\n// if we open a worktree file in a shared wsl2 folder, we have to convert it back\n// to the mounted path\ng.gitWorkingFolder = g.convertToLinuxPath(matches[\"dir\"])\n+\n// in worktrees, the path looks like this: gitd...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(git): submodules support
1
fix
git
846,811
24.12.2021 16:46:33
-28,800
e919d141bfc912beb09822a1993cac77dff41977
fix(types): cannot find module '../../shared-utils/src/datatypes'
[ { "change_type": "MODIFY", "diff": "import { ThemeConfig } from \"./theme\";\nimport { Config } from \"./config\";\nimport { Lang } from \"./lang\";\n-import { isString } from \"../../shared-utils/src/datatypes\";\n/**\n* Page instance.\n", "new_path": "packages/@vuepress/types/lib/context.ts", "old...
JavaScript
MIT License
vuejs/vuepress
fix(types): cannot find module '../../shared-utils/src/datatypes'
1
fix
types
846,811
24.12.2021 16:47:14
-28,800
66a6c27f4418bd22649f2576e977b6b1d17c2b89
fix(types): '_filePath' implicitly has an 'any' type
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ export interface Page<\n/**\n* file's absolute path\n*/\n- _filePath;\n+ _filePath: string;\n/**\n* Access the client global computed mixins at build time, e.g _computed.$localePath.\n*/\n", "new_path": "packages/@vuepress/types/lib/context.ts", ...
JavaScript
MIT License
vuejs/vuepress
fix(types): '_filePath' implicitly has an 'any' type
1
fix
types
317,660
24.12.2021 16:56:28
-19,080
cde9a8404be5c2a89f37bfb98204bcde7e440935
docs(faq): add missing period and simplify language
[ { "change_type": "MODIFY", "diff": "@@ -138,11 +138,11 @@ To solely rely on Oh My Posh to set the prompt, you can configure the follwing s\nconda config --set changeps1 False\n```\n-### Python venv: Prompt is changed to display the environment name\n-Upon activation, virtual environments created with `venv`...
Go
MIT License
jandedobbeleer/oh-my-posh
docs(faq): add missing period and simplify language
1
docs
faq
846,811
24.12.2021 16:59:07
-28,800
54bd1594038abd6bee27b65bf736c2e4d8ff26cf
chore(types): tsconfig.json
[ { "change_type": "MODIFY", "diff": "{\n\"extends\": \"../../../tsconfig.json\",\n\"compilerOptions\": {\n- \"noEmit\": true\n+ \"strict\": true,\n+ \"noEmit\": true,\n+ \"outDir\": \"./lib\",\n+ \"noImplicitAny\": true\n},\n\"include\": [\"./src\"]\n}\n", "new_path": "packages/@vuepress/types/tsconfig.j...
JavaScript
MIT License
vuejs/vuepress
chore(types): tsconfig.json
1
chore
types
846,811
24.12.2021 17:03:40
-28,800
075ec6276477522aff2e19dc16a245e74a236801
fix(types): add missing default theme config `activeHeaderLinks`
[ { "change_type": "MODIFY", "diff": "+import { PluginConfig4ActiveHeadLinks } from \"./official-plugins\";\n+\n/**\n* Navbar link item.\n*/\n@@ -254,4 +256,8 @@ export type DefaultThemeConfig = {\n* Locale's select text.\n*/\nselectText?: string;\n+ /**\n+ * Options for @vuepress/plugin-active-header-links.\...
JavaScript
MIT License
vuejs/vuepress
fix(types): add missing default theme config `activeHeaderLinks`
1
fix
types
846,811
24.12.2021 17:05:37
-28,800
7aeff349c9a1751271d6b895b4013a14af7ed775
feat(types): expose all plugin types
[ { "change_type": "MODIFY", "diff": "@@ -7,3 +7,5 @@ export * from './theme-default'\nexport * from './theme'\nexport * from './plugin'\nexport * from './plugin-api'\n+export * from \"./third-party-plugins\"\n+export * from \"./official-plugins\"\n", "new_path": "packages/@vuepress/types/src/index.ts", ...
JavaScript
MIT License
vuejs/vuepress
feat(types): expose all plugin types
1
feat
types
217,922
24.12.2021 17:13:23
-3,600
2cd82b23aed11fcfc113a4a5eea536b28c4a8cf2
fix(simulator): change overlay toggle button color
[ { "change_type": "MODIFY", "diff": "</ng-container>\n<button (nzOnConfirm)=\"openOverlay(rotation)\" *ngIf=\"platformService.isDesktop() && rotation.$key\"\n[nzShape]=\"'circle'\" [nzPopconfirmTitle]=\"'ALARMS.Open_overlay' | translate\"\n- nzDanger nz-button\n+ nz-button\nnz-popconfirm>\n<i nz-icon nzType=...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): change overlay toggle button color
1
fix
simulator
846,811
24.12.2021 17:14:26
-28,800
e402b5768d674439628d8db92fc3e8e334b6be9c
chore(all): 1.9.4 changelog
[ { "change_type": "MODIFY", "diff": "+## [1.9.4](https://github.com/vuejs/vuepress/compare/v1.9.3...v1.9.4) (2021-12-24)\n+\n+\n+### Bug Fixes\n+\n+* **types:** '_filePath' implicitly has an 'any' type ([66a6c27](https://github.com/vuejs/vuepress/commit/66a6c27)) [@chenhaoli](https://github.com/chenhaoli)\n+...
JavaScript
MIT License
vuejs/vuepress
chore(all): 1.9.4 changelog
1
chore
all
126,295
24.12.2021 18:14:33
-3,600
3b6af7947e8633e3bd4838d0edeb157444d113a4
fix: registering connection in order to make possible conn recycling
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,7 @@ package stdlib\nimport (\n\"context\"\n\"database/sql/driver\"\n+ \"github.com/codenotary/immudb/pkg/client\"\n)\ntype driverConnector struct {\n@@ -27,12 +28,20 @@ type driverConnector struct {\n}\n// Connect implement driver.Connector interface\n-func ...
Go
Apache License 2.0
codenotary/immudb
fix: registering connection in order to make possible conn recycling Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
fix
null
667,636
24.12.2021 20:27:50
-28,800
3b5948fa0474b6994a2a128629a5e1e30d80a5c7
feat(hippy-react): add bind_event boolean value
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ import ViewNode from './view-node';\nimport '@localTypes/global';\ninterface Attributes {\n- [key: string]: string | number | true | undefined;\n+ [key: string]: string | number | boolean | undefined;\n}\ninterface NativePropsStyle {\n@@ -214,6 +214,20 @...
C++
Apache License 2.0
tencent/hippy
feat(hippy-react): add bind_event boolean value
1
feat
hippy-react
838,025
24.12.2021 22:57:02
-10,800
5ac318fdf8bf6ac8e6846dfcd86daa109fb845c9
feat: add ErrMessagesCantForwarded
[ { "change_type": "MODIFY", "diff": "@@ -598,6 +598,9 @@ const (\n// This user can't be added to the work chat, as they aren't an employe.\nErrMessagesAccessWorkChat ErrorType = 967\n+ // Message cannot be forwarded.\n+ ErrMessagesCantForwarded ErrorType = 969\n+\n// Cannot pin an expiring message.\nErrMessa...
Go
MIT License
severecloud/vksdk
feat: add ErrMessagesCantForwarded
1
feat
null
838,025
24.12.2021 22:58:08
-10,800
3a657ed5416a2473b5acb5885b9b6008972b5579
feat: vkapps add MobileIPad Platform
[ { "change_type": "MODIFY", "diff": "@@ -117,6 +117,7 @@ type Platform string\nconst (\nMobileAndroid Platform = \"mobile_android\"\nMobileIPhone Platform = \"mobile_iphone\"\n+ MobileIPad Platform = \"mobile_ipad\"\nMobileWeb Platform = \"mobile_web\"\nDesktopWeb Platform = \"desktop_web\"\nMobileAndroidMes...
Go
MIT License
severecloud/vksdk
feat: vkapps add MobileIPad Platform
1
feat
null
838,025
24.12.2021 22:58:54
-10,800
8f2937422147ba12f89e628ea06d3980f73dde42
feat: vkapps add Widget Referral
[ { "change_type": "MODIFY", "diff": "@@ -75,6 +75,7 @@ const (\nMarketItem Referral = \"market_item\"\nLeftNav Referral = \"left_nav\"\nQuickSearch Referral = \"quick_search\"\n+ Widget Referral = \"widget\"\nOther Referral = \"other\"\n)\n@@ -117,7 +118,6 @@ type Platform string\nconst (\nMobileAndroid Plat...
Go
MIT License
severecloud/vksdk
feat: vkapps add Widget Referral
1
feat
null
838,025
24.12.2021 23:16:16
-10,800
a6d9d80abc40a9396bcb86430b89f9b313d57560
test: foaf fix testGroup
[ { "change_type": "MODIFY", "diff": "@@ -17,11 +17,11 @@ func testGroup(t *testing.T, group foaf.Group) {\nassert.NotEmpty(t, group.URI[0].Resource)\n}\n- assert.NotEmpty(t, group.Img.Image.Primary)\n+ // assert.NotEmpty(t, group.Img.Image.Primary)\n// assert.NotEmpty(t, group.Img.Image.Width)\n// assert.Not...
Go
MIT License
severecloud/vksdk
test: foaf fix testGroup
1
test
null
599,909
25.12.2021 05:02:03
-14,400
488874fc17e4e4719e90d383b83b1e1a5217213b
fix(servarr): handle servaarr server being unavailable when scanning downloads
[ { "change_type": "MODIFY", "diff": "@@ -76,6 +76,7 @@ class DownloadTracker {\nurl: RadarrAPI.buildUrl(server, '/api/v3'),\n});\n+ try {\nconst queueItems = await radarr.getQueue();\nthis.radarrServers[server.id] = queueItems.map((item) => ({\n@@ -95,6 +96,14 @@ class DownloadTracker {\n{ label: 'Download T...
TypeScript
MIT License
sct/overseerr
fix(servarr): handle servaarr server being unavailable when scanning downloads (#2358)
1
fix
servarr
471,204
25.12.2021 07:52:55
18,000
f010fa302ae7f46bd592f10770d606ff5971ba0d
docs: update typedoc config
[ { "change_type": "MODIFY", "diff": "\"name\": \"opentelemetry\",\n\"version\": \"0.1.0\",\n\"description\": \"OpenTelemetry is a distributed tracing and stats collection framework.\",\n- \"main\": \"build/src/index.js\",\n- \"types\": \"build/src/index.d.ts\",\n\"scripts\": {\n\"precompile\": \"lerna run ve...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
docs: update typedoc config (#2688) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
docs
null
67,516
25.12.2021 08:39:01
-3,600
b66fb938d7fadf48ad9581907950e1b5aef499ea
docs(bindable): minor changes
[ { "change_type": "MODIFY", "diff": "@@ -22,16 +22,47 @@ export class Loader {\nThis will allow our component to be passed in values. Our specified bindable property here is called `loading` and can be used like this:\n-```text\n-<loader loading=\"true\"></loader>\n+```html\n+<loader loading.bind=\"true\"></...
TypeScript
MIT License
aurelia/aurelia
docs(bindable): minor changes
1
docs
bindable
217,922
25.12.2021 09:35:31
-3,600
6b282b469938d3792fa6b06c06c40023b1e49e29
chore: loading screen adjustment
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,7 @@ const patrons = [\n'Incendion Valoriot',\n'mlatin',\n'Salaciousrumour',\n- 'Cross Collaborative.',\n+ 'Lavender Pathways',\n'Jajali Jali * Gilgamesh',\n'Mae Sorbet and Iranon Aira of Mateus',\n'Sombra\\'s Scavengers on Jenova',\n", "new_path": "libs/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: loading screen adjustment
1
chore
null
603,467
25.12.2021 12:07:49
-3,600
1e9f23b227e3c4509dd52d6885cde5d3ecd1d102
fix(core): removed interface Reducible since it's not used any more
[ { "change_type": "DELETE", "diff": "-export * from './reducible';\n", "new_path": null, "old_path": "packages/core/src/io/collections/index.ts" }, { "change_type": "DELETE", "diff": "-/**\n- * @desc\n- * Describes a collection providing\n- * a [`reduce`-like interface](https://developer....
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): removed interface Reducible since it's not used any more
1
fix
core
217,922
25.12.2021 12:08:28
-3,600
2ee690385368a446baf012185b7e1ca8becd9262
feat(allagan-reports): added map name to mobs when they have a known position
[ { "change_type": "MODIFY", "diff": "/>\n<nz-autocomplete #auto nzBackfill>\n<nz-auto-option *ngFor=\"let option of mobCompletion$ | async\" [nzValue]=\"option.name | i18n\">\n- {{ option.name | i18n }}\n+ {{ option.name | i18n }} <span *ngIf=\"option.details\">({{option.details.zoneid | i18nRow:'places' | i...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(allagan-reports): added map name to mobs when they have a known position
1
feat
allagan-reports
688,431
25.12.2021 12:24:39
-7,200
ad07dfa3c5861d743d7df0d506380efb0be2c0c9
chore: greet contributor
[ { "change_type": "ADD", "diff": "+name: Handle contribution\n+\n+on:\n+ workflow_dispatch:\n+ pull_request:\n+ types: [opened]\n+ branches:\n+ - master\n+\n+jobs:\n+ handle-contribution:\n+ # if external contribution\n+ if: ${{!contains(fromJson('[\"denieler\", \"TomasSlama\", \"OleksandrNechai\", \"OndrejT...
TypeScript
MIT License
toptal/picasso
chore: greet contributor (#2349)
1
chore
null
217,237
25.12.2021 13:06:06
-10,800
e71b2521a1d9e1f8e12432cf1ea16f6fa5f04581
EDITORSHIP: fix invalid splitting of units
[ { "change_type": "MODIFY", "diff": "@@ -317,7 +317,7 @@ export const SomePage = () => {\nreturn (\n<Layout>\n...\n- <Settings onSave={(payload) => viewerModel.events.saveChanges(payload)} />\n+ <Settings onSave={(payload) => viewerModel.saveChanges(payload)} />\n</Layout>\n)\n}\n", "new_path": "website/...
JavaScript
MIT License
feature-sliced/documentation
EDITORSHIP: @hotfix: fix invalid splitting of units
1
editorship
null
217,237
25.12.2021 13:13:07
-10,800
4bebd4d4db6f7873f0e479e6485ecee0a4aa0537
promo: actualize contributors
[ { "change_type": "MODIFY", "diff": "\"avatar_url\": \"https://avatars.githubusercontent.com/u/975906?v=4\",\n\"profile\": \"http://twitter/tavriaforever\",\n\"contributions\": [\n- \"userTesting\"\n+ \"userTesting\",\n+ \"eventOrganizing\"\n]\n},\n{\n\"contributions\": [\n\"example\"\n]\n+ },\n+ {\n+ \"logi...
JavaScript
MIT License
feature-sliced/documentation
promo: actualize contributors
1
promo
null
551,634
25.12.2021 15:02:52
0
e1cc905a2b6ef762507f644784b6bddff35ffa29
fix(cairo): fix o3 commit corrupts data in var columns
[ { "change_type": "MODIFY", "diff": "@@ -3132,7 +3132,7 @@ public class TableWriter implements Closeable {\nsrcFixOffset = (committedTransientRowCount - columnTop) << shl;\n} else {\n// Var size\n- int indexShl = ColumnType.pow2SizeOf(ColumnType.LONG);\n+ final int indexShl = 3; // ColumnType.pow2SizeOf(Colu...
Java
Apache License 2.0
questdb/questdb
fix(cairo): fix o3 commit corrupts data in var columns (#1734)
1
fix
cairo
73,326
25.12.2021 15:11:13
-7,200
086540a72e7062804cdb72c971775b0f9622ff41
chore: deprecation warnings test are timing out These tests have been sporadically yet consistently timing out in CI. Increasing timeouts. 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": "@@ -345,7 +345,7 @@ function testpkg_Baz(p) {\n// Recompiling without deprecation warning to leave the packages in a clean state\nawait compile(calcBaseRoot, false);\nawait compile(calcLibRoot, false);\n- }, 50000);\n+ }, 120000);\n});\ndescribe('Call injections', () => {...
TypeScript
Apache License 2.0
aws/jsii
chore: deprecation warnings test are timing out (#3297) These tests have been sporadically yet consistently timing out in CI. https://github.com/aws/jsii/runs/4629721868?check_suite_focus=true Increasing timeouts. --- 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
217,922
25.12.2021 17:50:59
-3,600
b39f81c7acdb46e6e83d1cb48308c4d68bfba5a4
fix(desktop): fixed weird padding bottom in overlays
[ { "change_type": "MODIFY", "diff": ".overlay-container {\n- padding: 22px 0;\n+ padding-top: 22px;\noverflow: auto;\nwill-change: transform;\nheight: ~'calc(100vh - 22px)';\n", "new_path": "apps/client/src/app/modules/overlay-container/overlay-container/overlay-container.component.less", "old_path":...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed weird padding bottom in overlays
1
fix
desktop
217,922
25.12.2021 18:30:55
-3,600
2f832baef1f554dca8330ec17bd659c2f2348de4
fix(simulator): fixed food sharing in url not working properly
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ export abstract class AbstractSimulationPage extends SeoPageComponent {\nconsumables$: Observable<RouteConsumables>;\n- constructor(protected route: ActivatedRoute, protected seo: SeoService) {\n+ protected constructor(protected route: ActivatedRoute, pr...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed food sharing in url not working properly
1
fix
simulator
217,922
25.12.2021 18:38:58
-3,600
6e0afca3ca4ada9abccb54bb7819389369324c3d
fix(alarms-sidebar): moved gathering type icon to not conflict with collectable flag
[ { "change_type": "MODIFY", "diff": ".node-type {\nposition: absolute;\n- bottom: -7px;\n+ top: -7px;\nright: -7px;\nwidth: 24px;\nheight: 24px;\n", "new_path": "apps/client/src/app/modules/alarms-sidebar/alarms-sidebar/alarms-sidebar.component.less", "old_path": "apps/client/src/app/modules/alarms-s...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms-sidebar): moved gathering type icon to not conflict with collectable flag
1
fix
alarms-sidebar
217,922
25.12.2021 18:41:05
-3,600
a4be2b31bf13e46f8733f222a4ea3fa2fa61faad
chore(release): 9.2.14
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"9.2.14\"></a>\n+## [9.2.14](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 9.2.14
1
chore
release
841,421
25.12.2021 20:54:05
-32,400
3f8b39346593487319dc96808bc5453c5a443b4b
chore: Publish v1.2.123
[ { "change_type": "MODIFY", "diff": "@@ -4048,7 +4048,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.122\"\n+version = \"1.2.123\"\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.123
1
chore
null
217,922
25.12.2021 21:28:08
-3,600
244a83d80882ce7a8fc5fbe4eb3f0ae0937c56cc
fix(db): added dividers between each node in gathering details
[ { "change_type": "MODIFY", "diff": "lvl {{details.level}}{{details.stars_tooltip}}\n</div>\n<div fxLayout=\"column\" fxLayoutGap=\"10px\">\n- <div *ngFor=\"let node of details.nodes\" fxLayout=\"column\" fxLayoutGap=\"5px\">\n+ <div *ngFor=\"let node of details.nodes; let last = last\" fxLayout=\"column\" f...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): added dividers between each node in gathering details
1
fix
db