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 |
|---|---|---|---|---|---|
b291a00688efa4f6e403270feebe1adc5542252a | diff --git a/service/gcs/bridge/bridge.go b/service/gcs/bridge/bridge.go
index <HASH>..<HASH> 100644
--- a/service/gcs/bridge/bridge.go
+++ b/service/gcs/bridge/bridge.go
@@ -41,6 +41,9 @@ var capabilities = prot.GcsCapabilities{
},
},
RuntimeOsType: prot.OsTypeLinux,
+ GuestDefinedCapabilities: prot.GcsGuestCap... | Return GuestDefinedCapabilities with SignalProcess support | Microsoft_hcsshim | train | go,go |
631e10af7dc48a9cf7c4d358d53a52fa9836f0f5 | diff --git a/SimpleAudioIndexer/__init__.py b/SimpleAudioIndexer/__init__.py
index <HASH>..<HASH> 100755
--- a/SimpleAudioIndexer/__init__.py
+++ b/SimpleAudioIndexer/__init__.py
@@ -629,7 +629,7 @@ class SimpleAudioIndexer(object):
seconds_passed = 0
for split_index, splitted_file_tim... | Missed an additional underscore for list audio method | aalireza_SimpleAudioIndexer | train | py |
8ae17e6eb966a68d5295a4c05ec7b2066af7088c | diff --git a/config/application.rb b/config/application.rb
index <HASH>..<HASH> 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -74,6 +74,8 @@ module Peoplefinder
# NOTE: may need to eager load paths instead if lib code is commonly called
config.autoload_paths << Rails.root.join('lib')
+ ... | CT-<I> Autoloading has changed - require module in lib directly (#<I>)
Generate report on production failed with
NameError (uninitialized constant Admin::ManagementController::CsvPublisher):
app/controllers/admin/management_controller.rb:7:in `generate_user_behavior_report' | ministryofjustice_peoplefinder | train | rb |
f379d8ce256159a4fc7ce58abf87c609a4a0c3ab | diff --git a/AlphaTwirl/EventReader/ProgressMonitor.py b/AlphaTwirl/EventReader/ProgressMonitor.py
index <HASH>..<HASH> 100755
--- a/AlphaTwirl/EventReader/ProgressMonitor.py
+++ b/AlphaTwirl/EventReader/ProgressMonitor.py
@@ -55,12 +55,12 @@ class MPProgressMonitor(object):
def monitor(self):
if time.tim... | rename present() _present(), indicating private | alphatwirl_alphatwirl | train | py |
bff2a582ecc5b26440dc4c7b2ee4b745403b57f2 | diff --git a/src/test/java/cleanzephyr/rubycollect4j/RubyHashTest.java b/src/test/java/cleanzephyr/rubycollect4j/RubyHashTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/cleanzephyr/rubycollect4j/RubyHashTest.java
+++ b/src/test/java/cleanzephyr/rubycollect4j/RubyHashTest.java
@@ -188,4 +188,14 @@ public class... | Add test for RubyHash::empty? | wnameless_rubycollect4j | train | java |
810facaac050878991d2890f0a74dbde3b4314e4 | diff --git a/tests/appveyor_test_cases.py b/tests/appveyor_test_cases.py
index <HASH>..<HASH> 100644
--- a/tests/appveyor_test_cases.py
+++ b/tests/appveyor_test_cases.py
@@ -57,24 +57,6 @@ class TestAppMethods(unittest.TestCase):
app.close()
lackey.wait(0.9)
- def test_app_title(self):
- ... | Removed app title test in AppVeyor
Unsure why this doesn’t work in Appveyor, but it works locally so I’m
assuming it has something to do with the environment. | glitchassassin_lackey | train | py |
6500bd897f3d93da90a5d813ffabed4d5ff5f361 | diff --git a/guava/src/com/google/common/collect/ComparisonChain.java b/guava/src/com/google/common/collect/ComparisonChain.java
index <HASH>..<HASH> 100644
--- a/guava/src/com/google/common/collect/ComparisonChain.java
+++ b/guava/src/com/google/common/collect/ComparisonChain.java
@@ -41,6 +41,9 @@ import javax.annota... | Warn about immutability.
-------------
Created by MOE: <URL> | google_guava | train | java |
16b69ecb7cb2ff5d324a24e02924cdadfc755b8a | diff --git a/src/utils/getPurchaseEstimate.js b/src/utils/getPurchaseEstimate.js
index <HASH>..<HASH> 100644
--- a/src/utils/getPurchaseEstimate.js
+++ b/src/utils/getPurchaseEstimate.js
@@ -48,13 +48,16 @@ export function getPurchaseEstimate({ client, amount, rate, remaining }) {
? new BigNumber(remaining)
... | Fix issue in purchase estimates when MET price is extremely low | autonomoussoftware_metronome-wallet-ui-logic | train | js |
538c84c7ea72c85cb0328fe7e3e32e7eeac69239 | diff --git a/src/js/flowchart.js b/src/js/flowchart.js
index <HASH>..<HASH> 100644
--- a/src/js/flowchart.js
+++ b/src/js/flowchart.js
@@ -2724,7 +2724,7 @@
'#{id} .flowchart-relation[data-shape="polyline"] .flowchart-relation-text,',
'#{id} .flowchart-relation[data-shape="bessel"] .flowchart-... | * fix double click not work in relation element without text. | easysoft_zui | train | js |
4568c0f79f65568f3bc1094b8f78e3cf3e4256aa | diff --git a/openxc-it/src/main/java/com/openxc/remote/sources/trace/TraceVehicleDataSourceTest.java b/openxc-it/src/main/java/com/openxc/remote/sources/trace/TraceVehicleDataSourceTest.java
index <HASH>..<HASH> 100644
--- a/openxc-it/src/main/java/com/openxc/remote/sources/trace/TraceVehicleDataSourceTest.java
+++ b/o... | Update trace test with new included boolean. | openxc_openxc-android | train | java |
08dd7eaf6859093fce17bb0a14917be7b99d8bd6 | diff --git a/querydsl-core/src/main/java/com/mysema/query/group/GroupBy.java b/querydsl-core/src/main/java/com/mysema/query/group/GroupBy.java
index <HASH>..<HASH> 100644
--- a/querydsl-core/src/main/java/com/mysema/query/group/GroupBy.java
+++ b/querydsl-core/src/main/java/com/mysema/query/group/GroupBy.java
@@ -248,1... | Fixed generics that break under some older Java version | querydsl_querydsl | train | java |
84d411f010509fb8df8849f02b6124cf0ea55afb | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -39,8 +39,8 @@ function _update(current, name, fn) {
var lookupKey = key;
key = lookupIndex(current, key);
if (key === undefined) {
- throw new Error(`no object found by ${lookupKey}. autocreate is not supp... | fix message interpolation when throwing lookup error
- accidental usage of ES6 interpolation causes problems
when processing code that expected to be ES5-compatible.
this commit replaces interpolation by string concatenation | akuzko_update-js | train | js |
256d1e2a44529e596b7893838e48705ebfdbb1af | diff --git a/examples/file_uncompress.js b/examples/file_uncompress.js
index <HASH>..<HASH> 100644
--- a/examples/file_uncompress.js
+++ b/examples/file_uncompress.js
@@ -12,7 +12,8 @@ var outputFile = process.argv[3] || path.basename(inputFile, lz4.extension)
var decoder = lz4.createDecoderStream()
-var input = f... | Added buffer size in uncompress example (throughput is doubled) | pierrec_node-lz4 | train | js |
e5c40d83a06247e556d39226a782f43557b14250 | diff --git a/lib/rest-ftp-daemon/job.rb b/lib/rest-ftp-daemon/job.rb
index <HASH>..<HASH> 100644
--- a/lib/rest-ftp-daemon/job.rb
+++ b/lib/rest-ftp-daemon/job.rb
@@ -271,7 +271,8 @@ module RestFtpDaemon
ftp_connect_and_login
# Connect remote server, login and chdir
- ftp_chdir_or_buildpath @target... | bugfix: a target path without subdirs caused a process crash | bmedici_rest-ftp-daemon | train | rb |
320124b6a46e0fe39e06ffaf8cbb2e490ca6a060 | diff --git a/gobblin-aws/src/main/java/gobblin/aws/GobblinAWSClusterLauncher.java b/gobblin-aws/src/main/java/gobblin/aws/GobblinAWSClusterLauncher.java
index <HASH>..<HASH> 100644
--- a/gobblin-aws/src/main/java/gobblin/aws/GobblinAWSClusterLauncher.java
+++ b/gobblin-aws/src/main/java/gobblin/aws/GobblinAWSClusterLau... | Minor change: Changed the Gobblin Worker log file name prefix | apache_incubator-gobblin | train | java |
583743c4961a862d82ae131d00e383366c68ace3 | diff --git a/devices/philips.js b/devices/philips.js
index <HASH>..<HASH> 100644
--- a/devices/philips.js
+++ b/devices/philips.js
@@ -213,7 +213,7 @@ module.exports = [
vendor: 'Philips',
description: 'Hue white E12',
meta: {turnsOffAtBrightness1: true},
- extend: hueExtend.light_onof... | Add color temp for philips hue <I> (#<I>) | Koenkk_zigbee-shepherd-converters | train | js |
7574bb3027376b2840048751d6378d45e190296a | diff --git a/scapy/utils.py b/scapy/utils.py
index <HASH>..<HASH> 100644
--- a/scapy/utils.py
+++ b/scapy/utils.py
@@ -714,6 +714,7 @@ class RawPcapWriter:
try:
p = pkt.next()
except StopIteration:
+ self._write_header("")
re... | wrpcap() creates a valid PCAP file when called with an empty list
--HG--
branch : issue-<I> | secdev_scapy | train | py |
006413e379fc6e4b22f5b9a0a9b6d395fc76a6fa | diff --git a/fastlane/lib/fastlane/swift_fastlane_function.rb b/fastlane/lib/fastlane/swift_fastlane_function.rb
index <HASH>..<HASH> 100644
--- a/fastlane/lib/fastlane/swift_fastlane_function.rb
+++ b/fastlane/lib/fastlane/swift_fastlane_function.rb
@@ -232,7 +232,7 @@ module Fastlane
# Adds newlines between ea... | [Fastlane.Swift] Sanitize Swift document comments (#<I>) | fastlane_fastlane | train | rb |
5ae4564a1c35248871c22462229fda278a3c1f15 | diff --git a/classes/Collector.php b/classes/Collector.php
index <HASH>..<HASH> 100644
--- a/classes/Collector.php
+++ b/classes/Collector.php
@@ -221,6 +221,10 @@ abstract class QM_Collector {
}
public static function hide_qm() {
+ if ( ! defined( 'QM_HIDE_SELF' ) ) {
+ return false;
+ }
+
if ( null === s... | Don't try to access `QM_HIDE_SELF` before it's defined. Fixes #<I>. | johnbillion_query-monitor | train | php |
57534ef69125a7cabb5b3039696b3eee00913f71 | diff --git a/dist/milsymbol.js b/dist/milsymbol.js
index <HASH>..<HASH> 100644
--- a/dist/milsymbol.js
+++ b/dist/milsymbol.js
@@ -2728,7 +2728,7 @@ function textfields(){
}
}
//Land or letterbased SIDC
- if(isNaN(this.SIDC) || this.properties.dimension == "Ground"){
+ if(isNaN(this.SIDC) || this.properties... | Think we should use baseDimension here and not dimension | spatialillusions_milsymbol | train | js |
6d44a1349ef23f8969eeec91b0facb0adf6df52b | diff --git a/lib/arel/algebra/header.rb b/lib/arel/algebra/header.rb
index <HASH>..<HASH> 100644
--- a/lib/arel/algebra/header.rb
+++ b/lib/arel/algebra/header.rb
@@ -4,9 +4,7 @@ module Arel
def initialize(attrs = [])
@attributes = attrs.to_ary
- @names = Hash.new do |h,k|
- h[k] = @attributes... | PERF: fewer objects, less lambdas, less memory | rails_rails | train | rb |
b665d8fcf239d92278698ea1ecd5e5aaafef26b4 | diff --git a/cluster.go b/cluster.go
index <HASH>..<HASH> 100644
--- a/cluster.go
+++ b/cluster.go
@@ -703,12 +703,12 @@ func (c *ClusterClient) WithContext(ctx context.Context) *ClusterClient {
if ctx == nil {
panic("nil context")
}
- c2 := c.copy()
+ c2 := c.clone()
c2.ctx = ctx
return c2
}
-func (c *Cl... | Rename copy to clone | go-redis_redis | train | go,go |
71177fe9776d8cf958ac3054885f891f49c1ef4d | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -86,10 +86,10 @@ setup(
packages=find_packages(exclude=['tests', 'tests.*']),
install_requires=[
- 'six>=1.10.0',
- 'graphql-core>=2.0',
- 'graphql-relay>=0.4.5',
- 'promise>=2.1',
+ ... | Prevent requirement breaking changes
I have a project still in <I> thats has been broken in my last release since it used `'graphql-core>=<I>'` in the `install_requires`. Since `graphql-core` has released version <I> with breaking changes and there was no instruction to maintain version 1, it was included as a depende... | graphql-python_graphene | train | py |
ee3b8c49f7b0ecc5097362e4e40996abd1905f0a | diff --git a/sexpr/grammar.py b/sexpr/grammar.py
index <HASH>..<HASH> 100644
--- a/sexpr/grammar.py
+++ b/sexpr/grammar.py
@@ -15,7 +15,6 @@ grammar_str_form = \
class Grammar(Matcher):
default_options = {}
- default_parser_options = {}
def __init__(self, source, options = None):
rules = sour... | Throw ValueError if loading root rule fails | IwoHerka_sexpr | train | py |
75049fdd15d5ee04343c168eedb1c2f4fd054704 | diff --git a/zipline/finance/performance.py b/zipline/finance/performance.py
index <HASH>..<HASH> 100644
--- a/zipline/finance/performance.py
+++ b/zipline/finance/performance.py
@@ -133,8 +133,6 @@ omitted).
"""
import logbook
-import datetime
-import pytz
import math
import numpy as np
@@ -154,7 +152,6 @@ cla... | MAINT: Removes unused started_at member from performance tracker. | quantopian_zipline | train | py |
a65466237f42350da0b04a66268035a42eb1980e | diff --git a/lib/jitsu/commands/wizard.js b/lib/jitsu/commands/wizard.js
index <HASH>..<HASH> 100644
--- a/lib/jitsu/commands/wizard.js
+++ b/lib/jitsu/commands/wizard.js
@@ -4,19 +4,27 @@
* (C) 2012, Nodejitsu Inc.
*
*/
-
-var fs = require('fs'),
- path = require('path'),
- common = require('../common'),
... | [api][fix] made/added argument currying congruent in functions | nodejitsu_jitsu | train | js |
187f02f8846e36f5f7cb2fca070b60a371f40575 | diff --git a/termgraph.py b/termgraph.py
index <HASH>..<HASH> 100755
--- a/termgraph.py
+++ b/termgraph.py
@@ -32,7 +32,7 @@ def main(args):
# read data
labels, data = read_data(args['filename'])
- chart(labels, data)
+ chart(labels, data, args)
def chart(labels, data, args): | Fix args being passed to chart | mkaz_termgraph | train | py |
50a3be2118aba22554d22eaa1e7795a294bb9803 | diff --git a/lib/calabash/android/device.rb b/lib/calabash/android/device.rb
index <HASH>..<HASH> 100644
--- a/lib/calabash/android/device.rb
+++ b/lib/calabash/android/device.rb
@@ -46,7 +46,7 @@ module Calabash
def test_server_responding?
begin
- http_client.get(HTTP::Request.new('ping')).b... | Android::Device: #test_server_responding? don't auto retry | calabash_calabash | train | rb |
20f0d5b80ab91185c0deccd6f2e248b9223e3ec7 | diff --git a/AcmeClient.php b/AcmeClient.php
index <HASH>..<HASH> 100644
--- a/AcmeClient.php
+++ b/AcmeClient.php
@@ -82,7 +82,27 @@ class AcmeClient implements AcmeClientInterface
$payload['contact'] = ['mailto:'.$email];
}
- return (array) $this->requestResource('POST', ResourcesDirect... | Automatically agreed with agrement (#<I>) | acmephp_core | train | php |
f211484991e9d6697fb26e742aa567be46a06c1a | diff --git a/tasks/titanium.js b/tasks/titanium.js
index <HASH>..<HASH> 100644
--- a/tasks/titanium.js
+++ b/tasks/titanium.js
@@ -67,14 +67,18 @@ module.exports = function(grunt) {
function(callback) { return execCommand('create', createOpts, callback); },
function(callback) {
+ console.log(self.filesSrc)... | process files/src from grunt config | tonylukasavage_grunt-titanium | train | js |
546d202f3a7d1ac5139f5b9908c67be3d7c427e9 | diff --git a/dev/FixtureBlueprint.php b/dev/FixtureBlueprint.php
index <HASH>..<HASH> 100644
--- a/dev/FixtureBlueprint.php
+++ b/dev/FixtureBlueprint.php
@@ -129,8 +129,9 @@ class FixtureBlueprint {
$parsedItems = array();
$items = preg_split('/ *, */',trim($fieldVal));
foreach($items as $item) {
- ... | Don't complain about pre-replaced YAML fixture relations | silverstripe_silverstripe-framework | train | php |
402c895947e0fee85c4d59fa90f6f767a7c7ecb0 | diff --git a/deblur/workflow.py b/deblur/workflow.py
index <HASH>..<HASH> 100644
--- a/deblur/workflow.py
+++ b/deblur/workflow.py
@@ -819,15 +819,11 @@ def launch_workflow(seqs_fp, working_dir, mean_error, error_dist,
# Step 1: Trim sequences to specified length
output_trim_fp = join(working_dir, "%s.trim"... | Regression: trimming was possibly passing .gz files to vsearch; not adding a test as this is a removal of code which was added in this past cycle | biocore_deblur | train | py |
0bf4d8c4f867a9917e522a07460ddea99bc96434 | diff --git a/spead2/__init__.py b/spead2/__init__.py
index <HASH>..<HASH> 100644
--- a/spead2/__init__.py
+++ b/spead2/__init__.py
@@ -160,8 +160,9 @@ class Descriptor(object):
class Item(Descriptor):
def __init__(self, *args, **kw):
+ value = kw.pop('value', None)
super(Item, self).__init__(*ar... | Allow initial value to be provided for Item in constructor | ska-sa_spead2 | train | py |
b38d1a11709478e4acdd6b4cae3eede3fbfcc635 | diff --git a/src/gluonnlp/data/stream.py b/src/gluonnlp/data/stream.py
index <HASH>..<HASH> 100644
--- a/src/gluonnlp/data/stream.py
+++ b/src/gluonnlp/data/stream.py
@@ -103,19 +103,27 @@ class _LazyTransformDataStream(DataStream):
def __iter__(self):
stream_iter = iter(self._stream)
- try:
- ... | Fix LazyTransformDataStream prefetching (#<I>) | dmlc_gluon-nlp | train | py |
5d37b9f069579edb58ceed408c37d16940a9a5e3 | diff --git a/lib/lhc/interceptors/throttle.rb b/lib/lhc/interceptors/throttle.rb
index <HASH>..<HASH> 100644
--- a/lib/lhc/interceptors/throttle.rb
+++ b/lib/lhc/interceptors/throttle.rb
@@ -33,7 +33,7 @@ class LHC::Throttle < LHC::Interceptor
def break_when_quota_reached!
options = request.options.dig(:throttl... | Fix case where tacked reamining is nil (#<I>) | local-ch_lhc | train | rb,rb |
3c689d5a0a722a90004a9e7815b9b15e75800131 | diff --git a/scripts/importer/mtasks/berkeley.py b/scripts/importer/mtasks/berkeley.py
index <HASH>..<HASH> 100644
--- a/scripts/importer/mtasks/berkeley.py
+++ b/scripts/importer/mtasks/berkeley.py
@@ -30,12 +30,12 @@ def do_ucb_photo(events, stubs, args, tasks, task_obj, log):
photom = json.loads(jsontxt)
p... | MAINT: have 'berkeley' stuff store 'oldname'. | astrocatalogs_astrocats | train | py |
fe4f8d1ceaf4b2f3514e83544c9d49db5d69615c | diff --git a/src/js/components/Select/Select.js b/src/js/components/Select/Select.js
index <HASH>..<HASH> 100644
--- a/src/js/components/Select/Select.js
+++ b/src/js/components/Select/Select.js
@@ -72,9 +72,11 @@ const Select = forwardRef(
messages,
multiple,
name,
+ onBlur,
onChange,
... | Fix: Introducing Select onBlur and onFocus (#<I>)
* Select onBlur and onFocus: introduced both to select component
* Small cleanup
* Small syntax fix | grommet_grommet | train | js |
3dc4f00fd0535d113017d6946d55365023d7e295 | diff --git a/graffiti/graph/graph.go b/graffiti/graph/graph.go
index <HASH>..<HASH> 100644
--- a/graffiti/graph/graph.go
+++ b/graffiti/graph/graph.go
@@ -103,14 +103,14 @@ type graphElement struct {
// Node of the graph
type Node struct {
- graphElement
+ graphElement `mapstructure:",squash"`
}
// Edge of the ... | graph: allow to use mapstructure on nodes and edges | skydive-project_skydive | train | go,go |
66ec93a63fc47118a29ff0a7186badf1df54d0b9 | diff --git a/Kwc/Directories/List/ViewMap/Coordinates/Component.php b/Kwc/Directories/List/ViewMap/Coordinates/Component.php
index <HASH>..<HASH> 100644
--- a/Kwc/Directories/List/ViewMap/Coordinates/Component.php
+++ b/Kwc/Directories/List/ViewMap/Coordinates/Component.php
@@ -21,8 +21,7 @@ class Kwc_Directories_List_... | there is no sorting needed because this component shoews points on a map, sorting by name also causes an error if there is no row called map in table | koala-framework_koala-framework | train | php |
7b9028bd2ea7028c11fe4e6d965c3f05215dbb77 | diff --git a/sklearn_porter/Estimator.py b/sklearn_porter/Estimator.py
index <HASH>..<HASH> 100644
--- a/sklearn_porter/Estimator.py
+++ b/sklearn_porter/Estimator.py
@@ -104,8 +104,8 @@ class Estimator(EstimatorApiABC):
import BaseSearchCV # pylint: disable=protected-access
except ImportErro... | feature/oop-api-refactoring: Indent string on multiple lines correctly | nok_sklearn-porter | train | py |
0776cf69576fd4c0ef06b4a02d67e13258859857 | diff --git a/yotta/init.py b/yotta/init.py
index <HASH>..<HASH> 100644
--- a/yotta/init.py
+++ b/yotta/init.py
@@ -71,4 +71,10 @@ def execCommand(args):
# TODO: more questions ( bugs url,...), check that the name is available in
# the registry...
+ # Create folders while initing
+ folders_to_creat = [... | Creating folders while initing | ARMmbed_yotta | train | py |
3126d36e8f29b1f494b000b8b2185d6e51067ce8 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,6 @@ setup(
description='User-friendly billing for communal households',
long_description=open('README.rst').read() if exists("README.rst") else "",
install_requires=[
- 'django>=1.8',
... | Attempt to fix installation error (perhaps similar to <URL>) | adamcharnock_swiftwind | train | py |
aeed43d4df0bc9a2baadb5e29854a6df31aa14f9 | diff --git a/packages/xod-client-browser/test-func/pageObjects/PromptPopup.js b/packages/xod-client-browser/test-func/pageObjects/PromptPopup.js
index <HASH>..<HASH> 100644
--- a/packages/xod-client-browser/test-func/pageObjects/PromptPopup.js
+++ b/packages/xod-client-browser/test-func/pageObjects/PromptPopup.js
@@ -1... | chore(xod-client-browser): enlarge timeout for mostly failed by timeout selector | xodio_xod | train | js |
863557ca35435e04b7e8c75b01ec2abf47ee2032 | diff --git a/kiali/models.py b/kiali/models.py
index <HASH>..<HASH> 100644
--- a/kiali/models.py
+++ b/kiali/models.py
@@ -3,7 +3,7 @@ from kiali.client import ApiObject
class Data (ApiObject):
__slots__ = [
'id', "source", 'target', 'version', 'text', 'color', 'style', 'rate', 'service', 'group_by',
- ... | Updating Client to <I> | kiali_kiali-client-python | train | py,py |
c68065463fb590bff3b9166210b2ba2b7679e603 | diff --git a/openquake/calculators/base.py b/openquake/calculators/base.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/base.py
+++ b/openquake/calculators/base.py
@@ -664,11 +664,11 @@ class HazardCalculator(BaseCalculator):
logging.info('Computing hazard maps for PoEs=%s', oq.poes)
... | Parallelized save_hmaps [skip hazardlib][demos]
Former-commit-id: e<I>c7f9bc4d<I>f<I>e<I>b0b8c3ce9acb8bb<I>c | gem_oq-engine | train | py |
92beb556a9fe185b502038a78d7ed2d8b97ef0c7 | diff --git a/gcloud/storage/connection.py b/gcloud/storage/connection.py
index <HASH>..<HASH> 100644
--- a/gcloud/storage/connection.py
+++ b/gcloud/storage/connection.py
@@ -414,13 +414,7 @@ class Connection(_Base):
if isinstance(bucket, Bucket):
return bucket
- # Support Python 2 and 3.... | No need for 'try: ... except:' when we have 'six'. | googleapis_google-cloud-python | train | py |
9e6f132844b9f29d7c9846c364f8fa3a31be6205 | diff --git a/src/typeahead/typeahead.js b/src/typeahead/typeahead.js
index <HASH>..<HASH> 100644
--- a/src/typeahead/typeahead.js
+++ b/src/typeahead/typeahead.js
@@ -325,7 +325,7 @@ var Typeahead = (function() {
.val('')
.removeData()
.addClass('tt-hint')
- .removeAttr('id name placeholder')
+ .re... | Remove required attribute from hint. Closes #<I>. | twitter_typeahead.js | train | js |
0f36257cf98eb14e11b79a86626514d3c53c949a | diff --git a/app/assets/javascripts/foreman_proxmox/proxmox.js b/app/assets/javascripts/foreman_proxmox/proxmox.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/foreman_proxmox/proxmox.js
+++ b/app/assets/javascripts/foreman_proxmox/proxmox.js
@@ -35,9 +35,7 @@ function cdromSelected(item) {
},
... | Refactor
Remove unnecessary debug logs | theforeman_foreman_fog_proxmox | train | js |
7d5d390a271a5069600cf990d7e1ee1ff50c712a | diff --git a/lib/rtkit/cr_series.rb b/lib/rtkit/cr_series.rb
index <HASH>..<HASH> 100644
--- a/lib/rtkit/cr_series.rb
+++ b/lib/rtkit/cr_series.rb
@@ -57,7 +57,7 @@ module RTKIT
super(series_uid, 'CR', study, options)
# Default attributes:
@images = Array.new
- @image_uids = Hash.new
+ @a... | Rename a class variable
This makes it equal to that of of the RTImage class. | dicom_rtkit | train | rb |
83ec58e46b8f37ea17703123e7b9901fea7363b8 | diff --git a/lib/dill/widget.rb b/lib/dill/widget.rb
index <HASH>..<HASH> 100644
--- a/lib/dill/widget.rb
+++ b/lib/dill/widget.rb
@@ -219,7 +219,7 @@ module Dill
# Compares the current widget with +value+, waiting for the comparison
# to return +true+.
def ==(value)
- wait_for { cast_to(value) == v... | [widget] Clarify method name. | mojotech_capybara-ui | train | rb |
d67ed6daa2ddaf0fd08ab07c5cfe8fe34c484fa3 | diff --git a/lib/openscap/version.rb b/lib/openscap/version.rb
index <HASH>..<HASH> 100644
--- a/lib/openscap/version.rb
+++ b/lib/openscap/version.rb
@@ -10,5 +10,5 @@
#
module OpenSCAP
- VERSION = '0.4.0'
+ VERSION = '0.4.1'
end | ruby-openscap-<I>
- Rubocop fixes
- Allows for bzip2ed memory to be used as OpenSCAP::Source
- requires OpenSCAP-<I> base package | OpenSCAP_ruby-openscap | train | rb |
5d6a2e6a5e1053be2648406b09187f38b6cba5d6 | diff --git a/domaintools_async/__init__.py b/domaintools_async/__init__.py
index <HASH>..<HASH> 100644
--- a/domaintools_async/__init__.py
+++ b/domaintools_async/__init__.py
@@ -1,8 +1,6 @@
"""Adds async capabilities to the base product object"""
import asyncio
-import aiohttp
from httpx import AsyncClient
-import ... | Remove some unused imports and modify dependencies. | DomainTools_python_api | train | py,py,ini |
8793d69a708e5f9458d9c78ace93129dc9a8db2a | diff --git a/lib/growl/growl.rb b/lib/growl/growl.rb
index <HASH>..<HASH> 100644
--- a/lib/growl/growl.rb
+++ b/lib/growl/growl.rb
@@ -1,4 +1,3 @@
-
module Growl
@@path = 'growlnotify'
@@ -212,6 +211,7 @@ module Growl
switch :port
switch :auth
switch :crypt
+ switch :url
end | Add url switch
Adding the url switch allows for Growl.url to be called. What this
brings is the ability to link a notification to a specific url in the
notification itself. | tj_growl | train | rb |
8544a13efa382f11bebf37baa011a80c1294ca17 | diff --git a/thinc/api.py b/thinc/api.py
index <HASH>..<HASH> 100644
--- a/thinc/api.py
+++ b/thinc/api.py
@@ -12,7 +12,7 @@ from .util import to_categorical, get_width, xp2torch, torch2xp
from .backends import get_ops, set_current_ops, get_current_ops, use_device
from .backends import Ops, CupyOps, NumpyOps
-from ... | add CauchySimilarity also to api | explosion_thinc | train | py |
24bf62bf4c21816962fc20aa129d0b8350b347e7 | diff --git a/lib/interceptor.js b/lib/interceptor.js
index <HASH>..<HASH> 100644
--- a/lib/interceptor.js
+++ b/lib/interceptor.js
@@ -10,7 +10,7 @@ const parserFactory = require('./data-processor-row');
*/
class RowProcessorInterceptor extends Interceptor {
- constructor(endpoint, config) {
+ constructor(config, ... | fix(constructor): Changed the order of config, and endpoint | Kronos-Integration_kronos-interceptor-object-data-processor-row | train | js |
b379e5fdbeca67b9bad1f0762dc0ccacc9115b9c | diff --git a/satpy/scene.py b/satpy/scene.py
index <HASH>..<HASH> 100644
--- a/satpy/scene.py
+++ b/satpy/scene.py
@@ -1522,12 +1522,11 @@ def _check_file_protocols_for_dicts(filenames):
def _check_file_protocols(filenames):
local_files, remote_files, fs_files = _sort_files_to_local_remote_and_fsfiles(filenames... | Let import error stop processing when remote files can't be handled | pytroll_satpy | train | py |
63fd88ca5c255a84b61ce81c41dfe9928ea101d9 | diff --git a/activerecord/lib/active_record/associations/has_many_association.rb b/activerecord/lib/active_record/associations/has_many_association.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/associations/has_many_association.rb
+++ b/activerecord/lib/active_record/associations/has_many_associat... | If a counter_cache exists, use it for #empty? | rails_rails | train | rb,rb |
5f988e66d2f31af79d39f23614b0d47b52f0c887 | diff --git a/spyder/plugins/editor/plugin.py b/spyder/plugins/editor/plugin.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/editor/plugin.py
+++ b/spyder/plugins/editor/plugin.py
@@ -888,15 +888,12 @@ class Editor(SpyderPluginWidget):
self.main.debug_toolbar_actions += debug_toolbar_actions
# ... | Editor: Reorganize Source menu a bit | spyder-ide_spyder | train | py |
66273227df6389e5393e504d1db5d16ccd3b1c08 | diff --git a/recipe/shelf.py b/recipe/shelf.py
index <HASH>..<HASH> 100644
--- a/recipe/shelf.py
+++ b/recipe/shelf.py
@@ -36,11 +36,11 @@ def ingredient_from_validated_dict(ingr_dict, selectable):
return InvalidIngredient(error=error)
except VisitError as e:
# Lark returns the InvalidColumnError... | user VisitError.orig_exc | juiceinc_recipe | train | py |
1e31d1e6277553c54ad524581d3c6bed0016766c | diff --git a/scripts/reenroller.rb b/scripts/reenroller.rb
index <HASH>..<HASH> 100644
--- a/scripts/reenroller.rb
+++ b/scripts/reenroller.rb
@@ -41,6 +41,7 @@ module RightScale
# === Return
# true:: Always return true
def run(options)
+ check_privileges
AgentConfig.root_dir = AgentConfig.ri... | acu<I> make rs_reenroll to check privileges before doing anything | rightscale_right_link | train | rb |
37edeb06b23b4806ee7e7fd7a88bbaaf316a1f62 | diff --git a/pyrogram/__init__.py b/pyrogram/__init__.py
index <HASH>..<HASH> 100644
--- a/pyrogram/__init__.py
+++ b/pyrogram/__init__.py
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
-__version__ =... | Update Pyrogram to <I> | pyrogram_pyrogram | train | py |
56d3ba5568a8df488305d64b3824fa59a668eacd | diff --git a/latinol/latinol.py b/latinol/latinol.py
index <HASH>..<HASH> 100644
--- a/latinol/latinol.py
+++ b/latinol/latinol.py
@@ -13,7 +13,7 @@ RULES = ((ur'cc', ur'ks'),
(ur'qu([eiéí])', ur'k\1'),
(ur'ü', ur'u'),
(ur'q([aouáóú])', ur'k\1'),
- (ur'w', ur'gu'),
+ (ur'w(... | fix capitalization for w => gu | hso_latinol.py | train | py |
03f298e9772fe55ccd59a0c32f900ba0f6bfabba | diff --git a/lib/core/engine/iteration.js b/lib/core/engine/iteration.js
index <HASH>..<HASH> 100644
--- a/lib/core/engine/iteration.js
+++ b/lib/core/engine/iteration.js
@@ -105,6 +105,8 @@ class Iteration {
if (recordVideo && !combine) {
await setOrangeBackground(browser.getDriver());
await v... | Give ffmpeg some extra time before we start | sitespeedio_browsertime | train | js |
e78ca0f575b0169e88706a1cab414903116edbcb | diff --git a/salt/client/__init__.py b/salt/client/__init__.py
index <HASH>..<HASH> 100644
--- a/salt/client/__init__.py
+++ b/salt/client/__init__.py
@@ -1054,6 +1054,10 @@ class LocalClient(object):
if raw['data']['return'] == {}:
continue
+ if 'return' in raw['d... | Fixing a weird edge case when using salt syndics and targetting via pillar. Without this fix the master of masters ends up in an infinite loop since the data returned from the minions is differently structured than if a sync was not in use. (#<I>) | saltstack_salt | train | py |
4170f0ecf2419f7d940c11477d45da3894f2cd37 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -150,6 +150,7 @@ def CDF_build(self, ppath):
'OS=' + os_name,
'ENV=' + env_name,
'CURSES=no',
+ 'SHARED=no',
'UCOPTIONS=-Dsingle_underscore',
'all',]
... | Trying to get build working on Travis CI | rstoneback_pysatCDF | train | py |
7aeb46467a12ef2dd7e1f4799119d86f39ee48ff | diff --git a/commands/authenticate.go b/commands/authenticate.go
index <HASH>..<HASH> 100644
--- a/commands/authenticate.go
+++ b/commands/authenticate.go
@@ -100,9 +100,11 @@ func (cmd *Authenticate) Handle(mechanisms map[string]sasl.Server, conn Authenti
return err
}
- scanner.Scan()
- if err := scanner.Er... | commands: Properly handle EOF in Authenticate.Handle
scanner.Scan returns false but scanner.Err returns nil in case of EOF. | emersion_go-imap | train | go |
987aa218839d557b27675953b46b1dcc387b04b0 | diff --git a/datasource/configdrive/configdrive.go b/datasource/configdrive/configdrive.go
index <HASH>..<HASH> 100644
--- a/datasource/configdrive/configdrive.go
+++ b/datasource/configdrive/configdrive.go
@@ -69,7 +69,9 @@ func (cd *configDrive) FetchMetadata() (metadata datasource.Metadata, err error)
metadata.S... | configdrive: check the network config path
Check to make sure that a network config path has been specified before
trying to read from it. Otherwise, it will end up trying to read a
directory. | coreos_coreos-cloudinit | train | go |
29fe235035f3927c5d6af74ee132d0ea7bf65071 | diff --git a/lib/headerNameSpecialCases.js b/lib/headerNameSpecialCases.js
index <HASH>..<HASH> 100644
--- a/lib/headerNameSpecialCases.js
+++ b/lib/headerNameSpecialCases.js
@@ -70,10 +70,11 @@ module.exports = {
'x-att-deviceid': 'X-ATT-DeviceId',
'x-cdn': 'X-CDN',
'x-csa-complaints': 'x-csa-complaints... | Added special case for X-Original-IP header name. | papandreou_messy | train | js |
28fb571ccd3b8451741c806428bef23726d87e92 | diff --git a/sendbeacon.js b/sendbeacon.js
index <HASH>..<HASH> 100755
--- a/sendbeacon.js
+++ b/sendbeacon.js
@@ -12,7 +12,7 @@ function polyfill() {
};
function sendBeacon(url, data) {
- const event = this.event && this.event.type;
+ const event = this.event && this.event.type ? this.event.type : this.event;
... | fix: so that sync will not always be false
the old state makes sync always false because the value for event will always be true/false not 'unload' or 'beforeunload' | miguelmota_Navigator.sendBeacon | train | js |
207b0062f8c56f1d9f6498b0787868c04ef23e78 | diff --git a/src/spec.js b/src/spec.js
index <HASH>..<HASH> 100644
--- a/src/spec.js
+++ b/src/spec.js
@@ -14,5 +14,5 @@
* limitations under the License.
*/
-var testContext = require.context('.', true, /\.spec\.ts/);
+var testContext = require.context('.', true, /\.spec\.ts$/);
testContext.keys().map(testContex... | chore: use better regular expression for unit test paths | google_neuroglancer | train | js |
fa5d8bbc46bc2dde67fbb83f3b7407a319c80361 | diff --git a/cassandra/connection.py b/cassandra/connection.py
index <HASH>..<HASH> 100644
--- a/cassandra/connection.py
+++ b/cassandra/connection.py
@@ -374,6 +374,8 @@ class Connection(object):
@defunct_on_error
def _handle_options_response(self, options_response):
+ if self.is_defunct:
+ ... | Prevent infinite loop when errored on initial connection | datastax_python-driver | train | py |
d0a42c2bcee75a5c9db590141336c02bb83dd796 | diff --git a/src/kff.BindingView.js b/src/kff.BindingView.js
index <HASH>..<HASH> 100644
--- a/src/kff.BindingView.js
+++ b/src/kff.BindingView.js
@@ -676,7 +676,8 @@ kff.BindingView = kff.createClass(
filterModel = this.collectionFilter.model || null;
filterFnName = this.collectionFilter.fn;
- a = this.... | fix(kff.BindingView): filtered collection binding doesn't work with plain array | karfcz_kff | train | js |
efe13861b40244e5304800b50322cf52848bbe46 | diff --git a/lib/cucumber_analytics/version.rb b/lib/cucumber_analytics/version.rb
index <HASH>..<HASH> 100644
--- a/lib/cucumber_analytics/version.rb
+++ b/lib/cucumber_analytics/version.rb
@@ -1,3 +1,3 @@
module CucumberAnalytics
- VERSION = '1.5.2'
+ VERSION = '1.6.0'
end | Version bump.
Incremented the gem version to <I> in preparation for the upcoming
release. | enkessler_cucumber_analytics | train | rb |
c5ff224db2e91184523dd86da708f91efa0dd73d | diff --git a/src/sap.ui.core/src/sap/ui/base/ManagedObjectMetadata.js b/src/sap.ui.core/src/sap/ui/base/ManagedObjectMetadata.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.core/src/sap/ui/base/ManagedObjectMetadata.js
+++ b/src/sap.ui.core/src/sap/ui/base/ManagedObjectMetadata.js
@@ -766,6 +766,7 @@ function(
//... | [INTERNAL] ManagedObject: Possibility to use own provider class
Change-Id: If<I>ca3bfb<I>f<I>bfadf1fb1bf9cafade7b<I> | SAP_openui5 | train | js |
cca310be62c302295b3713e4bbcab3442136abc4 | diff --git a/provisioning/src/main/java/org/wildfly/build/StandaloneAetherArtifactFileResolver.java b/provisioning/src/main/java/org/wildfly/build/StandaloneAetherArtifactFileResolver.java
index <HASH>..<HASH> 100644
--- a/provisioning/src/main/java/org/wildfly/build/StandaloneAetherArtifactFileResolver.java
+++ b/prov... | [WFBUILD-<I>] Use https URLs for standard remote repositories | wildfly_wildfly-build-tools | train | java |
a489edd91bebc6fce0b0aaf8a78de4f02538abba | diff --git a/jsonapi/resource.py b/jsonapi/resource.py
index <HASH>..<HASH> 100644
--- a/jsonapi/resource.py
+++ b/jsonapi/resource.py
@@ -107,9 +107,9 @@ class Resource(object):
for field in model._meta.fields:
if field.rel and field.rel.multiple:
# relationship is ForeignKey
- ... | unify method (make similar to method with the same functionality) | pavlov99_jsonapi | train | py |
91f6c2afe0e2bfd7d2970f22d3f169523f3711f2 | diff --git a/tests/example_spec.js b/tests/example_spec.js
index <HASH>..<HASH> 100644
--- a/tests/example_spec.js
+++ b/tests/example_spec.js
@@ -403,7 +403,7 @@ describe('Kitchen Sink [000]', function(){
})
- it('cy.uncheck() - uncheck a checkbox or radio element [00k]', function(){
+ it('cy.uncheck() ... | removed radio el's from cy.uncheck description. | cypress-io_cypress-example-kitchensink | train | js |
f15cfa08c1a02a776eeb9f90c7d24590c1ab9cdf | diff --git a/repository/upload/repository.class.php b/repository/upload/repository.class.php
index <HASH>..<HASH> 100755
--- a/repository/upload/repository.class.php
+++ b/repository/upload/repository.class.php
@@ -13,7 +13,8 @@ class repository_upload extends repository {
global $SESSION, $action, $CFG;
... | "MDL-<I>, use a random path for uploaded file" | moodle_moodle | train | php |
9e054ce3b9f444470c2f1fab55eb9ae1557c8e61 | diff --git a/widgets/TbButtonGroup.php b/widgets/TbButtonGroup.php
index <HASH>..<HASH> 100644
--- a/widgets/TbButtonGroup.php
+++ b/widgets/TbButtonGroup.php
@@ -115,6 +115,7 @@ class TbButtonGroup extends CWidget
'items'=>isset($button['items']) ? $button['items'] : array(),
'ajaxOptions'=>isset($button['aj... | added possibility to set dropdownOptions for TbButtonGroup (Issue #<I>) | clevertech_YiiBooster | train | php |
7aefd0cbdbc01aa344c5b2f3261734c4a2afe313 | diff --git a/transport/src/main/java/io/netty/bootstrap/AbstractBootstrap.java b/transport/src/main/java/io/netty/bootstrap/AbstractBootstrap.java
index <HASH>..<HASH> 100644
--- a/transport/src/main/java/io/netty/bootstrap/AbstractBootstrap.java
+++ b/transport/src/main/java/io/netty/bootstrap/AbstractBootstrap.java
@... | Make AbstractBootstrap public
.. to work around the issue with JDK reflection described here:
<URL> | netty_netty | train | java |
abe0f9098a08d5c59a5e34a61919186b5dad864a | diff --git a/plugins/remark.js b/plugins/remark.js
index <HASH>..<HASH> 100644
--- a/plugins/remark.js
+++ b/plugins/remark.js
@@ -16,6 +16,21 @@ class Remark {
typeof remark === 'object' && typeof slideshow === 'object');
}
+ async configure() {
+ await this.page.emulateMedia(null);
+ await this.pag... | Work-around Remark rendering issue with screen media emulation | astefanutti_decktape | train | js |
1710f2378d9a72d68c7c2f8a8e9ad9a4824da83d | diff --git a/examples/LedControlExample.js b/examples/LedControlExample.js
index <HASH>..<HASH> 100644
--- a/examples/LedControlExample.js
+++ b/examples/LedControlExample.js
@@ -36,7 +36,7 @@ function loop() {
}
function loop2() {
lc2.clearDisplay();
- lc2.showNumber(0, (Date.now()-startTime)/20, 0, 3, false, 3,... | added ! to characters, updated package with node version number, optimised number conversions | sebleedelisle_rpi-led-control | train | js |
bd2109dfc39ec7c4f146ca70c6af52e32b669d34 | diff --git a/mod/assignment/simpletest/test_assignment_portfolio_callers.php b/mod/assignment/simpletest/test_assignment_portfolio_callers.php
index <HASH>..<HASH> 100644
--- a/mod/assignment/simpletest/test_assignment_portfolio_callers.php
+++ b/mod/assignment/simpletest/test_assignment_portfolio_callers.php
@@ -18,7 ... | MDL-<I>: assignment portfolio unit tests should not try and use file-ish assignment types yet | moodle_moodle | train | php |
e72dda571371b891c26e6e11885be154cbe4aae3 | diff --git a/jupyter-js-widgets/src/utils.js b/jupyter-js-widgets/src/utils.js
index <HASH>..<HASH> 100644
--- a/jupyter-js-widgets/src/utils.js
+++ b/jupyter-js-widgets/src/utils.js
@@ -186,7 +186,7 @@ function typeset(element, text) {
*/
var escape_html = function(text) {
var esc = document.createElement('di... | Update escape_html function to return HTML character entity encoded characters based on input. | jupyter-widgets_ipywidgets | train | js |
e471fc6c9daaa50eab10b58f9a71594239222ec3 | diff --git a/version.php b/version.php
index <HASH>..<HASH> 100644
--- a/version.php
+++ b/version.php
@@ -29,11 +29,11 @@
defined('MOODLE_INTERNAL') || die();
-$version = 2014041700.01; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2014042200.00; // YYYYMMDD ... | on-demand release <I>beta+ | moodle_moodle | train | php |
425c8f2146ca19d25820755935b1f00efed3d218 | diff --git a/lib/watch.js b/lib/watch.js
index <HASH>..<HASH> 100644
--- a/lib/watch.js
+++ b/lib/watch.js
@@ -140,7 +140,7 @@ module.exports = function(chrome) {
log('Hot reloading', file)
chrome.send('Runtime.evaluate', { expression: updateSrc(file) })
- .then(Promise.all(Array.from(chrome.styles.value... | then takes a function, if not Promise.all runs first | porsager_wright | train | js |
bf4a365fd0e13985956a840a9789b6f964cc4934 | diff --git a/events/observer.js b/events/observer.js
index <HASH>..<HASH> 100644
--- a/events/observer.js
+++ b/events/observer.js
@@ -140,7 +140,7 @@ sb.events.observer = {
//handle keypresses
this.documentKeyPress = sb.events.add(document, 'keypress', this.delegateEvents);
- if(sb.browser.agent === 'ie' &&... | event observer handles IE bubble events for change and submit even with IE 8, not needed for 9+ | surebert_surebert-framework | train | js |
de4543ecb4c615527294002f0de1bb47667d2fa9 | diff --git a/client/index.js b/client/index.js
index <HASH>..<HASH> 100644
--- a/client/index.js
+++ b/client/index.js
@@ -45,20 +45,26 @@ const render = () => {
// Match routes based on location object:
match({ routes, location }, (error, redirectLocation, renderProps) => {
if (error) console.log(erro... | Fix warning when renderProps is undefined. Closes #<I> | nossas_bonde-client | train | js |
eb6d11e48ec3de77b9081a9f55b9f5ddd5017d6d | diff --git a/gss/src/test/java/org/globus/gsi/gssapi/test/GlobusGSSContextTest.java b/gss/src/test/java/org/globus/gsi/gssapi/test/GlobusGSSContextTest.java
index <HASH>..<HASH> 100644
--- a/gss/src/test/java/org/globus/gsi/gssapi/test/GlobusGSSContextTest.java
+++ b/gss/src/test/java/org/globus/gsi/gssapi/test/GlobusG... | These fixes take of the issue that was visible on certain non-server
class machines where Java was allocating <I>MB max. | jglobus_JGlobus | train | java |
89942c8c8f9c2f49f08e31e59bea5e670acbb876 | diff --git a/src/crd/writer.js b/src/crd/writer.js
index <HASH>..<HASH> 100644
--- a/src/crd/writer.js
+++ b/src/crd/writer.js
@@ -176,7 +176,11 @@ function validateFields(fields) {
}
field.type = type;
if (typeof field.length !== 'number') {
- field.length = 1;
+ if (fi... | default length for ascii is variable | cheminfo_chem-ram-db | train | js |
0504e6fc329b8d64a4612b0a199a1a0a176ba9f7 | diff --git a/lib/net/ssh/authentication/methods/publickey.rb b/lib/net/ssh/authentication/methods/publickey.rb
index <HASH>..<HASH> 100644
--- a/lib/net/ssh/authentication/methods/publickey.rb
+++ b/lib/net/ssh/authentication/methods/publickey.rb
@@ -82,6 +82,8 @@ module Net
when USERAUTH_FAILURE
... | fixing to work with windows and wingftpserver connecting with public key | net-ssh_net-ssh | train | rb |
e682ec222a9801486084314bd67dc633d9f95a6d | diff --git a/src/Common/Service/Profiler.php b/src/Common/Service/Profiler.php
index <HASH>..<HASH> 100644
--- a/src/Common/Service/Profiler.php
+++ b/src/Common/Service/Profiler.php
@@ -87,8 +87,8 @@ class Profiler
$aBacktrace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 2);
$aCaller =... | Improved Profiler rendering of caller details | nails_common | train | php |
41e5301693c96f5341d0f05e5dc6fa9effd19b1e | diff --git a/python/testing/__init__.py b/python/testing/__init__.py
index <HASH>..<HASH> 100644
--- a/python/testing/__init__.py
+++ b/python/testing/__init__.py
@@ -0,0 +1,14 @@
+import unittest
+
+def test_module(m, runner=None):
+ if runner is None:
+ runner = unittest.TestRunner()
+ suite = unittest.T... | Workaround for micropython-lib unittest module main() being buggy/unhelpful with module introspection | adafruit_Adafruit_Blinka | train | py |
10b968ee7f6a1b3807ee88b0889295093533e585 | diff --git a/quest-owlapi3/src/test/java/it/unibz/inf/ontop/reformulation/tests/LeftJoinProfTest.java b/quest-owlapi3/src/test/java/it/unibz/inf/ontop/reformulation/tests/LeftJoinProfTest.java
index <HASH>..<HASH> 100644
--- a/quest-owlapi3/src/test/java/it/unibz/inf/ontop/reformulation/tests/LeftJoinProfTest.java
+++ ... | Two tests enabled in LeftJoinProfTest. | ontop_ontop | train | java |
350ed970b5db10bce42d8faf0049dced9842f5b6 | diff --git a/app/worker.js b/app/worker.js
index <HASH>..<HASH> 100644
--- a/app/worker.js
+++ b/app/worker.js
@@ -1,17 +1,6 @@
const {createContext, Script} = require('vm')
const { Request, Response, Headers } = require("node-fetch");
-class FetchEvent {
- constructor(request) {
- this.type = 'fetch';
- thi... | Removing an Unnecessary Class | gja_cloudflare-worker-local | train | js |
2a1e977168ddce10bc14dba12ffe99216284025a | diff --git a/src/notebook/menu/index.js b/src/notebook/menu/index.js
index <HASH>..<HASH> 100644
--- a/src/notebook/menu/index.js
+++ b/src/notebook/menu/index.js
@@ -4,6 +4,8 @@ import {
showSaveAsDialog,
} from '../api/save';
+import { tildify } from '../native-window';
+
import {
executeCell,
newKernel,... | Updated focused browser window title on saveAs | nteract_nteract | train | js |
44d0b0ca6c0051614749ec39a377b1c62954888b | diff --git a/visidata/loaders/npy.py b/visidata/loaders/npy.py
index <HASH>..<HASH> 100644
--- a/visidata/loaders/npy.py
+++ b/visidata/loaders/npy.py
@@ -91,4 +91,4 @@ def save_npy(vd, p, sheet):
arr = np.array(data, dtype=dtype)
with p.open_bytes(mode='w') as outf:
- np.save(outf, arr, **self.optio... | [npy-] fix typo in save | saulpw_visidata | train | py |
f0326ac44e6dc4c01d80ee9a206a84bf58a3e9ed | diff --git a/python_modules/dagster-test/dagster_test/fixtures/docker_compose.py b/python_modules/dagster-test/dagster_test/fixtures/docker_compose.py
index <HASH>..<HASH> 100644
--- a/python_modules/dagster-test/dagster_test/fixtures/docker_compose.py
+++ b/python_modules/dagster-test/dagster_test/fixtures/docker_comp... | make some docker-compose fixtures module-scoped (#<I>)
Summary:
These allow you to have fixtures that only run docker-compose once per module
Test Plan: BK
Reviewers: jmsanders | dagster-io_dagster | train | py,py |
7bbf23234ce94ede8ac0e77bbf96bbe6d807f64c | diff --git a/PhoneGapLib/javascripts/core/contact.js b/PhoneGapLib/javascripts/core/contact.js
index <HASH>..<HASH> 100644
--- a/PhoneGapLib/javascripts/core/contact.js
+++ b/PhoneGapLib/javascripts/core/contact.js
@@ -66,5 +66,5 @@ ContactManager.prototype.contactsCount = function(successCallback, errorCallback
}
... | Updated to conform to MobileSpec. navigator.ContactManager becomes navigator.contacts
see <URL> | apache_cordova-ios | train | js |
ca61a8ac76be36dc97fb7a55354356863246c674 | diff --git a/metaextract/metaextract.py b/metaextract/metaextract.py
index <HASH>..<HASH> 100644
--- a/metaextract/metaextract.py
+++ b/metaextract/metaextract.py
@@ -50,6 +50,9 @@ class metaextract(Command):
'scripts', 'tests_require', 'tests_suite']:
if hasattr(self.distribution, key... | Fix json serialization for dict_items on py3 (#4)
With python<I>, data_files is a 'dict_items' object which is not
serializable.
Closes #4 | toabctl_metaextract | train | py |
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.