diff stringlengths 12 9.3k | message stringlengths 8 199 | reasoning_trace null | repo stringlengths 6 68 | license stringclasses 3
values | language stringclasses 16
values |
|---|---|---|---|---|---|
@@ -13,7 +13,8 @@ namespace Shoko.Server.API.v3.Models.Common
{
/// <summary>
/// The normalised user-submitted rating in the range [0, <paramref name="maxValue" />].
- /// /// </summary>
+ /// </summary>
+ /// <param name="maxValue">The max value to use.</param>
/// <returns></returns>
public decimal GetRating(int max... | chore: fix typo and add description to vote model | null | shokoanime/shokoserver | MIT License | C# |
@@ -288,8 +288,9 @@ namespace Cicada {
av_dict_set_int(&dict,"timePosition",pPacket->getInfo().timePosition,0);
uint8_t *metadata = av_packet_pack_dictionary(dict, &size);
av_dict_free(&dict);
+ int addRet = av_packet_add_side_data(pkt, AV_PKT_DATA_STRINGS_METADATA, metadata, size);
assert(metadata);
- assert(av_packet... | chore(decoder): add side data not at assert | null | alibaba/cicadaplayer | MIT License | C++ |
@@ -32,6 +32,7 @@ retry_with_backoff 3 10 \
mvn clean deploy -B \
--settings ${MAVEN_SETTINGS_FILE} \
-DskipTests=true \
+ -Dclirr.skip=true \
-DperformRelease=true \
-Dgpg.executable=gpg \
-Dgpg.passphrase=${GPG_PASSPHRASE} \
| chore: Disable CLIRR checks on releas | null | googleapis/synthtool | Apache License 2.0 | Shell |
@@ -90,14 +90,7 @@ data class Settings(
data class Token(
var discord: String,
- var topDotGG: String,
var weebSh: String,
- var botsOnDiscordXYZ: String,
- var botlistSpace: String,
- var discordBotListCom: String,
- var discordBotsGG: String,
- var botsForDiscordCom: String,
- var discordBoats: String,
var randomCatA... | chore(cleanup): remove old tokens | null | toxicmushroom/melijn | MIT License | Kotlin |
@@ -8,10 +8,10 @@ class AwsSamCli < Formula
sha256 "3336d53795608dcaaf565cf9c7817c80726af79b91138beba643e46fda62afd9"
head "https://github.com/awslabs/aws-sam-cli.git", :branch => "develop"
bottle do
- root_url "https://github.com/awslabs/aws-sam-cli/releases/download/v0.33.1/"
+ root_url "https://github.com/awslabs/aw... | chore: Updating bottles to SAM CLI v0.34.0 | null | aws/homebrew-tap | Apache License 2.0 | Ruby |
@@ -43,10 +43,7 @@ fn main() {
.register_uri_scheme_protocol("stream", move |_app, request| {
// prepare our response
let mut response = ResponseBuilder::new();
- // get the wanted path
- #[cfg(target_os = "windows")]
- let path = request.uri().strip_prefix("stream://localhost/").unwrap();
- #[cfg(not(target_os = "wind... | chore(examples): simplify streaming example code, closes | null | tauri-apps/tauri | Apache License 2.0 | Rust |
@@ -66,6 +66,7 @@ import static java.nio.charset.StandardCharsets.UTF_8;
*/
public class IndexHtmlRequestHandler extends JavaScriptBootstrapHandler {
+ private static final String SCRIPT = "script";
private static final String SCRIPT_INITIAL = "initial";
@Override
@@ -147,7 +148,7 @@ public class IndexHtmlRequestHandle... | chore: Make Sonar happy | null | vaadin/flow | Apache License 2.0 | Java |
@@ -24,6 +24,7 @@ rustup run nightly cbindgen \
cp include/*.h ../target/artifacts
echo -- Build the musl release artifacts --
+sudo apt install musl-tools
rustup target add x86_64-unknown-linux-musl
cargo build --release --target=x86_64-unknown-linux-musl
gzip -c ../target/x86_64-unknown-linux-musl/release/libpact_ffi... | chore: need musl-tools om release build | null | pact-foundation/pact-reference | MIT License | Shell |
@@ -128,13 +128,28 @@ class SessionTests: XCTestCase {
url: URL(string: "https://google.com")!,
paymentData: "payment_data"
)
- apiClient.mockedResults = [.success(PaymentsResponse(resultCode: .authorised,
+ apiClient.mockedResults = [
+ .success(
+ PaymentsResponse(
+ resultCode: .authorised,
action: .redirect(
expect... | chore: adds more unit test cases | null | adyen/adyen-ios | MIT License | Swift |
@@ -41,6 +41,127 @@ export abstract class FirestoreStorage<T extends DataModel> extends DataStore<T>
};
}
+ private diff(before: any[], after: any[], trackBy: (row: any) => string | number): DataDiff[] {
+ const additions = [];
+ const deletions = [];
+ const modifications = [];
+ before.forEach(bEntry => {
+ const ent... | chore: small fix for firestore storage impl | null | ffxiv-teamcraft/ffxiv-teamcraft | MIT License | TypeScript |
@@ -61,7 +61,7 @@ pub enum UpdateType {
#[derive(Clone, Serialize, Deserialize)]
pub struct DetailedDuration {
- main: Duration,
+ pub main: Duration,
}
#[derive(Clone, Serialize, Deserialize)]
| chore: set public the main duration on update status | null | meilisearch/meilisearch | MIT License | Rust |
@@ -3,7 +3,7 @@ BASEDIR=$(dirname "$0")
gopass sync --store zitadel-secrets
# Tracing
-gopass zitadel-secrets/zitadel/developer/default/zitadel-svc-account-eventstore-local | base64 -D > "$BASEDIR/local_svc-account-tracing.json"
+gopass zitadel-secrets/zitadel/developer/default/zitadel-svc-account-zitadel-local | base6... | chore: zitadel service account instead of eventstore | null | caos/zitadel | Apache License 2.0 | Shell |
+/*
+ * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
+ * under one or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information regarding copyright
+ * ownership. Camunda licenses this file to you under the Apache License,
+ * Version ... | chore(engine/rest): add license header to ext.task topic names test | null | camunda/camunda-bpm-platform | Apache License 2.0 | Java |
@@ -49,7 +49,7 @@ public class LdifArchiver implements DeleteNotifier {
}
}
- public void onBeforeRemove(String dn) {
+ public void onBeforeRemove(String dn, String[] objectClasses) {
if (!disable) {
String dnForRemoval = dn;
int dnForRemovalLenght = dnForRemoval.length();
@@ -79,7 +79,7 @@ public class LdifArchiver im... | chore: fix compilation issue | null | gluufederation/oxtrust | MIT License | Java |
@@ -150,7 +150,9 @@ setup(
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
+ 'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: WSGI',
+ 'Topic :: Internet :: WWW/HTTP :: ASGI',
'Topic :: Software Development :: Libraries :: Application Fr... | chore: add ASGI classifier, along with the standard generic WWW/HTTP classifier | null | falconry/falcon | Apache License 2.0 | Python |
@@ -304,7 +304,8 @@ export function register({ sourceFiles, tsLanguageService }: TsApiRegisterOption
for (const modifier in eventModifiers) {
const modifierDes = eventModifiers[modifier];
const newItem: html.CompletionItem = {
- label: noExtText + '.' + modifier,
+ label: modifier,
+ filterText: noExtText + '.' + modif... | chore: simplify `v-on` modifiers completion label | null | johnsoncodehk/volar | MIT License | TypeScript |
@@ -43,11 +43,10 @@ public class Utils {
view.setStateListAnimator(stateListAnimator);
}
- public static ColorStateList getEnabledColorStateList(int color, String variant) {
+ public static ColorStateList getEnabledColorStateList(int color, int disabledColor) {
int[][] states = new int[][] { new int[] { -android.R.attr... | chore: updated android native | null | nativescript-community/ui-material-components | Apache License 2.0 | Java |
@@ -302,7 +302,7 @@ func (ir *ImageRenderer) cleanContent() {
ir.AnsiString += fmt.Sprintf("_%s", strings.Repeat(" ", ir.CursorPadding))
}
// add watermarks
- ir.AnsiString += "\n\n\x1b[1mhttps://ohmyposh.dev\x1b[22m"
+ ir.AnsiString += "\n\n\x1b[1mohmyposh.dev\x1b[22m"
if len(ir.Author) > 0 {
createdBy := fmt.Sprintf(... | chore(image): display relative url | null | jandedobbeleer/oh-my-posh | MIT License | Go |
@@ -58,36 +58,36 @@ public class ProcessDefinitionQueryDto extends AbstractQueryDto<ProcessDefinitio
VALID_SORT_BY_VALUES.add(SORT_BY_VERSION_TAG);
}
- private String processDefinitionId;
- private List<String> processDefinitionIdIn;
- private String category;
- private String categoryLike;
- private String name;
- pri... | chore(rest): set attributes to protected in ProcessDefinitionQueryDto | null | camunda/camunda-bpm-platform | Apache License 2.0 | Java |
@@ -4,7 +4,7 @@ export type Dep = Set<ReactiveEffect> & TrackedMarkers
/**
* wasTracked and newTracked maintain the status for several levels of effect
- * tracking recursion. One bit per level is used to define wheter the dependency
+ * tracking recursion. One bit per level is used to define whether the dependency
* w... | chore(reactivity): fix typo in dep [ci skip] | null | vuejs/vue-next | MIT License | TypeScript |
@@ -173,7 +173,7 @@ impl MySQLFederated {
// Check SHOW VARIABLES LIKE.
fn federated_show_variables_check(&self, query: &str) -> Option<DataBlock> {
let rules: Vec<(&str, Option<DataBlock>)> = vec![
- // SQLAlchemy==1.4.22
+ // sqlalchemy < 1.4.30
(
"(?i)^(SHOW VARIABLES LIKE 'sql_mode'(.*))",
Self::show_variables_bloc... | chore(mysql): fix sqlalchemy < 1.4.30 | null | datafuselabs/databend | Apache License 2.0 | Rust |
@@ -9,7 +9,7 @@ import Foundation
import AWSClientRuntime
public class AmplifyAWSServiceConfiguration {
- public static let amplifyVersion = "2.2.1"
+ public static let amplifyVersion = "2.3.0"
public static let platformName = "amplify-ios"
public static func frameworkMetaData() -> FrameworkMetadata {
| chore: release 2.3.0 [skip ci] | null | aws-amplify/amplify-ios | Apache License 2.0 | Swift |
@@ -35,14 +35,14 @@ impl TruncateFixedPointToInt for UnsignedFixedPoint {
}
#[derive(Encode, Decode, Clone, PartialEq, Eq, Debug, PartialOrd, Ord)]
-#[cfg_attr(feature = "std", derive(Serialize, Deserialize))]
+#[cfg_attr(feature = "std", derive(Serialize, Deserialize, std::hash::Hash))]
pub struct VaultCurrencyPair<Cu... | chore: derive Hash on VaultId | null | interlay/interbtc | Apache License 2.0 | Rust |
@@ -161,7 +161,6 @@ export class ObjectViewerTabService {
);
if (tab && this.navigationTabsService.currentTabId === tab.id) {
- console.log('update key: ', key);
await this.navigationTabsService.selectTab(tab.id);
}
});
@@ -174,7 +173,6 @@ export class ObjectViewerTabService {
);
if (tab) {
- console.log('remove key: '... | chore: remove debug messages | null | dbeaver/cloudbeaver | Apache License 2.0 | TypeScript |
@@ -21,7 +21,10 @@ impl SourceTree {
pub fn write_to(&self, dir: &Path) -> Result<()> {
create_dir_all(&dir)?;
for entry in &self.entries {
- let sanitized_path = sanitize_path(&entry.path);
+ let mut sanitized_path = sanitize_path(&entry.path);
+ if sanitized_path.extension().is_none() {
+ sanitized_path.set_extension... | chore(source_tree): add .sol extension when missing | null | gakonst/ethers-rs | Apache License 2.0 | Rust |
@@ -33,7 +33,6 @@ describe Bugsnag do
end
it 'attempts to load integrations' do
- Kernel::REQUIRED = []
ENV["BUGSNAG_DISABLE_AUTOCONFIGURE"] = nil
load "./lib/bugsnag.rb"
Bugsnag::INTEGRATIONS.each do |integration|
@@ -42,36 +41,31 @@ describe Bugsnag do
end
it 'does not load integrations when BUGSNAG_DISABLE_AUTOCONFI... | chore: Fix constant redefinitions in tests | null | bugsnag/bugsnag-ruby | MIT License | Ruby |
@@ -56,7 +56,9 @@ public final class AdyenActionComponent: ActionComponent {
/// - localizationParameters: Localization parameters.
/// - style: The UI style configurations.
/// - threeDS: Three DS configurations
- public init(localizationParameters: LocalizationParameters? = nil, style: ActionComponentStyle = .init(),... | chore: small formatting fixes | null | adyen/adyen-ios | MIT License | Swift |
@@ -370,7 +370,7 @@ public abstract partial record Schedule
while (enumerator.MoveNext() && Continue())
{
if (enumerator.Current != Duration.Zero)
- await Task.Delay((int)enumerator.Current).ConfigureAwait(false);
+ await Task.Delay((int)enumerator.Current, env.CancellationToken).ConfigureAwait(false);
result = await R... | chore: pass cancellation token to Delay [ci] | null | louthy/language-ext | MIT License | C# |
@@ -82,3 +82,148 @@ impl Lockfile {
self.map.insert(specifier.to_string(), checksum);
}
}
+
+#[cfg(test)]
+mod tests {
+ use super::*;
+ use deno_core::serde_json;
+ use deno_core::serde_json::json;
+ use std::fs::File;
+ use std::io::prelude::*;
+ use std::io::Write;
+ use tempfile::TempDir;
+
+ fn setup() -> (TempDir... | chore: add lockfile tests | null | denoland/deno | MIT License | Rust |
import React, { useState } from 'react'
-import { graphql } from 'gatsby'
import Layout from '~components/layout'
import { Form, Textarea, Select, Input } from '~components/common/form'
import { Row, Col } from '~components/common/grid'
| chore(lint): Linting | null | covid19tracking/website | Apache License 2.0 | JavaScript |
@@ -10,6 +10,7 @@ require_relative './user/user_organization'
require_relative './synchronization/collection.rb'
require_relative '../services/visualization/common_data_service'
require_relative './data_import'
+require_relative '../../lib/cartodb/stats/api_calls'
require_relative '../../lib/carto/http/client'
require_... | chore: adding back some api_calls methods | null | cartodb/cartodb | BSD 3-Clause New or Revised License | Ruby |
@@ -367,7 +367,8 @@ export const BTabs = /*#__PURE__*/ Vue.extend({
this._bvObserver = observeDom(this.$refs.tabsContainer, this.updateTabs.bind(this), {
childList: true,
subtree: false,
- attributes: false
+ attributes: true,
+ attributeFilter: ['id']
})
} else {
if (this._bvObserver && this._bvObserver.disconnect) {
| chore(tabs): include attribute 'id' in observeDom config | null | bootstrap-vue/bootstrap-vue | MIT License | JavaScript |
@@ -5,7 +5,7 @@ import BlogTeaserList from '~components/pages/blog/blog-teaser-list'
export default ({ data, path }) => (
<Layout
- title={`Blog: ${data.allContentfulBlogCategory.edges[0].node.name}`}
+ title={`Blog: ${data.contentfulBlogCategory.name}`}
path={path}
textHeavy
narrow
@@ -16,13 +16,9 @@ export default ({... | chore(blog-category): use single record query for blog categories | null | covid19tracking/website | Apache License 2.0 | JavaScript |
@@ -9,7 +9,7 @@ use crate::{
// Assist: add_type_ascription
//
-// Adds `: _` before the assignment operator to prompt the user for a type
+// Adds `: _` before the assignment operator to prompt the user for a type.
//
// ```
// fn make<T>() -> T { todo!() }
@@ -28,7 +28,7 @@ pub(crate) fn add_type_ascription(acc: &mut... | chore: fmt + docs | null | rust-lang/rust-analyzer | Apache License 2.0 | Rust |
@@ -236,7 +236,7 @@ function link_shared_lib_Android(){
-Wl,--no-undefined -Wl,-z,noexecstack ${CPU_LD_FLAGS} -landroid -llog -Wl,-soname,lib${LIB_NAME}.so \
${objs} \
-o ${install_dir}/lib${LIB_NAME}.so \
- -Wl,--whole-archive ${ldflags} -Wl,--no-whole-archive
+ -Wl,--whole-archive ${ldflags} -Wl,--no-whole-archive -W... | chore(script): add build-id for android so | null | alibaba/cicadaplayer | MIT License | Shell |
@@ -72,6 +72,7 @@ impl Interpreter for ShowGrantsInterpreter {
}
},
};
+ // TODO: display roles list instead of the inherited roles
let grant_list = RoleCacheManager::instance()
.find_related_roles(&tenant, &grant_set.roles())
.await?
| chore: add todo about show grants | null | datafuselabs/databend | Apache License 2.0 | Rust |
@@ -231,8 +231,10 @@ run_test() {
rm -fr suites/*
mv 05_ddl suites/
# FIXME:(everpcpc) sometimes old logic test fails but we can't time travel back to fix it.
- python3 main.py
+ # Confirm the test always pass then delete this workaround in
+ # comment:
# python3 main.py || true
+ python3 main.py
cd -
fi
}
| chore(compat-meta): explain why a commentized statement is still left there | null | datafuselabs/databend | Apache License 2.0 | Shell |
@@ -7,7 +7,7 @@ interface Props {
export default function BlogHeader({ title }: Props) {
return (
- <div className="bg-white dark:bg-dark-700 overflow-hidden py-12">
+ <div className="bg-white dark:bg-dark-800 overflow-hidden py-12 border-b dark:border-gray-600">
<div className="container mx-auto px-8 sm:px-16 xl:px-20... | chore: update bg of blog header in dark mode | null | supabase/supabase | Apache License 2.0 | TypeScript |
@@ -190,7 +190,7 @@ impl pallet_collator_selection::Config for Runtime {
parameter_types! {
pub const PreimageMaxSize: u32 = 4096 * 1024;
pub const PreImageBaseDeposit: Balance = deposit(2, 64);
- pub const PreImageByteDeposit: Balance = deposit(0, 1);
+ pub const PreImageByteDeposit: Balance = deposit(0, 1); // FIXME:... | chore: add note on bug | null | t3rn/t3rn | Apache License 2.0 | Rust |
@@ -10,7 +10,7 @@ defmodule Ash.Resource.Builder do
Builds and adds a new action unless an action with that name already exists
"""
@spec add_new_action(
- Spark.Dsl.t(),
+ Spark.Dsl.Builder.input(),
type :: Ash.Resource.Actions.action_type(),
name :: atom,
opts :: Keyword.t()
@@ -28,7 +28,7 @@ defmodule Ash.Resource.B... | chore: fix dsl builder typespecs | null | ash-project/ash | MIT License | Elixir |
@@ -7,7 +7,7 @@ use std::{mem, cmp, cmp::Reverse};
use fst::{Streamer, IntoStreamer};
use hashbrown::HashMap;
use levenshtein_automata::DFA;
-use log::info;
+use log::trace;
use meilidb_tokenizer::{is_cjk, split_query_string};
use rayon::slice::ParallelSliceMut;
use rayon::iter::{ParallelIterator, ParallelBridge};
@@ -... | chore: change logs in query_builder from info! to trace! | null | meilisearch/meilisearch | MIT License | Rust |
@@ -1443,8 +1443,10 @@ class SqlDeliveryConfigRepository(
insertInto(ACTIVE_ENVIRONMENT_VERSION)
.set(ACTIVE_ENVIRONMENT_VERSION.ENVIRONMENT_UID, uid)
.set(ACTIVE_ENVIRONMENT_VERSION.ACTIVE_VERSION, version)
+ .set(ACTIVE_ENVIRONMENT_VERSION.ACTIVE_SINCE, clock.instant())
.onDuplicateKeyUpdate()
.set(ACTIVE_ENVIRONMENT... | chore(versioning): timestamp to indicate when a version went active | null | spinnaker/keel | Apache License 2.0 | Kotlin |
@@ -4,8 +4,7 @@ import { sass } from '@stencil/sass';
export const config: Config = {
namespace: 'inovex-elements',
outputTargets: [{
- type: 'dist',
- serviceWorker: false
+ type: 'dist'
}],
plugins: [
sass({
| chore(ts): fix wrong stencil config | null | inovex/elements | MIT License | TypeScript |
@@ -3,6 +3,9 @@ const fs = require('fs');
const envVars = `
# these are only generated on netlify deploy
MAPBOX_API_KEY=${process.env.MAPBOX_API_KEY}\n
+MAPBOX_TREES_TILESET_URL=${process.env.MAPBOX_TREES_TILESET_URL}\n
+MAPBOX_TREES_TILESET_LAYER=${process.env.MAPBOX_TREES_TILESET_LAYER}\n
+AWS_TREES_URL=${process.env... | chore: add new env vars to create-env.js | null | technologiestiftung/giessdenkiez-de | MIT License | JavaScript |
@@ -42,6 +42,7 @@ public class JacksonJsonDataFormat implements DataFormat {
}
public JacksonJsonDataFormat(String name, ObjectMapper objectMapper) {
+ this.name = name;
this.objectMapper = objectMapper;
this.typeDetectors = new ArrayList<TypeDetector>();
this.typeDetectors.add(new ListJacksonJsonTypeDetector());
| chore(data/format/json): set name | null | camunda/camunda-bpm-platform | Apache License 2.0 | Java |
@@ -48,9 +48,9 @@ fi
# we will use this just for beauty.
if [[ $# == 2 ]]; then
- echo "WARNING: using custom checkout path $CHECKOUT_PATH"
+ echo "WARNING: using custom checkout path $2"
CHECKOUT_PATH=$2
- FRIENDLY_CHECKOUT_PATH="<custom_checkout>"
+ FRIENDLY_CHECKOUT_PATH="<custom_checkout ( $2 )>"
fi
# if there's no... | chore(scripts): ignore untracked files during patch export | null | microsoft/playwright | Apache License 2.0 | Shell |
@@ -146,6 +146,18 @@ const objectTypes = {
isBoolean: [ 'internal' ]
},
+ Event: {
+ props: [ 'desc', 'required', 'category', 'examples', 'addedIn', 'internal' ],
+ required: [ 'desc' ],
+ isBoolean: [ 'internal' ]
+ },
+
+ SubmitEvent: {
+ props: [ 'desc', 'required', 'category', 'examples', 'addedIn', 'internal' ],
+... | chore(ui): fix build broken by previous PR | null | quasarframework/quasar | MIT License | JavaScript |
@@ -133,7 +133,7 @@ named!(millisecond_pattern <CompleteStr, DateTimePatternToken>, value!(DateTimeP
named!(timezone_pattern <CompleteStr, DateTimePatternToken>, value!(DateTimePatternToken::Timezone, many1!(char!('z'))));
named!(rfc_timezone_pattern <CompleteStr, DateTimePatternToken>, value!(DateTimePatternToken::Rfc... | chore: cleanup warning | null | pact-foundation/pact-reference | MIT License | Rust |
@@ -41,7 +41,7 @@ class AuditableObserverTest extends AuditingTestCase
$this->assertSame($expectedBefore, $observer::$restoring);
- call_user_func([$observer, $eventMethod], $model);
+ $observer->$eventMethod($model);
$this->assertSame($expectedAfter, $observer::$restoring);
}
| chore(Auditable): use variable method instead (optimisation) | null | owen-it/laravel-auditing | MIT License | PHP |
@@ -38,11 +38,7 @@ export function GrafanaDatasourceResources(
// Delete datasources and Grafana will recreate them. This ensures we remove all old/unused datasources that we may have previously deployed
// https://grafana.com/docs/grafana/latest/administration/provisioning/#example-data-source-config-file
const getDat... | chore: update datasources with version bump instead of delete/create | null | opstrace/opstrace | Apache License 2.0 | TypeScript |
@@ -47,6 +47,7 @@ use tonic::Request;
use tonic::Response;
use tonic::Status;
use tonic::Streaming;
+use tracing::debug;
use tracing::info;
use crate::meta_service::meta_service_impl::GrpcStream;
@@ -121,6 +122,8 @@ impl MetaService for MetaServiceImpl {
payload,
} = req;
+ debug!("handle handshake request, client ver:... | chore(meta): add log of handshake | null | datafuselabs/databend | Apache License 2.0 | Rust |
@@ -13,13 +13,13 @@ class DoxygenInstallerConan(ConanFile):
license = "GPL-2.0-or-later"
settings = "os", "arch",
- def config(self):
+ def configure(self):
if self.settings.os in ["Linux", "Macos"] and self.settings.arch == "x86":
raise ConanInvalidConfiguration("Doxygen is not supported on {}-{}".format(self.os, self... | chore: config() has been deprecated | null | conan-io/conan-center-index | MIT License | Python |
@@ -6,6 +6,9 @@ export type SubRes = [SubstanceEnv, Env];
export type LabelMap = Map<string, LabelValue>;
export interface SubstanceEnv {
exprEqualities: [SubExpr, SubExpr][];
+ // predEqualities is not used; the original proposal was to allow equivalent
+ // predicates; it was left in here in case we decide to revive ... | chore: Comment about predEqualities being unused | null | penrose/penrose | MIT License | TypeScript |
@@ -66,7 +66,9 @@ export const BasicDataGrid: React.FC = () => {
type: "actions",
headerName: "Actions",
getActions: () => [
+ // @ts-expect-error `@mui/x-data-grid@5.17.12` broke the props of `GridActionsCellItem` and requires `onResize` and `onResizeCapture` props which should be optional.
<GridActionsCellItem key={1... | chore: fix mui grid actions cell item issue | null | pankod/refine | MIT License | TypeScript |
@@ -84,15 +84,6 @@ BACKUP_FILE="${CONF_PATH}.backup.yaml"
up() {
set -e
- if [ ! -f "Dockerfile-apisix" ]; then
- echo "Downloading Dockerfile"
- if ! curl --version &>/dev/null; then
- give_up "The script depends on curl. Please proceed after the installation."
- else
- curl -o Dockerfile-apisix https://raw.githubuser... | chore: updating setup script | null | apache/apisix-dashboard | Apache License 2.0 | Shell |
@@ -7,6 +7,7 @@ FTM = [
"0xb9C05B8EE41FDCbd9956114B3aF15834FDEDCb54", # 2pool
"0xfE1A3dD8b169fB5BF0D5dbFe813d956F39fF6310", # fusdt
"0xfDb129ea4b6f557b07BcDCedE54F665b7b6Bc281", # ren
+ "0x260e4fBb13DD91e187AE992c3435D0cf97172316", # tricrypto
]
POLYGON = [
"0xC48f4653dd6a9509De44c92beb0604BEA3AEe714", # am3pool
| chore: add ftm tricrypto | null | curvefi/curve-dao-contracts | MIT License | Python |
@@ -19,8 +19,16 @@ if [[ $TRAVIS_BRANCH == 'master' ]]; then
# https://github.com/atlassian/lerna-semantic-release/blob/06e18185c6477085b7046248e7dd7eb59c06e0c9/.travis/before_install.sh
+ rm -rf .git
+ git init
+ git clean -dfx
+ git remote add origin https://github.com/jan-molak/serenity-js.git
+ git fetch origin
+ g... | chore(cd): re-clone the github repo to make lerna-semantic-release work with travis | null | serenity-js/serenity-js | Apache License 2.0 | Shell |
-defmodule Logflare.Backends.SourceManager do
- @moduledoc """
- The manager for all sources. One per node.
-
- Maangement functions for SourcesSup.
- """
- alias Logflare.Source
-
- @doc """
- Starts a SourceSup for a given source
- """
- def start_source_sup(%Source{}) do
-
- end
-
- def stop_all_source_sup do
-
- en... | chore: remove redundant Sourcemanager | null | logflare/logflare | Apache License 2.0 | Elixir |
@@ -161,6 +161,16 @@ var billboardDemo = {
str : str.charAt(0).toLowerCase() + str.slice(1);
},
+ getReplaced: function(str) {
+ return str.replace(/\"?(function|})\"?/g, "$1")
+ .replace(/\\"/g, "\"")
+ .replace(/</g, "<")
+ .replace(/\\t/g, "\t")
+ .replace(/\t{5}/g, "")
+ .replace(/\\r/g, "\r")
+ .replace(/"(\w+)... | chore(demo): Fix on sample code formatting | null | naver/billboard.js | MIT License | JavaScript |
@@ -13,7 +13,7 @@ class IPC {
let ws = new WebSocket(WS_ADDR);
ws.onopen = () => {
- window.ipc.postMessage(serializeIpcMessage("initialize"));
+ ws.send(serializeIpcMessage("initialize"));
};
ws.onerror = (err) => {
| chore: use ws instead of global | null | dioxuslabs/dioxus | Apache License 2.0 | JavaScript |
@@ -110,6 +110,7 @@ import Foundation
}
#else
+ /// :nodoc:
/// Action component to handle WeChat Pay SDK action.
public final class WeChatPaySDKActionComponent: NSObject, AnyWeChatPaySDKActionComponent {
| chore: undocument second WeChatPaySDKActionComponent | null | adyen/adyen-ios | MIT License | Swift |
@@ -360,7 +360,7 @@ namespace Cicada {
return mPPlayList->getDuration();
}
- return 0;
+ return INT64_MIN;
}
int SegmentTracker::reLoadPlayList()
| chore(SegmentTrack): return duration INT64_MIN if unknow | null | alibaba/cicadaplayer | MIT License | C++ |
@@ -263,7 +263,7 @@ impl<W: std::io::Write> InteractiveWorkerBase<W> {
async fn do_query(&mut self, query: &str) -> Result<(Vec<DataBlock>, String)> {
match self.federated_server_setup_command_check(query) {
Some(data_block) => {
- tracing::info!("Federated query: {}, response:{:?}", query, data_block);
+ tracing::info... | chore(mysql): remove federated response from the log | null | datafuselabs/databend | Apache License 2.0 | Rust |
@@ -234,7 +234,6 @@ Rails.application.routes.draw do
resources :scribbles, only: [:create]
end
namespace :forum_post_response do
- # get :selected_posts
get 'selected_post_packs' => 'posts#selected'
end
end
| chore: remove unnecessary comment in routes.rb | null | coursemology/coursemology2 | MIT License | Ruby |
@@ -9,12 +9,12 @@ namespace Sdkgen.Runtime
{
if (json_.ValueKind != JsonValueKind.Object)
{
- throw new SdkgenException("Fatal", string.Format("'{0}' must be an object", path_));
+ throw new SdkgenException("Fatal", $"'{path_}' must be an object");
}
JsonElement argsJson_;
if (!json_.TryGetProperty("args", out argsJson... | chore: remove usages of string.format on ContextParser | null | sdkgen/sdkgen | MIT License | C# |
@@ -302,7 +302,7 @@ public final class EsQueryBuilder {
private <T> void toTermsQuery(SetPredicate<T> predicate, final Set<T> terms, final Function<T, ?> valueConverter) {
final int maxTermsCount = Integer.parseInt((String) settings.get(IndexClientFactory.MAX_TERMS_COUNT_KEY));
if (terms.size() > maxTermsCount) {
- log... | chore(index): print the number of terms used when it is over than.. | null | b2ihealthcare/snow-owl | Apache License 2.0 | Java |
//! Test arrow-grpc API of metasrv
use std::collections::HashSet;
-use anyerror::AnyError;
use common_base::base::tokio;
use common_base::base::Stoppable;
use common_meta_api::KVApi;
use common_meta_client::MetaGrpcClient;
use common_meta_types::MatchSeq;
-use common_meta_types::MetaManagementError;
use common_meta_typ... | chore(meta/join): fix retry_join error text | null | datafuselabs/databend | Apache License 2.0 | Rust |
@@ -34,7 +34,6 @@ import (
// Ensure the store can delete a retention policy and all shards under
// it.
func TestStore_DeleteRetentionPolicy(t *testing.T) {
- t.Parallel()
test := func(index string) {
s := MustOpenStore(index)
@@ -110,7 +109,6 @@ func TestStore_DeleteRetentionPolicy(t *testing.T) {
// Ensure the store... | chore: remove t.Parallel() in an attempt to make CircleCI happy | null | influxdata/influxdb | MIT License | Go |
@@ -163,23 +163,27 @@ export class S3BucketRes extends AWSResource<true> {
}
async tryCreate(): Promise<true> {
+ const bucketSpec = {
+ Bucket: this.bname
+ };
+
+ // `LocationConstraint`: "Specifies the Region where the bucket will be
+ // created. If you don't specify a Region, the bucket is created in the
+ // US E... | chore: lib/aws: fix s3 bucket create for us-east-1 | null | opstrace/opstrace | Apache License 2.0 | TypeScript |
@@ -12,7 +12,7 @@ type StdRecursiveIteration<T extends any[], I extends I.Iteration = I.IterationO
I.Pos<I> extends T.Length<T> // this form of recursion is preferred
? 1 // because it will let the user know if
: 0 // the instantiation depth has been hit
-]; // (but error is sometimes swallowed (?))
+];
checks([
check<... | chore(ts-toolbelt): remove deprecated test | null | microsoft/typescript | Apache License 2.0 | TypeScript |
@@ -7,6 +7,7 @@ export TAG=`git rev-parse --short HEAD`
make container
# push
+REPO="kong-docker-kubernetes-ingress-controller.bintray.io"
echo "${BINTRAY_KEY}" | docker login -u "${BINTRAY_USER}" ${REPO} --password-stdin
docker push ${REPO}/${IMGNAME}:${TAG}
| chore: set missing REPO env var in CI script | null | kong/kubernetes-ingress-controller | Apache License 2.0 | Shell |
@@ -8,7 +8,7 @@ if [[ ($1 == '--help') || ($1 == '-h') ]]; then
echo "Build the Trace Viewer and push it to the GitHub repository."
echo
echo "NOTE: the following env variables are required:"
- echo " GH_SERVICE_ACCOUNT_TOKEN GitHub token with access to the microsoft/playwright-trace repository"
+ echo " GH_SERVICE_ACC... | chore: open trace.playwright.dev | null | microsoft/playwright | Apache License 2.0 | Shell |
@@ -36,38 +36,36 @@ import static org.hamcrest.core.IsNot.not;
public class PasswordHashingTest {
- @ClassRule
- public static ProcessEngineBootstrapRule bootstrapRule = new ProcessEngineBootstrapRule() {
- public ProcessEngineConfiguration configureEngine(ProcessEngineConfigurationImpl configuration) {
- configuration... | chore(engine): make PasswordHashingTest more robust | null | camunda/camunda-bpm-platform | Apache License 2.0 | Java |
@@ -15,6 +15,9 @@ internal class ThreeDS2ClassicActionHandler: AnyThreeDS2ActionHandler, Component
/// :nodoc:
internal let apiContext: APIContext
+ /// :nodoc
+ internal let adyenContext: AdyenContext
+
/// :nodoc:
internal var wrappedComponent: Component { coreActionHandler }
@@ -50,15 +53,21 @@ internal class ThreeD... | chore: Inject adyen context into ThreeDS2ClassicActionHandler | null | adyen/adyen-ios | MIT License | Swift |
@@ -41,7 +41,7 @@ public final class Numbers {
public static final int SIGNIFICAND_WIDTH = 53;
public static final int MAX_SCALE = 19;
private static final int EXP_BIAS = 1023;
- private static final long SIGN_BIT_MASK = 0x8000000000000000L;
+ public static final long SIGN_BIT_MASK = 0x8000000000000000L;
private static... | chore: round() unbranching | null | questdb/questdb | Apache License 2.0 | Java |
@@ -65,6 +65,7 @@ class PgWriteTest extends SpannerPgTestCase
arraytimestampfield timestamptz[],
arraydatefield date[],
arraypgnumericfield numeric[],
+ arraypgjsonbfield jsonb[],
PRIMARY KEY (id)
)',
'CREATE TABLE ' . self::COMMIT_TIMESTAMP_TABLE_NAME . ' (
@@ -252,6 +253,8 @@ class PgWriteTest extends SpannerPgTestCa... | chore(Spanner): Add JSONB Array system tests | null | googleapis/google-cloud-php | Apache License 2.0 | PHP |
@@ -684,11 +684,11 @@ class Element extends Node
if (renderLayoutBox is RenderFlexLayout) {
String width = element.style['width'] != '' ? element.style['width'] : '0';
String height = element.style['height'] != '' ? element.style['height'] : '0';
- StyleDeclaration pStyle = StyleDeclaration(style: {
+ StyleDeclaration ... | chore: opt variable name | null | openkraken/kraken | Apache License 2.0 | Dart |
package jadx.gui.settings;
import java.awt.*;
+import java.awt.event.ActionEvent;
import java.awt.event.ItemEvent;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
@@ -20,6 +21,7 @@ import jadx.gui.ui.codearea.EditorTheme;
import jadx.gui.utils.FontUtils;
import jadx.gui.utils.LangLocale;
import ja... | chore(gui): preferences dialog changed to two-column mode (PR | null | skylot/jadx | Apache License 2.0 | Java |
@@ -36,6 +36,8 @@ import org.mockito.Spy;
import org.mockito.runners.MockitoJUnitRunner;
import javax.ws.rs.container.AsyncResponse;
+import javax.ws.rs.core.Response.Status;
+
import java.util.ArrayList;
import java.util.Collections;
import java.util.Date;
@@ -408,6 +410,7 @@ public class FetchAndLockHandlerTest {
// ... | chore(engine-rest/test): test status code of cancelled request | null | camunda/camunda-bpm-platform | Apache License 2.0 | Java |
@@ -2434,8 +2434,9 @@ declare namespace Deno {
*
* ```ts
* const p = Deno.run({
- * cmd: ["echo", "hello"],
+ * cmd: ["curl", "https://example.com"],
* });
+ * const status = await p.status();
* ```
*
* Subprocess uses same working directory as parent process unless `opt.cwd`
| chore(docs): use cross-platform example in `Deno.run` jsdoc | null | denoland/deno | MIT License | TypeScript |
@@ -4,7 +4,7 @@ namespace WireUi;
class WireUiBladeDirectives
{
- public function scripts($absolute = true): string
+ public function scripts(bool $absolute = true): string
{
$route = route('wireui.assets.scripts', $parameters = [], $absolute);
$this->getManifestVersion('wireui.js', $route);
@@ -12,7 +12,7 @@ class Wir... | chore: add params types | null | wireui/wireui | MIT License | PHP |
@@ -168,7 +168,7 @@ open class InteractionRunner(
} else {
if (!included) {
logger.warn { "Ignoring interaction '${interaction.description}' as it does not match the filter " +
- "pact.filter.interaction='${System.getProperty("pact.filter.interaction")}'" }
+ "pact.filter.description='${System.getProperty("pact.filter.... | chore: correct message on warning log entry | null | pact-foundation/pact-jvm | Apache License 2.0 | Kotlin |
@@ -40,7 +40,9 @@ const VisualizationGuidePage = ({ data }) => {
authorities as we showed in{' '}
<a href="/cdc-paper">a detailed evaluation</a> of the new CDC data.
</p>
- <h3>Comparing state-reported test count data with the CDC data</h3>
+ <h3 className={dashboardStyles.chartTitle}>
+ Comparing state-reported test c... | chore(viz-guide): use chart title style for CDC comparison | null | covid19tracking/website | Apache License 2.0 | JavaScript |
-package main
-
-import (
- "io/ioutil"
- "log"
- "os"
-
- yaml "github.com/ghodss/yaml"
-)
-
-// yaml2json reads yaml data from stdin and outputs json to stdout.
-// There are no arguments or flags.
-func main() {
- in, err := ioutil.ReadAll(os.Stdin)
- if err != nil {
- log.Fatal(err)
- }
- out, err := yaml.YAMLToJSO... | chore: remove unused internal yaml2json command | null | influxdata/influxdb | MIT License | Go |
@@ -190,11 +190,11 @@ public class SystemSettingController
Optional<SettingKey> settingKey = SettingKey.getByName( key );
if ( !systemSettingManager.isConfidential( key ) && settingKey.isPresent() )
{
- String localeToFetch = getLocaleToFetch( locale, key );
+ Optional<String> localeToFetch = getLocaleToFetch( locale, ... | chore: Use Optional instead of empty String | null | dhis2/dhis2-core | BSD 3-Clause New or Revised License | Java |
@@ -14,11 +14,6 @@ interface OnTimeUpdateEvent {
isPlaying: boolean;
}
-interface VideoProperties {
- posterUrl: string;
- videoUrl: string;
-}
-
interface HistoryVideoProps {
id?: string;
isPlaying: boolean;
| chore: removed unused properties interface | null | blakeblackshear/frigate | MIT License | TypeScript |
package org.camunda.bpm.cockpit.plugin.resource;
import java.util.List;
-import java.util.Set;
-
import org.camunda.bpm.cockpit.Cockpit;
import org.camunda.bpm.cockpit.db.CommandExecutor;
import org.camunda.bpm.cockpit.db.QueryParameters;
@@ -151,9 +149,9 @@ public class AbstractCockpitPluginResource extends AbstractAp... | chore(webapp): adjust disabledPermissions property type | null | camunda/camunda-bpm-platform | Apache License 2.0 | Java |
import 'package:at_client/at_client.dart';
+import 'package:at_client/src/transformer/request_transformer/put_request_transformer.dart';
import 'package:at_client/src/util/at_client_validation.dart';
+import 'package:at_commons/at_builders.dart';
+import 'package:mocktail/mocktail.dart';
import 'package:test/test.dart'... | chore: resolve conflict in put_request_test.dart while merging trunk into this PR's branch | null | atsign-foundation/at_client_sdk | BSD 3-Clause New or Revised License | Dart |
@@ -45,6 +45,11 @@ buildDockerImage() {
mvn clean package -DskipTests docker:build
}
+check() {
+ which docker > /dev/null && docker ps > /dev/null 2>&1 \
+ || (echo "Please install docker and start docker daemon first." && exit 3)
+}
+
main() {
cd ${SUPERNODE_SOURCE_HOME}
case "${ACTION}" in
@@ -52,10 +57,10 @@ main()... | chore: check environment before building supernode | null | dragonflyoss/dragonfly | Apache License 2.0 | Shell |
@@ -37,7 +37,7 @@ import { SwitchUI } from './switch/switch-ui';
*/
@NgModule({
exports: [
-
+ DtButtonModule,
DtButtonGroupModule,
DtCheckboxModule,
DtExpandablePanelModule,
@@ -55,7 +55,6 @@ export class DynatraceAngularCompModule {}
@NgModule({
imports: [
- DtButtonModule,
BrowserModule,
RouterModule.forRoot(UI_TEST... | chore(ui-test): move buttonmodule back | null | dynatrace-oss/barista | Apache License 2.0 | TypeScript |
@@ -20,7 +20,7 @@ function createWindow() {
mainWindow.on('closed', () => app.quit())
if (process.env.NODE_ENV === 'production') {
- mainWindow.loadFile(path.resolve('dist', 'index.html'))
+ mainWindow.loadFile(path.join(__dirname, '..', 'dist', 'index.html'))
} else {
mainWindow.loadURL('http://localhost:3000')
mainWi... | chore(devtools): launch correct path in production mode | null | cerebral/overmind | MIT License | JavaScript |
@@ -2,14 +2,14 @@ package main
import (
"fmt"
- "strings"
"net/http"
"net/http/httputil"
"net/url"
+ "strings"
+ "github.com/gin-gonic/gin"
"github.com/prymitive/karma/internal/alertmanager"
"github.com/prymitive/karma/internal/config"
- "github.com/gin-gonic/gin"
log "github.com/sirupsen/logrus"
)
| chore(style): reformat proxy.go | null | prymitive/karma | Apache License 2.0 | Go |
@@ -135,6 +135,8 @@ extension BACSDirectDebitComponent: BACSDirectDebitRouterProtocol {
extension BACSDirectDebitComponent: LoadingComponent {
+ /// :nodoc:
+ /// Stops any processing animation that the component is running.
public func stopLoading() {
confirmationPresenter?.stopLoading()
}
@@ -144,6 +146,8 @@ extensio... | chore: Add missing docs for stopLoading and didCancel methods | null | adyen/adyen-ios | MIT License | Swift |
@@ -19,7 +19,7 @@ public class WriteOperation: ReadOperation {
/// nonce are resolved. Default value is ``Policies/auto``.
/// - sendRaw: If set to `true` transaction will be signed and sent using `eth_sendRawTransaction`.
/// Otherwise, no signing attempts will take place and the `eth_sendTransaction` RPC will be used... | chore: default value of sendRaw for writeToChain is true | null | skywinder/web3swift | Apache License 2.0 | Swift |
import gzip
import json
import logging
+import uuid
from datetime import datetime, timedelta
from http import HTTPStatus
@@ -112,6 +113,7 @@ class ApiClient(object):
headers = dict(self.default_headers, **(headers or {}))
url = urljoin(self._api_base_url, endpoint)
+ headers["X-Request-ID"] = uuid.uuid4().hex
headers["... | chore: send request-id from dbnd api client | null | databand-ai/dbnd | Apache License 2.0 | Python |
@@ -31,6 +31,7 @@ use common_sql::executor::table_read_plan::ToReadDataSourcePlan;
// use common_sql::executor::table_read_plan::ToReadDataSourcePlan;
use common_storage::StorageParams;
use common_storage::StorageS3Config;
+use common_storages_system::BuildOptionsTable;
use common_storages_system::CatalogsTable;
use co... | chore(system): add unit test | null | datafuselabs/databend | Apache License 2.0 | Rust |
@@ -20,13 +20,14 @@ static int behavior_to_init(const struct device *dev) { return 0; };
static int to_keymap_binding_pressed(struct zmk_behavior_binding *binding,
struct zmk_behavior_binding_event event) {
LOG_DBG("position %d layer %d", event.position, binding->param1);
- return zmk_keymap_layer_to(binding->param1);
... | chore(behavior): use ZMK_BEHAVIOR_OPAQUE in to-layer behavior | null | zmkfirmware/zmk | MIT License | C |
@@ -16,6 +16,7 @@ use std::collections::BTreeMap;
use std::convert::TryInto;
use std::fmt::Debug;
use std::time::Duration;
+use std::time::Instant;
use std::time::SystemTime;
use std::time::UNIX_EPOCH;
@@ -767,7 +768,9 @@ impl StateMachine {
) -> Result<AppliedState, MetaStorageError> {
info!("apply_cmd: {}", cmd);
- m... | chore(meta): log time spent when applying a command to state machine | null | datafuselabs/databend | Apache License 2.0 | Rust |
@@ -81,6 +81,13 @@ func IsNvidiaEnabledSKU(vmSize string) bool {
that we have an agreement with NVIDIA for this specific gpu.
*/
dm := map[string]bool{
+ // A10
+ "Standard_NV6ads_A10_v5": true,
+ "Standard_NV12ads_A10_v5": true,
+ "Standard_NV18ads_A10_v5": true,
+ "Standard_NV36ads_A10_v5": true,
+ "Standard_NV36adms... | chore: add A10 GPUs as Nvidia GPUs | null | azure/aks-engine | MIT License | Go |
@@ -104,7 +104,7 @@ function Partner({ partner }: { partner: Partner }) {
</Swiper>
</div>
- <div className="grid gap-3 space-y-16 lg:grid-cols-4 lg:space-y-0">
+ <div className="grid gap-3 space-y-16 lg:grid-cols-4 lg:space-y-0 lg:space-x-3">
<div className="lg:col-span-3">
<h2
className="text-scale-1200"
| chore: add space-x | null | supabase/supabase | Apache License 2.0 | TypeScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.