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 |
|---|---|---|---|---|---|
26d1f0827f6e9f66ea5f817af32e488ca235a793 | diff --git a/lib/Doctrine/Migrations/Version/DbalExecutor.php b/lib/Doctrine/Migrations/Version/DbalExecutor.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/Migrations/Version/DbalExecutor.php
+++ b/lib/Doctrine/Migrations/Version/DbalExecutor.php
@@ -25,6 +25,7 @@ use Symfony\Component\Stopwatch\Stopwatch;
use Thr... | check for getSql method exists in MetadataStorage | doctrine_migrations | train | php |
a28940f3503ca05e518991c896a0c186a98c7cdb | diff --git a/treebeard/tests.py b/treebeard/tests.py
index <HASH>..<HASH> 100644
--- a/treebeard/tests.py
+++ b/treebeard/tests.py
@@ -402,6 +402,16 @@ class TestClassMethods(TestNonEmptyTree):
self.assertEqual(got, expected)
@multi_test()
+ def test_get_tree_leaf(self):
+ node = self.model.ob... | added TestClassMethods.test_get_tree_leaf | django-treebeard_django-treebeard | train | py |
44635e382e00566c2ec98e5bcc4a21648bf4a607 | diff --git a/retry.go b/retry.go
index <HASH>..<HASH> 100644
--- a/retry.go
+++ b/retry.go
@@ -31,13 +31,14 @@ const MaxJitter = 1.0
// NoJitter disables the use of jitter for randomizing the exponential backoff time
const NoJitter = 0.0
-// initalize our own instance of a random generator with the current time
-va... | rand: Seed current time inside newRetryTimer
Avoids global unprotected 'random' generator, use a simple
seeding value based on current time inside the Timer thread.
Fixes mc vendorization issue #<I> | minio_minio-go | train | go |
6ce84495d1e5e2fec2fd9b138e66796323c929ee | diff --git a/lib/impala/cursor.rb b/lib/impala/cursor.rb
index <HASH>..<HASH> 100644
--- a/lib/impala/cursor.rb
+++ b/lib/impala/cursor.rb
@@ -14,6 +14,8 @@ module Impala
@row_buffer = []
@done = false
@open = true
+
+ fetch_more
end
def inspect | fetch data right off the bat, when a Cursor is instantiated.
This means the Cursor is no longer lazy in fetching data, but I'm not sure I
care. It fixes an issue where an cursor would return true for has_more? even if
there's nothing in the table. | colinmarc_impala-ruby | train | rb |
0ce4275f5783c8d82391494171c2f129e7763d6a | diff --git a/tests/VirtualFileSystem/WrapperTest.php b/tests/VirtualFileSystem/WrapperTest.php
index <HASH>..<HASH> 100644
--- a/tests/VirtualFileSystem/WrapperTest.php
+++ b/tests/VirtualFileSystem/WrapperTest.php
@@ -1209,4 +1209,18 @@ class WrapperTest extends \PHPUnit_Framework_TestCase
'Allowed to tou... | added tests for is_executable #<I> | michael-donat_php-vfs | train | php |
5b282ffa1ea51cb398d06b20aeff419fa32c54b5 | diff --git a/src/Core/Application.php b/src/Core/Application.php
index <HASH>..<HASH> 100644
--- a/src/Core/Application.php
+++ b/src/Core/Application.php
@@ -17,6 +17,7 @@ class Application extends \Tsugi\Silex\Application {
$this['tsugi']->output->buffer = false;
$P7 = strpos(phpversion(), '7') ==... | Allow the koseu routed w/ twig <I> | tsugiproject_koseu-php | train | php |
5199564d26c14746f128cc3380a44a90279c1107 | diff --git a/iterator.go b/iterator.go
index <HASH>..<HASH> 100644
--- a/iterator.go
+++ b/iterator.go
@@ -258,7 +258,9 @@ func (item *Item) ValueSize() int64 {
}
var vp valuePointer
vp.Decode(item.vptr)
- return int64(vp.Len) - int64(len(item.key)) - headerBufSize - crc32.Size - 8 // len(uint64) (timestamp)
+
+ ... | Make the key size calculation more obvious. | dgraph-io_badger | train | go |
4d1dee625d8b9a44064f958e8f819af63467d78c | diff --git a/cslbot/hooks/url.py b/cslbot/hooks/url.py
index <HASH>..<HASH> 100644
--- a/cslbot/hooks/url.py
+++ b/cslbot/hooks/url.py
@@ -55,9 +55,6 @@ def handle(send, msg, args):
return
if url.startswith("https://twitter.com"):
- if random.random() < 0.1:
- send("A n... | Remove silly hook
This is like the one useful feature of the bot please stop breaking it. | tjcsl_cslbot | train | py |
4865d274ee705c95b78723382edad0e9e4ae786a | diff --git a/openshift/dynamic/discovery.py b/openshift/dynamic/discovery.py
index <HASH>..<HASH> 100644
--- a/openshift/dynamic/discovery.py
+++ b/openshift/dynamic/discovery.py
@@ -26,7 +26,7 @@ class Discoverer(object):
def __init__(self, client, cache_file):
self.client = client
- default_cac... | Remove md5, which fails in FIPS environment | openshift_openshift-restclient-python | train | py |
1b263ce6641a3dad291761351c09673ddeed7047 | diff --git a/test/common/tracker.js b/test/common/tracker.js
index <HASH>..<HASH> 100644
--- a/test/common/tracker.js
+++ b/test/common/tracker.js
@@ -225,5 +225,17 @@ module.exports = (db) => {
done();
});
});
+
+ it('query#reject error instance', (done) => {
+ tracker.on('query', (query) ... | Add test for rejecting with an error instance (#<I>) | colonyamerican_mock-knex | train | js |
e3ddf8220d0759639d4022bf8277ebbb9a7e1f4b | diff --git a/src/localStorage/localStorage.js b/src/localStorage/localStorage.js
index <HASH>..<HASH> 100644
--- a/src/localStorage/localStorage.js
+++ b/src/localStorage/localStorage.js
@@ -11,9 +11,6 @@ angular.module('ngIdle.localStorage', [])
},
remove: function(key) {
storage.removeItem('ngI... | Update localStorage.js
Deleted public "IdleLocalStorage.parseJson" function as all dependencies on it have been replaced with "angular.fromJson" | HackedByChinese_ng-idle | train | js |
1054e9814710899faecd569bf4a70fece4af4fab | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -7,7 +7,7 @@ var fs = require('fs'),
var src = require('fs').readFileSync(__dirname + '/lib/angular.min.js', 'utf8');
// replace implicit references
- src = src.replace('angular.element(document)', 'window.angular.elemen... | Ensure all instances are replaced. Fixes #<I>. | bclinkinbeard_angular | train | js |
8e30474b81d99e16570de68dbcb064ad42b97afe | diff --git a/app/actions.js b/app/actions.js
index <HASH>..<HASH> 100644
--- a/app/actions.js
+++ b/app/actions.js
@@ -412,3 +412,22 @@ export const moveFolder = (changes) => ({
parentId: changes.parentId,
},
});
+
+export const openTab = (patchId) => ({
+ type: ActionType.TAB_OPEN,
+ payload: {
+ patchId... | feat(tabs): add actions for open/close/sort tabs | xodio_xod | train | js |
239a64d75dc72d8778d7c0c12185c9c2bcf95448 | diff --git a/lib/edfize/version.rb b/lib/edfize/version.rb
index <HASH>..<HASH> 100644
--- a/lib/edfize/version.rb
+++ b/lib/edfize/version.rb
@@ -3,7 +3,7 @@ module Edfize
MAJOR = 0
MINOR = 2
TINY = 0
- BUILD = "pre"
+ BUILD = "beta1"
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
... | Version bump to <I>.beta1 | nsrr_edfize | train | rb |
9bbd7c9d53be4c035c13ef5eb360fb09f4408546 | diff --git a/src/Comely/IO/Database/Database.php b/src/Comely/IO/Database/Database.php
index <HASH>..<HASH> 100644
--- a/src/Comely/IO/Database/Database.php
+++ b/src/Comely/IO/Database/Database.php
@@ -30,8 +30,6 @@ class Database extends PDO implements ComponentInterface
public const SQLITE = 1002;
public c... | Removed Queries prop./instance, added connection() method | comelyio_comely | train | php |
08eb71b57cd4a3506b6baf449179af12edc01569 | diff --git a/spyder/plugins/editor/widgets/editor.py b/spyder/plugins/editor/widgets/editor.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/editor/widgets/editor.py
+++ b/spyder/plugins/editor/widgets/editor.py
@@ -3014,9 +3014,9 @@ class EditorSplitter(QSplitter):
focus_widget.setFocus()
def ... | pyside2: Avoid error due to already deleted C++ object | spyder-ide_spyder | train | py |
a458153c5dc8f2f7db17c2e34fc52fa3e40f9acb | diff --git a/lib/rakuten_web_service/genre.rb b/lib/rakuten_web_service/genre.rb
index <HASH>..<HASH> 100644
--- a/lib/rakuten_web_service/genre.rb
+++ b/lib/rakuten_web_service/genre.rb
@@ -54,7 +54,7 @@ module RakutenWebService
def initialize(params)
super
- self.class[self.id.to_s] = @params.rejec... | Use underscore as an argument to indicate it won't be used. | rakuten-ws_rws-ruby-sdk | train | rb |
ae18d0e77bce5932a8c820b1b676b86e799eede1 | diff --git a/lib/jekyll/menus.rb b/lib/jekyll/menus.rb
index <HASH>..<HASH> 100644
--- a/lib/jekyll/menus.rb
+++ b/lib/jekyll/menus.rb
@@ -13,10 +13,18 @@ module Jekyll
#
- def to_liquid_drop
- Drops::All.new(Utils.deep_merge(
+ def menus
+ Util.deep_merge(
_data_menus, _page_menus
- ... | Add the ability to extract the raw menus. | forestryio_jekyll-menus | train | rb |
d5517de36fdecb6e6d0ccad079d73bfb89951b66 | diff --git a/tasks/mochaTest.js b/tasks/mochaTest.js
index <HASH>..<HASH> 100644
--- a/tasks/mochaTest.js
+++ b/tasks/mochaTest.js
@@ -1,5 +1,6 @@
module.exports = {
options: {
+ timeout: 5000,
require: [
function() {
/*eslint-disable */ | Increase mocha test timeout
The default timeout is <I>ms, which some tests like "Base Scanner Class
should run all rules" sometimes exceed, even on my fast MacBook. | mozilla_addons-linter | train | js |
e62092ebb26e487ee2ff62401db6e04e885180a1 | diff --git a/spec/static/main.js b/spec/static/main.js
index <HASH>..<HASH> 100644
--- a/spec/static/main.js
+++ b/spec/static/main.js
@@ -43,6 +43,12 @@ ipcMain.on('echo', function(event, msg) {
event.returnValue = msg;
});
+// Verify Menu.buildFromTemplate does not modify the specified template
+ipcMain.on('men... | Move ipc handler to be near others | electron_electron | train | js |
04d35d2cc15c686073977eb74ef5a87edcb306b2 | diff --git a/spec/fixtures/app/controllers/events_controller.rb b/spec/fixtures/app/controllers/events_controller.rb
index <HASH>..<HASH> 100644
--- a/spec/fixtures/app/controllers/events_controller.rb
+++ b/spec/fixtures/app/controllers/events_controller.rb
@@ -3,7 +3,7 @@ class EventsController < ApplicationControlle... | failing test for controll rel. key | glebm_i18n-tasks | train | rb |
da6ce7e963fe2593e60c301437c3acc036efed0c | diff --git a/translator/src/test/java/com/google/devtools/j2objc/translate/DeadCodeEliminatorTest.java b/translator/src/test/java/com/google/devtools/j2objc/translate/DeadCodeEliminatorTest.java
index <HASH>..<HASH> 100644
--- a/translator/src/test/java/com/google/devtools/j2objc/translate/DeadCodeEliminatorTest.java
+... | Fix inner class ctor sig as reported by ProGuard
If ProGuard decides to keep an inner class but remove all its fields
(such as in the case where "-keep class" is used), the signature of
the removed inner class constructor will actually carry its outer class
as the first parameter type. | google_j2objc | train | java |
9face430345eb83356601e9eaf631d09ce9faaf6 | diff --git a/chef/lib/chef/knife/cookbook_site_share.rb b/chef/lib/chef/knife/cookbook_site_share.rb
index <HASH>..<HASH> 100644
--- a/chef/lib/chef/knife/cookbook_site_share.rb
+++ b/chef/lib/chef/knife/cookbook_site_share.rb
@@ -50,7 +50,7 @@ class Chef
cl = Chef::CookbookLoader.new(config[:cookbook_path])
... | [CHEF-<I>] validate_cookbook is now an instance method | chef_chef | train | rb |
a8bdb375d4d766651424f6ac58a44305c02f0f67 | diff --git a/rb/spec/integration/selenium/webdriver/window_spec.rb b/rb/spec/integration/selenium/webdriver/window_spec.rb
index <HASH>..<HASH> 100644
--- a/rb/spec/integration/selenium/webdriver/window_spec.rb
+++ b/rb/spec/integration/selenium/webdriver/window_spec.rb
@@ -39,7 +39,7 @@ module Selenium
target... | Revert change made by a silly mistake
5b<I>c mistakenly removed this argument | SeleniumHQ_selenium | train | rb |
abece785976ebbc5dc6a28a892f0b471bbaf4ccf | diff --git a/src/ngrest/plugins/CheckboxList.php b/src/ngrest/plugins/CheckboxList.php
index <HASH>..<HASH> 100644
--- a/src/ngrest/plugins/CheckboxList.php
+++ b/src/ngrest/plugins/CheckboxList.php
@@ -81,5 +81,7 @@ class CheckboxList extends Plugin
$event->sender->setAttribute($this->name, $this->jsonDec... | Fixed Bug where checkbox list and file array in i<I>n context does not
encode the data correctly. | luyadev_luya-module-admin | train | php,php |
416262aada915408d2584e2ce647ad97213868a6 | diff --git a/fmn/lib/__init__.py b/fmn/lib/__init__.py
index <HASH>..<HASH> 100644
--- a/fmn/lib/__init__.py
+++ b/fmn/lib/__init__.py
@@ -94,7 +94,8 @@ def matches(filter, message, valid_paths, rule_cache, config):
def load_preferences(session, config, valid_paths,
- cull_disabled=False, openi... | Allow to load only certain subsets of preferences (not desktop). | fedora-infra_fmn.lib | train | py |
5ab18c1afabb1a55a36acb127826ce7b93731df1 | diff --git a/src/ruby_supportlib/phusion_passenger/debug_logging.rb b/src/ruby_supportlib/phusion_passenger/debug_logging.rb
index <HASH>..<HASH> 100644
--- a/src/ruby_supportlib/phusion_passenger/debug_logging.rb
+++ b/src/ruby_supportlib/phusion_passenger/debug_logging.rb
@@ -112,7 +112,7 @@ module PhusionPassenger
... | Ruby DebugLogging: fix displaying caller location
If the caller was within two level of nested modules, like this:
module Foo
module Bar
DebugLogging.notice 'hi'
end
end
Then the printed location will contain the string `<module`.
This is caused by our regex being too greedy, so make it less greedy... | phusion_passenger | train | rb |
957f21140066fa198b4017655c506b30915792f9 | diff --git a/lib/puppet/pops/parser/epp_support.rb b/lib/puppet/pops/parser/epp_support.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/pops/parser/epp_support.rb
+++ b/lib/puppet/pops/parser/epp_support.rb
@@ -201,8 +201,6 @@ module EppSupport
if s.end_with? "<%"
@mode = :error
@is... | (PUP-<I>) Preserve current mode when reaching end of input
Remove the line that tried to switch the mode when reaching end of
input. The line didn't do anything because it was setting the value of a
local variable instead of calling the accessor. | puppetlabs_puppet | train | rb |
47e80019f571eab2827afaf7b4eb450c9881f509 | diff --git a/safe/gui/widgets/test/test_dock_regressions.py b/safe/gui/widgets/test/test_dock_regressions.py
index <HASH>..<HASH> 100644
--- a/safe/gui/widgets/test/test_dock_regressions.py
+++ b/safe/gui/widgets/test/test_dock_regressions.py
@@ -7,19 +7,18 @@ from qgis.core import QgsMapLayerRegistry
from PyQt4 imp... | Make test works on test_dock_regressions. | inasafe_inasafe | train | py |
c17c35c52696a395249f0b7a83c82e508a1d3cb3 | diff --git a/lib/chef/knife/xargs_essentials.rb b/lib/chef/knife/xargs_essentials.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/knife/xargs_essentials.rb
+++ b/lib/chef/knife/xargs_essentials.rb
@@ -243,7 +243,7 @@ class Chef
diff = `diff -u #{old_file.path} #{tempfile.path}`
diff.gsub!(ol... | Don't print extra newlines on diff | jkeiser_knife-essentials | train | rb |
76e2f4f5211b4bc178323e5e6d5b49f7ca9887c3 | diff --git a/grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/cli/GrailsScriptRunner.java b/grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/cli/GrailsScriptRunner.java
index <HASH>..<HASH> 100644
--- a/grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/cli/GrailsScriptRunner.java
+++ b/g... | calculate interactive system property independently of GrailsConsole | grails_grails-core | train | java |
78328a2bf56e11eada4c46b0256b68a581c2fefa | diff --git a/test/unit/rules/no-curly-component-invocation-test.js b/test/unit/rules/no-curly-component-invocation-test.js
index <HASH>..<HASH> 100644
--- a/test/unit/rules/no-curly-component-invocation-test.js
+++ b/test/unit/rules/no-curly-component-invocation-test.js
@@ -80,6 +80,17 @@ const SHARED_BAD = [
],
... | no-curly-component-invocation: Add additional test cases | ember-template-lint_ember-template-lint | train | js |
c243e1f92d6c4bd8515d1a9885000a5fd21a5de2 | diff --git a/tests/Installation/Commands/InstallCommandTest.php b/tests/Installation/Commands/InstallCommandTest.php
index <HASH>..<HASH> 100644
--- a/tests/Installation/Commands/InstallCommandTest.php
+++ b/tests/Installation/Commands/InstallCommandTest.php
@@ -174,6 +174,10 @@ class InstallCommandTest extends PHPUnit... | for ci debugging commit | Wandu_Framework | train | php |
0dce9f05f2a1db8213b7ef520a6505c74e6d2c81 | diff --git a/wepay.php b/wepay.php
index <HASH>..<HASH> 100755
--- a/wepay.php
+++ b/wepay.php
@@ -204,10 +204,14 @@ class WePay {
*/
public function request($endpoint, array $values = array()) {
if (!$this->ch) {
+ $headers = array("Content-Type: application/json"); // always pass the correct Content-Type he... | Add support for API calls without access_tokens (useful for CC tokenization | wepay_PHP-SDK | train | php |
fbdab27f661c2cd7d6564d7b7a0139943537cd12 | diff --git a/kaminari-core/spec/fake_app/rails_app.rb b/kaminari-core/spec/fake_app/rails_app.rb
index <HASH>..<HASH> 100644
--- a/kaminari-core/spec/fake_app/rails_app.rb
+++ b/kaminari-core/spec/fake_app/rails_app.rb
@@ -4,7 +4,6 @@ require 'action_controller/railtie'
require 'action_view/railtie'
require 'fake_a... | These should be required from kaminari-mongo_mapper gem's spec_helper | kaminari_kaminari | train | rb |
4efb0547d0620749b4f68238fab4346f32173ea9 | diff --git a/lib/rfd.rb b/lib/rfd.rb
index <HASH>..<HASH> 100644
--- a/lib/rfd.rb
+++ b/lib/rfd.rb
@@ -74,6 +74,16 @@ module Rfd
end
end
+ def ctrl_p
+ if @total_pages > 1
+ if @current_page > 0
+ switch_page @current_page - 1
+ else
+ switch_page @total_pages - 1
+... | ctrl_p to the previous page | amatsuda_rfd | train | rb |
17a4cbffc4798f3fcff35db7bda497988ead3660 | diff --git a/lib/dm-core/property.rb b/lib/dm-core/property.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-core/property.rb
+++ b/lib/dm-core/property.rb
@@ -80,11 +80,14 @@ module DataMapper
# property :title, String
#
# def title=(new_title)
- # raise ArgumentError if new_title != 'Luke is Awesome'
... | Added note to documentation; call super when overriding accessors to ensure validators are still active | datamapper_dm-core | train | rb |
029340995b11cb43d702734f7562fa7f0a0703af | diff --git a/test/cache_set.js b/test/cache_set.js
index <HASH>..<HASH> 100644
--- a/test/cache_set.js
+++ b/test/cache_set.js
@@ -135,7 +135,7 @@ function performTest(cacheObj, keySuffix) {
assert.equal(response.isSuccess(), true);
assert.equal(response.data.response, true);
setTimeout(async funct... | bug fix in test case of cache set | ostdotcom_cache | train | js |
ac4e80f09f90476e8ba71fb4a4e05d5e7108592d | diff --git a/lib/server.js b/lib/server.js
index <HASH>..<HASH> 100644
--- a/lib/server.js
+++ b/lib/server.js
@@ -163,6 +163,9 @@
zip: isZip,
online: isOnline
});
+ } else if (isJsHint) {
+ res .type('json')
+ ... | fix(server) serve: jshin | cloudcmd_edward | train | js |
35e3f72af29a33189a46a4b5ada84768b87e0ef2 | diff --git a/activerecord/lib/active_record/named_scope.rb b/activerecord/lib/active_record/named_scope.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/named_scope.rb
+++ b/activerecord/lib/active_record/named_scope.rb
@@ -19,7 +19,7 @@ module ActiveRecord
# fruits = fruits.where(:colour =>... | Adds backslash to scope for cross-references. | rails_rails | train | rb |
bf330dbd9931c04c888231baf99e4dc52de2b1a1 | diff --git a/test/autorender_test.js b/test/autorender_test.js
index <HASH>..<HASH> 100644
--- a/test/autorender_test.js
+++ b/test/autorender_test.js
@@ -149,6 +149,7 @@ QUnit.test("It was able to load", function(){
QUnit.module("Using live-reload", {
setup: function(){
F.open("//live-reload/page.html");
+ F.wa... | Add a small wait on live-reload tests | donejs_autorender | train | js,js |
b7023f2554b84a853366d9cbceaf6f82733701b3 | diff --git a/src/Administration/Resources/administration/src/module/sw-product-stream/page/sw-product-stream-detail/index.js b/src/Administration/Resources/administration/src/module/sw-product-stream/page/sw-product-stream-detail/index.js
index <HASH>..<HASH> 100644
--- a/src/Administration/Resources/administration/src... | NTR - fix modal error after detail leave to listing | shopware_platform | train | js |
b2c714830f6421a32a5e0119cbeaa87d5d7be3c6 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -127,7 +127,7 @@ function createElementReconfirm (properties) {
} else {
// Mount the ReactConfirmAlert component
document.body.children[0].classList.add('react-confirm-alert-blur')
- const divT... | Removing redeclaration of divTarget | GA-MO_react-confirm-alert | train | js |
07922fae335e7a1bdab5df22ad2c06d0f1f4cec4 | diff --git a/lmj/nn/feedforward.py b/lmj/nn/feedforward.py
index <HASH>..<HASH> 100644
--- a/lmj/nn/feedforward.py
+++ b/lmj/nn/feedforward.py
@@ -151,7 +151,7 @@ class Network(object):
@property
def monitors(self):
- return self.sparsities
+ return [self.cost] + self.sparsities
@proper... | Add raw cost (i.e., output error) to default network monitors. | lmjohns3_theanets | train | py |
ff4648735378bdeabfabb11effb0cf1e0e2d721c | diff --git a/src/Psalm/Checker/Statements/ExpressionChecker.php b/src/Psalm/Checker/Statements/ExpressionChecker.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Checker/Statements/ExpressionChecker.php
+++ b/src/Psalm/Checker/Statements/ExpressionChecker.php
@@ -130,6 +130,8 @@ class ExpressionChecker
if... | Be more discerning about unaryminus/plus inferred type | vimeo_psalm | train | php |
fa0f978747ab2725d29d4563074560e9554ddb6a | diff --git a/src/VR.js b/src/VR.js
index <HASH>..<HASH> 100644
--- a/src/VR.js
+++ b/src/VR.js
@@ -1046,7 +1046,7 @@ function getGamepads() {
for (let i = 0; i < globalGamepads.tracker.length; i++) {
globalGamepads.tracker[i].id = getControllerID('openvr', 'tracker');
}
- gamepads.push.apply... | Bugfix tracker gamepads reference in VR.js | exokitxr_exokit | train | js |
28f095f4b659974cbf3556deb2dac076f5bb3ea4 | diff --git a/bin/tessel-2.js b/bin/tessel-2.js
index <HASH>..<HASH> 100755
--- a/bin/tessel-2.js
+++ b/bin/tessel-2.js
@@ -29,7 +29,7 @@ parser.command('push')
// true: push=true
controller.deployScript(opts, true, function(err) {
throw err;
- });
+ });
})
.option('entryPoint', {
posi... | Force to exit process once completing list | tessel_t2-cli | train | js |
8dac0741b6b21bdea9300270131baa5c3d41e881 | diff --git a/intake/cli/server/__main__.py b/intake/cli/server/__main__.py
index <HASH>..<HASH> 100644
--- a/intake/cli/server/__main__.py
+++ b/intake/cli/server/__main__.py
@@ -39,6 +39,9 @@ def main(argv=None):
help='Name of catalog YAML file')
parser.add_argument('--flatten', dest='fla... | add server cli kwarg for address | intake_intake | train | py |
b123be5612b73052da26e44044e6a63141d135b4 | diff --git a/cmd/web-handlers.go b/cmd/web-handlers.go
index <HASH>..<HASH> 100644
--- a/cmd/web-handlers.go
+++ b/cmd/web-handlers.go
@@ -306,7 +306,7 @@ func (web *webAPIHandlers) ListBuckets(r *http.Request, args *WebGenericArgs, re
r.Header.Set("delimiter", SlashSeparator)
// If etcd, dns federation configure... | fix: browser should listBuckets from etcd in global federation (#<I>) | minio_minio | train | go |
4144d8ab66b6c1caeda9f745bf3941141d70da87 | diff --git a/autograd/scipy/stats/chi2.py b/autograd/scipy/stats/chi2.py
index <HASH>..<HASH> 100644
--- a/autograd/scipy/stats/chi2.py
+++ b/autograd/scipy/stats/chi2.py
@@ -1,4 +1,4 @@
-from __future__ import absolute_import
+from __future__ import absolute_import, division
import autograd.numpy as np
import scip... | Imported __future__.division to avoid integer division in Python 2 | HIPS_autograd | train | py |
7998ea1c74b88d9f7000465d148f3f996a13022d | diff --git a/sievelib/managesieve.py b/sievelib/managesieve.py
index <HASH>..<HASH> 100644
--- a/sievelib/managesieve.py
+++ b/sievelib/managesieve.py
@@ -497,8 +497,7 @@ class Client(object):
:rtype: boolean
"""
try:
- self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
... | use socket.create_connection() to build socket connection.
This also adds IPv6 support. | tonioo_sievelib | train | py |
c1b1cba0b5633c000a61e80ab98e4baac7fd1b14 | diff --git a/adrest/views.py b/adrest/views.py
index <HASH>..<HASH> 100644
--- a/adrest/views.py
+++ b/adrest/views.py
@@ -22,8 +22,9 @@ class ResourceView(HandlerMixin, ThrottleMixin, EmitterMixin, ParserMixin, Authe
api = None
log = True
-
- allowed_methods = ('GET', )
+
+ # Since we handle cros... | OPTIONS added to default resource view methods. | klen_adrest | train | py |
2e0348b9228a53673303366e4343217b1010143c | diff --git a/src/src/com/tns/JsDebugger.java b/src/src/com/tns/JsDebugger.java
index <HASH>..<HASH> 100644
--- a/src/src/com/tns/JsDebugger.java
+++ b/src/src/com/tns/JsDebugger.java
@@ -126,10 +126,6 @@ public class JsDebugger
LocalSocket socket = serverSocket.accept();
logger.w... | clear messages at the end of the current debug connection to prepare for a new one | NativeScript_android-runtime | train | java |
be7fa47e30432eabc4e14a01c1a08cdedff2db6a | diff --git a/example.js b/example.js
index <HASH>..<HASH> 100644
--- a/example.js
+++ b/example.js
@@ -1,7 +1,5 @@
-'use strict'
-
const moment = require('moment')
-const fastJson = require('.')
+const fastJson = require('fast-json-stringify')
const stringify = fastJson({
title: 'Example Schema',
type: 'object'... | modifying run kit example (#<I>) | fastify_fast-json-stringify | train | js |
a1a8439af37eea6c6ad751bce77b49c623ab2629 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -98,7 +98,7 @@ html_theme = 'sphinx_rtd_theme'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so... | remove 'static' folder in sphinx conf | tmontaigu_pylas | train | py |
53fa493c90db4c21ae81c69c17e12f510bcf9063 | diff --git a/jujupy.py b/jujupy.py
index <HASH>..<HASH> 100644
--- a/jujupy.py
+++ b/jujupy.py
@@ -281,8 +281,7 @@ class EnvJujuClient:
else:
controller_option = ('-c', controller_client.env.environment)
self.juju(_jes_cmds[seen_cmd]['create'], controller_option + (
- self.... | Drive-by lint cleanup. | juju_juju | train | py |
366454ee39a803f1bdeabc7c79fbb973c101c026 | diff --git a/Facades/Http.php b/Facades/Http.php
index <HASH>..<HASH> 100644
--- a/Facades/Http.php
+++ b/Facades/Http.php
@@ -33,7 +33,7 @@ use Illuminate\Http\Client\Factory;
* @method static \Illuminate\Http\Client\PendingRequest dump()
* @method static \Illuminate\Http\Client\PendingRequest dd()
* @method sta... | fix return type of pool (#<I>) | illuminate_support | train | php |
896d6ce0ca81f49fee5816e1af55dcde3e51c075 | diff --git a/isort/parse.py b/isort/parse.py
index <HASH>..<HASH> 100644
--- a/isort/parse.py
+++ b/isort/parse.py
@@ -510,6 +510,22 @@ def identify_contiguous_imports(
import_section += line
elif stripped_line.startswith(IMPORT_START_IDENTIFIERS):
import_section += line
+... | Attempt to deal with \ and ( \n \n ) continuouations | timothycrosley_isort | train | py |
76e9fe24312fb1f3abd2058b669644c55c63a0d3 | diff --git a/deployment/vm/fakes/fake_vm.go b/deployment/vm/fakes/fake_vm.go
index <HASH>..<HASH> 100644
--- a/deployment/vm/fakes/fake_vm.go
+++ b/deployment/vm/fakes/fake_vm.go
@@ -29,6 +29,9 @@ type FakeVM struct {
StartCalled int
StartErr error
+ DrainCalled int
+ DrainErr error
+
AttachDiskInputs [... | Update hand-rolled fake VM with Drain call | cloudfoundry_bosh-cli | train | go |
f4e75f0978a77ff0a1e836c55ab0f2dbc1379cf6 | diff --git a/src/ScreenSwitcher.js b/src/ScreenSwitcher.js
index <HASH>..<HASH> 100644
--- a/src/ScreenSwitcher.js
+++ b/src/ScreenSwitcher.js
@@ -115,7 +115,7 @@ ScreenSwitcher.defaultProps = {
ScreenSwitcher.propTypes = {
children: PropTypes.node.isRequired,
- hideButton: PropTypes.boolean,
+ hideButton: Prop... | Update ScreenSwitcher.js (#4) | calvium_react-native-device-screen-switcher | train | js |
80fea58917eb2e1ec38910b58f7502688d214e37 | diff --git a/src/Controller/Component/CapabilityComponent.php b/src/Controller/Component/CapabilityComponent.php
index <HASH>..<HASH> 100644
--- a/src/Controller/Component/CapabilityComponent.php
+++ b/src/Controller/Component/CapabilityComponent.php
@@ -7,6 +7,27 @@ use Cake\ORM\TableRegistry;
class CapabilityCompone... | added method for retrieving all controllers names (task #<I>) | QoboLtd_cakephp-roles-capabilities | train | php |
4b214a92c0a99add5107baa6591979bff8dc369c | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -139,6 +139,14 @@ gulp.task('watch', function () {
gulp.watch('./src/js/**/*.js', ['test']);
});
+gulp.task('node-server', function (cb) {
+ var cmd = spawn('node', ['server.js'], { stdio: 'inherit' });
+ cmd.... | task for the node server, initialises in the default gulp task | heldrida_reactatouille-boilerplate | train | js |
81721164772df768a56b82b13099e4a8a5011354 | diff --git a/inferno/callbacks.py b/inferno/callbacks.py
index <HASH>..<HASH> 100644
--- a/inferno/callbacks.py
+++ b/inferno/callbacks.py
@@ -293,8 +293,8 @@ class PrintLog(Callback):
why `PrintLog` works best in conjunction with that callback.
*Note*: `PrintLog` will not result in good outputs if the numb... | Wrong indentation in docstring fixed. | skorch-dev_skorch | train | py |
346984788157afa318ab0691b16b85d2897f07b2 | diff --git a/plugin/wavesurfer.microphone.js b/plugin/wavesurfer.microphone.js
index <HASH>..<HASH> 100644
--- a/plugin/wavesurfer.microphone.js
+++ b/plugin/wavesurfer.microphone.js
@@ -22,12 +22,19 @@
this.reloadBufferFunction = this.reloadBuffer.bind(this);
// cross-browser getUserMedia
-... | check does browser support getUserMedia | katspaugh_wavesurfer.js | train | js |
be71d2c3702c57e2dff19f544e983174137a9fb5 | diff --git a/lib/mail/Mail.php b/lib/mail/Mail.php
index <HASH>..<HASH> 100644
--- a/lib/mail/Mail.php
+++ b/lib/mail/Mail.php
@@ -1093,11 +1093,28 @@ class Mail implements \JsonSerializable
/**
* Retrieve the contents attached to a Mail object
+ *
+ * Will return array of Content Objects with text... | Add check so that getContents() always returns content with MimeType text/plain first in array of Content objects | sendgrid_sendgrid-php | train | php |
5e2b621f06c3a9452ca822d25ab82c3604fd3752 | diff --git a/src/services/SeoService.php b/src/services/SeoService.php
index <HASH>..<HASH> 100644
--- a/src/services/SeoService.php
+++ b/src/services/SeoService.php
@@ -22,8 +22,8 @@ class SeoService extends Component
{
$headers = Craft::$app->getResponse()->getHeaders();
- // If devMode always noindex
- if ... | ✨ noindex except on production environment | ethercreative_seo | train | php |
094ac69ecd41c83245d1f1c8a2910ff5dbe36e2d | diff --git a/Snappy/LoggableGenerator.php b/Snappy/LoggableGenerator.php
index <HASH>..<HASH> 100644
--- a/Snappy/LoggableGenerator.php
+++ b/Snappy/LoggableGenerator.php
@@ -77,6 +77,16 @@ class LoggableGenerator implements GeneratorInterface
}
/**
+ * {@inheritDoc}
+ */
+ public function setOpt... | Added another method to be able to set options
Not sure why something so simple but necessary is missing from this interface to Snappy.
I just added a new option to be able to set options before generating the PDF document. | KnpLabs_KnpSnappyBundle | train | php |
0420fb56475409c209193fbd45f9afffe8cd35eb | diff --git a/activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb b/activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb
+++ b/activerecord/lib/active_record/connection_adapters/mysql2_... | adding FOUND_ROWS to the connect flags for mysql2 | rails_rails | train | rb |
9f50c813080c180ffb5bfbd7491db2670d4fcc3f | diff --git a/src/node/surface_component.js b/src/node/surface_component.js
index <HASH>..<HASH> 100644
--- a/src/node/surface_component.js
+++ b/src/node/surface_component.js
@@ -39,6 +39,14 @@ SurfaceComponent.Prototype = function() {
throw new Error("This method is abstract and must be overridden");
};
+ t... | Fix old regression: added legacy methods. | substance_nodes | train | js |
7826a58dfc94187efb8710f0a195c82eb05cf84a | diff --git a/acceptance/ui/features/support/env.rb b/acceptance/ui/features/support/env.rb
index <HASH>..<HASH> 100644
--- a/acceptance/ui/features/support/env.rb
+++ b/acceptance/ui/features/support/env.rb
@@ -59,6 +59,7 @@ if Capybara.app_host.empty?
Capybara.app_host = "http://localhost"
end
printf "Using app... | Log the userid used for acceptance tests | control-center_serviced | train | rb |
05da51a41d4a1a7a08e5f19194a248923780fff8 | diff --git a/engineio/socket.py b/engineio/socket.py
index <HASH>..<HASH> 100755
--- a/engineio/socket.py
+++ b/engineio/socket.py
@@ -140,7 +140,7 @@ class Socket(object):
# try to set a socket timeout matching the configured ping interval
for attr in ['_sock', 'socket']: # pragma: no cover
... | be a bit more forgiving with socket timeouts | miguelgrinberg_python-engineio | train | py |
b83678340ae059038654dc9f3821ff10fc226868 | diff --git a/tests/Common/TokensTest.php b/tests/Common/TokensTest.php
index <HASH>..<HASH> 100644
--- a/tests/Common/TokensTest.php
+++ b/tests/Common/TokensTest.php
@@ -579,10 +579,12 @@ class TokensTest extends StorageApiTestCase
public function testTokenWithoutTokensManagePermissionCanListAndViewOnlySelf()
... | fixup tests: tokens list and get | keboola_storage-api-php-client | train | php |
c5e140c79dc90e2c67201b72327ef482e7143d26 | diff --git a/consul/state/prepared_query.go b/consul/state/prepared_query.go
index <HASH>..<HASH> 100644
--- a/consul/state/prepared_query.go
+++ b/consul/state/prepared_query.go
@@ -14,6 +14,11 @@ var validUUID = regexp.MustCompile(`(?i)^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f
// isUUID returns true if the given st... | Small premature optimization in `isUUID()`.
If the length isn't `<I>`, return `false` immediately before firing up
the regexp engine. | hashicorp_consul | train | go |
dbe3f35756778c22f9661c3deb0f4d0053ee475b | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -49,7 +49,7 @@ module.exports = function(grunt) {
command: 'git add progressbar.min.js progressbar.min.js.map; git commit -m "Add minified script"'
}
},
- extRelease: {
+ release: {
... | Rename config back to release since grunt-release does not support rename <URL> | kimmobrunfeldt_progressbar.js | train | js |
c18e1687741ef3fbee53dbc0ef0f08ec5b7011ae | diff --git a/lib/vocab.js b/lib/vocab.js
index <HASH>..<HASH> 100644
--- a/lib/vocab.js
+++ b/lib/vocab.js
@@ -209,7 +209,7 @@ module.exports = function(modulename) {
schema.vocab = {
module: modulename,
term,
- registrationOrder: _M.registrationOrder++,
+ registrationOrder: _M.... | forgot an underscore on _registrationOrder | OADA_oada-formats | train | js |
fee843be7dc93fdaadd148171bf7824b76524bcd | diff --git a/src/Qcloud/Cos/Client.php b/src/Qcloud/Cos/Client.php
index <HASH>..<HASH> 100644
--- a/src/Qcloud/Cos/Client.php
+++ b/src/Qcloud/Cos/Client.php
@@ -130,9 +130,11 @@ class Client extends GSClient {
$options = Collection::fromConfig(array_change_key_case($options), array(
'min_part_size' => C... | fix copy (#<I>) | tencentyun_cos-php-sdk-v5 | train | php |
7ef81e228bd47e7a81665ac4e98a1b3967f67d13 | diff --git a/queryset_sequence/__init__.py b/queryset_sequence/__init__.py
index <HASH>..<HASH> 100644
--- a/queryset_sequence/__init__.py
+++ b/queryset_sequence/__init__.py
@@ -116,6 +116,12 @@ class QuerySequence(six.with_metaclass(PartialInheritanceMeta, Query)):
"""Return the class-name and memory locatio... | Added support for Queryset._clone() and Query.clone()
Regards django/django#<I> | percipient_django-querysetsequence | train | py |
1e667cba283b79fa9297b688ca0d7086b2d22d81 | diff --git a/src/image/operator/paintPoints.js b/src/image/operator/paintPoints.js
index <HASH>..<HASH> 100644
--- a/src/image/operator/paintPoints.js
+++ b/src/image/operator/paintPoints.js
@@ -8,7 +8,7 @@ import Shape from '../../util/shape';
* @param {Array<Array<number>>} points - Array of [x,y] points
* @param... | Fix help of paintPOInts | image-js_image-js | train | js |
782db45280d89854d9fd0fc3d9b62c6a8c877a9a | diff --git a/packages/neos-ui-ckeditor-bindings/src/ckeditor/neosPlaceholder.js b/packages/neos-ui-ckeditor-bindings/src/ckeditor/neosPlaceholder.js
index <HASH>..<HASH> 100644
--- a/packages/neos-ui-ckeditor-bindings/src/ckeditor/neosPlaceholder.js
+++ b/packages/neos-ui-ckeditor-bindings/src/ckeditor/neosPlaceholder.... | TASK: Add condition for autoParagraph to neos placeholder plugin | neos_neos-ui | train | js |
458998d0a5757ae0a396f52542a2decc22c616e2 | diff --git a/Examples/SimpleClient.php b/Examples/SimpleClient.php
index <HASH>..<HASH> 100644
--- a/Examples/SimpleClient.php
+++ b/Examples/SimpleClient.php
@@ -24,7 +24,7 @@ $onClose = function ($msg) {
$connection = new Connection(
array(
- "realm" => 'ff',
+ "realm" => 'realm1',
"onC... | Changed the example client to realm1. | voryx_Thruway | train | php |
10c868c2b1796fb151b6f91dd940bbe71abae3ee | diff --git a/salt/cloud/clouds/openstack.py b/salt/cloud/clouds/openstack.py
index <HASH>..<HASH> 100644
--- a/salt/cloud/clouds/openstack.py
+++ b/salt/cloud/clouds/openstack.py
@@ -75,6 +75,7 @@ Either a password or an API key must also be specified:
apikey: 901d3f579h23c8v73q9
Optionally, if you don't want... | Fix docs so they will format correctly | saltstack_salt | train | py |
9ae6ec521fe7c8d97d77e2efd699e40f0cbe734c | diff --git a/lib/action_tracker/version.rb b/lib/action_tracker/version.rb
index <HASH>..<HASH> 100644
--- a/lib/action_tracker/version.rb
+++ b/lib/action_tracker/version.rb
@@ -1,3 +1,3 @@
module ActionTracker
- VERSION = '0.1.6.1'.freeze
+ VERSION = '0.1.6.2'.freeze
end | Bumping gem version for <I> | appprova_action_tracker | train | rb |
7cf3c763ff5a03f95eeabba3f1818d48edd0ba05 | diff --git a/httpclient/socksify.go b/httpclient/socksify.go
index <HASH>..<HASH> 100644
--- a/httpclient/socksify.go
+++ b/httpclient/socksify.go
@@ -49,13 +49,19 @@ func SOCKS5DialFuncFromEnvironment(origDialer DialFunc) DialFunc {
return origDialer
}
- socks5Proxy := proxy.NewSocks5Proxy(proxy.NewHostKeyGe... | Start proxy and create dialer when dial is called
This avoids unnecessarily creating these resources when they are not
needed (for instance when someone just runs `bosh --version` in the
bosh-cli).
[#<I>] | cloudfoundry_bosh-utils | train | go |
45f9383cf8817524d8bfe6027aa8fe675214248f | diff --git a/go/pools/resource_pool.go b/go/pools/resource_pool.go
index <HASH>..<HASH> 100644
--- a/go/pools/resource_pool.go
+++ b/go/pools/resource_pool.go
@@ -47,8 +47,11 @@ type resourceWrapper struct {
}
// NewResourcePool creates a new ResourcePool pool.
-// capacity is the initial capacity of the pool.
-// ... | pools: clarify diff between capacity and maxCap | vitessio_vitess | train | go |
6203920e5be8c7a908ff6aa69814852128578d1b | diff --git a/roku/discovery.py b/roku/discovery.py
index <HASH>..<HASH> 100644
--- a/roku/discovery.py
+++ b/roku/discovery.py
@@ -7,6 +7,9 @@ import socket
import httplib
import StringIO
+ST_DIAL = 'urn:dial-multiscreen-org:service:dial:1'
+ST_ECP = 'roku:ecp'
+
class SSDPResponse(object):
@@ -26,7 +29,7 @@ c... | add configurable service type to discover method | jcarbaugh_python-roku | train | py |
ba1a2f40e15972e4ba98a1be719d7614957f95a6 | diff --git a/bin/cache_gc.py b/bin/cache_gc.py
index <HASH>..<HASH> 100755
--- a/bin/cache_gc.py
+++ b/bin/cache_gc.py
@@ -36,6 +36,7 @@ oqpath.set_oq_path()
from openquake import kvs
from openquake import logs
+from openquake import settings
from openquake.kvs import tokens
LOG = logs.LOG
@@ -128,6 +129,8 @@ d... | Initialize logging in cache_gc.py. | gem_oq-engine | train | py |
98bd5fb4f676653e44ca695f76715e0442c34358 | diff --git a/appengine_toolkit/management/commands/_utils.py b/appengine_toolkit/management/commands/_utils.py
index <HASH>..<HASH> 100644
--- a/appengine_toolkit/management/commands/_utils.py
+++ b/appengine_toolkit/management/commands/_utils.py
@@ -32,3 +32,16 @@ def collect_dependency_paths(package_name):
d... | added function to parse requirement file | masci_django-appengine-toolkit | train | py |
c31033cf4c22355ce21efe702f834d64dfbc6857 | diff --git a/lib/qr.js b/lib/qr.js
index <HASH>..<HASH> 100644
--- a/lib/qr.js
+++ b/lib/qr.js
@@ -8,12 +8,16 @@ var vector = require('./vector');
var fn_noop = function() {};
-var DEFAULT_OPTIONS = {
+var BITMAP_OPTIONS = {
ec_level: 'M',
- type: 'png',
size: 5,
margin: 4,
- customize: null,
... | Different defaults for bitmap and vector | alexeyten_qr-image | train | js |
e3152d6700b1837615596d5dbdf4b71e7abb881c | diff --git a/src/BoomCMS/Chunk/Slideshow/Slide.php b/src/BoomCMS/Chunk/Slideshow/Slide.php
index <HASH>..<HASH> 100644
--- a/src/BoomCMS/Chunk/Slideshow/Slide.php
+++ b/src/BoomCMS/Chunk/Slideshow/Slide.php
@@ -39,7 +39,7 @@ class Slide
public function getAssetId()
{
- return $this->getAsset()->getId... | Improved efficiancy of chunk slideshows
Don't fetch asset from database unnecessarily | boomcms_boom-core | train | php |
0edc6f00d640da9b4650587f5de73657e52ba540 | diff --git a/gshell-testsuite/src/test/java/org/apache/gshell/testsuite/TestShellBuilder.java b/gshell-testsuite/src/test/java/org/apache/gshell/testsuite/TestShellBuilder.java
index <HASH>..<HASH> 100644
--- a/gshell-testsuite/src/test/java/org/apache/gshell/testsuite/TestShellBuilder.java
+++ b/gshell-testsuite/src/t... | Speed up tests, only register what is required | jdillon_gshell | train | java |
df4bdd1dd54dc3ed2507f88f43e258e25c5228d8 | diff --git a/src/Persistence_SQL.php b/src/Persistence_SQL.php
index <HASH>..<HASH> 100644
--- a/src/Persistence_SQL.php
+++ b/src/Persistence_SQL.php
@@ -262,8 +262,9 @@ class Persistence_SQL extends Persistence
$fx = $args[0];
$field = is_string($args[1]) ? $m->getElement($args[1])... | call joins when executing fx() | atk4_data | train | php |
15ff4285ffccd3492641dfb002a02614ac6dc0d1 | diff --git a/insights/client/config.py b/insights/client/config.py
index <HASH>..<HASH> 100644
--- a/insights/client/config.py
+++ b/insights/client/config.py
@@ -93,7 +93,7 @@ DEFAULT_OPTS = {
'check_results': {
'default': False,
'opt': ['--check-results'],
- 'help': "Check for insights r... | suppress help output for check-results (#<I>) | RedHatInsights_insights-core | train | py |
8c4d9b79d5727aa803b88e8181f7edabe46b40c4 | diff --git a/searx/search.py b/searx/search.py
index <HASH>..<HASH> 100644
--- a/searx/search.py
+++ b/searx/search.py
@@ -391,11 +391,11 @@ class Search(object):
load_default_categories = True
for pd_name, pd in self.request_data.items():
if pd_name == 'categories':
- ... | [fix] engine selection from url | asciimoo_searx | train | py |
cc019b294b7c005ddbafd6d0c29a3eac03cb1e8d | diff --git a/app/controllers/api/activation_keys_controller.rb b/app/controllers/api/activation_keys_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/api/activation_keys_controller.rb
+++ b/app/controllers/api/activation_keys_controller.rb
@@ -18,7 +18,6 @@ class Api::ActivationKeysController < Api::ApiC... | api perms review - activation keys | Katello_katello | train | rb |
44ef3ed8a0a8edaae69178b141ba54f8112cedbc | diff --git a/tests/test_opensimplex.py b/tests/test_opensimplex.py
index <HASH>..<HASH> 100644
--- a/tests/test_opensimplex.py
+++ b/tests/test_opensimplex.py
@@ -7,7 +7,10 @@ from opensimplex import OpenSimplex
class TestOpensimplex(unittest.TestCase):
def load_samples(self):
for line in gzip.open("test... | Fix failing tests on py3k. | lmas_opensimplex | train | py |
d6346d0f54c6bddabcf7640f50e100c11720717d | diff --git a/js/binance.js b/js/binance.js
index <HASH>..<HASH> 100644
--- a/js/binance.js
+++ b/js/binance.js
@@ -28,7 +28,7 @@ module.exports = class binance extends Exchange {
'fetchOrder': true,
'fetchOrders': true,
'fetchOpenOrders': true,
- 'fetchC... | binance has['fetchClosedOrders'] = emulated | ccxt_ccxt | train | js |
9673e1162a581bc1c39ac94f62ce3cd2b66e78fe | diff --git a/auth_jwt.go b/auth_jwt.go
index <HASH>..<HASH> 100644
--- a/auth_jwt.go
+++ b/auth_jwt.go
@@ -121,6 +121,9 @@ func (mw *JWTMiddleware) middlewareImpl(c *gin.Context) {
// Reply will be of the form {"token": "TOKEN"}.
func (mw *JWTMiddleware) LoginHandler(c *gin.Context) {
+ // Initial middleware defaul... | fix: Initial middleware default setting on login handle. | appleboy_gin-jwt | train | go,go |
f228768a8f3850e3c3b1187e44b2bdf175ca58ea | diff --git a/app/templates/gulpfile.js b/app/templates/gulpfile.js
index <HASH>..<HASH> 100644
--- a/app/templates/gulpfile.js
+++ b/app/templates/gulpfile.js
@@ -122,7 +122,7 @@ gulp.task('watch', ['connect', 'serve'], function () {
server.changed(file.path);
});
- gulp.watch('app/styles/**/*.<%= in... | Fix Sass extension in gulp.watch() | niallobrien_generator-gulp-foundation | train | js |
6454d3b270f6ad161fde5e9e5158dcb7337b05db | diff --git a/js/load-image-meta.js b/js/load-image-meta.js
index <HASH>..<HASH> 100644
--- a/js/load-image-meta.js
+++ b/js/load-image-meta.js
@@ -208,7 +208,7 @@
* @returns {Promise<Blob|null>|undefined} Combined Blob
*/
function replaceHead(blob, head, callback) {
- var options = { maxMetaDataSize: 256,... | Raise maxMetaDataSize for replaceHead function.
The image blob generated from a canvas for specific pictures contains a JPEG APP2 segment that is larger than <I> bytes.
See also #<I>. | blueimp_JavaScript-Load-Image | train | js |
88cbe13741b18bfd915802bff3f4560eb68f44a7 | diff --git a/activestorage/test/analyzer/video_analyzer_test.rb b/activestorage/test/analyzer/video_analyzer_test.rb
index <HASH>..<HASH> 100644
--- a/activestorage/test/analyzer/video_analyzer_test.rb
+++ b/activestorage/test/analyzer/video_analyzer_test.rb
@@ -24,7 +24,6 @@ class ActiveStorage::Analyzer::VideoAnalyze... | Fix activestorage CI failure due to ffprove version differece
Our CI environment is upgraded from stretch to buster then ffprove
version is also upgraded from <I> to <I>.
<URL> | rails_rails | train | rb |
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.