diff stringlengths 12 9.3k | message stringlengths 8 199 | reasoning_trace null | repo stringlengths 6 68 | license stringclasses 3
values | language stringclasses 16
values |
|---|---|---|---|---|---|
@@ -11,7 +11,7 @@ const Default: FC = () => (
<FirstPublished
supportsDarkMode={true}
firstPublished={1613763003000}
- blockLink={'#block-60300f5f8f08ad21ea60071e'}
+ blockId="#block-60300f5f8f08ad21ea60071e"
isPinnedPost={false}
isOriginalPinnedPost={false}
format={{
@@ -27,7 +27,7 @@ const WithFirstPublishedDisplay: ... | fix: Common rendering typescript issues | null | guardian/dotcom-rendering | Apache License 2.0 | TypeScript |
@@ -255,16 +255,6 @@ def get_urns_by_filter(
"condition": "EQUAL",
}
)
- if platform is not None and (
- entity_type.lower() == "dataflow" or entity_type.lower() == "dashboard"
- ):
- filter_criteria.append(
- {
- "field": "tool",
- "value": platform,
- "condition": "EQUAL",
- }
- )
search_body = {
"input": search_quer... | fix(delete): remove logic that adds an invalid filter for platform field | null | linkedin/datahub | Apache License 2.0 | Python |
@@ -75,7 +75,7 @@ func uploadHandler(ctx context.Context, w http.ResponseWriter, r *http.Request)
httperrors.MissingParameterError(ctx, w, "miss disk")
return
}
- hostutils.DelayTask(ctx, esxi.EsxiAgent.AgentStorage.SaveToGlance, disk)
+ hostutils.DelayTaskWithoutReqctx(ctx, esxi.EsxiAgent.AgentStorage.SaveToGlance, di... | fix(esxi): no callback in uploadHandler | null | yunionio/yunioncloud | Apache License 2.0 | Go |
@@ -126,10 +126,6 @@ func (d *db) size() bytesize.ByteSize {
func (d *db) runGC(discardRatio float64) (reclaimed bool) {
d.logger.Debug("starting badger garbage collection")
- // BadgerDB uses 2 compactors by default.
- if err := d.Flatten(2); err != nil {
- d.logger.WithError(err).Error("failed to flatten database")
-... | fix: avoid redundant compaction | null | pyroscope-io/pyroscope | Apache License 2.0 | Go |
@@ -36,13 +36,17 @@ import org.openide.util.Utilities;
import javax.swing.*;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
+
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseEvent;
import java.awt.event.AWTEventListen... | fix: Editor with Keyboard focus is not active TopComponent | null | apache/netbeans | Apache License 2.0 | Java |
@@ -37,7 +37,7 @@ TRANSLATE_PATTERN = re.compile(
r"([\"'])" # start of context string identifier; 5th capture group
r"(?P<py_context>((?!\5).)*)" # capture context string till closing id is found
r"\5" # match context string closure
- r")*" # match one or more context string (?wat this should be 0 or 1)
+ r")?" # matc... | fix: only match 1 python context string at most | null | frappe/frappe | MIT License | Python |
@@ -185,9 +185,8 @@ bool WorkspaceUpdate::Run(Deployer* deployer) {
int failure = 0;
map<string, string> schemas;
the<ResourceResolver> resolver(
- Service::instance().CreateResourceResolver({
- "schema", "", ".schema.yaml"
- }));
+ Service::instance().CreateResourceResolver(
+ {"schema", "", ".schema.yaml"}));
auto bu... | fix(SchemaUpdate): read compiled schema from shared build if there is no user build | null | rime/librime | BSD 3-Clause New or Revised License | C++ |
@@ -397,6 +397,7 @@ class Config
'application.writable_user_dir' => 'application.writable_user_dir',
'application.date_format' => 'application.date_format',
'application.timezone' => 'application.timezone',
+ 'pagination' => 'pagination',
];
$userConfig = $this->getUserConfig();
| fix: "pagination" section in config.yaml could not override the default | null | platformsh/platformsh-cli | MIT License | PHP |
@@ -241,7 +241,7 @@ openssl ca -config "${openssl_conf_path}" -gencrl \
ca_dir="root/intermediate" \
openssl ca -config "${openssl_conf_path}" -gencrl \
- -crl_nextupdate 19220101000000Z \
+ -crl_nextupdate 500101000000Z \
-out "${install_dir}/intermediate_invalid_next_update_crl.pem" \
|| exit
| fix(tests): honour RFC 5280 4.1.2.5 when creating CRLs | null | awslabs/s2n | Apache License 2.0 | Shell |
@@ -25,6 +25,7 @@ import {WorkflowYamlViewer} from '../../../workflows/components/workflow-yaml-vi
require('../../../workflows/components/workflow-details/workflow-details.scss');
const STEP_GRAPH_CONTAINER_MIN_WIDTH = 490;
+const STEP_INFO_WIDTH = 570;
interface State {
workflow?: Workflow;
@@ -188,8 +189,8 @@ export ... | fix: broken archived workflows ui. Fixes | null | argoproj/argo-workflows | Apache License 2.0 | TypeScript |
@@ -89,11 +89,7 @@ module.exports = function generateComponent (compilation) {
let resource = normalizePath(path.resolve(process.env.UNI_INPUT_DIR, '..', modulePath))
const altResource = normalizePath(path.resolve(process.env.UNI_INPUT_DIR, modulePath))
- if (
- /^win/.test(process.platform) &&
- modulePath.includes('@... | fix: HBuilderX BuiltInComponentPath | null | dcloudio/uni-app | Apache License 2.0 | JavaScript |
@@ -95,6 +95,9 @@ func (a *LambdaFunction) BuildResource() *schema.Resource {
{Key: "usagetype", ValueRegex: strPtr("/GB-Second/")},
},
},
+ PriceFilter: &schema.PriceFilter{
+ StartUsageAmount: strPtr("0"),
+ },
},
},
EstimateUsage: estimate,
| fix: use first tier for Lambda duration prices | null | infracost/infracost | Apache License 2.0 | Go |
@@ -234,9 +234,15 @@ export function FloatingFocusManager<RT extends ReferenceType = ReferenceType>({
return;
}
- let returnFocusValue = returnFocus;
const floating = refs.floating.current;
- const previouslyFocusedElement = activeElement(getDocument(floating));
+ const doc = getDocument(floating);
+
+ let returnFocusV... | fix(FloatingFocusManager): focus dom ref is previous element is the body | null | popperjs/popper-core | MIT License | TypeScript |
@@ -456,15 +456,17 @@ private void doHealthCheck()
return;
}
- // Sync on start/stop and bridges state
- synchronized (JvbDoctor.this)
- {
if (taskInvalid())
+ {
return;
+ }
// Check for health-check support
verifyHealthCheckSupport();
+ if (taskInvalid())
+ return;
+
if (!Boolean.TRUE.equals(hasHealthCheckSupport))
{
... | fix(JvbDoctor): release the lock for feature discovery | null | jitsi/jicofo | Apache License 2.0 | Java |
@@ -124,10 +124,10 @@ defmodule Ockam.Services.Authorization.Tests do
{:ok, me} = Ockam.Node.register_random_address()
Ockam.Router.route("VIA CHANNEL", [bob_channel, echoer], [me])
- assert_receive %Ockam.Message{onward_route: [^me], payload: "VIA CHANNEL"}
+ assert_receive(%Ockam.Message{onward_route: [^me], payload:... | fix(elixir): bump test timeouts in authorization test | null | ockam-network/ockam | Apache License 2.0 | Elixir |
@@ -459,10 +459,10 @@ func (manager *SModelBaseManager) GetI18N(ctx context.Context, idstr string, res
}
func (manager *SModelBaseManager) GetPropertySplitable(ctx context.Context, userCred mcclient.TokenCredential, query jsonutils.JSONObject) (jsonutils.JSONObject, error) {
- stable := manager.GetImmutableInstance(use... | fix: make sure to call virtual functions | null | yunionio/yunioncloud | Apache License 2.0 | Go |
@@ -8,11 +8,12 @@ use cid::{Cid, Codec, Version};
use ipfs_unixfs::{
dagpb::NodeData,
dir::{Cache, ShardedLookup},
- resolve, MaybeResolved, ResolveError,
+ MaybeResolved,
};
use std::convert::TryFrom;
use std::fmt;
use std::iter::Peekable;
+use std::ops::Range;
#[derive(Clone, Debug)]
pub struct IpldDag<Types: RepoTyp... | fix(resolve): correct the remaining_path | null | rs-ipfs/rust-ipfs | Apache License 2.0 | Rust |
@@ -680,15 +680,7 @@ if (typeof Slick === "undefined") {
}
function getCanvasNode(columnIdOrIdx, rowIndex) {
- if (!columnIdOrIdx) { columnIdOrIdx = 0; }
- if (!rowIndex) { rowIndex = 0; }
-
- var idx = (typeof columnIdOrIdx === "number" ? columnIdOrIdx : getColumnIndex(columnIdOrIdx));
-
- return (hasFrozenRows && row... | fix: get viewport node by specified row and column like canvas | null | 6pac/slickgrid | MIT License | JavaScript |
@@ -9,7 +9,16 @@ import safeRest from '../../shared/utils/safeRest'
import Item from './Item/Item'
-const omitProps = ({ current, path, breadcrumbName, reactRouterLinkComponent, ...props }) => props
+const omitProps = ({
+ current,
+ path,
+ breadcrumbName,
+ reactRouterLinkComponent,
+ indexRoute,
+ childRoutes,
+ com... | fix(core-breadcrumbs): omit indexRoute, childRoutes, component | null | telus/tds-core | MIT License | JavaScript |
@@ -1726,13 +1726,6 @@ void SuperMediaPlayer::doDeCode()
} else
break;
- int64_t duration = mBufferController->GetPacketDuration(BUFFER_TYPE_AUDIO);
- if (duration < 0 && !mAudioFrameQue.empty()) {
- //If audio duration is unknow when demux , update duration after decode one frame.
- IAFFrame::AFFrameInfo frameInfo = m... | fix(superMediaPlayer): update packet duration after decode one frame | null | alibaba/cicadaplayer | MIT License | C++ |
@@ -5,6 +5,8 @@ import io.ebean.DatabaseFactory;
import io.ebean.annotation.Platform;
import io.ebean.config.DatabaseConfig;
import io.ebean.config.PlatformConfig;
+
+import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Test;
import java.io.File;
@@ -22,6 +24,11 @@ import static org.assertj.core.api.Ass... | fix: MysqlGenerateMigrationTest now clears pendingDrops System-Property | null | ebean-orm/ebean | Apache License 2.0 | Java |
@@ -4,6 +4,7 @@ import (
"context"
"strings"
+ "github.com/caos/zitadel/internal/api/authz"
"github.com/caos/zitadel/internal/errors"
es_models "github.com/caos/zitadel/internal/eventstore/models"
es_sdk "github.com/caos/zitadel/internal/eventstore/sdk"
@@ -57,6 +58,7 @@ func MachineCreateAggregate(ctx context.Context,... | fix: unique username | null | caos/zitadel | Apache License 2.0 | Go |
@@ -20,7 +20,7 @@ class BegCommand : AbstractCommand("command.beg") {
if (!canBegElseMessage(context)) return
val balanceWrapper = context.daoManager.balanceWrapper
- val reward = Random.nextInt(10)
+ val reward = Random.nextInt(10) + 1 // 1-10
val cash = balanceWrapper.getBalance(context.authorId)
balanceWrapper.setBa... | fix: no more empty beg | null | toxicmushroom/melijn | MIT License | Kotlin |
@@ -167,6 +167,24 @@ public class NetworkManagerEditor : Editor
m_NetworkPrefabsList = new ReorderableList(serializedObject, serializedObject.FindProperty(nameof(NetworkManager.NetworkConfig)).FindPropertyRelative(nameof(NetworkConfig.NetworkPrefabs)), true, true, true, true);
m_NetworkPrefabsList.drawElementCallback =... | fix: do not allow multiple player prefabs on networkmanager being checked in the editor | null | unity-technologies/com.unity.multiplayer.mlapi | MIT License | C# |
@@ -36,6 +36,7 @@ import io.kestra.core.utils.ExecutorsUtils;
import java.io.IOException;
import java.time.Duration;
import java.time.LocalDate;
+import java.time.ZoneId;
import java.time.format.DateTimeFormatter;
import java.util.*;
import java.util.stream.Collectors;
@@ -242,6 +243,7 @@ public class ElasticSearchExec... | fix(repository-elasticsearch): display aggregation on system timezone | null | kestra-io/kestra | Apache License 2.0 | Java |
@@ -121,6 +121,7 @@ const BaseMetadata = observer((props: Props) => {
const initData = useCallback(async () => {
const result = await DB.getDB().table(`${type}`).toArray();
+ console.log(result);
setData(result.sort((a, b) => b?.sortsIndex - a?.sortsIndex));
}, [param.id, type]);
@@ -178,7 +179,7 @@ const BaseMetadata ... | fix: bug#8294 | null | jetlinks/jetlinks-ui-antd | MIT License | TypeScript |
@@ -142,7 +142,7 @@ class Element extends Node
initRenderDecoratedBox(getRenderBoxModel(), style);
// Intersection observer
- renderObject = renderIntersectionObserver = RenderIntersectionObserver(child: renderObject);
+ renderObject = renderIntersectionObserver = RenderIntersectionObserver(child: getRenderBoxModel());... | fix: fix element init | null | openkraken/kraken | Apache License 2.0 | Dart |
@@ -413,8 +413,8 @@ enum RPCServer: Hashable, CaseIterable {
case .heco: return "https://scan.hecochain.com/tx/"
case .custom: return "" // Enable? make optional
case .fantom: return "https://ftmscan.com/tx/"
- case .fantom_testnet: return "https://ftmscan.com/tx/"
- case .avalanche: return "https://ftmscan.com/tx/"
+ ... | fix: etherscan-compatible endpoints for Fantom-testnet and Avalanche mainnet | null | alphawallet/alpha-wallet-ios | MIT License | Swift |
@@ -270,9 +270,24 @@ abstract class GameRunner {
String playerOutput = player.getOutput(nextPlayerInfo.nbLinesNextOutput, nextPlayerInfo.timeout);
if (playerOutput != null)
playerOutput = playerOutput.replace('\r', '\n');
+
+ boolean outputCheckOk = checkOutput(playerOutput, nextPlayerInfo.nbLinesNextOutput) == OutputR... | fix(sdk): Game runner now waits for AIs to flush their STDERR before reading final error | null | codingame/codingame-game-engine | MIT License | Java |
@@ -32,6 +32,22 @@ const DEFAULT_SETTINGS = {
sendErrorReports: true,
sendUsageStatistics: true
};
+
+const LOCAL_ONLY = {
+ [ORIGINS_KEY]: true
+};
+
+function isLocalOnly (key) {
+ return LOCAL_ONLY[key] || false;
+}
+
+function getFileName (origin) {
+ if (origin.file) {
+ return origin.file;
+ }
+ return (origin.na... | fix: Add support for local only preferences | null | toggl/track-extension | Apache License 2.0 | JavaScript |
@@ -55,7 +55,8 @@ class SettingsFragment : PreferenceFragmentCompat() {
pref.value = Theme.System.value.toString()
}
pref.setOnPreferenceChangeListener { _, newValue ->
- setTheme((newValue as? Int) ?: AppCompatDelegate.MODE_NIGHT_FOLLOW_SYSTEM)
+ val convertedValue = (newValue as? String)?.toIntOrNull()
+ setTheme(con... | fix: light mode not displaying on theme change | null | chesire/nekome | Apache License 2.0 | Kotlin |
# @Email : houyupeng@ruc.edu.cn
# UPDATE:
-# @Time : 2020/10/12, 2020/9/15, 2020/9/23
+# @Time : 2020/10/16, 2020/9/15, 2020/9/23
# @Author : Yupeng Hou, Xingyu Pan, Yushuo Chen
# @Email : houyupeng@ruc.edu.cn, panxy@ruc.edu.cn, chenyushuo@ruc.edu.cn
@@ -503,6 +503,7 @@ class Dataset(object):
def _get_fields_in_same_sp... | fix: bugs of fields_in_same_space | null | rucaibox/recbole | MIT License | Python |
@@ -38,7 +38,7 @@ task_cleanup(struct task_s *task)
}
static bool
-keepalive(struct task_s *task)
+is_alive(struct task_s *task)
{
pthread_mutex_lock(&task->lock);
bool status = task->keepalive;
@@ -52,7 +52,7 @@ event_run(void *p_task)
struct task_s *task = p_task;
orka_sleep_ms(task->timeout_ms);
- while (keepalive(t... | fix: add safe checks for scheduler.c | null | cee-studio/orca | MIT License | C |
@@ -2399,12 +2399,12 @@ defmodule Ash.Filter do
def get_function(key, resource) when is_atom(key) do
@builtin_functions[key] ||
- Enum.find(Ash.DataLayer.data_layer_functions(context.resource), &(&1.name() == key))
+ Enum.find(Ash.DataLayer.data_layer_functions(resource), &(&1.name() == key))
end
def get_function(key, ... | fix: missing rename on refactor | null | ash-project/ash | MIT License | Elixir |
@@ -9,6 +9,7 @@ import { IconSortUp } from '../../icons/IconSortUp/IconSortUp';
import { IconUnsort } from '../../icons/IconUnsort/IconUnsort';
import { sortBy as sortByDefault, updateAt } from '../../utils/array';
import { cn } from '../../utils/bem';
+import { setRef } from '../../utils/setRef';
import { isNotNil, is... | fix(Table): fix lazyload | null | gazprom-neft/consta-uikit | MIT License | TypeScript |
@@ -322,6 +322,7 @@ impl ClientEnv {
status: response.status(),
url: response.url().to_string(),
body: text,
+ remote_address: None,
})
}
}
| fix: wasm fetch result | null | tonlabs/ton-sdk | Apache License 2.0 | Rust |
@@ -358,6 +358,7 @@ class Task:
state['_logger'] = None
state['_start_cond'] = None
state['_end_cond'] = None
+ state["_process"] = None # If MultiScheduler
# what we return here will be stored in the pickle
return state
| fix: newer version of multiprocessing does not work | null | miksus/rocketry | MIT License | Python |
@@ -81,7 +81,7 @@ while read -r region; do
--license-info $LICENSE \
--zip-file fileb://$ZIP_NAME \
--output json \
- --compatible-runtimes nodejs10.x nodejs8.10 nodejs12.x \
+ --compatible-runtimes nodejs8.10 nodejs10.x nodejs12.x nodejs14.x \
| jq '.Version' \
)
echo " + published version $lambda_layer_version to reg... | fix(lambda): add Node.js 14 to compatible runtimes | null | instana/nodejs-sensor | MIT License | Shell |
@@ -128,7 +128,7 @@ void Update()
if (NetworkClient.active) UpdateClient();
if (NetworkServer.active) UpdateServer();
- intervalStartTime = Time.timeAsDouble;
+ intervalStartTime = NetworkTime.localTime;
}
}
| fix: NetworkStatistics Unity 2019 support (part two) | null | vis2k/mirror | MIT License | C# |
@@ -135,10 +135,9 @@ class HyperTuning(object):
Thanks to sbrodeur for the exhaustive search code.
https://github.com/hyperopt/hyperopt/issues/200
"""
- from hyperopt import tpe
def __init__(self, objective_function, space=None, params_file=None, fixed_config_file_list=None,
- algo=tpe.suggest, max_evals=100):
+ algo='... | fix: update hyper tuning | null | rucaibox/recbole | MIT License | Python |
@@ -140,12 +140,14 @@ namespace modules {
}
void module_formatter::add(string name, string fallback, vector<string>&& tags, vector<string>&& whitelist) {
- add_value(move(name), m_conf.get(m_modname, move(name), move(fallback)), forward<vector<string>>(tags), forward<vector<string>>(whitelist));
+ string value = m_conf... | fix(module_formatter): Remove double moves | null | polybar/polybar | MIT License | C++ |
@@ -8,6 +8,7 @@ use sc_executor::native_executor_instance;
pub use sc_executor::NativeExecutor;
use sc_finality_grandpa::FinalityProofProvider as GrandpaFinalityProofProvider;
use sc_service::{error::Error as ServiceError, Configuration, TaskManager};
+use sc_telemetry::TelemetrySpan;
use sp_inherents::InherentDataProv... | fix: telemetry | null | galacticcouncil/hydradx-node | Apache License 2.0 | Rust |
@@ -17,7 +17,6 @@ limitations under the License.
package main
import (
- "errors"
"fmt"
"net/http"
"regexp"
@@ -69,8 +68,8 @@ func handleLog(jc *jenkins.Client) http.HandlerFunc {
func getRealJenkinsLogPath(path string) (string, error) {
jobMatches := reJenkinsJobURL.FindStringSubmatch(path)
- if len(jobMatches) == 0 {... | fix(prow/cmd/jenkins-operator): compare matches with exactly size | null | kubernetes/test-infra | Apache License 2.0 | Go |
@@ -1286,7 +1286,8 @@ private StanzaError onSessionAcceptInternal(
// This is not necessary (and might trigger unexpected behavior) with colibri2.
long ssrc = RANDOM.nextInt() & 0xffff_ffffL;
logger.info(participant + " did not advertise any SSRCs. Injecting " + ssrc);
- sourcesAdvertised = new EndpointSourceSet(new So... | fix(multi-stream): generate source name | null | jitsi/jicofo | Apache License 2.0 | Java |
@@ -49,7 +49,6 @@ import { performance } from 'perf_hooks'
import { transformRequest } from '../server/transformRequest'
import {
isOptimizedDepFile,
- createIsOptimizedDepUrl,
getDepsCacheDir,
optimizedDepNeedsInterop
} from '../optimizer'
@@ -114,14 +113,12 @@ export function importAnalysisPlugin(config: ResolvedConf... | fix: add version to optimized chunks, fix | null | vitejs/vite | MIT License | TypeScript |
@@ -25,6 +25,7 @@ void CtcPrefixBeamSearch::Reset() {
cur_hyps_.clear();
viterbi_likelihood_.clear();
times_.clear();
+ outputs_.clear();
abs_time_step_ = 0;
PrefixScore prefix_score;
prefix_score.s = 0.0;
| fix(runtime): clear outputs_ of in Reset func | null | wenet-e2e/wenet | Apache License 2.0 | C++ |
@@ -3,10 +3,11 @@ package sqlancer.databend.ast;
import sqlancer.Randomly;
import sqlancer.common.ast.newast.Node;
import sqlancer.common.ast.newast.TableReferenceNode;
-import sqlancer.databend.gen.DatabendExpressionGenerator;
+import sqlancer.databend.DatabendSchema;
import sqlancer.databend.DatabendProvider.Databend... | fix: replace the expression generator | null | sqlancer/sqlancer | MIT License | Java |
@@ -59,14 +59,16 @@ trait InteractsWithTable
return;
}
+ if (blank($this->toggledTableColumns)) {
$this->getTableColumnToggleForm()->fill(session()->get(
$this->getTableColumnToggleFormStateSessionKey(),
$this->getDefaultTableColumnToggleState()
));
+ }
$filtersSessionKey = $this->getTableFiltersSessionKey();
- if ($th... | fix: Query string being overwritten by session | null | laravel-filament/filament | MIT License | PHP |
@@ -345,6 +345,7 @@ public:
Reference<LocalitySet> logServerSet;
LocalityMap<WorkerDetails>* logServerMap;
bool bCompleted = false;
+ desired = std::max(required, desired);
// Construct the list of DCs where the TLog recruitment is happening. This is mainly for logging purpose.
std::string dcList;
| fix: desired must be greater than or equal to required | null | apple/foundationdb | Apache License 2.0 | C++ |
@@ -512,7 +512,7 @@ class _ServerManagementPanelState extends CustomState<ServerManagementPanel, voi
),
if (!kIsWeb)
Container(
- padding: const EdgeInsets.only(bottom: 5),
+ padding: const EdgeInsets.only(bottom: 10),
child: Obx(() => SettingsSwitch(
initialVal: ss.settings.localhostPort.value != null,
title: "Detect ... | fix: slightly more padding under localhost toggle | null | bluebubblesapp/bluebubbles-app | Apache License 2.0 | Dart |
@@ -10,6 +10,9 @@ import { requestsWithDelay } from '../../../core/rxjs/requests-with-delay';
import { AuthFacade } from '../../../+state/auth.facade';
import { TeamcraftComponent } from '../../../core/component/teamcraft-component';
import { UniversalisService } from '../../../core/api/universalis.service';
+import { ... | fix(currency-spending-guide): better npc indications to trade the items from | null | ffxiv-teamcraft/ffxiv-teamcraft | MIT License | TypeScript |
@@ -21,7 +21,16 @@ func SecretsFunc() secret.Func {
}
desiredTree.Parsed = desiredKind
- return getSecretsMap(desiredKind), nil
+ secrets = getSecretsMap(desiredKind)
+ loadBalancersSecrets, err := loadbalancers.GetSecrets(monitor, desiredKind.Loadbalancing)
+ if err != nil {
+ return nil, err
+ }
+
+ for k, v := range... | fix: stop deleting loadbalancing config when writing secrets | null | caos/orbos | Apache License 2.0 | Go |
@@ -25,10 +25,10 @@ type APIGateway struct {
Caching *Caching `json:"caching,omitempty" yaml:"caching,omitempty"`
//Enable gRPC Web
//@default: false
- GRPCWeb bool `json:"caching,omitempty" yaml:"caching,omitempty"`
+ GRPCWeb bool `json:"grpcWeb,omitempty" yaml:"grpcWeb,omitempty"`
//Enable proxy protocol
//@default: ... | fix: boom api property names | null | caos/orbos | Apache License 2.0 | Go |
@@ -86,7 +86,7 @@ func (db *Postgresql) InitDB(cfgList map[string]config.Database) Connection {
db.Once.Do(func() {
for conn, cfg := range cfgList {
- sqlDB, err := sql.Open("postgres", cfg.GetDSN()+" database_to_upper=false")
+ sqlDB, err := sql.Open("postgres", cfg.GetDSN())
if err != nil {
panic(err)
}
| fix(db): fixed database connection | null | goadmingroup/go-admin | Apache License 2.0 | Go |
@@ -110,7 +110,8 @@ $('.delete-btn').on('click', function (event) {
DeletePost(%s)
});
-</script>`, language.Get("are you sure to delete"), language.Get("yes"), language.Get("cancel"), deleteUrl, infoUrl, id)
+</script>`, language.Get("are you sure to delete"), language.Get("yes"),
+ language.Get("cancel"), deleteUrl, ... | fix(admin): fixed detail footed and header html | null | goadmingroup/go-admin | Apache License 2.0 | Go |
@@ -31,7 +31,7 @@ const context = createContext(config);
const server = new ApolloServer({ typeDefs, resolvers, context });
const app = express();
-server.applyMiddleware({ app, path: '/graphql' });
+server.applyMiddleware({ app, path: '/' });
const handler = serverless(app);
| fix(server-netlify): Fix netlify graphql server path | null | lowdefy/lowdefy | Apache License 2.0 | JavaScript |
@@ -353,8 +353,9 @@ export class Engine extends IEngine {
private deleteSession: EnginePrivate["deleteSession"] = async (topic) => {
const { self } = this.client.session.get(topic);
+ // Await the unsubscribe first to avoid deleting the symKey too early below.
+ await this.client.core.relayer.unsubscribe(topic);
await ... | fix(engine): avoids race condition when deleting pairing/session | null | walletconnect/walletconnect-monorepo | Apache License 2.0 | TypeScript |
@@ -4,7 +4,17 @@ import { AppModule } from './app.module';
async function bootstrap(): Promise<void> {
const app = await NestFactory.create(AppModule);
- app.useGlobalPipes(new ValidationPipe({ transform: true }));
+
+ app.useGlobalPipes(
+ new ValidationPipe({
+ transform: true,
+ whitelist: true,
+ forbidNonWhitelist... | fix: make validation pipe more restrictive | null | doug-martin/nestjs-query | MIT License | TypeScript |
@@ -74,12 +74,22 @@ public enum Index {
/**
* Implementation Guides examples in JSON
*/
- PROFILES_JSON("/profiles-fhir-ig-carin-bb-json.txt"),
+ PROFILES_DAVINCI_PDEX_JSON("/profiles-fhir-ig-davinci-pdex-formulary-json.txt"),
/**
* Implementation Guides examples in XML
*/
- PROFILES_XML("/profiles-fhir-ig-carin-bb-xml... | fix: updated with Da Vinci PDEX Formulary | null | ibm/fhir | Apache License 2.0 | Java |
@@ -189,7 +189,7 @@ public struct PerformanceSample: Decodable {
public struct SignatureInfo: Decodable {
public let signature: String
public let slot: UInt64?
- public let err: TransactionError?
+ public let err: AnyTransactionError?
public let memo: String?
public let blockTime: UInt64?
@@ -205,7 +205,7 @@ public str... | fix(model): improve error handling | null | p2p-org/solana-swift | MIT License | Swift |
@@ -27,7 +27,7 @@ class SelfRoleGroupWrapper(private val selfRoleGroupDao: SelfRoleGroupDao) {
list.add(selfRoleGroup)
- selfRoleGroupDao.set(guildId, selfRoleGroup.groupName, selfRoleGroup.messageIds.joinToString(), selfRoleGroup.channelId, selfRoleGroup.isEnabled, selfRoleGroup.pattern
+ selfRoleGroupDao.set(guildId,... | fix: using %SPLIT% in parsing but not when storing | null | toxicmushroom/melijn | MIT License | Kotlin |
'use strict';
-// webpack@5 doesn't inject node polyfill automatically
-window.global = window.global || window;
-window.process = window.process || {};
-window.process.env = window.process.env || {};
-
/* global __resourceQuery WorkerGlobalScope self */
const stripAnsi = require('../transpiled-modules/strip-ansi');
co... | fix: delete `Node.js` variables in windows | null | webpack/webpack-dev-server | MIT License | JavaScript |
@@ -216,7 +216,8 @@ public final class OpenstackNetworkingUtil {
if (Strings.isNullOrEmpty(fip.getFloatingIpAddress())) {
continue;
}
- if (fip.getFixedIpAddress().equals(port.ipAddress().toString())) {
+ if (fip.getFixedIpAddress().equals(port.ipAddress().toString()) &&
+ fip.getPortId().equals(port.portId())) {
retur... | fix: resolve a contention problem of querying floatig IP by fixed IP | null | opennetworkinglab/onos | Apache License 2.0 | Java |
@@ -244,7 +244,7 @@ frappe.ui.form.Toolbar = Class.extend({
if (me.frm.meta.custom) {
frappe.set_route('Form', 'DocType', me.frm.doctype);
- } else if (!me.frm.meta.custom) {
+ } else {
frappe.set_route('Form', 'Customize Form', {
doc_type: me.frm.doctype
});
| fix: Remove unwanted check | null | frappe/frappe | MIT License | JavaScript |
@@ -280,6 +280,7 @@ export const RundownViewBuckets = withTranslation()(
clearContextBucket = () => {
this.setState({
contextBucket: undefined,
+ contextBucketAdLib: undefined,
})
}
| fix: ensure bucket context menu context is cleared | null | nrkno/tv-automation-server-core | MIT License | TypeScript |
@@ -79,7 +79,7 @@ class RenderTextBox extends RenderBox with RenderObjectWithChildMixin<RenderBox>
Node hostTextNode = elementManager.getEventTargetByTargetId<EventTarget>(targetId);
Element parentElement = hostTextNode.parent;
final double contentWidth = parentElement.getRenderBoxModel().getContentWidth();
- if (conte... | fix: fix text whitespace wrap | null | openkraken/kraken | Apache License 2.0 | Dart |
import { Color, Vector2, Vector3, Vector4 } from "@oasis-engine/math";
-// TODO temp
-const _vec3Attribute = [
- "color",
- "center",
- "size",
- "__position",
- "__positionRandomness",
- "__color",
- "__velocity",
- "__velocityRandomness",
- "__acceleration",
- "__accelerationRandomness",
- "_center"
-];
-
/**
* temp ... | fix: fix loader error | null | oasis-engine/engine | MIT License | TypeScript |
@@ -20,6 +20,7 @@ namespace Unity.Netcode.Editor
private readonly Dictionary<string, object> m_NetworkVariableObjects = new Dictionary<string, object>();
private GUIContent m_NetworkVariableLabelGuiContent;
+ private GUIContent m_NetworkListLabelGuiContent;
private void Init(MonoScript script)
{
@@ -30,6 +31,7 @@ names... | fix: Showing the NetworkLists too in the inspector, not just the NetworkVariables | null | unity-technologies/com.unity.multiplayer.mlapi | MIT License | C# |
@@ -15,6 +15,7 @@ import 'package:smooth_app/data_models/continuous_scan_model.dart';
import 'package:smooth_app/database/dao_int.dart';
import 'package:smooth_app/database/local_database.dart';
import 'package:smooth_app/generic_lib/design_constants.dart';
+import 'package:smooth_app/generic_lib/dialogs/smooth_alert_d... | fix: 3490 - verbose debug when cropping and saving a pic | null | openfoodfacts/smooth-app | Apache License 2.0 | Dart |
@@ -1125,13 +1125,15 @@ ACTOR static Future<Void> readRequestServer(
if(locality != rep.tag.locality) {
uint16_t tagId = 0;
std::vector<uint16_t> usedTags;
- for( auto& kv : commitData->txnStateStore->readRange(serverTagKeys).get() ) {
+ auto tagKeys = commitData->txnStateStore->readRange(serverTagKeys).get();
+ for( a... | fix: we must store the result of range reads before iterating through the results | null | apple/foundationdb | Apache License 2.0 | C++ |
@@ -42,12 +42,11 @@ export const settings = (
action.payload.language.code === "en" ? "" : `/${action.payload.language.code}`;
if (match?.params.lang || langPrefix) {
- history.push({
- ...history.location,
- pathname: match?.params.lang
+ const pathname =
+ (match?.params.lang
? history.location.pathname.replace(`/${m... | fix: switching to en on root was broken | null | dzcode-io/dzcode.io | MIT License | TypeScript |
@@ -63,10 +63,11 @@ public class SOCountDownLatch implements CountDownLatchSPI {
}
while (true) {
- long deadline = System.nanoTime() + nanos;
+ long start = System.nanoTime();
LockSupport.parkNanos(nanos);
+ long elapsed = System.nanoTime() - start;
- if (System.nanoTime() < deadline) {
+ if (elapsed < nanos) {
// thi... | fix(core): fixed possible long overflow problem in countdown latch(#1909) | null | questdb/questdb | Apache License 2.0 | Java |
@@ -941,7 +941,7 @@ impl Tab {
pane_contents_and_ui
.render_pane_frame(*client_id, self.session_is_mirrored);
} else {
- let mut boundaries = client_id_to_boundaries
+ let boundaries = client_id_to_boundaries
.entry(*client_id)
.or_insert_with(|| Boundaries::new(self.viewport));
pane_contents_and_ui.render_pane_boundar... | fix(warn): remove unnecessary mut | null | zellij-org/zellij | MIT License | Rust |
@@ -63,7 +63,6 @@ export const ApplicationStatusPanel = ({application, showOperation, showConditio
<div className={`application-status-panel__item-value application-status-panel__item-value--${appOperationState.phase}`}>
<a onClick={() => showOperation && showOperation()}>
<OperationState app={application} />
- </a>
<H... | fix: prevent sync error overflowing | null | argoproj/argo-cd | Apache License 2.0 | TypeScript |
@@ -100,9 +100,10 @@ addPublicCommands({
async GetInjected({ url, [INJECT_CONTENT_FORCE]: forceContent, done }, src) {
const { frameId, tab } = src;
const tabId = tab.id;
+ const isTop = !frameId;
if (!url) url = src.url || tab.url;
+ if (!isApplied) return prepare('', url, isTop);
clearFrameData(tabId, frameId);
- con... | fix: GetInjected when disabled | null | violentmonkey/violentmonkey | MIT License | JavaScript |
@@ -32,7 +32,7 @@ class TaskAdapter(logging.LoggerAdapter):
)
is_process_dummy = logger.name.endswith("_process")
if not is_readable and not is_process_dummy:
- warnings.warn("Task logger does not have ability to be read. Past history of the task cannot be utilized.")
+ warnings.warn(f"Logger '{logger.name}' for task '... | fix: more proper exception raised if | null | miksus/rocketry | MIT License | Python |
@@ -365,6 +365,7 @@ run(client *client, const uint64_t channel_id, params *params, dati *p_message)
if (!params->file.name && !params->file.content)
{ // content-type is application/json
+ if (!params->embed) {
if (IS_EMPTY_STRING(params->content)) {
D_PUTS("Missing 'content'");
return;
@@ -374,6 +375,7 @@ run(client *... | fix: message::create::run() checks | null | cee-studio/orca | MIT License | C++ |
@@ -392,8 +392,8 @@ public:
return ret(v * q.number());
}
- template<typename Value>
- requires(!Quantity<Value>) && (invoke_result_convertible_to_<rep, std::divides<>, rep, const Value&>)
+ template<Representation Value>
+ requires(invoke_result_convertible_to_<rep, std::divides<>, rep, const Value&>)
[[nodiscard]] fr... | fix: constraint recursion for gcc11 on operator/ | null | mpusz/units | MIT License | C |
@@ -1748,9 +1748,10 @@ namespace fileBackup {
state Version beginVersion = Params.beginVersion().get(task);
state Version endVersion = Params.endVersion().get(task);
state Reference<TaskFuture> taskFuture = futureBucket->unpack(task->params[Task::reservedTaskParamKeyDone]);
+ state BackupConfig config(task);
if(Params.... | fix: log ranges were not being cleared correctly | null | apple/foundationdb | Apache License 2.0 | C++ |
@@ -52,7 +52,7 @@ const ComponentsContainer = ({
return (
<>
- <Heading>{isSiblingTab ? frontmatter?.title : pageTitle}</Heading>
+ <Heading size='xl' className='my-5'>{isSiblingTab ? frontmatter?.title : pageTitle}</Heading>
<Paragraph>{isSiblingTab ? frontmatter?.description : pageDescription}</Paragraph>
{tabsList &... | fix(mds): fix heading style in component pages | null | innovaccer/design-system | MIT License | JavaScript |
@@ -132,6 +132,9 @@ public final class MatchTermFilter extends TermFilter {
this.minShouldMatch = from.getMinShouldMatch();
this.ignoreStopwords = from.isIgnoreStopwords();
this.caseSensitive = from.isCaseSensitive();
+ this.fuzziness = from.getFuzziness();
+ this.prefixLength = from.getPrefixLength();
+ this.maxExpans... | fix(api): ensure we copy the fuzziness configurations in MatchTermFilter | null | b2ihealthcare/snow-owl | Apache License 2.0 | Java |
@@ -252,7 +252,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
protected override Func<bool> SharingContentIsOnFeedbackFunc
{
- get { return () => Status.Call.Sharing.IsSharing; }
+ get { return () => Status.Sharing.isAirHostClientConnected || Status.Sharing.isDirectPresentationConnected || Stat... | fix(essentials): Updates the func to return whether sharing content | null | pepperdash/essentials | MIT License | C# |
@@ -412,9 +412,9 @@ class REST_API
$url = $entry->original_url;
- $unfurl_endpoint = "http://unfurl.eric.co.de/unfurl?&url=https%3A%2F%2Fde.wikipedia.org%2Fwiki%2FDivisor";
+ $unfurl_endpoint = "http://unfurl.eric.co.de/unfurl";
$curl = new Curl;
- $curl->request(add_query_arg("url", $url, $unfurl_endpoint), [
+ $curl-... | fix: various failing unfurlings | null | podlove/podlove-publisher | MIT License | PHP |
@@ -159,7 +159,7 @@ func (self *SRegion) CreateILoadBalancer(loadbalancer *cloudprovider.SLoadbalanc
}
params["BandwidthPackageId"] = pkgId
params["InternetAccessible.InternetChargeType"] = "BANDWIDTH_PACKAGE"
- params["InternetAccessible.InternetMaxBandwidthOut"] = "2048"
+ params["InternetAccessible.InternetMaxBandwi... | fix(region): qcloud lb bandwidth | null | yunionio/yunioncloud | Apache License 2.0 | Go |
@@ -32,7 +32,7 @@ import java.util.LinkedList
* handling to specific [BaseJibri] instances.
*/
class JibriIqHandler :
- AbstractIqRequestHandler(JibriIq.ELEMENT_NAME, JibriIq.NAMESPACE, IQ.Type.set, IQRequestHandler.Mode.async) {
+ AbstractIqRequestHandler(JibriIq.ELEMENT_NAME, JibriIq.NAMESPACE, IQ.Type.set, IQRequest... | fix: Use a sync IQRequesstHandler for jibri | null | jitsi/jicofo | Apache License 2.0 | Kotlin |
@@ -152,12 +152,14 @@ protected virtual void OnEnable()
}
ManageUseListener(true);
+ ManageInteractTouchListener(true);
}
protected virtual void OnDisable()
{
ForceStopUsing();
ManageUseListener(false);
+ ManageInteractTouchListener(false);
}
protected virtual void Update()
| fix(Interaction): ensure touch listeners are registered on interact use | null | extendrealityltd/vrtk | MIT License | C# |
@@ -121,7 +121,7 @@ func PreInstall(helmInstall *helm.Install, kubeConfig []byte) error {
},
Subjects: []v1.Subject{
{
- Kind: "serviceAccount",
+ Kind: "ServiceAccount",
Name: helmInstall.ServiceAccount, // "tiller",
Namespace: helmInstall.Namespace,
}},
| fix: 'serviceAccount' kind should be 'ServiceAccount' | null | banzaicloud/pipeline | Apache License 2.0 | Go |
@@ -270,16 +270,18 @@ class CMSPluginBase(admin.ModelAdmin, metaclass=CMSPluginBaseMetaclass):
root = obj
plugins = [root] + list(root.get_descendants().order_by('path'))
+ # simulate the call to the unauthorized CMSPlugin.page property
+ cms_page = obj.placeholder.page if obj.placeholder_id else None
child_classes = s... | fix: Fixed DontUsePageAttributeWarning message | null | django-cms/django-cms | BSD 3-Clause New or Revised License | Python |
@@ -25,8 +25,8 @@ const nonMutationObservableMapKeys: PropertyKey[] = [
'forEach'
];
-function cleanPath(state: any, key: PropertyKey, path: PropertyKey[]): PropertyKey[] {
- const pathCopy = path.concat(key);
+function cleanPath(state: any, key: PropertyKey | null, path: PropertyKey[]): PropertyKey[] {
+ const pathCop... | fix(fluent): fix debugger path logic related to observable maps | null | cerebral/cerebral | MIT License | TypeScript |
@@ -49,7 +49,7 @@ public class HotpAuthExamples {
final HotpAuth authProvider = HotpAuth.create(hotpAuthOptions);
// key
- final String userKey = "2P3V27SMNQHEE4CYK26ZHTN5HPIGWT4R";
+ final String userKey = "OK7JVNHJO5ZMC57QLYJ6QNTOZFKVN76Y";
final byte[] keyBytes = new Base32(false).decode(userKey);
final OtpKey otpKe... | fix: the example used old unexpected auth code | null | vert-x3/vertx-auth | Apache License 2.0 | Java |
@@ -54,10 +54,10 @@ const enhance = () => (BaseComponent) => {
...sources,
source,
],
- }), () => {
+ }));
+
this.fetchSource(source);
syncSourcesWithParams(this.state.sources);
- });
}
removeSource = (source) => {
| fix(withSources): Run fetch after setState | null | relative-ci/bundle-stats | MIT License | JavaScript |
@@ -50,26 +50,10 @@ const STORAGE_URL = getLocalUrl(btoa(STORAGE_NAME));
const LAYER_OPTIONS = 'places.options';
/**
- * Places layer options.
- * @type {Object}
- * @const
+ * The PlacesManager instance.
+ * @type {PlacesManager}
*/
-const OPTIONS = {
- 'animate': true,
- 'color': DEFAULT_LAYER_COLOR,
- 'collapsed': t... | fix(places): follow approach from alertmanager.js | null | ngageoint/opensphere | Apache License 2.0 | JavaScript |
@@ -146,10 +146,15 @@ func processValuePayload(p payload.Payload) (vp ValuePayload) {
// Get outputs address and balance
v.Transaction().Outputs().ForEach(func(address address.Address, balances []*balance.Balance) bool {
var b []Balance
- for _, balance := range balances {
+ for _, bal := range balances {
+ color := ba... | fix: Show the minted color of balances | null | iotaledger/goshimmer | Apache License 2.0 | Go |
@@ -20,10 +20,13 @@ export const ethereumProxyArtifact = new ContractArtifact<EthereumProxy>(
address: '0x9c6c7817e3679c4b3f9ef9486001eae5aaed25ff',
creationBlockNumber: 5955681,
},
- matic: {
- address: '0x27c60BE17e853c47A9F1d280B05365f483c2dFAF',
- creationBlockNumber: 17427737,
- },
+ // FIXME: Temporarily disable ... | fix: disable matic ETH proxy artifact | null | requestnetwork/requestnetwork | MIT License | TypeScript |
@@ -297,7 +297,7 @@ vrrp_sync_group VG1 {
}
{{ range $idx, $vip := .VIPs }}vrrp_script chk_{{ vip $vip }} {
- script "/usr/local/bin/health 200@http://127.0.0.1:29999/ready"
+ script "/usr/local/bin/health --protocol http --ip 127.0.0.1 --port 29999 --path /ready --status 200"
interval 2 # check every 2 seconds
fall 15... | fix: use new health binary for keepalived healthchecks | null | caos/orbos | Apache License 2.0 | Go |
@@ -15,7 +15,7 @@ function init () {
backgroundColor: '#ECECEC',
center: true,
fullscreen: false,
- height: 220,
+ height: 250,
icon: getIconPath(),
maximizable: false,
minimizable: false,
| fix: Increase Height of 'About' window even more | null | webtorrent/webtorrent-desktop | MIT License | JavaScript |
@@ -89,10 +89,13 @@ where
let start = Instant::now();
let outputs_length = outputs.len();
+ let known_scripts = self.db.get_all_known_one_sided_payment_scripts()?;
+
let mut rewound_outputs: Vec<(UnblindedOutput, BulletRangeProof)> = Vec::new();
for output in outputs {
// TODO: Only outputs with scripts `== script!(Nop... | fix: recover all known scripts | null | tari-project/tari | BSD 3-Clause New or Revised License | Rust |
@@ -95,10 +95,6 @@ extension Amplify {
///
/// - Parameter configuration: The AmplifyConfiguration for specified Categories
public static func configure(_ configuration: AmplifyConfiguration? = nil) throws {
- guard !isRunningForSwiftUIPreviews else {
- log.info("Running for SwiftUI previews, skipping configuration.")
... | fix: fix issue that causes SwiftUI previews to crash in certain scenarios | null | aws-amplify/amplify-ios | Apache License 2.0 | Swift |
@@ -134,7 +134,7 @@ class SkinlibController extends Controller
->with('texture', $texture)
->with('grid', $grid)
->with('extra', [
- 'download' => option('allow_downloading_texture'),
+ 'download' => (bool) option('allow_downloading_texture'),
'currentUid' => $user ? $user->uid : 0,
'admin' => $user && $user->isAdmin()... | fix(skinlib): cast `allow_downloading_texture` to boolean | null | bs-community/blessing-skin-server | MIT License | PHP |
@@ -94,9 +94,9 @@ Future<Void> checkMoveKeysLockReadOnly( Transaction* tr, MoveKeysLock lock ) {
return checkMoveKeysLock(tr, lock, false);
}
-ACTOR Future<Optional<UID>> checkReadWrite( Future< ErrorOr<Version> > fReply, UID uid ) {
+ACTOR Future<Optional<UID>> checkReadWrite( Future< ErrorOr<Version> > fReply, UID ui... | fix: do not count a server as read-write unless it has a recent version, because it could have been readable a long time ago | null | apple/foundationdb | Apache License 2.0 | C++ |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.