hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
cd988e7e934812f463c08c2dc7dc7b3abb68b288 | diff --git a/recipes/rails.rb b/recipes/rails.rb
index <HASH>..<HASH> 100644
--- a/recipes/rails.rb
+++ b/recipes/rails.rb
@@ -169,6 +169,7 @@ deploy_revision app['id'] do
user app['owner']
group app['group']
deploy_to app['deploy_to']
+ environment({'RAILS_ENV' => node.app_environment})
action app['force'... | set RAILS_ENV so it's applicable to all commands, including db:migrate | poise_application | train |
ae588f6ceaac5ecfd7e02aa1c026c7d9179c0522 | diff --git a/lib/ruby-asterisk/request.rb b/lib/ruby-asterisk/request.rb
index <HASH>..<HASH> 100644
--- a/lib/ruby-asterisk/request.rb
+++ b/lib/ruby-asterisk/request.rb
@@ -21,7 +21,11 @@ module RubyAsterisk
protected
def generate_action_id
- Random.rand(999).to_s
+ if RUBY_VERSION.start_with?("1.9")
+... | Added support to ruby <I> | emilianodellacasa_ruby-asterisk | train |
ecb9ab348fbaa111f8053c4079dfab3af3f72414 | diff --git a/default.go b/default.go
index <HASH>..<HASH> 100644
--- a/default.go
+++ b/default.go
@@ -240,11 +240,14 @@ func (b *Base64) UnmarshalText(data []byte) error { // validation is performed l
func (b *Base64) Scan(raw interface{}) error {
switch v := raw.(type) {
case []byte:
- if err := b.UnmarshalText... | revert back to stdencodign for base<I> | go-openapi_strfmt | train |
1e95924a01f224354c7cd56a0e1a6e8727bf02a1 | diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusteredServiceContainer.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusteredServiceContainer.java
index <HASH>..<HASH> 100644
--- a/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusteredServiceContainer.java
+++ b/aeron-cluster... | [Java] Limit cluster service id range. | real-logic_aeron | train |
fd2542da8b9bc3f68832b5cda98372e4e19b1a4b | diff --git a/pygccxml/parser/source_reader.py b/pygccxml/parser/source_reader.py
index <HASH>..<HASH> 100644
--- a/pygccxml/parser/source_reader.py
+++ b/pygccxml/parser/source_reader.py
@@ -141,13 +141,8 @@ class source_reader_t:
# so that we can parse them with pygccxml
cmd.append('--castxml-gccxml'... | Add symbols to command line only if symbols have been defined. | gccxml_pygccxml | train |
953d3c8cdcc10b71cb18d52de6efff323da94030 | diff --git a/aikif/lib/cls_file.py b/aikif/lib/cls_file.py
index <HASH>..<HASH> 100644
--- a/aikif/lib/cls_file.py
+++ b/aikif/lib/cls_file.py
@@ -1,4 +1,9 @@
+#!/usr/bin/python3
+# coding: utf-8
# cls_file.py
+# Other modules that inherit from this class:
+# toolbox.xml_tools.XmlFile (in progress)
+# toolbox.ima... | py3 header and noting which other class inherits from this | acutesoftware_AIKIF | train |
a3994a39dac06a935767cd62b0348340dee06656 | diff --git a/assets/app/scripts/directives/nav.js b/assets/app/scripts/directives/nav.js
index <HASH>..<HASH> 100644
--- a/assets/app/scripts/directives/nav.js
+++ b/assets/app/scripts/directives/nav.js
@@ -21,13 +21,16 @@ angular.module('openshiftConsole')
};
})
.directive('projectHeader', function($timeout... | Cache projects outside of projectHeader link fn | openshift_origin | train |
66ba5278b86e5e58bc532172492b820c84a3ffe6 | diff --git a/app/view/js/bolt-extend.js b/app/view/js/bolt-extend.js
index <HASH>..<HASH> 100644
--- a/app/view/js/bolt-extend.js
+++ b/app/view/js/bolt-extend.js
@@ -309,13 +309,15 @@ var BoltExtender = Object.extend(Object, {
},
packageReadme: function(e) {
- var controller = this;
- $... | Show readme for extensions. Fixes #<I> | bolt_bolt | train |
2e32b5a338dcbdd5b10ecd486836b3923eda9c4c | diff --git a/state/backups.go b/state/backups.go
index <HASH>..<HASH> 100644
--- a/state/backups.go
+++ b/state/backups.go
@@ -399,8 +399,8 @@ func (s *backupMetadataStorage) New() filestorage.Metadata {
return metadata.NewMetadata(*origin, "", nil)
}
-func (s *backupMetadataStorage) SetStored(meta filestorage.Met... | Fix the signature of SetStored. | juju_juju | train |
4acec33562e4e1230092eee7d76c2b8061ffc914 | diff --git a/src/Core/Config/Middleware/ExtensionMiddleware.php b/src/Core/Config/Middleware/ExtensionMiddleware.php
index <HASH>..<HASH> 100644
--- a/src/Core/Config/Middleware/ExtensionMiddleware.php
+++ b/src/Core/Config/Middleware/ExtensionMiddleware.php
@@ -39,7 +39,7 @@ class ExtensionMiddleware implements Middle... | FIX Fixed bug in config merging priorities so that config values set by extensions are now least important instead of most important | silverstripe_silverstripe-framework | train |
bdcd5f94b2efdf661f201917d63476c245aa7c09 | diff --git a/actionpack/lib/abstract_controller/base.rb b/actionpack/lib/abstract_controller/base.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/abstract_controller/base.rb
+++ b/actionpack/lib/abstract_controller/base.rb
@@ -127,7 +127,7 @@ module AbstractController
def process(action, *args)
@_action... | Only accept actions without File::SEPARATOR in the name.
This will avoid directory traversal in implicit render.
Fixes: CVE-<I>-<I>
Conflicts:
actionpack/lib/abstract_controller/base.rb | rails_rails | train |
dc6e5603ed353c050358eb717102088d672cfdc9 | diff --git a/wunderline-add.js b/wunderline-add.js
index <HASH>..<HASH> 100755
--- a/wunderline-add.js
+++ b/wunderline-add.js
@@ -139,6 +139,7 @@ function main() {
});
},
function(task, cb) {
+ app.note = app.note.replace(/\\n/g, "\n");
if (app.note) {
api.... | Add multilined note with \n (#<I>)
Fix #<I> | wayneashleyberry_wunderline | train |
eee81bb4da26ca553451cb7513e4a261a3f55560 | diff --git a/lib/barby/barcode/code_128.rb b/lib/barby/barcode/code_128.rb
index <HASH>..<HASH> 100644
--- a/lib/barby/barcode/code_128.rb
+++ b/lib/barby/barcode/code_128.rb
@@ -238,7 +238,8 @@ module Barby
#there are no more extras, the barcode ends with that object.
#Most barcodes probably don't change cha... | Use defined? to avoid reassignment to nil | toretore_barby | train |
95d5c24bfc154046c5fb4e4e41d170a42350e2d9 | diff --git a/lib/liquid/standardfilters.rb b/lib/liquid/standardfilters.rb
index <HASH>..<HASH> 100644
--- a/lib/liquid/standardfilters.rb
+++ b/lib/liquid/standardfilters.rb
@@ -65,9 +65,10 @@ module Liquid
return if input.nil?
input_str = input.to_s
length = Utils.to_integer(length)
- l = le... | Standard filter truncate: truncate_string string coercion
The argument `truncate_string` is now coerced into a string to avoid
`NoMethodError`s. This is mostly for added resiliency. It is doubtful
that someone would actually intent to use a number as truncate string,
but accidentally supplying one is entirely possible... | Shopify_liquid | train |
71324c55b56ecd47eafa6f0dc1b7b531ca1ad465 | diff --git a/platform/bb/RubyVM/src/com/rho/net/NetRequest.java b/platform/bb/RubyVM/src/com/rho/net/NetRequest.java
index <HASH>..<HASH> 100644
--- a/platform/bb/RubyVM/src/com/rho/net/NetRequest.java
+++ b/platform/bb/RubyVM/src/com/rho/net/NetRequest.java
@@ -157,6 +157,11 @@ public class NetRequest
try{
m_mx... | bb: one more possible fix for network error | rhomobile_rhodes | train |
e7c28661d50f1d97f957a39a87069ca37246239a | diff --git a/wffweb/src/main/java/com/webfirmframework/wffweb/util/URIUtil.java b/wffweb/src/main/java/com/webfirmframework/wffweb/util/URIUtil.java
index <HASH>..<HASH> 100644
--- a/wffweb/src/main/java/com/webfirmframework/wffweb/util/URIUtil.java
+++ b/wffweb/src/main/java/com/webfirmframework/wffweb/util/URIUtil.ja... | Improvements in URIUtil methods and update test cases as well | webfirmframework_wff | train |
e9e7b11855f1890fd0858bf44be731eea150e915 | diff --git a/test/exe_test.rb b/test/exe_test.rb
index <HASH>..<HASH> 100644
--- a/test/exe_test.rb
+++ b/test/exe_test.rb
@@ -1,5 +1,5 @@
require "minitest_helper"
-require "english"
+require "English"
class ExeTest < Minitest::Test
def test_chandler_is_executable_and_exits_with_success | English must be capitalized on case-sensitive FS | mattbrictson_chandler | train |
b451a22124a7bb9574d6bc1b12dfdda65c1df1fb | diff --git a/addon/components/mobiledoc-editor/component.js b/addon/components/mobiledoc-editor/component.js
index <HASH>..<HASH> 100644
--- a/addon/components/mobiledoc-editor/component.js
+++ b/addon/components/mobiledoc-editor/component.js
@@ -56,6 +56,7 @@ export default Component.extend({
placeholder: this.... | Pass card options to card/atom components | bustle_ember-mobiledoc-editor | train |
4d5974929145223195ce54369b06bea8e3c9e95f | diff --git a/app/jobs/indexer.rb b/app/jobs/indexer.rb
index <HASH>..<HASH> 100644
--- a/app/jobs/indexer.rb
+++ b/app/jobs/indexer.rb
@@ -23,7 +23,7 @@ class Indexer
# do all processing _before_ we upload anything to S3, so we lower the chances of orphaned files
RubygemFs.instance.store(gem_path, gem_conte... | Fix lint failures that made it to master | rubygems_rubygems.org | train |
05253055807aa9fd663f87611b88b0282284f8d6 | diff --git a/hawtio-web/src/main/java/io/hawt/web/LoginServlet.java b/hawtio-web/src/main/java/io/hawt/web/LoginServlet.java
index <HASH>..<HASH> 100644
--- a/hawtio-web/src/main/java/io/hawt/web/LoginServlet.java
+++ b/hawtio-web/src/main/java/io/hawt/web/LoginServlet.java
@@ -68,7 +68,7 @@ public class LoginServlet e... | use debug log level to turn down the noise | hawtio_hawtio | train |
a4c5cfe11dbb7a478dc43cc892f09ffd3372171a | diff --git a/web/concrete/controllers/single_page/dashboard/system/registration/open.php b/web/concrete/controllers/single_page/dashboard/system/registration/open.php
index <HASH>..<HASH> 100644
--- a/web/concrete/controllers/single_page/dashboard/system/registration/open.php
+++ b/web/concrete/controllers/single_page/... | Update registration/open to point at itself
Former-commit-id: cc<I>c1af<I>b1c2f4bd2bdeed6f<I>cbb<I>bd1f2 | concrete5_concrete5 | train |
832b31ebd98a4a085bca928b87ad8780c5cc083b | diff --git a/framework/core/src/Api/Controller/UpdateDiscussionController.php b/framework/core/src/Api/Controller/UpdateDiscussionController.php
index <HASH>..<HASH> 100644
--- a/framework/core/src/Api/Controller/UpdateDiscussionController.php
+++ b/framework/core/src/Api/Controller/UpdateDiscussionController.php
@@ -1... | Fix error when renaming discussion
Discussion/user info is needed when serialising posts (checking permissions, etc.) so we can't just use the ID. | flarum_core | train |
532ccc69a643725850dde0d21994f52247718b39 | diff --git a/docs/guide/js/docs.js b/docs/guide/js/docs.js
index <HASH>..<HASH> 100644
--- a/docs/guide/js/docs.js
+++ b/docs/guide/js/docs.js
@@ -13,14 +13,12 @@
$('.guide-example').each(function() {
var btn = '' +
- '<div>' +
'<hr class="divider-lg"/>' +
'<div class="btn-toolbar">' +
... | add bless plugin to fix IE selector count issue | Availity_availity-uikit | train |
18122ba6278c4b7285e8ebf50547ed27eaaaabd2 | diff --git a/integration-tests@latest/karma.conf.js b/integration-tests@latest/karma.conf.js
index <HASH>..<HASH> 100644
--- a/integration-tests@latest/karma.conf.js
+++ b/integration-tests@latest/karma.conf.js
@@ -21,14 +21,17 @@ module.exports = function(config) {
karmaTypescriptConfig: {
tsco... | Exposed transformPath in karma config | monounity_karma-typescript | train |
ec2008012c787ea641054f53038b5c81f6e0e770 | diff --git a/src/Picqer/Financials/Exact/Account.php b/src/Picqer/Financials/Exact/Account.php
index <HASH>..<HASH> 100644
--- a/src/Picqer/Financials/Exact/Account.php
+++ b/src/Picqer/Financials/Exact/Account.php
@@ -6,27 +6,124 @@ class Account extends Model {
use Persistance\Storable;
protected $fillabl... | Update Account.php
Added all the properties except obsolete ones | picqer_exact-php-client | train |
a87fa040374ef828713f66a22ddfef6a9175b9a8 | diff --git a/prestans/exception.py b/prestans/exception.py
index <HASH>..<HASH> 100644
--- a/prestans/exception.py
+++ b/prestans/exception.py
@@ -162,7 +162,7 @@ class ValidationError(Base):
super(ValidationError, self).__init__(prestans.http.STATUS.BAD_REQUEST, message)
self._attribute_name = attr... | converted validation error value to string so it can be properly serialized for complex types like date, datetime and time | anomaly_prestans | train |
76d3c527ae664e62d2de596a7944ed353dd69385 | diff --git a/server/storage/mvcc/hash.go b/server/storage/mvcc/hash.go
index <HASH>..<HASH> 100644
--- a/server/storage/mvcc/hash.go
+++ b/server/storage/mvcc/hash.go
@@ -33,7 +33,7 @@ func unsafeHashByRev(tx backend.ReadTx, lower, upper int64, keep map[revision]st
type kvHasher struct {
hash hash.Hash32
-... | server: Store real rv range in hasher | etcd-io_etcd | train |
83e4e08ba99ff45ed7c3bdd179a423a761bbe1af | diff --git a/salt/engines/libvirt_events.py b/salt/engines/libvirt_events.py
index <HASH>..<HASH> 100644
--- a/salt/engines/libvirt_events.py
+++ b/salt/engines/libvirt_events.py
@@ -63,17 +63,11 @@ A polkit rule like the following one will allow `salt` user to connect to libvir
.. versionadded:: 2019.2.0
"""
-
im... | Drop Py2 and six on salt/engines/libvirt_events.py | saltstack_salt | train |
ec115ec1c88da568178cf8613f8ee77a85b0583c | diff --git a/src/Str.php b/src/Str.php
index <HASH>..<HASH> 100644
--- a/src/Str.php
+++ b/src/Str.php
@@ -683,6 +683,8 @@ final class Str implements \Countable {
/**
* Returns whether this string matches the other string
*
+ * This operation is case-sensitive
+ *
* @param string $other the other string to... | Clarify existing behavior of 'equals' regarding case | delight-im_PHP-Str | train |
7cee2509c07e5514dc7647fcf8a4f066feaaa6df | diff --git a/eth/downloader/statesync.go b/eth/downloader/statesync.go
index <HASH>..<HASH> 100644
--- a/eth/downloader/statesync.go
+++ b/eth/downloader/statesync.go
@@ -197,12 +197,7 @@ func (d *Downloader) runStateSync(s *stateSync) *stateSync {
}
// Start a timer to notify the sync loop if the peer stalled.... | eth/downloader: allow all timers to exit | ethereum_go-ethereum | train |
d4d29e7ffb23b35e482f26216dfe7ffe06f1ac95 | diff --git a/test_acid.py b/test_acid.py
index <HASH>..<HASH> 100755
--- a/test_acid.py
+++ b/test_acid.py
@@ -52,12 +52,15 @@ def diff(before, after):
after))
-def run(filename, verbose=False):
+def run(filename, verbose=False, options=None):
"""Run autoflake on file at filename.
Return True o... | Pass through "--imports" | myint_autoflake | train |
c1a108443ece84f7b571e0e639085c2fa4681107 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -9,11 +9,12 @@ var nes = require('never-ending-stream')
, through = require('through2')
, assert = require('assert')
, chunks = [new Buffer('hello'), new Buffer('world')]
- , stream = nes(functio... | Added async callback. | mcollina_never-ending-stream | train |
ff4f4ffd7d43026dc388daf7216e0614a88a304b | diff --git a/socket.client.js b/socket.client.js
index <HASH>..<HASH> 100644
--- a/socket.client.js
+++ b/socket.client.js
@@ -34,7 +34,7 @@ define(function()
onConnected && onConnected();
var observer;
while(observer = initQueue.shift())
- observer.call(self);
+ observer(self);
... | passing the socket as an argument to the promise instead of by "this" | superhero_js.websocket | train |
e04af6d685662502553e010f1d8ad4bff51cc1dc | diff --git a/lib/instance/cook/audit_logger.rb b/lib/instance/cook/audit_logger.rb
index <HASH>..<HASH> 100644
--- a/lib/instance/cook/audit_logger.rb
+++ b/lib/instance/cook/audit_logger.rb
@@ -162,7 +162,7 @@ module RightScale
end # AuditLogger
end # RightScale
-# TEAL/IVORY HACK we have to monkey-patch Chef's ... | acu<I> - revert changes due to incompatibility with PowerShell script provider. RightScirpt and PowerShell providers use the same Exec Error Exceptions | rightscale_right_link | train |
d5232f43d7c2c550de50c5ad4c37aeafe6abcc08 | diff --git a/lib/winrm/winrm_service.rb b/lib/winrm/winrm_service.rb
index <HASH>..<HASH> 100644
--- a/lib/winrm/winrm_service.rb
+++ b/lib/winrm/winrm_service.rb
@@ -98,9 +98,6 @@ module WinRM
"#{NS_WIN_SHELL}:OutputStreams" => o_stream
}
shell_body["#{NS_WIN_SHELL}:WorkingDirectory"] = shell_op... | Removed TODOs which we're not doing | WinRb_WinRM | train |
581b8bdecd65613ef3ea44abf81cca5e48571905 | diff --git a/salt/modules/hosts.py b/salt/modules/hosts.py
index <HASH>..<HASH> 100644
--- a/salt/modules/hosts.py
+++ b/salt/modules/hosts.py
@@ -98,6 +98,34 @@ def set_host(ip, alias):
open(hfn, 'w+').writelines(lines)
return True
+def rm_host(ip, alias):
+ '''
+ Remove a host entry from the hosts f... | Add rm_host to the hosts module | saltstack_salt | train |
2a2b886e04b146dea9ac17e5d54eeb26ea00b771 | diff --git a/test/servers/web.js b/test/servers/web.js
index <HASH>..<HASH> 100644
--- a/test/servers/web.js
+++ b/test/servers/web.js
@@ -273,7 +273,7 @@ describe('Server: Web', function(){
it('should respond to TRACE with parsed params received', function(done){
request({method: 'trace', url: url + '/ap... | add routes test of more complex regular expressions | actionhero_actionhero | train |
62856feea917f8c32b82391ac43cc0db9d480a32 | diff --git a/src/org/opencms/xml/types/CmsXmlVfsFileValue.java b/src/org/opencms/xml/types/CmsXmlVfsFileValue.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/xml/types/CmsXmlVfsFileValue.java
+++ b/src/org/opencms/xml/types/CmsXmlVfsFileValue.java
@@ -1,7 +1,7 @@
/*
* File : $Source: /alkacon/cvs/opencms/sr... | prevent sitemap link management in sitemaps | alkacon_opencms-core | train |
c6761135116ab791eef951bb78108a7093c2e1b2 | diff --git a/spec/support/backend.rb b/spec/support/backend.rb
index <HASH>..<HASH> 100644
--- a/spec/support/backend.rb
+++ b/spec/support/backend.rb
@@ -249,11 +249,39 @@ shared_examples "a Que backend" do
end
it "should lock the job it selects" do
- pending
+ $q1, $q2 = Queue.new, Queue.new
+
+... | Spec the use of advisory locks when locking jobs. | chanks_que | train |
d70757d64a1b1e82a719780a00f4013a8cff0c53 | diff --git a/blend/blend.go b/blend/blend.go
index <HASH>..<HASH> 100644
--- a/blend/blend.go
+++ b/blend/blend.go
@@ -347,8 +347,8 @@ func Blend(bg image.Image, fg image.Image, fn func(fcolor.RGBAF64, fcolor.RGBAF6
h = fgBounds.Dy()
}
- bgSrc := clone.AsRGBA(bg)
- fgSrc := clone.AsRGBA(fg)
+ bgSrc := clone.AsSh... | Introduce new method for shallow copying image | anthonynsimon_bild | train |
a74c511e7fa717c90b263fc9a83186dd6c178ae8 | diff --git a/privacy/classes/local/sitepolicy/default_handler.php b/privacy/classes/local/sitepolicy/default_handler.php
index <HASH>..<HASH> 100644
--- a/privacy/classes/local/sitepolicy/default_handler.php
+++ b/privacy/classes/local/sitepolicy/default_handler.php
@@ -45,6 +45,11 @@ class default_handler extends hand... | MDL-<I> admin: non-existing site policy handler means no policy | moodle_moodle | train |
9ef66427af2163208ed641b0019f17a4c925f38d | diff --git a/falafel/config/specs.py b/falafel/config/specs.py
index <HASH>..<HASH> 100644
--- a/falafel/config/specs.py
+++ b/falafel/config/specs.py
@@ -202,6 +202,7 @@ static_specs = {
SimpleFileSpec("sos_commands/foreman/foreman-debug/satellite_version"),
... | Add IO scheduler to specs.py
Upcoming oracle rule will require grabbing the IO scheduler from
the systems. This will likely be handy for other rules for performance.
The new patternspec should grab the scheduler setting from each
device in /sys/block | RedHatInsights_insights-core | train |
8bf6963f519f99d5349c403dbbe0b4c47ffde73a | diff --git a/src/modules/pixel-scroll-model/index.js b/src/modules/pixel-scroll-model/index.js
index <HASH>..<HASH> 100644
--- a/src/modules/pixel-scroll-model/index.js
+++ b/src/modules/pixel-scroll-model/index.js
@@ -95,6 +95,7 @@ module.exports = function (_grid) {
var scrollBarOffset = e[layerCoord... | only the scroll bar gets to handle it's drag | gridgrid_grid | train |
738ff51e99cd64abb246489f5453e22e7532ca72 | diff --git a/src/wormling/phparia/Client/Client.php b/src/wormling/phparia/Client/Client.php
index <HASH>..<HASH> 100644
--- a/src/wormling/phparia/Client/Client.php
+++ b/src/wormling/phparia/Client/Client.php
@@ -39,6 +39,11 @@ class Client
* @var \PestJSON
*/
protected $ariEndpoint;
+
+ /**
... | Exposed stasis application name from the client. | wormling_phparia | train |
85925ebd7c6d785a1427c0a25b762bea82b5cd39 | diff --git a/funfactory/log.py b/funfactory/log.py
index <HASH>..<HASH> 100644
--- a/funfactory/log.py
+++ b/funfactory/log.py
@@ -13,7 +13,10 @@ class AreciboHandler(logging.Handler):
arecibo = getattr(settings, 'ARECIBO_SERVER_URL', '')
if arecibo and hasattr(record, 'request'):
- from ... | make it possible to disable arecibo to use Celery | mozilla_funfactory | train |
0e21efd83c99c274a104f21b81eb70e9aface8c1 | diff --git a/lib/attrtastic.rb b/lib/attrtastic.rb
index <HASH>..<HASH> 100644
--- a/lib/attrtastic.rb
+++ b/lib/attrtastic.rb
@@ -211,9 +211,11 @@ module Attrtastic
end
end
- #@@value_methods = %w/ to_label display_name full_name name title username login value to_s /
def value_of_attribute(metho... | Added support for objects as values (not only strings) | MBO_attrtastic | train |
6bad3fb9d46fdfe7352636521f134724aec548f7 | diff --git a/generators/generator-constants.js b/generators/generator-constants.js
index <HASH>..<HASH> 100644
--- a/generators/generator-constants.js
+++ b/generators/generator-constants.js
@@ -46,7 +46,7 @@ const JACKSON_DATABIND_NULLABLE_VERSION = '0.2.1';
// Version of docker images
const DOCKER_COMPOSE_FORMAT_... | Temporary point to snapshot jhipster-registry | jhipster_generator-jhipster | train |
129316227ff9415364fceec579351f1480950c43 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,10 +1,5 @@
module.exports = function(grunt) {
grunt.initConfig({
- json: {
- options: {
- dest: 'colors.json'
- }
- }
});
grunt.loadTasks('tasks');
diff --git a/lib/fetch.j... | Refactor tasks with grunt.file methods. | shuhei_material-colors | train |
22e9357d40f7f56fcb671e1076d8d7271316fcdf | diff --git a/flink-tests/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterStopWithSavepointITCase.java b/flink-tests/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterStopWithSavepointITCase.java
index <HASH>..<HASH> 100644
--- a/flink-tests/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterSto... | [FLINK-<I>][tests] Improve JobMasterStopWithSavepoint#waitForJob to wait for all tasks running | apache_flink | train |
1fd30c36d91ffb08b24ab14465cd628bb3f62095 | diff --git a/src/Controller.php b/src/Controller.php
index <HASH>..<HASH> 100644
--- a/src/Controller.php
+++ b/src/Controller.php
@@ -39,6 +39,10 @@ class Controller extends BaseController
{
$this->requireAcceptsJson();
+ // The behaviour of certain controller actions depends on whether Craft 3.0 or 3.1 is bei... | Maintain Craft <I> compatibility | spicywebau_craft-embedded-assets | train |
77c2e9c6dc6f523f4fd2cb1467add4547cba7a91 | diff --git a/brennus-asm/src/main/java/brennus/asm/ASMExpressionVisitor.java b/brennus-asm/src/main/java/brennus/asm/ASMExpressionVisitor.java
index <HASH>..<HASH> 100644
--- a/brennus-asm/src/main/java/brennus/asm/ASMExpressionVisitor.java
+++ b/brennus-asm/src/main/java/brennus/asm/ASMExpressionVisitor.java
@@ -1,5 +... | add INVOKESPECIAL for private methods; fail for static methods for now | julienledem_brennus | train |
f043e0dd4eca1b214bdd232452c9d74ac5319612 | diff --git a/spring-cloud-loadbalancer/src/main/java/org/springframework/cloud/loadbalancer/cache/LoadBalancerCacheProperties.java b/spring-cloud-loadbalancer/src/main/java/org/springframework/cloud/loadbalancer/cache/LoadBalancerCacheProperties.java
index <HASH>..<HASH> 100644
--- a/spring-cloud-loadbalancer/src/main/... | Making capacity getter and setter public. Fixes #<I> | spring-cloud_spring-cloud-commons | train |
a00ac99ff05b05ec23a69ab79b2c852adbce12e1 | diff --git a/salt/modules/hosts.py b/salt/modules/hosts.py
index <HASH>..<HASH> 100644
--- a/salt/modules/hosts.py
+++ b/salt/modules/hosts.py
@@ -27,6 +27,7 @@ def _list_hosts():
'''
Return the hosts found in the hosts file in as an OrderedDict
'''
+ count = 0
hfn = __get_hosts_filename()
r... | Fix #<I> - keep comments within the hosts file | saltstack_salt | train |
48c926d81fe296edb193fb33128352d06b0e63a7 | diff --git a/scratchpad.txt b/scratchpad.txt
index <HASH>..<HASH> 100644
--- a/scratchpad.txt
+++ b/scratchpad.txt
@@ -7,7 +7,8 @@ DONE Buffer management scheme
DONE Implement Zound.play() method
How do I exit from a thread gracefully?
"live" JACK tests
- - Why doesn't Zound.play() work?
+ - Why doesn't Zound.play()... | Added tests for Zound._leaves_absolute(), one of which demonstrates errant behavior for patterns nested more than one level deep. | JohnVinyard_zounds | train |
7ba08bdf0beb72c9afbf6c057809817fd1315ad4 | diff --git a/ocrd/workspace.py b/ocrd/workspace.py
index <HASH>..<HASH> 100644
--- a/ocrd/workspace.py
+++ b/ocrd/workspace.py
@@ -174,9 +174,14 @@ class Workspace(object):
if coords is None:
return pil_image
if image_url not in self.image_cache['cv2']:
- self.image_cache['cv2'... | support resolving 1bit bitonal images, fix #<I> | OCR-D_core | train |
282b8cd3ffe105e13a9453e11e3e0b73f8df190d | diff --git a/lib/CalDAV/Backend/PDO.php b/lib/CalDAV/Backend/PDO.php
index <HASH>..<HASH> 100644
--- a/lib/CalDAV/Backend/PDO.php
+++ b/lib/CalDAV/Backend/PDO.php
@@ -789,8 +789,10 @@ SQL
// If start time OR the end time is not specified, we can do a
// 100% accurate mysql query.
- ... | Proper Fix "Trying to access array offset on value of type bool"
Since php<I>, we must properly ensure that array is not null/false before checking any of its column ranges
This properly fixes the "Trying to access array offset on value of type bool" when no time range is specified to filter our calendar events. It a... | sabre-io_dav | train |
67414039255905385e9a7ac80b49f01db5fb645f | diff --git a/libact/query_strategies/uncertainty_sampling.py b/libact/query_strategies/uncertainty_sampling.py
index <HASH>..<HASH> 100644
--- a/libact/query_strategies/uncertainty_sampling.py
+++ b/libact/query_strategies/uncertainty_sampling.py
@@ -1,7 +1,8 @@
""" Uncertainty Sampling
-This module contains a class... | correct uncertainty_sampling and variance_reduction's docstrings | ntucllab_libact | train |
22239b4481918b09108d5e403971def266b1d64f | diff --git a/cake/libs/controller/components/security.php b/cake/libs/controller/components/security.php
index <HASH>..<HASH> 100644
--- a/cake/libs/controller/components/security.php
+++ b/cake/libs/controller/components/security.php
@@ -173,6 +173,16 @@ class SecurityComponent extends Component {
public $csrfExpire... | Making the ability to use longer shared csrf tokens possible. This should make for fewer blackholed' requests when doing complicated javascript. | cakephp_cakephp | train |
f6df4e02f678604530b20e985fdf6896a3d5a239 | diff --git a/app/helpers/alchemy/admin/base_helper.rb b/app/helpers/alchemy/admin/base_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/alchemy/admin/base_helper.rb
+++ b/app/helpers/alchemy/admin/base_helper.rb
@@ -302,13 +302,13 @@ module Alchemy
def clipboard_select_tag(items, html_options = {})
opti... | Fixing select box class of clipboard | AlchemyCMS_alchemy_cms | train |
28ed04aacff5502552af0c8f9e724d0ee0023107 | diff --git a/dimod/compatibility23.py b/dimod/compatibility23.py
index <HASH>..<HASH> 100644
--- a/dimod/compatibility23.py
+++ b/dimod/compatibility23.py
@@ -20,8 +20,6 @@ if _PY2:
zip_longest = itertools.izip_longest
- RecursionError_ = RuntimeError
-
else:
range_ = range
@@ -38,8 +36,3 @@ else:
... | Remove unnecessary RecursionError_ definition
We don't need cross-Python RecursionError_ definition anymore if
we're explicitly testing for cycles in Sampler base class. | dwavesystems_dimod | train |
9c22ca3ef51d3c17e038b995b9aee93e02735e05 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ const http = require('http')
process.env.NODE_ENV = 'development'
const server = http.createServer()
-server.listen(1337, serverSummary(server))
+server.listen(1337, serverSummary(server).pipe(process.st... | stream: decouple from stdout | yoshuawuyts_server-summary | train |
0e28cd40c42b10580351ec791bc0edaec4bd29ed | diff --git a/IPython/html/widgets/tests/test_interaction.py b/IPython/html/widgets/tests/test_interaction.py
index <HASH>..<HASH> 100644
--- a/IPython/html/widgets/tests/test_interaction.py
+++ b/IPython/html/widgets/tests/test_interaction.py
@@ -1,15 +1,7 @@
"""Test interact and interactive."""
-#------------------... | avoid copious warnings in interact tests
comm was mocked out, but in a way that makes traitlets complain | jupyter-widgets_ipywidgets | train |
dd923d697196572e0dc5979030b46c59ddf76b83 | diff --git a/.eslintrc.js b/.eslintrc.js
index <HASH>..<HASH> 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -5,6 +5,7 @@ module.exports = {
'plugin:jest/recommended'
],
rules: {
- indent: ['error', 2, { MemberExpression: 'off' }]
+ indent: ['error', 2, { MemberExpression: 'off' }],
+ "no-undef": [... | workflow: update eslint rule | vuejs_vuepress | train |
130484315549a8f2da479a5458246760aafd6259 | diff --git a/src/migrations/2013_07_25_145958_create_language_entries_table.php b/src/migrations/2013_07_25_145958_create_language_entries_table.php
index <HASH>..<HASH> 100644
--- a/src/migrations/2013_07_25_145958_create_language_entries_table.php
+++ b/src/migrations/2013_07_25_145958_create_language_entries_table.p... | Refactored migration for compatibility with databases other than MySQL.
Code provided by <URL> | Waavi_translation | train |
d55e8a2a4f5ef835a0168a6d1b07b7c86d8b8663 | diff --git a/src/Illuminate/Database/Eloquent/FactoryBuilder.php b/src/Illuminate/Database/Eloquent/FactoryBuilder.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Database/Eloquent/FactoryBuilder.php
+++ b/src/Illuminate/Database/Eloquent/FactoryBuilder.php
@@ -264,7 +264,7 @@ class FactoryBuilder
protected f... | fix breaking change (#<I>) | laravel_framework | train |
5715886ca4286da412418cd67825711af7fd9e82 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -18,5 +18,5 @@ export default function(content) {
translations = extractTranslations(this, content, options),
module = interpolateModule(this, translations, options);
- return generateCon... | fix: passes `requireAngular` global option to `generateContent` (#<I>) | Fitbit_angular-translate-loader | train |
c4e0951178405899bc28aacdbd17f1785a939966 | diff --git a/lib/core/api/api-spaces.js b/lib/core/api/api-spaces.js
index <HASH>..<HASH> 100644
--- a/lib/core/api/api-spaces.js
+++ b/lib/core/api/api-spaces.js
@@ -18,18 +18,4 @@
availity.core.factory('avSpacesResource', SpacesFactory);
- var NavigationFactory = function(AvApiResource) {
-
- // sdk/platfo... | Removing navigation resource since its not being used | Availity_availity-angular | train |
ec6f74a7b3ac745bf235352f219fbb81f1eca53f | diff --git a/h2o-algos/src/main/java/hex/ensemble/StackedEnsembleMojoWriter.java b/h2o-algos/src/main/java/hex/ensemble/StackedEnsembleMojoWriter.java
index <HASH>..<HASH> 100644
--- a/h2o-algos/src/main/java/hex/ensemble/StackedEnsembleMojoWriter.java
+++ b/h2o-algos/src/main/java/hex/ensemble/StackedEnsembleMojoWrite... | Changed Mojo version of StackedEnsemble from <I> to <I>. (#<I>) | h2oai_h2o-3 | train |
e1358eeb7671fffe311c51dc9dbbb8504c698530 | diff --git a/pkg/services/live/pushhttp/push.go b/pkg/services/live/pushhttp/push.go
index <HASH>..<HASH> 100644
--- a/pkg/services/live/pushhttp/push.go
+++ b/pkg/services/live/pushhttp/push.go
@@ -89,6 +89,7 @@ func (g *Gateway) Handle(ctx *models.ReqContext) {
for _, mf := range metricFrames {
err := stream.Pus... | live: better error logging in push API (#<I>) | grafana_grafana | train |
f1e4f6e674f1cf022bb1591ae25b84a98f482b36 | diff --git a/Session/Storage/Handler/RedisSessionHandler.php b/Session/Storage/Handler/RedisSessionHandler.php
index <HASH>..<HASH> 100644
--- a/Session/Storage/Handler/RedisSessionHandler.php
+++ b/Session/Storage/Handler/RedisSessionHandler.php
@@ -45,12 +45,12 @@ class RedisSessionHandler implements \SessionHandlerI... | We have a custom session handler that inherrits from RedisSessionHandler.
Changing these vars/methods to protected will allow us to avoid needing a custom fork. | snc_SncRedisBundle | train |
867459efd461685abd6c44f6ac816ae21f11b382 | diff --git a/bosh-director/lib/bosh/director/deployment_plan/placement_planner/static_availability_zone_picker2.rb b/bosh-director/lib/bosh/director/deployment_plan/placement_planner/static_availability_zone_picker2.rb
index <HASH>..<HASH> 100644
--- a/bosh-director/lib/bosh/director/deployment_plan/placement_planner/s... | Split some logic to place_existing_instance_plans | cloudfoundry_bosh | train |
2435d05c2af96f6c3bda7fcfa3af4692a4550d33 | diff --git a/_pydevd_frame_eval/pydevd_modify_bytecode.py b/_pydevd_frame_eval/pydevd_modify_bytecode.py
index <HASH>..<HASH> 100644
--- a/_pydevd_frame_eval/pydevd_modify_bytecode.py
+++ b/_pydevd_frame_eval/pydevd_modify_bytecode.py
@@ -96,7 +96,7 @@ def _update_label_offsets(code_obj, breakpoint_offset, breakpoint_c... | Fix inserting breakpoints into borderline case (PY-<I>)
(cherry picked from commit <I>a6) | fabioz_PyDev.Debugger | train |
14e7673da98bdd73ef11960cb0057d73af44c60a | diff --git a/plugins/tls.js b/plugins/tls.js
index <HASH>..<HASH> 100644
--- a/plugins/tls.js
+++ b/plugins/tls.js
@@ -104,7 +104,7 @@ exports.upgrade_connection = function (next, connection, params) {
if (called_next) return;
called_next = true;
clearTimeout(connection.notes.tls_timer);
- ... | lower log level for inbound TLS timeout: way too common occurrance (#<I>) | haraka_Haraka | train |
5658a9451fc6ae061af5a6231c370dc2944e7e63 | diff --git a/Branch-SDK/src/main/java/io/branch/referral/Branch.java b/Branch-SDK/src/main/java/io/branch/referral/Branch.java
index <HASH>..<HASH> 100644
--- a/Branch-SDK/src/main/java/io/branch/referral/Branch.java
+++ b/Branch-SDK/src/main/java/io/branch/referral/Branch.java
@@ -3079,7 +3079,7 @@ public class Branch... | [INTENG-<I>] Handled NPE
At some instance when getReferrer is being triggered incase if intent is null it lead to NPE, hence have added a null check. | BranchMetrics_android-branch-deep-linking | train |
08b4316ed5fc3323ee474ff7f15a8999e69ce531 | diff --git a/examples/Wkt.js b/examples/Wkt.js
index <HASH>..<HASH> 100644
--- a/examples/Wkt.js
+++ b/examples/Wkt.js
@@ -37,7 +37,7 @@ requirejs(['./WorldWindShim',
}
// Example showing the usage of Well Known Text collection in real life.
- var defaultLayer = new WorldWind.RenderableLayer(... | Rename the layers so not two have the same name
Correct the name of the constructor used to parse the custom WKT string | NASAWorldWind_WebWorldWind | train |
d4e9f51c17ad3cd92e1a39b9c43ca44530431962 | diff --git a/api/src/main/java/org/datacleaner/metadata/ColumnMeaning.java b/api/src/main/java/org/datacleaner/metadata/ColumnMeaning.java
index <HASH>..<HASH> 100644
--- a/api/src/main/java/org/datacleaner/metadata/ColumnMeaning.java
+++ b/api/src/main/java/org/datacleaner/metadata/ColumnMeaning.java
@@ -51,9 +51,13 @... | Added a few column meanings and column meaning aliases. | datacleaner_DataCleaner | train |
05e2dc68a2e2b1df9df36d96f72133df80582f0d | diff --git a/xchange-coinbaseex/src/main/java/com/xeiam/xchange/coinbaseex/service/polling/CoinbaseExAccountService.java b/xchange-coinbaseex/src/main/java/com/xeiam/xchange/coinbaseex/service/polling/CoinbaseExAccountService.java
index <HASH>..<HASH> 100644
--- a/xchange-coinbaseex/src/main/java/com/xeiam/xchange/coin... | Wiring through of calls, make timestamp with decimals | knowm_XChange | train |
7a2b30dcc44107560c89421fa4f1774b90e768ff | diff --git a/builder/vmware/iso/builder.go b/builder/vmware/iso/builder.go
index <HASH>..<HASH> 100755
--- a/builder/vmware/iso/builder.go
+++ b/builder/vmware/iso/builder.go
@@ -200,9 +200,9 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
dir = new(vmwcommon.LocalOutputDir)
}
... | builder/vmware-iso: need to always set local output dir, or non-remote build exports will fail | hashicorp_packer | train |
9871b4c5e8acef3b0d85c23bf76ff93658a23c0b | diff --git a/graylog2-server/src/main/java/org/graylog2/rest/resources/system/logs/LoggersResource.java b/graylog2-server/src/main/java/org/graylog2/rest/resources/system/logs/LoggersResource.java
index <HASH>..<HASH> 100644
--- a/graylog2-server/src/main/java/org/graylog2/rest/resources/system/logs/LoggersResource.jav... | include effective log level in subsystem list
Graylog2/graylog2-web-interface#<I>, Graylog2/graylog2-web-interface#<I> | Graylog2_graylog2-server | train |
8d5a4c8c727bc119601770912cc1a9cf9808695e | diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTest.java
index <HASH>..<HASH> 100644
--- a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTest.java
+++ b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTest.java
@@ -17,6 +17,8 @@... | [Java] Tidy up after merge of PR #<I> and yield when message flow stalls. | real-logic_aeron | train |
a2e26459d95bee91c7643e90faccb8ca16695f3d | diff --git a/components/chat.js b/components/chat.js
index <HASH>..<HASH> 100644
--- a/components/chat.js
+++ b/components/chat.js
@@ -42,9 +42,17 @@ SteamCommunity.prototype.chatLogon = function(interval, uiMode) {
var self = this;
this.getWebApiOauthToken(function(err, token) {
if(err) {
+ var fatal = err.me... | Emit chatLogOnFailed on error, and handle fatal errors (fixes #<I>) | DoctorMcKay_node-steamcommunity | train |
09cdbc4e1cd0b14b5aa63f67fbb4233b8542a557 | diff --git a/src/ajax.js b/src/ajax.js
index <HASH>..<HASH> 100644
--- a/src/ajax.js
+++ b/src/ajax.js
@@ -7,9 +7,12 @@
$.ajaxJSONP = function(options){
var jsonpString;
jsonpString = 'jsonp' + ++jsonpID;
- window[jsonpString] = options.success;
+ window[jsonpString] = function() {
+ options.s... | * Removed JSON-P memory leak.
* Simpler, shorter and safer JSON-P callback regexp (not everybody uses callback=). | madrobby_zepto | train |
31102c7a7192fee43ae3647d4a60f5c9bc3b091c | diff --git a/mbed_connector_api/mbed_connector_api.py b/mbed_connector_api/mbed_connector_api.py
index <HASH>..<HASH> 100755
--- a/mbed_connector_api/mbed_connector_api.py
+++ b/mbed_connector_api/mbed_connector_api.py
@@ -326,7 +326,7 @@ class connector:
result.status_code = data.status_code
return result
- de... | fixing typo in name of deleteEndpointSubscriptions function | ARMmbed_mbed-connector-api-python | train |
08328ba4f90cba2faf1807c74219832541294bb9 | diff --git a/src/main/java/org/dasein/cloud/google/compute/server/DiskSupport.java b/src/main/java/org/dasein/cloud/google/compute/server/DiskSupport.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/dasein/cloud/google/compute/server/DiskSupport.java
+++ b/src/main/java/org/dasein/cloud/google/compute/server/Di... | getVolume now returns null rather than an exception when volume not
found. matches what StatefulVolumeTest.removeVolume is expecting. | dasein-cloud_dasein-cloud-google | train |
de57ab83003164ffe881869800d3f0e0145ee81f | diff --git a/lib/View.js b/lib/View.js
index <HASH>..<HASH> 100644
--- a/lib/View.js
+++ b/lib/View.js
@@ -226,7 +226,9 @@ class View {
*/
static addDomainData(variable, data) {
if (_.isArray(data)) {
- _.merge(variable, data);
+ data.forEach(function(v) {
+ variable.push(v);
+ });
... | fix issues with view appending more arrays | SandJS_http | train |
f6efcbcc24ea429fdb63c5d239b4be3d074c95b1 | diff --git a/src/ol/interaction/modifyinteraction.js b/src/ol/interaction/modifyinteraction.js
index <HASH>..<HASH> 100644
--- a/src/ol/interaction/modifyinteraction.js
+++ b/src/ol/interaction/modifyinteraction.js
@@ -18,7 +18,7 @@ goog.require('ol.geom.MultiPoint');
goog.require('ol.geom.MultiPolygon');
goog.requir... | The Modify interaction now uses pointer events
While dragging a vertex, the feature on the original layer is
not updated until the first pointer move after dragging. See
#<I>. Previously, the Modify interaction did not set the
interacting hint on the view, so the feature was also updated
on the original layer. But now... | openlayers_openlayers | train |
6037c1a0d5cd749fee65819654f1d5d8a1ca341b | diff --git a/scripts/logfetch/s3_logs.py b/scripts/logfetch/s3_logs.py
index <HASH>..<HASH> 100644
--- a/scripts/logfetch/s3_logs.py
+++ b/scripts/logfetch/s3_logs.py
@@ -42,10 +42,10 @@ def download_s3_logs(args):
logfetch_base.log(colored('Starting {0} S3 Downloads with {1} parallel fetches\n'.format(len(asy... | bug fix for finding previously downloaded files when no s3 downloads are run | HubSpot_Singularity | train |
a60f03f28e462edb700239a9242c5e3ac2059725 | diff --git a/control/Director.php b/control/Director.php
index <HASH>..<HASH> 100644
--- a/control/Director.php
+++ b/control/Director.php
@@ -87,11 +87,18 @@ class Director {
array_merge((array)$_POST, (array)$_FILES),
@file_get_contents('php://input')
);
-
- // @todo find better way to extract HTTP head... | ENHANCEMENT Sapphire Doesn't Read HTTP Headers (fixes #<I>) | silverstripe_silverstripe-framework | train |
911b16325bfb3c8df053cceef20cb24c5c7f0367 | diff --git a/spyder/widgets/calltip.py b/spyder/widgets/calltip.py
index <HASH>..<HASH> 100644
--- a/spyder/widgets/calltip.py
+++ b/spyder/widgets/calltip.py
@@ -127,13 +127,6 @@ class ToolTipWidget(QLabel):
"""
Attempts to show the specified tip at the current cursor location.
"""
- ... | Add check to prevent hover with no docs | spyder-ide_spyder | train |
a081ad63d9af8686f1a383f168dfb79cbccfbf18 | diff --git a/torrent.go b/torrent.go
index <HASH>..<HASH> 100644
--- a/torrent.go
+++ b/torrent.go
@@ -227,7 +227,6 @@ func (t *torrent) setMetadata(md metainfo.Info, dataDir string, infoBytes []byte
util.CopyExact(piece.Hash[:], hash)
t.Pieces = append(t.Pieces, piece)
piece.bytesLeftElement = t.IncompletePie... | Save memory by not pending chunks prematurely | anacrolix_torrent | train |
6da35dff78a8818df5bcf6bac98dc3e30729e8b0 | diff --git a/spyder/widgets/variableexplorer/tests/test_dataframeeditor.py b/spyder/widgets/variableexplorer/tests/test_dataframeeditor.py
index <HASH>..<HASH> 100644
--- a/spyder/widgets/variableexplorer/tests/test_dataframeeditor.py
+++ b/spyder/widgets/variableexplorer/tests/test_dataframeeditor.py
@@ -335,5 +335,66... | Add tests to ensure errors are handled for dfs with complex dtypes | spyder-ide_spyder | train |
9ee9071680fde34562ff0e23b50c9546030260a2 | diff --git a/build.gradle b/build.gradle
index <HASH>..<HASH> 100644
--- a/build.gradle
+++ b/build.gradle
@@ -93,7 +93,6 @@ configure(javaprojects) {
// add tasks for finding and publishing .xsd files
apply from: "$buildSrcDir/schema-publication.gradle"
- commonsCodecVersion = '1.5'
h2Version = '1.... | removed codec dependency in favor of spring security crypto | spring-projects_spring-social | train |
9d36b140c8a360c3d2df2590639ba16bb603e4bf | diff --git a/demo/javascripts/vendor/jquery.hideseek.min.js b/demo/javascripts/vendor/jquery.hideseek.min.js
index <HASH>..<HASH> 100644
--- a/demo/javascripts/vendor/jquery.hideseek.min.js
+++ b/demo/javascripts/vendor/jquery.hideseek.min.js
@@ -4,7 +4,7 @@
* @copyright Copyright 2015, Dimitris Krestos
* @license... | Bump up version
<I> | vdw_HideSeek | train |
507ba06be6f34aba27289790bab94811e4e57427 | diff --git a/src/mdptoolbox/__init__.py b/src/mdptoolbox/__init__.py
index <HASH>..<HASH> 100644
--- a/src/mdptoolbox/__init__.py
+++ b/src/mdptoolbox/__init__.py
@@ -7,11 +7,12 @@ descrete-time Markov Decision Processes.
Available modules
-----------------
-example
+
+:mod:`~mdptoolbox.example`
Examples of tr... | Add directives to module docstrings
Link to the modules, classes or functions that each module provides in
the module level docstring. | sawcordwell_pymdptoolbox | train |
e16d23bfcc356c25aa9d8887852d205474332684 | diff --git a/core/src/main/java/hudson/model/Hudson.java b/core/src/main/java/hudson/model/Hudson.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/model/Hudson.java
+++ b/core/src/main/java/hudson/model/Hudson.java
@@ -154,6 +154,7 @@ import org.jvnet.hudson.reactor.ReactorListener;
import org.jvnet.hu... | Hudson does a very tricky redirection for Views. Shouldn't apply to the rest of ItemGroups | jenkinsci_jenkins | train |
dfc4173e5bba15ba21e3fc24272c3a36f9e85859 | diff --git a/smack-core/src/main/java/org/jivesoftware/smack/ConnectionConfiguration.java b/smack-core/src/main/java/org/jivesoftware/smack/ConnectionConfiguration.java
index <HASH>..<HASH> 100644
--- a/smack-core/src/main/java/org/jivesoftware/smack/ConnectionConfiguration.java
+++ b/smack-core/src/main/java/org/jives... | Fix initialization order issue with DEBUG_ENABLED
If a user enabled Smack debug via the property 'smack.debugEnabled', a
ConnectionConfiguration could be created where debuggerEnabled is
'false', because Smack is not yet initialized.
Also make sure that if the property is not set, it won't overwrite
DEBUG_ENABLED = t... | igniterealtime_Smack | train |
152bb06d94e34510327165ceec79eac8ba2bfd72 | diff --git a/argcomplete/my_shlex.py b/argcomplete/my_shlex.py
index <HASH>..<HASH> 100644
--- a/argcomplete/my_shlex.py
+++ b/argcomplete/my_shlex.py
@@ -147,8 +147,6 @@ class shlex:
return raw
def read_token(self):
- # Modified by argcomplete: Record last wordbreak position
- self.last_w... | Fix completion after tokens with wordbreak chars (#<I>) | kislyuk_argcomplete | train |
0bb9361b1a4ae429ce295c751a0c8348ec02525b | diff --git a/doc/whats-new.rst b/doc/whats-new.rst
index <HASH>..<HASH> 100644
--- a/doc/whats-new.rst
+++ b/doc/whats-new.rst
@@ -18,6 +18,13 @@ v0.5.3 (unreleased)
- Dataset variables are now written to netCDF files in order of appearance
when using the netcdf4 backend (:issue:`479`).
+
+Bug fixes
+~~~~~~~~~
+
... | Fix aggregation on big-endian arrays with bottleneck installed
Fixes GH<I> | pydata_xarray | train |
040aebe993b5815897dc3fadd9b6ccafca8c433e | diff --git a/src/Commands/Setup.php b/src/Commands/Setup.php
index <HASH>..<HASH> 100644
--- a/src/Commands/Setup.php
+++ b/src/Commands/Setup.php
@@ -3,6 +3,7 @@
namespace Kelunik\AcmeClient\Commands;
use Amp\CoroutineResult;
+use Amp\Dns\NoRecordException;
use Amp\Dns\Record;
use Amp\Dns\ResolutionException;
u... | Improve error message on timed out MX query
Any error, not only NoRecordExceptions, resulted in a MX record not found
error message. The previous message is now only shown if there's really no
record. Otherwise a more generic message is shown now.
Fixes #<I>. | kelunik_acme-client | train |
6d54824e985f3c32f09b86f5d6eb867fe224ffff | diff --git a/test_pem.py b/test_pem.py
index <HASH>..<HASH> 100644
--- a/test_pem.py
+++ b/test_pem.py
@@ -162,9 +162,9 @@ class TestCertificateOptionsFromFiles(object):
ssl = pytest.importorskip('OpenSSL.SSL')
ctxFactory = pem.certificateOptionsFromFiles(
str(allFile),
- metho... | SSLv2_METHOD is gone | hynek_pem | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.