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 |
|---|---|---|---|---|---|
c623ff2fe576e0d0df78ab628fe06eff8ac0cd43 | diff --git a/pylibdmtx/pylibdmtx.py b/pylibdmtx/pylibdmtx.py
index <HASH>..<HASH> 100644
--- a/pylibdmtx/pylibdmtx.py
+++ b/pylibdmtx/pylibdmtx.py
@@ -246,7 +246,7 @@ def decode(image, timeout=None, gap_size=None, shrink=1, shape=None,
if res:
results.append(res)
... | [#<I>] Fix typo in comment | NaturalHistoryMuseum_pylibdmtx | train | py |
78d40761d4ae2da88e7ed7ab7084b5e8c2c7c9e9 | diff --git a/lib/vagrant-dns/command.rb b/lib/vagrant-dns/command.rb
index <HASH>..<HASH> 100644
--- a/lib/vagrant-dns/command.rb
+++ b/lib/vagrant-dns/command.rb
@@ -1,6 +1,6 @@
require 'optparse'
require 'daemons'
-require 'rbconfig'
+require 'vagrant'
module VagrantDNS
@@ -68,7 +68,7 @@ module VagrantDNS
... | Use the platform abstraction already present in Vagrant | BerlinVagrant_vagrant-dns | train | rb |
6648babdedb8cb9494dec69d2f7efac3da1d239c | diff --git a/railties/lib/rails/commands.rb b/railties/lib/rails/commands.rb
index <HASH>..<HASH> 100644
--- a/railties/lib/rails/commands.rb
+++ b/railties/lib/rails/commands.rb
@@ -11,7 +11,17 @@ command = ARGV.shift
command = aliases[command] || command
case command
-when 'generate', 'destroy', 'plugin', 'benchm... | Allow running generators for Engine with usage of other application.
After that commit, developers can set ENGINE_PATH in ENGINE/scripts/rails
file and load application's ./script/rails (most of the time it will be
dummy application used for testing). When running ./script/rails g it will
use application to boot up, b... | rails_rails | train | rb |
762ffbe764b6c2eaf52c638ee528ccca4f38854a | diff --git a/lib/solargraph/language_server/message/text_document/signature_help.rb b/lib/solargraph/language_server/message/text_document/signature_help.rb
index <HASH>..<HASH> 100644
--- a/lib/solargraph/language_server/message/text_document/signature_help.rb
+++ b/lib/solargraph/language_server/message/text_document... | Convert signature documentation to markdown. | castwide_solargraph | train | rb |
b29c3220c7d0130f9cadd9b447360435b301a7cd | diff --git a/lib/database_consistency/checkers/association_checkers/missing_index_checker.rb b/lib/database_consistency/checkers/association_checkers/missing_index_checker.rb
index <HASH>..<HASH> 100644
--- a/lib/database_consistency/checkers/association_checkers/missing_index_checker.rb
+++ b/lib/database_consistency/... | Fixes (#<I>) | djezzzl_database_consistency | train | rb |
671fc724e16c0649153b2419dd43596a209c7d62 | diff --git a/client/lib/users/store.js b/client/lib/users/store.js
index <HASH>..<HASH> 100644
--- a/client/lib/users/store.js
+++ b/client/lib/users/store.js
@@ -115,7 +115,7 @@ function deleteUserFromSite( siteId, userId ) {
function deleteUserFromNamespaces( siteId, userId ) {
Object.keys( _userIDsByNamespace ).f... | Users: Change on deletion sentence in /lib/users/store
The object _userIDsByNamespace has a Set structure by namespace, so the correct way to remove an entry from that set is with the delete method rather than the delete expression.
```js
delete _userIDsByNamespace[ namespace ][ userId ];
// to
_userIDsByNamespace... | Automattic_wp-calypso | train | js |
7209dd27af052fead65d298c391df27d8f3dcab8 | diff --git a/launch_control/tests/sample.py b/launch_control/tests/sample.py
index <HASH>..<HASH> 100644
--- a/launch_control/tests/sample.py
+++ b/launch_control/tests/sample.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
"""
Test cases for launch_control.sample module
""" | Remove obsolete shebang from sample.py | zyga_json-schema-validator | train | py |
a004c016fea596703c3886363d48a342ab0a268a | diff --git a/lib/dev_training_bot/services/topics_service.rb b/lib/dev_training_bot/services/topics_service.rb
index <HASH>..<HASH> 100644
--- a/lib/dev_training_bot/services/topics_service.rb
+++ b/lib/dev_training_bot/services/topics_service.rb
@@ -3,7 +3,7 @@ class TopicsService
@drive_service = drive_service
... | Rename TopicService#to_s to #to_poll
TopicService#to_s seemed a bit too implicit for my taste | iovis9_dev_training_bot | train | rb,rb |
cc7b81e45166d9bda33508930b14d5cf12ade286 | diff --git a/python_cowbull_game/GameObject.py b/python_cowbull_game/GameObject.py
index <HASH>..<HASH> 100644
--- a/python_cowbull_game/GameObject.py
+++ b/python_cowbull_game/GameObject.py
@@ -13,7 +13,7 @@ class GameObject(object):
_guesses_made = None
_last_guess = None
- game_modes = ["easy", "norma... | Upgrade to <I> to correctly support inheritance. | dsandersAzure_python_cowbull_game | train | py |
18f70f07ec87eb652f0d12a2ff78fbd258dc3b61 | diff --git a/Classes/Core/Runtime/FormRuntime.php b/Classes/Core/Runtime/FormRuntime.php
index <HASH>..<HASH> 100644
--- a/Classes/Core/Runtime/FormRuntime.php
+++ b/Classes/Core/Runtime/FormRuntime.php
@@ -227,6 +227,7 @@ class FormRuntime implements \TYPO3\Form\Core\Model\Renderable\RootRenderableInt
$result = $th... | [BUGFIX] Elements are not prefilled when re-displayed
With the adjustments to the HTTP changes in the FLOW3 package
we forgot to set the "__submittedArguments" request argument
in FormRuntime::processSubmittedFormValues().
Change-Id: I2a<I>e<I>d4a<I>b<I>ef<I>e<I>b3fff<I>a<I>d<I> | neos_form | train | php |
47a8c734ec9dc163ce4fd6a648ede34bbc97eb3d | diff --git a/estnltk/taggers/morph_analysis/postanalysis_tagger.py b/estnltk/taggers/morph_analysis/postanalysis_tagger.py
index <HASH>..<HASH> 100644
--- a/estnltk/taggers/morph_analysis/postanalysis_tagger.py
+++ b/estnltk/taggers/morph_analysis/postanalysis_tagger.py
@@ -454,6 +454,7 @@ class PostMorphAnalysisTagger... | get the word span that corresponds to the morph span from the input layers without using the parent attribute of the morph span. | estnltk_estnltk | train | py |
6589f30174a4d7673d5b8095a3f94d5bcb280d47 | diff --git a/test/e2e/latency.go b/test/e2e/latency.go
index <HASH>..<HASH> 100644
--- a/test/e2e/latency.go
+++ b/test/e2e/latency.go
@@ -39,7 +39,7 @@ import (
. "github.com/onsi/gomega"
)
-var _ = Describe("[Performance] Latency [Skipped]", func() {
+var _ = Describe("Latency [Skipped]", func() {
var c *clien... | Do not run Latency test as part of scalability suite | kubernetes_kubernetes | train | go |
f1a52c93cfc172e8e546b98e340daaacd94265a8 | diff --git a/tools/dbmaint.py b/tools/dbmaint.py
index <HASH>..<HASH> 100755
--- a/tools/dbmaint.py
+++ b/tools/dbmaint.py
@@ -29,8 +29,6 @@ migration.
-n | --dryrun : don't do anything just show what needs done
-p | --path P : path to schema upgrade files [default: db/schema/upgrades]
-U | --user U : da... | Remove TODO now that it's done.
Former-commit-id: a<I>b<I>dd<I>cc<I>ea<I>e5e<I>f<I>c4d<I>f<I> | gem_oq-engine | train | py |
71bb19920ebe508698e35b16e7678dbd62672241 | diff --git a/lib/knife-attribute/version.rb b/lib/knife-attribute/version.rb
index <HASH>..<HASH> 100644
--- a/lib/knife-attribute/version.rb
+++ b/lib/knife-attribute/version.rb
@@ -1,3 +1,3 @@
module KnifeAttribute
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
end | Bump to version <I> | pdf_knife-attribute | train | rb |
e1edb1b3a155bfe18e18cd82d059241425792733 | diff --git a/media/boom/js/boom.page.js b/media/boom/js/boom.page.js
index <HASH>..<HASH> 100755
--- a/media/boom/js/boom.page.js
+++ b/media/boom/js/boom.page.js
@@ -1459,9 +1459,10 @@ $.extend($.boom.page, {
/** @function */
edit: function( event ){
+ url = '/cms/page/version/feature/' + $.boom.page.conf... | Fixed feature image change being submitted to wrong URL by removing duplication of controller url in JS | boomcms_boom-core | train | js |
25dfc2ce97b8a2da230c367e2a24f2a27232e20e | diff --git a/ballet/project.py b/ballet/project.py
index <HASH>..<HASH> 100644
--- a/ballet/project.py
+++ b/ballet/project.py
@@ -6,6 +6,7 @@ import git
from dynaconf import LazySettings
from funcy import cached_property, fallback, re_find
+from ballet.compat import safepath
from ballet.exc import ConfigurationEr... | Fix py<I> path issue
Yet again | HDI-Project_ballet | train | py |
6d5a68bbc4553cefc080ac16a3347ed747b301ef | diff --git a/pyqrcode/__init__.py b/pyqrcode/__init__.py
index <HASH>..<HASH> 100644
--- a/pyqrcode/__init__.py
+++ b/pyqrcode/__init__.py
@@ -43,8 +43,6 @@ Examples:
#Imports required for 2.7 support
from __future__ import absolute_import, division, print_function, with_statement, unicode_literals
-import io
-impo... | Moved two imports to the method they acutally used with. | mnooner256_pyqrcode | train | py |
acfac1fa2edc7182b8ae4afcd77ea8d1c769030d | diff --git a/lib/xmlconv/util/destination.rb b/lib/xmlconv/util/destination.rb
index <HASH>..<HASH> 100644
--- a/lib/xmlconv/util/destination.rb
+++ b/lib/xmlconv/util/destination.rb
@@ -226,6 +226,7 @@ module XmlConv
end
def do_deliver(delivery)
@transport.start(@uri.host, @uri.user,
+ ... | Sftp-Destination needs known-hosts-file | zdavatz_xmlconv | train | rb |
310df97b242a509d739242994124c258480e0063 | diff --git a/lib/gesund/version.rb b/lib/gesund/version.rb
index <HASH>..<HASH> 100644
--- a/lib/gesund/version.rb
+++ b/lib/gesund/version.rb
@@ -1,3 +1,3 @@
module Gesund
- VERSION = "0.0.1"
+ VERSION = "0.0.2"
end
diff --git a/spec/lib/gesund/version_spec.rb b/spec/lib/gesund/version_spec.rb
index <HASH>..<HASH>... | bump dev version to <I> after release of <I> | devops-israel_gesund | train | rb,rb |
d5240b59992088085e81c4696e2416fda97e65b6 | diff --git a/spec/lib/jekyll_spec.rb b/spec/lib/jekyll_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/jekyll_spec.rb
+++ b/spec/lib/jekyll_spec.rb
@@ -7,6 +7,7 @@ describe "Relation between glynn and jekyll" do
File.open('/test/test/README', 'w') {|f| f.write 'Hello World'}
File.open('/test/test/test', 'w... | fix spec support for the latest jekyll | dmathieu_glynn | train | rb,rb |
e936d6d24f1cb257cb2a66a70c32c89f65306d0a | diff --git a/command/build_ext.py b/command/build_ext.py
index <HASH>..<HASH> 100644
--- a/command/build_ext.py
+++ b/command/build_ext.py
@@ -186,7 +186,7 @@ class build_ext (Command):
# for extensions under Cygwin and AtheOS Python's library directory must be
# appended to library_dirs
if s... | Patch #<I>: fix a bug in distutils when building Python from a
directory within sys.exec_prefix.
(backport from rev. <I>) | pypa_setuptools | train | py |
4ce5dc910b00855d94f1a36b782e29e1244f7f57 | diff --git a/gears/compressors/__init__.py b/gears/compressors/__init__.py
index <HASH>..<HASH> 100644
--- a/gears/compressors/__init__.py
+++ b/gears/compressors/__init__.py
@@ -1,2 +1,3 @@
+from .base import BaseCompressor, ExecCompressor
from .cleancss import CleanCSSCompressor
from .uglifyjs import UglifyJSCompre... | BaseCompressor and ExecCompressor can be imported from gears.compressors now | gears_gears | train | py |
ed599640a27b62b1ec1ac489d9f104fed08c9f2f | diff --git a/tests/django_mysql_tests/test_operations.py b/tests/django_mysql_tests/test_operations.py
index <HASH>..<HASH> 100644
--- a/tests/django_mysql_tests/test_operations.py
+++ b/tests/django_mysql_tests/test_operations.py
@@ -122,8 +122,15 @@ class AlterStorageEngineTests(TransactionTestCase):
self.as... | <I>% coverage of AlterStorageEngine | adamchainz_django-mysql | train | py |
cbb7421dd3c41806a5ee1729cc88048b219ff1ba | diff --git a/src/main/java/de/cubeisland/engine/logging/Filterable.java b/src/main/java/de/cubeisland/engine/logging/Filterable.java
index <HASH>..<HASH> 100644
--- a/src/main/java/de/cubeisland/engine/logging/Filterable.java
+++ b/src/main/java/de/cubeisland/engine/logging/Filterable.java
@@ -24,12 +24,12 @@ package d... | I actually do not want a simple List here | CubeEngine_LogScribe | train | java |
b6385c184c0e6579e516f9110ddc2d7e1fb652da | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -10,7 +10,11 @@ codecs.ndjson = createJSON(true)
codecs.json = createJSON(false)
codecs.binary = {
encode: function encodeBinary (obj) {
- return typeof obj === 'string' ? Buffer.from(obj, 'utf-8') : obj
+ return ty... | co-oerce typedarrays to buffers | mafintosh_codecs | train | js,js |
70b9efb5a9e73a278406f61c62ba2638ad5774d2 | diff --git a/stacktest/graphite/validate.go b/stacktest/graphite/validate.go
index <HASH>..<HASH> 100644
--- a/stacktest/graphite/validate.go
+++ b/stacktest/graphite/validate.go
@@ -1,6 +1,9 @@
package graphite
-import "math"
+import (
+ "fmt"
+ "math"
+)
// Response is a convenience type:
// it provides origin... | allow printing response type in a compact way | grafana_metrictank | train | go |
cf0ae806913c4010deca500cdef33ebf505abc5b | diff --git a/extensions/sticky/src/Listener/PinStickiedDiscussionsToTop.php b/extensions/sticky/src/Listener/PinStickiedDiscussionsToTop.php
index <HASH>..<HASH> 100755
--- a/extensions/sticky/src/Listener/PinStickiedDiscussionsToTop.php
+++ b/extensions/sticky/src/Listener/PinStickiedDiscussionsToTop.php
@@ -25,7 +25,... | Remove use of event priorities
Event priorities are no longer in Laravel - see <URL> | flarum_core | train | php |
e1cbf0624483b1df07eae0f7ba9d1dcf45dc0ded | diff --git a/salt/states/pip_state.py b/salt/states/pip_state.py
index <HASH>..<HASH> 100644
--- a/salt/states/pip_state.py
+++ b/salt/states/pip_state.py
@@ -115,6 +115,7 @@ def installed(name,
no_install=False,
no_download=False,
install_options=None,
+ global... | Allow passing `global_options` | saltstack_salt | train | py |
7a0220a1123c5fcaf60b0205b25e400b2ea35681 | diff --git a/src/js/bs3/module/AirPopover.js b/src/js/bs3/module/AirPopover.js
index <HASH>..<HASH> 100644
--- a/src/js/bs3/module/AirPopover.js
+++ b/src/js/bs3/module/AirPopover.js
@@ -68,6 +68,9 @@ define([
};
this.hide = function () {
+ if (!options.airMode || list.isEmpty(options.popover.air)) {
+... | Prevent script error on airpopover. | summernote_summernote | train | js |
3c3095d4d045d65010e1871a571953d72e4f4cb8 | diff --git a/pythonforandroid/recipes/android/__init__.py b/pythonforandroid/recipes/android/__init__.py
index <HASH>..<HASH> 100644
--- a/pythonforandroid/recipes/android/__init__.py
+++ b/pythonforandroid/recipes/android/__init__.py
@@ -13,7 +13,7 @@ class AndroidRecipe(IncludedFilesBehaviour, CythonRecipe):
s... | Added webviewjni build alternative for android | kivy_python-for-android | train | py |
097d26584ba94f416a937274c730ecbb210aa63c | diff --git a/lib/parallel.rb b/lib/parallel.rb
index <HASH>..<HASH> 100644
--- a/lib/parallel.rb
+++ b/lib/parallel.rb
@@ -183,7 +183,7 @@ module Parallel
Signal.trap signal do
yield
- if old == "DEFAULT"
+ if old == "DEFAULT" || !old.respond_to?(:call)
raise Interru... | Within the Interrupt Signal handler, ensure the trapped signal is callable (more than likely nil if not). | grosser_parallel | train | rb |
0a9ceec55ad0266b894563afd8a6024f3540544e | diff --git a/src/providers/perfectaudience/perfectaudience-test.js b/src/providers/perfectaudience/perfectaudience-test.js
index <HASH>..<HASH> 100644
--- a/src/providers/perfectaudience/perfectaudience-test.js
+++ b/src/providers/perfectaudience/perfectaudience-test.js
@@ -30,6 +30,8 @@
// -----
test('calls trac... | make sure _pa.track is defined when testing track | segmentio_analytics.js-core | train | js |
f9ecd858e8377946fd27f4f6273621a5540a8a2d | diff --git a/src/main/java/tachyon/MasterClient.java b/src/main/java/tachyon/MasterClient.java
index <HASH>..<HASH> 100644
--- a/src/main/java/tachyon/MasterClient.java
+++ b/src/main/java/tachyon/MasterClient.java
@@ -135,6 +135,7 @@ public class MasterClient {
} catch (TTransportException e) {
LOG... | sleep 1sec for each connecting master try | Alluxio_alluxio | train | java |
1c7df2698eea300ba775f857970666082bc8952e | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -184,7 +184,31 @@ describe('FiveBeansClient', function()
returnPayload[ptr].should.equal(payload[ptr]);
ptr++;
}
+ consumer.destroy(returnID, function(err)
+ {
+ should.not.exis... | Added a unit test for utf8 strings.
The unit test fails right now. | ceejbot_fivebeans | train | js |
c015d11303339f50254a10be7335fd33546911ab | diff --git a/modules/activiti-modeler/src/main/java/org/activiti/rest/editor/main/StencilsetRestResource.java b/modules/activiti-modeler/src/main/java/org/activiti/rest/editor/main/StencilsetRestResource.java
index <HASH>..<HASH> 100644
--- a/modules/activiti-modeler/src/main/java/org/activiti/rest/editor/main/Stencils... | Fix read stencilset.json gibberish when in other languages | Activiti_Activiti | train | java |
d9f3367a779094edcbded25992bf26b09e43ba4c | diff --git a/test/integration.js b/test/integration.js
index <HASH>..<HASH> 100644
--- a/test/integration.js
+++ b/test/integration.js
@@ -1531,8 +1531,6 @@ test('print correct link in legacy warning', async t => {
const deploymentPath = fixture('v1-warning-link');
const { code, stderr } = await execute([deployme... | Remove leftover `console.log()` in integration tests (#<I>) | zeit_now-cli | train | js |
39967c82b9df548aec2a9996c17199d9175fa9d7 | diff --git a/classes/fields/color.php b/classes/fields/color.php
index <HASH>..<HASH> 100644
--- a/classes/fields/color.php
+++ b/classes/fields/color.php
@@ -111,7 +111,7 @@ class PodsField_Color extends PodsField {
// @todo Ask for a specific format in error message
$errors[] = __( 'Invalid value provided... | Check if $color has a value before checking this value. | pods-framework_pods | train | php |
e6bb9d3ebc3097775098a72e0fc781d9fee163a7 | diff --git a/cerberus/__init__.py b/cerberus/__init__.py
index <HASH>..<HASH> 100644
--- a/cerberus/__init__.py
+++ b/cerberus/__init__.py
@@ -3,7 +3,7 @@ import logging
__all__ = ['aws_auth', 'client', 'network_util', 'url_util', 'user_auth']
-CLIENT_VERSION = '2.5.2'
+CLIENT_VERSION = '2.5.3'
class Cerberus... | Bumped version to <I> | Nike-Inc_cerberus-python-client | train | py |
a08eccf9b84b5754f7cf09c06292a76ea3f1a6bb | diff --git a/testem.js b/testem.js
index <HASH>..<HASH> 100644
--- a/testem.js
+++ b/testem.js
@@ -8,6 +8,7 @@ let config = {
test_page: smokeTests ? 'tests/index.html?smoke_tests=true' : 'tests/index.html?hidepassed',
disable_watching: true,
browser_start_timeout: smokeTests ? 300000 : 30000,
+ browser_disco... | Increase browser disconnect timeout in smoke tests | glimmerjs_glimmer-vm | train | js |
431e6f1943efb7d3308b159e20b0daf0e0c2f1fd | diff --git a/src/Api.php b/src/Api.php
index <HASH>..<HASH> 100644
--- a/src/Api.php
+++ b/src/Api.php
@@ -654,7 +654,7 @@ class Api
*
* @throws TelegramSDKException
*/
- public function get($endpoint, $params = [])
+ protected function get($endpoint, $params = [])
{
return $this->... | Update Method Visibility to Protected for Non-Public Methods. | exileed_telegram-bot-api | train | php |
b8d1550ee0c3722a1b926ae41c71b53c53b934d4 | diff --git a/lib/twitter.py b/lib/twitter.py
index <HASH>..<HASH> 100644
--- a/lib/twitter.py
+++ b/lib/twitter.py
@@ -41,7 +41,7 @@ def __post(user, password, path, args={}):
def __get(user, password, path, delegate, params={}):
url = BASE_URL + path
if params:
- url += '?' + __urlencode(params),
+ ... | Fixed typo in get with params. | dustin_twitty-twister | train | py |
abb84d065ef9ed67660472fe0aecb155ca0633dc | diff --git a/core/server/auth/utils.js b/core/server/auth/utils.js
index <HASH>..<HASH> 100644
--- a/core/server/auth/utils.js
+++ b/core/server/auth/utils.js
@@ -13,7 +13,7 @@ var Promise = require('bluebird'),
* This access token auto expires and get's cleaned up on bootstrap (see oauth.js).
*/
_private.decrease... | Improved debug logs for auth utils (#<I>)
no issue
- reduce the debug logs
- it's okay to log the old token to delete, because this token is getting removed anyway | TryGhost_Ghost | train | js |
8df7f0da57cff349e63bf4fe939a53b2de35ef1d | diff --git a/client/next-dev.js b/client/next-dev.js
index <HASH>..<HASH> 100644
--- a/client/next-dev.js
+++ b/client/next-dev.js
@@ -1,4 +1,3 @@
-import 'react-hot-loader/patch'
import patch from './patch-react'
// apply patch first
@@ -7,5 +6,7 @@ patch((err) => {
next.renderError(err)
})
+require('react-h... | fix HMR (#<I>) | zeit_next.js | train | js |
6ec6eff163fc26744cef0207943fce4cc368174a | diff --git a/lib/Watching.js b/lib/Watching.js
index <HASH>..<HASH> 100644
--- a/lib/Watching.js
+++ b/lib/Watching.js
@@ -49,7 +49,7 @@ class Watching {
this.watchOptions = {};
}
if (typeof this.watchOptions.aggregateTimeout !== "number") {
- this.watchOptions.aggregateTimeout = 200;
+ this.watchOptions.... | Lower default aggregateTimeout to <I>ms | webpack_webpack | train | js |
c6dc0bb05a56902f88aad60f01ec5e22c5c45ea3 | diff --git a/tests/test.attachments.js b/tests/test.attachments.js
index <HASH>..<HASH> 100644
--- a/tests/test.attachments.js
+++ b/tests/test.attachments.js
@@ -324,6 +324,20 @@ describe('attachments', function () {
});
});
+ it("Test put another attachment on a doc with attachments", function(... | (#<I>) - added test for multiple attachements | pouchdb_pouchdb | train | js |
791e49d860087391660ede1cc30c88af0df067a7 | diff --git a/dpark/rdd.py b/dpark/rdd.py
index <HASH>..<HASH> 100644
--- a/dpark/rdd.py
+++ b/dpark/rdd.py
@@ -1510,6 +1510,10 @@ class MultiOutputTextFileRDD(OutputTextFileRDD):
def flush_file(self, key, f):
f.flush()
+ if self.compress:
+ f.compress = zlib.compressobj(9, zlib.DEFLATE... | fix MultiOutputTextFile is not independent for compress | douban_dpark | train | py |
cbcd7eee9be0d215f18a0aa502279c3ef7731c7d | diff --git a/models/SettingsForm.php b/models/SettingsForm.php
index <HASH>..<HASH> 100644
--- a/models/SettingsForm.php
+++ b/models/SettingsForm.php
@@ -75,7 +75,7 @@ class SettingsForm extends Model
return [
'usernameRequired' => ['username', 'required'],
'usernameTrim' => ['userna... | Fix validation rule (fixes #<I>) | dektrium_yii2-user | train | php |
cf32eda312ac6651569a3a685d46ee21bcdbae77 | diff --git a/lib/watson_developer_cloud/iam_token_manager.rb b/lib/watson_developer_cloud/iam_token_manager.rb
index <HASH>..<HASH> 100644
--- a/lib/watson_developer_cloud/iam_token_manager.rb
+++ b/lib/watson_developer_cloud/iam_token_manager.rb
@@ -72,8 +72,7 @@ class IAMTokenManager
)
return @token_inf... | refactor(iam logic): Consolidate if unless into ternary operator | watson-developer-cloud_ruby-sdk | train | rb |
d3fc213da4f167b5d6d16489c6c244439ac27cf4 | diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/ServiceProvider.php
+++ b/src/ServiceProvider.php
@@ -29,6 +29,8 @@ class ServiceProvider extends Injectable {
$this->di->set('config.debugbar', function() use($configPath){
if ( $configPath===null ) {
$co... | ServiceProvider's construct function support Phalcon\Config\Adapter\Php instance | snowair_phalcon-debugbar | train | php |
e8226226cbe0e41215f831ee788b02fa7598d9fa | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -3,6 +3,8 @@ var GameCtrl = require('./ctrl/game');
var CommandLine = require("./command_line");
var m = require("mithril");
+var GamesAwaitingMoveComponent = require('./ui/overview/games_awaiting_move');
+
module.exports... | ooo, it's excitin' | Happy0_ssb-chess | train | js |
631219651d987042dc6409b6757db2dab1c2f3e8 | diff --git a/nsqd.py b/nsqd.py
index <HASH>..<HASH> 100644
--- a/nsqd.py
+++ b/nsqd.py
@@ -16,7 +16,7 @@ HOSTNAME = socket.gethostname()
SHORTNAME = HOSTNAME.split('.')[0]
class Nsqd(object):
- def __init__(self, address, tcp_port=None, http_port=None, timeout=1.0):
+ def __init__(self, address, tcp_port=Non... | Increase timeout to <I> seconds. | wtolson_gnsq | train | py |
243497925a786dfbbd5cc99f0c16ac3d6b6f3b22 | diff --git a/config/webpack/test.webpack.config.js b/config/webpack/test.webpack.config.js
index <HASH>..<HASH> 100644
--- a/config/webpack/test.webpack.config.js
+++ b/config/webpack/test.webpack.config.js
@@ -19,7 +19,7 @@ function getWebpackConfig(skyPagesConfig) {
const aliasBuilder = require('./alias-builder');... | allow karma to find all .spec files from src, instead of just inside app. (#<I>) | blackbaud_skyux-builder | train | js |
1f81868d1061a18b334753eabc6b3bfb9d68c67d | diff --git a/src/test/java/com/netflix/zeno/fastblob/state/ByteArrayOrdinalMapTest.java b/src/test/java/com/netflix/zeno/fastblob/state/ByteArrayOrdinalMapTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/netflix/zeno/fastblob/state/ByteArrayOrdinalMapTest.java
+++ b/src/test/java/com/netflix/zeno/fastblob/... | Unit test for ByteArrayOrdinalMap | Netflix_zeno | train | java |
f911ccfe5d8baea0a7edcacc09c16cfc18f2c4bf | diff --git a/cgutils/cgroup.py b/cgutils/cgroup.py
index <HASH>..<HASH> 100644
--- a/cgutils/cgroup.py
+++ b/cgutils/cgroup.py
@@ -271,10 +271,13 @@ class SubsystemCpuset(Subsystem):
class SubsystemMemory(Subsystem):
NAME = 'memory'
STATS = {
+ 'failcnt': long,
'usage_in_bytes': long,
+ ... | Add missing control files of memory subsystems | peo3_cgroup-utils | train | py |
12e9a891117f1915043d4025cb5049403719a46a | diff --git a/tests/unit/test_csp.py b/tests/unit/test_csp.py
index <HASH>..<HASH> 100644
--- a/tests/unit/test_csp.py
+++ b/tests/unit/test_csp.py
@@ -221,7 +221,11 @@ def test_includeme():
"'self'",
"camo.url.value",
],
- "script-src": ["'self'"... | Add another domain to the CSP policy (#<I>) | pypa_warehouse | train | py,py |
f4e313094485a0d3bea6e2063a69ff650ee4de0b | diff --git a/core/committer/txvalidator/validator.go b/core/committer/txvalidator/validator.go
index <HASH>..<HASH> 100644
--- a/core/committer/txvalidator/validator.go
+++ b/core/committer/txvalidator/validator.go
@@ -695,6 +695,15 @@ func (v *vsccValidatorImpl) VSCCValidateTx(payload *common.Payload, envBytes []b
... | [FAB-<I>] Missing nil check in VSCCValidateTx
There is a missing nil check in the function VSCCValidateTx in case
the header extension's ChaincodeId is nil.
I added a nil check for that, and for the ChaincodeAction too
Change-Id: I<I>e<I>cccf<I>ba8d<I>b<I>db<I>f<I>a<I>d | hyperledger_fabric | train | go |
fc80fa331a5f35e9526afa826b3cdd802767ad8b | diff --git a/src/funnies.js b/src/funnies.js
index <HASH>..<HASH> 100644
--- a/src/funnies.js
+++ b/src/funnies.js
@@ -169,5 +169,9 @@ export default [
"Ordering 1s and 0s...",
"Updating dependencies...",
"Loading funny message...",
- "Feel free to spin in your chair"
+ "Feel free to spin in your chair",
+ ... | Adding funny phrases (#<I>)
* Update funnies.js
Add more funny phrases! #6
* Update funnies.js | 1egoman_funnies | train | js |
f45dd6c826fcfef9498f5a2d26cc5fd49f6f888e | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -19,7 +19,8 @@ module.exports = function (grunt) {
},
continuous: {
configFile: 'karma.conf.js',
- singleRun: true
+ singleRun: true,
+ ... | Fixed the build since there is a known issue of running tests in Chrome on Travis. | emmaguo_angular-poller | train | js |
477f23f3c0aeeba6d906ec5d30273c97f30be3af | diff --git a/okdownload/src/main/java/com/liulishuo/okdownload/core/dispatcher/DownloadDispatcher.java b/okdownload/src/main/java/com/liulishuo/okdownload/core/dispatcher/DownloadDispatcher.java
index <HASH>..<HASH> 100644
--- a/okdownload/src/main/java/com/liulishuo/okdownload/core/dispatcher/DownloadDispatcher.java
+... | chore: fix stylecheck issue on download-dispatcher | lingochamp_okdownload | train | java |
ca4931a3cec73de46f4762fa9c985210c871a52c | diff --git a/lib/branch_io_cli/configuration/setup_configuration.rb b/lib/branch_io_cli/configuration/setup_configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/branch_io_cli/configuration/setup_configuration.rb
+++ b/lib/branch_io_cli/configuration/setup_configuration.rb
@@ -191,13 +191,13 @@ EOF
menu.pro... | Use ivars instead of self. | BranchMetrics_branch_io_cli | train | rb |
300f82eda426c179a5f20bb693cec1a5acc36a23 | diff --git a/cheroot/test/conftest.py b/cheroot/test/conftest.py
index <HASH>..<HASH> 100644
--- a/cheroot/test/conftest.py
+++ b/cheroot/test/conftest.py
@@ -19,14 +19,14 @@ from ..testing import ( # noqa: F401
from ..testing import get_server_client
-@pytest.fixture # noqa: F811
-def wsgi_server_client(wsgi_se... | Fix noqa F<I> placing in conftest | cherrypy_cheroot | train | py |
0458f7ba4359c217e3e09914512ac4cd915eed73 | diff --git a/cpnav/CpNavPlugin.php b/cpnav/CpNavPlugin.php
index <HASH>..<HASH> 100644
--- a/cpnav/CpNavPlugin.php
+++ b/cpnav/CpNavPlugin.php
@@ -190,8 +190,8 @@ class CpNavPlugin extends BasePlugin
foreach ($allNavs as $newNav) {
- // Allow Enviroment Variables to be used in th... | support for globals - always use first editable set for url | verbb_cp-nav | train | php,php |
0e8278e97a980a5cf3b27e9413f1b69f10cd8f3f | diff --git a/parse_gapfind_noproduction.py b/parse_gapfind_noproduction.py
index <HASH>..<HASH> 100755
--- a/parse_gapfind_noproduction.py
+++ b/parse_gapfind_noproduction.py
@@ -6,7 +6,8 @@ The GapFind file should be produced with parameter "ps=0".
'''
import sys
-import csv
+import csv
+import re
if __name__ ... | When parsing GapFind result exclude all non-cytosol compounds | zhanglab_psamm | train | py |
e5b93a0b4a2b0da4758f0e7010e7f8ef364b9812 | diff --git a/tests/ast/test_folding.py b/tests/ast/test_folding.py
index <HASH>..<HASH> 100644
--- a/tests/ast/test_folding.py
+++ b/tests/ast/test_folding.py
@@ -108,6 +108,8 @@ builtins_modified = [
"def foo(bar: int128 = MAX_INT128): pass",
"def foo(): bar = MAX_INT128",
"def foo(): return MAX_INT128"... | test: constants as call args | ethereum_vyper | train | py |
2fde12ce1d027ed07c885820f16b42b4e02ce8fc | diff --git a/testproject/testproject/settings.py b/testproject/testproject/settings.py
index <HASH>..<HASH> 100644
--- a/testproject/testproject/settings.py
+++ b/testproject/testproject/settings.py
@@ -156,3 +156,5 @@ LOGGING = {
},
}
}
+
+TEST_RUNNER = 'django.test.runner.DiscoverRunner' | Avoid Django to raise warnings for test runners. | stefanfoulis_django-phonenumber-field | train | py |
5c4f60f09bf7d323f24c047e0484cba6350f3fe1 | diff --git a/concrete/src/Express/Association/Applier.php b/concrete/src/Express/Association/Applier.php
index <HASH>..<HASH> 100644
--- a/concrete/src/Express/Association/Applier.php
+++ b/concrete/src/Express/Association/Applier.php
@@ -121,10 +121,12 @@ class Applier
if ($oneAssociation) {
... | Fixing some outlier express association issues | concrete5_concrete5 | train | php |
3002cebaace65d85b7a1b03271998810332db15d | diff --git a/tests/src/main/java/com/hazelcast/stabilizer/tests/map/MapCasTest.java b/tests/src/main/java/com/hazelcast/stabilizer/tests/map/MapCasTest.java
index <HASH>..<HASH> 100644
--- a/tests/src/main/java/com/hazelcast/stabilizer/tests/map/MapCasTest.java
+++ b/tests/src/main/java/com/hazelcast/stabilizer/tests/m... | Fixed outdated method name in MapCasTest. | hazelcast_hazelcast-simulator | train | java |
d322b68f292a31505a71edb3bb26dfdf377703fd | diff --git a/Kwf/Component/Generator/Box/StaticSelect.php b/Kwf/Component/Generator/Box/StaticSelect.php
index <HASH>..<HASH> 100644
--- a/Kwf/Component/Generator/Box/StaticSelect.php
+++ b/Kwf/Component/Generator/Box/StaticSelect.php
@@ -75,4 +75,24 @@ class Kwf_Component_Generator_Box_StaticSelect extends Kwf_Compone... | duplicate Generator_Box_StaticSelect row | koala-framework_koala-framework | train | php |
f72f68842244c53c30a028ddeaf8d42af494fd08 | diff --git a/cronjobs/linkcheck.php b/cronjobs/linkcheck.php
index <HASH>..<HASH> 100644
--- a/cronjobs/linkcheck.php
+++ b/cronjobs/linkcheck.php
@@ -66,7 +66,7 @@ foreach ( $linkList as $link )
}
else
{
- $cli->output( "Couldn't check https protocol" );
+ $cli->output(... | Fix EZP-<I>: Updated linkcheck.php https warning message | ezsystems_ezpublish-legacy | train | php |
e061639a909bda2bd174e4dbdf418c5a71c8c146 | diff --git a/lib/rails_sso/helpers.rb b/lib/rails_sso/helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/rails_sso/helpers.rb
+++ b/lib/rails_sso/helpers.rb
@@ -43,6 +43,8 @@ module RailsSso
yield if block_given?
rescue ::OAuth2::Error
nil
+ rescue ResponseError => e
+ nil if e.code == :unauthe... | Do not raise error when unauthenticated
Fixes #7 | monterail_rails_sso | train | rb |
738c04fd1651dad56670ce587370adb34ef607c4 | diff --git a/gandi/cli/core/client.py b/gandi/cli/core/client.py
index <HASH>..<HASH> 100644
--- a/gandi/cli/core/client.py
+++ b/gandi/cli/core/client.py
@@ -27,8 +27,7 @@ class XMLRPCClient(object):
def __init__(self, host, debug=False):
self.debug = debug
- self.endpoint = xmlrpclib.ServerProx... | Disable sending of custom user-agent through xlmrpc as it doesn't work | Gandi_gandi.cli | train | py |
ce2caea9ce1d24bb7928244a062aceefbc3b5661 | diff --git a/LiSE/LiSE/query.py b/LiSE/LiSE/query.py
index <HASH>..<HASH> 100644
--- a/LiSE/LiSE/query.py
+++ b/LiSE/LiSE/query.py
@@ -91,9 +91,9 @@ def windows_intersection(windows):
def intersect2(left, right):
if left == right:
return left
- elif left is (None, None):
+ elif ... | Fix bad `is` in intersect2 in windows_intersection | LogicalDash_LiSE | train | py |
99fe337e36866b29e235ae6352a4b837083ffc0b | diff --git a/describe.go b/describe.go
index <HASH>..<HASH> 100644
--- a/describe.go
+++ b/describe.go
@@ -14,10 +14,8 @@ var cmdDescribe = &Command{
Examples
- force describe metadata -n=CustomObject
- force describe sobject -n=Account
- force describe metata
- force describe sobject
+ force describe -t=me... | Update describe help text
As far as I can tell from use, the describe function fails unless the `-t` flag is explicitly set. This commit also removes what I think are two extraneous lines. | ForceCLI_force | train | go |
8dcd854bc25575d71224b3b5dc99e559a0318278 | diff --git a/lib/line-header.js b/lib/line-header.js
index <HASH>..<HASH> 100644
--- a/lib/line-header.js
+++ b/lib/line-header.js
@@ -106,7 +106,14 @@ class LineHeader extends stream.Transform {
this.checks.forEach(function (check) {
let err = check(fieldData);
if (err) {
- this.emit("error", err... | fix: The errors will now be embedded into the data stream. | Kronos-Integration_kronos-interceptor-line-header | train | js |
3c110fc586b45245ede049fa2bab554e15d3197c | diff --git a/mapchete/_processing.py b/mapchete/_processing.py
index <HASH>..<HASH> 100644
--- a/mapchete/_processing.py
+++ b/mapchete/_processing.py
@@ -444,12 +444,17 @@ def _preprocess(
)
# process all remaining tiles using todo list from before
- for future in executor.as_com... | add preprocessing task counter to logs | ungarj_mapchete | train | py |
d69827ac56c10effcce6248ea1ec61126549b02d | diff --git a/src/NamelessCoder/GizzleGitPlugins/GizzlePlugins/ClonePlugin.php b/src/NamelessCoder/GizzleGitPlugins/GizzlePlugins/ClonePlugin.php
index <HASH>..<HASH> 100644
--- a/src/NamelessCoder/GizzleGitPlugins/GizzlePlugins/ClonePlugin.php
+++ b/src/NamelessCoder/GizzleGitPlugins/GizzlePlugins/ClonePlugin.php
@@ -3... | [TASK] Sprintf directory in clone plugin to insert repository name | NamelessCoder_gizzle-git-plugins | train | php |
0151013ddbce79f82316725bfaad2628f297c108 | diff --git a/salt/client/__init__.py b/salt/client/__init__.py
index <HASH>..<HASH> 100644
--- a/salt/client/__init__.py
+++ b/salt/client/__init__.py
@@ -481,6 +481,8 @@ class LocalClient(object):
following exceptions.
:param sub: The number of systems to execute on
+ :param cli: When this i... | document `cli` option for cmd_subset
It would be really nice to have a better name for `cmd_cli` in a future
release, possibly cmd_gen. I don't feel comfortable making this change in
<I> though | saltstack_salt | train | py |
44fd9a1bde9b73d84c3370f4ce14293108095180 | diff --git a/xwiki-commons-core/xwiki-commons-groovy/src/test/java/org/xwiki/groovy/internal/GroovyExecutionTest.java b/xwiki-commons-core/xwiki-commons-groovy/src/test/java/org/xwiki/groovy/internal/GroovyExecutionTest.java
index <HASH>..<HASH> 100644
--- a/xwiki-commons-core/xwiki-commons-groovy/src/test/java/org/xwi... | [Misc] Improve test name | xwiki_xwiki-commons | train | java |
7f998b1b832dd69cfdd8455afd5b8af3b2f77df8 | diff --git a/transformers/tokenization_utils.py b/transformers/tokenization_utils.py
index <HASH>..<HASH> 100644
--- a/transformers/tokenization_utils.py
+++ b/transformers/tokenization_utils.py
@@ -910,7 +910,7 @@ class PreTrainedTokenizer(object):
token_type_ids = [0] * len(ids) + ([1] * len(pair_ids) if... | special_tokens_mask value was unused and calculated twice | huggingface_pytorch-pretrained-BERT | train | py |
cdf78b63d018d767853c1488ead451c61a2ecf4d | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ requires = [
setup(
name='amaascore',
- version='0.3.6',
+ version='0.4.0',
description='Asset Management as a Service - Core SDK',
license='Apache License 2.0',
url='https://github.... | Increment version now we connect to prod by default | amaas-fintech_amaas-core-sdk-python | train | py |
15117956c244b7415aacf4cd76f50752fa9a1a22 | diff --git a/install.py b/install.py
index <HASH>..<HASH> 100644
--- a/install.py
+++ b/install.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-
import json
import os
import re | Remove shebang from install.py. (#<I>)
Always executed like $ /path/to/python install.py . | junaruga_rpm-py-installer | train | py |
06a73751bb756b4366ea778bd9572585dfd228b4 | diff --git a/modules/directives/date/test/dateSpec.js b/modules/directives/date/test/dateSpec.js
index <HASH>..<HASH> 100644
--- a/modules/directives/date/test/dateSpec.js
+++ b/modules/directives/date/test/dateSpec.js
@@ -48,6 +48,16 @@ describe('uiDate', function() {
return expect(element.datepicker('getDate')... | bug <I>: added a test to prove null handling works ok | angular-ui_ui-scrollpoint | train | js |
5487cf20707cd51e94e53de8b01eb70ab22993bc | diff --git a/src/client.js b/src/client.js
index <HASH>..<HASH> 100644
--- a/src/client.js
+++ b/src/client.js
@@ -1506,7 +1506,7 @@ MatrixClient.prototype.createKeyBackupVersion = async function(info) {
await this._crypto._signObject(data.auth_data);
if (
- this._cryptoCallbacks.getSecretStorageKey ... | Fix callback check
We need to check for getCrossSisgningKey but that was added
unconditionally elsewhere - only add it if we actually have a
getSecretStorageKey callback to use. | matrix-org_matrix-js-sdk | train | js,js |
c7d919ec24216f8cac8a695ceeec0504ee3ecfd0 | diff --git a/src/a-frame/component/gblock.js b/src/a-frame/component/gblock.js
index <HASH>..<HASH> 100644
--- a/src/a-frame/component/gblock.js
+++ b/src/a-frame/component/gblock.js
@@ -62,7 +62,12 @@ export default {
fetch('https://us-central1-gblock-api.cloudfunctions.net/get-gltf-url/?url=' + src).then(functio... | emits events on gblock loading errors | archilogic-com_3dio-js | train | js |
b21e027bb56ec77986d76fc1990f4e420c6de869 | diff --git a/pyPodcastParser/Item.py b/pyPodcastParser/Item.py
index <HASH>..<HASH> 100644
--- a/pyPodcastParser/Item.py
+++ b/pyPodcastParser/Item.py
@@ -50,10 +50,6 @@ class Item(object):
def set_time_published(self):
if self.published_date is None:
- self.time_published = None
- ... | fixed errors in set_time_published | jrigden_pyPodcastParser | train | py,py |
fedfaea2a130ac7817e2ffdc547acd771d3fdcfc | diff --git a/test/helper.js b/test/helper.js
index <HASH>..<HASH> 100644
--- a/test/helper.js
+++ b/test/helper.js
@@ -1,3 +1,12 @@
+var fs = require('fs'),
+ path = require('path');
+
+function loadDataFromFile(filename) {
+ var dataString = fs.readFileSync(filename, 'utf8');
+
+ return JSON.parse(dataString)... | implemented loading of data from a json file | FenrirUnbound_flipit | train | js |
416cbbe3a432a96b45c65a1b845446ac47e92a75 | diff --git a/shared/api/certificate.go b/shared/api/certificate.go
index <HASH>..<HASH> 100644
--- a/shared/api/certificate.go
+++ b/shared/api/certificate.go
@@ -26,6 +26,12 @@ type CertificatesPost struct {
// Server trust password (used to add an untrusted client)
// Example: blah
Password string `json:"passwo... | shared/api: Add Token to CertificatesPost | lxc_lxd | train | go |
da61e2d784f89bf4860386e9d07a8f2757c13024 | diff --git a/packages/article-summary/src/article-summary-headline.js b/packages/article-summary/src/article-summary-headline.js
index <HASH>..<HASH> 100644
--- a/packages/article-summary/src/article-summary-headline.js
+++ b/packages/article-summary/src/article-summary-headline.js
@@ -1,5 +1,5 @@
import React from "r... | fix: (REPLAT-<I>) disable fontSizing on article headlines (#<I>) | newsuk_times-components | train | js |
08a287c08db71d77005fc18468e941fe77be1e7d | diff --git a/molo/core/tests/test_middleware.py b/molo/core/tests/test_middleware.py
index <HASH>..<HASH> 100644
--- a/molo/core/tests/test_middleware.py
+++ b/molo/core/tests/test_middleware.py
@@ -91,4 +91,4 @@ class TestUtils(TestCase, MoloTestCaseMixin):
middleware = MoloGoogleAnalyticsMiddleware()
... | add line at the end of a file | praekeltfoundation_molo | train | py |
37eb9507570d6f07574867843368e26d74304b7d | diff --git a/modules/orionode/lib/git/remotes.js b/modules/orionode/lib/git/remotes.js
index <HASH>..<HASH> 100755
--- a/modules/orionode/lib/git/remotes.js
+++ b/modules/orionode/lib/git/remotes.js
@@ -19,8 +19,6 @@ var clone = require('./clone');
var mConfig = require('./config');
var express = require('express');
... | remove investigation code for Bug <I> - [Node]FetchRemote might never returns | eclipse_orion.client | train | js |
c481e352ebd8e8bcfd0beb1036c1606b0501154a | diff --git a/Kwf/Component/PluginRoot/PostRenderCutter.php b/Kwf/Component/PluginRoot/PostRenderCutter.php
index <HASH>..<HASH> 100644
--- a/Kwf/Component/PluginRoot/PostRenderCutter.php
+++ b/Kwf/Component/PluginRoot/PostRenderCutter.php
@@ -26,7 +26,7 @@ abstract class Kwf_Component_PluginRoot_PostRenderCutter implem... | Remove final to allow customizing mask
required for porsche dealer news+gallery | koala-framework_koala-framework | train | php |
e06f25493c2c78f0b7e9ac26f14e9236eed58fd5 | diff --git a/src/main/java/org/cellprofiler/imageset/ImageFile.java b/src/main/java/org/cellprofiler/imageset/ImageFile.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/cellprofiler/imageset/ImageFile.java
+++ b/src/main/java/org/cellprofiler/imageset/ImageFile.java
@@ -109,14 +109,14 @@ public class ImageFile ... | Support s3 URIs.
toURL() fails if the URI's scheme is s3. Since the URI gets converted
to a string, just return toString(). | CellProfiler_prokaryote | train | java |
423200f004700227068b864f9499a4e5ea6a0ae5 | diff --git a/src/utilities/assertValidName.js b/src/utilities/assertValidName.js
index <HASH>..<HASH> 100644
--- a/src/utilities/assertValidName.js
+++ b/src/utilities/assertValidName.js
@@ -11,6 +11,10 @@
const NAME_RX = /^[_a-zA-Z][_a-zA-Z0-9]*$/;
const ERROR_PREFIX_RX = /^Error: /;
+// Silences warnings if an en... | [RFC] Environment var to silence warning about invalid names.
This provides an opt-out of a spec compliance naming style for legacy schema | graphql_graphql-js | train | js |
55a94ede78eb473767bfde73678b93971ceebab0 | diff --git a/examples/hello_world.py b/examples/hello_world.py
index <HASH>..<HASH> 100644
--- a/examples/hello_world.py
+++ b/examples/hello_world.py
@@ -3,4 +3,4 @@ import hug
@hug.get()
def hello_world():
- return "Hello world"
+ return "Hello world!"
diff --git a/hug/output_format.py b/hug/output_format.p... | Automatically handle converting bytes to utf8 | hugapi_hug | train | py,py |
b43043c4d82b5c16d0a5f81cb1f072aff2d41831 | diff --git a/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/model/snapshots/SnapshotItem.java b/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/model/snapshots/SnapshotItem.java
index <HASH>..<HASH> 100644
--- a/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/model/snapshots/SnapshotIt... | adjusting snapshot JSON api to the MQM standard (non available numerics should be nulls) | hpsa_hpe-application-automation-tools-plugin | train | java |
18e0642d24b8db8f0ff2ebc3151fe85966ba00bd | diff --git a/src/constraint/MouseConstraint.js b/src/constraint/MouseConstraint.js
index <HASH>..<HASH> 100644
--- a/src/constraint/MouseConstraint.js
+++ b/src/constraint/MouseConstraint.js
@@ -106,7 +106,7 @@ var MouseConstraint = {};
* Triggers mouse constraint events
* @method _triggerEvents
* @pr... | Update JSDoc
This might need fixing later, I don't know if I did it right. | liabru_matter-js | train | js |
f3b3b0e9f7db578cc9ed94865a2bfd37834eb08b | diff --git a/lib/rubocop/cop/style/hash_syntax.rb b/lib/rubocop/cop/style/hash_syntax.rb
index <HASH>..<HASH> 100644
--- a/lib/rubocop/cop/style/hash_syntax.rb
+++ b/lib/rubocop/cop/style/hash_syntax.rb
@@ -54,10 +54,6 @@ module RuboCop
private
- def space_before_operator?(op, key)
- op.beg... | Remove unused method
This method was left behind after commit <I>a<I>f<I>e4fe7a. | rubocop-hq_rubocop | train | rb |
18bf299abd1332b2632007e2c9850ddb1d336ecb | diff --git a/classes/MUtil/View/Helper/Exhibitor.php b/classes/MUtil/View/Helper/Exhibitor.php
index <HASH>..<HASH> 100644
--- a/classes/MUtil/View/Helper/Exhibitor.php
+++ b/classes/MUtil/View/Helper/Exhibitor.php
@@ -63,6 +63,7 @@ class MUtil_View_Helper_Exhibitor extends Zend_View_Helper_FormElement
public func... | Exhibitor screwed up the dateformat, resulting in 1-1-<I> dates being saved (track start date for example) | GemsTracker_gemstracker-library | train | php |
c161757af713840e2fd4408e4f8d711c27ccd9d9 | diff --git a/lib/ruby-jmeter/dsl.rb b/lib/ruby-jmeter/dsl.rb
index <HASH>..<HASH> 100755
--- a/lib/ruby-jmeter/dsl.rb
+++ b/lib/ruby-jmeter/dsl.rb
@@ -202,7 +202,9 @@ module RubyJmeter
def exists(variable, &block)
params ||= {}
- params[:condition] = "'${#{variable}}'.length > 0"
+ params[:condi... | fix up exists check and specify additional params in flood method | flood-io_ruby-jmeter | train | rb |
083a139488764f45e2601d5dd61e978b4c6f0aae | diff --git a/lib/transports/polling-xhr.js b/lib/transports/polling-xhr.js
index <HASH>..<HASH> 100755
--- a/lib/transports/polling-xhr.js
+++ b/lib/transports/polling-xhr.js
@@ -219,6 +219,10 @@ Request.prototype.create = function () {
} catch (e) {}
}
+ try {
+ xhr.setRequestHeader('Accept', '*/... | [fix] Set accept header to */* to support react app proxy (#<I>) | socketio_engine.io-client | train | js |
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.