hash stringlengths 40 40 | diff stringlengths 131 26.7k | message stringlengths 7 694 | project stringlengths 5 67 | split stringclasses 1
value | diff_languages stringlengths 2 24 |
|---|---|---|---|---|---|
3964f77d6787c8f94bf831050c2fc41b461fbc73 | diff --git a/lib/modules/apostrophe-pages/public/js/reorganize.js b/lib/modules/apostrophe-pages/public/js/reorganize.js
index <HASH>..<HASH> 100644
--- a/lib/modules/apostrophe-pages/public/js/reorganize.js
+++ b/lib/modules/apostrophe-pages/public/js/reorganize.js
@@ -241,14 +241,12 @@ apos.define('apostrophe-pages-r... | single if rather than nested | apostrophecms_apostrophe | train | js |
678d4e528691550d6ce79ee806eaf490104d3b76 | diff --git a/src/Psalm/Internal/Analyzer/Statements/Block/LoopAnalyzer.php b/src/Psalm/Internal/Analyzer/Statements/Block/LoopAnalyzer.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Internal/Analyzer/Statements/Block/LoopAnalyzer.php
+++ b/src/Psalm/Internal/Analyzer/Statements/Block/LoopAnalyzer.php
@@ -462,8 +462,6 ... | Fix #<I> - improve loop-based handling of vars after continue | vimeo_psalm | train | php |
475eadb956986e95d52e8a0ca5256a8831ba7bc8 | diff --git a/util/index.go b/util/index.go
index <HASH>..<HASH> 100644
--- a/util/index.go
+++ b/util/index.go
@@ -43,9 +43,6 @@ func (idx *Index) Delete(key string) error {
idx.lock.Lock()
defer idx.lock.Unlock()
- if _, exists := idx.data[key]; !exists {
- return fmt.Errorf("BUG: About to remove non-existed ke... | Don't throw error on index cleanup | rancher_convoy | train | go,go |
add539ee75c0b0b434ebd0e3120e25d0c626342c | diff --git a/tasks/fastly.js b/tasks/fastly.js
index <HASH>..<HASH> 100644
--- a/tasks/fastly.js
+++ b/tasks/fastly.js
@@ -9,7 +9,8 @@
'use strict';
var fastly = require('fastly')
- , async = require('async');
+ , async = require('async')
+ , url = require('url');
module.exports = function(grunt) {
// Plea... | fixed bug with displaying purge url in console logs | coen-hyde_grunt-fastly | train | js |
7338eaea21c78c2d8d3a9c0200132ca1eb95d5a2 | diff --git a/spec/gherkin/parser/parser_spec.rb b/spec/gherkin/parser/parser_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/gherkin/parser/parser_spec.rb
+++ b/spec/gherkin/parser/parser_spec.rb
@@ -3,11 +3,13 @@ require 'spec_helper'
module Gherkin
module Parser
describe Parser do
- it "should raise when... | RSpec mocks can't be coerced into Java types | cucumber-attic_gherkin2 | train | rb |
b372e9514757cc8def4aa2f231b780d08951931c | diff --git a/sievelib/managesieve.py b/sievelib/managesieve.py
index <HASH>..<HASH> 100644
--- a/sievelib/managesieve.py
+++ b/sievelib/managesieve.py
@@ -243,9 +243,9 @@ class Client(object):
if len(args):
tosend += " " + " ".join(self.__prepare_args(args))
self.__dprint("Command: %s" % ... | Used sendall() instead of send() to make sure all bytes are sent. | tonioo_sievelib | train | py |
f63ea91651e4c15e48097c83e6781a6a0500cf4e | diff --git a/library/Imbo/FrontController.php b/library/Imbo/FrontController.php
index <HASH>..<HASH> 100644
--- a/library/Imbo/FrontController.php
+++ b/library/Imbo/FrontController.php
@@ -187,6 +187,10 @@ class FrontController {
// implemented
$response->getHeaders()->set('Allow', implode(', ', $re... | Add the image identifier as a custom response header on all image resource requests | imbo_imbo | train | php |
f785641ffae99923a495498a9676b3925ff6da2b | diff --git a/src/jukeboxcore/gui/widgetdelegate.py b/src/jukeboxcore/gui/widgetdelegate.py
index <HASH>..<HASH> 100644
--- a/src/jukeboxcore/gui/widgetdelegate.py
+++ b/src/jukeboxcore/gui/widgetdelegate.py
@@ -32,6 +32,7 @@ class WidgetDelegate(QtGui.QStyledItemDelegate):
super(WidgetDelegate, self).__init__(... | AutoFillBackground for delegates | JukeboxPipeline_jukebox-core | train | py |
635405c4a7c13d93c9177d4f79c00dba3026c37d | diff --git a/autolab_core/points.py b/autolab_core/points.py
index <HASH>..<HASH> 100644
--- a/autolab_core/points.py
+++ b/autolab_core/points.py
@@ -899,6 +899,16 @@ class NormalCloud(BagOfVectors):
points_of_interest = np.where(np.linalg.norm(self._data, axis=0) != 0.0)[0]
self._data = self._data[:... | Added a function to remove NaNs from point clouds | BerkeleyAutomation_autolab_core | train | py |
3c7d47d8406bdb8b3539dd74cdfbd1e609ad121e | diff --git a/fwdpy11/_types/demography_debugger.py b/fwdpy11/_types/demography_debugger.py
index <HASH>..<HASH> 100644
--- a/fwdpy11/_types/demography_debugger.py
+++ b/fwdpy11/_types/demography_debugger.py
@@ -17,6 +17,7 @@
# along with fwdpy11. If not, see <http://www.gnu.org/licenses/>.
#
import collections
+imp... | DemographyDebugger now deep copies the initial model. This prevents
side effects from modifying any arrays, such as the migration
matrix. | molpopgen_fwdpy11 | train | py |
f239e1f1663cbea52beaf5a7e1636a0db4c7c7ed | diff --git a/lib/mongoid/tree/ordering.rb b/lib/mongoid/tree/ordering.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/tree/ordering.rb
+++ b/lib/mongoid/tree/ordering.rb
@@ -123,9 +123,7 @@ module Mongoid
#
# @return [undefined]
def move_up
- return if at_top?
- siblings.where(:posit... | Removes code duplication in Mongoid::Tree::Ordering#move_up and Mongoid::Tree::Ordering#move_down | benedikt_mongoid-tree | train | rb |
6d0c484330a704ad8a70574bb0f20d043a69f95d | diff --git a/assess_container_networking.py b/assess_container_networking.py
index <HASH>..<HASH> 100755
--- a/assess_container_networking.py
+++ b/assess_container_networking.py
@@ -384,11 +384,17 @@ def assess_container_networking(client, types):
# Reboot all hosts apart from machine 0 because we use machine 0 t... | added 'now' argument in ssh | juju_juju | train | py |
1153bf1aeeb1f38c1c305c9b2898ae8bb55948d1 | diff --git a/lib/arjdbc/informix.rb b/lib/arjdbc/informix.rb
index <HASH>..<HASH> 100644
--- a/lib/arjdbc/informix.rb
+++ b/lib/arjdbc/informix.rb
@@ -2,3 +2,4 @@ require 'arjdbc'
ArJdbc.load_java_part :Informix
require 'arjdbc/informix/adapter'
require 'arjdbc/informix/connection_methods'
+ArJdbc.warn_unsupported_a... | warn on mimer and informix adapters as unsupported on <I> | jruby_activerecord-jdbc-adapter | train | rb,rb |
c1721b61efd3a30bdae6d62ea0095f45e51e7832 | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -586,6 +586,9 @@ func (me *Client) runConnection(sock net.Conn, torrent *torrent, discovery peerS
if !ok {
return
}
+ if hsRes.peerID == me.peerID {
+ return
+ }
torrent = me.torrent(hsRes.InfoHash)
if torrent ... | Prevent clients from connecting to other clients with the same ID | anacrolix_torrent | train | go |
a73ab264191ed3d8c75ba06ac650e1e1523d9201 | diff --git a/src/vmshepherd/http/rpc_api.py b/src/vmshepherd/http/rpc_api.py
index <HASH>..<HASH> 100644
--- a/src/vmshepherd/http/rpc_api.py
+++ b/src/vmshepherd/http/rpc_api.py
@@ -117,7 +117,7 @@ class RpcApi(handler.JSONRPCView):
try:
preset = vmshepherd.preset_manager.get_preset(preset_name)
... | use logging error insted of exception for clean logs | DreamLab_VmShepherd | train | py |
5556fcc309350e92e2054f230ff47c3e99495e4a | diff --git a/mode/javascript/javascript.js b/mode/javascript/javascript.js
index <HASH>..<HASH> 100644
--- a/mode/javascript/javascript.js
+++ b/mode/javascript/javascript.js
@@ -655,6 +655,7 @@ CodeMirror.defineMode("javascript", function(config, parserConfig) {
if (type == "variable") cx.marked = "property";
... | Permit quoted names for object destructuring in JavaScript syntax | codemirror_CodeMirror | train | js,js |
b6023de7dc61249b58140dfdeff460517c21b884 | diff --git a/test/tenetobids/tnet_test.py b/test/tenetobids/tnet_test.py
index <HASH>..<HASH> 100644
--- a/test/tenetobids/tnet_test.py
+++ b/test/tenetobids/tnet_test.py
@@ -178,10 +178,6 @@ def test_tnet_scrubbing_and_spline():
# Make sure there is a difference
if not np.sum(dat_scrub != dat_orig):
... | updating tests to new confounds file | wiheto_teneto | train | py |
55748f301c4beec954afb418eaa6d4161275ed9e | diff --git a/src/NodeCompiler/CompileNodeToValue.php b/src/NodeCompiler/CompileNodeToValue.php
index <HASH>..<HASH> 100644
--- a/src/NodeCompiler/CompileNodeToValue.php
+++ b/src/NodeCompiler/CompileNodeToValue.php
@@ -124,7 +124,7 @@ class CompileNodeToValue
$classInfo = null;
if ('self' === $class... | Fixed class constant fetch when constant is declared in parent | Roave_BetterReflection | train | php |
b60b01c4fede7d6e8167e3a057c61f249a0f9a8b | diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/config/production.py b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/config/production.py
index <HASH>..<HASH> 100644
--- a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/config/production.py
+++ b/{{cookiecutter.repo_name}}/{{cookiecutte... | fix(settings/production): fix typo s/AWS_EXPIREY/AWS_EXPIRY/g | pydanny_cookiecutter-django | train | py |
f6230d771cf71d9a53be090ba87b3e8f669feeb9 | diff --git a/addon/components/side-menu.js b/addon/components/side-menu.js
index <HASH>..<HASH> 100644
--- a/addon/components/side-menu.js
+++ b/addon/components/side-menu.js
@@ -83,9 +83,12 @@ export default Ember.Component.extend({
const rootNode = document.querySelector("body");
const onTouchStart ... | moving setting component properties to afterRender | tsubik_ember-side-menu | train | js |
7e69d4dda089139057733ac9d757ded72508a731 | diff --git a/moa/src/main/java/com/github/javacliparser/gui/ListOptionEditComponent.java b/moa/src/main/java/com/github/javacliparser/gui/ListOptionEditComponent.java
index <HASH>..<HASH> 100644
--- a/moa/src/main/java/com/github/javacliparser/gui/ListOptionEditComponent.java
+++ b/moa/src/main/java/com/github/javaclip... | Remove unused import and variable
Commit b<I>d2a fixed the ListOptionEditComponent, but missed to remove
an unused import and a variable. | Waikato_moa | train | java |
ac98d3b3f67b7477e6e4f82897ee7caf190535ea | diff --git a/tests/handler-helper.tests.js b/tests/handler-helper.tests.js
index <HASH>..<HASH> 100644
--- a/tests/handler-helper.tests.js
+++ b/tests/handler-helper.tests.js
@@ -959,7 +959,6 @@ test('handler-helper.findHandler', function(t) {
//<editor-fold desc="Assert">
return promise.then(func... | Remove debugger statement left in find tests | JKHeadley_rest-hapi | train | js |
97cec8604a9c3091acd0007d8244113c05398412 | diff --git a/src/core/core.helpers.js b/src/core/core.helpers.js
index <HASH>..<HASH> 100644
--- a/src/core/core.helpers.js
+++ b/src/core/core.helpers.js
@@ -758,7 +758,7 @@
// Store the device pixel ratio so that we can go backwards in `destroy`.
// The devicePixelRatio changes with zoom, so there are no gu... | Only store the original device context ratio once | chartjs_Chart.js | train | js |
50d80405a90c9c79f2a00b2c22cc6c1fdc333012 | diff --git a/superset/migrations/versions/18532d70ab98_fix_table_unique_constraint_in_mysql.py b/superset/migrations/versions/18532d70ab98_fix_table_unique_constraint_in_mysql.py
index <HASH>..<HASH> 100644
--- a/superset/migrations/versions/18532d70ab98_fix_table_unique_constraint_in_mysql.py
+++ b/superset/migrations... | fix: alembic migration error msg trying to delete constraint on tables (#<I>)
* fix: alembic migration fails by deleting non existent constraint on tables
* Revert "fix: alembic migration fails by deleting non existent constraint on tables"
This reverts commit 3a<I>b<I>f4bf<I>c3de2d<I>e<I>bd3d<I>f.
* mantain ... | apache_incubator-superset | train | py |
8c760d0cf46e13843bc5ece49f7ffbf2d8917c41 | diff --git a/cli/git.go b/cli/git.go
index <HASH>..<HASH> 100644
--- a/cli/git.go
+++ b/cli/git.go
@@ -4,7 +4,7 @@ import (
"bufio"
"bytes"
"fmt"
- "io/ioutil"
+ "io"
"os"
"os/exec"
"strings"
@@ -179,9 +179,16 @@ func runGitCredentials(args *docopt.Args) error {
return nil
}
- detailBytes, _ := iouti... | cli: Treat empty line as EOF in git credential helper
This is correct, and may fix reported hangs with some versions of
git. | flynn_flynn | train | go |
347f57468ebfcb8bb937112b69fa9e818d5fe429 | diff --git a/src/sap.m/src/sap/m/Select.js b/src/sap.m/src/sap/m/Select.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/Select.js
+++ b/src/sap.m/src/sap/m/Select.js
@@ -531,7 +531,7 @@ sap.ui.define(['jquery.sap.global', './Bar', './Dialog', './InputBase', './Popov
oPicker = new Popover({
showArrow:... | [INTERNAL] sap.m.Select: improve dropdown list vertical placement
Change-Id: If1d<I>e3dc<I>aa5a<I>f9a7d<I>e<I> | SAP_openui5 | train | js |
f6c9a0591c06dfd246a4e5499fed8812ccc5293c | diff --git a/main.py b/main.py
index <HASH>..<HASH> 100644
--- a/main.py
+++ b/main.py
@@ -10,8 +10,12 @@ import sys
if (__name__ == "__main__"):
RUN_FROM_MAIN = False
- HOST = '192.168.200.83'
+
+ HOST = '127.0.0.1'
PORT = 7777
+
+ if (len(sys.argv) > 1):
+ HOST = sys.argv[1]
ADDR = (HOST, PORT)
protocol =... | You can now specify an ip by CLI | flammified_terrabot | train | py |
82689e758d15aad49c7ca6f9c64eed5ea82760b7 | diff --git a/fluent_contents/models/fields.py b/fluent_contents/models/fields.py
index <HASH>..<HASH> 100644
--- a/fluent_contents/models/fields.py
+++ b/fluent_contents/models/fields.py
@@ -224,6 +224,7 @@ else:
# Taking the same fix as applied in http://south.aeracode.org/ticket/414
_name_re = "^" + __name_... | Add PlaceholderField to the south ignore list.
Fixes south warnings while creating migrations in external apps. | django-fluent_django-fluent-contents | train | py |
8307c09b92aa4dbf7e375b2fdea03fa2629068fa | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
"""
BigchainDB: A Scalable Blockchain Database
-For full docs visit https://bigchaindb.readthedocs.org
+For full docs visit https://docs.bigchaindb.com
"""
from setuptools import setup, find_packages | Updated docs URL in setup.py | bigchaindb_bigchaindb | train | py |
482139fd3583ba0c77a53298d8e5bf3f9722462d | diff --git a/src/BulkUploader/BulkUploadHandler.php b/src/BulkUploader/BulkUploadHandler.php
index <HASH>..<HASH> 100644
--- a/src/BulkUploader/BulkUploadHandler.php
+++ b/src/BulkUploader/BulkUploadHandler.php
@@ -93,7 +93,8 @@ class BulkUploadHandler extends RequestHandler
$fileRelationName = $this->compon... | FIX #<I> force write image ID
ManyManyList::add did not call write on dataObject, so the image was never attached | colymba_GridFieldBulkEditingTools | train | php |
4107f00d9e3cf76a90e756dc6d45d912731e6514 | diff --git a/src/Place/LocalPlaceService.php b/src/Place/LocalPlaceService.php
index <HASH>..<HASH> 100644
--- a/src/Place/LocalPlaceService.php
+++ b/src/Place/LocalPlaceService.php
@@ -20,7 +20,7 @@ class LocalPlaceService extends LocalEntityService implements PlaceServiceInterf
RepositoryInterface $entityRe... | III-<I> Fixed coding standards. | cultuurnet_udb3-php | train | php,php |
11171458ef2ee49fd1d7a08e3e01defd8c917cf6 | diff --git a/examples/commandline/sonoshell.py b/examples/commandline/sonoshell.py
index <HASH>..<HASH> 100644
--- a/examples/commandline/sonoshell.py
+++ b/examples/commandline/sonoshell.py
@@ -47,10 +47,19 @@ if __name__ == '__main__':
if (len(sys.argv) > 3):
operator = sys.argv[3].lower... | Added possibility for specifying jump factor.
- Defaulting it the factor to 1 when volume + factor <0 or ><I> | amelchio_pysonos | train | py |
7e1c66d837d8d2e27645d443f067897a14c3a1ca | diff --git a/src/Psalm/Internal/Algebra.php b/src/Psalm/Internal/Algebra.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Internal/Algebra.php
+++ b/src/Psalm/Internal/Algebra.php
@@ -90,6 +90,12 @@ class Algebra
{
$clause_count = count($clauses);
+ //65536 seems to be a significant threshold, whe... | add limit to the number of clauses simplifyCNF can handle | vimeo_psalm | train | php |
da9fca296f5ac400e887ad1413f814d9004b635f | diff --git a/log.go b/log.go
index <HASH>..<HASH> 100644
--- a/log.go
+++ b/log.go
@@ -82,3 +82,13 @@ func WithStacktrace(l *ZapEventLogger, level LogLevel) *ZapEventLogger {
copyLogger.skipLogger = *copyLogger.SugaredLogger.Desugar().WithOptions(zap.AddCallerSkip(1)).Sugar()
return ©Logger
}
+
+// WithSkip re... | feat: add logger option to skip a number of stack frames
This is useful, e.g., when the logger will always be called from some
wrapper. | ipfs_go-log | train | go |
fd648d55a7eeb26f4d5b55bf6545340f36356365 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ def read(fname):
setup(
name='visitor',
- version='0.1.3.dev1',
+ version='0.1.4.dev1',
description='A tiny pythonic visitor implementation.',
long_description=read('README.rst'),
au... | Start developing version <I>.dev1 (after release of <I>) | mbr_visitor | train | py |
ec55be0e96af6c07ddecb38529eeab9f72498348 | diff --git a/src/Support/ServiceProvider.php b/src/Support/ServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/Support/ServiceProvider.php
+++ b/src/Support/ServiceProvider.php
@@ -26,9 +26,9 @@ class ServiceProvider extends BaseServiceProvider
private function registerGuzzleSubscriber()
{
// R... | Allow to do app->make with parameters to pass to the constructor of guzzle client | hannesvdvreken_guzzle-debugbar | train | php |
6ff710ca7a15ec7ca7508550532dbee0baf39bd2 | diff --git a/featuretests/processes_test.go b/featuretests/processes_test.go
index <HASH>..<HASH> 100644
--- a/featuretests/processes_test.go
+++ b/featuretests/processes_test.go
@@ -52,6 +52,8 @@ func initProcessesSuites() {
var (
repoDir = testcharms.Repo.Path()
userInfo *user.User
+ // Set this to true to prev... | Move a global up with the other globals. | juju_juju | train | go |
615e1c9a139598a169b282ba28ed5fa848a8b3ca | diff --git a/lib/mandrill/web_hook/processor.rb b/lib/mandrill/web_hook/processor.rb
index <HASH>..<HASH> 100644
--- a/lib/mandrill/web_hook/processor.rb
+++ b/lib/mandrill/web_hook/processor.rb
@@ -40,7 +40,7 @@ class Mandrill::WebHook::Processor
def authentic?(request)
result = true
if callback_host && (... | Slight refactor to consistently use the request passed as a parameter instead of pulling the request off the callback_host in one place. | evendis_mandrill-rails | train | rb |
5cbafba457ad7628332ed63e9fd9d7b3a9d75697 | diff --git a/pkg/kubelet/cm/devicemanager/manager.go b/pkg/kubelet/cm/devicemanager/manager.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/cm/devicemanager/manager.go
+++ b/pkg/kubelet/cm/devicemanager/manager.go
@@ -231,7 +231,7 @@ func (m *ManagerImpl) Start(activePods ActivePodsFunc, sourcesReady config.Sourc
}
... | change directory permissions from <I> to <I> | kubernetes_kubernetes | train | go |
a9eea2187551c52696a6376302b624115fd1534b | diff --git a/lib/core_ext/array.rb b/lib/core_ext/array.rb
index <HASH>..<HASH> 100644
--- a/lib/core_ext/array.rb
+++ b/lib/core_ext/array.rb
@@ -1,5 +1,7 @@
-class Array
- def sum
- inject( nil ) { |sum,x| sum ? sum+x : x }
+unless [].respond_to?(:sum)
+ class Array
+ def sum
+ inject( nil ) { |sum,x| su... | Only patches the array with a sum method if none is present
e. g. Rails already provides this. In Ruby <I> one should use a refinement. | benschwarz_amnesia | train | rb |
ba2e653fbfb3ba9a765e358395bdbe745964e188 | diff --git a/master/buildbot/schedulers/forcesched.py b/master/buildbot/schedulers/forcesched.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/schedulers/forcesched.py
+++ b/master/buildbot/schedulers/forcesched.py
@@ -20,7 +20,7 @@ import email.utils as email_utils
from buildbot.process.properties import Proper... | - Fixed test. And fixed import in forcesched.py. | buildbot_buildbot | train | py,py |
90429be98ad6323af26f867cda61ebba034e1c2a | diff --git a/addr_manager.go b/addr_manager.go
index <HASH>..<HASH> 100644
--- a/addr_manager.go
+++ b/addr_manager.go
@@ -109,7 +109,7 @@ func (mgr *AddrManager) AddAddrs(p ID, addrs []ma.Multiaddr, ttl time.Duration)
continue
}
- addrstr := addr.String()
+ addrstr := string(addr.Bytes())
a, found := am... | don't use string method for key of maps | libp2p_go-libp2p-peerstore | train | go |
76c89c165947526fc3839477d8a9cd2cbbffe91f | diff --git a/nion/swift/model/Profile.py b/nion/swift/model/Profile.py
index <HASH>..<HASH> 100644
--- a/nion/swift/model/Profile.py
+++ b/nion/swift/model/Profile.py
@@ -142,10 +142,11 @@ class ProjectReference(Observable.Observable, Persistence.PersistentObject):
if not self.__has_project_info_been_read:
... | Fix #<I>. Allow launch to proceed with corrupt project file. | nion-software_nionswift | train | py |
c97301e51c7a2cfceed484354dc32f6097a50789 | diff --git a/js/ui/colorpicker.js b/js/ui/colorpicker.js
index <HASH>..<HASH> 100644
--- a/js/ui/colorpicker.js
+++ b/js/ui/colorpicker.js
@@ -28,12 +28,13 @@
*/
var igv = (function (igv) {
- var columnCount = 5;
+ var columnCount = 8;
igv.ColorPicker = function ($parent, userPalette) {
var... | Trello. Color picker issues. There are now 8 color chips per row. | igvteam_igv.js | train | js |
4ef113ace53ff7be22ff855b71fec81b85d52ffb | diff --git a/djcelery_email/conf.py b/djcelery_email/conf.py
index <HASH>..<HASH> 100644
--- a/djcelery_email/conf.py
+++ b/djcelery_email/conf.py
@@ -1,4 +1,3 @@
-from django.conf import settings
from appconf import AppConf
class DjangoCeleryEmailAppConf(AppConf):
diff --git a/djcelery_email/tasks.py b/djcelery_e... | Undo an overzealous cleanup.
Revert "*Actually* use appconf correctly, as opposed to how it was being used."
This reverts commit ecc8f<I>d3c8cef<I>be<I>ee<I>bc1c<I>c<I>f5cf. | pmclanahan_django-celery-email | train | py,py |
fb4b533f2b31daebc7ed57c16228458def3d2af9 | diff --git a/src/android/com/adobe/phonegap/push/GCMIntentService.java b/src/android/com/adobe/phonegap/push/GCMIntentService.java
index <HASH>..<HASH> 100644
--- a/src/android/com/adobe/phonegap/push/GCMIntentService.java
+++ b/src/android/com/adobe/phonegap/push/GCMIntentService.java
@@ -762,6 +762,7 @@ public class ... | :bug::penguin: Issue #<I>: Notification delay caused by icon bitmap timeout | phonegap_phonegap-plugin-push | train | java |
ea0785a9c501828a9f2e4b60f08ac248cd04fb38 | diff --git a/src/org/dmfs/xmlobjects/builder/reflection/ReflectionObjectBuilder.java b/src/org/dmfs/xmlobjects/builder/reflection/ReflectionObjectBuilder.java
index <HASH>..<HASH> 100644
--- a/src/org/dmfs/xmlobjects/builder/reflection/ReflectionObjectBuilder.java
+++ b/src/org/dmfs/xmlobjects/builder/reflection/Reflec... | Extend ReflectionObjectBuilder with support for enum fields. | dmfs_xmlobjects | train | java |
c932e475faba58e70b4928bb2cfe1afa519b7a25 | diff --git a/spec/yelp/client/search_spec.rb b/spec/yelp/client/search_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/yelp/client/search_spec.rb
+++ b/spec/yelp/client/search_spec.rb
@@ -1,10 +1,10 @@
require 'yelp'
describe Yelp::Client::Search do
- let(:keys) { Hash[consumer_key: 'abc',
- cons... | Use ENV for api keys in testing | Yelp_yelp-ruby | train | rb |
47f75d24df5bcf2775b92ed4e6cefb0c4cfa6a02 | diff --git a/src/methods/dd.js b/src/methods/dd.js
index <HASH>..<HASH> 100644
--- a/src/methods/dd.js
+++ b/src/methods/dd.js
@@ -1,8 +1,7 @@
'use strict';
module.exports = function dd() {
- // eslint-disable-next-line
- console.log(this.all());
+ this.dump();
if (typeof process !== 'undefined') {
pro... | dd was producing output inconsistent with Laravel | ecrmnn_collect.js | train | js,js |
a43b17837eb500c45753148471bb7f3aa2924b21 | diff --git a/addon/mixins/keen-tracker.js b/addon/mixins/keen-tracker.js
index <HASH>..<HASH> 100644
--- a/addon/mixins/keen-tracker.js
+++ b/addon/mixins/keen-tracker.js
@@ -10,11 +10,15 @@ export default Ember.Mixin.create({
session: Ember.inject.service(),
// Add this mixin to your route, and the afterMo... | Pass transition data when tracking page view. | CenterForOpenScience_ember-osf | train | js |
dff06a3a334314ea6a7518251b8c858e78d282ac | diff --git a/spyder/plugins/completion/kite/providers/document.py b/spyder/plugins/completion/kite/providers/document.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/completion/kite/providers/document.py
+++ b/spyder/plugins/completion/kite/providers/document.py
@@ -195,19 +195,22 @@ class DocumentProvider:
... | Kite Completion: Fix signature processing when no signature is retrieved | spyder-ide_spyder | train | py |
4659b0794ce5a46e3247011bb0c9bd1706acf0ab | diff --git a/internal/exec/exec.go b/internal/exec/exec.go
index <HASH>..<HASH> 100644
--- a/internal/exec/exec.go
+++ b/internal/exec/exec.go
@@ -313,6 +313,8 @@ func (r *Request) execList(ctx context.Context, sels []selected.Selection, typ *
entryouts := make([]bytes.Buffer, l)
if selected.HasAsyncSel(sels) {
+... | Add comment explaining why we limit concurrency | graph-gophers_graphql-go | train | go |
1f7078856c8c925fbf3d22051ebe7f6ee9114048 | diff --git a/login.php b/login.php
index <HASH>..<HASH> 100644
--- a/login.php
+++ b/login.php
@@ -94,9 +94,12 @@ case 'login':
Auth::login($user);
Log::addAuthenticationLog('Login: ' . Auth::user()->getUserName() . '/' . Auth::user()->getRealName());
- $WT_SESSION->timediff = $timediff;
- $WT_SESSION->local... | Session time is updated every 5 minutes. Force update on login, otherwise sessions shorter than 5 minutes may not be logged | fisharebest_webtrees | train | php |
ff43f7e66995fffc445e9843ada564a8c48c3cc3 | diff --git a/lib/sham_rack/http.rb b/lib/sham_rack/http.rb
index <HASH>..<HASH> 100644
--- a/lib/sham_rack/http.rb
+++ b/lib/sham_rack/http.rb
@@ -8,6 +8,8 @@ module ShamRack
@port = port
@rack_app = rack_app
end
+
+ attr_reader :address, :port, :rack_app
def start
yield self | Add accessors for address, port and app. | mdub_sham_rack | train | rb |
ecafcc493a1b9cd194c86adca6be42bb90be46fa | diff --git a/server/src/main/java/org/uiautomation/ios/server/simulator/IOSRealDeviceManager.java b/server/src/main/java/org/uiautomation/ios/server/simulator/IOSRealDeviceManager.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/org/uiautomation/ios/server/simulator/IOSRealDeviceManager.java
+++ b/server/src... | adding getter for the service, and logginf the actions in real device manager. | ios-driver_ios-driver | train | java |
e7cc94a4552149e6b56419612df79f3492c9474b | diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_view/helpers/url_helper.rb
+++ b/actionpack/lib/action_view/helpers/url_helper.rb
@@ -285,10 +285,6 @@ module ActionView
# * <tt>:confirm</tt> -... | Revert commit <I>c<I>c8e<I>c Need more research on disable-with and data-attributes | rails_rails | train | rb |
bd62ef6411604e593861621525c4f9e0140a1cdd | diff --git a/fundingmanager.go b/fundingmanager.go
index <HASH>..<HASH> 100644
--- a/fundingmanager.go
+++ b/fundingmanager.go
@@ -2573,8 +2573,9 @@ func (f *fundingManager) handleInitFundingMsg(msg *initFundingMsg) {
}
fndgLog.Infof("Initiating fundingRequest(localAmt=%v, remoteAmt=%v, "+
- "capacity=%v, chainh... | funding: properly log pubkey of peer within handleInitFundingMsg
Before this commit, we would log the struct of the pubkey, rather than
the serialized compressed version. | lightningnetwork_lnd | train | go |
ad5a0c841f3633d0c37ef9639362027d76e4c32a | diff --git a/imagemounter/cli/__init__.py b/imagemounter/cli/__init__.py
index <HASH>..<HASH> 100644
--- a/imagemounter/cli/__init__.py
+++ b/imagemounter/cli/__init__.py
@@ -47,6 +47,7 @@ class CheckAction(argparse.Action):
self._check_command("affuse", "afflib-tools", "AFF images (partially covered by xmount... | Move qemu-nbd to disk image section | ralphje_imagemounter | train | py |
3c31c38667484cb6a25edcb76b7aa391ae14b3a9 | diff --git a/lib/arjdbc/mysql/connection_methods.rb b/lib/arjdbc/mysql/connection_methods.rb
index <HASH>..<HASH> 100644
--- a/lib/arjdbc/mysql/connection_methods.rb
+++ b/lib/arjdbc/mysql/connection_methods.rb
@@ -133,6 +133,7 @@ ArJdbc::ConnectionMethods.module_eval do
#"macroman" => "macRoman",
"cp852"... | [mysql] let us try re-mapping 'utf8' into 'UTF-8' for JDBC driver(s) | jruby_activerecord-jdbc-adapter | train | rb |
f2d9fd37dd03a03a1e97b22db59835d72d61c3de | diff --git a/polysquare_setuptools_lint/__init__.py b/polysquare_setuptools_lint/__init__.py
index <HASH>..<HASH> 100644
--- a/polysquare_setuptools_lint/__init__.py
+++ b/polysquare_setuptools_lint/__init__.py
@@ -219,7 +219,7 @@ def _run_prospector_on(filenames, tools, ignore_codes=None):
def _file_is_test(filenam... | Escape path separator.
On Windows it is a backslash, which if left unescaped in a regex
can cause all sorts of havoc. | polysquare_polysquare-setuptools-lint | train | py |
676adf62b8d4d5dc83a7cf91eff0eb6d2eb1b9a8 | diff --git a/pkg/resource/plugin/plugin.go b/pkg/resource/plugin/plugin.go
index <HASH>..<HASH> 100644
--- a/pkg/resource/plugin/plugin.go
+++ b/pkg/resource/plugin/plugin.go
@@ -176,7 +176,7 @@ func newPlugin(ctx *Context, bin string, prefix string, args []string) (*plugin,
go runtrace(plug.Stdout, false, stdoutDone... | Use an explicit address when dialing plugins (#<I>)
This is necessary in order for gRPC's proxy support to properly respect
NO_PROXY.
Fixes #<I>. | pulumi_pulumi | train | go |
ca17b08ca1d5fca462d0c55398f3762d5bcefd9a | diff --git a/tests/Test.php b/tests/Test.php
index <HASH>..<HASH> 100644
--- a/tests/Test.php
+++ b/tests/Test.php
@@ -33,7 +33,7 @@ class GroupTest extends UnitTestCase
}
return true;
}
- public function run(HtmlReporter $reporter, $filter)
+ public function run(HtmlReporter $reporter ... | Strict standards: GroupTest::run and UnitTest::run should have the same signature | doctrine_annotations | train | php |
cc2d02d7de8c43131dfb1ca141ff8be1a5f88acf | diff --git a/app/setup.php b/app/setup.php
index <HASH>..<HASH> 100755
--- a/app/setup.php
+++ b/app/setup.php
@@ -92,6 +92,12 @@ add_action('after_setup_theme', function () {
add_theme_support('custom-units', 'rem', 'vw');
/**
+ * Enable support for custom block spacing controls.
+ * @link https://... | chore(theme): Move `custom-spacing` up for visibility | roots_sage | train | php |
d3cddc53ada0745f8f972cead0ca19559168d41d | diff --git a/app/server.js b/app/server.js
index <HASH>..<HASH> 100644
--- a/app/server.js
+++ b/app/server.js
@@ -23,7 +23,6 @@ exports = module.exports = function(container, settings, logger) {
}
exports['@implements'] = 'http://i.bixbyjs.org/http/Server';
-exports['@singleton'] = true;
exports['@require'] = [
... | Remove singleton from HTTP server. | bixbyjs_bixby-http | train | js |
1e0284d2d4f981b63e76c4c27c62f243e710031d | diff --git a/cub/models.py b/cub/models.py
index <HASH>..<HASH> 100644
--- a/cub/models.py
+++ b/cub/models.py
@@ -256,9 +256,10 @@ class SKU(CubObject):
pass
-class Order(CreatableObject, ListableObject):
+class Order(CreatableObject, UpdatableObject, RemovableObject, ListableObject):
pass
-class Ord... | make Order and OrderItem models also updatable and removable | praetoriandigital_cub-python | train | py |
9fd5c5197e7a06068b2fc261ae9b51980475a5f9 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -43,6 +43,7 @@ function replace(text, options) {
var includeRegExp = new RegExp(escapeRegExp(options.prefix) + "(.+?)" + escapeRegExp(options.suffix), "g");
+ var retVal = text;
var regExpResult;
while (regExpRes... | fix a bug where tokens were not always being found (identified with the new test cases) | Pictela_gulp-token-replace | train | js |
c47eac168329f7cfee4ad98ba5051f26fac08e52 | diff --git a/lib/liquid/strainer.rb b/lib/liquid/strainer.rb
index <HASH>..<HASH> 100644
--- a/lib/liquid/strainer.rb
+++ b/lib/liquid/strainer.rb
@@ -14,7 +14,7 @@ module Liquid
# One of the strainer's responsibilities is to keep malicious method calls out
class Strainer < parent_object #:nodoc:
INTERNAL_ME... | Add kind_of? and singleton_methods to Strainer so that Rubinius works | Shopify_liquid | train | rb |
054ba370f648b004eedcb1f4038b921691b7c8d2 | diff --git a/tests/TestCase.php b/tests/TestCase.php
index <HASH>..<HASH> 100644
--- a/tests/TestCase.php
+++ b/tests/TestCase.php
@@ -70,4 +70,20 @@ class TestCase extends \PHPUnit_Framework_TestCase
return $this->workDir;
}
+
+ /**
+ * Retrieve the path of a temp file within the temp dir of the... | Add new test method to obtain path to a temp file | tenside_core | train | php |
098f5c5b6f4d35ccd503af2907c30357aa02eb25 | diff --git a/spec/mongoid/association/constrainable_spec.rb b/spec/mongoid/association/constrainable_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/mongoid/association/constrainable_spec.rb
+++ b/spec/mongoid/association/constrainable_spec.rb
@@ -77,12 +77,26 @@ describe Mongoid::Association::Constrainable do
... | MONGOID-<I> Add test to ensure that only Strings representing ObjectIds are converted to ObjectIds | mongodb_mongoid | train | rb |
27b7ecebf58d3bcb8d3be88dfadd3cbe2530395c | diff --git a/cli/drivers/BedrockValetDriver.php b/cli/drivers/BedrockValetDriver.php
index <HASH>..<HASH> 100644
--- a/cli/drivers/BedrockValetDriver.php
+++ b/cli/drivers/BedrockValetDriver.php
@@ -48,6 +48,7 @@ class BedrockValetDriver extends BasicValetDriver
public function frontControllerPath($sitePath, $site... | Set SERVER_NAME variable for WordPress (Bedrock) driver
Fix for Wordpress (Bedrock) as in #<I> | laravel_valet | train | php |
2f1c63e548c58c799cfd07d4cdf7e6befe1a9a69 | diff --git a/drivers/shared/executor/executor_test.go b/drivers/shared/executor/executor_test.go
index <HASH>..<HASH> 100644
--- a/drivers/shared/executor/executor_test.go
+++ b/drivers/shared/executor/executor_test.go
@@ -157,8 +157,8 @@ func TestExecutor_Start_Wait_Failure_Code(pt *testing.T) {
require := require... | tests: ensure that test is long enough to configure cgroups | hashicorp_nomad | train | go |
95a6167e8f8709b470b1b54667a162eb6e0dfa2a | diff --git a/great_expectations/data_asset/data_asset.py b/great_expectations/data_asset/data_asset.py
index <HASH>..<HASH> 100644
--- a/great_expectations/data_asset/data_asset.py
+++ b/great_expectations/data_asset/data_asset.py
@@ -1155,7 +1155,7 @@ class DataAsset:
Counter(unexpected_list).... | Updated sort so that secondary sort is by string to avoid TypeError when there is more than one unexpected type. (#<I>) | great-expectations_great_expectations | train | py |
0e2eeb7e3315e51881b5bd941165dbad1ca0a533 | diff --git a/deep.js b/deep.js
index <HASH>..<HASH> 100644
--- a/deep.js
+++ b/deep.js
@@ -212,6 +212,9 @@ define([
deep.client = {};
require("./lib/stores/chain");
+ deep.delay = function(ms){
+ return deep({}).delay(ms);
+ }
//___________________________________________________________... | add deep.delay (front API) | deepjs_deepjs | train | js |
19df05f2da13bdc6957ef1adf0660aa9f61c89f7 | diff --git a/shinken/scheduler.py b/shinken/scheduler.py
index <HASH>..<HASH> 100644
--- a/shinken/scheduler.py
+++ b/shinken/scheduler.py
@@ -1723,6 +1723,7 @@ class Scheduler(object):
self.dump_config()
self.need_objects_dump = False
+ self.hook_point('scheduler_tick')
... | Add: a scheduler tick hook
So that shinken modules can use it to make some work on every scheduler tick. | Alignak-monitoring_alignak | train | py |
4d857700c5acd2b7e707ac7bd6de26cee56ccb54 | diff --git a/lib/json-content-demux.js b/lib/json-content-demux.js
index <HASH>..<HASH> 100644
--- a/lib/json-content-demux.js
+++ b/lib/json-content-demux.js
@@ -10,7 +10,8 @@
function jsonContentDemux(muxStr, options) {
// Find where the JSON ends
var delimiter = /\n\r?\n\r?/g,
- delimiterIndex = muxStr.s... | Adjusted to use delimiter lastIndex (which accounts for space taken by match | twolfson_json-content-demux | train | js |
8c40c1d6b6af5a5f72d4cd3d1aae7ae54052fa98 | diff --git a/lib/oxidized/model/fortios.rb b/lib/oxidized/model/fortios.rb
index <HASH>..<HASH> 100644
--- a/lib/oxidized/model/fortios.rb
+++ b/lib/oxidized/model/fortios.rb
@@ -2,7 +2,7 @@ class FortiOS < Oxidized::Model
comment '# '
- prompt /^([-\w\.]+(\s[\(\w\-\.\)]+)?\~?\s?[#>]\s?)$/
+ prompt /^([-\w\.]... | Fixed the fortios prompt to support a read-only user | ytti_oxidized | train | rb |
f88c3df18d0f066a91af55ff790e25f6e91e739f | diff --git a/src/UrlHandlers/ClassMappedUrlHandler.php b/src/UrlHandlers/ClassMappedUrlHandler.php
index <HASH>..<HASH> 100644
--- a/src/UrlHandlers/ClassMappedUrlHandler.php
+++ b/src/UrlHandlers/ClassMappedUrlHandler.php
@@ -22,6 +22,10 @@ class ClassMappedUrlHandler extends UrlHandler
{
private $className = ""... | PhpStorm infers type of $className as an array from the parent constructor if we don't specifically mark that it isn't, which causes inspector warnings when the handlers are constructed with strings for the first param | RhubarbPHP_Rhubarb | train | php |
4771aa259fb412cc65832d930a329b127a4a8696 | diff --git a/angr/analyses/ddg.py b/angr/analyses/ddg.py
index <HASH>..<HASH> 100644
--- a/angr/analyses/ddg.py
+++ b/angr/analyses/ddg.py
@@ -1086,9 +1086,9 @@ class DDG(Analysis):
# Group all dependencies first
simrun_addr_to_func = { }
- for _, func in self._cfg.function_manager.functions.... | Fixup of knowledge_base API changes, in '_build_function_dependency_graphs' | angr_angr | train | py |
6b8c051efbb6cf8a02e4641d747dce899e0de73d | diff --git a/src/kba/pipeline/_language.py b/src/kba/pipeline/_language.py
index <HASH>..<HASH> 100644
--- a/src/kba/pipeline/_language.py
+++ b/src/kba/pipeline/_language.py
@@ -18,8 +18,10 @@ def language(config):
def _language(si, context):
if si.body and si.body.raw:
name, code, is_reliab... | making "language" stage always create si.body.language even if empty | trec-kba_streamcorpus-pipeline | train | py |
0bfdd1ff7150df62c2927334bba4f2d73e1318fa | diff --git a/packages/cli/lib/lib/webpack/push-manifest.js b/packages/cli/lib/lib/webpack/push-manifest.js
index <HASH>..<HASH> 100644
--- a/packages/cli/lib/lib/webpack/push-manifest.js
+++ b/packages/cli/lib/lib/webpack/push-manifest.js
@@ -7,7 +7,7 @@ module.exports = class PushManifestPlugin {
if (!/\.map$/.te... | fix main CSS filename in `push-manifest` | developit_preact-cli | train | js |
e19183fe521b0711075c293dc004189b4018161c | diff --git a/src/PhpCollection/AbstractMap.php b/src/PhpCollection/AbstractMap.php
index <HASH>..<HASH> 100644
--- a/src/PhpCollection/AbstractMap.php
+++ b/src/PhpCollection/AbstractMap.php
@@ -168,6 +168,10 @@ class AbstractMap extends AbstractCollection implements \IteratorAggregate, MapI
return $this->filt... | Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on <URL> | schmittjoh_php-collection | train | php |
32e9661f7c35504527358f876c6ce59c635589ae | diff --git a/azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/implementation/NetworkImpl.java b/azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/implementation/NetworkImpl.java
index <HASH>..<HASH> 100644
--- a/azure-mgmt-network/src/main/java/com/microsoft/azure/management... | fix for potential NPE in NetworkImpl#addressSpaces() | Azure_azure-sdk-for-java | train | java |
ac17355524697d4c16cb81916bac644eb1adc093 | diff --git a/blocks/course_list/block_course_list.php b/blocks/course_list/block_course_list.php
index <HASH>..<HASH> 100644
--- a/blocks/course_list/block_course_list.php
+++ b/blocks/course_list/block_course_list.php
@@ -68,7 +68,6 @@ class block_course_list extends block_list {
$this->content->i... | MDL-<I> - When we have more than one category/lots of courses the course
block shows two links next to search other (Search Courses/All courses)
which point to the same place....
The all courses link is able to be switched off and the search courses is not,
for this reason i've gone for removing the search courses lin... | moodle_moodle | train | php |
faab79429333de89ba709241eda26bff665b3622 | diff --git a/gwpy/timeseries/tests/test_io_gwf_lalframe.py b/gwpy/timeseries/tests/test_io_gwf_lalframe.py
index <HASH>..<HASH> 100644
--- a/gwpy/timeseries/tests/test_io_gwf_lalframe.py
+++ b/gwpy/timeseries/tests/test_io_gwf_lalframe.py
@@ -61,9 +61,7 @@ def _test_open_data_source(source):
"""
stream = gwpy... | gwpy.timeseries: use samefile to compare paths
which unwraps symlinks properly, closes #<I> | gwpy_gwpy | train | py |
ef2d14fe17b2549670895b2d25207f17b8362534 | diff --git a/bcbio/pipeline/qcsummary.py b/bcbio/pipeline/qcsummary.py
index <HASH>..<HASH> 100644
--- a/bcbio/pipeline/qcsummary.py
+++ b/bcbio/pipeline/qcsummary.py
@@ -321,6 +321,8 @@ def _run_coverage_qc(bam_file, data, out_dir):
if "Duplicates" in samtools_stats:
out['Duplicates'] = dups = int(samtoo... | QC: remove duplicates for WGS unique mapped | bcbio_bcbio-nextgen | train | py |
e81cebd74bc518051434cbdd5bb2874f211b45fc | diff --git a/js/core/Base.js b/js/core/Base.js
index <HASH>..<HASH> 100644
--- a/js/core/Base.js
+++ b/js/core/Base.js
@@ -147,6 +147,8 @@ define(["inherit"], function(inherit){
self.log(e, Base.LOGLEVEL.ERROR);
}
}
+
+ obj.ca... | free memory after synchronizeFunctionCall returned | rappid_rAppid.js | train | js |
b41e878a033369b4111ba5c71a1ed7e9872593e1 | diff --git a/AssetManager/NpmManager.php b/AssetManager/NpmManager.php
index <HASH>..<HASH> 100644
--- a/AssetManager/NpmManager.php
+++ b/AssetManager/NpmManager.php
@@ -39,7 +39,7 @@ class NpmManager extends AbstractAssetManager
*/
public function getVersionCommand()
{
- return 'npm --version';... | Use the custom binary of asset manager to retrieve the version | fxpio_foxy | train | php,php |
0e0e999a4062dae23692984f32f10f49780f30db | diff --git a/src/main/java/guru/nidi/graphviz/engine/Rasterizer.java b/src/main/java/guru/nidi/graphviz/engine/Rasterizer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/guru/nidi/graphviz/engine/Rasterizer.java
+++ b/src/main/java/guru/nidi/graphviz/engine/Rasterizer.java
@@ -22,7 +22,6 @@ import java.util.functi... | moved xdot rasterizer to branch | nidi3_graphviz-java | train | java |
e6af8bfc38f8fbe92afdd859b7e1d9702f1c928e | diff --git a/cassandra/cluster.py b/cassandra/cluster.py
index <HASH>..<HASH> 100644
--- a/cassandra/cluster.py
+++ b/cassandra/cluster.py
@@ -643,6 +643,8 @@ class Cluster(object):
raise Exception("Cluster is already shut down")
if not self._is_setup:
+ log.debug("Connect... | Log contact points and protocol version in Cluster.connect() | datastax_python-driver | train | py |
c88b81732c39656aa41ca3fa9b5f01eec18231da | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -107,7 +107,7 @@ Filter.prototype.build = function() {
var entries = walkSync.entries(srcDir);
var walkDuration = timeSince(walkStart);
- var nextTree = new FSTree.fromEntries(entries);
+ var nextTree = FSTree.fromEn... | FSTree.fromEntries should not be new’d | stefanpenner_broccoli-persistent-filter | train | js |
602a8cdefb1fc6cc2150d6a0475f704be91fbac7 | diff --git a/spec/lib/daemons/application_spec.rb b/spec/lib/daemons/application_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/daemons/application_spec.rb
+++ b/spec/lib/daemons/application_spec.rb
@@ -2,9 +2,10 @@ require 'spec_helper'
module Daemons
describe Application do
- subject(:application) { desc... | Add coverage for Application#output_logfilename | thuehlinger_daemons | train | rb |
144bd9f7a7aba7c86ef0fc0d7e1e620d1d658edc | diff --git a/prom/__init__.py b/prom/__init__.py
index <HASH>..<HASH> 100644
--- a/prom/__init__.py
+++ b/prom/__init__.py
@@ -23,7 +23,7 @@ from .exception import InterfaceError, Error, UniqueError
from . import utils
-__version__ = '2.4.0'
+__version__ = '2.4.1'
# get rid of "No handler found" warnings (cri... | <I>. Removes rogue import that has been removed in python <I> | Jaymon_prom | train | py,py |
59bfc9a67dc8d8a0b14c7d10cd1fea37124fd964 | diff --git a/java/src/com/google/template/soy/passes/SoyElementPass.java b/java/src/com/google/template/soy/passes/SoyElementPass.java
index <HASH>..<HASH> 100644
--- a/java/src/com/google/template/soy/passes/SoyElementPass.java
+++ b/java/src/com/google/template/soy/passes/SoyElementPass.java
@@ -180,7 +180,7 @@ publi... | Update TODO username.
We switched to a different version of MOE, which apparently doesn't have this username on the allowlist. | google_closure-templates | train | java |
6621194109d3e79a4d8fe8933614a9160ec0dc7e | diff --git a/cartoframes/dataset.py b/cartoframes/dataset.py
index <HASH>..<HASH> 100644
--- a/cartoframes/dataset.py
+++ b/cartoframes/dataset.py
@@ -175,7 +175,7 @@ class Dataset(object):
def _cartodbfy_query(self):
return "SELECT CDB_CartodbfyTable('{schema}', '{table_name}')" \
- .format(... | the schema should be None in dataset without context | CartoDB_cartoframes | train | py |
69cb751f7166ae59ed5473d74f0f4ca286cd1bf7 | diff --git a/python_modules/dagster-test/dagster_test/toys/schedules.py b/python_modules/dagster-test/dagster_test/toys/schedules.py
index <HASH>..<HASH> 100644
--- a/python_modules/dagster-test/dagster_test/toys/schedules.py
+++ b/python_modules/dagster-test/dagster_test/toys/schedules.py
@@ -70,7 +70,7 @@ def backfil... | [easy] Fix missing param change in date_partition_range call
Summary: I Missed a spot, and toys repo doesn't seem to be covered by automated tests. Noticed when trying to load dagit on the toys repo.
Test Plan: Load dagit with top-level workspace.yaml, no more error. Check all other date_partition_range callsites
Re... | dagster-io_dagster | train | py |
8773c467d185c5cacac1b12196235ab76775f462 | diff --git a/hazelcast/src/test/java/com/hazelcast/internal/management/operation/GetMapConfigOperationTest.java b/hazelcast/src/test/java/com/hazelcast/internal/management/operation/GetMapConfigOperationTest.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/test/java/com/hazelcast/internal/management/operation/GetMa... | Fixing #<I> (#<I>) | hazelcast_hazelcast | train | java |
e4a95fcbaf28e6adba47d7497e52f4a4d88af590 | diff --git a/src/server/pkg/ppsutil/util.go b/src/server/pkg/ppsutil/util.go
index <HASH>..<HASH> 100644
--- a/src/server/pkg/ppsutil/util.go
+++ b/src/server/pkg/ppsutil/util.go
@@ -391,7 +391,7 @@ func IsTerminal(state pps.JobState) bool {
// UpdateJobState performs the operations involved with a job state transitio... | Return error when updating a failed job | pachyderm_pachyderm | train | go |
774343812000dcd443b666df070e6c9a4cebbd45 | diff --git a/mockserver-netty/src/test/java/org/mockserver/proxy/socks/NettyHttpProxySOCKSIntegrationTest.java b/mockserver-netty/src/test/java/org/mockserver/proxy/socks/NettyHttpProxySOCKSIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/mockserver-netty/src/test/java/org/mockserver/proxy/socks/NettyHttpProxySOC... | disabling test that fails only on drone.io, but runs correctly on travis and multiple local machines | jamesdbloom_mockserver | train | java |
2098307f6992521d0c401b0945fc2e0ceab050a1 | diff --git a/gui/controls/listview.py b/gui/controls/listview.py
index <HASH>..<HASH> 100644
--- a/gui/controls/listview.py
+++ b/gui/controls/listview.py
@@ -136,7 +136,7 @@ class ListView(Control):
return
# calculate the zero-based index position (-1 like python lists)
index = max(sel... | fixed types import removal (preparation for 2to3) | reingart_gui2py | train | py |
068f880ce219fcc04adcd7f4a8567daa946c8307 | diff --git a/vcard.php b/vcard.php
index <HASH>..<HASH> 100644
--- a/vcard.php
+++ b/vcard.php
@@ -185,7 +185,7 @@ class VCard
$string .= "BEGIN:VEVENT\n";
$string .= "DTSTART;TZID=Europe/London:" . $dtstart . "\n";
$string .= "DTEND;TZID=Europe/London:" . $dtend . "\n";
- $string .= "SUMMARY:" . FL::msg('VC... | Bugfix #1: non-declared class FL removed | jeroendesloovere_vcard | train | php |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.