diff stringlengths 12 9.3k | message stringlengths 8 199 | reasoning_trace null | repo stringlengths 6 68 | license stringclasses 3
values | language stringclasses 16
values |
|---|---|---|---|---|---|
@@ -47,14 +47,12 @@ public static void ConfigureColliders(GameObject meshGameObject, bool hasCollisi
Collider collider;
int onClickLayer = LayerMask.NameToLayer("OnClick"); // meshes can have a child collider for the OnClick that should be ignored
- MeshFilter[] meshFilters = meshGameObject.GetComponentsInChildren<Mesh... | chore: temporarily force collisions for GLTFs | null | decentraland/explorer | Apache License 2.0 | C# |
@@ -228,21 +228,20 @@ impl Image {
let base = base.unwrap_or("stencila/stencila:latest").parse()?;
- let patterns = if !layer_dirs.is_empty() {
- layer_dirs.iter().cloned().map(String::from).collect()
- } else {
- vec![working_dir.to_string_lossy().to_string()]
- };
- let mut layer_dirs = vec![];
+ let patterns = layer... | chore(Images): Add destination directory to directory snapshots | null | stencila/stencila | Apache License 2.0 | Rust |
@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("application")
id("com.github.johnrengelman.shadow") version "6.1.0"
- id("org.jetbrains.kotlin.jvm") version "1.4.32"
+ id("org.jetbrains.kotlin.jvm") version "1.5.0"
id("com.apollographql.apollo") version "2.5.6"
}
@@ -39,9 +39,9 @@ r... | chore(deps): bump kotlin | null | toxicmushroom/melijn | MIT License | Kotlin |
@@ -121,6 +121,7 @@ public class EsDocumentWriter implements Writer {
final EsClient client = admin.client();
// apply bulk updates first
final ListeningExecutorService executor;
+ admin.log().trace("Applying bulk updates ({}) and deletes ({})...", bulkUpdateOperations.size(), bulkDeleteOperations.size());
if (bulkUpda... | chore(index): add trace log entries to index commit processing flow | null | b2ihealthcare/snow-owl | Apache License 2.0 | Java |
const fs = require('fs')
-const path = require('path')
-const compileTemplate = require('lodash.template')
const appPaths = require('../../app-paths')
const getFixedDeps = require('../../helpers/get-fixed-deps')
| chore(app): remove unneeded deps for ssr-prod-artifacts | null | quasarframework/quasar | MIT License | JavaScript |
@@ -88,7 +88,6 @@ class ComponentActivity : ReactActivity() {
return super.getSystemService(name)
}
- // TODO: https://github.com/microsoft/react-native-test-app/issues/51
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
super.onActivityResult(requestCode, resultCode, data)
| chore: Removing a TODO so we can close | null | microsoft/react-native-test-app | MIT License | Kotlin |
@@ -11,19 +11,31 @@ import XCTest
class BCMCComponentTests: XCTestCase {
+ var analyticsProviderMock: AnalyticsProviderMock!
+ var adyenContext: AdyenContext!
var delegate: PaymentComponentDelegateMock!
- override func setUp() {
- super.setUp()
+ override func setUpWithError() throws {
+ try super.setUpWithError()
+ an... | chore: Test BCMC component sends telemetry event | null | adyen/adyen-ios | MIT License | Swift |
@@ -443,7 +443,7 @@ public abstract class NodeUpdater implements FallibleCommand {
}
defaults.put("workbox-core", WORKBOX_VERSION);
defaults.put("workbox-precaching", WORKBOX_VERSION);
- defaults.put("glob", "7.2.2");
+ defaults.put("glob", "7.2.3");
defaults.put("async", "3.2.2");
return defaults;
| chore: upgrade glob in NodeUpdater | null | vaadin/flow | Apache License 2.0 | Java |
@@ -30,11 +30,11 @@ export interface ProtractorPlugin {
* @throws {*} If this function throws an error, a failed assertion is added to
* the test results.
*
- * @return {Q.Promise=} Can return a promise, in which case protractor will wait
+ * @return {Promise=} Can return a promise, in which case protractor will wait
*... | chore(types): better types for ProtractorPlugin | null | angular/protractor | MIT License | TypeScript |
@@ -14,8 +14,6 @@ export interface DividerProps extends React.HTMLProps<HTMLElement> {
className?: string;
/** The component type to use */
component?: 'hr' | 'li' | 'div';
- /** @deprecated Use `orientation` instead. Flag to indicate the divider is vertical (must be in a flex layout) */
- isVertical?: boolean;
/** Ins... | chore(Divider): remove isVertical prop | null | patternfly/patternfly-react | MIT License | TypeScript |
@@ -3,7 +3,7 @@ use snafu::Snafu;
use data_types::chunk_metadata::ChunkAddr;
-use crate::db::{self, catalog};
+use crate::db::catalog;
#[allow(clippy::enum_variant_names)]
#[derive(Debug, Snafu)]
@@ -93,9 +93,6 @@ pub enum Error {
#[snafu(display("Cannot load chunk as no rows: {}", addr))]
CannotLoadEmptyChunk { addr: ... | chore: remove unused error | null | influxdata/influxdb_iox | Apache License 2.0 | Rust |
@@ -4,7 +4,7 @@ namespace DCL.Configuration
{
public static class ApplicationSettings
{
- public static string version = "0.7.3";
+ public static string version = "0.7.4";
}
public static class Environment
| chore: update build version to 0.7.4 | null | decentraland/explorer | Apache License 2.0 | C# |
@@ -30,8 +30,10 @@ import { WALLET_TOKENS_PATH } from '../../constants';
function* blockChainNotStarted(message) {
const { isRunning } = yield select((state) => state.app);
- if (!isRunning) yield put(startNodeFailure(message));
- else yield put(openErrorModal());
+ if (!isRunning) {
+ yield put(startNodeFailure(messag... | chore: improved logging on start | null | defich/app | MIT License | TypeScript |
@@ -7,13 +7,16 @@ npx tsc -p tsconfig.d.json -d
npx rollup -c rollup.config.types.js
# Replace export with closing brace for module declaration
-sed -i='' '$s/export {.*};/}/' lib/index.d.ts
+sed -i.bak '$s/export {.*};/}/' lib/index.d.ts
# Replace declare's with export's
-sed -i='' 's/declare/export/g' lib/index.d.ts
... | chore: re-re-repair web3.js typegen | null | solana-labs/solana-web3.js | MIT License | Shell |
@@ -579,7 +579,7 @@ abstract class Element extends Node
// Not remove node type which is not present in RenderObject tree such as Comment
// Only append node types which is visible in RenderObject tree
if (child is NodeLifeCycle) {
- removeElement(child);
+ removeChildNode(child);
}
super.removeChild(child);
@@ -649,27... | chore: remove root child | null | openkraken/kraken | Apache License 2.0 | Dart |
@@ -9,6 +9,7 @@ import com.vaadin.flow.testutil.ChromeBrowserTest;
import com.vaadin.testbench.TestBenchElement;
import org.junit.Assert;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
@@ -76,6 +77,7 @@ public class DialogS... | chore: disable DialogShortcutIT flaky tests | null | vaadin/flow | Apache License 2.0 | Java |
@@ -13,7 +13,7 @@ docker build . -t deepstreamio/deepstream.io:${PACKAGE_VERSION} -t deepstreamio/
docker push deepstreamio/deepstream.io:${PACKAGE_VERSION}
docker push deepstreamio/deepstream.io:latest
-npm uninstall uWebsocket.js
+npm uninstall --save uWebSockets.js
echo 'Replacing node with node-alpine'
sed -i 's@no... | chore: small docker alpine fix | null | deepstreamio/deepstream.io | MIT License | Shell |
@@ -60,5 +60,5 @@ git push origin apk -f --quiet > /dev/null
# Publish App to Play Store
if [ "$TRAVIS_BRANCH" == "$PUBLISH_BRANCH" ]; then
gem install fastlane
- fastlane supply --aab pslab-master-app.aab --track alpha --json_key ../scripts/fastlane.json --package_name $PACKAGE_NAME
+ fastlane supply --aab pslab-maste... | chore: fastlane apk upload fix | null | fossasia/pslab-android | Apache License 2.0 | Shell |
@@ -43,6 +43,10 @@ class ApplePayComponentTest: XCTestCase {
func testApplePayViewControllerShouldCallDelegateDidFail() {
guard Available.iOS12 else { return }
+
+ // This is nececery to give ApplePay time to dissapear from screen.
+ wait(for: .seconds(1))
+
let viewController = sut!.viewController
let onDidFailExpecta... | chore: fix tests for ApplePay | null | adyen/adyen-ios | MIT License | Swift |
@@ -11,7 +11,9 @@ module.exports = {
rootDir: rwjsPaths.base,
roots: [path.join(rwjsPaths.web.src)],
testEnvironment: path.join(__dirname, './RedwoodWebJestEnv.js'),
- testURL: 'https://redwoodjs.com',
+ testEnvironmentOptions: {
+ url: 'https://redwoodjs.com',
+ },
displayName: {
color: 'blueBright',
name: 'web',
| chore: swap testURL for testEnvironmentOptions | null | redwoodjs/redwood | MIT License | JavaScript |
@@ -462,8 +462,7 @@ node::Environment* NodeBindings::CreateEnvironment(
args.insert(args.begin() + 1, init_script);
- isolate_data_ =
- node::CreateIsolateData(context->GetIsolate(), uv_loop_, platform);
+ isolate_data_ = node::CreateIsolateData(isolate, uv_loop_, platform);
node::Environment* env;
uint64_t flags = nod... | chore: error catching in node_bindings | null | electron/electron | MIT License | C++ |
@@ -221,7 +221,9 @@ check_http_status() {
is_dir_in_path() {
dir="$1"
found=1
- (echo "$PATH" | grep -q "$dir:" || echo "$PATH" | grep -q -E "$dir$") || found=0
+ # ensure dir is the full path and not a substring of some longer path.
+ # after performing a regex search, perform another search w/o regex to filter out ma... | chore: make install.sh PATH detection more precise | null | dopplerhq/cli | Apache License 2.0 | Shell |
@@ -58,7 +58,6 @@ const repoRoot = path.join(__dirname, '../../..')
let registryMockPort = 7769
async function updateManifest (dir: string, manifest: ProjectManifest) {
- const usesJest = await exists(path.join(dir, 'jest.config.js'))
const relative = normalizePath(path.relative(repoRoot, dir))
let scripts: Record<stri... | chore: remove tape from updater | null | pnpm/pnpm | MIT License | TypeScript |
@@ -285,14 +285,13 @@ impl PartitionChunk for DbChunk {
Ok(Box::pin(MemoryStream::new(vec![batch])))
}
State::ReadBuffer { chunk, .. } => {
- // Error converting to a rb_predicate needs to fail
+ // Only apply pushdownable predicates
let rb_predicate =
match to_read_buffer_predicate(&predicate).context(PredicateConvers... | chore: remove a couple more comments | null | influxdata/influxdb_iox | Apache License 2.0 | Rust |
@@ -76,7 +76,7 @@ export class Ability {
let i = 0;
while (i < actions.length) {
- let action = actions[i++];
+ const action = actions[i++];
if (aliases.hasOwnProperty(action)) {
actions = actions.concat(aliases[action]);
| chore(eslint): converts var to const | null | stalniy/casl | MIT License | JavaScript |
@@ -116,8 +116,8 @@ class KitsuApi @Inject constructor(authorizer: KitsuAuthorizer) {
updatingAuthToken = false
if (refreshResponse.isSuccessful) {
- refreshResponse.body().let {
- authModel.authToken = it!!.accessToken
+ refreshResponse.body()?.let {
+ authModel.authToken = it.accessToken
authModel.refreshToken = it.r... | chore(*): change to using ? before a let | null | chesire/nekome | Apache License 2.0 | Kotlin |
@@ -106,6 +106,15 @@ export namespace commConfigurations {
{
urls: 'stun:stun.l.google.com:19302'
},
+ {
+ urls: 'stun:stun2.l.google.com:19302'
+ },
+ {
+ urls: 'stun:stun3.l.google.com:19302'
+ },
+ {
+ urls: 'stun:stun4.l.google.com:19302'
+ },
{
urls: 'turn:184.73.100.50:3478',
credential: 'passworddcl',
| chore: add new stun server configurations | null | decentraland/explorer | Apache License 2.0 | TypeScript |
@@ -87,7 +87,7 @@ public class TaskQueryDto extends AbstractQueryDto<TaskQuery> {
public static final List<String> VALID_SORT_BY_VALUES;
static {
- VALID_SORT_BY_VALUES = new ArrayList<String>();
+ VALID_SORT_BY_VALUES = new ArrayList<>();
VALID_SORT_BY_VALUES.add(SORT_BY_PROCESS_INSTANCE_ID_VALUE);
VALID_SORT_BY_VALUE... | chore(rest): make assigneeIn filter work with tasklist filters | null | camunda/camunda-bpm-platform | Apache License 2.0 | Java |
@@ -6,10 +6,12 @@ import (
"fmt"
"net/http"
+ "github.com/lib/pq"
uuid "github.com/satori/go.uuid"
"github.com/smartcontractkit/chainlink/core/bridges"
"github.com/smartcontractkit/chainlink/core/services/job"
+ "github.com/smartcontractkit/chainlink/core/services/postgres"
"github.com/smartcontractkit/chainlink/core/s... | chore: improve performance of external initiator refactor | null | smartcontractkit/chainlink | MIT License | Go |
import eu.cloudnetservice.cloudnet.driver.module.ModuleLifeCycle;
import eu.cloudnetservice.cloudnet.driver.module.ModuleTask;
import eu.cloudnetservice.cloudnet.driver.module.driver.DriverModule;
+import eu.cloudnetservice.cloudnet.driver.permission.PermissionGroup;
import eu.cloudnetservice.cloudnet.node.CloudNet;
im... | chore: sync permission groups into the cluster | null | cloudnetservice/cloudnet-v3 | Apache License 2.0 | Java |
context('Create and Search Route', () => {
const timeout = 500;
+
+ const selector = {
+ name: '#name',
+ description: '#desc',
+ hosts_0: '#hosts_0',
+ labels_0_labelKey: '#labels_0_labelKey',
+ labels_0_labelValue: '#labels_0_labelValue',
+ nodes_0_host: '#nodes_0_host',
+ nodes_0_port: '#nodes_0_port',
+ nodes_0_wei... | chore: refactored test search-route.spec.js | null | apache/apisix-dashboard | Apache License 2.0 | JavaScript |
@@ -134,7 +134,7 @@ const HeaderMobileDiv = styled.div`
.header__menus {
padding-left: 5px;
.header__menus__item {
- margin-left: 31px;
+ margin-left: 16px;
font-size: 14px;
font-weight: bold;
line-height: 100%;
| chore(ui): adjust header menu item instance for mobile | null | nervosnetwork/ckb-explorer-frontend | MIT License | TypeScript |
@@ -38,13 +38,20 @@ let package = Package(
targets: [
.target(
name: "Amplify",
- path: "Amplify"
+ path: "Amplify",
+ exclude: [
+ "Info.plist",
+ "Categories/DataStore/Model/Temporal/README.md"
+ ]
),
.target(
name: "AWSPluginsCore",
dependencies: [.target(name: "Amplify"),
.product(name: "AWSCore", package: "AWSiOSS... | chore: Exclude resources file from SPM | null | aws-amplify/amplify-ios | Apache License 2.0 | Swift |
@@ -140,6 +140,34 @@ class DropInTests: XCTestCase {
waitForExpectations(timeout: 15, handler: nil)
}
+ func testOpenApplePay() {
+ let config = DropInComponent.PaymentMethodsConfiguration(clientKey: "local_MYLOCALCLIENTKEY")
+ config.applePay = .init(summaryItems: [.init(label: "Item", amount: 100) ], merchantIdentifi... | chore: add UI test for ApplePay | null | adyen/adyen-ios | MIT License | Swift |
@@ -25,6 +25,7 @@ import java.util.ArrayList;
import java.util.Date;
import java.util.List;
+import org.assertj.core.api.Assertions;
import org.camunda.bpm.engine.HistoryService;
import org.camunda.bpm.engine.ManagementService;
import org.camunda.bpm.engine.RuntimeService;
@@ -86,7 +87,7 @@ public class BatchQueryTest ... | chore(engine): remove millisecond precision in batch test for MySQL | null | camunda/camunda-bpm-platform | Apache License 2.0 | Java |
@@ -305,7 +305,7 @@ class REST_API
$url = $entry->original_url;
- $unfurl_endpoint = 'http://unfurl.eric.co.de/unfurl';
+ $unfurl_endpoint = 'https://plus.podlove.org/api/unfurl';
$curl = new Curl();
$curl->request(add_query_arg('url', urlencode($url), $unfurl_endpoint), [
'headers' => ['Content-type' => 'application/j... | chore: change unfurl endpoint to plus.podlove.org/api/unfurl | null | podlove/podlove-publisher | MIT License | PHP |
@@ -56,11 +56,11 @@ import com.vaadin.flow.server.startup.ApplicationConfiguration;
*/
public class FrontendTools {
- public static final String DEFAULT_NODE_VERSION = "v16.13.0";
+ public static final String DEFAULT_NODE_VERSION = "v17.3.0";
/**
* This is the version shipped with the default Node version.
*/
- public ... | chore: Upgrade to Node 17 + npm 8.3 | null | vaadin/flow | Apache License 2.0 | Java |
@@ -22,9 +22,14 @@ const getFieldParameters = (fieldName: string, type: GraphQLOutputType): any =>
const getModelProperties = (model: ModelDefinition, primaryKey: string) => {
const fieldMap = model.graphqlType.getFields();
const keys = Object.keys(fieldMap);
+ // get a list of relationships
+ const relNames = model.re... | chore: add code comments | null | aerogear/offix | Apache License 2.0 | TypeScript |
# Normalize params
PACKAGE_VERSION="$1"
TAG_NAME="$2"
+# Optional registry param
+REGISTRY="$3"
if [ -z "${PACKAGE_VERSION}" ]; then
echo "You must specify a version to release"
@@ -21,6 +23,10 @@ if [ -z "${TAG_NAME}" ]; then
exit 1;
fi
+if [ -n "${REGISTRY}" ]; then
+ REGISTRY = "--registry ${REGISTRY}"
+fi
+
TAG="--... | chore: allow a registry to be specified for release:ci:npm target | null | salesforce/lwc | MIT License | Shell |
@@ -311,9 +311,13 @@ export default class ImageManipulator extends Component {
formData.append('file', blob, name);
if (loweredSaveModeStr !== SAVE_MODES.NEW) {
+ if (imageProperties && Object.keys(imageProperties).length > 0) {
formData.append('properties[file]', JSON.stringify(imageProperties));
+ }
+ if (imageMeta &... | chore: removing imageProperties & imageMeta fields from uploading req. if empty in upload mode | null | scaleflex/filerobot-image-editor | MIT License | JavaScript |
@@ -97,6 +97,17 @@ func (c *ImmuClient) Scan(keyReader io.Reader) (*schema.ItemList, error) {
return c.serviceClient.Scan(context.Background(), &schema.ScanOptions{Prefix: prefix})
}
+func (c *ImmuClient) ZScan(setReader io.Reader) (*schema.ItemList, error) {
+ if !c.isConnected() {
+ return nil, ErrNotConnected
+ }
+ ... | chore(pkg/client): add ZAdd and ZScan client methods | null | codenotary/immudb | Apache License 2.0 | Go |
@@ -130,7 +130,7 @@ impl <T: Debug + Display + PartialEq + Clone> Matches<&Vec<T>> for &Vec<T> {
}
}
-impl Matches<&[u8]> for &Vec<u8> {
+impl Matches<&[u8]> for Vec<u8> {
fn matches_with(&self, actual: &[u8], matcher: &MatchingRule) -> anyhow::Result<()> {
let result = match matcher {
MatchingRule::Regex(regex) => {
@... | chore: add missing matches_with implementation | null | pact-foundation/pact-reference | MIT License | Rust |
@@ -74,7 +74,7 @@ public final class BACSDirectDebitComponent: PaymentComponent, PresentableCompon
extension BACSDirectDebitComponent: BACSDirectDebitRouterProtocol {
- func presentConfirmation(with data: BACSDirectDebitData) {
+ internal func presentConfirmation(with data: BACSDirectDebitData) {
// TODO: - Continue pa... | chore: Explicitly mark functions as internal | null | adyen/adyen-ios | MIT License | Swift |
*/
import { it, expect } from './fixtures';
-it('expose binding should work', async ({browser}) => {
- const context = await browser.newContext();
+it('expose binding should work', async ({context}) => {
let bindingSource;
await context.exposeBinding('add', (source, a, b) => {
bindingSource = source;
@@ -29,11 +28,9 @@... | chore: nit test fixes | null | microsoft/playwright | Apache License 2.0 | TypeScript |
@@ -46,8 +46,6 @@ import java.util.Set;
import java.util.stream.Collectors;
import static com.appsmith.external.helpers.AppsmithBeanUtils.copyNewFieldValuesIntoOldObject;
-import static com.appsmith.server.acl.AclPermission.MANAGE_PAGES;
-import static com.appsmith.server.acl.AclPermission.READ_PAGES;
import static com... | chore: [GAC] Using correct permissions to fetch the application object using view mode | null | appsmithorg/appsmith | Apache License 2.0 | Java |
@@ -32,7 +32,7 @@ import java.lang.Integer.min
const val QUEUE_LIMIT = 500
const val DONATE_QUEUE_LIMIT = 5000
-var FREE_PLAYER_LIMIT = 100
+var FREE_PLAYER_LIMIT = 200
class AudioLoader(private val musicPlayerManager: MusicPlayerManager) {
| chore: increase free player limit | null | toxicmushroom/melijn | MIT License | Kotlin |
@@ -309,7 +309,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
]],
["@apollo/protobufjs", [
["npm:1.0.5", {
- "packageLocation": "./.yarn/cache/@apollo-protobufjs-npm-1.0.5-a95d547915-593f898542.zip/node_modules/@apollo/protobufjs/",
+ "packageLocation": "./.yarn/unplugged/@apollo-protobufjs-npm-1.0.5-a95d... | chore: update pnp | null | lowdefy/lowdefy | Apache License 2.0 | JavaScript |
@@ -19,6 +19,7 @@ package cmd
import (
"errors"
"fmt"
+ "io"
"os"
"os/exec"
"runtime"
@@ -120,3 +121,23 @@ func (pr *stdinPasswordReader) Read(msg string) ([]byte, error) {
}
var DefaultPasswordReader PasswordReader = new(stdinPasswordReader)
+
+// ReadFromTerminalYN read terminal user input from a Yes No dialog. It re... | chore(cmd): addutility to manage a y/n dialog | null | codenotary/immudb | Apache License 2.0 | Go |
@@ -17,10 +17,12 @@ SOURCE_BRANCH="master"
BUILD_BRANCH="docs"
# Pull requests and commits to other branches shouldn't try to deploy, just build to verify
-if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "$SOURCE_BRANCH" ]; then
+if [ "$CI" == "true" ]; then
+ if [ "$TRAVIS_PULL_REQUEST" != "false" ] || [... | chore(docs): allow docs to be deployed locally | null | denali-js/core | Apache License 2.0 | Shell |
@@ -18,6 +18,31 @@ class BCMCComponentTests: XCTestCase {
delegate = PaymentComponentDelegateMock()
}
+ func testConfiguration() {
+ let cardPaymentMethod = CardPaymentMethod(type: "bcmc", name: "Test name", fundingSource: .debit, brands: ["any_test_brand_name"])
+ let paymentMethod = BCMCPaymentMethod(cardPaymentMetho... | chore: More test coverage in BCMCComponentTests | null | adyen/adyen-ios | MIT License | Swift |
@@ -403,7 +403,7 @@ func (o *initStorageOpts) askDynamoPartitionKey() error {
)
key, err := o.prompt.Get(keyPrompt,
storageInitDDBPartitionKeyHelp,
- dynamoTableNameValidation,
+ dynamoAttributeNameValidation,
prompt.WithFinalMessage("Partition key:"),
)
if err != nil {
@@ -450,7 +450,7 @@ func (o *initStorageOpts) ask... | chore: fix prompt validatorfunc for sort and partition keys | null | aws/copilot-cli | Apache License 2.0 | Go |
{
public static class ApplicationSettings
{
- public static string version = "0.5.6";
+ public static string version = "0.5.7";
}
public static class Environment
| chore: update unity build to 0.5.7 | null | decentraland/explorer | Apache License 2.0 | C# |
@@ -9,6 +9,7 @@ export interface CurrentUser {
name: string
email: string
profileImage?: string
+ provider?: string
/** @deprecated use `roles` instead */
role: string
roles: Role[]
| chore(types): add `provider` property to `CurrentUser` interface | null | sanity-io/sanity | MIT License | TypeScript |
@@ -5,7 +5,7 @@ import "github.com/caos/orbos/internal/operator/boom/templator/helm/chart"
func GetChartInfo() *chart.Chart {
return &chart.Chart{
Name: "prometheus-node-exporter",
- Version: "1.11.2",
+ Version: "1.11.1",
}
}
| chore: change prometheus-node-exporter to 1.11.1 | null | caos/orbos | Apache License 2.0 | Go |
@@ -20,14 +20,13 @@ import com.chesire.malime.view.maldisplay.MalDisplayFragment
import com.chesire.malime.view.preferences.PrefActivity
import com.chesire.malime.view.preferences.SortOption
import com.chesire.malime.view.search.SearchFragment
-import com.google.android.material.bottomnavigation.BottomNavigationView
im... | chore: change a const to val instead of var | null | chesire/nekome | Apache License 2.0 | Kotlin |
@@ -39,11 +39,6 @@ defmodule Logflare.Billing.BillingCounts do
Enum.map(timeseries, fn [x, y, z] -> [Calendar.strftime(x, "%b %d"), y, z] end)
end
- def list_by(kv) do
- BillingCount
- |> where(^kv)
- |> Repo.all()
- end
def insert(user, source, params) do
assoc = params |> assoc(user) |> assoc(source)
| chore: remove unused list_by/1 function | null | logflare/logflare | Apache License 2.0 | Elixir |
@@ -21,17 +21,14 @@ import java.net.URL;
import java.net.URLClassLoader;
import java.util.ArrayList;
import java.util.List;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
/**
* @author David BRASSELY (david.brassely at graviteesource.com)
* @author GraviteeSource Team
*/
+@SuppressWarnings("java:S4507") // ... | chore: remove logger in apim bootstrap | null | gravitee-io/gravitee-api-management | Apache License 2.0 | Java |
@@ -122,7 +122,7 @@ class TransactionBuilder:
base_fee: int,
inner_transaction_envelope: TransactionEnvelope,
network_passphrase: str = Network.TESTNET_NETWORK_PASSPHRASE,
- ) -> "FeeBumpTransactionEnvelope":
+ ) -> FeeBumpTransactionEnvelope:
"""Create a
:py:class:`FeeBumpTransactionEnvelope <stellar_sdk.fee_bump_tran... | chore: add missing type hint | null | stellarcn/py-stellar-base | Apache License 2.0 | Python |
@@ -18,7 +18,7 @@ type annotationComment struct {
// setupColumn setups metadata that drives the way of how column data
// are parsed, mandatory when flag > 0
setupColumn func(column *CsvTableColumn, columnValue string)
- // setupColumn setups metadata that drives the way of how the table data
+ // setupTable setups me... | chore(pkg/csv2lp): repair doc | null | influxdata/influxdb | MIT License | Go |
@@ -8,7 +8,7 @@ import okhttp3.Interceptor
import okhttp3.Response
import javax.inject.Inject
-// we must use an interceptor as Kitsu doesn't return a 401, only 403.
+// We must use an interceptor as Kitsu doesn't return a 401, only 403.
class AuthRefreshInterceptor @Inject constructor(
private val provider: AuthProvid... | chore: comment change | null | chesire/nekome | Apache License 2.0 | Kotlin |
@@ -80,6 +80,7 @@ exports.createPages = ({ graphql, actions }) => {
exports.onCreateWebpackConfig = ({ actions }) => {
actions.setWebpackConfig({
+ devtool: "eval-source-map",
resolve: {
alias: {
// Resolve imports in our app to node_modules so they don't break
| chore(build): add eval-source-maps to gatsby's webpack config | null | patternfly/patternfly-react | MIT License | JavaScript |
@@ -16,12 +16,10 @@ export class HttpClient implements Server.IHttpClient {
private static STUCK_RESPONSE_CHECK_INTERVAL = 10000;
private defaultUserAgent: string;
- private cleanupData: ICleanupRequestData[];
constructor(private $logger: ILogger,
private $proxyService: IProxyService,
private $staticConfig: Config.ISta... | chore: remove unused object from httpClient | null | nativescript/nativescript-cli | Apache License 2.0 | TypeScript |
package io.flutter.plugins.firebase.inappmessaging;
+import androidx.annotation.NonNull;
import com.google.android.gms.tasks.Task;
-import com.google.android.gms.tasks.Tasks;
+import com.google.android.gms.tasks.TaskCompletionSource;
import com.google.firebase.FirebaseApp;
import com.google.firebase.inappmessaging.Fire... | chore(firebase_in_app_messaging, android): update deprecated `Task.call()` to `TaskCompletionSource` API | null | firebaseextended/flutterfire | BSD 3-Clause New or Revised License | Java |
@@ -213,6 +213,27 @@ func (c *ImmuClient) History(keyReader io.Reader) (*schema.ItemList, error) {
return result, err
}
+func (c *ImmuClient) Reference(keyReader io.Reader, valueReader io.Reader) (*schema.Index, error) {
+ start := time.Now()
+ if !c.isConnected() {
+ return nil, ErrNotConnected
+ }
+ key, err := iouti... | chore(pkg/client): add reference client command | null | codenotary/immudb | Apache License 2.0 | Go |
@@ -30,8 +30,9 @@ async fn nonce_manager() {
.unwrap()
.as_u64();
- let mut tx_hashes = Vec::new();
- for _ in 0..10 {
+ let num_tx = 5;
+ let mut tx_hashes = Vec::with_capacity(num_tx);
+ for _ in 0..num_tx {
let tx = provider
.send_transaction(
Eip1559TransactionRequest::new().to(address).value(100u64).chain_id(chain... | chore: decrease tx count in nonce manager test | null | gakonst/ethers-rs | Apache License 2.0 | Rust |
@@ -191,11 +191,9 @@ impl FileAdder {
unflushed_links: &mut Vec<(usize, Cid, u64, u64)>,
finishing: bool,
) -> Option<(Cid, Vec<u8>)> {
- if input.is_empty() {
- if !finishing || !unflushed_links.is_empty() {
+ if input.is_empty() && (!finishing || !unflushed_links.is_empty()) {
return None;
}
- }
// for empty unixfs f... | chore: clippy warning | null | rs-ipfs/rust-ipfs | Apache License 2.0 | Rust |
@@ -228,7 +228,6 @@ export default ({ name = 'National', history, usHistory }) => {
data={getDataForField(data, deathField)}
lineData={dailyAverage(data, deathField)}
refLineData={dailyAverage(usData, deathField)}
- annotations={deathAnnotations}
fill={colors.colorSlate300}
lineColor={colors.colorSlate700}
{...props}
@... | chore: Change annotation to asterisk | null | covid19tracking/website | Apache License 2.0 | JavaScript |
@@ -6,7 +6,7 @@ set +x
set -o pipefail
if [[ ($1 == '--help') || ($1 == '-h') ]]; then
- echo "usage: $(basename "$0") [webkit-ubuntu-20.04|firefox-debian-11|...] [build|test|compile|enter|stop]"
+ echo "usage: $(basename "$0") [webkit-ubuntu-20.04|firefox-debian-11|...] [build|test|compile|enter|cleanup]"
echo
echo "B... | chore: replace `docker/cli.sh stop` with `docker/cli.sh cleanup` | null | microsoft/playwright | Apache License 2.0 | Shell |
use common_datavalues::DataField;
use common_datavalues::DataSchemaRef;
use common_datavalues::DataSchemaRefExt;
-use common_datavalues::DataTypeImpl;
use common_exception::ErrorCode;
use common_exception::Result;
use common_planners::Expression;
@@ -46,11 +45,7 @@ impl<'a> DataSchemaBuilder<'a> {
new_data_fields.push(... | chore(planner): make code neat with | null | datafuselabs/databend | Apache License 2.0 | Rust |
@@ -579,7 +579,6 @@ namespace Unity.Netcode.Transports.UTP
}
m_RelayServerData = new RelayServerData(ref serverEndpoint, 0, ref allocationId, ref connectionData, ref hostConnectionData, ref key, isSecure);
- m_RelayServerData.ComputeNewNonce();
SetProtocol(ProtocolType.RelayUnityTransport);
}
| chore: Remove soon-to-be-deprecated API from UnityTransport | null | unity-technologies/com.unity.multiplayer.mlapi | MIT License | C# |
@Override
public <T extends Event> @NonNull T callEvent(@NonNull String channel, @NonNull T event) {
+ this.lock.lock();
+ try {
// get all registered listeners of the event
var listeners = this.listeners.get(event.getClass());
if (!listeners.isEmpty()) {
}
}
}
+ } finally {
+ this.lock.unlock();
+ }
// for chaining
re... | chore: lock when calling an event | null | cloudnetservice/cloudnet-v3 | Apache License 2.0 | Java |
@@ -80,18 +80,8 @@ class HanukkahEmbed(commands.Cog):
return
festival_day = self.hanukkah_days.index(day)
number_suffixes = ["st", "nd", "rd", "th"]
- suffix = ""
- if festival_day == 1:
- suffix = number_suffixes[0]
- if festival_day == 2:
- suffix = number_suffixes[1]
- if festival_day == 3:
- suffix = number_suffixe... | chore: Apply suggested changes to hanukkah_embed.py | null | python-discord/sir-lancebot | MIT License | Python |
@@ -9,7 +9,7 @@ import javax.inject.Inject
@Suppress("TooManyFunctions")
class SharedPref @Inject constructor(context: Context) {
- private val allowCrashReporting = context.getString(R.string.key_allow_crash_reporting)
+ //private val allowCrashReporting = context.getString(R.string.key_allow_crash_reporting)
private ... | chore: hide the crash reporting sharedpref key | null | chesire/nekome | Apache License 2.0 | Kotlin |
-#!/usr/bin/env bash
-
-#
-# Prelude - make bash behave sanely
-# http://redsymbol.net/articles/unofficial-bash-strict-mode/
-#
-set -euo pipefail
-IFS=$'\n\t'
-# Beware of CDPATH gotchas causing cd not to work correctly when a user has
-# set this in their environment
-# https://bosker.wordpress.com/2012/02/12/bash-sc... | chore: generate-docs-from-templates.sh not longer used | null | kubernetes-simulator/simulator | Apache License 2.0 | Shell |
<header class="banner">
- <div class="max-w-3xl mx-auto">
<a class="brand" href="{{ home_url('/') }}">
{{ $siteName }}
</a>
{!! wp_nav_menu(['theme_location' => 'primary_navigation', 'menu_class' => 'nav', 'echo' => false]) !!}
@endif
</nav>
- </div>
</header>
| chore(view): Remove redundant selector | null | roots/sage | MIT License | PHP |
@@ -18,7 +18,6 @@ use std::marker::PhantomData;
use std::sync::Arc;
use common_arrow::arrow::bitmap::Bitmap;
-use common_exception::ErrorCode;
use common_exception::Result;
use common_expression::types::number::NumberColumnBuilder;
use common_expression::types::DataType;
@@ -232,11 +231,7 @@ pub fn try_create(
_s: Phan... | chore(query): fix distinct error | null | datafuselabs/databend | Apache License 2.0 | Rust |
@@ -4977,7 +4977,7 @@ function castQuery(query) {
* a response for each query has also been returned, the results are passed to
* the callback.
*
- * @param {Object|String|String[]} path either the path(s) to populate or an object specifying all parameters
+ * @param {Object|String|Array<String>} path either the path(s... | chore(docs): use Array<String> instead of String[] for consistency | null | automattic/mongoose | MIT License | JavaScript |
@@ -736,11 +736,7 @@ mod tests {
use query::exec::Executor;
use reqwest::{Client, Response};
- use data_types::{
- database_rules::{DatabaseRules, WalBufferConfig, WalBufferRollover},
- wal::WriterSummary,
- DatabaseName,
- };
+ use data_types::{database_rules::DatabaseRules, DatabaseName};
use object_store::{memory::I... | chore: remove get_wal_meta test until it gets refactored | null | influxdata/influxdb_iox | Apache License 2.0 | Rust |
@@ -12,6 +12,9 @@ import (
"os"
)
+var tv bool = true
+var fv bool = false
+
func TestSyntheticsSecureCredential_Basic(t *testing.T) {
t.Parallel()
@@ -42,7 +45,6 @@ func TestSyntheticsSecureCredential_Basic(t *testing.T) {
//Test simple browser monitor
func TestSyntheticsSimpleBrowserMonitor_Basic(t *testing.T) {
-
t.... | chore: use pointer for bools in synthetics tests | null | newrelic/newrelic-client-go | Apache License 2.0 | Go |
@@ -149,25 +149,4 @@ describe("DreameMapParser", function () {
actual.should.deepEqual(expected);
});
-
- it("Should pre-process & parse D9 FW 1093 multi-map correctly", async function() {
- let data = await fs.readFile("./test/lib/DreameMapParser/d9_1093_multi_map.bin");
- let expected = JSON.parse(await fs.readFile("... | chore(vendor.dreame): Remove obsolete test | null | hypfer/valetudo | Apache License 2.0 | JavaScript |
@@ -285,7 +285,7 @@ fn spawn_watch_shell(failed_exercise_hint: &Arc<Mutex<Option<String>>>) {
println!(" clear - clears the screen");
println!(" quit - quits watch mode");
println!(" help - displays this help message");
- println!("");
+ println!();
println!("Watch mode automatically re-evaluates the current exercise")... | chore: improve println! usage | null | rust-lang/rustlings | MIT License | Rust |
@@ -813,6 +813,7 @@ public class PGConnectionContext implements IOContext, Mutable {
sendCurrentCursorTail = TAIL_SUCCESS;
prepareExecuteTail(false);
} catch (CairoException e) {
+ LOG.error().$(e.getFlyweightMessage()).$();
if (transactionState == IN_TRANSACTION) {
transactionState = ERROR_TRANSACTION;
}
| chore(cutlass): added error logging for pg-wire | null | questdb/questdb | Apache License 2.0 | Java |
+import { fixture, html, expect } from '@open-wc/testing';
+import { cache, LitElement } from '@lion/core';
+import { LionFieldset } from '../../fieldset/src/LionFieldset.js';
+import { FormRegistrarMixin } from '../src/FormRegistrarMixin.js';
+
+describe.only('FormRegistrarMixin', () => {
+ before(async () => {
+ cons... | chore(registra-mixin): start with test | null | ing-bank/lion | MIT License | JavaScript |
@@ -211,6 +211,13 @@ check_http_status() {
fi
}
+is_dir_in_path() {
+ dir="$1"
+ found=1
+ (echo "$PATH" | grep -q "$dir:" || echo "$PATH" | grep -q -E "$dir$") || found=0
+ echo "$found"
+}
+
# flag parsing
for arg; do
if [ "$arg" = "--debug" ]; then
@@ -440,16 +447,32 @@ elif [ "$format" = "tar" ]; then
# install
if ... | chore: add support for installing CLI to /usr/sbin | null | dopplerhq/cli | Apache License 2.0 | Shell |
@@ -203,7 +203,11 @@ class BoletoComponentTests: XCTestCase {
let lastNameField: UITextField? = sutVC.view.findView(by: "lastNameItem.textField") as? UITextField
let socialSecurityNumberField: UITextField? = sutVC.view.findView(by: "socialSecurityNumberItem.textField") as? UITextField
let emailField: UITextField? = sut... | chore: Update no prefilling test | null | adyen/adyen-ios | MIT License | Swift |
@@ -61,7 +61,8 @@ let amplifyTargets: [Target] = [
"Models/TeamProject/schema.graphql",
"Models/M2MPostEditorUser/schema.graphql",
"Models/Collection/connection-schema.graphql",
- "Models/TransformerV2/schema.graphql"
+ "Models/TransformerV2/schema.graphql",
+ "Models/CustomPrimaryKey/primarykey_schema.graphql"
]
),
.t... | chore: exclude schema from AmplifyTestCommon | null | aws-amplify/amplify-ios | Apache License 2.0 | Swift |
@@ -154,11 +154,6 @@ const VolunteerForm = () => {
"I'd like to help create data visualizations or illustrations.",
},
- {
- value: 'website',
- label: "I'd like to help design or develop your website.",
- },
-
{
value: 'journalism',
label:
| chore: Remove website team | null | covid19tracking/website | Apache License 2.0 | JavaScript |
import { gunzip } from "https://deno.land/x/compress@v0.3.6/gzip/gzip.ts";
import { Untar } from "../../archive/tar.ts";
import { walk } from "../../fs/walk.ts";
-import { basename, fromFileUrl, join, resolve } from "../../path/mod.ts";
+import {
+ basename,
+ dirname,
+ fromFileUrl,
+ join,
+ resolve,
+} from "../../p... | chore(node/_tools): make setup.ts more efficient | null | denoland/deno_std | MIT License | TypeScript |
LOCALE_GETTER = localeGetter;
}
+ private BukkitUtil() {
+ throw new UnsupportedOperationException();
+ }
+
public static @NotNull String getPlayerLocale(@NotNull Player player) {
return LOCALE_GETTER.apply(player);
}
| chore(bridge): Prevent instantiation of BukkitUtil | null | cloudnetservice/cloudnet-v3 | Apache License 2.0 | Java |
@@ -278,6 +278,8 @@ func fetchSecrets(localConfig models.ScopedOptions, enableCache bool, enableFall
// ensure the response can be parsed before proceeding
secrets, err := parseSecrets(response)
if err != nil {
+ utils.LogDebugError(err)
+
if enableFallback {
utils.Log("Unable to parse the Doppler API response")
utils.... | chore: add additional error logging | null | dopplerhq/cli | Apache License 2.0 | Go |
@@ -8,6 +8,8 @@ module.exports = {
// Add TypeScript specific rules (and turn off ESLint equivalents)
"@typescript-eslint/consistent-type-assertions": WARN,
+ "@typescript-eslint/consistent-type-imports": WARN,
+
"no-array-constructor": OFF,
"@typescript-eslint/no-array-constructor": WARN,
| chore: add rule | null | remix-run/remix | MIT License | JavaScript |
-import React from 'react'
+import React, { useState } from 'react'
import styled from 'styled-components'
-import { Container, Card } from 'react-bootstrap'
+import { Container, Card, OverlayTrigger, Tooltip, Modal } from 'react-bootstrap'
import QRCode from 'qrcode.react'
import { useTranslation } from 'react-i18next... | chore: add modal for address qrcode | null | nervosnetwork/neuron | MIT License | TypeScript |
@@ -114,7 +114,7 @@ class UserPreference extends React.Component {
<Switch
checked={anonymousStats}
onChange={this.handleToggle('anonymousUsageStats')}
- color="default"
+ color="primary"
/>
)}
labelPlacement="end"
@@ -128,7 +128,7 @@ class UserPreference extends React.Component {
<Switch
checked={perfResultStats}
onCh... | chore: Change the slider toggle color scheme | null | layer5io/meshery | Apache License 2.0 | JavaScript |
@@ -137,10 +137,21 @@ Build these formats
"name": "_analytics" <-- name of global
},
*/
+
+function getGlobalName(pkg) {
+ if (pkg.projectMeta && pkg.projectMeta.windowGlobal) {
+ return pkg.projectMeta.windowGlobal
+ }
+ if (typeof pkg.globalName === 'object') {
+ return pkg.globalName.name
+ }
+ return pkg.globalName... | chore: update iife build | null | davidwells/analytics | MIT License | JavaScript |
@@ -24,7 +24,7 @@ var _ = strings.Builder{}
//
// See https://core.telegram.org/method/account.resetAuthorization for reference.
type AccountResetAuthorizationRequest struct {
- // getSession hash
+ // Session hash
Hash int64
}
| chore: fix generated | null | gotd/td | MIT License | Go |
@@ -63,7 +63,7 @@ function createChangeTable(type, release) {
.sort(byPackageName)
return `## ${typeHeaders[type]}
-| package | summary | commit | issues | author | |
+| package | summary | commit | issues | author | gravatar |
|:---|:---|:---|:---|:---|---|
${entries
.map(entry => {
@@ -107,7 +107,7 @@ function create... | chore(release): fix gravatar column to show gravatar images | null | cerebral/cerebral | MIT License | JavaScript |
@@ -277,6 +277,11 @@ if [ "$find_install_path_arg" -eq 1 ]; then
clean_exit 1
fi
+if [ "$CUSTOM_INSTALL_PATH" != "" ]; then
+ # disable package managers when specifying custom path
+ USE_PACKAGE_MANAGER=0
+fi
+
# identify OS
os="unknown"
uname_os=$(uname -s)
| chore: disable package manager when specifying custom path | null | dopplerhq/cli | Apache License 2.0 | Shell |
@@ -53,9 +53,12 @@ function getDefaultHttpAgent() {
function decodeReturnValue(types: IDL.Type[], msg: BinaryBlob) {
const returnValues = IDL.decode(types, Buffer.from(msg));
switch (returnValues.length) {
- case 0: return undefined;
- case 1: return returnValues[0];
- default: return returnValues;
+ case 0:
+ return u... | chore: run prettier and fix master | null | dfinity/sdk | Apache License 2.0 | TypeScript |
@@ -84,6 +84,11 @@ async fn test_sled_iter() -> anyhow::Result<()> {
continue;
}
+ if !trees.contains(&tree_name) {
+ // When tests run concurrently, there are other trees created by other test case.
+ continue;
+ }
+
assert_eq!(trees.remove(0), tree_name);
let mut got = vec![];
| chore(meta/sled-iter): fix unittest: do not iterate trees created by other test-case | null | datafuselabs/databend | Apache License 2.0 | Rust |
package eu.cloudnetservice.modules.bridge.platform.bungeecord;
+import dev.derklaro.reflexion.Reflexion;
import eu.cloudnetservice.driver.service.ServiceInfoSnapshot;
import eu.cloudnetservice.ext.component.ComponentFormats;
-import java.lang.invoke.MethodHandles;
-import java.lang.invoke.MethodType;
import java.net.In... | chore: Cleanup BungeeCordHelper by using reflexion | null | cloudnetservice/cloudnet-v3 | Apache License 2.0 | Java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.