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 |
|---|---|---|---|---|---|
b942ae836e1fd846e7d59413b6e97ac8192c3069 | diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/dependencies.rb
+++ b/activesupport/lib/active_support/dependencies.rb
@@ -227,7 +227,7 @@ module ActiveSupport #:nodoc:
def load_d... | return value is never tested, so stop calling `presence` | rails_rails | train | rb |
85be0bf028f98c5a1d31c22958fd10811328f371 | diff --git a/lib/puppet/type/user.rb b/lib/puppet/type/user.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/type/user.rb
+++ b/lib/puppet/type/user.rb
@@ -465,7 +465,7 @@ module Puppet
groups = obj.shouldorig if obj
if groups
groups = groups.collect { |group|
- if group =~ /^\d+$/
+ ... | (PUP-<I>) Fix regex warnings introduced in Ruby <I>
Ruby <I> introduced a warning for checking invalid objects (such as
Integer in our case) against a regular expression. The check in this
case would always return nil even though a valid String would respect
the given regular expression, resulting in the possibility o... | puppetlabs_puppet | train | rb |
e1b2523a4cd17193138727c5d972cf5ff2c1a5e6 | diff --git a/redisson-spring-boot-starter/src/main/java/org/redisson/spring/starter/RedissonAutoConfiguration.java b/redisson-spring-boot-starter/src/main/java/org/redisson/spring/starter/RedissonAutoConfiguration.java
index <HASH>..<HASH> 100644
--- a/redisson-spring-boot-starter/src/main/java/org/redisson/spring/star... | Fixed - SpringBoot yaml configuration parsing errors shouldn't be suppressed. #<I> | redisson_redisson | train | java |
269d891690ce210697f978a1cc8cdef547186cd3 | diff --git a/generators/generator-constants.js b/generators/generator-constants.js
index <HASH>..<HASH> 100644
--- a/generators/generator-constants.js
+++ b/generators/generator-constants.js
@@ -30,7 +30,7 @@ const NPM_VERSION = commonPackageJson.devDependencies.npm;
const OPENAPI_GENERATOR_CLI_VERSION = '1.0.13-4.3.1... | Update jib version to <I> | jhipster_generator-jhipster | train | js |
0dcbf02b7dc8eae189590893093eb60e5920229a | diff --git a/test/serialize.js b/test/serialize.js
index <HASH>..<HASH> 100644
--- a/test/serialize.js
+++ b/test/serialize.js
@@ -50,6 +50,12 @@ test('httpOnly', function() {
});
test('maxAge', function() {
+ assert.throws(function () {
+ cookie.serialize('foo', 'bar', {
+ maxAge: 'buzz'
+ ... | tests: add test for non-number maxAge | jshttp_cookie | train | js |
467524f458707e6d4cb4c5275e79fbfdef99cf6d | diff --git a/core/src/main/java/fi/iki/elonen/NanoHTTPD.java b/core/src/main/java/fi/iki/elonen/NanoHTTPD.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/fi/iki/elonen/NanoHTTPD.java
+++ b/core/src/main/java/fi/iki/elonen/NanoHTTPD.java
@@ -1841,7 +1841,7 @@ public abstract class NanoHTTPD {
... | Fix opening mimetypes twice and only closing first
Found by FindBugs. | NanoHttpd_nanohttpd | train | java |
829b2527f68ac180f234e1ea775f2a2f15284adf | diff --git a/src/main/java/com/mistraltech/smog/core/CompositePropertyMatcher.java b/src/main/java/com/mistraltech/smog/core/CompositePropertyMatcher.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/mistraltech/smog/core/CompositePropertyMatcher.java
+++ b/src/main/java/com/mistraltech/smog/core/CompositeProper... | Add TODO to remove need for each matcher to write their own MatchesSafely
implementation by providing a default superclass implementation. | mistraltechnologies_smog | train | java |
309dd2e993838bff56028633573780f004c780df | diff --git a/util.go b/util.go
index <HASH>..<HASH> 100644
--- a/util.go
+++ b/util.go
@@ -53,7 +53,7 @@ func encryptedChannelPresent(channels []string) bool {
}
func isEncryptedChannel(channel string) bool {
- if strings.HasPrefix(channel, "encrypted-") {
+ if strings.HasPrefix(channel, "private-encrypted-") {
... | update prefix to private-encrypted | pusher_pusher-http-go | train | go |
ad2eb3244ecfd909de1a00fc6c6aa0b8058793fa | diff --git a/src/catalog.js b/src/catalog.js
index <HASH>..<HASH> 100644
--- a/src/catalog.js
+++ b/src/catalog.js
@@ -62,6 +62,7 @@ angular.module('gettext').factory('gettextCatalog', function (gettextPlurals, $h
for (var lang in data) {
catalog.setStrings(lang, data[lang]);
... | Make sure strings get rerendered once loadRemote finishes. | rubenv_angular-gettext | train | js |
17d32ec03c6b3ae6238051b5c197f8131aa78f5a | diff --git a/src/classes/Monad.js b/src/classes/Monad.js
index <HASH>..<HASH> 100644
--- a/src/classes/Monad.js
+++ b/src/classes/Monad.js
@@ -2,6 +2,7 @@
"use strict";
import Component from './Component';
+import Navigation from '../services/Navigation';
let application = undefined;
let registeredComponents = ... | register navigation here (so we can lose the menu option) and use the given name instead of generic "monad" | monomelodies_monad | train | js |
1d2b2b2c8b5bee8f0eea6517e06530aeeaaabf2e | diff --git a/lib/Doctrine/ORM/Tools/ConvertDoctrine1Schema.php b/lib/Doctrine/ORM/Tools/ConvertDoctrine1Schema.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ORM/Tools/ConvertDoctrine1Schema.php
+++ b/lib/Doctrine/ORM/Tools/ConvertDoctrine1Schema.php
@@ -188,7 +188,6 @@ class ConvertDoctrine1Schema
$me... | DDC-<I> - Fix undefined variable notice. | doctrine_orm | train | php |
bb90be77b77aa6ec51679b1d1bc37bfa8a0137c8 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
Changelog Summary
=================
+### v5.4.1
+* Fixed memory leak in `ModelSelect2Mixin` and subclasses
+
### v5.4.0
* Added `Select2TagWidget` a light widget with tagging support
diff -... | Fixed #<I> -- Avoid fetching entire queryset from db
Patched ciritcal memory leak in ModelSelect2 widgets.
Boolean evaluation of queryset makes django fetch all
elements. | applegrew_django-select2 | train | md,py,py |
f75a8f9aa974708bec31f8b9e1298bf2f2f0b239 | diff --git a/core/server/web/shared/middlewares/uncapitalise.js b/core/server/web/shared/middlewares/uncapitalise.js
index <HASH>..<HASH> 100644
--- a/core/server/web/shared/middlewares/uncapitalise.js
+++ b/core/server/web/shared/middlewares/uncapitalise.js
@@ -28,7 +28,7 @@ const uncapitalise = (req, res, next) => {
... | Reworded confusing comment mentioning <I> | TryGhost_Ghost | train | js |
ddf97ac0e8fa3fa78c51ea3225951d62bd4c94cb | diff --git a/spec/lib/collection_shared_spec.rb b/spec/lib/collection_shared_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/collection_shared_spec.rb
+++ b/spec/lib/collection_shared_spec.rb
@@ -765,7 +765,7 @@ share_examples_for 'A Collection' do
describe 'with a key to a Resource not within the Collection'... | Updated spec to use an existing record outside the Collection | datamapper_dm-core | train | rb |
757d2a9fb3457ee261b871cad17d14c67324c6e5 | diff --git a/spec/pagseguro/transaction/serializer_spec.rb b/spec/pagseguro/transaction/serializer_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/pagseguro/transaction/serializer_spec.rb
+++ b/spec/pagseguro/transaction/serializer_spec.rb
@@ -1,3 +1,4 @@
+# -*- encoding: utf-8 -*-
require "spec_helper"
describe Pag... | Added magic comment for Ruby <I>. | pagseguro_ruby | train | rb |
8e986122dfdd9b0936e7b6bcfd6f665e8cea0f9f | diff --git a/src/Base/Register.php b/src/Base/Register.php
index <HASH>..<HASH> 100644
--- a/src/Base/Register.php
+++ b/src/Base/Register.php
@@ -87,7 +87,7 @@ class Register
}
if ($object) {
- self::setClassCounter(self::name2code($name));
+ self::_setClassCounter(self::name2... | fixed method definition
This version introduces multiple enhancements:
all methods converted to static
Details of additions/deletions below:
--------------------------------------------------------------
Modified: Base/Register.php
-- Updated --
getObject renamed used method
... | bluetree-service_container | train | php |
b215ccc602ab542ca274cec91d615829dc32c23b | diff --git a/src/Compiler/AbstractCompiler.php b/src/Compiler/AbstractCompiler.php
index <HASH>..<HASH> 100644
--- a/src/Compiler/AbstractCompiler.php
+++ b/src/Compiler/AbstractCompiler.php
@@ -41,6 +41,7 @@ class {$parameters['className']} implements Executor
$extraCode
+ // $rule
protected function ... | Dump the original rule in the compiled code comments | K-Phoen_rulerz | train | php |
7278b90fe1c2e33c729951f44f027ebbb0290909 | diff --git a/xl-v1-bucket.go b/xl-v1-bucket.go
index <HASH>..<HASH> 100644
--- a/xl-v1-bucket.go
+++ b/xl-v1-bucket.go
@@ -178,7 +178,7 @@ func (xl xlObjects) DeleteBucket(bucket string) error {
}
nsMutex.Lock(bucket, "")
- nsMutex.Unlock(bucket, "")
+ defer nsMutex.Unlock(bucket, "")
// Collect if all disks ... | Adding defer to the lock (#<I>) | minio_minio | train | go |
3901aa43f1abe12e99d00f4d97777f28957ae545 | diff --git a/i3pystatus/core/util.py b/i3pystatus/core/util.py
index <HASH>..<HASH> 100644
--- a/i3pystatus/core/util.py
+++ b/i3pystatus/core/util.py
@@ -3,6 +3,7 @@ import functools
import re
import socket
import string
+from colour import Color
def lchop(string, prefix):
@@ -423,3 +424,29 @@ def user_open(ur... | Added method to generate a list of hex color values between a start
color and end color. | enkore_i3pystatus | train | py |
ccae04f083369017ff69d491e920b3aff7c3e678 | diff --git a/esri2geo.py b/esri2geo.py
index <HASH>..<HASH> 100644
--- a/esri2geo.py
+++ b/esri2geo.py
@@ -273,7 +273,8 @@ def toGeoJSON(featureClass, outJSON,includeGeometry="true"):
i+=1
iPercent=statusMessage(featureCount,i,iPercent)
fc={"type": "Feature"}
- fc["g... | don't parse geometry if we don't need it | calvinmetcalf_esri2geo | train | py |
9485a1b809e31733eac144eb40527be06766d634 | diff --git a/lib/fastlane/actions/deliver.rb b/lib/fastlane/actions/deliver.rb
index <HASH>..<HASH> 100644
--- a/lib/fastlane/actions/deliver.rb
+++ b/lib/fastlane/actions/deliver.rb
@@ -1,7 +1,7 @@
module Fastlane
module Actions
module SharedValues
- DELIVER_IPA_PATH = :DELIVER_IPA_PATH
+
end
... | deliver action now stores the path to the ipa in IPA_OUTPUT_PATH as well | fastlane_fastlane | train | rb |
64c8dd325226569bfdb6114ddc9a752cbc4e4033 | diff --git a/registry/proxy/proxyblobstore.go b/registry/proxy/proxyblobstore.go
index <HASH>..<HASH> 100644
--- a/registry/proxy/proxyblobstore.go
+++ b/registry/proxy/proxyblobstore.go
@@ -55,6 +55,8 @@ func (pbs *proxyBlobStore) copyContent(ctx context.Context, dgst digest.Digest,
return distribution.Descriptor{... | when deploy registry as a pull through cache ,function copeContent() may cause a socket leak when docker user canceled its pull operation. | docker_distribution | train | go |
cb43880926404cc4e1cab38e81f0ea7f5bf37b10 | diff --git a/src/aria/templates/TemplateCtxt.js b/src/aria/templates/TemplateCtxt.js
index <HASH>..<HASH> 100644
--- a/src/aria/templates/TemplateCtxt.js
+++ b/src/aria/templates/TemplateCtxt.js
@@ -496,8 +496,7 @@
/**
* Tries to find the widget id based on an HTML element, if no id can be ... | Update to jsdoc relates to issue #<I> | ariatemplates_ariatemplates | train | js |
3983f2dcefd078ddc53d4ca2d3e3af8163489141 | diff --git a/mod/lesson/locallib.php b/mod/lesson/locallib.php
index <HASH>..<HASH> 100644
--- a/mod/lesson/locallib.php
+++ b/mod/lesson/locallib.php
@@ -70,7 +70,7 @@ define("LESSON_MAX_EVENT_LENGTH", "432000");
* This function is only executed when a teacher is
* checking the navigation for a lesson.
*
- * @pa... | added missing globals, strange this seemed to work.... | moodle_moodle | train | php |
0d196a5921a8b87e9eeade020954f14f1ac170d5 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -87,9 +87,21 @@ setup(
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
+ 'Intended Audience :: Education',
'Intended Audience :: Science/Research',
... | Add Trove classifiers for supported Python versions and some other info (following TensorFlow).
PiperOrigin-RevId: <I> | tensorflow_probability | train | py |
fb3db2ed4da2cd96daa2804824c18da31ef3c58c | diff --git a/tests/test_PGPKeyCollection.py b/tests/test_PGPKeyCollection.py
index <HASH>..<HASH> 100644
--- a/tests/test_PGPKeyCollection.py
+++ b/tests/test_PGPKeyCollection.py
@@ -1 +1,20 @@
import pytest
+from pgpy.key import PGPKeyCollection
+
+keys = [
+ "tests/testdata/debutils.key",
+ "tests/testdata/deb... | added some skeleton to test_PGPKeyCollection, for later | SecurityInnovation_PGPy | train | py |
1a8e6f2f3b164ee092b08846c2427d3e55cde228 | diff --git a/src/test/java/org/roaringbitmap/TestRunContainer.java b/src/test/java/org/roaringbitmap/TestRunContainer.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/roaringbitmap/TestRunContainer.java
+++ b/src/test/java/org/roaringbitmap/TestRunContainer.java
@@ -32,12 +32,6 @@ public class TestRunContainer ... | fixed a merge bug, I think | RoaringBitmap_RoaringBitmap | train | java |
d5d939412e1b53576e1c2b650febe0c732ec70c7 | diff --git a/src/GameQ/Filters/Normalize.php b/src/GameQ/Filters/Normalize.php
index <HASH>..<HASH> 100644
--- a/src/GameQ/Filters/Normalize.php
+++ b/src/GameQ/Filters/Normalize.php
@@ -74,7 +74,7 @@ class Normalize extends Base
if (isset($result['teams']) && count($result['teams']) > 0) {
// Ite... | Fixed normalize bug in team filtering. | Austinb_GameQ | train | php |
4a853d74c15c3b30a0a98127a77b9021c74d8dcc | diff --git a/aws/resource_aws_service_discovery_public_dns_namespace_test.go b/aws/resource_aws_service_discovery_public_dns_namespace_test.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_service_discovery_public_dns_namespace_test.go
+++ b/aws/resource_aws_service_discovery_public_dns_namespace_test.go
@@ -43,9 ... | tests/r/service_discovery_public_dns_namespace: Use consistent var name | terraform-providers_terraform-provider-aws | train | go |
20b274710f116a668cc545a638c23fdcf81c8616 | diff --git a/salt/runners/manage.py b/salt/runners/manage.py
index <HASH>..<HASH> 100644
--- a/salt/runners/manage.py
+++ b/salt/runners/manage.py
@@ -11,6 +11,7 @@ import re
import subprocess
import tempfile
import time
+import urllib.request
import uuid
import salt.client
@@ -24,7 +25,6 @@ import salt.utils.ve... | Drop Py2 and six on salt/runners/manage.py | saltstack_salt | train | py |
4b803f6bd6c3fad99fe3139a4ab206f6fde25f34 | diff --git a/github/github_test.go b/github/github_test.go
index <HASH>..<HASH> 100644
--- a/github/github_test.go
+++ b/github/github_test.go
@@ -91,7 +91,7 @@ type values map[string]string
func testFormValues(t *testing.T, r *http.Request, values values) {
want := url.Values{}
for k, v := range values {
- want.... | Use Values.Set over Values.Add in testFormValues.
The parameter values of testFormValues function has underlying type
map[string]string. That means each key is going to be a unique string,
there can not be two entries in the map with the same key in values.
Therefore, it's sufficient and equivalent to use Values.Set ... | google_go-github | train | go |
241b8e3058ca2a95c15e4618f466d735eb253f3f | diff --git a/src/main/java/org/dasein/cloud/cloudstack/network/Network.java b/src/main/java/org/dasein/cloud/cloudstack/network/Network.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/dasein/cloud/cloudstack/network/Network.java
+++ b/src/main/java/org/dasein/cloud/cloudstack/network/Network.java
@@ -317,7 +31... | only return usable networks for vm deployment | greese_dasein-cloud-cloudstack | train | java |
77e760f8f8aa35927435a317d55e6fbab290db86 | diff --git a/lib/ruby-box/client.rb b/lib/ruby-box/client.rb
index <HASH>..<HASH> 100644
--- a/lib/ruby-box/client.rb
+++ b/lib/ruby-box/client.rb
@@ -113,7 +113,7 @@ module RubyBox
end
def fmt_events_args(stream_position, stream_type, limit)
- unless stream_position == 'now'
+ unless stream_posit... | allow a user to pass in the symbol :now or 'now' | attachmentsme_ruby-box | train | rb |
3ee5ad9fb27971f96c1eafc55e49cebc723a306d | diff --git a/converters/fromZigbee.js b/converters/fromZigbee.js
index <HASH>..<HASH> 100644
--- a/converters/fromZigbee.js
+++ b/converters/fromZigbee.js
@@ -1479,6 +1479,13 @@ const converters = {
'2': 'dig-in',
};
+ let ds18b20Id = null;
+ let ds18b20Value = null... | support new data-field of ZigUP (#<I>)
* support new data-field of ZigUP
* satisfy travis | Koenkk_zigbee-shepherd-converters | train | js |
8564fa8fd04802c0a110a34b6885942698ab12d8 | diff --git a/components/select/select__filter.js b/components/select/select__filter.js
index <HASH>..<HASH> 100644
--- a/components/select/select__filter.js
+++ b/components/select/select__filter.js
@@ -9,6 +9,8 @@ import styles from './select-popup.css';
function noop() {}
+const FOCUS_TIMEOUT_HACK = 100;
+
expo... | RG-<I> hack for focus on not yet positioned dropdown | JetBrains_ring-ui | train | js |
2af461a6e8d0ace7d1f7d70a804d7480e491e82b | diff --git a/wafer/tickets/tests/test_views.py b/wafer/tickets/tests/test_views.py
index <HASH>..<HASH> 100644
--- a/wafer/tickets/tests/test_views.py
+++ b/wafer/tickets/tests/test_views.py
@@ -250,6 +250,22 @@ class TicketsViewSetTests(TestCase):
self.assertEqual(ticket.type, ticket_type)
self.asser... | Add test for attempting to create a ticket without a barcode. | CTPUG_wafer | train | py |
1eb29a0412b635cbe5edd4895c22c94dc72e251a | diff --git a/dynaconf/utils/files.py b/dynaconf/utils/files.py
index <HASH>..<HASH> 100644
--- a/dynaconf/utils/files.py
+++ b/dynaconf/utils/files.py
@@ -28,7 +28,7 @@ def _walk_to_root(path, break_at=None):
return paths
-SEARCHTREE = None
+SEARCHTREE = []
def find_file(filename=".env", project_root=None... | Allow importing SEARCHTREE before settings are configured (#<I>) | rochacbruno_dynaconf | train | py |
dc391a1bae5c66de8b6c2eb6754f7bc8556263e8 | diff --git a/network.js b/network.js
index <HASH>..<HASH> 100644
--- a/network.js
+++ b/network.js
@@ -1080,6 +1080,8 @@ function addWatchedAddress(address){
function notifyWatchers(objJoint){
var objUnit = objJoint.unit;
var arrAddresses = objUnit.authors.map(function(author){ return author.address; });
+ if (!ob... | do not notify watchers about voided units | byteball_ocore | train | js |
eb9aceddfcb165771a97dd99d59f95e53bdcb419 | diff --git a/setup/auxi4py/copy_distribution_files.py b/setup/auxi4py/copy_distribution_files.py
index <HASH>..<HASH> 100644
--- a/setup/auxi4py/copy_distribution_files.py
+++ b/setup/auxi4py/copy_distribution_files.py
@@ -75,7 +75,7 @@ def deleteFileOrFolder(directory):
#patchelf_path = sys.argv[1]
#if patchelf_path... | Installing patchelf in travis for successfully building the setup. | Ex-Mente_auxi.0 | train | py |
a87fc34a84a893b86d5ccb401d3bd4b9e544bfc2 | diff --git a/lib/oxidized/input/ssh.rb b/lib/oxidized/input/ssh.rb
index <HASH>..<HASH> 100644
--- a/lib/oxidized/input/ssh.rb
+++ b/lib/oxidized/input/ssh.rb
@@ -73,12 +73,12 @@ module Oxidized
@output
end
- private
-
def pty_options hash
@pty_options = @pty_options.merge hash
end
+... | it shouldn't be a private method | ytti_oxidized | train | rb |
9145be89c1a5ba1a2c47bfeef571d40b9eb060bc | diff --git a/test/integration/test_user_args.py b/test/integration/test_user_args.py
index <HASH>..<HASH> 100644
--- a/test/integration/test_user_args.py
+++ b/test/integration/test_user_args.py
@@ -1,3 +1,5 @@
+from six import assertRegex
+
from . import *
@@ -17,3 +19,20 @@ class TestUserArgs(IntegrationTest):
... | Add integration test for user-args help | jimporter_bfg9000 | train | py |
f6339e25af801f6b9564c16b5735972f04680b29 | diff --git a/pymatgen/core/tests/test_trajectory.py b/pymatgen/core/tests/test_trajectory.py
index <HASH>..<HASH> 100644
--- a/pymatgen/core/tests/test_trajectory.py
+++ b/pymatgen/core/tests/test_trajectory.py
@@ -15,7 +15,6 @@ class TrajectoryTest(PymatgenTest):
def setUp(self):
xdatcar = Xdatcar(os.p... | Remove commented line in test_trajectory | materialsproject_pymatgen | train | py |
017d3ff42430e489040a920720d286f4affe9412 | diff --git a/src/ColumnSortable/SortableLink.php b/src/ColumnSortable/SortableLink.php
index <HASH>..<HASH> 100644
--- a/src/ColumnSortable/SortableLink.php
+++ b/src/ColumnSortable/SortableLink.php
@@ -58,7 +58,7 @@ class SortableLink
$queryString = http_build_query(
array_merge(
... | Allow columns that have value of 0 to be present
Since array filter considers 0= false, and '0' = false, if you have a column with values 0 and 1, you can't sort that column, as it will be filtered out.
using the strlen filter, you ensure that values like null,empty and false are removed, but you keep values that wou... | Kyslik_column-sortable | train | php |
c7e4f05b46ea0ab158de3e05dbf9619fa5cf354f | diff --git a/anonymoususage/tables/statistic.py b/anonymoususage/tables/statistic.py
index <HASH>..<HASH> 100644
--- a/anonymoususage/tables/statistic.py
+++ b/anonymoususage/tables/statistic.py
@@ -26,7 +26,8 @@ class Statistic(Table):
dt = datetime.datetime.now().strftime(self.time_fmt)
count = self... | added an RLock that can be used around database operations (specifically useful for standalone with multiple connections) | lobocv_anonymoususage | train | py,py |
5472cdc265dca1e975f4446d453b8aa3ce637833 | diff --git a/Database/Model.php b/Database/Model.php
index <HASH>..<HASH> 100644
--- a/Database/Model.php
+++ b/Database/Model.php
@@ -232,7 +232,7 @@ class Model
// Make sure we haven't already fetched
// the tables schema.
if (static::$_schema[static::$_table] === null) {
- $resu... | Fixed issue with models and table prefixes. | nirix_radium | train | php |
085c4e7aed6bacefee732a594ddf89170bc8adc8 | diff --git a/lib/utils/editor.rb b/lib/utils/editor.rb
index <HASH>..<HASH> 100644
--- a/lib/utils/editor.rb
+++ b/lib/utils/editor.rb
@@ -165,7 +165,7 @@ module Utils
end
def edit_remote_file(*filenames)
- if wait?
+ if gui && wait?
edit_remote_wait(*filenames)
else
edit_... | Only wait if a gui is available. | flori_utils | train | rb |
1fee25e78a98b707c95252227d7671b85b32a966 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -142,7 +142,7 @@ Glance.prototype.serveRequest = function Glance$serveRequest (req, res) {
listing.on('end', function () {
renderPage('Directory Listing', listingHtml, res)
- })
+ })
retur... | oh cool i can test right from the repo | jarofghosts_glance | train | js |
193b39177f79d2d616daab5c7da3a3146f725986 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ setup(
"pycryptodome",
"lxml",
# FIXME python2
- future
+ "future"
],
include_package_data=True
) | Update setup.py (#<I>)
Minor bugfix | pschmitt_pykeepass | train | py |
f3ef86df7c359531d3f64415a8ab6fee6ac25451 | diff --git a/js/bootstrap-select.js b/js/bootstrap-select.js
index <HASH>..<HASH> 100644
--- a/js/bootstrap-select.js
+++ b/js/bootstrap-select.js
@@ -2269,8 +2269,6 @@
},
checkDisabled: function () {
- var that = this;
-
if (this.isDisabled()) {
this.$newElement[0].classList.add(classN... | remove unnecessary var that declaration (#<I>) | snapappointments_bootstrap-select | train | js |
405ce3e4c2d71627cefa0040b07c99b063d90a42 | diff --git a/lib/db/mongodb.js b/lib/db/mongodb.js
index <HASH>..<HASH> 100644
--- a/lib/db/mongodb.js
+++ b/lib/db/mongodb.js
@@ -5,7 +5,6 @@
*/
module.exports = (function(){
'use strict';
-
var db = {},
config = require('../config'),
event = require('../event'),
@@ -34,6 +33,7 @@ module... | MOved loading type cache to when the db is loaded. | grasshopper-cms_grasshopper-core-nodejs | train | js |
1ab387bec42866ae204894f1fc2f0dd7fa3a75c7 | diff --git a/azkaban-common/src/main/java/azkaban/executor/ExecutableNode.java b/azkaban-common/src/main/java/azkaban/executor/ExecutableNode.java
index <HASH>..<HASH> 100644
--- a/azkaban-common/src/main/java/azkaban/executor/ExecutableNode.java
+++ b/azkaban-common/src/main/java/azkaban/executor/ExecutableNode.java
@... | Fix NPE in ExecutableNode.fillMapFromExecutable() (#<I>)
When loading some old executions (at least in order to finalize them), it's possible that the serialized flow_data doesn't include the conditionOnJobStatus at all. | azkaban_azkaban | train | java |
74540422950d69c5351f8b9cd985af85444f4328 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100755
--- a/index.js
+++ b/index.js
@@ -40,8 +40,10 @@ if ( adobeTarget &&
var targetEngine = String(extendscriptr.targetengine).replace(new RegExp('^[^a-zA-Z_$]|[^0-9a-zA-Z_$]', 'g'), '_');
-if ( targetEngine.length > 0) {
- browserifyPlugins.push([ prepen... | Added check if the value for -e is undefined | ExtendScript_extendscriptr | train | js |
4da1776271b6baff28b8883e48b1af068ebd2b10 | diff --git a/apiserver/allfacades.go b/apiserver/allfacades.go
index <HASH>..<HASH> 100644
--- a/apiserver/allfacades.go
+++ b/apiserver/allfacades.go
@@ -343,8 +343,9 @@ func AllFacades() *facade.Registry {
reg("Secrets", 1, secrets.NewSecretsAPI)
reg("SecretsManager", 1, secretsmanager.NewSecretManagerAPI)
- re... | Add version 3 of the sshclient facade to introduce Leader(). | juju_juju | train | go |
1a312198b50bea27c7651ce2fe6a855910cd4c03 | diff --git a/src/Illuminate/Console/Scheduling/ManagesFrequencies.php b/src/Illuminate/Console/Scheduling/ManagesFrequencies.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Console/Scheduling/ManagesFrequencies.php
+++ b/src/Illuminate/Console/Scheduling/ManagesFrequencies.php
@@ -338,6 +338,21 @@ trait ManagesFre... | Add monthlyOnLastDay() to ManagesFrequencies | laravel_framework | train | php |
e6db16f2c80824ae68d6153b4c85a3b0d36382de | diff --git a/packages/perspective-viewer/src/js/row.js b/packages/perspective-viewer/src/js/row.js
index <HASH>..<HASH> 100644
--- a/packages/perspective-viewer/src/js/row.js
+++ b/packages/perspective-viewer/src/js/row.js
@@ -103,7 +103,9 @@ class Row extends HTMLElement {
}
}
... | Only open filter completion on creation if operand is empty | finos_perspective | train | js |
56a31869f3d9c99ba559623df4687a8f112f8a00 | diff --git a/tdl/map.py b/tdl/map.py
index <HASH>..<HASH> 100644
--- a/tdl/map.py
+++ b/tdl/map.py
@@ -61,6 +61,8 @@ class Map(object):
You can set to this attribute if you want, but you'll typically
be using it to read the field-of-view of a L{compute_fov} call.
+
+... | added a few docstings | libtcod_python-tcod | train | py |
d9f4a9d8650635c41221eb1f7c20cead962b6f36 | diff --git a/lib/serrano/cnrequest.rb b/lib/serrano/cnrequest.rb
index <HASH>..<HASH> 100644
--- a/lib/serrano/cnrequest.rb
+++ b/lib/serrano/cnrequest.rb
@@ -87,7 +87,7 @@ def make_request(conn, ids, format, style, locale)
}
end
- res.body
+ res.body if res.success?
end
# parser <- cn_types[[self.forma... | Return response body only if status code is success | sckott_serrano | train | rb |
f93f4fecfc9307751d0705ca04ad096f27943aad | diff --git a/doc/conf.py b/doc/conf.py
index <HASH>..<HASH> 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -55,7 +55,7 @@ author = u'Victor Stinner'
# built documents.
#
# The short X.Y version.
-version = release = '0.7.9'
+version = release = '0.7.10'
# The language for content autogenerated by Sphinx. Refer to ... | post release: set version to <I> | vstinner_perf | train | py,py,py |
39300bf849731af2a47b4df5275552f21f3b74ca | diff --git a/tests/test_apps/txnid-selfcheck2/src/txnIdSelfCheck/procedures/ReplicatedUpdateBaseProc.java b/tests/test_apps/txnid-selfcheck2/src/txnIdSelfCheck/procedures/ReplicatedUpdateBaseProc.java
index <HASH>..<HASH> 100644
--- a/tests/test_apps/txnid-selfcheck2/src/txnIdSelfCheck/procedures/ReplicatedUpdateBasePr... | txnid2: fix additional ambiguous queries | VoltDB_voltdb | train | java |
64154bcfe12bfe4df21aab869880cdd17afa2571 | diff --git a/sksurv/svm/minlip.py b/sksurv/svm/minlip.py
index <HASH>..<HASH> 100644
--- a/sksurv/svm/minlip.py
+++ b/sksurv/svm/minlip.py
@@ -15,7 +15,7 @@ __all__ = ['MinlipSurvivalAnalysis', 'HingeLossSurvivalSVM']
def _check_cvxopt():
try:
import cvxopt
- except ImportError:
+ except ImportErro... | Ignore ImportError in coverage | sebp_scikit-survival | train | py |
5ada2b9c136fe88fec66f331d03c6b8233cc53ae | diff --git a/plugins/Zeitgeist/javascripts/ajaxHelper.js b/plugins/Zeitgeist/javascripts/ajaxHelper.js
index <HASH>..<HASH> 100644
--- a/plugins/Zeitgeist/javascripts/ajaxHelper.js
+++ b/plugins/Zeitgeist/javascripts/ajaxHelper.js
@@ -108,10 +108,16 @@ function ajaxHelper() {
/**
* Base URL used in the AJA... | Fixes #<I> Set Base URL used in the AJAX request to `?` instead of `index.php?`
It is set to '?' rather than 'index.php?' to increase chances that it works
including for users who have an automatic <I> redirection from index.php? to ?
POST values are missing when there is such <I> redirection. So by by-passing
thi... | matomo-org_matomo | train | js |
07856fe62c55c5f0eb293791cde288ee4ff2a324 | diff --git a/jackson/src/test/java/io/norberg/automatter/jackson/AutoMatterModuleTest.java b/jackson/src/test/java/io/norberg/automatter/jackson/AutoMatterModuleTest.java
index <HASH>..<HASH> 100644
--- a/jackson/src/test/java/io/norberg/automatter/jackson/AutoMatterModuleTest.java
+++ b/jackson/src/test/java/io/norber... | only test for jackson >= <I> | danielnorberg_auto-matter | train | java |
b71e8e3f4f02f8d8cf82f7400fe3c3293b8f0de0 | diff --git a/code/SitemapPage.php b/code/SitemapPage.php
index <HASH>..<HASH> 100755
--- a/code/SitemapPage.php
+++ b/code/SitemapPage.php
@@ -93,12 +93,13 @@ class SitemapPage extends Page {
*/
public function getRootPages() {
switch($this->PagesToDisplay) {
- case 'All':
- return DataObject::get('SiteTre... | BUGFIX: Fixed an edge case where no PagesToDisplay value was set. | symbiote_silverstripe-sitemap | train | php |
de8923e85f49f09501e52bf73b07d4b3949e37fa | diff --git a/scripts/generate.js b/scripts/generate.js
index <HASH>..<HASH> 100755
--- a/scripts/generate.js
+++ b/scripts/generate.js
@@ -10,8 +10,8 @@ const swaggerConfigFilename = `config.json`;
cd(rootFolder);
// Download latest spec from the API
-// exec(`rm -f ${specFilename}`);
-// exec(`wget https://api.you... | Uncomment wget spec | ynab_ynab-sdk-js | train | js |
5fc8005c836394cd605cd2140c06defe3d1f48e0 | diff --git a/backbone.js b/backbone.js
index <HASH>..<HASH> 100644
--- a/backbone.js
+++ b/backbone.js
@@ -1268,7 +1268,7 @@
var attrs = _.extend({}, getValue(this, 'attributes'));
if (this.id) attrs.id = this.id;
if (this.className) attrs['class'] = this.className;
- this.setElement(t... | Fix #<I> - tagName can be provided as a function. | jashkenas_backbone | train | js,js |
3a7881379a28e47dbd0afcb429bcf3f10a5297ba | diff --git a/packages/babel-core/test/api.js b/packages/babel-core/test/api.js
index <HASH>..<HASH> 100644
--- a/packages/babel-core/test/api.js
+++ b/packages/babel-core/test/api.js
@@ -259,7 +259,7 @@ describe("api", function() {
expect(aliasBaseType).toBe("NumberTypeAnnotation");
- expect(result.code).to... | jest: ToEqual -> toBe | babel_babel | train | js |
3e6224acee710b2c984afbbc92160e5e287b365d | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100755
--- a/manifest.php
+++ b/manifest.php
@@ -31,7 +31,7 @@ return array(
'label' => 'Core',
'description' => 'Core extension, provide the low level framework and an API to manage ontologies',
'license' => 'GPL-2.0',
- 'version' => '2.27... | Updated version to <I> | oat-sa_generis | train | php,php |
d1c6afad432f515905060aa164639b561b71344a | diff --git a/tcconfig/_docker.py b/tcconfig/_docker.py
index <HASH>..<HASH> 100644
--- a/tcconfig/_docker.py
+++ b/tcconfig/_docker.py
@@ -48,7 +48,7 @@ class DockerClient(object):
return Path("/var/run/netns")
def __init__(self, tc_command_output=TcCommandOutput.NOT_SET):
- self.__client = APICl... | Avoid an error caused by version mismatch of docker client and server
Add the version specifier to the APIClient constructor with
the auto value. #<I> | thombashi_tcconfig | train | py |
e03677415b4f3bbf0c8da9bca00df87bafded4af | diff --git a/plenum/client/wallet.py b/plenum/client/wallet.py
index <HASH>..<HASH> 100644
--- a/plenum/client/wallet.py
+++ b/plenum/client/wallet.py
@@ -424,6 +424,9 @@ class WalletCompatibilityBackend(JSONBackend):
to the current version.
"""
+ def _getUpToDateClassName(self, pickledClassName):
+ ... | INDY-<I>: Wallet migration for rebranding (#<I>)
Supported wallet migration for rebranding | hyperledger_indy-plenum | train | py |
5b31b32116a9d97055990d7f350689c5d1f5fd98 | diff --git a/specs/tests.js b/specs/tests.js
index <HASH>..<HASH> 100644
--- a/specs/tests.js
+++ b/specs/tests.js
@@ -12,7 +12,7 @@ describe('pRequest', () => {
.then((response) => {
expect(response).to.be.an('object');
expect(response).to.have.property('full_name', 'cjus/umf');
- expec... | fix test for new version of chai | flywheelsports_fwsp-prequest | train | js |
9ee1a1ff979169f213c06ab7c8ae8dce66f15da5 | diff --git a/lib/reda/importers/iris_syscal_pro.py b/lib/reda/importers/iris_syscal_pro.py
index <HASH>..<HASH> 100644
--- a/lib/reda/importers/iris_syscal_pro.py
+++ b/lib/reda/importers/iris_syscal_pro.py
@@ -206,6 +206,14 @@ def import_bin(filename, **kwargs):
print('WARNING: Measurement numbers do not ... | [syscal binary import] check for consecutive measurement numbers | geophysics-ubonn_reda | train | py |
9a70f7b690f66c501e9e1c79aa7a2dbf6ffb7e08 | diff --git a/middleware/asset_compiler/asset-minifier.js b/middleware/asset_compiler/asset-minifier.js
index <HASH>..<HASH> 100644
--- a/middleware/asset_compiler/asset-minifier.js
+++ b/middleware/asset_compiler/asset-minifier.js
@@ -15,7 +15,7 @@ var minifyTargets = Object.keys(config.minify);
var compiler = new M... | Lint refactor
[ci skip] | derdesign_protos | train | js |
dd38eae0377cc21e9a27ae39d5269e55c2170702 | diff --git a/girder/models/upload.py b/girder/models/upload.py
index <HASH>..<HASH> 100644
--- a/girder/models/upload.py
+++ b/girder/models/upload.py
@@ -81,7 +81,7 @@ class Upload(Model):
unspecified, the current assetstore is used.
:type reference: str
:param attachParent: if True, ins... | Fix casing within a comment. | girder_girder | train | py |
2f382ced5e90de325d93eb26385e145c90da4ecc | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -8,7 +8,7 @@ module.exports = function(grunt) {
configFile: 'eslint_ecma5.json',
reset: true
},
- target: ['lib/**']
+ target: ['lib/**', 'te... | Adding missing eslint targets | OnzCoin_onz-js | train | js |
ff9ad2787398bf133408e9821328bf185654f767 | diff --git a/test/test_address_gr.rb b/test/test_address_gr.rb
index <HASH>..<HASH> 100644
--- a/test/test_address_gr.rb
+++ b/test/test_address_gr.rb
@@ -5,28 +5,28 @@ require 'helper'
class TestAddressGR < Test::Unit::TestCase
def setup
- @addressGr = FFaker::AddressGR
+ @address_gr = FFaker::AddressGR
... | code cleanup
snake_case for variable names | ffaker_ffaker | train | rb |
79c86c70b75e27ee6cb2348d1220ef85c943f94f | diff --git a/tests/performance-test/src/main/java/io/joynr/performance/ConsumerApplication.java b/tests/performance-test/src/main/java/io/joynr/performance/ConsumerApplication.java
index <HASH>..<HASH> 100644
--- a/tests/performance-test/src/main/java/io/joynr/performance/ConsumerApplication.java
+++ b/tests/performanc... | [Tests] Remove unnecessary sleep in performance-test consumer
Change-Id: Iba7b<I>c<I>c<I>c4c1cab<I>ab<I>d5de<I>dd | bmwcarit_joynr | train | java |
f2f0e81107e8e97a36f5c7a5e89ca72222edc70c | diff --git a/lib/cornucopia/util/report_builder.rb b/lib/cornucopia/util/report_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/cornucopia/util/report_builder.rb
+++ b/lib/cornucopia/util/report_builder.rb
@@ -48,7 +48,7 @@ module Cornucopia
def format_code_refs(value)
safe_text = Cornucopia::Util:... | Fix a problem with the regex for highlighting paths. | RealNobody_cornucopia | train | rb,rb |
3a59cfa9c07deb07d7be8d8abee8cb2a61ff317a | diff --git a/src/crypto/index.js b/src/crypto/index.js
index <HASH>..<HASH> 100644
--- a/src/crypto/index.js
+++ b/src/crypto/index.js
@@ -1514,8 +1514,10 @@ Crypto.prototype.setDeviceVerification = async function(
// Check if the 'device' is actually a cross signing key
// The js-sdk's verification treats cr... | Don't sign ourselves as a user | matrix-org_matrix-js-sdk | train | js |
8f4a1af8a1e728f876f0dc4c2d5d1ea515b7776e | diff --git a/vix.go b/vix.go
index <HASH>..<HASH> 100644
--- a/vix.go
+++ b/vix.go
@@ -171,6 +171,7 @@ const (
type VmDeleteOption int
const (
+ VMDELETE_KEEP_FILES VmDeleteOption = 0x0
VMDELETE_DISK_FILES VmDeleteOption = C.VIX_VMDELETE_DISK_FILES
) | Adds a new constant to have the choice of not removing vm disk files upon virtual machine removal | hooklift_govix | train | go |
d2c78f34a5ca039abb8067cc125a03b85293445c | diff --git a/nbt/src/main/java/net/kyori/adventure/nbt/CompoundTagSetter.java b/nbt/src/main/java/net/kyori/adventure/nbt/CompoundTagSetter.java
index <HASH>..<HASH> 100644
--- a/nbt/src/main/java/net/kyori/adventure/nbt/CompoundTagSetter.java
+++ b/nbt/src/main/java/net/kyori/adventure/nbt/CompoundTagSetter.java
@@ -5... | <I> is already released! | KyoriPowered_text | train | java |
b1761984d14eca925d4616e57c280693c45454b0 | diff --git a/packages/application-shell/src/index.js b/packages/application-shell/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/application-shell/src/index.js
+++ b/packages/application-shell/src/index.js
@@ -19,6 +19,12 @@ export { selectUserId, selectProjectKeyFromUrl } from './utils';
export { default as ... | feat(app-shell): add re-export of gtm logout and flopflip (#<I>) | commercetools_merchant-center-application-kit | train | js |
c2b4983b9d6aca0b23ebb149cd2a128b4ade0709 | diff --git a/lib/fog/aws/models/ec2/volume.rb b/lib/fog/aws/models/ec2/volume.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/aws/models/ec2/volume.rb
+++ b/lib/fog/aws/models/ec2/volume.rb
@@ -22,9 +22,6 @@ module Fog
def initialize(attributes = {})
# assign server first to prevent race condition with... | [ec2] fix volume model to not muck with attributes, which breaks mocks | fog_fog | train | rb |
d2d825b3fc10e16fa87a2f9e15845128ba694fcf | diff --git a/src/main/java/com/myjeeva/digitalocean/impl/DigitalOceanClient.java b/src/main/java/com/myjeeva/digitalocean/impl/DigitalOceanClient.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/myjeeva/digitalocean/impl/DigitalOceanClient.java
+++ b/src/main/java/com/myjeeva/digitalocean/impl/DigitalOceanClien... | #<I> - removed the ipaddress validation | jeevatkm_digitalocean-api-java | train | java |
bb53f91a3314ab96acc1191e1c961bb2b7949f21 | diff --git a/securegraph-elasticsearch-plugin/src/main/java/org/securegraph/elasticsearch/AuthorizationsFilter.java b/securegraph-elasticsearch-plugin/src/main/java/org/securegraph/elasticsearch/AuthorizationsFilter.java
index <HASH>..<HASH> 100644
--- a/securegraph-elasticsearch-plugin/src/main/java/org/securegraph/el... | change columnVisibilityCache in AuthorizationsFilter to ConcurrentHashMap | lumifyio_securegraph | train | java |
ecc708e86c32ba08c93aa9e85f37abec099bac05 | diff --git a/e2e/e2e_test.py b/e2e/e2e_test.py
index <HASH>..<HASH> 100644
--- a/e2e/e2e_test.py
+++ b/e2e/e2e_test.py
@@ -28,6 +28,7 @@ main()
, stdout=subprocess.PIPE, shell=True, executable=sys.executable)
(output, error) = crawler_process.communicate()
cls.output = output.decode("utf-... | Add output printing for easier debugging | snorrwe_lollygag | train | py |
8d51a5736f54b7080fadccd37ddceae35f770dba | diff --git a/lib/helper/WebDriverIO.js b/lib/helper/WebDriverIO.js
index <HASH>..<HASH> 100644
--- a/lib/helper/WebDriverIO.js
+++ b/lib/helper/WebDriverIO.js
@@ -1129,7 +1129,7 @@ function withStrictLocator(locator) {
case 'xpath':
case 'css': return value;
case 'id': return '#' + value;
- case 'name': retur... | Locate element by name attribute bug fixed (#<I>) | Codeception_CodeceptJS | train | js,js |
29cf11e79294c20546ced3b2ac434f4f16fd7e8b | diff --git a/operator/k8s_identity.go b/operator/k8s_identity.go
index <HASH>..<HASH> 100644
--- a/operator/k8s_identity.go
+++ b/operator/k8s_identity.go
@@ -49,6 +49,8 @@ func deleteIdentity(identity *types.Identity) error {
})
if err != nil {
log.WithError(err).Error("Unable to delete identity")
+ } else {
+... | operator: add Info message when a identity is GC in CRD mode
It is useful to have this information being printed in non-debug mode to
help tracking down potential bugs. | cilium_cilium | train | go |
bc6d0d86ae5680bf56259524d9114d05099b59e6 | diff --git a/applications/desktop/src/notebook/epics/index.js b/applications/desktop/src/notebook/epics/index.js
index <HASH>..<HASH> 100644
--- a/applications/desktop/src/notebook/epics/index.js
+++ b/applications/desktop/src/notebook/epics/index.js
@@ -36,7 +36,7 @@ export function retryAndEmitError(err: Error, sourc... | provide more annotations for flow <I> | nteract_nteract | train | js,js |
89d9f3fc5af42094eb831f2267f2589633cd952e | diff --git a/install.py b/install.py
index <HASH>..<HASH> 100644
--- a/install.py
+++ b/install.py
@@ -131,7 +131,24 @@ def install(dest_dir, print_welcome=False):
# done
if print_welcome:
print()
- print("SUCCESS! To activate Rez, add the following path to $PATH:")
+ print("SUCCESS!")
... | small update to install.py output to show exe/pkg paths | nerdvegas_rez | train | py |
338132ca63a8ac7c80f520e10db6e2fff7ddb463 | diff --git a/WOA/woa.py b/WOA/woa.py
index <HASH>..<HASH> 100644
--- a/WOA/woa.py
+++ b/WOA/woa.py
@@ -526,12 +526,10 @@ class WOA_var_nc(object):
else:
var = np.asanyarray(self.KEYS)
- doy = kwargs['doy']
- if np.size(doy) == 1:
- if type(doy) is datetime:
- ... | Loading doy as at least 1D. | castelao_oceansdb | train | py |
37e6614753331c4990c94fcd528465e3d994aeb5 | diff --git a/src/interfaces/xmlnodesyncadapter.js b/src/interfaces/xmlnodesyncadapter.js
index <HASH>..<HASH> 100644
--- a/src/interfaces/xmlnodesyncadapter.js
+++ b/src/interfaces/xmlnodesyncadapter.js
@@ -18,9 +18,9 @@
* @since 1.0.1
*/
- /**
- * IXmlNodeSyncAdapter Node type constants
- */
+/**
+ * IXmlNodeS... | Fix linter issues (#<I>) | ArnaudBuchholz_gpf-js | train | js |
49484931dd7ca635e966f2b12dbcfff699602e92 | diff --git a/translator/src/main/java/com/google/devtools/j2objc/Options.java b/translator/src/main/java/com/google/devtools/j2objc/Options.java
index <HASH>..<HASH> 100644
--- a/translator/src/main/java/com/google/devtools/j2objc/Options.java
+++ b/translator/src/main/java/com/google/devtools/j2objc/Options.java
@@ -4... | classpath for aar
classpath for aar | google_j2objc | train | java |
5835358a7e4cf2bf95adf5060443832cdcb47ffe | diff --git a/intranet/db/ldap_db.py b/intranet/db/ldap_db.py
index <HASH>..<HASH> 100644
--- a/intranet/db/ldap_db.py
+++ b/intranet/db/ldap_db.py
@@ -20,14 +20,17 @@ class LDAPFilter(object):
specified attribute is contained in a specified list of values.
"""
- return "(|" + "".join(("({}={}... | Fix some PEP8 problems in ldap_db | tjcsl_ion | train | py |
e5f391fececa0e8ba41f1fda7ec4e41524d3a995 | diff --git a/Form/ChoiceList/ModelChoiceList.php b/Form/ChoiceList/ModelChoiceList.php
index <HASH>..<HASH> 100644
--- a/Form/ChoiceList/ModelChoiceList.php
+++ b/Form/ChoiceList/ModelChoiceList.php
@@ -345,7 +345,7 @@ class ModelChoiceList extends ObjectChoiceList
}
// readonly="true" models do not... | [Propel1Bridge] Fix "and => &&" CS in ModelChoiceList | symfony_propel1-bridge | train | php |
f7a5d31853033f49ed82f7f95aa6e5b8df3205e3 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -81,8 +81,8 @@ let testTicker = async (exchange, symbol) => {
... (keys.map (key =>
key + ': ' + human_value (ticker[key]))))
- // if (ticker['bid'] && ticker['ask'])
- assert (tic... | coinmarketcap workaround in test.js | ccxt_ccxt | train | js |
384515b680de237aec5c383d63cc4707d69c2072 | diff --git a/src/main/java/org/java_websocket/client/WebSocketClient.java b/src/main/java/org/java_websocket/client/WebSocketClient.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/java_websocket/client/WebSocketClient.java
+++ b/src/main/java/org/java_websocket/client/WebSocketClient.java
@@ -223,7 +223,7 @@ p... | patch for commit <I>a<I>bc<I>a<I>b<I>c<I>fba0c<I>dfd6 | TooTallNate_Java-WebSocket | train | java |
622d925880e1f611da67b869032c72285bd84d77 | diff --git a/lib/travis/task/irc/client.rb b/lib/travis/task/irc/client.rb
index <HASH>..<HASH> 100644
--- a/lib/travis/task/irc/client.rb
+++ b/lib/travis/task/irc/client.rb
@@ -26,6 +26,7 @@ module Travis
end
def initialize(server, nick, options = {})
+ Travis.logger.info("Connecting to #... | Temporary logging out put. | travis-ci_travis-core | train | rb |
ae0b1ec967bc965f3af5711e710382c193ad5b50 | diff --git a/sfm/src/main/java/org/sfm/jdbc/impl/PreparedStatementSetterFactory.java b/sfm/src/main/java/org/sfm/jdbc/impl/PreparedStatementSetterFactory.java
index <HASH>..<HASH> 100644
--- a/sfm/src/main/java/org/sfm/jdbc/impl/PreparedStatementSetterFactory.java
+++ b/sfm/src/main/java/org/sfm/jdbc/impl/PreparedState... | #<I> refactor Ps to allow for direct indexed base injector for collection | arnaudroger_SimpleFlatMapper | train | java |
87469ea72677cd6cb2576370d798f4271c19030a | diff --git a/common/components/user/models/Profile.php b/common/components/user/models/Profile.php
index <HASH>..<HASH> 100755
--- a/common/components/user/models/Profile.php
+++ b/common/components/user/models/Profile.php
@@ -86,4 +86,15 @@ class Profile extends BaseProfile
return $this->hasMany(UserAddress::... | Adds getUserNameWithSurname() method to Profile entity. | black-lamp_blcms-cart | train | php |
9acbce10811ad2a7e4bf473f0296edc51dbfb4e2 | diff --git a/docs/gatsby-config.js b/docs/gatsby-config.js
index <HASH>..<HASH> 100644
--- a/docs/gatsby-config.js
+++ b/docs/gatsby-config.js
@@ -10,7 +10,7 @@ module.exports = {
githubRepo: 'apollographql/apollo-server',
defaultVersion: 2,
versions: {
- 1: 'version-1-mdx'
+ ... | Add a trailing comma | apollographql_apollo-server | 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.