hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
672279b7db536ece14401bbedfb5ef29a1344500 | diff --git a/pyrcon/rcon.py b/pyrcon/rcon.py
index <HASH>..<HASH> 100755
--- a/pyrcon/rcon.py
+++ b/pyrcon/rcon.py
@@ -7,7 +7,7 @@ import time
# Base class for an RCON "connection", even though RCON is technically connectionless (UDP)
# Initialization takes an address, port, and password
-class RConnection():
+clas... | Converting to Python Object for better inheritance | anthonynguyen_pyrcon | train |
1164c6eaddbf600fef64b78ed79eb210073badd4 | diff --git a/compass/Dockerfile b/compass/Dockerfile
index <HASH>..<HASH> 100644
--- a/compass/Dockerfile
+++ b/compass/Dockerfile
@@ -40,6 +40,6 @@ COPY --from=ui-generator /app/compass/build var/public
COPY --from=ui-generator /app/compass/public-luigi var/public-luigi
COPY --from=ui-generator /app/licenses/ /app/l... | Unify compass API URL config key across core and compass charts (#<I>)
* Unify compass API URL config key across core and compass charts
* change port to <I> | kyma-project_console | train |
d228a3bdee1efc29aa2dc64a336f416ed697c999 | diff --git a/nfc/clf.py b/nfc/clf.py
index <HASH>..<HASH> 100644
--- a/nfc/clf.py
+++ b/nfc/clf.py
@@ -91,15 +91,17 @@ class ContactlessFrontend(object):
if 'on-startup' in rdwr_options:
targets = rdwr_options.get('targets', [])
targets = rdwr_options['on-startup'](self, t... | connect only if at least one options set is left after calling on-startup callbacks | nfcpy_nfcpy | train |
00d70041d8d1c311d357661291266f2dd319675b | diff --git a/core/optimization/src/main/java/it/unibz/inf/ontop/iq/optimizer/impl/PushUpBooleanExpressionOptimizerImpl.java b/core/optimization/src/main/java/it/unibz/inf/ontop/iq/optimizer/impl/PushUpBooleanExpressionOptimizerImpl.java
index <HASH>..<HASH> 100644
--- a/core/optimization/src/main/java/it/unibz/inf/onto... | PushUpBooleanExpressionOptimizer is now injected into the QuestQueryProcessor. | ontop_ontop | train |
6a0577a387410763a28184b5f30d376e73fcb9b4 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -557,6 +557,8 @@ function WindowsWriteCommandScript(instance, end) {
}
var script = [];
script.push('@echo off');
+ // Set code page to UTF-8:
+ script.push('chcp 65001>nul');
script.push('cd "' + cwd + '"');
... | Breaking: Windows: Set code page of command batch script to UTF-8 | jorangreef_sudo-prompt | train |
709c2b2956b0ec49d83c42a7829884ac9bc7ca4d | diff --git a/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/TrafficManagerProfile.java b/azure-mgmt-trafficmanager/src/main/java/com/microsoft/azure/management/trafficmanager/TrafficManagerProfile.java
index <HASH>..<HASH> 100644
--- a/azure-mgmt-trafficmanager/src/main/java/com/m... | correcting javadocs in traffic manager | Azure_azure-sdk-for-java | train |
737037a894b3a452042d69aed3a5bff42170376b | diff --git a/graph/mongo/iterator.go b/graph/mongo/iterator.go
index <HASH>..<HASH> 100644
--- a/graph/mongo/iterator.go
+++ b/graph/mongo/iterator.go
@@ -185,13 +185,13 @@ func (it *Iterator) Contains(v graph.Value) bool {
case quad.Subject:
offset = 0
case quad.Predicate:
- offset = (it.qs.hasherSize * 2)
+ ... | Experiment with sync.Pool | cayleygraph_cayley | train |
4297f3a15e361aaa414fe182469d882113c782cd | diff --git a/lib/yelp/endpoint/business.rb b/lib/yelp/endpoint/business.rb
index <HASH>..<HASH> 100644
--- a/lib/yelp/endpoint/business.rb
+++ b/lib/yelp/endpoint/business.rb
@@ -1,3 +1,4 @@
+require 'erb'
require 'json'
require 'yelp/responses/business'
@@ -37,7 +38,7 @@ module Yelp
# @param locale [Hash] a... | Business endpoint should handle Unicode business IDs. Refs yelp-ruby #<I>. | Yelp_yelp-ruby | train |
c203419f57c2e25ab4307420b9a3688f99e01dea | diff --git a/mmcv/runner/hooks/logger/text.py b/mmcv/runner/hooks/logger/text.py
index <HASH>..<HASH> 100644
--- a/mmcv/runner/hooks/logger/text.py
+++ b/mmcv/runner/hooks/logger/text.py
@@ -98,13 +98,16 @@ class TextLoggerHook(LoggerHook):
log_dict['iter'] = runner.inner_iter + 1
# only record lr of ... | fix: deadlock if processes have different log_buffer (#<I>) | open-mmlab_mmcv | train |
aa47089a32156b2ada9e1386144f13c5ecd0e2db | diff --git a/store/store.go b/store/store.go
index <HASH>..<HASH> 100644
--- a/store/store.go
+++ b/store/store.go
@@ -769,6 +769,10 @@ func (s *Store) Restore(rc io.ReadCloser) error {
}()
}
+func (s *Store) RegisterObserver(o *raft.Observer) {
+ s.raft.RegisterObserver(o)
+}
+
type fsmSnapshot struct {
databa... | expose raft's observer API via store | rqlite_rqlite | train |
2421c8b8e585d9f7152ffe00db358a7ca6aaec05 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ history = open('HISTORY.rst').read().replace('.. :changelog:', '')
setup(
name='pysensu-ng',
- version='0.3.0',
+ version='0.4.0',
description='This is a client to interact with the Sensu API'... | Add missing/updated setup file with the version bump for <I> | sangoma_pysensu | train |
39b32f967df6610eba7ae8b890ce565c17b233e3 | diff --git a/odl/discr/lp_discr.py b/odl/discr/lp_discr.py
index <HASH>..<HASH> 100644
--- a/odl/discr/lp_discr.py
+++ b/odl/discr/lp_discr.py
@@ -48,7 +48,7 @@ from odl.util.utility import (
__all__ = ('DiscreteLp', 'DiscreteLpVector',
'uniform_discr_frompartition', 'uniform_discr_fromspace',
- ... | MAINT: remove wrongly added sequence_space | odlgroup_odl | train |
d49eb545243afbcdfa7e11f08f2cb0ad339b5598 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -5,9 +5,9 @@ import sys
try:
from setuptools import setup
except ImportError:
- print 'Flask-Webpack needs setuptools in order to build. ' + \
+ print('Flask-Webpack needs setuptools in order to build. ' + \
... | Fix legacy print statement in setup.py | nickjj_flask-webpack | train |
eeafa847a4f3467622e15c52888a68c812932d6c | diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/graph/traversal/GraphTraversal.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/graph/traversal/GraphTraversal.java
index <HASH>..<HASH> 100644
--- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/graph/t... | RangeLocalStep import needed. | apache_tinkerpop | train |
ea3cbbfc7cebb2adc6edd8c9aaefd786c7cd05df | diff --git a/rxjava-core/src/test/java/rx/concurrency/TestSchedulers.java b/rxjava-core/src/test/java/rx/concurrency/TestSchedulers.java
index <HASH>..<HASH> 100644
--- a/rxjava-core/src/test/java/rx/concurrency/TestSchedulers.java
+++ b/rxjava-core/src/test/java/rx/concurrency/TestSchedulers.java
@@ -23,6 +23,7 @@ imp... | ObserveOn and SubscribeOn concurrency unit tests
- these are very rudimentary and may have a determinism problem due to the Thread.sleep | ReactiveX_RxJava | train |
af89278cdb42f9661f163e283427c209e166c177 | diff --git a/Lib/glyphsLib/classes.py b/Lib/glyphsLib/classes.py
index <HASH>..<HASH> 100755
--- a/Lib/glyphsLib/classes.py
+++ b/Lib/glyphsLib/classes.py
@@ -49,7 +49,7 @@ __all__ = [
"GSGuideLine",
"GSAnnotation",
"GSHint",
-# "GSBackgroundImage",
+ "GSBackgroundImage",
# Constants
"MOVE", "LINE", "CURVE"... | Added early implementation of GSBackgroundImage | googlefonts_glyphsLib | train |
ae75ef13cc5cd903fbefcb84947b83a3aacef401 | diff --git a/exporters/readers/kafka_scanner_reader.py b/exporters/readers/kafka_scanner_reader.py
index <HASH>..<HASH> 100644
--- a/exporters/readers/kafka_scanner_reader.py
+++ b/exporters/readers/kafka_scanner_reader.py
@@ -19,31 +19,46 @@ class KafkaScannerReader(BaseReader):
- topic (str)
Top... | Added option to use specific partitions with Kafka reader | scrapinghub_exporters | train |
7e584c1d69bc306e28961afd8f5ff7a9703a8484 | diff --git a/libnetwork/drivers/bridge/setup_ip_forwarding.go b/libnetwork/drivers/bridge/setup_ip_forwarding.go
index <HASH>..<HASH> 100644
--- a/libnetwork/drivers/bridge/setup_ip_forwarding.go
+++ b/libnetwork/drivers/bridge/setup_ip_forwarding.go
@@ -34,11 +34,11 @@ func setupIPForwarding(enableIPTables bool) error... | Configure iptables forward policy when ip forwarding is enabled | moby_moby | train |
3ddcb6b5aa1a4502ff60fecc0e38041efa41a20e | diff --git a/lib/docx/styles-reader.js b/lib/docx/styles-reader.js
index <HASH>..<HASH> 100644
--- a/lib/docx/styles-reader.js
+++ b/lib/docx/styles-reader.js
@@ -17,10 +17,17 @@ function readStylesXml(xml) {
var paragraphStyles = {};
var characterStyles = {};
+ var styles = {
+ "paragraph": p... | Ignore styles that aren't paragraph or character | mwilliamson_mammoth.js | train |
7bfddf47fb067df85c4c4e27c3d2ceee65f21fe0 | diff --git a/exporters/trace/jaeger/src/test/java/io/opencensus/exporter/trace/jaeger/JaegerExporterHandlerIntegrationTest.java b/exporters/trace/jaeger/src/test/java/io/opencensus/exporter/trace/jaeger/JaegerExporterHandlerIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/exporters/trace/jaeger/src/test/java/io/o... | Add unit to all times and durations.
This should make what we are working with more explicit. | census-instrumentation_opencensus-java | train |
2b494c9219c4cbc219e2a20f354a0655f81c4686 | diff --git a/Search.php b/Search.php
index <HASH>..<HASH> 100644
--- a/Search.php
+++ b/Search.php
@@ -549,7 +549,7 @@ class Search
*/
public function getQueries()
{
- return $this->queries;
+ return $this->query;
}
/**
@@ -623,26 +623,22 @@ class Search
{
$output... | Search#query property is not modified anymore after execution | ongr-io_ElasticsearchDSL | train |
269b8bb1a8e51f5d72e19b2287860b7ceaacd9ba | diff --git a/hollow/src/main/java/com/netflix/hollow/api/codegen/indexes/HollowUniqueKeyIndexGenerator.java b/hollow/src/main/java/com/netflix/hollow/api/codegen/indexes/HollowUniqueKeyIndexGenerator.java
index <HASH>..<HASH> 100644
--- a/hollow/src/main/java/com/netflix/hollow/api/codegen/indexes/HollowUniqueKeyIndexG... | Generate constructor with option to listen to data refresh | Netflix_hollow | train |
2fd60c7ee2bc7f445e5a634226746d3127af9b8f | diff --git a/aegean.py b/aegean.py
index <HASH>..<HASH> 100755
--- a/aegean.py
+++ b/aegean.py
@@ -493,18 +493,18 @@ def result_to_components(result, model, island_data, isflags):
# position and shape
if sx >= sy:
major = sx
- axial_ratio = sx/sy #abs(sx*global_data.img.pixscal... | squashed a bug that caused the minor axis to be incorrectly calculated | PaulHancock_Aegean | train |
91e318bd973c2747611a2be60651374322ecec05 | diff --git a/symphony/content/content.publish.php b/symphony/content/content.publish.php
index <HASH>..<HASH> 100644
--- a/symphony/content/content.publish.php
+++ b/symphony/content/content.publish.php
@@ -472,10 +472,17 @@ class contentPublish extends AdministrationPage
*/
Symphony::ExtensionManage... | Only request the needed schema in table view (#<I>)
This changes uses the array returned by $section->fetchVisibleColumns() in order to create the element names array to pass to the entry manager. This yeilds a nice performance update when a section contains many (hundreads) of fields but only a few of them are needed... | symphonycms_symphony-2 | train |
a54533580deceac4f02ff0a7143dab9b57568ff3 | diff --git a/Lib/ufo2ft/featureCompiler.py b/Lib/ufo2ft/featureCompiler.py
index <HASH>..<HASH> 100644
--- a/Lib/ufo2ft/featureCompiler.py
+++ b/Lib/ufo2ft/featureCompiler.py
@@ -265,7 +265,7 @@ class FeatureCompiler(BaseFeatureCompiler):
# defcon lists UFO data filenames using platform-specific path separators.
# ... | featureCompiler: UFO3 data filenames now always use '/'
with fontTools.ufoLib, as it uses fs module which uses non-platform specific path names
(i.e. POSIX for all) | googlefonts_ufo2ft | train |
09fb2d86060e6c46e57a696c5bf682be0245b47b | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -13,7 +13,8 @@ const skipModels = new Set(['gray']);
function Chalk(options) {
// Detect level if not set manually
- this.level = !options || options.level === undefined ? supportsColor.level : options.level;
+ this.level... | Re-implement `chalk.enabled` (#<I>) | chalk_chalk | train |
261035ae03e0567583e0a5aefe20137d54704235 | diff --git a/src/satosa/backends/oauth.py b/src/satosa/backends/oauth.py
index <HASH>..<HASH> 100644
--- a/src/satosa/backends/oauth.py
+++ b/src/satosa/backends/oauth.py
@@ -280,7 +280,7 @@ def get_metadata_desc_for_oauth_backend(entity_id, config):
for url_info in organization_info.get("organization_url"... | Remove setters in metadata_creation.description.
Use properties, with only the setter defined for more Pythonic
interface. | IdentityPython_SATOSA | train |
cad5fcd3dc8faa1e625c1161e67f0483528c6ed4 | diff --git a/lib/player.js b/lib/player.js
index <HASH>..<HASH> 100644
--- a/lib/player.js
+++ b/lib/player.js
@@ -630,6 +630,17 @@ shaka.Deprecate.init(shaka.Player.version);
/**
+ * @event shaka.Player.ManifestParsedEvent
+ * @description Fired after the manifest has been parsed, but before anything
+ * else h... | Add a new 'manifestparsed' event.
Also allowed text tracks to be added before loading is fully complete.
Change-Id: Id<I>fe<I>e8adc<I>e7cdfdab<I>ac3d<I>bb<I> | google_shaka-player | train |
4b6b22e8d64b6fe8c69d9925eedc703757ce3567 | diff --git a/lib/puppet/node.rb b/lib/puppet/node.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/node.rb
+++ b/lib/puppet/node.rb
@@ -75,6 +75,8 @@ class Puppet::Node
def fact_merge
if facts = Puppet::Node::Facts.find(name)
merge(facts.values)
+ else
+ Puppet.warning "Could... | Adding logging when a node's facts can't be found | puppetlabs_puppet | train |
6f64cde81426280244f9e61a1a294319f2aff1c1 | diff --git a/examples/blog/articles/models.py b/examples/blog/articles/models.py
index <HASH>..<HASH> 100644
--- a/examples/blog/articles/models.py
+++ b/examples/blog/articles/models.py
@@ -1,3 +1,4 @@
+from mongoengine import BooleanField
from mongoengine import DateTimeField
from mongoengine import Document
from ... | now supporting boolean fields close #<I> -sng | jazzband_django-mongonaut | train |
37840dbbb9f7445caf646c59a044b5bb576c5ca1 | diff --git a/sfsimodels/__about__.py b/sfsimodels/__about__.py
index <HASH>..<HASH> 100644
--- a/sfsimodels/__about__.py
+++ b/sfsimodels/__about__.py
@@ -1 +1 @@
-__version__ = "0.5.16"
+__version__ = "0.5.17"
diff --git a/sfsimodels/models/buildings.py b/sfsimodels/models/buildings.py
index <HASH>..<HASH> 100644
--- ... | enforce floats on loading for SDOF | eng-tools_sfsimodels | train |
2d2d4cf7d5269958e5ccdc0421bcfceb0dc2d19a | diff --git a/tapioca/adapters.py b/tapioca/adapters.py
index <HASH>..<HASH> 100644
--- a/tapioca/adapters.py
+++ b/tapioca/adapters.py
@@ -23,6 +23,7 @@ class TapiocaAdapter(object):
kwargs.update({
'data': self.format_data_to_request(kwargs.get('data')),
})
+ self._request_method ... | pass request_method to adapter in get_request_kwargs | vintasoftware_tapioca-wrapper | train |
dc1d0ceebaad1e135cea917ee01430e3709ad119 | diff --git a/test/cluster/cluster.go b/test/cluster/cluster.go
index <HASH>..<HASH> 100644
--- a/test/cluster/cluster.go
+++ b/test/cluster/cluster.go
@@ -332,6 +332,8 @@ git config user.name "CI"
git merge origin/master
{{ end }}
+docker pull scratch
+
make
if [[ -f test/scripts/debug-info.sh ]]; then | test: Pull docker scratch image up front.
This appears to fix races within docker that otherwise make CI rather painful to set up. | flynn_flynn | train |
9e2e785034ab2e6b6077c3ff7f3015f7bd6bc53c | diff --git a/tests/runtests.py b/tests/runtests.py
index <HASH>..<HASH> 100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -130,6 +130,9 @@ TEST_SUITES = {
'returners':
{'display_name': 'Returners',
'path': 'integration/returners'},
+ 'spm':
+ {'display_name': 'SPM',
+ '... | add spm tests to test runner | saltstack_salt | train |
e16ab68b603639b8632c03a9d5ebdc68e868d6c9 | diff --git a/wdtk-dumpfiles/src/main/java/org/wikidata/wdtk/dumpfiles/JsonConverter.java b/wdtk-dumpfiles/src/main/java/org/wikidata/wdtk/dumpfiles/JsonConverter.java
index <HASH>..<HASH> 100644
--- a/wdtk-dumpfiles/src/main/java/org/wikidata/wdtk/dumpfiles/JsonConverter.java
+++ b/wdtk-dumpfiles/src/main/java/org/wiki... | Added conversion of the statement ranks. | Wikidata_Wikidata-Toolkit | train |
3764ac11b8f01db798acbf4be9e4bb7055b46530 | diff --git a/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/singleton/reentrant/SingletonReentrantTestCase.java b/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/singleton/reentrant/SingletonReentrantTestCase.java
index <HASH>..<HASH> 100644
--- a/testsuite/integ... | WFLY-<I> additional permissions for SingletonReentrantTestCase | wildfly_wildfly | train |
710a9f3a277197c366a7a733c31180e104a3d970 | diff --git a/spec/mobility/backend/sequel/table_spec.rb b/spec/mobility/backend/sequel/table_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/mobility/backend/sequel/table_spec.rb
+++ b/spec/mobility/backend/sequel/table_spec.rb
@@ -142,6 +142,30 @@ describe "Mobility::Backend::Sequel::Table", orm: :sequel do
end
... | Add spec for Sequel translations on different tables | shioyama_mobility | train |
314febf7078ea6becc74d46ca562cb442c73c34e | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -13,7 +13,10 @@ module.exports = {
},
contentFor: function(type, config) {
- this.eachAddonInvoke('contentFor', [this, type, config]);
+ var emberBasicDropdown = this.addons.filter(function(addon) {
+ return... | Fix invocation of ember-basic-dropdown's contentFor hook | cibernox_ember-power-select | train |
cb83f5c0c694489e3089f19684580d619959fbf6 | diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php
index <HASH>..<HASH> 100644
--- a/app/Http/Controllers/HomeController.php
+++ b/app/Http/Controllers/HomeController.php
@@ -83,7 +83,7 @@ class HomeController extends AbstractController
}
// Sort the array... | Fix bug with sorting of incident dates | CachetHQ_Cachet | train |
b13de1448eb213b7cc7cd13da1ceff229e9dc77a | diff --git a/graylog2-server/src/main/java/org/graylog2/utilities/MessageToJsonSerializer.java b/graylog2-server/src/main/java/org/graylog2/utilities/MessageToJsonSerializer.java
index <HASH>..<HASH> 100644
--- a/graylog2-server/src/main/java/org/graylog2/utilities/MessageToJsonSerializer.java
+++ b/graylog2-server/src... | Add TODO about the massive stream/input instance creation. | Graylog2_graylog2-server | train |
d47fd0e10a4e0695edd4aae22e96845d6ba6a19d | diff --git a/src/providers/sh/commands/deploy.js b/src/providers/sh/commands/deploy.js
index <HASH>..<HASH> 100644
--- a/src/providers/sh/commands/deploy.js
+++ b/src/providers/sh/commands/deploy.js
@@ -186,7 +186,6 @@ let apiUrl
let isTTY
let quiet
let alwaysForwardNpm
-let meta
// If the current deployment is a... | Fixed static deployments on the OSS plan (#<I>) | zeit_now-cli | train |
153e8dd957445e59a2b7ae28058e6f010f291765 | diff --git a/bika/lims/browser/resultsimport/resultsimport.py b/bika/lims/browser/resultsimport/resultsimport.py
index <HASH>..<HASH> 100644
--- a/bika/lims/browser/resultsimport/resultsimport.py
+++ b/bika/lims/browser/resultsimport/resultsimport.py
@@ -157,9 +157,10 @@ class ResultsImportView(BrowserView):
... | Not saving if log is empty. | senaite_senaite.core | train |
ed7242b90f4ad7514c54b01f5e5f3c369a09d839 | diff --git a/client/js/uploader.api.js b/client/js/uploader.api.js
index <HASH>..<HASH> 100644
--- a/client/js/uploader.api.js
+++ b/client/js/uploader.api.js
@@ -433,7 +433,7 @@
this._showCancelLink(id);
if (this._options.retry.showAutoRetryNote) {
- retryNumForDisplay = this... | feat($concurrent-chunks): Auto-retry logic adjustment #<I> | FineUploader_fine-uploader | train |
e82045a92f8a0ff12e070a82876a430638e85d9a | diff --git a/src/bidmanager.js b/src/bidmanager.js
index <HASH>..<HASH> 100644
--- a/src/bidmanager.js
+++ b/src/bidmanager.js
@@ -10,6 +10,7 @@ exports.pbCallbackMap = pbCallbackMap;
var pbBidResponseByPlacement = {};
exports.pbBidResponseByPlacement = pbBidResponseByPlacement;
+//this is used to look up the bid b... | Implemented requestBidsForAdUnit function (refresh bids) | prebid_Prebid.js | train |
7628f7e646a8505f3426345c3c7c4bcbd875c215 | diff --git a/pyqode/core/modes/filewatcher.py b/pyqode/core/modes/filewatcher.py
index <HASH>..<HASH> 100644
--- a/pyqode/core/modes/filewatcher.py
+++ b/pyqode/core/modes/filewatcher.py
@@ -50,7 +50,7 @@ class FileWatcherMode(Mode, QtCore.QObject):
self._data = (None, None)
self._timer = QtCore.QTime... | Add check for permission changes in file watcher.
See pyQode/pyQode#<I> | pyQode_pyqode.core | train |
7a2f9014556b9447d6cd6044f33c7eb1437862a4 | diff --git a/src/vs/workbench/contrib/webview/browser/pre/main.js b/src/vs/workbench/contrib/webview/browser/pre/main.js
index <HASH>..<HASH> 100644
--- a/src/vs/workbench/contrib/webview/browser/pre/main.js
+++ b/src/vs/workbench/contrib/webview/browser/pre/main.js
@@ -251,14 +251,6 @@ export async function createWebv... | Only await for worker ready when setting content | Microsoft_vscode | train |
a3f527d5e5f9455326732037a036df2bc153e76b | diff --git a/lib/mongo/database.rb b/lib/mongo/database.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo/database.rb
+++ b/lib/mongo/database.rb
@@ -161,8 +161,8 @@ module Mongo
# @return [ Grid::FS ] The GridFS for the database.
#
# @since 2.0.0
- def fs
- Grid::FS.new(self)
+ def fs(options = ... | RUBY-<I> Pass fs_name for prefix to fs in database | mongodb_mongo-ruby-driver | train |
993a3ebe73f80db38a623a93c77879b76a1d41f7 | diff --git a/lib/api/api.go b/lib/api/api.go
index <HASH>..<HASH> 100644
--- a/lib/api/api.go
+++ b/lib/api/api.go
@@ -1185,7 +1185,7 @@ func (s *service) getSupportBundle(w http.ResponseWriter, r *http.Request) {
}
// Report Data as a JSON
- if r, err := s.urService.ReportData(context.TODO()); err != nil {
+ if ... | lib/api: Always include usage reporting data in support bundle (#<I>) | syncthing_syncthing | train |
14ec8e341fe4f275ff6837d3e053efb91273bcee | diff --git a/src/Localize/DeterminerManager.php b/src/Localize/DeterminerManager.php
index <HASH>..<HASH> 100644
--- a/src/Localize/DeterminerManager.php
+++ b/src/Localize/DeterminerManager.php
@@ -3,6 +3,7 @@
namespace BenConstable\Localize;
use Illuminate\Support\Manager;
+use Illuminate\Support\Collection;
use... | Instantiate collections without helper method | BenConstable_laravel-localize-middleware | train |
92838980f25dc2ee4ec46b43ee14d3c4a1d30c1b | diff --git a/lib/move.js b/lib/move.js
index <HASH>..<HASH> 100644
--- a/lib/move.js
+++ b/lib/move.js
@@ -47,6 +47,18 @@ function mv (source, dest, options, callback) {
return
}
+ // weird Windows shit
+ if (err.code === 'EPERM') {
+ setTimeout(function () {
+ ri... | lib/move: trying to fix windows bug | jprichardson_node-fs-extra | train |
536f4f55a5dd768c8729417ada8cb1861eb48cbe | diff --git a/addon/-private/external/task-factory.js b/addon/-private/external/task-factory.js
index <HASH>..<HASH> 100644
--- a/addon/-private/external/task-factory.js
+++ b/addon/-private/external/task-factory.js
@@ -41,17 +41,18 @@ const MODIFIER_REGISTRY = {
};
/**
- * This callback is displayed as part of the ... | Add API docs for Task Modifiers and public pieces of TaskFactory | machty_ember-concurrency | train |
d24cec8eff13d6a186477660aa6928538ecc063d | diff --git a/src/View/Cell/MenuCell.php b/src/View/Cell/MenuCell.php
index <HASH>..<HASH> 100644
--- a/src/View/Cell/MenuCell.php
+++ b/src/View/Cell/MenuCell.php
@@ -9,6 +9,27 @@ use InvalidArgumentException;
class MenuCell extends Cell
{
/**
+ * Current session user.
+ *
+ * @var array
+ */
+ ... | Moved heavily used variables into class properties (task #<I>) | QoboLtd_cakephp-menu | train |
92e05acbabdffd613f9c029cb4b631ea5f3ab835 | diff --git a/growler/application.py b/growler/application.py
index <HASH>..<HASH> 100644
--- a/growler/application.py
+++ b/growler/application.py
@@ -234,9 +234,15 @@ class Application(object):
@param middleware callable: A function with signature '(req, res)' to
be called... | Factored the code which finds attributes with 'routing names' and created a 'routerify' function which adds a growler.Router to ANY object - including entire modules. Application checks for __growler_router | pyGrowler_Growler | train |
92a4ad4cbe4906043402554c9df1d96d4bbc5024 | diff --git a/format.go b/format.go
index <HASH>..<HASH> 100644
--- a/format.go
+++ b/format.go
@@ -30,7 +30,7 @@ func (l *Logger) Format(verbosity int, sort string, msg string) string {
t := time.Now()
if !colorEnabled {
- return fmt.Sprintf("time=\"%s\" package=\"%s\" level=\"%s\" msg=\"%s\"", t, l.Name, sort, ... | Format as JSON when it s not running on terminal | azer_logger | train |
d6660f9833e2aa007d27ead370b38f48dd66bedb | diff --git a/app/js/imcrop.softcrop.js b/app/js/imcrop.softcrop.js
index <HASH>..<HASH> 100644
--- a/app/js/imcrop.softcrop.js
+++ b/app/js/imcrop.softcrop.js
@@ -505,15 +505,13 @@
*/
drawCropMargins: {
value: function () {
- var imgDim = this.parent.getDim... | Fill crop margins around crop correctly on smaller images | Infomaker_cropjs | train |
fd4cff83516f99b3294820279777fe27b4a862f3 | diff --git a/src/main/java/com/cloudbees/jenkins/GitHubCommitNotifier.java b/src/main/java/com/cloudbees/jenkins/GitHubCommitNotifier.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/cloudbees/jenkins/GitHubCommitNotifier.java
+++ b/src/main/java/com/cloudbees/jenkins/GitHubCommitNotifier.java
@@ -99,7 +99,7 @@... | Fix URLs in build log.
URLs have been corrupted by <URL> | jenkinsci_github-plugin | train |
ed541b3e0f06f30c3156e1f36824db0d73e7a0c5 | diff --git a/xml/src/main/java/jlibs/xml/xsd/XSInstance.java b/xml/src/main/java/jlibs/xml/xsd/XSInstance.java
index <HASH>..<HASH> 100644
--- a/xml/src/main/java/jlibs/xml/xsd/XSInstance.java
+++ b/xml/src/main/java/jlibs/xml/xsd/XSInstance.java
@@ -212,9 +212,24 @@ public class XSInstance{
}
priva... | Issue <I>: XSInstance maximumRecursionDepth not being obeyed when complextypes are nested with different elements | santhosh-tekuri_jlibs | train |
4891accc665b07e9bc2926996fd68c80371977e0 | diff --git a/Eloquent/Concerns/HasAttributes.php b/Eloquent/Concerns/HasAttributes.php
index <HASH>..<HASH> 100644
--- a/Eloquent/Concerns/HasAttributes.php
+++ b/Eloquent/Concerns/HasAttributes.php
@@ -1200,7 +1200,7 @@ trait HasAttributes
*/
public function fromJson($value, $asObject = false)
{
- ... | Null value for auto-cast field caused deprication warning in php <I> (#<I>)
See issue !<I> | illuminate_database | train |
a8d514f16bbc2fda590de06d96b6c9c2a3b11446 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -21,7 +21,7 @@ function Files(options) {
if (!(this instanceof Files)) {
return new Files(options);
}
- this.options = this.options || {};
+ this.options = options || {};
define(this, 'statCache', {});
defin... | setting options passed into constructor on this.options | jonschlinkert_expand-files | train |
fb27dc238c841468b1c098fada3bc00a8d8bd557 | diff --git a/test/extended/image_ecosystem/mysql_replica.go b/test/extended/image_ecosystem/mysql_replica.go
index <HASH>..<HASH> 100644
--- a/test/extended/image_ecosystem/mysql_replica.go
+++ b/test/extended/image_ecosystem/mysql_replica.go
@@ -13,7 +13,7 @@ import (
testutil "github.com/openshift/origin/test/util"... | re-enable slave restart test | openshift_origin | train |
355f0faf9886b780f7dbb710a2b1df39bb7364e9 | diff --git a/cmd/cored/main.go b/cmd/cored/main.go
index <HASH>..<HASH> 100644
--- a/cmd/cored/main.go
+++ b/cmd/cored/main.go
@@ -232,7 +232,7 @@ func main() {
}
})
- h := core.Handler(*apiSecretToken, *rpcSecretToken, c, localSigner, store, pool, hsm, indexer, remoteGenerator)
+ h := core.Handler(*apiSecretTok... | protocol: add Chain.GetBlock function
This allows other callers to rely directly on Chain, and not any of its
component structures.
Closes chain/chainprv#<I>.
Reviewers: @kr @tessr @jbowens @ryandotsmith @dominic @bobg | chain_chain | train |
681baa3874a69e34865923a89a1315505643fd08 | diff --git a/lib/slop.rb b/lib/slop.rb
index <HASH>..<HASH> 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -349,13 +349,13 @@ class Slop
if argument
check_matching_argument!(option, argument)
option.argument_value = argument
- option.callback.call option.argument_value if ... | remove the Option.callback accessor and instead have Option respond to a
:call method | leejarvis_slop | train |
304fc56dcc002b6913f766456c943467052fb73b | diff --git a/planetaryimage/pds3image.py b/planetaryimage/pds3image.py
index <HASH>..<HASH> 100644
--- a/planetaryimage/pds3image.py
+++ b/planetaryimage/pds3image.py
@@ -116,7 +116,7 @@ class PDS3Image(PlanetaryImage):
def pixel_type(self):
sample_type = self.label['IMAGE']['SAMPLE_TYPE']
bits =... | fixed py3 compatibility in pixel_type | planetarypy_planetaryimage | train |
21923598fc2aa7cc9ec76f8b99196b87be12cd59 | diff --git a/plugins/ExampleUI/Controller.php b/plugins/ExampleUI/Controller.php
index <HASH>..<HASH> 100644
--- a/plugins/ExampleUI/Controller.php
+++ b/plugins/ExampleUI/Controller.php
@@ -38,6 +38,7 @@ class Controller extends \Piwik\Plugin\Controller
$view->config->show_table_all_columns = false;
... | refs #<I> added dummy documentation for temperature metric | matomo-org_matomo | train |
30c1f0ea9c7550a4f005461d0d7bef27e40dca10 | diff --git a/framework/web/form/CFormElement.php b/framework/web/form/CFormElement.php
index <HASH>..<HASH> 100644
--- a/framework/web/form/CFormElement.php
+++ b/framework/web/form/CFormElement.php
@@ -86,26 +86,26 @@ abstract class CFormElement extends CComponent
array('{class}'=>get_class($this), '{property}'=>... | Fix indention from spaces to tabs in CFormElement | yiisoft_yii | train |
1b0276d4bb4039a1bd73936ff751142ead169fa1 | diff --git a/mod/workshop/renderer.php b/mod/workshop/renderer.php
index <HASH>..<HASH> 100644
--- a/mod/workshop/renderer.php
+++ b/mod/workshop/renderer.php
@@ -877,7 +877,7 @@ class mod_workshop_renderer extends plugin_renderer_base {
$type = $file->get_mimetype();
$image = $this... | MDL-<I> workshop: Combine links for attachment icon and text.
In a workshop activity, on the view submission page where having attachment(s), there's an accessibility issue.
There're 2 separate links for the icon and text which causes an issue for keyboard and screen reader users.
So the text and icon should be combin... | moodle_moodle | train |
5459b7f109c3d9dca2b22efed7a71f3a39335a03 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ if __name__ == '__main__':
setup(
name='varcode',
packages=find_packages("test"),
- version="0.3.9",
+ version="0.3.10",
description="Variant annotation in Python",
... | added to_json_file and from_json_file methods to VariantCollection | openvax_varcode | train |
efce295530e441e0f5a5e168504f76f292a83d4a | diff --git a/scripts/compare_energy.py b/scripts/compare_energy.py
index <HASH>..<HASH> 100644
--- a/scripts/compare_energy.py
+++ b/scripts/compare_energy.py
@@ -33,8 +33,8 @@ if __name__ == '__main__':
for data_path, output_ID, params in wf.single_datasets():
patch = Patch(data_path, subset=params['subs... | Changed compare_energy to fit new class names | jkitzes_macroeco | train |
ebb2cd9a63544374744d98265ba4c5dea323d3b2 | diff --git a/src/Collection/Functions/IArrayFunction.php b/src/Collection/Functions/IArrayFunction.php
index <HASH>..<HASH> 100644
--- a/src/Collection/Functions/IArrayFunction.php
+++ b/src/Collection/Functions/IArrayFunction.php
@@ -12,11 +12,16 @@ use Nextras\Orm\Collection\Helpers\ArrayCollectionHelper;
use Nextra... | collection functions: more PhpDoc | nextras_orm | train |
b52a705da2c866807b2ee4095642103cca1edcde | diff --git a/src/main/java/com/buschmais/jqassistant/scm/cli/AnalyzeTask.java b/src/main/java/com/buschmais/jqassistant/scm/cli/AnalyzeTask.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/buschmais/jqassistant/scm/cli/AnalyzeTask.java
+++ b/src/main/java/com/buschmais/jqassistant/scm/cli/AnalyzeTask.java
@@ -6... | #<I> added test for analysis severity | buschmais_jqa-commandline-tool | train |
4c90478ca707cc135c706fde7111757b4fb34d2c | diff --git a/tests/tests.js b/tests/tests.js
index <HASH>..<HASH> 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -52,7 +52,7 @@ exports.defineAutoTests = function() {
expect(e).toBeDefined('error should be reported');
done();
});
- });
+ }, 60000); // wa... | Issue #<I>: Test for incomplete URL | phonegap_phonegap-plugin-contentsync | train |
b385f926fe76944e63aa05d5f1bff6a6915535cc | diff --git a/lib/thresholds.go b/lib/thresholds.go
index <HASH>..<HASH> 100644
--- a/lib/thresholds.go
+++ b/lib/thresholds.go
@@ -29,7 +29,7 @@ import (
const jsEnv = `
function p(pct) {
- return __sink__.P(pct);
+ return __sink__.P(pct/100.0);
};
` | p() threshold func now takes [0-<I>] not [0-1] | loadimpact_k6 | train |
0105315ef05489bc7568dbcd0f5c38e5474b866a | diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py
index <HASH>..<HASH> 100644
--- a/sos/plugins/networking.py
+++ b/sos/plugins/networking.py
@@ -123,7 +123,10 @@ class Networking(Plugin):
# NetworkManager >= 0.9.9 (Use long names of objects for nmcli)
nmcli_con_details_cmd = ""
... | [networking] nmcli status is obtained from the output
The nmcli status would always return 0, nmcli status
is now determined by the output of the command
instead of the return code. | sosreport_sos | train |
28a156b067de953d598d4d69fe9e8d0c9ebd4eaa | diff --git a/frontend/dockerfile/dockerfile2llb/convert.go b/frontend/dockerfile/dockerfile2llb/convert.go
index <HASH>..<HASH> 100644
--- a/frontend/dockerfile/dockerfile2llb/convert.go
+++ b/frontend/dockerfile/dockerfile2llb/convert.go
@@ -106,9 +106,6 @@ func ListTargets(ctx context.Context, dt []byte) (*targets.Li... | dockerfile: remove filtering out empty targets
Even though this is a pretty invalid use-case there are
cases where these could carry some information. | moby_buildkit | train |
d7318dc4ce9bbc984cc18cf2c0b83b5adf4fd38f | diff --git a/lib/guise.rb b/lib/guise.rb
index <HASH>..<HASH> 100644
--- a/lib/guise.rb
+++ b/lib/guise.rb
@@ -9,7 +9,7 @@ module Guise
extend ActiveSupport::Concern
included do
- class_attribute :guise_options
+ class_attribute :guise_options, :instance_writer => false
end
module ClassMethods
@@ ... | `class_attribute` already provides an instance reader | ecbypi_guise | train |
84f74b9a840f375acbb95bb1259ba24a43269ca2 | diff --git a/retrieval/scrape.go b/retrieval/scrape.go
index <HASH>..<HASH> 100644
--- a/retrieval/scrape.go
+++ b/retrieval/scrape.go
@@ -107,6 +107,34 @@ func (sp *scrapePool) stop() {
wg.Wait()
}
+func (sp *scrapePool) reload(cfg *config.ScrapeConfig) {
+ log.Debugln("reload scrapepool")
+ defer log.Debugln("re... | Apply new scrape config on reload.
This commit updates a target set's scrape configuration
on reload. This will cause all running scrape loops to be
stopped and started again with new parameters. | prometheus_prometheus | train |
59c03b9113266830bfca272dafb17e7c0b4933ba | diff --git a/pyOCD/target/target.py b/pyOCD/target/target.py
index <HASH>..<HASH> 100644
--- a/pyOCD/target/target.py
+++ b/pyOCD/target/target.py
@@ -15,6 +15,8 @@
limitations under the License.
"""
+from .memory_map import MemoryMap
+
class Target(object):
TARGET_RUNNING = 1 # Core is executing code.
@... | Create empty memory map if one is not provided by target subclass. | mbedmicro_pyOCD | train |
f87d05e2ced7563f7d0d0ed75976b7152ddb4b87 | diff --git a/heron/tools/ui/resources/static/js/common.js b/heron/tools/ui/resources/static/js/common.js
index <HASH>..<HASH> 100644
--- a/heron/tools/ui/resources/static/js/common.js
+++ b/heron/tools/ui/resources/static/js/common.js
@@ -13,14 +13,21 @@ var ActionButton = React.createClass({
var textStyle = {
... | Always show links button (logs, job, exceptions, etc..) for instances. (#<I>) | apache_incubator-heron | train |
b7e25645dc68bbb828bf1ede711d098c6b183237 | diff --git a/discord/audit_logs.py b/discord/audit_logs.py
index <HASH>..<HASH> 100644
--- a/discord/audit_logs.py
+++ b/discord/audit_logs.py
@@ -421,6 +421,10 @@ class _AuditLogProxyStageInstanceAction(_AuditLogProxy):
channel: abc.GuildChannel
+class _AuditLogProxyMessageBulkDelete(_AuditLogProxy):
+ cou... | Fix audit log bulk message delete not exposing count | Rapptz_discord.py | train |
fa8718323d21916a24c8a77dfa4f0b061bc1b497 | diff --git a/graylog2-web-interface/src/views/hooks/SyncWithQueryParameters.js b/graylog2-web-interface/src/views/hooks/SyncWithQueryParameters.js
index <HASH>..<HASH> 100644
--- a/graylog2-web-interface/src/views/hooks/SyncWithQueryParameters.js
+++ b/graylog2-web-interface/src/views/hooks/SyncWithQueryParameters.js
@... | Sync URL after updating current query from action.
Before this change, the hook used to synchronize current search
parameters (query string, time range, streams) with the URL did listen
to `QueriesActions.update` only. This lead to query manipulations
through actions (e.g. when using the "Add to query"/"Exclude from
r... | Graylog2_graylog2-server | train |
cecbf5dd4d814f0bbd6a7c77a7c550c90a75cf47 | diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* Include I18n locale fallbacks in view lookup.
+ Fixes GH#3512.
+
+ *Juan Barreneche*
+
* Integration and... | Include I<I>n fallbacks in :locale lookup context | rails_rails | train |
212ce2eca2b4d0820f9aadfdefdbbcbadc66f5e5 | diff --git a/python_modules/libraries/dagster-postgres/dagster_postgres/event_log/event_watcher.py b/python_modules/libraries/dagster-postgres/dagster_postgres/event_log/event_watcher.py
index <HASH>..<HASH> 100644
--- a/python_modules/libraries/dagster-postgres/dagster_postgres/event_log/event_watcher.py
+++ b/python_... | event watcher thread only join if alive (#<I>)
In some rare cases (in tests) we may quickly shutdown before the thread has had a chance to start - only join if its alive.
### How I Tested These Changes
ran test that sporadically failed <I> times | dagster-io_dagster | train |
3e2e7e2abb0c4f9fc57963b10aa4a3cf1d631d7c | diff --git a/config/src/main/config/portal/default/redbox/openlayers/redboxNewWorkflow.js b/config/src/main/config/portal/default/redbox/openlayers/redboxNewWorkflow.js
index <HASH>..<HASH> 100644
--- a/config/src/main/config/portal/default/redbox/openlayers/redboxNewWorkflow.js
+++ b/config/src/main/config/portal/defa... | Fixes to geolocation widget to work in Chrome | redbox-mint_redbox | train |
48f308749ca802a06ec6f439faac1a61417d95c9 | diff --git a/master/buildbot/process/remotecommand.py b/master/buildbot/process/remotecommand.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/process/remotecommand.py
+++ b/master/buildbot/process/remotecommand.py
@@ -181,7 +181,7 @@ class RemoteCommand(base.RemoteCommandImpl):
@type updates: list of [ob... | rename AbstractBuildSlave.messageReceivedFromSlave() to messageReceivedFromWorker() | buildbot_buildbot | train |
bde3af4cdf80e3770679c595cddf276c09d60633 | diff --git a/spec/unit/view_helpers/display_helper_spec.rb b/spec/unit/view_helpers/display_helper_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/view_helpers/display_helper_spec.rb
+++ b/spec/unit/view_helpers/display_helper_spec.rb
@@ -25,6 +25,8 @@ RSpec.describe ActiveAdmin::ViewHelpers::DisplayHelper do
... | Initial refactor of DisplayHelper specs
Pull result and passed resource to variables. | activeadmin_activeadmin | train |
45138841155f7b5f5c406b7b992d001ae71ea53e | diff --git a/PiwikTracker.php b/PiwikTracker.php
index <HASH>..<HASH> 100644
--- a/PiwikTracker.php
+++ b/PiwikTracker.php
@@ -1239,10 +1239,9 @@ class PiwikTracker
*/
public function deleteCookies()
{
- $expire = $this->currentTs - 86400;
$cookies = array('id', 'ses', 'cvar', 'ref');
... | fixes #9 - use negative TTL for setCookie to remove them | matomo-org_matomo-php-tracker | train |
86e5be88ca8361757eec1cd2445744f41466fcc3 | diff --git a/lib/cucumber/runtime/for_programming_languages.rb b/lib/cucumber/runtime/for_programming_languages.rb
index <HASH>..<HASH> 100644
--- a/lib/cucumber/runtime/for_programming_languages.rb
+++ b/lib/cucumber/runtime/for_programming_languages.rb
@@ -11,6 +11,8 @@ module Cucumber
class ForProgrammingLangua... | Enable to refer @support_code | cucumber_cucumber-ruby | train |
fc34ba6ec418d7225422de72a4a689e673307c23 | diff --git a/lib/Doctrine/Task.php b/lib/Doctrine/Task.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/Task.php
+++ b/lib/Doctrine/Task.php
@@ -62,7 +62,7 @@ abstract class Doctrine_Task
* @param string $notification
* @return void
*/
- public function notify()
+ public function notify($noti... | - Small fix for initialization of method parameter. | doctrine_orm | train |
2573d4ba20649d0ed506b34bfe8aa932f17a6bbe | diff --git a/src/rez/cli/_util.py b/src/rez/cli/_util.py
index <HASH>..<HASH> 100644
--- a/src/rez/cli/_util.py
+++ b/src/rez/cli/_util.py
@@ -134,7 +134,10 @@ def sigbase_handler(signum, frame):
# kill all child procs
# FIXME this kills parent procs as well
if not _env_var_true("_REZ_NO_KILLPG"):
- ... | Fix handling of CTRL+C on Windows
Windows doesn't support os.killpg | nerdvegas_rez | train |
0e6346e57d342844e11c241b82829371edb91857 | diff --git a/mysqldef/time.go b/mysqldef/time.go
index <HASH>..<HASH> 100644
--- a/mysqldef/time.go
+++ b/mysqldef/time.go
@@ -161,9 +161,6 @@ func (t Time) Marshal() ([]byte, error) {
return nil, errors.Trace(err)
}
- // append fsp to the end
- b = append(b, byte(t.Fsp))
-
return b, nil
}
@@ -175,20 +172,6... | mysqldef: remove fsp codec, set out manually. | pingcap_tidb | train |
bee84e1e95768da157e2c75126db4e540b15fa8e | diff --git a/eatiht/v2.py b/eatiht/v2.py
index <HASH>..<HASH> 100644
--- a/eatiht/v2.py
+++ b/eatiht/v2.py
@@ -101,6 +101,7 @@ TEXT_FINDER_XPATH = '//body\
self::noscript or \
self::style or \
self::i or \
+ ... | Update v2.py
Excluding <em> tags from TEXT_FINDER_XPATH to strengthen the algorithm | rodricios_eatiht | train |
14e32a9d2c7fd57d422bc83b642c869709b5750c | diff --git a/spec/models/socializer/comment_spec.rb b/spec/models/socializer/comment_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/models/socializer/comment_spec.rb
+++ b/spec/models/socializer/comment_spec.rb
@@ -2,16 +2,22 @@ require 'rails_helper'
module Socializer
RSpec.describe Comment, type: :model do
- ... | test content, mass assignment, and relationships | socializer_socializer | train |
b5bb7af99c95fbf200844328b7032393269c5aac | diff --git a/indra/statements/statements.py b/indra/statements/statements.py
index <HASH>..<HASH> 100644
--- a/indra/statements/statements.py
+++ b/indra/statements/statements.py
@@ -5,7 +5,13 @@ Statement classes follow an inheritance hierarchy, with all Statement types
inheriting from the parent class :py:class:`Sta... | Change order and formatting of domains mentioned | sorgerlab_indra | train |
9f6506e0e2b442b0919aa1370f77ba40e7aefef9 | diff --git a/b27_cli.js b/b27_cli.js
index <HASH>..<HASH> 100755
--- a/b27_cli.js
+++ b/b27_cli.js
@@ -9,7 +9,7 @@ var bts2n = require('balanced-ternary').bts2n;
var n2bts = require('balanced-ternary').n2bts;
function maybe_sv(s) {
- return !!s.match(/^[A-Z]+$/);
+ return !!s.match(/^[0A-Z]+$/);
}
function ma... | Fix maybe_sv, 0 is a valid digit | thirdcoder_base27 | train |
ec92afaf7f206014496c30ecbb0349d1281f8d2e | diff --git a/symfit/core/support.py b/symfit/core/support.py
index <HASH>..<HASH> 100644
--- a/symfit/core/support.py
+++ b/symfit/core/support.py
@@ -7,6 +7,8 @@ from __future__ import print_function
from collections import OrderedDict
import sys
import warnings
+import re
+import keyword
import numpy as np
fro... | Fixed py<I> compatibility some more | tBuLi_symfit | train |
b6b762351e730dc5751a0e320308e7ee76a2b794 | diff --git a/lib/friendly_id.rb b/lib/friendly_id.rb
index <HASH>..<HASH> 100644
--- a/lib/friendly_id.rb
+++ b/lib/friendly_id.rb
@@ -143,6 +143,9 @@ module FriendlyId
base.named_scope :with_slug_name, lambda {|slug_names| {
:conditions => {"#{Slug.table_name}.name" => slug_names.to_a}
}}
+ ... | Improved finder legibility and added support for scoped friendly_ids. | norman_friendly_id | train |
44eab8def20d656b1306faa7365dd35402f41cfd | diff --git a/spring-cloud-commons/src/main/java/org/springframework/cloud/configuration/SpringBootVersionVerifier.java b/spring-cloud-commons/src/main/java/org/springframework/cloud/configuration/SpringBootVersionVerifier.java
index <HASH>..<HASH> 100644
--- a/spring-cloud-commons/src/main/java/org/springframework/clou... | Adds boot <I> support in SpringBootVersionVerifier.
The reason errors weren't reported before with boot <I> and cloud <I> is because of an error in logic. See gh-<I>
See also gh-<I> | spring-cloud_spring-cloud-commons | train |
37bec0df103a19dea0022a1fb8cc2ecf9c10c95c | diff --git a/src/includes/classes/HashIds.php b/src/includes/classes/HashIds.php
index <HASH>..<HASH> 100644
--- a/src/includes/classes/HashIds.php
+++ b/src/includes/classes/HashIds.php
@@ -11,7 +11,7 @@ use Hashids\Hashids as Parser;
*/
class HashIds extends AbsBase
{
- protected $HashIds;
+ protected $Pars... | Bug fix in HashIds class. | wpsharks_core | train |
623d6507581c881f4ade642536858053d5323b09 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -32,7 +32,7 @@ module.exports = function (grunt) {
' * Copyright 2011-<%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' +
' * Licensed under <%= _.pluck(pkg.licenses, "type") %>... | most of Bootstrap's components are pure CSS and thus don't require jQuery
Refs <URL> | twbs_bootstrap | train |
efeee3d6cf5126c848b0b6137f02d7fb57a45746 | diff --git a/annis-service/src/main/java/annis/dao/QueryDaoImpl.java b/annis-service/src/main/java/annis/dao/QueryDaoImpl.java
index <HASH>..<HASH> 100644
--- a/annis-service/src/main/java/annis/dao/QueryDaoImpl.java
+++ b/annis-service/src/main/java/annis/dao/QueryDaoImpl.java
@@ -829,8 +829,13 @@ public class QueryDa... | Use child "annotations_" table for specific corpus when only one corpus is queried | korpling_ANNIS | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.