hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
6f00665370bcec0fa3d75afd22302eeeaf6a451e | diff --git a/provider/azure/config.go b/provider/azure/config.go
index <HASH>..<HASH> 100644
--- a/provider/azure/config.go
+++ b/provider/azure/config.go
@@ -10,6 +10,7 @@ import (
"github.com/Azure/azure-sdk-for-go/Godeps/_workspace/src/github.com/Azure/go-autorest/autorest/azure"
"github.com/Azure/azure-sdk-for-... | provider/azure: validate model name length
Azure complains when you use a resource name
that is greater than <I> characters long. The
limit is not checked consistently by Azure,
and only shows up when trying to create some
resources, e.g. subnets and availability sets.
We reject model names that will tip the resource... | juju_juju | train |
1601e96e713ba94641d8a8b4dd22b02d0074ec6b | diff --git a/test/qunit/test.js b/test/qunit/test.js
index <HASH>..<HASH> 100644
--- a/test/qunit/test.js
+++ b/test/qunit/test.js
@@ -823,9 +823,7 @@ QUnit.done = function (test_results) {
});
test_results.tests = tests;
- // delaying results a bit cause in real-world
- // scenario you won't get them immedia... | Update test.js
update reporting code. | axemclion_grunt-saucelabs | train |
d5b1ad659e76e5128b9e77153b62192977edf941 | diff --git a/varcode/effects.py b/varcode/effects.py
index <HASH>..<HASH> 100644
--- a/varcode/effects.py
+++ b/varcode/effects.py
@@ -261,7 +261,7 @@ class ExonicSpliceSite(Exonic, SpliceSite):
short_description = "exonic-splice-site"
- @memoized_property
+ @property
def mutant_protein_sequence(sel... | not everything needs to be a memoized property | openvax_varcode | train |
ef5d402e1595b8735ed157dafd059d185a3f335b | diff --git a/test/unit/roundtrip/cat_1_roundtrip_test.rb b/test/unit/roundtrip/cat_1_roundtrip_test.rb
index <HASH>..<HASH> 100644
--- a/test/unit/roundtrip/cat_1_roundtrip_test.rb
+++ b/test/unit/roundtrip/cat_1_roundtrip_test.rb
@@ -8,32 +8,35 @@ class Cat1RoundtripTest < MiniTest::Unit::TestCase
def test_round_... | Partial Cleanup of Cat1RoundtripTest | projecttacoma_cqm-parsers | train |
4d1cf9cf4d52731c13116885fa41077fc8e9c9c7 | diff --git a/cmd/shield/archives_cli.go b/cmd/shield/archives_cli.go
index <HASH>..<HASH> 100644
--- a/cmd/shield/archives_cli.go
+++ b/cmd/shield/archives_cli.go
@@ -1,7 +1,6 @@
package main
import (
- //"encoding/json"
"fmt"
"github.com/spf13/cobra"
"os"
diff --git a/cmd/shield/main.go b/cmd/shield/main.go
... | Implemented 'shield cancel task UUID' | starkandwayne_shield | train |
05ca01d34f183de7a582051a557bc628ac72d922 | diff --git a/singularity/build/google.py b/singularity/build/google.py
index <HASH>..<HASH> 100644
--- a/singularity/build/google.py
+++ b/singularity/build/google.py
@@ -219,6 +219,7 @@ def run_build(spec_file=None,repo_url=None,token=None,bucket_name=None,
{'key': 'logfile', 'value': logfile }]
... | modified: singularity/build/google.py
modified: singularity/build/main.py
modified: singularity/package/build.py | singularityhub_singularity-python | train |
b37182f825495d8111c83d716d890dcf1282b049 | diff --git a/src/foremast/autoscaling_policy/create_policy.py b/src/foremast/autoscaling_policy/create_policy.py
index <HASH>..<HASH> 100644
--- a/src/foremast/autoscaling_policy/create_policy.py
+++ b/src/foremast/autoscaling_policy/create_policy.py
@@ -111,7 +111,7 @@ class AutoScalingPolicy:
for scaling up ... | fix: logic check for custom scaling policies | foremast_foremast | train |
df6b2ea13fe3135fa0c35e8385e6640191977fd4 | diff --git a/AppiumLibrary/keywords/_element.py b/AppiumLibrary/keywords/_element.py
index <HASH>..<HASH> 100644
--- a/AppiumLibrary/keywords/_element.py
+++ b/AppiumLibrary/keywords/_element.py
@@ -571,7 +571,10 @@ class _ElementKeywords(KeywordGroup):
if len(elements) == 0: return None
... | revert to <I>c<I> | serhatbolsu_robotframework-appiumlibrary | train |
bfd06fa85e31eca3982cef9051777dae497b8aa1 | diff --git a/src/dataviews/histogram-dataview-model.js b/src/dataviews/histogram-dataview-model.js
index <HASH>..<HASH> 100644
--- a/src/dataviews/histogram-dataview-model.js
+++ b/src/dataviews/histogram-dataview-model.js
@@ -29,7 +29,7 @@ module.exports = DataviewModelBase.extend({
if (_.isNumber(this.get('end... | parses bin int before checking if it's a number | CartoDB_carto.js | train |
a1df0d6ceb5caaa8e6b571b17dd16db8e7731c44 | diff --git a/Tests/Functional/Indexer/NodeIndexerTest.php b/Tests/Functional/Indexer/NodeIndexerTest.php
index <HASH>..<HASH> 100644
--- a/Tests/Functional/Indexer/NodeIndexerTest.php
+++ b/Tests/Functional/Indexer/NodeIndexerTest.php
@@ -125,7 +125,44 @@ class NodeIndexerTest extends BaseElasticsearchContentRepository... | Implement nodeMoveIsHandledCorrectly test method
This adds the missing implementation for the existing nodeMoveIsHandledCorrectly method.
Additionally this also add a new private method to get the node path as stored in ES. | Flowpack_Flowpack.ElasticSearch.ContentRepositoryAdaptor | train |
ba49aab68d6a726d55ae7ec24084be0554d8c279 | diff --git a/openstack_dashboard/dashboards/admin/flavors/extras/forms.py b/openstack_dashboard/dashboards/admin/flavors/extras/forms.py
index <HASH>..<HASH> 100644
--- a/openstack_dashboard/dashboards/admin/flavors/extras/forms.py
+++ b/openstack_dashboard/dashboards/admin/flavors/extras/forms.py
@@ -46,7 +46,7 @@ cla... | Hide key field in edit Flavor Extra Specs dialog
Nova allow user to add key/value to flavor, but its api is only
able to update value according to key.
Hide the key field in edit dialog, in order to avoid confusion.
User can delete and create new one when need to update "key".
Change-Id: Ibd<I>bfe8a<I>d<I>d<I>a<I>b<... | openstack_horizon | train |
7eb2ac22307a0c86208ab5c25be55c1481d3437f | diff --git a/go/vt/vtgate/planner.go b/go/vt/vtgate/planner.go
index <HASH>..<HASH> 100644
--- a/go/vt/vtgate/planner.go
+++ b/go/vt/vtgate/planner.go
@@ -102,6 +102,7 @@ func (plr *Planner) WatchVSchema(ctx context.Context) {
plr.mu.Lock()
plr.vschema = vschema
plr.mu.Unlock()
+ plr.plans.Clear()
}
for... | Also clearing the plan cache after vschema reload. | vitessio_vitess | train |
6a986bcec7fb6a0a376211b8287247122458ef11 | diff --git a/demo/Demo.react.js b/demo/Demo.react.js
index <HASH>..<HASH> 100644
--- a/demo/Demo.react.js
+++ b/demo/Demo.react.js
@@ -50,7 +50,7 @@ class Demo extends Component {
return (
<div>
- <Import />
+ <Import src='https://codepen.io/akronix/pen/pVqzLZ.js'/>... | Import component now supports import external js files | Grasia_grasia-dash-components | train |
de29381f7a0bf0288e6164715dff695ed014960a | diff --git a/acme/client.go b/acme/client.go
index <HASH>..<HASH> 100644
--- a/acme/client.go
+++ b/acme/client.go
@@ -9,6 +9,7 @@ import (
"fmt"
"io/ioutil"
"log"
+ "net"
"net/http"
"regexp"
"strconv"
@@ -99,20 +100,38 @@ func NewClient(caDirURL string, user User, keyBits int) (*Client, error) {
return &... | Add interface:port override to HTTP-<I> and TLS-<I> instead of only port | go-acme_lego | train |
839c94283364c4cee2c45e1777dd7aad495ba64d | diff --git a/packages/openneuro-server/handlers/users.js b/packages/openneuro-server/handlers/users.js
index <HASH>..<HASH> 100644
--- a/packages/openneuro-server/handlers/users.js
+++ b/packages/openneuro-server/handlers/users.js
@@ -1,11 +1,8 @@
// dependencies -------------------------------------------------------... | Linting fix for user handler. | OpenNeuroOrg_openneuro | train |
32ba98b2ac454aa077f095fe3a298713b23de4a8 | diff --git a/code/libraries/koowa/dispatcher/abstract.php b/code/libraries/koowa/dispatcher/abstract.php
index <HASH>..<HASH> 100644
--- a/code/libraries/koowa/dispatcher/abstract.php
+++ b/code/libraries/koowa/dispatcher/abstract.php
@@ -47,7 +47,9 @@ abstract class KDispatcherAbstract extends KControllerAbstract
$... | - Removed setRequest() function. Already implemented in KControllerAbstract
- We no longer try to set the controller from the data passed to the dispatch function
- Only set the controller in the constructor if it hasn't been set yet | timble_kodekit | train |
69d2a72c9dc341b8bf2eaf7126ce4fd1f1406b95 | diff --git a/cloud_blobstore/gs.py b/cloud_blobstore/gs.py
index <HASH>..<HASH> 100644
--- a/cloud_blobstore/gs.py
+++ b/cloud_blobstore/gs.py
@@ -171,7 +171,7 @@ class GSBlobStore(BlobStore):
bucket_obj = self._ensure_bucket_loaded(bucket)
blob_obj = bucket_obj.get_blob(key)
if blob_obj is N... | Fix typo in exception messages for GCS (#<I>) | HumanCellAtlas_cloud-blobstore | train |
d8a652306243a0ca66d170011db023a0e00e4789 | diff --git a/openpnm/core/Project.py b/openpnm/core/Project.py
index <HASH>..<HASH> 100644
--- a/openpnm/core/Project.py
+++ b/openpnm/core/Project.py
@@ -291,41 +291,55 @@ class Project(list):
r"""
Perform a check to find pores with overlapping or undefined Geometries
"""
- geoms = se... | handling cases with NO geometries, and some geoms by no physics | PMEAL_OpenPNM | train |
e8362d7518a9fad2fdd2770e40f152c18d4fb672 | diff --git a/plugins/settag/settag.js b/plugins/settag/settag.js
index <HASH>..<HASH> 100644
--- a/plugins/settag/settag.js
+++ b/plugins/settag/settag.js
@@ -21,7 +21,11 @@ exports.Plugin = new Noodles.Plugin({
@return {array}
*/
willHandle : function(Template){
- return [Template.language.tag('set'),Template.l... | added setregex tag to set tag functionality | nathanjsweet_Noodles | train |
16d3b2d56e751570358edf60ae90d143dd7f0534 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -171,6 +171,9 @@ setup(
},
python_requires="~=3.4",
packages=find_packages(exclude=["compiler*"]),
+ package_data={
+ "pyrogram.client.ext": ["mime.types"]
+ },
zip_safe=False,
install_req... | Make sure mime.types actually gets installed | pyrogram_pyrogram | train |
625a046bbd70e3be8b2f77bedc9f5e8d2c8f23b3 | diff --git a/src/Rezzza/Jobflow/Extension/ETL/Processor/ExtractorProxy.php b/src/Rezzza/Jobflow/Extension/ETL/Processor/ExtractorProxy.php
index <HASH>..<HASH> 100644
--- a/src/Rezzza/Jobflow/Extension/ETL/Processor/ExtractorProxy.php
+++ b/src/Rezzza/Jobflow/Extension/ETL/Processor/ExtractorProxy.php
@@ -24,11 +24,6 @... | Let the possibility to calculate the total in the first loop.
As we don't need the total until we go out the extractor | rezzza_jobflow | train |
7fb4eafbf8b364129aea91684e7369f021613e8f | diff --git a/src/java/com/threerings/presents/server/PresentsDObjectMgr.java b/src/java/com/threerings/presents/server/PresentsDObjectMgr.java
index <HASH>..<HASH> 100644
--- a/src/java/com/threerings/presents/server/PresentsDObjectMgr.java
+++ b/src/java/com/threerings/presents/server/PresentsDObjectMgr.java
@@ -282,1... | How have we not previously been screwed by the fact that an Error (like
NoSuchMethodError) sticks a fork in the event dispatcher thread?
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@<I> <I>f4-<I>e9-<I>-aa3c-eee0fc<I>fb1 | threerings_narya | train |
ea32c8582365d77110f2cdcece4fc7a50d7589f4 | diff --git a/tests/wploadersuite/TablePrefixTest.php b/tests/wploadersuite/TablePrefixTest.php
index <HASH>..<HASH> 100644
--- a/tests/wploadersuite/TablePrefixTest.php
+++ b/tests/wploadersuite/TablePrefixTest.php
@@ -20,7 +20,8 @@ class TablePrefixTest extends \Codeception\TestCase\WPTestCase
list($dbName, $... | updated test to print more about mysql import failure | lucatume_wp-browser | train |
990f01a9c291b3ea8569be2fce7a6bc846d4b74c | diff --git a/lib/Rico/Color.js b/lib/Rico/Color.js
index <HASH>..<HASH> 100644
--- a/lib/Rico/Color.js
+++ b/lib/Rico/Color.js
@@ -1,4 +1,3 @@
-if (!Rico) { Rico = new Object(); }
Rico.Color = OpenLayers.Class.create();
Rico.Color.prototype = {
diff --git a/lib/Rico/Corner.js b/lib/Rico/Corner.js
index <HASH>..<HAS... | These changes shouldn't have needed to be there. We don't need to add code
to core to help cope with Safari's inadequacies.
git-svn-id: <URL> | openlayers_openlayers | train |
6d9aef157665238d0a8a4fb6d20ad9506e8e125f | diff --git a/lib/docx/parser.rb b/lib/docx/parser.rb
index <HASH>..<HASH> 100644
--- a/lib/docx/parser.rb
+++ b/lib/docx/parser.rb
@@ -20,9 +20,7 @@ module Docx
end
def bookmarks
- bookmarks = @xml.xpath('//w:bookmarkStart').map { |b_node| parse_bookmark_from b_node }
- puts bookmarks.inspect
- ... | Attempting resolution of bookmark test failure | chrahunt_docx | train |
91b102a7dbed0b1f219f5d8198695ba2a0756d0b | diff --git a/source/MySQLiByDanielGPstructures.php b/source/MySQLiByDanielGPstructures.php
index <HASH>..<HASH> 100644
--- a/source/MySQLiByDanielGPstructures.php
+++ b/source/MySQLiByDanielGPstructures.php
@@ -65,7 +65,7 @@ trait MySQLiByDanielGPstructures
protected function getFieldOutputTextFK($foreignKeysArray... | FIX to support FK for text type columns with proper Index and another Column | danielgp_common-lib | train |
6d22f8a03665062c3ada7c46b54ae70a8ce61199 | diff --git a/src/core/domhelper.js b/src/core/domhelper.js
index <HASH>..<HASH> 100644
--- a/src/core/domhelper.js
+++ b/src/core/domhelper.js
@@ -99,11 +99,11 @@ goog.scope(function () {
if (that.document_.addEventListener) {
that.document_.addEventListener('DOMContentLoaded', callback);
} else ... | Fix readystatechange overriding other code in IE8. | typekit_webfontloader | train |
b57a573fc46cfef2ec0cb1215e7e7c6759631ca6 | diff --git a/rest/src/main/java/org/jboss/pnc/rest/endpoint/BuildRecordPushEndpoint.java b/rest/src/main/java/org/jboss/pnc/rest/endpoint/BuildRecordPushEndpoint.java
index <HASH>..<HASH> 100644
--- a/rest/src/main/java/org/jboss/pnc/rest/endpoint/BuildRecordPushEndpoint.java
+++ b/rest/src/main/java/org/jboss/pnc/rest... | Return noContent when there are not push results. | project-ncl_pnc | train |
bfec25cb2e906b276182e4049d375aecd04748af | diff --git a/internal/service/memorydb/cluster.go b/internal/service/memorydb/cluster.go
index <HASH>..<HASH> 100644
--- a/internal/service/memorydb/cluster.go
+++ b/internal/service/memorydb/cluster.go
@@ -364,7 +364,7 @@ func resourceClusterCreate(ctx context.Context, d *schema.ResourceData, meta int
return diag.E... | r/aws_memorydb_cluster: fix resource not respecting configured timeouts | terraform-providers_terraform-provider-aws | train |
4db9c4032069d4386f21167681d8dfebd1afd9f6 | diff --git a/lib/bolt/cli.rb b/lib/bolt/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/bolt/cli.rb
+++ b/lib/bolt/cli.rb
@@ -385,14 +385,16 @@ module Bolt
end
def bundled_content
- default_content = Bolt::PAL.new([], nil)
- plans = default_content.list_plans.each_with_object([]) do |iter, col|
- ... | (BOLT-<I>) Bundled content for plan/task only
Only generate a list of bundled plan/task content when running a plan or task. Building list of bundled content is expensive and not required when not running a plan or task. | puppetlabs_bolt | train |
5687928b9c7ba5ada62652a7632660219daf83f3 | diff --git a/flask_ldapconn.py b/flask_ldapconn.py
index <HASH>..<HASH> 100644
--- a/flask_ldapconn.py
+++ b/flask_ldapconn.py
@@ -2,7 +2,7 @@
from ssl import CERT_REQUIRED, CERT_OPTIONAL, PROTOCOL_TLSv1
from ldap3 import Server, Connection, Tls, AttrDef, ObjectDef, Reader
-from ldap3 import AUTH_SIMPLE, STRATEGY_S... | Allow configuration of anonymous or simple auth.
Defaults to AUTH_ANONYMOUS if LDAP_BINDDN and LDAP_SECRET are both
None else defaults to AUTH_SIMPLE. Closes #1 | rroemhild_flask-ldapconn | train |
e464e58bda0c41c077b8008549694d8c7ad3d784 | diff --git a/core/src/main/java/hudson/model/UpdateCenter.java b/core/src/main/java/hudson/model/UpdateCenter.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/model/UpdateCenter.java
+++ b/core/src/main/java/hudson/model/UpdateCenter.java
@@ -1888,30 +1888,31 @@ public class UpdateCenter extends Abstrac... | Accept SHA-<I> without complaint in logs | jenkinsci_jenkins | train |
2501deb6340f37e8fda51967b26dd1eddc158087 | diff --git a/bakery/tests/__init__.py b/bakery/tests/__init__.py
index <HASH>..<HASH> 100644
--- a/bakery/tests/__init__.py
+++ b/bakery/tests/__init__.py
@@ -287,8 +287,8 @@ class BakeryTest(TestCase):
# Some save overrides tests
obj = AutoMockObject.objects.all()[0]
obj.save(publish=False)
... | Remind me why we can't test the autobuild objects and tasks again | datadesk_django-bakery | train |
d435eb1aeebec6203b14eae3197ee800438f4363 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -24,7 +24,8 @@ module.exports = function(grunt) {
// Release management
release: {
options: {
- bump: true,
+ pkgBump: true,
+ compBump: true,
add: false,
... | edited grunt-release to also update version in component.json | assemble_grunt-assemble | train |
b9da3b8e7657c6869e21d596671de3aab6f16ad1 | diff --git a/lib/linked_in/education.rb b/lib/linked_in/education.rb
index <HASH>..<HASH> 100644
--- a/lib/linked_in/education.rb
+++ b/lib/linked_in/education.rb
@@ -5,7 +5,11 @@ module LinkedIn
xml_reader :id
xml_reader :school_name
xml_reader :degree
- xml_reader :start_date, :as => {:key => :name,... | Added education and profile fields missing from updated LinkedIn docs | hexgnu_linkedin | train |
206f56fae4dc7b682fbea35e455ebe7befb46ca5 | diff --git a/TYPO3.Flow/Classes/MVC/RequestHandlerResolver.php b/TYPO3.Flow/Classes/MVC/RequestHandlerResolver.php
index <HASH>..<HASH> 100644
--- a/TYPO3.Flow/Classes/MVC/RequestHandlerResolver.php
+++ b/TYPO3.Flow/Classes/MVC/RequestHandlerResolver.php
@@ -83,6 +83,8 @@ class RequestHandlerResolver {
$suitableRe... | * FLOW3: (MVC) The RequestHandlerResolver now works even if a Request Handler has been proxied. Fixes #<I>
Original-Commit-Hash: db7c1d<I>e<I>d6bd<I>deeb5ce<I>a<I>fd9 | neos_flow-development-collection | train |
1051b463e5bd2cbf9eaff83925f689a0619818ba | diff --git a/lib/provider.js b/lib/provider.js
index <HASH>..<HASH> 100644
--- a/lib/provider.js
+++ b/lib/provider.js
@@ -135,6 +135,10 @@ _.extend(Provider.prototype, {
callback(err, null);
return;
}
+ if (rt.username && rt.username !== usernam... | Give an error if we try to authenticate with an already-associated token | pump-io_pump.io | train |
9ec0ccd5dbf2e024503a9034aced4e6add0f17a7 | diff --git a/Console/Factories/FactoryMakeCommand.php b/Console/Factories/FactoryMakeCommand.php
index <HASH>..<HASH> 100644
--- a/Console/Factories/FactoryMakeCommand.php
+++ b/Console/Factories/FactoryMakeCommand.php
@@ -95,9 +95,7 @@ class FactoryMakeCommand extends GeneratorCommand
*/
protected function ... | [8.x] Removing a non used variable from getPah method from FactoryMakeCommand (#<I>)
* Removing a non used variable from getPah method from FactoryMakeCommand.
* Removing a non used variable from getPah method from FactoryMakeCommand.
* Refactoring the name variable from getPath method on FactoryMakeCommand to u... | illuminate_database | train |
f2a14ce63c1b5329ed982c597338552ca999b4f9 | diff --git a/core/src/main/java/com/orientechnologies/orient/core/entity/OEntityManager.java b/core/src/main/java/com/orientechnologies/orient/core/entity/OEntityManager.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/orientechnologies/orient/core/entity/OEntityManager.java
+++ b/core/src/main/java/com/or... | Optimized entity class registration: now avoids registration of an already registered class | orientechnologies_orientdb | train |
bf160b73632898769bdfbd5a6fe1ab0e01fdd02a | diff --git a/Zebra_Database.php b/Zebra_Database.php
index <HASH>..<HASH> 100644
--- a/Zebra_Database.php
+++ b/Zebra_Database.php
@@ -2838,6 +2838,13 @@ class Zebra_Database
) {
+ // if disable_warning is set to true
+ if ($this->disable_warnings === true)
+ {
+ ... | Fixed disable_warning not working | stefangabos_Zebra_Database | train |
05a8097c5d5b5bd579798ba5255b496c214ed912 | diff --git a/agent/consul/fsm/commands_oss_test.go b/agent/consul/fsm/commands_oss_test.go
index <HASH>..<HASH> 100644
--- a/agent/consul/fsm/commands_oss_test.go
+++ b/agent/consul/fsm/commands_oss_test.go
@@ -1166,6 +1166,7 @@ func TestFSM_Intention_CRUD(t *testing.T) {
Intention: structs.TestIntention(t),
}
... | Fix misc test failures (some from other PRs) | hashicorp_consul | train |
76b153c3c71dbf7568573d4c0955aa838173cfa2 | diff --git a/codeTemplates/src/Entities/Traits/Relations/TemplateEntity/HasTemplateEntities/HasTemplateEntitiesOneToMany.php b/codeTemplates/src/Entities/Traits/Relations/TemplateEntity/HasTemplateEntities/HasTemplateEntitiesOneToMany.php
index <HASH>..<HASH> 100644
--- a/codeTemplates/src/Entities/Traits/Relations/Tem... | fixing plural/singular on trait names | edmondscommerce_doctrine-static-meta | train |
34abc94b15c46d72bf34465951a6584acfcd7a6b | diff --git a/vm/vmContainers_test.go b/vm/vmContainers_test.go
index <HASH>..<HASH> 100644
--- a/vm/vmContainers_test.go
+++ b/vm/vmContainers_test.go
@@ -1021,6 +1021,11 @@ func TestMaps(t *testing.T) {
{Script: `a = {}; a[b] = b; a[b]`, Input: map[string]interface{}{"b": float64(1.1)}, RunOutput: float64(1.1), Out... | Fix map item not found not equal to nil | mattn_anko | train |
e6ce2bd0b4572e5d244247512a0e2db7232b38b5 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
from distutils.core import setup
setup(name="vmo",
- packages=['vmo', 'vmo.VMO', 'vmo.analysis', 'vmo.distances'],
+ packages=['vmo', 'vmo.VMO', 'vmo.analysis', 'vmo.distances', 'vmo.logics'],
... | Added vmo.logics to packages | wangsix_vmo | train |
8722b9e861d26345c560d07e9a25a9d8b827ce21 | diff --git a/optlang/cplex_interface.py b/optlang/cplex_interface.py
index <HASH>..<HASH> 100644
--- a/optlang/cplex_interface.py
+++ b/optlang/cplex_interface.py
@@ -114,7 +114,6 @@ _SOLUTION_TARGETS = ("auto", "convex", "local", "global")
_QP_METHODS = ("auto", "primal", "dual", "network", "barrier")
_CPLEX_VTYPE... | chore: move TODOs to trello (you get a bad GPA for them) | biosustain_optlang | train |
68a3ab6e267bcb9e0c956b745baa7b947e4e2837 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -166,6 +166,9 @@ For instructions on upgrading to newer versions, visit
* \#2683 Aliased fields are now supported when executing atomic operations from
criteria. (Arthur Neves)
+* \#2678 Calling `Criteria... | Return 0 instead of nil on sum with no matches.
[ fix #<I> ] | mongodb_mongoid | train |
35a108be79d9b13f6bb497b00d0b1166c8e1c165 | diff --git a/app_init/job/job_app.py b/app_init/job/job_app.py
index <HASH>..<HASH> 100644
--- a/app_init/job/job_app.py
+++ b/app_init/job/job_app.py
@@ -16,7 +16,7 @@ class JobApp(object):
def done(self):
""" Perform cleanup operations and gracefully exit the App. """
- self.tcex.exit(msg=self.... | + moved tcex.exit call to run.py to ensure it's always called. | ThreatConnect-Inc_tcex | train |
29cef9fe40908238e513f0188c34db718f706424 | diff --git a/core/src/test/java/org/codegist/crest/RestServiceContractTest.java b/core/src/test/java/org/codegist/crest/RestServiceContractTest.java
index <HASH>..<HASH> 100644
--- a/core/src/test/java/org/codegist/crest/RestServiceContractTest.java
+++ b/core/src/test/java/org/codegist/crest/RestServiceContractTest.ja... | upload test were creating lots of undeleted temp files. Now files are deleted after tests run | codegist_crest | train |
50bfb8c729b6d66d405a6b461fe0779cdfd9d2f9 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -681,13 +681,15 @@ function Monoxide() {
// .delete(item, [options], [callback]) {{{
/**
* Delete a Mongo document by its ID
- * This function will first attempt to retrieve the ID and if successful will delete it, if th... | model.findOneByI{d,D} is now more tolerent of objects passed to it | hash-bang_Monoxide | train |
ee87953652e1bea103aa1b338293306eb7ae041d | diff --git a/airflow/providers/imap/hooks/imap.py b/airflow/providers/imap/hooks/imap.py
index <HASH>..<HASH> 100644
--- a/airflow/providers/imap/hooks/imap.py
+++ b/airflow/providers/imap/hooks/imap.py
@@ -71,7 +71,7 @@ class ImapHook(BaseHook):
"""
if not self.mail_client:
conn = self.g... | Allow setting port in IMAP Connection (#<I>) | apache_airflow | train |
2d2a66c306a3e7723444d97240f534ecf9a2215d | diff --git a/nephele/nephele-server/src/main/java/eu/stratosphere/nephele/taskmanager/bytebuffered/ByteBufferedChannelManager.java b/nephele/nephele-server/src/main/java/eu/stratosphere/nephele/taskmanager/bytebuffered/ByteBufferedChannelManager.java
index <HASH>..<HASH> 100644
--- a/nephele/nephele-server/src/main/jav... | Added hostname of remote receiver to log output | stratosphere_stratosphere | train |
05c911115e8bd35828c7d9540969640461f4da42 | diff --git a/core/src/main/java/org/bitcoinj/core/Block.java b/core/src/main/java/org/bitcoinj/core/Block.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/bitcoinj/core/Block.java
+++ b/core/src/main/java/org/bitcoinj/core/Block.java
@@ -445,12 +445,6 @@ public class Block extends Message {
/** Return... | Block: Merge copyBitcoinHeaderTo() into cloneAsHeader()
Merge copyBitcoinHeaderTo() into cloneAsHeader() as part of an
overall effort to reduce mutability of the Block class. | bitcoinj_bitcoinj | train |
802b222bc8ed3c449f35b41262d2e6f2b542d77f | diff --git a/OpenPNM/Algorithms/__GenericLinearTransport__.py b/OpenPNM/Algorithms/__GenericLinearTransport__.py
index <HASH>..<HASH> 100644
--- a/OpenPNM/Algorithms/__GenericLinearTransport__.py
+++ b/OpenPNM/Algorithms/__GenericLinearTransport__.py
@@ -47,7 +47,7 @@ class GenericLinearTransport(GenericAlgorithm):
... | Updated docstring and also fixed the ONLY place in the code where check_data_health was called. | PMEAL_OpenPNM | train |
6a46ff7eeea1a2c086012a17590b8dbb6a962853 | diff --git a/lib/emit.js b/lib/emit.js
index <HASH>..<HASH> 100644
--- a/lib/emit.js
+++ b/lib/emit.js
@@ -69,7 +69,13 @@ function loc() {
Ep.mark = function(loc) {
n.Literal.assert(loc);
var index = this.listing.length;
- loc.value = index;
+ if (loc.value === -1) {
+ loc.value = index;
+ } else {
+ //... | Assert redundant marking does not change values of location literals. | facebook_regenerator | train |
814e2de6fc512af04564f4b6a27f5940412105f7 | diff --git a/src/ToolFactory.js b/src/ToolFactory.js
index <HASH>..<HASH> 100644
--- a/src/ToolFactory.js
+++ b/src/ToolFactory.js
@@ -79,24 +79,26 @@ OO.ui.ToolFactory.prototype.extract = function ( collection, used ) {
var i, len, item, name, tool,
names = [];
- if ( collection === '*' ) {
- for ( name in thi... | ToolFactory: Allow '*' as an item in a toolgroup include list
Previously we only checked for the string value '*', but one
should also be able to specify ['ToolBefore', '*', 'ToolAfter'].
Bug: T<I>
Change-Id: I1b<I>ffcb<I>a<I>b3c<I>b<I>adb<I>f<I>b<I> | wikimedia_oojs-ui | train |
6fd178302ca7860ec268c4edde4d54e282d62564 | diff --git a/src/core/Core.js b/src/core/Core.js
index <HASH>..<HASH> 100644
--- a/src/core/Core.js
+++ b/src/core/Core.js
@@ -886,16 +886,22 @@ class Uppy {
* @param {object} instance The plugin instance to remove.
*/
removePlugin (instance) {
- const list = this.plugins[instance.type]
+ this.emit('pl... | call removePlugin in close, immutable plugin removal, emit event, remove pluginState too | transloadit_uppy | train |
31a6ded0710b6c57a5ce5e6981f1c5b1af41bcca | diff --git a/request_options_test.go b/request_options_test.go
index <HASH>..<HASH> 100644
--- a/request_options_test.go
+++ b/request_options_test.go
@@ -14,7 +14,8 @@ import (
func TestRequestOptions_GET_BasicQueryString(t *testing.T) {
queryString := "query=query RebelsShipsQuery { rebels { name } }"
expected :... | request_options_test: matches correctly RequestOptions | graphql-go_handler | train |
5bce86bfe86e4b22740f92568312498fde9104b3 | diff --git a/lib/oxidized/model/tmos.rb b/lib/oxidized/model/tmos.rb
index <HASH>..<HASH> 100644
--- a/lib/oxidized/model/tmos.rb
+++ b/lib/oxidized/model/tmos.rb
@@ -3,10 +3,12 @@ class TMOS < Oxidized::Model
comment '# '
cmd :secret do |cfg|
- cfg.gsub!(/password (\S+)/, 'password <secret removed>')
- ... | Fix for issue ytti/<I>, filters out additional credentials/secrets
which change regularly in some way. Tested with BIG-IP <I> | ytti_oxidized | train |
b0e918b22ae15a58af61c16509fafe82dc97cc16 | diff --git a/lib/chef/http/ssl_policies.rb b/lib/chef/http/ssl_policies.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/http/ssl_policies.rb
+++ b/lib/chef/http/ssl_policies.rb
@@ -79,7 +79,7 @@ class Chef
certs = Dir.glob(File.join(config.trusted_certs_dir, "*.{crt,pem}"))
certs.each do |cert_file|... | Fix error caused by loading duplicate trusted certs | chef_chef | train |
11fe7dd775bbea3ed4c5cc57730c1852aa0739b9 | diff --git a/sample/basic/event-example.js b/sample/basic/event-example.js
index <HASH>..<HASH> 100644
--- a/sample/basic/event-example.js
+++ b/sample/basic/event-example.js
@@ -6,7 +6,7 @@
// received by the callback.
var common = require('../common')
-var dxl = common.requireDxlClient()
+var dxl = common.requir... | Change `requireClient` function to `require` in common.js
This commit changes the `requireClient` function in `common.js` to
be named `require`. The implementation of `require` now handles
the ability to require the SDK package by explicit name when
running either from source or a package install. The implementation
a... | opendxl_opendxl-client-javascript | train |
03facfb01e31deb27ff4612979b19c00f95ebedc | diff --git a/php/base/Exchange.php b/php/base/Exchange.php
index <HASH>..<HASH> 100644
--- a/php/base/Exchange.php
+++ b/php/base/Exchange.php
@@ -2304,10 +2304,13 @@ class Exchange {
$key = 'quote';
$cost = null;
if ($feeSide === 'quote') {
+ // the fee is always in quote currency... | Exchange.php calculateFee comments | ccxt_ccxt | train |
eef661cf0f87ba74510432528f1abae61658b4f8 | diff --git a/spring-ldap/src/main/java/org/springframework/ldap/NamingException.java b/spring-ldap/src/main/java/org/springframework/ldap/NamingException.java
index <HASH>..<HASH> 100644
--- a/spring-ldap/src/main/java/org/springframework/ldap/NamingException.java
+++ b/spring-ldap/src/main/java/org/springframework/lda... | Copied getCause implementation from NestedRuntimeException. | spring-projects_spring-ldap | train |
c8463db18f790b7d2cf026ce3848cb0a67af7323 | diff --git a/Library/HTTP/Request.php b/Library/HTTP/Request.php
index <HASH>..<HASH> 100644
--- a/Library/HTTP/Request.php
+++ b/Library/HTTP/Request.php
@@ -5,6 +5,7 @@ namespace Lollipop\HTTP;
defined('LOLLIPOP_BASE') or die('Lollipop wasn\'t loaded correctly.');
use \Lollipop\HTTP\Cookie;
+use \Lollipop\HTTP... | http/request: use http/url::here | jabernardo_lollipop-php | train |
8fb264fe07a30cd360c741772bb2db7f90438a3c | diff --git a/Rakefile b/Rakefile
index <HASH>..<HASH> 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,7 +12,7 @@ AUTHOR = 'Scott Burton @ Joyent Inc'
EMAIL = 'scott.burton [a] joyent [d] com'
GEM_NAME = 'dm-rest-adapter'
GEM_VERSION = DataMapperRest::VERSION
-GEM_DEPENDENCIES = [['dm-core', "~>#{GEM_VERSION}"]]
+GEM_DE... | [dm-more] Updated gem dependencies
* Set dm-core dependency to be an exact match
* Updated gems to lates stable, tested versions | datamapper_dm-rest-adapter | train |
0b63d8491ad235b76aae99ce05525d57cbc7c9d9 | diff --git a/peercoin_rpc/peercoin_rpc.py b/peercoin_rpc/peercoin_rpc.py
index <HASH>..<HASH> 100644
--- a/peercoin_rpc/peercoin_rpc.py
+++ b/peercoin_rpc/peercoin_rpc.py
@@ -19,8 +19,7 @@
#Bitcoin API calls
#https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list#Full_list
-import getpass
-import reques... | make home directory platform agnostic | peercoin_peercoin_rpc | train |
b00ac40c35437deb373d2200a324261e57701be0 | diff --git a/erasure-createfile.go b/erasure-createfile.go
index <HASH>..<HASH> 100644
--- a/erasure-createfile.go
+++ b/erasure-createfile.go
@@ -28,7 +28,7 @@ import (
// erasureCreateFile - writes an entire stream by erasure coding to
// all the disks, writes also calculate individual block's checksum
// for futu... | XL/PutObject: Calculate size if not provided by the client and update xl.json with the correct size. (#<I>) | minio_minio | train |
86f4b122f4213e1a69d20fc61771a4cd534b44d6 | diff --git a/coaster/logger.py b/coaster/logger.py
index <HASH>..<HASH> 100644
--- a/coaster/logger.py
+++ b/coaster/logger.py
@@ -389,6 +389,7 @@ def init_app(app):
All are optional:
* ``LOGFILE``: Name of the file to log to (default ``error.log``)
+ * ``LOGFILE_LEVEL``: Logging level to use for file lo... | Use rotating log file and allow app to choose loglevel (#<I>) | hasgeek_coaster | train |
16a733a5ba3ddfb2fbc5662d95298a376e708b91 | diff --git a/src/de/lmu/ifi/dbs/elki/distance/distancefunction/BrayCurtisDistanceFunction.java b/src/de/lmu/ifi/dbs/elki/distance/distancefunction/BrayCurtisDistanceFunction.java
index <HASH>..<HASH> 100644
--- a/src/de/lmu/ifi/dbs/elki/distance/distancefunction/BrayCurtisDistanceFunction.java
+++ b/src/de/lmu/ifi/dbs/... | This is probably the better adoption for negative values. | elki-project_elki | train |
43ed24dfb7188f896ba7e49523a9604464ad2cbe | diff --git a/src/Gordalina/Easypay/Response/FetchAllPayments.php b/src/Gordalina/Easypay/Response/FetchAllPayments.php
index <HASH>..<HASH> 100644
--- a/src/Gordalina/Easypay/Response/FetchAllPayments.php
+++ b/src/Gordalina/Easypay/Response/FetchAllPayments.php
@@ -10,6 +10,7 @@
*/
namespace Gordalina\Easypay\Res... | Solved an error if the response only contains one value
Easypay response ref field is not a multidimensional array if only one record is returned. | gordalina_easypay-php | train |
f2964302db35a3b636ddf81e564f82474f154c9f | diff --git a/particles/qmc.py b/particles/qmc.py
index <HASH>..<HASH> 100644
--- a/particles/qmc.py
+++ b/particles/qmc.py
@@ -20,6 +20,10 @@ Module lowdiscrepancy does not seem to be installed (see INSTALL
notes). You will not be able to run SQMC (quasi-Monte Carlo version
of SMC).
"""
+
+sobol_warning = """
+lowd... | QMC: print a warning msg when Sobol scrambled points are generated
outside of (0, 1) | nchopin_particles | train |
baeb620d87a21d9eeab42596efc0cf06b5843777 | diff --git a/bosh-stemcell/lib/bosh/stemcell/infrastructure.rb b/bosh-stemcell/lib/bosh/stemcell/infrastructure.rb
index <HASH>..<HASH> 100644
--- a/bosh-stemcell/lib/bosh/stemcell/infrastructure.rb
+++ b/bosh-stemcell/lib/bosh/stemcell/infrastructure.rb
@@ -14,12 +14,13 @@ module Bosh::Stemcell
end
class B... | add the default disk size as an attribute of an infrastructure | cloudfoundry_bosh | train |
682d1ddb243d6e455a2527b80ff0c9cf92429eb8 | diff --git a/hamlet.gemspec b/hamlet.gemspec
index <HASH>..<HASH> 100644
--- a/hamlet.gemspec
+++ b/hamlet.gemspec
@@ -4,7 +4,7 @@ require 'date'
Gem::Specification.new do |s|
s.name = 'hamlet'
- s.version = '0.4.1'
+ s.version = '0.4.2'
s.date = Date.today.to_s
... | whitespace is messed up :( | gregwebs_hamlet.rb | train |
b3359fccdb2044eaeee1d7aa19cc12a79d380c78 | diff --git a/fbchat/client.py b/fbchat/client.py
index <HASH>..<HASH> 100644
--- a/fbchat/client.py
+++ b/fbchat/client.py
@@ -736,9 +736,10 @@ class Client(object):
if k['thread_type'] == 1:
if k['other_user_fbid'] not in participants:
raise Exception('A thread was no... | Add last_message_timestamp to Thread objects | carpedm20_fbchat | train |
6340b279853e5e4904fe4b95f97084eee630e98b | diff --git a/lib/waterline/adapter/dql.js b/lib/waterline/adapter/dql.js
index <HASH>..<HASH> 100644
--- a/lib/waterline/adapter/dql.js
+++ b/lib/waterline/adapter/dql.js
@@ -132,7 +132,12 @@ module.exports = {
* @return {[type]} [description]
*/
findOne: function(criteria, cb) {
-
+
+ //ma... | Make shallow copy of criteria array for findOne | balderdashy_waterline | train |
061f692ddec71ae1c54b47a83fb752c330b4d28d | diff --git a/distributed/src/main/java/com/orientechnologies/orient/server/distributed/impl/ODistributedAbstractPlugin.java b/distributed/src/main/java/com/orientechnologies/orient/server/distributed/impl/ODistributedAbstractPlugin.java
index <HASH>..<HASH> 100755
--- a/distributed/src/main/java/com/orientechnologies/o... | made sure that the database all the online status are active, in case of restart with autoDeploy:false | orientechnologies_orientdb | train |
e47de8994f93c3f2545df14461265787ca167a84 | diff --git a/lib/cli.js b/lib/cli.js
index <HASH>..<HASH> 100644
--- a/lib/cli.js
+++ b/lib/cli.js
@@ -59,7 +59,7 @@ var command = cli.create('csso', '[input] [output]')
var mem = process.memoryUsage().heapUsed;
var result = csso.minify(source, {
- restructuring: !structureOpt... | rename `restructuring` to `restructure` (`restructuring` is alias for `restructure` now, with lower priority) | css_csso | train |
ec7c765eaeeaa6a07a4f5bf893c2f5dceddfa5d9 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -53,7 +53,7 @@ function rollupify(filename, opts) {
bundle.modules.forEach(function(module) {
var file = module.id;
- if (!/\.tmp$/.test(file)) {
+ if (!/\.tmp$/.test(file) && fs.existsS... | fix: ensure file exists before before telling browserify about it (#<I>) | nolanlawson_rollupify | train |
98a1c85ad9249028021b6de5ac005fd2d717e99f | diff --git a/src/config/web.php b/src/config/web.php
index <HASH>..<HASH> 100644
--- a/src/config/web.php
+++ b/src/config/web.php
@@ -120,6 +120,7 @@ return [
'singletons' => [
hipanel\modules\finance\providers\BillTypesProvider::class => hipanel\modules\finance\providers\BillTypesProvider::class... | Added BillQuantityFactory to singletons | hiqdev_hipanel-module-finance | train |
e38915816fb267bc1060e8c61851079bcae339be | diff --git a/lib/Remote/RemoteWebDriver.php b/lib/Remote/RemoteWebDriver.php
index <HASH>..<HASH> 100644
--- a/lib/Remote/RemoteWebDriver.php
+++ b/lib/Remote/RemoteWebDriver.php
@@ -430,7 +430,7 @@ class RemoteWebDriver implements WebDriver, JavaScriptExecutor {
* @param string $id The id of the element to be crea... | RemoteWebElement: allow overriding construction
Previously, if a developer wanted to extend the RemoteWebElement()
class, you couldn't effectively do it. The name of the class
was hard-coded in a private factory method of RemoteWebDriver
that couldn't be overriden.
Now, a custom class that extends RemoteWebDriver can... | facebook_php-webdriver | train |
5b0095627d713f7b875c5b73fc599b53b0b549de | diff --git a/ui/app/adapters/job.js b/ui/app/adapters/job.js
index <HASH>..<HASH> 100644
--- a/ui/app/adapters/job.js
+++ b/ui/app/adapters/job.js
@@ -4,6 +4,8 @@ import ApplicationAdapter from './application';
const { RSVP } = Ember;
export default ApplicationAdapter.extend({
+ shouldReloadAll: () => true,
+
f... | Always reload all jobs
Ember tries to be clever by showing cached jobs instead of a loading spinner
in the event that a user starts on nodes, loads a couple jobs through
allocation relationships, then visits jobs. | hashicorp_nomad | train |
1c5d14b896c8e95318fccb717ac9b45f6d8bce49 | diff --git a/lib/Doctrine/DBAL/Query/QueryBuilder.php b/lib/Doctrine/DBAL/Query/QueryBuilder.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/DBAL/Query/QueryBuilder.php
+++ b/lib/Doctrine/DBAL/Query/QueryBuilder.php
@@ -962,7 +962,7 @@ class QueryBuilder
throw QueryException::unknownAlias($fromAlias... | Added deep clone to QueryBuilder | doctrine_dbal | train |
15cd6a34ebdd08fafef3a6bc7c9a146d98fe041e | diff --git a/account/views.py b/account/views.py
index <HASH>..<HASH> 100644
--- a/account/views.py
+++ b/account/views.py
@@ -102,7 +102,7 @@ class SignupView(FormView):
redirect_field_name = self.get_redirect_field_name()
ctx.update({
"redirect_field_name": redirect_field_name,
- ... | Reverse order of GET and POST for REQUEST compatibility | pinax_django-user-accounts | train |
e83f82b391170e5f5ed971e5c0b0f071668199fd | diff --git a/openquake/hazardlib/gsim/cauzzi_faccioli_2008_swiss.py b/openquake/hazardlib/gsim/cauzzi_faccioli_2008_swiss.py
index <HASH>..<HASH> 100644
--- a/openquake/hazardlib/gsim/cauzzi_faccioli_2008_swiss.py
+++ b/openquake/hazardlib/gsim/cauzzi_faccioli_2008_swiss.py
@@ -21,7 +21,6 @@ Module exports :class:`Cauz... | final fix to reference vs<I> for the adjusted versions of CF<I> | gem_oq-engine | train |
602fdf47f091a840e9e1d4db108eefca4b228927 | diff --git a/drools-compiler/src/test/java/org/drools/compiler/integrationtests/SecurityPolicyTest.java b/drools-compiler/src/test/java/org/drools/compiler/integrationtests/SecurityPolicyTest.java
index <HASH>..<HASH> 100644
--- a/drools-compiler/src/test/java/org/drools/compiler/integrationtests/SecurityPolicyTest.jav... | BZ-<I>: protecting code execution on custom accumulates. Adding test cases.
(cherry picked from commit ab<I>de2eeefe<I>b<I>e<I>ee<I>ca0fd<I>) | kiegroup_drools | train |
cc3b646d6065560a972817a3de89fa9a97cb74ee | diff --git a/exercises/6_count_the_comments/solution/solution.js b/exercises/6_count_the_comments/solution/solution.js
index <HASH>..<HASH> 100644
--- a/exercises/6_count_the_comments/solution/solution.js
+++ b/exercises/6_count_the_comments/solution/solution.js
@@ -22,4 +22,20 @@ var commentcount = function (comments)... | Suggesting alternative solution for exercise 6. | mdunisch_lololodash | train |
8ad4caef40b588a7d39ba268b5a5a1127c313bb3 | diff --git a/src/spell-check-handler.js b/src/spell-check-handler.js
index <HASH>..<HASH> 100644
--- a/src/spell-check-handler.js
+++ b/src/spell-check-handler.js
@@ -326,6 +326,8 @@ export default class SpellCheckHandler {
*/
async provideHintText(inputText) {
let langWithoutLocale = null;
+ if (process... | Disable some stuff on macOS that isn't needed | EnnoLohmann_ElectronSpellcheckerStaticDictionary | train |
15c1decbfebbb6f60ecd866cd982e551db48fca6 | diff --git a/tests/phpunit/unit/Controller/Backend/RecordsTest.php b/tests/phpunit/unit/Controller/Backend/RecordsTest.php
index <HASH>..<HASH> 100644
--- a/tests/phpunit/unit/Controller/Backend/RecordsTest.php
+++ b/tests/phpunit/unit/Controller/Backend/RecordsTest.php
@@ -34,7 +34,15 @@ class RecordsTest extends Cont... | fix auth injection for RecordsTest mocks | bolt_bolt | train |
e3085b5416578f80c42cd64d84e53aac67f4d89a | diff --git a/src/QueryBuilderParser/QueryBuilderParser.php b/src/QueryBuilderParser/QueryBuilderParser.php
index <HASH>..<HASH> 100644
--- a/src/QueryBuilderParser/QueryBuilderParser.php
+++ b/src/QueryBuilderParser/QueryBuilderParser.php
@@ -136,7 +136,7 @@ class QueryBuilderParser
*/
protected function che... | Remove "input" from required rule fields, because it's not guaranteed to exist (#<I>) | timgws_QueryBuilderParser | train |
45bfa08631422d813fae73e7f4626bbb44306f1b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ setup(
author='Luis Nell',
author_email='cooperate@originell.org',
packages=find_packages(),
- platform='any',
+ platforms='any',
description='Image based watermarks for sorl-thumbnail',
... | fixed setup.py, wrong keyword | originell_sorl-watermark | train |
19003d60ea68171586a34ebbd9d301aba305dfb2 | diff --git a/src/cf/commands/route/list_routes_test.go b/src/cf/commands/route/list_routes_test.go
index <HASH>..<HASH> 100644
--- a/src/cf/commands/route/list_routes_test.go
+++ b/src/cf/commands/route/list_routes_test.go
@@ -96,7 +96,7 @@ func callListRoutes(t *testing.T, args []string, reqFactory *testreq.FakeReqFac... | correct test context for routes command in test helper | cloudfoundry_cli | train |
8e6d41bdff4adf3666830b2687b213e30f986250 | diff --git a/cli/src/main/java/org/jboss/as/cli/handlers/GenericTypeOperationHandler.java b/cli/src/main/java/org/jboss/as/cli/handlers/GenericTypeOperationHandler.java
index <HASH>..<HASH> 100644
--- a/cli/src/main/java/org/jboss/as/cli/handlers/GenericTypeOperationHandler.java
+++ b/cli/src/main/java/org/jboss/as/cli... | just to get more attention to the message.
was: 8ee0a<I>b2d<I>e<I>ad<I>cc<I>d0fcb<I>a<I> | wildfly_wildfly-core | train |
f786e880dc0bd275ed462d8bddf44a9d2ffc2ec2 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"cover": "npm run pretest && NODE_PATH=./lib istanbul cover --dir reports/coverage _mocha tests/lib/ -- --recursive --reporter dot; remap-istanbul -i reports/coverage/coverage.json -o report... | added flow tests for `ecmaFeatures.flow` (fixes #<I>) | benmosher_eslint-plugin-import | train |
38bbfded981e14bacf937a0a9a944b7766c39806 | diff --git a/setuptools/tests/test_build_meta.py b/setuptools/tests/test_build_meta.py
index <HASH>..<HASH> 100644
--- a/setuptools/tests/test_build_meta.py
+++ b/setuptools/tests/test_build_meta.py
@@ -217,3 +217,22 @@ def test_build_sdist_setup_py_manifest_excluded(tmpdir_cwd):
targz_path = build_sdist("temp")
... | Add test capturing failure. Ref #<I>. | pypa_setuptools | train |
6bc2db7157c3ac24e2ccbef72e2e5e6ee27312c4 | diff --git a/pyrogram/client/types/messages_and_media/messages.py b/pyrogram/client/types/messages_and_media/messages.py
index <HASH>..<HASH> 100644
--- a/pyrogram/client/types/messages_and_media/messages.py
+++ b/pyrogram/client/types/messages_and_media/messages.py
@@ -43,10 +43,8 @@ class Messages(PyrogramType):
... | Better way of parsing total_count for Messages and UserProfilePhotos | pyrogram_pyrogram | train |
9d031fb8e808c5099441c657ab8b1cbe32c6f432 | diff --git a/src/get_tests.js b/src/get_tests.js
index <HASH>..<HASH> 100644
--- a/src/get_tests.js
+++ b/src/get_tests.js
@@ -5,7 +5,7 @@ var settings = require("./settings");
module.exports = function (filters) {
var getTests = settings.testFramework.iterator;
- var allFiles = getTests();
+ var allFiles = get... | pass settings to plugin get_tests | TestArmada_magellan | train |
02cc474e86cdad94d06ab8d9ecba52f8a936f606 | diff --git a/trimesh/grouping.py b/trimesh/grouping.py
index <HASH>..<HASH> 100644
--- a/trimesh/grouping.py
+++ b/trimesh/grouping.py
@@ -52,6 +52,7 @@ def group(values, min_len=0, max_len=np.inf):
groups: sequence of indices to form groups
IE [0,1,0,1] returns [[0,2], [1,3]]
'''
+ values ... | removed busted old group_vectors | mikedh_trimesh | train |
dbd808ace2a68f797261286ecfa9735f2a1fafab | diff --git a/src/ccpa/UserSignalMechanism.js b/src/ccpa/UserSignalMechanism.js
index <HASH>..<HASH> 100644
--- a/src/ccpa/UserSignalMechanism.js
+++ b/src/ccpa/UserSignalMechanism.js
@@ -196,7 +196,7 @@ class UserSignalMechanism {
}
createUserSignal() {
- let privacyString = null;
+ let privac... | ADEN-<I> Implementing Global Privacy Control support (#<I>) | Wikia_tracking-opt-in | train |
f90e7da4d0ad35668c633540942734ac5636d306 | diff --git a/src/hamster/preferences.py b/src/hamster/preferences.py
index <HASH>..<HASH> 100755
--- a/src/hamster/preferences.py
+++ b/src/hamster/preferences.py
@@ -269,7 +269,10 @@ class PreferencesEditor:
self.get_widget("idle_track").set_active(conf.get("enable_timeout"))
self.get_widget("notify_... | fixed bugs <I>, <I> - allow setting <I>:<I> as day start and disable notify on idle if time is set to never | projecthamster_hamster | train |
7aef68ab14991d708f1dc0f8ba45de63ae7a6743 | diff --git a/tests/test_engines.py b/tests/test_engines.py
index <HASH>..<HASH> 100644
--- a/tests/test_engines.py
+++ b/tests/test_engines.py
@@ -161,9 +161,9 @@ class EnginesTestCase(_EnginesHelperTestCase):
self.assertEqual(2, len(parts))
self.assertEqual('testcollapsemodel', parts[0].table)
- ... | TRIVIAL fix test that fails on whitespace diff | Infinidat_infi.clickhouse_orm | train |
0b662f3b043907e872e49931201dc0fd923c63dd | diff --git a/readthedocs/extra/basic/working-with-updates.rst b/readthedocs/extra/basic/working-with-updates.rst
index <HASH>..<HASH> 100644
--- a/readthedocs/extra/basic/working-with-updates.rst
+++ b/readthedocs/extra/basic/working-with-updates.rst
@@ -121,6 +121,33 @@ random number, while if you say ``'eval 4+4'``, ... | Support stopping propagation of events (#<I>) | LonamiWebs_Telethon | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.