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 ⌀ |
|---|---|---|---|---|---|---|---|---|
node | https://github.com/nodejs/node | e050c349ee771ef18298a0d1599e9bc460ddf532 | Adrian Estrada | 2017-01-17 13:06:25 | test: improve code in test-domain-multi | * use common.mustCall to validate functions executions
* use common.fail to control error
* remove unnecessary variables
* remove unnecessary assertions
* remove console.log and console.error
* use arrow functions | test: improve code in test-domain-multi
* use common.mustCall to validate functions executions
* use common.fail to control error
* remove unnecessary variables
* remove unnecessary assertions
* remove console.log and console.error
* use arrow functions
PR-URL: https://github.com/nodejs/node/pull/10798
Reviewed-By: J... | diff --git a/test/parallel/test-domain-multi.js b/test/parallel/test-domain-multi.js
index b8005726219519..a38b6a2bc42bdf 100644
--- a/test/parallel/test-domain-multi.js
+++ b/test/parallel/test-domain-multi.js
@@ -1,26 +1,16 @@
'use strict';
// Tests of multiple domains happening at once.
-require('../common');
-c... |
minikube | https://github.com/kubernetes/minikube | 45ce10405849a232c0f1a7b4eb32b341f9e3c8ad | dependabot[bot] | 2024-08-13 00:23:41 | Build(deps): Bump google.golang.org/api from 0.190.0 to 0.191.0 | Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.190.0 to 0.191.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/googl... | Build(deps): Bump google.golang.org/api from 0.190.0 to 0.191.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.190.0 to 0.191.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob... | diff --git a/go.mod b/go.mod
index cdab7e174578..aa7ad32049fd 100644
--- a/go.mod
+++ b/go.mod
@@ -76,7 +76,7 @@ require (
golang.org/x/term v0.23.0
golang.org/x/text v0.17.0
gonum.org/v1/plot v0.14.0
- google.golang.org/api v0.190.0
+ google.golang.org/api v0.191.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.30.3
... |
influxdb | https://github.com/influxdata/influxdb | efbaf455a03f15f91440d8d1059a413392648868 | Marco Neumann | 2023-06-02 15:38:21 | feat: `selector_first` with additional args (#7898) | * feat: `selector_first` with additional args
Foundation for #7533.
* test: `selector_first` malformed args
* docs: explain type handling | feat: `selector_first` with additional args (#7898)
* feat: `selector_first` with additional args
Foundation for #7533.
* test: `selector_first` malformed args
* docs: explain type handling | diff --git a/influxdb_iox/tests/query_tests/cases/in/selectors.sql b/influxdb_iox/tests/query_tests/cases/in/selectors.sql
index 19a5b5b8705..e1b4a39c783 100644
--- a/influxdb_iox/tests/query_tests/cases/in/selectors.sql
+++ b/influxdb_iox/tests/query_tests/cases/in/selectors.sql
@@ -19,6 +19,8 @@ select selector_first... |
talos | https://github.com/siderolabs/talos | a8a3e80f216be97bb83cc1366067308911c62616 | Andrey Smirnov | 2020-09-03 23:36:41 | fix: update permissions for directories and files created via extraFiles | There were two issues:
* directories leading up to the path were created with effectively
`000` perms, as `os.ModeDirectory` is a directory flag bit, not perms
* permssions of files created via `open(2)` syscall are affected by
`umask(2)`, which in turn is `0022` by default. As `umask` gets
inherited via `fork/exec`,... | fix: update permissions for directories and files created via extraFiles
There were two issues:
* directories leading up to the path were created with effectively
`000` perms, as `os.ModeDirectory` is a directory flag bit, not perms
* permssions of files created via `open(2)` syscall are affected by
`umask(2)`, whic... | diff --git a/internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_sequencer_tasks.go b/internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_sequencer_tasks.go
index 5a39cbf324e..b66849a993b 100644
--- a/internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_sequencer_tasks.go
+++ b/internal/app/machined/pkg/runtime/v1alpha1... |
youki | https://github.com/youki-dev/youki | 0352b891c6a3466b785ab2b412c79992729cd8d0 | dependabot[bot] | 2023-05-15 07:03:46 | chore(deps): bump bytecheck_derive from 0.6.10 to 0.6.11 | Bumps [bytecheck_derive](https://github.com/djkoloski/bytecheck) from 0.6.10 to 0.6.11.
- [Release notes](https://github.com/djkoloski/bytecheck/releases)
- [Commits](https://github.com/djkoloski/bytecheck/commits)
--- | chore(deps): bump bytecheck_derive from 0.6.10 to 0.6.11
Bumps [bytecheck_derive](https://github.com/djkoloski/bytecheck) from 0.6.10 to 0.6.11.
- [Release notes](https://github.com/djkoloski/bytecheck/releases)
- [Commits](https://github.com/djkoloski/bytecheck/commits)
---
updated-dependencies:
- dependency-name: b... | diff --git a/Cargo.lock b/Cargo.lock
index b8be168fc..b5ad7a855 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -258,9 +258,9 @@ dependencies = [
[[package]]
name = "bytecheck_derive"
-version = "0.6.10"
+version = "0.6.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e31225543cb46f81a... |
lance | https://github.com/lancedb/lance | 2b015caf5f9c2a8389f3d69c5dc9cc4efa2275ae | Tanay Mehta | 2024-03-14 17:09:44 | docs: add llm dataset creation example (#2060) | Adds an example for creating an LLM Dataset using Lance and Huggingface
datasets. Also adds the examples page index. | docs: add llm dataset creation example (#2060)
Adds an example for creating an LLM Dataset using Lance and Huggingface
datasets. Also adds the examples page index.
Fixes #2027
cc: @AyushExel
---------
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com> | diff --git a/docs/examples/examples.rst b/docs/examples/examples.rst
new file mode 100644
index 0000000000..fffe43e4e6
--- /dev/null
+++ b/docs/examples/examples.rst
@@ -0,0 +1,7 @@
+Examples
+--------
+
+.. toctree::
+ :maxdepth: 1
+
+ Creating text dataset for LLM training using Lance <./llm_dataset_creation>
\... |
ant-design | https://github.com/ant-design/ant-design | 5e09660a3e2fd3c943760f3362dc957425a9c5d3 | xrkffgg | 2020-04-21 20:53:37 | fix: collapse default position in rtl (#23445) | * fix: collapse default position in rtl
* update snap
* up
* fix
* fix
* fix var
* fix | fix: collapse default position in rtl (#23445)
* fix: collapse default position in rtl
* update snap
* up
* fix
* fix
* fix var
* fix | diff --git a/components/collapse/Collapse.tsx b/components/collapse/Collapse.tsx
index 0fe9c532218a..7317c77aeaa3 100644
--- a/components/collapse/Collapse.tsx
+++ b/components/collapse/Collapse.tsx
@@ -7,7 +7,7 @@ import CollapsePanel from './CollapsePanel';
import { ConfigConsumer, ConfigConsumerProps } from '../con... |
ddns-go | https://github.com/jeessy2/ddns-go | 15327f0131a9a07377d9fb5532e2131a935299ad | dependabot[bot] | 2022-05-25 07:09:57 | build(deps): bump goreleaser/goreleaser-action from 2 to 3 (#281) | Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2...v3)
--- | build(deps): bump goreleaser/goreleaser-action from 2 to 3 (#281)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2...v3)
... | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index cf5c4823e..a8655a8af 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
go-version: 1.17
- name: Run GoReleaser
- uses: goreleaser/goreleaser-action@v2
+ ... |
coder | https://github.com/coder/coder | 5993f85ec91b4ed6d33f2a87be7319c6dfbc135f | Dean Sheather | 2023-08-29 07:04:52 | fix: avoid redirect loop on workspace proxies (#9389) | * fix: avoid redirect loop on workspace proxies
--------- | fix: avoid redirect loop on workspace proxies (#9389)
* fix: avoid redirect loop on workspace proxies
---------
Co-authored-by: Steven Masley <stevenmasley@coder.com> | diff --git a/coderd/httpapi/cookie.go b/coderd/httpapi/cookie.go
index 4879478cb73b9..526dfb8207fe7 100644
--- a/coderd/httpapi/cookie.go
+++ b/coderd/httpapi/cookie.go
@@ -23,8 +23,9 @@ func StripCoderCookies(header string) string {
if name == codersdk.SessionTokenCookie ||
name == codersdk.OAuth2StateCookie ||... |
angular | https://github.com/angular/angular | a6f7fe394a6fc395b8820288aa82f4d228cf48cf | Judy Bogart | 2019-01-12 00:45:08 | docs: add schematics terms to glossary (#27862) | PR Close #27862 | docs: add schematics terms to glossary (#27862)
PR Close #27862 | diff --git a/aio/content/guide/glossary.md b/aio/content/guide/glossary.md
index 0a80f444695532..834983f840681d 100644
--- a/aio/content/guide/glossary.md
+++ b/aio/content/guide/glossary.md
@@ -19,18 +19,18 @@ unexpected definitions.
## ahead-of-time (AOT) compilation
-The Angular ahead-of-time (AOT) compiler con... |
linkerd2 | https://github.com/linkerd/linkerd2 | d2cde7b8a59b5613c21e2602dc2292397e6c7ee0 | dependabot[bot] | 2024-05-08 03:59:39 | build(deps): bump getrandom from 0.2.14 to 0.2.15 (#12562) | Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.14 to 0.2.15.
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.2.14...v0.2.15)
--- | build(deps): bump getrandom from 0.2.14 to 0.2.15 (#12562)
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.14 to 0.2.15.
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.2.14...v0.2.15)
---
updated-dep... | diff --git a/Cargo.lock b/Cargo.lock
index 1fc568112cb2d..60d15d74e6430 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -595,9 +595,9 @@ dependencies = [
[[package]]
name = "getrandom"
-version = "0.2.14"
+version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "94b22e06ecb01109... |
vue | https://github.com/vuejs/vue | 05299610ea3e89ddbcfe4d8ede0c298223766423 | AchillesJ | 2018-01-06 04:14:44 | fix(vdom): svg inside foreignObject should be rendered with correct namespace (fix #7330) (#7350) | * add failed test case
* fix failed test case
* fix(vdom): svg inside foreignObject should be rendered with correct namespace
* adjust comments | fix(vdom): svg inside foreignObject should be rendered with correct namespace (fix #7330) (#7350)
* add failed test case
* fix failed test case
* fix(vdom): svg inside foreignObject should be rendered with correct namespace
* adjust comments | diff --git a/src/core/vdom/create-element.js b/src/core/vdom/create-element.js
index 248bcff18f9..c5cde2c6424 100644
--- a/src/core/vdom/create-element.js
+++ b/src/core/vdom/create-element.js
@@ -139,7 +139,8 @@ function applyNS (vnode, ns, force) {
if (isDef(vnode.children)) {
for (let i = 0, l = vnode.childr... |
Exposed | https://github.com/JetBrains/Exposed | 6584eb1dac1c6ab06dda28aea3ac323dc95c5b51 | bog-walk | 2024-08-27 05:52:39 | docs: EXPOSED-499 Add examples of custom data types (#2213) | * docs: EXPOSED-499 Add examples of custom data types
Add a new section to 'Data Types' page with examples of how to implement
different custom types
* docs: EXPOSED-499 Add examples of custom data types
- Add external reference links for each database type
- Change subsection titles to be more descriptive | docs: EXPOSED-499 Add examples of custom data types (#2213)
* docs: EXPOSED-499 Add examples of custom data types
Add a new section to 'Data Types' page with examples of how to implement
different custom types
* docs: EXPOSED-499 Add examples of custom data types
- Add external reference links for each database typ... | diff --git a/documentation-website/Writerside/topics/Data-Types.md b/documentation-website/Writerside/topics/Data-Types.md
index 5989a93f24..8d99472974 100644
--- a/documentation-website/Writerside/topics/Data-Types.md
+++ b/documentation-website/Writerside/topics/Data-Types.md
@@ -279,3 +279,439 @@ Teams
.selectA... |
talos | https://github.com/siderolabs/talos | b0466e0abf2f8af43f3fb6c9661f44000fe1d54b | Andrey Smirnov | 2024-05-31 21:23:57 | fix: disable kexec on GCP/Azure | It looks like VMs might be stuck on kexec, while there's little value in
kexec with VMs. | fix: disable kexec on GCP/Azure
It looks like VMs might be stuck on kexec, while there's little value in
kexec with VMs.
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> | diff --git a/internal/app/machined/pkg/runtime/v1alpha1/platform/azure/azure.go b/internal/app/machined/pkg/runtime/v1alpha1/platform/azure/azure.go
index 5bf92f5bc60..d34f937c8f2 100644
--- a/internal/app/machined/pkg/runtime/v1alpha1/platform/azure/azure.go
+++ b/internal/app/machined/pkg/runtime/v1alpha1/platform/az... |
ragflow | https://github.com/infiniflow/ragflow | 01ab5b5db1c8753226b4acbc3c279b1b17ef666d | balibabu | 2024-02-28 13:58:33 | feat: rename conversation and delete conversation and preview reference image and fetch file thumbnails (#79) | * feat: fetch file thumbnails
* feat: preview reference image
* feat: delete conversation
* feat: rename conversation | feat: rename conversation and delete conversation and preview reference image and fetch file thumbnails (#79)
* feat: fetch file thumbnails
* feat: preview reference image
* feat: delete conversation
* feat: rename conversation | diff --git a/web/src/components/rename-modal/index.tsx b/web/src/components/rename-modal/index.tsx
new file mode 100644
index 00000000000..ba902c57828
--- /dev/null
+++ b/web/src/components/rename-modal/index.tsx
@@ -0,0 +1,78 @@
+import { Form, Input, Modal } from 'antd';
+import { useEffect } from 'react';
+import { ... |
OpenHands | https://github.com/All-Hands-AI/OpenHands | d18e6c85a0c1dbcbb5fd537bba5049bf55be2b08 | Yufan Song | 2024-05-22 14:23:31 | feat: add metrics related to cost for better observability (#1944) | * add metrics for total_cost
* make lint
* refact codeact
* change metrics into llm
* add costs list, add into state
* refactor log completion
* refactor and test others
* make lint
* Update opendevin/core/metrics.py | feat: add metrics related to cost for better observability (#1944)
* add metrics for total_cost
* make lint
* refact codeact
* change metrics into llm
* add costs list, add into state
* refactor log completion
* refactor and test others
* make lint
* Update opendevin/core/metrics.py
Co-authored-by: Boxuan Li ... | diff --git a/agenthub/SWE_agent/agent.py b/agenthub/SWE_agent/agent.py
index d62681579d9a..6a3297e2294f 100644
--- a/agenthub/SWE_agent/agent.py
+++ b/agenthub/SWE_agent/agent.py
@@ -42,7 +42,7 @@ def _remember(self, action: Action, observation: Observation) -> None:
self.running_memory.append(memory)
d... |
dokku | https://github.com/dokku/dokku | 8eeb18c79b338ea2e0a241e75932825183dda219 | dependabot[bot] | 2025-01-24 18:53:07 | chore(deps): bump google.golang.org/protobuf in /tests/apps/gogrpc | Bumps google.golang.org/protobuf from 1.36.2 to 1.36.4.
--- | chore(deps): bump google.golang.org/protobuf in /tests/apps/gogrpc
Bumps google.golang.org/protobuf from 1.36.2 to 1.36.4.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <suppor... | diff --git a/tests/apps/gogrpc/go.mod b/tests/apps/gogrpc/go.mod
index 14ed7a77b15..f8783251337 100644
--- a/tests/apps/gogrpc/go.mod
+++ b/tests/apps/gogrpc/go.mod
@@ -11,7 +11,7 @@ require (
require (
google.golang.org/grpc/examples v0.0.0-20240118175532-987df1309236
- google.golang.org/protobuf v1.36.2
+ google... |
formily | https://github.com/alibaba/formily | cd50ad7d9e9236d9898167d3ffa015f7f5e139b9 | Muyao | 2021-11-17 19:58:31 | fix(element): fix FormLayout provide props not update (#2448) | * fix(element): fix FormLayout provide props not update
* chore(reactive-vue): ignore vue3 test branch | fix(element): fix FormLayout provide props not update (#2448)
* fix(element): fix FormLayout provide props not update
* chore(reactive-vue): ignore vue3 test branch | diff --git a/packages/element/src/form-layout/index.ts b/packages/element/src/form-layout/index.ts
index 41bbbc4ab36..309a7bf8b8d 100644
--- a/packages/element/src/form-layout/index.ts
+++ b/packages/element/src/form-layout/index.ts
@@ -49,18 +49,21 @@ export const FormLayoutShallowContext: InjectionKey<Ref<FormLayoutP... |
ruffle | https://github.com/ruffle-rs/ruffle | db888ad739df4e7283e9f26e652d803d5cf943f0 | dependabot[bot] | 2022-02-13 22:13:46 | build(deps): bump png from 0.17.2 to 0.17.3 | Bumps [png](https://github.com/image-rs/image-png) from 0.17.2 to 0.17.3.
- [Release notes](https://github.com/image-rs/image-png/releases)
- [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md)
- [Commits](https://github.com/image-rs/image-png/commits)
--- | build(deps): bump png from 0.17.2 to 0.17.3
Bumps [png](https://github.com/image-rs/image-png) from 0.17.2 to 0.17.3.
- [Release notes](https://github.com/image-rs/image-png/releases)
- [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md)
- [Commits](https://github.com/image-rs/image-png/commits)
... | diff --git a/Cargo.lock b/Cargo.lock
index a3bb7892062d1..4a357cd4fd595 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1000,9 +1000,9 @@ dependencies = [
[[package]]
name = "deflate"
-version = "0.9.1"
+version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5f95bf05dffba6e6cc... |
fish-shell | https://github.com/fish-shell/fish-shell | 657c132deedc8b9c39548caf2ef7600f5f6ac7fb | Fabian Boehm | 2023-11-08 00:29:32 | docs: Fix link | (cherry picked from commit 8fea3cb56df6f120a760efd563391014f8557a86) | docs: Fix link
(cherry picked from commit 8fea3cb56df6f120a760efd563391014f8557a86) | diff --git a/doc_src/cmds/bind.rst b/doc_src/cmds/bind.rst
index 6c0181cbf0e8..9b0be6d9dd37 100644
--- a/doc_src/cmds/bind.rst
+++ b/doc_src/cmds/bind.rst
@@ -382,4 +382,4 @@ Holding alt and something else also typically sends escape, for example holding
fish waits for a period after receiving the escape character, to... |
RSSHub | https://github.com/DIYgod/RSSHub | 424974aaed7e6b36b55151db7b5e242e9e0daa50 | dependabot[bot] | 2025-01-24 14:04:06 | chore(deps): bump imapflow from 1.0.177 to 1.0.178 (#18206) | Bumps [imapflow](https://github.com/postalsys/imapflow) from 1.0.177 to 1.0.178.
- [Release notes](https://github.com/postalsys/imapflow/releases)
- [Changelog](https://github.com/postalsys/imapflow/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postalsys/imapflow/compare/v1.0.177...v1.0.178)
--- | chore(deps): bump imapflow from 1.0.177 to 1.0.178 (#18206)
Bumps [imapflow](https://github.com/postalsys/imapflow) from 1.0.177 to 1.0.178.
- [Release notes](https://github.com/postalsys/imapflow/releases)
- [Changelog](https://github.com/postalsys/imapflow/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pos... | diff --git a/package.json b/package.json
index 4ae9faab62b6de..2193b73bed3e9b 100644
--- a/package.json
+++ b/package.json
@@ -89,7 +89,7 @@
"http-cookie-agent": "6.0.8",
"https-proxy-agent": "7.0.6",
"iconv-lite": "0.6.3",
- "imapflow": "1.0.177",
+ "imapflow": "1.0.178",
... |
ragflow | https://github.com/infiniflow/ragflow | 814a210f5d643047b53ad9d31936290605bb8806 | liwenju0 | 2025-03-25 12:39:56 | Fix: failed to acquire lock exception with retry mechanism for postgres and mysql (#6483) | Added the with_retry decorator in db_models.py to add a retry mechanism
for database operations. Applied the retry mechanism to the lock and
unlock methods of the PostgresDatabaseLock and MysqlDatabaseLock classes
to enhance the reliability of lock operations.
### What problem does this PR solve?
resolve failed to acq... | Fix: failed to acquire lock exception with retry mechanism for postgres and mysql (#6483)
Added the with_retry decorator in db_models.py to add a retry mechanism
for database operations. Applied the retry mechanism to the lock and
unlock methods of the PostgresDatabaseLock and MysqlDatabaseLock classes
to enhance the ... | diff --git a/api/db/db_models.py b/api/db/db_models.py
index abd0efb7f15..490eecc477f 100644
--- a/api/db/db_models.py
+++ b/api/db/db_models.py
@@ -19,8 +19,10 @@
import os
import sys
import typing
+import time
from enum import Enum
from functools import wraps
+import hashlib
from flask_login import UserMixin
... |
firecracker | https://github.com/firecracker-microvm/firecracker | 14d13c171f34648affd3c7a6b44f365231870e72 | Patrick Roy | 2024-01-30 00:01:20 | refactor: Make MachineConfigUpdate::is_empty forward compatible | Instead of listing out each field in the function (which is error prone
in case more fields get added, because the compiler will not be able to
detect that they might be missing from the `is_empty` condition),
compare against `Default::default`, which will automatically include all
future fields in the comparision, and... | refactor: Make MachineConfigUpdate::is_empty forward compatible
Instead of listing out each field in the function (which is error prone
in case more fields get added, because the compiler will not be able to
detect that they might be missing from the `is_empty` condition),
compare against `Default::default`, which wil... | diff --git a/src/vmm/src/vmm_config/machine_config.rs b/src/vmm/src/vmm_config/machine_config.rs
index fffa9e4789d..49729dbc957 100644
--- a/src/vmm/src/vmm_config/machine_config.rs
+++ b/src/vmm/src/vmm_config/machine_config.rs
@@ -60,7 +60,7 @@ impl Default for MachineConfig {
/// All fields are optional, but at lea... |
google-api-nodejs-client | https://github.com/googleapis/google-api-nodejs-client | 080e682796aca945201ccf975dfce69457f58da5 | Yoshi Automation | 2023-02-03 00:20:07 | fix(androidmanagement): update the API | #### androidmanagement:v1
The following keys were changed:
- schemas.SetupAction.properties.launchApp.description | fix(androidmanagement): update the API
#### androidmanagement:v1
The following keys were changed:
- schemas.SetupAction.properties.launchApp.description | diff --git a/discovery/androidmanagement-v1.json b/discovery/androidmanagement-v1.json
index 0b4c9f6bfb..09c81bae72 100644
--- a/discovery/androidmanagement-v1.json
+++ b/discovery/androidmanagement-v1.json
@@ -1065,7 +1065,7 @@
}
}
},
- "revision": "20221205",
+ "revision": "20230123",
"rootUrl": "... |
appsmith | https://github.com/appsmithorg/appsmith | f960f67c84cedb26ba28190f352c4b8ef1c6b223 | Rimil Dey | 2023-05-06 19:30:50 | fix: Clear cache when switching pages (#22776) | ## Description
We noticed stale data from the previous page when having widgets with
the same name on different pages. This PR fixes this by changing the
data tree in the state when clearing the cache. | fix: Clear cache when switching pages (#22776)
## Description
We noticed stale data from the previous page when having widgets with
the same name on different pages. This PR fixes this by changing the
data tree in the state when clearing the cache.
Fixes #17097
PS - This task does not have tests, since we could no... | diff --git a/app/client/src/ce/constants/ReduxActionConstants.tsx b/app/client/src/ce/constants/ReduxActionConstants.tsx
index 556f823476c7..9b2d58651c88 100644
--- a/app/client/src/ce/constants/ReduxActionConstants.tsx
+++ b/app/client/src/ce/constants/ReduxActionConstants.tsx
@@ -813,6 +813,7 @@ export const ReduxAct... |
blender | https://github.com/blender/blender | 1222c45544637ae6255935db14f3e0e23fc63cf3 | Hans Goudey | 2021-11-19 22:56:48 | Fix: Use the instances domain in instance transform nodes | Instance attributes exist on the instance domain after rB97533eede44421,
so these fields should be evaluated on that domain. | Fix: Use the instances domain in instance transform nodes
Instance attributes exist on the instance domain after rB97533eede44421,
so these fields should be evaluated on that domain. | diff --git a/source/blender/nodes/geometry/nodes/node_geo_rotate_instances.cc b/source/blender/nodes/geometry/nodes/node_geo_rotate_instances.cc
index abf44b1aaf85..c53eaa2ded96 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_rotate_instances.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_rotate_instan... |
angular | https://github.com/angular/angular | ee98f4eaf844c84bbdbc93bad62fb574fa4c8589 | dario-piotrowicz | 2022-06-03 22:38:15 | docs: update outdated link title for structural directives guide (#46228) | amend the aio glossary using as the structural-directives guide link's title the
outdated heading of that guide (changed in PR #44895)
PR Close #46228 | docs: update outdated link title for structural directives guide (#46228)
amend the aio glossary using as the structural-directives guide link's title the
outdated heading of that guide (changed in PR #44895)
PR Close #46228 | diff --git a/aio/content/guide/glossary.md b/aio/content/guide/glossary.md
index c3c75f2a629d0c..3d608710f90076 100644
--- a/aio/content/guide/glossary.md
+++ b/aio/content/guide/glossary.md
@@ -1142,7 +1142,7 @@ Learn more about zones in this [Brian Ford video][YoutubeWatchV3iqtmusceU].
[AioGuideSetupLocal]: guide/... |
helix | https://github.com/helix-editor/helix | 6cb0d1c4e47c610937454c03f7ca83bb79e93cdc | dependabot[bot] | 2021-10-12 06:09:56 | build(deps): bump libloading from 0.7.0 to 0.7.1 (#827) | Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/nagisa/rust_libloading/releases)
- [Commits](https://github.com/nagisa/rust_libloading/commits)
--- | build(deps): bump libloading from 0.7.0 to 0.7.1 (#827)
Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/nagisa/rust_libloading/releases)
- [Commits](https://github.com/nagisa/rust_libloading/commits)
---
updated-dependencies:
- dependency-name: l... | diff --git a/Cargo.lock b/Cargo.lock
index 6d355ade4adb..fc640cd88948 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -555,9 +555,9 @@ checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"
[[package]]
name = "libloading"
-version = "0.7.0"
+version = "0.7.1"
source = "registry+https://github.co... |
ort | https://github.com/oss-review-toolkit/ort | ec843ea329d2cf03658825d7b8166081a4a7184c | Sebastian Schuberth | 2023-10-11 16:36:27 | refactor(clearly-defined): Introduce a `strings` property | The class properties are immuntable, so store the string representations
required for `toString()` in a dedicated property that will be used more
in an upcoming change. As all strings are non-nullable, the conversion
back to a nullable `revision` is adjusted accordingly. | refactor(clearly-defined): Introduce a `strings` property
The class properties are immuntable, so store the string representations
required for `toString()` in a dedicated property that will be used more
in an upcoming change. As all strings are non-nullable, the conversion
back to a nullable `revision` is adjusted ac... | diff --git a/clients/clearly-defined/src/main/kotlin/Coordinates.kt b/clients/clearly-defined/src/main/kotlin/Coordinates.kt
index 3b1d611a259a5..1ef1088ed8a8d 100644
--- a/clients/clearly-defined/src/main/kotlin/Coordinates.kt
+++ b/clients/clearly-defined/src/main/kotlin/Coordinates.kt
@@ -62,10 +62,12 @@ data class ... |
jj | https://github.com/jj-vcs/jj | 356e7b6bf22e603b711875b548ec95c4df245255 | Martin von Zweigbergk | 2024-10-22 01:31:25 | docs: use `release@origin` in example of additional immutable bookmark | The example said `maint@origin` until 670efbebfcf0. The name was
supposed to stand for "maintenance". Let's use `release` instead to
make it clearer. | docs: use `release@origin` in example of additional immutable bookmark
The example said `maint@origin` until 670efbebfcf0. The name was
supposed to stand for "maintenance". Let's use `release` instead to
make it clearer. | diff --git a/docs/config.md b/docs/config.md
index 2b1dab7463..6a3a6406c7 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -268,10 +268,10 @@ You can configure the set of immutable commits via
`revset-aliases."immutable_heads()"`. The default set of immutable heads is
`builtin_immutable_heads()`, which in turn is ... |
deno | https://github.com/denoland/deno | f827b93df42385a0a5e37b6fbd41f2808aa9aa94 | Aaron O'Mullan | 2021-09-21 21:08:57 | perf(web): optimize AbortController (#12165) | - Use regular class constructor and symbol "private" attributes
- Lazy init Set of follower signals | perf(web): optimize AbortController (#12165)
- Use regular class constructor and symbol "private" attributes
- Lazy init Set of follower signals | diff --git a/ext/web/03_abort_signal.js b/ext/web/03_abort_signal.js
index d67bfef26835c5..511ad216fb84f2 100644
--- a/ext/web/03_abort_signal.js
+++ b/ext/web/03_abort_signal.js
@@ -11,7 +11,6 @@
Boolean,
Set,
SetPrototypeAdd,
- SetPrototypeClear,
SetPrototypeDelete,
Symbol,
SymbolToSt... |
sentry | https://github.com/getsentry/sentry | b3eef2e7a1562a1913c6684a0760a8b74eeb0892 | William Mak | 2023-04-12 21:29:08 | fix(starfish): Maybe fix linking to starfish (#47243) | - This hopefully will fix linking to starfish in prod, which is
currently just redirecting to issues instead | fix(starfish): Maybe fix linking to starfish (#47243)
- This hopefully will fix linking to starfish in prod, which is
currently just redirecting to issues instead | diff --git a/static/app/routes.tsx b/static/app/routes.tsx
index 22bb8ae4a103fa..800de40260b255 100644
--- a/static/app/routes.tsx
+++ b/static/app/routes.tsx
@@ -1692,7 +1692,9 @@ function buildRoutes() {
{usingCustomerDomain && (
<Route
path="/starfish/"
- component={make(() => imp... |
envoy | https://github.com/envoyproxy/envoy | 62645ec64cba62aabd2206f1e581a535cb051f7f | dependabot[bot] | 2024-06-07 15:50:10 | build(deps): bump otel/opentelemetry-collector from `1cffbc3` to `8473e4b` in /examples/opentelemetry (#34575) | build(deps): bump otel/opentelemetry-collector
Bumps otel/opentelemetry-collector from `1cffbc3` to `8473e4b`.
--- | build(deps): bump otel/opentelemetry-collector from `1cffbc3` to `8473e4b` in /examples/opentelemetry (#34575)
build(deps): bump otel/opentelemetry-collector
Bumps otel/opentelemetry-collector from `1cffbc3` to `8473e4b`.
---
updated-dependencies:
- dependency-name: otel/opentelemetry-collector
dependency-type: di... | diff --git a/examples/opentelemetry/Dockerfile-opentelemetry b/examples/opentelemetry/Dockerfile-opentelemetry
index e27962f834f3..9e7f6e5ecced 100644
--- a/examples/opentelemetry/Dockerfile-opentelemetry
+++ b/examples/opentelemetry/Dockerfile-opentelemetry
@@ -1,7 +1,7 @@
FROM alpine:3.20@sha256:77726ef6b57ddf65bb55... |
docsify | https://github.com/docsifyjs/docsify | ba5ee26f00e957b58173f96b1901f6ffd3d8e5f5 | John Hildenbiddle | 2022-03-08 13:52:10 | feat: Emoji build (#1766) | * Fix incorrect file name
* Improve build
- Display emoji API URL
- Display number of emoji entries retrieved from API
- Distinguish between creating and updating files
- Catch and display errors (gracefully fail for offline work)
- Add “DO NOT EDIT” comment to generated output
* Add emoji to automated build
* Remo... | feat: Emoji build (#1766)
* Fix incorrect file name
* Improve build
- Display emoji API URL
- Display number of emoji entries retrieved from API
- Distinguish between creating and updating files
- Catch and display errors (gracefully fail for offline work)
- Add “DO NOT EDIT” comment to generated output
* Add emoji... | diff --git a/build/emoji.js b/build/emoji.js
index 10610c57a..c19b8e735 100644
--- a/build/emoji.js
+++ b/build/emoji.js
@@ -9,12 +9,15 @@ const filePaths = {
'src',
'core',
'render',
- 'emojify-data.js'
+ 'emoji-data.js'
),
};
async function getEmojiData() {
const emojiDataURL = 'https:/... |
ant-design | https://github.com/ant-design/ant-design | 0b8c1121931a1ac42c73ff40b7cc438a4f261584 | MadCcc | 2022-09-13 09:22:56 | feat: token wireframe (#37507) | * feat: wireframe token
* feat: token wireframe
* feat: wireframe steps
* feat: wireframe table
* feat: wireframe modal
* feat: wireframe popover
* chore: update token collect | feat: token wireframe (#37507)
* feat: wireframe token
* feat: token wireframe
* feat: wireframe steps
* feat: wireframe table
* feat: wireframe modal
* feat: wireframe popover
* chore: update token collect | diff --git a/components/modal/style/index.tsx b/components/modal/style/index.tsx
index 627ab5914cfe..682861385945 100644
--- a/components/modal/style/index.tsx
+++ b/components/modal/style/index.tsx
@@ -336,6 +336,55 @@ const genRTLStyle: GenerateStyle<ModalToken> = token => {
};
};
+const genWireframeStyle: Gene... |
xyflow | https://github.com/xyflow/xyflow | 791bdebf2c13646f478aaf57504166e9e8a513df | dependabot-preview[bot] | 2020-08-28 23:42:10 | chore(deps-dev): bump rollup from 2.26.4 to 2.26.5 | Bumps [rollup](https://github.com/rollup/rollup) from 2.26.4 to 2.26.5.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.26.4...v2.26.5) | chore(deps-dev): bump rollup from 2.26.4 to 2.26.5
Bumps [rollup](https://github.com/rollup/rollup) from 2.26.4 to 2.26.5.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.26.4..... | diff --git a/package-lock.json b/package-lock.json
index a0878f381..ae6b72ace 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11354,9 +11354,9 @@
}
},
"rollup": {
- "version": "2.26.4",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.26.4.tgz",
- "integrity": "sha5... |
bootstrap | https://github.com/twbs/bootstrap | 7a42c40ba0ea9b3e89554bd02cfb9fb6a476778d | dependabot[bot] | 2024-08-13 18:10:08 | Build(deps-dev): Bump autoprefixer from 10.4.19 to 10.4.20 (#40697) | Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.19 to 10.4.20.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.19...10.4.20)
--- | Build(deps-dev): Bump autoprefixer from 10.4.19 to 10.4.20 (#40697)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.19 to 10.4.20.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https:... | diff --git a/package-lock.json b/package-lock.json
index d5f3fc6f1bf4..ad81b9e790cb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -29,7 +29,7 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@stackblitz/sdk": "^1.11.0",
- "autoprefixer": "^1... |
coder | https://github.com/coder/coder | a040bcc0cf48e325df953803d64fb7e21dca68e3 | Ben Potter | 2023-01-19 04:53:55 | docs: clarify access URL in install flow (#5626) | * fix: TLS disabled copy
* clarify default access URL
* add docs for coder address | docs: clarify access URL in install flow (#5626)
* fix: TLS disabled copy
* clarify default access URL
* add docs for coder address | diff --git a/cli/server.go b/cli/server.go
index 66970f0031f76..c01ac903ac66d 100644
--- a/cli/server.go
+++ b/cli/server.go
@@ -112,7 +112,7 @@ func Server(vip *viper.Viper, newAPI func(context.Context, *coderd.Options) (*co
return xerrors.Errorf("TLS address must be set if TLS is enabled")
}
if !cfg.TLS.... |
node | https://github.com/nodejs/node | 30bbeb76808e320498187f2b10d24ea4fa8aed12 | Denys Otrishko | 2020-03-11 00:19:09 | test: always skip vm-timeout-escape-queuemicrotask | This issue is unfixable with the current implementations of V8 and
Node.js. Changes to make this fixable are unlikely to happen in the
foreseeable future. The test itself is flaky and skipped. It
serves as a demonstration of the issue only. | test: always skip vm-timeout-escape-queuemicrotask
This issue is unfixable with the current implementations of V8 and
Node.js. Changes to make this fixable are unlikely to happen in the
foreseeable future. The test itself is flaky and skipped. It
serves as a demonstration of the issue only.
PR-URL: https://github.co... | diff --git a/test/known_issues/known_issues.status b/test/known_issues/known_issues.status
index fdf2d86bcd52bf..8dd569a3950bf6 100644
--- a/test/known_issues/known_issues.status
+++ b/test/known_issues/known_issues.status
@@ -5,6 +5,11 @@ prefix known_issues
# sample-test : SKIP
[true] # Thi... |
remix | https://github.com/remix-run/remix | 40216cdf83593b53e1f8d98b936e4662238787b6 | Logan McAnsh | 2022-02-10 11:12:11 | fix(create-remix/express): update caching to be dynamic based on path (#1861) | otherwise it was always 1 hour canary.discord.com/channels/770287896669978684/777863745321304104/941061633000763444 | fix(create-remix/express): update caching to be dynamic based on path (#1861)
otherwise it was always 1 hour canary.discord.com/channels/770287896669978684/777863745321304104/941061633000763444
Signed-off-by: Logan McAnsh <logan@mcan.sh> | diff --git a/packages/create-remix/templates/express/server.js b/packages/create-remix/templates/express/server.js
index c659c276c6d..42a92c605d9 100644
--- a/packages/create-remix/templates/express/server.js
+++ b/packages/create-remix/templates/express/server.js
@@ -1,3 +1,4 @@
+import path from "path";
import expre... |
n8n | https://github.com/n8n-io/n8n | c5e6ba8cdd4a8f117ccc2e89e55497117156d8af | Iván Ovejero | 2023-12-14 22:43:12 | fix(core): Restore workflow ID during execution creation (#8031) | ## Summary
Restore workflow ID during execution creation removed by [this
PR](https://github.com/n8n-io/n8n/pull/8002/files#diff-c8cbb62ca9ab2ae45e5f565cd8c63fff6475809a6241ea0b90acc575615224af).
The missing workflow ID, and more generally the fact that `workflow.id`
is optional when it should not be, causes `Permissio... | fix(core): Restore workflow ID during execution creation (#8031)
## Summary
Restore workflow ID during execution creation removed by [this
PR](https://github.com/n8n-io/n8n/pull/8002/files#diff-c8cbb62ca9ab2ae45e5f565cd8c63fff6475809a6241ea0b90acc575615224af).
The missing workflow ID, and more generally the fact that ... | diff --git a/packages/cli/src/commands/worker.ts b/packages/cli/src/commands/worker.ts
index 97a41988ec4a4..07b4ce98fe491 100644
--- a/packages/cli/src/commands/worker.ts
+++ b/packages/cli/src/commands/worker.ts
@@ -13,7 +13,13 @@ import type {
INodeTypes,
IRun,
} from 'n8n-workflow';
-import { Workflow, NodeOper... |
consul | https://github.com/hashicorp/consul | 7ae25f6c7e3fa43462bcb15883cbf1c7c42f9258 | Brian Shumate | 2017-07-07 22:08:56 | DOCS: Add note in Ports Used section (#3241) | - Add note about port 8302 to address #3058 | DOCS: Add note in Ports Used section (#3241)
- Add note about port 8302 to address #3058 | diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md
index d52c16998b7e..8e5eb7624af7 100644
--- a/website/source/docs/agent/options.html.md
+++ b/website/source/docs/agent/options.html.md
@@ -1176,7 +1176,10 @@ port.
Required by all agents. TCP and UDP.
* Serf WAN (D... |
httpx | https://github.com/projectdiscovery/httpx | 0582b6ad3b429244601037b8af626df3f211e09a | dependabot[bot] | 2023-03-20 16:28:49 | chore(deps): bump github.com/projectdiscovery/utils | Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.0.16 to 0.0.17.
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Commits](https://github.com/projectdiscovery/utils/compare/v0.0.16...v0.0.17)
--- | chore(deps): bump github.com/projectdiscovery/utils
Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.0.16 to 0.0.17.
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Commits](https://github.com/projectdiscovery/utils/compare/v0.0.16...v0.0.17)
---
upd... | diff --git a/go.mod b/go.mod
index 1abbb4165..06469eb4f 100644
--- a/go.mod
+++ b/go.mod
@@ -47,7 +47,7 @@ require (
github.com/projectdiscovery/fastdialer v0.0.24
github.com/projectdiscovery/ratelimit v0.0.6
github.com/projectdiscovery/tlsx v1.0.6
- github.com/projectdiscovery/utils v0.0.16
+ github.com/projectd... |
vuetify | https://github.com/vuetifyjs/vuetify | c52bf1f448dda10e6fee9f9cbaaabb58b8fde187 | John Leider | 2017-10-25 05:02:59 | fix(v-select): fixed auto menu position | fixed a bug where `v-select` with the **auto** prop was not properly aligning itself | fix(v-select): fixed auto menu position
fixed a bug where `v-select` with the **auto** prop was not properly aligning itself | diff --git a/src/components/VList/VListTile.js b/src/components/VList/VListTile.js
index 2b06b88287f..1c19d818e33 100644
--- a/src/components/VList/VListTile.js
+++ b/src/components/VList/VListTile.js
@@ -16,7 +16,7 @@ export default {
props: {
activeClass: {
type: String,
- default: 'list__tile--ac... |
ant-design | https://github.com/ant-design/ant-design | 76b6909c2d8feaef1bbcbe516cb4a1bea629688a | muxin | 2023-03-30 12:15:15 | fix: forcePopupAlign is align to forceAlign instead (#41540) | * fix: forcePopupAlign is align to forceAlign instead
* test: add test
* test: update test | fix: forcePopupAlign is align to forceAlign instead (#41540)
* fix: forcePopupAlign is align to forceAlign instead
* test: add test
* test: update test | diff --git a/components/slider/SliderTooltip.tsx b/components/slider/SliderTooltip.tsx
index 520b6db2548c..5cd2a104f347 100644
--- a/components/slider/SliderTooltip.tsx
+++ b/components/slider/SliderTooltip.tsx
@@ -18,7 +18,7 @@ const SliderTooltip = React.forwardRef<unknown, TooltipProps>((props, ref) => {
functi... |
envoy | https://github.com/envoyproxy/envoy | 56ace997da32d1ccdc0f08868f3df8c1abb1f4c6 | dependabot[bot] | 2024-03-15 14:23:50 | build(deps): bump node from `fbdb66d` to `54836e4` in /examples/shared/node (#32836) | build(deps): bump node in /examples/shared/node
Bumps node from `fbdb66d` to `54836e4`.
--- | build(deps): bump node from `fbdb66d` to `54836e4` in /examples/shared/node (#32836)
build(deps): bump node in /examples/shared/node
Bumps node from `fbdb66d` to `54836e4`.
---
updated-dependencies:
- dependency-name: node
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
... | diff --git a/examples/shared/node/Dockerfile b/examples/shared/node/Dockerfile
index 3d497d08223a..4ef89898f771 100644
--- a/examples/shared/node/Dockerfile
+++ b/examples/shared/node/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:21.7-bookworm-slim@sha256:fbdb66de323c6aa010c6afc04dda9a4031d113ebc623588f42633b124b3a5ac6 as node... |
posthog | https://github.com/PostHog/posthog | 6255c7fe67ba91e2b057c50c2151f23456568722 | Paul D'Ambra | 2023-12-14 15:20:35 | feat: switch toggle label (#19324) | * feat: switch toggle label
* snapshots | feat: switch toggle label (#19324)
* feat: switch toggle label
* snapshots | diff --git a/ee/frontend/mobile-replay/__snapshots__/transform.test.ts.snap b/ee/frontend/mobile-replay/__snapshots__/transform.test.ts.snap
index fea84cb06f161..020bc40108c03 100644
--- a/ee/frontend/mobile-replay/__snapshots__/transform.test.ts.snap
+++ b/ee/frontend/mobile-replay/__snapshots__/transform.test.ts.snap... |
envoy | https://github.com/envoyproxy/envoy | 900773b5b1d4ab4767bce72ec618f4629ed0eaab | dependabot[bot] | 2024-01-15 13:38:11 | build(deps): bump node from `17782cc` to `9df2170` in /examples/shared/node (#31823) | build(deps): bump node in /examples/shared/node
Bumps node from `17782cc` to `9df2170`.
--- | build(deps): bump node from `17782cc` to `9df2170` in /examples/shared/node (#31823)
build(deps): bump node in /examples/shared/node
Bumps node from `17782cc` to `9df2170`.
---
updated-dependencies:
- dependency-name: node
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
... | diff --git a/examples/shared/node/Dockerfile b/examples/shared/node/Dockerfile
index 5e5366738110..c48754aef8cf 100644
--- a/examples/shared/node/Dockerfile
+++ b/examples/shared/node/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:21.5-bookworm-slim@sha256:17782cc3c0405fdc00582b5ca0655bb5ba9b28dcfc06fdfc40761b9920d7a365 as node... |
appsmith | https://github.com/appsmithorg/appsmith | 22e3cab4d8179f73d21afb00a612de36d6a09fdf | yatinappsmith | 2022-09-15 21:13:12 | ci: Fix ui-test cache (#16806) | ## Description
Fix ui-test cache
Fixes # (issue)
## Type of change
- Bug fix (non-breaking change which fixes an issue)
## How Has This Been Tested?
Code review
## Checklist:
- [X] My code follows the style guidelines of this project
- [X] I have performed a self-review of my own code
- [X] I have comment... | ci: Fix ui-test cache (#16806)
## Description
Fix ui-test cache
Fixes # (issue)
## Type of change
- Bug fix (non-breaking change which fixes an issue)
## How Has This Been Tested?
Code review
## Checklist:
- [X] My code follows the style guidelines of this project
- [X] I have performed a self-review of... | diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml
index b6796eea646c..de6e0a57de84 100644
--- a/.github/workflows/integration-tests-command.yml
+++ b/.github/workflows/integration-tests-command.yml
@@ -91,7 +91,7 @@ jobs:
with:
path: |
... |
RSSHub | https://github.com/DIYgod/RSSHub | d183afd72625891d7fded1eb9011a50c03ea6357 | dependabot[bot] | 2024-04-16 04:03:53 | chore(deps-dev): bump eslint-plugin-n from 17.2.0 to 17.2.1 (#15249) | * chore(deps-dev): bump eslint-plugin-n from 17.2.0 to 17.2.1
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.2.0 to 17.2.1.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master... | chore(deps-dev): bump eslint-plugin-n from 17.2.0 to 17.2.1 (#15249)
* chore(deps-dev): bump eslint-plugin-n from 17.2.0 to 17.2.1
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.2.0 to 17.2.1.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Chan... | diff --git a/package.json b/package.json
index 34bc77e1ff0620..5fc3b4d1eb44d8 100644
--- a/package.json
+++ b/package.json
@@ -161,7 +161,7 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-nibble": "8.1.0",
- "eslint-plugin-n": "17.2.0",
+ "eslint-plugin-n": "17... |
cal.com | https://github.com/calcom/cal.com | c415b2d7f529c5de7c28d0f91139ef6936b75497 | Eunjae Lee | 2025-01-02 20:02:39 | feat: apply full width automatically for DataTable (#18357) | * feat: apply full width automatically for DataTable
* change implementation
* load all columns of insights routing table at the same time
* update team member list
* sticky columns for >= sm
* fix type error
--------- | feat: apply full width automatically for DataTable (#18357)
* feat: apply full width automatically for DataTable
* change implementation
* load all columns of insights routing table at the same time
* update team member list
* sticky columns for >= sm
* fix type error
---------
Co-authored-by: Udit Takkar <5331... | diff --git a/packages/features/data-table/components/DataTable.tsx b/packages/features/data-table/components/DataTable.tsx
index 9a2e8fec7dc320..cc6215208f4443 100644
--- a/packages/features/data-table/components/DataTable.tsx
+++ b/packages/features/data-table/components/DataTable.tsx
@@ -7,11 +7,12 @@ import { useVir... |
smooth-app | https://github.com/openfoodfacts/smooth-app | 4052a848d178164962f302c8ff76c0aabd6c2435 | Aman Raj | 2022-08-11 19:34:29 | fix: Offline product knowledge panel issue (#2693) | * Update products with knowledge panels seperately | fix: Offline product knowledge panel issue (#2693)
* Update products with knowledge panels seperately
Co-authored-by: Abu Ghalib <abughalib@users.noreply.github.com>
* don't update products already with knowledge panel
* minor fix
* use remove where instead of for each
* added exception handling
* replaced ! wit... | diff --git a/packages/smooth_app/lib/pages/preferences/user_preferences_dev_mode.dart b/packages/smooth_app/lib/pages/preferences/user_preferences_dev_mode.dart
index cd914044928b..cac11f9088d2 100644
--- a/packages/smooth_app/lib/pages/preferences/user_preferences_dev_mode.dart
+++ b/packages/smooth_app/lib/pages/pref... |
influxdb | https://github.com/influxdata/influxdb | d2b645c5957b6208eb4017d4c9155501fc3da205 | Lyon Hill | 2020-09-02 21:45:57 | fix(onboard): onboarding no longer add admin user (#19478) | The admin user should no longer be added to the new user created by
setup. | fix(onboard): onboarding no longer add admin user (#19478)
The admin user should no longer be added to the new user created by
setup. | diff --git a/tenant/service_onboarding.go b/tenant/service_onboarding.go
index 163e696855e..c0ffb9501cb 100644
--- a/tenant/service_onboarding.go
+++ b/tenant/service_onboarding.go
@@ -6,6 +6,7 @@ import (
"time"
"github.com/influxdata/influxdb/v2"
+ icontext "github.com/influxdata/influxdb/v2/context"
"github.... |
redux-form | https://github.com/redux-form/redux-form | cf0650770ef5d7e1292ff050e30d8226a056b5b8 | Andrew Luca | 2019-10-01 18:20:22 | chore: add Contributor Covenant Code of Conduct | Email address was approved by repository author, Erik. | chore: add Contributor Covenant Code of Conduct
Email address was approved by repository author, Erik. | diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
new file mode 100644
index 000000000..941c0c7fa
--- /dev/null
+++ b/CODE_OF_CONDUCT.md
@@ -0,0 +1,76 @@
+# Contributor Covenant Code of Conduct
+
+## Our Pledge
+
+In the interest of fostering an open and welcoming environment, we as
+contributors and maintainers ple... |
mathjs | https://github.com/josdejong/mathjs | aa819fac6a035ef7a50bddc29c35e015ab9617be | MaybePixem | 2023-07-05 17:24:01 | fix: #2974 Simplify puts plus and minus signs next to eachother (#2981) | * adjust simplify rules
* fix formatting
* move rule back
* move rule | fix: #2974 Simplify puts plus and minus signs next to eachother (#2981)
* adjust simplify rules
* fix formatting
* move rule back
* move rule | diff --git a/src/function/algebra/simplify.js b/src/function/algebra/simplify.js
index 82432069d4..7600d08454 100644
--- a/src/function/algebra/simplify.js
+++ b/src/function/algebra/simplify.js
@@ -392,6 +392,7 @@ export const createSimplify = /* #__PURE__ */ factory(name, dependencies, (
// undo temporary rules
... |
biome | https://github.com/biomejs/biome | e18ebe62e6718ff228324ed2b58a15436e0d1c93 | Takayuki Maeda | 2023-07-02 22:57:48 | ci: avoid installing `cargo-cache` twice (#4648) | * refactor: fix indent
* ci: avoid installing `cargo-cache` twice | ci: avoid installing `cargo-cache` twice (#4648)
* refactor: fix indent
* ci: avoid installing `cargo-cache` twice | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a2beb1f688eb..938019b30a72 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -87,7 +87,7 @@ jobs:
- name: Run tests on ${{ matrix.os }}
run: cargo nextest run --workspace --verbose
- name: Clean c... |
seastar | https://github.com/scylladb/seastar | 82444f36923b9e37f8859b70162dc2cb60846945 | Stephan Dollberg | 2024-02-21 21:58:26 | perf: Calculate length of name column in perf tests | Auto caluclate the maximum needed size of the name column in the perf
tests.
This avoids garbled output like the following:
```
stephan@rp:/build/seastar/build/release$ ./tests/perf/rpc_perf -i 10 --md-output /tmp/seastar.md 2>&1 | grep -v -i -E "reactor stalled|kernel callstack"
INFO 2024-02-21 12:18:01,631 seasta... | perf: Calculate length of name column in perf tests
Auto caluclate the maximum needed size of the name column in the perf
tests.
This avoids garbled output like the following:
```
stephan@rp:/build/seastar/build/release$ ./tests/perf/rpc_perf -i 10 --md-output /tmp/seastar.md 2>&1 | grep -v -i -E "reactor stalled|k... | diff --git a/tests/perf/perf_tests.cc b/tests/perf/perf_tests.cc
index 0ab4d6d0eac..e18398b183e 100644
--- a/tests/perf/perf_tests.cc
+++ b/tests/perf/perf_tests.cc
@@ -142,6 +142,17 @@ struct result_printer {
virtual void print_configuration(const config&) = 0;
virtual void print_result(const result&) = 0;... |
subfinder | https://github.com/projectdiscovery/subfinder | e496ceddafc0897237c947483c092e0adb74200c | dependabot[bot] | 2024-04-08 20:18:58 | chore(deps): bump github.com/projectdiscovery/fastdialer in /v2 | Bumps [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) from 0.0.65 to 0.0.66.
- [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
- [Commits](https://github.com/projectdiscovery/fastdialer/compare/v0.0.65...v0.0.66)
--- | chore(deps): bump github.com/projectdiscovery/fastdialer in /v2
Bumps [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) from 0.0.65 to 0.0.66.
- [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
- [Commits](https://github.com/projectdiscovery/fastdialer/com... | diff --git a/v2/go.mod b/v2/go.mod
index bf246aef2..ff56773a5 100644
--- a/v2/go.mod
+++ b/v2/go.mod
@@ -67,7 +67,7 @@ require (
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/projectdiscovery/blackrock v0.0.1 // indirect
github.com/projectdiscovery/cdncheck v1.0.9 // i... |
openssl | https://github.com/openssl/openssl | 53eecb5de5e97fe436a1ccaff8bad5aaa8fb3edc | Richard Levitte | 2021-03-27 13:33:55 | TEST: Cleanup test recipes | Name mixups cleared, and a few more test case result files that
arent't removed, making forensics on failed tests easier. | TEST: Cleanup test recipes
Name mixups cleared, and a few more test case result files that
arent't removed, making forensics on failed tests easier.
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14505) | diff --git a/test/recipes/02-test_internal_keymgmt.t b/test/recipes/02-test_internal_keymgmt.t
index f7b2eb3f1c734..2f78ed5ae495c 100644
--- a/test/recipes/02-test_internal_keymgmt.t
+++ b/test/recipes/02-test_internal_keymgmt.t
@@ -11,7 +11,7 @@ use OpenSSL::Test qw(:DEFAULT bldtop_dir);
use OpenSSL::Test::Simple;
u... |
nocobase | https://github.com/nocobase/nocobase | c9171a71174c9f2805a42acbb0b65a49fc0709f3 | jack zhang | 2024-04-17 21:15:04 | fix: custom request role list (#4074) | * fix: custom request role list
* fix: custom request body users
* fix: support external data sources
* fix: record data
--------- | fix: custom request role list (#4074)
* fix: custom request role list
* fix: custom request body users
* fix: support external data sources
* fix: record data
---------
Co-authored-by: chenos <chenlinxh@gmail.com> | diff --git a/packages/core/client/src/schema-component/antd/remote-select/RemoteSelect.tsx b/packages/core/client/src/schema-component/antd/remote-select/RemoteSelect.tsx
index b7e59590d82c9..f88aaf20a09d4 100644
--- a/packages/core/client/src/schema-component/antd/remote-select/RemoteSelect.tsx
+++ b/packages/core/cli... |
coder | https://github.com/coder/coder | a62e69d34a46ab233f345d750806522da3c0f2ed | dependabot[bot] | 2024-08-16 19:29:40 | chore: bump undici from 6.19.2 to 6.19.7 in /site (#14300) | Bumps [undici](https://github.com/nodejs/undici) from 6.19.2 to 6.19.7.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.19.2...v6.19.7)
--- | chore: bump undici from 6.19.2 to 6.19.7 in /site (#14300)
Bumps [undici](https://github.com/nodejs/undici) from 6.19.2 to 6.19.7.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.19.2...v6.19.7)
---
updated-dependencies:
- dependency-name: undici
... | diff --git a/site/package.json b/site/package.json
index 3a0a760e6dd1d..8379327746f82 100644
--- a/site/package.json
+++ b/site/package.json
@@ -95,7 +95,7 @@
"tzdata": "1.0.30",
"ua-parser-js": "1.0.33",
"ufuzzy": "npm:@leeoniya/ufuzzy@1.0.10",
- "undici": "6.19.2",
+ "undici": "6.19.7",
"unique-names-ge... |
opa | https://github.com/open-policy-agent/opa | 4778996efb02bfa0b560ee6b1acfe8ff47cc5acd | Ashutosh Narkar | 2021-04-20 00:35:12 | refactor: Check for empty constant prefix while renaming ref | This commit checks if the constant prefix of the ref is non-empty
before checking if it's a prefix of a source
ref. This is seen for example, when the ref represents a function call. | refactor: Check for empty constant prefix while renaming ref
This commit checks if the constant prefix of the ref is non-empty
before checking if it's a prefix of a source
ref. This is seen for example, when the ref represents a function call.
Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com> | diff --git a/refactor/refactor.go b/refactor/refactor.go
index 788f3daf11..1285218f17 100644
--- a/refactor/refactor.go
+++ b/refactor/refactor.go
@@ -93,8 +93,9 @@ func (r *Refactor) Move(q MoveQuery) (*MoveQueryResult, error) {
// mapping: {"data.foo.bar": "data.baz"}
// In this scenario, we can ... |
sentry | https://github.com/getsentry/sentry | b1f21628105902d5468e857c2226f18a5df91dd3 | Nar Saynorath | 2024-12-03 21:30:40 | feat(widget-builder): Add preview to widget builder slideout (#81552) | Plugs in some of the fields we have so far in the hook state to the
widget card component. Makes it so timeseries charts scale with the
card, but tables handle their own height. This prevents the weird
whitespace during preview when you only have 1 row of data.
This hooks up as much as we can, but there are other fiel... | feat(widget-builder): Add preview to widget builder slideout (#81552)
Plugs in some of the fields we have so far in the hook state to the
widget card component. Makes it so timeseries charts scale with the
card, but tables handle their own height. This prevents the weird
whitespace during preview when you only have 1 ... | diff --git a/static/app/views/dashboards/detail.tsx b/static/app/views/dashboards/detail.tsx
index 329010414621bb..c9218a5d8d5bb0 100644
--- a/static/app/views/dashboards/detail.tsx
+++ b/static/app/views/dashboards/detail.tsx
@@ -1257,6 +1257,11 @@ class DashboardDetail extends Component<Props, State> {
... |
yaegi | https://github.com/traefik/yaegi | 842d22a8c20adea51348aec039466356e65b59e6 | Marc Vertes | 2019-03-15 14:04:01 | feat: type checking for binary operators (#116) | Catch illegal combinations for all binary operators.
Memoize type conversion to reflect.type.
Add some unit tests for arithmetic and assign operations. | feat: type checking for binary operators (#116)
Catch illegal combinations for all binary operators.
Memoize type conversion to reflect.type.
Add some unit tests for arithmetic and assign operations. | diff --git a/interp/cfg.go b/interp/cfg.go
index 4dc383abf..4dfe69197 100644
--- a/interp/cfg.go
+++ b/interp/cfg.go
@@ -282,10 +282,29 @@ func (interp *Interpreter) Cfg(root *Node) ([]*Node, error) {
sym, level, _ = scope.lookup(dest.ident)
}
wireChild(n)
- // Detect invalid float truncate
- if isInt(... |
leetcode | https://github.com/doocs/leetcode | 99b39a1c4ff35b6c196f96a25d6916bc96f22a03 | yanglbme | 2022-04-27 18:55:22 | feat: add solutions to lc problem: No.2248 | No.2248.Intersection of Multiple Arrays | feat: add solutions to lc problem: No.2248
No.2248.Intersection of Multiple Arrays | diff --git a/solution/2200-2299/2248.Intersection of Multiple Arrays/README.md b/solution/2200-2299/2248.Intersection of Multiple Arrays/README.md
index d756311a7ad8d..9b57a5ce4615f 100644
--- a/solution/2200-2299/2248.Intersection of Multiple Arrays/README.md
+++ b/solution/2200-2299/2248.Intersection of Multiple Arr... |
curl | https://github.com/curl/curl | 96ffb570407fe142a3756735a343ba17b089cdce | Daniel Stenberg | 2024-12-09 14:02:19 | docs: bring back ALTSVC.md and HSTS.md | This partly reverts 0e06603b2318356ba78b2f
These file formats are not properly documented elsewhere, plus the
website uses these files to populate the documentation pages to which
users end up via the URLs that are mentioned within the alt-svc and hsts
files. | docs: bring back ALTSVC.md and HSTS.md
This partly reverts 0e06603b2318356ba78b2f
These file formats are not properly documented elsewhere, plus the
website uses these files to populate the documentation pages to which
users end up via the URLs that are mentioned within the alt-svc and hsts
files.
Fixes #15705
Repor... | diff --git a/docs/ALTSVC.md b/docs/ALTSVC.md
new file mode 100644
index 000000000000..bcdf5650743b
--- /dev/null
+++ b/docs/ALTSVC.md
@@ -0,0 +1,43 @@
+<!--
+Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
+
+SPDX-License-Identifier: curl
+-->
+
+# Alt-Svc
+
+curl features support for the Alt-Svc: HTTP header.
... |
ccxt | https://github.com/ccxt/ccxt | 025e261554e5cc746c31aefae44a5512cf2d4a1b | Dan | 2023-10-20 12:56:48 | feat(bitget): fetchCanceledOrders, fetchClosedOrders, add margin support | ### Cross:
```
bitget fetchCanceledOrders BTC/USDT undefined undefined '{"marginMode":"cross"}'
bitget.fetchCanceledOrders (BTC/USDT, , , [object Object]) | feat(bitget): fetchCanceledOrders, fetchClosedOrders, add margin support
### Cross:
```
bitget fetchCanceledOrders BTC/USDT undefined undefined '{"marginMode":"cross"}'
bitget.fetchCanceledOrders (BTC/USDT, , , [object Object])
2023-10-20T05:32:47.732Z iteration 0 passed in 341 ms
id | ... | diff --git a/ts/src/bitget.ts b/ts/src/bitget.ts
index 5fd2fa1dc26dc..602422a033fbd 100644
--- a/ts/src/bitget.ts
+++ b/ts/src/bitget.ts
@@ -2953,7 +2953,7 @@ export default class bitget extends Exchange {
// "data": "1098753830701928448"
// }
//
- // isolated and cross mar... |
Anki-Android | https://github.com/ankidroid/Anki-Android | c8ec679acdcdf5d8d55b421c276bcd86b5253409 | David Allison | 2024-03-14 05:42:10 | fix: videos with only audio stream | A number of video extension may only contain audio
In these cases, we should show a play button | fix: videos with only audio stream
A number of video extension may only contain audio
In these cases, we should show a play button
Sources:
* anki-15872-valid-1.mp4 -> https://github.com/chromium/chromium/blob/main/third_party/blink/web_tests/external/wpt/media/movie_5.mp4
* anki-15872-audio-only.webm -> https://git... | diff --git a/AnkiDroid/src/androidTest/assets/anki-15872-audio-only.mp4 b/AnkiDroid/src/androidTest/assets/anki-15872-audio-only.mp4
new file mode 100644
index 000000000000..fc7832a5b38a
Binary files /dev/null and b/AnkiDroid/src/androidTest/assets/anki-15872-audio-only.mp4 differ
diff --git a/AnkiDroid/src/androidTest... |
cockpit | https://github.com/cockpit-project/cockpit | b98cdca57966d94af377fd84bc88098b1630866c | Allison Karlitskaya | 2022-03-10 04:41:14 | build: drop ACLOCAL_AMFLAGS | We don't actually have any m4 macros in tools/, so we needn't do this.
Ditto AC_CONFIG_MACRO_DIR in configure.ac. | build: drop ACLOCAL_AMFLAGS
We don't actually have any m4 macros in tools/, so we needn't do this.
Ditto AC_CONFIG_MACRO_DIR in configure.ac. | diff --git a/Makefile.am b/Makefile.am
index 77de717c5169..b0001e7899b3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,8 +44,6 @@ dist-hook:: $(WEBPACK_INPUTS) $(WEBPACK_OUTPUTS) $(MANIFESTS)
#
-ACLOCAL_AMFLAGS = -I tools ${ACLOCAL_FLAGS}
-
DISTCHECK_CONFIGURE_FLAGS = --enable-prefix-only
AM_CPPFLAGS = \
di... |
angular | https://github.com/angulardart/angular | 6408947098c88f73c95a65a22b66ae3fb1551a78 | matanl | 2018-02-16 11:29:25 | refactor(Runtime/Compiler): Remove unused parts of SharedStylesHost. | * We no longer have the concept of "native" (Shadow DOM) hosts.
* We don't have any usages of retrieving the list of current styles.
* Some of the code was dynamic (on accident), it is now 100% typed. | refactor(Runtime/Compiler): Remove unused parts of SharedStylesHost.
* We no longer have the concept of "native" (Shadow DOM) hosts.
* We don't have any usages of retrieving the list of current styles.
* Some of the code was dynamic (on accident), it is now 100% typed.
PiperOrigin-RevId: 185873628 | diff --git a/angular/lib/src/compiler/identifiers.dart b/angular/lib/src/compiler/identifiers.dart
index 900ef942fa..f059d35674 100644
--- a/angular/lib/src/compiler/identifiers.dart
+++ b/angular/lib/src/compiler/identifiers.dart
@@ -103,13 +103,6 @@ class Identifiers {
name: "createSpanAndAppend", moduleUrl: A... |
badgemagic-app | https://github.com/fossasia/badgemagic-app | 2fb64b888c542063979fa2d8f866c690e6bf1ed2 | dependabot-preview[bot] | 2020-01-30 03:49:45 | chore(deps): bump kluent from 1.59 to 1.60 (#637) | Bumps kluent from 1.59 to 1.60. | chore(deps): bump kluent from 1.59 to 1.60 (#637)
Bumps kluent from 1.59 to 1.60.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | diff --git a/android/build.gradle b/android/build.gradle
index 3df7c3cc9..0d286a53a 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -111,7 +111,7 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.13'
testImplementation 'com.nhaarm... |
outline | https://github.com/outline/outline | 4d4cd42740444e8cbc1199bc6266bd77821aebcb | dependabot[bot] | 2022-11-08 18:55:35 | chore(deps): bump @bull-board/koa from 4.2.2 to 4.6.2 (#4394) | Bumps [@bull-board/koa](https://github.com/felixmosh/bull-board/tree/HEAD/packages/koa) from 4.2.2 to 4.6.2.
- [Release notes](https://github.com/felixmosh/bull-board/releases)
- [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md)
- [Commits](https://github.com/felixmosh/bull-board/commits/v4.... | chore(deps): bump @bull-board/koa from 4.2.2 to 4.6.2 (#4394)
Bumps [@bull-board/koa](https://github.com/felixmosh/bull-board/tree/HEAD/packages/koa) from 4.2.2 to 4.6.2.
- [Release notes](https://github.com/felixmosh/bull-board/releases)
- [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md)
... | diff --git a/package.json b/package.json
index 328bbf37afbc..2ab373e8fe5d 100644
--- a/package.json
+++ b/package.json
@@ -52,7 +52,7 @@
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@bull-board/api": "^4.2.2",
- "@bull-board/koa": "^4.2.2",
+ "@bull-board/koa": "^4.6.2",
... |
blockly | https://github.com/google/blockly | a939fec53b05ee9acbc11f8a52c07e52e3d861ae | Rachel Fenichel | 2021-12-02 04:27:21 | refactor: convert some block generators to goog.module (#5769) | * refactor: convert generators/lua/colour.js to goog.module
* refactor: convert generators/lua/colour.js to named requires
* chore: run clang-format
* refactor: convert generators/lua/lists.js to goog.module
* refactor: convert generators/lua/lists.js to named requires
* chore: run clang-format
* fix: use getList... | refactor: convert some block generators to goog.module (#5769)
* refactor: convert generators/lua/colour.js to goog.module
* refactor: convert generators/lua/colour.js to named requires
* chore: run clang-format
* refactor: convert generators/lua/lists.js to goog.module
* refactor: convert generators/lua/lists.js ... | diff --git a/generators/lua/colour.js b/generators/lua/colour.js
index 99649703688..ff374d9c192 100644
--- a/generators/lua/colour.js
+++ b/generators/lua/colour.js
@@ -9,67 +9,61 @@
*/
'use strict';
-goog.provide('Blockly.Lua.colour');
+goog.module('Blockly.Lua.colour');
-goog.require('Blockly.Lua');
+const Lua... |
greptimedb | https://github.com/GreptimeTeam/greptimedb | 2f4726f7b59dffdcd34106d0efecff0dbfb5a8b3 | Yingwen | 2024-04-15 11:18:25 | refactor: Move manifest manager lock to `MitoRegion` (#3689) | * feat: remove manager inner wip
* feat: put manifest lock in region
* feat: don't update manifest if manager is stopped
* chore: address CR comments | refactor: Move manifest manager lock to `MitoRegion` (#3689)
* feat: remove manager inner wip
* feat: put manifest lock in region
* feat: don't update manifest if manager is stopped
* chore: address CR comments | diff --git a/src/mito2/src/engine/catchup_test.rs b/src/mito2/src/engine/catchup_test.rs
index cc520d2357c8..b0dd75fe5333 100644
--- a/src/mito2/src/engine/catchup_test.rs
+++ b/src/mito2/src/engine/catchup_test.rs
@@ -345,7 +345,7 @@ async fn test_catchup_with_manifest_update() {
// Ensures the mutable is empty.
... |
angular | https://github.com/angular/angular | cea2e0477c34ebedda7403b24aa3b7f47c4ced23 | Pete Bacon Darwin | 2018-09-21 22:56:48 | fix(docs-infra): render security risk labels (#25750) | PR Close #25750 | fix(docs-infra): render security risk labels (#25750)
PR Close #25750 | diff --git a/aio/src/styles/2-modules/_label.scss b/aio/src/styles/2-modules/_label.scss
index 67d546e2c86adb..4dfdacb7a770ae 100644
--- a/aio/src/styles/2-modules/_label.scss
+++ b/aio/src/styles/2-modules/_label.scss
@@ -49,6 +49,10 @@ label.raised, .api-header label {
&.api-status-label {
background-co... |
material | https://github.com/angular/material | ffe9349a255ec321b6931b509ecd57cb093afeef | Noglen | 2019-06-17 21:26:33 | fix(panel): append panel animation transforms after existing transforms (#11681) | append the transform for panel animations after any existing transforms. Previously, the animation
transform was appened first, resulting in the destination location being incorrect. | fix(panel): append panel animation transforms after existing transforms (#11681)
append the transform for panel animations after any existing transforms. Previously, the animation
transform was appened first, resulting in the destination location being incorrect. | diff --git a/src/components/panel/panel.js b/src/components/panel/panel.js
index b9dc317ca7e..25f9cc7a656 100644
--- a/src/components/panel/panel.js
+++ b/src/components/panel/panel.js
@@ -3371,7 +3371,7 @@ MdPanelAnimation.prototype.animateOpen = function(panelEl) {
var openScale = animator.calculateZoomToOri... |
eliza | https://github.com/elizaOS/eliza | 4712839f97bc3abd99872b9cb92875a932c8cb05 | AIFlow_ML | 2025-01-27 15:19:31 | fix: akash splash bis (#2838) | * added missing chalk in the package.json
* mimssing package.json | fix: akash splash bis (#2838)
* added missing chalk in the package.json
* mimssing package.json | diff --git a/packages/plugin-akash/package.json b/packages/plugin-akash/package.json
index 0997176712f..5b0b1dc96a2 100644
--- a/packages/plugin-akash/package.json
+++ b/packages/plugin-akash/package.json
@@ -22,11 +22,14 @@
"@cosmjs/stargate": "0.31.3",
"@elizaos/core": "workspace:*",
"@type... |
superset | https://github.com/apache/superset | 3d520f2cc9ca7b6d787ec394427fa92a7d265534 | Michael S. Molina | 2021-09-30 18:27:07 | fix: Inclusive sign in time range display (#16906) | * fix: Time range display to show inclusive range
* Skips flakky test | fix: Inclusive sign in time range display (#16906)
* fix: Time range display to show inclusive range
* Skips flakky test | diff --git a/superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx b/superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx
index 726560f723b5c..a4caf6bf89faf 100644
--- a/superset-frontend/src/das... |
leetcode | https://github.com/doocs/leetcode | 3efa26a927a6009a796608214f303fc03e8f0c91 | yanglbme | 2023-06-10 17:36:47 | feat: add sql solution to lc problem: No.1294 | No.1294.Weather Type in Each Country | feat: add sql solution to lc problem: No.1294
No.1294.Weather Type in Each Country | diff --git a/solution/1200-1299/1294.Weather Type in Each Country/README.md b/solution/1200-1299/1294.Weather Type in Each Country/README.md
index 0018de143b58b..bddc544ce11a9 100644
--- a/solution/1200-1299/1294.Weather Type in Each Country/README.md
+++ b/solution/1200-1299/1294.Weather Type in Each Country/README.m... |
helm | https://github.com/helm/helm | 7dec5dcb8e2857dd14d0ea43f1c68876b5ac8a2d | Marc Khouzam | 2020-06-03 16:14:12 | chore(helm): Avoid confusion in command usage | Having both the `showCmd` and the `subCmd` passed to `addShowFlags()`
can easily lead to mistakes in using the wrong command.
Instead, `addShowFlags()` should only focus on the `subCmd` | chore(helm): Avoid confusion in command usage
Having both the `showCmd` and the `subCmd` passed to `addShowFlags()`
can easily lead to mistakes in using the wrong command.
Instead, `addShowFlags()` should only focus on the `subCmd`
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca> | diff --git a/cmd/helm/show.go b/cmd/helm/show.go
index b335c5f76a1..91c35a53cdb 100644
--- a/cmd/helm/show.go
+++ b/cmd/helm/show.go
@@ -136,7 +136,8 @@ func newShowCmd(out io.Writer) *cobra.Command {
cmds := []*cobra.Command{all, readmeSubCmd, valuesSubCmd, chartSubCmd}
for _, subCmd := range cmds {
- addShowFl... |
langflow | https://github.com/langflow-ai/langflow | 8208310fa60cb46903a43fc59d18e4b5c2403ae4 | Cristhian Zanforlin Lousa | 2025-02-07 17:26:26 | refactor: replace StrInput with MultilineInput for URL fields (FirecrawlAPI) (#6160) | * 📝 (firecrawl_crawl_api.py): update StrInput to MultilineInput for better handling of URL input
📝 (firecrawl_scrape_api.py): update StrInput to MultilineInput for better handling of URL input
* [autofix.ci] apply automated fixes
* ✨ (firecrawl_crawl_api.py): introduce StrInput class to langflow.io module for handl... | refactor: replace StrInput with MultilineInput for URL fields (FirecrawlAPI) (#6160)
* 📝 (firecrawl_crawl_api.py): update StrInput to MultilineInput for better handling of URL input
📝 (firecrawl_scrape_api.py): update StrInput to MultilineInput for better handling of URL input
* [autofix.ci] apply automated fixes
... | diff --git a/.github/changes-filter.yaml b/.github/changes-filter.yaml
index 5efcb44e0564..2a85290882e0 100644
--- a/.github/changes-filter.yaml
+++ b/.github/changes-filter.yaml
@@ -46,6 +46,9 @@ components:
- "src/frontend/tests/extended/features/**"
- "src/frontend/tests/extended/regression/**"
- "src/backe... |
medusa | https://github.com/medusajs/medusa | 81a7ff73d012fda722f6e9ef0bd9ba0232d37808 | olivermrbl | 2021-12-17 18:54:00 | chore(release): Publish | - gatsby-source-medusa@0.0.45
- @medusajs/medusa-cli@1.1.25
- medusa-file-minio@1.0.2
- medusa-file-s3@1.0.10
- medusa-file-spaces@1.1.35
- @medusajs/medusa-js@1.0.8
- medusa-payment-adyen@1.1.37
- medusa-payment-klarna@1.1.37
- medusa-payment-manual@1.0.14
- medusa-payment-paypal@1.0.36
- medusa-payment-stripe@1.1.36
... | chore(release): Publish
- gatsby-source-medusa@0.0.45
- @medusajs/medusa-cli@1.1.25
- medusa-file-minio@1.0.2
- medusa-file-s3@1.0.10
- medusa-file-spaces@1.1.35
- @medusajs/medusa-js@1.0.8
- medusa-payment-adyen@1.1.37
- medusa-payment-klarna@1.1.37
- medusa-payment-manual@1.0.14
- medusa-payment-paypal@1.0... | diff --git a/packages/gatsby-source-medusa/CHANGELOG.md b/packages/gatsby-source-medusa/CHANGELOG.md
new file mode 100644
index 0000000000000..4cc6348cba1de
--- /dev/null
+++ b/packages/gatsby-source-medusa/CHANGELOG.md
@@ -0,0 +1,11 @@
+# Change Log
+
+All notable changes to this project will be documented in this fil... |
reth | https://github.com/paradigmxyz/reth | fd840e1c66fe371c54d6779ae482907440d232a2 | Matthias Seitz | 2022-11-26 14:34:42 | refactor: bodies client API (#257) | * refactor: bodies client API
* chore: fix errors | refactor: bodies client API (#257)
* refactor: bodies client API
* chore: fix errors | diff --git a/crates/interfaces/src/p2p/bodies/client.rs b/crates/interfaces/src/p2p/bodies/client.rs
index 4e546fea95c5..c8953ba2c461 100644
--- a/crates/interfaces/src/p2p/bodies/client.rs
+++ b/crates/interfaces/src/p2p/bodies/client.rs
@@ -1,8 +1,7 @@
+use crate::p2p::error::RequestResult;
+use async_trait::async_tr... |
nx | https://github.com/nrwl/nx | 35dec92b9227bfd69e79d7a933c5a91132498210 | Leosvel Pérez Espinosa | 2024-05-06 20:00:46 | chore(repo): fix windows nightly pipeline definition (#23191) | <!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!-- | chore(repo): fix windows nightly pipeline definition (#23191)
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix... | diff --git a/.github/workflows/e2e-windows.yml b/.github/workflows/e2e-windows.yml
index b279eeb7fde96..2351c2988cd78 100644
--- a/.github/workflows/e2e-windows.yml
+++ b/.github/workflows/e2e-windows.yml
@@ -16,8 +16,8 @@ env:
permissions: { }
jobs:
- if: ${{ github.repository_owner == 'nrwl' }}
preinstall:
+ ... |
node | https://github.com/nodejs/node | d597b9193fca7087a6bf1a5eb64c40ac88e852de | Sam Roberts | 2019-02-07 04:48:41 | test: use mustCall(), not global state checks | Instead of pushing state into global arrays and checking the results
before exit, use common.mustCall() and make the checks immediately. | test: use mustCall(), not global state checks
Instead of pushing state into global arrays and checking the results
before exit, use common.mustCall() and make the checks immediately.
PR-URL: https://github.com/nodejs/node/pull/25508
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@... | diff --git a/test/parallel/test-tls-socket-constructor-alpn-options-parsing.js b/test/parallel/test-tls-socket-constructor-alpn-options-parsing.js
index 6b0a23f31b6eeb..686f6444ef9d2f 100644
--- a/test/parallel/test-tls-socket-constructor-alpn-options-parsing.js
+++ b/test/parallel/test-tls-socket-constructor-alpn-opti... |
angular | https://github.com/angular/angular | a851ba3781eaf5e38124903d9c359efb26bccd00 | Igor Minar | 2018-04-18 02:39:02 | build: update to rxjs@6.0.0-uncanny-rc.7 (#23234) | PR Close #23234 | build: update to rxjs@6.0.0-uncanny-rc.7 (#23234)
PR Close #23234 | diff --git a/package.json b/package.json
index 65a8d22b73f27..ee73f13cf464e 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"@schematics/angular": "^0.5.4",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
- "rxjs": "^6.0.0-terrific-rc.3",
+ "rxjs": "^6.0.0-uncanny-rc.7",
"tsl... |
fluvio | https://github.com/infinyon/fluvio | fed60b0a815a8b135a8a04308dde171970795061 | Alexander Galibey | 2023-06-09 19:45:39 | feat(smdk): support `lookback` in test (#3317) | Added an ability to specify the lookback parameter and provide existing records to simulate data in the topic.
For example, here we run `test` and pass input record "1" and provide other records "2" and "3" as they would exist in the topic before:
```bash
smdk test --text "1" --lookback-last 1 --record "2" --record "3... | feat(smdk): support `lookback` in test (#3317)
Added an ability to specify the lookback parameter and provide existing records to simulate data in the topic.
For example, here we run `test` and pass input record "1" and provide other records "2" and "3" as they would exist in the topic before:
```bash
smdk test --tex... | diff --git a/crates/fluvio-smartengine/src/engine/config.rs b/crates/fluvio-smartengine/src/engine/config.rs
index 9ce13a3bbd..ceef0da005 100644
--- a/crates/fluvio-smartengine/src/engine/config.rs
+++ b/crates/fluvio-smartengine/src/engine/config.rs
@@ -61,6 +61,10 @@ impl SmartModuleConfig {
pub(crate) fn versio... |
ant-design | https://github.com/ant-design/ant-design | 8fb97df92c789ba48500a14ef5fc1b369e28b8db | afc163 | 2023-05-25 16:56:47 | feat: Pagination size change select component is searchable (#42608) | * feat: Paginaition size change select enable search
close https://github.com/ant-design/ant-design/issues/27684
* test: update snapshot
* test: update snapshot | feat: Pagination size change select component is searchable (#42608)
* feat: Paginaition size change select enable search
close https://github.com/ant-design/ant-design/issues/27684
* test: update snapshot
* test: update snapshot | diff --git a/components/config-provider/__tests__/__snapshots__/components.test.tsx.snap b/components/config-provider/__tests__/__snapshots__/components.test.tsx.snap
index e57fe8327edb..e4de3939dac2 100644
--- a/components/config-provider/__tests__/__snapshots__/components.test.tsx.snap
+++ b/components/config-provide... |
gitoxide | https://github.com/GitoxideLabs/gitoxide | d53ddcde948cfbd7773eb830cbb636626b32debb | Sebastian Thiel | 2022-10-14 12:42:16 | fix: `HEAD` may now return itself as prefix in `RefSpecRef::prefix()` and `expanded_prefix()`. (#450) | Previously, the expanded prefix would be a list of possibilities, even
though it's such a common case that we really want to avoid spamming the
remote about it when asking for HEAD during clone for instance. | fix: `HEAD` may now return itself as prefix in `RefSpecRef::prefix()` and `expanded_prefix()`. (#450)
Previously, the expanded prefix would be a list of possibilities, even
though it's such a common case that we really want to avoid spamming the
remote about it when asking for HEAD during clone for instance. | diff --git a/git-refspec/src/spec.rs b/git-refspec/src/spec.rs
index 7f18acd0d5d..a609e41dc6f 100644
--- a/git-refspec/src/spec.rs
+++ b/git-refspec/src/spec.rs
@@ -134,6 +134,9 @@ impl<'a> RefSpecRef<'a> {
Operation::Fetch => self.source(),
Operation::Push => self.destination(),
}?;
... |
coder | https://github.com/coder/coder | fbd436cc2c59e2d5c0ecadc2048e349f281d300b | Michael Smith | 2024-02-16 03:14:53 | fix: improve clipboard support on HTTP connections and older browsers (#12178) | * fix: add future-proofing for clipboard copies on http connections
* docs: clean up comment formatting | fix: improve clipboard support on HTTP connections and older browsers (#12178)
* fix: add future-proofing for clipboard copies on http connections
* docs: clean up comment formatting | diff --git a/site/src/hooks/useClipboard.ts b/site/src/hooks/useClipboard.ts
index ed50a67f44e92..f1cd662361ad9 100644
--- a/site/src/hooks/useClipboard.ts
+++ b/site/src/hooks/useClipboard.ts
@@ -22,7 +22,7 @@ export const useClipboard = (textToCopy: string): UseClipboardResult => {
setIsCopied(false);
... |
nocobase | https://github.com/nocobase/nocobase | 4d4a70b2f4723ed840953886b191dbfae6380df9 | Junyi | 2024-02-02 08:02:27 | refactor(plugin-workflow): support any context in processor as options (#3473) | * refactor(plugin-workflow): support any context in processor as options
* fix(plugin-workflow): fix collection trigger
* fix(plugin-workflow): fix collection trigger and instructions
* fix(plugin-workflow): fix bind workflow configuration on button
* fix(plugin-workflow): fix e2e test cases | refactor(plugin-workflow): support any context in processor as options (#3473)
* refactor(plugin-workflow): support any context in processor as options
* fix(plugin-workflow): fix collection trigger
* fix(plugin-workflow): fix collection trigger and instructions
* fix(plugin-workflow): fix bind workflow configurati... | diff --git a/packages/core/client/src/schema-component/antd/action/Action.Designer.tsx b/packages/core/client/src/schema-component/antd/action/Action.Designer.tsx
index c26425041cb1a..f06489bc4f667 100644
--- a/packages/core/client/src/schema-component/antd/action/Action.Designer.tsx
+++ b/packages/core/client/src/sche... |
terraform-provider-aws | https://github.com/hashicorp/terraform-provider-aws | a87d156a96becdbce95935ea582f02fc886bc18d | dependabot[bot] | 2023-01-18 21:46:02 | build(deps): bump github.com/aws/aws-sdk-go from 1.44.180 to 1.44.181 | Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.180 to 1.44.181.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.180...v1.44.181)
--- | build(deps): bump github.com/aws/aws-sdk-go from 1.44.180 to 1.44.181
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.180 to 1.44.181.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.180...v1.44.181)
---
updated-d... | diff --git a/go.mod b/go.mod
index e0934e9a3d7..7b9526242f9 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.19
require (
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
- github.com/aws/aws-sdk-go v1.44.180
+ github.com/aws/aws-sdk-go v1.44.181
github.com/aws/aws-sdk-go-v2 v1.17.3
gith... |
authelia | https://github.com/authelia/authelia | d3d87ffe30408df11f6b7a464ff31a3e4fa6fcf4 | James Elliott | 2022-12-21 16:44:22 | feat(configuration): glauth ldap implementation (#4499) | This adds a GLAuth LDAP implementation which purely adds sane defaults for GLAuth. There are no functional differences just when the implementation option is set to 'glauth' sane defaults which should be sufficient for most use cases are set. See the documentation at https://www.authelia.com/r/ldap#defaults for more de... | feat(configuration): glauth ldap implementation (#4499)
This adds a GLAuth LDAP implementation which purely adds sane defaults for GLAuth. There are no functional differences just when the implementation option is set to 'glauth' sane defaults which should be sufficient for most use cases are set. See the documentatio... | diff --git a/docs/content/en/reference/guides/ldap.md b/docs/content/en/reference/guides/ldap.md
index d6ccec9b86ee8..7c9d994dbfb74 100644
--- a/docs/content/en/reference/guides/ldap.md
+++ b/docs/content/en/reference/guides/ldap.md
@@ -62,10 +62,14 @@ The following implementations exist:
- `lldap`:
- Specific conf... |
docker-mailserver | https://github.com/docker-mailserver/docker-mailserver | 2da80bd5be3222deea26d5959e612eb45b6eb7cb | dependabot[bot] | 2022-09-27 01:09:07 | chore(deps): Bump actions/stale from 5 to 6 (#2800) | Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v5...v6)
--- | chore(deps): Bump actions/stale from 5 to 6 (#2800)
Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v5...v6)
---... | diff --git a/.github/workflows/handle_stalled.yml b/.github/workflows/handle_stalled.yml
index 1972dc0daa9..5744fbf3153 100644
--- a/.github/workflows/handle_stalled.yml
+++ b/.github/workflows/handle_stalled.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Close stale issues
- u... |
immudb | https://github.com/codenotary/immudb | a119d1c1d3e4b755f6811a2c524f7e64622fd013 | Bartłomiej Święcki | 2021-12-09 17:46:09 | test(sql/timestamp): Change timestamp type resolution to microsecond | Year range covered by previously used nanosecond resolutoion
was too small. | test(sql/timestamp): Change timestamp type resolution to microsecond
Year range covered by previously used nanosecond resolutoion
was too small.
Signed-off-by: Bartłomiej Święcki <bart@codenotary.com> | diff --git a/embedded/sql/engine.go b/embedded/sql/engine.go
index 5e7033065d..3a0238525a 100644
--- a/embedded/sql/engine.go
+++ b/embedded/sql/engine.go
@@ -848,7 +848,7 @@ func EncodeValue(val interface{}, colType SQLValueType, maxLen int) ([]byte, err
}
case TimestampType:
{
- intVal, ok := val.(time.Time... |
node | https://github.com/nodejs/node | 2c1b9f506a476aa9bb32468b2b731d6a90980da3 | Antoine du Hamel | 2022-10-20 18:43:32 | test: remove unnecessary noop function args to `mustCall()` | RefsL https://github.com/nodejs/node/pull/45027 | test: remove unnecessary noop function args to `mustCall()`
RefsL https://github.com/nodejs/node/pull/45027
PR-URL: https://github.com/nodejs/node/pull/45047
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: James M Sn... | diff --git a/test/.eslintrc.yaml b/test/.eslintrc.yaml
index e8295cd3e23621..b79009fb9c8591 100644
--- a/test/.eslintrc.yaml
+++ b/test/.eslintrc.yaml
@@ -46,6 +46,8 @@ rules:
message: Use Number.isNaN() instead of the global isNaN() function.
- selector: VariableDeclarator > CallExpression:matches([callee.... |
dokku | https://github.com/dokku/dokku | e30650a6202ee8e6e39d90f45ee99b8adeb00e30 | dependabot[bot] | 2024-02-06 01:57:06 | chore(deps): bump mkdocs-material from 9.5.6 to 9.5.7 in /docs/_build | Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.6 to 9.5.7.
- [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.6...9... | chore(deps): bump mkdocs-material from 9.5.6 to 9.5.7 in /docs/_build
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.6 to 9.5.7.
- [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 1edccabc399..e9224540ba2 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.6
+mkdocs-material==9.5.7
... |
lvgl | https://github.com/lvgl/lvgl | c919a5f1997f381d74c65c95c9e163ab2bae7f47 | Gabor Kiss-Vamosi | 2020-11-30 19:15:37 | feat(class): first experiement with classes | related to #1919 | feat(class): first experiement with classes
related to #1919 | diff --git a/src/lv_misc/lv_class.c b/src/lv_misc/lv_class.c
new file mode 100644
index 000000000000..7045ca83abb2
--- /dev/null
+++ b/src/lv_misc/lv_class.c
@@ -0,0 +1,93 @@
+/**
+ * @file lv_class.c
+ *
+ */
+
+/*********************
+ * INCLUDES
+ *********************/
+#include "lv_class.h"
+#include "lv_mem.... |
minikube | https://github.com/kubernetes/minikube | 9ec062103b0fd18ba10078e9f2cb6099ee1169fe | dependabot[bot] | 2025-03-14 23:32:10 | Build(deps): Bump github.com/google/go-github/v69 from 69.0.0 to 69.2.0 (#20516) | Bumps [github.com/google/go-github/v69](https://github.com/google/go-github) from 69.0.0 to 69.2.0.
- [Release notes](https://github.com/google/go-github/releases)
- [Commits](https://github.com/google/go-github/compare/v69.0.0...v69.2.0)
--- | Build(deps): Bump github.com/google/go-github/v69 from 69.0.0 to 69.2.0 (#20516)
Bumps [github.com/google/go-github/v69](https://github.com/google/go-github) from 69.0.0 to 69.2.0.
- [Release notes](https://github.com/google/go-github/releases)
- [Commits](https://github.com/google/go-github/compare/v69.0.0...v69.2.0)... | diff --git a/go.mod b/go.mod
index 1433abae14c0..33dfa66f5b18 100644
--- a/go.mod
+++ b/go.mod
@@ -26,7 +26,7 @@ require (
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/google/go-cmp v0.7.0
github.com/google/go-containerregistry v0.20.3
- github.com/google/go-github/v69 v... |
naive-ui | https://github.com/tusen-ai/naive-ui | f0fe060515af1aa037d9b0f1564e89e7803fc5fe | iT界的哈士奇 | 2024-07-20 20:06:06 | fix(upload): directory upload can only upload 100 files at most in some old browsers (#6028) | readEntries 每次调用最多返回 100 个条目。这是设计使然,目的是在处理可能非常大的目录时,不会导致内存溢出或性能问题。因此,每次调用 readEntries 时,它会返回 0 到 100 个条目。如果目录中的条目超过 100 个,需要多次调用 readEntries 来获取下一批条目。 | fix(upload): directory upload can only upload 100 files at most in some old browsers (#6028)
readEntries 每次调用最多返回 100 个条目。这是设计使然,目的是在处理可能非常大的目录时,不会导致内存溢出或性能问题。因此,每次调用 readEntries 时,它会返回 0 到 100 个条目。如果目录中的条目超过 100 个,需要多次调用 readEntries 来获取下一批条目。
Co-authored-by: 07akioni <07akioni2@gmail.com> | diff --git a/src/upload/src/utils.ts b/src/upload/src/utils.ts
index cc382e86f35..cbfe923d377 100644
--- a/src/upload/src/utils.ts
+++ b/src/upload/src/utils.ts
@@ -71,17 +71,16 @@ export async function getFilesFromEntries(
continue
if (directory && isFileSystemDirectoryEntry(entry)) {
const di... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.