diff stringlengths 12 9.3k | message stringlengths 8 199 | reasoning_trace null | repo stringlengths 6 68 | license stringclasses 3
values | language stringclasses 16
values |
|---|---|---|---|---|---|
@@ -34,6 +34,7 @@ import io.questdb.griffin.FunctionFactory;
import io.questdb.griffin.FunctionFactoryCache;
import io.questdb.log.Log;
import io.questdb.log.LogFactory;
+import io.questdb.log.LogRecord;
import io.questdb.mp.WorkerPool;
import io.questdb.network.NetworkError;
import io.questdb.std.*;
@@ -41,11 +42,8 @@... | chore: log web console URLs. Fixed | null | questdb/questdb | Apache License 2.0 | Java |
#include <ctype.h>
#include <stdarg.h>
#include <stdint.h>
+#include <errno.h>
#include <inttypes.h>
#define JSMN_STATIC /* dont expose jsmn symbols */
@@ -2053,7 +2054,7 @@ extract_scalar(struct action *a, int i, struct extraction_info *info)
*(float *)a->operand = 0;
else {
*(float *)a->operand = strtof(json + tokens... | chore(cee-utils/json-actor.c): get latest | null | cee-studio/orca | MIT License | C |
@@ -752,7 +752,7 @@ public final class DevModeHandlerImpl
command.add("watchDogPort=" + watchDog.get().getWatchDogPort());
command.addAll(Arrays.asList(config
.getStringProperty(SERVLET_PARAMETER_DEVMODE_WEBPACK_OPTIONS,
- "--devtool=eval-source-map")
+ "--devtool=eval-source-map --mode=development")
.split(" +")));
re... | chore: run webpack in dev mode by default | null | vaadin/flow | Apache License 2.0 | Java |
@@ -179,7 +179,6 @@ func onUpdateDBMode(
return fmt.Errorf("creating a new syncer: %w", err)
}
syncer.SilenceWarnings = true
- //client.SetDebugMode(true)
_, errs := solver.Solve(nil, syncer, kongConfig.Client, kongConfig.Concurrency, false)
if errs != nil {
return deckutils.ErrArray{Errors: errs}
| chore(sendconfig): remove the SetDebugMode comment | null | kong/kubernetes-ingress-controller | Apache License 2.0 | Go |
@@ -85,6 +85,7 @@ internal struct BACSDirectDebitItemsFactory: BACSDirectDebitItemsFactoryProtocol
// textItem.validationFailureMessage = ...
textItem.autocapitalizationType = .none
+ textItem.keyboardType = .numberPad
let identifier = ViewIdentifierBuilder.build(scopeInstance: scope,
postfix: ViewIdentifier.bankAccoun... | chore: Set up keyboard type based on input nature | null | adyen/adyen-ios | MIT License | Swift |
@@ -132,12 +132,11 @@ func updateSubnetServiceEndpoints(ctx context.Context, az *azure.Cloud, subnetLo
}
storageServiceExists := false
if subnet.SubnetPropertiesFormat == nil {
- subnet.SubnetPropertiesFormat = &network.SubnetPropertiesFormat{
- ServiceEndpoints: &[]network.ServiceEndpointPropertiesFormat{storageServic... | chore: refine the logic | null | kubernetes-sigs/azurefile-csi-driver | Apache License 2.0 | Go |
@@ -19,7 +19,6 @@ public class BankTransferStatusPresenter extends BasePaymentPresenter {
private static final String BNI = "bni";
private static final String BRI = "bri";
- private static final String PERMATA = "permata";
private final String bankType;
@@ -114,7 +113,7 @@ public class BankTransferStatusPresenter exten... | chore: change permata to default | null | veritrans/veritrans-android | MIT License | Java |
@@ -12,7 +12,7 @@ source_link = "https://github.com/frappe/frappe"
app_license = "MIT"
app_logo_url = '/assets/frappe/images/frappe-framework-logo.png'
-develop_version = '12.x.x-develop'
+develop_version = '13.x.x-develop'
app_email = "info@frappe.io"
| chore: set develop version as 13.x.x | null | frappe/frappe | MIT License | Python |
@@ -5,7 +5,7 @@ import {MessageHandler, MessageServiceInterface} from './types';
export class TestMessageService implements MessageServiceInterface {
protected constructor(private _receive: MessageHandler) {}
- protected destroyed = false;
+
static async createTestMessageService(
incomingMessageHandler: MessageHandler
... | chore: minor ms clean up | null | statechannels/statechannels | MIT License | TypeScript |
@@ -27,8 +27,8 @@ export default Vue.extend({
data () {
return {
// page related
- height: onSSR === true ? 0 : window.innerHeight,
- width: onSSR === true || this.container === true ? 0 : window.innerWidth,
+ height: this.$q.screen.height,
+ width: this.container === true ? 0 : this.$q.screen.width,
// container only ... | chore(QLayout): small tweak to initialization | null | quasarframework/quasar | MIT License | JavaScript |
@@ -27,7 +27,7 @@ import (
const DefaultMaxConcurrency = 30
const DefaultMaxIOConcurrency = 1
const DefaultMaxTxEntries = 1 << 10 // 1024
-const DefaultMaxKeyLen = 256
+const DefaultMaxKeyLen = 1024
const DefaultMaxValueLen = 4096 // 4Kb
const DefaultFileMode = os.FileMode(0755)
const DefaultMaxLinearProofLen = 1 << 10... | chore(embedded/store/options.go): increase DefaultMaxKeyLen | null | codenotary/immudb | Apache License 2.0 | Go |
@@ -18,17 +18,17 @@ package volume
import (
"strconv"
- "strings"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
apis "github.com/openebs/maya/pkg/apis/openebs.io/v1alpha1"
container "github.com/openebs/maya/pkg/kubernetes/container/v1alpha1"
+ deploy "github.com/openebs/maya/pkg/kubernetes/deployment/appsv1/v1a... | chore(csi,bdd): enhance test with app restart and configurable replicaCount | null | openebs/maya | Apache License 2.0 | Go |
@@ -39,6 +39,9 @@ public final class RedirectComponent: ActionComponent {
/// :nodoc:
public let apiContext: APIContext
+ /// The Adyen context.
+ public let adyenContext: AdyenContext
+
/// :nodoc:
public weak var delegate: ActionComponentDelegate?
@@ -55,10 +58,13 @@ public final class RedirectComponent: ActionCompon... | chore: Inject AdyenContext in RedirectComponent | null | adyen/adyen-ios | MIT License | Swift |
@@ -23,7 +23,7 @@ use OwenIt\Auditing\Tests\Stubs\AuditableModelStub;
class AuditModelTest extends TestCase
{
/**
- * Set test attributes to an Audit instance
+ * Set test attributes to an Audit instance.
*
* @param Audit $audit
*
| chore(AuditModelTest): update PHPdoc | null | owen-it/laravel-auditing | MIT License | PHP |
@@ -368,6 +368,8 @@ benchmarks! {
assert_last_event::<T>(Event::<T>::WithdrawCollateral(caller, LEND_KBTC, expected_lend_tokens as u128).into());
}
+ // The two benchmarks below fail because they query the Oracle pallet which does not exist in the mock runtime.
+ // TODO: Add the Oracle pallet to the mock runtime and i... | chore(loans): benchmark TODO comment | null | interlay/interbtc | Apache License 2.0 | Rust |
@@ -63,6 +63,45 @@ func TestIntegrationDropRules(t *testing.T) {
require.Equal(t, 2, len(deleted.Successes))
}
+func TestIntegrationDropRules_Fail(t *testing.T) {
+ t.Parallel()
+
+ testAccountID, err := mock.GetTestAccountID()
+ if err != nil {
+ t.Skipf("%s", err)
+ }
+
+ var (
+ rand = mock.RandSeq(5)
+ testRuleDesc... | chore: testing the API | null | newrelic/newrelic-client-go | Apache License 2.0 | Go |
@@ -28,12 +28,12 @@ internal enum ConfigurationConstants {
static let additionalData = ["allow3DS2": true]
- static let clientKey = "test_L6HTEOAXQBCZJHKNU4NLN6EI7IE6VRRW"
+ static let clientKey = "{YOUR_CLIENT_KEY}"
static let apiContext = APIContext(environment: componentsEnvironment, clientKey: clientKey)
// swiftli... | chore: removed test keys from diff | null | adyen/adyen-ios | MIT License | Swift |
@@ -45,6 +45,20 @@ use std::{
#[cfg(feature = "conduit_bin")]
use rocket::{get, post, put};
+/// Wraps either an literal IP address plus port, or a hostname plus complement
+/// (colon-plus-port if it was specified).
+///
+/// Note: A `FedDest::Named` might contain an IP address in string form if there
+/// was no port... | chore: document FedDest, fix tests | null | timokoesters/conduit | Apache License 2.0 | Rust |
@@ -456,6 +456,7 @@ open class AVFoundationPlayback: Playback {
guard didFinishedItem(from: notification) else { return }
trigger(.didComplete)
updateState(.idle)
+ droppedFrames = 0
}
open override func pause() {
| chore: put back droppedFrames on AVFoundationPlayback | null | clappr/clappr-ios | BSD 3-Clause New or Revised License | Swift |
@@ -42,7 +42,7 @@ export BUILDDIR="$CLIENT_HOME"/dist/electron
# ignore these files when bundling the ASAR (this is a regexp, not glob pattern)
# see the electron-packager docs for --ignore
#
-export IGNORE='(~$)|(\.ts$)|(lerna\.json)|(@types)|(tsconfig\.json)|(webpack\.config\.json)|(\.cache)|(\.map$)|(jquery)|(/node_... | chore(packages/builder): eliminate a few large unneeded files from electron builds | null | ibm/kui | Apache License 2.0 | Shell |
@@ -18,11 +18,11 @@ internal enum Configuration {
static let appName = "Adyen Demo"
- static let amount = Payment.Amount(value: 17408, currencyCode: "JPY")
+ static let amount = Payment.Amount(value: 17408, currencyCode: "EUR")
static let reference = "Test Order Reference - iOS UIHost"
- static let countryCode = "JP"
+... | chore: reverted country code and currency code | null | adyen/adyen-ios | MIT License | Swift |
@@ -11,7 +11,6 @@ import { DownloadDataRow } from '~components/pages/state/download-data'
import Summary from '~components/pages/data/summary'
import SummaryCharts from '~components/pages/data/summary-charts'
import DailyTweet from '~components/pages/data/daily-tweet'
-import { Col, Row } from '~components/common/grid'... | chore: Stack tweet and text | null | covid19tracking/website | Apache License 2.0 | JavaScript |
@@ -47,19 +47,18 @@ module.exports = {
/**
* Reports if the dot between object and property is on the correct loccation.
- * @param {ASTNode} obj The object owning the property.
- * @param {ASTNode} prop The property of the object.
- * @param {ASTNode} node The corresponding node of the token.
+ * @param {ASTNode} node... | chore: Remove unused parameter in dot-location | null | eslint/eslint | MIT License | JavaScript |
@@ -327,8 +327,6 @@ public class FrontendUtils {
static final String SYSTEM_HTTPS_PROXY_PROPERTY_KEY = "HTTPS_PROXY";
static final String SYSTEM_HTTP_PROXY_PROPERTY_KEY = "HTTP_PROXY";
- private static String operatingSystem = null;
-
public static final String YELLOW = "\u001b[38;5;111m%s\u001b[0m";
public static fina... | chore: no need to cache system properties | null | vaadin/flow | Apache License 2.0 | Java |
@@ -13,28 +13,39 @@ class LivewireUiServiceProvider extends ServiceProvider
public function boot()
{
- $this->registerViews();
+ $this->loadViewsFrom(__DIR__ . '/resources/views', self::PACKAGE_KEY);
+
+ $this->loadTranslationsFrom(__DIR__ . '/resources/lang', self::PACKAGE_KEY);
+
+ $this->mergeConfigFrom(
+ __DIR__ .... | chore: fix publisher files | null | wireui/wireui | MIT License | PHP |
@@ -103,6 +103,7 @@ defmodule Ash.Type do
@type constraints :: Keyword.t()
@type constraint_error :: String.t() | {String.t(), Keyword.t()}
@type t :: atom | {:array, atom}
+ @type error :: :error | {:error, String.t() | Keyword.t()}
@callback storage_type() :: Ecto.Type.t()
@doc """
@@ -112,27 +113,28 @@ defmodule Ash... | chore: update error types in Ash.Type | null | ash-project/ash | MIT License | Elixir |
@@ -71,6 +71,7 @@ internal struct TelemetryRequest: APIRequest {
case deviceBrand
case systemVersion
case referrer
+ case screenWidth
case containerWidth
case paymentMethods
case component
| chore: Add missing screenWidth coding key | null | adyen/adyen-ios | MIT License | Swift |
@@ -63,7 +63,7 @@ public class Main : MonoBehaviour
private static extern void Crash();
[DllImport("__Internal")]
- private static extern void CrashCrashInBackground();
+ private static extern void CrashInBackground();
#endif
private void OnNativeCrashClick()
@@ -82,7 +82,7 @@ public class Main : MonoBehaviour
private ... | chore: fix example app compilation | null | bugsnag/bugsnag-unity | MIT License | C# |
@@ -375,6 +375,7 @@ async fn test_meta_node_restart() -> anyhow::Result<()> {
.wait(timeout())
.state(State::Learner, "learner restart")
.await?;
+ mn0.raft.add_learner(1, false).await?;
mn1.raft
.wait(timeout())
.current_leader(0, "node-1 has leader")
| chore(meta/service/tests): a learner has to be added manually after restart | null | datafuselabs/databend | Apache License 2.0 | Rust |
@@ -10,7 +10,7 @@ use crate::{
};
/// Arguments for verifying contracts
-#[derive(Debug, Clone, Serialize)]
+#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct VerifyContract {
#[serde(rename = "contractaddress")]
pub address: Address,
@@ -26,13 +26,15 @@ pub struct VerifyContract {
pub compiler_version: String... | chore(etherscan): update VerifyArgs | null | gakonst/ethers-rs | Apache License 2.0 | Rust |
@@ -23,3 +23,17 @@ def padme(me):
print()
return result
return empty_line
+
+
+def log(message, colour=''):
+ colours = {
+ "nc": '\033[0m',
+ "blue": '\033[94m',
+ "green": '\033[92m',
+ "yellow": '\033[93m',
+ "red": '\033[91m',
+ "silver": '\033[90m'
+ }
+ colour = colours.get(colour, "")
+ end_line = '\033[0m'
+ pr... | chore: consistent functions used for inputs, removed unused imports | null | frappe/frappe | MIT License | Python |
@@ -187,18 +187,18 @@ trait Auditable
throw new RuntimeException('A valid audit event has not been set');
}
- $method = $this->getEventAttributesMethodName($this->auditEvent);
+ $eventHandler = $this->resolveEventHandler($this->auditEvent);
- if (!is_string($method)) {
+ if (!is_string($eventHandler)) {
// this means t... | chore(Auditable): rename method to resolveEventHandler() + change visibility | null | owen-it/laravel-auditing | MIT License | PHP |
@@ -1560,6 +1560,7 @@ func (s *ImmuStore) AllowCommitUpto(txID uint64) error {
return nil
}
+// commitAllowedUpTo requires the caller to have already acquired the commitStateRWMutex lock
func (s *ImmuStore) commitAllowedUpTo() uint64 {
if !s.useExternalCommitAllowance {
return s.preCommittedTxID
@@ -1568,6 +1569,7 @@ f... | chore(embedded/store): explanatory comments added | null | codenotary/immudb | Apache License 2.0 | Go |
@@ -91,6 +91,8 @@ func (jointr *jointRowReader) Read() (*Row, error) {
return nil, err
}
+ // Note: by adding values this way joins behave as nested i.e. following joins will be able to seek values
+ // from previously resolved ones.
for c, v := range jrow.Values {
row.Values[c] = v
}
| chore(pkg/sql): add comment about nested joins | null | codenotary/immudb | Apache License 2.0 | Go |
@@ -184,7 +184,8 @@ export class K8sResource implements Resource {
if (!this.resource.metadata.annotations) {
this.resource.metadata.annotations = {};
}
- this.resource.metadata.annotations[OPSTRACE_MANAGED_VERSION_KEY] = BUILD_INFO.VERSION_STRING;
+ this.resource.metadata.annotations[OPSTRACE_MANAGED_VERSION_KEY] =
+ ... | chore: lib/kubernetes: longline | null | opstrace/opstrace | Apache License 2.0 | TypeScript |
@@ -111,7 +111,10 @@ fn test_to_partitions() -> Result<()> {
// CASE I: no projection
let (s, parts) = FuseTable::to_partitions(&blocks_metas, &column_leafs, None);
assert_eq!(parts.len(), num_of_block as usize);
- let expected_block_size: u64 = cols_metas.values().map(|col_meta| col_meta.len).sum();
+ let expected_blo... | chore(fuse): make column meta to be an enum | null | datafuselabs/databend | Apache License 2.0 | Rust |
@@ -53,7 +53,4 @@ if [[ -z "${IMAGE_PROMOTION_COMMAND}" ]]; then
else
echo "Triggering image promotion"
eval "${IMAGE_PROMOTION_COMMAND}" < deploy.json
- eval "${IMAGE_PROMOTION_COMMAND_K8S_IOX}" < deploy.json || {
- echo "experimental k8s_iox promotion failed"
- }
fi
| chore: The k8s-iox promotion is no longer used and can be removed | null | influxdata/influxdb_iox | Apache License 2.0 | Shell |
@@ -15,7 +15,7 @@ const ViewRacialDataSmallCard = ({ stateAbbreviation }) => (
aria-hidden
/>
</SmallCardIcon>
- <SmallCardLink>View all racial data for {stateAbbreviation}</SmallCardLink>
+ <SmallCardLink>View more racial data for {stateAbbreviation}</SmallCardLink>
</SmallCard>
)
| chore(small-card): update view racial data link copy | null | covid19tracking/website | Apache License 2.0 | JavaScript |
{
public static class ApplicationSettings
{
- public static string version = "0.5.4";
+ public static string version = "0.5.5";
}
public static class Environment
| chore: update build version to 0.5.5 | null | decentraland/explorer | Apache License 2.0 | C# |
@@ -150,8 +150,7 @@ function generate_graalvm_modules_list() {
function install_modules() {
retry_with_backoff 3 10 \
- mvn -B -pl "${module_list}" \
- -amd \
+ mvn -B \
-ntp \
-DtrimStackTrace=false \
-Dclirr.skip=true \
| chore: mvn install all modules | null | googleapis/google-cloud-java | Apache License 2.0 | Shell |
@@ -40,7 +40,7 @@ public void loadConfiguration() {
this.configuration = new DockerConfiguration(
"docker-jvm",
"host",
- DockerImage.builder().repository("azul/zulu-openjdk-alpine").tag("17-jre-headless").build(),
+ DockerImage.builder().repository("azul/zulu-openjdk").tag("17-jre-headless").build(),
Set.of(),
Set.of(... | chore: Don't use an alpine image for services in containers | null | cloudnetservice/cloudnet-v3 | Apache License 2.0 | Java |
@@ -867,7 +867,7 @@ public abstract class ProcessEngineConfigurationImpl extends ProcessEngineConfig
// telemetry ///////////////////////////////////////////////////////
protected boolean telemetryEnabled = false;
/** The endpoint which telemetry is sent to */
- protected String telemetryEndpoint = "http://localhost:80... | chore(engine): update telemetry endpoint to production | null | camunda/camunda-bpm-platform | Apache License 2.0 | Java |
package types
import (
- //<<<<<<< HEAD
"github.com/line/lbm-sdk/codec"
"github.com/line/lbm-sdk/codec/legacy"
"github.com/line/lbm-sdk/codec/types"
@@ -9,13 +8,6 @@ import (
sdk "github.com/line/lbm-sdk/types"
"github.com/line/lbm-sdk/types/msgservice"
"github.com/line/lbm-sdk/x/auth/legacy/legacytx"
- //=======
- // ... | chore: remove unused comment | null | line/lbm-sdk | Apache License 2.0 | Go |
@@ -25,7 +25,6 @@ function filterPacketSessionID(packet) {
'eventStart',
'eventFinish',
'eventPlay4',
- 'eventPlay8',
'someDirectorUnk4'
];
return packetsFromOthers.indexOf(packet.type) === -1
@@ -83,7 +82,6 @@ module.exports.start = function(win, config, verbose, winpcap) {
'eventStart',
'eventFinish',
'eventPlay4',
-... | chore: remove unused EventPlay8 in whitelist | null | ffxiv-teamcraft/ffxiv-teamcraft | MIT License | JavaScript |
@@ -111,6 +111,20 @@ func main() {
immuStore, err := store.Open(*dataDir, opts)
+ st, err := store.Open("data", store.DefaultOptions())
+ // handle error
+
+ defer st.Close()
+
+ tx, err := st.Commit(
+ &store.TxSpec{
+ Entries: []*store.EntrySpec{{Key: []byte("hello"), Value: []byte("immutable-world!")}},
+ WaitForInd... | chore(embedded/tools): update stress_tool after metadata-related changes | null | codenotary/immudb | Apache License 2.0 | Go |
@@ -8,6 +8,6 @@ void main() {
title: 'Loading Test',
debugShowCheckedModeBanner: false,
home: KrakenWidget(
- window.physicalSize.width / window.devicePixelRatio, window.physicalSize.height / window.devicePixelRation)
+ window.physicalSize.width / window.devicePixelRatio, window.physicalSize.height / window.devicePixel... | chore: remove useless widget | null | openkraken/kraken | Apache License 2.0 | Dart |
+defmodule Realtime.RLS.Repo.Migrations.EnableRealtimeApplyRlsFunctionPostgrest9Compatibility do
+ use Ecto.Migration
+
+ def change do
+ execute "create or replace function realtime.apply_rls(wal jsonb, max_record_bytes int = 1024 * 1024)
+ returns realtime.wal_rls
+ language plpgsql
+ volatile
+ as $$
+ declare
+ -- ... | chore: update apply_rls function for PostgREST 9 compatibility | null | supabase/realtime | Apache License 2.0 | Elixir |
+import { Reporter } from '@aurelia/kernel';
import { LifecycleFlags as LF } from '../flags';
import {
IBatchedCollectionSubscriber,
@@ -10,7 +11,6 @@ import {
MutationKindToSubscriber,
SubscriberFlags as SF
} from '../observation';
-import { Reporter } from '@aurelia/kernel';
export function subscriberCollection<T ext... | chore(runtime): fix linting | null | aurelia/aurelia | MIT License | TypeScript |
@@ -63,7 +63,7 @@ describe('image asset', () => {
});
- testFutureBehavior('with hash options', flags, App, (app) => {
+ testLegacyBehavior('with hash options', App, (app) => {
// WHEN
const stack = new Stack(app);
new DockerImageAsset(stack, 'Image1', {
@@ -94,7 +94,7 @@ describe('image asset', () => {
// THEN
const a... | chore: fix ecr-assets broken test due to feature flags | null | aws/aws-cdk | Apache License 2.0 | TypeScript |
@@ -286,7 +286,7 @@ public struct Utilities {
extension Utilities {
/// Various units used in Ethereum ecosystem
- public enum Units: Int {
+ public enum Units {
case wei
case kwei
case babbage
@@ -310,6 +310,7 @@ extension Utilities {
case mether
case gether
case tether
+ case custom(Int)
public var decimals: Int {
sw... | chore: added 'custom' case to Units and removed Int as raw value type | null | skywinder/web3swift | Apache License 2.0 | Swift |
@@ -68,28 +68,15 @@ describe('security warnings', () => {
w.loadURL(`http://127.0.0.1:8881/base-page-security.html`)
})
+ const generateSpecs = (description, sandbox) => {
+ describe(description, () => {
it('should warn about disabled webSecurity', (done) => {
w = new BrowserWindow({
show: false,
webPreferences: {
webS... | chore: remove duplicate code in spec/security-warnings-spec.js | null | electron/electron | MIT License | JavaScript |
@@ -60,6 +60,10 @@ var methodsPermissions = map[string][]uint32{
"CountAll": {PermissionSysAdmin, PermissionAdmin, PermissionRW, PermissionR},
"DatabaseList": {PermissionSysAdmin, PermissionAdmin, PermissionRW, PermissionR},
"CurrentState": {PermissionSysAdmin, PermissionAdmin, PermissionRW, PermissionR},
+ "SQLExec": ... | chore(pkg/auth): add SQL-related permissions | null | codenotary/immudb | Apache License 2.0 | Go |
+defmodule LogflareWeb.EndpointsControllerTest do
+ use LogflareWeb.ConnCase, mock_sql: true
+
+ setup do
+ source = build(:source, rules: [])
+ user = insert(:user, sources: [source])
+ {:ok, user: user, source: source}
+ end
+
+ describe "query" do
+ test "GET query", %{conn: init_conn, user: user} do
+ endpoint = in... | chore: endpoints controller failing tests | null | logflare/logflare | Apache License 2.0 | Elixir |
@@ -31,6 +31,21 @@ const compact = <O extends object>(o: O): O =>
v === undefined ? compactedO : { ...compactedO, [k]: v },
{} as O
)
+
+// Create a type consisting of just the optional property keys
+type OptionalKeys<T extends object> = Exclude<{
+ [K in keyof T]: T extends Record<K, T[K]>
+ ? never
+ : K
+}[keyof T]... | chore(Types.ts): Reduce size of generated code by using Type alias | null | stencila/stencila | Apache License 2.0 | TypeScript |
@@ -47,6 +47,9 @@ public extension DropInComponent {
public var payment: Adyen.Payment?
/// Initializes the drop in configuration.
+ /// - Parameters:
+ /// - clientKey: The client key that corresponds to the webservice user you will use for initiating the payment.
+ /// - environment: The API environment to use.
publi... | chore: added documentation to PaymentMethodsConfiguration initializer | null | adyen/adyen-ios | MIT License | Swift |
@@ -35,11 +35,12 @@ print() {
# Requires maven to be on the classpath
# Skips clean and test phases
+# Also skips copying test resources and compiling tests
print "Building dhis2-core..."
-MAVEN_BUILD_OPTS="-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon... | chore: do not compile tests when building for dev | null | dhis2/dhis2-core | BSD 3-Clause New or Revised License | Shell |
@@ -210,7 +210,7 @@ internal final class VoucherView: UIView, Localizable {
}
}
- public func showCopyCodeConfirmation() {
+ internal func showCopyCodeConfirmation() {
UIView.transition(
with: secondaryButton,
duration: 0.5,
| chore: make showCopyCodeConfirmation internal instead of public | null | adyen/adyen-ios | MIT License | Swift |
@@ -395,13 +395,13 @@ class MiscSingleModuleTest : AbstractGradleTest() {
// Vaadin downloads the node to ${user.home}/.vaadin.
// Set user.home to be the testProject root directory
- var originalUserHome = System.getProperty("user.home")
+ val originalUserHome = System.getProperty("user.home")
System.setProperty("user... | chore: add fix for node download test | null | vaadin/flow | Apache License 2.0 | Kotlin |
@@ -38,6 +38,7 @@ impl State {
fn process(&mut self, message: Message) {
// TODO: create a match expression to process the different message variants
+ // Remember: When passing a tuple as a function argument, you'll need extra parentheses: fn function((t, u, p, l, e))
}
}
@@ -52,7 +53,7 @@ mod tests {
position: Point ... | chore: update enums3.rs addressing extra parentheses usage with tuples | null | rust-lang/rustlings | MIT License | Rust |
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-/* Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/lic... | chore(ldap): remove superfluous header | null | camunda/camunda-bpm-platform | Apache License 2.0 | Java |
@@ -23,9 +23,11 @@ import { PRPlugin } from './pull-request'
import { ForkNamePlugin } from './ForkNamePlugin'
import { GithubClient } from '../github-client'
import { Plugin } from 'tinacms'
+import { useGithubEditing } from 'github-editing-context'
-export const useGithubToolbarPlugins = (editMode: boolean) => {
+exp... | chore: github toolbar plugins use context to get editMode | null | tinacms/tinacms | Apache License 2.0 | TypeScript |
@@ -271,7 +271,7 @@ final class Activation {
<label for="opt-in">
<?php
echo sprintf(
- // translators: Placeholders here are for <a></a> tags.
+ // translators: Placeholders here are for <a> + </a> tags.
esc_html__(
'Help us improve the Site Kit plugin by allowing tracking of anonymous usage stats. All data are treate... | chore: clarify translators comment | null | google/site-kit-wp | Apache License 2.0 | PHP |
@@ -93,4 +93,18 @@ public class List extends Component {
throw new Exception("Parameters should not be empty or null!");
}
}
+
+ /**
+ * Test if an item exists
+ * @param name label of the list item
+ * @return true if the item is in the list
+ */
+ public Boolean hasItem(String name) {
+ try {
+ this.getItemFromLabel(... | chore(e2e): Add list helper | null | talend/ui | Apache License 2.0 | Java |
@@ -538,10 +538,7 @@ impl NumberColumnBuilder {
pub fn append_column(&mut self, other: &NumberColumn) {
crate::with_number_type!(|NUM_TYPE| match (self, other) {
- (
- NumberColumnBuilder::NUM_TYPE(builder),
- NumberColumn::NUM_TYPE(other),
- ) => {
+ (NumberColumnBuilder::NUM_TYPE(builder), NumberColumn::NUM_TYPE(othe... | chore(query): improve concat kernel in new expression | null | datafuselabs/databend | Apache License 2.0 | Rust |
@@ -302,19 +302,24 @@ public class TaskRunNpmInstall implements FallibleCommand {
}
private boolean shouldRunNpmInstall() {
- if (packageUpdater.nodeModulesFolder.isDirectory()) {
+ if (!packageUpdater.nodeModulesFolder.isDirectory()) {
+ return true;
+ }
// Ignore .bin and pnpm folders as those are always installed fo... | chore: Fix Sonar complaint in TaskRunNpmInstall:shouldRunNpmInstall | null | vaadin/flow | Apache License 2.0 | Java |
@@ -22,22 +22,10 @@ open class Loader {
"\n - core: \(corePlugins.map({ $0.name }))")
}
-<<<<<<< HEAD
open func register(plugins: [Plugin.Type]) {
plugins.forEach { plugin in
self.plugins[plugin.name] = plugin
}
-=======
- fileprivate func addMediaControl() {
- corePlugins.append(MediaControl.self)
- }
-
- open func ad... | chore: removing MediaControl add from tvOS | null | clappr/clappr-ios | BSD 3-Clause New or Revised License | Swift |
@@ -883,7 +883,6 @@ fn into_response(request_id: u32, result: Result<BodyBytes, RpcStatus>) -> RpcRe
}
fn err_to_log_level(err: &io::Error) -> log::Level {
- error!(target: LOG_TARGET, "KIND: {}", err.kind());
match err.kind() {
ErrorKind::ConnectionReset |
ErrorKind::ConnectionAborted |
| chore: remove debug message | null | tari-project/tari | BSD 3-Clause New or Revised License | Rust |
@@ -50,7 +50,7 @@ public class FeatureFlags implements Serializable {
"exampleFeatureFlag", "https://github.com/vaadin/flow/pull/12004",
false);
public static final Feature VITE = new Feature(
- "Use Vite for the frontend build", "viteForFrontendBuild",
+ "Use Vite for faster front-end builds", "viteForFrontendBuild",
... | chore: Update Vite feature flag label | null | vaadin/flow | Apache License 2.0 | Java |
@@ -44,7 +44,8 @@ var browsers = {
platform: 'Windows 10'
}, {
name: 'internet explorer',
- version: ['9', '10', '11']
+ version: ['9', '10', '11'],
+ platform: 'Windows 7'
}, {
name: 'safari',
version: '-3..latest'
| chore(ci): configure platform | null | algolia/algoliasearch-client-javascript | MIT License | JavaScript |
@@ -29,6 +29,7 @@ export class Transport {
constructor(pipeWrite: NodeJS.WritableStream, pipeRead: NodeJS.ReadableStream) {
this._pipeWrite = pipeWrite;
pipeRead.on('data', buffer => this._dispatch(buffer));
+ pipeRead.on('close', () => process.exit(0));
this.onmessage = undefined;
this.onclose = undefined;
}
| chore(rpc): exit server upon pipe disconnect | null | microsoft/playwright | Apache License 2.0 | TypeScript |
-import * as path from 'path';
+import { basename, dirname, extname, join, relative } from 'path';
import { pascal } from 'case';
import { Eslint, Project } from '..';
import { Component } from '../component';
@@ -7,8 +7,6 @@ import { Bundler, BundlingOptions } from '../javascript/bundler';
import { SourceCode } from '... | chore: Revert "fix: lambdas are now produced with posix paths only" | null | projen/projen | Apache License 2.0 | TypeScript |
@@ -297,6 +297,7 @@ open class FormTextItemView<ItemType: FormTextItem>: FormValueItemView<String, F
removeAccessoryIfNeeded()
hideAlertLabel(true)
unhighlightSeparatorView()
+ titleLabel.textColor = defaultTitleColor
}
private func hideAlertLabel(_ hidden: Bool) {
| chore: small fix to FormTextItemView to reset the form when closing and reopening | null | adyen/adyen-ios | MIT License | Swift |
@@ -44,8 +44,8 @@ function uploadPkgCli {
tar -czvf amplify-pkg-macos-x64.tgz amplify-pkg-macos-x64
tar -czvf amplify-pkg-win-x64.tgz amplify-pkg-win-x64.exe
- aws --profile=s3-uploader s3 cp amplify-pkg-win-x64.tgz s3://aws-amplify-cli-do-not-delete/$(echo $version)/amplify-pkg-win-$(echo $hash).tgz
- aws --profile=s3... | chore: use -x64 suffix for binaries | null | aws-amplify/amplify-cli | Apache License 2.0 | Shell |
@@ -34,6 +34,7 @@ defmodule Ash.Resource.Actions.Read do
],
get?: [
type: :boolean,
+ default: false,
doc: """
Expresses that this action innately only returns a single result. Can be used by extensions to validate that you have not hooked something up that expects a list
to an action that can only return one thing. Th... | chore: set default for get? | null | ash-project/ash | MIT License | Elixir |
@@ -87,12 +87,10 @@ case $branch in
beta)
echo +++ publishing beta
yarn lerna publish prerelease --yes --force-publish --dist-tag beta
- # yarn lerna version prerelease beta --yes --force-publish --no-push --pre-dist-tag beta
;;
master)
echo +++ publishing stable
- yarn lerna publish --force-publish --no-push --yes --d... | chore: graduate stable releases | null | flood-io/element | Apache License 2.0 | Shell |
-// Copyright 2021 Datafuse Labs.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agree... | chore(query): remove file | null | datafuselabs/databend | Apache License 2.0 | Rust |
@@ -12,6 +12,7 @@ use Filament\Models\Contracts\HasName;
use Filament\Navigation\NavigationGroup;
use Filament\Navigation\UserMenuItem;
use Filament\Notifications\Notification;
+use Illuminate\Contracts\Auth\Authenticatable;
use Illuminate\Contracts\Auth\Guard;
use Illuminate\Contracts\Support\Htmlable;
use Illuminate\... | chore: Replace Model with Authenticatable | null | laravel-filament/filament | MIT License | PHP |
@@ -928,8 +928,8 @@ func testStoreCardinalityTombstoning(t *testing.T, store *Store) {
func TestStore_Cardinality_Tombstoning(t *testing.T) {
- if testing.Short() || os.Getenv("GORACE") != "" || os.Getenv("APPVEYOR") != "" {
- t.Skip("Skipping test in short, race and appveyor mode.")
+ if testing.Short() || os.Getenv("... | chore: Skip TSI cardinality tests on circleci | null | influxdata/influxdb | MIT License | Go |
@@ -1829,14 +1829,26 @@ func (n *innerNode) updateOnInsertAt(sortedKVs []*KV, ts uint64) (nodes []node,
n._ts = ts
- ns := make([]node, 0)
+ nsSize := len(n.nodes)
+
+ for i := range n.nodes {
+ cs, ok := nodesPerChild[i]
+ if ok {
+ nsSize += len(cs) - 1
+ }
+ }
+
+ ns := make([]node, nsSize)
+ nsi := 0
for i, n := ra... | chore(embedded/tbtree): wip reduce allocs while updating inner node | null | codenotary/immudb | Apache License 2.0 | Go |
@@ -288,7 +288,8 @@ class SaintCoinachRedisCommand extends Command
// is this a repeater definition?
- if (!isset($definition->name) && $definition->type === 'repeat') {
+ // If it's topicselect, don't handle the link or it'll break data
+ if (!isset($definition->name) && $definition->type === 'repeat' && $definition->... | chore: fix for TopicSelect import | null | xivapi/xivapi.com | MIT License | PHP |
@@ -15,7 +15,7 @@ public final class FormToggleItemView: FormValueItemView<Bool, FormToggleItemSty
private lazy var stackView: UIStackView = {
let stackView = UIStackView()
stackView.axis = .horizontal
- stackView.alignment = .top
+ stackView.alignment = .center
stackView.distribution = .fill
stackView.spacing = 8.0
| chore: Revert alignment to center | null | adyen/adyen-ios | MIT License | Swift |
@@ -99,7 +99,7 @@ import Mousetrap from 'mousetrap'
})(Mousetrap)
// Disable default browser action for alt keys - focus window menu
-;(function() {
+;(function(Mousetrap) {
Mousetrap.init()
function preventDefault(e) {
| chore: code quality improvement | null | nrkno/tv-automation-server-core | MIT License | JavaScript |
@@ -123,7 +123,7 @@ export const setProviderFactory = (providerFactory?: CurrentProviderFactory): vo
export const getDefaultProvider = (network?: string): providers.Provider => {
const provider = currentProviderFactory(network, defaultProviderFactory);
if (typeof provider === 'string') {
- return new providers.JsonRpcP... | chore(payment-detection): use static rpc provider | null | requestnetwork/requestnetwork | MIT License | TypeScript |
@@ -116,7 +116,11 @@ public override IEnumerator ApplyChanges(string newJson)
else
{
string contentsUrl = string.Empty;
+ bool isExternalURL = model.src.Contains("http://") || model.src.Contains("https://");
+ if (isExternalURL)
+ contentsUrl = model.src;
+ else
scene.contentProvider.TryGetContentsUrl(model.src, out co... | chore: avoid external URL texture forced lowercase | null | decentraland/explorer | Apache License 2.0 | C# |
@@ -29,7 +29,6 @@ class ApiReview : Serializable {
@GeneratedValue(strategy = GenerationType.IDENTITY)
var id: Long? = null
- @Column(nullable = false)
var externalId: UUID? = null
var name: String? = null
| chore(server): ApiReview.externalId is nullable | null | zalando/zally | MIT License | Kotlin |
// @flow
+import * as Checkbox from './checkbox';
import * as TextInput from './input';
+import * as Popover from './popover';
export {styled, ThemeProvider} from './styles';
export {LightTheme} from './themes';
export {withProps} from './helpers';
+export {Checkbox};
export {TextInput};
+export {Popover};
| chore: exporting components | null | uber/baseweb | MIT License | JavaScript |
@@ -98,15 +98,9 @@ impl ErrorCode {
}
}
-macro_rules! as_item {
- ($i:item) => {
- $i
- };
-}
macro_rules! build_exceptions {
- ($($body:tt($code:expr)),*$(,)*) => {
- as_item! {
+ ($($body:ident($code:expr)),*$(,)*) => {
impl ErrorCode {
$(
pub fn $body(display_text: impl Into<String>) -> ErrorCode {
@@ -120,7 +114,6 ... | chore: simplify build_exceptions | null | datafuselabs/databend | Apache License 2.0 | Rust |
@@ -72,4 +72,8 @@ Rails.application.configure do
# config.active_record.yaml_column_permitted_classes = [ActiveSupport::HashWithIndifferentAccess,
# ActiveSupport::Duration]
config.active_record.use_yaml_unsafe_load = true
+
+ config.action_mailer.delivery_method = :smtp
+ config.action_mailer.smtp_settings = { address... | chore: add mailcatcher config | null | coursemology/coursemology2 | MIT License | Ruby |
@@ -86,6 +86,7 @@ if any(var in os.environ for var in CI_ENV_VARS):
ENV_ENABLED = False
TIMEOUT = int(os.environ.get("DATAHUB_TELEMETRY_TIMEOUT", "10"))
+MIXPANEL_ENDPOINT = "track.datahubproject.io/mp"
MIXPANEL_TOKEN = "5ee83d940754d63cacbf7d34daa6f44a"
@@ -113,7 +114,10 @@ class Telemetry:
if self.enabled:
try:
self.... | chore(ingest): update mixpanel api endpoint | null | linkedin/datahub | Apache License 2.0 | Python |
@@ -7,7 +7,6 @@ import {
import { selectedOption } from "lib/Components/ArtworkFilter/ArtworkFilterHelpers"
import { ArtworksFiltersStore, useSelectedOptionsDisplay } from "lib/Components/ArtworkFilter/ArtworkFilterStore"
import { TouchableRow } from "lib/Components/TouchableRow"
-import { useFeatureFlag } from "lib/st... | chore(filters): remove feature flag check for nationality filter | null | artsy/eigen | MIT License | TypeScript |
class EksAnywhere < Formula
desc "CLI for managing EKS Anywhere Kubernetes clusters"
homepage "https://github.com/aws/eks-anywhere"
- version "0.5.0"
+ version "0.6.0"
if OS.mac?
- url "https://anywhere-assets.eks.amazonaws.com/releases/eks-a/1/artifacts/eks-a/v0.5.0/darwin/eksctl-anywhere-v0.5.0-darwin-amd64.tar.gz"
-... | chore: update eks-anywhere formula for v0.6.0 | null | aws/homebrew-tap | Apache License 2.0 | Ruby |
@@ -58,14 +58,8 @@ public class ClspGraph {
if (nameMap == null) {
throw new JadxRuntimeException("Classpath must be loaded first");
}
- int size = classes.size();
- ClspClass[] nClasses = new ClspClass[size];
- int k = 0;
for (ClassNode cls : classes) {
- nClasses[k++] = addClass(cls);
- }
- for (int i = 0; i < size; ... | chore: remove unused array allocation | null | skylot/jadx | Apache License 2.0 | Java |
@@ -36,7 +36,7 @@ public class BundleManager {
}
public String getBundleUrl() {
- return null;
+ return "https://dev.g.alicdn.com/kraken/kraken-demos/long-list/build/kraken/index.js";
}
public String getZipBundleUrl() {
| chore: revert java | null | openkraken/kraken | Apache License 2.0 | Java |
@@ -11,5 +11,5 @@ export CHROMATIC_APP_CODE
CHROMATIC_APP_CODE=$(get_secret "chromatic-app-code") || exit $?
yarn install --frozen-lockfile
-yarn storybook:build
-yarn chromatic --exit-zero-on-changes --storybook-build-dir storybook/public
+yarn storybook:build --webpack-stats-json
+yarn chromatic --only-changed --exit... | chore: Enable Chromatic TurboSnap | null | cultureamp/kaizen-design-system | MIT License | Shell |
@@ -53,9 +53,9 @@ extras = {
"bignumeric_type": ["pyarrow >= 3.0.0, < 4.0dev"],
"tqdm": ["tqdm >= 4.7.4, <5.0.0dev"],
"opentelemetry": [
- "opentelemetry-api==0.11b0",
- "opentelemetry-sdk==0.11b0",
- "opentelemetry-instrumentation==0.11b0",
+ "opentelemetry-api >= 0.11b0",
+ "opentelemetry-sdk >= 0.11b0",
+ "opentelem... | chore: loosen opentelemetry dependencies | null | googleapis/python-bigquery | Apache License 2.0 | Python |
@@ -309,7 +309,9 @@ func printWorkflowStatus(c client.Client, ioStreams cmdutil.IOStreams, appName s
ioStreams.Infof(" name: %s\n", step.Name)
ioStreams.Infof(" type: %s\n", step.Type)
ioStreams.Infof(" phase: %s \n", getWfStepColor(step.Phase).Sprint(step.Phase))
+ if len(step.Message) > 0 {
ioStreams.Infof(" message:... | chore: omit empty message in workflow step status | null | oam-dev/kubevela | Apache License 2.0 | Go |
@@ -51,6 +51,34 @@ public extension Amplify {
.eraseToAnyPublisher()
}
+ /// Create a Combine Publisher for a given non-throwing Task.
+ ///
+ /// Example Usage
+ /// ```
+ /// let sink = Amplify.Publisher.create {
+ /// try await Amplify.Auth.signOut()
+ /// }
+ /// .sink(receiveValue: { value in
+ /// // handle value... | chore: add non-throwing create publisher overload | null | aws-amplify/amplify-ios | Apache License 2.0 | Swift |
@@ -70,6 +70,18 @@ pub enum GethTraceFrame {
CallTracer(CallFrame),
}
+impl From<DefaultFrame> for GethTraceFrame {
+ fn from(value: DefaultFrame) -> Self {
+ GethTraceFrame::Default(value)
+ }
+}
+
+impl From<CallFrame> for GethTraceFrame {
+ fn from(value: CallFrame) -> Self {
+ GethTraceFrame::CallTracer(value)
+ }
... | chore: add convenient from impls | null | gakonst/ethers-rs | Apache License 2.0 | Rust |
@@ -16,6 +16,11 @@ if [ -z "${DOTNET_STRONG_NAME_ENABLED:-}" ]; then
exit 0
fi
+# TODO: FIXME LATER
+echo "!!! STRONG NAME SIGNING TEMPORARILY DISABLED !!!"
+exit 0
+# END OF TODO
+
echo "Retrieving SNK..."
if [ -z "${DOTNET_STRONG_NAME_ROLE_ARN:-}" ]; then
| chore: temporarily disable strong name signing | null | aws/jsii | Apache License 2.0 | Shell |
@@ -553,6 +553,7 @@ class _PhoneSignInSectionState extends State<_PhoneSignInSection> {
String _message = '';
String _verificationId;
+ ConfirmationResult webConfirmationResult;
@override
Widget build(BuildContext context) {
@@ -571,9 +572,45 @@ class _PhoneSignInSectionState extends State<_PhoneSignInSection> {
style:... | chore(auth, web): verifyPhoneNumber() example | null | firebaseextended/flutterfire | BSD 3-Clause New or Revised License | Dart |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.