hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
da90e2eabaa596ba15c3321e7733e8eaee36f87d | diff --git a/lib/build/development/configuration.rb b/lib/build/development/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/build/development/configuration.rb
+++ b/lib/build/development/configuration.rb
@@ -11,15 +11,15 @@ module RhoDevelopment
end
def self.handledNetworkExceptions
- return [Er... | [server side] Reaadingwebserver ip on starting from dev-config.yml. If setting is absent - use first network interface | rhomobile_rhodes | train |
9a0cebb9a7c9f7a0accbfcc5469212954f294a26 | diff --git a/OpenStreetMapViewer/src/main/java/org/osmdroid/samplefragments/tileproviders/OfflinePickerSample.java b/OpenStreetMapViewer/src/main/java/org/osmdroid/samplefragments/tileproviders/OfflinePickerSample.java
index <HASH>..<HASH> 100644
--- a/OpenStreetMapViewer/src/main/java/org/osmdroid/samplefragments/tile... | #<I> minor fix to get the set center correct | osmdroid_osmdroid | train |
165a7502f8c8429c770e469f91c1889c7f5bda71 | diff --git a/user/view.php b/user/view.php
index <HASH>..<HASH> 100644
--- a/user/view.php
+++ b/user/view.php
@@ -230,7 +230,7 @@
' height="16" width="16" /></a>');
}
if ($user->yahoo && !isset($hiddenfields['yahooid'])) {
- print_row(get_string('yahooid').':', '<a href="http://edit.yahoo... | Bug #<I> - add Yahoo online status to user profile; merged from MOODLE_<I>_STABLE | moodle_moodle | train |
ec02f844839b06db348bc791a036045eaa120e69 | diff --git a/push50.py b/push50.py
index <HASH>..<HASH> 100644
--- a/push50.py
+++ b/push50.py
@@ -67,19 +67,25 @@ def local(slug, tool, update=True):
# pull new commits if update=True
if update:
- _run(git("pull"))
+ _run(git("fetch"))
else:
# clone repo to local... | push->fetch, some additional error handling | cs50_lib50 | train |
656c0350d1bfc67bf2f25aab8033dd491eddfbc5 | 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
@@ -78,7 +78,7 @@ class ScalarEnum extends StrictObject implements ScalarEnumInterface
* @param string|int|float|bool $key
... | An inner method got hardcoded return type | doctrineum_doctrineum-scalar | train |
5facefebd9c8721346ed029cec09184a62443fad | diff --git a/lib/faraday/adapter/patron.rb b/lib/faraday/adapter/patron.rb
index <HASH>..<HASH> 100644
--- a/lib/faraday/adapter/patron.rb
+++ b/lib/faraday/adapter/patron.rb
@@ -14,6 +14,13 @@ module Faraday
if req = env[:request]
session.timeout = session.connect_timeout = req[:timeout] if req[:ti... | Add HTTP proxy support to Patron adapter | lostisland_faraday | train |
b1b851ac5e25143db16204cfbc65d7f8b0aebab9 | diff --git a/src/drivers/bookmarklet/driver.js b/src/drivers/bookmarklet/driver.js
index <HASH>..<HASH> 100644
--- a/src/drivers/bookmarklet/driver.js
+++ b/src/drivers/bookmarklet/driver.js
@@ -33,8 +33,15 @@
.filter(s => s.src)
.map(s => s.src);
+ var html = new XMLSerializer().serializeToString(do... | Fix for #<I> (#<I>)
Use the same code than in the WebExtension driver to extract HTML | AliasIO_Wappalyzer | train |
24ba712aa5ae47d95ec45cc964b53882ee6e8c06 | diff --git a/script/lib/config.py b/script/lib/config.py
index <HASH>..<HASH> 100644
--- a/script/lib/config.py
+++ b/script/lib/config.py
@@ -8,7 +8,7 @@ import sys
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
'http://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'
-LIBCHROMIUMCONTENT_COMMI... | Update libchromiumcontent to have WebScopedRunV8Script | electron_electron | train |
716135a7962e6530723e0012ef020b191456ad06 | diff --git a/resources/views/subscribe/subscribe.blade.php b/resources/views/subscribe/subscribe.blade.php
index <HASH>..<HASH> 100644
--- a/resources/views/subscribe/subscribe.blade.php
+++ b/resources/views/subscribe/subscribe.blade.php
@@ -1,5 +1,7 @@
@extends('layout.master')
+@section('title', trans('cachet.su... | Configure a title for the subscribe page | CachetHQ_Cachet | train |
5d55136ed16ce6db557105397e9d999a754faed2 | diff --git a/analysis/api.py b/analysis/api.py
index <HASH>..<HASH> 100644
--- a/analysis/api.py
+++ b/analysis/api.py
@@ -1421,8 +1421,9 @@ def coarsegrain(P, n):
################################################################################
def _showSparseConversionWarning():
- warnings.warn('Converting inpu... | [msm/analysis] Modified docstring in conversion warning. The old docstring was suggesting that a sensitivy method was called, but this warning is also issued for pcca | markovmodel_msmtools | train |
b4c8ddceecfb2798bc40b4e813f4c84ac524fdd5 | diff --git a/ford/__init__.py b/ford/__init__.py
index <HASH>..<HASH> 100755
--- a/ford/__init__.py
+++ b/ford/__init__.py
@@ -120,7 +120,8 @@ LICENSES = {
def convert_to_bool(name, option):
- """Convert value 'option' to a bool, with a nice error message on failure"""
+ """Convert value 'option' to a bool, ... | Tweak some comments on converting options | Fortran-FOSS-Programmers_ford | train |
d0160c595a85285f60760e0d1d4afcbd7ab48a26 | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index <HASH>..<HASH> 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.5, 3.6, 3.7, 3.8]
+ python-version: [3.6, ... | Move to supporting python<I>+ only
as prior versions are have reached end-of-life | ministryofjustice_django-moj-irat | train |
8307b2cb48f1831a200d9e6acd6febd2d82b1798 | diff --git a/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js b/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js
+++ b/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js
@... | feat(plugin-meetings): disable BNR api included | webex_spark-js-sdk | train |
0275feea9655f43248f0ec0b3bfaccde740b6937 | diff --git a/src/preloadjs/TagLoader.js b/src/preloadjs/TagLoader.js
index <HASH>..<HASH> 100644
--- a/src/preloadjs/TagLoader.js
+++ b/src/preloadjs/TagLoader.js
@@ -131,7 +131,7 @@
if (this.isAudio) {
// Handlers for audio tags
tag.onstalled = PreloadJS.proxy(this._handleStalled, this);
- tag.addEventLis... | Added useCapture parameter on events to play nice with Firefox. | CreateJS_PreloadJS | train |
8c6f7dad93a060b40bbb51ae7815eb89b59ece66 | diff --git a/lib/filter_factory/active_record/condition.rb b/lib/filter_factory/active_record/condition.rb
index <HASH>..<HASH> 100644
--- a/lib/filter_factory/active_record/condition.rb
+++ b/lib/filter_factory/active_record/condition.rb
@@ -29,11 +29,11 @@ module FilterFactory
fail NotImplementedError, "all ... | Rename `in` and `nin` filter conditions to `is_in` and `not_in`. | hck_filter_factory | train |
c777eba2c1dd39d383ea71baf55f25e4637906a3 | diff --git a/salt/modules/file.py b/salt/modules/file.py
index <HASH>..<HASH> 100644
--- a/salt/modules/file.py
+++ b/salt/modules/file.py
@@ -4005,7 +4005,7 @@ def extract_hash(hash_fn,
hash_matched = True
except IndexError:
pass
- ... | Use re.escape to escape paths, before handing them to re.match
Addresses #<I> | saltstack_salt | train |
9f47423a29b6de897c2b84e894bcc7707a6287b0 | diff --git a/lib/pronto/config.rb b/lib/pronto/config.rb
index <HASH>..<HASH> 100644
--- a/lib/pronto/config.rb
+++ b/lib/pronto/config.rb
@@ -40,7 +40,7 @@ module Pronto
end
def max_warnings
- ENV['PRONTO_MAX_WARNINGS'] || @config_hash['max_warnings']
+ ENV['PRONTO_MAX_WARNINGS'] && Integer(ENV['... | Convert `PRONTO_MAX_WARNINGS` to Integer (#<I>)
* Convert `PRONTO_MAX_WARNINGS` to Integer
ENV variables are always read as Strings.
When trying to set this from an environment variable I got an exception
at
[`Pronto::Runners#exceeds_max?`](<URL>)
since it tried to compare an Integer to a String.
* Reject in... | prontolabs_pronto | train |
3f21efb8d891c873572ed2192e81525d5c05a057 | diff --git a/src/jquery.fancytree.js b/src/jquery.fancytree.js
index <HASH>..<HASH> 100644
--- a/src/jquery.fancytree.js
+++ b/src/jquery.fancytree.js
@@ -1902,7 +1902,7 @@ Fancytree.prototype = /**@lends Fancytree*/{
* data was rendered.
*/
nodeLoadChildren: function(ctx, source) {
- var children,
+ var ... | #<I>: Request: Reinstate ".d" property parsing as dynatree used to | mar10_fancytree | train |
03866e828877bc4666d709d29ea5d1a1557c2619 | diff --git a/raven/raven.go b/raven/raven.go
index <HASH>..<HASH> 100644
--- a/raven/raven.go
+++ b/raven/raven.go
@@ -142,8 +142,8 @@ func (client Client) CaptureMessagef(format string, a ...interface{}) (result st
// sends a packet to the sentry server with a given timestamp
func (client Client) send(packet []byte,... | fix the trailing slash issue. | kisielk_raven-go | train |
39aac6ba46ba1c33d4502f31a32093d2636949ad | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ language: go
go:
# NB: order matters - matrix items that don't specify will use the
# first value (ditto for `os` below)
+ - 1.11.x
- 1.9.x
- 1.8.x
diff --git a/pkg/kubecfg/delete.go b/... | Fix test with go<I>
Go test got more fussy, now it runs vet. | bitnami_kubecfg | train |
61e1ea8ebcf1f614a50229e29eb27d00bcad6520 | diff --git a/blueocean-rest-impl/src/main/java/io/jenkins/blueocean/service/embedded/rest/ActionProxiesImpl.java b/blueocean-rest-impl/src/main/java/io/jenkins/blueocean/service/embedded/rest/ActionProxiesImpl.java
index <HASH>..<HASH> 100644
--- a/blueocean-rest-impl/src/main/java/io/jenkins/blueocean/service/embedded... | JENKINS-<I># Exclude job history config action (#<I>) | jenkinsci_blueocean-plugin | train |
9af9e35482bb8fe45a0fa9b1ffb6f4558324122f | diff --git a/projects/impl/src/main/java/org/jboss/forge/addon/projects/ui/BuildCommand.java b/projects/impl/src/main/java/org/jboss/forge/addon/projects/ui/BuildCommand.java
index <HASH>..<HASH> 100644
--- a/projects/impl/src/main/java/org/jboss/forge/addon/projects/ui/BuildCommand.java
+++ b/projects/impl/src/main/ja... | Profile input should use hasValue to test for contents | forge_core | train |
b20e3259bc4289eec9d94065122e2e71c782a687 | diff --git a/test/test-boolean-default.js b/test/test-boolean-default.js
index <HASH>..<HASH> 100644
--- a/test/test-boolean-default.js
+++ b/test/test-boolean-default.js
@@ -47,7 +47,7 @@ describe('templates with boolean, 0, or "" default values', function () {
};
var r = j2j.run(template, {
- ... | Modified test-content.js, added a test for template.default for array. | amida-tech_jsonapter | train |
59a7d10e8520ba62db239c6260148d6237e1560e | diff --git a/core/src/main/java/org/seedstack/business/assembler/modelmapper/ModelMapperAssembler.java b/core/src/main/java/org/seedstack/business/assembler/modelmapper/ModelMapperAssembler.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/seedstack/business/assembler/modelmapper/ModelMapperAssembler.java
+... | Fix bug on ModelMapper assemblers with inheritance | seedstack_business | train |
f6221cd9c8e615ed86729d74b09cfb65d9f3faa0 | diff --git a/core/src/test/java/smile/classification/MLPTest.java b/core/src/test/java/smile/classification/MLPTest.java
index <HASH>..<HASH> 100644
--- a/core/src/test/java/smile/classification/MLPTest.java
+++ b/core/src/test/java/smile/classification/MLPTest.java
@@ -179,7 +179,7 @@ public class MLPTest {
... | tune USPS minibatch learning rate | haifengl_smile | train |
1eae2bd2cb8d133a851184bd5bddbc874bf9493d | diff --git a/lib/pidgin2adium/log_generator.rb b/lib/pidgin2adium/log_generator.rb
index <HASH>..<HASH> 100644
--- a/lib/pidgin2adium/log_generator.rb
+++ b/lib/pidgin2adium/log_generator.rb
@@ -2,7 +2,7 @@ module Pidgin2Adium
class LogGenerator
include Pidgin2Adium
def initialize(service, user_SN, partner_SN,... | Added documentation. service_name is now an instance variable (@service_name) so that it's actually used instead of being translated as a blank string | gabebw_pipio | train |
95e0d8d8be8412454ac7332877582c534d7f9c5a | diff --git a/src/Caouecs/Sirtrevorjs/SirTrevorJs.php b/src/Caouecs/Sirtrevorjs/SirTrevorJs.php
index <HASH>..<HASH> 100644
--- a/src/Caouecs/Sirtrevorjs/SirTrevorJs.php
+++ b/src/Caouecs/Sirtrevorjs/SirTrevorJs.php
@@ -221,6 +221,7 @@ class SirTrevorJs
'language' => self::defineParam('language', $params,... | fix: language and old version of Sir Trevor Js | caouecs_Laravel-SirTrevorJS | train |
920b9e00f4cf548035318ec2a81f7dead58f335d | diff --git a/lib/change.js b/lib/change.js
index <HASH>..<HASH> 100644
--- a/lib/change.js
+++ b/lib/change.js
@@ -55,7 +55,11 @@ function Change(options) {
self._modification = attr;
return;
}
- Object.keys(attr).forEach(function(k) {
+ var keys = Object.keys(attr);
+ if (keys.length > 1)
+... | GH-<I> allow changing multiple fields in a single ldap_modify with better object sytnax | joyent_node-ldapjs | train |
7d6f39409e52ba3c52549612bfba558d6b6f9563 | diff --git a/safe_qgis/keywords_dialog.py b/safe_qgis/keywords_dialog.py
index <HASH>..<HASH> 100644
--- a/safe_qgis/keywords_dialog.py
+++ b/safe_qgis/keywords_dialog.py
@@ -685,3 +685,7 @@ class KeywordsDialog(QtGui.QDialog, Ui_KeywordsDialogBase):
if idxKey > -1:
self.cboKeyword.setCurr... | If keyword is not in combo box, go to user defined UI per #<I>. | inasafe_inasafe | train |
937e3a3dd41b86881965cb91acc29bf3b2f612e7 | diff --git a/mollie/api/client.py b/mollie/api/client.py
index <HASH>..<HASH> 100644
--- a/mollie/api/client.py
+++ b/mollie/api/client.py
@@ -17,12 +17,12 @@ from . import resources
class Client(object):
CLIENT_VERSION = '2.0.0a0'
- API_ENDPOINT = 'https://api.mollie.com'
- API_VERSION = 'v2'
- U... | Fix pycodestyle issues in client | mollie_mollie-api-python | train |
62f625e725e4f0639a529b7a98b7d61d22f2b235 | diff --git a/knights/klass.py b/knights/klass.py
index <HASH>..<HASH> 100644
--- a/knights/klass.py
+++ b/knights/klass.py
@@ -52,21 +52,43 @@ def kompile(src):
],
value=ast.Name(id='context', ctx=ast.Load()),
),
- ast.Expr(value=ast.YieldFrom(
+ ast.... | Add VarVisitor to make var expressions use self.context
Rewrite call method to '' join | funkybob_knights-templater | train |
bef8e90772d73e76109d41da65e113921e1b1145 | diff --git a/lib/prerender_rails.rb b/lib/prerender_rails.rb
index <HASH>..<HASH> 100644
--- a/lib/prerender_rails.rb
+++ b/lib/prerender_rails.rb
@@ -110,7 +110,9 @@ module Rack
def get_prerendered_page_response(env)
begin
- Net::HTTP.get_response(URI.parse(build_api_url(env)))
+ url = URI.... | added ability to pass prerender token header | prerender_prerender_rails | train |
02ca66c5243aa3c2dc116c95b7eac27dbf79bcaf | diff --git a/yoconfigurator/base.py b/yoconfigurator/base.py
index <HASH>..<HASH> 100644
--- a/yoconfigurator/base.py
+++ b/yoconfigurator/base.py
@@ -20,7 +20,7 @@ else:
class DetectMissingEncoder(json.JSONEncoder):
def default(self, obj):
if isinstance(obj, MissingValue):
- raise ValueError(... | switch " to ' for flake8 compliance | yola_yoconfigurator | train |
db6ba60af6ea8a5b0c6f3114c271eec4636f7a6f | diff --git a/src/main/java/net/dv8tion/jda/internal/requests/ratelimit/BotRateLimiter.java b/src/main/java/net/dv8tion/jda/internal/requests/ratelimit/BotRateLimiter.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/dv8tion/jda/internal/requests/ratelimit/BotRateLimiter.java
+++ b/src/main/java/net/dv8tion/jda/i... | Improve some logging for large rate limits (#<I>) | DV8FromTheWorld_JDA | train |
f21ed12b043278398d28e7b9016032c2a1f84d7e | diff --git a/django_countries/tests/forms.py b/django_countries/tests/forms.py
index <HASH>..<HASH> 100644
--- a/django_countries/tests/forms.py
+++ b/django_countries/tests/forms.py
@@ -8,3 +8,10 @@ class PersonForm(forms.ModelForm):
class Meta:
model = models.Person
fields = ['country']
+
+
+cl... | Form tests for Django LTS | SmileyChris_django-countries | train |
869bab43f074f2a7c5687c1c1b5cca13bf99e5e1 | diff --git a/src/Ouzo/Goodies/Utilities/Strings.php b/src/Ouzo/Goodies/Utilities/Strings.php
index <HASH>..<HASH> 100644
--- a/src/Ouzo/Goodies/Utilities/Strings.php
+++ b/src/Ouzo/Goodies/Utilities/Strings.php
@@ -759,8 +759,7 @@ class Strings
*/
public static function uppercaseFirst($string, $encoding = 'U... | Cleaned Strings::uppercaseFirst() | letsdrink_ouzo | train |
3b30e59dd237e16f4c7314dad606031711c161b8 | diff --git a/src/Publisher/Builder/DocResolver.js b/src/Publisher/Builder/DocResolver.js
index <HASH>..<HASH> 100644
--- a/src/Publisher/Builder/DocResolver.js
+++ b/src/Publisher/Builder/DocResolver.js
@@ -247,10 +247,10 @@ export default class DocResolver {
let superClassDoc = this._builder._findByName(doc... | fix(extends): npe | esdoc_esdoc | train |
8ec660e0e25aae3267d8a51c6c6b628fe278f324 | diff --git a/selenium/src/java/org/openqa/selenium/internal/seleniumemulation/GlobTextMatchingStrategy.java b/selenium/src/java/org/openqa/selenium/internal/seleniumemulation/GlobTextMatchingStrategy.java
index <HASH>..<HASH> 100644
--- a/selenium/src/java/org/openqa/selenium/internal/seleniumemulation/GlobTextMatching... | SimonStewart: When doing a globbed match, the verifications weren't handling a non-breaking space properly. Fixing.
r<I> | SeleniumHQ_selenium | train |
e289dfa787b4ecafb84b966eced9ec7f23a51531 | diff --git a/ts/blueprints/ember-cli-typescript/index.js b/ts/blueprints/ember-cli-typescript/index.js
index <HASH>..<HASH> 100644
--- a/ts/blueprints/ember-cli-typescript/index.js
+++ b/ts/blueprints/ember-cli-typescript/index.js
@@ -27,7 +27,7 @@ function buildTemplateDeclarations(projectName, layout) {
case 'cl... | chore: more conservative pods approach for compiled template exports | typed-ember_ember-cli-typescript | train |
8c9785e6c7b5a6e5a5b4206c352d7dd8526df097 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -21,6 +21,15 @@ module.exports = function (grunt) {
}
}
},
+ watch: {
+ scripts: {
+ files: ['src/**/*'],
+ tasks: ['deploy'],
+ options: {
+ ... | Add watch task to automatically run "deploy" task when files in /src change | openshift_origin-web-common | train |
c447e4c131f35c8666d775405a7e34629014545c | diff --git a/ipyrad/assemble/utils.py b/ipyrad/assemble/utils.py
index <HASH>..<HASH> 100644
--- a/ipyrad/assemble/utils.py
+++ b/ipyrad/assemble/utils.py
@@ -19,9 +19,6 @@ import pandas as pd
import numpy as np
import ipyrad
-import logging
-LOGGER = logging.getLogger(__name__)
-
### custom Exception classes
c... | bugfix for hackersonly and remove loggers from utils | dereneaton_ipyrad | train |
b2c191de6af34d908f534d0c6c6ab24c797c7f3e | diff --git a/tests/test_helpers.py b/tests/test_helpers.py
index <HASH>..<HASH> 100644
--- a/tests/test_helpers.py
+++ b/tests/test_helpers.py
@@ -179,7 +179,7 @@ def test_multi_daemon(pyscript):
assert len(pgids) == 4
assert set(pids) == pgids
- result = script.run('status', '--json')
+ ... | Add some variation to the tests to cover more code paths | jnrbsn_daemonocle | train |
caaac3996b308942fab4d4bd1dc416a443a7da90 | diff --git a/plugin/exo/Entity/Attempt/Answer.php b/plugin/exo/Entity/Attempt/Answer.php
index <HASH>..<HASH> 100644
--- a/plugin/exo/Entity/Attempt/Answer.php
+++ b/plugin/exo/Entity/Attempt/Answer.php
@@ -48,7 +48,7 @@ class Answer
*
* @ORM\Column(type="text", nullable=true)
*/
- private $feedbac... | [ExoBundle] Feedback default return is now empty string. (#<I>) | claroline_Distribution | train |
1a86ff865195f975aee14cb2b8a78ea14294e05c | diff --git a/src/main/java/org/filteredpush/qc/date/DateUtils.java b/src/main/java/org/filteredpush/qc/date/DateUtils.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/filteredpush/qc/date/DateUtils.java
+++ b/src/main/java/org/filteredpush/qc/date/DateUtils.java
@@ -415,7 +415,39 @@ public class DateUtils {
... | ISSUE: #6 PURPOSE: Supporting more verbatim date forms found in VertNet. DESCRIPTION: Passing test cases for <I>s and <I>. | FilteredPush_event_date_qc | train |
2c67b164dd7c27607fcc7a34d8b9f1276846e8e0 | diff --git a/lib/lightstreamer/subscription.rb b/lib/lightstreamer/subscription.rb
index <HASH>..<HASH> 100644
--- a/lib/lightstreamer/subscription.rb
+++ b/lib/lightstreamer/subscription.rb
@@ -163,7 +163,7 @@ module Lightstreamer
# Returns whether the specified line of stream data is an overflow message for this... | Fixed failure to recognize some overflow messages | richard-viney_lightstreamer | train |
a07cd30157facdd3301dfb822d52290812c4edf3 | diff --git a/lib/sensu/server.rb b/lib/sensu/server.rb
index <HASH>..<HASH> 100644
--- a/lib/sensu/server.rb
+++ b/lib/sensu/server.rb
@@ -76,6 +76,7 @@ module Sensu
end
@amq = AMQP::Channel.new(@rabbitmq)
@amq.auto_recovery = true
+ @amq.prefetch(10)
@amq.on_error do |channel, channel_... | [prefetch] began qos experiments | sensu_sensu | train |
4a4968128a89cc323efa1621c5e7f49d9eb45c04 | diff --git a/rb/lib/selenium/webdriver/common/service.rb b/rb/lib/selenium/webdriver/common/service.rb
index <HASH>..<HASH> 100644
--- a/rb/lib/selenium/webdriver/common/service.rb
+++ b/rb/lib/selenium/webdriver/common/service.rb
@@ -135,12 +135,12 @@ module Selenium
end
def connect_to_server
- ... | Revert using HTTP default client for service shutdown
It doesn't play nicely with IEDriverServer which responds with text/html
content-type, while client only supports application/json
Basically reverts <I> while ensuring that default headers are used
so that User-Agent is set properly | SeleniumHQ_selenium | train |
796ff35a0494568be645f4e4c5bcc1e8102c00db | diff --git a/jquery.placeholder.js b/jquery.placeholder.js
index <HASH>..<HASH> 100644
--- a/jquery.placeholder.js
+++ b/jquery.placeholder.js
@@ -1,4 +1,10 @@
-/*! http://mths.be/placeholder v2.1.3 by @mathias */
+/*!
+ * jQuery Placeholder Plugin v2.1.3
+ * https://github.com/mathiasbynens/jquery-placeholder
+ *
+ * ... | Added MIT license in source file | mathiasbynens_jquery-placeholder | train |
7a243af8be2652f5dbe6e7ddade35943cdd11193 | diff --git a/lib/Skeleton/Object/Get.php b/lib/Skeleton/Object/Get.php
index <HASH>..<HASH> 100644
--- a/lib/Skeleton/Object/Get.php
+++ b/lib/Skeleton/Object/Get.php
@@ -84,8 +84,13 @@ trait Get {
$db = self::trait_get_database();
$where = '';
- if (property_exists(get_class(), 'class_configuration') AND isse... | Fix use of archived in get_all | tigron_skeleton-object | train |
2dcc6966fe7b82bb81aad813fa42742e63d4784d | diff --git a/logging/logfile.go b/logging/logfile.go
index <HASH>..<HASH> 100644
--- a/logging/logfile.go
+++ b/logging/logfile.go
@@ -93,23 +93,27 @@ func (l *LogFile) pruneFiles() error {
if l.MaxFiles == 0 {
return nil
}
- pattern := l.fileNamePattern()
- //get all the files that match the log file pattern
- ... | logging: call pruneFiles on startup
To ensure that files are pruned before a new one is created.
Also clean up the logic in pruneFiles | hashicorp_consul | train |
ecb515772cc5ce572f0bfed5a51b4c5e187444cd | diff --git a/source/functions/resolveInlineOptions.js b/source/functions/resolveInlineOptions.js
index <HASH>..<HASH> 100644
--- a/source/functions/resolveInlineOptions.js
+++ b/source/functions/resolveInlineOptions.js
@@ -5,7 +5,7 @@ function resolveInlineOptions(format, options={}) {
delete newOptions._
for... | fix syntax error in resolveInlineOptions | L1lith_Sandhands | train |
0277f59c31e96d96fea132c72e479a049f161fd4 | diff --git a/test/phpunit/SessionStoreTest.php b/test/phpunit/SessionStoreTest.php
index <HASH>..<HASH> 100644
--- a/test/phpunit/SessionStoreTest.php
+++ b/test/phpunit/SessionStoreTest.php
@@ -13,7 +13,7 @@ use SessionHandler;
class SessionStoreTest extends TestCase {
use KeyValuePairProvider;
- public function ... | Improve PHPUnit fixtures (#<I>) | PhpGt_Session | train |
e754d3d28a711f772f2fb0ca1098b29a1c73662d | diff --git a/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/StreamRecordWriter.java b/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/StreamRecordWriter.java
index <HASH>..<HASH> 100644
--- a/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/Stre... | [hotfix] [runtime] Restore interruption flag in StreamRecordWriter.close() | apache_flink | train |
ad1305b7a0f811eefe277f5938235949f124e7c6 | diff --git a/redis/connection.py b/redis/connection.py
index <HASH>..<HASH> 100644
--- a/redis/connection.py
+++ b/redis/connection.py
@@ -378,7 +378,6 @@ class UnixDomainSocketConnection(Connection):
(exception.args[0], self.path, exception.args[1])
-# TODO: add ability to block waiting on a conne... | remove TODO, it is implemented by BlockingConnectionPool without a timeout | andymccurdy_redis-py | train |
13cb1b7893befacc3c7ab321062f27d7e4ccef8c | diff --git a/ui/api/src/main/java/org/jboss/forge/ui/UICommandMetadata.java b/ui/api/src/main/java/org/jboss/forge/ui/UICommandMetadata.java
index <HASH>..<HASH> 100644
--- a/ui/api/src/main/java/org/jboss/forge/ui/UICommandMetadata.java
+++ b/ui/api/src/main/java/org/jboss/forge/ui/UICommandMetadata.java
@@ -7,6 +7,8 ... | Added getDocLocation() for UICommandMetadata | forge_core | train |
e5830dc7ac16d448cd861a3cb87ef587efa8b422 | diff --git a/src/Cdb/EventLD.php b/src/Cdb/EventLD.php
index <HASH>..<HASH> 100644
--- a/src/Cdb/EventLD.php
+++ b/src/Cdb/EventLD.php
@@ -15,7 +15,7 @@ class EventLD implements \JsonSerializable
public function __construct(\CultureFeed_Cdb_Item_Event $event)
{
-
+ $this->event = $event;
}
... | Move JSON-LD transformation to its dedicated class. | cultuurnet_udb3-php | train |
05c484b54c40683f6ee250938226ae6fd9398b74 | diff --git a/src/Models/BaseElement.php b/src/Models/BaseElement.php
index <HASH>..<HASH> 100644
--- a/src/Models/BaseElement.php
+++ b/src/Models/BaseElement.php
@@ -525,8 +525,9 @@ class BaseElement extends DataObject
return $this->cacheData['page'];
}
- $area = $this->Parent();
+ ... | Save repeated database queries for same ElementalArea (closes #<I>) | dnadesign_silverstripe-elemental | train |
ee397c466ac03a8ed20c4fd7e7e645790f180180 | diff --git a/pytest_girder/pytest_girder/utils.py b/pytest_girder/pytest_girder/utils.py
index <HASH>..<HASH> 100644
--- a/pytest_girder/pytest_girder/utils.py
+++ b/pytest_girder/pytest_girder/utils.py
@@ -182,7 +182,10 @@ def request(path='/', method='GET', params=None, user=None,
body = body.encode('utf8')
... | Support passing unicode values to the pytest request method.
This is necessary to pass unicode values to the request method when
testing in Python <I>. | girder_girder | train |
48e96822b3ec4f897438a2d1cdb735f51648cb48 | diff --git a/kafka/coordinator/base.py b/kafka/coordinator/base.py
index <HASH>..<HASH> 100644
--- a/kafka/coordinator/base.py
+++ b/kafka/coordinator/base.py
@@ -200,7 +200,10 @@ class BaseCoordinator(object):
self._client.poll(future=future)
if future.failed():
- if future.r... | Dont need to refresh metadata on GroupCoordinatorNotAvailableErrors | dpkp_kafka-python | train |
7e625c1403ef8533ea3f029d30fc93dd6175abfb | diff --git a/liquibase-core/src/main/java/liquibase/database/core/OracleDatabase.java b/liquibase-core/src/main/java/liquibase/database/core/OracleDatabase.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/database/core/OracleDatabase.java
+++ b/liquibase-core/src/main/java/liquibase/databas... | CORE-<I>
"group" is not included as a reserved word | liquibase_liquibase | train |
2df7ca0755e5c44613823395d05197484cc86c53 | diff --git a/test/db/sqlite3/transaction_test.rb b/test/db/sqlite3/transaction_test.rb
index <HASH>..<HASH> 100644
--- a/test/db/sqlite3/transaction_test.rb
+++ b/test/db/sqlite3/transaction_test.rb
@@ -21,7 +21,7 @@ class SQLite3TransactionTest < Test::Unit::TestCase
assert_raise ActiveRecord::TransactionIsolatio... | Remove versioning from tests and fixup current_savepoint_name to not take name param since AR5 does not have that | jruby_activerecord-jdbc-adapter | train |
0eac40cb2c1a1ba292def4924614f131819eb08c | diff --git a/lib/itcss_cli.rb b/lib/itcss_cli.rb
index <HASH>..<HASH> 100644
--- a/lib/itcss_cli.rb
+++ b/lib/itcss_cli.rb
@@ -240,10 +240,7 @@ module ItcssCli
puts "There's no #{@ITCSS_CONFIG_FILE} created yet. Run `itcss init` to create it.".red
abort
elsif @ITCSS_DIR.nil? || @ITCSS_BASE_FILE... | Remove legacy code from init via file | kandebonfim_itcsscli | train |
65587b35488c255cfaa5a07a5340d30c13bcfeb8 | diff --git a/src/Nether/Console/Client.php b/src/Nether/Console/Client.php
index <HASH>..<HASH> 100644
--- a/src/Nether/Console/Client.php
+++ b/src/Nether/Console/Client.php
@@ -197,9 +197,18 @@ class Client {
if(!array_key_exists($cmd,$this->Handlers))
throw new ClientHandlerException("no handler found {$cmd}"... | if a handler was defined as a closure, instead of passing the cli object as an argument, bind it so you can use from within. | netherphp_console | train |
e3cd9219b87cacb946189c0c317e596fcc0fa37f | diff --git a/lib/fs/casefs.go b/lib/fs/casefs.go
index <HASH>..<HASH> 100644
--- a/lib/fs/casefs.go
+++ b/lib/fs/casefs.go
@@ -25,11 +25,11 @@ const (
)
type ErrCaseConflict struct {
- given, real string
+ Given, Real string
}
func (e *ErrCaseConflict) Error() string {
- return fmt.Sprintf(`given name "%v" diff... | lib/model: Don't fail over case-conflict on tempfile (fixes #<I>) (#<I>) | syncthing_syncthing | train |
b36a7e441db6a4a89ab93127c195e0db7046b7ef | diff --git a/src/stratum/stratumConnection.js b/src/stratum/stratumConnection.js
index <HASH>..<HASH> 100644
--- a/src/stratum/stratumConnection.js
+++ b/src/stratum/stratumConnection.js
@@ -1,4 +1,5 @@
// @flow
+/* global WebSocket */
import { parse } from 'uri-js'
@@ -96,65 +97,67 @@ export class StratumConnect... | Add crash fixes from yesterday's meeting | EdgeApp_edge-currency-bitcoin | train |
a8a53e83a80e3e4e0a34c22e3b872729a0e9a8e9 | diff --git a/contrib/externs/angular-1.4.js b/contrib/externs/angular-1.4.js
index <HASH>..<HASH> 100644
--- a/contrib/externs/angular-1.4.js
+++ b/contrib/externs/angular-1.4.js
@@ -1033,11 +1033,11 @@ angular.$animate.prototype.setClass = function(
element, add, remove, opt_options) {};
/**
+ * @param {(boole... | Flip arguments of $animate.enabled externs. Breaking change was introduced in Angular <I>+.
To verify, see commit to Angular <I> which flips the arguments [0] and method implementation
Externs for <<I> remain unchanged.
[0] <URL> | google_closure-compiler | train |
27d60127e385d5b32eb6e9430641f110bcd24544 | diff --git a/lib/jobba/status.rb b/lib/jobba/status.rb
index <HASH>..<HASH> 100644
--- a/lib/jobba/status.rb
+++ b/lib/jobba/status.rb
@@ -36,7 +36,7 @@ module Jobba
end
def self.local_attrs
- %w(id state progress errors data kill_requested_at job_name job_args attempt) +
+ %w(id state progress er... | fix multi-related bug where delete_all cannot delete prior attempts | openstax_jobba | train |
0536e3104c22062598ab81f8db8b53407a0fb968 | diff --git a/peer.go b/peer.go
index <HASH>..<HASH> 100644
--- a/peer.go
+++ b/peer.go
@@ -826,6 +826,16 @@ func (p *peer) writeMessage(msg btcwire.Message) {
if atomic.LoadInt32(&p.disconnect) != 0 {
return
}
+ if !p.versionKnown {
+ switch msg.(type) {
+ case *btcwire.MsgVersion:
+ // This is OK.
+ defaul... | Don't send messages before handshake.
If we haven't handshaken with a peer don't send messages that are not
the handshake. Additionally don't queue up invs for sending, they'll
find out soon enough when they ask us what we know. | btcsuite_btcd | train |
a70773099b22b042914e091a158daf9aca446ec6 | diff --git a/lib/mapreduce/bloomSearch.js b/lib/mapreduce/bloomSearch.js
index <HASH>..<HASH> 100644
--- a/lib/mapreduce/bloomSearch.js
+++ b/lib/mapreduce/bloomSearch.js
@@ -138,12 +138,12 @@ exports.search = function (reverseIndex, keySet, docFreqs, q, cleanQuery, filter
}
}
-/*
+
console.log('idf: ' + J... | added faster lookup for single term queries | fergiemcdowall_search-index | train |
04830db859cb26127f8b14e67f9b430a9350a510 | diff --git a/dna-jcr/src/main/java/org/jboss/dna/jcr/AbstractJcrNode.java b/dna-jcr/src/main/java/org/jboss/dna/jcr/AbstractJcrNode.java
index <HASH>..<HASH> 100644
--- a/dna-jcr/src/main/java/org/jboss/dna/jcr/AbstractJcrNode.java
+++ b/dna-jcr/src/main/java/org/jboss/dna/jcr/AbstractJcrNode.java
@@ -126,8 +126,8 @@ a... | DNA-<I> AbstractJcrNode Javadoc Throws Clause Are Out Of Sync
Removed the "@throws UnsupportedOperationException always" line from the JavaDoc of several methods. These lines were leftovers from when the methods were indeed not implemented.
git-svn-id: <URL> | ModeShape_modeshape | train |
e231417adc64e712d24efc1baa4599170fb1b277 | diff --git a/ipydex/test/run_all.py b/ipydex/test/run_all.py
index <HASH>..<HASH> 100644
--- a/ipydex/test/run_all.py
+++ b/ipydex/test/run_all.py
@@ -13,7 +13,10 @@ def run_all():
suite = loader.discover(current_path)
runner = unittest.TextTestRunner()
- runner.run(suite)
+ res = runner.run(suite)
+
... | ensure nonzero return value of tests.run_all() in case of failing tests | cknoll_ipydex | train |
8b47a5d6c4c3c48fa2c0273a32bcfc34f7db064a | diff --git a/src/Charcoal/Property/DateTimeProperty.php b/src/Charcoal/Property/DateTimeProperty.php
index <HASH>..<HASH> 100644
--- a/src/Charcoal/Property/DateTimeProperty.php
+++ b/src/Charcoal/Property/DateTimeProperty.php
@@ -331,6 +331,11 @@ class DateTimeProperty extends AbstractProperty
return null... | Improve DateTimeProperty::dateTimeVal to support timestamp | locomotivemtl_charcoal-property | train |
00d3c6870b706eb45cfee2d9102f97ab47430639 | diff --git a/wdtk-rdf/src/main/java/org/wikidata/wdtk/rdf/Vocabulary.java b/wdtk-rdf/src/main/java/org/wikidata/wdtk/rdf/Vocabulary.java
index <HASH>..<HASH> 100644
--- a/wdtk-rdf/src/main/java/org/wikidata/wdtk/rdf/Vocabulary.java
+++ b/wdtk-rdf/src/main/java/org/wikidata/wdtk/rdf/Vocabulary.java
@@ -535,6 +535,11 @@ ... | rdf: prefer reference hash from dump if available | Wikidata_Wikidata-Toolkit | train |
2c6dd79d419699e61970719dbb369aefe359ea6e | diff --git a/tests/test_db.py b/tests/test_db.py
index <HASH>..<HASH> 100644
--- a/tests/test_db.py
+++ b/tests/test_db.py
@@ -42,8 +42,8 @@ def test_round_trip(tmp_path):
def test_get_credentials_table(tmp_path):
db.DB_FILE = str(tmp_path / 'db.json')
with db.get_credentials_table() as table:
- asser... | Fix tests for updated TinyDB/Tinyrecord | ofek_pypinfo | train |
3fcd240fe9c0eeb749c8feaaa2af28779ddca813 | diff --git a/addon/hint/show-hint.js b/addon/hint/show-hint.js
index <HASH>..<HASH> 100644
--- a/addon/hint/show-hint.js
+++ b/addon/hint/show-hint.js
@@ -167,6 +167,7 @@
// If we're at the edge of the screen, then we want the menu to appear on the left of the cursor.
var winW = window.innerWidth || Math.max(... | [show-hint addon] Fix broken inside-window-positioning code
Closes #<I> | codemirror_CodeMirror | train |
94b63b68825f8cdd077b81eac135d1b99e80a945 | diff --git a/sundial/__init__.py b/sundial/__init__.py
index <HASH>..<HASH> 100644
--- a/sundial/__init__.py
+++ b/sundial/__init__.py
@@ -5,6 +5,6 @@ from django.utils import version
__all__ = ['VERSION', '__version__']
-VERSION = (1, 0, 5, 'final', 0)
+VERSION = (1, 0, 6, 'alpha', 0)
__version__ = version.get... | Started <I> alpha development. | charettes_django-sundial | train |
657a361e20015e3abffe3919534fa92b078635b5 | diff --git a/docs/release.md b/docs/release.md
index <HASH>..<HASH> 100644
--- a/docs/release.md
+++ b/docs/release.md
@@ -27,6 +27,7 @@ Current version is phy v2.0a1 (alpha 1). There may be further new features for v
* Show histogram of amplitudes overlayed with the amplitudes
* Support for multiple types of... | Shift+click in amplitude view to center the trace view to a certain time | kwikteam_phy | train |
4425fe980cb66e0324c599cac73187b2debddba5 | diff --git a/src/com/google/javascript/jscomp/ConformanceRules.java b/src/com/google/javascript/jscomp/ConformanceRules.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/ConformanceRules.java
+++ b/src/com/google/javascript/jscomp/ConformanceRules.java
@@ -43,6 +43,7 @@ import com.google.javascrip... | Treat xid processed attribute names to be always secure in setAttribute.
PiperOrigin-RevId: <I> | google_closure-compiler | train |
3c4989327b72714fd7d51d53563132b60f7c91c9 | diff --git a/doc/conf.py b/doc/conf.py
index <HASH>..<HASH> 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -88,6 +88,7 @@ MOCK_MODULES = [
'tornado.httpserver',
'tornado.httputil',
'tornado.ioloop',
+ 'tornado.iostream',
'tornado.simple_httpclient',
'tornado.web',
'tornado.websocket', | added tornado.iostream to doc mock modules | saltstack_salt | train |
9f4757b8c3002e963453c54b5983730a9fe43226 | diff --git a/osmcha/changeset.py b/osmcha/changeset.py
index <HASH>..<HASH> 100644
--- a/osmcha/changeset.py
+++ b/osmcha/changeset.py
@@ -20,6 +20,7 @@ def changeset_info(changeset):
def get_bounds(changeset):
+ """Get the bounds of the changeset and return it as a MultiPoint object."""
return MultiPoint(... | add docstrings to all functions and classes | willemarcel_osmcha | train |
2a8a24b2bb73242f899ee21bbb13e8cfab16b4cd | diff --git a/library/Garp/Model/Db/Faker.php b/library/Garp/Model/Db/Faker.php
index <HASH>..<HASH> 100644
--- a/library/Garp/Model/Db/Faker.php
+++ b/library/Garp/Model/Db/Faker.php
@@ -30,7 +30,8 @@ class Garp_Model_Db_Faker {
*/
public function createFakeRow(array $fieldConfiguration, array $defaultValues... | Make Faker ignore foreign keys in fake rows | grrr-amsterdam_garp3 | train |
f311af7fbd8a51e6376724d303f495b5accfd049 | diff --git a/languagetool-core/src/main/java/org/languagetool/rules/ngrams/NgramProbabilityRule.java b/languagetool-core/src/main/java/org/languagetool/rules/ngrams/NgramProbabilityRule.java
index <HASH>..<HASH> 100644
--- a/languagetool-core/src/main/java/org/languagetool/rules/ngrams/NgramProbabilityRule.java
+++ b/l... | a bit more debugging output | languagetool-org_languagetool | train |
6876d84f38efe529ab1f84918f6d48578eacd30e | diff --git a/src/sap.ui.core/src/jquery.sap.dom.js b/src/sap.ui.core/src/jquery.sap.dom.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.core/src/jquery.sap.dom.js
+++ b/src/sap.ui.core/src/jquery.sap.dom.js
@@ -701,7 +701,7 @@ sap.ui.define(['jquery.sap.global', 'sap/ui/Device'],
if ( !element.href || !mapName || m... | [INTERNAL][FIX] jquery.sap.dom: Fix for jQuery selector
For version <I> the selector logic was changed. Thus when using the
selectors with an ImapgeMap, jQuery reported a syntax error.
This fix wraps the selector with single quotes, so jQuery can use it
properly.
Change-Id: I8f3f0b0deaab8c8f<I>c<I>f<I>ba<I>fd<I> | SAP_openui5 | train |
b08f1e316989ff7e84048c303afc977332788185 | diff --git a/salmonella/widgets.py b/salmonella/widgets.py
index <HASH>..<HASH> 100644
--- a/salmonella/widgets.py
+++ b/salmonella/widgets.py
@@ -4,12 +4,10 @@ from django.core.urlresolvers import reverse, NoReverseMatch
from django.core.exceptions import ImproperlyConfigured
from django.template.loader import rende... | Python 3 support: Refactored code | lincolnloop_django-dynamic-raw-id | train |
03ed67870d9e707fec319eb30c3cd732a846144d | diff --git a/src/Core.php b/src/Core.php
index <HASH>..<HASH> 100644
--- a/src/Core.php
+++ b/src/Core.php
@@ -7,9 +7,9 @@ if(!defined('PEAK_VERSION'))
define('PEAK_VERSION', '2.0.0');
/**
- * relative_basepath()
+ * relativeBasepath()
*/
-if(!function_exists('relative_basepath')) {
+if(!function_exists('rela... | added relativePath and renamed relative_basepath to camelstyle | peakphp_framework | train |
58d85282b43f83974a2131563fafafaf99eed372 | diff --git a/src/util/Util.js b/src/util/Util.js
index <HASH>..<HASH> 100644
--- a/src/util/Util.js
+++ b/src/util/Util.js
@@ -125,7 +125,7 @@ class Util {
if (!has(given, key) || given[key] === undefined) {
given[key] = def[key];
} else if (given[key] === Object(given[key])) {
- given[key... | Fix Destructuring Errors in Util (#<I>)
* Fix Destructuring
* Fix another one | discordjs_discord.js | train |
a86f586abb22923e750f7f9ba646802e86d1ae01 | diff --git a/src/Symfony/Component/PropertyAccess/PropertyAccessor.php b/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
+++ b/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
@@ -470,6 +470,10 @@ class Proper... | [Serializer] fix reading unset properties | symfony_symfony | train |
c3a514fd8158adf4cc5e89d0eb7e2ffb20422755 | diff --git a/phonopy/interface/vasp.py b/phonopy/interface/vasp.py
index <HASH>..<HASH> 100644
--- a/phonopy/interface/vasp.py
+++ b/phonopy/interface/vasp.py
@@ -487,6 +487,14 @@ def symmetrize_borns(borns,
sys.stderr.write(
"Born effective charge symmetrization might go wrong.\n")
+ sys... | Show sum of Born charges if symmetrization didn't go well. | atztogo_phonopy | train |
6847fa4e4e05bfd5b2cbd94d0aff21d7b0063291 | diff --git a/lib/ronin/formatting/extensions/html/string.rb b/lib/ronin/formatting/extensions/html/string.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/formatting/extensions/html/string.rb
+++ b/lib/ronin/formatting/extensions/html/string.rb
@@ -25,6 +25,7 @@ require 'ronin/formatting/extensions/text'
require 'scan... | * Added String#strip_html. | ronin-ruby_ronin | train |
cc2f9ba57d338dd02a460ce5a0263e10773a7930 | diff --git a/lib/eventStream.js b/lib/eventStream.js
index <HASH>..<HASH> 100644
--- a/lib/eventStream.js
+++ b/lib/eventStream.js
@@ -44,8 +44,8 @@ function EventStream (eventstore, query, events) {
throw new Error(errEvtsArrMsg);
}
- for (var e in events) {
- var evt = events[e];
+ for (v... | Handled the exception described the issue #<I> where events is [] (#<I>) | adrai_node-eventstore | train |
7fbb49b5982b6bfd1a30963202b5a571ed46e37e | diff --git a/core/src/main/java/com/capitalone/dashboard/event/BuildEventListener.java b/core/src/main/java/com/capitalone/dashboard/event/BuildEventListener.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/capitalone/dashboard/event/BuildEventListener.java
+++ b/core/src/main/java/com/capitalone/dashboard... | Failed build processing feature completed. Has a bucket that is a property on the pipeline. Didn't want to modify the existing map on the pipeline or the enum to handle this special case... | Hygieia_Hygieia | train |
5bd8356439c2da6c375024b9e6e59d375f068cb1 | diff --git a/src/main/java/me/prettyprint/cassandra/model/Mutator.java b/src/main/java/me/prettyprint/cassandra/model/Mutator.java
index <HASH>..<HASH> 100644
--- a/src/main/java/me/prettyprint/cassandra/model/Mutator.java
+++ b/src/main/java/me/prettyprint/cassandra/model/Mutator.java
@@ -88,10 +88,14 @@ public final ... | added null option on column name for easier row deletion in mutator | hector-client_hector | train |
0ac3ef4cf3a2ff99c644b49c4528f93290d13aca | diff --git a/bin/gandalf.go b/bin/gandalf.go
index <HASH>..<HASH> 100644
--- a/bin/gandalf.go
+++ b/bin/gandalf.go
@@ -167,16 +167,19 @@ func main() {
var err error
log, err = syslog.New(syslog.LOG_INFO, "gandalf-listener")
if err != nil {
+ fmt.Fprintln(os.Stderr, err.Error())
panic(err.Error())
}
err = ... | bin: printing error messages in main at stderr | tsuru_gandalf | train |
ca15aac9308fde3a62bc0312d1266c2ed4f149af | diff --git a/core/src/main/java/smile/classification/RandomForest.java b/core/src/main/java/smile/classification/RandomForest.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/smile/classification/RandomForest.java
+++ b/core/src/main/java/smile/classification/RandomForest.java
@@ -481,7 +481,7 @@ public class ... | fix the bug with RandomForest constructor | haifengl_smile | train |
0967f8c5a10b86893c80d4a23dd2dbade1ca0a7a | diff --git a/src/shims/form-number-date-ui.js b/src/shims/form-number-date-ui.js
index <HASH>..<HASH> 100644
--- a/src/shims/form-number-date-ui.js
+++ b/src/shims/form-number-date-ui.js
@@ -402,6 +402,8 @@ webshims.register('form-number-date-ui', function($, webshims, window, document,
fVal[0] = tmp;
}
... | fix meridian parsing for datetime-local ( fixes issue #<I> | thx @terinjokes ) | aFarkas_webshim | train |
7429a159f456a229b6d76ca52ca850e399f90ec5 | diff --git a/sysfs/digital_pin.go b/sysfs/digital_pin.go
index <HASH>..<HASH> 100644
--- a/sysfs/digital_pin.go
+++ b/sysfs/digital_pin.go
@@ -22,21 +22,23 @@ const (
GPIOPATH = "/sys/class/gpio"
)
-// DigitalPin is the interface for sysfs gpio interactions
-type DigitalPin interface {
- // Unexport unexports the ... | sysfs: export DigitalPin to make it more like PWMPin | hybridgroup_gobot | train |
f99518dad2731d2f2a49208334a8e9085a484fcb | diff --git a/lib/phusion_passenger/config/reopen_logs_command.rb b/lib/phusion_passenger/config/reopen_logs_command.rb
index <HASH>..<HASH> 100644
--- a/lib/phusion_passenger/config/reopen_logs_command.rb
+++ b/lib/phusion_passenger/config/reopen_logs_command.rb
@@ -1,5 +1,5 @@
# Phusion Passenger - https://www.phusi... | Fix a typo in passenger-config reopen-logs help mesage | phusion_passenger | train |
0ff4fd87443678a5b121f250f7928017b4fd3c5e | diff --git a/platform/kubernetes/kubernetes.go b/platform/kubernetes/kubernetes.go
index <HASH>..<HASH> 100644
--- a/platform/kubernetes/kubernetes.go
+++ b/platform/kubernetes/kubernetes.go
@@ -8,6 +8,7 @@ import (
"bytes"
"errors"
"fmt"
+ "net/http"
"os"
"os/exec"
"strings"
@@ -15,6 +16,7 @@ import (
... | platform/kubernetes: add single Service lookup method | weaveworks_flux | train |
c6f568f99bd2f4e753cb42199d2767722e9934d4 | diff --git a/src/ol/map.js b/src/ol/map.js
index <HASH>..<HASH> 100644
--- a/src/ol/map.js
+++ b/src/ol/map.js
@@ -1064,7 +1064,12 @@ ol.Map.prototype.handleTargetChanged_ = function() {
// If it's not now an Element we remove the viewport from the DOM.
// If it's an Element we append the viewport element to it.
... | assertion to check that there's a DOM node for target element | openlayers_openlayers | train |
bd27f3332a98c686bf022203e31c51de575beca5 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -29,11 +29,11 @@
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
- "eslint": "^3.9.1",
- "eslint-config-airbnb": "^13.0.0",
+ "eslint": "^3.13.0",
+ ... | Update and comply with latest linting rules | jakezatecky_react-checkbox-tree | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.