Repository Name
stringlengths
1
28
Git URL
stringlengths
26
64
SHA
stringlengths
40
40
Author
stringlengths
2
37
Commit Date
stringdate
2016-01-02 05:39:51
2025-03-25 12:39:56
Description
stringlengths
13
160
Body
stringlengths
8
30.2k
Full Commit Message
stringlengths
36
42.6k
Git Diff
stringlengths
22
22.6M
kanata
https://github.com/jtroo/kanata
310aaa0421ac0275d03b9cc7a922999082b672b0
Sean
2024-10-14 23:38:01
feat: alias-to-trigger-on-load, allow-hardware-repeat, --quiet
- Add option to ignore hardware repeat events - Add abiity to execute a given alias at startup - Add a README on how to convert .adoc to .html - Add a cfg_sample for learning the Colemak layout - Add --quiet command line option
feat: alias-to-trigger-on-load, allow-hardware-repeat, --quiet - Add option to ignore hardware repeat events - Add abiity to execute a given alias at startup - Add a README on how to convert .adoc to .html - Add a cfg_sample for learning the Colemak layout - Add --quiet command line option
diff --git a/cfg_samples/colemak.kbd b/cfg_samples/colemak.kbd new file mode 100644 index 000000000..61bcab8b2 --- /dev/null +++ b/cfg_samples/colemak.kbd @@ -0,0 +1,63 @@ +;; +;; Learn Colemak, a few keys at a time. +;; +;; The "j" key moves around the keyboard each step, +;; until you reach the full Colemak layout...
angular
https://github.com/angular/angular
a0dc0cb331e5506b2dc3ad016e1afaadddfb2dd4
Hakeem
2025-02-27 23:55:19
docs(docs-infra): add a tooltip to show the full text when nav item text is lengthy (#59038)
PR Close #59038
docs(docs-infra): add a tooltip to show the full text when nav item text is lengthy (#59038) PR Close #59038
diff --git a/adev/shared-docs/components/navigation-list/BUILD.bazel b/adev/shared-docs/components/navigation-list/BUILD.bazel index fbc9b896386bd..986d0f97bc6d1 100644 --- a/adev/shared-docs/components/navigation-list/BUILD.bazel +++ b/adev/shared-docs/components/navigation-list/BUILD.bazel @@ -1,5 +1,5 @@ -load("//to...
sentry
https://github.com/getsentry/sentry
27843de8382d42396a63e5842057978f0255a731
Ryan Skonnord
2023-04-06 01:25:07
feat(hc): Allow non-abstract methods in RPC interface (#46921)
This is a moot change for the typical case of one silo calling another silo. However, the RPC interface is also offered to arbitrary clients, and may include methods that neither silo needs to execute remotely.
feat(hc): Allow non-abstract methods in RPC interface (#46921) This is a moot change for the typical case of one silo calling another silo. However, the RPC interface is also offered to arbitrary clients, and may include methods that neither silo needs to execute remotely.
diff --git a/src/sentry/services/hybrid_cloud/integration/__init__.py b/src/sentry/services/hybrid_cloud/integration/__init__.py index a3437bba398fcb..5f07e2c46f41c8 100644 --- a/src/sentry/services/hybrid_cloud/integration/__init__.py +++ b/src/sentry/services/hybrid_cloud/integration/__init__.py @@ -184,6 +184,7 @@ d...
oh-my-posh
https://github.com/JanDeDobbeleer/oh-my-posh
f93f223f5eabd0b4ed96a9a85294fb2d94946fe4
Jan De Dobbeleer
2022-11-23 01:07:42
fix(init): lowercase shellname
relates to #3113
fix(init): lowercase shellname relates to #3113
diff --git a/src/cli/root.go b/src/cli/root.go index a2ae81bc8c5e..a85bc56e8c22 100644 --- a/src/cli/root.go +++ b/src/cli/root.go @@ -3,6 +3,7 @@ package cli import ( "fmt" "os" + "strings" "github.com/spf13/cobra" ) @@ -24,7 +25,7 @@ experience, regardless of where you are. For a detailed guide on getting ...
cal.com
https://github.com/calcom/cal.com
66cb2bcc13023c3d446b858cf3017deaf571d954
Amit Sharma
2024-08-22 13:34:31
fix: Workflow action 'email to host' only sends to one host of team e… (#14767)
* fix: Workflow action 'email to host' only sends to one host of team event * add in missing files * fix host logic * uncomment working test * code refactor * use connected calendar email * add changes to util file * fix: extend eventType info in sendCancelledReminders ---------
fix: Workflow action 'email to host' only sends to one host of team e… (#14767) * fix: Workflow action 'email to host' only sends to one host of team event * add in missing files * fix host logic * uncomment working test * code refactor * use connected calendar email * add changes to util file * fix: extend eve...
diff --git a/packages/features/bookings/lib/handleCancelBooking.ts b/packages/features/bookings/lib/handleCancelBooking.ts index 6a20fb5201ba85..20eb6f77618dd1 100644 --- a/packages/features/bookings/lib/handleCancelBooking.ts +++ b/packages/features/bookings/lib/handleCancelBooking.ts @@ -107,6 +107,7 @@ async functio...
cal.com
https://github.com/calcom/cal.com
b8d67c5a415a4fdce31f49830324caa5c9d17947
Darshil Mharaur
2024-09-03 19:04:05
fix: Adding yearly title to preview page (#16441)
* initial commit * added year tag to the occurences field * Revert yarn.lock ---------
fix: Adding yearly title to preview page (#16441) * initial commit * added year tag to the occurences field * Revert yarn.lock --------- Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com>
diff --git a/packages/lib/recurringStrings.ts b/packages/lib/recurringStrings.ts index df41371c8cd1c3..a72ae4430d57f2 100644 --- a/packages/lib/recurringStrings.ts +++ b/packages/lib/recurringStrings.ts @@ -10,7 +10,7 @@ export const getRecurringFreq = ({ t: TFunction; recurringEvent: RecurringEvent; }): string ...
Apktool
https://github.com/iBotPeaches/Apktool
deb9dcf089ee184e30d22ba6537520c3f6316264
Connor Tumbleson
2023-05-21 00:36:36
fix: support `0_resource_name_obfuscated` (#3067)
* fix: support `0_resource_name_obfuscated` * refactor: drop jdk9 for jdk8 logic
fix: support `0_resource_name_obfuscated` (#3067) * fix: support `0_resource_name_obfuscated` * refactor: drop jdk9 for jdk8 logic
diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResResSpec.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResResSpec.java index 32b4065fc8..e2441f2d13 100644 --- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResResSpec.java +++ b/brut.apktool/apktool-li...
quivr
https://github.com/QuivrHQ/quivr
8914c7c3573a2f2047df80718fca1e6e9721fefa
Stan Girard
2023-09-18 21:55:28
fix(chats): now in order and with a little bonus ;) (#1200)
* fix(chats): now in order and with a little bonus ;) * style(eslint): fixed
fix(chats): now in order and with a little bonus ;) (#1200) * fix(chats): now in order and with a little bonus ;) * style(eslint): fixed
diff --git a/backend/models/databases/supabase/chats.py b/backend/models/databases/supabase/chats.py index 7952eed86c8d..9fa5bb54eb10 100644 --- a/backend/models/databases/supabase/chats.py +++ b/backend/models/databases/supabase/chats.py @@ -46,6 +46,7 @@ def get_user_chats(self, user_id: str): self.db.fr...
prql
https://github.com/PRQL/prql
6277c0163f6114a370a79896d132f5365e12925c
Maximilian Roos
2023-01-08 12:03:42
docs: Attempt to improve the website footer (#1463)
* docs: Attempt to improve the website footer Changes both the content and the styling. Even more open to changes on the styling than I usually am on my work... * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
docs: Attempt to improve the website footer (#1463) * docs: Attempt to improve the website footer Changes both the content and the styling. Even more open to changes on the styling than I usually am on my work... * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci ...
diff --git a/website/config.yml b/website/config.yml index 27c6a2f842aa..ba19098d757a 100644 --- a/website/config.yml +++ b/website/config.yml @@ -32,14 +32,14 @@ menu: weight: 5 params: - join_us: + contribute: subtitle: | - We're a welcoming community. There are lots of ways to make an impact: +...
sentry
https://github.com/getsentry/sentry
7b1f115258bbea8c30f2be2cd44ff74503436add
David Wang
2024-08-02 05:22:54
feat(uptime): Add uptime alert fixture (#75308)
Adding simple fixture here to help with testing Depends on:
feat(uptime): Add uptime alert fixture (#75308) Adding simple fixture here to help with testing Depends on: - #75086
diff --git a/tests/js/fixtures/uptimeRule.ts b/tests/js/fixtures/uptimeRule.ts new file mode 100644 index 00000000000000..396552b2922436 --- /dev/null +++ b/tests/js/fixtures/uptimeRule.ts @@ -0,0 +1,17 @@ +import { ActorFixture } from "sentry-fixture/actor"; +import { UptimeMonitorMode, UptimeMonitorStatus, UptimeRule...
sentry
https://github.com/getsentry/sentry
d1b76c564ba74bc945f3be867b3712f98eddfa69
ArthurKnaus
2024-01-30 20:50:08
fix(ddm): Link to transaction (#64171)
- closes https://github.com/getsentry/sentry/issues/64028
fix(ddm): Link to transaction (#64171) - closes https://github.com/getsentry/sentry/issues/64028
diff --git a/static/app/utils/metrics/index.tsx b/static/app/utils/metrics/index.tsx index c8f6f3dce9205b..3b29787dcf2470 100644 --- a/static/app/utils/metrics/index.tsx +++ b/static/app/utils/metrics/index.tsx @@ -20,7 +20,7 @@ import { parseStatsPeriod, } from 'sentry/components/organizations/pageFilters/parse'; ...
node
https://github.com/nodejs/node
f77555f792e8515192d6fe973d7c4e1532da9d5c
Refael Ackermann
2019-03-12 20:41:38
test: fix syntax error in test-dns-idna2008.js when failing
Fixes a bug I introduced in 961322178d69325a46dbcbaea1da818fff12c45a
test: fix syntax error in test-dns-idna2008.js when failing Fixes a bug I introduced in 961322178d69325a46dbcbaea1da818fff12c45a PR-URL: https://github.com/nodejs/node/pull/26570 Refs: https://github.com/nodejs/node/issues/25870 Refs: https://github.com/nodejs/node/pull/26473 Reviewed-By: James M Snell <jasnell@gmail...
diff --git a/test/internet/test-dns-idna2008.js b/test/internet/test-dns-idna2008.js index 2113dd74b4b5d5..a8d7a3722357ac 100644 --- a/test/internet/test-dns-idna2008.js +++ b/test/internet/test-dns-idna2008.js @@ -32,13 +32,15 @@ dns.lookup(fixture.hostname, mustCall((err, address) => { assert.strictEqual(address, ...
superset
https://github.com/apache/superset
80da1ca9957516e98efff4c517e433100e761938
Yongjie Zhao
2021-04-13 08:56:34
fix: unable to apply logging format (#14074)
* fix: unable to apply logging format * Update superset/app.py Great!
fix: unable to apply logging format (#14074) * fix: unable to apply logging format * Update superset/app.py Great! Co-authored-by: Erik Ritter <erik.ritter@airbnb.com> Co-authored-by: Erik Ritter <erik.ritter@airbnb.com>
diff --git a/superset/app.py b/superset/app.py index f0f5dc1510689..cd7bf3657639d 100644 --- a/superset/app.py +++ b/superset/app.py @@ -549,13 +549,14 @@ def init_app(self) -> None: order to fully init the app """ self.pre_init() + # Configuration of logging must be done first to appl...
lit
https://github.com/lit/lit
e23394e6ef746c8d1bb8a011007b1c4387684fce
Tony Narlock
2022-12-01 02:34:52
docs: Use backticks to escape tags (#3476)
Unescaped tags in markdown can cause issues with mdx API engines like typedoc-plugin-markdown. For context see https://github.com/tgreyuk/typedoc-plugin-markdown/issues/276
docs: Use backticks to escape tags (#3476) Unescaped tags in markdown can cause issues with mdx API engines like typedoc-plugin-markdown. For context see https://github.com/tgreyuk/typedoc-plugin-markdown/issues/276
diff --git a/packages/reactive-element/src/reactive-element.ts b/packages/reactive-element/src/reactive-element.ts index 27e778fdda..5ce41ad664 100644 --- a/packages/reactive-element/src/reactive-element.ts +++ b/packages/reactive-element/src/reactive-element.ts @@ -568,10 +568,10 @@ export abstract class ReactiveEleme...
gatsby
https://github.com/gatsbyjs/gatsby
8c9eb292bdbb95f6bd2c60a1cc1526249366ebbe
Lennart
2021-07-09 15:06:05
fix(gatsby): Delete `.cache/worker` before each run (#32304)
* delete contents of .cache/worker before each run * better remove it then empty it
fix(gatsby): Delete `.cache/worker` before each run (#32304) * delete contents of .cache/worker before each run * better remove it then empty it
diff --git a/packages/gatsby/src/services/initialize.ts b/packages/gatsby/src/services/initialize.ts index 6162dcfc1650c..7a332526f1ed9 100644 --- a/packages/gatsby/src/services/initialize.ts +++ b/packages/gatsby/src/services/initialize.ts @@ -208,9 +208,11 @@ export async function initialize({ const cacheDirecto...
generator-jhipster
https://github.com/jhipster/generator-jhipster
8cf9e5abc03f3d8082263bf1d098192a5d3963e2
dependabot[bot]
2023-09-11 06:47:11
build(deps-dev): bump npm in /generators/common/resources
Bumps [npm](https://github.com/npm/cli) from 10.0.0 to 10.1.0. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/libnpmhook-v10.0.0...v10.1.0) ---
build(deps-dev): bump npm in /generators/common/resources Bumps [npm](https://github.com/npm/cli) from 10.0.0 to 10.1.0. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/libnpmhook-v10.0.0...v10.1.0)...
diff --git a/generators/common/resources/package.json b/generators/common/resources/package.json index 1bdb1f814478..7d3188bcf71a 100644 --- a/generators/common/resources/package.json +++ b/generators/common/resources/package.json @@ -3,7 +3,7 @@ "concurrently": "8.2.1", "husky": "8.0.3", "lint-staged": ...
appsmith
https://github.com/appsmithorg/appsmith
27ea4a8b90f2318e5139ec1e9c3897dec08d9f5d
Trisha Anand
2023-12-14 13:33:12
fix: Adding compound index on action collection to make create actions, create js objects and refactor name APIs faster (#29604)
> Pull Request Template > > Use this template to quickly create a well written pull request. Delete all quotes before creating the pull request. > ## Description > Add a TL;DR when description is extra long (helps content team) > > Please include a summary of the changes and which issue has been fixed. Please also incl...
fix: Adding compound index on action collection to make create actions, create js objects and refactor name APIs faster (#29604) > Pull Request Template > > Use this template to quickly create a well written pull request. Delete all quotes before creating the pull request. > ## Description > Add a TL;DR when descripti...
diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/db/ce/Migration038AddCompoundIndexForActionCollection.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/db/ce/Migration038AddCompoundIndexForActionCollection.java new file mode 100644 index 000000000000..b3...
bootstrap-vue
https://github.com/bootstrap-vue/bootstrap-vue
88b1cfdbe26660d878af0f1936a281b9712525a0
T Morehouse
2019-05-18 11:03:56
fix(b-toaster): CSS fix for IE11 support (fixes #3327) (#3328)
Adds in css `width: 100%` for IE11 positioning.
fix(b-toaster): CSS fix for IE11 support (fixes #3327) (#3328) Adds in css `width: 100%` for IE11 positioning.
diff --git a/src/components/toast/_toaster.scss b/src/components/toast/_toaster.scss index 81f0fe4ce12..c043895e546 100644 --- a/src/components/toast/_toaster.scss +++ b/src/components/toast/_toaster.scss @@ -46,6 +46,7 @@ .b-toaster-slot { position: absolute; max-width: $toast-max-width; + widt...
pybind11
https://github.com/pybind/pybind11
d6c66d25bb803f0cf361817eaa0b47abe7f38b21
Aaron Gokaslan
2022-02-10 23:15:46
chore(clang-tidy): Add clang-tidy rules: prefer-member-initializer and optin.performance.Padding (#3716)
* Add clang-tidy prefer-member-initializer * Fix clang-tdy config * Fix incorrect change * Fix sorting of .clang-tidy
chore(clang-tidy): Add clang-tidy rules: prefer-member-initializer and optin.performance.Padding (#3716) * Add clang-tidy prefer-member-initializer * Fix clang-tdy config * Fix incorrect change * Fix sorting of .clang-tidy
diff --git a/.clang-tidy b/.clang-tidy index 3818d3ab77..d01ca352cc 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -2,10 +2,12 @@ FormatStyle: file Checks: ' *bugprone*, +clang-analyzer-optin.performance.Padding, +clang-analyzer-optin.cplusplus.VirtualCall, cppcoreguidelines-init-variables, +cppcoreguidelines-prefe...
element-plus
https://github.com/element-plus/element-plus
605499699ef69879d8e07e5cccfabf3dd6802724
锌小子
2024-06-21 12:55:08
fix(components): [date-picker] support dynamic setting of `format` (#17161)
* fix(components): [date-picker] change format will not update component
fix(components): [date-picker] support dynamic setting of `format` (#17161) * fix(components): [date-picker] change format will not update component closed #17149 * test(components): [date-picker] Add a test case for supproting dynamic format * test(components): [date-picker] correct test case --------- Co-aut...
diff --git a/packages/components/date-picker/__tests__/date-picker.test.ts b/packages/components/date-picker/__tests__/date-picker.test.ts index c1c87576d9b05..39691a338d126 100644 --- a/packages/components/date-picker/__tests__/date-picker.test.ts +++ b/packages/components/date-picker/__tests__/date-picker.test.ts @@ ...
angular
https://github.com/angular/angular
eba1289ec990ead40622fa3bd41e67f34ae92e62
Leandro Diniz
2021-03-24 01:38:35
docs: format browser-support tables for GitHub markdown (#41122)
Format the HTML used in browser-support.md such that the tables render correctly under GitHub markdown. PR Close #41122
docs: format browser-support tables for GitHub markdown (#41122) Format the HTML used in browser-support.md such that the tables render correctly under GitHub markdown. PR Close #41122
diff --git a/aio/content/guide/browser-support.md b/aio/content/guide/browser-support.md index f117ff9d0842c..576ba367ed65d 100644 --- a/aio/content/guide/browser-support.md +++ b/aio/content/guide/browser-support.md @@ -3,90 +3,44 @@ Angular supports most recent browsers. This includes the following specific versions...
node_exporter
https://github.com/prometheus/node_exporter
5bee84f30da82e3b4bd970a82b43fa546efd6a1d
Frederic Hemberger
2021-07-20 15:46:46
docs: Replace `go get` with `go install` for command installation
`go get` is deprecated for installation of commands as of go v1.17
docs: Replace `go get` with `go install` for command installation `go get` is deprecated for installation of commands as of go v1.17 Ref: https://go.googlesource.com/go/+/ced0fdbad0655d63d535390b1a7126fd1fef8348 Signed-off-by: Frederic Hemberger <mail@frederic-hemberger.de>
diff --git a/docs/node-mixin/README.md b/docs/node-mixin/README.md index 050aecf17a..492409c3c8 100644 --- a/docs/node-mixin/README.md +++ b/docs/node-mixin/README.md @@ -11,9 +11,9 @@ for Grafana. To use them, you need to have `jsonnet` (v0.16+) and `jb` installed. If you have a working Go development environment, i...
aws-cdk
https://github.com/aws/aws-cdk
c3aeb41b230c700cdd6df0573fed3e958eecdfaa
Rico Huijbers
2019-11-08 18:18:16
chore: upgrade jsii to 0.20.2 (#4919)
Fixes remaining issues with .NET CDK.
chore: upgrade jsii to 0.20.2 (#4919) Fixes remaining issues with .NET CDK.
diff --git a/package.json b/package.json index 51c5cd58d1cad..ad2e684be7fef 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "conventional-changelog-cli": "^2.0.25", "fs-extra": "^8.1.0", "jest": "^24.9.0", - "jsii-diff": "^0.20.1", - "jsii-pacmak": "^0.20.1", + "jsii-diff": "^0.20...
haystack
https://github.com/deepset-ai/haystack
e5e7bb9654a54168ac15c08a19d6b76b24f25941
Vladimir Blagojevic
2023-08-29 19:16:48
feat: Allow WebRetrieve to use custom LinkContentFetcher (#5662)
* Allow use of custom LinkContentFetcher * Add release note
feat: Allow WebRetrieve to use custom LinkContentFetcher (#5662) * Allow use of custom LinkContentFetcher * Add release note
diff --git a/haystack/nodes/retriever/web.py b/haystack/nodes/retriever/web.py index e93e32d261..cfb50afd4f 100644 --- a/haystack/nodes/retriever/web.py +++ b/haystack/nodes/retriever/web.py @@ -51,6 +51,7 @@ def __init__( api_key: str, search_engine_provider: Union[str, SearchEngine] = "SerperDev", ...
scylladb
https://github.com/scylladb/scylladb
892690b9539e3570dc33216cbc7a7e5ae30fc863
Nikos Dragazis
2025-03-04 22:09:28
test: Reproduce bug with large allocations from secondary index
Secondary index queries which fetch partitions from the base table can cause large allocations that can lead to reactor stalls. Reproduce this with a unit test that runs an indexed query on a table with thousands of single-row partitions, and checks the memory stats for any large contiguous allocations.
test: Reproduce bug with large allocations from secondary index Secondary index queries which fetch partitions from the base table can cause large allocations that can lead to reactor stalls. Reproduce this with a unit test that runs an indexed query on a table with thousands of single-row partitions, and checks the ...
diff --git a/test/boost/secondary_index_test.cc b/test/boost/secondary_index_test.cc index 463b2fc15d6f..f301e2011898 100644 --- a/test/boost/secondary_index_test.cc +++ b/test/boost/secondary_index_test.cc @@ -2006,4 +2006,41 @@ SEASTAR_TEST_CASE(test_returning_failure_from_ghost_rows_deletion) { }); } +// Rep...
swc
https://github.com/swc-project/swc
d56a473e83ffd389814756378150953e49e1b983
Donny/강동윤
2025-01-06 09:24:22
perf(es/lints): Make ES lints faster (#9837)
**Description:** The ES lints are causing some performance problems for turbopack. **Related issue:** - Follow-up of https://github.com/swc-project/swc/pull/9833
perf(es/lints): Make ES lints faster (#9837) **Description:** The ES lints are causing some performance problems for turbopack. **Related issue:** - Follow-up of https://github.com/swc-project/swc/pull/9833
diff --git a/.changeset/great-owls-think.md b/.changeset/great-owls-think.md new file mode 100644 index 000000000000..1ab521fe3e61 --- /dev/null +++ b/.changeset/great-owls-think.md @@ -0,0 +1,7 @@ +--- +swc_core: patch +swc: patch +swc_ecma_lints: patch +--- + +perf(es/lints): Make ES lints faster diff --git a/crates/...
appsmith
https://github.com/appsmithorg/appsmith
e07e3ecd04e73aa0f42597e079447f8c5d4825df
Ankita Kinger
2024-04-17 21:46:44
chore: Updating the login and signup page for cloud hosting as per new design (#32641)
## Description Updating the login and signup page for cloud hosting as per new design Fixes [#32267](https://github.com/appsmithorg/appsmith/issues/32267) ## Automation /ok-to-test tags="@tag.All" ### :mag: Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 A...
chore: Updating the login and signup page for cloud hosting as per new design (#32641) ## Description Updating the login and signup page for cloud hosting as per new design Fixes [#32267](https://github.com/appsmithorg/appsmith/issues/32267) ## Automation /ok-to-test tags="@tag.All" ### :mag: Cypress test result...
diff --git a/app/client/cypress/e2e/Regression/ClientSide/Github/EnableGithub_spec.ts b/app/client/cypress/e2e/Regression/ClientSide/Github/EnableGithub_spec.ts index 2a8411175f93..179370d344a6 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/Github/EnableGithub_spec.ts +++ b/app/client/cypress/e2e/Regression/...
sentry
https://github.com/getsentry/sentry
d06931400b689b798f0f67b3ce889c8cfc9d1833
Lyn Nagara
2018-02-17 00:24:40
fix(environments): Fix query string generation (#7276)
We shouldn't use objToQuery since there can be duplicate keys e.g. is:unresolved is:unassigned
fix(environments): Fix query string generation (#7276) We shouldn't use objToQuery since there can be duplicate keys e.g. is:unresolved is:unassigned
diff --git a/src/sentry/static/sentry/app/views/stream.jsx b/src/sentry/static/sentry/app/views/stream.jsx index 6e5cd98ec4db34..ed70ee57e3132e 100644 --- a/src/sentry/static/sentry/app/views/stream.jsx +++ b/src/sentry/static/sentry/app/views/stream.jsx @@ -25,12 +25,11 @@ import StreamFilters from './stream/filters';...
zitadel
https://github.com/zitadel/zitadel
4926509de0a49681f7c5018d8be42584946c227f
Max Peintner
2020-09-11 17:54:41
feat(console): refresh roles, user-grants and project-members based on previous navigation (#728)
* feat: refresh roles, user-grants, project-members * refresh keys * user grants on granted projects * refresh on member changes * membership refresh * lint
feat(console): refresh roles, user-grants and project-members based on previous navigation (#728) * feat: refresh roles, user-grants, project-members * refresh keys * user grants on granted projects * refresh on member changes * membership refresh * lint
diff --git a/console/src/app/app.module.ts b/console/src/app/app.module.ts index b8814ac06e8..9988422c536 100644 --- a/console/src/app/app.module.ts +++ b/console/src/app/app.module.ts @@ -38,6 +38,7 @@ import { GrpcService } from './services/grpc.service'; import { AuthInterceptor } from './services/interceptors/auth...
ant-design
https://github.com/ant-design/ant-design
3b7d23485a2b788b47779b53dcf79cc3a53dced1
二货机器人
2020-07-30 15:42:45
docs: Update Tree demo to use treeData (#25916)
* docs: Update Tree demo to use treeData * clean up
docs: Update Tree demo to use treeData (#25916) * docs: Update Tree demo to use treeData * clean up
diff --git a/components/tree/demo/switcher-icon.md b/components/tree/demo/switcher-icon.md index e642cc0bcdea..5948724ea9b6 100644 --- a/components/tree/demo/switcher-icon.md +++ b/components/tree/demo/switcher-icon.md @@ -17,8 +17,6 @@ customize collapse/expand icon of tree node import { Tree } from 'antd'; import {...
wp-calypso
https://github.com/Automattic/wp-calypso
b6ed7c7b91caddc6bfe2ccb2831b5de1109ea389
Edwin Takahashi
2023-06-23 14:07:46
CI: do not trigger WebApp and WPComTests builds when non-code files are updated. (#78460)
* .teamcity/_self/projects/WebApp.kt - do not trigger Calypso E2E when documentation is updated. * Place trigger rules in the correct level * _self/lib/wpcom/WPComPluginBuild.kt - add exemption for comments that include the term "stress test"
CI: do not trigger WebApp and WPComTests builds when non-code files are updated. (#78460) * .teamcity/_self/projects/WebApp.kt - do not trigger Calypso E2E when documentation is updated. * Place trigger rules in the correct level * _self/lib/wpcom/WPComPluginBuild.kt - add exemption for comments that include the ter...
diff --git a/.teamcity/_self/lib/wpcom/WPComPluginBuild.kt b/.teamcity/_self/lib/wpcom/WPComPluginBuild.kt index 90c0ff01b6bf..3d8684abe399 100644 --- a/.teamcity/_self/lib/wpcom/WPComPluginBuild.kt +++ b/.teamcity/_self/lib/wpcom/WPComPluginBuild.kt @@ -26,7 +26,6 @@ open class WPComPluginBuild( var buildSteps: Buil...
feign
https://github.com/OpenFeign/feign
a199ac78cd442045492b83325187159be8119168
Snyk bot
2022-06-14 05:32:26
fix: upgrade io.projectreactor:reactor-core from 3.4.17 to 3.4.18 (#1625)
Snyk has created this PR to upgrade io.projectreactor:reactor-core from 3.4.17 to 3.4.18. See this package in Maven Repository:
fix: upgrade io.projectreactor:reactor-core from 3.4.17 to 3.4.18 (#1625) Snyk has created this PR to upgrade io.projectreactor:reactor-core from 3.4.17 to 3.4.18. See this package in Maven Repository: https://mvnrepository.com/artifact/io.projectreactor/reactor-core/ See this project in Snyk: https://app.snyk.io/or...
diff --git a/reactive/pom.xml b/reactive/pom.xml index a35a911fd..0a0a035c5 100644 --- a/reactive/pom.xml +++ b/reactive/pom.xml @@ -28,7 +28,7 @@ <properties> <main.basedir>${project.basedir}/..</main.basedir> - <reactor.version>3.4.17</reactor.version> + <reactor.version>3.4.18</reactor.version> ...
sealos
https://github.com/labring/sealos
3515cdb3d1a960c6c33a2b9b1faa0ed7f49bb2d7
jingyang
2024-08-09 11:47:58
perf(desktop): reduce network traffic overhead (#4948)
* perf(desktop): reduce network traffic overhead * update * update db color * fix getBilling api * update template * update * menu * update ts * update open objectstorage
perf(desktop): reduce network traffic overhead (#4948) * perf(desktop): reduce network traffic overhead * update * update db color * fix getBilling api * update template * update * menu * update ts * update open objectstorage
diff --git a/frontend/desktop/deploy/manifests/rbac.yaml b/frontend/desktop/deploy/manifests/rbac.yaml index e0a89f3d634..a42c1180a4f 100644 --- a/frontend/desktop/deploy/manifests/rbac.yaml +++ b/frontend/desktop/deploy/manifests/rbac.yaml @@ -3,15 +3,15 @@ kind: ClusterRole metadata: name: auth-system-manager-rol...
BiliRoamingX
https://github.com/BiliRoamingX/BiliRoamingX
3bd94b2f6a90c64eea225ce77b53f4c8d9f19078
semantic-release-bot
2023-05-25 23:05:30
chore(release): 0.108.1-dev.1 [skip ci]
## [0.108.1-dev.1](https://github.com/revanced/revanced-integrations/compare/v0.108.0...v0.108.1-dev.1) (2023-05-25) ### Bug Fixes * **youtube/hide-player-buttons:** fix previous/next button showing if previous video exists ([#412](https://github.com/revanced/revanced-integrations/issues/412)) ([60f25a2](https://gith...
chore(release): 0.108.1-dev.1 [skip ci] ## [0.108.1-dev.1](https://github.com/revanced/revanced-integrations/compare/v0.108.0...v0.108.1-dev.1) (2023-05-25) ### Bug Fixes * **youtube/hide-player-buttons:** fix previous/next button showing if previous video exists ([#412](https://github.com/revanced/revanced-integrat...
diff --git a/CHANGELOG.md b/CHANGELOG.md index d7c8e3c6e..66c0f8d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.108.1-dev.1](https://github.com/revanced/revanced-integrations/compare/v0.108.0...v0.108.1-dev.1) (2023-05-25) + + +### Bug Fixes + +* **youtube/hide-player-buttons:** fix previous/ne...
angular
https://github.com/angular/angular
258b472aa584ce98bb58fefc729b594b6d13aa3e
Kristiyan Kostadinov
2021-09-20 22:37:10
docs: fix graphic in safari (#43502)
Fixes that the "Loved by millions" graphic doesn't look correctly on Safari. Note that this fix is somewhat repetitive, but I couldn't find a better one. These are the other things I tried: * Setting units on the size of `#angular-logo`. * Setting the size of `#angular-logo` inside the `style` tag. * Setting the size ...
docs: fix graphic in safari (#43502) Fixes that the "Loved by millions" graphic doesn't look correctly on Safari. Note that this fix is somewhat repetitive, but I couldn't find a better one. These are the other things I tried: * Setting units on the size of `#angular-logo`. * Setting the size of `#angular-logo` insid...
diff --git a/aio/content/images/marketing/home/loved-by-millions.svg b/aio/content/images/marketing/home/loved-by-millions.svg index d2e8cfd240e51..4cc8089e85e48 100644 --- a/aio/content/images/marketing/home/loved-by-millions.svg +++ b/aio/content/images/marketing/home/loved-by-millions.svg @@ -5,12 +5,16 @@ </styl...
tabby
https://github.com/TabbyML/tabby
0f25a4cb0ea199d373ac2a6d99c83ae9ebbbaed7
Meng Zhang
2024-08-29 07:34:46
fix(web-documents): fix garbage collection for WebDocument based sources (#3011)
* fix(web-documents): fix garbage collection for WebDocument based sources * fix test
fix(web-documents): fix garbage collection for WebDocument based sources (#3011) * fix(web-documents): fix garbage collection for WebDocument based sources * fix test
diff --git a/ee/tabby-schema/src/schema/web_documents.rs b/ee/tabby-schema/src/schema/web_documents.rs index 585dac394118..b7cf5fba9c89 100644 --- a/ee/tabby-schema/src/schema/web_documents.rs +++ b/ee/tabby-schema/src/schema/web_documents.rs @@ -16,6 +16,16 @@ pub struct CustomWebDocument { pub job_info: JobInfo,...
immudb
https://github.com/codenotary/immudb
2a3d3828d19da088fd805cf2283abc351e9b8f9d
Stefano Scafiti
2024-08-27 14:27:57
chore(embedded/store): improve index flush logic
- implement memory aware flushing; - share node cache across multiple indexes; - implement write stalling; - avoid to allocate large buffers when store.maxValueSize is too large.
chore(embedded/store): improve index flush logic - implement memory aware flushing; - share node cache across multiple indexes; - implement write stalling; - avoid to allocate large buffers when store.maxValueSize is too large. Signed-off-by: Stefano Scafiti <stefano.scafiti96@gmail.com>
diff --git a/cmd/immudb/command/init.go b/cmd/immudb/command/init.go index 542e01764c..97619118d3 100644 --- a/cmd/immudb/command/init.go +++ b/cmd/immudb/command/init.go @@ -44,6 +44,7 @@ func (cl *Commandline) setupFlags(cmd *cobra.Command, options *server.Options) { cmd.Flags().Bool("replication-allow-tx-discardin...
Luckysheet
https://github.com/dream-num/Luckysheet
ba2114055ba62b0401c76075054588642fa4fbf1
谢雷君
2020-12-04 19:46:34
fix(cell): render
1.Fix:cell render cannot get options 2.update github actions
fix(cell): render 1.Fix:cell render cannot get options 2.update github actions
diff --git a/.github/workflows/github-demo.yml b/.github/workflows/github-demo.yml index 0b228c08f..16a5f9f89 100644 --- a/.github/workflows/github-demo.yml +++ b/.github/workflows/github-demo.yml @@ -1,11 +1,11 @@ -name: Github pages deploy +name: Luckysheet demo github pages deploy on: push: branches: ...
airbyte
https://github.com/airbytehq/airbyte
2a3817748aca2e0db30f7ba42ba9bf4e9f893105
Pedro S. Lopez
2023-01-06 22:47:25
feat(Platform): update actor configuration when receiving control messages from connectors during sync (#19811)
* track latest config message * pass new config as part of outputs * persist new config * persist config as the messages come through, dont set output * clean up old implementation * accept control messages for destinations * get api client from micronaut * mask instance-wide oauth params when updating configs ...
feat(Platform): update actor configuration when receiving control messages from connectors during sync (#19811) * track latest config message * pass new config as part of outputs * persist new config * persist config as the messages come through, dont set output * clean up old implementation * accept control mess...
diff --git a/airbyte-commons-worker/build.gradle b/airbyte-commons-worker/build.gradle index 337afacd66c28..6fdf3d64bde24 100644 --- a/airbyte-commons-worker/build.gradle +++ b/airbyte-commons-worker/build.gradle @@ -10,6 +10,7 @@ dependencies { implementation libs.bundles.micronaut implementation 'io.fabri...
camel
https://github.com/apache/camel
dcb8d79fae42be0564e570f859f29ba9c1395843
dependabot[bot]
2024-10-08 13:33:10
chore(deps): Bump org.jgroups:jgroups from 5.3.12.Final to 5.3.13.Final (#15876)
Bumps [org.jgroups:jgroups](https://github.com/belaban/JGroups) from 5.3.12.Final to 5.3.13.Final. - [Changelog](https://github.com/belaban/JGroups/blob/master/doc/history.txt) - [Commits](https://github.com/belaban/JGroups/compare/jgroups-5.3.12.Final...jgroups-5.3.13.Final) ---
chore(deps): Bump org.jgroups:jgroups from 5.3.12.Final to 5.3.13.Final (#15876) Bumps [org.jgroups:jgroups](https://github.com/belaban/JGroups) from 5.3.12.Final to 5.3.13.Final. - [Changelog](https://github.com/belaban/JGroups/blob/master/doc/history.txt) - [Commits](https://github.com/belaban/JGroups/compare/jgroup...
diff --git a/parent/pom.xml b/parent/pom.xml index 12aaeab45cb0c..68135e38cb651 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -277,7 +277,7 @@ <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId> <jettison-version>1.5.4</jettison-version> <jgit-version>7.0.0.202409031743-r</jg...
jitsi-meet
https://github.com/jitsi/jitsi-meet
275e7b00a9d7940aa30bbfa3907859bccedeb304
Дамян Минков
2023-03-31 03:53:04
feat: Visitors stats (#13139)
* fix: Fixes mac occupants check logic. Now works and with missing muc_access_whitelist option. * feat: Adds visitor stats. * squash: Drops check for healthcheck room.
feat: Visitors stats (#13139) * fix: Fixes mac occupants check logic. Now works and with missing muc_access_whitelist option. * feat: Adds visitor stats. * squash: Drops check for healthcheck room.
diff --git a/resources/prosody-plugins/mod_fmuc.lua b/resources/prosody-plugins/mod_fmuc.lua index 91aa61ce5968..35fda9f7ef6e 100644 --- a/resources/prosody-plugins/mod_fmuc.lua +++ b/resources/prosody-plugins/mod_fmuc.lua @@ -25,6 +25,11 @@ local main_domain = string.gsub(module.host, muc_domain_prefix..'.', ''); l...
gatsby
https://github.com/gatsbyjs/gatsby
36e742a64c69aad43ea6ec4aae31ae394bd02911
Pedro Lamas
2019-07-25 00:31:30
fix(gatsby-plugin-mdx): Add missing HTML attribute translations (#16043)
* Adds missing HTML to JSX attribute translations * Use full attributes object list from React Available at https://github.com/facebook/react/blob/master/packages/react-dom/src/shared/possibleStandardNames.js
fix(gatsby-plugin-mdx): Add missing HTML attribute translations (#16043) * Adds missing HTML to JSX attribute translations * Use full attributes object list from React Available at https://github.com/facebook/react/blob/master/packages/react-dom/src/shared/possibleStandardNames.js
diff --git a/packages/gatsby-plugin-mdx/utils/babel-plugin-html-attr-to-jsx-attr.js b/packages/gatsby-plugin-mdx/utils/babel-plugin-html-attr-to-jsx-attr.js index f6cda32458eb5..36b56b9de552b 100644 --- a/packages/gatsby-plugin-mdx/utils/babel-plugin-html-attr-to-jsx-attr.js +++ b/packages/gatsby-plugin-mdx/utils/babel...
angular
https://github.com/angular/angular
1d9375d115b1799cd7335a0b410406b84c8ee4cb
Joey Perrott
2020-04-28 21:43:35
ci: fix bad reference to `head` property in rebase-pr script (#36825)
Update rebase-pr script to properly reference a property on the refs object using `target` rather than the previously named `head`. PR Close #36825
ci: fix bad reference to `head` property in rebase-pr script (#36825) Update rebase-pr script to properly reference a property on the refs object using `target` rather than the previously named `head`. PR Close #36825
diff --git a/tools/rebase-pr.js b/tools/rebase-pr.js index cac6f12d58276..91c5963d1af34 100644 --- a/tools/rebase-pr.js +++ b/tools/rebase-pr.js @@ -86,7 +86,7 @@ async function _main() { Rebase instructions for PR Author, please run the following commands: git fetch upstream ${refs.base.ref}; - ...
aws-cdk
https://github.com/aws/aws-cdk
ccd577ebc2913db1aeae27940119650c5a55d684
dependabot-preview[bot]
2020-06-25 05:23:18
chore(deps-dev): bump @types/lodash from 4.14.156 to 4.14.157 (#8725)
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.156 to 4.14.157. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)
chore(deps-dev): bump @types/lodash from 4.14.156 to 4.14.157 (#8725) Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.156 to 4.14.157. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped...
diff --git a/packages/@aws-cdk/aws-codepipeline-actions/package.json b/packages/@aws-cdk/aws-codepipeline-actions/package.json index 557f8079b9b34..b34c52fc4c7ec 100644 --- a/packages/@aws-cdk/aws-codepipeline-actions/package.json +++ b/packages/@aws-cdk/aws-codepipeline-actions/package.json @@ -64,7 +64,7 @@ "devDe...
angular
https://github.com/angular/angular
01d1c1a9ab088ea0d635f961ea55db96b38b159f
Ajit Singh
2020-05-18 22:53:51
docs: grammatical error in ngcc (#37156)
The glossary.md file had a gramatical mistake. Added a that in ngcc definition to make the grammatical mistake right PR Close #37156
docs: grammatical error in ngcc (#37156) The glossary.md file had a gramatical mistake. Added a that in ngcc definition to make the grammatical mistake right PR Close #37156
diff --git a/aio/content/guide/glossary.md b/aio/content/guide/glossary.md index 2aeef39eabb67..bef55822136e8 100644 --- a/aio/content/guide/glossary.md +++ b/aio/content/guide/glossary.md @@ -601,7 +601,7 @@ Compare to [NgModule](#ngmodule). ## ngcc Angular compatibility compiler. -If you build your app using [Ivy...
azerothcore-wotlk
https://github.com/azerothcore/azerothcore-wotlk
da884fea3ec589b6ac5d3efe71c0b7c2910785a0
ICXCNIKA
2023-01-24 08:13:36
fix(DB/Locale): deDE fix request items texts #03 (#14619)
Process of translation: only original sources of deDE texts by researching multiple sources, reverse translation by searching for related quest items/NPCs and using these names to reconstruct a proper translation. This fixes the terms Scrimshank (Kieselschliff), Banehollow (Schattenfluch), Trollbane (Trollbann), Ston...
fix(DB/Locale): deDE fix request items texts #03 (#14619) Process of translation: only original sources of deDE texts by researching multiple sources, reverse translation by searching for related quest items/NPCs and using these names to reconstruct a proper translation. This fixes the terms Scrimshank (Kieselschlif...
diff --git a/data/sql/updates/pending_db_world/deDE-locale-fix-03-request.sql b/data/sql/updates/pending_db_world/deDE-locale-fix-03-request.sql new file mode 100644 index 00000000000000..1d97a8fe169404 --- /dev/null +++ b/data/sql/updates/pending_db_world/deDE-locale-fix-03-request.sql @@ -0,0 +1,26 @@ +DELETE FROM `q...
turborepo
https://github.com/vercel/turborepo
5b1afb128ecf310cd03b39538427be4005bf760e
Kiko Beats
2022-05-06 20:43:47
docs: better gh-actions example (#1197)
Hello, I updated the GitHub Actions example to maximize caching capabilities.
docs: better gh-actions example (#1197) Hello, I updated the GitHub Actions example to maximize caching capabilities.
diff --git a/docs/pages/docs/ci/github-actions.mdx b/docs/pages/docs/ci/github-actions.mdx index 864624a44f093..ab3fe1a6ae14b 100644 --- a/docs/pages/docs/ci/github-actions.mdx +++ b/docs/pages/docs/ci/github-actions.mdx @@ -71,15 +71,25 @@ Create file called `.github/workflows/ci.yml` in your repository with the follo...
google-api-nodejs-client
https://github.com/googleapis/google-api-nodejs-client
97949b664003010b8413e00dc8406827ab325df6
Yoshi Automation
2022-02-04 20:35:45
feat(baremetalsolution): update the API
#### baremetalsolution:v1 The following keys were added: - resources.operations.methods.cancel.description - resources.operations.methods.cancel.flatPath - resources.operations.methods.cancel.httpMethod - resources.operations.methods.cancel.id - resources.operations.methods.cancel.parameterOrder - resources.operations...
feat(baremetalsolution): update the API #### baremetalsolution:v1 The following keys were added: - resources.operations.methods.cancel.description - resources.operations.methods.cancel.flatPath - resources.operations.methods.cancel.httpMethod - resources.operations.methods.cancel.id - resources.operations.methods.can...
diff --git a/discovery/baremetalsolution-v1.json b/discovery/baremetalsolution-v1.json index ca40fe592c..87381f7256 100644 --- a/discovery/baremetalsolution-v1.json +++ b/discovery/baremetalsolution-v1.json @@ -104,6 +104,129 @@ }, "protocol": "rest", "resources": { + "operations": { + "methods": { + ...
C
https://github.com/TheAlgorithms/C
1a5b5f522fd10ad0a7eb6d6a8b7ad9366b7a053f
Alexander Pantyukhin
2023-01-06 04:54:30
feat: add LeetCode folder labeler (#1191)
* add labeler for Leetcode changes folder * Update labeler.yml add end line
feat: add LeetCode folder labeler (#1191) * add labeler for Leetcode changes folder * Update labeler.yml add end line Co-authored-by: David Leal <halfpacho@gmail.com>
diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000000..caabb2d152 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,2 @@ +Leetcode folder changes: +- leetcode/**/* diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 0000000000..fe...
solana-program-library
https://github.com/solana-labs/solana-program-library
c609163f6503f65f2b9e4e2a4dc24e0c15d91407
dependabot[bot]
2024-03-19 17:36:36
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.2.0 to 7.3.1 (#6456)
build(deps-dev): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.2.0 to 7.3.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.c...
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.2.0 to 7.3.1 (#6456) build(deps-dev): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.2.0 to 7.3.1. - [Release notes](https://git...
diff --git a/account-compression/sdk/package.json b/account-compression/sdk/package.json index cf5cf3f8203..5ef295db1cc 100644 --- a/account-compression/sdk/package.json +++ b/account-compression/sdk/package.json @@ -72,7 +72,7 @@ "@types/bn.js": "^5.1.0", "@types/jest": "^29.5.12", "@types/node-fetch": ...
gradio
https://github.com/gradio-app/gradio
8212c462ae1e6be0d494f3066bd7c2e886613d2d
nhankiet
2022-07-19 04:41:10
refactor: f-string for tunneling.py (#1819)
* refactor: f-string for tunneling.py * formatting
refactor: f-string for tunneling.py (#1819) * refactor: f-string for tunneling.py * formatting Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
diff --git a/gradio/tunneling.py b/gradio/tunneling.py index d5255804e1e66..7b41913c0e9b5 100644 --- a/gradio/tunneling.py +++ b/gradio/tunneling.py @@ -22,14 +22,14 @@ def handler(chan, host, port): try: sock.connect((host, port)) except Exception as e: - verbose("Forwarding request to {}:{} ...
material
https://github.com/angular/material
715dd34f3027ba4f55596cc3d51191da0bc0fab4
crisbeto
2016-05-19 23:03:04
fix(swipe): safe apply the callback
Fixes the swipe directive occasionally throwing "$digest in progress" errors.
fix(swipe): safe apply the callback Fixes the swipe directive occasionally throwing "$digest in progress" errors. Fixes #8318. Closes #8497
diff --git a/src/components/swipe/swipe.js b/src/components/swipe/swipe.js index 8c5285560fe..d2489983917 100644 --- a/src/components/swipe/swipe.js +++ b/src/components/swipe/swipe.js @@ -86,7 +86,7 @@ function getDirective(name) { function postLink(scope, element, attr) { var fn = $parse(attr[directiv...
VRTK
https://github.com/ExtendRealityLtd/VRTK
029d623c4f6112fbfe82c097ca9c3a41c9a61959
Harvey Ball
2018-08-13 19:47:31
feat(Examples): implement new core prefabs and new item types
The new prefabs from Core such as TrackedAlias has been added to the existing example scenes. Also a number of new items have been added to try and make the example scenes look a little nicer and less blocky.
feat(Examples): implement new core prefabs and new item types The new prefabs from Core such as TrackedAlias has been added to the existing example scenes. Also a number of new items have been added to try and make the example scenes look a little nicer and less blocky.
diff --git a/Scenes/Internal/SharedResources/Materials/DefaultFloor.mat b/Scenes/Internal/SharedResources/Materials/DefaultFloor.mat index ed811471e..c32bf8cb9 100644 --- a/Scenes/Internal/SharedResources/Materials/DefaultFloor.mat +++ b/Scenes/Internal/SharedResources/Materials/DefaultFloor.mat @@ -36,11 +36,11 @@ Mat...
atlantis
https://github.com/runatlantis/atlantis
25103d72f4b7b8deb555b32ff1e9757fc1194d61
Dylan Page
2021-04-20 03:22:56
feat: add new flag --silence-no-projects (#1469)
* feat: add new flag --silence-no-projects * refactor: add tests, clean up command_runner logic * fix: attempt at fixing PolicyCheck e2e test * docs: add silence-no-projects flag to server-configuration.md * docs: fix grammar * fix: requested changes: commit status resets, misc fixes * fix: status check comments ...
feat: add new flag --silence-no-projects (#1469) * feat: add new flag --silence-no-projects * refactor: add tests, clean up command_runner logic * fix: attempt at fixing PolicyCheck e2e test * docs: add silence-no-projects flag to server-configuration.md * docs: fix grammar * fix: requested changes: commit status...
diff --git a/cmd/server.go b/cmd/server.go index 23a91abd60..df705e7ba1 100644 --- a/cmd/server.go +++ b/cmd/server.go @@ -83,6 +83,7 @@ const ( RepoAllowlistFlag = "repo-allowlist" RequireApprovalFlag = "require-approval" RequireMergeableFlag = "require-mergeable" + SilenceNoProjectsFlag ...
firecracker
https://github.com/firecracker-microvm/firecracker
f03d083c3fb36e5bb2f84dde108ca8cc2e80f380
Egor Lazarchuk
2024-07-02 18:14:28
refactor: simplify get_msr_chunks
Move logic to create single msr chunk into separate function. Also use iterators for msr indexes to remove some unneeded allocations.
refactor: simplify get_msr_chunks Move logic to create single msr chunk into separate function. Also use iterators for msr indexes to remove some unneeded allocations. Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
diff --git a/src/vmm/src/builder.rs b/src/vmm/src/builder.rs index ae0e138e9c0..ce64e1db229 100644 --- a/src/vmm/src/builder.rs +++ b/src/vmm/src/builder.rs @@ -770,10 +770,9 @@ pub fn configure_system_for_boot( use crate::cpu_config::x86_64::cpuid; let cpuid = cpuid::Cpuid::try_from(vmm.vm.supported_...
dragonfly
https://github.com/dragonflydb/dragonfly
94ee96afd03491d213b8adfaabd279caa8adf91f
dependabot[bot]
2024-11-05 02:05:18
chore(deps): bump redis-om from 0.2.2 to 0.3.3 in /tests/dragonfly (#4060)
Bumps [redis-om](https://github.com/redis/redis-om-python) from 0.2.2 to 0.3.3. - [Release notes](https://github.com/redis/redis-om-python/releases) - [Commits](https://github.com/redis/redis-om-python/compare/v0.2.2...v0.3.3) ---
chore(deps): bump redis-om from 0.2.2 to 0.3.3 in /tests/dragonfly (#4060) Bumps [redis-om](https://github.com/redis/redis-om-python) from 0.2.2 to 0.3.3. - [Release notes](https://github.com/redis/redis-om-python/releases) - [Commits](https://github.com/redis/redis-om-python/compare/v0.2.2...v0.3.3) --- updated-depe...
diff --git a/tests/dragonfly/requirements.txt b/tests/dragonfly/requirements.txt index 4da8fed9d8d4..35d927645347 100644 --- a/tests/dragonfly/requirements.txt +++ b/tests/dragonfly/requirements.txt @@ -19,7 +19,7 @@ numpy==1.24.3 pytest-json-report==1.5.0 psutil==5.9.5 boto3==1.28.55 -redis-om==0.2.2 +redis-om==0.3...
svelte
https://github.com/sveltejs/svelte
8cf037c90461c5ce2fb0f0c552868d045d5c9b3f
Theodore Brown
2023-02-27 17:41:06
fix: select first enabled option by default when initial value is undefined (#8331)
Fixes an unintended regression introduced in #6170.
fix: select first enabled option by default when initial value is undefined (#8331) Fixes an unintended regression introduced in #6170. Fixes #7041
diff --git a/src/runtime/internal/dom.ts b/src/runtime/internal/dom.ts index 52f1198833c6..23c0fdac5110 100644 --- a/src/runtime/internal/dom.ts +++ b/src/runtime/internal/dom.ts @@ -567,8 +567,16 @@ export function select_options(select, value) { } } +function first_enabled_option(select) { + for (const option of...
uno
https://github.com/unoplatform/uno
0b37a52a64619ff3a85d38aa0dbf09ac3f200605
David Oliver
2020-06-03 19:21:11
fix(styles): Initialize theme dictionaries before main body
This allows resources in ThemeDictionaries to be resolved at parse time.
fix(styles): Initialize theme dictionaries before main body This allows resources in ThemeDictionaries to be resolved at parse time.
diff --git a/src/SourceGenerators/Uno.UI.SourceGenerators/XamlGenerator/XamlFileGenerator.cs b/src/SourceGenerators/Uno.UI.SourceGenerators/XamlGenerator/XamlFileGenerator.cs index 772cc004da9c..e39e8b20bf45 100644 --- a/src/SourceGenerators/Uno.UI.SourceGenerators/XamlGenerator/XamlFileGenerator.cs +++ b/src/SourceGen...
redwood
https://github.com/redwoodjs/redwood
e11d004c266141ed33f99faff1368e1afe4db704
dependabot[bot]
2021-05-22 06:11:43
build(deps-dev): bump @types/lodash from 4.14.169 to 4.14.170 (#2597)
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.169 to 4.14.170. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)
build(deps-dev): bump @types/lodash from 4.14.169 to 4.14.170 (#2597) Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.169 to 4.14.170. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped...
diff --git a/packages/structure/package.json b/packages/structure/package.json index 7d8806f9c1ba..88214a4f11fb 100644 --- a/packages/structure/package.json +++ b/packages/structure/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@types/fs-extra": "^9.0.11", - "@types/lodash": "^4.14.169", + "@...
sentry
https://github.com/getsentry/sentry
1a913b72556f24a9def277b85d5c672eec772c96
Tony Xiao
2024-05-16 00:37:05
fix(metrics): Pass metric op to trace query (#70968)
Depending on the op, the condition needed for the min/max condition changes.
fix(metrics): Pass metric op to trace query (#70968) Depending on the op, the condition needed for the min/max condition changes.
diff --git a/src/sentry/api/endpoints/organization_traces.py b/src/sentry/api/endpoints/organization_traces.py index 94e0f96a6af5ba..f9a76fa3aa4e1b 100644 --- a/src/sentry/api/endpoints/organization_traces.py +++ b/src/sentry/api/endpoints/organization_traces.py @@ -69,6 +69,7 @@ class OrganizationTracesSerializer(seri...
dafny
https://github.com/dafny-lang/dafny
3b6fb25a6801ee3d3cd44b48a8a3fc995454115f
Rustan Leino
2021-01-15 03:38:15
fix: Handle InternalTypeSynonymDecl in CheckCanBeConstructed (#1034)
* fix: Handle InternalTypeSynonymDecl in CheckCanBeConstructed
fix: Handle InternalTypeSynonymDecl in CheckCanBeConstructed (#1034) * fix: Handle InternalTypeSynonymDecl in CheckCanBeConstructed Fixes #1029
diff --git a/Source/Dafny/Resolver.cs b/Source/Dafny/Resolver.cs index a2a27e81ec7..d9ea33da480 100644 --- a/Source/Dafny/Resolver.cs +++ b/Source/Dafny/Resolver.cs @@ -9264,7 +9264,10 @@ bool CheckCanBeConstructed(Type type, List<TypeParameter> typeParametersUsed) { var cl = udt.ResolvedClass; Contract...
freeCodeCamp
https://github.com/freeCodeCamp/freeCodeCamp
85e9fbb8df8ee582223c69edd8b04391e7d5a59d
Muhammed Mustafa
2023-02-19 17:16:53
refactor(client): clean extra component and extra unneeded imports (#49391)
* feat: remove extra unnecessary code * clean the unique way that component was handled * make bsSize optional * update snapshot to account for the other button styles * add comment for our future selves * clean the changes file
refactor(client): clean extra component and extra unneeded imports (#49391) * feat: remove extra unnecessary code * clean the unique way that component was handled * make bsSize optional * update snapshot to account for the other button styles * add comment for our future selves * clean the changes file
diff --git a/client/src/components/formHelpers/block-save-button.tsx b/client/src/components/formHelpers/block-save-button.tsx deleted file mode 100644 index 1a57838e3c2945..00000000000000 --- a/client/src/components/formHelpers/block-save-button.tsx +++ /dev/null @@ -1,16 +0,0 @@ -import { Button } from '@freecodecamp...
sentry
https://github.com/getsentry/sentry
6f4c4846ac99f9bef2ca400b87182dc8b7c8591f
Dora
2023-01-31 22:57:06
fix(perf-issue): large render blocking asset copy (#43861)
Tweaking copy to mention the case about spans extending across FCP
fix(perf-issue): large render blocking asset copy (#43861) Tweaking copy to mention the case about spans extending across FCP
diff --git a/static/app/components/events/interfaces/performance/utils.tsx b/static/app/components/events/interfaces/performance/utils.tsx index 54819321699a33..bf920edd91c647 100644 --- a/static/app/components/events/interfaces/performance/utils.tsx +++ b/static/app/components/events/interfaces/performance/utils.tsx @...
react-native-firebase
https://github.com/invertase/react-native-firebase
ebfb413670d189f77384e05000e13e48abac4516
Mike Hardy
2023-03-25 18:38:05
fix(app-distribution, android): update the gradle plugin to match BoM 31.2.3 release
This was missed as an oversight while bumping the Bill of Materials in an earlier commit
fix(app-distribution, android): update the gradle plugin to match BoM 31.2.3 release This was missed as an oversight while bumping the Bill of Materials in an earlier commit
diff --git a/packages/app-distribution/android/build.gradle b/packages/app-distribution/android/build.gradle index 6eda8067f3..8d9a52edd7 100644 --- a/packages/app-distribution/android/build.gradle +++ b/packages/app-distribution/android/build.gradle @@ -87,11 +87,11 @@ dependencies { api appProject implementatio...
ccxt
https://github.com/ccxt/ccxt
86d281d9e4197efbb1b1495d6084a26c5345a67b
Travis CI
2024-08-17 00:21:00
fix(binance): watchLiquidationsForSymbols should use lowercase id (#23441)
[ci skip]
fix(binance): watchLiquidationsForSymbols should use lowercase id (#23441) [ci skip]
diff --git a/cs/ccxt/exchanges/pro/binance.cs b/cs/ccxt/exchanges/pro/binance.cs index aa6316968b901..9f527bfc2962e 100644 --- a/cs/ccxt/exchanges/pro/binance.cs +++ b/cs/ccxt/exchanges/pro/binance.cs @@ -239,7 +239,7 @@ public async override Task<object> watchLiquidationsForSymbols(object symbols, o for (...
authelia
https://github.com/authelia/authelia
40026701fdf604b874334166b9984f6ac003f0fa
James Elliott
2023-09-03 11:31:46
docs: jsonschema (#5493)
Adds a JSON Schema for the configuration, user database, and most exports.
docs: jsonschema (#5493) Adds a JSON Schema for the configuration, user database, and most exports. Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
diff --git a/cmd/authelia-gen/cmd_code.go b/cmd/authelia-gen/cmd_code.go index 2bc0d4af2f36e..a704c2949e71c 100644 --- a/cmd/authelia-gen/cmd_code.go +++ b/cmd/authelia-gen/cmd_code.go @@ -173,7 +173,7 @@ func codeKeysRunE(cmd *cobra.Command, args []string) (err error) { data := tmplConfigurationKeysData{ Timest...
httpx
https://github.com/projectdiscovery/httpx
4ffd6642af2ccbd9b570ae5fee5570f81e10b15f
dependabot[bot]
2023-11-06 16:29:28
chore(deps): bump github.com/projectdiscovery/dsl from 0.0.26 to 0.0.29
Bumps [github.com/projectdiscovery/dsl](https://github.com/projectdiscovery/dsl) from 0.0.26 to 0.0.29. - [Release notes](https://github.com/projectdiscovery/dsl/releases) - [Commits](https://github.com/projectdiscovery/dsl/compare/v0.0.26...v0.0.29) ---
chore(deps): bump github.com/projectdiscovery/dsl from 0.0.26 to 0.0.29 Bumps [github.com/projectdiscovery/dsl](https://github.com/projectdiscovery/dsl) from 0.0.26 to 0.0.29. - [Release notes](https://github.com/projectdiscovery/dsl/releases) - [Commits](https://github.com/projectdiscovery/dsl/compare/v0.0.26...v0.0....
diff --git a/go.mod b/go.mod index ad907b97f..b8dfafd43 100644 --- a/go.mod +++ b/go.mod @@ -44,7 +44,7 @@ require ( github.com/mfonda/simhash v0.0.0-20151007195837-79f94a1100d6 github.com/mitchellh/mapstructure v1.5.0 github.com/projectdiscovery/asnmap v1.0.5 - github.com/projectdiscovery/dsl v0.0.26 + github.co...
coc.nvim
https://github.com/neoclide/coc.nvim
545604659a575932b9da546aa2dabefd52b114bb
chemzqm
2019-03-10 09:48:14
chore(workspace): code refactor
- Improve checkBuffer. - Improve document creation. - Improve getCursorPosition.
chore(workspace): code refactor - Improve checkBuffer. - Improve document creation. - Improve getCursorPosition.
diff --git a/autoload/coc/util.vim b/autoload/coc/util.vim index 35eb893e0dc..0c189766612 100644 --- a/autoload/coc/util.vim +++ b/autoload/coc/util.vim @@ -38,6 +38,13 @@ function! coc#util#yarn_cmd() return '' endfunction +" get cursor position +function! coc#util#cursor() + let pos = getcurpos() + let conten...
Sourcetrail
https://github.com/CoatiSoftware/Sourcetrail
c6c49b2d458f84bef21a387ad177b6bee81991ef
malte_langkabel
2017-07-19 13:53:39
build: add plugin folders to Windows package
* added missing plugin folders to Windows package * fixed readme of VS extension
build: add plugin folders to Windows package * added missing plugin folders to Windows package * fixed readme of VS extension
diff --git a/ide_plugins/vs/README.md b/ide_plugins/visual_studio/README.md similarity index 69% rename from ide_plugins/vs/README.md rename to ide_plugins/visual_studio/README.md index a77a71f8d..4cc6dcf2a 100644 --- a/ide_plugins/vs/README.md +++ b/ide_plugins/visual_studio/README.md @@ -6,7 +6,7 @@ The extension is ...
farm
https://github.com/farm-fe/farm
01a4503eed1275795294e8da52cb83cb75366783
ADNY
2024-04-29 19:59:20
feat: update `create-farm-plugin` template (#1260)
* chore: update create-plugin template * chore: update create-plugin template * chore: use script with add dependencies
feat: update `create-farm-plugin` template (#1260) * chore: update create-plugin template * chore: update create-plugin template * chore: use script with add dependencies
diff --git a/.changeset/smart-planes-tap.md b/.changeset/smart-planes-tap.md new file mode 100644 index 0000000000..785a9764c5 --- /dev/null +++ b/.changeset/smart-planes-tap.md @@ -0,0 +1,5 @@ +--- +'create-farm-plugin': patch +--- + +feat: add monorepo template diff --git a/packages/create-farm-plugin/index.ts b/pack...
systemd
https://github.com/systemd/systemd
addbe898a704bc6402907488ba16f97f6ab337d9
Frantisek Sumsal
2023-12-23 21:07:30
test: make the variable names slightly more descriptive
Follow-up for 5ca8d2474ca8b8b3f42999fb2f6e5e1498b22aa9.
test: make the variable names slightly more descriptive Follow-up for 5ca8d2474ca8b8b3f42999fb2f6e5e1498b22aa9.
diff --git a/test/units/testsuite-74.run.sh b/test/units/testsuite-74.run.sh index 69907d4f385ca..38cbca54ce344 100755 --- a/test/units/testsuite-74.run.sh +++ b/test/units/testsuite-74.run.sh @@ -213,19 +213,18 @@ for opt in nice on-{active,boot,calendar,startup,unit-active,unit-inactive} prop done # Let's make su...
sentry
https://github.com/getsentry/sentry
131a06c69850c3b0ed5a8c19d24f286c2d99f7ca
Athena Moghaddam
2024-12-04 04:58:02
feat(oauth): Display org name for org scoped authorizations (#81383)
<img width="1016" alt="Screenshot 2024-11-27 at 11 41 01 AM" src="https://github.com/user-attachments/assets/26f09420-0857-404f-839c-4eacf9920094">
feat(oauth): Display org name for org scoped authorizations (#81383) <img width="1016" alt="Screenshot 2024-11-27 at 11 41 01 AM" src="https://github.com/user-attachments/assets/26f09420-0857-404f-839c-4eacf9920094">
diff --git a/static/app/views/settings/account/accountAuthorizations.tsx b/static/app/views/settings/account/accountAuthorizations.tsx index b2ad74fff090e1..df2b39f4414471 100644 --- a/static/app/views/settings/account/accountAuthorizations.tsx +++ b/static/app/views/settings/account/accountAuthorizations.tsx @@ -15,6 ...
core
https://github.com/adonisjs/core
0c49c32f1b4e84d04a97b87efa2d993271d50781
Harminder Virk
2016-08-20 01:46:15
refactor(server): cleanup route handler resolve code
route handler are resolved via adonis-binding-resolver library to consistent output
refactor(server): cleanup route handler resolve code route handler are resolved via adonis-binding-resolver library to consistent output
diff --git a/src/Server/index.js b/src/Server/index.js index 5152a092..5cb9a83b 100644 --- a/src/Server/index.js +++ b/src/Server/index.js @@ -13,7 +13,9 @@ const CatLog = require('cat-log') const helpers = require('./helpers') const http = require('http') const co = require('co') +const Resolver = require('adonis-b...
immich
https://github.com/immich-app/immich
308c63df16ddcbce4757b47a92ef66070185ae4c
martin
2023-05-17 19:50:32
fix(web): use correct favicon sizes (#2446)
* fix(web): use correct favicon sizes
fix(web): use correct favicon sizes (#2446) * fix(web): use correct favicon sizes Signed-off-by: martin <martin.labat92@gmail.com> * fix: format Signed-off-by: martin <martin.labat92@gmail.com> --------- Signed-off-by: martin <martin.labat92@gmail.com>
diff --git a/web/src/lib/assets/apple/apple-icon-180.png b/web/src/lib/assets/favicon/apple-icon-180.png similarity index 100% rename from web/src/lib/assets/apple/apple-icon-180.png rename to web/src/lib/assets/favicon/apple-icon-180.png diff --git a/web/src/lib/assets/favicon/favicon-16.png b/web/src/lib/assets/favic...
prql
https://github.com/PRQL/prql
cdbcf0acc48b71f9cce9ab247373909ba8a02302
dependabot[bot]
2022-10-02 08:48:46
chore: bump sqlparser from 0.23.0 to 0.24.0 (#997)
* chore: bump sqlparser from 0.23.0 to 0.24.0 Bumps [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/sqlparser-rs/sqlparser-rs/releases) - [Changelog](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com...
chore: bump sqlparser from 0.23.0 to 0.24.0 (#997) * chore: bump sqlparser from 0.23.0 to 0.24.0 Bumps [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/sqlparser-rs/sqlparser-rs/releases) - [Changelog](https://github.com/sqlparser-rs/sqlparser-rs/bl...
diff --git a/Cargo.lock b/Cargo.lock index 3a439fc7c5ee..af625b5286cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2178,9 +2178,9 @@ dependencies = [ [[package]] name = "sqlparser" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0beb13adabbdda01...
servo
https://github.com/servo/servo
2617d15ed61924fd7fb42594bcb8ce2ec49ec48f
Emilio Cobos Álvarez
2016-08-31 07:47:16
style: Properly track whether negative values of calc() are allowed
In order to clamp them at computed value time.
style: Properly track whether negative values of calc() are allowed In order to clamp them at computed value time.
diff --git a/components/style/values/computed/mod.rs b/components/style/values/computed/mod.rs index 265ed2f3a25af..28fc7b3892fce 100644 --- a/components/style/values/computed/mod.rs +++ b/components/style/values/computed/mod.rs @@ -167,6 +167,7 @@ impl ToComputedValue for specified::CalcLengthOrPercentage { s...
blender
https://github.com/blender/blender
2c2516bfc92ba8fa0850ca6b6151dbc058b2cbce
YimingWu
2021-09-30 11:00:10
Fix(unreported): LineArt curve objects garbled result.
This is caused by line art loading curve objects twice from curve and converted mesh instances (when instance option is on). Now only load mesh when instance option is on.
Fix(unreported): LineArt curve objects garbled result. This is caused by line art loading curve objects twice from curve and converted mesh instances (when instance option is on). Now only load mesh when instance option is on.
diff --git a/source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c b/source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c index 5b878a4326f3..7441c9a909c3 100644 --- a/source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c +++ b/source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c @@ -2...
zellij
https://github.com/zellij-org/zellij
abc700fc4d10d61c969ad94fa520d7d9336dcf14
Aram Drevekenin
2022-11-01 13:37:25
feat(command-panes): allow to start suspended (#1887)
* feat(command-panes): allow panes to start suspended * style(fmt): remove unused code * style(fmt): rustfmt
feat(command-panes): allow to start suspended (#1887) * feat(command-panes): allow panes to start suspended * style(fmt): remove unused code * style(fmt): rustfmt
diff --git a/src/main.rs b/src/main.rs index 3ed592c539..6203f0f168 100644 --- a/src/main.rs +++ b/src/main.rs @@ -26,6 +26,7 @@ fn main() { floating, name, close_on_exit, + start_suspended, })) = opts.command { let command_cli_action = Cl...
angular
https://github.com/angular/angular
42dc2c19ee460b74b031f60f444fd3cc0782f3b6
Peter Bacon Darwin
2017-05-06 02:13:02
refactor(aio): remove redundant test
The search worker is now initialised from the `SearchBoxComponent`, which has its own tests for this.
refactor(aio): remove redundant test The search worker is now initialised from the `SearchBoxComponent`, which has its own tests for this. Closes #15593
diff --git a/aio/src/app/app.component.spec.ts b/aio/src/app/app.component.spec.ts index 422c3ccb42798..9737c7e5efb8a 100644 --- a/aio/src/app/app.component.spec.ts +++ b/aio/src/app/app.component.spec.ts @@ -355,14 +355,6 @@ describe('AppComponent', () => { }); }); - describe('search worker', () => { - i...
at_client_sdk
https://github.com/atsign-foundation/at_client_sdk
dd189c4cbf0847010f76746dc13b19a67b9d486a
dependabot[bot]
2023-03-16 06:28:31
build(deps): bump github/codeql-action from 2.2.6 to 2.2.7
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.6 to 2.2.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/16964e90ba004cdf0cd845b...
build(deps): bump github/codeql-action from 2.2.6 to 2.2.7 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.6 to 2.2.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://git...
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 6293fdb99..69cc2a251 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -67,6 +67,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scann...
react-dnd
https://github.com/react-dnd/react-dnd
e55be3c8421ce7ddf6c86bfe4e17215549e5f829
Jesper Sørensen
2019-03-22 21:03:35
fix: throw error when a DragSource or DropTarget is rendered outside DragDropContext (#1132) (#1286)
Previously the HOC's would just return null, leading to "missing" components, with nothing pointing in the direction of the problem being a missing DrapDropContext.
fix: throw error when a DragSource or DropTarget is rendered outside DragDropContext (#1132) (#1286) Previously the HOC's would just return null, leading to "missing" components, with nothing pointing in the direction of the problem being a missing DrapDropContext.
diff --git a/packages/react-dnd/src/__tests__/DragSource.spec.tsx b/packages/react-dnd/src/__tests__/DragSource.spec.tsx index 753a7bfb1d..5c53eab644 100644 --- a/packages/react-dnd/src/__tests__/DragSource.spec.tsx +++ b/packages/react-dnd/src/__tests__/DragSource.spec.tsx @@ -1,5 +1,6 @@ // tslint:disable max-classe...
lvgl
https://github.com/lvgl/lvgl
c0575c57af0ac8d7f79c50ff3db429108034ec59
Gabriel Wang
2022-03-01 23:19:05
chore(env-support): cmsis-pack monthly update (#3137)
* Update README.md * feat(env_support): cmsis-pack monthly update
chore(env-support): cmsis-pack monthly update (#3137) * Update README.md * feat(env_support): cmsis-pack monthly update
diff --git a/env_support/cmsis-pack/LVGL.lvgl.1.0.1-alpha3.pack b/env_support/cmsis-pack/LVGL.lvgl.1.0.1.pack similarity index 94% rename from env_support/cmsis-pack/LVGL.lvgl.1.0.1-alpha3.pack rename to env_support/cmsis-pack/LVGL.lvgl.1.0.1.pack index a0f85c453c25..1dbffce7bd99 100644 Binary files a/env_support/cmsis...
pnpm
https://github.com/pnpm/pnpm
b8db1aa3b7a0124686176e3c64526e76ec11eccc
Zoltan Kochan
2018-02-27 03:53:35
test: local tarball deps are updated on integrity mismatch
ref pnpm/pnpm#1054
test: local tarball deps are updated on integrity mismatch ref pnpm/pnpm#1054
diff --git a/package.json b/package.json index be66c2bd8de..064645ec357 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@pnpm/check-package": "^1.0.0", "@pnpm/fs-locker": "^1.0.0", - "@pnpm/package-requester": "^0.8.1", + "@pnpm/package-requester": "^0.8.2", "@p...
svelte
https://github.com/sveltejs/svelte
d1bd32ec9ec06e6505740a0de5f5b2281546787c
Blade Barringer
2025-03-22 01:16:20
fix: allow get_proxied_value to return original value when error (#15577)
* fix: allow get_proxied_value to return original value when error
fix: allow get_proxied_value to return original value when error (#15577) * fix: allow get_proxied_value to return original value when error closes #15546 * Update packages/svelte/src/internal/client/proxy.js --------- Co-authored-by: Rich Harris <hello@rich-harris.dev>
diff --git a/.changeset/afraid-penguins-battle.md b/.changeset/afraid-penguins-battle.md new file mode 100644 index 000000000000..2cc5059b9a43 --- /dev/null +++ b/.changeset/afraid-penguins-battle.md @@ -0,0 +1,5 @@ +--- +'svelte': patch +--- + +fix: prevent dev server from throwing errors when attempting to retrieve t...
tools
https://github.com/rome/tools
0bc497226f956b3d905e7cc2681c4baa6f3742b7
Mark Ladyshau
2022-10-14 22:12:55
feat(rome_js_analyze): rule `useKeyWithMouseEvents` (#3373)
* feat(rome_js_analyze): rule `useKeyWithMouseEvents` * fix(rome_js_analyze): update config and docs for rule * fix(rome_js_analyze): adjust rule, refactor existing code * refactor(rome_js_analyze): adjust function
feat(rome_js_analyze): rule `useKeyWithMouseEvents` (#3373) * feat(rome_js_analyze): rule `useKeyWithMouseEvents` * fix(rome_js_analyze): update config and docs for rule * fix(rome_js_analyze): adjust rule, refactor existing code * refactor(rome_js_analyze): adjust function
diff --git a/crates/rome_diagnostics_categories/src/categories.rs b/crates/rome_diagnostics_categories/src/categories.rs index 148d24f8dcb..496760bac43 100644 --- a/crates/rome_diagnostics_categories/src/categories.rs +++ b/crates/rome_diagnostics_categories/src/categories.rs @@ -53,6 +53,7 @@ define_dategories! { ...
vector
https://github.com/vectordotdev/vector
cfadf34971d841232df73c59a0c089f0ba6745d3
Jesse Szwedko
2024-06-26 00:09:02
chore(ci): Correct username fetching in comment trigger
Nested under `github.event`
chore(ci): Correct username fetching in comment trigger Nested under `github.event` Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
diff --git a/.github/workflows/comment-trigger.yml b/.github/workflows/comment-trigger.yml index daa54eae7a7c5..30494bf8e5dbb 100644 --- a/.github/workflows/comment-trigger.yml +++ b/.github/workflows/comment-trigger.yml @@ -73,7 +73,7 @@ jobs: id: pr uses: tspascoal/get-user-teams-membership@v3 ...
unleash
https://github.com/Unleash/unleash
5a75093cbc3a6223f17e815961d4a8c9c306a5b5
Jaanus Sellin
2024-02-12 19:30:59
feat: project applications e2e PoC (#6189)
1. Adding store layer 2. Updating schemas 3. Refactoring project files that I touched into feature oriented architecture Next steps E2E tests.
feat: project applications e2e PoC (#6189) 1. Adding store layer 2. Updating schemas 3. Refactoring project files that I touched into feature oriented architecture Next steps E2E tests.
diff --git a/src/lib/db/index.ts b/src/lib/db/index.ts index 37c545fd7b78..869e5bcb414d 100644 --- a/src/lib/db/index.ts +++ b/src/lib/db/index.ts @@ -9,7 +9,7 @@ import ClientApplicationsStore from './client-applications-store'; import ContextFieldStore from './context-field-store'; import SettingStore from './setti...
angular
https://github.com/angular/angular
2d7d4e2cf032f64d0a99d0607d6a9f4c7e9cbdde
Tomasz Ducin
2024-01-10 01:47:48
refactor(core): type-safe global ng (#53439)
This PR provides strict type definition for the window.ng object used for both console debugging and devtools. `GlobalDevModeUtils` now gathers all type information about all methods exposed on window.ng. PR Close #53439
refactor(core): type-safe global ng (#53439) This PR provides strict type definition for the window.ng object used for both console debugging and devtools. `GlobalDevModeUtils` now gathers all type information about all methods exposed on window.ng. PR Close #53439
diff --git a/devtools/projects/ng-devtools-backend/src/lib/BUILD.bazel b/devtools/projects/ng-devtools-backend/src/lib/BUILD.bazel index 4a1a142643623..e012e9d0a13be 100644 --- a/devtools/projects/ng-devtools-backend/src/lib/BUILD.bazel +++ b/devtools/projects/ng-devtools-backend/src/lib/BUILD.bazel @@ -11,6 +11,7 @@ t...
bytebase
https://github.com/bytebase/bytebase
08977b29c8a8ab96aa535582cc6f5523890c6fa7
Liu Ji
2024-01-24 08:11:19
chore(frontend): fix some warnings (#10483)
* chore: fix vue warnings * chore: fix vue-tsc warnings
chore(frontend): fix some warnings (#10483) * chore: fix vue warnings * chore: fix vue-tsc warnings
diff --git a/frontend/src/components/QuickActionPanel.vue b/frontend/src/components/QuickActionPanel.vue index 38fe4d9a108977..3cd80ca0103507 100644 --- a/frontend/src/components/QuickActionPanel.vue +++ b/frontend/src/components/QuickActionPanel.vue @@ -151,6 +151,10 @@ interface QuickAction { action: () => void; ...
nest
https://github.com/nestjs/nest
85a256b71ba085553b54c3b947d376ef0b159e80
dependabot[bot]
2022-01-31 12:58:27
chore(deps): bump minimist from 1.2.0 to 1.2.5 in /sample/08-webpack
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.5. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.5) ---
chore(deps): bump minimist from 1.2.0 to 1.2.5 in /sample/08-webpack Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.5. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.5) --- updated-dependencies: - dependen...
diff --git a/sample/08-webpack/package-lock.json b/sample/08-webpack/package-lock.json index d94be424e3d..ead97533168 100644 --- a/sample/08-webpack/package-lock.json +++ b/sample/08-webpack/package-lock.json @@ -3255,14 +3255,6 @@ "dev": true, "requires": { "minimist": "^1.2.0" - }, - ...
unocss
https://github.com/unocss/unocss
629af35d58bcf3b3d915bcb144bf48d2d1d678b8
Joaquín Sánchez
2022-04-28 23:16:35
docs(preset-icons): adjust `@iconify` links (#896)
update `InlineCollection` type links and changed link for the vue 3 example on `@iconify/tools`
docs(preset-icons): adjust `@iconify` links (#896) update `InlineCollection` type links and changed link for the vue 3 example on `@iconify/tools`
diff --git a/packages/preset-icons/README.md b/packages/preset-icons/README.md index 590a264f92..f98bc608cf 100644 --- a/packages/preset-icons/README.md +++ b/packages/preset-icons/README.md @@ -101,7 +101,7 @@ presetIcons({ }) ``` -You can also provide your own custom collections using [CustomIconLoader](https://g...
core
https://github.com/vuejs/core
92d1cba41bdb4f3a4f477960808747e41a458e9b
dependabot-preview[bot]
2019-09-13 12:35:05
build(deps-dev): bump rollup-plugin-terser from 5.1.1 to 5.1.2
Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases) - [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v5.1.1...v5.1.2)
build(deps-dev): bump rollup-plugin-terser from 5.1.1 to 5.1.2 Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases) - [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v5.1.1...v...
diff --git a/yarn.lock b/yarn.lock index f75121d40e2..d2d53659587 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,14 +2,7 @@ # yarn lockfile v1 -"@babel/code-frame@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" -...
components
https://github.com/angular/components
0188516078a88a74d243f41228705ed2c2b83071
Kristiyan Kostadinov
2024-05-07 18:00:22
perf(material/core): speed up M3 compilation (#29009)
Mitigates a compile time regression when generating M3 themes. These changes reduce the compilation time in half by caching the dummy theme instead of recreating it for each invocation. We can get away with this since the dummy theme is constant. Although these changes are a significant improvement, there's more room ...
perf(material/core): speed up M3 compilation (#29009) Mitigates a compile time regression when generating M3 themes. These changes reduce the compilation time in half by caching the dummy theme instead of recreating it for each invocation. We can get away with this since the dummy theme is constant. Although these ch...
diff --git a/src/material/core/tokens/_m3-tokens.scss b/src/material/core/tokens/_m3-tokens.scss index f8aa47040666..b35fc624095d 100644 --- a/src/material/core/tokens/_m3-tokens.scss +++ b/src/material/core/tokens/_m3-tokens.scss @@ -57,6 +57,32 @@ ); } +$_cached-token-slots: null; + +/// Determines the token sl...
jan
https://github.com/janhq/jan
9aed6523eab3a923b9f7c940fc5bb5b56b1ac842
Faisal Amir
2025-02-14 20:59:02
fix: link open new window inside chat message (#4651)
* fix: link open new window inside chat message * chore: fix linter
fix: link open new window inside chat message (#4651) * fix: link open new window inside chat message * chore: fix linter
diff --git a/extensions/yarn.lock b/extensions/yarn.lock index 2f039b20c9..99896851b8 100644 --- a/extensions/yarn.lock +++ b/extensions/yarn.lock @@ -509,61 +509,61 @@ __metadata: "@janhq/core@file:../../core/package.tgz::locator=%40janhq%2Fassistant-extension%40workspace%3Aassistant-extension": version: 0.1.10 ...
coder
https://github.com/coder/coder
64f9e6997844e870428bdad99771283a994d4b93
dependabot[bot]
2022-03-15 19:55:41
chore: bump google.golang.org/api from 0.71.0 to 0.72.0 (#441)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.71.0 to 0.72.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-...
chore: bump google.golang.org/api from 0.71.0 to 0.72.0 (#441) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.71.0 to 0.72.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/ma...
diff --git a/go.mod b/go.mod index cfaef9218e0c8..a23458d946dc0 100644 --- a/go.mod +++ b/go.mod @@ -59,10 +59,10 @@ require ( go.uber.org/atomic v1.9.0 go.uber.org/goleak v1.1.12 golang.org/x/crypto v0.0.0-20220214200702-86341886e292 - golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b - golang.org/x/sys v0....
metamask-extension
https://github.com/MetaMask/metamask-extension
cc47ff95a7fbac72a3788f213897680318932209
Jyoti Puri
2024-10-15 23:25:12
fix: nonce value when there are multiple transactions in parallel (#27874)
## **Description** Fix issue with nonce not updating when there are multiple transaction created in parallel and once transaction is submitted. ## **Related issues**
fix: nonce value when there are multiple transactions in parallel (#27874) ## **Description** Fix issue with nonce not updating when there are multiple transaction created in parallel and once transaction is submitted. ## **Related issues** Fixes: https://github.com/MetaMask/metamask-extension/issues/27617 ## **Ma...
diff --git a/ui/pages/confirmations/confirm-transaction-base/confirm-transaction-base.component.js b/ui/pages/confirmations/confirm-transaction-base/confirm-transaction-base.component.js index 96fd5315e317..b4d2d6a8def5 100644 --- a/ui/pages/confirmations/confirm-transaction-base/confirm-transaction-base.component.js +...
lint-staged
https://github.com/lint-staged/lint-staged
213876560b77a62f5b26bfb13ba80e81aa6fd967
Andrew1024
2017-09-25 16:24:13
test: Use os.tmpdir instead of process.env.HOME (#300)
Test - generateTasks.spec On windows, `process.env.HOME` is not reliable, use `os.tmpdir()` instead.
test: Use os.tmpdir instead of process.env.HOME (#300) Test - generateTasks.spec On windows, `process.env.HOME` is not reliable, use `os.tmpdir()` instead.
diff --git a/test/generateTasks.spec.js b/test/generateTasks.spec.js index dd9e7006b..75be4fc29 100644 --- a/test/generateTasks.spec.js +++ b/test/generateTasks.spec.js @@ -1,4 +1,5 @@ import path from 'path' +import os from 'os' import generateTasks from '../src/generateTasks' const files = [ @@ -21,7 +22,7 @@ co...
metamask-extension
https://github.com/MetaMask/metamask-extension
c44fb0b2d507e42de099e4fcbd5c360c7d812da1
seaona
2024-10-18 21:00:07
fix: lint-lockfile flaky job by changing resources from medium to medium-plus (#27950)
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** The lint-lockfile job is flaky. It seems it's under-resourced peaking max cpu and ram values, as @Gudahtt poin...
fix: lint-lockfile flaky job by changing resources from medium to medium-plus (#27950) <!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** The lint-lockfile job ...
diff --git a/.circleci/config.yml b/.circleci/config.yml index 2bf244b9bf8a..74815818582f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1008,7 +1008,7 @@ jobs: command: ./development/shellcheck.sh test-lint-lockfile: - executor: node-browsers-medium + executor: node-browsers-med...
kratos
https://github.com/go-kratos/kratos
480b16b817a0fe61ee82356698c15938def2bbe7
包子
2023-01-02 19:02:29
feat: grpc use the admin api (#2596)
* feat: grpc use the admin api
feat: grpc use the admin api (#2596) * feat: grpc use the admin api
diff --git a/transport/grpc/server.go b/transport/grpc/server.go index e3a0cea970e..4c3deccf92d 100644 --- a/transport/grpc/server.go +++ b/transport/grpc/server.go @@ -18,10 +18,10 @@ import ( "github.com/go-kratos/kratos/v2/transport" "google.golang.org/grpc" + "google.golang.org/grpc/admin" "google.golang.or...
zitadel
https://github.com/zitadel/zitadel
7442492b8a98bfcf4f00034d92b57c3628af0ab2
Livio Spring
2023-08-21 19:13:26
fix(login): add some missing translations for OTP (#6409)
(cherry picked from commit e701e05d239d85dc40250ba2e70d21cff485955b)
fix(login): add some missing translations for OTP (#6409) (cherry picked from commit e701e05d239d85dc40250ba2e70d21cff485955b)
diff --git a/internal/api/ui/login/static/i18n/bg.yaml b/internal/api/ui/login/static/i18n/bg.yaml index ab1ebe768bc..1a7413e575d 100644 --- a/internal/api/ui/login/static/i18n/bg.yaml +++ b/internal/api/ui/login/static/i18n/bg.yaml @@ -137,6 +137,12 @@ VerifyMFAOTP: Description: Проверете вашия втори фактор Code...