diff stringlengths 12 9.3k | message stringlengths 8 199 | reasoning_trace null | repo stringlengths 6 68 | license stringclasses 3
values | language stringclasses 16
values |
|---|---|---|---|---|---|
@@ -60,14 +60,18 @@ for file in app*; do
done
if $IS_PUBLISH_BRANCH ;then
+ # Move to previous directory so that fastlane metadata gets uploaded
+ cd ..
gem install fastlane
- fastlane supply --aab eventyay-attendee-master-app-playStore-release.aab --skip_upload_apk true --track alpha --json_key ../scripts/fastlane.jso... | chore: cd to prev dir for fastlane metadata | null | fossasia/open-event-attendee-android | Apache License 2.0 | Shell |
@@ -29,10 +29,11 @@ setup_environment_secrets
create_settings_xml_file $MAVEN_SETTINGS_FILE
# run unit tests
- mvn verify --show-version --batch-mode
+ mvn verify --show-version --batch-mode -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss:SSS
# stage release
mvn deploy \
+ -D... | chore: Adding timestamps for stage build | null | googlecloudplatform/spring-cloud-gcp | Apache License 2.0 | Shell |
@@ -109,6 +109,8 @@ func TestMakeHTTPClientWithTLSOptsAndFilePaths(t *testing.T) {
}
func buildTLS(t *testing.T) (caPEM *bytes.Buffer, certPEM *bytes.Buffer, certPrivateKeyPEM *bytes.Buffer, err error) {
+ const rsaKeySize = 2048
+
var ca *x509.Certificate
var caPrivateKeyPEM *bytes.Buffer
@@ -130,7 +132,7 @@ func buil... | chore(tests): use shorter keys for adminapi unit tests | null | kong/kubernetes-ingress-controller | Apache License 2.0 | Go |
@@ -4,7 +4,7 @@ namespace DCL.Configuration
{
public static class ApplicationSettings
{
- public static string version = "0.6.9";
+ public static string version = "0.7.0";
}
public static class Environment
| chore: update build version to 0.7.0 | null | decentraland/explorer | Apache License 2.0 | C# |
@@ -23,6 +23,8 @@ module Course::Assessment::Submission::WorkflowEventConcern
# Trigger timeline recomputation
# NB: We are not recomputing on unsubmission because unsubmit is not done by the student
+ # It will recompute again when resubmission occurs. This also prevents the timings for
+ # the unsubmitted item from c... | chore: improve comment for workflow event | null | coursemology/coursemology2 | MIT License | Ruby |
@@ -138,16 +138,12 @@ standard_queries = {"User": "frappe.core.doctype.user.user.user_query"}
doc_events = {
"*": {
- "after_insert": [
- "frappe.event_streaming.doctype.event_update_log.event_update_log.notify_consumers"
- ],
"on_update": [
"frappe.desk.notifications.clear_doctype_notifications",
"frappe.core.doctype.... | chore: remove event_streaming hooks | null | frappe/frappe | MIT License | Python |
@@ -196,7 +196,6 @@ impl<K: Eq + Hash, V, S: BuildHasher, M: CountableMeter<K, V>> Cache<K, V, S, M>
Q: Hash + Eq + ?Sized,
{
self.map.get(k)
- // self.map.get_refresh(k).map(|v| v as &V)
}
/// Returns a mutable reference to the value corresponding to the given key in the cache, if
| chore(cache): remove comment code | null | datafuselabs/databend | Apache License 2.0 | Rust |
@@ -8,7 +8,8 @@ DEPRECATED_PACKAGES="@ciscospark/storage-adapter-session-storage \
@ciscospark/sparkd \
@ciscospark/recipe-private-web-client \
@ciscospark/test-helper-mock-socket \
- @ciscospark/test-helper-server"
+ @ciscospark/test-helper-server \
+ @ciscospark/storage-adapter-local-forage"
PACKAGES=$(echo packages/... | chore(storage-adapter-local-forage): deprecate package in linter | null | webex/webex-js-sdk | MIT License | Shell |
+# [START bigquery_simple_app_all]
<?php
+# [START_EXCLUDE]
/**
* Copyright 2016 Google Inc.
*
*
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/main/bigquery/api/README.md
*/
+# [END_EXCLUDE]
-# [START bigquery_simple_app_all]
require __DIR__ . '/vendor/autoload.php';
# [START bigquery_simple_app_d... | chore(bigquery): show php tag in quickstart sample | null | googlecloudplatform/php-docs-samples | Apache License 2.0 | PHP |
@@ -15,7 +15,7 @@ public struct BLIKDetails: PaymentMethodDetails {
/// The telephone number.
public let blikCode: String
- /// Initializes the MB Way details.
+ /// Initializes the BLIK payment details.
///
///
/// - Parameters:
| chore: update meta-docs | null | adyen/adyen-ios | MIT License | Swift |
@@ -12,3 +12,15 @@ public let kPlaybackNotSupportedMessage = "playbackNotSupportedMessage"
public let kMimeType = "mimeType"
public let kDefaultSubtitle = "defaultSubtitle"
public let kDefaultAudioSource = "defaultAudioSource"
+
+struct OptionsWrapper {
+ let options: Options
+
+ var fullscreenControledByApp: Bool {
+ ... | chore: add optionsWrapper thats reads options | null | clappr/clappr-ios | BSD 3-Clause New or Revised License | Swift |
package region
import (
+ "os"
"strings"
)
@@ -85,6 +86,27 @@ func Parse(r string) (Name, error) {
func Get(r Name) (*Region, error) {
if reg, ok := Regions[r]; ok {
ret := *reg // Make a copy
+ if val := os.Getenv("NEWRELIC_INFRASTRUCTURE_BASE_URL"); val != "" {
+ ret.infrastructureBaseURL = val
+ }
+ if val := os.Get... | chore(region): add optional override of base URL through env var | null | newrelic/newrelic-client-go | Apache License 2.0 | Go |
@@ -128,7 +128,6 @@ internal class BasePickerInputControl: UIControl, PickerTextInputControl {
stackView.isUserInteractionEnabled = false
addSubview(stackView)
- stackView.translatesAutoresizingMaskIntoConstraints = false
stackView.adyen.anchor(inside: self, with: .init(top: 0, left: 0, bottom: -1, right: -6))
}
| chore: Remove translatesAutoresizingMaskIntoConstraints flag from stack view | null | adyen/adyen-ios | MIT License | Swift |
@@ -106,7 +106,6 @@ pub type DefaultVaultId<T> = VaultId<<T as frame_system::Config>::AccountId, Cur
pub type DefaultVaultCurrencyPair<T> = VaultCurrencyPair<CurrencyId<T>>;
#[derive(Encode, Decode, Clone, PartialEq, Eq, Debug, Default)]
-#[cfg_attr(feature = "std", derive(serde::Serialize, serde::Deserialize))]
pub st... | chore: remove serialization on Vault | null | interlay/interbtc | Apache License 2.0 | Rust |
@@ -41,8 +41,8 @@ export const fetchDateChartCache = (key: string) => {
if (!cacheKey) return null
const storeTime = Number(cacheKey.substring(cacheKey.indexOf('&') + 1))
const now = new Date(getCSTTime()) // current CST time
- // Chart data will be updated at 0:05(CST) every day
- const dataUpdateTime = new Date(now.g... | chore: Update chart cache time | null | nervosnetwork/ckb-explorer-frontend | MIT License | TypeScript |
@@ -9,6 +9,13 @@ if [ "$ok" != "y" ] && [ "$ok" != "Y" ] && [ "$ok" != "yes" ]; then
exit 1
fi
+# make sure docker daemon is running
+docker ps > /dev/null 2>&1
+if [ $? -ne 0 ]; then
+ echo "Docker daemon must be running"
+ exit 1
+fi
+
if [ ! -z "$(git status --porcelain)" ]; then
echo "The git workspace must be clea... | chore: ensure docker daemon is running during release | null | dopplerhq/cli | Apache License 2.0 | Shell |
@@ -38,7 +38,11 @@ const key = process.env.XIVAPI_KEY;
const stopInterval$ = emptyQueue$.pipe(
distinctUntilChanged(),
debounceTime(30000),
- filter(empty => empty)
+ filter(empty => empty),
+ tap(() => {
+ Object.values(barsRegistry).forEach(bar => bar.stop());
+ console.log('All done !');
+ })
);
interval(key ? 50 : ... | chore: small tooling help | null | ffxiv-teamcraft/ffxiv-teamcraft | MIT License | JavaScript |
@@ -127,7 +127,7 @@ export const query = graphql`
allCovidLtcFacilities(
sort: { fields: name }
filter: {
- state: { eq: "CA" }
+ state: { eq: $state }
resident_positive: { gt: 0 }
resident_deaths: { gt: 0 }
}
| chore: Hard-coded state code | null | covid19tracking/website | Apache License 2.0 | JavaScript |
@@ -13,7 +13,9 @@ import com.raizlabs.android.dbflow.structure.ModelAdapter;
import com.raizlabs.android.dbflow.structure.database.DatabaseWrapper;
import org.fossasia.openevent.app.data.models.Attendee;
+import org.fossasia.openevent.app.data.models.Copyright;
import org.fossasia.openevent.app.data.models.Event;
+impo... | chore: Migrate Database to Version 9 | null | fossasia/open-event-organizer-android | Apache License 2.0 | Java |
@@ -75,7 +75,7 @@ static void backlight_save_work_handler(struct k_work *work) {
settings_save_one("backlight/state", &state, sizeof(state));
}
-static K_DELAYED_WORK_DEFINE(backlight_save_work, backlight_save_work_handler);
+static struct k_work_delayable backlight_save_work;
#endif
static int zmk_backlight_init(const... | chore(lighting): fix deprecation | null | zmkfirmware/zmk | MIT License | C |
@@ -25,7 +25,7 @@ use Google\Cloud\StorageTransfer\V1\TransferSpec;
use Google\Cloud\StorageTransfer\V1\GcsData;
/**
- * Creates and runs a tranfser job between two GCS buckets
+ * Creates and runs a transfer job between two GCS buckets
*
* @param string $projectId Your Google Cloud project ID.
* @param string $sourceG... | chore: [StorageTransfer] fix typo | null | googlecloudplatform/php-docs-samples | Apache License 2.0 | PHP |
@@ -29,6 +29,7 @@ import org.json.JSONObject
import org.junit.Assert.assertNotNull
import org.junit.Assert.assertTrue
import org.junit.Before
+import org.junit.Ignore
import org.junit.Test
/**
@@ -82,6 +83,7 @@ class MapsApiTest {
*
* @throws GeoException will be thrown due to service exception.
*/
+ @Ignore("Fails ran... | chore(geo): ignore failing test | null | aws-amplify/amplify-android | Apache License 2.0 | Kotlin |
module.exports = ({ name, source }) => {
if (name) return name;
- return source.match(/pages\/([^/]*)/)[1].toLocaleLowerCase();
+ // pages/Home/index => pages_Home_index
+ return source.replace(/\//g, '_');
};
| chore: optimize dynamic import chunk name | null | alibaba/ice | MIT License | JavaScript |
@@ -64,7 +64,7 @@ check() {
cp ${BUILD_GOPATH}/bin/golint ${BUILD_GOPATH}/)
echo "CHECK: golint, check code style"
- result=`go list ./... | grep -vE "${exclude}" | xargs golint`
+ result=`go list ./... | grep -vE "${exclude}" | sed 's/^_//' | xargs golint`
[ ${#result} -gt 0 ] && (echo "${result}" && false)
# go vet c... | chore: remove the starting '_' of go list outputs | null | dragonflyoss/dragonfly | Apache License 2.0 | Shell |
@@ -90,7 +90,7 @@ const FacilityDetails = ({ facility }) => (
</div>
)
-const SearchForm = ({ setSearchQuery }) => {
+const SearchForm = ({ hasFacilities, setSearchQuery }) => {
const [search, setSearch] = useState(false)
return (
<Form
@@ -106,7 +106,12 @@ const SearchForm = ({ setSearchQuery }) => {
<Input
type="text... | chore: Disable facility form if no facilities exist | null | covid19tracking/website | Apache License 2.0 | JavaScript |
@@ -208,7 +208,9 @@ export default class TerraWalletProvider extends WalletProvider {
let taxFee
if (this._stableFee) {
- taxFee = new BigNumber((await this.getTaxFees(value.toNumber() / 1_000_000, this._feeAsset, false)) * 1_000_000)
+ const _value = value.toNumber() / 1_000_000
+ const taxFees = await this.getTaxFees... | chore: simplify math | null | liquality/chainabstractionlayer | MIT License | TypeScript |
@@ -29,7 +29,8 @@ readonly BUILD_DIR='build'
# Q3 2021 6.20210701.0 808807 (late-quarter goog.module conversion)
# Q4 2021 7.20211209.0-beta.0 920002
# Q4 2021 7.20211209.0 929665
-readonly BLOCKLY_SIZE_EXPECTED=929665
+# Q2 2022 8.0.0 928056
+readonly BLOCKLY_SIZE_EXPECTED=928056
# Size of blocks_compressed.js
# Q2 20... | chore: Update sizes in check_metadata.sh | null | google/blockly | Apache License 2.0 | Shell |
@@ -7,6 +7,7 @@ mod visited_relation;
use super::constraint_namespace::ConstraintName;
use crate::datamodel_connector::{walker_ext_traits::*, Connector, ConnectorCapability, RelationMode};
use crate::{diagnostics::DatamodelError, validate::validation_pipeline::context::Context};
+use indoc::indoc;
use itertools::Iterto... | chore: address review nit | null | prisma/prisma-engines | Apache License 2.0 | Rust |
@@ -41,7 +41,7 @@ describe('Dashboard', () => {
cy.getByTestID('dashboard-card').should('contain', newName)
})
- it('can create and destroy cells & toggle in and out of presentation mode', () => {
+ it('can create, clone and destroy cells & toggle in and out of presentation mode', () => {
cy.get('@org').then(({id: orgI... | chore(clone-cell-test): added an e2e test for cloning cells | null | influxdata/influxdb | MIT License | TypeScript |
*/
package org.camunda.bpm.engine.test.persistence;
+import static org.assertj.core.api.Assertions.assertThat;
+import static org.assertj.core.api.Assertions.catchThrowable;
+import static org.camunda.bpm.engine.authorization.Authorization.AUTH_TYPE_GRANT;
+import static org.camunda.bpm.engine.impl.util.ExceptionUtil.P... | chore(engine): fix unstable history tests in the assembly build | null | camunda/camunda-bpm-platform | Apache License 2.0 | Java |
@@ -10,6 +10,36 @@ import AdyenCard
import AdyenComponents
import UIKit
+internal class BACSDirectDebitPresentationManager: PresentationDelegate {
+
+ // MARK: - Properties
+
+ private let bacsComponent: BACSDirectDebitComponent
+
+ private var navigationController: UINavigationController? {
+ bacsComponent.viewControl... | chore: BACS component as standalone with presentation delegate | null | adyen/adyen-ios | MIT License | Swift |
@@ -15,7 +15,7 @@ git clone -b branch-2.13 --depth=1 https://github.com/openvswitch/ovs.git
cd ovs
# change compact interval to reduce resource usage
curl https://github.com/alauda/ovs/commit/238003290766808ba310e1875157b3d414245603.patch | git apply
-sed -i 's/2.13.1/2.13.0/g' configure.ac
+sed -i 's/2.13.2/2.13.1/g' ... | chore: fix patch failure | null | kubeovn/kube-ovn | Apache License 2.0 | Shell |
@@ -32,7 +32,7 @@ class DictCompiler {
};
RIME_API explicit DictCompiler(Dictionary *dictionary);
- virtual ~DictCompiler();
+ RIME_API virtual ~DictCompiler();
RIME_API bool Compile(const string &schema_file);
void set_options(int options) { options_ = options; }
| chore(dict_compoiler): fix link error in rime_test on windows | null | rime/librime | BSD 3-Clause New or Revised License | C |
@@ -117,4 +117,8 @@ extension AWSCognitoAuthPlugin: AuthCategoryBehavior {
fatalError("Not implemented")
}
+ public func deleteUser(listener: AuthDeleteUserOperation.ResultListener?) -> AuthDeleteUserOperation {
+ fatalError("Not implemented")
+ }
+
}
| chore: fix build failure with rebase main | null | aws-amplify/amplify-ios | Apache License 2.0 | Swift |
@@ -55,6 +55,15 @@ public class SpringExpressionManager extends ExpressionManager {
this.applicationContext = applicationContext;
}
+ /**
+ * @param applicationContext
+ * the applicationContext to use.
+ * @see #SpringExpressionManager(ApplicationContext, Map)
+ */
+ public SpringExpressionManager(ApplicationContext a... | chore(spring): add additional constructor to SpringExpressionManager | null | camunda/camunda-bpm-platform | Apache License 2.0 | Java |
@@ -286,6 +286,7 @@ if [[ -z $SKIP_AWS_PUBLISH_LAYER ]]; then
echo " - publishing to region $region:"
# See https://docs.aws.amazon.com/cli/latest/reference/lambda/publish-layer-version.html for documentation.
+ # NOTE: --compatible-architectures $LAMBDA_ARCHITECTURE is not working in all regions.
lambda_layer_version=... | chore: removed --compatible-architectures from publish layer script | null | instana/nodejs-sensor | MIT License | Shell |
@@ -47,7 +47,7 @@ case "$JOB" in
;;
"deploy")
# we never deploy on Pull requests, so it's safe to skip the build here
- if [[ $TRAVIS_PULL_REQUEST != 'false' ]]; then
+ if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then
grunt package
grunt compress:firebaseCodeDeploy
else
| chore(travis): actually skip build on deployment job when from Pull Request | null | angular/angular.js | MIT License | Shell |
@@ -227,6 +227,8 @@ export class PublicKey extends Struct {
/**
* Async version of findProgramAddressSync
* For backwards compatibility
+ *
+ * @deprecated Use {@link findProgramAddressSync} instead
*/
static async findProgramAddress(
seeds: Array<Buffer | Uint8Array>,
| chore: deprecate PublicKey.findProgramAddress | null | solana-labs/solana-web3.js | MIT License | TypeScript |
@@ -65,13 +65,13 @@ clusters:
- discount_strategy: spot_max_price
instance_types: ["m4.large", "m5.large", "m5.xlarge", "m4.xlarge"]
name: default-worker-splitaz
- profile: worker-splitaz
+ profile: worker-ubuntu-splitaz
min_size: 3
max_size: 21
- discount_strategy: spot_max_price
instance_types: ["m4.large", "m5.large... | chore: run e2e tests against ubuntu workers only | null | zalando-incubator/kubernetes-on-aws | MIT License | Shell |
@@ -235,7 +235,8 @@ public class ApplicationPageServiceCEImpl implements ApplicationPageServiceCE {
@Override
public Mono<PageDTO> getPageByBranchAndDefaultPageId(String defaultPageId, String branchName, boolean viewMode) {
- AclPermission permission = viewMode ? pagePermission.getReadPermission() : pagePermission.getE... | chore: Fetch pages in editor with READ permissions | null | appsmithorg/appsmith | Apache License 2.0 | Java |
@@ -20,5 +20,9 @@ $ROOT_NM/.bin/node-sass-chokidar \
# in source maps, paths to blueprint packages should be direct, rather than
# going through node_modules. https://github.com/palantir/blueprint/issues/3500
if [[ -d $OUTPUT ]]; then
+ if [[ $OSTYPE == 'darwin'* ]]; then
+ sed -i '' 's/..\/node_modules\/@blueprintjs\/... | chore: Fix sass compile script for OS X | null | palantir/blueprint | Apache License 2.0 | Shell |
@@ -14,7 +14,10 @@ fileprivate let datetimePattern = "[0-9]{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[
fileprivate let uriPattern = "(([^:?#]+):)?(([^?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?"
/// Sign-In with Ethereum protocol and parser implementation.
-/// [EIP-4361](https://eips.ethereum.org/EIPS/eip-4361)
+/// EIP-4361:
+... | chore: added link to GitHub file | null | skywinder/web3swift | Apache License 2.0 | Swift |
@@ -806,7 +806,7 @@ var _ = Describe("Multi-ports service", func() {
var lb *network.LoadBalancer
//wait for backend update
- err = wait.PollImmediate(5*time.Second, 60*time.Second, func() (bool, error) {
+ err = wait.PollImmediate(5*time.Second, 2*time.Minute, func() (bool, error) {
lb = getAzureLoadBalancerFromPIP(tc... | chore: increase the timeout in an e2e test | null | kubernetes-sigs/cloud-provider-azure | Apache License 2.0 | Go |
@@ -601,6 +601,7 @@ impl MetaGrpcClient {
}
async fn auto_sync_endpoints(self: Arc<Self>, mut cancel_tx: OneSend<()>) {
+ debug!("start auto sync endpoints");
if let Some(interval) = self.auto_sync_interval {
loop {
select! {
| chore: add log about auto sync started | null | datafuselabs/databend | Apache License 2.0 | Rust |
<?php
namespace Podlove\Template;
+
use \Podlove\Model;
/**
@@ -11,9 +12,9 @@ use \Podlove\Model;
* @param string $html HTML string
* @param array $vars optional map of template variables
*/
-class TwigFilter {
-
- public static $template_tags = array(
+class TwigFilter
+{
+ public static $template_tags = [
'is_archive... | chore: update deprecated Twig functions | null | podlove/podlove-publisher | MIT License | PHP |
@@ -10,7 +10,7 @@ fi
set -ev # exit when error
VERSION=`cat package.json | json version`
-JSDELIVER_URL="http://cdn.jsdelivr.net/instantsearch.js/$VERSION/instantsearch.min.js"
+JSDELIVER_URL="https://cdn.jsdelivr.net/npm/instantsearch.js@$VERSION/dist/instantsearch.min.js"
while true; do
STATUS=$(curl -L -I $JSDELIVER... | chore(ci): update jsDeliver url check | null | algolia/instantsearch.js | MIT License | Shell |
@@ -44,7 +44,6 @@ JSClassID ExecutionContextGCTracker::contextGcTrackerClassId{0};
ExecutionContext::ExecutionContext(int32_t contextId, const JSExceptionHandler& handler, void* owner)
: contextId(contextId), _handler(handler), owner(owner), ctxInvalid_(false), uniqueId(context_unique_id++) {
// @FIXME: maybe contextId... | chore: remove log | null | openkraken/kraken | Apache License 2.0 | C++ |
@@ -156,8 +156,8 @@ public class VaadinSavedRequestAwareAuthenticationSuccessHandler
* @param response
* the response
* @param authentication
- * the <tt>Authentication</tt> object which was created during
- * the authentication process.
+ * the <code>Authentication</code> object which was created
+ * during the authen... | chore: Use <code> tag rather than <tt> in javadoc | null | vaadin/flow | Apache License 2.0 | Java |
@@ -13,7 +13,7 @@ extern "C" {
#include <libswscale/swscale.h>
}
namespace Cicada {
- class pixelBufferConvertor {
+ class CICADA_CPLUS_EXTERN pixelBufferConvertor {
public:
pixelBufferConvertor();
~pixelBufferConvertor();
| chore(pixelConvertor): extern for filter use | null | alibaba/cicadaplayer | MIT License | C |
@@ -5,9 +5,19 @@ export interface IndexProps {
}
function IndexBase({ className }: IndexProps) {
- return <div className={className}>...</div>;
+ return <div className={className}>
+ Better Savings
+ </div>;
}
export const Index = styled(IndexBase)`
- // TODO
+ height: 100vh;
+
+ background-color: #000000;
+ color: #ff... | chore: boot landing page build | null | anchor-protocol/anchor-web-app | Apache License 2.0 | TypeScript |
@@ -73,7 +73,7 @@ class DavisKingScheduler(object):
# initialize optimizer learning rate
if learning_rate is None:
lrs = [g['lr'] for g in self.optimizer.param_groups]
- if isinstance(learning_rate, (list, tuple)):
+ elif isinstance(learning_rate, (list, tuple)):
lrs = learning_rate
else:
lrs = [learning_rate] * len(se... | chore: improve logic | null | pyannote/pyannote-audio | MIT License | Python |
@@ -126,6 +126,8 @@ class AfterLoadingPageState extends State<AfterLoadingPage>
duration: const Duration(milliseconds: 250),
curve: Curves.easeInOut,
);
+ var controller = PrimaryScrollController.of(context);
+ controller?.jumpTo(0);
},
items: <BottomNavigationBarItem>[
if (!Settings.liteMode) buildItem(MdiIcons.home, ... | chore: scroll to top when tap BottomNav icon | null | project-violet/violet | Apache License 2.0 | Dart |
@@ -76,7 +76,8 @@ const HomePage = () => {
liClasses=""
linkClasses={`
bg-neutral bg-opacity-80 py-4 px-8 lg:px-12 rounded-lg
- text-lg lg:text-2xl text-secondary-content
+ text-lg lg:text-2xl
+ text-secondary
hover:text-secondary-focus hover:cursor-pointer
flex flex-col items-center capitalize`}
/>
@@ -175,11 +176,12 ... | chore(dev): Homepage tweaks | null | freesewing/freesewing | MIT License | JavaScript |
@@ -157,13 +157,16 @@ func TestWriteTCP(t *testing.T) {
wg.Add(1)
address := make(chan string, 1)
errs := make(chan error)
+ fmt.Println("test: staring TCP server")
go TCPServer(t, &wg, tt.tlsServerConfig, address, errs)
require.NoError(t, <-errs)
i := tt.instance
i.Servers = []string{fmt.Sprintf("tcp://%s", <-address)... | chore: add logging to graylog tests | null | influxdata/telegraf | MIT License | Go |
@@ -59,23 +59,6 @@ limitations under the License.
#define SOCK_NONBLOCK 0
#endif
-struct gaicb_free
-{
- void operator() (struct gaicb **reqs) const
- {
- if(reqs[0]->ar_result)
- {
- freeaddrinfo(reqs[0]->ar_result);
- }
- if(reqs[0]->ar_name)
- {
- free((void*)reqs[0]->ar_name);
- }
- free(reqs[0]);
- free(reqs);
- }... | chore(userspace/libsinsp): cleaning old dns resolution cleanup logic | null | draios/sysdig | Apache License 2.0 | C |
# (https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/) is recommended.
# Set variables based on the order for GitHub Actions, or the env value for other CIs
-tfjson=${1:-$tfjson}
-tfplan=${2:-$tfplan}
-use_tfstate=${3:-$use_tfstate}
-tfdir=${4:-$tfdir}
-tfflags=${5:-$tfflags}
+terraform_json_file=${1:-$t... | chore(ci): rename CI script vars | null | infracost/infracost | Apache License 2.0 | Shell |
@@ -187,6 +187,15 @@ class UsersController extends Controller
], 'yaml')
);
+ // Set Default API's tokens
+ $custom_flextype_settings_file_path = PATH['config']['site'] . '/settings.yaml';
+ $custom_flextype_settings_file_data = $this->parser->decode(Filesystem::read($custom_flextype_settings_file_path), 'yaml');
+
+ $... | chore(admin-plugin): set default API's tokens on user installation process | null | flextype/flextype | MIT License | PHP |
@@ -45,7 +45,7 @@ func (c badMessageError) Error() string {
case codeIncorrectServerSalt:
return "incorrect server salt"
default:
- return fmt.Sprintf("rpc error code %d", c.Code)
+ return fmt.Sprintf("bad msg error code %d", c.Code)
}
}
| chore: distinguish rpc and bad msg errors | null | gotd/td | MIT License | Go |
@@ -5,7 +5,8 @@ import {WALLET_VERSION} from './version';
export function createLogger(config: ServerWalletConfig): pino.Logger {
const destination =
- config.loggingConfiguration.logDestination?.toLocaleLowerCase() !== 'console'
+ config.loggingConfiguration.logDestination &&
+ config.loggingConfiguration.logDestinati... | chore: fix logger create logic | null | statechannels/statechannels | MIT License | TypeScript |
@@ -22,11 +22,11 @@ const detectNewline = (string) => {
return;
}
- const crlf = newlines.filter(newline => newline === '\r\n').length;
+ const crlf = newlines.filter((newline) => newline === '\r\n').length;
const lf = newlines.length - crlf;
return crlf > lf ? '\r\n' : '\n';
-}
+};
/**
@@ -84,11 +84,11 @@ class ExecRe... | chore: linting fxsConfigHelper | null | tabarra/txadmin | MIT License | JavaScript |
@@ -244,7 +244,7 @@ class SMTPServer:
except _socket.error as e:
# Invalid mail server -- due to refusing connection
- frappe.msgprint(_('Invalid Outgoing Mail Server or Port <br> {}').format(frappe.get_traceback()))
+ frappe.msgprint(_('Invalid Outgoing Mail Server or Port'))
traceback = sys.exc_info()[2]
raise_(frapp... | chore(revert): show traceback on smtp error | null | frappe/frappe | MIT License | Python |
@@ -323,7 +323,11 @@ def jsonify_python_specific_types(value: Dict[str, Any]) -> Dict[str, Any]:
def make_positive_strategy(
- schema: Dict[str, Any], operation_name: str, location: str, media_type: Optional[str]
+ schema: Dict[str, Any],
+ operation_name: str,
+ location: str,
+ media_type: Optional[str],
+ custom_for... | chore: Pass custom formats to strategy factories | null | schemathesis/schemathesis | MIT License | Python |
#!/usr/bin/env bash
-if [ -z "$OCKAM_ROOT" ]
+if [ -z "$OCKAM_HOME" ]
then
- echo "Please set the OCKAM_ROOT environment variable to the ockam repository root directory."
+ echo "Please set the OCKAM_HOME environment variable to the ockam repository root directory."
exit 0
fi
-pushd $OCKAM_ROOT/implementations/rust/ock... | chore(rust): fix version script | null | ockam-network/ockam | Apache License 2.0 | Shell |
@@ -15,14 +15,6 @@ defmodule Logflare.Application do
}
def start(_type, _args) do
- # Database options for Postgres notifications
- hostname = '#{Application.get_env(:logflare, Logflare.Repo)[:hostname]}'
- username = Application.get_env(:logflare, Logflare.Repo)[:username]
- password = Application.get_env(:logflare, L... | chore: organized application children, removed :goth from test children | null | logflare/logflare | Apache License 2.0 | Elixir |
@@ -42,7 +42,7 @@ async function buildFile({src, dist}) {
await mkdirp(path.dirname(dist));
debug(`writing ${dist}`);
await fs.writeFile(dist, code);
- await fs.writeFile(`${dist}.map`, map);
+ await fs.writeFile(`${dist}.map`, JSON.stringify(map));
debug(`wrote ${dist}`);
}
| chore(tooling): stringify map files before writing them | null | webex/webex-js-sdk | MIT License | JavaScript |
@@ -13,7 +13,7 @@ declare namespace stringify {
type RowDelimiter = string | 'auto' | 'unix' | 'mac' | 'windows' | 'ascii' | 'unicode'
- type Cast<T> = (value: T, CastingContext) => string
+ type Cast<T> = (value: T, context: CastingContext) => string
type PlainObject<T> = Record<string, T>
| chore(csv-stringify): Fix casting context missing type | null | adaltas/node-csv | MIT License | TypeScript |
@@ -5,7 +5,6 @@ import android.os.Bundle
import android.support.v4.content.ContextCompat
import android.view.Gravity
import android.view.View
-import android.view.ViewGroup
import android.widget.ImageView
import android.widget.LinearLayout
import com.jakewharton.picasso.OkHttp3Downloader
| chore(poster): remove unnecessary import | null | clappr/clappr-android | BSD 3-Clause New or Revised License | Kotlin |
@@ -84,11 +84,6 @@ func (s *Service) FindUserResourceMappings(ctx context.Context, filter platform.
return mappings, len(mappings), nil
}
-// TODO(jm): remove this once etcd is no longer using it
-func (s *Service) FindManyUserResourceMappings(ctx context.Context, filter platform.UserResourceMappingFilter, opt ...platf... | chore(inmem): remove unused u/r mapping function | null | influxdata/influxdb | MIT License | Go |
@@ -35,4 +35,8 @@ mv ${outdir}/dist ${scriptdir}/dist
# so this module will also work as a local dependency (e.g. for modules under @monocdk-experiment/*).
rm -fr ${scriptdir}/staging
mv ${unpacked} ${scriptdir}/staging
+
+# move .jsii to package root, where our build tools, etc... will look for it.
+# this is needed b... | chore: add missing comment in monocdk build.sh | null | aws/aws-cdk | Apache License 2.0 | Shell |
@@ -50,12 +50,12 @@ class MalDisplaySortTests {
}
@Test
- @Ignore
+ @Ignore("Not yet implemented")
fun sortByDefault() {
}
@Test
- @Ignore
+ @Ignore("Not yet implemented")
fun sortByTitle() {
val models = listOf(
getMalimeModel(seriesId = 0, title = "B", type = ItemType.Anime),
@@ -67,34 +67,36 @@ class MalDisplaySortT... | chore: fix some of the maldisplaysort tests | null | chesire/nekome | Apache License 2.0 | Kotlin |
@@ -7,7 +7,7 @@ set -eo pipefail
if ! which goreleaser >/dev/null; then
echo "+ Installing goreleaser..."
- go install github.com/goreleaser/goreleaser@v0.173.2
+ go install github.com/goreleaser/goreleaser@v1.1.0
fi
export ENV="${ENV:-dev}"
@@ -40,7 +40,9 @@ if [ "$CI" != true ]; then
fi
if [ "$CI" == true ] && [ "$CM... | chore: update goreleaser version | null | cloudskiff/driftctl | Apache License 2.0 | Shell |
@@ -244,7 +244,7 @@ async fn init_new_cluster(
let cmd: Cmd = Cmd::AddNode {
node_id: node.0,
node: node.1,
- overriding: false,
+ overriding: true,
};
let entry: Entry<LogEntry> = Entry::<LogEntry> {
| chore(metactl): when initializing cluster during restoring, force overriding Node with overriding=true | null | datafuselabs/databend | Apache License 2.0 | Rust |
@@ -275,6 +275,7 @@ public class HistoricProcessInstanceDurationReportTest extends PluggableProcessE
DurationReportResultAssertion assertion = createReportScenario()
.periodUnit(QUARTER)
.startAndCompleteProcessInstance("process", 2016, 0, 15, 10, 0) // 15.01.2016 10:00
+ .startAndCompleteProcessInstance("process", 201... | chore(duration report): adjust testcase | null | camunda/camunda-bpm-platform | Apache License 2.0 | Java |
@@ -13,6 +13,7 @@ import org.camunda.bpm.engine.impl.util.ClockUtil;
import org.camunda.bpm.engine.runtime.Job;
import java.util.Calendar;
+import java.util.Date;
import java.util.List;
/**
@@ -78,6 +79,7 @@ public class ConcurrentProcessEngineJobExecutorHistoryCleanupJobTest extends Con
return null;
}
});
+ ClockUtil.... | chore(test): reset time after test | null | camunda/camunda-bpm-platform | Apache License 2.0 | Java |
@@ -25,7 +25,6 @@ defmodule Ash.Resource.Transformers.DefaultPrimaryKey do
else
case Transformer.build_entity(@extension, [:attributes], :uuid_primary_key,
name: :autogenerated_id,
- type: Ash.Type.UUID,
private?: true
) do
{:ok, attribute} ->
| chore: remove unnecessary change | null | ash-project/ash | MIT License | Elixir |
@@ -51,7 +51,7 @@ func init() {
streamCmd.Flags().IntVarP(&numVersions, "num_versions", "", 0,
"Option to configure the maximum number of versions per key. "+
"Values <= 0 will be considered to have the max number of versions.")
- streamCmd.Flags().Uint32VarP(&compressionType, "compression", "", 0,
+ streamCmd.Flags().... | chore(cmd/stream): Default to snappy for compression flag | null | dgraph-io/badger | Apache License 2.0 | Go |
@@ -149,16 +149,16 @@ export default class Test implements ITest {
looper: Looper,
browser: BrowserInterface,
): Promise<boolean> {
- if (!this.recoverySteps[step.name]) return false
- let { iteration } = this.recoverySteps[step.name]
- const { recoveryStep, loopCount } = this.recoverySteps[step.name]
+ const stepRecov... | chore: fix setting `recoveryTries` does not work | null | flood-io/element | Apache License 2.0 | TypeScript |
+defmodule Ash.Test.Actions.BelongsToTest do
+ @moduledoc false
+ use ExUnit.Case, async: true
+
+ defmodule UpdateReviewFields do
+ use Ash.Resource.Change
+
+ def init(_), do: {:ok, []}
+
+ def change(changeset, _opts, _) do
+ Ash.Changeset.before_action(changeset, fn changeset ->
+ case Ash.Changeset.get_attribute(c... | chore: Failing test for updating a relation in a change | null | ash-project/ash | MIT License | Elixir |
@@ -102,13 +102,22 @@ export class UUIAvatarElement extends LitElement {
private createInitials(name: string) {
let initials = '';
- if (name) {
- const words = name.match(/(\w+)/g) || [];
+ if (!name) {
+ return initials;
+ }
+
+ const words = name.match(/(\w+)/g);
+
+ if (!words?.length) {
+ return initials;
+ }
+
in... | chore(uui-avatar): update code from typescript 4.8 to 4.9 | null | umbraco/umbraco.ui | MIT License | TypeScript |
@@ -18,8 +18,6 @@ package org.camunda.bpm.engine.test.api.mgmt;
import static org.assertj.core.api.Assertions.assertThat;
-import java.util.List;
-
import org.camunda.bpm.engine.EntityTypes;
import org.camunda.bpm.engine.HistoryService;
import org.camunda.bpm.engine.IdentityService;
@@ -96,15 +94,14 @@ public class Lic... | chore(test): Don't assume order of operation log entries in Test | null | camunda/camunda-bpm-platform | Apache License 2.0 | Java |
'use strict';
-let checkTableExistence;
-let cleanup;
-
+const checkTableExistence = require('./util').checkTableExistence;
+const cleanup = require('./util').cleanup;
const semver = require('semver');
-const bypassTest = semver.lt(process.versions.node, '10.0.0');
-
-/**
- * We need to add this verification here, or e... | chore: removed node version check in collector/test/tracing/cloud/aws-sdk/v3/dynamodb/test.js | null | instana/nodejs-sensor | MIT License | JavaScript |
@@ -38,7 +38,7 @@ Button.propTypes = {
*/
variant: PropTypes.oneOf(['primary', 'secondary', 'inverted']),
/**
- * The label. It can include the `A11yContent` component.
+ * The label. It can include the `A11yContent` component or strings.
*/
children: or([PropTypes.string, componentWithName('A11yContent')]).isRequired,... | chore(core-button): add documentation to children prop | null | telus/tds-core | MIT License | JavaScript |
@@ -125,7 +125,7 @@ const params: UseUserShippingFactoryParams<any> = {
addresses.sort(sortDefaultAtTop);
}
- return Promise.resolve({});
+ return Promise.resolve(addresses);
}
};
| chore: customized useUserShipping for new signature | null | vuestorefront/vue-storefront | MIT License | TypeScript |
@@ -29,7 +29,7 @@ prev_plugin_dir="$prev_build_dir/plugins"
# Avalabs docker hub
# avaplatform/avalanchego - defaults to local as to avoid unintentional pushes
# You should probably set it - export DOCKER_REPO='avaplatform/avalanchego'
-avalanchego_dockerhub_repo=${DOCKER_REPO:-"local"}
+avalanchego_dockerhub_repo=${DO... | chore: precise naming | null | ava-labs/avalanchego | BSD 3-Clause New or Revised License | Shell |
@@ -33,17 +33,17 @@ function WalletConnectedProviders({ children }: { children: ReactNode }) {
const addressProvider = useMemo<AddressProvider>(() => {
// TODO create address provider by wallet info
return new AddressProviderFromJson({
- bLunaHub: 'terra10v2xm8wg8462sp8pukc5thc8udxtz6g0f9pym5',
- bAssetToken: 'terra1gq... | chore(webapp): update contract addresses | null | anchor-protocol/anchor-web-app | Apache License 2.0 | TypeScript |
@@ -12,7 +12,7 @@ else
echo "##vso[task.setvariable variable=COVERAGE_DIFF;]+:*.$COV_CLASSES"
echo "##vso[task.setvariable variable=CODE_COVERAGE_TOOL_OPTION;]JaCoCo"
- IS_FORK=$(curl https://api.github.com/repos/questdb/questdb/pulls/$1/files -s | grep -e "\"fork\": true")
+ IS_FORK=$(curl https://api.github.com/repos... | chore(ci): fix github PR endpoint URL | null | questdb/questdb | Apache License 2.0 | Shell |
+/*
+Copyright 2019-2020 vChain, Inc.
+
+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 agreed to in writing,... | chore: restore inmemory_cache test | null | codenotary/immudb | Apache License 2.0 | Go |
@@ -180,7 +180,7 @@ func NewImmuServiceClientMock() *ImmuServiceClientMock {
return &schema.UseDatabaseReply{}, nil
},
CreateDatabaseF: func(ctx context.Context, in *schema.Database, opts ...grpc.CallOption) (*empty.Empty, error) {
- return nil, nil
+ return &empty.Empty{}, nil
},
CurrentRootF: func(ctx context.Context... | chore(pkg/client/clienttest): add missing method inside service client mock | null | codenotary/immudb | Apache License 2.0 | Go |
@@ -177,6 +177,10 @@ fn build_nodes(initial_cluster: Vec<String>, id: u64) -> anyhow::Result<BTreeMap
nodes.insert(id, node);
}
+ if nodes.is_empty() {
+ return Ok(nodes);
+ }
+
if !nodes.contains_key(&id) {
return Err(anyhow::anyhow!(
"node id ({}) has to be one of cluster member({:?})",
| chore(metactl): fixup: skip membership check if initial_cluster is empty | null | datafuselabs/databend | Apache License 2.0 | Rust |
-/* HOW-TO
-
-Razorpay Payment
-
-1. Include checkout script in your code
- {{ include_script('checkout.bundle.js) }}
-
-2. Create the Order controller in your backend
- def get_razorpay_order(self):
- controller = get_payment_gateway_controller("Razorpay")
-
- payment_details = {
- "amount": 300,
- ...
- "reference_do... | chore: remove razorpay.js | null | frappe/frappe | MIT License | JavaScript |
@@ -210,7 +210,8 @@ module.exports = function gruntConfig(grunt) {
}
grunt.registerTask(`build`, [
- `package-json`,
+ // TODO reenable package-json at some point; perhaps by adding it to deps.js
+ // `package-json`,
`concurrent:build`
]);
| chore(tooling): disable package json sorter | null | webex/webex-js-sdk | MIT License | JavaScript |
@@ -8,37 +8,50 @@ pub use near_primitives_core::runtime::fees::RuntimeFeesConfig;
/// Hash used by a struct implementing the Merkle tree.
#[cfg(not(target_arch = "wasm32"))]
+#[deprecated(since = "4.0.0", note = "Type has no connection with the SDK")]
pub type MerkleHash = CryptoHash;
/// Validator identifier in curren... | chore: deprecate unused types | null | near/near-sdk-rs | Apache License 2.0 | Rust |
@@ -87,7 +87,7 @@ class Colour(commands.Cog):
@colour.command()
async def rgb(self, ctx: commands.Context, red: int, green: int, blue: int) -> None:
"""Command to create an embed from an RGB input."""
- if any(c not in range(0, 256) for c in (red, green, blue)):
+ if any(c not in range(256) for c in (red, green, blue))... | chore: remove 0 from range and change to " | null | python-discord/sir-lancebot | MIT License | Python |
@@ -43,7 +43,9 @@ var _ = BeforeSuite(func() {
err = os.Setenv("DOMAINNAME", domainName)
Expect(err).NotTo(HaveOccurred())
staticPath = "static/index.html"
- sess, err := session.NewSession()
+ sess, err := session.NewSessionWithOptions(session.Options{
+ SharedConfigState: session.SharedConfigEnable,
+ })
Expect(err).... | chore: fix cloudfront e2e again | null | aws/copilot-cli | Apache License 2.0 | Go |
@@ -30,6 +30,8 @@ import io.questdb.cairo.security.AllowAllCairoSecurityContext;
import io.questdb.cairo.sql.BindVariableService;
import io.questdb.cairo.sql.RecordCursorFactory;
import io.questdb.griffin.engine.functions.bind.BindVariableServiceImpl;
+import io.questdb.log.Log;
+import io.questdb.log.LogFactory;
impor... | chore(core): fixed pseudo memory leak in testQuestDbForLeaks() | null | questdb/questdb | Apache License 2.0 | Java |
@@ -10,7 +10,6 @@ from frappe.core.api.file import get_max_file_size
from frappe.core.doctype.file import remove_file_by_url
from frappe.custom.doctype.customize_form.customize_form import docfield_properties
from frappe.desk.form.meta import get_code_files_via_hooks
-from frappe.integrations.utils import get_payment_g... | chore: remove payment stuff from web form controller class | null | frappe/frappe | MIT License | Python |
@@ -17,14 +17,16 @@ limitations under the License.
package store
import (
- "errors"
+ "google.golang.org/grpc/codes"
+ "google.golang.org/grpc/status"
)
+// immudb errors
var (
- ErrInvalidKey = errors.New("invalid key")
- ErrInvalidKeyPrefix = errors.New("invalid key prefix")
- ErrInvalidOffset = errors.New("invalid ... | chore(pkg/store): switch to gRPC errors with codes | null | codenotary/immudb | Apache License 2.0 | Go |
@@ -26,12 +26,14 @@ private static bool GlobalVisibility
}
private static Action OnUIGlobalVisibilityChanged = () => { };
+ private static Toggle toggle;
private Vector3 currentCharacterPosition;
public UIScreenSpace(ParcelScene scene) : base(scene)
{
DCLCharacterController.OnCharacterMoved += OnCharacterMoved;
+
//Onl... | chore: update UI toggle button to only be visible when player is inside a scene with UI | null | decentraland/explorer | Apache License 2.0 | C# |
@@ -35,11 +35,14 @@ impl Worker {
true
}
_ => {
- eprintln!("unrecognized worker command");
+ eprintln!("unrecognized worker command: {:?}", cmd);
false
}
},
- Err(_) => true,
+ Err(e) => {
+ eprintln!("failed to recv worker rx: {:?}", e);
+ true
+ }
}
}
}
| chore(rust): update error cases to address pr feedback | null | ockam-network/ockam | Apache License 2.0 | Rust |
@@ -116,10 +116,10 @@ def set_route(context):
quoted(context.doc.name))
def prepare_filters(doctype, controller, kwargs):
- import ast
+ import json
for key in kwargs.keys():
try:
- kwargs[key] = ast.literal_eval(kwargs[key])
+ kwargs[key] = json.loads(kwargs[key])
except ValueError:
pass
filters = frappe._dict(kwargs)... | chore: replaced ast.literal_eval with json.loads in prepare filter | null | frappe/frappe | MIT License | Python |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.