hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
5af75a25e381dcea52d664fcd11ea83b7b580489 | diff --git a/plugin/geomajas-widget-searchandfilter/searchandfilter-gwt/src/main/java/org/geomajas/widget/searchandfilter/client/widget/search/CombinedSearchPanel.java b/plugin/geomajas-widget-searchandfilter/searchandfilter-gwt/src/main/java/org/geomajas/widget/searchandfilter/client/widget/search/CombinedSearchPanel.... | GSF-8 CombinedSearchPanel should only display operator and/or criteria when useful, make behaviour optional | geomajas_geomajas-project-server | train |
7d3c745ff2dd083124a8de87973235a6c8851097 | diff --git a/Services/RabbitMqSupervisor.php b/Services/RabbitMqSupervisor.php
index <HASH>..<HASH> 100644
--- a/Services/RabbitMqSupervisor.php
+++ b/Services/RabbitMqSupervisor.php
@@ -239,9 +239,10 @@ class RabbitMqSupervisor
'workerErrorLog' => $this->paths['worker_error_log_file'],
... | fix(worker handling): send INT as stop signal | Phobetor_rabbitmq-supervisor-bundle | train |
47a4856cae10ab095c68ebf637c074762cc53262 | diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java
index <HASH>..<HASH> 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java
+++ b/smack-extensions/src/main/java/... | Filter Errors on Change subject listener.
A unauthorized user sents a update room subject message which is
rejected by the server. It responds with an error message which
is not picked up by the ChangeSubjectListener. | igniterealtime_Smack | train |
eda7a5fa652bdfd07f9478cc75a1dc40a5637be7 | diff --git a/src/ai/backend/common/types.py b/src/ai/backend/common/types.py
index <HASH>..<HASH> 100644
--- a/src/ai/backend/common/types.py
+++ b/src/ai/backend/common/types.py
@@ -301,6 +301,8 @@ class MountTypes(str, enum.Enum):
VOLUME = 'volume'
BIND = 'bind'
TMPFS = 'tmpfs'
+ K8S_GENERIC = 'k8s-... | feat: add support for kubernetes mount types | lablup_backend.ai-common | train |
8a04dbc98c0aebccc3c63379382eccdc1dcadb7f | diff --git a/addok/core.py b/addok/core.py
index <HASH>..<HASH> 100644
--- a/addok/core.py
+++ b/addok/core.py
@@ -350,8 +350,8 @@ class Search(BaseHelper):
def step_bucket_with_meaningful(self):
# Avoid running with too less tokens while having commons terms.
actual = len(self.meaningful)
- ... | Set min token to process to 2 for now | addok_addok | train |
a4c37b3b9fb2de75903e883495aeb052d2fc1cac | diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseProperties.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseProperties.java
index <HASH>..<HASH> 100644
--- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/nvdcve/D... | minor changes to comply with checkstyle
Former-commit-id: <I>d<I>a6b5f3a1bb<I>edf<I>b<I> | jeremylong_DependencyCheck | train |
bd8499bba9517a588681fb70c8b4195a41c5541b | diff --git a/lib/Gentle/Bitbucket/API/Repositories/Src.php b/lib/Gentle/Bitbucket/API/Repositories/Src.php
index <HASH>..<HASH> 100644
--- a/lib/Gentle/Bitbucket/API/Repositories/Src.php
+++ b/lib/Gentle/Bitbucket/API/Repositories/Src.php
@@ -40,4 +40,21 @@ class Src extends API\Api
sprintf('repositories/%... | added src::war method | gentlero_bitbucket-api | train |
b649fb4066a423877c1cf378a63edf752d8f9ebe | diff --git a/alpaca_trade_api/stream.py b/alpaca_trade_api/stream.py
index <HASH>..<HASH> 100644
--- a/alpaca_trade_api/stream.py
+++ b/alpaca_trade_api/stream.py
@@ -234,7 +234,7 @@ class DataStream:
await self._start_ws()
self._running = True
retries = 0
... | try to consume again when we get a connection error (3 retries by default)
the way it was - there was never a retry, just a loop that runs forever | alpacahq_alpaca-trade-api-python | train |
13812a67242b0f6ac98c6f71820c2510263aae51 | diff --git a/prudentia/simple.py b/prudentia/simple.py
index <HASH>..<HASH> 100644
--- a/prudentia/simple.py
+++ b/prudentia/simple.py
@@ -167,24 +167,27 @@ class SimpleProvider(object):
def __init__(self, name, general_type=None, box_extra_type=None):
self.env = Environment(name, general_type, box_extr... | feature(vars): Loads automatically global vars, avoiding the need to specify it in playbook | StarterSquad_prudentia | train |
680494e6dfed58da6b122b48d702d63ede6fe3bc | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,6 @@ from distutils.command.upload import upload
from distutils.errors import DistutilsExecError, DistutilsOptionError
import os
from setuptools import setup
-from setuptools.command.install import install as _ins... | Install Linux .desktop file in a more orthodox way | jim-easterbrook_Photini | train |
7989a8993c3ebb446e24b107c50765f735b32809 | diff --git a/check_api/src/main/java/com/google/errorprone/fixes/SuggestedFixes.java b/check_api/src/main/java/com/google/errorprone/fixes/SuggestedFixes.java
index <HASH>..<HASH> 100644
--- a/check_api/src/main/java/com/google/errorprone/fixes/SuggestedFixes.java
+++ b/check_api/src/main/java/com/google/errorprone/fix... | Use ASTHelpers shared code for finding the potential annotation nodes for
SuppressWarnings fixes.
MOE_MIGRATED_REVID=<I> | google_error-prone | train |
58fb5660c74b27ff246ae3fb59ea347e6049d06b | diff --git a/src/test/java/io/reactivex/internal/operators/flowable/FlowableDelayTest.java b/src/test/java/io/reactivex/internal/operators/flowable/FlowableDelayTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/io/reactivex/internal/operators/flowable/FlowableDelayTest.java
+++ b/src/test/java/io/reactivex/inte... | 2.x: Add missing @Test annotation on tests (#<I>)
* 2.x: Add missing @Test annotation on tests
* Fix test | ReactiveX_RxJava | train |
5113cf716bb5eed3086ef1baf24a77cd192c1191 | diff --git a/src/Charcoal/Model/MetadataLoader.php b/src/Charcoal/Model/MetadataLoader.php
index <HASH>..<HASH> 100644
--- a/src/Charcoal/Model/MetadataLoader.php
+++ b/src/Charcoal/Model/MetadataLoader.php
@@ -23,15 +23,14 @@ use \Charcoal\Loader\FileLoader;
*/
class MetadataLoader extends FileLoader
{
-
/**
... | Improved loading process for MetadataLoader
Changes:
- Moved recursive merging of loaded metadata from 'load()' to new 'loadData()' method;
- Wrapped cache retrieval with a test in case a caching service is unavailable. | locomotivemtl_charcoal-core | train |
c680a02fdccf0c4d4ffe1d8e56fdaf965e1e19ef | diff --git a/scripts/afterPrepare.js b/scripts/afterPrepare.js
index <HASH>..<HASH> 100644
--- a/scripts/afterPrepare.js
+++ b/scripts/afterPrepare.js
@@ -36,12 +36,9 @@ function logEnd() {
// For local development we need to modify .release and .update preferences in chcp.json.
// This way we will force the update... | Added support for iOS version of config.xml and chcp.json in "after prepare" event. | nordnet_cordova-hot-code-push | train |
c94e29e99993910b4e3d463f73b7a9f17a4eac94 | diff --git a/lib/mk_time/consts.rb b/lib/mk_time/consts.rb
index <HASH>..<HASH> 100644
--- a/lib/mk_time/consts.rb
+++ b/lib/mk_time/consts.rb
@@ -177,7 +177,8 @@ module MkTime
["20161117", -0.4],
["20170101", 0.6],
["20170126", 0.5],
- ["2... | UPD: Added a new DUT1 adjustment to constants. | komasaru_mk_time | train |
688022b7cea1c89dc85752bc96adec3fe21a14bc | diff --git a/popsicle-status.js b/popsicle-status.js
index <HASH>..<HASH> 100644
--- a/popsicle-status.js
+++ b/popsicle-status.js
@@ -30,6 +30,7 @@ function popsicleStatus () {
var error = req.error(req.url + ' responded with ' + res.status + ', expected it to ' + message, 'EINVALIDSTATUS')
error.statu... | Add response to the error (#5) | blakeembrey_popsicle-status | train |
222b82ba66353e5c27d7cbede66d258591764a15 | diff --git a/file_cache.go b/file_cache.go
index <HASH>..<HASH> 100644
--- a/file_cache.go
+++ b/file_cache.go
@@ -72,13 +72,13 @@ func (e *FileCacheEntry) decrementUse() {
if count == 0 {
err := os.RemoveAll(e.FilePath)
if err != nil {
- fmt.Errorf("Unable to delete cached file", err)
+ fmt.Fprintln(os.Std... | don't ignore errors while removing cached files from disk | cloudfoundry_cacheddownloader | train |
48131e6f20e1bddbd3352fc8522e89dc6f078356 | diff --git a/lib/fog_tracker/collection_tracker.rb b/lib/fog_tracker/collection_tracker.rb
index <HASH>..<HASH> 100644
--- a/lib/fog_tracker/collection_tracker.rb
+++ b/lib/fog_tracker/collection_tracker.rb
@@ -5,7 +5,7 @@ module FogTracker
class CollectionTracker
# An Array of Fog::Model objects, all of the ... | Make CollectionTracker's collections read-only | benton_fog_tracker | train |
02715eb7fb9145fcf7a544bb174d06292712d481 | diff --git a/src/Application.php b/src/Application.php
index <HASH>..<HASH> 100644
--- a/src/Application.php
+++ b/src/Application.php
@@ -39,6 +39,7 @@ class Application extends Silex\Application
/** @internal Parameter to track a deprecated PHP version */
$values['deprecated.php'] = version_compare(... | In order for extensions to have their registration phase, the second phase of registering handlers needs to be after extension registration but before extension boot. Details in code. | bolt_bolt | train |
769accd946728c46eaef9936bef72db0c19785e7 | diff --git a/lib/dm-core/associations/many_to_one.rb b/lib/dm-core/associations/many_to_one.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-core/associations/many_to_one.rb
+++ b/lib/dm-core/associations/many_to_one.rb
@@ -14,6 +14,11 @@ module DataMapper
repository_name = model.repository.name
model.cl... | Simplified Relationship#child_model and #parent_model | datamapper_dm-core | train |
ad5898a02da22b3a04a789b3078bbb6b2fa16e2e | diff --git a/lib/active_zuora/relation.rb b/lib/active_zuora/relation.rb
index <HASH>..<HASH> 100644
--- a/lib/active_zuora/relation.rb
+++ b/lib/active_zuora/relation.rb
@@ -226,7 +226,11 @@ module ActiveZuora
# SOAP namespaces.
attributes.delete_if { |key, value| key.to_s.start_with? "@" }
... | Update objectify_query_results to support ActiveSupport <I> as changed_attributes.clear throw error: can't modify frozen ActiveSupport::HashWithIndifferentAccess | sportngin_active_zuora | train |
d08ea2129e501814b8ccee0684f055dcd150456b | diff --git a/tests/hazard_nrml_unittest.py b/tests/hazard_nrml_unittest.py
index <HASH>..<HASH> 100644
--- a/tests/hazard_nrml_unittest.py
+++ b/tests/hazard_nrml_unittest.py
@@ -410,6 +410,20 @@ class DisaggregationBinaryMatrixXMLWriterTestCase(unittest.TestCase):
self.assertEquals("filec", disagg_matrices[... | Added test for serialize
Former-commit-id: 4d6be<I>f<I>fa<I>b9ceb<I>aafb<I>a3f3da8c3 | gem_oq-engine | train |
c3de6f8c267c89e9a46001739c0e2f335f7165f7 | diff --git a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategyProcessTest.java b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategyProcessTest.java
index <HASH>..<HASH> 100644
--- a/gremlin-test/sr... | Add asserts for partitionKey hiding on properties()/values() | apache_tinkerpop | train |
60bd663cd0f9e95a7e5fe654897f81ece78d1676 | diff --git a/azurerm/internal/services/storage/client.go b/azurerm/internal/services/storage/client.go
index <HASH>..<HASH> 100644
--- a/azurerm/internal/services/storage/client.go
+++ b/azurerm/internal/services/storage/client.go
@@ -65,7 +65,7 @@ func (client Client) FileShareDirectoriesClient(ctx context.Context, re... | storage: switching shares back to using a Lite authorizer | terraform-providers_terraform-provider-azurerm | train |
0dc850333826a44a0001006f13176618e50ed736 | diff --git a/lib/lotus/configuration.rb b/lib/lotus/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/lotus/configuration.rb
+++ b/lib/lotus/configuration.rb
@@ -1642,11 +1642,38 @@ module Lotus
@view ||= Config::FrameworkConfiguration.new
end
- # This options is used to set/get the application_mo... | Improving documentation and tests for configuration logger | hanami_hanami | train |
ee594dcb7d42f95048c9047d86c61447243db3cd | diff --git a/integration-cli/docker_api_logs_test.go b/integration-cli/docker_api_logs_test.go
index <HASH>..<HASH> 100644
--- a/integration-cli/docker_api_logs_test.go
+++ b/integration-cli/docker_api_logs_test.go
@@ -151,7 +151,7 @@ func (s *DockerSuite) TestLogsAPIUntilFutureFollow(c *check.C) {
func (s *DockerSu... | Remove uneeded sleep in test bash loop
This sleep probably doesn't work because sleep typically takes only
whole numbers, to do < 1s you need to use usleep. It also is not really
needed as the loop has a very low bound that will not eat up too much
CPU. | moby_moby | train |
63ebd9b46df17d9b7b90e5e345e8b41c7754214a | diff --git a/chess/xboard.py b/chess/xboard.py
index <HASH>..<HASH> 100644
--- a/chess/xboard.py
+++ b/chess/xboard.py
@@ -385,12 +385,12 @@ class Engine(object):
with self.semaphore:
self.send_line("xboard")
self.send_line("protover 2") # TODO: Add option for this and par... | Abstract out post and ponder in the xboard() func | niklasf_python-chess | train |
d637a2790a91dd7ce207dfe9c2253abd9184c7dc | diff --git a/cloudfoundry-client-lib/src/main/java/org/cloudfoundry/client/lib/domain/InstancesInfo.java b/cloudfoundry-client-lib/src/main/java/org/cloudfoundry/client/lib/domain/InstancesInfo.java
index <HASH>..<HASH> 100644
--- a/cloudfoundry-client-lib/src/main/java/org/cloudfoundry/client/lib/domain/InstancesInfo.... | Changed getApplicationInstances() return null instead of empty list when app has not finished staging. | cloudfoundry_cf-java-client | train |
c518d4382227b6a5177b1d20cc05b1c5a2026d78 | diff --git a/src/shared/js/Component.js b/src/shared/js/Component.js
index <HASH>..<HASH> 100644
--- a/src/shared/js/Component.js
+++ b/src/shared/js/Component.js
@@ -47,6 +47,8 @@
ch.util.inherits(Component, ch.EventEmitter);
+ Component.instances = {};
+
/**
* The name of a component.
* @... | #<I> Component.js & Validation.js, .data() to store instances was removed, and changed to store instances in the Component object as an static collection | mercadolibre_chico | train |
03a3d5d413f76336cec30b56cf10dadf3d7bd9c9 | diff --git a/kafka_producer.go b/kafka_producer.go
index <HASH>..<HASH> 100644
--- a/kafka_producer.go
+++ b/kafka_producer.go
@@ -21,6 +21,7 @@ type ProducerRecord struct {
}
type RecordMetadata struct {
+ Record *ProducerRecord
Offset int64
Topic string
Partition int32
@@ -30,17 +31,14 @@ type Rec... | Added producer record itself to record metadata, removed some unused configs | elodina_siesta-producer | train |
e4c9a0d8aea3c06abf75cea4ef259bbee804d304 | diff --git a/superset/connectors/sqla/models.py b/superset/connectors/sqla/models.py
index <HASH>..<HASH> 100644
--- a/superset/connectors/sqla/models.py
+++ b/superset/connectors/sqla/models.py
@@ -308,7 +308,7 @@ class TableColumn(Model, BaseColumn, CertificationMixin):
if start_dttm:
l.append(c... | fix: time filter should be [start, end) (#<I>) | apache_incubator-superset | train |
e943d0b83b30dab0b65a21157f800b58bf208617 | diff --git a/lib/kafka/consumer.rb b/lib/kafka/consumer.rb
index <HASH>..<HASH> 100644
--- a/lib/kafka/consumer.rb
+++ b/lib/kafka/consumer.rb
@@ -162,7 +162,8 @@ module Kafka
# @param partition [Integer]
# @return [Boolean] true if the partition is paused, false otherwise.
def paused?(topic, partition)
... | Fix a bug in Pause
`#paused?` should not include the call to `#expired?`, as we need to be
able to tell whether a partition is currently in a paused state but
needs to be resumed because the pause duration has expired. | zendesk_ruby-kafka | train |
83db131bbfb7b27b4c513d03062c1ef545a404de | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ with open(path.join(here, 'requirements.txt'), 'r', encoding='utf-8') as f:
setup(
name='sphinx-jekyll-builder',
- version='0.1.4',
+ version='0.1.5',
description='sphinx builder that output... | Fixed open for python 2 | codejamninja_sphinx-jekyll-builder | train |
72661fe41031f8f580dbd1d7d4f2cb5789f6e61e | diff --git a/addon/adapters/pouch.js b/addon/adapters/pouch.js
index <HASH>..<HASH> 100644
--- a/addon/adapters/pouch.js
+++ b/addon/adapters/pouch.js
@@ -151,19 +151,10 @@ export default DS.RESTAdapter.extend({
var serializerKey = camelize(modelName);
var serializer = store.serializerFor(modelName);
- v... | Drop code kept for backwards compatibility with older ember-datas | pouchdb-community_ember-pouch | train |
2132d3b7bf7af33c7c178ed1974579223be24212 | diff --git a/biopandas/pdb/pandas_pdb.py b/biopandas/pdb/pandas_pdb.py
index <HASH>..<HASH> 100644
--- a/biopandas/pdb/pandas_pdb.py
+++ b/biopandas/pdb/pandas_pdb.py
@@ -623,6 +623,11 @@ class PandasPdb(object):
ends = other_records.loc[other_records["record_name"] == "ENDMDL"]
idxs.columns = ["recor... | handle indexing structures containing 1 model | rasbt_biopandas | train |
c208c3a905a9cf311e5100d80950453a830643e6 | diff --git a/projects/feedback/feedback_experiment.py b/projects/feedback/feedback_experiment.py
index <HASH>..<HASH> 100644
--- a/projects/feedback/feedback_experiment.py
+++ b/projects/feedback/feedback_experiment.py
@@ -427,10 +427,10 @@ class FeedbackExperiment(object):
"permanenceIncrement": 0.1,
... | RES-<I> fix experiment setting for inertia | numenta_htmresearch | train |
60e35ca999253b6483e222511e65ee669387d918 | diff --git a/maven-plugin/src/main/java/org/kantega/reststop/maven/dist/AbstractDistMojo.java b/maven-plugin/src/main/java/org/kantega/reststop/maven/dist/AbstractDistMojo.java
index <HASH>..<HASH> 100644
--- a/maven-plugin/src/main/java/org/kantega/reststop/maven/dist/AbstractDistMojo.java
+++ b/maven-plugin/src/main/... | Fix bug in AbstractDistMojo
Do not use current project's groupID, but use reststop-core's groupId when AbstractDistMojo#addBootstrapClasspath
is trying to resolve the org.kantega.reststop:reststop-core dependency. | kantega_reststop | train |
2a24040b498cefd8cbc62178b68654869ffb6f5b | diff --git a/src/Core/Request/Products/ProductProjectionSearchRequest.php b/src/Core/Request/Products/ProductProjectionSearchRequest.php
index <HASH>..<HASH> 100644
--- a/src/Core/Request/Products/ProductProjectionSearchRequest.php
+++ b/src/Core/Request/Products/ProductProjectionSearchRequest.php
@@ -195,4 +195,15 @@ ... | feat(Search): add helper method to retrieve facets from search response | commercetools_commercetools-php-sdk | train |
e25a877e46865d64159c439e532c0b406c6e3e79 | diff --git a/pyqode/qt/QtWebWidgets.py b/pyqode/qt/QtWebWidgets.py
index <HASH>..<HASH> 100644
--- a/pyqode/qt/QtWebWidgets.py
+++ b/pyqode/qt/QtWebWidgets.py
@@ -17,7 +17,8 @@ if os.environ[QT_API] in PYQT5_API:
from PyQt5.QtWebEngineWidgets import QWebEnginePage as QWebPage
except ImportError:
... | QtWebWidgets: remove assert (webkit or webengine may not have been installed) | pyQode_pyqode.qt | train |
282e711b1bf2b52ef808885738acd0788f7f3deb | diff --git a/lib/chore/worker.rb b/lib/chore/worker.rb
index <HASH>..<HASH> 100644
--- a/lib/chore/worker.rb
+++ b/lib/chore/worker.rb
@@ -81,8 +81,10 @@ module Chore
klass = options[:payload_handler].payload_class(message)
return unless klass.run_hooks_for(:before_perform,message)
begin
+ C... | Adding in logging for pre/post job logging | Tapjoy_chore | train |
a5f22869601c946f73513d25ce14e8f521e45264 | diff --git a/tests/integration/shell/call.py b/tests/integration/shell/call.py
index <HASH>..<HASH> 100644
--- a/tests/integration/shell/call.py
+++ b/tests/integration/shell/call.py
@@ -220,11 +220,19 @@ class CallTest(integration.ShellCase, integration.ShellCaseCommonTestsMixIn):
'--config-dir {0} cmd.ru... | Fix unit test expected results since we now exit with an error code. | saltstack_salt | train |
e112cd61d6a37a1ef226f2fb11bd6de1a682da37 | diff --git a/lib/ImageResize.php b/lib/ImageResize.php
index <HASH>..<HASH> 100644
--- a/lib/ImageResize.php
+++ b/lib/ImageResize.php
@@ -509,7 +509,7 @@ class ImageResize
if ($height > $max_height) {
$height = $max_height;
- $width = $height / $ratio;
+ $width = intval(ro... | Issue <I>
Always return int value for dest_w on resizeToBestFit | gumlet_php-image-resize | train |
eec1afc9348d705f16172da64c14826ee89586b9 | diff --git a/lib/puppet/parser/scope.rb b/lib/puppet/parser/scope.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/parser/scope.rb
+++ b/lib/puppet/parser/scope.rb
@@ -504,29 +504,32 @@ class Puppet::Parser::Scope
end
UNDEFINED_VARIABLES_KIND = 'undefined_variables'.freeze
+ DEPRECATION_KIND = 'deprecation'.fre... | (PUP-<I>) Make --strict_variables play nice with --strict | puppetlabs_puppet | train |
8bac9e0e945fe6bd9da53977bb2ebcb652861e70 | diff --git a/lib/algebraicGameClient.js b/lib/algebraicGameClient.js
index <HASH>..<HASH> 100644
--- a/lib/algebraicGameClient.js
+++ b/lib/algebraicGameClient.js
@@ -238,7 +238,6 @@ AlgebraicGameClient.prototype.move = function (notation, isFuzzy) {
// check for pawn promotion
if (notation.charAt(notation.length... | fixing parse of pawn promotion | brozeph_node-chess | train |
1a55cb9f04b4516e7c464e7f2128cf2583b9cf40 | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ env:
matrix:
include:
- php: 7.2
- env: WP_VERSION=nightly
+ env: WP_VERSION=latest
- php: 7.1
env: WP_VERSION=latest
- php: 7.0
diff --git a/features/bootstrap/Fe... | Update scaffolded tests and README to latest | wp-cli_scaffold-command | train |
7d5c7ea1538c0042c4528b9fa11f0750a8c60111 | diff --git a/lib/active_scaffold/extensions/left_outer_joins.rb b/lib/active_scaffold/extensions/left_outer_joins.rb
index <HASH>..<HASH> 100644
--- a/lib/active_scaffold/extensions/left_outer_joins.rb
+++ b/lib/active_scaffold/extensions/left_outer_joins.rb
@@ -1,25 +1,3 @@
-module ActiveRecord
- module Associations
... | fix not unique table/alias when any association is in outer_joins and joins or references | activescaffold_active_scaffold | train |
040b8bb51a9c9940c982eb4d6f624b63332cb30a | diff --git a/lib/daybreak/format.rb b/lib/daybreak/format.rb
index <HASH>..<HASH> 100644
--- a/lib/daybreak/format.rb
+++ b/lib/daybreak/format.rb
@@ -5,19 +5,13 @@ module Daybreak
end
def read_header(input)
- raise 'Not a Daybreak database' if input.read(8) != 'DAYBREAK'
- ver, len = input.read(4... | simplify daybreak database header
- class name is too implementation specific
- change magic or version if the format changes | propublica_daybreak | train |
46b451c89a49e4ba4a566330b9e92681e1aac3e7 | diff --git a/lang/en-ca.js b/lang/en-ca.js
index <HASH>..<HASH> 100644
--- a/lang/en-ca.js
+++ b/lang/en-ca.js
@@ -10,10 +10,10 @@
weekdaysMin : "Su_Mo_Tu_We_Th_Fr_Sa".split("_"),
longDateFormat : {
LT : "h:mm A",
- L : "DD/MM/YYYY",
- LL : "D MMM... | Add Canadian i<I>n
Add English and French Canadian languages. | moment_moment | train |
773b84badfc77e604b83285a5a89f5e6a775f247 | diff --git a/keymap/vim.js b/keymap/vim.js
index <HASH>..<HASH> 100644
--- a/keymap/vim.js
+++ b/keymap/vim.js
@@ -2759,14 +2759,20 @@
return slashes;
}
- function unescapeString(str) {
+ // Removes a '\' before any character that matches one of the specials.
+ function unescapeString(str, specia... | [vim] Make unescaping for strings a bit cleaner and more general.
adds escaping for '|' to bridge a difference between javascript and
vim regex flavors.
take the escaping a little lower level so that it affects '/' searches
as well, not just '%s/<regex>/<replacement>' searches. | codemirror_CodeMirror | train |
cb19260575107caa1ba17df1a6c2c9918f4009a2 | diff --git a/server/server.go b/server/server.go
index <HASH>..<HASH> 100644
--- a/server/server.go
+++ b/server/server.go
@@ -1069,7 +1069,7 @@ func (server *BgpServer) PeerDelete(peer config.Neighbor) error {
ch := make(chan *GrpcResponse)
server.GrpcReqCh <- &GrpcRequest{
RequestType: REQ_DEL_NEIGHBOR,
- Dat... | server: fix bug of BgpServer.PeerDelete()
`GrpcRequest.Data` is supposed to be `*Peer` not `Peer` | osrg_gobgp | train |
db8f59c424e1ddd5892732fef2d563cadfa81681 | diff --git a/src/you_get/extractor.py b/src/you_get/extractor.py
index <HASH>..<HASH> 100644
--- a/src/you_get/extractor.py
+++ b/src/you_get/extractor.py
@@ -195,12 +195,7 @@ class VideoExtractor():
else:
# Download stream with the best quality
from .processor.ffmpeg impo... | [extractor] revert <I>de1b4 as it's breaking --player | soimort_you-get | train |
56a1bc0049ec0ebc002023f90c09181f60dc404f | diff --git a/cellpy/utils/easyplot.py b/cellpy/utils/easyplot.py
index <HASH>..<HASH> 100644
--- a/cellpy/utils/easyplot.py
+++ b/cellpy/utils/easyplot.py
@@ -10,6 +10,7 @@ from matplotlib.artist import kwdoc
import matplotlib.pyplot as plt
import matplotlib as mpl
from matplotlib.lines import Line2D
+from matplo... | #<I>, fixed only integers as cycle-tick-labels on the cyclelife plot | jepegit_cellpy | train |
d4995fd7a3fec74b6c99f1e3a2142715f49b5933 | diff --git a/glue/LSCfileAdd.py b/glue/LSCfileAdd.py
index <HASH>..<HASH> 100644
--- a/glue/LSCfileAdd.py
+++ b/glue/LSCfileAdd.py
@@ -241,14 +241,15 @@ class LSCFile(LSCfileAddMetadataAttr):
metaexists = self.metadata.exists(lfn)
if metaexists:
... | Some basic syntax corrections to the LSCFile class, and addition of long command line argument processing in the CLIUtil class. | gwastro_pycbc-glue | train |
32be4a5cc6c97f4bcf7366795258772ef1112b89 | diff --git a/issue.go b/issue.go
index <HASH>..<HASH> 100644
--- a/issue.go
+++ b/issue.go
@@ -53,6 +53,7 @@ var IssueToCWE = map[string]Cwe{
"G104": GetCwe("703"),
"G106": GetCwe("322"),
"G107": GetCwe("88"),
+ "G108": GetCwe("200"),
"G109": GetCwe("190"),
"G110": GetCwe("409"),
"G201": GetCwe("89"),
@@ -6... | Make sure all rules are mapped to CWE numbers | securego_gosec | train |
f17cd5582dbe4115d2d2d91ee750956f29f3edbd | diff --git a/lib/griddler/adapters/sendgrid_adapter.rb b/lib/griddler/adapters/sendgrid_adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/griddler/adapters/sendgrid_adapter.rb
+++ b/lib/griddler/adapters/sendgrid_adapter.rb
@@ -12,10 +12,8 @@ module Griddler
def normalize_params
params.merge(
- ... | TIL merge doesn't need braces. | thoughtbot_griddler | train |
1966c97cc544b70034b0c22baf216b4e65052673 | diff --git a/OpenSSL/test/test_crypto.py b/OpenSSL/test/test_crypto.py
index <HASH>..<HASH> 100644
--- a/OpenSSL/test/test_crypto.py
+++ b/OpenSSL/test/test_crypto.py
@@ -2957,6 +2957,16 @@ class CRLTests(TestCase):
dumped_text = crl.export(self.cert, self.pkey, type=FILETYPE_TEXT)
self.assertEqual(te... | added tests to check crl_export digest algorithm | pyca_pyopenssl | train |
8e68896d2e2acdef2f3aa7527e01460ba5a9a9ea | diff --git a/src/apply/apply_test.js b/src/apply/apply_test.js
index <HASH>..<HASH> 100644
--- a/src/apply/apply_test.js
+++ b/src/apply/apply_test.js
@@ -57,5 +57,5 @@ QUnit.test("can patch weird attribute names", function(){
apply(document, patches);
- QUnit.equal(true, true, "it worked");
+ QUnit.equal(this.te... | Ensure that attributes are set on the correct node. | canjs_dom-patch | train |
9f91329778a841881d053593c55a5afdddf53104 | diff --git a/tests/index-test.js b/tests/index-test.js
index <HASH>..<HASH> 100644
--- a/tests/index-test.js
+++ b/tests/index-test.js
@@ -87,6 +87,44 @@ describe(`ember-modules-api-polyfill-default-as-alias`, () => {
);
});
+// Ensure reexporting things works
+describe(`ember-modules-api-polyfill-reexport`, () =... | Add failing tests for reexports | ember-cli_babel-plugin-ember-modules-api-polyfill | train |
69b8a028b2ccd9067da6db199a5c10454b076ef3 | diff --git a/transport/wsn/src/test/java/org/kaazing/gateway/transport/wsn/logging/WsxAcceptorLoggingIT.java b/transport/wsn/src/test/java/org/kaazing/gateway/transport/wsn/logging/WsxAcceptorLoggingIT.java
index <HASH>..<HASH> 100644
--- a/transport/wsn/src/test/java/org/kaazing/gateway/transport/wsn/logging/WsxAccept... | Fix WsxAcceptorLoggingIT to avoid failures due to CLOSED log message being missed (similar to the fix made to other logging tests like WsebAcceptorLoggingIT). | kaazing_gateway | train |
7574095231a7d49a69d4f08de06d082dd1bca75a | diff --git a/core/src/main/java/com/google/common/truth/ObjectArraySubject.java b/core/src/main/java/com/google/common/truth/ObjectArraySubject.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/google/common/truth/ObjectArraySubject.java
+++ b/core/src/main/java/com/google/common/truth/ObjectArraySubject.ja... | Remove incorrect copyright statement and email address.
-------------
Created by MOE: <URL> | google_truth | train |
e96c1102ee51810bb1cf1dbde621296e1d891c21 | diff --git a/eZ/Publish/Core/Search/Legacy/Content/Gateway/DoctrineDatabase.php b/eZ/Publish/Core/Search/Legacy/Content/Gateway/DoctrineDatabase.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/Core/Search/Legacy/Content/Gateway/DoctrineDatabase.php
+++ b/eZ/Publish/Core/Search/Legacy/Content/Gateway/DoctrineDatabase.p... | EZP-<I>: filter by languages when given | ezsystems_ezpublish-kernel | train |
5fe0b2c4830dd052dbb4f7110866262877080b7d | diff --git a/src/engine/miningFees.js b/src/engine/miningFees.js
index <HASH>..<HASH> 100644
--- a/src/engine/miningFees.js
+++ b/src/engine/miningFees.js
@@ -26,8 +26,10 @@ type MempoolSpaceResult = $Call<typeof asMempoolSpaceResult>
const MAX_FEE = 999999999.0
const LOW_FEE = 2
-const MAX_STANDARD_DELAY = 3
-cons... | Update earn.com fee target block delays | EdgeApp_edge-currency-bitcoin | train |
9db0ec9339fcbf4addb27225dc0fa69ab8971454 | diff --git a/src/Securepass/AbstractSecurepass.php b/src/Securepass/AbstractSecurepass.php
index <HASH>..<HASH> 100644
--- a/src/Securepass/AbstractSecurepass.php
+++ b/src/Securepass/AbstractSecurepass.php
@@ -95,7 +95,7 @@ abstract Class AbstractSecurepass {
$data = $response->toArray();
// Return code va... | refactoring, implemenation of user add and provision | garlsecurity_securepass-php | train |
9ccdb42fa23ee74d5d611ffcfb62d278847f8b10 | diff --git a/http.go b/http.go
index <HASH>..<HASH> 100644
--- a/http.go
+++ b/http.go
@@ -92,6 +92,7 @@ func (h *httpHandler) Handle(conn net.Conn) {
log.Logf("[http] %s - %s : %s", conn.RemoteAddr(), conn.LocalAddr(), err)
return
}
+ defer req.Body.Close()
h.handleRequest(conn, req)
} | Fix http Handle (#<I>)
need req.Body.Close() to avoid memory leaks | ginuerzh_gost | train |
3875b713dda321e00035cbfc1526dca29283912e | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -29,6 +29,7 @@ setup(
"django-appconf>=1.0.1",
"django-test-plus>=1.0.11",
"mock>=1.3.0",
+ "django-user-accounts>=1.3.1",
"pinax-theme-bootstrap>=7.2.0",
],
install_require... | Adding django-user-accounts for testing. | pinax_pinax-documents | train |
4e295f83bd3b054b1cef8b68c2e1991ddccd16e5 | diff --git a/geist/backends/__init__.py b/geist/backends/__init__.py
index <HASH>..<HASH> 100644
--- a/geist/backends/__init__.py
+++ b/geist/backends/__init__.py
@@ -1,9 +1,12 @@
import sys
-def get_platform_backend():
+
+def get_platform_backend(*kwargs):
if sys.platform.startswith('win'):
import gei... | Pass kwargs through get_platform_backend | ten10solutions_Geist | train |
7a2a99914a4e7263eaaaf3b39deda5de8fb72217 | diff --git a/src/adapters/adapter_3d_touch.js b/src/adapters/adapter_3d_touch.js
index <HASH>..<HASH> 100644
--- a/src/adapters/adapter_3d_touch.js
+++ b/src/adapters/adapter_3d_touch.js
@@ -75,7 +75,7 @@ class Adapter3DTouch extends Adapter{
} else {
for(var i = 0; i < event.touches.length; i++){
... | Or if the event is an child of the element (bubbling) | stuyam_pressure | train |
dbfd4e1eff0dcfb63a4d975dadfd11eee3967760 | diff --git a/test/object.js b/test/object.js
index <HASH>..<HASH> 100644
--- a/test/object.js
+++ b/test/object.js
@@ -148,6 +148,37 @@ function testValues(callback)
testing.success(callback);
}
+function testRenameProperties(callback)
+{
+ var abcObj = {};
+
+ var object = {
+ first: 'a',
+ second: 'b',
+ 1: 3... | Failing tests for renameProperties | alexfernandez_prototypes | train |
5429f940e7bfb2f01bee90f1d8072e1cdabde834 | diff --git a/lib/devise/models/authenticatable.rb b/lib/devise/models/authenticatable.rb
index <HASH>..<HASH> 100644
--- a/lib/devise/models/authenticatable.rb
+++ b/lib/devise/models/authenticatable.rb
@@ -102,24 +102,10 @@ module Devise
# Find an initialize a record setting an error if it can't be found.
... | Refactor code related with authentication keys on password recovery and account unlocking, closes #<I>. | plataformatec_devise | train |
87c9d291e4afe7136df2c9b27b9a54bd52a182ab | diff --git a/lib/vmonkey/version.rb b/lib/vmonkey/version.rb
index <HASH>..<HASH> 100644
--- a/lib/vmonkey/version.rb
+++ b/lib/vmonkey/version.rb
@@ -1,3 +1,3 @@
module Vmonkey
- VERSION = '0.17.0'
+ VERSION = '0.18.0'
end
diff --git a/lib/vmonkey/vim/VirtualMachine.rb b/lib/vmonkey/vim/VirtualMachine.rb
index <HA... | get device change from opts on clone | RallySoftware_vmonkey | train |
3ba5db1f69b34dec843ceb8b7f54957ea25bc3a3 | diff --git a/lib/genmachine/generators/templates/ruby/lib.erb.rb b/lib/genmachine/generators/templates/ruby/lib.erb.rb
index <HASH>..<HASH> 100644
--- a/lib/genmachine/generators/templates/ruby/lib.erb.rb
+++ b/lib/genmachine/generators/templates/ruby/lib.erb.rb
@@ -12,9 +12,9 @@ module <%= @classname %>
class UStri... | Try as unicode first so that unicode isn't destroyed by weird ruby <I>
character coding strangeness | josephwecker_genmachine | train |
ff69c9572d55ba726c8fd37d3151fdc6b6bd130e | diff --git a/openpnm/models/geometry/throat_length.py b/openpnm/models/geometry/throat_length.py
index <HASH>..<HASH> 100644
--- a/openpnm/models/geometry/throat_length.py
+++ b/openpnm/models/geometry/throat_length.py
@@ -6,7 +6,7 @@ r"""
"""
import numpy as _np
-from scipy import sqrt as _sqrt
+from numpy.linalg ... | Refactor throat_length models + Bugfix: throat.centroid was ignored in
conduit_lengths model | PMEAL_OpenPNM | train |
81c8308aa4141297a2fc20539e9792c10061cbac | diff --git a/src/main/java/redis/clients/jedis/JedisCluster.java b/src/main/java/redis/clients/jedis/JedisCluster.java
index <HASH>..<HASH> 100644
--- a/src/main/java/redis/clients/jedis/JedisCluster.java
+++ b/src/main/java/redis/clients/jedis/JedisCluster.java
@@ -1492,7 +1492,7 @@ public class JedisCluster implement... | - Changed runScript() to run() | xetorthio_jedis | train |
e599cf301d1ff0fe705b2362fa6b4b17859ab8da | diff --git a/lib/taskScheduler.js b/lib/taskScheduler.js
index <HASH>..<HASH> 100644
--- a/lib/taskScheduler.js
+++ b/lib/taskScheduler.js
@@ -89,7 +89,7 @@ TaskScheduler.prototype.nextTask = function() {
++queue.numRunningInstances;
var taskId = rotatedIndex + 1;
if (queue.specLists.length > 1) {
... | fix(taskscheduler): label sharded tasks with numbers instead of letters
Letters run into a problem with a maximum of <I>.
See #<I> | angular_protractor | train |
0ada020eed5d90c3a656e0a31c845176b648e248 | diff --git a/core/common/src/main/java/alluxio/MasterInquireClient.java b/core/common/src/main/java/alluxio/MasterInquireClient.java
index <HASH>..<HASH> 100644
--- a/core/common/src/main/java/alluxio/MasterInquireClient.java
+++ b/core/common/src/main/java/alluxio/MasterInquireClient.java
@@ -99,7 +99,7 @@ public fina... | Reduce log level of Zookeeper master lookup
This lookup can happen very often, and the logs are only useful for debugging
purposes. The logged information can also be found by running the masterInfo
shell command or using the Zookeeper CLI. | Alluxio_alluxio | train |
82678bb433abf0d17c8f2e191b6a769e092dc49f | diff --git a/tasks/lab.js b/tasks/lab.js
index <HASH>..<HASH> 100644
--- a/tasks/lab.js
+++ b/tasks/lab.js
@@ -60,7 +60,7 @@ module.exports = function (grunt) {
q.ninvoke(grunt.util, "spawn", {
args : _.flatten(args),
- cmd : path.join(__dirname, "../node_modules", ".bin", "lab"),
+ cmd : path.join(path.... | Fix bug in resolving path to lab bin in parent project | wtcross_grunt-lab | train |
43eebe1a8b2d5e1b97ccc0b32ee140478aaea89d | diff --git a/lib/Doctrine/ORM/Query/AST/Functions/SizeFunction.php b/lib/Doctrine/ORM/Query/AST/Functions/SizeFunction.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ORM/Query/AST/Functions/SizeFunction.php
+++ b/lib/Doctrine/ORM/Query/AST/Functions/SizeFunction.php
@@ -109,8 +109,6 @@ class SizeFunction extends Fu... | [Query] removed unused local variable $lexer in SizeFunction class. | doctrine_orm | train |
862f8567bb4b1d4e9f63330cf3a516af61ae7cc5 | diff --git a/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/get.go b/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/get.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/get.go
+++ b/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/get.go
@@ -242,7 +242,7 @@ func List... | Quiet verbose apiserver logs | kubernetes_kubernetes | train |
5ce5dad54f58594323d2f334e6fd1d6de1c75259 | diff --git a/test/authtrail_test.rb b/test/authtrail_test.rb
index <HASH>..<HASH> 100644
--- a/test/authtrail_test.rb
+++ b/test/authtrail_test.rb
@@ -1,6 +1,8 @@
require_relative "test_helper"
class AuthTrailTest < ActionDispatch::IntegrationTest
+ include ActiveJob::TestHelper # for Rails < 6
+
def setup
... | Test geocode job for Rails < 6 | ankane_authtrail | train |
75cffc9456e907f43829f78b5b292bf8f52642b9 | diff --git a/lxd/instance/drivers/driver_lxc.go b/lxd/instance/drivers/driver_lxc.go
index <HASH>..<HASH> 100644
--- a/lxd/instance/drivers/driver_lxc.go
+++ b/lxd/instance/drivers/driver_lxc.go
@@ -143,22 +143,24 @@ func lxcStatusCode(state liblxc.State) api.StatusCode {
func lxcCreate(s *state.State, args db.Instanc... | lxd/instance/drivers/driver/lxc: Updates lxc to use common fields | lxc_lxd | train |
287fa99e087bc77db88ebcb3559ae6406fa61613 | diff --git a/bcbio/rnaseq/gtf.py b/bcbio/rnaseq/gtf.py
index <HASH>..<HASH> 100644
--- a/bcbio/rnaseq/gtf.py
+++ b/bcbio/rnaseq/gtf.py
@@ -3,6 +3,8 @@ import tempfile
import os
import random
import gzip
+import re
+
from bcbio import utils
from bcbio.utils import file_exists, open_gzipsafe
from bcbio.distributed.... | Strip transcript/gene versions from Gencode GTFs.
Gencode doesn't have the transcript_version/gene_version attribute and
instead stores the versions as part of the transcript and gene id. We
detect this now and properly strip them off.
Closes #<I>. | bcbio_bcbio-nextgen | train |
3669799c5fd3d5a4d8618eb668fd9abc26cef290 | diff --git a/moment.js b/moment.js
index <HASH>..<HASH> 100644
--- a/moment.js
+++ b/moment.js
@@ -2154,7 +2154,7 @@
diff : function (input, units, asFloat) {
var that = makeAs(input, this),
zoneDiff = (this.zone() - that.zone()) * 6e4,
- diff, output;
+ ... | Fix moment diff across dst in weird cases
moment diff across dst was sometimes failing because of a floating point
rounding. Just make sure to first do additions/subtractions and then division. | moment_moment | train |
1af0ddf5c8dca63c9cd0bd0b8bd9fa959b15a482 | diff --git a/lib/punto_pagos_rails/resource_extension.rb b/lib/punto_pagos_rails/resource_extension.rb
index <HASH>..<HASH> 100644
--- a/lib/punto_pagos_rails/resource_extension.rb
+++ b/lib/punto_pagos_rails/resource_extension.rb
@@ -6,10 +6,15 @@ module PuntoPagosRails
included do
has_many :transactions... | feat(ResourceExtension): add paid? method to known about resource payment state | platanus_punto_pagos_rails | train |
aa3afffe180e5912835d40d5404c57ba86e9f5f3 | diff --git a/icrawler/builtin/bing.py b/icrawler/builtin/bing.py
index <HASH>..<HASH> 100644
--- a/icrawler/builtin/bing.py
+++ b/icrawler/builtin/bing.py
@@ -4,7 +4,7 @@ import re
import six
from bs4 import BeautifulSoup
-from six.moves import html_parser
+import html
from icrawler import Crawler, Parser, Feede... | Move to newer html unescape
Move to `html.unescape` from `html_parser.HTMLParser().unescape`. `html_parser.HTMLParser().unescape` has been deprecated for a while and has been removed in <I>. Fixes <URL> | hellock_icrawler | train |
ede8da343c3cad046992b87d032d8a6035045f98 | diff --git a/src/AlexaSmartHome/Response/Context.php b/src/AlexaSmartHome/Response/Context.php
index <HASH>..<HASH> 100644
--- a/src/AlexaSmartHome/Response/Context.php
+++ b/src/AlexaSmartHome/Response/Context.php
@@ -7,45 +7,69 @@ namespace InternetOfVoice\LibVoice\AlexaSmartHome\Response;
*
* @author Alexander ... | Smart home: - refactor Response Context | internetofvoice_libvoice | train |
2ed6376e79de8131abd964e0492971a8ea5013bb | diff --git a/aedes.js b/aedes.js
index <HASH>..<HASH> 100644
--- a/aedes.js
+++ b/aedes.js
@@ -7,7 +7,7 @@ const series = require('fastseries')
const { v4: uuidv4 } = require('uuid')
const bulk = require('bulk-write-stream')
const reusify = require('reusify')
-const { pipeline } = require('readable-stream')
+const {... | feat: drop readable-stream (#<I>) | mcollina_aedes | train |
b05131653b0c49e45e3ee6cf4479ef468967a487 | diff --git a/src/org/zoodb/internal/server/StorageChannelInput.java b/src/org/zoodb/internal/server/StorageChannelInput.java
index <HASH>..<HASH> 100644
--- a/src/org/zoodb/internal/server/StorageChannelInput.java
+++ b/src/org/zoodb/internal/server/StorageChannelInput.java
@@ -48,6 +48,12 @@ public interface StorageCh... | Added methods to StorageChannels to allow read/write of non-full arrays | tzaeschke_zoodb | train |
0e14ac6733a739bc49e9a30cd4ee41063806591b | diff --git a/src/main/java/org/gitlab4j/api/AbstractApi.java b/src/main/java/org/gitlab4j/api/AbstractApi.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/gitlab4j/api/AbstractApi.java
+++ b/src/main/java/org/gitlab4j/api/AbstractApi.java
@@ -434,6 +434,47 @@ public abstract class AbstractApi implements Constan... | Added putUpload() methods (#<I>). | gmessner_gitlab4j-api | train |
c03b6e42598ea423623bc5aaed7008470bad6010 | diff --git a/src/transformers/generation_logits_process.py b/src/transformers/generation_logits_process.py
index <HASH>..<HASH> 100644
--- a/src/transformers/generation_logits_process.py
+++ b/src/transformers/generation_logits_process.py
@@ -240,6 +240,9 @@ class TopKLogitsWarper(LogitsWarper):
class TypicalLogitsW... | value check for typical sampling (#<I>)
* value check for typical sampling
* value check for typical sampling
* change from float to int comparison | huggingface_pytorch-pretrained-BERT | train |
1237b5d668f1e999bb8aff08417724a8917294d1 | diff --git a/app/auto_scale.go b/app/auto_scale.go
index <HASH>..<HASH> 100644
--- a/app/auto_scale.go
+++ b/app/auto_scale.go
@@ -104,8 +104,8 @@ func (action *Action) value() (float64, error) {
type AutoScaleConfig struct {
Increase Action
Decrease Action
- MinUnits int
- MaxUnits int
+ MinUnits uint
+ MaxUnits ... | auto scale: implemented max units.
related to #<I>. | tsuru_tsuru | train |
460a602fdf36e19663d28dd036c57c4fa7fd07e5 | diff --git a/src/server/pachyderm_test.go b/src/server/pachyderm_test.go
index <HASH>..<HASH> 100644
--- a/src/server/pachyderm_test.go
+++ b/src/server/pachyderm_test.go
@@ -6724,7 +6724,7 @@ func TestPipelineWithGitInput(t *testing.T) {
commit := branches[0].Head
// Now wait for the pipeline complete as normal
... | Fix protobuf initializers in tests | pachyderm_pachyderm | train |
da5a7e53b9ba53b064904a692681c84395f5ae54 | diff --git a/src/qtism/data/storage/xml/XmlCompactDocument.php b/src/qtism/data/storage/xml/XmlCompactDocument.php
index <HASH>..<HASH> 100644
--- a/src/qtism/data/storage/xml/XmlCompactDocument.php
+++ b/src/qtism/data/storage/xml/XmlCompactDocument.php
@@ -14,7 +14,7 @@
* along with this program; if not, write to t... | Retrieve ResponseValidityConstraints when Compacting tests. | oat-sa_qti-sdk | train |
ff553945cbad631f1c39d9195146d6e00d59c3c1 | diff --git a/pyvisa/ctwrapper/functions.py b/pyvisa/ctwrapper/functions.py
index <HASH>..<HASH> 100644
--- a/pyvisa/ctwrapper/functions.py
+++ b/pyvisa/ctwrapper/functions.py
@@ -40,7 +40,9 @@ visa_functions = [
"terminate", "uninstall_handler", "unlock", "unmap_address",
"unmap_trigger", "usb_control_in", "u... | <I> bit functions
Added <I> bit function names to functions.py. Additionally, added <I> bit function calls in highlevel.py. | pyvisa_pyvisa | train |
8b479b1ba47564da12aff82882a056c7d61f9533 | diff --git a/src/java/voldemort/VoldemortAdminTool.java b/src/java/voldemort/VoldemortAdminTool.java
index <HASH>..<HASH> 100644
--- a/src/java/voldemort/VoldemortAdminTool.java
+++ b/src/java/voldemort/VoldemortAdminTool.java
@@ -118,8 +118,8 @@ public class VoldemortAdminTool {
public static void main(String[] a... | fixed a typo in a the comment about the "auto" argument | voldemort_voldemort | train |
0dfa474de983d20b59faaae4c0a67df813e91aea | diff --git a/src/Storage/Field/Type/RelationType.php b/src/Storage/Field/Type/RelationType.php
index <HASH>..<HASH> 100644
--- a/src/Storage/Field/Type/RelationType.php
+++ b/src/Storage/Field/Type/RelationType.php
@@ -4,6 +4,7 @@ namespace Bolt\Storage\Field\Type;
use Bolt\Storage\EntityManager;
use Bolt\Storage\Ent... | handle searching/filtering on the Relation field | bolt_bolt | train |
764b6f368c492074eef16c8464e7bd38fcf873c7 | diff --git a/lib/national_identification_number/base.rb b/lib/national_identification_number/base.rb
index <HASH>..<HASH> 100644
--- a/lib/national_identification_number/base.rb
+++ b/lib/national_identification_number/base.rb
@@ -25,6 +25,10 @@ module NationalIdentificationNumber
age_for_dob date
end
+ ... | Define national identifier equality
Implement == to easily compare identifiers. | bukowskis_resident | train |
40401960cbeeeaeff748cf825538dab54ac63a6e | diff --git a/ui/tests/integration/components/line-chart-test.js b/ui/tests/integration/components/line-chart-test.js
index <HASH>..<HASH> 100644
--- a/ui/tests/integration/components/line-chart-test.js
+++ b/ui/tests/integration/components/line-chart-test.js
@@ -100,4 +100,28 @@ module('Integration | Component | line c... | Add integration test for line-chart annotation staggering | hashicorp_nomad | train |
8c05a20544764f6ac2e2fd56640acd7bc384b640 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -43,6 +43,11 @@ app.set('view options', { layout: false });
app.engine('.html', cons.swig);
// Middleware
+app.use(express.bodyParser({ keepExtensions: true, uploadDir: mediaRoot }));
+app.use(express.cookieParser());
+app... | Re-ordering middleware so body parsing won't break | shinuza_captain-core | train |
2080c299bf0e56e186341e1616ab63c00da8466a | diff --git a/ext/extconf.rb b/ext/extconf.rb
index <HASH>..<HASH> 100644
--- a/ext/extconf.rb
+++ b/ext/extconf.rb
@@ -18,7 +18,7 @@ end
$CFLAGS = "#{$CFLAGS}".gsub("$(cflags)", "").gsub("-arch ppc", "")
$LDFLAGS = "#{$LDFLAGS}".gsub("$(ldflags)", "").gsub("-arch ppc", "")
$CXXFLAGS = " -std=gnu++98 #{$CFLAGS}"
-$CP... | Don't override $DLDFLAGS
Fixes #<I>. | zk-ruby_zookeeper | train |
550a9574348fcf09099610ba1501b17cb7477f0d | diff --git a/sos/plugins/__init__.py b/sos/plugins/__init__.py
index <HASH>..<HASH> 100644
--- a/sos/plugins/__init__.py
+++ b/sos/plugins/__init__.py
@@ -403,13 +403,12 @@ class Plugin(object):
if filespec not in self.copyPaths:
self.copyPaths.append((filespec, sub))
- def callExtPro... | adding timeout to callExtProg as well | sosreport_sos | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.