hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
08e3d3908836e87a16e30ca44bfebb6a11b00819 | diff --git a/tests/PromiseTest.php b/tests/PromiseTest.php
index <HASH>..<HASH> 100644
--- a/tests/PromiseTest.php
+++ b/tests/PromiseTest.php
@@ -586,4 +586,38 @@ class PromiseTest extends TestCase
P\Utils::queue()->run();
$this->assertSame($c, 'foo');
}
+
+ public function testRepeatedWaitFu... | Added tests for repeated calls to wait() (#<I>) | guzzle_promises | train |
e4e966d6ecca72a7e5942c66f960392d39fdfdd0 | diff --git a/app/models/katello/candlepin/repository_mapper.rb b/app/models/katello/candlepin/repository_mapper.rb
index <HASH>..<HASH> 100644
--- a/app/models/katello/candlepin/repository_mapper.rb
+++ b/app/models/katello/candlepin/repository_mapper.rb
@@ -74,6 +74,7 @@ module Katello
end
def feed_url... | fixes #<I> - Can import correctly in an AirGapped setup (#<I>) | Katello_katello | train |
eb7e2cf7c59e7b0814095a33d1ccd9bd9e2c9b29 | diff --git a/latools/latools.py b/latools/latools.py
index <HASH>..<HASH> 100644
--- a/latools/latools.py
+++ b/latools/latools.py
@@ -946,7 +946,8 @@ class analyse(object):
alpha=0.2, s=3, c=self.cmaps[a],
lw=0.5)
- for i, r in tqdm(self.bkg['summary'].iterr... | enhancement
- bkg_plot status bars | oscarbranson_latools | train |
5b18c2f66d6b8be5eb07f7cdd20685cd54887cb1 | diff --git a/src/cf/api/domains.go b/src/cf/api/domains.go
index <HASH>..<HASH> 100644
--- a/src/cf/api/domains.go
+++ b/src/cf/api/domains.go
@@ -169,6 +169,7 @@ func (repo CloudControllerDomainRepository) Create(domainName string, owningOrgG
if apiResponse.IsNotFound() {
path := repo.config.Target + "/v2/domai... | Add wildcard=true for backwards-compatible domain creation
[Finishes #<I>, #<I>] | cloudfoundry_cli | train |
68c0caf6ade4018071ab17abbc71d3f7d60e17f6 | diff --git a/sprd/view/svg/BendingTextConfigurationUploadRendererClass.js b/sprd/view/svg/BendingTextConfigurationUploadRendererClass.js
index <HASH>..<HASH> 100644
--- a/sprd/view/svg/BendingTextConfigurationUploadRendererClass.js
+++ b/sprd/view/svg/BendingTextConfigurationUploadRendererClass.js
@@ -26,7 +26,7 @@ def... | Sending viewBox over for bendingText upload | spreadshirt_rAppid.js-sprd | train |
c46ccd2e87c6a2a2c8c1821557b1b8511c87305e | diff --git a/gxa/src/main/java/uk/ac/ebi/atlas/experimentpage/json/JsonBaselineExperimentController.java b/gxa/src/main/java/uk/ac/ebi/atlas/experimentpage/json/JsonBaselineExperimentController.java
index <HASH>..<HASH> 100644
--- a/gxa/src/main/java/uk/ac/ebi/atlas/experimentpage/json/JsonBaselineExperimentController.... | Add a name field. Observe that the names for the rare, but possible, baseline heatmap with one element aren't currently great. | ebi-gene-expression-group_atlas | train |
f7e765eeb57719c1a799e194e21309062d33ce4a | diff --git a/chrome/src/extension/content_script.js b/chrome/src/extension/content_script.js
index <HASH>..<HASH> 100644
--- a/chrome/src/extension/content_script.js
+++ b/chrome/src/extension/content_script.js
@@ -1047,23 +1047,64 @@ function findWhetherElementIsSelected(element) {
/**
* Gets the coordinates of... | DanielWagnerHall: Hack around WebKit's incredibly dodgy handling of offsetParents
r<I> | SeleniumHQ_selenium | train |
9f7a63ca21c2a5b3aa107dea254ee5a113f82646 | diff --git a/src/client.js b/src/client.js
index <HASH>..<HASH> 100644
--- a/src/client.js
+++ b/src/client.js
@@ -695,7 +695,8 @@ var deprecated_request_wrap = {
* responseDeserialize: function to deserialize response objects
* @param {Object} methods An object mapping method names to method attributes
* @param ... | Make option passing down to the client constructor more consistent | grpc_grpc-node | train |
ccd0f923a4eb4717d98b621dd1298f68fb5f9922 | diff --git a/tests/DtoTest.php b/tests/DtoTest.php
index <HASH>..<HASH> 100644
--- a/tests/DtoTest.php
+++ b/tests/DtoTest.php
@@ -78,6 +78,14 @@ class DtoTest extends TestCase
$this->expectException(NotImplementedException::class);
$this->assertEquals(null, $dto->field3);
}
+
+ public functio... | Test, That DTOs are readonly | Saritasa_php-common | train |
a4b1fa669432ff433df65a7e89e122c3d7d8b892 | diff --git a/src/Symfony/Component/Yaml/Parser.php b/src/Symfony/Component/Yaml/Parser.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Yaml/Parser.php
+++ b/src/Symfony/Component/Yaml/Parser.php
@@ -25,6 +25,7 @@ class Parser
const FOLDED_SCALAR_PATTERN = self::BLOCK_SCALAR_HEADER_PATTERN;
priva... | chomp newlines only at the end of YAML documents | symfony_symfony | train |
cfc6966fc8307ef5808464278235712be51cf5bd | diff --git a/README.rdoc b/README.rdoc
index <HASH>..<HASH> 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -38,6 +38,10 @@ Sample operations:
records_to_upsert = Array.new
records_to_upsert.push(upserted_account)
salesforce.upsert("Account", records_to_upsert, "External_Field_Name") # Note that upsert accepts a... | Added the option to not wait until a batch finishes | propertybase_executrix | train |
2bea4c11637fcb9aef8fe9cb073aff9a6d208493 | diff --git a/src/ORM/Behavior/TranslateBehavior.php b/src/ORM/Behavior/TranslateBehavior.php
index <HASH>..<HASH> 100644
--- a/src/ORM/Behavior/TranslateBehavior.php
+++ b/src/ORM/Behavior/TranslateBehavior.php
@@ -23,6 +23,7 @@ use Cake\ORM\Entity;
use Cake\ORM\Query;
use Cake\ORM\Table;
use Cake\ORM\TableRegistry;... | Allowing specifying Table when translating
Implementing translations with Table class declarations instead of the actual DB table. This gives the user the ability to specify the table and datasource used for the translation. I also added a strategy specifier to fix issues that arise when trying to search i<I>n'd Table... | cakephp_cakephp | train |
518a5487c7d91b4b3b836c861d9ecd27004984cf | diff --git a/src/services/probes/probes.service.js b/src/services/probes/probes.service.js
index <HASH>..<HASH> 100644
--- a/src/services/probes/probes.service.js
+++ b/src/services/probes/probes.service.js
@@ -1,5 +1,6 @@
import logger from 'winston'
import makeDebug from 'debug'
+import _ from 'lodash'
import e... | Added bearing and filter when no probe value | weacast_weacast-probe | train |
b0979abd182396f353b362cfd590edd5a0a9cb2f | diff --git a/spec/public/model/hook_spec.rb b/spec/public/model/hook_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/public/model/hook_spec.rb
+++ b/spec/public/model/hook_spec.rb
@@ -6,6 +6,7 @@ describe DataMapper::Model::Hook do
include DataMapper::Resource
property :id, Serial
+ property :value,... | Update specs to handle inability to update key properties.
SQL Server does not allow updating IDENTITY columns. If a spec can do
without that this shortcut should be avoided. | datamapper_dm-core | train |
105cc6c5aad62d71ec62193678522978a4414ca5 | diff --git a/publib/main.py b/publib/main.py
index <HASH>..<HASH> 100644
--- a/publib/main.py
+++ b/publib/main.py
@@ -245,7 +245,10 @@ def _fix_style(styles, ax=None, **kwargs):
if params['draggable_legend']:
l = ax.get_legend()
if not l is None:
- l.draggable(True)
+ try:
... | removed matplotlib from install_requires. It seems to crash on Travis (wants to install <I> on Python <I>, which is not supported). Matplotlib is in the environment list anyway | erwanp_publib | train |
79b7e2f7cfc8ba0b39f3b1eae294bbae6b51bc59 | diff --git a/html-compressor/includes/core.php b/html-compressor/includes/core.php
index <HASH>..<HASH> 100644
--- a/html-compressor/includes/core.php
+++ b/html-compressor/includes/core.php
@@ -3402,7 +3402,7 @@ namespace websharks\html_compressor
$this->benchmark_times[] = // Benchmark data.
array('functio... | Adding bytes received to debug output. | wpsharks_html-compressor | train |
e15ab2d5ec0dd1e99ac7d05141441576f43d2716 | diff --git a/structr-core/src/main/java/org/structr/core/function/ChangelogFunction.java b/structr-core/src/main/java/org/structr/core/function/ChangelogFunction.java
index <HASH>..<HASH> 100644
--- a/structr-core/src/main/java/org/structr/core/function/ChangelogFunction.java
+++ b/structr-core/src/main/java/org/struct... | Modifies ChangelogFunction to use StructrApp.getNodeById() instead of get() to improve performance. | structr_structr | train |
46ea7effe571d668768ffe1647e7548eb9e54d82 | diff --git a/lib/json_api_client/query/builder.rb b/lib/json_api_client/query/builder.rb
index <HASH>..<HASH> 100644
--- a/lib/json_api_client/query/builder.rb
+++ b/lib/json_api_client/query/builder.rb
@@ -2,7 +2,7 @@ module JsonApiClient
module Query
class Builder
- attr_reader :klass, :path_params
+ ... | Remove Query::Builder's path_params attr_reader
The path_params method defined below overrides it and triggers a warning | JsonApiClient_json_api_client | train |
f1c3b7aed050cf4acaa17721f5ed165fec3121a1 | diff --git a/public/scripts/repository.js b/public/scripts/repository.js
index <HASH>..<HASH> 100644
--- a/public/scripts/repository.js
+++ b/public/scripts/repository.js
@@ -12,7 +12,6 @@ var RepositoryViewModel = function(main, repoPath) {
this.repoPath = repoPath;
this.staging = new StagingViewModel(this);
thi... | Wait for ok status before loading gerrit integration | FredrikNoren_ungit | train |
39918ac49f09b16376ed4fa5d06eb509fdf5bca4 | diff --git a/config/blog.php b/config/blog.php
index <HASH>..<HASH> 100644
--- a/config/blog.php
+++ b/config/blog.php
@@ -17,4 +17,26 @@ return [
'route' => [
'prefix' => 'blog',
],
+
+ /* ------------------------------------------------------------------------------------------------
+ ... | Updating config file (Models, Tables & Observers) | ARCANESOFT_Blog | train |
e3470aacfb630cc528e73df12abc16c85297a5e5 | diff --git a/src/Request.php b/src/Request.php
index <HASH>..<HASH> 100644
--- a/src/Request.php
+++ b/src/Request.php
@@ -37,6 +37,7 @@ final class Request implements RequestInterface
$this->updateHostFromUri();
}
+ // If we got no body, defer initialization of the stream until Request::... | Added comments to explain what passing body=null to ServerRequest means (#<I>)
* Added some comments
* Typo | Nyholm_psr7 | train |
d4f1eddd4642e6046a74d01c84c359eaff7f6fba | diff --git a/src/ChangelogGenerator/ChangelogGenerator.php b/src/ChangelogGenerator/ChangelogGenerator.php
index <HASH>..<HASH> 100644
--- a/src/ChangelogGenerator/ChangelogGenerator.php
+++ b/src/ChangelogGenerator/ChangelogGenerator.php
@@ -5,6 +5,7 @@ declare(strict_types=1);
namespace ChangelogGenerator;
use Sy... | Improve changelog totals to be split by issue and pull requests. | jwage_changelog-generator | train |
ff7321b95a29f786944330001b094833f88cda6c | diff --git a/src/Iso8601Interceptor.php b/src/Iso8601Interceptor.php
index <HASH>..<HASH> 100644
--- a/src/Iso8601Interceptor.php
+++ b/src/Iso8601Interceptor.php
@@ -36,7 +36,7 @@ final class Iso8601Interceptor implements MethodInterceptor
{
$list = $invocation->proceed();
if (! is_array($list))... | Put @codeCoverageIgnore | ray-di_Ray.QueryModule | train |
1abb56192523b31db961bdcdea5c8afbf42ea588 | diff --git a/fmn/rules/generic.py b/fmn/rules/generic.py
index <HASH>..<HASH> 100644
--- a/fmn/rules/generic.py
+++ b/fmn/rules/generic.py
@@ -182,8 +182,8 @@ def package_regex_filter(config, message, pattern=None, *args, **kw):
pattern = kw.get('pattern', pattern)
if pattern:
packages = fedmsg.meta.... | Pass only bytes to re2 (no unicode allowed). | fedora-infra_fmn.rules | train |
eb4680f6f6712ea841abdb93ae2d8fbd3e6ecf0e | diff --git a/symphony/Pod/__init__.py b/symphony/Pod/__init__.py
index <HASH>..<HASH> 100644
--- a/symphony/Pod/__init__.py
+++ b/symphony/Pod/__init__.py
@@ -11,16 +11,12 @@ __email__ = 'matt@joyce.nyc'
__copyright__ = 'Copyright 2016, Symphony Communication Services LLC'
import symphony
+import Users
-class P... | attempt to import Users class to Pod class as mixin | symphonyoss_python-symphony | train |
4429f16c0ada896fe3753324f0201b290c6425d9 | diff --git a/activerecord/lib/active_record/relation.rb b/activerecord/lib/active_record/relation.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/relation.rb
+++ b/activerecord/lib/active_record/relation.rb
@@ -521,7 +521,8 @@ module ActiveRecord
# always convert table names to downcase as in... | Make referencing an included item trigger eager loading | rails_rails | train |
9e4cb82d0a966994cb6c980586726b23984a2dba | diff --git a/lib/genericBookmark.js b/lib/genericBookmark.js
index <HASH>..<HASH> 100644
--- a/lib/genericBookmark.js
+++ b/lib/genericBookmark.js
@@ -2,16 +2,18 @@ function GenericBookmark(connection, handle) {
this.connection = connection;
this.handle = handle;
}
-GenericBookmark.prototype.getLayout = func... | Bookmark class has been updated for <I>
New methods has been added. | mindspank_qsocks | train |
5e0dde220af187731af10643e2567b29f24e1578 | diff --git a/plenum/test/consensus/view_change/test_sim_view_change.py b/plenum/test/consensus/view_change/test_sim_view_change.py
index <HASH>..<HASH> 100644
--- a/plenum/test/consensus/view_change/test_sim_view_change.py
+++ b/plenum/test/consensus/view_change/test_sim_view_change.py
@@ -38,7 +38,7 @@ def default_ran... | add a new seed to be skipped in sim tests until INDY-<I> is done | hyperledger_indy-plenum | train |
b3ec718d97cab702e8ead3e2a68d854b6ef8c991 | diff --git a/src/Synapse/ApplicationInitializer.php b/src/Synapse/ApplicationInitializer.php
index <HASH>..<HASH> 100644
--- a/src/Synapse/ApplicationInitializer.php
+++ b/src/Synapse/ApplicationInitializer.php
@@ -11,13 +11,6 @@ use Symfony\Component\Debug\Debug;
class ApplicationInitializer
{
/**
- * Appli... | Get application version from init config. | synapsestudios_synapse-base | train |
54d1f6c704541420fc5768f95b9fa527d072fb67 | diff --git a/python/ray/autoscaler/_private/fake_multi_node/test_utils.py b/python/ray/autoscaler/_private/fake_multi_node/test_utils.py
index <HASH>..<HASH> 100644
--- a/python/ray/autoscaler/_private/fake_multi_node/test_utils.py
+++ b/python/ray/autoscaler/_private/fake_multi_node/test_utils.py
@@ -22,6 +22,10 @@ lo... | [CI] Better error message for fake multi-node cluster (#<I>)
Differentiate between a "resources not available" error vs. other types of errors.
Had this happen to me when I was trying out the fake cluster- I was using Ray client incorrectly, but because we were doing a generic except Exception, this was raised as "... | ray-project_ray | train |
2ade3f4a656a4fd96c5e2b4fd741e939e911c280 | diff --git a/install.js b/install.js
index <HASH>..<HASH> 100644
--- a/install.js
+++ b/install.js
@@ -126,6 +126,16 @@ function getRequestOptions(downloadPath) {
// Use certificate authority settings from npm
var ca = process.env.npm_config_ca;
+
+ // Parse ca string like npm does
+ if (ca && ca.match(/^".*"... | Fixed bug where ca string encased in double quotes was not parsed properly | giggio_node-chromedriver | train |
84bc793fbb55c760111fcc2e89fb991643ed8c9b | diff --git a/src/diamond/scheduler.py b/src/diamond/scheduler.py
index <HASH>..<HASH> 100644
--- a/src/diamond/scheduler.py
+++ b/src/diamond/scheduler.py
@@ -437,7 +437,6 @@ class MonthdayTask(DayTaskRescheduler, Task):
try:
import threading
-
class ThreadedScheduler(Scheduler):
"""A Scheduler th... | E<I> too many blank lines | python-diamond_Diamond | train |
babf1df8d8483df0303e1c9169dad80e34410d90 | diff --git a/src/js/draggable.js b/src/js/draggable.js
index <HASH>..<HASH> 100644
--- a/src/js/draggable.js
+++ b/src/js/draggable.js
@@ -50,7 +50,7 @@
mousePos,
moved;
- var mouseMove = function(event) {
+ var mouseMoveHandler = function(event) {
var mX = ev... | * use asap to improve performance for mousemove handler. | easysoft_zui | train |
1cd8b98d0193a298b6fb68443f3d24ccb4aa9447 | diff --git a/actionpack/lib/action_view/helpers/ajax_helper.rb b/actionpack/lib/action_view/helpers/ajax_helper.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_view/helpers/ajax_helper.rb
+++ b/actionpack/lib/action_view/helpers/ajax_helper.rb
@@ -1,7 +1,7 @@
module ActionView
module Helpers
module ... | javascript_helper now correctly pulls in ajax_helper instead of prototype_helper. prototype_helper is pulled in by ajax_helper for reverse compatibility | rails_rails | train |
3db96acd81f56da6a863745820c0de8a4e78801c | diff --git a/bql/version/version.go b/bql/version/version.go
index <HASH>..<HASH> 100644
--- a/bql/version/version.go
+++ b/bql/version/version.go
@@ -18,9 +18,9 @@ var (
// Major is the current major version of master branch.
Major = 0
// Minor is the current minor version of master branch.
- Minor = 1
+ Minor =... | Bump the version to indicate incompatible changes
Preparing for incompatible changes to the storage interfaces. | google_badwolf | train |
a5d412ff66dfb7a4738efb92b58499caf65e452d | diff --git a/ics/utils.py b/ics/utils.py
index <HASH>..<HASH> 100644
--- a/ics/utils.py
+++ b/ics/utils.py
@@ -8,6 +8,7 @@ from datetime import timedelta
from six import PY2, PY3, StringIO, string_types, text_type, integer_types
from six.moves import filter, map, range
from uuid import uuid4
+from dateutil.tz import... | use TZID as time zone if possible | C4ptainCrunch_ics.py | train |
a36deaae7e7997f1c2b08137fe44d99408e00335 | diff --git a/AdvancedHTTPServer.py b/AdvancedHTTPServer.py
index <HASH>..<HASH> 100644
--- a/AdvancedHTTPServer.py
+++ b/AdvancedHTTPServer.py
@@ -190,7 +190,7 @@ class AdvancedHTTPServerRPCClient(object):
headers['Content-Type'] = 'binary/python-pickle'
headers['Content-Length'] = str(len(options))
- if self.... | Add HMAC authentication for RPC server responses. | zeroSteiner_AdvancedHTTPServer | train |
ab8a1aba6539b0b62ff1dff978b824dde473f0f9 | diff --git a/pystock_crawler/tests/test_loaders.py b/pystock_crawler/tests/test_loaders.py
index <HASH>..<HASH> 100644
--- a/pystock_crawler/tests/test_loaders.py
+++ b/pystock_crawler/tests/test_loaders.py
@@ -98,14 +98,20 @@ class ReportItemLoaderTest(TestCaseBase):
'doc_type': '10-Q',
'peri... | Test AAPL <I> Q3 report | eliangcs_pystock-crawler | train |
d5e3c5334768452b3b0e25b28003e76eaaa9a16d | diff --git a/satpy/readers/seviri_l1b_native.py b/satpy/readers/seviri_l1b_native.py
index <HASH>..<HASH> 100644
--- a/satpy/readers/seviri_l1b_native.py
+++ b/satpy/readers/seviri_l1b_native.py
@@ -443,12 +443,18 @@ class NativeMSGFileHandler(BaseFileHandler, SEVIRICalibrationHandler):
return area_extent,... | Fix area extent boundaries for VISIR data in order to correctly handle ROI data. | pytroll_satpy | train |
28bf45a89de8f714f0e1bd5d500102d9c450eba6 | diff --git a/src/Humbug/Command/Humbug.php b/src/Humbug/Command/Humbug.php
index <HASH>..<HASH> 100644
--- a/src/Humbug/Command/Humbug.php
+++ b/src/Humbug/Command/Humbug.php
@@ -464,16 +464,10 @@ class Humbug extends Command
$this->container->setTimeout((int) $timeout);
}
- /**
- ... | Config::getChDir method introduced | humbug_humbug | train |
82aff2ba5da89eec1c3f8dad38bc75313872cc5d | diff --git a/symphony/lib/boot/func.utilities.php b/symphony/lib/boot/func.utilities.php
index <HASH>..<HASH> 100644
--- a/symphony/lib/boot/func.utilities.php
+++ b/symphony/lib/boot/func.utilities.php
@@ -246,7 +246,7 @@ function symphony_launcher()
// #1808
if (server_safe('HTTP_MOD_REWRITE') != null) {
... | Fix missing rename from <I>f3f<I>e4
getTemplate() is now in ExceptionRenderer
Picked from <I>b<I>a<I>e
Picked from 9ab7c<I>c<I>
Picked from c3a<I>d<I> | symphonycms_symphony-2 | train |
d728031755269d352ea43c1ea4fb59fd0eceebd5 | diff --git a/hacking/core.py b/hacking/core.py
index <HASH>..<HASH> 100755
--- a/hacking/core.py
+++ b/hacking/core.py
@@ -272,7 +272,7 @@ RE_RELATIVE_IMPORT = re.compile('^from\s*[.]')
@flake8ext
-def hacking_import_rules(logical_line, filename):
+def hacking_import_rules(logical_line, physical_line, filename):
... | Ignore import lines with noqa
flake8 says that lines with '# noqa' should be ignored, but the
import rules checker isn't ignoring those lines.
This change makes it so that import lines with # noqa are ignored.
Change-Id: Icb2c3eaf0cec<I>e<I>bc3c6dcf<I>f8e<I>ec<I>a2
Fixes: bug <I> | openstack_hacking | train |
9af5bc1316a6dc62fdbd34640a263ab5bb54e806 | diff --git a/hook.go b/hook.go
index <HASH>..<HASH> 100644
--- a/hook.go
+++ b/hook.go
@@ -96,6 +96,8 @@ func (r *Hook) report(entry *logrus.Entry, cause error, m map[string]interface{}
r.Client.MessageWithExtras(rollbar.INFO, entry.Message, m)
case level == logrus.DebugLevel:
r.Client.MessageWithExtras(rollbar... | Add trace level
Handled trace level from logrus and reports to rollbar
as debug level.
Fixes #<I> | heroku_rollrus | train |
a34003e06c344e18c431b86608d85a8ccb68e952 | diff --git a/cartoframes/context.py b/cartoframes/context.py
index <HASH>..<HASH> 100644
--- a/cartoframes/context.py
+++ b/cartoframes/context.py
@@ -749,7 +749,12 @@ class CartoContext(object):
ax.axis('off')
return ax
else:
- return IPython.display.HTML(html)
+ ... | moves non matplotlib to be embedded in notebook | CartoDB_cartoframes | train |
f9367b7fed187163938d350b4938e1c0acc5e571 | diff --git a/addok/core.py b/addok/core.py
index <HASH>..<HASH> 100644
--- a/addok/core.py
+++ b/addok/core.py
@@ -55,13 +55,15 @@ def compute_geohash_key(geoh, with_neighbors=True):
class Result(object):
MAX_IMPORTANCE = 0.0
+ DEFAULT_IMPORTANCE = 0.0
def __init__(self, _id):
self.housenumbe... | Do not fail if doc has no importance (fix #<I>) | addok_addok | train |
25dd25bab0104c2668e4e8afbeb42d99f9293adb | diff --git a/mockgen/reflect.go b/mockgen/reflect.go
index <HASH>..<HASH> 100644
--- a/mockgen/reflect.go
+++ b/mockgen/reflect.go
@@ -25,6 +25,7 @@ import (
"os"
"os/exec"
"path/filepath"
+ "runtime"
"text/template"
"code.google.com/p/gomock/mockgen/model"
@@ -47,7 +48,11 @@ func Reflect(importPath string,... | Fix reflect trampoline execution on Windows.
Fixes issue <I>. | golang_mock | train |
399f28600794c71eac06a3bd169cd70302c4c5ce | diff --git a/javascript/firefox-driver/extension/components/firefoxDriver.js b/javascript/firefox-driver/extension/components/firefoxDriver.js
index <HASH>..<HASH> 100644
--- a/javascript/firefox-driver/extension/components/firefoxDriver.js
+++ b/javascript/firefox-driver/extension/components/firefoxDriver.js
@@ -1045,... | EranMes: In order to get native events working in Firefox 4, an offset should be added to the coordinates sent to the native mouse event generation code. In Firefox 4, the toolbar is a part of the window so the additional height should be taken into consideration. This addresses issue <I>.
r<I> | SeleniumHQ_selenium | train |
673f91ee63b7a083ee1daf9a4a0a1860edc49045 | diff --git a/frames/ack_frame.go b/frames/ack_frame.go
index <HASH>..<HASH> 100644
--- a/frames/ack_frame.go
+++ b/frames/ack_frame.go
@@ -2,6 +2,7 @@ package frames
import (
"bytes"
+ "fmt"
"github.com/lucas-clemente/quic-go/protocol"
"github.com/lucas-clemente/quic-go/utils"
@@ -36,8 +37,9 @@ func ParseAck... | accept NACKs, WINDOW_UPDATEs and BLOCKEDs, but don't handle them yet | lucas-clemente_quic-go | train |
83e914defef47910ef112b1848c706e176439616 | diff --git a/plumbing/object/change.go b/plumbing/object/change.go
index <HASH>..<HASH> 100644
--- a/plumbing/object/change.go
+++ b/plumbing/object/change.go
@@ -46,6 +46,10 @@ func (c *Change) Files() (from, to *File, err error) {
if action == merkletrie.Insert || action == merkletrie.Modify {
to, err = c.To.T... | object: fix Change.Files() method behavior (fix #<I>)
- If 'from' or 'to' are tree entries that aren't files, Files() method will return nil instead of object not found error.
- Added a test checking this using modules fixture. | src-d_go-git | train |
8a53246d9c2e933267a5284abfcd818254ccbc52 | diff --git a/tests/test_apps/genqa/src/genqa/ExportRabbitMQVerifier.java b/tests/test_apps/genqa/src/genqa/ExportRabbitMQVerifier.java
index <HASH>..<HASH> 100644
--- a/tests/test_apps/genqa/src/genqa/ExportRabbitMQVerifier.java
+++ b/tests/test_apps/genqa/src/genqa/ExportRabbitMQVerifier.java
@@ -112,7 +112,7 @@ publi... | Change typo "minutes" should be "seconds" in error message. | VoltDB_voltdb | train |
bacaa87431e61085c4cddb994ef93d5af3794011 | diff --git a/blueflood-http/src/main/java/com/rackspacecloud/blueflood/utils/DateTimeParser.java b/blueflood-http/src/main/java/com/rackspacecloud/blueflood/utils/DateTimeParser.java
index <HASH>..<HASH> 100644
--- a/blueflood-http/src/main/java/com/rackspacecloud/blueflood/utils/DateTimeParser.java
+++ b/blueflood-htt... | fixing a nit extra newline | rackerlabs_blueflood | train |
0c1517a0e9ada833011ad435a9799ada0bbb7c89 | diff --git a/test_utils/scripts/get_target_packages_kokoro.py b/test_utils/scripts/get_target_packages_kokoro.py
index <HASH>..<HASH> 100644
--- a/test_utils/scripts/get_target_packages_kokoro.py
+++ b/test_utils/scripts/get_target_packages_kokoro.py
@@ -18,6 +18,7 @@ import pathlib
import subprocess
import ci_diff... | Use the Github API to compute changed files for PRs. (#<I>) | googleapis_google-cloud-python | train |
8da9ba14f021dc9506f24b0af2c933dc60c49a7f | diff --git a/Doctrineum/Scalar/ScalarEnum.php b/Doctrineum/Scalar/ScalarEnum.php
index <HASH>..<HASH> 100644
--- a/Doctrineum/Scalar/ScalarEnum.php
+++ b/Doctrineum/Scalar/ScalarEnum.php
@@ -140,7 +140,7 @@ class ScalarEnum extends StrictObject implements ScalarEnumInterface
$reflection = new \ReflectionClass(... | Proper class is reported on failure because of creating enum from abstract class | doctrineum_doctrineum-scalar | train |
7a8f7db7d2398afac4fd5595a98c292b277f91f6 | diff --git a/lib/adhearsion/voip/asterisk/commands.rb b/lib/adhearsion/voip/asterisk/commands.rb
index <HASH>..<HASH> 100644
--- a/lib/adhearsion/voip/asterisk/commands.rb
+++ b/lib/adhearsion/voip/asterisk/commands.rb
@@ -52,11 +52,21 @@ module Adhearsion
def read
returning from_pbx.gets do |messag... | Start to improve on the AGI parser. | adhearsion_adhearsion | train |
45c5508ec3fca43e784ab60b0bc3df3b64e4d01c | diff --git a/src/complexityReport.js b/src/complexityReport.js
index <HASH>..<HASH> 100644
--- a/src/complexityReport.js
+++ b/src/complexityReport.js
@@ -276,7 +276,11 @@
name = fn.id.name;
}
- processFunctionBody(name, fn.body);
+ processFunctionBody(safeName(name), fn.body);
+ ... | Handle anonymous functions assigned to literal properties. | philbooth_complexity-report | train |
82d57fb8b2d194b0bfdbbe6ecb7e974615c9cc7b | diff --git a/lib/Cake/TestSuite/ControllerTestCase.php b/lib/Cake/TestSuite/ControllerTestCase.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/TestSuite/ControllerTestCase.php
+++ b/lib/Cake/TestSuite/ControllerTestCase.php
@@ -363,8 +363,9 @@ abstract class ControllerTestCase extends CakeTestCase {
'class' => $co... | Add mocked components to the enable list of components.
Mocked components should be enabled so they receive callbacks. This
allows more realistic integration tests using testAction(). Stop
disabling the constructor as it causes a number of errors with
components that use components.
Fixes #<I> | cakephp_cakephp | train |
9af0446f12b4ede8d37bd64222872e45da9cc2cd | diff --git a/pax-web-api/src/main/java/org/ops4j/pax/web/service/WebContainerConstants.java b/pax-web-api/src/main/java/org/ops4j/pax/web/service/WebContainerConstants.java
index <HASH>..<HASH> 100644
--- a/pax-web-api/src/main/java/org/ops4j/pax/web/service/WebContainerConstants.java
+++ b/pax-web-api/src/main/java/or... | added constant for Web-ContextPath header | ops4j_org.ops4j.pax.web | train |
0fddcfef32f70aeb4c83e82171c8bca420e5c450 | diff --git a/scripts/upgrade_dbt_schema_tests_v1_to_v2.py b/scripts/upgrade_dbt_schema_tests_v1_to_v2.py
index <HASH>..<HASH> 100644
--- a/scripts/upgrade_dbt_schema_tests_v1_to_v2.py
+++ b/scripts/upgrade_dbt_schema_tests_v1_to_v2.py
@@ -194,7 +194,7 @@ def convert_file(path, backup, write, extra_complex_tests):
... | turn off "flow style" in output | fishtown-analytics_dbt | train |
a684f31b12d1b8e1111fec7527fdc288d68024e5 | diff --git a/src/inputSources/mouseWheelInput.js b/src/inputSources/mouseWheelInput.js
index <HASH>..<HASH> 100755
--- a/src/inputSources/mouseWheelInput.js
+++ b/src/inputSources/mouseWheelInput.js
@@ -15,6 +15,8 @@
if (e.originalEvent.type === 'DOMMouseScroll' && e.originalEvent.axis === 1) {
re... | Stop scrolling the page
Without `e.preventDefault()` the page would still scroll when using the wheel over the canvas | cornerstonejs_cornerstoneTools | train |
c3ce80a4a971c8795ec504d9aca4684a71f13215 | diff --git a/logback-core/src/main/java/ch/qos/logback/core/joran/event/SaxEventRecorder.java b/logback-core/src/main/java/ch/qos/logback/core/joran/event/SaxEventRecorder.java
index <HASH>..<HASH> 100644
--- a/logback-core/src/main/java/ch/qos/logback/core/joran/event/SaxEventRecorder.java
+++ b/logback-core/src/main/... | corrected bug caught by FindBugz | tony19_logback-android | train |
c94bcf850ef73f1915742dee7e2cba89e5374871 | diff --git a/classes/Gems/Snippets/Export/SurveyExportSearchFormSnippetAbstract.php b/classes/Gems/Snippets/Export/SurveyExportSearchFormSnippetAbstract.php
index <HASH>..<HASH> 100644
--- a/classes/Gems/Snippets/Export/SurveyExportSearchFormSnippetAbstract.php
+++ b/classes/Gems/Snippets/Export/SurveyExportSearchFormS... | Fixed #<I> Added start date to date filters in export form | GemsTracker_gemstracker-library | train |
3178e63720c379f2ad537aabcba8392b0fa469e5 | diff --git a/pysat/_instrument.py b/pysat/_instrument.py
index <HASH>..<HASH> 100644
--- a/pysat/_instrument.py
+++ b/pysat/_instrument.py
@@ -1425,12 +1425,13 @@ class Instrument(object):
start of iteration, if None uses first data date.
list-like collection also accepted
end : date... | Fixed bug when setting dates in a list | rstoneback_pysat | train |
5905760c807d7d2215c5d14221660c91fcaa2dcc | diff --git a/src/sap.m/src/sap/m/Select.js b/src/sap.m/src/sap/m/Select.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/Select.js
+++ b/src/sap.m/src/sap/m/Select.js
@@ -25,7 +25,8 @@ sap.ui.define([
"sap/ui/dom/containsOrEquals",
"sap/ui/events/KeyCodes",
'./Text',
- 'sap/m/SimpleFixFlex'
+ 'sap/m/Simpl... | [INTERNAL] sap.m.Select: Handle exception in setter
Problem:
In some situations,
OData v4 throws exceptions when control setters are called.
Solution:
Wrap the setter in a try/catch
BCP: <I>
Change-Id: I0fc<I>c3a<I>ef<I>ae1db6b1fbe<I>d<I> | SAP_openui5 | train |
ab092428ec3541806491394fda04bc567378a9fd | diff --git a/src/Storage/Repository/ContentRepository.php b/src/Storage/Repository/ContentRepository.php
index <HASH>..<HASH> 100644
--- a/src/Storage/Repository/ContentRepository.php
+++ b/src/Storage/Repository/ContentRepository.php
@@ -41,7 +41,7 @@ class ContentRepository extends Repository
*
* @return ... | Prevent fatal error, if we're trying to fetch the querySelectList for a contenttype, that hasn't explicitly defined a sorting order. | bolt_bolt | train |
29a655fe884f963a48529e0a7cf7a92fad71c6df | diff --git a/lib/irt/commands/edit.rb b/lib/irt/commands/edit.rb
index <HASH>..<HASH> 100644
--- a/lib/irt/commands/edit.rb
+++ b/lib/irt/commands/edit.rb
@@ -4,30 +4,32 @@ module IRT
def copy_lines
ensure_session
+ ensure_cli
copy_to_clipboard :print_lines
end
alias_meth... | little refactory of editing methods | ddnexus_irt | train |
c57e047e48a4c7eaa9fafe2b67a1cb4fa7c6d066 | diff --git a/packages/ciscospark/test/integration/spec/request.js b/packages/ciscospark/test/integration/spec/request.js
index <HASH>..<HASH> 100644
--- a/packages/ciscospark/test/integration/spec/request.js
+++ b/packages/ciscospark/test/integration/spec/request.js
@@ -4,18 +4,67 @@
*/
import {assert} from '@cisc... | fix(ciscospark): ensure hydra calls are still authorized after registering with WDM | webex_spark-js-sdk | train |
b5a264819c20b242f0ee15a6a626fdd03c12b3bf | diff --git a/analysis/store/cli.py b/analysis/store/cli.py
index <HASH>..<HASH> 100644
--- a/analysis/store/cli.py
+++ b/analysis/store/cli.py
@@ -61,7 +61,7 @@ def list_cmd(context, pretty, limit, since, config, analysis_id):
log.warn('sorry, no analyses found')
else:
if config:
- que... | filter deleted in config query
set default to false for is_deleted | Clinical-Genomics_trailblazer | train |
894a72f0d5640b51bb8f012b03d964a74fdc4744 | diff --git a/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ContaoWidgetManager.php b/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ContaoWidgetManager.php
index <HASH>..<HASH> 100644
--- a/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ContaoWidgetMana... | Refactor option retrieval into own subroutine. | contao-community-alliance_dc-general | train |
3a6540b5225bf10299f138fa88383e6502c2c79b | diff --git a/android/src/main/java/com/polidea/reactnativeble/BleModule.java b/android/src/main/java/com/polidea/reactnativeble/BleModule.java
index <HASH>..<HASH> 100644
--- a/android/src/main/java/com/polidea/reactnativeble/BleModule.java
+++ b/android/src/main/java/com/polidea/reactnativeble/BleModule.java
@@ -7,7 +... | Check on Android if disconnection event is only emitted once. | Polidea_react-native-ble-plx | train |
523174a01be974e1864b4c0f7146851598727783 | diff --git a/nanoplotter/nanoplotter.py b/nanoplotter/nanoplotter.py
index <HASH>..<HASH> 100644
--- a/nanoplotter/nanoplotter.py
+++ b/nanoplotter/nanoplotter.py
@@ -165,19 +165,20 @@ def time_plots(df, path, color, figformat):
maxtime = dfs_sparse.time.max()
ticks = [int(i) for i in range(0, 100, 2)... | in time_plots(), check if quals is a column of df | wdecoster_nanoplotter | train |
9720182fd3d960a19d8aa9df4d61f08fc1b14d72 | diff --git a/lib/mongo_ha/mongo_client.rb b/lib/mongo_ha/mongo_client.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo_ha/mongo_client.rb
+++ b/lib/mongo_ha/mongo_client.rb
@@ -112,6 +112,13 @@ module MongoHA
retry
end
raise exc
+ rescue Mongo::OperationTimeout => exc
+ ... | Add retry on OperationTimeout.
Network glitches can cause operation timeouts. | reidmorrison_mongo_ha | train |
a417956bff7b8f85145ee17a914e3d86392c649b | diff --git a/generators/newapp/new.go b/generators/newapp/new.go
index <HASH>..<HASH> 100644
--- a/generators/newapp/new.go
+++ b/generators/newapp/new.go
@@ -24,6 +24,7 @@ func (a Generator) Run(root string, data makr.Data) error {
if a.AsAPI {
defer os.RemoveAll(filepath.Join(a.Root, "templates"))
defer os.Re... | make sure to remove the public directory for API apps | gobuffalo_buffalo | train |
3b3fbeb5d4956a85666169f9e967b2736dcd62f0 | diff --git a/javascript/cable_ready.js b/javascript/cable_ready.js
index <HASH>..<HASH> 100644
--- a/javascript/cable_ready.js
+++ b/javascript/cable_ready.js
@@ -37,6 +37,18 @@ const didMorph = operation => el => {
const DOMOperations = {
// DOM Mutations
+ append: operation => {
+ processElements(operation,... | Add `append`, `prepend` and `replace` operations (#<I>) | hopsoft_cable_ready | train |
657288b8917dbc40c739a9e8d7f848a59f37ef72 | diff --git a/internal/providers/cloudstack/cloudstack.go b/internal/providers/cloudstack/cloudstack.go
index <HASH>..<HASH> 100644
--- a/internal/providers/cloudstack/cloudstack.go
+++ b/internal/providers/cloudstack/cloudstack.go
@@ -55,40 +55,58 @@ func FetchConfig(f *resource.Fetcher) (types.Config, report.Report, e... | internal/providers/*stack: exit early if all configs error out
Check if all provider sources have errored out before the context
timeout and exit early. | coreos_ignition | train |
0a232cdb9ddd6116839e330987c6d2853fbfce18 | diff --git a/test/wallet.js b/test/wallet.js
index <HASH>..<HASH> 100644
--- a/test/wallet.js
+++ b/test/wallet.js
@@ -651,10 +651,16 @@ describe('Wallet', function() {
var fee = 30000
sinon.spy(TransactionBuilder.prototype, "sign")
- var tx = wallet.createTx(to, value, { fixedFee: fee })
+ ... | tests: sign test needs to trigger ecurve.Point side effects | BitGo_bitgo-utxo-lib | train |
66b4982135ec33eae015a734c916514c91a91bd8 | diff --git a/mod/glossary/tests/external_test.php b/mod/glossary/tests/external_test.php
index <HASH>..<HASH> 100644
--- a/mod/glossary/tests/external_test.php
+++ b/mod/glossary/tests/external_test.php
@@ -919,8 +919,15 @@ class mod_glossary_external_testcase extends externallib_advanced_testcase {
$expected ... | MDL-<I> phpunit: Compare returned tags without any expected order | moodle_moodle | train |
8121b1790911e2f1f5660f3b6a3f8e790e2e48ec | diff --git a/tests/test_bluprints_public.py b/tests/test_bluprints_public.py
index <HASH>..<HASH> 100644
--- a/tests/test_bluprints_public.py
+++ b/tests/test_bluprints_public.py
@@ -5,4 +5,4 @@ from flask import url_for
def test_index(client):
res = client.get(url_for('public.index'))
assert res.status_code... | explicitly search bytes in bytes response | robinandeer_puzzle | train |
bcd0288e607ee1a1eba3d69dbb7d533f7ef2e4ba | diff --git a/staging/src/k8s.io/apiserver/pkg/server/openapi/openapi.go b/staging/src/k8s.io/apiserver/pkg/server/openapi/openapi.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/apiserver/pkg/server/openapi/openapi.go
+++ b/staging/src/k8s.io/apiserver/pkg/server/openapi/openapi.go
@@ -132,7 +132,9 @@ func (o *... | Fix yet another bug in OpenAPI extension generation | kubernetes_kubernetes | train |
7c17fc1e119d98cd97a39678477954960bd99dd1 | diff --git a/code/tools/ShippingCalculator.php b/code/tools/ShippingCalculator.php
index <HASH>..<HASH> 100644
--- a/code/tools/ShippingCalculator.php
+++ b/code/tools/ShippingCalculator.php
@@ -177,17 +177,15 @@ class ShippingCalculator extends Object
$config = SiteConfig::current_site_config();
$car... | Improve shipping calculations and fix bug relating to single letter postcode searches | silvercommerce_shoppingcart | train |
b3cfe5db7f2828690978c58478ca5e1a5361b722 | diff --git a/lib/montrose/recurrence.rb b/lib/montrose/recurrence.rb
index <HASH>..<HASH> 100644
--- a/lib/montrose/recurrence.rb
+++ b/lib/montrose/recurrence.rb
@@ -322,7 +322,7 @@ module Montrose
# @return [String] YAML-formatted recurrence options
#
def to_yaml(*args)
- YAML.dump(to_hash, *args)... | Support YAML.safe_load for recurrence | rossta_montrose | train |
d4c4a11481432b4c79140c69a5282ee3e113dcbc | diff --git a/src/com/google/javascript/jscomp/testing/JSErrorSubject.java b/src/com/google/javascript/jscomp/testing/JSErrorSubject.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/testing/JSErrorSubject.java
+++ b/src/com/google/javascript/jscomp/testing/JSErrorSubject.java
@@ -16,7 +16,6 @@
pa... | Fix TruthOnly warnings in JSErrorSubject
-------------
Created by MOE: <URL> | google_closure-compiler | train |
d44cf035a297f97a1fda434e9363eba11af8d2c1 | diff --git a/fastjsonschema/generator.py b/fastjsonschema/generator.py
index <HASH>..<HASH> 100644
--- a/fastjsonschema/generator.py
+++ b/fastjsonschema/generator.py
@@ -213,7 +213,7 @@ class CodeGenerator:
self.l('func({variable})')
else:
#TODO: Create more functions for any ref and... | #8 Raise exception instead of silent pass | horejsek_python-fastjsonschema | train |
2063af8ac6d8415824b4ad6ec847460f513f155a | diff --git a/script/ci-release-build.js b/script/ci-release-build.js
index <HASH>..<HASH> 100644
--- a/script/ci-release-build.js
+++ b/script/ci-release-build.js
@@ -30,7 +30,7 @@ const CIcall = (buildUrl, targetBranch, job) => {
const build = JSON.parse(body)
console.log(`Check ${build.build_url} for st... | a few changes as per code review comments ✨ | electron_electron | train |
ee9183b79149b31bf379c0638c444bd56e113ded | diff --git a/lib/arproxy.rb b/lib/arproxy.rb
index <HASH>..<HASH> 100644
--- a/lib/arproxy.rb
+++ b/lib/arproxy.rb
@@ -14,6 +14,15 @@ module Arproxy
end
def enable!
+ if @enabled
+ Arproxy.logger.warn "Arproxy has been already enabled"
+ return
+ end
+
+ unless @config
+ raise Arproxy::E... | Fix bug: An error occoured when call disable! after disable! | cookpad_arproxy | train |
bfff4e780ee195960dc94c13ef12fedf0b91fdf6 | diff --git a/src/django_markup/defaults.py b/src/django_markup/defaults.py
index <HASH>..<HASH> 100644
--- a/src/django_markup/defaults.py
+++ b/src/django_markup/defaults.py
@@ -1,73 +0,0 @@
-def linebreaks(text, **kwargs):
- """
- Replaces line breaks in plain text with appropriate HTML; a single
- newline b... | Removed defaults.py, factoring out the default filters into it's own files. | bartTC_django-markup | train |
91770ba9b4ecb3e65c070e5ad2017af8266cb928 | diff --git a/structr-ui/src/main/resources/structr/js/code.js b/structr-ui/src/main/resources/structr/js/code.js
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/resources/structr/js/code.js
+++ b/structr-ui/src/main/resources/structr/js/code.js
@@ -1872,7 +1872,7 @@ var _Code = {
}
// run button
- ... | Fix: Adds condition to hide button for schema methods. | structr_structr | train |
188628307400d478450d519d339534337c1f74e2 | diff --git a/config/projects/chef.rb b/config/projects/chef.rb
index <HASH>..<HASH> 100644
--- a/config/projects/chef.rb
+++ b/config/projects/chef.rb
@@ -20,7 +20,7 @@ maintainer "Chef Software, Inc. <maintainers@chef.io>"
homepage "https://www.chef.io"
build_iteration 1
-build_version '12.4.3'
+build_version '12.... | Bump revision and tag <I> | chef_chef | train |
82d228c590b73cd7799f3886449ff44c6a72619d | diff --git a/psiturk/psiturk_shell.py b/psiturk/psiturk_shell.py
index <HASH>..<HASH> 100644
--- a/psiturk/psiturk_shell.py
+++ b/psiturk/psiturk_shell.py
@@ -1148,10 +1148,11 @@ class PsiturkNetworkShell(PsiturkShell):
hit list (all | active | reviewable)
hit help
"""
+
if arg['... | Fix hit_extend bug
Shell command was passing the boolean values of the flags instead of the
assignments/time to extend by. | NYUCCL_psiTurk | train |
605d6e1ff677c8752ce882ffb213d4e762fe6681 | diff --git a/templates/Debian-7.0-b4-i386-netboot/definition.rb b/templates/Debian-7.0-b4-i386-netboot/definition.rb
index <HASH>..<HASH> 100644
--- a/templates/Debian-7.0-b4-i386-netboot/definition.rb
+++ b/templates/Debian-7.0-b4-i386-netboot/definition.rb
@@ -23,6 +23,7 @@ Veewee::Definition.declare({
'debconf... | Fix hang at keyboard selection
vewee hangs waiting for user selection of keyboard type | jedi4ever_veewee | train |
0522d8903593470e5298856ce9840a6e8a773bc9 | diff --git a/src/plugins/date.js b/src/plugins/date.js
index <HASH>..<HASH> 100644
--- a/src/plugins/date.js
+++ b/src/plugins/date.js
@@ -41,5 +41,6 @@ const messages = {
export default {
make,
- messages
+ messages,
+ installed: false
};
diff --git a/src/validator.js b/src/validator.js
index <HASH>.... | make sure date validators don't get installed more than once | baianat_vee-validate | train |
b4036b1a8022ecb4926bbc86e343ad79c94fb3fd | diff --git a/pyshk/api.py b/pyshk/api.py
index <HASH>..<HASH> 100755
--- a/pyshk/api.py
+++ b/pyshk/api.py
@@ -202,6 +202,11 @@ class Api(object):
except:
return req
+ # try:
+ # return req.json()
+ # except:
+ # return req
+
@staticmethod
def get_no... | fixes api issue where new apps would always raise an unauthenticated error before keys could be issued; revises tests to reflect same. | jeremylow_pyshk | train |
cb175a570c085aecb25385f2ba73cb74b694bc38 | diff --git a/includes/DHLBusinessShipment.php b/includes/DHLBusinessShipment.php
index <HASH>..<HASH> 100644
--- a/includes/DHLBusinessShipment.php
+++ b/includes/DHLBusinessShipment.php
@@ -1,10 +1,13 @@
<?php
+// Set correct encoding
mb_internal_encoding('UTF-8');
-define('API_URL', 'https://cig.dhl.de/cig-wsdls/... | Added getter and setter added/changed some doc info
Added destruct method | Petschko_dhl-php-sdk | train |
fa66f9452b08894f916ecca016b5ee0940482f32 | diff --git a/lib/platformexploit.rb b/lib/platformexploit.rb
index <HASH>..<HASH> 100644
--- a/lib/platformexploit.rb
+++ b/lib/platformexploit.rb
@@ -24,10 +24,18 @@ require 'exploit'
module Ronin
class PlatformExploit < Exploit
+ # Prefix string
+ attr_reader :prefix
+
+ # Postfix string
+ attr_read... | * Added 'prefix' and 'postfix' variables for building the exploit.
* Code cleanups. | ronin-ruby_ronin | train |
5acdd312253efd7f0ac3b16960905c81ce3eb52d | diff --git a/api/builds/logs.go b/api/builds/logs.go
index <HASH>..<HASH> 100644
--- a/api/builds/logs.go
+++ b/api/builds/logs.go
@@ -38,6 +38,7 @@ func (handler *Handler) LogInput(w http.ResponseWriter, r *http.Request) {
for {
_, msg, err := conn.ReadMessage()
if err != nil {
+ log.Println("error reading m... | add log entry for failure to read websocket msg
expecting to see EOF from this to help weed out dangling connections | concourse_glider | train |
4f57f4db899475d634d2c4a3335292ef37fd84bf | diff --git a/jquery.uniform.js b/jquery.uniform.js
index <HASH>..<HASH> 100644
--- a/jquery.uniform.js
+++ b/jquery.uniform.js
@@ -743,7 +743,7 @@ Enjoy!
radioClass: "radio",
resetDefaultHtml: "Reset",
resetSelector: false, // We'll use our own function when you don't specify one
- selectAutoWidth: false... | Fixing discrepency between docs and library
As seen in issue #<I> | AudithSoftworks_Uniform | train |
ca7be192be6a8e7a26bdc02074c086a87e823a1b | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,7 @@ format={"additional_field": "value"}
- Time to sleep between draining attempts (defaults to "3")
- Logz.io Listener address (defaults to "https://listener.logz.io:8071")
- Debug flag. Set to True, will... | Add flag to disable the local backup of logs | logzio_logzio-python-handler | train |
62d26a5aac8fca0426fcafa1f0508b4985e83d20 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -26,7 +26,7 @@ function createParser(callback) {
if (i < lines.length) {
var newLines = lines.slice(i);
received = received.concat(newLines);
- parser.write(newLines.join('\r\n'));... | additional newline after parser.write() | conradz_wd-tap | train |
76988b0f89cdc937b56d0d3d3733558d2db48007 | diff --git a/shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/communication/jdbc/connection/BackendConnectionTest.java b/shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/communication/jdbc/connection/BackendCon... | assertSetFetchSizeAsExpected added | apache_incubator-shardingsphere | train |
74ed123e082a9b2b160ddecc2eb141f1678c600a | diff --git a/activerecord/lib/active_record/relation.rb b/activerecord/lib/active_record/relation.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/relation.rb
+++ b/activerecord/lib/active_record/relation.rb
@@ -73,6 +73,14 @@ module ActiveRecord
end
end
+ def respond_to?(method)
+ ... | Override respond_to? in ActiveRecord::Relation to go with
method_missing. | rails_rails | train |
eb845d79b84fdcad7ac15fcd592471cbb4e94b46 | diff --git a/shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-common/src/main/java/org/apache/shardingsphere/shadow/constant/ShadowOrder.java b/shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-common/src/main/java/org/apache/shardingsphere/shadow/constant/ShadowOrder.java
index <HA... | fix shadow order (#<I>) | apache_incubator-shardingsphere | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.