hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
8e54192dc0c1ad733860f931446b23b2860c05dd | diff --git a/pyontutils/neurons/core.py b/pyontutils/neurons/core.py
index <HASH>..<HASH> 100644
--- a/pyontutils/neurons/core.py
+++ b/pyontutils/neurons/core.py
@@ -933,7 +933,8 @@ class NeuronBase(graphBase):
def __repr__(self): # TODO use local_names (since we will bind them in globals, but we do need a rul... | neurons core fixed rendering of origLabel | tgbugs_pyontutils | train |
47809b395a0084d8b94081e1578812f52bf13b86 | diff --git a/src/lib/match_keys.js b/src/lib/match_keys.js
index <HASH>..<HASH> 100644
--- a/src/lib/match_keys.js
+++ b/src/lib/match_keys.js
@@ -8,7 +8,7 @@ function matchKeys( { keySet: { key, modifiers = [] }, event } ) {
const evtModKeys = modKeys.filter( modKey => event[ `${modKey}Key` ] ).sort();
keysM... | fix bug where modifier keys would trigger false match when the length of
matched keys was the same in the event and binding | glortho_react-keydown | train |
050b930fa776c55b5ab63c20ac71318dad9de6b8 | diff --git a/version.php b/version.php
index <HASH>..<HASH> 100644
--- a/version.php
+++ b/version.php
@@ -29,11 +29,11 @@
defined('MOODLE_INTERNAL') || die();
-$version = 2014101001.00; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2014101500.00; // YYYYMMDD ... | on-demand release <I>beta+ | moodle_moodle | train |
e9327c4a285718c5edfbdf4eac6018af7aadf01b | diff --git a/lib/vagrant/config/loader.rb b/lib/vagrant/config/loader.rb
index <HASH>..<HASH> 100644
--- a/lib/vagrant/config/loader.rb
+++ b/lib/vagrant/config/loader.rb
@@ -201,6 +201,9 @@ module Vagrant
# Report syntax errors in a nice way.
raise Errors::VagrantfileSyntaxError, :file => e.m... | Better logging in the config logger | hashicorp_vagrant | train |
8a187f6657ce47660c68e19de17642541e4f611a | diff --git a/imageio/imageio-tga/src/main/java/com/twelvemonkeys/imageio/plugins/tga/TGAExtensions.java b/imageio/imageio-tga/src/main/java/com/twelvemonkeys/imageio/plugins/tga/TGAExtensions.java
index <HASH>..<HASH> 100644
--- a/imageio/imageio-tga/src/main/java/com/twelvemonkeys/imageio/plugins/tga/TGAExtensions.jav... | TGAImageReader no longer reads single byte 0-terminator as Image Identification | haraldk_TwelveMonkeys | train |
111080e762116d60f99e21ea430f5c34a63b811a | diff --git a/jquery.maskMoney.js b/jquery.maskMoney.js
index <HASH>..<HASH> 100644
--- a/jquery.maskMoney.js
+++ b/jquery.maskMoney.js
@@ -98,7 +98,7 @@
// Remove single character
x.value = x.value.substring(0, startPos - 1) + x.value.substring(endPos, x.value.length);
startPos = startPos - 1;
- ... | fixing tabs for curly brace | plentz_jquery-maskmoney | train |
b0600eedff094017ae6246cb4b4d35b92f368891 | diff --git a/sass_processor/management/commands/compilescss.py b/sass_processor/management/commands/compilescss.py
index <HASH>..<HASH> 100644
--- a/sass_processor/management/commands/compilescss.py
+++ b/sass_processor/management/commands/compilescss.py
@@ -40,7 +40,8 @@ class Command(BaseCommand):
def __init__(s... | Fixed: use compressed output style in management command | jrief_django-sass-processor | train |
6fae2979d5e8792b67e18e6176561f89654daeef | diff --git a/src/unide/schema.py b/src/unide/schema.py
index <HASH>..<HASH> 100644
--- a/src/unide/schema.py
+++ b/src/unide/schema.py
@@ -15,6 +15,7 @@
import datetime
from collections import OrderedDict
import numbers
+import six
import dateutil.parser
@@ -163,17 +164,21 @@ class Property(object):
class ... | Use six for transportable metaclassing | eclipse_unide.python | train |
fded3ae3466707f31d8b967c92c780b20a0218d8 | diff --git a/lib/coral_core.rb b/lib/coral_core.rb
index <HASH>..<HASH> 100644
--- a/lib/coral_core.rb
+++ b/lib/coral_core.rb
@@ -129,7 +129,7 @@ coral_require(core_dir, :core)
end
# Include core systems
-[ :repository, :resource, :plugin_base, :plugin ].each do |name|
+[ :resource, :plugin_base, :plugin ].each do... | Adding the plugin definitions to the coral loader and fixing issue with translator facade. | coralnexus_corl | train |
6f8b04ac34a77935a6d9ca84aecf2c4ade6d41e5 | diff --git a/tool.go b/tool.go
index <HASH>..<HASH> 100644
--- a/tool.go
+++ b/tool.go
@@ -436,6 +436,7 @@ func main() {
var port int
cmdServe.Flags().IntVarP(&port, "port", "p", 8080, "HTTP port")
cmdServe.Run = func(cmd *cobra.Command, args []string) {
+ options.BuildTags = strings.Fields(*tags)
dirs := app... | Add --tags flag support to serve command.
Currently, only build and install commands make use of the tags flag to
set custom build tags. Add this functionality to serve command, so it's
possible to use custom build tags with serve. | gopherjs_gopherjs | train |
a0fa4cf8ea100ddfbb31706c621956bf9a05af2e | diff --git a/app/models/ability.rb b/app/models/ability.rb
index <HASH>..<HASH> 100644
--- a/app/models/ability.rb
+++ b/app/models/ability.rb
@@ -6,39 +6,45 @@ class Ability
case user.profile.label
when 'admin'
- can :manage, 'admin/cache'
- can :manage, 'admin/content'
- can :manage, 'admin... | Clean up abilites
- Limit what a contributor can do, as originally intended
- DRY up ability specifications | publify_publify | train |
6cc2a80a9a8f24f93d5141081a2aca541c39da91 | diff --git a/testsuite/integration/smoke/src/test/java/org/jboss/as/test/smoke/mgmt/datasource/DataSourceOperationsUnitTestCase.java b/testsuite/integration/smoke/src/test/java/org/jboss/as/test/smoke/mgmt/datasource/DataSourceOperationsUnitTestCase.java
index <HASH>..<HASH> 100644
--- a/testsuite/integration/smoke/src... | AS7-<I> Fix DisableAndReEnableXaDs test. Can't reproduce, re-enabling it, and I'll get back on it if the problems come up again | wildfly_wildfly | train |
a4c42e0a096f5f8a93fd84b1bca3bed6b1488406 | diff --git a/salt/states/elasticsearch_index.py b/salt/states/elasticsearch_index.py
index <HASH>..<HASH> 100644
--- a/salt/states/elasticsearch_index.py
+++ b/salt/states/elasticsearch_index.py
@@ -50,7 +50,7 @@ def present(name, definition):
ret = {'name': name, 'changes': {}, 'result': True, 'comment': ''}
... | a small, and unfortunate error (#<I>) | saltstack_salt | train |
15cfb7542fe71319914bfa3fc6f11353c18c3c61 | diff --git a/search_queries_interval_integration_test.go b/search_queries_interval_integration_test.go
index <HASH>..<HASH> 100644
--- a/search_queries_interval_integration_test.go
+++ b/search_queries_interval_integration_test.go
@@ -14,6 +14,15 @@ func TestIntervalQuery_Integration(t *testing.T) {
// client := setu... | Fix IntervalQueryPrefix
This commit fixes the `IntervalQueryPrefix` as described in #<I>.
Close #<I> | olivere_elastic | train |
7b21567bafb1231b8ee7046db52f9cf29094da67 | diff --git a/src/validation-error-formatter.spec.js b/src/validation-error-formatter.spec.js
index <HASH>..<HASH> 100644
--- a/src/validation-error-formatter.spec.js
+++ b/src/validation-error-formatter.spec.js
@@ -76,6 +76,11 @@ describe('Validation error formatter', function() {
.to.equal('item "' + fakeItem... | Issue #<I>: Test cases for time validation type in validation-error-formatter | Kashoo_synctos | train |
9d7d8ca185a2d047f4e537a1d2872767bccd4215 | diff --git a/lib/platforms.js b/lib/platforms.js
index <HASH>..<HASH> 100644
--- a/lib/platforms.js
+++ b/lib/platforms.js
@@ -7,5 +7,6 @@
module.exports = {
macos : require( './macos' ),
- win : require( './win' )
+ win : require( './win' ),
+ win32 : require( './win' )
};
\ No newline at end of file | support win or win<I> as same platform | electron-userland_electron-builder | train |
c2dd4a4a1b1c45d21be6652f29e5f8ae30485b18 | diff --git a/classes/Gems/Model/Translator/StaffTranslator.php b/classes/Gems/Model/Translator/StaffTranslator.php
index <HASH>..<HASH> 100644
--- a/classes/Gems/Model/Translator/StaffTranslator.php
+++ b/classes/Gems/Model/Translator/StaffTranslator.php
@@ -61,14 +61,22 @@ class Gems_Model_Translator_StaffTranslator e... | Fixed #<I>:Staff import should have better defaults | GemsTracker_gemstracker-library | train |
0d2f942a97aa6522faadee3cc7881ef7b94b394f | diff --git a/tools/lxdclient/remote_test.go b/tools/lxdclient/remote_test.go
index <HASH>..<HASH> 100644
--- a/tools/lxdclient/remote_test.go
+++ b/tools/lxdclient/remote_test.go
@@ -6,15 +6,12 @@
package lxdclient_test
import (
- "fmt"
"net"
"github.com/juju/errors"
jc "github.com/juju/testing/checkers"
- ... | lxdclient: Dropped unnecessary remote test assumptions | juju_juju | train |
1caeaf48793a36af902c1b179804cb0826f9c78d | diff --git a/tasks/depcheck.js b/tasks/depcheck.js
index <HASH>..<HASH> 100644
--- a/tasks/depcheck.js
+++ b/tasks/depcheck.js
@@ -1,11 +1,3 @@
-/*
- * grunt-depcheck
- * https://github.com/rumpl/grunt-depcheck
- *
- * Copyright (c) 2015 Djordje Lukic
- * Licensed under the MIT license.
- */
-
'use strict';
var pat... | Remove the LICENSE header in source files.
- Keep one LICENSE in repo root is fine. | depcheck_grunt-depcheck | train |
744476340a5b2221c01ea3885acacf5852d7d818 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ else:
if os.path.exists(os.path.join(scipoptdir, "include")):
includedir = os.path.abspath(os.path.join(scipoptdir, "include"))
else:
- print("SCIPOPTDIR={scipoptdir} does not contain a... | Update setup.py
add missing f-string marker | SCIP-Interfaces_PySCIPOpt | train |
15c239365f4240ee70e05f7664c728a1a65161a4 | diff --git a/telemetry/telemetry/inspector_backend.py b/telemetry/telemetry/inspector_backend.py
index <HASH>..<HASH> 100644
--- a/telemetry/telemetry/inspector_backend.py
+++ b/telemetry/telemetry/inspector_backend.py
@@ -43,9 +43,10 @@ class InspectorBackend(object):
res = json.loads(data)
logging.debug('... | [Telemetry] Reduce code duplication in inspector notification handling.
R=<EMAIL>
BUG=None.
Review URL: <URL> | catapult-project_catapult | train |
1dc60f616bcae2db23e429be42a2493968f3b840 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
- Fix [riot#1342](https://github.com/riot/riot/issues/1342), [riot#1636](https://github.com/riot/riot/issues/1636) and request from [dwyl/learn-riot#8](https://github.com/dwyl/learn-riot/issues/8)... | <I>
- The option `debug` inserts newlines between the `riot.tag2` parameters and the call is prefixed with the source filename.
- Updated the regex that is used to match tag names, more closer to the HTML specs. | riot_compiler | train |
b7a7a55617dc64c019e8f56473327490f001479a | diff --git a/src/Dispatch/Dispatcher.php b/src/Dispatch/Dispatcher.php
index <HASH>..<HASH> 100644
--- a/src/Dispatch/Dispatcher.php
+++ b/src/Dispatch/Dispatcher.php
@@ -87,6 +87,7 @@ abstract class Dispatcher implements RequestHandlerInterface {
$baseLogicDirectory = $this->router->getBaseViewLogicPath();
$lo... | Load nested common logic into Assembly (Additional changes for #<I>) | PhpGt_WebEngine | train |
6a6b245057daa22a42471a6d9709404941625737 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -823,6 +823,14 @@
})
})
+ it('Should parse Iptc information', function (done) {
+ loadImage.parseMetaData(blobJPEG, function (data) {
+ expect(data.iptc).to.be.ok
+ expect(da... | Add a basic Iptc test. | blueimp_JavaScript-Load-Image | train |
090547e1c7436f805406d260dabbac492c8a167c | diff --git a/client/lib/sites-list/actions.js b/client/lib/sites-list/actions.js
index <HASH>..<HASH> 100644
--- a/client/lib/sites-list/actions.js
+++ b/client/lib/sites-list/actions.js
@@ -1,53 +1,53 @@
/**
* External dependencies
*/
-var debug = require( 'debug' )( 'calypso:sites-list:actions' );
+import debugF... | Sites List: ES6ify `sites-list/actions` | Automattic_wp-calypso | train |
fb7a1a73d02a75e62b85e86e8b592af57733a36e | diff --git a/src/main/java/com/beust/jcommander/ParameterDescription.java b/src/main/java/com/beust/jcommander/ParameterDescription.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/beust/jcommander/ParameterDescription.java
+++ b/src/main/java/com/beust/jcommander/ParameterDescription.java
@@ -186,7 +186,6 @@ p... | fix for issue<I> Incorrect usage() formatting with single long options | cbeust_jcommander | train |
35862b95ffeab2d0d741f0489ae5dcf51436c713 | diff --git a/skflow/estimators/base.py b/skflow/estimators/base.py
index <HASH>..<HASH> 100644
--- a/skflow/estimators/base.py
+++ b/skflow/estimators/base.py
@@ -22,7 +22,11 @@ import tensorflow as tf
from google.protobuf import text_format
from sklearn.base import BaseEstimator
-from sklearn.utils.validation impo... | Fixes #<I>: Changed import for NotFittedError to make sure it works with sklearn <I> | tensorflow_skflow | train |
78ade421aaa6afdeb31c23571ca86346f27b98a4 | diff --git a/tests/unit/modules/zfs_test.py b/tests/unit/modules/zfs_test.py
index <HASH>..<HASH> 100644
--- a/tests/unit/modules/zfs_test.py
+++ b/tests/unit/modules/zfs_test.py
@@ -85,6 +85,17 @@ class ZfsTestCase(TestCase):
with patch.dict(zfs.__salt__, {'cmd.run': mock_cmd}):
self.assertEqual(... | Adding another unit test to check for zfs.create failure if trailing slash in name is present | saltstack_salt | train |
5fe29940054184d74f7195e093cd3069a7067c06 | diff --git a/lib/vagrant/plugin/manager.rb b/lib/vagrant/plugin/manager.rb
index <HASH>..<HASH> 100644
--- a/lib/vagrant/plugin/manager.rb
+++ b/lib/vagrant/plugin/manager.rb
@@ -63,7 +63,7 @@ module Vagrant
# This returns the list of plugins that should be enabled.
#
- # @return [Array<String>]
+ ... | commands/plugin: convert all actions to use the new classes | hashicorp_vagrant | train |
19caad59a9cc2076acaaf016b69415c1dd5be5c7 | diff --git a/synapse/cores/common.py b/synapse/cores/common.py
index <HASH>..<HASH> 100644
--- a/synapse/cores/common.py
+++ b/synapse/cores/common.py
@@ -291,7 +291,7 @@ class Cortex(EventBus, DataModel, Runtime, s_ingest.IngestApi):
('auth:url', {'type': 'inet:url', 'doc': 'Optional remote auth cortex ... | Enable enforce to be set to True by default. | vertexproject_synapse | train |
fc95c333f620e58a61303691ecea12730160fe5a | diff --git a/src/labels/main_pass.js b/src/labels/main_pass.js
index <HASH>..<HASH> 100644
--- a/src/labels/main_pass.js
+++ b/src/labels/main_pass.js
@@ -4,7 +4,6 @@ import {LabelLineStraight} from './label_line';
import Collision from './collision';
import OBB from '../utils/obb';
import Geo from '../geo';
-// imp... | move flag for showing hidden labels into debug settings | tangrams_tangram | train |
5ab81e5348312feb527551278087eaa8531eba55 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ requirements = [
'numexpr>=2.1',
'numpy>=1.7,<1.9',
'scipy>=0.12,<0.14',
- 'tables>=3.0'
+ 'tables>=3.0,<3.1.1'
]
test_requirements = [ | Fixed minor bug in run-emase script | churchill-lab_emase | train |
dccf684d8be23661e3426587f89ec3ca266f3ad1 | diff --git a/Swat/SwatButton.php b/Swat/SwatButton.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatButton.php
+++ b/Swat/SwatButton.php
@@ -18,6 +18,14 @@ class SwatButton extends SwatControl {
*/
public $title;
+ /**
+ * Set true after processing if this button was clicked (read only).
+ * The form will also c... | Add a processor to SwatButton. Also store a reference to the clicked button in the SwatForm that contains the SwatButton.
svn commit r<I> | silverorange_swat | train |
456b9e830214dfdedfc2f47fd549809db81979b4 | diff --git a/lib/ffi-glib/byte_array.rb b/lib/ffi-glib/byte_array.rb
index <HASH>..<HASH> 100644
--- a/lib/ffi-glib/byte_array.rb
+++ b/lib/ffi-glib/byte_array.rb
@@ -12,5 +12,9 @@ module GLib
len = data.bytesize
self.class.wrap(Lib.g_byte_array_append to_ptr, bytes, len)
end
+
+ def initialize
+ ... | Restore override for ByteArray initialization
This seems to be needed for older versions of gobject-introspection | mvz_gir_ffi | train |
521ea7dcb12b083d958523c68fce9145dd9956f9 | diff --git a/warehouse/static/js/warehouse/index.js b/warehouse/static/js/warehouse/index.js
index <HASH>..<HASH> 100644
--- a/warehouse/static/js/warehouse/index.js
+++ b/warehouse/static/js/warehouse/index.js
@@ -32,7 +32,7 @@ import timeAgo from "warehouse/utils/timeago";
// timestamps for project histories set f... | Replace var with let and const where applicable (#<I>)
Using var is not needed in modern JavaScript in most cases | pypa_warehouse | train |
4026bd4f76aea45858a94485fb506466a0eff692 | diff --git a/packages/components/bolt-blockquote/__tests__/blockquote.js b/packages/components/bolt-blockquote/__tests__/blockquote.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-blockquote/__tests__/blockquote.js
+++ b/packages/components/bolt-blockquote/__tests__/blockquote.js
@@ -28,6 +28,7 @@ describ... | test: retest with timeout re-added | bolt-design-system_bolt | train |
b79768cd8bcd03871b109cdad855737c30c03861 | diff --git a/packages/@vuepress/markdown-loader/index.js b/packages/@vuepress/markdown-loader/index.js
index <HASH>..<HASH> 100644
--- a/packages/@vuepress/markdown-loader/index.js
+++ b/packages/@vuepress/markdown-loader/index.js
@@ -21,6 +21,7 @@ module.exports = function (src) {
const isProd = process.env.NODE_EN... | feat: refine markdown api (#<I>)
1. support env.loader
2. refine link behavior, every token is an instance of `Token`. its prototype should not be removed | vuejs_vuepress | train |
1d49d576ad4769286c3a13487fabaa7ce05c79d1 | diff --git a/android/app/src/main/java/com/reactnativenavigation/activities/BaseReactActivity.java b/android/app/src/main/java/com/reactnativenavigation/activities/BaseReactActivity.java
index <HASH>..<HASH> 100644
--- a/android/app/src/main/java/com/reactnativenavigation/activities/BaseReactActivity.java
+++ b/android... | Add basic setNavigationTitle method | wix_react-native-navigation | train |
0290bef20d5443726926d4194c3cb4108cb23785 | diff --git a/src/PuliApplicationConfig.php b/src/PuliApplicationConfig.php
index <HASH>..<HASH> 100644
--- a/src/PuliApplicationConfig.php
+++ b/src/PuliApplicationConfig.php
@@ -28,12 +28,15 @@ use Puli\Cli\Handler\TreeCommandHandler;
use Puli\Cli\Handler\TypeCommandHandler;
use Puli\Cli\Handler\UpgradeCommandHandle... | Added warning to upgrade puli.json if it is not up to date | puli_cli | train |
e1859b8dbfdbc3d3ca5aac542aeb4a16056b30e2 | diff --git a/lib/letsencrypt_plugin.rb b/lib/letsencrypt_plugin.rb
index <HASH>..<HASH> 100644
--- a/lib/letsencrypt_plugin.rb
+++ b/lib/letsencrypt_plugin.rb
@@ -90,7 +90,8 @@ module LetsencryptPlugin
registration = client.register(contact: "mailto:#{@options[:email]}")
registration.agree_terms
Ra... | When swallowing exceptions, at least log them.
It took me 3 hours to detect a 3rd-party bug (<URL>). | lgromanowski_acme-plugin | train |
695a03e822523671225637a47c4afda6df449d53 | diff --git a/Context.js b/Context.js
index <HASH>..<HASH> 100644
--- a/Context.js
+++ b/Context.js
@@ -1828,6 +1828,9 @@ Context.prototype.bindVertexArray = function(vertexArray) {
if(vertexArray === this._vertexArray){
return;
}
+ else if (this._vertexArray){
+ this._vertexArray._unbindInt... | VertexArray naive implementation of _unbindInternal | pex-gl_pex-context | train |
c75eface3ba6b1bf3ee8929ec06f617d6c74c37f | diff --git a/hpcbench/driver.py b/hpcbench/driver.py
index <HASH>..<HASH> 100644
--- a/hpcbench/driver.py
+++ b/hpcbench/driver.py
@@ -361,6 +361,15 @@ class SbatchDriver(Enumerator):
@property
def sbatch_template(self):
""":return Jinja sbatch template for the current tag"""
+ template = self... | Better logging when sbatch generation fails | BlueBrain_hpcbench | train |
40193a60a940f30a37e56601227acd9e5b0f59a2 | diff --git a/openfisca_web_api/controllers/formula.py b/openfisca_web_api/controllers/formula.py
index <HASH>..<HASH> 100644
--- a/openfisca_web_api/controllers/formula.py
+++ b/openfisca_web_api/controllers/formula.py
@@ -40,9 +40,9 @@ def api1_formula(req):
params = dict(req.GET)
try:
- column = ge... | Parse parameters as early as possible
Echo properly-typed parameters in case of error | openfisca_openfisca-web-api | train |
057e323db89d6eae3fa867cb78803fa357b5e2a7 | diff --git a/src/FormKit/Element.php b/src/FormKit/Element.php
index <HASH>..<HASH> 100644
--- a/src/FormKit/Element.php
+++ b/src/FormKit/Element.php
@@ -55,7 +55,10 @@ abstract class Element extends CascadingAttribute
foreach( $keys as $key ) {
$val = $this->$key;
if( $val ) {
- ... | use htmlentities to encode attributes | corneltek_FormKit | train |
27e84393c782b6844708feeb753557448dd3eeaa | diff --git a/openquake/shapes.py b/openquake/shapes.py
index <HASH>..<HASH> 100644
--- a/openquake/shapes.py
+++ b/openquake/shapes.py
@@ -32,7 +32,6 @@ from numpy import sin, cos, arctan2, sqrt, radians
from shapely import geometry
from scipy.interpolate import interp1d
-from scipy import sqrt, log, exp
from op... | removed not used imports, added doc
Former-commit-id: ec<I>fee<I>b<I>b2b<I>c<I>ad<I>adb8d<I>ff4cc | gem_oq-engine | train |
5008b1af3a790e41147fa2fac877e7bc67e4e8bd | diff --git a/lib/adal-angular.js b/lib/adal-angular.js
index <HASH>..<HASH> 100644
--- a/lib/adal-angular.js
+++ b/lib/adal-angular.js
@@ -66,7 +66,7 @@
throw new Error('You must set configOptions, when calling init');
}
- // loginresource is used to set authentica... | update comments in code. fixes #<I>
There are a few typos in the comments, some variables that are referred to
that are not matched in casing, and an invalid comment that no longer
applies that make reading the code a bit confusing.
The comment about $injector was removed because it appears it no longer
applies. $inj... | AzureAD_azure-activedirectory-library-for-js | train |
784deb5f68c95c356ca81591b63c270c22001e1e | diff --git a/github/InputGitTreeElement.py b/github/InputGitTreeElement.py
index <HASH>..<HASH> 100644
--- a/github/InputGitTreeElement.py
+++ b/github/InputGitTreeElement.py
@@ -59,9 +59,7 @@ class InputGitTreeElement(object):
content, str
), content
assert (
- sha is github.G... | Run black over the entire tree (#<I>)
It's been a while since black was run over the entire tree, and since CI
still doesn't check it, we can get behind. | PyGithub_PyGithub | train |
34c02692f4a3b07154f5bbda19bdbd68a6651a4f | diff --git a/lib/dekiru/version.rb b/lib/dekiru/version.rb
index <HASH>..<HASH> 100644
--- a/lib/dekiru/version.rb
+++ b/lib/dekiru/version.rb
@@ -1,3 +1,3 @@
module Dekiru
- VERSION = '0.1.2'
+ VERSION = '0.1.3'
end | bumped to <I> | mataki_dekiru | train |
928b02cff15420c4fda861add8bcab88339187e6 | diff --git a/spec/rubocop/cop/cop_spec.rb b/spec/rubocop/cop/cop_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/rubocop/cop/cop_spec.rb
+++ b/spec/rubocop/cop/cop_spec.rb
@@ -101,7 +101,7 @@ describe Rubocop::Cop::Cop do
it 'has each cop in exactly one type' do
sum = 0
types.each do |c|
- ... | Use self-assignment shorthand | rubocop-hq_rubocop | train |
b28a6834b82c78d3fd779423e21185ff9b4fc347 | diff --git a/src/main/java/net/wasdev/wlp/common/springboot/util/SpringBootThinUtil.java b/src/main/java/net/wasdev/wlp/common/springboot/util/SpringBootThinUtil.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/wasdev/wlp/common/springboot/util/SpringBootThinUtil.java
+++ b/src/main/java/net/wasdev/wlp/common/s... | Update the error message of SpringBootThinException to include file name | WASdev_ci.common | train |
496d3016278bb109b7d616b676916e9b158409fe | diff --git a/tests/Filesystem/HelperTest.php b/tests/Filesystem/HelperTest.php
index <HASH>..<HASH> 100644
--- a/tests/Filesystem/HelperTest.php
+++ b/tests/Filesystem/HelperTest.php
@@ -345,10 +345,6 @@ class HelperTest extends TestCase
// 7 = 4+2+1 分别代表可读可写可执行
mkdir($sourcePath, 0444);
- //... | refactor(filesystem): code poem | hunzhiwange_framework | train |
b12bf8bbe00ccc2d545e255b9f4bab35209fa19b | diff --git a/edisgo/io/ding0_import.py b/edisgo/io/ding0_import.py
index <HASH>..<HASH> 100644
--- a/edisgo/io/ding0_import.py
+++ b/edisgo/io/ding0_import.py
@@ -95,7 +95,8 @@ def import_ding0_grid(path, edisgo_obj):
edisgo_obj.topology.storages_df = grid.storage_units
edisgo_obj.topology.grid_district = {
... | Add srid to grid_district information and adapt grid_district docstring | openego_eDisGo | train |
87544c6759a4bbe2efd16bd9b62ff950f0c552fa | diff --git a/tests/TestCase/Controller/PagesControllerTest.php b/tests/TestCase/Controller/PagesControllerTest.php
index <HASH>..<HASH> 100644
--- a/tests/TestCase/Controller/PagesControllerTest.php
+++ b/tests/TestCase/Controller/PagesControllerTest.php
@@ -47,13 +47,13 @@ class PagesControllerTest extends TestCase
... | update test name that mixed the missing_view and missing_template | cakephp_cakephp | train |
73cd13845338e85ac3617dd6fb51d063921b1518 | diff --git a/lib/puppet/util/log/destinations.rb b/lib/puppet/util/log/destinations.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/util/log/destinations.rb
+++ b/lib/puppet/util/log/destinations.rb
@@ -131,15 +131,15 @@ Puppet::Util::Log.newdesttype :console do
def handle(msg)
levels = {
- :emerg => {... | (PUP-<I>) Change warning message color on console to yellow | puppetlabs_puppet | train |
455c795a9861417fefba2a2736150d075b04bcb4 | diff --git a/pyblish_qml/ipc/server.py b/pyblish_qml/ipc/server.py
index <HASH>..<HASH> 100644
--- a/pyblish_qml/ipc/server.py
+++ b/pyblish_qml/ipc/server.py
@@ -129,9 +129,9 @@ class Server(object):
is_embedded = os.path.split(sys.executable)[-1].lower() != "python.exe"
python = python or find_pyt... | Print out python finding message once it got result
This may helps debugging. | pyblish_pyblish-qml | train |
fb12d4e3d657e5dcc6c49fd2d28926713e2a817f | diff --git a/openpnm/algorithms/ReactiveTransport.py b/openpnm/algorithms/ReactiveTransport.py
index <HASH>..<HASH> 100644
--- a/openpnm/algorithms/ReactiveTransport.py
+++ b/openpnm/algorithms/ReactiveTransport.py
@@ -39,7 +39,7 @@ class ReactiveTransport(GenericTransport):
if (not np.all(np.isnan(self['por... | Updating tests to catch both exceptions | PMEAL_OpenPNM | train |
9bb044668fb09b32f169e6391bb6e55c9c82fa54 | diff --git a/src/DependencyInjection/Compiler/OptimizerPass.php b/src/DependencyInjection/Compiler/OptimizerPass.php
index <HASH>..<HASH> 100644
--- a/src/DependencyInjection/Compiler/OptimizerPass.php
+++ b/src/DependencyInjection/Compiler/OptimizerPass.php
@@ -23,7 +23,7 @@ class OptimizerPass implements CompilerPass... | don't fail when token storage is an alias | sensiolabs_SensioFrameworkExtraBundle | train |
0e094e96c64cd1d7b3063c141fd9c159a8e243f2 | diff --git a/nestly/scripts/nestrun.py b/nestly/scripts/nestrun.py
index <HASH>..<HASH> 100644
--- a/nestly/scripts/nestrun.py
+++ b/nestly/scripts/nestrun.py
@@ -30,7 +30,12 @@ def _terminate_procs(procs):
logging.warn("Stopping all remaining processes")
for proc, g in procs.values():
logging.debug(... | Ignoring ESRCH from kill(2). | fhcrc_nestly | train |
f7aabf74e252b02b7728413339aaaed5839fa75f | diff --git a/lib/base/warden/node_utils.rb b/lib/base/warden/node_utils.rb
index <HASH>..<HASH> 100644
--- a/lib/base/warden/node_utils.rb
+++ b/lib/base/warden/node_utils.rb
@@ -137,67 +137,45 @@ module VCAP::Services::Base::Warden::NodeUtils
start_instances(failed_instances)
end
- def start_all_instances(s... | [service-ng] Refactor start_instances
Change-Id: I4c<I>f9bb7a2c<I>a<I>e<I>a<I>e2 | cloudfoundry-attic_vcap-services-base | train |
0fc58500e975f744c7028d4033a789c947e7bb8b | diff --git a/server/src/main/java/com/orientechnologies/orient/server/OClientConnection.java b/server/src/main/java/com/orientechnologies/orient/server/OClientConnection.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/com/orientechnologies/orient/server/OClientConnection.java
+++ b/server/src/main/java/com/... | fix for clean up session on error, issue #<I> | orientechnologies_orientdb | train |
12e1cdf4d29e4bb4c0272434b9528c614ddd5548 | diff --git a/pyrpn/rpn.py b/pyrpn/rpn.py
index <HASH>..<HASH> 100644
--- a/pyrpn/rpn.py
+++ b/pyrpn/rpn.py
@@ -36,9 +36,12 @@ class Rpn(object):
self.opslist = istr.lower().replace('pi',str(math.pi)).split(delimiter)
self.opslist.reverse()
- oprts = ['+', '-', '*', '/', 'sin', 'cos', 'tan', '... | Update solve to handle operations w/o returns. | archman_pyrpn | train |
9d13c93ed8b7a2d5c0d8587fa53f0ea9acaa9c91 | diff --git a/Gemfile b/Gemfile
index <HASH>..<HASH> 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ gemspec
gem 'rake'
gem 'bacon'
-gem 'rr'
+gem 'muack'
gem 'bond'
gem 'hirb'
diff --git a/lib/rib/test.rb b/lib/rib/test.rb
index <HASH>..<HASH> 100644
--- a/lib/rib/test.rb
+++ b/lib/rib/test.rb
@@ -1,9 +1,9 @... | switch from rr to muack | godfat_rib | train |
08981073eccff1e4fa9d1d2b51154974c9b03e93 | diff --git a/lib/aruba/api/command.rb b/lib/aruba/api/command.rb
index <HASH>..<HASH> 100644
--- a/lib/aruba/api/command.rb
+++ b/lib/aruba/api/command.rb
@@ -280,7 +280,7 @@ module Aruba
begin
expect(command).to have_finished_in_time
expect(command).to be_successfully_executed
- ... | Use root :: to make users aware it's a RSpec-problem | cucumber_aruba | train |
10d0a667fa8c320cc3d6a96000c3a8d9d3493ece | diff --git a/core/src/main/java/com/graphhopper/routing/util/FootFlagEncoder.java b/core/src/main/java/com/graphhopper/routing/util/FootFlagEncoder.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/graphhopper/routing/util/FootFlagEncoder.java
+++ b/core/src/main/java/com/graphhopper/routing/util/FootFlagEn... | improved foot routing to partially allow cycleways, #<I> | graphhopper_graphhopper | train |
34e9a807a9f780b7e51e8dae2ea50b329ea7a461 | diff --git a/provider/aws/aws_discover.go b/provider/aws/aws_discover.go
index <HASH>..<HASH> 100644
--- a/provider/aws/aws_discover.go
+++ b/provider/aws/aws_discover.go
@@ -23,7 +23,7 @@ func (p *Provider) Help() string {
region: The AWS region. Default to region of instance.
tag_key: T... | aws: addrtype -> addr_type and small doc fixes (#<I>) | hashicorp_go-discover | train |
dae2e0d028f3bc1220bdf434f06427ceba4d4d72 | diff --git a/pyfolio/tears.py b/pyfolio/tears.py
index <HASH>..<HASH> 100644
--- a/pyfolio/tears.py
+++ b/pyfolio/tears.py
@@ -348,7 +348,7 @@ def create_bayesian_tear_sheet(
df_train = returns.loc[returns.index < live_start_date]
df_test = returns.loc[returns.index >= live_start_date]
- trace_t = bayesi... | BUG Make Bayesian tear sheet use the new API. | quantopian_pyfolio | train |
4db17353aa10b82bb02b5098ab76aebbc4562865 | diff --git a/simulator/src/main/java/com/hazelcast/simulator/protocol/operation/IntegrationTestOperation.java b/simulator/src/main/java/com/hazelcast/simulator/protocol/operation/IntegrationTestOperation.java
index <HASH>..<HASH> 100644
--- a/simulator/src/main/java/com/hazelcast/simulator/protocol/operation/Integratio... | Made IntegrationTestOperation more interoperable by using a String instead of an Integer to define the operation type. | hazelcast_hazelcast-simulator | train |
f47f1c416f0a245405c4d93fe346d483e0b479d9 | diff --git a/Validator.php b/Validator.php
index <HASH>..<HASH> 100644
--- a/Validator.php
+++ b/Validator.php
@@ -41,11 +41,12 @@ class Validator
public function validate(Request $request, array $rules, array $messages = [])
{
foreach ($rules as $param => $options) {
- try {
- ... | Fixed error when accessing options as an array when it is not | awurth_SlimValidationREST | train |
11b737517a4e8e240f9b84b6955d9c0959cd1384 | diff --git a/ejb3/src/main/java/org/jboss/as/ejb3/tx/CMTTxInterceptor.java b/ejb3/src/main/java/org/jboss/as/ejb3/tx/CMTTxInterceptor.java
index <HASH>..<HASH> 100644
--- a/ejb3/src/main/java/org/jboss/as/ejb3/tx/CMTTxInterceptor.java
+++ b/ejb3/src/main/java/org/jboss/as/ejb3/tx/CMTTxInterceptor.java
@@ -23,9 +23,9 @@... | WFLY-<I> Calling Asynchronous EJB will use the propagated caller transaction which is not according to the specification | wildfly_wildfly | train |
e47e60b2c4ef3b386007345336e0b72029dd145e | diff --git a/tests/ml/catboost_test.py b/tests/ml/catboost_test.py
index <HASH>..<HASH> 100644
--- a/tests/ml/catboost_test.py
+++ b/tests/ml/catboost_test.py
@@ -110,7 +110,7 @@ def test_catboost_numerical_validation():
features = ['sepal_width', 'petal_length', 'sepal_length', 'petal_width']
# Vanilla cat... | chore: fix CI (due to ugrades to xgboost, catboost) | vaexio_vaex | train |
8e73711d504ace09dc31ffcc2a47c58ef7981d99 | diff --git a/lib/yoti/client.rb b/lib/yoti/client.rb
index <HASH>..<HASH> 100644
--- a/lib/yoti/client.rb
+++ b/lib/yoti/client.rb
@@ -7,9 +7,11 @@ module Yoti
#
# Performs all the steps required to get the decrypted profile from an API request
#
- # @param encrypted_connect_token [String] token provi... | SDK-<I>: Add test for request exception response object | getyoti_yoti-ruby-sdk | train |
c963f1244ed08fa996cc30940cce031243247fbe | diff --git a/src/Ftp/Directory.php b/src/Ftp/Directory.php
index <HASH>..<HASH> 100644
--- a/src/Ftp/Directory.php
+++ b/src/Ftp/Directory.php
@@ -13,7 +13,7 @@ class Directory
private $useFtpSiteCommand;
- public function __construct($connection, $filePath, $useFtpSiteCommand)
+ public function __constr... | Implement ftp_site MKDIR command for g4/storage - refactor | g4code_storage | train |
e39ac50b411c04a8e88bafb2b4f1840e75ece384 | diff --git a/example/index.js b/example/index.js
index <HASH>..<HASH> 100644
--- a/example/index.js
+++ b/example/index.js
@@ -5,10 +5,9 @@ import createStyledElement from '../src/index'
const { Div, Section, H1 } = createStyledElement
const MyComponent = props => <div {...props}>My component</div>
-const MyStyledC... | added the ability to omit props if you just want to statically style a component | souporserious_create-styled-element | train |
c3f91bd1c0e8aef1b416ae6b1f55e7bd93a4f281 | diff --git a/git/index/fun.py b/git/index/fun.py
index <HASH>..<HASH> 100644
--- a/git/index/fun.py
+++ b/git/index/fun.py
@@ -13,7 +13,7 @@ from stat import (
S_IFREG,
)
import subprocess
-from typing import List, Tuple, Union, cast
+from typing import List, Tuple, cast
from git.cmd import PROC_CREATIONFLAGS... | Add initial types to IndexFile .init() to _to_relative_path() | gitpython-developers_GitPython | train |
786fe15c95a9ae7f828f426fff602f03979e3d5e | diff --git a/personality-insights/src/test/java/com/ibm/watson/personality_insights/v3/PersonalityInsightsIT.java b/personality-insights/src/test/java/com/ibm/watson/personality_insights/v3/PersonalityInsightsIT.java
index <HASH>..<HASH> 100644
--- a/personality-insights/src/test/java/com/ibm/watson/personality_insight... | test(Personality Insights): Refactor current tests | watson-developer-cloud_java-sdk | train |
c0769bcc1b488d822d0ec1fa68fd1d8c72328a53 | diff --git a/core/src/main/java/hudson/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.java b/core/src/main/java/hudson/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.java
+++ b/core/src/main/java/hudson/org/apac... | added more logging at FINE level for assisting trouble-shooting for missing changelog.
git-svn-id: <URL> | jenkinsci_jenkins | train |
ce21b613c52d2b4d45c1014712990b2d63cd7c5d | diff --git a/galpy/potential/Potential.py b/galpy/potential/Potential.py
index <HASH>..<HASH> 100644
--- a/galpy/potential/Potential.py
+++ b/galpy/potential/Potential.py
@@ -25,7 +25,7 @@ from ..util import bovy_plot as plot
from ..util import bovy_coords
from ..util.bovy_conversion import velocity_in_kpcGyr, \
... | Add Potential functions to compute the zero-velocity curve | jobovy_galpy | train |
2a1b797767aa549710804e28fba3c6a6cded1b34 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -55,6 +55,12 @@ module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
pkg: packageJson,
+ version: {
+ versionStr: packageJson.version,
+ ... | Modified OpenSeadragon.version property
Let grunt do more of the work! | openseadragon_openseadragon | train |
86a3c532db25eb16edf8f7bb1b658a533453535b | diff --git a/moment.js b/moment.js
index <HASH>..<HASH> 100644
--- a/moment.js
+++ b/moment.js
@@ -477,6 +477,9 @@
if (!key) {
return moment.fn._lang;
}
+ if (!languages[key] && hasModule) {
+ require('./lang/' + key);
+ }
return languages[key];
}
... | Fixing race condition with moment.langData(unloadedLangKey) | moment_moment | train |
4ed5b07e4e4cc91c2ba2ed266f92b3f7c176cd76 | diff --git a/buffer/src/main/java/io/netty/buffer/DefaultCompositeByteBuf.java b/buffer/src/main/java/io/netty/buffer/DefaultCompositeByteBuf.java
index <HASH>..<HASH> 100644
--- a/buffer/src/main/java/io/netty/buffer/DefaultCompositeByteBuf.java
+++ b/buffer/src/main/java/io/netty/buffer/DefaultCompositeByteBuf.java
@... | [#<I>] Fix bug in CompositeByteBuf which let the buffer expand in a incorrect way and so result in corrupted data | netty_netty | train |
492e0f25ae0d75cd81bacbbc89b764c677cfa8fb | diff --git a/src/main/java/org/nustaq/serialization/FSTObjectOutput.java b/src/main/java/org/nustaq/serialization/FSTObjectOutput.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/nustaq/serialization/FSTObjectOutput.java
+++ b/src/main/java/org/nustaq/serialization/FSTObjectOutput.java
@@ -303,6 +303,14 @@ publ... | fix #<I> vm crash when putting classes using writeReplace into ArrayList, HashMap | RuedigerMoeller_fast-serialization | train |
1eb493cb68e37c6b64a1eed84d213cd74ae11a46 | diff --git a/openquake/calculators/ucerf_classical.py b/openquake/calculators/ucerf_classical.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/ucerf_classical.py
+++ b/openquake/calculators/ucerf_classical.py
@@ -202,6 +202,11 @@ class UcerfPSHACalculator(classical.PSHACalculator):
self.s... | Added a comment [skip CI]
Former-commit-id: 7a<I>cbee<I>c<I>df<I>a<I>fb<I>c3a8d<I> | gem_oq-engine | train |
5d423d2f1e02c8d30d3095f0e7f39d81f4d9e7d7 | diff --git a/senseapi.py b/senseapi.py
index <HASH>..<HASH> 100755
--- a/senseapi.py
+++ b/senseapi.py
@@ -793,7 +793,7 @@ class SenseAPI:
@return (bool) - Boolean indicating whether SensorDataDelete was successful.
"""
- if self.__SenseApiCall__('/sensor/{0}/data/{1}.json'.format(sensor_id, data_id), ... | Fix bug #<I> deleting sensor data by id | senseobservationsystems_commonsense-python-lib | train |
9294578a6f3cdc9ac022c337e5bd057967f2f8b7 | diff --git a/glfw.py b/glfw.py
index <HASH>..<HASH> 100644
--- a/glfw.py
+++ b/glfw.py
@@ -12,6 +12,7 @@ import os
import glob
import sys
import subprocess
+import textwrap
def _find_library_candidates(library_names,
library_file_extensions,
@@ -68,43 +69,44 @@ def _glfw_get_version... | Using textwrap.dedent so that the heredoc script for the version checker can fit the indentation level of the code around it. | FlorianRhiem_pyGLFW | train |
3dea40b858c7d311dfd3f55e42823092309df2a2 | diff --git a/src/transformers/tokenization_utils.py b/src/transformers/tokenization_utils.py
index <HASH>..<HASH> 100644
--- a/src/transformers/tokenization_utils.py
+++ b/src/transformers/tokenization_utils.py
@@ -503,6 +503,7 @@ class SpecialTokensMixin:
if key in self.SPECIAL_TOKENS_ATTRIBUTES:
... | fixing tokenization of extra_id symbols in T5Tokenizer. Related to issue <I> (#<I>) | huggingface_pytorch-pretrained-BERT | train |
f42816e7fca8280927790f74c6e280c37d49b280 | diff --git a/examples/run_pplm.py b/examples/run_pplm.py
index <HASH>..<HASH> 100644
--- a/examples/run_pplm.py
+++ b/examples/run_pplm.py
@@ -317,8 +317,11 @@ def get_classifier(
).to(device)
if "url" in params:
resolved_archive_file = cached_path(params["url"])
- else:
+ elif "path" in params... | Added additional check for url and path in discriminator model params | huggingface_pytorch-pretrained-BERT | train |
049942ff2f8ce4ba7ac0d60063c033a87aa332f0 | diff --git a/logging/mock.go b/logging/mock.go
index <HASH>..<HASH> 100644
--- a/logging/mock.go
+++ b/logging/mock.go
@@ -58,25 +58,25 @@ func (m writerMap) CheckWrittenAtLevel(t *testing.T, lv LogLevel, exp string) {
} else {
w = m[lv]
}
- // 32 bytes covers the date, time and filename up to the colon in
+ // ... | Hmm, using a fixed-length filename doesn't work when you're allowing other people to use your mocks. | fluffle_goirc | train |
1ec8df81f9a259db8990158ee0c5d1af7781e3d2 | diff --git a/src/store/setToolMode.js b/src/store/setToolMode.js
index <HASH>..<HASH> 100644
--- a/src/store/setToolMode.js
+++ b/src/store/setToolMode.js
@@ -210,9 +210,15 @@ function setToolModeForElement(mode, changeEvent, element, toolName, options) {
options.mouseButtonMask.length !== 0 &&
Array.isArray(... | Do the de-deuplication without using Set | cornerstonejs_cornerstoneTools | train |
bc21593480f27e1cdb320c5bbdfde3a382dc4b07 | diff --git a/server.go b/server.go
index <HASH>..<HASH> 100644
--- a/server.go
+++ b/server.go
@@ -2058,7 +2058,7 @@ func (s *server) peerDoneHandler(sp *serverPeer) {
s.donePeers <- sp
// Only tell sync manager we are gone if we ever told it we existed.
- if sp.VersionKnown() {
+ if sp.VerAckReceived() {
s.sy... | server: remove peer from SyncManager on VerAckReceived
Peers are now added to the SyncManager if we receive their verack, but
we'd still attempt to remove them from the SyncManager if we didn't
receive it. | btcsuite_btcd | train |
6446fe5e22f7b67aaed685ece0de16bbfa8d5b22 | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -23,7 +23,7 @@
"ondram/ci-detector": "^3.4",
"phpstan/phpdoc-parser": "^0.4.7",
"phpstan/phpstan": "^0.12.25",
- "phpstan/phpstan-phpunit": "0.12.8",
+ "phpstan/phps... | update to phpstan/phpstan-phpunit <I> | rectorphp_rector | train |
26d92d282f9f227ce62a60d419c83dd1c4b4bbcf | diff --git a/modules/system/classes/ErrorHandler.php b/modules/system/classes/ErrorHandler.php
index <HASH>..<HASH> 100644
--- a/modules/system/classes/ErrorHandler.php
+++ b/modules/system/classes/ErrorHandler.php
@@ -49,7 +49,7 @@ class ErrorHandler extends ErrorHandlerBase
// Route to the CMS error page.
... | Fixed custom error pages outputting headers
If we don't have this method called, then the controller returns an object. From then on, [Symfony converts this object in to a string](<URL>` returns a string and everything works as expected. | octobercms_october | train |
5da8843473633169bab6b40f0700650230333c04 | diff --git a/packages/zent/src/button/Button.js b/packages/zent/src/button/Button.js
index <HASH>..<HASH> 100644
--- a/packages/zent/src/button/Button.js
+++ b/packages/zent/src/button/Button.js
@@ -75,7 +75,7 @@ export default class Button extends (PureComponent || Component) {
}
// render a 标签
- renderLink(c... | fix: words spell error in Buttons (#<I>) | youzan_zent | train |
9bd07dc6c6282dc3d57d405c0dc476429f0940c1 | diff --git a/master/buildbot/locks.py b/master/buildbot/locks.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/locks.py
+++ b/master/buildbot/locks.py
@@ -73,8 +73,12 @@ class BaseLock:
num_excl, num_counting = self._getOwnersCount()
# Find all waiters ahead of the requester in the wait queue
- ... | fix for py<I>, where next() isn't defined | buildbot_buildbot | train |
edf3c942e32c692a230d617f1b5e0f6d0bc1d550 | diff --git a/fastq.py b/fastq.py
index <HASH>..<HASH> 100644
--- a/fastq.py
+++ b/fastq.py
@@ -7,6 +7,22 @@
# fastq.py -- this file is supposed to be a common library to read/write fastq entries and
# process qual scores that might be required for various operations.
#
+#
+# Example usages of this library:
+#
+# ... | self += FastQOutput class. Now it can create FastQ output from FastQEntry instances. | merenlab_illumina-utils | train |
cf7007eaab720ad81183e33ee4820be0a74a94bd | diff --git a/lib/etsy/response.rb b/lib/etsy/response.rb
index <HASH>..<HASH> 100644
--- a/lib/etsy/response.rb
+++ b/lib/etsy/response.rb
@@ -23,7 +23,7 @@ module Etsy
# Results of the API request
def result
- to_hash['results']
+ count == 1 ? to_hash['results'].first : to_hash['results']
... | Don't return an array if there's only 1 result from the response | kytrinyx_etsy | train |
98fd7069387aff099034cfdf030bcf9793fdd2ab | diff --git a/src/viz/helpers/zoom/bounds.js b/src/viz/helpers/zoom/bounds.js
index <HASH>..<HASH> 100644
--- a/src/viz/helpers/zoom/bounds.js
+++ b/src/viz/helpers/zoom/bounds.js
@@ -1,59 +1,61 @@
-var transform = require("./transform.coffee")
+var labels = require("./labels.js"),
+ transform = require("./transform.... | labels now correctly appear/disappear on click-zoom | alexandersimoes_d3plus | train |
2070a4a7508d842b48447d52b5ad515c639e9661 | diff --git a/blitzdb/backends/base.py b/blitzdb/backends/base.py
index <HASH>..<HASH> 100644
--- a/blitzdb/backends/base.py
+++ b/blitzdb/backends/base.py
@@ -158,7 +158,7 @@ class Backend(object):
output_obj['__collection__'] = self.classes[obj.__class__]['collection']
else:
... | Added support for projections to the MongoDB backend. | adewes_blitzdb | train |
ea217cae72b2440db7acff8a857425c0366bda23 | diff --git a/lib/Thelia/Core/Template/Element/BaseLoop.php b/lib/Thelia/Core/Template/Element/BaseLoop.php
index <HASH>..<HASH> 100644
--- a/lib/Thelia/Core/Template/Element/BaseLoop.php
+++ b/lib/Thelia/Core/Template/Element/BaseLoop.php
@@ -67,7 +67,8 @@ abstract class BaseLoop
protected $timestampable = false;
... | create cache for BaseLoop::count method | thelia_core | train |
7c100441fded142eddd1ddbd1d9f9d26afec3de6 | diff --git a/pydle/client.py b/pydle/client.py
index <HASH>..<HASH> 100644
--- a/pydle/client.py
+++ b/pydle/client.py
@@ -110,12 +110,18 @@ class BasicClient:
if self.server_tag:
self.logger = logging.getLogger(self.__class__.__name__ + ':' + self.server_tag)
- def disconnect(self, expected=... | Made handle_forever a task, cancel it during disconnect | Shizmob_pydle | train |
4a4897014f5b1adc671b35220594cfd2b272ca3a | diff --git a/lib/vatsim/airport.rb b/lib/vatsim/airport.rb
index <HASH>..<HASH> 100644
--- a/lib/vatsim/airport.rb
+++ b/lib/vatsim/airport.rb
@@ -7,7 +7,7 @@ module Vatsim
attr_reader :icao, :latitude, :longitude
# Cache of Airports already looked up to prevent searching for it again.
- @@airport_cache ... | Moved Airport cache code into it's own static method | tdawe_vatsim | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.