hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
c34089a78edc65cd78f5f8e7d4a55bd8cff4ad0d | diff --git a/tests/test_validator.py b/tests/test_validator.py
index <HASH>..<HASH> 100755
--- a/tests/test_validator.py
+++ b/tests/test_validator.py
@@ -186,8 +186,7 @@ def test_validate(files_source):
def test_validate_sample_factors(files_source):
mwfile = next(mwtab.read_files(files_source))
validation_... | Begins adding unit tests for validation.py. | MoseleyBioinformaticsLab_mwtab | train |
0620d3c3fd0cb1ba832643c0b9b6c3377e61981c | diff --git a/promise.js b/promise.js
index <HASH>..<HASH> 100644
--- a/promise.js
+++ b/promise.js
@@ -149,18 +149,17 @@
this.queue = [];
}
PendingPromise.prototype.resolve = function(deferred, onFulfilled, onRejected) {
- this.queue.push([
+ this.queue.push(
deferred,
... | Have a PendingPromise use a flat array. | jridgewell_PJs | train |
4b39d6db0b320de2ba73d82458389f167a8b561c | diff --git a/lib/get-classes-from-bulma.js b/lib/get-classes-from-bulma.js
index <HASH>..<HASH> 100644
--- a/lib/get-classes-from-bulma.js
+++ b/lib/get-classes-from-bulma.js
@@ -3,9 +3,8 @@ const { readFileSync } = require('fs')
const globby = require('globby')
const uniq = require('lodash.uniq')
-module.exports =... | use correct bulma path when extracting classes, fixed tests | mustardamus_nuxt-bulma-slim | train |
915c94922e5aa06bf5ccfaa8177a3d660481d897 | diff --git a/src/Sendy.php b/src/Sendy.php
index <HASH>..<HASH> 100644
--- a/src/Sendy.php
+++ b/src/Sendy.php
@@ -106,6 +106,8 @@ class Sendy {
{
$return_options = array(
'list' => $this->list_id,
+ //Passing list_id too, because old API calls use list, new ones use list_id
+ 'list_id' => $this->list_id,... | old api was using list... new calls use list_id added both... :D | hocza_sendy-laravel | train |
3fb02e3d1c7aa47f050acfa53e4a1d804eb8660b | diff --git a/Branch-SDK/src/io/branch/referral/network/BranchRemoteInterface.java b/Branch-SDK/src/io/branch/referral/network/BranchRemoteInterface.java
index <HASH>..<HASH> 100644
--- a/Branch-SDK/src/io/branch/referral/network/BranchRemoteInterface.java
+++ b/Branch-SDK/src/io/branch/referral/network/BranchRemoteInte... | Adding a note on usage of `RETRY_NUMBER` | BranchMetrics_android-branch-deep-linking | train |
4b00ee8cd64c402d33402d61854095dcd01b150b | diff --git a/src/Extension/BaseExtension.php b/src/Extension/BaseExtension.php
index <HASH>..<HASH> 100644
--- a/src/Extension/BaseExtension.php
+++ b/src/Extension/BaseExtension.php
@@ -11,9 +11,10 @@
namespace Sonata\FormatterBundle\Extension;
-use Twig_Environment;
+use Twig\Environment;
+use Twig\Extension\Abs... | Migrate more classes to Twig namespaces.
I ran it just on src/Twig the other day. | sonata-project_SonataFormatterBundle | train |
68525c9dd8c3153a56ade7f5e66459ffc1c9ae37 | diff --git a/classes/LocaleManager.php b/classes/LocaleManager.php
index <HASH>..<HASH> 100644
--- a/classes/LocaleManager.php
+++ b/classes/LocaleManager.php
@@ -43,7 +43,7 @@ class LocaleManager
$this->sessionSegment = $session->getSegment('Alltube\LocaleManager');
$cookieLocale = $this->sessionSegm... | We don't need to call sessionSegment->get() twice | Rudloff_alltube | train |
b1204724fdc88e64f5cc6173630ecae116165163 | diff --git a/unixtimestampfield/fields.py b/unixtimestampfield/fields.py
index <HASH>..<HASH> 100644
--- a/unixtimestampfield/fields.py
+++ b/unixtimestampfield/fields.py
@@ -238,12 +238,11 @@ class UnixTimeStampField(TimestampPatchMixin, Field):
def pre_save(self, model_instance, add):
if self.auto_now o... | Applied submiddleware to auto field | myyang_django-unixtimestampfield | train |
a0217d02101b401a58fcb0be05be673285081ed9 | diff --git a/bindings/jaxrs/src/main/java/org/commonjava/indy/core/bind/jaxrs/admin/StoreAdminHandler.java b/bindings/jaxrs/src/main/java/org/commonjava/indy/core/bind/jaxrs/admin/StoreAdminHandler.java
index <HASH>..<HASH> 100644
--- a/bindings/jaxrs/src/main/java/org/commonjava/indy/core/bind/jaxrs/admin/StoreAdminHa... | Update StoreAdminHandler.java
Removed ResponseUtils java class because it is renamed to ResponseHelper | Commonjava_indy | train |
dd70a65541e66ee8f23a0d9b93c29e1f8a4c4b65 | diff --git a/nitroCommon.js b/nitroCommon.js
index <HASH>..<HASH> 100644
--- a/nitroCommon.js
+++ b/nitroCommon.js
@@ -23,7 +23,7 @@ function makeRequest(host,path,key,query,settings,callback){
var defaults = {
Accept: 'application/json',
- User_Agent: 'BBCiPlayerRadio/2.8.0.5579 (SM-G903F; Android 5.1.1)',
+ ... | Fix further issue with rate-limit recovery | MikeRalphson_bbcparse | train |
24bc9946db8ad194834ed8853610e3638c6b2de6 | diff --git a/core/src/test/java/com/emc/ia/sdk/support/datetime/WhenWorkingWithDates.java b/core/src/test/java/com/emc/ia/sdk/support/datetime/WhenWorkingWithDates.java
index <HASH>..<HASH> 100644
--- a/core/src/test/java/com/emc/ia/sdk/support/datetime/WhenWorkingWithDates.java
+++ b/core/src/test/java/com/emc/ia/sdk/... | Attempt to fix test that fails on Travis | Enterprise-Content-Management_infoarchive-sip-sdk | train |
6e343f25e8d99b211a16b1c1b6662c352c8ba699 | diff --git a/integration/client/client_unix_test.go b/integration/client/client_unix_test.go
index <HASH>..<HASH> 100644
--- a/integration/client/client_unix_test.go
+++ b/integration/client/client_unix_test.go
@@ -19,7 +19,6 @@
package containerd
import (
- "runtime"
"testing"
. "github.com/containerd/contai... | Switch test image to a non rate-limited manifest list | containerd_containerd | train |
5949d7bd96c9d2eb97e83cbed51abe20b40e7e48 | diff --git a/engine/scheduler/__init__.py b/engine/scheduler/__init__.py
index <HASH>..<HASH> 100644
--- a/engine/scheduler/__init__.py
+++ b/engine/scheduler/__init__.py
@@ -9,6 +9,7 @@
import os
import time
import threading
+import platform
import subprocess
import tornado.options
@@ -25,9 +26,12 @@ class Sche... | Scheduler job executing as background. | why2pac_dp-tornado | train |
16ce4227e1974ce9d40523e149b4934e8190ce48 | diff --git a/rails_event_store_active_record-legacy/lib/rails_event_store_active_record/legacy/event_repository.rb b/rails_event_store_active_record-legacy/lib/rails_event_store_active_record/legacy/event_repository.rb
index <HASH>..<HASH> 100644
--- a/rails_event_store_active_record-legacy/lib/rails_event_store_active... | No double data/metadata serialization in Legacy::EventRepository.
Probably missed as early as #<I>. Did not have a chance to show up until
repository stopped handling serialization itself (now it's the client).
[#<I>] | RailsEventStore_rails_event_store | train |
bd78751cb349b09363d9d3a9d21be8a6ac32da42 | diff --git a/far/far.py b/far/far.py
index <HASH>..<HASH> 100644
--- a/far/far.py
+++ b/far/far.py
@@ -15,7 +15,7 @@ class Far:
self.logger = Logger(self.verbosity)
def find_and_replace(self, old=None, new=None):
- if old is None or new is None:
+ if not old or not new:
return... | Handle situation where old/new is empty | ylogx_far | train |
e2aa1d5f81191e7a8d62ce8510fe8c2726012130 | diff --git a/src/com/jfinal/core/Const.java b/src/com/jfinal/core/Const.java
index <HASH>..<HASH> 100644
--- a/src/com/jfinal/core/Const.java
+++ b/src/com/jfinal/core/Const.java
@@ -23,7 +23,7 @@ import com.jfinal.render.ViewType;
*/
public interface Const {
- String JFINAL_VERSION = "2.1";
+ String JFINAL_V... | jfinal <I> release ^_^ | jfinal_jfinal | train |
0fb8c5e022742b9e217d237f52277f45e1226ee4 | diff --git a/scripts/install.js b/scripts/install.js
index <HASH>..<HASH> 100644
--- a/scripts/install.js
+++ b/scripts/install.js
@@ -28,6 +28,9 @@ var packageUrl = function(suffix) {
}
var download = function(suffix){
+ console.log(
+ 'Downloading and extracting the binary from: ' + packageUrl(suffix))
+
r... | Log and pass arguments to the binary. | gdotdesign_elm-github-install | train |
0904692fb9683150797e7ea6a4756cb9360438c3 | diff --git a/anyconfig/tests/schema.py b/anyconfig/tests/schema.py
index <HASH>..<HASH> 100644
--- a/anyconfig/tests/schema.py
+++ b/anyconfig/tests/schema.py
@@ -32,15 +32,15 @@ class Test_00_Base(unittest.TestCase):
class Test_00_Functions(Test_00_Base):
- def test_20_array_to_schema_node(self):
- scm ... | change: alter a test case of array_to_schema_node to array_to_schema | ssato_python-anyconfig | train |
cc03f5c3b14c3ccf957a6bd9b00034c496b0a825 | diff --git a/source/rafcon/mvc/controllers/state_editor/source_editor.py b/source/rafcon/mvc/controllers/state_editor/source_editor.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/mvc/controllers/state_editor/source_editor.py
+++ b/source/rafcon/mvc/controllers/state_editor/source_editor.py
@@ -53,11 +53,11 @@ class... | fix asterisk issue of source editor and remove code-highlighting in description editor
- textbuffer without undo and redo can be used in Editor base class now
- remove uneceassry line in ContainerState | DLR-RM_RAFCON | train |
5a3ea3df85758d13ae51610a0939d20f2f9bb65b | diff --git a/bcbio/chipseq/antibodies.py b/bcbio/chipseq/antibodies.py
index <HASH>..<HASH> 100644
--- a/bcbio/chipseq/antibodies.py
+++ b/bcbio/chipseq/antibodies.py
@@ -1,38 +1,41 @@
-from dataclasses import dataclass
+#from dataclasses import dataclass
+from collections import namedtuple
VALID_PEAKTYPES = ["narro... | Use namedtuple instead of dataclasses.
dataclasses isn't supported in <I>. I fixed this before, but it
looks like I didn't commit the change. | bcbio_bcbio-nextgen | train |
4e1cbd455b35b48c5793bd06ce819b8664322cb6 | diff --git a/foolbox/attacks/adef_attack.py b/foolbox/attacks/adef_attack.py
index <HASH>..<HASH> 100644
--- a/foolbox/attacks/adef_attack.py
+++ b/foolbox/attacks/adef_attack.py
@@ -256,8 +256,8 @@ class ADefAttack(Attack):
assert isinstance(subsample, int)
ind_of_candidates = np.arange(1, su... | renamed variables to allow for better readability | bethgelab_foolbox | train |
f2bd7099e0e4933e67ea4ce149b943b007cb60f8 | diff --git a/tamil/utf8.py b/tamil/utf8.py
index <HASH>..<HASH> 100644
--- a/tamil/utf8.py
+++ b/tamil/utf8.py
@@ -341,6 +341,19 @@ def compare_words_lexicographic( word_a, word_b ):
# else result depends on if La is shorter than Lb
return cmp(La,Lb)
+# return a list of ordered-pairs containing posi... | upstream function added "word_intersection" after resolved merge | Ezhil-Language-Foundation_open-tamil | train |
bbda6b98db8e65bf52e15d9f52042e7e7ac3936c | diff --git a/lib/thinking_sphinx/active_record/property_query.rb b/lib/thinking_sphinx/active_record/property_query.rb
index <HASH>..<HASH> 100644
--- a/lib/thinking_sphinx/active_record/property_query.rb
+++ b/lib/thinking_sphinx/active_record/property_query.rb
@@ -27,6 +27,7 @@ primary key.
attr_reader :property, ... | Use SQL literals in ORDER construction.
ActiveRecord is printing warnings for this due to an upcoming change. | pat_thinking-sphinx | train |
b995ecf8dded074aa2f62c48653de6948de590ef | diff --git a/core/src/main/java/org/trimou/engine/locator/TemplateLocator.java b/core/src/main/java/org/trimou/engine/locator/TemplateLocator.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/trimou/engine/locator/TemplateLocator.java
+++ b/core/src/main/java/org/trimou/engine/locator/TemplateLocator.java
@... | Add test - TemplateLocator reader is always closed (#<I>) | trimou_trimou | train |
0b0f26f462a1fb717e181c428dec8997e33fc8bd | diff --git a/tests/test_kde.py b/tests/test_kde.py
index <HASH>..<HASH> 100644
--- a/tests/test_kde.py
+++ b/tests/test_kde.py
@@ -33,7 +33,7 @@ def test_kde_entropy():
somatic_base = ['C']
# check mutation info
- aa_info = pt.get_aa_mut_info(coding_pos, somatic_base, gs)
+ aa_info = utils.get_aa_mut_... | Updated unit tests to use the newly updated command line options | KarchinLab_probabilistic2020 | train |
6e3ad563f6bbfbdc1866cb802259dc7f53173e32 | diff --git a/documentation/samples/src/main/java/org/wisdom/samples/websockets/SimpleWebSocket.java b/documentation/samples/src/main/java/org/wisdom/samples/websockets/SimpleWebSocket.java
index <HASH>..<HASH> 100644
--- a/documentation/samples/src/main/java/org/wisdom/samples/websockets/SimpleWebSocket.java
+++ b/docu... | Fix web socket uri in samples : The initial / is required. | wisdom-framework_wisdom | train |
c9272884035d4e70c036aa21f233bf4d033b5942 | diff --git a/src/main/com/mongodb/DBRef.java b/src/main/com/mongodb/DBRef.java
index <HASH>..<HASH> 100644
--- a/src/main/com/mongodb/DBRef.java
+++ b/src/main/com/mongodb/DBRef.java
@@ -2,12 +2,22 @@
package com.mongodb;
-import java.util.*;
-
public class DBRef {
static final boolean D = Boolean.getB... | DBRef : add a constructor that does't require to know about
a parent object, a field name and a database (!). Not sure
if the resultant object is useful in general, but is certainly
serializable.
Also some reformatting of the code | mongodb_mongo-java-driver | train |
8a0dd932f43b5e5742308979ffea2256354a49e3 | diff --git a/scripts/make.js b/scripts/make.js
index <HASH>..<HASH> 100644
--- a/scripts/make.js
+++ b/scripts/make.js
@@ -9,7 +9,6 @@ const {
both,
prop,
replace,
- join,
omit,
merge,
forEach,
@@ -31,7 +30,6 @@ const resolvePath = (...paths) => path.resolve(__dirname, '..', ...paths)
const isDevelo... | Simplify build script - don't build ESM, path mappings | Nozbe_WatermelonDB | train |
43506b78686c9e68eb1875cf428964a8644725dd | diff --git a/schemaregistry/schemaregistry_client.go b/schemaregistry/schemaregistry_client.go
index <HASH>..<HASH> 100644
--- a/schemaregistry/schemaregistry_client.go
+++ b/schemaregistry/schemaregistry_client.go
@@ -265,14 +265,21 @@ func (c *client) Register(subject string, schema SchemaInfo, normalize bool) (id
... | avoid cache stampede if key is not found. (#<I>)
When the key is not in cache and multiple goroutines
call the Serialize method at once, many of them could
start calls to SR to put in cache the same schema, this way
only the first one makes the call and the rest
read the cached result. | confluentinc_confluent-kafka-go | train |
19b8ccf0a58ceb7f2b037c15d90cacf125e6f95b | diff --git a/flask_appbuilder/security/sqla/registerviews.py b/flask_appbuilder/security/sqla/registerviews.py
index <HASH>..<HASH> 100644
--- a/flask_appbuilder/security/sqla/registerviews.py
+++ b/flask_appbuilder/security/sqla/registerviews.py
@@ -256,3 +256,17 @@ class RegisterUserOIDView(BaseRegisterUser):
... | Auth OAuth with self user registration, begin... | dpgaspar_Flask-AppBuilder | train |
249ce72b9edd354ebd203e301e8561066a24a52a | diff --git a/photini/imagelist.py b/photini/imagelist.py
index <HASH>..<HASH> 100644
--- a/photini/imagelist.py
+++ b/photini/imagelist.py
@@ -209,12 +209,15 @@ class ImageList(QtGui.QWidget):
# sort key selector
layout.addWidget(QtGui.QLabel('sort by: '), 1, 0)
self.sort_name = QtGui.QRadioB... | Store image sorting preference in config file. | jim-easterbrook_Photini | train |
553b5f38d83c40c35fdd2e87977987ffd9eda2ef | diff --git a/win32_event_log/datadog_checks/win32_event_log/win32_event_log.py b/win32_event_log/datadog_checks/win32_event_log/win32_event_log.py
index <HASH>..<HASH> 100644
--- a/win32_event_log/datadog_checks/win32_event_log/win32_event_log.py
+++ b/win32_event_log/datadog_checks/win32_event_log/win32_event_log.py
@... | Require the use of filters (#<I>)
* Require the use of filters for new installations
* address review
* Update win<I>_event_log.py | DataDog_integrations-core | train |
2eec7e11baee0a8e800a7cdb726718a18a2f2b30 | diff --git a/middleman-core/lib/middleman-core/sitemap/store.rb b/middleman-core/lib/middleman-core/sitemap/store.rb
index <HASH>..<HASH> 100644
--- a/middleman-core/lib/middleman-core/sitemap/store.rb
+++ b/middleman-core/lib/middleman-core/sitemap/store.rb
@@ -22,7 +22,7 @@ module Middleman::Sitemap
# @param [St... | Refactor protected method normalize_path out of Sitemap::Store | middleman_middleman | train |
776629886de841cfa39cecbf5a4f0d37ab40901b | diff --git a/src/Http/Controllers/Pages.php b/src/Http/Controllers/Pages.php
index <HASH>..<HASH> 100644
--- a/src/Http/Controllers/Pages.php
+++ b/src/Http/Controllers/Pages.php
@@ -55,25 +55,25 @@ class Pages extends Controller
*/
public function index()
{
- if (false !== ($settings = $this->pa... | Change page properties from .jspage to pages .json | o2system_framework | train |
39764987bd5a00eefcea34b24b4d35290a08bc08 | diff --git a/jaggr-service/src/test/java/com/ibm/jaggr/service/impl/modulebuilder/javascript/JsModuleContentProviderTest.java b/jaggr-service/src/test/java/com/ibm/jaggr/service/impl/modulebuilder/javascript/JsModuleContentProviderTest.java
index <HASH>..<HASH> 100644
--- a/jaggr-service/src/test/java/com/ibm/jaggr/ser... | Fix JUnit test failure due to JVM differences in HashSet ordering of
elements | OpenNTF_JavascriptAggregator | train |
a734ecb7753d623e726695c384863055ca8c69ec | diff --git a/lib/pkgcloud/openstack/client.js b/lib/pkgcloud/openstack/client.js
index <HASH>..<HASH> 100644
--- a/lib/pkgcloud/openstack/client.js
+++ b/lib/pkgcloud/openstack/client.js
@@ -35,7 +35,8 @@ var Client = exports.Client = function (options) {
this.authUrl = options.authUrl || 'auth.api.trystack.org';... | Add <I> support for openstack swift storage | pkgcloud_pkgcloud | train |
1ec59fadeca79ef57e3ded59edd092e6a92436dd | diff --git a/addon/form-object.js b/addon/form-object.js
index <HASH>..<HASH> 100644
--- a/addon/form-object.js
+++ b/addon/form-object.js
@@ -3,16 +3,12 @@ import validatedBuffer from './validated-buffer';
export default function formObject(model, impl = {}) {
return Ember.computed(model, function() {
- if (t... | require a model to be passed to formObject | simplabs_ember-validated-form-buffer | train |
baec89883ec925ff3b0a53bba27e8e2dc93344a4 | diff --git a/relib/memoizer.py b/relib/memoizer.py
index <HASH>..<HASH> 100644
--- a/relib/memoizer.py
+++ b/relib/memoizer.py
@@ -37,5 +37,6 @@ def memoize(opt_func=None, in_memory=False, compress=False, mongo=False, expire_
def read_only(wrapper_func, args=(), kwargs={}, in_memory=False, compress=False, mongo=False)... | Disabled pickle and bcolz expiry | Reddan_relib | train |
6212bbfa1c7b58326d518e07e334b228aa37d93f | diff --git a/packages/xod-fs/src/pack.js b/packages/xod-fs/src/pack.js
index <HASH>..<HASH> 100644
--- a/packages/xod-fs/src/pack.js
+++ b/packages/xod-fs/src/pack.js
@@ -5,7 +5,7 @@ import { def } from './types';
import { isProjectFile, isPatchFile, getFileContent } from './utils';
export default def(
- 'packProj... | fix(xod-project,xod-fs): remove excessive PatchMap and replace it in xod-fs with `Map PatchPath Patch` | xodio_xod | train |
1e1f471c4f134f1047c460f51e68bff58281616e | diff --git a/lib/replica/base.rb b/lib/replica/base.rb
index <HASH>..<HASH> 100644
--- a/lib/replica/base.rb
+++ b/lib/replica/base.rb
@@ -72,7 +72,7 @@ module ActiveRecord # :nodoc:
self.current_replica_name = old_replica_name
logger.warn("Failed to establish replica connection: #{e.message} - de... | mark model from replicas as read only | zendesk_active_record_shards | train |
02b6ac319d850a24546207f0d406c63fcfeea38c | diff --git a/sonar-server/src/main/webapp/javascripts/resource.js b/sonar-server/src/main/webapp/javascripts/resource.js
index <HASH>..<HASH> 100644
--- a/sonar-server/src/main/webapp/javascripts/resource.js
+++ b/sonar-server/src/main/webapp/javascripts/resource.js
@@ -176,7 +176,7 @@ function sVF(elt, resource, line,... | Fix issue when canceling creation of review | SonarSource_sonarqube | train |
110e1a01bfdbd4594b717f493de44fb50c574011 | diff --git a/modules/activiti-engine/src/main/java/org/activiti/engine/impl/util/ClassNameUtil.java b/modules/activiti-engine/src/main/java/org/activiti/engine/impl/util/ClassNameUtil.java
index <HASH>..<HASH> 100644
--- a/modules/activiti-engine/src/main/java/org/activiti/engine/impl/util/ClassNameUtil.java
+++ b/modu... | ACT-<I>: Using concurrentHashmap to prevent concur-mod exceptions for cache of simple-names | Activiti_Activiti | train |
cf669aa6e4b9fb875f1d94905455840064041320 | diff --git a/metrics-core/src/main/java/com/yammer/metrics/core/MetricsRegistry.java b/metrics-core/src/main/java/com/yammer/metrics/core/MetricsRegistry.java
index <HASH>..<HASH> 100644
--- a/metrics-core/src/main/java/com/yammer/metrics/core/MetricsRegistry.java
+++ b/metrics-core/src/main/java/com/yammer/metrics/cor... | Allow subclasses to add metrics to MetricsRegistry.
Closes #<I>. | dropwizard_metrics | train |
34d6925067b841117acc929fe39eff342a2eb3c7 | diff --git a/netmiko/base_connection.py b/netmiko/base_connection.py
index <HASH>..<HASH> 100644
--- a/netmiko/base_connection.py
+++ b/netmiko/base_connection.py
@@ -228,7 +228,7 @@ class BaseConnection(object):
if self.remote_conn.recv_ready():
outbuf = self.remote_conn.recv(MAX_... | Adding text to EOFError | ktbyers_netmiko | train |
193bbb7f194356efa20a2b93183c703749a0fb69 | diff --git a/flaskfilemanager/filemanager.py b/flaskfilemanager/filemanager.py
index <HASH>..<HASH> 100644
--- a/flaskfilemanager/filemanager.py
+++ b/flaskfilemanager/filemanager.py
@@ -245,8 +245,11 @@ def get_file(path=None, content=None):
height = 0
width = 0
if extension in ['gif', 'jpg', 'jpeg', 'p... | Fixed a bug when trying to open invalid image | stevelittlefish_flaskfilemanager | train |
6cd397b7ff393dd99c9fac6837f409757242d0b2 | diff --git a/imagen/__init__.py b/imagen/__init__.py
index <HASH>..<HASH> 100644
--- a/imagen/__init__.py
+++ b/imagen/__init__.py
@@ -8,6 +8,13 @@ PatternGenerator classes can be derived from these, and can then be
combined with the existing classes easily.
"""
+import sys, os
+
+# Add param submodule to sys.path
... | Added param and dataview submodules to the sys.path in __init__.py | pyviz_imagen | train |
75ac8422217501bf946a1b1663629c29a4a9697b | diff --git a/src/com/google/javascript/jscomp/Es6ToEs3Converter.java b/src/com/google/javascript/jscomp/Es6ToEs3Converter.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/Es6ToEs3Converter.java
+++ b/src/com/google/javascript/jscomp/Es6ToEs3Converter.java
@@ -729,6 +729,9 @@ public final class Es... | Fail on static getters/setters rather than "succeeding" by outputting incorrect code.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
2b58196abfce48e7a5a1452eb7dbafc4c1796bb8 | diff --git a/lib/buildpack/packager/package.rb b/lib/buildpack/packager/package.rb
index <HASH>..<HASH> 100644
--- a/lib/buildpack/packager/package.rb
+++ b/lib/buildpack/packager/package.rb
@@ -123,7 +123,7 @@ module Buildpack
end
def download_file(url, file)
- raise "Failed to download file fro... | Add retry to file download
- will help prevent flakiness in CI | cloudfoundry_buildpack-packager | train |
a4262e879529679f6f1cfab49bc36699d6557482 | diff --git a/go/client/prompts.go b/go/client/prompts.go
index <HASH>..<HASH> 100644
--- a/go/client/prompts.go
+++ b/go/client/prompts.go
@@ -39,4 +39,5 @@ const (
PromptDescriptorChooseDeviceType
PromptDescriptorProvisionPhrase
PromptDescriptorProvisionDeviceName
+ PromptDescriptorExportSecretKeyFromGPG
)
diff... | wordsmithing and U/I tweaks | keybase_client | train |
c57f5cbd5c3f30e127c5c325578e0f573ce89a12 | diff --git a/lib/model/stream.js b/lib/model/stream.js
index <HASH>..<HASH> 100644
--- a/lib/model/stream.js
+++ b/lib/model/stream.js
@@ -770,27 +770,23 @@ Stream.prototype.dump = function(callback) {
);
};
+var MAX_EACH = 25;
+
Stream.prototype.each = function(iter, callback) {
var bank = Stream.b... | Only do <I> items at a time | pump-io_pump.io | train |
5b46f6524f752834385bcdc8f15a60dee943046e | diff --git a/modules/admin/src/models/Lang.php b/modules/admin/src/models/Lang.php
index <HASH>..<HASH> 100644
--- a/modules/admin/src/models/Lang.php
+++ b/modules/admin/src/models/Lang.php
@@ -22,7 +22,23 @@ class Lang extends \admin\ngrest\base\Model
public function init()
{
parent::init();
- ... | fixed issue where language attribute does reset closes #<I> | luyadev_luya | train |
92c2d0cc039e57c968f0e752c09f3e4253534d18 | diff --git a/WellCommerceLocaleBundle.php b/WellCommerceLocaleBundle.php
index <HASH>..<HASH> 100644
--- a/WellCommerceLocaleBundle.php
+++ b/WellCommerceLocaleBundle.php
@@ -12,7 +12,9 @@
namespace WellCommerce\Bundle\LocaleBundle;
+use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Componen... | Added compiler passes to all bundles
(cherry picked from commit <I>ebd<I>a7aa0b9c6be3c<I>f<I>a7ce<I>bc<I>f) | WellCommerce_CouponBundle | train |
3514d0ca4008c9a97daab3385bfbe52f08c76fe6 | diff --git a/broqer/op/operator_overloading.py b/broqer/op/operator_overloading.py
index <HASH>..<HASH> 100644
--- a/broqer/op/operator_overloading.py
+++ b/broqer/op/operator_overloading.py
@@ -17,7 +17,7 @@ class _MapConstant(Operator):
self._operation = operation
self._publisher = publisher
- ... | fixed operator_overloading and unit tests | semiversus_python-broqer | train |
c37bf86be51261a19758f773053bbb975ade9278 | diff --git a/hooks/update-time.py b/hooks/update-time.py
index <HASH>..<HASH> 100755
--- a/hooks/update-time.py
+++ b/hooks/update-time.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
from time import gmtime, strftime
from sys import exit, stderr | remove 3 from the hook (multi-os support) | oasis-open_cti-documentation | train |
3cac52afd482058ce17140f05d8e7a488b91f970 | diff --git a/config/cms.php b/config/cms.php
index <HASH>..<HASH> 100644
--- a/config/cms.php
+++ b/config/cms.php
@@ -253,7 +253,7 @@ return [
/*
|--------------------------------------------------------------------------
- | Safe Mode
+ | Safe mode
|---------------------------------------------... | Default is null, not false | octobercms_october | train |
438c534e7b91f83cb0fa6f129b4c3c0d9146adfe | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -18,7 +18,7 @@ describe('simple project', function () {
function cb (pkgName, foundPath) {
pkgList.push(pkgName)
- foundPathList.push(foundPath)
+ foundPathList.push(path.normalize(foundPath))
... | Normalize path to make tests work under Windows
Test case 'simple project should list the linked paths'
failed under Windows, due to differences in path format
between foundPathList array and pathToModule.
By normalizing the path, test pass under Windows as well. | etpinard_npm-link-check | train |
bd59114131d2f31d828fb620f5583f7a4718df9e | diff --git a/lib/sitemap_notifier/notifier.rb b/lib/sitemap_notifier/notifier.rb
index <HASH>..<HASH> 100644
--- a/lib/sitemap_notifier/notifier.rb
+++ b/lib/sitemap_notifier/notifier.rb
@@ -30,8 +30,7 @@ module SitemapNotifier
attr_writer :urls
def urls
@urls ||= ["http://www.google.com/webmaste... | Remove Ask.com
Ask.com no longer supports pinging of XML sitemaps. | lassebunk_sitemap_notifier | train |
1a29609e0929ccd5666069e2e7213c2c69fa4ac2 | diff --git a/go.mod b/go.mod
index <HASH>..<HASH> 100644
--- a/go.mod
+++ b/go.mod
@@ -1 +1,3 @@
-module github.com/buger/jsonparser
\ No newline at end of file
+module github.com/buger/jsonparser
+
+go 1.13
diff --git a/parser.go b/parser.go
index <HASH>..<HASH> 100644
--- a/parser.go
+++ b/parser.go
@@ -436,13 +436,9... | Attempt to fix #<I>. If you are trying to extract "foo" and "foo.bar" (#<I>)
from '{"foo": {"bar": 1}}' with EachKey, the parser would find the "foo"
key, extract the contents ('{"bar": 1}'), and then *add the offset* of
that extraction to the current index. This means it would never find the
"bar" key. This change... | buger_jsonparser | train |
69a26aa8f2b148b9a6e1b5dab9c3307c6e1bc107 | diff --git a/modules/backend/behaviors/RelationController.php b/modules/backend/behaviors/RelationController.php
index <HASH>..<HASH> 100644
--- a/modules/backend/behaviors/RelationController.php
+++ b/modules/backend/behaviors/RelationController.php
@@ -1032,7 +1032,7 @@ class RelationController extends ControllerBeha... | Commit deferred bindings on model created with RelationController (#<I>)
Fixes #<I>. Credit to @iotch. | octobercms_october | train |
321d4160991de7393d7029faceb1f7ecdd46ddc5 | diff --git a/lib/core/plugin_file.rb b/lib/core/plugin_file.rb
index <HASH>..<HASH> 100644
--- a/lib/core/plugin_file.rb
+++ b/lib/core/plugin_file.rb
@@ -11,7 +11,7 @@ class PluginFile
end
def instance_name
- plugin_name.gsub(plugin_type.capitalize, "")
+ plugin_name.gsub(StringHelper.camelize(@plugin_ty... | CX #8 ability to load single specific plugin | imaginatelabs_radial | train |
8c91f7dd02dc0b5b21c4c6ab1af539e698ec6d99 | diff --git a/Hook/FrontHook.php b/Hook/FrontHook.php
index <HASH>..<HASH> 100644
--- a/Hook/FrontHook.php
+++ b/Hook/FrontHook.php
@@ -27,12 +27,12 @@ class FrontHook extends BaseHook
$content = trim($this->render("main-footer-body.html"));
if ("" != $content) {
$event->add(
- ... | Feature cs fixer (#6)
* Feature CS fixer
* fix composer script
* fix cs fixer config cache directory
* applay cs fixer | thelia-modules_HookContact | train |
af0198c39f279b7cf49d79fab2c7fa3b7212fb05 | diff --git a/egoio/db_tables/calc_ego_substation.py b/egoio/db_tables/calc_ego_substation.py
index <HASH>..<HASH> 100644
--- a/egoio/db_tables/calc_ego_substation.py
+++ b/egoio/db_tables/calc_ego_substation.py
@@ -1,6 +1,6 @@
# coding: utf-8
from sqlalchemy import BigInteger, Column, Float, Integer, SmallInteger, St... | adjust calc_ego_substation
to make refactor branch work in dingo | openego_ego.io | train |
a5ae4b9e93dd15fbb11136d19350c260deb012bf | diff --git a/src/server/pfs/s3/bucket.go b/src/server/pfs/s3/bucket.go
index <HASH>..<HASH> 100644
--- a/src/server/pfs/s3/bucket.go
+++ b/src/server/pfs/s3/bucket.go
@@ -10,6 +10,7 @@ import (
glob "github.com/pachyderm/ohmyglob"
pfsClient "github.com/pachyderm/pachyderm/src/client/pfs"
pfsServer "github.com/pac... | Moved error checker to be in the same package where the error is defined | pachyderm_pachyderm | train |
834081c41a43c5d2ddb52bf1ffbcd99e27300099 | diff --git a/tests/test_bulk.py b/tests/test_bulk.py
index <HASH>..<HASH> 100644
--- a/tests/test_bulk.py
+++ b/tests/test_bulk.py
@@ -56,7 +56,7 @@ class TestBulk(test.TruncationTestCase):
async def test_bulk_create_mix_specified(self):
await UniqueName.bulk_create(
[UniqueName(id=id_) for i... | test: fix test_bulk_create_mix_specified | tortoise_tortoise-orm | train |
dc9c402b2993d9576d652018659fbef37db12898 | diff --git a/dedupe/api.py b/dedupe/api.py
index <HASH>..<HASH> 100644
--- a/dedupe/api.py
+++ b/dedupe/api.py
@@ -640,7 +640,7 @@ class ActiveMatching(Matching) :
self._addTrainingData(training_pairs)
- self._trainClassifier(0.1)
+ self._trainClassifier()
def train(self, ppc=.1, uncov... | remove vestiges of coupled classifier and data model | dedupeio_dedupe | train |
7e00f1efd2d56031d13b1ae41c9be8c6f731256a | diff --git a/billy/models/bills.py b/billy/models/bills.py
index <HASH>..<HASH> 100644
--- a/billy/models/bills.py
+++ b/billy/models/bills.py
@@ -489,7 +489,7 @@ class Bill(Document):
if re.findall('\d+', query):
_id_filter = dict(_filter)
_id_filter['bill_id'] = fix_bill... | fix a couple of subtle bugs in fields handling | openstates_billy | train |
d3c023e9a7ff05f9ec057cf7020058ce7edc025c | diff --git a/pysat/instruments/de2_rpa.py b/pysat/instruments/de2_rpa.py
index <HASH>..<HASH> 100644
--- a/pysat/instruments/de2_rpa.py
+++ b/pysat/instruments/de2_rpa.py
@@ -47,7 +47,7 @@ platform : string
name : string
Supports 'rpa'
sat_id : string
- Supports '' and 'duct'
+ Supports ''
tag : string
... | BUG: removing duct for now | rstoneback_pysat | train |
34a5239aec8c275aad8feb5a75fe44e404c40a8b | diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/persistence/entity/ExecutionEntity.java b/engine/src/main/java/org/camunda/bpm/engine/impl/persistence/entity/ExecutionEntity.java
index <HASH>..<HASH> 100644
--- a/engine/src/main/java/org/camunda/bpm/engine/impl/persistence/entity/ExecutionEntity.java
+++ ... | feat(engine): propagate instance tenant id to sub process instance
Propagate the tenant id of the current process instance to a sub process
instance if the sub process instance's process definition has no tenant
id (is a shared resource)
related to #CAM-<I> | camunda_camunda-bpm-platform | train |
fd4fc3279881dfc7c42ad922cd4d2ea9d24d041d | diff --git a/UITable/README.md b/UITable/README.md
index <HASH>..<HASH> 100644
--- a/UITable/README.md
+++ b/UITable/README.md
@@ -157,6 +157,9 @@ __touchEnd__ | column header cell drag handle | recalculate column width with en
- __onRowInteract__ `Function`
invoked when a cell in a row is interacted with
+- __na... | UITable: add new prop 'name'
Every dataset should have a unique "name". Changing the name passed to
UITable will fully reset the table automatically. | enigma-io_boundless | train |
c6ad1980a2eb2994940bdf7f79835ffdbed2b44d | diff --git a/api/server/router/image/image.go b/api/server/router/image/image.go
index <HASH>..<HASH> 100644
--- a/api/server/router/image/image.go
+++ b/api/server/router/image/image.go
@@ -34,9 +34,9 @@ func (r *imageRouter) initRoutes() {
router.NewGetRoute("/images/{name:.*}/json", r.getImagesByName),
// POST... | use router.Cancellable for pull and push | containers_storage | train |
7bc4eeb60d93fd593e3bf0ca380eacde200bbef6 | diff --git a/store/etcdv3/service.go b/store/etcdv3/service.go
index <HASH>..<HASH> 100644
--- a/store/etcdv3/service.go
+++ b/store/etcdv3/service.go
@@ -41,6 +41,10 @@ func (m *Mercury) ServiceStatusStream(ctx context.Context) (chan []string, error
ch := make(chan []string)
go func() {
defer close(ch)
+
+ // ... | bugfix: watch service prior to get service to avoid race (#<I>) | projecteru2_core | train |
3f1012563bff962f2c9e02d36a6db3a29363758f | diff --git a/lib/sprockets/base.rb b/lib/sprockets/base.rb
index <HASH>..<HASH> 100644
--- a/lib/sprockets/base.rb
+++ b/lib/sprockets/base.rb
@@ -307,11 +307,8 @@ module Sprockets
end
# Find asset by logical path or expanded path.
- def find_asset(path, options = {})
- if filename = resolve(path)
-... | Always resolve logical path before caching | rails_sprockets | train |
f26623279ad777f4ef73dd2ecd57ea4800140303 | diff --git a/backbone.obscura.js b/backbone.obscura.js
index <HASH>..<HASH> 100644
--- a/backbone.obscura.js
+++ b/backbone.obscura.js
@@ -746,17 +746,20 @@ function lookupIterator(value) {
return _.isFunction(value) ? value : function(obj){ return obj.get(value); };
}
-function onAdd(model) {
- var index;
+func... | Brought in the latest sorted-collection changes and updated build. | jmorrell_backbone.obscura | train |
67423b1d33d4015935af72d4e3ebb8bdcf512270 | diff --git a/test/unit/VStep.spec.js b/test/unit/VStep.spec.js
index <HASH>..<HASH> 100644
--- a/test/unit/VStep.spec.js
+++ b/test/unit/VStep.spec.js
@@ -21,39 +21,4 @@ describe('VStep.vue', () => {
expect(wrapper.text()).to.include(step.content)
})
-
- it('calls skip and finish without value', () => {
- ... | test: temporary remove unit test of skip/finish callbacks | pulsardev_vue-tour | train |
deeb6b8ed2435dbb2561dcacc7df4391febc0e46 | diff --git a/lib/annotate_models/model_annotation_generator.rb b/lib/annotate_models/model_annotation_generator.rb
index <HASH>..<HASH> 100644
--- a/lib/annotate_models/model_annotation_generator.rb
+++ b/lib/annotate_models/model_annotation_generator.rb
@@ -60,7 +60,7 @@ module AnnotateModels
Dir["app/models/*.... | Fix bug w/ Rails 5 support. | bitaxis_annotate_models | train |
183dfc726bf72136d539b18386b8e85ba4472629 | diff --git a/uportal-war/src/main/java/org/jasig/portal/security/provider/cas/CasAssertionSecurityContext.java b/uportal-war/src/main/java/org/jasig/portal/security/provider/cas/CasAssertionSecurityContext.java
index <HASH>..<HASH> 100644
--- a/uportal-war/src/main/java/org/jasig/portal/security/provider/cas/CasAsserti... | UP-<I> Added comments | Jasig_uPortal | train |
222a6f44016451dcbd2da0003e64521c06e88ba9 | diff --git a/daemon/execdriver/utils.go b/daemon/execdriver/utils.go
index <HASH>..<HASH> 100644
--- a/daemon/execdriver/utils.go
+++ b/daemon/execdriver/utils.go
@@ -1,17 +1,28 @@
package execdriver
-import "github.com/dotcloud/docker/utils"
+import (
+ "strings"
+
+ "github.com/docker/libcontainer/security/capabil... | add basic support for 'all'
Docker-DCO-<I>- | containers_storage | train |
b209ae1dc5d5a256a7c184722a5ec524ba3c7f13 | diff --git a/aeron-archiver/src/main/java/io/aeron/archiver/RecordingFragmentReader.java b/aeron-archiver/src/main/java/io/aeron/archiver/RecordingFragmentReader.java
index <HASH>..<HASH> 100644
--- a/aeron-archiver/src/main/java/io/aeron/archiver/RecordingFragmentReader.java
+++ b/aeron-archiver/src/main/java/io/aeron... | [Java] Document only data frames are passed to SimplifiedControlledPoll | real-logic_aeron | train |
93c74c8d9f6d2b2fd0218b2a37e1ae2b6ac0f9b7 | diff --git a/lib/acts_as_api/base.rb b/lib/acts_as_api/base.rb
index <HASH>..<HASH> 100644
--- a/lib/acts_as_api/base.rb
+++ b/lib/acts_as_api/base.rb
@@ -34,7 +34,7 @@ module ActsAsApi
# be contained in the api responses.
def api_accessible(api_template, options = {}, &block)
- attributes = api_... | fix bug that causes RuntimeError (can't add a new key into hash during iteration)
as described here: <URL> | fabrik42_acts_as_api | train |
9a8c70c0213e5d2032427e73182964cd966d7af1 | diff --git a/generators/generator-base.js b/generators/generator-base.js
index <HASH>..<HASH> 100644
--- a/generators/generator-base.js
+++ b/generators/generator-base.js
@@ -1199,7 +1199,7 @@ Generator.prototype.getAngularAppName = function () {
};
Generator.prototype.getMainClassName = function () {
- return _... | Replacing capitalize with upperfirst and camelcase | jhipster_generator-jhipster | train |
9d197efe19568708b7e628642388f166d85a6e63 | diff --git a/esptool.py b/esptool.py
index <HASH>..<HASH> 100755
--- a/esptool.py
+++ b/esptool.py
@@ -43,7 +43,7 @@ START_FLASH_TIMEOUT = 20 # timeout for starting flash (may perform
CHIP_ERASE_TIMEOUT = 120 # timeout for full chip erase
MAX_TIMEOUT = CHIP_ERASE_TIMEOUT * 2 # longest any ... | md5sum: Increase md5sum timeout to 8 seconds/megabyte
This is probably extreme, I think it's only the case if the last block of a compressed written image
is a large number of zeroes, meaning the md5sum has to wait until the last write finishes. | espressif_esptool | train |
9be8338b870b4fc537c2a5809a9e9efef2201521 | diff --git a/eZ/Publish/API/Repository/Tests/SetupFactory/LegacySolr.php b/eZ/Publish/API/Repository/Tests/SetupFactory/LegacySolr.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/API/Repository/Tests/SetupFactory/LegacySolr.php
+++ b/eZ/Publish/API/Repository/Tests/SetupFactory/LegacySolr.php
@@ -18,8 +18,6 @@ use eZ\... | Changed: reindex everything from db between tests
Since DB is recreated between tests, search engine should correspond to
the content as well. | ezsystems_ezpublish-kernel | train |
dda668daeacc85976af24666909650a6b786c2a7 | diff --git a/config/routes.rb b/config/routes.rb
index <HASH>..<HASH> 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,2 +1,4 @@
Rscratch::Engine.routes.draw do
+ get "dashboard/index"
+ root to: "dashboard#index"
end | Dashboard route added and gem root path set | avishekjana_rscratch | train |
c0231a1a4fb41d8abf5b36da6efd7371eaba9c22 | diff --git a/Game.js b/Game.js
index <HASH>..<HASH> 100644
--- a/Game.js
+++ b/Game.js
@@ -277,14 +277,14 @@
Game.prototype.isGameReady = function() {
- console.log('STAAAAAAAAAAAAAAAAATES: ' + this.gameState.is);
+ //console.log('STAAAAAAAAAAAAAAAAATES: ' + this.gameState.is);
if (this.gameState.is <... | Fixed bug with loadFrame. Now onload event of frame is properly captured | nodeGame_nodegame-client | train |
ee819fac4e92a32f93c547b9c334edc6ac37be01 | diff --git a/lib/riddle/client.rb b/lib/riddle/client.rb
index <HASH>..<HASH> 100644
--- a/lib/riddle/client.rb
+++ b/lib/riddle/client.rb
@@ -132,7 +132,7 @@ module Riddle
Riddle.version_warning
@server = server || "localhost"
- @port = port || 3312
+ @port = port || 9312
... | Tweaks to match the proper <I> release. | pat_riddle | train |
31f58f1137cf473f6f1b650f00467e5e7ae0f867 | diff --git a/lib/spidercrawl/request.rb b/lib/spidercrawl/request.rb
index <HASH>..<HASH> 100644
--- a/lib/spidercrawl/request.rb
+++ b/lib/spidercrawl/request.rb
@@ -114,7 +114,7 @@ module Spidercrawl
page, pages = nil, []
@urls.each do |url|
- request = Typhoeus::Request.new(url, :timeout => @t... | include request headers for typhoeus | belsonheng_spidercrawl | train |
edf439fe2304b6dc207ac19f48d1433b70186bff | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -16,6 +16,10 @@ const internals = {
name: 'limit',
default: 25
},
+ pagination: {
+ name: 'pagination',
+ default: true
+ },
... | Update to be able to disable pagination with query parameter | fknop_hapi-pagination | train |
b14b3078129a39464179b94e82dfd9d4c3edf08c | diff --git a/angr/analyses/backward_slice.py b/angr/analyses/backward_slice.py
index <HASH>..<HASH> 100644
--- a/angr/analyses/backward_slice.py
+++ b/angr/analyses/backward_slice.py
@@ -272,7 +272,7 @@ class BackwardSlice(Analysis):
taints |= new_taints
else:
- cl = CodeLocation(cfg_... | Resurrect BackwardSlice.
- Fill data into taint_graph. It might be renamed in the future though.
- Add proper sanity checks to some return values from other methods.
- Instead of getting all simple paths, now we only get shortest paths.
Getting all simple paths is not feasible sometimes (especially when
the progra... | angr_angr | train |
f8a0cc4a573ca8f023f0edc52d25a1fe2e530fd4 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-responsive-ui",
- "version": "0.8.4",
+ "version": "0.8.5",
"description": "Slick and accurate React UI components",
"main": "index.common.js",
"module": "index.es6.... | Fixed `redux-form` event detection | catamphetamine_react-responsive-ui | train |
59b9aa7d9e92119d87f53d0ad8e5cf579992bf3d | diff --git a/src/OpenPlatform/Components/Authorizer.php b/src/OpenPlatform/Components/Authorizer.php
index <HASH>..<HASH> 100644
--- a/src/OpenPlatform/Components/Authorizer.php
+++ b/src/OpenPlatform/Components/Authorizer.php
@@ -46,12 +46,12 @@ class Authorizer extends AbstractComponent
/**
* Get authorize... | Update Authorizer.php (#<I>)
remove url spaces | overtrue_wechat | train |
1345950de2a59eff79b26a5dec2daafa5c03814f | diff --git a/src/PhpImap/DataPartInfo.php b/src/PhpImap/DataPartInfo.php
index <HASH>..<HASH> 100644
--- a/src/PhpImap/DataPartInfo.php
+++ b/src/PhpImap/DataPartInfo.php
@@ -114,6 +114,12 @@ class DataPartInfo
$this->data = $this->mail->decodeMimeStr(
(string) $this->data // Data to conve... | Issue #<I>: Fix encoding issues | barbushin_php-imap | train |
a89688ecc8c2cb8b44d5c1c015bc1cf1a42b4e87 | diff --git a/niworkflows/anat/ants.py b/niworkflows/anat/ants.py
index <HASH>..<HASH> 100644
--- a/niworkflows/anat/ants.py
+++ b/niworkflows/anat/ants.py
@@ -352,7 +352,22 @@ N4BiasFieldCorrection."""
map_wmmask = pe.Node(
ApplyTransforms(interpolation="Gaussian"), name="map_wmmask", mem_gb=1,
... | enh: add brainstem as part of the prior & brainmask for final N4
Addresses issues like <URL> | poldracklab_niworkflows | train |
bd0f7346757ea765c31e56605a01d5e65f3adebd | diff --git a/test/getgroupmembershipforgroup.js b/test/getgroupmembershipforgroup.js
index <HASH>..<HASH> 100644
--- a/test/getgroupmembershipforgroup.js
+++ b/test/getgroupmembershipforgroup.js
@@ -13,6 +13,7 @@ describe('ActiveDirectory', function() {
describe('#getGroupMembershipForGroup()', function() {
i... | fix: Ensure done() is only called after all groups have been tested. | gheeres_node-activedirectory | train |
5fab1e2e38ec3948c42e6986bdb9a9bb473ab158 | diff --git a/idxmap/mem/doc.go b/idxmap/mem/doc.go
index <HASH>..<HASH> 100644
--- a/idxmap/mem/doc.go
+++ b/idxmap/mem/doc.go
@@ -22,23 +22,23 @@
// Owner and title are used for identification of the mapping. IndexFunc extracts secondary
// indexes from the stored item.
//
-// To insert a new item into the mapping ... | Update doc.go
Proposed minor grammar edits | ligato_cn-infra | train |
86660dd7cb76c8c4c7dd5a73c091bb8eda2a08ba | diff --git a/src/android/AudioPlayer.java b/src/android/AudioPlayer.java
index <HASH>..<HASH> 100644
--- a/src/android/AudioPlayer.java
+++ b/src/android/AudioPlayer.java
@@ -130,7 +130,9 @@ public class AudioPlayer implements OnCompletionListener, OnPreparedListener, On
this.player = null;
}
... | CB-<I>: checking mediaState in destroy method, and moving file by stream when renameTo failing (#<I>) | apache_cordova-plugin-media | train |
34c18877e07a46b58441055c9846de69db0152d5 | diff --git a/pyedflib/edfwriter.py b/pyedflib/edfwriter.py
index <HASH>..<HASH> 100644
--- a/pyedflib/edfwriter.py
+++ b/pyedflib/edfwriter.py
@@ -35,6 +35,7 @@ from ._extensions._pyedflib import set_birthdate, set_digital_minimum, set_techn
from ._extensions._pyedflib import set_patientcode, set_equipment, set_adminc... | use blockwrite in order speed up edf/bdf writing with several channels | holgern_pyedflib | train |
bdda700cbe2361fb5ae11cb4899c571650dfd121 | diff --git a/nurbs/__init__.py b/nurbs/__init__.py
index <HASH>..<HASH> 100644
--- a/nurbs/__init__.py
+++ b/nurbs/__init__.py
@@ -15,4 +15,4 @@ The NURBS-Python package follows an object-oriented design as much as possible.
"""
-__version__ = "2.3.3"
+__version__ = "2.3.4" | Version bumped to <I> | orbingol_NURBS-Python | train |
6d3eda4ac5f88e081933af42661324d33dde06df | diff --git a/plugins/io.sarl.eclipse/src/io/sarl/eclipse/runtime/AbstractSREInstall.java b/plugins/io.sarl.eclipse/src/io/sarl/eclipse/runtime/AbstractSREInstall.java
index <HASH>..<HASH> 100644
--- a/plugins/io.sarl.eclipse/src/io/sarl/eclipse/runtime/AbstractSREInstall.java
+++ b/plugins/io.sarl.eclipse/src/io/sarl/e... | squid:S<I> - equals methods should be symmetric and work for subclasses. | sarl_sarl | train |
223d182cf0070a606da247eac0f9d4ebe56f0a4d | diff --git a/src/main/java/com/twilio/sdk/verbs/Conference.java b/src/main/java/com/twilio/sdk/verbs/Conference.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/twilio/sdk/verbs/Conference.java
+++ b/src/main/java/com/twilio/sdk/verbs/Conference.java
@@ -126,6 +126,19 @@ public class Conference extends Verb {
... | Resolve issue #<I> by adding support for legacy ```setBeep``` behavior for the ```Conference``` verb | twilio_twilio-java | train |
fbcedefccf3001deebad366170bd15e2bd29c27f | diff --git a/src/SwipeDirectionMixin.js b/src/SwipeDirectionMixin.js
index <HASH>..<HASH> 100644
--- a/src/SwipeDirectionMixin.js
+++ b/src/SwipeDirectionMixin.js
@@ -12,6 +12,13 @@ export default function SwipeDirectionMixin(Base) {
return class SwipeDirection extends Base {
/**
+ * Invokes the [symbols.... | SwipeDirectionMixin handles vertical swipes. | elix_elix | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.