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
trpc
https://github.com/trpc/trpc
a4349e1c593c13872a4b3c94834f17e2768a10c0
allcontributors[bot]
2022-06-30 21:38:24
docs: add dmaykov as a contributor for financial (#2058)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci]
docs: add dmaykov as a contributor for financial (#2058) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
diff --git a/.all-contributorsrc b/.all-contributorsrc index c1c2e706360..ce454ab07a4 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -857,6 +857,15 @@ "contributions": [ "financial" ] + }, + { + "login": "dmaykov", + "name": "Dmitry Maykov", + "avatar_url": "ht...
audioplayers
https://github.com/bluefireteam/audioplayers
5d164d1f20463a8a31a228cd1d85252d47ae256e
Gustl22
2023-05-29 03:23:21
fix: Timeout on setting same source twice (#1520)
# Description When setting the same source twice for a player, the `onPrepared` event was not sent on most platform implementations. Also fixing listening and canceling event stream on Android multiple times.
fix: Timeout on setting same source twice (#1520) # Description When setting the same source twice for a player, the `onPrepared` event was not sent on most platform implementations. Also fixing listening and canceling event stream on Android multiple times.
diff --git a/packages/audioplayers/example/integration_test/lib_test.dart b/packages/audioplayers/example/integration_test/lib_test.dart index 8625fb08e..2e4fa2d8a 100644 --- a/packages/audioplayers/example/integration_test/lib_test.dart +++ b/packages/audioplayers/example/integration_test/lib_test.dart @@ -21,6 +21,9 ...
angular
https://github.com/angular/angular
68fd99fad36abf981f72522b0f00f6494c52411f
Payam Valadkhan
2023-07-13 22:04:53
refactor(compiler-cli): Trait compiler workflow for local compilation mode (#50545)
The compiler will only include analysis and compile phases in local mode. Also a new `compileLocal` method is added to the annotation handler for local compilation. This commit makes no change to the full/partial compilation code paths. PR Close #50545
refactor(compiler-cli): Trait compiler workflow for local compilation mode (#50545) The compiler will only include analysis and compile phases in local mode. Also a new `compileLocal` method is added to the annotation handler for local compilation. This commit makes no change to the full/partial compilation code path...
diff --git a/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.ts b/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.ts index 4cfed780ffe757..f9730e892a9473 100644 --- a/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.ts +++ b/packages/compiler-cli/src/ngtsc/annotation...
renovate
https://github.com/renovatebot/renovate
0f2783cf7a3ea145d7fdd0a5a4eb820c3f14800e
renovate[bot]
2024-11-04 19:13:20
feat(deps)!: update ghcr.io/containerbase/sidecar docker tag to v13 (#32095)
Updates default Renovate sidecar container to v13, which is based on Ubuntu 24.04.
feat(deps)!: update ghcr.io/containerbase/sidecar docker tag to v13 (#32095) Updates default Renovate sidecar container to v13, which is based on Ubuntu 24.04. BREAKING CHANGE: Renovate sidecard images will default to use Ubuntu 24.04 instead of 20.04
diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts index 955105f4dce7d7..fd1a19ffe71f40 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -515,7 +515,7 @@ const options: RenovateOptions[] = [ description: 'Change this value to override the default Renovate sid...
freeCodeCamp
https://github.com/freeCodeCamp/freeCodeCamp
7ad220d1ace80da69247b7c8877c96adec074092
Arthur
2020-03-26 15:09:06
fix: add tests for exercise tracker (#37696)
* fix: add tests for exercise tracker
fix: add tests for exercise tracker (#37696) * fix: add tests for exercise tracker
diff --git a/curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.english.md b/curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.english.md index 1931cf7cda592d..2dbe8df6ccb132 100644 --- a/curriculum/challenges/e...
portainer
https://github.com/portainer/portainer
eb9f6c77f450895eb471a81099a9cd51b8ed03de
Chaim Lev-Ari
2021-12-14 13:04:54
refactor(endpoints): remove endpointProvider from views [EE-1136] (#5359)
[EE-1136]
refactor(endpoints): remove endpointProvider from views [EE-1136] (#5359) [EE-1136]
diff --git a/app/agent/components/host-browser/hostBrowserController.js b/app/agent/components/host-browser/hostBrowserController.js index 68992fab6fded..e1fcc998d0531 100644 --- a/app/agent/components/host-browser/hostBrowserController.js +++ b/app/agent/components/host-browser/hostBrowserController.js @@ -141,8 +141,...
esp-idf
https://github.com/espressif/esp-idf
7fb8af4e5b3908cb8b836005293f764518ac91fb
muhaidong
2024-03-12 18:03:52
fix(doc): update api esp_wifi_sta_get_rssic docs
Closes https://github.com/espressif/esp-idf/issues/12685
fix(doc): update api esp_wifi_sta_get_rssic docs Closes https://github.com/espressif/esp-idf/issues/12685
diff --git a/components/esp_wifi/include/esp_wifi.h b/components/esp_wifi/include/esp_wifi.h index 66e9724e117d..63b2cae4d0f4 100644 --- a/components/esp_wifi/include/esp_wifi.h +++ b/components/esp_wifi/include/esp_wifi.h @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + *...
cube
https://github.com/cube-js/cube
c906ff9edd03d84bb91600a8b9f90ba900ce6498
Igor Lukanin
2024-02-19 18:09:30
docs: `ungrouped` in GraphQL API (#7764)
* Consolidate SQL API reference * Cross-link API and API reference pages * Add ungrouped
docs: `ungrouped` in GraphQL API (#7764) * Consolidate SQL API reference * Cross-link API and API reference pages * Add ungrouped
diff --git a/docs/pages/product/apis-integrations/graphql-api.mdx b/docs/pages/product/apis-integrations/graphql-api.mdx index aa27e4bd65194..285a2b4088c50 100644 --- a/docs/pages/product/apis-integrations/graphql-api.mdx +++ b/docs/pages/product/apis-integrations/graphql-api.mdx @@ -15,6 +15,9 @@ case. Under the hood...
node
https://github.com/nodejs/node
df2d73d410e85442b21e148e4e7472975a66e5a4
Ruben Bridgewater
2018-05-07 17:55:04
test: fix buffer writes on mips
Mips has a different way of handling NaN. This makes sure the tests pass on MIPS as well.
test: fix buffer writes on mips Mips has a different way of handling NaN. This makes sure the tests pass on MIPS as well. PR-URL: https://github.com/nodejs/node/pull/20377 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
diff --git a/test/parallel/test-buffer-writedouble.js b/test/parallel/test-buffer-writedouble.js index 0dc26dbd3b23f1..8a17d536909dce 100644 --- a/test/parallel/test-buffer-writedouble.js +++ b/test/parallel/test-buffer-writedouble.js @@ -67,10 +67,19 @@ assert.strictEqual(buffer.readDoubleLE(8), -Infinity); buffer.wr...
renovate
https://github.com/renovatebot/renovate
b2f3626578b4f90a563ca7f7ca3baa16ed89a574
Rhys Arkins
2017-12-16 11:20:18
fix: strip leading equals sign from currentVersion
e.g. =0.22.0 is treated as 0.22.0
fix: strip leading equals sign from currentVersion e.g. =0.22.0 is treated as 0.22.0
diff --git a/lib/workers/dep-type/package-json.js b/lib/workers/dep-type/package-json.js index f469194eac4192..9f76f0e5dd8c03 100644 --- a/lib/workers/dep-type/package-json.js +++ b/lib/workers/dep-type/package-json.js @@ -9,6 +9,6 @@ function extractDependencies(packageJson, depType) { return depNames.map(depName =...
aws-cdk
https://github.com/aws/aws-cdk
7360a885e6282ad28b4ae72f9ae92a6bcda88b15
GZ
2024-04-24 06:47:37
fix(s3-notifications): cdk destroy deletes external/existing s3 notification events (#29939)
### Issue # (if applicable) Closes https://github.com/aws/aws-cdk/issues/29004 ### Reason for this change `cdk destroy` removes all event notifications configured on an existing S3 bucket instead of only CDK managed event notifications. This occurs whenever a stack that creates an event notification for an existing ...
fix(s3-notifications): cdk destroy deletes external/existing s3 notification events (#29939) ### Issue # (if applicable) Closes https://github.com/aws/aws-cdk/issues/29004 ### Reason for this change `cdk destroy` removes all event notifications configured on an existing S3 bucket instead of only CDK managed event n...
diff --git a/packages/@aws-cdk-testing/framework-integ/test/aws-lambda-event-sources/test/integ.s3.imported-bucket.js.snapshot/tester.assets.json b/packages/@aws-cdk-testing/framework-integ/test/aws-lambda-event-sources/test/integ.s3.imported-bucket.js.snapshot/TestStack.assets.json similarity index 67% rename from pac...
azerothcore-wotlk
https://github.com/azerothcore/azerothcore-wotlk
fb2e8527f38105b3cf93843ada1b61a4b0a381d7
Samsequel
2023-07-15 22:22:01
fix(DB/SAI): Sand Sifter and Hai'shulud despawning after 1 minute (#16759)
* fix(DB/SmartScript): Fix worms despawning after 1 minute * Update fumper.sql * Update data/sql/updates/pending_db_world/fumper.sql
fix(DB/SAI): Sand Sifter and Hai'shulud despawning after 1 minute (#16759) * fix(DB/SmartScript): Fix worms despawning after 1 minute * Update fumper.sql * Update data/sql/updates/pending_db_world/fumper.sql Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com> * Update fumper.sql * Update data/sql...
diff --git a/data/sql/updates/pending_db_world/fumper.sql b/data/sql/updates/pending_db_world/fumper.sql new file mode 100644 index 00000000000000..9fa9924ae9af03 --- /dev/null +++ b/data/sql/updates/pending_db_world/fumper.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (22038, 22482) AND (...
angular
https://github.com/angular/angular
f41242f18e56492b0bc97af0cf501525b5f8aaf3
Kapunahele Wong
2019-06-15 00:23:13
docs: rewrite inputs/outputs section of Template Syntax (#27685)
PR Close #27685
docs: rewrite inputs/outputs section of Template Syntax (#27685) PR Close #27685
diff --git a/aio/content/examples/inputs-outputs/e2e/src/app.e2e-spec.ts b/aio/content/examples/inputs-outputs/e2e/src/app.e2e-spec.ts new file mode 100644 index 0000000000000..d62786fff5a6f --- /dev/null +++ b/aio/content/examples/inputs-outputs/e2e/src/app.e2e-spec.ts @@ -0,0 +1,70 @@ +'use strict'; + +import { brows...
haystack
https://github.com/deepset-ai/haystack
b875eda4af7b7d45ed02fa578bf23fda1f923673
Silvano Cerza
2024-02-06 16:01:53
refactor: Rename `Pipeline.connect()` arguments (#6919)
* Rename Pipeline.connect() arguments * Add release notes
refactor: Rename `Pipeline.connect()` arguments (#6919) * Rename Pipeline.connect() arguments * Add release notes
diff --git a/haystack/core/pipeline/pipeline.py b/haystack/core/pipeline/pipeline.py index d996a11812..eb38e4dc18 100644 --- a/haystack/core/pipeline/pipeline.py +++ b/haystack/core/pipeline/pipeline.py @@ -154,7 +154,7 @@ def from_dict(cls: Type[T], data: Dict[str, Any], **kwargs) -> T: raise Pipeline...
refine
https://github.com/refinedev/refine
573983bce81811224fb4136566410d830efeaf43
Melih Özkalay
2022-06-22 16:00:27
chore(base-headless-example): moved under the base examples (#2026)
* chore(base-headless-example): moved under the base examples * chore: rename folder name "baseHeadless" to "headless"
chore(base-headless-example): moved under the base examples (#2026) * chore(base-headless-example): moved under the base examples * chore: rename folder name "baseHeadless" to "headless" Co-authored-by: Ömer Faruk APLAK <omer@pankod.com>
diff --git a/examples/baseHeadless/package.json b/examples/base/headless/package.json similarity index 100% rename from examples/baseHeadless/package.json rename to examples/base/headless/package.json diff --git a/examples/baseHeadless/public/favicon.ico b/examples/base/headless/public/favicon.ico similarity index 100%...
sentry
https://github.com/getsentry/sentry
4f323d06288cfdd68b70a9d192794822d1d48c0d
William Mak
2024-03-07 03:00:55
fix(ondemand): Wrong column usage here was breaking (#66437)
- If fields had `-` in them the query would fail since we weren't resolving the column to a tag correctly - Fixes: SENTRY-2W5S
fix(ondemand): Wrong column usage here was breaking (#66437) - If fields had `-` in them the query would fail since we weren't resolving the column to a tag correctly - Fixes: SENTRY-2W5S
diff --git a/src/sentry/search/events/builder/metrics.py b/src/sentry/search/events/builder/metrics.py index 4ff57eb5e3f541..aa57b8c871ab5c 100644 --- a/src/sentry/search/events/builder/metrics.py +++ b/src/sentry/search/events/builder/metrics.py @@ -1029,18 +1029,23 @@ def run_query(self, referrer: str, use_cache: boo...
servo
https://github.com/servo/servo
04a537a2da71734a1b7c23feb7147d025786bdfe
dependabot[bot]
2024-04-08 22:17:25
build(deps): bump half from 2.4.0 to 2.4.1 (#32015)
Bumps [half](https://github.com/starkat99/half-rs) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/starkat99/half-rs/releases) - [Changelog](https://github.com/starkat99/half-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/starkat99/half-rs/compare/v2.4.0...v2.4.1) ---
build(deps): bump half from 2.4.0 to 2.4.1 (#32015) Bumps [half](https://github.com/starkat99/half-rs) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/starkat99/half-rs/releases) - [Changelog](https://github.com/starkat99/half-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/starkat99/half-rs/compar...
diff --git a/Cargo.lock b/Cargo.lock index 6dbbfc7320bab..78a63cf3040ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2535,9 +2535,9 @@ dependencies = [ [[package]] name = "half" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5eceaaeec696539ddaf7...
posthog
https://github.com/PostHog/posthog
73efda37a846eb20cb9e6a236e0ba51a93430181
David Murphy
2023-11-20 23:56:43
feat(django): allow elements chain as string for certain teams (#18701)
* Adding flag in decide response to allow returning elements chain as a string; related PR: https://github.com/PostHog/posthog-js/pull/823 * Created a separate env var to control this behavior in https://github.com/PostHog/posthog-cloud-infra/pull/2314 * Update query snapshots * Add env var * Update query snapshots...
feat(django): allow elements chain as string for certain teams (#18701) * Adding flag in decide response to allow returning elements chain as a string; related PR: https://github.com/PostHog/posthog-js/pull/823 * Created a separate env var to control this behavior in https://github.com/PostHog/posthog-cloud-infra/pul...
diff --git a/posthog/api/decide.py b/posthog/api/decide.py index e3dfe08ae3ed0..ccb6670af4584 100644 --- a/posthog/api/decide.py +++ b/posthog/api/decide.py @@ -230,6 +230,9 @@ def get_decide(request: HttpRequest): if random() < settings.NEW_ANALYTICS_CAPTURE_SAMPLING_RATE: ...
aws-cdk
https://github.com/aws/aws-cdk
3eef58928f77cf1b7a79c228446cc39be6dbd2f1
Kendra Neil
2024-07-05 01:05:01
chore: update codepipipeline action test for ebs (#30755)
This test was failing due to the solution stack version not being supported any longer. ### Issue # (if applicable) Closes #<issue number here>. ### Reason for this change ### Description of changes ### Description of how you validated changes ### Checklist - [ ] My code adheres to the [CONTRIBUTING GUIDE](...
chore: update codepipipeline action test for ebs (#30755) This test was failing due to the solution stack version not being supported any longer. ### Issue # (if applicable) Closes #<issue number here>. ### Reason for this change ### Description of changes ### Description of how you validated changes ### ...
diff --git a/packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy.js.snapshot/aws-cdk-codepipeline-elastic-beanstalk-deploy.assets.json b/packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy.j...
signoz
https://github.com/SigNoz/signoz
a59e7b9dfb107b79b181735a9b5ec48ffb82f0f3
Shaheer Kochai
2024-11-18 12:00:06
feat: add 'create channel' option in channels list and refetch alert channels on opening the channels dropdown (#6416)
* feat: add channel creation option and auto-refresh channels list on dropdown open * chore: move inline styles to style.ts * fix: show the prompt to ask admin if the user doesn't have permissions * fix: display create channel option only if the user has permission * fix: prevent repeated new alert event logs + log...
feat: add 'create channel' option in channels list and refetch alert channels on opening the channels dropdown (#6416) * feat: add channel creation option and auto-refresh channels list on dropdown open * chore: move inline styles to style.ts * fix: show the prompt to ask admin if the user doesn't have permissions ...
diff --git a/frontend/src/container/FormAlertRules/BasicInfo.tsx b/frontend/src/container/FormAlertRules/BasicInfo.tsx index 6e686d1188a..9f04a079247 100644 --- a/frontend/src/container/FormAlertRules/BasicInfo.tsx +++ b/frontend/src/container/FormAlertRules/BasicInfo.tsx @@ -8,7 +8,7 @@ import { ALERTS_DATA_SOURCE_MAP...
leetcode
https://github.com/doocs/leetcode
ca9bcb0a9f7cd249778af5d714de80b7de04c211
yanglbme
2020-12-12 19:28:25
feat: add java and python solutions to leetcode problem: No.0682
添加 LeetCode No.0682 题解
feat: add java and python solutions to leetcode problem: No.0682 添加 LeetCode No.0682 题解
diff --git a/solution/0600-0699/0682.Baseball Game/README.md b/solution/0600-0699/0682.Baseball Game/README.md index 6a881290611a7..07796d4eafe29 100644 --- a/solution/0600-0699/0682.Baseball Game/README.md +++ b/solution/0600-0699/0682.Baseball Game/README.md @@ -53,6 +53,8 @@ <!-- 这里可写通用的实现逻辑 --> +栈实现。 + <!--...
RSSHub
https://github.com/DIYgod/RSSHub
19a7f6779691b05dd67152ac5da1f5fba0b1fefd
Hualiang
2024-06-24 23:48:45
feat(route): 新增魔都资源网 (#15974)
* feat(route): 新增魔都资源网 * fix dirname * fix
feat(route): 新增魔都资源网 (#15974) * feat(route): 新增魔都资源网 * fix dirname * fix
diff --git a/lib/routes/moduzy/index.ts b/lib/routes/moduzy/index.ts new file mode 100644 index 00000000000000..12e228857d509a --- /dev/null +++ b/lib/routes/moduzy/index.ts @@ -0,0 +1,84 @@ +import { Result, Vod } from '@/routes/moduzy/type'; +import { DataItem, Route } from '@/types'; +import ofetch from '@/utils/ofe...
wireshark
https://github.com/wireshark/wireshark
411b3c1d78df1f09d6d483fa4e2ca1703d12743b
Jirka Novak
2022-04-06 12:46:59
Fix: Fixed issue with deadlock when same RTP dialog opened twice
RTP dialogs can stay opened, therefore calls of its functions are protected by locks. There was issue that same mutex was used during construction of the dialog and calling functions. It created possible deadlock. Change separates lock used for dialog creation and lock for function calls. When function call lock is loc...
Fix: Fixed issue with deadlock when same RTP dialog opened twice RTP dialogs can stay opened, therefore calls of its functions are protected by locks. There was issue that same mutex was used during construction of the dialog and calling functions. It created possible deadlock. Change separates lock used for dialog cr...
diff --git a/ui/qt/rtp_analysis_dialog.cpp b/ui/qt/rtp_analysis_dialog.cpp index f66dc33d7ee..cd1e7b1747b 100644 --- a/ui/qt/rtp_analysis_dialog.cpp +++ b/ui/qt/rtp_analysis_dialog.cpp @@ -240,11 +240,12 @@ enum { }; RtpAnalysisDialog *RtpAnalysisDialog::pinstance_{nullptr}; -std::mutex RtpAnalysisDialog::mutex_; +...
habitica
https://github.com/HabitRPG/habitica
59d0ce1dfb57f9b173a0d443a6974380e1bc7d55
dependabot-preview[bot]
2020-09-14 15:36:04
build(deps): bump got from 11.6.0 to 11.6.2 (#12571)
Bumps [got](https://github.com/sindresorhus/got) from 11.6.0 to 11.6.2. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.6.0...v11.6.2)
build(deps): bump got from 11.6.0 to 11.6.2 (#12571) Bumps [got](https://github.com/sindresorhus/got) from 11.6.0 to 11.6.2. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.6.0...v11.6.2) Signed-off-by: dependabot-preview[bot] <support@depend...
diff --git a/package-lock.json b/package-lock.json index ef0b2e6ba6a..4dd600d56dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6700,9 +6700,9 @@ } }, "got": { - "version": "11.6.0", - "resolved": "https://registry.npmjs.org/got/-/got-11.6.0.tgz", - "integrity": "sha512-ErhW...
komorebi
https://github.com/LGUG2Z/komorebi
45ea630e6a39234eb045d25a327e507b00c3419a
dependabot[bot]
2022-03-04 06:54:52
chore(deps): bump powershell_script from 0.2.1 to 0.3.2 (#118)
Bumps [powershell_script](https://github.com/cfsamson/powershell-script) from 0.2.1 to 0.3.2. - [Release notes](https://github.com/cfsamson/powershell-script/releases) - [Commits](https://github.com/cfsamson/powershell-script/commits) ---
chore(deps): bump powershell_script from 0.2.1 to 0.3.2 (#118) Bumps [powershell_script](https://github.com/cfsamson/powershell-script) from 0.2.1 to 0.3.2. - [Release notes](https://github.com/cfsamson/powershell-script/releases) - [Commits](https://github.com/cfsamson/powershell-script/commits) --- updated-dependen...
diff --git a/Cargo.lock b/Cargo.lock index a74bda4a7..4fbd838a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,9 +39,9 @@ dependencies = [ [[package]] name = "autocfg" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdb031dd78e28731d87d56cc8ffef4...
cockpit
https://github.com/cockpit-project/cockpit
d2f4c6fd21e0cd8bc68fcf81c4984750f30326ff
Martin Pitt
2024-06-07 13:09:46
test: More precise tuned "balanced profile" selector
tuned 2.23 introduces a "balanced-battery" profile which makes the previous selector ambiguous.
test: More precise tuned "balanced profile" selector tuned 2.23 introduces a "balanced-battery" profile which makes the previous selector ambiguous.
diff --git a/test/verify/check-system-tuned b/test/verify/check-system-tuned index 8a2d4534f8e3..e25b3d43acc2 100755 --- a/test/verify/check-system-tuned +++ b/test/verify/check-system-tuned @@ -76,7 +76,7 @@ class TestTuned(testlib.MachineCase): b.wait_visible(f"{body_selector} li > button.pf-m-selected .pf-v...
RSSHub
https://github.com/DIYgod/RSSHub
9b8b8e5ce152854645d74a98f0847ba27b79651e
dependabot[bot]
2024-04-20 05:23:47
chore(deps): bump zod from 3.22.4 to 3.22.5 (#15297)
* chore(deps): bump zod from 3.22.4 to 3.22.5 Bumps [zod](https://github.com/colinhacks/zod) from 3.22.4 to 3.22.5. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/commits) ---
chore(deps): bump zod from 3.22.4 to 3.22.5 (#15297) * chore(deps): bump zod from 3.22.4 to 3.22.5 Bumps [zod](https://github.com/colinhacks/zod) from 3.22.4 to 3.22.5. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](h...
diff --git a/package.json b/package.json index 958713cbadd225..be4669e77c167b 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "uuid": "9.0.1", "winston": "3.13.0", "xxhash-wasm": "1.0.2", - "zod": "3.22.4" + "zod": "3.22.5" }, "devDependencies": { ...
WordPress-Android
https://github.com/wordpress-mobile/WordPress-Android
c114528b47a56b3f9394acdf771b5c393a3447fb
David Calhoun
2023-12-16 18:07:35
refactor: Remove unnecessary clearing of failed media IDs
This was originally added in an attempt to clear an unexpected "failed media upload" notification displayed after closing the editor. However, it did not resolve that issue, it must originate from some other location. Additionally, it would appears successful media uploads already manage removing media IDs from the `mF...
refactor: Remove unnecessary clearing of failed media IDs This was originally added in an attempt to clear an unexpected "failed media upload" notification displayed after closing the editor. However, it did not resolve that issue, it must originate from some other location. Additionally, it would appears successful m...
diff --git a/libs/editor/src/main/java/org/wordpress/android/editor/gutenberg/GutenbergEditorFragment.java b/libs/editor/src/main/java/org/wordpress/android/editor/gutenberg/GutenbergEditorFragment.java index 9e71d7ab1723..693dfd49e775 100644 --- a/libs/editor/src/main/java/org/wordpress/android/editor/gutenberg/Gutenb...
kubo
https://github.com/ipfs/kubo
b22aae76a49c4686fc7a475620e1bc2e42bf1e9d
Marcin Rataj
2023-01-23 16:29:59
fix(test): retry flaky t0125-twonode.sh
This makes is clear why test failed, and what were values. Fixes flaky test: It will re-run flaky advanced test until bitswap stats match expected value (something team has been doing anyway for the past year). It also adds /quic-v1 and /webtransport tests
fix(test): retry flaky t0125-twonode.sh This makes is clear why test failed, and what were values. Fixes flaky test: It will re-run flaky advanced test until bitswap stats match expected value (something team has been doing anyway for the past year). It also adds /quic-v1 and /webtransport tests
diff --git a/test/sharness/t0125-twonode.sh b/test/sharness/t0125-twonode.sh index 6f819400aba..dcf5c88ce1a 100755 --- a/test/sharness/t0125-twonode.sh +++ b/test/sharness/t0125-twonode.sh @@ -52,7 +52,7 @@ run_random_dir_test() { check_dir_fetch 1 $DIR_HASH } -run_advanced_test() { +flaky_advanced_test() { st...
zulip
https://github.com/zulip/zulip
8a3522e8e4758ac0e85db8f5effa6c0c84cf8348
Tim Abbott
2018-05-05 23:38:07
docs: Update development docs for Debian support.
While we're at it, we also update some direct download links for Debian/Ubuntu packages.
docs: Update development docs for Debian support. While we're at it, we also update some direct download links for Debian/Ubuntu packages.
diff --git a/docs/development/overview.md b/docs/development/overview.md index 6750571cf45a1..99be6f3bd229f 100644 --- a/docs/development/overview.md +++ b/docs/development/overview.md @@ -29,8 +29,9 @@ want to or can't use Vagrant, Zulip supports a wide range of ways to install the Zulip development environment on **...
Chart.js
https://github.com/chartjs/Chart.js
1684cf7dbf577d97fe20f6039e895388ed15902c
Yujin Choi
2023-01-31 04:53:08
fix: add bgColor type in RadialLinearScaleOptions (#11081)
* fix: add bgColor type in RadialLinearScaleOptions * Update src/types/index.d.ts remove trailing space ---------
fix: add bgColor type in RadialLinearScaleOptions (#11081) * fix: add bgColor type in RadialLinearScaleOptions * Update src/types/index.d.ts remove trailing space --------- Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
diff --git a/src/types/index.d.ts b/src/types/index.d.ts index 95358ecdd02..da4ab6a130c 100644 --- a/src/types/index.d.ts +++ b/src/types/index.d.ts @@ -3316,6 +3316,8 @@ export type RadialTickOptions = TickOptions & { } export type RadialLinearScaleOptions = CoreScaleOptions & { + backgroundColor: Color; + ani...
kiota
https://github.com/microsoft/kiota
81626f4419165d1fdaad92b67f161b8ed30d0fb7
dependabot[bot]
2025-01-08 14:17:35
chore(deps): bump the kiota-dependencies group with 6 updates
Bumps the kiota-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Kiota.Abstractions](https://github.com/microsoft/kiota-dotnet) | `1.16.1` | `1.16.3` | | [Microsoft.Kiota.Http.HttpClientLibrary](https://github.com/microsoft/kiota-dotnet) | `1.16.1` | `1.16.3` | | [Microsoft.K...
chore(deps): bump the kiota-dependencies group with 6 updates Bumps the kiota-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Kiota.Abstractions](https://github.com/microsoft/kiota-dotnet) | `1.16.1` | `1.16.3` | | [Microsoft.Kiota.Http.HttpClientLibrary](https://github.com...
diff --git a/src/Kiota.Builder/Kiota.Builder.csproj b/src/Kiota.Builder/Kiota.Builder.csproj index e3d04ad2f2..63eb4d6f87 100644 --- a/src/Kiota.Builder/Kiota.Builder.csproj +++ b/src/Kiota.Builder/Kiota.Builder.csproj @@ -38,12 +38,12 @@ <PackageReference Include="AsyncKeyedLock" Version="7.1.4" /> <PackageR...
sentry
https://github.com/getsentry/sentry
628e01deb590220bac4b7f700590ab4219951e35
Dan Fuller
2019-05-29 23:55:32
fix(api): Fix task error on incident creation
We try to send a notification on incident creation, but we don't need to because no one will be subscribed to receive it. At the moment it errors due to us not expecting it, just no-op in this case.
fix(api): Fix task error on incident creation We try to send a notification on incident creation, but we don't need to because no one will be subscribed to receive it. At the moment it errors due to us not expecting it, just no-op in this case.
diff --git a/src/sentry/incidents/tasks.py b/src/sentry/incidents/tasks.py index d6a9323728c59f..60ef229989affe 100644 --- a/src/sentry/incidents/tasks.py +++ b/src/sentry/incidents/tasks.py @@ -26,6 +26,13 @@ def send_subscriber_notifications(activity_id): except IncidentActivity.DoesNotExist: return +...
vuetify
https://github.com/vuetifyjs/vuetify
bdcba37c7a399f7ee0baa671a283d70d587844e8
Kael Watts-Deuchar
2019-01-15 11:17:22
revert: fix(validatable): reset validation on resetValidation call
This reverts commit 3eddb56dc693f28fb2e0058b2c56fba992afa62c.
revert: fix(validatable): reset validation on resetValidation call This reverts commit 3eddb56dc693f28fb2e0058b2c56fba992afa62c.
diff --git a/packages/vuetify/src/mixins/validatable.ts b/packages/vuetify/src/mixins/validatable.ts index f53e289bc33..2b9d68b29db 100644 --- a/packages/vuetify/src/mixins/validatable.ts +++ b/packages/vuetify/src/mixins/validatable.ts @@ -170,8 +170,6 @@ export default mixins( this.hasInput = false ...
databend
https://github.com/databendlabs/databend
b30a09623a960372f077e0c14ae7666749d51691
张炎泼
2022-11-21 17:23:20
refactor(mem-tracker): send pointer addresses to mem tracker
- Memory tracker methods accept an pointer argument for debugging. - In order to simplify tracker API, replace `grow_memory()` with `alloc_memory()` followed by a `dealloc_memory()`, the similar to `shrink_memory()`. - MemoryTracker tracks allocation stats and deallocation stats respectively, instead of just the del...
refactor(mem-tracker): send pointer addresses to mem tracker - Memory tracker methods accept an pointer argument for debugging. - In order to simplify tracker API, replace `grow_memory()` with `alloc_memory()` followed by a `dealloc_memory()`, the similar to `shrink_memory()`. - MemoryTracker tracks allocation ...
diff --git a/src/common/base/src/base/runtime_tracker.rs b/src/common/base/src/base/runtime_tracker.rs index 780e59451c26a..b402fd1893086 100644 --- a/src/common/base/src/base/runtime_tracker.rs +++ b/src/common/base/src/base/runtime_tracker.rs @@ -14,6 +14,7 @@ use std::alloc::GlobalAlloc; use std::alloc::Layout; ...
angular
https://github.com/angular/angular
47f233a4a77294d0f6386d3029d7c43ea173d9e7
Alan Agius
2020-01-21 23:38:47
docs: fix public api tool name (#34786)
PR Close #34786
docs: fix public api tool name (#34786) PR Close #34786
diff --git a/docs/PUBLIC_API.md b/docs/PUBLIC_API.md index 00c50414d804a..9c30e697c3a4f 100644 --- a/docs/PUBLIC_API.md +++ b/docs/PUBLIC_API.md @@ -47,10 +47,10 @@ Our peer dependencies (such as TypeScript, Zone.js, or RxJS) are not considered <a name="golden-files"></a> ## Golden files - -Angular tracks the statu...
talos
https://github.com/siderolabs/talos
5efcccb6b14f59a9c065273493e0b82af1a85226
Noel Georgi
2023-09-20 16:06:41
chore: bump kernel to 6.1.54
Bump kernel to 6.1.54.
chore: bump kernel to 6.1.54 Bump kernel to 6.1.54. Signed-off-by: Noel Georgi <git@frezbo.dev>
diff --git a/Makefile b/Makefile index 8a22dbc71ce..aee582ccbe0 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ CLOUD_IMAGES_EXTRA_ARGS ?= "" ARTIFACTS := _out TOOLS ?= ghcr.io/siderolabs/tools:v1.6.0-alpha.0-1-gfa388de -PKGS ?= v1.6.0-alpha.0-15-g847a9c3 +PKGS ?= v1.6.0-alpha.0-18-gacee18e PKG_KERNEL ?= gh...
deno
https://github.com/denoland/deno
9f7f681e26887a9b284a2f25e8252c3a5077f348
Matt Mastracci
2024-05-09 02:09:06
fix(runtime): allow nul device on windows (#23741)
Fixes [23721](https://github.com/denoland/deno/issues/23721)
fix(runtime): allow nul device on windows (#23741) Fixes [23721](https://github.com/denoland/deno/issues/23721)
diff --git a/ext/fs/std_fs.rs b/ext/fs/std_fs.rs index 6bc15a72d59d03..9e2acedcca30ca 100644 --- a/ext/fs/std_fs.rs +++ b/ext/fs/std_fs.rs @@ -890,7 +890,15 @@ fn open_with_access_check( access_check: Option<AccessCheckCb>, ) -> FsResult<std::fs::File> { if let Some(access_check) = access_check { - let path =...
angular
https://github.com/angular/angular
bda2b4ebb6f1ec73d2c3de70d3e7c24531c18de2
George Kalpakas
2019-09-05 04:11:04
fix(service-worker): keep serving clients on older versions if latest is invalidated (#31865)
Previously, when the latest version was invalidated (e.g. due to a hash mismatch), the SW entered a degraded `EXISTING_CLIENTS_ONLY` mode and removed _all_ clients from its client-version map (essentially stopping to serve any clients). Based on the code and surrounding comments, the intention seems to have been to onl...
fix(service-worker): keep serving clients on older versions if latest is invalidated (#31865) Previously, when the latest version was invalidated (e.g. due to a hash mismatch), the SW entered a degraded `EXISTING_CLIENTS_ONLY` mode and removed _all_ clients from its client-version map (essentially stopping to serve an...
diff --git a/packages/service-worker/worker/src/driver.ts b/packages/service-worker/worker/src/driver.ts index a7513bc886826..3c44568657bd6 100644 --- a/packages/service-worker/worker/src/driver.ts +++ b/packages/service-worker/worker/src/driver.ts @@ -742,11 +742,16 @@ export class Driver implements Debuggable, Update...
pyroscope
https://github.com/grafana/pyroscope
6b0c6715dfb8c37696fb386dfc0bbfd8cffbc896
Ryan Perry
2023-09-22 10:43:35
docs: update contirbuting.md (#2406)
* update contirbuting.md * update golang version * Update docs/internal/contributing/README.md
docs: update contirbuting.md (#2406) * update contirbuting.md * update golang version * Update docs/internal/contributing/README.md Co-authored-by: Dmitry Filimonov <dmitry.filimonov@grafana.com> * Update docs/internal/contributing/README.md Co-authored-by: Dmitry Filimonov <dmitry.filimonov@grafana.com> -------...
diff --git a/docs/internal/contributing/README.md b/docs/internal/contributing/README.md index 2356eb08c2..4c495ad942 100644 --- a/docs/internal/contributing/README.md +++ b/docs/internal/contributing/README.md @@ -56,12 +56,57 @@ make docker-image/pyroscope/build This target uses the `go/bin` target to first build bi...
cube
https://github.com/cube-js/cube
eaf163169d5dee2e3cee04a0e37dfa4faed8f04a
Manoj Choudhary
2019-03-31 23:06:39
fix: mongobi issue with parsing schema file with nested fields
* mongobi issue with parsing schema file with nested fields (Scaffolding bug) * Ignore continues multiple space by regex pattern
fix: mongobi issue with parsing schema file with nested fields * mongobi issue with parsing schema file with nested fields (Scaffolding bug) * Ignore continues multiple space by regex pattern Fixes #55
diff --git a/packages/cubejs-schema-compiler/scaffolding/ScaffoldingTemplate.js b/packages/cubejs-schema-compiler/scaffolding/ScaffoldingTemplate.js index 2138c1ec57fd7..0230aed986f67 100644 --- a/packages/cubejs-schema-compiler/scaffolding/ScaffoldingTemplate.js +++ b/packages/cubejs-schema-compiler/scaffolding/Scaffo...
gqlgen
https://github.com/99designs/gqlgen
ad91bf6c7bde1c3a4acf3c013738c1a479d54771
dependabot[bot]
2024-05-06 16:59:50
chore(deps-dev): bump vitest from 1.5.2 to 1.6.0 in /integration (#3048)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.5.2 to 1.6.0. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.0/packages/vitest) ---
chore(deps-dev): bump vitest from 1.5.2 to 1.6.0 in /integration (#3048) Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.5.2 to 1.6.0. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.0/packages/vitest) ...
diff --git a/integration/package-lock.json b/integration/package-lock.json index 59603280b30..f64aa41e62e 100644 --- a/integration/package-lock.json +++ b/integration/package-lock.json @@ -21,7 +21,7 @@ "typescript": "^5.4.5", "urql": "^4.0.7", "vite": "^5.2.10", - ...
teable
https://github.com/teableio/teable
2e2434600bb4bdf030098178499869f61053bbf0
Milton Sosa
2025-03-12 11:58:16
feat(i18n): añadir soporte para español latinoamericano (es-419) (#1373)
* feat(i18n): añadir soporte para español latinoamericano (es-419) Implementa la traducción completa de la interfaz al español latinoamericano (es-419). Incluye: - Archivos de traducción para todos los componentes de la aplicación - Configuración de entorno para soportar el nuevo idioma - Ajustes en el selector de ...
feat(i18n): añadir soporte para español latinoamericano (es-419) (#1373) * feat(i18n): añadir soporte para español latinoamericano (es-419) Implementa la traducción completa de la interfaz al español latinoamericano (es-419). Incluye: - Archivos de traducción para todos los componentes de la aplicación - Configurac...
diff --git a/apps/nextjs-app/next-i18next.config.js b/apps/nextjs-app/next-i18next.config.js index 62e7445e8c..a1e3e12e54 100644 --- a/apps/nextjs-app/next-i18next.config.js +++ b/apps/nextjs-app/next-i18next.config.js @@ -30,7 +30,7 @@ const localePath = getLocalPath(); module.exports = { i18n: { defaultLocal...
rook
https://github.com/rook/rook
3ce3ea53ff28191d8d422e74d973874229d15170
subhamkrai
2023-09-01 17:31:51
ci: use dependabot group feature
This commit enables dependabot to raise PR in groups to reduce PR and save CI resources. This uses the beta groups feature of dependabot More details here
ci: use dependabot group feature This commit enables dependabot to raise PR in groups to reduce PR and save CI resources. This uses the beta groups feature of dependabot More details here https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#g...
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d608a82442b0..18e4d5c1e6de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,22 @@ version: 2 +enable-beta-ecosystems: true updates: # Dependencies listed in go.mod - package-ecosystem: "gomod" directory: "/" # Lo...
fuel-core
https://github.com/FuelLabs/fuel-core
22b8dd43027d97290e97c6f819ee413629576a2f
Brandon Vrooman
2022-11-09 01:07:36
refactor: TxPool tests (#754)
* Move txpool tests to separate file * Refactor test helpers
refactor: TxPool tests (#754) * Move txpool tests to separate file * Refactor test helpers
diff --git a/fuel-txpool/src/txpool.rs b/fuel-txpool/src/txpool.rs index 49e0637b44..ab0a14891f 100644 --- a/fuel-txpool/src/txpool.rs +++ b/fuel-txpool/src/txpool.rs @@ -66,7 +66,7 @@ impl TxPool { } // this is atomic operation. Return removed(pushed out/replaced) transactions - pub async fn insert_inne...
jitsi-meet
https://github.com/jitsi/jitsi-meet
60e03e3decf2ca83ce0071e257db22ee3d2675a2
paweldomas
2018-03-14 03:27:28
feat: add join/leave sounds on mobile
Adds base/sounds feature which allows other features to register a sound source under specified id. A new SoundsCollection component will then render corresponding HTMLAudioElement for each such sound. Once "setRef" callback is called by the HTMLAudioElement, this element will be added to the Redux store. When that hap...
feat: add join/leave sounds on mobile Adds base/sounds feature which allows other features to register a sound source under specified id. A new SoundsCollection component will then render corresponding HTMLAudioElement for each such sound. Once "setRef" callback is called by the HTMLAudioElement, this element will be ...
diff --git a/android/sdk/build.gradle b/android/sdk/build.gradle index d16c86feeb44..2e3ddd24b47a 100644 --- a/android/sdk/build.gradle +++ b/android/sdk/build.gradle @@ -29,6 +29,7 @@ dependencies { compile project(':react-native-immersive') compile project(':react-native-keep-awake') compile project(':...
quivr
https://github.com/QuivrHQ/quivr
d959927d33bdfa7a30481ba856c9bc8af26284ae
AmineDiro
2024-09-03 22:10:21
fix: knowledge multiple brains - update knowledge rollback (#3143)
# Description - rollback update
fix: knowledge multiple brains - update knowledge rollback (#3143) # Description - rollback update
diff --git a/backend/api/quivr_api/modules/knowledge/repository/knowledges.py b/backend/api/quivr_api/modules/knowledge/repository/knowledges.py index 0ffdc17764da..3ef42f9bc92a 100644 --- a/backend/api/quivr_api/modules/knowledge/repository/knowledges.py +++ b/backend/api/quivr_api/modules/knowledge/repository/knowled...
generator-jhipster
https://github.com/jhipster/generator-jhipster
104bcd37d5f1cf659b9224392521208edfaca474
dependabot[bot]
2022-06-21 10:36:29
chore(deps): bump react-toastify in /generators/client/templates/react
Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 9.0.4 to 9.0.5. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v9.0.4...v9.0.5) ---
chore(deps): bump react-toastify in /generators/client/templates/react Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 9.0.4 to 9.0.5. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v9.0.4...v9.0.5) --- updated...
diff --git a/generators/client/templates/react/package.json b/generators/client/templates/react/package.json index 3d4f9d0744ae..9276b4ef83bf 100644 --- a/generators/client/templates/react/package.json +++ b/generators/client/templates/react/package.json @@ -17,7 +17,7 @@ "react-redux": "8.0.2", "react-redux-...
news_toolkit
https://github.com/flutter/news_toolkit
ea525561d148b5037f6056d61039f7f3040503cc
Bart Selwesiuk
2022-06-24 15:21:50
feat(newsletter): add NewsletterEvent impression and signUp analytics events to Newsletter (#348)
* feat(user_profile): add PushNotificationSubscriptionEvent analytics event when user enables push notifications * test: fix tests * feat(analytics): add AnalyticsBloc * refactor: use AnalyticsBloc on UserProfilePage * fix: code review * feat(newsletter): add NewsletterEvent impression and signUp analytics events ...
feat(newsletter): add NewsletterEvent impression and signUp analytics events to Newsletter (#348) * feat(user_profile): add PushNotificationSubscriptionEvent analytics event when user enables push notifications * test: fix tests * feat(analytics): add AnalyticsBloc * refactor: use AnalyticsBloc on UserProfilePage ...
diff --git a/lib/newsletter/bloc/newsletter_bloc.dart b/lib/newsletter/bloc/newsletter_bloc.dart index bb8d8817d..7d891a168 100644 --- a/lib/newsletter/bloc/newsletter_bloc.dart +++ b/lib/newsletter/bloc/newsletter_bloc.dart @@ -1,6 +1,5 @@ import 'dart:async'; -import 'package:analytics_repository/analytics_reposit...
angular
https://github.com/angular/angular
5beae0633b6cd036f3242f2daaff9bae99f10879
Pete Bacon Darwin
2019-11-18 22:41:01
build(docs-infra): sync examples node engine constraints with aio (#33877)
PR Close #33877
build(docs-infra): sync examples node engine constraints with aio (#33877) PR Close #33877
diff --git a/aio/tools/examples/shared/package.json b/aio/tools/examples/shared/package.json index 9bac49514f8afa..d233f505049d8f 100644 --- a/aio/tools/examples/shared/package.json +++ b/aio/tools/examples/shared/package.json @@ -10,8 +10,9 @@ "preinstall": "node ../../../../tools/yarn/check-yarn.js", "posti...
marked
https://github.com/markedjs/marked
dfcbc604e6dd98d790c4e6a59762ee56c0ab647c
dependabot[bot]
2024-10-01 02:04:01
chore(deps-dev): Bump commonmark from 0.31.1 to 0.31.2 (#3472)
Bumps [commonmark](https://github.com/commonmark/commonmark.js) from 0.31.1 to 0.31.2. - [Release notes](https://github.com/commonmark/commonmark.js/releases) - [Changelog](https://github.com/commonmark/commonmark.js/blob/master/changelog.txt) - [Commits](https://github.com/commonmark/commonmark.js/compare/0.31.1...0.3...
chore(deps-dev): Bump commonmark from 0.31.1 to 0.31.2 (#3472) Bumps [commonmark](https://github.com/commonmark/commonmark.js) from 0.31.1 to 0.31.2. - [Release notes](https://github.com/commonmark/commonmark.js/releases) - [Changelog](https://github.com/commonmark/commonmark.js/blob/master/changelog.txt) - [Commits](...
diff --git a/package-lock.json b/package-lock.json index 1b4cbfe512..06cd8d17ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@semantic-release/npm": "^12.0.1", "@semantic-release/release-notes-generator": "^14.0.1", "cheerio": "1.0.0", - "commonmark": "0.31...
dagger
https://github.com/dagger/dagger
91c3c44c24963ec5b33bd48a7f7c3567c1c0a6b4
vikram-dagger
2024-05-13 20:17:59
docs: Update Gitlab integration page (#7014)
* Updated Gitlab integration page
docs: Update Gitlab integration page (#7014) * Updated Gitlab integration page Signed-off-by: Vikram Vaswani <vikram@dagger.io> * Minor fix Signed-off-by: Vikram Vaswani <vikram@dagger.io> * Apply suggestions from code review Signed-off-by: vikram-dagger <112123850+vikram-dagger@users.noreply.github.com> * Used ...
diff --git a/docs/current_docs/integrations/248292-openshift.mdx b/docs/current_docs/integrations/248292-openshift.mdx index ebc07b466ad..5ad6da3e8cf 100644 --- a/docs/current_docs/integrations/248292-openshift.mdx +++ b/docs/current_docs/integrations/248292-openshift.mdx @@ -11,12 +11,12 @@ First, create a `values.yam...
react-use
https://github.com/streamich/react-use
12bc93201dfb54d5cfdae85ea2eeb79dcc10165c
semantic-release-bot
2019-03-26 02:59:52
chore(release): 5.16.0 [skip ci]
# [5.16.0](https://github.com/streamich/react-use/compare/v5.15.0...v5.16.0) (2019-03-25) ### Features * more precise size for useMouse ([1761031](https://github.com/streamich/react-use/commit/1761031))
chore(release): 5.16.0 [skip ci] # [5.16.0](https://github.com/streamich/react-use/compare/v5.15.0...v5.16.0) (2019-03-25) ### Features * more precise size for useMouse ([1761031](https://github.com/streamich/react-use/commit/1761031))
diff --git a/CHANGELOG.md b/CHANGELOG.md index e8aa0fcdc9..932c8955b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.16.0](https://github.com/streamich/react-use/compare/v5.15.0...v5.16.0) (2019-03-25) + + +### Features + +* more precise size for useMouse ([1761031](https://github.com/streamich/rea...
console
https://github.com/tokio-rs/console
4af30f2c1df919a1e0d4f448534d15b4a1bb836b
二手掉包工程师
2024-02-23 20:42:01
docs(subscriber): add a grpc-web app example (#526)
## Description This pull request adds a real web example for the `grpc-web` feature. It shows how to connect the `console-subscriber` server with a grpc-web client in the browser. I also added a GitHub Actions to make sure we keep updating this example in the future. ## Explanation of Changes 1. It uses vite and re...
docs(subscriber): add a grpc-web app example (#526) ## Description This pull request adds a real web example for the `grpc-web` feature. It shows how to connect the `console-subscriber` server with a grpc-web client in the browser. I also added a GitHub Actions to make sure we keep updating this example in the futur...
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9924ce884..a53a2e5bc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ -* @tokio-rs/console \ No newline at end of file +* @tokio-rs/console +/console-subscriber/examples/grpc_web @hi-rustin diff --git a/.github/workflows/ci.yaml b/.github/...
generator-jhipster
https://github.com/jhipster/generator-jhipster
c10bc773ffdb6f979a884d95773fab388510b47a
dependabot[bot]
2022-07-26 14:51:26
chore(deps): bump @fortawesome/free-solid-svg-icons
Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/com...
chore(deps): bump @fortawesome/free-solid-svg-icons Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md) - [Com...
diff --git a/generators/client/templates/react/package.json b/generators/client/templates/react/package.json index 9c75a288daa4..081cc9bd366c 100644 --- a/generators/client/templates/react/package.json +++ b/generators/client/templates/react/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@fortawesome/fontaw...
datahub
https://github.com/datahub-project/datahub
7fcc71ed8167fcdb7cd0b4f4e4755328e09fde58
Aseem Bansal
2022-02-11 22:33:01
fix(docs): make intro to metadata ingestion easier for beginners (#4039)
* fix(docs): fix sidebar titles for clarity * re-arrange docs to make Intro to Metadata ingestion easier for beginners * minor changes for readability * add heading * docs: add note for common question
fix(docs): make intro to metadata ingestion easier for beginners (#4039) * fix(docs): fix sidebar titles for clarity * re-arrange docs to make Intro to Metadata ingestion easier for beginners * minor changes for readability * add heading * docs: add note for common question
diff --git a/docs-website/build.gradle b/docs-website/build.gradle index b5edf446a6c6e..5284b7063c209 100644 --- a/docs-website/build.gradle +++ b/docs-website/build.gradle @@ -81,6 +81,19 @@ task yarnLint(type: YarnTask, dependsOn: [yarnInstall]) { outputs.cacheIf { true } } +task yarnLintFix(type: YarnTask, dep...
sentry
https://github.com/getsentry/sentry
ffce49727368a459513f618aab9f3f29dee1eb50
Alex Zaslavsky
2023-07-07 06:20:59
feat(backup): Add correctness snapshot test (#51925)
This is the first test, of hopefully many, designed to better validate the export/import flow. In this spirit, some scaffolding has been added to help future testability: - The import_/export functions have been split in two: one function for the actual functionality (which is what gets called by the test suite), and ...
feat(backup): Add correctness snapshot test (#51925) This is the first test, of hopefully many, designed to better validate the export/import flow. In this spirit, some scaffolding has been added to help future testability: - The import_/export functions have been split in two: one function for the actual functionali...
diff --git a/fixtures/backup/fresh-install.json b/fixtures/backup/fresh-install.json new file mode 100644 index 00000000000000..1123f4740866dc --- /dev/null +++ b/fixtures/backup/fresh-install.json @@ -0,0 +1,315 @@ +[ +{ + "model": "sites.site", + "pk": 1, + "fields": { + "domain": "example.com", + "name": "e...
influxdb
https://github.com/influxdata/influxdb
4bddab56e264d1626933b21a4f2e726e266a551b
Marco Neumann
2022-02-09 17:56:30
feat: create new sequencers in ingester on demand (#3671)
There is no need to introduce yet another admin action to do that. If the sequencer does not exist yet, we can just create it and set the `min_unpersisted_sequence_number` to 0 (which is done be `create_or_get`).
feat: create new sequencers in ingester on demand (#3671) There is no need to introduce yet another admin action to do that. If the sequencer does not exist yet, we can just create it and set the `min_unpersisted_sequence_number` to 0 (which is done be `create_or_get`).
diff --git a/influxdb_iox/src/commands/run/ingester.rs b/influxdb_iox/src/commands/run/ingester.rs index 0a008a8803b..efe07413a9d 100644 --- a/influxdb_iox/src/commands/run/ingester.rs +++ b/influxdb_iox/src/commands/run/ingester.rs @@ -46,9 +46,6 @@ pub enum Error { #[error("kafka_partition_range_start must be <=...
qwik
https://github.com/QwikDev/qwik
fadbc84807e5ee90f388f874844e5c7055563899
Tobi
2024-06-14 18:04:09
docs(insights): location change to qwikdev (#6544)
I changed the references to install directly from github to the right repository
docs(insights): location change to qwikdev (#6544) I changed the references to install directly from github to the right repository Co-authored-by: Tobias Zimmermann <ich@tzdesign.de>
diff --git a/packages/docs/src/routes/docs/labs/index.mdx b/packages/docs/src/routes/docs/labs/index.mdx index 6e16d0f7181..c1edfedb6d6 100644 --- a/packages/docs/src/routes/docs/labs/index.mdx +++ b/packages/docs/src/routes/docs/labs/index.mdx @@ -39,7 +39,7 @@ Qwik labs are distributed as a separate node package. Bec...
bootstrap-vue
https://github.com/bootstrap-vue/bootstrap-vue
f847daeb797b84ed80b49a31294a5088fc32b59d
Dean Pienaar
2020-09-08 17:51:30
feat(b-table): add `sortKey` option for `no-local-sorting` events (#5746)
* feat(b-table): add sortKey option * Add Test * Update Documentation * Update table-sorting.spec.js * Update mixin-sorting.js * Update README.md * Update README.md
feat(b-table): add `sortKey` option for `no-local-sorting` events (#5746) * feat(b-table): add sortKey option * Add Test * Update Documentation * Update table-sorting.spec.js * Update mixin-sorting.js * Update README.md * Update README.md Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
diff --git a/src/components/table/README.md b/src/components/table/README.md index bdae4fdcf2c..ce0a4460ac3 100644 --- a/src/components/table/README.md +++ b/src/components/table/README.md @@ -242,6 +242,7 @@ The following field properties are recognized: | `class` | String or Array | Class nam...
components
https://github.com/angular/components
abbc5c1cf9c357908a540295c4586e5cc62850b7
Kristiyan Kostadinov
2024-11-04 18:43:17
refactor(cdk-experimental/column-resize): use ID generator
Switches to using the ID generator service to create unique IDs.
refactor(cdk-experimental/column-resize): use ID generator Switches to using the ID generator service to create unique IDs.
diff --git a/src/cdk-experimental/column-resize/column-resize.ts b/src/cdk-experimental/column-resize/column-resize.ts index 4b084dcc17a0..0ec6b7a7c3fc 100644 --- a/src/cdk-experimental/column-resize/column-resize.ts +++ b/src/cdk-experimental/column-resize/column-resize.ts @@ -6,7 +6,8 @@ * found in the LICENSE file...
ort
https://github.com/oss-review-toolkit/ort
8dedb6c918329bf0baf682eb59da5788a6eac51a
Frank Viernau
2023-06-27 14:19:17
test(scanner): Extend input of `ScannerIntegrationTest` by two packages
Add `pkg0` to cover also a package with an empty VCS path. Furthermore, add `pkg4`, a second package with a sub-repository inside, to prepare for adding a test which scans `pkg3` but not `pkg4`.
test(scanner): Extend input of `ScannerIntegrationTest` by two packages Add `pkg0` to cover also a package with an empty VCS path. Furthermore, add `pkg4`, a second package with a sub-repository inside, to prepare for adding a test which scans `pkg3` but not `pkg4`. Signed-off-by: Frank Viernau <frank_viernau@epam.co...
diff --git a/scanner/src/funTest/assets/scanner-integration-expected-ort-result.yml b/scanner/src/funTest/assets/scanner-integration-expected-ort-result.yml index 066716c8acb63..16696a89cf3f6 100644 --- a/scanner/src/funTest/assets/scanner-integration-expected-ort-result.yml +++ b/scanner/src/funTest/assets/scanner-int...
bytebase
https://github.com/bytebase/bytebase
b01255376d4d64b26b74b8ab82e48cf78dee63b3
boojack
2023-07-18 09:51:45
chore: add parse schema string to metadata api (#7101)
* chore: add parse schema string api * chore: buf generate * chore: update * chore: fix ts-proto version * chore: buf generate * chore: update * Update backend/api/v1/schema_design_service.go
chore: add parse schema string to metadata api (#7101) * chore: add parse schema string api * chore: buf generate * chore: update * chore: fix ts-proto version * chore: buf generate * chore: update * Update backend/api/v1/schema_design_service.go
diff --git a/backend/api/v1/schema_design_service.go b/backend/api/v1/schema_design_service.go index 979284394b12cd..47a45a706c06ec 100644 --- a/backend/api/v1/schema_design_service.go +++ b/backend/api/v1/schema_design_service.go @@ -235,6 +235,20 @@ func (s *SchemaDesignService) UpdateSchemaDesign(ctx context.Context...
alt-tab-macos
https://github.com/lwouis/alt-tab-macos
f9f4565d7d7943399a75af5353e03b099294238d
semantic-release-bot
2019-09-30 08:29:09
chore(release): 1.0.10 [skip ci]
## [1.0.10](https://github.com/lwouis/alt-tab-macos/compare/v1.0.9...v1.0.10) (2019-09-30) ### Bug Fixes * don't crash when focusing an app that was closed (closes [#19](https://github.com/lwouis/alt-tab-macos/issues/19)) ([6b5e426](https://github.com/lwouis/alt-tab-macos/commit/6b5e426))
chore(release): 1.0.10 [skip ci] ## [1.0.10](https://github.com/lwouis/alt-tab-macos/compare/v1.0.9...v1.0.10) (2019-09-30) ### Bug Fixes * don't crash when focusing an app that was closed (closes [#19](https://github.com/lwouis/alt-tab-macos/issues/19)) ([6b5e426](https://github.com/lwouis/alt-tab-macos/commit/6b5e...
diff --git a/CHANGELOG.md b/CHANGELOG.md index 534aaa246..3e711b58c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.10](https://github.com/lwouis/alt-tab-macos/compare/v1.0.9...v1.0.10) (2019-09-30) + + +### Bug Fixes + +* don't crash when focusing an app that was closed (closes [#19](https://git...
harness
https://github.com/harness/harness
2595b5dba5dced8ab0aeb4f31698d059c92d6133
Tudor Macari
2024-08-26 12:11:28
fix: [AH-313]: fix client setup details to contain only root space ref (#2583)
* fix: [AH-313]: fix lint * fix: [AH-313]: fix client setup details to contain only root space ref
fix: [AH-313]: fix client setup details to contain only root space ref (#2583) * fix: [AH-313]: fix lint * fix: [AH-313]: fix client setup details to contain only root space ref
diff --git a/registry/app/api/controller/metadata/get_client_setup_details.go b/registry/app/api/controller/metadata/get_client_setup_details.go index 63b4403261..da160ec4ac 100644 --- a/registry/app/api/controller/metadata/get_client_setup_details.go +++ b/registry/app/api/controller/metadata/get_client_setup_details....
openobserve
https://github.com/openobserve/openobserve
e6ce1c5fdaacbfe40a38d50a4d347f7cbc874e3f
Hengfei Yang
2024-04-30 06:24:37
perf: improve wal parquet load speed (#3378)
Get parquet metadata take a lot of time when the schema is very big, so we cache the metadata. it will more faster to load file for search.
perf: improve wal parquet load speed (#3378) Get parquet metadata take a lot of time when the schema is very big, so we cache the metadata. it will more faster to load file for search.
diff --git a/src/ingester/src/lib.rs b/src/ingester/src/lib.rs index 56c3cda0e3f..7b292fa90f0 100644 --- a/src/ingester/src/lib.rs +++ b/src/ingester/src/lib.rs @@ -23,10 +23,15 @@ mod stream; mod wal; mod writer; +use config::RwAHashMap; pub use entry::Entry; pub use immutable::read_from_immutable; +use once_cel...
nock
https://github.com/nock/nock
7dbab661074abd093baa9b9e8e514ce78a749932
Gregor Martynus
2020-05-07 04:24:04
build: replace greenkeeper with dependabot (#1994)
* build: remove artifacts from Greenkeepr * docs(dependabot): add badge
build: replace greenkeeper with dependabot (#1994) * build: remove artifacts from Greenkeepr * docs(dependabot): add badge
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 471368a25..862231d4d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -315,7 +315,6 @@ Gio d'Amelio @giodamelio https://github.com/giodamelio Girish Ramakrishnan @gramakri https://github.com/gramakri Golo Roden @goloroden https://github.com/goloroden Goran Ga...
mitosis
https://github.com/BuilderIO/mitosis
255066735c5d4a4e08650f797614908ebecb5fcd
Decade
2022-06-06 21:42:46
feat: include local export file (#449)
* feat: keep local export * feat: support react and vue framework * chore: fmt * fix: delete debug code
feat: include local export file (#449) * feat: keep local export * feat: support react and vue framework * chore: fmt * fix: delete debug code
diff --git a/packages/core/src/__tests__/__snapshots__/angular.test.ts.snap b/packages/core/src/__tests__/__snapshots__/angular.test.ts.snap index e80664462d..ed72c224e0 100644 --- a/packages/core/src/__tests__/__snapshots__/angular.test.ts.snap +++ b/packages/core/src/__tests__/__snapshots__/angular.test.ts.snap @@ -3...
AppFlowy
https://github.com/AppFlowy-IO/AppFlowy
bde14575248fde5b2908f2d280fce923f43755a4
Lucas
2024-11-25 08:09:23
feat: support click to create content inside empty toggle list (#6854)
* feat: support click to create content inside empty toggle list * test: support click to create content inside empty toggle list * fix: toggle list rtl issue * chore: optimize cover title request node logic
feat: support click to create content inside empty toggle list (#6854) * feat: support click to create content inside empty toggle list * test: support click to create content inside empty toggle list * fix: toggle list rtl issue * chore: optimize cover title request node logic
diff --git a/frontend/appflowy_flutter/integration_test/desktop/document/document_with_toggle_list_test.dart b/frontend/appflowy_flutter/integration_test/desktop/document/document_with_toggle_list_test.dart index f4f1be8c7837f..a4d011dccb711 100644 --- a/frontend/appflowy_flutter/integration_test/desktop/document/docum...
sentry
https://github.com/getsentry/sentry
9b114870bd193977b55ddb2902b8c5c633a64421
Katie Byers
2023-08-16 04:55:40
feat(grouping): Add `in_app` vs `system` frame mix metric (#54453)
This adds a DD metric, `grouping.in_app_frame_mix`, which fires each time a new group with at least one stacktrace is created and which tracks whether the event's stacktrace(s) contain only `in_app` frames, only `system` frames, or a mix of the two. (The presumption is that - assuming our `in_app` detection works corre...
feat(grouping): Add `in_app` vs `system` frame mix metric (#54453) This adds a DD metric, `grouping.in_app_frame_mix`, which fires each time a new group with at least one stacktrace is created and which tracks whether the event's stacktrace(s) contain only `in_app` frames, only `system` frames, or a mix of the two. (T...
diff --git a/src/sentry/event_manager.py b/src/sentry/event_manager.py index 08b4738cef9353..fc7c7cb6336d4a 100644 --- a/src/sentry/event_manager.py +++ b/src/sentry/event_manager.py @@ -1641,6 +1641,18 @@ def _save_aggregate( tags={"platform": event.platform or "unknown"}, ) + ...
dokku
https://github.com/dokku/dokku
d8dc566b35958b74200da73b12654259db18329b
dependabot[bot]
2024-01-29 18:56:35
chore(deps): bump mkdocs-material from 9.5.5 to 9.5.6 in /docs/_build
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.5 to 9.5.6. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.5...9...
chore(deps): bump mkdocs-material from 9.5.5 to 9.5.6 in /docs/_build Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.5 to 9.5.6. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [...
diff --git a/docs/_build/requirements.txt b/docs/_build/requirements.txt index 43e7b917744..1edccabc399 100644 --- a/docs/_build/requirements.txt +++ b/docs/_build/requirements.txt @@ -8,7 +8,7 @@ MarkupSafe==2.1.4 mergedeep==1.3.4 mkdocs==1.5.3 mkdocs-exclude==1.0.2 -mkdocs-material==9.5.5 +mkdocs-material==9.5.6 ...
vuls
https://github.com/future-architect/vuls
dfffe5b508236dab06fd89bebd67335a99d74982
Kota Kanbe
2021-01-14 05:52:04
fix(config): err occurs when host not set in local-scan-mode (#1129)
If host is not set in local scan mode, an error occurs.
fix(config): err occurs when host not set in local-scan-mode (#1129) If host is not set in local scan mode, an error occurs.
diff --git a/config/tomlloader.go b/config/tomlloader.go index 95273ece94..c38a983e4c 100644 --- a/config/tomlloader.go +++ b/config/tomlloader.go @@ -153,9 +153,8 @@ func setDefaultIfEmpty(server *ServerInfo, d ServerInfo) error { } if server.User == "" { - if Conf.Default.User != "" { - server.User = Con...
unleash
https://github.com/Unleash/unleash
2708247056ccc5a8dc55d5af46e3639333b46ca3
renovate[bot]
2023-07-07 23:50:59
chore(deps): update dependency cypress to v12.16.0 (#4185)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://togithub.com/cypress-io/cypress) | [`12.15.0` -> `12.16.0`](https://renovatebot....
chore(deps): update dependency cypress to v12.16.0 (#4185) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://togithub.com/cypress...
diff --git a/frontend/package.json b/frontend/package.json index f6fee1faffd6..0434100c112e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -68,7 +68,7 @@ "classnames": "2.3.2", "copy-to-clipboard": "3.3.3", "countries-and-timezones": "^3.4.0", - "cypress": "12.15.0", + "cypress":...
tools
https://github.com/rome/tools
001bdaa4c15c3cecfe3e79ba5a5e8ba52ac31077
Micha Reiser
2022-03-22 22:33:49
fix(rslint_parser): Fix arrow parsing (#2284)
Allows parsing of single parameter async function where the parameter is named `async`
fix(rslint_parser): Fix arrow parsing (#2284) Allows parsing of single parameter async function where the parameter is named `async`
diff --git a/crates/rslint_parser/src/syntax/function.rs b/crates/rslint_parser/src/syntax/function.rs index 0e07d4240a1..40d4e5e54ca 100644 --- a/crates/rslint_parser/src/syntax/function.rs +++ b/crates/rslint_parser/src/syntax/function.rs @@ -750,12 +750,19 @@ fn parse_arrow_function_with_single_parameter(p: &mut Par...
vuls
https://github.com/future-architect/vuls
fb1fbf8f95a41340850d85ba2c0da0d56f065c22
Kota Kanbe
2020-12-24 05:07:10
feat(report): Add NVD as a source for mitigations, primarySrc URL and Patch URL (#1097)
* feat(report): Add NVD as a src for mitigations. * feat(report): display "Vendor Advisory" URL in NVD * feat(report): display patch urls in report, tui
feat(report): Add NVD as a source for mitigations, primarySrc URL and Patch URL (#1097) * feat(report): Add NVD as a src for mitigations. * feat(report): display "Vendor Advisory" URL in NVD * feat(report): display patch urls in report, tui
diff --git a/go.mod b/go.mod index 0353cafb75..f4ab85551d 100644 --- a/go.mod +++ b/go.mod @@ -8,16 +8,16 @@ replace ( ) require ( - github.com/Azure/azure-sdk-for-go v49.0.0+incompatible - github.com/Azure/go-autorest/autorest v0.11.13 // indirect - github.com/Azure/go-autorest/autorest/adal v0.9.9 // indirect + g...
appsmith
https://github.com/appsmithorg/appsmith
445880f5a597da24fe97c9868783be717ce2f622
Sagar Khalasi
2025-03-12 09:19:02
chore: Remove dependancy (#39389)
## Description Remove immer library Fixes #
chore: Remove dependancy (#39389) ## Description Remove immer library Fixes # https://theappsmith.slack.com/archives/C0134BAVDB4/p1740028929478969?thread_ts=1738822154.732719&cid=C0134BAVDB4 ## Automation /ok-to-test tags="@tag.All" ### :mag: Cypress test results <!-- This is an auto-generated comment: Cypress te...
diff --git a/app/client/cypress/support/Objects/FeatureFlags.ts b/app/client/cypress/support/Objects/FeatureFlags.ts index 60434b52126f..31d8ebedac2e 100644 --- a/app/client/cypress/support/Objects/FeatureFlags.ts +++ b/app/client/cypress/support/Objects/FeatureFlags.ts @@ -44,7 +44,7 @@ export const getConsolidatedDat...
components
https://github.com/angular/components
5278f72604df0b51b264d02d632c60e35b76e584
Kristiyan Kostadinov
2018-08-27 21:56:12
fix(drag-drop): sorting too often if pointer is inside element after position swap (#12837)
Currently we check whether the user's pointer overlaps an item for each pixel that they've moved. This works fine when the items have a similar height, however it breaks down if there's a position swap between a very tall item and a smaller one. These changes rework the logic to take into account the direction that the...
fix(drag-drop): sorting too often if pointer is inside element after position swap (#12837) Currently we check whether the user's pointer overlaps an item for each pixel that they've moved. This works fine when the items have a similar height, however it breaks down if there's a position swap between a very tall item ...
diff --git a/src/cdk/drag-drop/drag.spec.ts b/src/cdk/drag-drop/drag.spec.ts index 34240908f218..46662d837d97 100644 --- a/src/cdk/drag-drop/drag.spec.ts +++ b/src/cdk/drag-drop/drag.spec.ts @@ -843,6 +843,86 @@ describe('CdkDrag', () => { flush(); })); + it('should not swap position for tiny point...
angular
https://github.com/angular/angular
17b76998aed842f43b387d84b3f7314dbfaae6bc
Andrew Scott
2022-11-30 04:25:25
refactor(router): Get EnvironmentInjector directly in transition handler (#48202)
Remove the NgModuleRef from the internal interface of the Router. This was only used to get the injector (equivalent to EnvironmentInjector). Instead, the navigation transition handler can directly inject the EnvironmentInjector PR Close #48202
refactor(router): Get EnvironmentInjector directly in transition handler (#48202) Remove the NgModuleRef from the internal interface of the Router. This was only used to get the injector (equivalent to EnvironmentInjector). Instead, the navigation transition handler can directly inject the EnvironmentInjector PR Clos...
diff --git a/packages/router/src/navigation_transition.ts b/packages/router/src/navigation_transition.ts index e37d1b0ed2767..cc9ddd795f9e4 100644 --- a/packages/router/src/navigation_transition.ts +++ b/packages/router/src/navigation_transition.ts @@ -7,7 +7,7 @@ */ import {Location} from '@angular/common'; -impo...
xyflow
https://github.com/xyflow/xyflow
793ed68b2ecf4dac627d9ccd0a717dcf2f3231b3
dependabot-preview[bot]
2020-05-11 13:30:54
chore(deps-dev): bump @babel/core from 7.9.0 to 7.9.6
Bumps [@babel/core](https://github.com/babel/babel) from 7.9.0 to 7.9.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.9.0...v7.9.6)
chore(deps-dev): bump @babel/core from 7.9.0 to 7.9.6 Bumps [@babel/core](https://github.com/babel/babel) from 7.9.0 to 7.9.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.9.0...v7...
diff --git a/package-lock.json b/package-lock.json index fbfb171dc..6dfbbb638 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,19 +57,19 @@ } }, "@babel/core": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.9.0.tgz", - "integrity": "sh...
RSSHub
https://github.com/DIYgod/RSSHub
94986690f05cfe876d3f78a77f5ec31b2636eae0
Evan
2023-03-05 19:04:52
feat(route): Arcteryx new arrivals (#12040)
* feat: new route for arcteryx * fix: radar source ---------
feat(route): Arcteryx new arrivals (#12040) * feat: new route for arcteryx * fix: radar source ---------
diff --git a/docs/en/shopping.md b/docs/en/shopping.md index 248a787ba66d2e..560f015f1aac5e 100644 --- a/docs/en/shopping.md +++ b/docs/en/shopping.md @@ -36,6 +36,32 @@ Parameter `time` only works when `mostwanted` is chosen as the category. </RouteEn> +## Arcteryx + +### New Arrivals + +<RouteEn author="NavePnow...
scylladb
https://github.com/scylladb/scylladb
d57a82c156f0b98bd52d1e1dea7fb86b94c69f5c
Kefu Chai
2024-03-18 17:32:43
build: cmake: add dist-* targets to the default build target
also, add a target of `dist-server`, which mirrors the structure of the targets created by `configure.py`, and it is consistent with the ones defined by `build_submodule()`. so that they are built when our CI runs `ninja -C $build`. CI expects that all these rpm and deb packages to built when `ninja -C $build` finishe...
build: cmake: add dist-* targets to the default build target also, add a target of `dist-server`, which mirrors the structure of the targets created by `configure.py`, and it is consistent with the ones defined by `build_submodule()`. so that they are built when our CI runs `ninja -C $build`. CI expects that all thes...
diff --git a/cmake/build_submodule.cmake b/cmake/build_submodule.cmake index dd36c3dfe573..e592419e5818 100644 --- a/cmake/build_submodule.cmake +++ b/cmake/build_submodule.cmake @@ -26,7 +26,7 @@ function(build_submodule name dir) COMMAND reloc/build_deb.sh --reloc-pkg ${reloc_pkg} DEPENDS ${reloc_pkg} ...
angular
https://github.com/angular/angular
f9def8cd3031b046ad0af20b850894a43a868aca
Joey Perrott
2019-11-27 03:08:40
build: create --config=ivy flag to set the angular_ivy_enabled define flag value (#33983)
Beginning of migration away from --define=compile=* to --define=angular_ivy_enabled=*. Additionally, to make it clearer to developers, we will encourage use of --config=ivy instead of directy setting the --define flag, this abstraction will allow us more flexibility as we move foward with relation to our compile decisi...
build: create --config=ivy flag to set the angular_ivy_enabled define flag value (#33983) Beginning of migration away from --define=compile=* to --define=angular_ivy_enabled=*. Additionally, to make it clearer to developers, we will encourage use of --config=ivy instead of directy setting the --define flag, this abstr...
diff --git a/.bazelrc b/.bazelrc index 018ff006a6079..e72a141453292 100644 --- a/.bazelrc +++ b/.bazelrc @@ -64,8 +64,13 @@ test --test_output=errors ################################ # Temporary Settings for Ivy # ################################ -# to determine if the compiler used should be Ivy or ViewEngine one...
memos
https://github.com/usememos/memos
9d8c9609c375d1d183cb80bda9a5ae5a4aa43a04
boojack
2022-10-31 19:09:22
feat: cache editing memo id (#388)
* feat: cache editing memo id * chore: update
feat: cache editing memo id (#388) * feat: cache editing memo id * chore: update
diff --git a/web/src/components/ChangeMemoCreatedTsDialog.tsx b/web/src/components/ChangeMemoCreatedTsDialog.tsx index 3cb912aa68904..b3fc7bafccbcf 100644 --- a/web/src/components/ChangeMemoCreatedTsDialog.tsx +++ b/web/src/components/ChangeMemoCreatedTsDialog.tsx @@ -18,14 +18,15 @@ const ChangeMemoCreatedTsDialog: Re...
ccxt
https://github.com/ccxt/ccxt
3eb01b7ed3d730ae05a95da340ea683cc93bb380
Travis CI
2024-08-06 22:49:13
fix(bybit): handle inverse futures subscription (#23343)
* fix(bybit): handle inverse futures subscription * subscribe to future trades [ci skip]
fix(bybit): handle inverse futures subscription (#23343) * fix(bybit): handle inverse futures subscription * subscribe to future trades [ci skip]
diff --git a/cs/ccxt/exchanges/pro/bybit.cs b/cs/ccxt/exchanges/pro/bybit.cs index 5d6e830a8d259..364359f6e1026 100644 --- a/cs/ccxt/exchanges/pro/bybit.cs +++ b/cs/ccxt/exchanges/pro/bybit.cs @@ -177,7 +177,7 @@ public async virtual Task<object> getUrlByMarketType(object symbol = null, objec if (isTrue(is...
next.js
https://github.com/vercel/next.js
85bca2e7785dcb9bd5aab6325a73b198cec89973
Yagiz Nizipli
2023-07-10 16:22:20
refactor: avoid unnecessary async scopes in eslint (#52418)
This pull request: - removes unnecessary object copying in `hasEslintConfiguration` - returns always `null` on `runLintCheck`, and make sure it does not return undefined. - removes unnecessary async scope creation on `isDirectory`
refactor: avoid unnecessary async scopes in eslint (#52418) This pull request: - removes unnecessary object copying in `hasEslintConfiguration` - returns always `null` on `runLintCheck`, and make sure it does not return undefined. - removes unnecessary async scope creation on `isDirectory`
diff --git a/packages/next/src/lib/eslint/hasEslintConfiguration.ts b/packages/next/src/lib/eslint/hasEslintConfiguration.ts index 6c600f545478c..4d77920813e80 100644 --- a/packages/next/src/lib/eslint/hasEslintConfiguration.ts +++ b/packages/next/src/lib/eslint/hasEslintConfiguration.ts @@ -29,14 +29,16 @@ export asyn...
aws-cdk
https://github.com/aws/aws-cdk
e4ac767b6ae30a1e71e794d0b4a9677fe35588e6
Rico Huijbers
2019-05-08 20:10:28
feat(stepfunctions): add service integrations (#1646)
Introducing the `@aws-cdk/aws-stepfunctions-tasks` package, with service integrations for ECS, SNS and SQS. Lambda and Activity integrations have been moved there as well. Add jest bindings for `haveResource` and `haveResourceLike`. Allow specifying `placementConstraints` and `placementStrategies` in the constructor ...
feat(stepfunctions): add service integrations (#1646) Introducing the `@aws-cdk/aws-stepfunctions-tasks` package, with service integrations for ECS, SNS and SQS. Lambda and Activity integrations have been moved there as well. Add jest bindings for `haveResource` and `haveResourceLike`. Allow specifying `placementCon...
diff --git a/design/aws-guidelines.md b/design/aws-guidelines.md index 7566d86f8d6bd..183a4789c6665 100644 --- a/design/aws-guidelines.md +++ b/design/aws-guidelines.md @@ -143,7 +143,7 @@ into an `{ "Fn::Join" }` expression which includes the relevant intrinsic functions. If needed, you can query whether an object...
servo
https://github.com/servo/servo
b0cae28c837656a6c5fc1418543adc95d539bfde
dependabot[bot]
2024-09-17 00:26:24
build(deps): bump unicode-segmentation from 1.11.0 to 1.12.0 (#33478)
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.11.0 to 1.12.0. - [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/v1.11.0...v1.12.0) ---
build(deps): bump unicode-segmentation from 1.11.0 to 1.12.0 (#33478) Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.11.0 to 1.12.0. - [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: unicode-s...
diff --git a/Cargo.lock b/Cargo.lock index 9071b1057ef91..b71add992369d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7416,9 +7416,9 @@ checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd" [[package]] name = "unicode-segmentation" -version = "1.11.0" +version = "1.12.0" source = "registry+h...
git-lfs
https://github.com/git-lfs/git-lfs
a7dff978ba10f35e2d4240051fff9f795a9439d7
dependabot[bot]
2025-02-01 10:04:09
build(deps): bump azure/trusted-signing-action from 0.5.0 to 0.5.1
Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/azure/trusted-signing-action/releases) - [Commits](https://github.com/azure/trusted-signing-action/compare/v0.5.0...v0.5.1) ---
build(deps): bump azure/trusted-signing-action from 0.5.0 to 0.5.1 Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/azure/trusted-signing-action/releases) - [Commits](https://github.com/azure/trusted-signing-action/compare/v...
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e1a8da3a5..f0d4893f16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: shell: bash env: FORCE_LOCALIZE: true - - uses: azure/trusted-signing-action@v0.5.0 + ...
helm
https://github.com/helm/helm
ff52399e51bb880526e9cd0ed8386f6433b74da1
Matt Butcher
2016-10-25 00:17:27
fix(helm): add support for local version only
This modifies 'helm version' to allow for local-only or server-only versions to avoid cases where calling 'helm version' was resulting in errors.
fix(helm): add support for local version only This modifies 'helm version' to allow for local-only or server-only versions to avoid cases where calling 'helm version' was resulting in errors. Closes #1440
diff --git a/cmd/helm/version.go b/cmd/helm/version.go index 925c05013a6..18f276f845e 100644 --- a/cmd/helm/version.go +++ b/cmd/helm/version.go @@ -30,8 +30,10 @@ import ( ) type versionCmd struct { - out io.Writer - client helm.Interface + out io.Writer + client helm.Interface + clientOnly bool + se...
ReactiveUI
https://github.com/reactiveui/ReactiveUI
ce2e17cc35e274a3de06415eb12f02283f3ebb3d
dependabot[bot]
2021-12-03 06:16:22
build(deps): bump Verify.Xunit from 14.6.6 to 14.7.0 in /src (#3066)
Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 14.6.6 to 14.7.0. - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](https://github.com/VerifyTests/Verify/compare/14.6.6...14.7.0) ---
build(deps): bump Verify.Xunit from 14.6.6 to 14.7.0 in /src (#3066) Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 14.6.6 to 14.7.0. - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](https://github.com/VerifyTests/Verify/compare/14.6.6...14.7.0) --- updated-dependencies:...
diff --git a/src/Directory.build.props b/src/Directory.build.props index 0288a0c803..031b6fba44 100644 --- a/src/Directory.build.props +++ b/src/Directory.build.props @@ -52,7 +52,7 @@ <PackageReference Include="Microsoft.Reactive.Testing" Version="5.0.0" /> <PackageReference Include="PublicApiGenerator" Vers...
docz
https://github.com/doczjs/docz
6ce9e848c2fa87c546a3fa6d35cc3d8e1b59af3d
Pedro Nauck
2018-06-30 11:54:37
feat(docz-theme-default): add automatic table of content (#106)
* fix(docz-theme-default): sidebar min-width * chore(docz-theme-default): some changes on NotFound * fix(docz): is active logic on Link * feat(docz-theme-default): add automatic table of content * chore(docz-theme-default): add onClick of link on SmallLink
feat(docz-theme-default): add automatic table of content (#106) * fix(docz-theme-default): sidebar min-width * chore(docz-theme-default): some changes on NotFound * fix(docz): is active logic on Link * feat(docz-theme-default): add automatic table of content * chore(docz-theme-default): add onClick of link on SmallLin...
diff --git a/packages/docz-theme-default/package.json b/packages/docz-theme-default/package.json index 81dbefce1..03da9b87e 100644 --- a/packages/docz-theme-default/package.json +++ b/packages/docz-theme-default/package.json @@ -35,6 +35,7 @@ "react-feather": "^1.1.0", "react-lightweight-tooltip": "^1.0.0", ...
next-auth
https://github.com/nextauthjs/next-auth
eaa72be2fd4d4c560d2feb4c34914a6c21a93ded
Touqeer Hussain
2023-11-20 15:01:57
chore: Update envinfo command to one line (#9187)
MOD - update envinfo command to one line
chore: Update envinfo command to one line (#9187) MOD - update envinfo command to one line
diff --git a/.github/ISSUE_TEMPLATE/1_bug_framework.yml b/.github/ISSUE_TEMPLATE/1_bug_framework.yml index aa83a5e54a..d4b3aab3ae 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_framework.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_framework.yml @@ -29,11 +29,8 @@ body: description: | Run this command in your proj...
ruffle
https://github.com/ruffle-rs/ruffle
aca4b03c0bc36619f5f6c39980e5032efa160b67
Oleksandr Kalko
2023-03-07 22:55:55
chore: Run `npm audit fix`
npm update causes dependency conflict This gets rid of vulnerability warning after `npm install`
chore: Run `npm audit fix` npm update causes dependency conflict This gets rid of vulnerability warning after `npm install`
diff --git a/web/package-lock.json b/web/package-lock.json index 3ecb225e57cf2..79f56fa3a69cd 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -5331,9 +5331,9 @@ } }, "node_modules/http-cache-semantics": { - "version": "4.1.0", - "resolved": "https:/...
angular
https://github.com/angular/angular
1c82eff44032d231efc82dee05a8970e1b11c146
Alan Agius
2021-04-13 05:16:29
build: update Angular CLI packages to 12.0.0-next.7 (#41434)
With this change we update Angular CLI packages that are used in the repo for testing to `12.0.0-next.7` PR Close #41434
build: update Angular CLI packages to 12.0.0-next.7 (#41434) With this change we update Angular CLI packages that are used in the repo for testing to `12.0.0-next.7` PR Close #41434
diff --git a/integration/ng_elements_schematics/test.ts b/integration/ng_elements_schematics/test.ts index 75c0a84e951b49..4dfdd44af6cbdc 100644 --- a/integration/ng_elements_schematics/test.ts +++ b/integration/ng_elements_schematics/test.ts @@ -62,7 +62,11 @@ const packageList = Object.keys(packages).map(p => `${p}@$...
risingwave
https://github.com/risingwavelabs/risingwave
7c02f2fd70e2d39fce73408419749779f3d720e9
Bugen Zhao
2022-08-09 08:40:05
chore(ci): use customized profile for pull requests (#4502)
* add ci-dev profile
chore(ci): use customized profile for pull requests (#4502) * add ci-dev profile Signed-off-by: Bugen Zhao <i@bugenzhao.com> * fix target dir Signed-off-by: Bugen Zhao <i@bugenzhao.com> * add optimization for pb Signed-off-by: Bugen Zhao <i@bugenzhao.com> * use debug=1 Signed-off-by: Bugen Zhao <i@bugenzhao.com...
diff --git a/Cargo.toml b/Cargo.toml index cb0a5d8883f0d..7be4721aa5b34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,6 +40,12 @@ members = [ "src/workspace-hack", ] +[profile.dev] +lto = 'off' + +[profile.release] +debug = true + [profile.bench] opt-level = 3 debug = false @@ -50,8 +56,15 @@ debug-assertion...
mirai
https://github.com/mamoe/mirai
4723359d26a71a8e9d7039fa50323f4bee3b9fa6
cssxsh
2021-07-22 08:27:06
fix: remove BINTRAY_REPOSITORY (#387)
* fix: builtins config use ReadOnlyPluginConfig * fix: remove BINTRAY_REPOSITORY * merge: mamoe * use: mavenCentral
fix: remove BINTRAY_REPOSITORY (#387) * fix: builtins config use ReadOnlyPluginConfig * fix: remove BINTRAY_REPOSITORY * merge: mamoe * use: mavenCentral
diff --git a/tools/gradle-plugin/src/main/kotlin/MiraiConsoleGradlePlugin.kt b/tools/gradle-plugin/src/main/kotlin/MiraiConsoleGradlePlugin.kt index 64f972b0dc1..54684391ced 100644 --- a/tools/gradle-plugin/src/main/kotlin/MiraiConsoleGradlePlugin.kt +++ b/tools/gradle-plugin/src/main/kotlin/MiraiConsoleGradlePlugin.kt...
ort
https://github.com/oss-review-toolkit/ort
aa1593f2bc5cd790c450a9084e090eb435d7ba5f
Frank Viernau
2023-02-07 02:24:07
refactor(PackageCurationProvider): Rename for ORT_YML_PROVIDER_ID
The repository configuration may come from YAML as well as from JSON files. So, refer to it by the term repository configuration to make that more clear. Also align the actual value of the constant.
refactor(PackageCurationProvider): Rename for ORT_YML_PROVIDER_ID The repository configuration may come from YAML as well as from JSON files. So, refer to it by the term repository configuration to make that more clear. Also align the actual value of the constant. Signed-off-by: Frank Viernau <frank_viernau@epam.com>
diff --git a/analyzer/src/main/kotlin/PackageCurationProvider.kt b/analyzer/src/main/kotlin/PackageCurationProvider.kt index 5031b0593a61a..6e1b1929afdf3 100644 --- a/analyzer/src/main/kotlin/PackageCurationProvider.kt +++ b/analyzer/src/main/kotlin/PackageCurationProvider.kt @@ -32,7 +32,7 @@ import org.ossreviewtoolk...
coder
https://github.com/coder/coder
20faf897c9152db76e0bb37ac74be6a5f47f6a2f
Bryan
2022-03-15 00:19:49
fix: Test flake when installing yarn dependencies on MacOS (#436)
This fixes #433 - a test flake in E2E (intermittent `ESOCKETTIMEDOUT` errors on MacOS). The main issue is that, occasionally, for very large dependencies (like `@material-ui/icons`) - yarn can actually time out! We researched this in-depth in v1: https://github.com/coder/m/pull/10040 and fixed it successfully there, b...
fix: Test flake when installing yarn dependencies on MacOS (#436) This fixes #433 - a test flake in E2E (intermittent `ESOCKETTIMEDOUT` errors on MacOS). The main issue is that, occasionally, for very large dependencies (like `@material-ui/icons`) - yarn can actually time out! We researched this in-depth in v1: https...
diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index d0afed5280026..de216cbae2a1a 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -61,6 +61,8 @@ jobs: **/node_modules .eslintcache key: js-${{ runner.os }}-test-${{ hashFiles('...
cloud-hypervisor
https://github.com/cloud-hypervisor/cloud-hypervisor
cb984e163cc5726e74e898cf884ff1a8d59bb14e
dependabot[bot]
2024-03-15 05:34:53
build: Bump js-sys from 0.3.68 to 0.3.69 in /fuzz
Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.68 to 0.3.69. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) ---
build: Bump js-sys from 0.3.68 to 0.3.69 in /fuzz Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.68 to 0.3.69. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/w...
diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 647c02fd1f..f908859f18 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -467,9 +467,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.68" +version = "0.3.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "406cd...
fuels-rs
https://github.com/FuelLabs/fuels-rs
b1cad8477e79ab14aebe8b4001edc1350ca16391
Ahmed Sagdati
2024-08-21 20:16:42
chore: remove patch (#1493)
remove forc std patch
chore: remove patch (#1493) remove forc std patch
diff --git a/e2e/Forc.toml b/e2e/Forc.toml index db72147520..4054e17a43 100644 --- a/e2e/Forc.toml +++ b/e2e/Forc.toml @@ -111,5 +111,3 @@ members = [ 'sway/types/scripts/script_u256', 'sway/types/scripts/script_vectors', ] -[patch.'https://github.com/fuellabs/sway'] -std = { git = "https://github.com/fuellabs/s...