hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
c9d313dc2274007a3457cabd7b627e661d7383cb | diff --git a/actionpack/lib/action_controller/request_profiler.rb b/actionpack/lib/action_controller/request_profiler.rb
index <HASH>..<HASH> 100755
--- a/actionpack/lib/action_controller/request_profiler.rb
+++ b/actionpack/lib/action_controller/request_profiler.rb
@@ -23,8 +23,8 @@ module ActionController
re... | Request profiler resets after warmup and each run so you don't have to do it in your session script.
git-svn-id: <URL> | rails_rails | train |
1eacfc975db1660a67568b29033416364994bf86 | diff --git a/doc/src/main/asciidoc/inc/_enricher.adoc b/doc/src/main/asciidoc/inc/_enricher.adoc
index <HASH>..<HASH> 100644
--- a/doc/src/main/asciidoc/inc/_enricher.adoc
+++ b/doc/src/main/asciidoc/inc/_enricher.adoc
@@ -92,6 +92,9 @@ fabric8-maven-plugin comes with a set of enrichers which are enabled by default.
... | docs and minor refactoring
- added enricher docs
- renamed limit property in enricher | fabric8io_fabric8-maven-plugin | train |
6688a510e11ac73897294b8d17c0079faba5a139 | diff --git a/command/agent/command.go b/command/agent/command.go
index <HASH>..<HASH> 100644
--- a/command/agent/command.go
+++ b/command/agent/command.go
@@ -444,18 +444,18 @@ func (c *Command) readConfig() *Config {
// verifyUniqueListeners checks to see if an address was used more than once in
// the config
-fun... | golint: Consistent receiver name
Ensure the receiver name is consistent | hashicorp_consul | train |
f7d4d4bd7c317392fb67a5a7152136c63e8775d0 | diff --git a/Swat/SwatReplicableDisclosure.php b/Swat/SwatReplicableDisclosure.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatReplicableDisclosure.php
+++ b/Swat/SwatReplicableDisclosure.php
@@ -11,9 +11,12 @@ require_once 'Swat/SwatReplicableContainer.php';
* The disclosure can dynamically create widgets based on an... | Deprecate replicable container subclasses that can easily be implemented using the base class SwatReplicableContainer. Refs #<I>.
svn commit r<I> | silverorange_swat | train |
6b42f4ca40261baebff87a30e3c9a11db8562ec1 | diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go
index <HASH>..<HASH> 100644
--- a/pkg/features/kube_features.go
+++ b/pkg/features/kube_features.go
@@ -808,7 +808,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
InTreePluginAWSUnregister: ... | turn on CSIMigrationAzureFile by default on <I> | kubernetes_kubernetes | train |
754558f634b22d36c29a9eeb4582553f96398670 | diff --git a/Twig/EasyAdminTwigExtension.php b/Twig/EasyAdminTwigExtension.php
index <HASH>..<HASH> 100644
--- a/Twig/EasyAdminTwigExtension.php
+++ b/Twig/EasyAdminTwigExtension.php
@@ -93,7 +93,7 @@ class EasyAdminTwigExtension extends \Twig_Extension
* property doesn't exist or its value is not accessible. Thi... | Make sure that custom field templates are always used, regardless of the property type | EasyCorp_EasyAdminBundle | train |
fa08aad3ac233d046c7052398b97768afda681b7 | diff --git a/src/test/java/com/taskadapter/redmineapi/internal/URIConfiguratorTest.java b/src/test/java/com/taskadapter/redmineapi/internal/URIConfiguratorTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/taskadapter/redmineapi/internal/URIConfiguratorTest.java
+++ b/src/test/java/com/taskadapter/redmineapi... | added a test to ensure "distinct" params check is valid (#<I>) | taskadapter_redmine-java-api | train |
b631982d0927f1faa46b67ff9ecddaf45572722e | diff --git a/domain-management/src/test/java/org/jboss/as/domain/management/security/realms/InMemoryDirectoryServiceFactory.java b/domain-management/src/test/java/org/jboss/as/domain/management/security/realms/InMemoryDirectoryServiceFactory.java
index <HASH>..<HASH> 100644
--- a/domain-management/src/test/java/org/jbo... | [WFCORE-<I>] Only make use of wrapper where we have a CacheManager, otherwise existing DirectoryService is sufficient. | wildfly_wildfly-core | train |
90280d088179d7b5f64e20b3f566a650d133ef89 | diff --git a/onactivityresult-compiler/src/main/java/onactivityresult/compiler/OnActivityResultProcessor.java b/onactivityresult-compiler/src/main/java/onactivityresult/compiler/OnActivityResultProcessor.java
index <HASH>..<HASH> 100644
--- a/onactivityresult-compiler/src/main/java/onactivityresult/compiler/OnActivityR... | Add custom error messages when class with annotated methods is private
Fix Checkstyle warnings | vanniktech_OnActivityResult | train |
c898d226dad24e69b01857a0b400ee778dd44716 | diff --git a/test/dist/get-samples.js b/test/dist/get-samples.js
index <HASH>..<HASH> 100644
--- a/test/dist/get-samples.js
+++ b/test/dist/get-samples.js
@@ -23,7 +23,7 @@ describe('getSamples() with a mono 16-bit file', function() {
});
it("getSamples() should return the samples", function() {
- as... | Update tests to get around Node <I> deepEqual bug | rochars_wavefile | train |
a82fc4c3344ccd47e85b783d8fa2a3c9ac331a6a | diff --git a/stdeb/util.py b/stdeb/util.py
index <HASH>..<HASH> 100644
--- a/stdeb/util.py
+++ b/stdeb/util.py
@@ -499,6 +499,16 @@ def dpkg_source(b_or_x,arg1,arg2=None,cwd=None):
process_command(args, cwd=cwd)
+def dpkg_genchanges(cwd=None):
+ args = ['/usr/bin/dpkg-buildpackage',
+ '-rfakeroot... | generate .changes file when building source package. Closes GH-<I>.
Note that to upload to a PPA you will still have to sign the .changes
file. | astraw_stdeb | train |
e18e2703c9fd96bb13cc3989a9211b2527f29c36 | diff --git a/src/jest.js b/src/jest.js
index <HASH>..<HASH> 100644
--- a/src/jest.js
+++ b/src/jest.js
@@ -3,6 +3,10 @@ import RenderHook from 'react-render-hook';
import types from './types/types';
import * as deepAssertions from './assertions/deepAssertions';
import * as shallowAssertions from './assertions/shallo... | Snapshot shallow support exported (squash) | bruderstein_unexpected-react | train |
4d6462ccf9d2ec8ee1ad72e41cff79c025899b79 | diff --git a/gridtk/scripts/jman.py b/gridtk/scripts/jman.py
index <HASH>..<HASH> 100644
--- a/gridtk/scripts/jman.py
+++ b/gridtk/scripts/jman.py
@@ -21,7 +21,7 @@ from cPickle import dumps
import argparse
from ..manager import JobManager
-from ..tools import make_python_wrapper, make_torch_wrapper, random_logdir
... | Allows submission of simple python-based jobs | bioidiap_gridtk | train |
dc32319344315ce26d5192c4f80e63b0cbc19709 | diff --git a/spec/record_spec.rb b/spec/record_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/record_spec.rb
+++ b/spec/record_spec.rb
@@ -157,7 +157,7 @@ RSpec.describe AttrJson::Record do
Class.new(ActiveRecord::Type::Value) do
def serialize(value) ; "#{value}_serialized" ; end
- def deserial... | we still support ruby <I> which does not support delete_prefix | jrochkind_attr_json | train |
1bd1d602ac820f3ebf9e088202a11d16d2a7afe1 | diff --git a/Classes/Flowpack/SimpleSearch/Domain/Service/SqLiteIndex.php b/Classes/Flowpack/SimpleSearch/Domain/Service/SqLiteIndex.php
index <HASH>..<HASH> 100644
--- a/Classes/Flowpack/SimpleSearch/Domain/Service/SqLiteIndex.php
+++ b/Classes/Flowpack/SimpleSearch/Domain/Service/SqLiteIndex.php
@@ -59,9 +59,11 @@ cl... | [TASK] Make index changes in transaction | Flowpack_Flowpack.SimpleSearch | train |
9a0c5fb322ac5560c78700e813d5fe8459935d46 | diff --git a/posttroll/ns.py b/posttroll/ns.py
index <HASH>..<HASH> 100644
--- a/posttroll/ns.py
+++ b/posttroll/ns.py
@@ -104,6 +104,7 @@ class NameServer(object):
def __init__(self):
self.loop = True
+ self.listener = None
def run(self, *args):
"""Run the listener and answer to ... | More robust nameserver thread in testing. | pytroll_posttroll | train |
1b5e43cec043c04a06b03e42d3c317f0f6835fd3 | diff --git a/app/models/pusher.rb b/app/models/pusher.rb
index <HASH>..<HASH> 100644
--- a/app/models/pusher.rb
+++ b/app/models/pusher.rb
@@ -2,7 +2,6 @@ require 'digest/sha2'
class Pusher
attr_reader :user, :spec, :message, :code, :rubygem, :body, :version, :version_id, :size
- attr_accessor :bundler_api_url
... | Remove attr_accessor for bundler_api_url | rubygems_rubygems.org | train |
5125bb0417257ef8aeb0eb1e4305d8d2c73b091e | diff --git a/app/lib/Core/Url.php b/app/lib/Core/Url.php
index <HASH>..<HASH> 100755
--- a/app/lib/Core/Url.php
+++ b/app/lib/Core/Url.php
@@ -72,7 +72,7 @@ class Url extends Content
{
if (isset($url)) {
if ($url != $this->url && $url->isHttp()) {
- $this->urlCanonical = $this->resolveCanonical($url);
+ ... | Full canonical url support. | jacksleight_chalk | train |
cd50eadef76ac2c60bb0fd6b202e86e219080f95 | diff --git a/src/Client.php b/src/Client.php
index <HASH>..<HASH> 100644
--- a/src/Client.php
+++ b/src/Client.php
@@ -105,6 +105,7 @@ class Client extends Component
/**
* @return Transport HTTP message transport instance.
+ * @throws \yii\base\InvalidConfigException
*/
public function getTr... | Add phpdoc block @throw (#<I>) | yiisoft_yii2-httpclient | train |
fbe14c1a35f531dc66266f149fa0a0d8e23c3121 | diff --git a/server/storage/rethinkdb.go b/server/storage/rethinkdb.go
index <HASH>..<HASH> 100644
--- a/server/storage/rethinkdb.go
+++ b/server/storage/rethinkdb.go
@@ -13,11 +13,12 @@ import (
// RDBTUFFile is a tuf file record
type RDBTUFFile struct {
rethinkdb.Timing
- Gun string `gorethink:"gun"`
- Role ... | rethinkdb doesn't actually support composite primary keys | theupdateframework_notary | train |
d19ee95d7d4bca329dff0813d7222c1ff9fa178e | diff --git a/lib/connection.js b/lib/connection.js
index <HASH>..<HASH> 100644
--- a/lib/connection.js
+++ b/lib/connection.js
@@ -3,10 +3,9 @@ var logging = require('./logging');
var Stream = require('./stream').Stream;
var Duplex = require('stream').Duplex;
-exports.Connection = Connection;
+// Overview
+// ---... | Improvements to the comments and the structure. | molnarg_node-http2-protocol | train |
b5bd371d8c17ec22ad9d2e9ef266372e0c66a246 | diff --git a/spring-cloud-netflix-eureka-server/src/main/java/org/springframework/cloud/netflix/eureka/server/EurekaController.java b/spring-cloud-netflix-eureka-server/src/main/java/org/springframework/cloud/netflix/eureka/server/EurekaController.java
index <HASH>..<HASH> 100644
--- a/spring-cloud-netflix-eureka-serve... | Be defiensive about errors getting remote status | spring-cloud_spring-cloud-netflix | train |
6eb874fe1c18c612db19324cdb723c577d9470d3 | diff --git a/ejb3/src/main/java/org/jboss/as/ejb3/timerservice/TimerServiceImpl.java b/ejb3/src/main/java/org/jboss/as/ejb3/timerservice/TimerServiceImpl.java
index <HASH>..<HASH> 100644
--- a/ejb3/src/main/java/org/jboss/as/ejb3/timerservice/TimerServiceImpl.java
+++ b/ejb3/src/main/java/org/jboss/as/ejb3/timerservice... | AS7-<I> @Schedule timers are not removed if the persistence flag was changed to false | wildfly_wildfly | train |
3857d4a7cf824a992f6553756511d590083e53d9 | diff --git a/lib/flipper/feature.rb b/lib/flipper/feature.rb
index <HASH>..<HASH> 100644
--- a/lib/flipper/feature.rb
+++ b/lib/flipper/feature.rb
@@ -335,10 +335,10 @@ module Flipper
def gates
@gates ||= [
Gates::Boolean.new,
- Gates::Group.new,
Gates::Actor.new,
Gates::Pe... | Re-order gates for improved performance (in some cases)
Groups are likely the least performant gate since the others just do equality and inclusion checks. Groups could do other network calls or what not, so let's just re-order them to have groups gate last.
xref <URL> | jnunemaker_flipper | train |
a933519ab41c82c0d6a37e8aa62d7763ba12ccf4 | diff --git a/lib/openapi3_parser/node_factory/reference.rb b/lib/openapi3_parser/node_factory/reference.rb
index <HASH>..<HASH> 100644
--- a/lib/openapi3_parser/node_factory/reference.rb
+++ b/lib/openapi3_parser/node_factory/reference.rb
@@ -35,7 +35,8 @@ module Openapi3Parser
private
def build_node(no... | Check reference is valid before trying to build node
This resolves an issue where a reference can just return a nil value
rather than raising an error if the reference data is invalid. | kevindew_openapi3_parser | train |
a008e8e2a3c615f15595bf8562201f0c905ceb61 | diff --git a/src/main/java/com/googlecode/lanterna/gui2/Window.java b/src/main/java/com/googlecode/lanterna/gui2/Window.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/googlecode/lanterna/gui2/Window.java
+++ b/src/main/java/com/googlecode/lanterna/gui2/Window.java
@@ -243,6 +243,16 @@ public interface Window ... | Moving method; this one isn't from BasePane to group it with the ones above | mabe02_lanterna | train |
779c3a5a0bf979c1b65fa97daad99948849bdd68 | diff --git a/src/NewRelic/Silex/NewRelicServiceProvider.php b/src/NewRelic/Silex/NewRelicServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/NewRelic/Silex/NewRelicServiceProvider.php
+++ b/src/NewRelic/Silex/NewRelicServiceProvider.php
@@ -99,7 +99,7 @@ class NewRelicServiceProvider implements ServiceProviderInt... | Fix issue accessing class constant within a closure in PHP <I> (fixes #4) | stikmanw_silex-newrelic | train |
dd0c226ab000271f1d6bccfc710156bd79b9c854 | diff --git a/internal/oem/oem.go b/internal/oem/oem.go
index <HASH>..<HASH> 100644
--- a/internal/oem/oem.go
+++ b/internal/oem/oem.go
@@ -149,6 +149,11 @@ alias gsutil="(docker images google/cloud-sdk || docker pull google/cloud-sdk) >
configs.Register(Config{
name: "packet",
fetch: packet.FetchConfig,
+ bas... | oem: fetch ssh keys on packet | coreos_ignition | train |
5e0da26f0d0e2d85a86504a9b9c35d29daa957cf | diff --git a/src/Rules.php b/src/Rules.php
index <HASH>..<HASH> 100644
--- a/src/Rules.php
+++ b/src/Rules.php
@@ -150,7 +150,8 @@ class Rules implements \ArrayAccess, \IteratorAggregate
if( !static::$_rules ) {
new static();
}
- $rules = static::$_rules->applyType( $method );
+ ... | make sure to return a new Rules whenever starting a new type. | WScore_Validation | train |
e1d599d5db7d649a13dfe62f8829574315c919ce | diff --git a/src/models/BusinessHourGenerator.js b/src/models/BusinessHourGenerator.js
index <HASH>..<HASH> 100644
--- a/src/models/BusinessHourGenerator.js
+++ b/src/models/BusinessHourGenerator.js
@@ -8,7 +8,7 @@ var BUSINESS_HOUR_EVENT_DEFAULTS = {
};
-var BusinessHourGenerator = Class.extend({
+var BusinessHou... | make BusinessHourGenerator public | fullcalendar_fullcalendar | train |
a11721a600cfe3ed2f19c4011665fac536ae88fd | diff --git a/ph-httpclient/src/main/java/com/helger/httpclient/HttpClientSettings.java b/ph-httpclient/src/main/java/com/helger/httpclient/HttpClientSettings.java
index <HASH>..<HASH> 100644
--- a/ph-httpclient/src/main/java/com/helger/httpclient/HttpClientSettings.java
+++ b/ph-httpclient/src/main/java/com/helger/http... | Changed default connection request timeout from 5secs to 1sec | phax_ph-web | train |
cff791096dfa80f877e6e37cd0505a6aeb1b5c60 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -64,7 +64,7 @@ release = "1.0"
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
-language = None
+language = "en"
... | Set language to "en" for documentation | adafruit_Adafruit_CircuitPython_MCP230xx | train |
589099a91f3757ecf933bd8fc66f57864421a154 | diff --git a/dfs/restore.go b/dfs/restore.go
index <HASH>..<HASH> 100644
--- a/dfs/restore.go
+++ b/dfs/restore.go
@@ -123,6 +123,9 @@ func (dfs *DistributedFilesystem) restoreVersion1(r io.Reader, data *BackupInfo)
// A function to create a pipe for each snapshot tar substream, to be
// restored as a volume
snap... | need to close pipes after we close tar writer | control-center_serviced | train |
8215ebbb6962bb3a586d65fdc5ac7100758de727 | diff --git a/src/components/PricingCard/PricingCardButton.react.js b/src/components/PricingCard/PricingCardButton.react.js
index <HASH>..<HASH> 100644
--- a/src/components/PricingCard/PricingCardButton.react.js
+++ b/src/components/PricingCard/PricingCardButton.react.js
@@ -3,8 +3,8 @@
import * as React from "react";
... | Added component classes and updated return conditions | tabler_tabler-react | train |
88d0d6260f47bd6b07b1c9d46b88494bb26c5ae3 | diff --git a/src/Model.php b/src/Model.php
index <HASH>..<HASH> 100644
--- a/src/Model.php
+++ b/src/Model.php
@@ -795,6 +795,59 @@ class Model implements \ArrayAccess, \IteratorAggregate
}
/**
+ * Saves the current record by using a different
+ * model class. This is similar to:
+ *
+ * $m2... | Created initial implementation of new features. | atk4_data | train |
863ed70a984865a8792991150b37a83d4c4aab2c | diff --git a/app/controllers/katello/api/v2/systems_bulk_actions_controller.rb b/app/controllers/katello/api/v2/systems_bulk_actions_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/katello/api/v2/systems_bulk_actions_controller.rb
+++ b/app/controllers/katello/api/v2/systems_bulk_actions_controller.rb
@... | Fixes #<I>: hide errata confirm if no errata IDs BZ <I>.
There was at least one case where errata IDs were not provided
to the available incremental update call. This commit prevents
the display of that page if there are no errata IDs provided.
In addition, fix the available_incremental_updates API to return
an empty... | Katello_katello | train |
6cdb74b49e085e011f8aede9cc71b7f70436053c | diff --git a/lib/Layout/Resolver/Form/ConditionType/Mapper/Channel.php b/lib/Layout/Resolver/Form/ConditionType/Mapper/Channel.php
index <HASH>..<HASH> 100644
--- a/lib/Layout/Resolver/Form/ConditionType/Mapper/Channel.php
+++ b/lib/Layout/Resolver/Form/ConditionType/Mapper/Channel.php
@@ -42,6 +42,10 @@ final class Ch... | LAYOUTS-<I> Check if locale and channel are valid | netgen-layouts_layouts-sylius | train |
0187053109f62ea0188a76aee53aeee396f76632 | diff --git a/railties/lib/rails/application.rb b/railties/lib/rails/application.rb
index <HASH>..<HASH> 100644
--- a/railties/lib/rails/application.rb
+++ b/railties/lib/rails/application.rb
@@ -587,6 +587,7 @@ module Rails
if !File.exist?(key_file)
random_key = SecureRandom.hex(64)
+ ... | Make application work without tmp directory
The tmp directory is added to version control in the newly created
application. This was added in Rails <I>(<URL> | rails_rails | train |
ee097150e832e1c05eeac361c0d9bf99a46bc172 | diff --git a/test/test_properties.py b/test/test_properties.py
index <HASH>..<HASH> 100755
--- a/test/test_properties.py
+++ b/test/test_properties.py
@@ -155,6 +155,24 @@ class TestListProp(unittest.TestCase, PropertyTests):
self.assertEqual(p.pythonize("1,2,3"), ["1", "2", "3"])
+class TestLogLevelProp(u... | Add tests for LogLevelProp class. | Alignak-monitoring_alignak | train |
bd8703213e06533f7fcebcdf0b224ff238072e38 | diff --git a/lib/networking/ws/BaseSocket.js b/lib/networking/ws/BaseSocket.js
index <HASH>..<HASH> 100644
--- a/lib/networking/ws/BaseSocket.js
+++ b/lib/networking/ws/BaseSocket.js
@@ -49,6 +49,7 @@ class BaseSocket extends WebSocket {
if (!this.connected)
return;
+ this.unsetHeartbeat();
heartb... | Kill old heartbeat timers when setting new ones | qeled_discordie | train |
43834ebd4d42ba149602cef25470a0912523f42d | diff --git a/tests/runners.py b/tests/runners.py
index <HASH>..<HASH> 100644
--- a/tests/runners.py
+++ b/tests/runners.py
@@ -7,6 +7,9 @@ from fabric.runners import Remote, RemoteSudo
from _utils import mock_remote
+CMD = "nope"
+
+
class Remote_(Spec):
def needs_handle_on_a_Connection(self):
c = C... | Use dummy command as in invoke's runner tests | fabric_fabric | train |
c40940e2cd4c7dc5b22c8ee109458cfc342ecd0e | diff --git a/lib/xapian_db/database.rb b/lib/xapian_db/database.rb
index <HASH>..<HASH> 100644
--- a/lib/xapian_db/database.rb
+++ b/lib/xapian_db/database.rb
@@ -67,13 +67,17 @@ module XapianDb
Rails.logger.info "Executing XapianDb search: #{expression}" if defined?(Rails)
- enquiry = Xapian::Enq... | delete options from the options hash that the resultset cannot handle | gernotkogler_xapian_db | train |
328d718cf7168b5ee6498691a819d5548af3f817 | diff --git a/src/utils/index.js b/src/utils/index.js
index <HASH>..<HASH> 100644
--- a/src/utils/index.js
+++ b/src/utils/index.js
@@ -125,10 +125,13 @@ function deepEqual (a, b) {
var keysB;
var valA;
var valB;
+ var areBothObjects = a && b && a.constructor === Object && b.constructor === Object;
+ var areB... | Fix deepEqual when comparing non Object instantiated objects | aframevr_aframe | train |
da3cba374ebd3e41897f1aa11a04c1caa900e8a5 | diff --git a/src/Aura/Framework/Web/AbstractPage.php b/src/Aura/Framework/Web/AbstractPage.php
index <HASH>..<HASH> 100644
--- a/src/Aura/Framework/Web/AbstractPage.php
+++ b/src/Aura/Framework/Web/AbstractPage.php
@@ -216,9 +216,15 @@ abstract class AbstractPage extends WebAbstractPage
{
$this->view->set... | expand a little bit so we don't have long fluency chains | auraphp_Aura.Framework | train |
b6bb14039cef07baf48f5980a7284ae82dc76e46 | diff --git a/build.py b/build.py
index <HASH>..<HASH> 100755
--- a/build.py
+++ b/build.py
@@ -35,9 +35,26 @@ import sys
import json
from optparse import OptionParser
+class Replacer(object):
+
+ def __init__ (self, params):
+ self.params = params
+
+ def repl(self, m):
+ id = m.group(1);
+ keys = id.spl... | fix build.py for new package.json structure | greggman_HappyFunTimes | train |
7c696c56de477aad23e28114d710da3d55463e2f | diff --git a/gridsome/__tests__/ProcessQueue.spec.js b/gridsome/__tests__/ProcessQueue.spec.js
index <HASH>..<HASH> 100644
--- a/gridsome/__tests__/ProcessQueue.spec.js
+++ b/gridsome/__tests__/ProcessQueue.spec.js
@@ -74,18 +74,19 @@ test('do not resize if image is too small', async () => {
})
test('serve from dev... | improve(image): use relative path in dev url | gridsome_gridsome | train |
a1cfb7ae2b7878d0e3fef944193c6f7816463219 | diff --git a/src/AppserverIo/Appserver/PersistenceContainer/BeanManager.php b/src/AppserverIo/Appserver/PersistenceContainer/BeanManager.php
index <HASH>..<HASH> 100644
--- a/src/AppserverIo/Appserver/PersistenceContainer/BeanManager.php
+++ b/src/AppserverIo/Appserver/PersistenceContainer/BeanManager.php
@@ -589,7 +58... | Fixed issue when using SFSBs | appserver-io_appserver | train |
9912c2bfedec722300dfdf73fdccb9e98c61839d | diff --git a/ghost/admin/controllers/posts.js b/ghost/admin/controllers/posts.js
index <HASH>..<HASH> 100644
--- a/ghost/admin/controllers/posts.js
+++ b/ghost/admin/controllers/posts.js
@@ -71,6 +71,18 @@ var PostsController = Ember.ArrayController.extend(PaginationControllerMixin, {
//this is necesariy becau... | Handle toggleing the content screen on mobile.
Closes #<I>.
Move the custom jQuery animation into an action on the controller so
that we can trigger it from within the route if needed. | TryGhost_Ghost | train |
b4ad991ce18e57705d4e8c640489472306326130 | diff --git a/nodeconductor/openstack/backend.py b/nodeconductor/openstack/backend.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/openstack/backend.py
+++ b/nodeconductor/openstack/backend.py
@@ -47,12 +47,12 @@ class OpenStackBackendError(ServiceBackendError):
class OpenStackSession(dict):
""" Serializable se... | Don't verify SSL cert by default
- NC-<I> | opennode_waldur-core | train |
d4ecf69b6d5e37c9f72e08a0f906c424cf51aa1a | diff --git a/openxc/sources/base.py b/openxc/sources/base.py
index <HASH>..<HASH> 100644
--- a/openxc/sources/base.py
+++ b/openxc/sources/base.py
@@ -83,19 +83,18 @@ class BytestreamDataSource(DataSource):
self.bytes_received += byte_count
if self.callback is not None:
- ... | Continue clean up of protobuf parsing, fix a corner case. | openxc_openxc-python | train |
192816c43aded7a2fb933b8a1c26000dd849f968 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -52,10 +52,15 @@ or add a callback which will be called with `callback(err, metadata)`.
Check if an blob exists in the blob store. `metadata` must have a `key` property. Callback is called with `callback(err, exists)`
... | Add resolve method (#<I>)
* Return stat object with path
* Revert "Return stat object with path"
This reverts commit c<I>a4f2db2fbb2f<I>fed<I>e2fb8.
* Add resolve method, docs and tests | mafintosh_content-addressable-blob-store | train |
0954b3af441c3fd7ad1f216e82cb15bc4ca27d6d | diff --git a/index/scorch/persister.go b/index/scorch/persister.go
index <HASH>..<HASH> 100644
--- a/index/scorch/persister.go
+++ b/index/scorch/persister.go
@@ -21,6 +21,7 @@ import (
"fmt"
"io/ioutil"
"log"
+ "math"
"os"
"path/filepath"
"strconv"
@@ -40,6 +41,8 @@ var DefaultPersisterNapTimeMSec int = 20... | configurable merge of mem segments
This change makes the memory merge operations of
persister configuable. | blevesearch_bleve | train |
278e10a2fd4d0ba6e59d27b5a27c61bc09a2df87 | diff --git a/routing/route/route.go b/routing/route/route.go
index <HASH>..<HASH> 100644
--- a/routing/route/route.go
+++ b/routing/route/route.go
@@ -108,9 +108,18 @@ func (h *Hop) PackHopPayload(w io.Writer, nextChanID uint64) error {
combinedRecords := append(h.TLVRecords,
record.NewAmtToFwdRecord(&amt),
rec... | routing/route/route: omit next_hop_id for final hop
BOLT<I> says to omit this field for final hops, but must be present on
all other hops. | lightningnetwork_lnd | train |
b57b2f0b448b148ab715566f45e41e152965f5f7 | diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/junit/GradleCompatibilityExtension.java b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/junit/GradleCompatibilityExtension.java
index... | Test the Gradle Plugin against <I> and <I>
Closes gh-<I> | spring-projects_spring-boot | train |
8368485fa0e92dd9ec6ebb2dfe1ce164bf46d55a | diff --git a/lib/jekyll/site.rb b/lib/jekyll/site.rb
index <HASH>..<HASH> 100644
--- a/lib/jekyll/site.rb
+++ b/lib/jekyll/site.rb
@@ -215,8 +215,8 @@ module Jekyll
def cleanup
# all files and directories in destination, including hidden ones
dest_files = Set.new
- Dir.glob(File.join(self.dest, ... | Remove deletion of dot files on cleanup.
This is a potentially very dangerous action that's impossible to test that it's correct.
If the '..' check line ever disappears, even running the tests will start deleting
everything accessible on the person's computer.
All dot-files that are generated are already known by Jek... | jekyll_jekyll | train |
f9f798b644aa1a851e197859f608829fc3978611 | diff --git a/jsonapi/fixtures_test.go b/jsonapi/fixtures_test.go
index <HASH>..<HASH> 100644
--- a/jsonapi/fixtures_test.go
+++ b/jsonapi/fixtures_test.go
@@ -519,3 +519,41 @@ func (a Article) GetReferencedIDs() []ReferenceID {
return referenceIDs
}
+
+type DeepDedendencies struct {
+ ID string ... | FIX: replace getIncludedStructs(2) by filterDuplicates(2) method call, update tests | manyminds_api2go | train |
04ef31e48707eb97cd709e7555974e1b8398a022 | diff --git a/readers/__init__.py b/readers/__init__.py
index <HASH>..<HASH> 100644
--- a/readers/__init__.py
+++ b/readers/__init__.py
@@ -1,3 +1,5 @@
from .file_readers.file_reader import FileReader
from .file_readers.json_reader import JSONReader
from .file_readers.csv_reader import CSVReader
+
+__version__ = "0.1... | read version from __init__ file | apastors_readers | train |
2d2b1de4cfb5e5427538f217977a7ee2a1be8997 | diff --git a/Form/Type/FormStaticControlType.php b/Form/Type/FormStaticControlType.php
index <HASH>..<HASH> 100644
--- a/Form/Type/FormStaticControlType.php
+++ b/Form/Type/FormStaticControlType.php
@@ -8,6 +8,7 @@ namespace Braincrafted\Bundle\BootstrapBundle\Form\Type;
use Symfony\Component\Form\AbstractType;
use S... | Add missing import of LegacyFormHelper in FormStaticControlType | braincrafted_bootstrap-bundle | train |
07437f6ec41fcb8a1fcb06e5f7e8873685212d15 | diff --git a/networktest.go b/networktest.go
index <HASH>..<HASH> 100644
--- a/networktest.go
+++ b/networktest.go
@@ -786,7 +786,11 @@ func (n *networkHarness) NewNode(extraArgs []string) (*lightningNode, error) {
}
// ConnectNodes establishes an encrypted+authenticated p2p connection from node
-// a towards node ... | test: update the ConnectPeer framework method to block until connect
This commit modifies the ConnectPeer method on the testing framework to
block (with a timeout) until the target peer is actually detected as
being connected. This was added as the peer connection logic was made
to be more asynchronous in a prior comm... | lightningnetwork_lnd | train |
97921f5d77f50496660bd3cc230df6a0bd6140e1 | diff --git a/tools/interop_matrix/run_interop_matrix_tests.py b/tools/interop_matrix/run_interop_matrix_tests.py
index <HASH>..<HASH> 100755
--- a/tools/interop_matrix/run_interop_matrix_tests.py
+++ b/tools/interop_matrix/run_interop_matrix_tests.py
@@ -86,6 +86,8 @@ argp.add_argument(
type=str,
nargs='?',
... | add comments to interop scripts | grpc_grpc | train |
151c25872fc2ad8bb9f4a2dcab519678ab152f3b | diff --git a/lib/stripe/invoice.rb b/lib/stripe/invoice.rb
index <HASH>..<HASH> 100644
--- a/lib/stripe/invoice.rb
+++ b/lib/stripe/invoice.rb
@@ -1,16 +1,27 @@
module Stripe
class Invoice < APIResource
include Stripe::APIOperations::List
+ include Stripe::APIOperations::Update
def self.upcoming(para... | Add support for updating and paying to invoices | stripe_stripe-ruby | train |
1c142e7c6d17ec847448ffefbfd7b27e2657685b | diff --git a/asv_bench/benchmarks/algorithms.py b/asv_bench/benchmarks/algorithms.py
index <HASH>..<HASH> 100644
--- a/asv_bench/benchmarks/algorithms.py
+++ b/asv_bench/benchmarks/algorithms.py
@@ -31,83 +31,62 @@ class MaybeConvertObjects:
class Factorize:
- params = [[True, False], ["int", "uint", "float", "... | REF: de-duplicate factorize and duplicated code (#<I>) | pandas-dev_pandas | train |
a11aaebfe2e519953f37f609e6a873d99556901b | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -438,19 +438,7 @@ Primus.readable('forEach', function forEach(fn, done) {
*/
Primus.readable('heartbeat', function heartbeat() {
this.forEach(function forEach(spark) {
- if (!spark.alive) {
- //
- // Set the... | [minor] Move heartbeat into Spark so it can be overridden (#<I>) | primus_primus | train |
2c56ffa10f9a9f90f1552a3713a06e7e2785ae40 | diff --git a/lib/matcher.js b/lib/matcher.js
index <HASH>..<HASH> 100644
--- a/lib/matcher.js
+++ b/lib/matcher.js
@@ -124,7 +124,7 @@ module.exports = function() {
match = _matchIndex[otherkv] && _matchIndex[otherkv][parts.nsimple];
}
- if (!matchesCountryCode(match)) {
+ if (match ... | Fix issue where countryCodes property could be called on an undefined match | osmlab_name-suggestion-index | train |
253d736baa0f747ad05072fe0a94f47c4881e30e | diff --git a/ios-drag-drop.js b/ios-drag-drop.js
index <HASH>..<HASH> 100644
--- a/ios-drag-drop.js
+++ b/ios-drag-drop.js
@@ -290,6 +290,7 @@
}
evt.preventDefault();
new DragDrop(evt,el);
+ break;
}
} while((el = el.parentNode) && el !== doc.body);
} | Stop after finding first draggable element
Currently if we have a draggable inside a draggable, both are selected and move, not just the top one. | timruffles_mobile-drag-drop | train |
9e9694afc933d1596528cbaf5cc871acc9f8a57a | diff --git a/converters/fromZigbee.js b/converters/fromZigbee.js
index <HASH>..<HASH> 100644
--- a/converters/fromZigbee.js
+++ b/converters/fromZigbee.js
@@ -1465,6 +1465,12 @@ const converters = {
cluster: 'genMultistateInput',
type: ['attributeReport', 'readResponse'],
convert: (model, msg... | Fix WXKG<I>LM sending multiple double events on one click. <URL> | Koenkk_zigbee-shepherd-converters | train |
1a4eef76afe186ed17faf0fa0b719187664a7f4f | diff --git a/src/EditorControls.js b/src/EditorControls.js
index <HASH>..<HASH> 100644
--- a/src/EditorControls.js
+++ b/src/EditorControls.js
@@ -50,6 +50,7 @@ class EditorControls extends Component {
traceTypesConfig: this.props.traceTypesConfig,
showFieldTooltips: this.props.showFieldTooltips,
g... | don't include sattelite maps when there's not mapbox token | plotly_react-chart-editor | train |
9a739c817a4dd48d407e1bb38650d4c22703caa6 | diff --git a/coeus-s2sgen-impl/src/main/java/org/kuali/coeus/s2sgen/impl/print/FormPrintServiceImpl.java b/coeus-s2sgen-impl/src/main/java/org/kuali/coeus/s2sgen/impl/print/FormPrintServiceImpl.java
index <HASH>..<HASH> 100644
--- a/coeus-s2sgen-impl/src/main/java/org/kuali/coeus/s2sgen/impl/print/FormPrintServiceImpl.... | RESKC-<I>: when search for form to print only look at the node directly under the Forms element rather than any matching nested element | kuali_kc-s2sgen | train |
2dbf2c68d45d5334dca76f6ef11df92d25d144b1 | diff --git a/src/Paystack.php b/src/Paystack.php
index <HASH>..<HASH> 100644
--- a/src/Paystack.php
+++ b/src/Paystack.php
@@ -340,7 +340,27 @@ class Paystack {
}
-
+ /**
+ * Create a customer
+ * @return array
+ */
+ public function createCustomer(){
+
+ $data = [
+
+ "... | Added support for create customer
You can now create customers using the laravel package | unicodeveloper_laravel-paystack | train |
0ebc61ba88a26bf03682357da75aafe9a10ba20c | diff --git a/eureka-client/build.gradle b/eureka-client/build.gradle
index <HASH>..<HASH> 100644
--- a/eureka-client/build.gradle
+++ b/eureka-client/build.gradle
@@ -8,7 +8,7 @@ configurations.all {
dependencies {
compile "com.netflix.netflix-commons:netflix-eventbus:0.3.0"
- compile 'com.thoughtworks.xstre... | Removed workaround for CVE-<I>-<I> and updated XStream to <I> | Netflix_eureka | train |
3e977c7a170d230bd698d634c35caff1378b070f | diff --git a/lib/image_processing/mini_magick.rb b/lib/image_processing/mini_magick.rb
index <HASH>..<HASH> 100644
--- a/lib/image_processing/mini_magick.rb
+++ b/lib/image_processing/mini_magick.rb
@@ -3,6 +3,8 @@ require "image_processing"
module ImageProcessing
module MiniMagick
+ extend Chainable
+
de... | Move "extend Chainable" statements to the top
By convention module inclusion/extension should be listed at the top of
the class/module. | janko_image_processing | train |
942ace36d7f38b5ef623c8fc79684b0baa81b552 | diff --git a/pusher/pusher_client.py b/pusher/pusher_client.py
index <HASH>..<HASH> 100644
--- a/pusher/pusher_client.py
+++ b/pusher/pusher_client.py
@@ -57,7 +57,7 @@ class PusherClient(Client):
channels, (collections.Sized, collections.Iterable)):
raise TypeError("Expected a single or a... | update max channel from <I> too <I> | pusher_pusher-http-python | train |
b78fb3d1dc174ad41767bed677db574edcf07587 | diff --git a/src/Resolvers/PropertySetter.php b/src/Resolvers/PropertySetter.php
index <HASH>..<HASH> 100644
--- a/src/Resolvers/PropertySetter.php
+++ b/src/Resolvers/PropertySetter.php
@@ -311,7 +311,7 @@ class PropertySetter extends ResolverBase implements \CatLab\Charon\Interfaces\P
Context $context
)... | Expose context to getValueFromEntity to optimize loading of 'identifiers-only' expand. | CatLabInteractive_charon | train |
2da686ef022eb9c98f318028cced4290bc5766c1 | diff --git a/lib/util/promise-transform-stream.js b/lib/util/promise-transform-stream.js
index <HASH>..<HASH> 100644
--- a/lib/util/promise-transform-stream.js
+++ b/lib/util/promise-transform-stream.js
@@ -7,8 +7,8 @@ const plgctor = Symbol("plgctor");
const storector = Symbol("storector");
const mkTransform = req... | Unneeded arguments won't be passed for now | signicode_scramjet-core | train |
bf14e1ab6b745d2303c48d63557d14aa7f8cfd2b | diff --git a/java/src/com/google/template/soy/passes/HtmlRewritePass.java b/java/src/com/google/template/soy/passes/HtmlRewritePass.java
index <HASH>..<HASH> 100644
--- a/java/src/com/google/template/soy/passes/HtmlRewritePass.java
+++ b/java/src/com/google/template/soy/passes/HtmlRewritePass.java
@@ -61,6 +61,14 @@ im... | Fix a bug where we failed to validate the contents of {param nodes inside of {msg tags.
-------------
Created by MOE: <URL> | google_closure-templates | train |
84b2393aa06389c4694dce78da076b26b81865b6 | diff --git a/src/Shell.php b/src/Shell.php
index <HASH>..<HASH> 100644
--- a/src/Shell.php
+++ b/src/Shell.php
@@ -309,6 +309,9 @@ class Shell extends Application
$output = $this->config->getOutput();
}
+ $this->setAutoExit(false);
+ $this->setCatchExceptions(false);
+
try... | Move autoExit and catchExceptions config to a more appropriate place. | bobthecow_psysh | train |
be6d8d86862aa3f7f7771fb59bbd0e7422850f53 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ def find_longdesc():
setup(
cmdclass={'install': install},
name='selenium',
- version="2.0-dev",
+ version="2.0-dev-$Revision$",
description='Python bindings for Selenium',
long_... | Adding revision to version
r<I> | SeleniumHQ_selenium | train |
022e9513e96f2a01a2cc32f3f7c3030e89d3ef52 | diff --git a/lxd/devices.go b/lxd/devices.go
index <HASH>..<HASH> 100644
--- a/lxd/devices.go
+++ b/lxd/devices.go
@@ -611,51 +611,6 @@ func deviceParseCPU(cpuAllowance string, cpuPriority string) (string, string, st
return fmt.Sprintf("%d", cpuShares), cpuCfsQuota, cpuCfsPeriod, nil
}
-func deviceParseBits(input ... | shared: export more limit parsing functions | lxc_lxd | train |
5b6fad3e9e4ad01498c11db2eb547309ff41a5eb | diff --git a/application/tests/controllers/Welcome_test.php b/application/tests/controllers/Welcome_test.php
index <HASH>..<HASH> 100644
--- a/application/tests/controllers/Welcome_test.php
+++ b/application/tests/controllers/Welcome_test.php
@@ -16,6 +16,15 @@ class Welcome_test extends TestCase
$this->assertContai... | Add test sample of <I> method | kenjis_ci-phpunit-test | train |
bd2717036288c9feea942fdfcefcd096363bc006 | diff --git a/sonar-scanner-engine/src/main/java/org/sonar/scanner/profiling/PhasesSumUpTimeProfiler.java b/sonar-scanner-engine/src/main/java/org/sonar/scanner/profiling/PhasesSumUpTimeProfiler.java
index <HASH>..<HASH> 100644
--- a/sonar-scanner-engine/src/main/java/org/sonar/scanner/profiling/PhasesSumUpTimeProfiler.... | SONAR-<I> Use BufferedOutputStream when writing source in the scanner report | SonarSource_sonarqube | train |
d967c20940a3a68dd85bf3a8c106f0b0622d4ce2 | diff --git a/opal/corelib/runtime.js b/opal/corelib/runtime.js
index <HASH>..<HASH> 100644
--- a/opal/corelib/runtime.js
+++ b/opal/corelib/runtime.js
@@ -391,6 +391,27 @@
return constructor;
};
+ Opal.setup_module_or_class = function(module) {
+ // @property $$id Each class/module is assigned a unique `i... | Extract module/class common setup code
This is in preparation of Module#prepend. | opal_opal | train |
79dd98f5759ee5dc49008f108e9c9e68e71ac59b | diff --git a/src/DICIT/Container.php b/src/DICIT/Container.php
index <HASH>..<HASH> 100644
--- a/src/DICIT/Container.php
+++ b/src/DICIT/Container.php
@@ -60,6 +60,15 @@ class Container
$this->referenceResolver = new ReferenceResolver($this);
}
+ public function build($definition, $serviceName = null... | Add suport for anonymous definitions as injections | oliviermadre_dic-it | train |
22d4e5009b7c3aaeb3f0d3629bd815681bcad914 | diff --git a/src/discoursegraphs/readwrite/rst/rs3/rs3tree.py b/src/discoursegraphs/readwrite/rst/rs3/rs3tree.py
index <HASH>..<HASH> 100644
--- a/src/discoursegraphs/readwrite/rst/rs3/rs3tree.py
+++ b/src/discoursegraphs/readwrite/rst/rs3/rs3tree.py
@@ -109,6 +109,19 @@ def get_rs3_data(rs3_file, word_wrap=0):
re... | rs3tree: outsourced get_ordered_subtrees() | arne-cl_discoursegraphs | train |
047a31bb1042867b20132b347b1e08feab4562eb | diff --git a/python/pyspark/context.py b/python/pyspark/context.py
index <HASH>..<HASH> 100644
--- a/python/pyspark/context.py
+++ b/python/pyspark/context.py
@@ -54,6 +54,64 @@ DEFAULT_CONFIGS = {
}
+class Py4jCallbackConnectionCleaner(object):
+
+ """
+ A cleaner to clean up callback connections that are n... | [SPARK-<I>] [PYSPARK] Clean up the leak sockets of Py4J
This patch added Py4jCallbackConnectionCleaner to clean the leak sockets of Py4J every <I> seconds. This is a workaround before Py4J fixes the leak issue <URL> | apache_spark | train |
2ca68283e65dc9723613cb2940bfac0f35299465 | diff --git a/src/Message/Client.php b/src/Message/Client.php
index <HASH>..<HASH> 100644
--- a/src/Message/Client.php
+++ b/src/Message/Client.php
@@ -58,7 +58,7 @@ class Client implements ClientAwareInterface
foreach($data['messages'] as $part){
switch($part['status']){
case '0':... | PHP <I> fix
Fix the error "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2" | Nexmo_nexmo-php | train |
9b8e50dc5cee949f461bf4d1c9b5b08d49abbc06 | diff --git a/src/native/index.js b/src/native/index.js
index <HASH>..<HASH> 100644
--- a/src/native/index.js
+++ b/src/native/index.js
@@ -10,6 +10,7 @@ import _constructWithOptions from '../constructors/constructWithOptions'
import css from '../constructors/css'
import ThemeProvider from '../models/ThemeProvider'
i... | also add the util to the other indexes | styled-components_styled-components | train |
355bf03d1d879eedaa5299e6813c8b8d211173e6 | diff --git a/packages/veritone-widgets/src/widgets/EngineOutputExport/EngineCategoryConfig.js b/packages/veritone-widgets/src/widgets/EngineOutputExport/EngineCategoryConfig.js
index <HASH>..<HASH> 100644
--- a/packages/veritone-widgets/src/widgets/EngineOutputExport/EngineCategoryConfig.js
+++ b/packages/veritone-widg... | Added tests for SubtitleConfigForm component | veritone_veritone-sdk | train |
d41de6e65c00c634c42e99b43699df7ab4931bc6 | diff --git a/fs/opener/ftpfs.py b/fs/opener/ftpfs.py
index <HASH>..<HASH> 100644
--- a/fs/opener/ftpfs.py
+++ b/fs/opener/ftpfs.py
@@ -6,9 +6,12 @@ from __future__ import absolute_import
from __future__ import print_function
from __future__ import unicode_literals
+import six
+
import typing
from .base import O... | Honor `create` option in opener (#<I>)
* Honor `create` option in opener
Ported fix from fs.sshfs
All credit to @althonos
<URL> | PyFilesystem_pyfilesystem2 | train |
01567bed1afb6364078c0e9146a4f7524ba7c822 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- Minor bug in text2art random range fixed
- README.md modified
+- aprint_test function renamed to ... | fix : aprint_test renamed to art_list | sepandhaghighi_art | train |
d7722291bd77a19815d04d84b30d8067ab5b8f72 | diff --git a/ast.go b/ast.go
index <HASH>..<HASH> 100644
--- a/ast.go
+++ b/ast.go
@@ -223,11 +223,10 @@ func (w Word) Pos() Position { return nodeFirstPos(w.Parts) }
type Lit struct {
ValuePos Position
-
- Val string
+ Value string
}
-func (l Lit) String() string { return l.Val }
+func (l Lit) String() str... | ast: make Lit field names more consistent | mvdan_sh | train |
bd7544f496ff3914cbf2ee6bc4f09e1496cbc224 | diff --git a/lib/client.js b/lib/client.js
index <HASH>..<HASH> 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -48,7 +48,7 @@ SsdpClient.prototype.search = function search(serviceType) {
'MAN': '"ssdp:discover"',
'MX': 3
}
- ) + "\r\n\r\n"
+ )
self._logger.trace('Sending an M-SEARCH request... | moved additional line-break to _getSSDPHeader | diversario_node-ssdp | train |
d4ae018a7ac5f82904b70c27204f2f3e38ccd438 | diff --git a/src/CoandaCMS/Coanda/Core/Attributes/Types/Boolean.php b/src/CoandaCMS/Coanda/Core/Attributes/Types/Boolean.php
index <HASH>..<HASH> 100644
--- a/src/CoandaCMS/Coanda/Core/Attributes/Types/Boolean.php
+++ b/src/CoandaCMS/Coanda/Core/Attributes/Types/Boolean.php
@@ -38,6 +38,11 @@ class Boolean extends Attr... | Changed the boolean type to store as a boolean. | CoandaCMS_coanda-core | train |
036ccd886bea1df90312b7ef9b2f81615f3e79ef | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -93,6 +93,10 @@ def run_setup(with_binary=True, test_xgboost=True, test_lightgbm=True):
test_suite='nose.collector',
tests_require=tests_require,
ext_modules=ext_modules,
+ classifiers=[
+ ... | Add python 2/3 trove classifiers
Clearly identify this project as supporting python 2 and 3.
This is useful for utility programs like [caniusepython3](<URL>). | slundberg_shap | train |
d17e6a43db1929d38e76c085ad69c6a9caa5ce26 | diff --git a/ImagePanel.py b/ImagePanel.py
index <HASH>..<HASH> 100644
--- a/ImagePanel.py
+++ b/ImagePanel.py
@@ -278,6 +278,8 @@ class FocusRingCanvasItem(CanvasItem.AbstractCanvasItem):
self.focused = False
self.selected = False
+ self.selected_style = "#CCC" # TODO: platform dependent
+ ... | Fix line plot focus problem; drawing of focus ring; remove debug stmt.
svn r<I> | nion-software_nionswift | train |
fa77f4d6ca254c2a7863d73be6e53de51d229e15 | diff --git a/lib/cucumber/formatter/report_adapter.rb b/lib/cucumber/formatter/report_adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/cucumber/formatter/report_adapter.rb
+++ b/lib/cucumber/formatter/report_adapter.rb
@@ -23,7 +23,7 @@ module Cucumber
:puts
def before_test_case(test_case); end
- ... | Get junit specs running (NOT all passing). | cucumber_cucumber-ruby | train |
427c73ddf9348e9f736050f9037e714a10c7f24c | diff --git a/src/ol/renderer/canvas/ImageLayer.js b/src/ol/renderer/canvas/ImageLayer.js
index <HASH>..<HASH> 100644
--- a/src/ol/renderer/canvas/ImageLayer.js
+++ b/src/ol/renderer/canvas/ImageLayer.js
@@ -43,8 +43,7 @@ class CanvasImageLayerRenderer extends CanvasLayerRenderer {
const viewState = frameState.view... | Remove unnecessary type cast
`npx tsc` output is the same before and after the changes. | openlayers_openlayers | train |
305b36b02641f81b4f2a5405803e85e5a4f66a69 | diff --git a/celerytask/tasks.py b/celerytask/tasks.py
index <HASH>..<HASH> 100755
--- a/celerytask/tasks.py
+++ b/celerytask/tasks.py
@@ -276,6 +276,10 @@ def run_alliance_corp_update():
EveManager.update_alliance_info(all_alliance_api_info['id'],
... | Fixed issue with alliance's that no longer having standings being stuck to the previous standings. | allianceauth_allianceauth | train |
fbc0f5021812b28d643d6a05803e8a8c304d6608 | diff --git a/src/extensions/cytoscape.renderer.canvas.js b/src/extensions/cytoscape.renderer.canvas.js
index <HASH>..<HASH> 100644
--- a/src/extensions/cytoscape.renderer.canvas.js
+++ b/src/extensions/cytoscape.renderer.canvas.js
@@ -3453,6 +3453,8 @@
nodeWidth = this.getNodeWidth(node);
nodeHeight = this.ge... | Refs #<I> Added Auriejir fix for bug relating to node border-width and background-image | cytoscape_cytoscape.js | train |
1cca898ffd39b08444101ec0758d9abef22ece75 | diff --git a/lib/srv/sess.go b/lib/srv/sess.go
index <HASH>..<HASH> 100644
--- a/lib/srv/sess.go
+++ b/lib/srv/sess.go
@@ -210,10 +210,10 @@ func (s *SessionRegistry) tryCreateHostUser(ctx *ServerContext) (*user.User, err
return tempUser, nil
}
-// OpenSession either joins an existing session or starts a new sessi... | Fix Deadlock on session registry close (#<I>) | gravitational_teleport | train |
e15ccf7fe67ef057dcecb4f75892309a84f43c5c | diff --git a/lib/view.js b/lib/view.js
index <HASH>..<HASH> 100644
--- a/lib/view.js
+++ b/lib/view.js
@@ -67,6 +67,7 @@ utils.delegate(View.prototype, {
*/
clone: function (obj, keys) {
+ var Constructor = this.constructor;
var res = {};
forOwn(obj || this, function (val, key) {
res[key] =... | returning an instance of the View when cloning | jonschlinkert_template | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.