hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
9428e6f1f516e061b3d29e89f06ea3b58ce098d3 | diff --git a/multistore.php b/multistore.php
index <HASH>..<HASH> 100644
--- a/multistore.php
+++ b/multistore.php
@@ -12,8 +12,11 @@ foreach ($files as $file) {
}
if (empty($_SERVER['MAGE_RUN_CODE']) && php_sapi_name() === 'cli') {
- $_SERVER['MAGE_RUN_CODE'] = $validStores[readline('Select store (' . implode('... | Handle empty/invalid store responses in CLI | outeredge_magento-base-module | train |
5ecc158aa5b33de68b047fae2055736324b4594c | diff --git a/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/PrimaryTypeNotFoundException.java b/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/PrimaryTypeNotFoundException.java
index <HASH>..<HASH> 100644
--- a/exo.jcr.component.core/src/main/jav... | EXOJCR-<I>: optimisation moved from trunk to OPT | exoplatform_jcr | train |
4f589b2bde7b67c145ec174d34c2d099ebfc55bd | diff --git a/pkg/docker/client.go b/pkg/docker/client.go
index <HASH>..<HASH> 100644
--- a/pkg/docker/client.go
+++ b/pkg/docker/client.go
@@ -110,13 +110,15 @@ func (c *Docker) FindContainers(filter map[string][]string) ([]*Container, error
for _, cc := range l {
glog.V(100).Infoln("Matching", options, "Contain... | Fetch all details about a container when listing | qorio_maestro | train |
80d875e426fb3a9993a08c8f4bab4417241b1d0c | diff --git a/bin/cmd.js b/bin/cmd.js
index <HASH>..<HASH> 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -1,12 +1,12 @@
#!/usr/bin/env node
var argv = require('minimist')(process.argv.slice(2), {
- default: { 'verbose': false },
+ default: { 'verbose': true },
boolean: [ 'verbose', 'snazzy' ]
})
-var chalk = requi... | use term-color for colors and add them by default in cli | mattdesl_standardize | train |
6b4ead655631ecb46faf3541bb7dab0655b0fcd1 | diff --git a/lib/helper/Protractor.js b/lib/helper/Protractor.js
index <HASH>..<HASH> 100644
--- a/lib/helper/Protractor.js
+++ b/lib/helper/Protractor.js
@@ -1130,7 +1130,7 @@ async function proceedIsChecked(assertType, option) {
async function findClickable(matcher, locator) {
locator = new Locator(locator);
i... | Fixing I.click so it accepts an explicit xpath selector. Fixes #<I> (#<I>) | Codeception_CodeceptJS | train |
70606c4f848c0fe35330e6801951b52d992eaa2a | diff --git a/lib/controllers/gchats/botkit/index.js b/lib/controllers/gchats/botkit/index.js
index <HASH>..<HASH> 100644
--- a/lib/controllers/gchats/botkit/index.js
+++ b/lib/controllers/gchats/botkit/index.js
@@ -1,4 +1,5 @@
-var Botkit = require('@abbott-platform/botkit/lib/CoreBot');
+const Botkit = require('@abbot... | Fix: gchats response url | AbbottPlatform_abbott-framework | train |
0800982d578547b85e44186878a9b18a65b69755 | diff --git a/dynamic_dynamodb/aws/dynamodb.py b/dynamic_dynamodb/aws/dynamodb.py
index <HASH>..<HASH> 100644
--- a/dynamic_dynamodb/aws/dynamodb.py
+++ b/dynamic_dynamodb/aws/dynamodb.py
@@ -282,7 +282,7 @@ def update_table_provisioning(
# Make sure we aren't scaling down if we turned off downscaling
if (not ... | I had an or instead of an and, oops | sebdah_dynamic-dynamodb | train |
83afe8cf85be49af16c8e6da7110fb76a38b5843 | diff --git a/pinax/blog/conf.py b/pinax/blog/conf.py
index <HASH>..<HASH> 100644
--- a/pinax/blog/conf.py
+++ b/pinax/blog/conf.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
from django.conf import settings # noqa
from appconf import AppConf | Drop unicode compatibility handling
Python 3 strings are unicode by default | pinax_pinax-blog | train |
3adf11ec67d439205bdc2d7f2d6375435812195a | diff --git a/lib/linux_admin/disk.rb b/lib/linux_admin/disk.rb
index <HASH>..<HASH> 100644
--- a/lib/linux_admin/disk.rb
+++ b/lib/linux_admin/disk.rb
@@ -152,7 +152,7 @@ class LinuxAdmin
end
id = partitions.empty? ? 1 : (partitions.last.id + 1)
- options = parted_options_array('mkpart', '-a opt', ... | Fix issue where Disk.create_partition causes parted to fail
Fixes #<I>
Closes #<I> | ManageIQ_linux_admin | train |
d65a900c0fb32b2132bf24b7fd2dd275fc6c5ed9 | diff --git a/lib/syntax/parse.js b/lib/syntax/parse.js
index <HASH>..<HASH> 100644
--- a/lib/syntax/parse.js
+++ b/lib/syntax/parse.js
@@ -220,7 +220,7 @@ function readKeywordOrFunction(str, start) {
return {
type: sequence ? 'Function' : 'Keyword',
- name: name.toLowerCase(),
+ name: name... | don't lowercase names in syntax AST | csstree_csstree | train |
8926a7c7c791b2ae119979750c017dd1b9c39a60 | diff --git a/builtin/credential/ldap/backend.go b/builtin/credential/ldap/backend.go
index <HASH>..<HASH> 100644
--- a/builtin/credential/ldap/backend.go
+++ b/builtin/credential/ldap/backend.go
@@ -98,6 +98,9 @@ func (b *backend) Login(req *logical.Request, username string, password string)
if err != nil {
retur... | Check for nil connection back from go-ldap, which apparently can happen even with no error
Ping #<I> | hashicorp_vault | train |
d0beb85fd92a7bd60dac214b07c8a421265af0c2 | diff --git a/lib/rambulance/exceptions_app.rb b/lib/rambulance/exceptions_app.rb
index <HASH>..<HASH> 100644
--- a/lib/rambulance/exceptions_app.rb
+++ b/lib/rambulance/exceptions_app.rb
@@ -80,5 +80,7 @@ module Rambulance
rescue NameError
TypeError # Rails 3.2 doesn't know about ActionController::BadReques... | Add the ability to call #exception and #status_in_words in views
This allows us to do:
json.error_message exception.message || "DEFAULT ERROR MESSAGE" | yuki24_rambulance | train |
ec744931bcc1ee6ec3d14b6882e6891139c2e92a | diff --git a/src/core/Core.js b/src/core/Core.js
index <HASH>..<HASH> 100644
--- a/src/core/Core.js
+++ b/src/core/Core.js
@@ -28,7 +28,9 @@ class Uppy {
},
exceedsSize: 'This file exceeds maximum allowed size of',
youCanOnlyUploadFileTypes: 'You can only upload:',
- uppyServerError: '... | Translate internet connection announcements
closes #<I> | transloadit_uppy | train |
c41a286df71e3f53dec63a1d94a914f5721728f1 | diff --git a/lib/Backend/SyliusProductBackend.php b/lib/Backend/SyliusProductBackend.php
index <HASH>..<HASH> 100644
--- a/lib/Backend/SyliusProductBackend.php
+++ b/lib/Backend/SyliusProductBackend.php
@@ -43,7 +43,7 @@ final class SyliusProductBackend implements BackendInterface
$this->localeContext = $local... | Rename getDefaultSections to getSections | netgen-layouts_content-browser-sylius | train |
f8042697b5a5301a490d1b48c396d6238edc7a73 | diff --git a/lib/lhm/table.rb b/lib/lhm/table.rb
index <HASH>..<HASH> 100644
--- a/lib/lhm/table.rb
+++ b/lib/lhm/table.rb
@@ -20,7 +20,7 @@ module Lhm
end
def destination_name
- "lhmd_#{ @name }"
+ "lhmn_#{ @name }"
end
def idx_name(cols) | use naming scheme as in old migrator | soundcloud_lhm | train |
22ee134e94ff22bb6ea144f39eebdaf1ee9da473 | diff --git a/cmd/juju/common/format_test.go b/cmd/juju/common/format_test.go
index <HASH>..<HASH> 100644
--- a/cmd/juju/common/format_test.go
+++ b/cmd/juju/common/format_test.go
@@ -13,6 +13,89 @@ import (
"github.com/juju/juju/cmd/juju/common"
)
+type FormatTimeSuite struct{}
+
+var _ = gc.Suite(&FormatTimeSuite... | FormatTime and FormatTimestamp unit tests
The following just adds some unit tests to common functions that are
used in the status output. This just adds better confidence to whom
use them. | juju_juju | train |
4c7e0b5e58e2d68c9e665759d8dd01f9fd56b6d6 | diff --git a/lib/api-client/resources/history.js b/lib/api-client/resources/history.js
index <HASH>..<HASH> 100644
--- a/lib/api-client/resources/history.js
+++ b/lib/api-client/resources/history.js
@@ -88,6 +88,25 @@ History.userOperation = function(params, done) {
};
/**
+ * Set an annotation for auditing reason... | feat(op-log): view and edit annotations
related to CAM-<I> | camunda_camunda-bpm-sdk-js | train |
9cd0701aae957601ad896b6a6423e7f6f50e433b | diff --git a/astropy_helpers/setup_helpers.py b/astropy_helpers/setup_helpers.py
index <HASH>..<HASH> 100644
--- a/astropy_helpers/setup_helpers.py
+++ b/astropy_helpers/setup_helpers.py
@@ -493,8 +493,10 @@ def generate_build_ext_command(packagename, release):
if self.extensions:
src_path = os.pa... | Copy the _compiler.c file to the package | astropy_astropy-helpers | train |
c87ee46499441459395691f481359e1de8cabbb7 | diff --git a/src/components/loadJSON.js b/src/components/loadJSON.js
index <HASH>..<HASH> 100644
--- a/src/components/loadJSON.js
+++ b/src/components/loadJSON.js
@@ -1,16 +1,25 @@
-var map = require('through2-map');
var fs = require('fs');
+var parallelStream = require('pelias-parallel-stream');
+
+var maxInFlight = ... | Load JSON files in parallel
This should help remove disk as a bottleneck | pelias_whosonfirst | train |
f2d2626a54fdf416e12e61bbd36ed576302121a6 | diff --git a/openquake/output/geotiff.py b/openquake/output/geotiff.py
index <HASH>..<HASH> 100644
--- a/openquake/output/geotiff.py
+++ b/openquake/output/geotiff.py
@@ -888,6 +888,9 @@ def make_target(path, grid, output_format, pixel_type, bands=4):
"""
Boiler plate stuff for creating a target for writing g... | Fixed geotransformation of geotiff images
basically, when viewed in a GIS app (such as Google Earth), the image was mirrored over the x-axis | gem_oq-engine | train |
20231462477dbcf6dd4b17dee7ff20cda2b932a4 | diff --git a/core/src/main/java/com/orientechnologies/orient/core/schedule/OSchedulerImpl.java b/core/src/main/java/com/orientechnologies/orient/core/schedule/OSchedulerImpl.java
index <HASH>..<HASH> 100755
--- a/core/src/main/java/com/orientechnologies/orient/core/schedule/OSchedulerImpl.java
+++ b/core/src/main/java/... | Fix firing of all OSchedule on server start: fix #<I> | orientechnologies_orientdb | train |
e9449f5016269771cd72cfc9876234daadf39e0f | diff --git a/predexp_test.go b/predexp_test.go
index <HASH>..<HASH> 100644
--- a/predexp_test.go
+++ b/predexp_test.go
@@ -67,9 +67,9 @@ var _ = Describe("predexp operations", func() {
// records w/ 0 TTL can be counted later.
//
if ii == 333 {
- <-time.After(5 * time.Millisecond)
+ <-time.After(500 *... | Allow more tollerance for predexp tests to pass in slow environments | aerospike_aerospike-client-go | train |
3b1bb396a1cfef03ae3fb393cbd6f8047e061ef1 | diff --git a/chance.js b/chance.js
index <HASH>..<HASH> 100644
--- a/chance.js
+++ b/chance.js
@@ -375,21 +375,24 @@
var age;
switch (options.type) {
- case 'child':
- age = this.natural({min: 1, max: 12});
- break;
- case 'teen':
- age = this.natural({... | Change default age range to be rather than , add range, cap at <I> rather than <I> because those ages are silly and exceedingly rare | chancejs_chancejs | train |
6b706194b288adad0b6b0bbdb6c80b58de76cd37 | diff --git a/lib/restclient/request.rb b/lib/restclient/request.rb
index <HASH>..<HASH> 100644
--- a/lib/restclient/request.rb
+++ b/lib/restclient/request.rb
@@ -310,7 +310,7 @@ module RestClient
# set_default_paths() doesn't do anything on Windows, so look up
# certificates using the win32 API.
i... | Make sure root certs are unique. | rest-client_rest-client | train |
48e92123fa4608c98d44b48748fc08dbff500562 | diff --git a/pysat/instruments/methods/sw.py b/pysat/instruments/methods/sw.py
index <HASH>..<HASH> 100644
--- a/pysat/instruments/methods/sw.py
+++ b/pysat/instruments/methods/sw.py
@@ -193,10 +193,14 @@ def combine_kp(standard_inst=None, recent_inst=None, forecast_inst=None,
notes += "{:})".format(itime.date... | BUG: potential empty list
Fix a bug that presented itself when the list of kp_times was empty (nothing was
downloaded). Will now return a padded list of NaN. | rstoneback_pysat | train |
79bc5427cfef937dace779fe92e4b1121a9ced67 | diff --git a/tests/BackwardsCompatibilityConfigTest.php b/tests/BackwardsCompatibilityConfigTest.php
index <HASH>..<HASH> 100644
--- a/tests/BackwardsCompatibilityConfigTest.php
+++ b/tests/BackwardsCompatibilityConfigTest.php
@@ -14,7 +14,7 @@ class BackwardsCompatibilityConfigTest extends \PHPUnit_Framework_TestCase
... | github-<I>: fix bugs with backwards compatibility person set up | rollbar_rollbar-php | train |
fe1420455b2ef94f633f381e749c48678f622b97 | diff --git a/protocol/v2/device/group.go b/protocol/v2/device/group.go
index <HASH>..<HASH> 100644
--- a/protocol/v2/device/group.go
+++ b/protocol/v2/device/group.go
@@ -2,6 +2,7 @@ package device
import (
"encoding/base64"
+ "strings"
"sync"
"time"
@@ -313,7 +314,10 @@ func (g *Group) Parse(pkt *packet.Pac... | Remove go<I>-ism | pdf_golifx | train |
cd7216c8afcdc243161835c4abde5d91d3861ced | diff --git a/privilege.go b/privilege.go
index <HASH>..<HASH> 100644
--- a/privilege.go
+++ b/privilege.go
@@ -9,7 +9,7 @@ import (
"unicode/utf16"
)
-//sys adjustTokenPrivileges(token syscall.Handle, releaseAll bool, input *byte, outputSize uint32, output *byte, requiredSize *uint32) (err error) = advapi32.Adjust... | Fix RunWithPrivilege when the process token already has the privilege | Microsoft_go-winio | train |
a77d5af0f211bf514bd409526773ba352f7276ab | diff --git a/tools/pack.js b/tools/pack.js
index <HASH>..<HASH> 100644
--- a/tools/pack.js
+++ b/tools/pack.js
@@ -1,5 +1,5 @@
import path from 'path';
-import del from 'del';
+import { deleteSync } from 'del';
import fs from 'fs';
import cp from 'child_process';
import tarball from 'tarball-extract';
@@ -33,14 +33... | upgrade del package changes (#<I>) | grommet_grommet | train |
a9c84a6eee388717fbd2fd62ff5ef7ccb61d46de | diff --git a/src/activity-types/stop-process.js b/src/activity-types/stop-process.js
index <HASH>..<HASH> 100644
--- a/src/activity-types/stop-process.js
+++ b/src/activity-types/stop-process.js
@@ -10,6 +10,7 @@ module.exports = async function (activity: Activity) {
if (!global.runningProcess) {
throw new Erro... | Kill the currently running process just in case (#<I>) | Originate_text-runner | train |
1a3ee96e58e2c5b7110198e3ed1540e01b8f936d | diff --git a/rqalpha/events.py b/rqalpha/events.py
index <HASH>..<HASH> 100644
--- a/rqalpha/events.py
+++ b/rqalpha/events.py
@@ -161,6 +161,11 @@ class EVENT(Enum):
# 心跳事件,用于触发定时任务
HEARTBEAT = 'heartbeat'
+ # 在策略运行前
+ BEFORE_STRATEGY_RUN = 'before_strategy_run'
+ # 在策略成功运行完成后
+ POST_STRATEGY_R... | add event BEFORE_STRATEGY_RUN and POST_STRATEGY_RUN | ricequant_rqalpha | train |
190817819c33e37256cd6b7f0f24cc310ffe0737 | diff --git a/lib/LimeExtra/Helper/Cookie.php b/lib/LimeExtra/Helper/Cookie.php
index <HASH>..<HASH> 100644
--- a/lib/LimeExtra/Helper/Cookie.php
+++ b/lib/LimeExtra/Helper/Cookie.php
@@ -58,10 +58,10 @@ class Cookie extends \Lime\Helper {
if ($result) {
$this->_cookies[$name] = $value;
- ... | fix (CookieHelper): only unset deleted cookie references on success | agentejo_cockpit | train |
cbc6264c10b19949201f7eff73df9e39a6a47254 | diff --git a/libextract/coretools.py b/libextract/coretools.py
index <HASH>..<HASH> 100644
--- a/libextract/coretools.py
+++ b/libextract/coretools.py
@@ -11,6 +11,12 @@ from functools import wraps
from lxml.html import parse, HTMLParser
+def chunks(iterable, size):
+ """ Yield successive n-sized chunks from l.... | adding table-to-lists formatter for presenting <table> data | datalib_libextract | train |
e060b483aa0cc6fcd63a21b56f04d58518b58ea0 | diff --git a/beyond/frames/orient.py b/beyond/frames/orient.py
index <HASH>..<HASH> 100644
--- a/beyond/frames/orient.py
+++ b/beyond/frames/orient.py
@@ -170,11 +170,11 @@ class LocalOrbitalOrientation(Orientation):
def _to_parent(self, date):
if hasattr(self.statevector, "propagate"):
- sv ... | refactor and a pass of black | galactics_beyond | train |
41a3297d5de386e46d7349df638e79ed64dcecf3 | diff --git a/devices/tuya.js b/devices/tuya.js
index <HASH>..<HASH> 100644
--- a/devices/tuya.js
+++ b/devices/tuya.js
@@ -20,7 +20,8 @@ module.exports = [
exposes: [e.temperature(), e.humidity(), e.battery()],
},
{
- fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_8ygsuhe1'}],
+ ... | Add _TZE<I>_yvx5lh6k to TS<I>_air_quality_sensor (#<I>) | Koenkk_zigbee-shepherd-converters | train |
c6a283da6a8d6b21fdb23cf9b2b8e07470c17340 | diff --git a/src/ThirdParty/Gitlab/Adapter/GitLabIssueTracker.php b/src/ThirdParty/Gitlab/Adapter/GitLabIssueTracker.php
index <HASH>..<HASH> 100644
--- a/src/ThirdParty/Gitlab/Adapter/GitLabIssueTracker.php
+++ b/src/ThirdParty/Gitlab/Adapter/GitLabIssueTracker.php
@@ -12,8 +12,8 @@
namespace Gush\ThirdParty\Gitlab\A... | Gitlab: Allow to list issue tracker labels | gushphp_gush | train |
65e0579e2e96c315c551e9787464eedcfb516d32 | diff --git a/lib/auth/dse-gssapi-auth-provider.js b/lib/auth/dse-gssapi-auth-provider.js
index <HASH>..<HASH> 100644
--- a/lib/auth/dse-gssapi-auth-provider.js
+++ b/lib/auth/dse-gssapi-auth-provider.js
@@ -19,10 +19,12 @@ var emptyBuffer = new Buffer(0);
* @param {String} gssOptions.user The user principal. Defaults... | Add lookupServiceResolver and use by default in DseGssapiAuthProvider. | datastax_nodejs-driver | train |
0d866fbf81034ab55c6396074a3ce8961f6c2024 | diff --git a/lib/steps/release-info.js b/lib/steps/release-info.js
index <HASH>..<HASH> 100644
--- a/lib/steps/release-info.js
+++ b/lib/steps/release-info.js
@@ -105,7 +105,6 @@ function determineReleaseInfo(commits, acceptInvalidCommits) {
releaseType = Math.max(releaseType, 2);
break;
- case... | fix(release-info): remove undocumented `doc` commit type
BREAKING CHANGE:
The undocumented `doc` commit type is no longer supported. Use `docs` instead. | groupon_nlm | train |
ca88919cb1cc94ab3745fdd8de177d71b4cae179 | diff --git a/classes/Boom/Controller/Cms/Assets.php b/classes/Boom/Controller/Cms/Assets.php
index <HASH>..<HASH> 100644
--- a/classes/Boom/Controller/Cms/Assets.php
+++ b/classes/Boom/Controller/Cms/Assets.php
@@ -306,7 +306,7 @@ class Boom_Controller_Cms_Assets extends Boom_Controller
if ($type)
{
// Filter... | Fixed asset manager filter by tag and type | boomcms_boom-core | train |
0b91e836a30aa03a18e5dfb735eca56cc45c16fb | diff --git a/src/attributes.js b/src/attributes.js
index <HASH>..<HASH> 100644
--- a/src/attributes.js
+++ b/src/attributes.js
@@ -610,26 +610,6 @@ if ( !jQuery.support.style ) {
};
}
-// Safari mis-reports the default selected property of an option
-// Accessing the parent's selectedIndex property fixes it
-if ( ... | <I>: Remove support.optSelected | jquery_jquery | train |
863bad7886c1bbf84391f5e9e330f20a4daf8894 | diff --git a/CHANGES b/CHANGES
index <HASH>..<HASH> 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
jsoup changelog
+*** Release 1.6.2 [PENDING]
+ * Updated jsoup.connect so that when requests made as POSTs are redirected, the redirect is followed as a GET.
+ <https://github.com/jhy/jsoup/issues/120>
+
*** Rel... | Follow POST redirects as GETs
Fixes #<I> | jhy_jsoup | train |
5ad1fb73a7c2305c8b57cd8472015b87a8b3e171 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ setup(
license='BSD',
install_requires=[
'Flask',
- 'oauthlib=>0.6.2',
+ 'oauthlib>=0.6.2',
],
tests_require=['nose', 'Flask-SQLAlchemy', 'mock'],
test_suite='nose... | Fix install_requires in setup.py | lepture_flask-oauthlib | train |
c6bfb8a6b7bbe6c2f1e483f73360944aa899e4bd | diff --git a/lib/verilog/file.rb b/lib/verilog/file.rb
index <HASH>..<HASH> 100644
--- a/lib/verilog/file.rb
+++ b/lib/verilog/file.rb
@@ -61,7 +61,9 @@ module Verilog
def instantiations
inst = []
- @contents.scan(/(^\s*)(\w+)(\s+#\([.,\(\)\w\s]*\))?(\s+\w+\s*)(\([.,\(\)\w\s\/]*\))?;/mi){ inst << $2 ... | Improving instance identification
Negative look ahead to remove including module name and ports from instances. | morganp_verilog | train |
065dcd4ba56fe3455d3ec236e33affc6b036574f | diff --git a/src/main/java/io/fabric8/kubernetes/client/DefaultKubernetesClient.java b/src/main/java/io/fabric8/kubernetes/client/DefaultKubernetesClient.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/fabric8/kubernetes/client/DefaultKubernetesClient.java
+++ b/src/main/java/io/fabric8/kubernetes/client/Defaul... | Add RootPaths support. | fabric8io_kubernetes-client | train |
4786a72cfc075fb7440636e65a996fca367cd394 | diff --git a/client/pkg/transport/tls_test.go b/client/pkg/transport/tls_test.go
index <HASH>..<HASH> 100644
--- a/client/pkg/transport/tls_test.go
+++ b/client/pkg/transport/tls_test.go
@@ -1,3 +1,17 @@
+// Copyright 2022 The etcd Authors
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you ... | Update client/pkg/transport/tls_test.go | etcd-io_etcd | train |
da8f9ca417ff00fad86d5ea2e466260f89f59d2a | diff --git a/src/Component/Video/Video.php b/src/Component/Video/Video.php
index <HASH>..<HASH> 100644
--- a/src/Component/Video/Video.php
+++ b/src/Component/Video/Video.php
@@ -340,7 +340,7 @@ final class Video implements VideoInterface
public function withViewCount($viewCount)
{
Assertion::integer... | Fix: Extract constant for minimum view count value | refinery29_sitemap | train |
02670969d00ec315d287e255c7a816592d845c86 | diff --git a/salt/client/ssh/__init__.py b/salt/client/ssh/__init__.py
index <HASH>..<HASH> 100644
--- a/salt/client/ssh/__init__.py
+++ b/salt/client/ssh/__init__.py
@@ -445,7 +445,7 @@ class SSH(object):
if target.get('passwd', False) or self.opts['ssh_passwd']:
self._key_deploy_run(host... | Apply fix to ssh init file that was there before merge | saltstack_salt | train |
6a39bf727a2f2d14943f007ad6cac5295daa1ab4 | diff --git a/google/datalab/contrib/mlworkbench/commands/_ml.py b/google/datalab/contrib/mlworkbench/commands/_ml.py
index <HASH>..<HASH> 100644
--- a/google/datalab/contrib/mlworkbench/commands/_ml.py
+++ b/google/datalab/contrib/mlworkbench/commands/_ml.py
@@ -204,10 +204,10 @@ def ml(line, cell=None):
help=te... | remove '.' from the end of urls. (#<I>)
* remove '.' from the end of urls.
* review comments
* flake | googledatalab_pydatalab | train |
e221319f7c85bce0177660e732d545c71af38d15 | diff --git a/lib/eventsource-polyfill.js b/lib/eventsource-polyfill.js
index <HASH>..<HASH> 100644
--- a/lib/eventsource-polyfill.js
+++ b/lib/eventsource-polyfill.js
@@ -1,2 +1,5 @@
-window.EventSourcePolyfill = require('./eventsource')
-window.EventSource = window.EventSource || window.EventSourcePolyfill
+var EventS... | Check window object exists before polyfilling | EventSource_eventsource | train |
f39b55a8c0fafeb8693861ab204a7ff882835fad | diff --git a/projects/sdr_paper/pytorch_experiments/parameters_table.py b/projects/sdr_paper/pytorch_experiments/parameters_table.py
index <HASH>..<HASH> 100644
--- a/projects/sdr_paper/pytorch_experiments/parameters_table.py
+++ b/projects/sdr_paper/pytorch_experiments/parameters_table.py
@@ -21,7 +21,7 @@
# --------... | Prints LaTeX table in addition to grid | numenta_htmresearch | train |
d67f4a2b0298d3b1f63cbf2e9921ef28fa6be95b | diff --git a/estnltk_core/estnltk_core/layer_resolver.py b/estnltk_core/estnltk_core/layer_resolver.py
index <HASH>..<HASH> 100644
--- a/estnltk_core/estnltk_core/layer_resolver.py
+++ b/estnltk_core/estnltk_core/layer_resolver.py
@@ -20,10 +20,16 @@ class LayerResolver:
self.default_layers = default_layers
... | Updated LayerResolver's copy & deepcopy error messages | estnltk_estnltk | train |
6fc00c42aa6dd42849509e39a385064fc47454a4 | diff --git a/components/test/src/main/java/org/openengsb/core/test/AbstractOsgiMockServiceTest.java b/components/test/src/main/java/org/openengsb/core/test/AbstractOsgiMockServiceTest.java
index <HASH>..<HASH> 100644
--- a/components/test/src/main/java/org/openengsb/core/test/AbstractOsgiMockServiceTest.java
+++ b/comp... | [OPENENGSB-<I>] synchronize access to serviceReferences-map too | openengsb_openengsb | train |
a01a38b8b9a72fff7cb2c83acffd7204a40b5bb4 | diff --git a/elasticsearch-api/lib/elasticsearch/api.rb b/elasticsearch-api/lib/elasticsearch/api.rb
index <HASH>..<HASH> 100644
--- a/elasticsearch-api/lib/elasticsearch/api.rb
+++ b/elasticsearch-api/lib/elasticsearch/api.rb
@@ -15,9 +15,7 @@ module Elasticsearch
Elasticsearch::API::Common::Client,
... | [API] Fixed incorrect namespace inclusion in client | elastic_elasticsearch-ruby | train |
9c613647c4c0615c18e553a4432d8f5ca28210a2 | diff --git a/eli5/_feature_names.py b/eli5/_feature_names.py
index <HASH>..<HASH> 100644
--- a/eli5/_feature_names.py
+++ b/eli5/_feature_names.py
@@ -108,11 +108,14 @@ class FeatureNames(Sized):
indices.append(idx)
filtered_feature_names.append(name)
if self.has_bias and flt(... | Handle bias filtering correctly
This does not matter at the moment, but is more correct | TeamHG-Memex_eli5 | train |
1e0aed8fa7ef9c9d40d83934beae5e02a2e28c3a | diff --git a/lptest.py b/lptest.py
index <HASH>..<HASH> 100644
--- a/lptest.py
+++ b/lptest.py
@@ -278,7 +278,7 @@ for filename in filenames:
assertions = []
with open(os.path.join('tests', filename), 'rb') as f:
blob = f.read()
- for line in blob.splitlines():
+ for line in blob.splitlines(): ... | Disable branch coverage reporting for a `for` loop that will always run | kurtmckee_listparser | train |
b6c13b41de39b117453fd5062865789bec136e20 | diff --git a/agrona/src/main/java/org/agrona/CloseHelper.java b/agrona/src/main/java/org/agrona/CloseHelper.java
index <HASH>..<HASH> 100644
--- a/agrona/src/main/java/org/agrona/CloseHelper.java
+++ b/agrona/src/main/java/org/agrona/CloseHelper.java
@@ -15,6 +15,10 @@
*/
package org.agrona;
+import java.util.Arra... | add a pair of close all methods | real-logic_agrona | train |
15efedff7a889ae82a1924d1b09284259f460a77 | diff --git a/config/dependencies.php b/config/dependencies.php
index <HASH>..<HASH> 100644
--- a/config/dependencies.php
+++ b/config/dependencies.php
@@ -271,11 +271,11 @@ $container['sitemapHandler'] = function ($c) {
* File Upload Handler
*
* Manages file uploads.
- * Renames uploaded files and places in the d... | Fixed mediaPathHandler references in dependencies. | PitonCMS_Engine | train |
a2e1169952fb8c0c8a618a69f04a686ad37e3cc4 | diff --git a/test/test_vim.py b/test/test_vim.py
index <HASH>..<HASH> 100644
--- a/test/test_vim.py
+++ b/test/test_vim.py
@@ -21,7 +21,8 @@ def test_command():
vim.command('normal itesting\npython\napi')
vim.command('w')
ok(os.path.isfile(fname))
- eq(open(fname).read(), 'testing\npython\napi\n')
+ ... | win: Fix failing tests. (#<I>)
- test_vim.test_command: close the file before unlink().
- test_vim.test_chdir was failing for two reasons. First because
of missing Windows-specific handling of path names in
find_file_in_path_option in file_search.c in Neovim core
(neovim/neovim#<I>). Second because althoug... | neovim_pynvim | train |
c211a8063377311c49c43911cf517ab57a9e30e3 | diff --git a/jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/RabitTracker.java b/jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/RabitTracker.java
index <HASH>..<HASH> 100644
--- a/jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/RabitTracker.java
+++ b/jvm-packages/xgboost4j/src/main... | log tracker exit value in logger
capture InterruptedException | dmlc_xgboost | train |
2d621f185ad88dfd237a38444c521acf49a5b663 | diff --git a/src/Psalm/Internal/Codebase/Populator.php b/src/Psalm/Internal/Codebase/Populator.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Internal/Codebase/Populator.php
+++ b/src/Psalm/Internal/Codebase/Populator.php
@@ -262,9 +262,33 @@ class Populator
) {
foreach ($storage->methods as $method_name... | Fix #<I> - inherit twice from docblocks | vimeo_psalm | train |
c221b2aa381520ab5e7cc86b71ad8a20f0856532 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "es6now",
- "version": "0.7.0",
+ "version": "0.7.1",
"description": "ES6 to ES5 compiler",
"homepage": "https://github.com/zenparsing/es6now",
"bin": {
diff --... | Fix shim problems running on Node <I>.x. | zenparsing_esdown | train |
a7112e900e9553ff1e913ca6d915aaf0358badf6 | diff --git a/lib/rbREXMLParser.rb b/lib/rbREXMLParser.rb
index <HASH>..<HASH> 100644
--- a/lib/rbREXMLParser.rb
+++ b/lib/rbREXMLParser.rb
@@ -129,6 +129,7 @@ module CFPropertyList
ret = CFInteger.new(get_value(node).to_i)
when 'string'
ret = CFString.new(get_value(node))
+ ret.value = '... | fix empty strings with REXML
REXML returns empty strings for empty tags. For plist this behavior is
wrong: an empty string should be returned. | ckruse_CFPropertyList | train |
d59369a9533601436cff533f39f2dd1d04625971 | diff --git a/chess/__init__.py b/chess/__init__.py
index <HASH>..<HASH> 100644
--- a/chess/__init__.py
+++ b/chess/__init__.py
@@ -2453,13 +2453,13 @@ class Board(BaseBoard):
The name of the field cannot be a lone dash and cannot contain spaces,
newlines, carriage returns or tabs.
- *hmvc* an... | fmvc -> fmvn
The name of the field "fmvc" is wrong. Fixed that to the correct name "fmvn". | niklasf_python-chess | train |
0cc147ae2dec36fd2677782ec2c68f58de5b0420 | diff --git a/core/server/api/canary/utils/serializers/output/members.js b/core/server/api/canary/utils/serializers/output/members.js
index <HASH>..<HASH> 100644
--- a/core/server/api/canary/utils/serializers/output/members.js
+++ b/core/server/api/canary/utils/serializers/output/members.js
@@ -124,13 +124,10 @@ functio... | 🐛 Fixed member "last seen at" data not being returned in the API
refs <URL> | TryGhost_Ghost | train |
24175e5df7b0715d37a372d1836e5f076e157c6b | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -55,7 +55,7 @@ var getFileLink = function(_path, line, column) {
var getKeyLink = function(key) {
var noLinkRules = parseBoolEnvVar('EFF_NO_LINK_RULES');
- var url = key.indexOf('/') > -1 ? 'https://google.com/#q=' : 'h... | FIX: Google link to lint rule | royriojas_eslint-friendly-formatter | train |
3f0682fcbd215c8b2fab131e619222a873ef9d8e | diff --git a/lib/spidr/page.rb b/lib/spidr/page.rb
index <HASH>..<HASH> 100644
--- a/lib/spidr/page.rb
+++ b/lib/spidr/page.rb
@@ -198,7 +198,7 @@ module Spidr
begin
if html?
return @doc ||= Nokogiri::HTML(body)
- elsif xml?
+ elsif (xml? || rss? || atom?)
return @doc... | Parse XML documents for RSS/RDF/Atom feeds as well. | postmodern_spidr | train |
ad0aa96b7755c8f565e2efb2b0a31fe20b1ba811 | diff --git a/main/core/Library/Security/Voter/ResourceVoter.php b/main/core/Library/Security/Voter/ResourceVoter.php
index <HASH>..<HASH> 100644
--- a/main/core/Library/Security/Voter/ResourceVoter.php
+++ b/main/core/Library/Security/Voter/ResourceVoter.php
@@ -466,7 +466,7 @@ class ResourceVoter implements VoterInter... | Minor fixes (#<I>)
* check if parent exists for widget resource.
* path display for admin
* Fixing request for widget path.
* Fixes #<I> | claroline_Distribution | train |
cefd760e824fcbc3ec79beb4c49a0c6d93b83d3d | diff --git a/src/onelogin/api/models/user.py b/src/onelogin/api/models/user.py
index <HASH>..<HASH> 100644
--- a/src/onelogin/api/models/user.py
+++ b/src/onelogin/api/models/user.py
@@ -45,6 +45,7 @@ class User(object):
self.directory_id = data.get('directory_id', None)
self.manager_ad_id = data.get(... | Add manager_user_id to user model | onelogin_onelogin-python-sdk | train |
701ae4f5cef6850b0826068549cf484c736d5d4a | diff --git a/lib/linguist/generated.rb b/lib/linguist/generated.rb
index <HASH>..<HASH> 100644
--- a/lib/linguist/generated.rb
+++ b/lib/linguist/generated.rb
@@ -605,11 +605,11 @@ module Linguist
# Pkgdown
return true if lines[0..1].any? do |line|
- line.start_with? '<!-- Generated by pkgdown: d... | Better handle short files (#<I>) | github_linguist | train |
173748bd4c591a494a676adab190212564d5e5d9 | diff --git a/src/configurators/LayerConfigurator.js b/src/configurators/LayerConfigurator.js
index <HASH>..<HASH> 100644
--- a/src/configurators/LayerConfigurator.js
+++ b/src/configurators/LayerConfigurator.js
@@ -193,6 +193,7 @@ export class LayerConfigurator {
// ////////////////////////////////////////////////... | renamed event to 'layersloadend' and added another event 'layersloadstart' | KlausBenndorf_guide4you | train |
293a9909d9ff5e6d6461f8f7f2381a610e3fd6c5 | diff --git a/vendor/plugins/i18n/lib/routing_filter/routing_filter.rb b/vendor/plugins/i18n/lib/routing_filter/routing_filter.rb
index <HASH>..<HASH> 100644
--- a/vendor/plugins/i18n/lib/routing_filter/routing_filter.rb
+++ b/vendor/plugins/i18n/lib/routing_filter/routing_filter.rb
@@ -29,7 +29,13 @@ module RoutingFilt... | support both routers before and after 3 | refinery_refinerycms | train |
9957336dae4127ea51218321975d3e1af8932bc6 | diff --git a/lib/Benchmark/Remote/Payload.php b/lib/Benchmark/Remote/Payload.php
index <HASH>..<HASH> 100644
--- a/lib/Benchmark/Remote/Payload.php
+++ b/lib/Benchmark/Remote/Payload.php
@@ -198,7 +198,7 @@ class Payload
private function decodeResults(): array
{
$output = $this->process->getOutput();... | Silencing unserialize notice to benefit from full error message (#<I>) | phpbench_phpbench | train |
59de72409c4e9ccc9f3ee54bedf966dda8fd330d | diff --git a/test/npm.spec.js b/test/npm.spec.js
index <HASH>..<HASH> 100644
--- a/test/npm.spec.js
+++ b/test/npm.spec.js
@@ -4,6 +4,8 @@ const childProcess = require('child_process');
const sinon = require('sinon');
const tap = require('tap');
+const colorize = require('../tools/utilities/colorize');
+const loggi... | Testing that NPM throws an error properly | gonzofish_angular-librarian | train |
ec07735641e4df13b644a85f1f300cf20134995a | diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,16 @@
## Rails 4.0.0 (unreleased) ##
+* Collection associations `#empty?` always respects builded records.
+ Fix #8879.
+
+ Example:
+
+ ... | `CollectionAssociation#empty?` respects newly builded records | rails_rails | train |
1d664b2bed4099278bbec9675097684e483c8222 | diff --git a/src/Base85/BaseEncoder.php b/src/Base85/BaseEncoder.php
index <HASH>..<HASH> 100644
--- a/src/Base85/BaseEncoder.php
+++ b/src/Base85/BaseEncoder.php
@@ -131,7 +131,17 @@ abstract class BaseEncoder
/**
* Encode given integer to a base85 string
*/
- abstract public function encodeInteger... | Move encodeInteger() method to BaseEncoder (#<I>) | tuupola_base85 | train |
ab4ce255f9a9b607251d6821c9e7856b8f740019 | diff --git a/fastly/fastly.py b/fastly/fastly.py
index <HASH>..<HASH> 100644
--- a/fastly/fastly.py
+++ b/fastly/fastly.py
@@ -5,7 +5,11 @@ import os
from fastly.connection import Connection
from fastly.auth import KeyAuthenticator, SessionAuthenticator
from fastly.errors import AuthenticationError
-from fastly.mode... | feature(dictionary): Dictionary & DictionaryItem support | fastly_fastly-py | train |
b80660a8f4f47d53a4cfd1369eeb60703cbd4229 | diff --git a/src/main/java/org/codehaus/groovy/control/GenericsVisitor.java b/src/main/java/org/codehaus/groovy/control/GenericsVisitor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/codehaus/groovy/control/GenericsVisitor.java
+++ b/src/main/java/org/codehaus/groovy/control/GenericsVisitor.java
@@ -30,6 +30,... | GROOVY-<I>: expecting compilation error for mismatched generics in the presence of multiple bounds | apache_groovy | train |
c91338abee130d1a6ec6c794cc19a5ef1682004c | diff --git a/simuvex/plugins/abstract_memory.py b/simuvex/plugins/abstract_memory.py
index <HASH>..<HASH> 100644
--- a/simuvex/plugins/abstract_memory.py
+++ b/simuvex/plugins/abstract_memory.py
@@ -227,35 +227,6 @@ class SimAbstractMemory(SimMemory): #pylint:disable=abstract-method
return region_base_addr
... | Move stack_id() to SimMemory. | angr_angr | train |
22dc7d3567519788ffa5ee3330055ede2ef86c47 | diff --git a/symbols/block.py b/symbols/block.py
index <HASH>..<HASH> 100644
--- a/symbols/block.py
+++ b/symbols/block.py
@@ -17,7 +17,7 @@ class SymbolBLOCK(Symbol):
""" Defines a block of code.
"""
def __init__(self, *nodes):
- Symbol.__init__(self, *(x for x in nodes if not is_null(x)))
+ ... | refact: BLOCK symbol
* Uses super() in the init()
* Recursively optimizes nested blocks, flattening them | boriel_zxbasic | train |
0153d30f79b1f06bcdf16f2b80389ccfa786e93c | diff --git a/src/sap.m/src/sap/m/FlexBoxStylingHelper.js b/src/sap.m/src/sap/m/FlexBoxStylingHelper.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/FlexBoxStylingHelper.js
+++ b/src/sap.m/src/sap/m/FlexBoxStylingHelper.js
@@ -110,7 +110,7 @@ sap.ui.define(['jquery.sap.global', './FlexBoxCssPropertyMap'],
F... | [FIX] FlexBox - Fixed properties not being set in Internet Explorer <I>
- shrinkFactor and baseSize were not set
Change-Id: Ica8d<I>b<I>d<I>d<I>ee<I>fc<I>f<I>d<I> | SAP_openui5 | train |
97d80e281899eb8106a5033861e716c7e19536cf | diff --git a/addons/info/src/components/types/ArrayOf.js b/addons/info/src/components/types/ArrayOf.js
index <HASH>..<HASH> 100644
--- a/addons/info/src/components/types/ArrayOf.js
+++ b/addons/info/src/components/types/ArrayOf.js
@@ -1,5 +1,6 @@
import React from 'react';
+// eslint-disable-next-line import/no-cycl... | FIX eslint errors on addons/info (by muting them, actual fix is still todo) | storybooks_storybook | train |
e43ce4001c09835b0c061f3f5f6d9a373d105ef3 | diff --git a/yaas-cart.js b/yaas-cart.js
index <HASH>..<HASH> 100644
--- a/yaas-cart.js
+++ b/yaas-cart.js
@@ -36,7 +36,7 @@ var Cart = function(rh) {
};
this.addDiscount = function(cartId, coupon) {
- return yaas.requestHelper.post(
+ return this.requestHelper.post(
pathCartBase + '/' + cartId + "/... | fixing yaas -> this | SAP_yaas-nodejs-client-sdk | train |
c0f4a39f6b83fde5ed169812d1c19c5d981c3f61 | diff --git a/lib/master/master.js b/lib/master/master.js
index <HASH>..<HASH> 100644
--- a/lib/master/master.js
+++ b/lib/master/master.js
@@ -51,29 +51,53 @@ Server.prototype.start = function(cb) {
return;
}
});
-
+
// monitor servers disconnect event
this.masterConsole.on('disconnect', function... | add ping for disconnect
Change-Id: I<I>ac7b<I>ae<I>aee<I>a3 | NetEase_pomelo | train |
d171fcad34e754822b81f1b2972d375789f98372 | diff --git a/CurlWrapper.php b/CurlWrapper.php
index <HASH>..<HASH> 100644
--- a/CurlWrapper.php
+++ b/CurlWrapper.php
@@ -63,8 +63,8 @@ class CurlWrapper
*/
public function __construct()
{
- if (!function_exists('curl_init')) {
- throw new CurlWrapperException('cURL library is not ins... | More correct way to check libcurl extension is available | svyatov_CurlWrapper | train |
8c53f50133dbd9a0193720f3460aec9f76def467 | diff --git a/pyowm/webapi25/cityidregistry.py b/pyowm/webapi25/cityidregistry.py
index <HASH>..<HASH> 100644
--- a/pyowm/webapi25/cityidregistry.py
+++ b/pyowm/webapi25/cityidregistry.py
@@ -34,6 +34,9 @@ class CityIDRegistry:
Returns the long ID corresponding to the first city found that matches
the ... | Added deprecations in Sphinx docs | csparpa_pyowm | train |
1a48be0ebd84c136dcd7c41a68d7d0b3dd5f257e | diff --git a/classloader-leak-prevention/src/main/java/se/jiderhamn/classloader/leak/prevention/cleanup/StopThreadsCleanUp.java b/classloader-leak-prevention/src/main/java/se/jiderhamn/classloader/leak/prevention/cleanup/StopThreadsCleanUp.java
index <HASH>..<HASH> 100644
--- a/classloader-leak-prevention/src/main/java... | Adding prevention for java.beans.ThreadGroupContext.contexts leak to ThreadGroupCleanUp. #<I> | mjiderhamn_classloader-leak-prevention | train |
75ba9137edfbef459e82c3c0d73d23f62b98d7fc | diff --git a/pyarlo/camera.py b/pyarlo/camera.py
index <HASH>..<HASH> 100644
--- a/pyarlo/camera.py
+++ b/pyarlo/camera.py
@@ -97,16 +97,24 @@ class ArloCamera(object):
except IndexError:
return None
- @property
- def captured_today(self):
- """Return list of <ArloVideo> object cap... | Created function to allow searching for videos per camera and date range | tchellomello_python-arlo | train |
8e92ae2b7156725ae975bf2e2823e1688ce22b85 | diff --git a/core-bundle/contao/drivers/DC_Table.php b/core-bundle/contao/drivers/DC_Table.php
index <HASH>..<HASH> 100644
--- a/core-bundle/contao/drivers/DC_Table.php
+++ b/core-bundle/contao/drivers/DC_Table.php
@@ -2912,6 +2912,12 @@ window.addEvent(\'domready\', function() {
{
if ($v != '')
{
+ /... | [Core] Load the DCA before revising the child table | contao_contao | train |
c88ced8dcb329215e515c6932f4a4ad02fc533c3 | diff --git a/sdc/rabbit/__init__.py b/sdc/rabbit/__init__.py
index <HASH>..<HASH> 100644
--- a/sdc/rabbit/__init__.py
+++ b/sdc/rabbit/__init__.py
@@ -5,4 +5,4 @@ all = [
MessageConsumer,
]
-__version__ = '0.1.0'
+__version__ = '0.2.1' | Update version (#<I>) | ONSdigital_sdc-rabbit | train |
10b9e0737ad10590d6932a2c7a5451f9e0b49654 | diff --git a/includes/Intuition.php b/includes/Intuition.php
index <HASH>..<HASH> 100644
--- a/includes/Intuition.php
+++ b/includes/Intuition.php
@@ -636,6 +636,8 @@ class Intuition {
foreach ( $fallbacks as &$fallback ) {
// Expand string values to arrays
$fallback = (array)$fallback;
+ // Add English to... | Add English to fallback chain
* Add test case for language with 1 fallback that is not set.
Fixes #<I> | Krinkle_intuition | train |
0c42279eb2d07896644f74c907552ab258c15873 | diff --git a/test/performance.rb b/test/performance.rb
index <HASH>..<HASH> 100644
--- a/test/performance.rb
+++ b/test/performance.rb
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
+# encoding: iso-8859-1
#--
# Portions copyright 2004 by Jim Weirich (jim@weirichhouse.org).
@@ -13,7 +14,7 @@
require 'builder/xmlmarkup'
req... | Add # encoding: iso-<I>-1 comment
While this is some black magic, apparently <I> tries to parse this as
US-ASCII on my system. This addition of this line will allow ruby to
know that there are non-ascii characters involved.
FATAL: ..../vendor/gems/builder-<I>/test/performance.rb:<I>: invalid multibyte char (US-A... | jimweirich_builder | train |
4e793189b6593721a203767511e6ec39b1d3eca8 | diff --git a/packages/vant-cli/site/desktop/main.js b/packages/vant-cli/site/desktop/main.js
index <HASH>..<HASH> 100644
--- a/packages/vant-cli/site/desktop/main.js
+++ b/packages/vant-cli/site/desktop/main.js
@@ -2,4 +2,4 @@ import { createApp } from 'vue';
import App from './App';
import { router } from './router'... | fix(cli): register packageEntry failed | youzan_vant | train |
036421d639a73c165bfeb63402eca22c483f0979 | diff --git a/checker/result_suite/fontforge_suite/fftest.py b/checker/result_suite/fontforge_suite/fftest.py
index <HASH>..<HASH> 100644
--- a/checker/result_suite/fontforge_suite/fftest.py
+++ b/checker/result_suite/fontforge_suite/fftest.py
@@ -29,6 +29,7 @@ class SimpleTest(TestCase):
self.font = fontforge.... | Add back the missing ipdb command to fftest.py | googlefonts_fontbakery | train |
14f7e52e6daa3920969755f14cbe83e2f3cd990d | diff --git a/lib/neo4j-server/cypher_response.rb b/lib/neo4j-server/cypher_response.rb
index <HASH>..<HASH> 100644
--- a/lib/neo4j-server/cypher_response.rb
+++ b/lib/neo4j-server/cypher_response.rb
@@ -9,7 +9,6 @@ module Neo4j::Server
def first_data
if uncommited?
- puts "@DATA #{@data.inspect}"
... | Improved cypher transactions, now with rollback support | neo4jrb_neo4j-core | train |
d908d1db35716c1ffadc3e23d0669ced8b44b654 | diff --git a/tethne/builders.py b/tethne/builders.py
index <HASH>..<HASH> 100644
--- a/tethne/builders.py
+++ b/tethne/builders.py
@@ -62,6 +62,38 @@ class paperCollectionBuilder(builder):
C[key] = nt.papers.__dict__[graph_type](data, **kwargs)
return C
+
+class topicCollectionBuilder(bu... | builder for topic model-based graphs
Former-commit-id: c<I>e7a<I>fdda<I>a0b<I>de<I>ef8b5e | diging_tethne | train |
2edbed85287fc7b56392e413c164f7043cbc79e3 | diff --git a/src/crypto/store/indexeddb-crypto-store.js b/src/crypto/store/indexeddb-crypto-store.js
index <HASH>..<HASH> 100644
--- a/src/crypto/store/indexeddb-crypto-store.js
+++ b/src/crypto/store/indexeddb-crypto-store.js
@@ -55,6 +55,7 @@ export default class IndexedDBCryptoStore {
}
this._dbP... | indexeddb-crypto-store: fix db deletion
Add an `onversionchange` listener to close the db, so that we can delete it
without blocking. | matrix-org_matrix-js-sdk | train |
a9da167225b714a886b1362a44a815de7df62010 | diff --git a/cartoframes/data/services/bq_datasets.py b/cartoframes/data/services/bq_datasets.py
index <HASH>..<HASH> 100644
--- a/cartoframes/data/services/bq_datasets.py
+++ b/cartoframes/data/services/bq_datasets.py
@@ -39,8 +39,6 @@ class BQDataset:
finally:
os.remove(self.name)
- ret... | Implement method that creates, uploads, and imports a dataset and waits for its completion | CartoDB_cartoframes | train |
cf6ed6f17f89f39b87db031ecc663714ffad6cd8 | diff --git a/pysat/tests/test_utils_io.py b/pysat/tests/test_utils_io.py
index <HASH>..<HASH> 100644
--- a/pysat/tests/test_utils_io.py
+++ b/pysat/tests/test_utils_io.py
@@ -782,9 +782,65 @@ class TestNetCDF4Integration(object):
if 'MonoTon' not in test_vars:
testing.assert_list_c... | TST: Added integration test for meta_processor | rstoneback_pysat | train |
9d23829d4bde39a34de3a92c353741675b8dcf68 | diff --git a/Eloquent/Model.php b/Eloquent/Model.php
index <HASH>..<HASH> 100644
--- a/Eloquent/Model.php
+++ b/Eloquent/Model.php
@@ -229,7 +229,7 @@ abstract class Model implements ArrayAccess, Arrayable, Jsonable, JsonSerializab
if ($this->isFillable($key)) {
$this->setAttribute($key, $... | Updated mass assignment exception wording for clarity; nominating the key alone is a little vague | illuminate_database | train |
9217a86bb45cb49101f64cfbf2f5b45f44abe5db | diff --git a/hamster/hamsterdbus.py b/hamster/hamsterdbus.py
index <HASH>..<HASH> 100644
--- a/hamster/hamsterdbus.py
+++ b/hamster/hamsterdbus.py
@@ -140,6 +140,20 @@ class HamsterDbusController(dbus.service.Object):
activities.append((act['name'] or '', act['category'] or ''))
return activities
... | new dbus method getCurrentActivity that returns just the name and category of the ongoing activity | projecthamster_hamster | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.