hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
8565ded900c3b0e0869d95bf1bae6ff38219bbe1 | diff --git a/lib/profile/carbs.js b/lib/profile/carbs.js
index <HASH>..<HASH> 100644
--- a/lib/profile/carbs.js
+++ b/lib/profile/carbs.js
@@ -24,7 +24,7 @@ function carbRatioLookup (inputs, profile) {
if (carbratio_data.units == "exchanges") {
carbRatio.ratio = 12 / carbRatio.ratio
... | Delete profile.carbratio_adjustmentratio (#<I>)
This parameter is dangerous when used with autotune and
doesn't have the expected or described results.
Remove for now. (Docs will also need to be adjusted) | openaps_oref0 | train |
f7ef78a2bf50f3f4370e4b09aba8bbaf441fde95 | diff --git a/test/lib/rubycritic/source_locator_test.rb b/test/lib/rubycritic/source_locator_test.rb
index <HASH>..<HASH> 100644
--- a/test/lib/rubycritic/source_locator_test.rb
+++ b/test/lib/rubycritic/source_locator_test.rb
@@ -13,7 +13,7 @@ describe Rubycritic::SourceLocator do
Rubycritic::SourceLocator.new(... | Improve wording of some SourceLocator tests | whitesmith_rubycritic | train |
b1c0d16d35d374489ef993a1212d7bf6f73d5771 | diff --git a/src/Css/Rule/Processor.php b/src/Css/Rule/Processor.php
index <HASH>..<HASH> 100644
--- a/src/Css/Rule/Processor.php
+++ b/src/Css/Rule/Processor.php
@@ -21,8 +21,8 @@ class Processor
}
/**
- * @param $string
- * @return mixed|string
+ * @param string $string
+ * @return string
... | Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on <URL> | tijsverkoyen_CssToInlineStyles | train |
87cfbd6c64da9cccc13044c1177df554771b2329 | diff --git a/lib/Teepee.js b/lib/Teepee.js
index <HASH>..<HASH> 100644
--- a/lib/Teepee.js
+++ b/lib/Teepee.js
@@ -646,7 +646,7 @@ Teepee.prototype.request = function (options, cb) {
}
eventEmitter.emit('responseBody', response);
});
- } else if (res... | Fixed confusing use of '!', according to jshint. | One-com_teepee | train |
cfdd22aeab7fbdef0ecd21a1ede9b46e3828a674 | diff --git a/src/Bundle/test/src/Kernel.php b/src/Bundle/test/src/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Bundle/test/src/Kernel.php
+++ b/src/Bundle/test/src/Kernel.php
@@ -11,15 +11,6 @@
declare(strict_types=1);
-/*
- * This file is part of Lavance.
- *
- * (c) Mobizel
- *
- * For the full copyright and... | Fix wrong licence on test app's kernel | Sylius_SyliusResourceBundle | train |
f1454aec98746019198885421c08a4068222991f | diff --git a/src/yield_handler.js b/src/yield_handler.js
index <HASH>..<HASH> 100644
--- a/src/yield_handler.js
+++ b/src/yield_handler.js
@@ -69,14 +69,19 @@ function resolveGenerator( gen ) {
return resolve( ret.value );
} else {
- var value = toPromise.call(... | src: Wrap generator next in a try-catch block to catch YieldExceptions and pass them along correctly instead of breakout out... somewhere. | novacrazy_bluebird-co | train |
97dff5bf0da07a536f5e560e04434d1372c6b52a | diff --git a/source/org/jasig/portal/channels/CLogin.java b/source/org/jasig/portal/channels/CLogin.java
index <HASH>..<HASH> 100644
--- a/source/org/jasig/portal/channels/CLogin.java
+++ b/source/org/jasig/portal/channels/CLogin.java
@@ -55,8 +55,8 @@ public class CLogin implements ISpecialChannel
private String me... | No longer tells you that you haven't logged in correctly when you switch tabs
git-svn-id: <URL> | Jasig_uPortal | train |
3b232a87b0f3299e98250695329ce63c6e784e5a | diff --git a/openpnm/algorithms/AdvectionDiffusion.py b/openpnm/algorithms/AdvectionDiffusion.py
index <HASH>..<HASH> 100644
--- a/openpnm/algorithms/AdvectionDiffusion.py
+++ b/openpnm/algorithms/AdvectionDiffusion.py
@@ -133,6 +133,16 @@ class AdvectionDiffusion(ReactiveTransport):
self['pore.bc_outflow'... | overloaded remove_bc on advection-diffusion to handle removal of outflow bcs | PMEAL_OpenPNM | train |
a210d97b798cd630e770ba4ef57853613df8ba72 | diff --git a/packages/ember-metal/lib/property_events.js b/packages/ember-metal/lib/property_events.js
index <HASH>..<HASH> 100644
--- a/packages/ember-metal/lib/property_events.js
+++ b/packages/ember-metal/lib/property_events.js
@@ -100,28 +100,36 @@ function dependentKeysDidChange(obj, depKey, meta) {
if (top) { ... | improve iterDeps in some scenarios by <I>-<I>% in v8, no noticeable downsides in other evergreen browsers
1. don’t enumerate keys, if no deps exist to produce keys
2. in v8 for (x in y) where y is non enumerable deopts entire function [readmore](<URL>)
3. minor: avoid deep property lookups like x[y][z] if we already h... | emberjs_ember.js | train |
d286f770f2708705d1748ad7bd0e0ab4b0680b61 | diff --git a/lib/autoprefix-processor.js b/lib/autoprefix-processor.js
index <HASH>..<HASH> 100644
--- a/lib/autoprefix-processor.js
+++ b/lib/autoprefix-processor.js
@@ -12,6 +12,7 @@ module.exports = function(less) {
if (lessOptions.sourceMap) {
processOptions.map = {};
+ ... | fix the output filename in the map | less_less-plugin-autoprefix | train |
1c4de84d37d29e2266d32ba69f8be2684008ad63 | diff --git a/tasks/qunit-junit.js b/tasks/qunit-junit.js
index <HASH>..<HASH> 100644
--- a/tasks/qunit-junit.js
+++ b/tasks/qunit-junit.js
@@ -111,6 +111,7 @@ module.exports = function (grunt) {
expected: expected,
message: message,
stack: stack,
+ ... | Updated qunit-junit.js
added source variable for error trace and time attribute for sonar report fix.time attribute is optional but its mandatory for sonar. time is execution for a testcase | sbrandwoo_grunt-qunit-junit | train |
5546ae16e60f02c7188fa20e4aa8ec14c94b0afe | diff --git a/test/renderer/reducers/document_spec.js b/test/renderer/reducers/document_spec.js
index <HASH>..<HASH> 100644
--- a/test/renderer/reducers/document_spec.js
+++ b/test/renderer/reducers/document_spec.js
@@ -130,6 +130,7 @@ describe('toggleStickyCell', () => {
const originalState = {
document: {
... | stickyCells should be passed into toggleStickyCell test | nteract_nteract | train |
735f0de3f37518e362d4d161dcdfd56d28c17c20 | diff --git a/tests/test_macro.py b/tests/test_macro.py
index <HASH>..<HASH> 100644
--- a/tests/test_macro.py
+++ b/tests/test_macro.py
@@ -36,6 +36,8 @@ from autokey.macro import *
def get_autokey_dir():
return os.path.dirname(os.path.realpath(sys.argv[0]))
+path = get_autokey_dir() + "/tests/dummy_file.txt"
+... | Add xfailing test for cursor macros before other macros | autokey_autokey | train |
85fcb14b4c199d8382a8d604955d569a2db39e7f | diff --git a/test/buoys_helper_test.rb b/test/buoys_helper_test.rb
index <HASH>..<HASH> 100644
--- a/test/buoys_helper_test.rb
+++ b/test/buoys_helper_test.rb
@@ -15,29 +15,93 @@ class BuoysHelerTest < ActionView::TestCase
test '.buoy (not only active)' do
buoy :history
html = render('breadcrumbs/buoys').g... | Fix `Line is too long.` | muryoimpl_buoys | train |
1256eb6379240a3e3c117c95760c12781605060a | diff --git a/nni/experiment/launcher.py b/nni/experiment/launcher.py
index <HASH>..<HASH> 100644
--- a/nni/experiment/launcher.py
+++ b/nni/experiment/launcher.py
@@ -110,8 +110,6 @@ def start_experiment(action, exp_id, config, port, debug, run_mode, url_prefix):
_logger.info('Setting up...')
rest.pos... | Create soft link "_latest" in nni-experiments (#<I>) | Microsoft_nni | train |
758763c281e8d4990bc268cd4333e80500efa64d | diff --git a/code/libraries/koowa/libraries/filter/abstract.php b/code/libraries/koowa/libraries/filter/abstract.php
index <HASH>..<HASH> 100644
--- a/code/libraries/koowa/libraries/filter/abstract.php
+++ b/code/libraries/koowa/libraries/filter/abstract.php
@@ -2,9 +2,9 @@
/**
* Nooku Framework - http://nooku.org/f... | re #<I> : Cleanup code and docblocks. | timble_kodekit | train |
24ce64eba3947e81122ba044c895d369ee8303e1 | diff --git a/externs/gears_types.js b/externs/gears_types.js
index <HASH>..<HASH> 100644
--- a/externs/gears_types.js
+++ b/externs/gears_types.js
@@ -20,16 +20,23 @@
*/
-/** @constructor */
+/**
+ * @constructor
+ * @deprecated
+ */
function GearsFactory() {}
/**
* @param {*=} opt_classVersion
* @return ... | Deprecate some gears stuff in hopes it will go away.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
43350f1a0e52d8716c7b18f1eff3e5892fddce18 | diff --git a/stats/src/test/java/io/airlift/stats/BenchmarkQuantileDigest.java b/stats/src/test/java/io/airlift/stats/BenchmarkQuantileDigest.java
index <HASH>..<HASH> 100644
--- a/stats/src/test/java/io/airlift/stats/BenchmarkQuantileDigest.java
+++ b/stats/src/test/java/io/airlift/stats/BenchmarkQuantileDigest.java
@... | Add a benchmark for serializing and deserializing qdigests | airlift_airlift | train |
2473a9422c4c4b2839942fca83d8706beb935908 | diff --git a/lib/ditty/controllers/application.rb b/lib/ditty/controllers/application.rb
index <HASH>..<HASH> 100644
--- a/lib/ditty/controllers/application.rb
+++ b/lib/ditty/controllers/application.rb
@@ -157,6 +157,9 @@ module Ditty
if request.path =~ /.*\.json\Z/
content_type :json
request.... | feat: Ability to read and list entities as CSVs | EagerELK_ditty | train |
5710882e040e9a8c7af09a2b2da7f0895cf41588 | diff --git a/Logger.php b/Logger.php
index <HASH>..<HASH> 100644
--- a/Logger.php
+++ b/Logger.php
@@ -135,7 +135,7 @@ class Logger extends SolariumPlugin implements DataCollectorInterface, \Serializ
throw new \RuntimeException('Requests differ');
}
- if (null !== $this->stopwatch) {
+ ... | Don't stop the "solr" event if it was never started | nelmio_NelmioSolariumBundle | train |
64c6e08eade8c609337aad8f76f3428a699e7576 | diff --git a/test/referral_chaser_test.rb b/test/referral_chaser_test.rb
index <HASH>..<HASH> 100644
--- a/test/referral_chaser_test.rb
+++ b/test/referral_chaser_test.rb
@@ -3,11 +3,7 @@ require_relative 'test_helper'
class GitHubLdapReferralChaserTestCases < GitHub::Ldap::Test
def setup
- @mock_connection = ... | Configure connection with GitHub::Ldap::Test#options
Also use that port value, as it changes depending on the integration test
LDAP server in use. | github_github-ldap | train |
33ab10cc4d5c3e48cba3a074b5f9fc67590cd032 | diff --git a/src/NativeServer.php b/src/NativeServer.php
index <HASH>..<HASH> 100644
--- a/src/NativeServer.php
+++ b/src/NativeServer.php
@@ -24,12 +24,7 @@ class NativeServer extends Server {
}
protected function connect() {
- $user = $this->getUser();
- $workgroup = null;
- if (strpos($user, '/')) {
- lis... | improve support for workgroups/domains | icewind1991_SMB | train |
6c7ee4a0c91e350f490587e6bf6d26d4782c9845 | diff --git a/lib/poolparty/base_packages/poolparty.rb b/lib/poolparty/base_packages/poolparty.rb
index <HASH>..<HASH> 100644
--- a/lib/poolparty/base_packages/poolparty.rb
+++ b/lib/poolparty/base_packages/poolparty.rb
@@ -34,13 +34,14 @@ module PoolParty
has_gempackage(:name => "ParseTree", :download_url =>... | Updated buld_messenger timing | auser_poolparty | train |
36a3c1386b9faefda4efa5765f99693c5ae2595a | diff --git a/HISTORY.rst b/HISTORY.rst
index <HASH>..<HASH> 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -13,6 +13,7 @@ Release History
Most of the time this is due to 5xx errors.
Either way, we want to always return the HTTPError, even if the XML parsing fails.
- Fixed a regression where ``:`` was being stripp... | Do not create a directory in ``download()`` when ``return_responses`` is ``True``. | jjjake_internetarchive | train |
a3c3dbff41ccc1f52a7e61a821d69634377e1131 | diff --git a/bot/action/core/command/__init__.py b/bot/action/core/command/__init__.py
index <HASH>..<HASH> 100644
--- a/bot/action/core/command/__init__.py
+++ b/bot/action/core/command/__init__.py
@@ -1,5 +1,6 @@
from bot.action.core.action import IntermediateAction
from bot.action.core.command.parser import Unders... | Move initialization of ShortlyRepeatedCommandThrottler to post_setup, as api access is needed | alvarogzp_telegram-bot-framework | train |
01fd3174842f6465477285d105512ba7e2b6577e | diff --git a/apiserver/common/watch.go b/apiserver/common/watch.go
index <HASH>..<HASH> 100644
--- a/apiserver/common/watch.go
+++ b/apiserver/common/watch.go
@@ -108,11 +108,10 @@ func NewMultiNotifyWatcher(w ...state.NotifyWatcher) *MultiNotifyWatcher {
for _, w := range w {
// Consume the first event of each wa... | Use a plain goroutine rather than tomb.Go. | juju_juju | train |
79c0a913b199370091c765ea531e6f27e049df8c | diff --git a/invenio_access/admin.py b/invenio_access/admin.py
index <HASH>..<HASH> 100644
--- a/invenio_access/admin.py
+++ b/invenio_access/admin.py
@@ -24,11 +24,8 @@
"""Admin views for managing access to actions."""
-from flask import current_app, flash
-from flask_admin.actions import action
+from flask impor... | admin: ActionRolesView actions addition
* Adds actions dropdown to the ActionRoles admin view. | inveniosoftware_invenio-access | train |
279a391cf3d28ef11e4fdfaa48f78d2024a7de4e | diff --git a/src/main/java/wordcloud/nlp/FrequencyAnalizer.java b/src/main/java/wordcloud/nlp/FrequencyAnalizer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/wordcloud/nlp/FrequencyAnalizer.java
+++ b/src/main/java/wordcloud/nlp/FrequencyAnalizer.java
@@ -47,6 +47,7 @@ public class FrequencyAnalizer {
... | add another test, improve basic test sanitizer | kennycason_kumo | train |
ec1bb0f681f464c81a9019404ef08a526d40acf4 | diff --git a/torchvision/datasets/caltech.py b/torchvision/datasets/caltech.py
index <HASH>..<HASH> 100644
--- a/torchvision/datasets/caltech.py
+++ b/torchvision/datasets/caltech.py
@@ -44,7 +44,7 @@ class Caltech101(VisionDataset):
os.path.join(root, "caltech101"), transform=transform, target_transform=t... | fix target_type selection for Caltech<I> (#<I>) | pytorch_vision | train |
9728563743977fecf4110c1633648c06995b3d55 | diff --git a/lib/queuel/base/message.rb b/lib/queuel/base/message.rb
index <HASH>..<HASH> 100644
--- a/lib/queuel/base/message.rb
+++ b/lib/queuel/base/message.rb
@@ -1,32 +1,19 @@
module Queuel
module Base
class Message
- def self.new_from_bare(message_object)
- allocate.tap { |instance|
- ... | drop unnecessary separate .new from message and just force it to be a wrapper object | sportngin_queuel | train |
56abb9798d12b7e941383924c0cdde5c63e793f7 | diff --git a/src/main/java/com/github/underscore/$.java b/src/main/java/com/github/underscore/$.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/underscore/$.java
+++ b/src/main/java/com/github/underscore/$.java
@@ -758,7 +758,7 @@ public final class $<T> {
return filter(list, new Predicate<E>()... | Add support null for the compact(). | javadev_underscore-java | train |
05516a769223d1a75a2e4f50bdf0e7d4ca0eef83 | diff --git a/brother_ql/reader.py b/brother_ql/reader.py
index <HASH>..<HASH> 100755
--- a/brother_ql/reader.py
+++ b/brother_ql/reader.py
@@ -16,8 +16,10 @@ OPCODES = {
# signature name following bytes description
b'\x00': ("preamble", -1, "Preamble, 200-300x 0x00 to c... | 'brother_ql analyze' updated to support P-Touch series files | pklaus_brother_ql | train |
7ed539eef1d52448b2f2866f6184ed696e3937b2 | diff --git a/version.go b/version.go
index <HASH>..<HASH> 100644
--- a/version.go
+++ b/version.go
@@ -1,4 +1,4 @@
package swag
// Version of swag.
-const Version = "v1.7.3"
+const Version = "v1.7.4" | release <I> (#<I>) | swaggo_swag | train |
b19434d668a1014d952274443846aad15b571e71 | diff --git a/sdmreader.py b/sdmreader.py
index <HASH>..<HASH> 100644
--- a/sdmreader.py
+++ b/sdmreader.py
@@ -45,7 +45,10 @@ def read_bdf(sdmpath, scan, nskip=0, readints=0):
fp = open(bdffile)
bdfpkldir = os.path.join(sdmpath, 'bdfpkls') # make place for bdfpkls, if needed
if not os.path.exists(bdf... | try to makedir to avoid multi-job collision | caseyjlaw_sdmreader | train |
5f6e6ef08bfb279134fe79fa17343ee77573dffa | diff --git a/test/ejs.js b/test/ejs.js
index <HASH>..<HASH> 100755
--- a/test/ejs.js
+++ b/test/ejs.js
@@ -1167,6 +1167,16 @@ suite('preprocessor include', function () {
throw new Error('expected inclusion error');
});
+ test('legacy includes are a syntax error when disabled', function() {
+ try {
+ ... | test: Assert that disabling legacy includes works correctly | mde_ejs | train |
fdda23584077372ae4cf1d0aaa3a27dcd5599d57 | diff --git a/chemlab/graphics/renderers/sphere_imp.py b/chemlab/graphics/renderers/sphere_imp.py
index <HASH>..<HASH> 100644
--- a/chemlab/graphics/renderers/sphere_imp.py
+++ b/chemlab/graphics/renderers/sphere_imp.py
@@ -78,9 +78,19 @@ class SphereImpostorRenderer(ShaderBaseRenderer):
glDrawArrays(... | Fixed the collision between impostor renderer and the cylinder renderer (and hopefully all the other guys) | chemlab_chemlab | train |
112e86005f10f5397da5bf8f3f3eb51aacc16ff8 | diff --git a/rapidoid-integration-tests/src/test/java/org/rapidoid/http/HttpServerRestartTest.java b/rapidoid-integration-tests/src/test/java/org/rapidoid/http/HttpServerRestartTest.java
index <HASH>..<HASH> 100644
--- a/rapidoid-integration-tests/src/test/java/org/rapidoid/http/HttpServerRestartTest.java
+++ b/rapidoi... | Disabled connection reuse in the HTTP client. | rapidoid_rapidoid | train |
5bd3c8d572d719b76a6204587349dd592ceeea34 | diff --git a/src/functions.php b/src/functions.php
index <HASH>..<HASH> 100644
--- a/src/functions.php
+++ b/src/functions.php
@@ -13,24 +13,33 @@ use Assetic\Factory\AssetFactory;
/**
* Initializes the global assetic object.
+ *
+ * @param AssetFactory $factory The asset factory
+ * @param Boolean $debug D... | tweaked functions, added doc blocks | kriswallsmith_assetic | train |
b5384752b737cd7d2b63cf89f984990a3aa9e824 | diff --git a/CalendarFXView/src/main/java/impl/com/calendarfx/view/DayViewScrollPane.java b/CalendarFXView/src/main/java/impl/com/calendarfx/view/DayViewScrollPane.java
index <HASH>..<HASH> 100644
--- a/CalendarFXView/src/main/java/impl/com/calendarfx/view/DayViewScrollPane.java
+++ b/CalendarFXView/src/main/java/impl/... | Added logging information to DayViewScrollPane. | dlemmermann_CalendarFX | train |
c957e36d3d9a059185598df8e09175a3bdcf26b7 | diff --git a/src/main/java/com/restfb/DefaultWebRequestor.java b/src/main/java/com/restfb/DefaultWebRequestor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/restfb/DefaultWebRequestor.java
+++ b/src/main/java/com/restfb/DefaultWebRequestor.java
@@ -230,11 +230,8 @@ public class DefaultWebRequestor implements ... | NoIssue: just a little cleanup | restfb_restfb | train |
9e22dcb83dc2a44b7ba9cabd658c1d183cfea471 | diff --git a/src/FileApi.php b/src/FileApi.php
index <HASH>..<HASH> 100644
--- a/src/FileApi.php
+++ b/src/FileApi.php
@@ -188,6 +188,7 @@ class FileApi
break;
case 'image/gif':
$img = imagecreatefromgif($upload_file->getRealPath());
+ imagep... | don't let png transfer again | UniSharp_laravel-fileapi | train |
1245b4a05be38acee53483acf12b1eb646fa2fb0 | diff --git a/server/php.php b/server/php.php
index <HASH>..<HASH> 100644
--- a/server/php.php
+++ b/server/php.php
@@ -1,8 +1,27 @@
<?php
/**
* Base class for file uploads
+ * <code>
+ * //Only allow images to be uploaded
+ * $validTypes = array('jpeg', 'png', 'jpg', 'gif', 'bmp');
+ * //determine what kind of uplo... | added an example to the top of the Uploader class for documentation | FineUploader_fine-uploader | train |
3f12d19208b3d0cc26b346c9afe615c90f63ffa4 | diff --git a/lib/httparty.rb b/lib/httparty.rb
index <HASH>..<HASH> 100644
--- a/lib/httparty.rb
+++ b/lib/httparty.rb
@@ -323,7 +323,13 @@ module HTTParty
default_options[:ciphers] = cipher_names
end
- # Allows setting an OpenSSL certificate authority file
+ # Allows setting an OpenSSL certificate ... | Improve documentation of ssl_ca_file, ssl_ca_path | jnunemaker_httparty | train |
e67e3076a638fadb46a1a906542b6dc02b616714 | diff --git a/blobstore/retryable_blobstore.go b/blobstore/retryable_blobstore.go
index <HASH>..<HASH> 100644
--- a/blobstore/retryable_blobstore.go
+++ b/blobstore/retryable_blobstore.go
@@ -43,7 +43,21 @@ func (b retryableBlobstore) CleanUp(fileName string) error {
}
func (b retryableBlobstore) Create(fileName str... | Update retryable_blobstore to retry on create | cloudfoundry_bosh-agent | train |
0fa0a97ed73fabfed9a270a136c9d441724192e1 | diff --git a/go/vt/vtgate/executor.go b/go/vt/vtgate/executor.go
index <HASH>..<HASH> 100644
--- a/go/vt/vtgate/executor.go
+++ b/go/vt/vtgate/executor.go
@@ -195,6 +195,8 @@ func (e *Executor) legacyExecute(ctx context.Context, safeSession *SafeSession,
return 0, nil, err
}
+ logStats.Keyspace = destKeyspace
+... | Adds more keyspace, table and tablet_type to logs emitted to files | vitessio_vitess | train |
d337165727e5ee80dcf2b464661fcb263541f361 | diff --git a/teneto/networkmeasures/temporal_degree_centrality.py b/teneto/networkmeasures/temporal_degree_centrality.py
index <HASH>..<HASH> 100755
--- a/teneto/networkmeasures/temporal_degree_centrality.py
+++ b/teneto/networkmeasures/temporal_degree_centrality.py
@@ -48,7 +48,7 @@ def temporal_degree_centrality(net_... | renamed network_info to netinfo for consistency | wiheto_teneto | train |
027a823f01c8f2fa5835009e22bbe6d41aa347f5 | diff --git a/modularodm/fields/dictionaryfield.py b/modularodm/fields/dictionaryfield.py
index <HASH>..<HASH> 100644
--- a/modularodm/fields/dictionaryfield.py
+++ b/modularodm/fields/dictionaryfield.py
@@ -1,10 +1,11 @@
from ..fields import Field
+
class DictionaryField(Field):
+
data_type = dict
mutable... | Fixes incorrect use of super. | cos-archives_modular-odm | train |
99fd1c10ec633bd81b436b1369a96056a7116798 | diff --git a/core/src/main/java/org/hibernate/ogm/loader/entity/impl/BatchingEntityLoaderBuilder.java b/core/src/main/java/org/hibernate/ogm/loader/entity/impl/BatchingEntityLoaderBuilder.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/hibernate/ogm/loader/entity/impl/BatchingEntityLoaderBuilder.java
+++ ... | OGM-<I> Use the dynamic batch fetching solution for OGM
MultigetGridDialect don't provide the right params
to build prepared statements ahead of time.
Also no dialect have this specific need. | hibernate_hibernate-ogm | train |
9ea19a28c4031be725a2b6b3dee44c7278fe8597 | diff --git a/core/cas-server-core-authentication-mfa-api/src/main/java/org/apereo/cas/authentication/trigger/PrincipalAttributeMultifactorAuthenticationTrigger.java b/core/cas-server-core-authentication-mfa-api/src/main/java/org/apereo/cas/authentication/trigger/PrincipalAttributeMultifactorAuthenticationTrigger.java
i... | Fix method isActivated in PrincipalAttributeMultifactorAuthenticationTrigger (#<I>) | apereo_cas | train |
6fc75b4c67ba6c2726d18a69f0bb698e9ea6a80a | diff --git a/test/cases/signed_global_id_test.rb b/test/cases/signed_global_id_test.rb
index <HASH>..<HASH> 100644
--- a/test/cases/signed_global_id_test.rb
+++ b/test/cases/signed_global_id_test.rb
@@ -1,4 +1,5 @@
require 'helper'
+require 'minitest/mock' # for stubbing Time.now as #travel doesn't have subsecond prec... | Fix test broken by #travel losing subsecond precision. | rails_globalid | train |
bff06e803cfe1f4477dbb95ba079dd3f5948879a | diff --git a/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/implementation/EntityIdImpl.java b/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/implementation/EntityIdImpl.java
index <HASH>..<HASH> 100644
--- a/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/implementation/EntityIdImpl.java
+... | Direclty use member fields in equal() | Wikidata_Wikidata-Toolkit | train |
8aeca573c13acd54c25508e28d65dbe0e5546637 | diff --git a/concrete/elements/page_types/target_types/form/all.php b/concrete/elements/page_types/target_types/form/all.php
index <HASH>..<HASH> 100644
--- a/concrete/elements/page_types/target_types/form/all.php
+++ b/concrete/elements/page_types/target_types/form/all.php
@@ -26,9 +26,10 @@ if (is_object($pagetype) &... | Remove usage of HOME_CID from page_types/target_types/form/all element | concrete5_concrete5 | train |
69d0e7aea442788e4b5374dd6c53b080aa84f69c | diff --git a/ProcessManager.php b/ProcessManager.php
index <HASH>..<HASH> 100644
--- a/ProcessManager.php
+++ b/ProcessManager.php
@@ -723,7 +723,9 @@ class ProcessManager
foreach ($this->slaves as &$slave) {
$slave['keepClosed'] = true;
- $slave['connection']->close();
+ ... | Fix process manager
tripple braker ;)
tripple braker ;)
process manager empty checker | php-pm_php-pm | train |
a91bcd85e2d2b11e7bc8463d05e019de54abe3cf | diff --git a/source/file.go b/source/file.go
index <HASH>..<HASH> 100644
--- a/source/file.go
+++ b/source/file.go
@@ -53,19 +53,17 @@ func (f *File) BaseFileName() string {
func (f *File) Section() string {
if f.section != "" {
return f.section
- } else {
- f.section = helpers.GuessSection(f.Dir())
- return f.... | source: apply some Golint rules | gohugoio_hugo | train |
af909b57d287915450d97ea6eb9060ef10da80bb | diff --git a/test/Http/RequestTest.php b/test/Http/RequestTest.php
index <HASH>..<HASH> 100644
--- a/test/Http/RequestTest.php
+++ b/test/Http/RequestTest.php
@@ -2,6 +2,7 @@
namespace PhlyTest\Conduit\Http;
use Phly\Conduit\Http\Request;
+use Phly\Conduit\Http\Uri;
use PHPUnit_Framework_TestCase as TestCase;
c... | Improve Request test coverage
- Covered all code paths | phly_conduit | train |
ee509c69a518eec41f2852a0d4a7f9ec14064a63 | diff --git a/core/Pimf/Sapi.php b/core/Pimf/Sapi.php
index <HASH>..<HASH> 100644
--- a/core/Pimf/Sapi.php
+++ b/core/Pimf/Sapi.php
@@ -24,7 +24,7 @@ abstract class Sapi
*/
public static function isWeb()
{
- return self::isApache() || self::isIIS() || self::isCgi();
+ return self::isApache() || self::isI... | extend php_sapi for php built-in webserver and hhvm | gjerokrsteski_pimf-framework | train |
f3845ab91bc3ff0a4d06ef31ed08e455532d87a3 | diff --git a/src/test/java/org/rythmengine/issue/GithubIssue321Test.java b/src/test/java/org/rythmengine/issue/GithubIssue321Test.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/rythmengine/issue/GithubIssue321Test.java
+++ b/src/test/java/org/rythmengine/issue/GithubIssue321Test.java
@@ -25,7 +25,7 @@ public ... | adds another aspect to #<I> | rythmengine_rythmengine | train |
e2766ca63690516ff7272e8f251233ecf1609279 | diff --git a/lib/Doctrine/Common/Annotations/AnnotationReader.php b/lib/Doctrine/Common/Annotations/AnnotationReader.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/Common/Annotations/AnnotationReader.php
+++ b/lib/Doctrine/Common/Annotations/AnnotationReader.php
@@ -184,7 +184,7 @@ class AnnotationReader
/... | Fixed double lookup on some cache instances by removing the contains() call in AnnotationReader. | doctrine_orm | train |
a9f82b3ebe41aa51d99303f389fec581b3894354 | diff --git a/lib/halibut/core/resource.rb b/lib/halibut/core/resource.rb
index <HASH>..<HASH> 100644
--- a/lib/halibut/core/resource.rb
+++ b/lib/halibut/core/resource.rb
@@ -38,9 +38,10 @@ module Halibut::Core
#
# @param [String] href Link that will be added to the self relation.
def initialize(href=nil... | Adds #add_embedded_resource to Halibut::Core::Resource
`#add_embedded_resource` is used to populate embedded arrays. A
deprecation warning has been added to `#embed_resource` in the event
that it is called to populate an array. | locks_halibut | train |
b2991701aba59828f3178e158c37c1716e398ecc | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -133,18 +133,19 @@ class LazyLoad extends Component {
this.visible = false;
- if (React.Children.count(this.props.children) > 1) {
- console.warn('[react-lazyload] Only one child is allowed to ... | fix: Move props checks into componentDidMount (#<I>)
for preventing errors on IE.
referencing `this.props` on constructor return `undefined`. even if IE <I>. | twobin_react-lazyload | train |
ce1a1b47be2abc42062c24954108550d8a431e1b | diff --git a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
+++ b/activerecord/lib/active_record/connection_adap... | supporting infinity and -infinity for timestamps in PG. fixes #<I> | rails_rails | train |
dd81bf6586fffc1d22ee6ea4684df35e287c58e9 | diff --git a/bokeh/properties.py b/bokeh/properties.py
index <HASH>..<HASH> 100644
--- a/bokeh/properties.py
+++ b/bokeh/properties.py
@@ -124,13 +124,14 @@ class DeserializationError(Exception):
class Property(object):
""" Base class for all type properties. """
- def __init__(self, default=None, help=None)... | Add a 'serialized' flag to properties and don't serialize if it's false
properties_with_values() now returns only serializable properties, since
it's used in contexts such as to_json() and clone() which should only
use serializable stuff. | bokeh_bokeh | train |
ae372ca95704a13740a3a422454742b5899f96eb | diff --git a/pyforms/gui/Controls/ControlMdiArea.py b/pyforms/gui/Controls/ControlMdiArea.py
index <HASH>..<HASH> 100644
--- a/pyforms/gui/Controls/ControlMdiArea.py
+++ b/pyforms/gui/Controls/ControlMdiArea.py
@@ -10,6 +10,8 @@ from PyQt4.QtGui import QMdiArea
from pyforms.gui.Controls.ControlBase import ControlBas... | new approach for mdi. Add same widget reference. No need to keep track of opened windows anymore. | UmSenhorQualquer_pyforms | train |
ae4a6c2a0e73a837338dcc509df6e46709c2fc90 | diff --git a/svg_model/__init__.py b/svg_model/__init__.py
index <HASH>..<HASH> 100644
--- a/svg_model/__init__.py
+++ b/svg_model/__init__.py
@@ -4,6 +4,11 @@ import pint # Unit conversion from inches to mm
from .data_frame import get_shape_infos
+XHTML_NAMESPACE = "http://www.w3.org/2000/svg"
+NSMAP = {'svg' : ... | Edit svg_polygons_to_df xpath to include all levels
Edit the default `xpath` argument value for `svg_polygons_to_df` to
include scan all levels of the SVG hierarchy (not just the root level). | sci-bots_svg-model | train |
8f33e0164a45d109d45754c69c499006b0b7685b | diff --git a/lib/solargraph/pin/base_method.rb b/lib/solargraph/pin/base_method.rb
index <HASH>..<HASH> 100644
--- a/lib/solargraph/pin/base_method.rb
+++ b/lib/solargraph/pin/base_method.rb
@@ -57,7 +57,7 @@ module Solargraph
result = resolve_reference(ref.owner.to_s, api_map)
return result unles... | Limit top-level BaseMethod#see_reference matches. | castwide_solargraph | train |
4427d83105eaa484a46712b7e26a61ced53be3e5 | diff --git a/lib/services/role.go b/lib/services/role.go
index <HASH>..<HASH> 100644
--- a/lib/services/role.go
+++ b/lib/services/role.go
@@ -290,31 +290,43 @@ func ApplyTraits(r Role, traits map[string][]string) Role {
var outLogins []string
for _, login := range inLogins {
- // extract the variablePrefix a... | Check is logins are valid when applying traits and not when creating a
role. This allows creation of roles with variables. | gravitational_teleport | train |
8607c25ba7810573733d9b37d0015154ba059f5e | diff --git a/actionpack/lib/action_dispatch/journey/router/utils.rb b/actionpack/lib/action_dispatch/journey/router/utils.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_dispatch/journey/router/utils.rb
+++ b/actionpack/lib/action_dispatch/journey/router/utils.rb
@@ -13,11 +13,13 @@ module ActionDispatch
... | Maintain original encoding from path
When the path info is read from the socket it's encoded as ASCII 8BIT.
The unescape method changes the encoding to UTF8 but it should maintain
the encoding of the string that's passed in.
This causes parameters to be force encoded to UTF8 when we don't
actually know what the encod... | rails_rails | train |
c1690b4c8e85b95ae1e658f690dcecb775b7719f | diff --git a/src/sqlite.ios.js b/src/sqlite.ios.js
index <HASH>..<HASH> 100644
--- a/src/sqlite.ios.js
+++ b/src/sqlite.ios.js
@@ -19,6 +19,28 @@ var fs = require('file-system');
var _DatabasePluginInits = [];
var TRANSIENT = sqlitehelper.getTrans();
+/***
+ * Converts a string to a UTF-8 char array and wraps it in... | Fix sporadic crash when executing statements on iOS | NathanaelA_nativescript-sqlite | train |
6e7978e6decfc2b0f515f3418ae17818130bb390 | diff --git a/_example/main.go b/_example/main.go
index <HASH>..<HASH> 100644
--- a/_example/main.go
+++ b/_example/main.go
@@ -20,8 +20,9 @@ func main() {
log.SetLevel(log.DebugLevel)
producer := kinesis.New(kinesis.Config{
- StreamName: "logs",
- Client: client,
+ StreamName: "logs",
+ BacklogSize: 2000... | add backlog and Config.BacklogSize to configure | tj_go-kinesis | train |
4a1bbc0ff950e07540be924d787b9b40e8656fb2 | diff --git a/src/GitHub_Updater/Base.php b/src/GitHub_Updater/Base.php
index <HASH>..<HASH> 100644
--- a/src/GitHub_Updater/Base.php
+++ b/src/GitHub_Updater/Base.php
@@ -239,10 +239,15 @@ class Base {
$git_plugin['owner'] = $header['owner'];
$git_plugin['repo'] = $header[... | fix local_path with extended_naming | afragen_github-updater | train |
05777aa2d3f3840377c3bf0defc641fd34998508 | diff --git a/rinoh/flowable.py b/rinoh/flowable.py
index <HASH>..<HASH> 100644
--- a/rinoh/flowable.py
+++ b/rinoh/flowable.py
@@ -320,10 +320,11 @@ class StaticGroupedFlowables(GroupedFlowables):
class LabeledFlowableStyle(FlowableStyle):
- attributes = {'label_min_width': 12*PT,
- 'label_max_... | Support bool-type Attributes | brechtm_rinohtype | train |
395f3d4bf689c199e93e05af57ebff09b10f1c9a | diff --git a/eth/catalyst/api.go b/eth/catalyst/api.go
index <HASH>..<HASH> 100644
--- a/eth/catalyst/api.go
+++ b/eth/catalyst/api.go
@@ -61,10 +61,23 @@ const (
// have lead to some bad ancestor block. It's just an OOM protection.
invalidTipsetsCap = 512
- // beaconUpdateTimeout is the max time allowed for a be... | eth/catalyst: warn less frequently if no beacon client is available (#<I>)
* eth/catalyst: warn less frequently if no beacon client is available
* eth/catalyst: tweak warning frequency a bit
* eth/catalyst: some more tweaks
* Update api.go | ethereum_go-ethereum | train |
aaeeee023fa17ee54f1fd1d028d3a5e53ce38fb4 | diff --git a/aeron-system-tests/src/test/java/io/aeron/archive/ReplayMergeTest.java b/aeron-system-tests/src/test/java/io/aeron/archive/ReplayMergeTest.java
index <HASH>..<HASH> 100644
--- a/aeron-system-tests/src/test/java/io/aeron/archive/ReplayMergeTest.java
+++ b/aeron-system-tests/src/test/java/io/aeron/archive/Re... | [Java] Capture attempt number when replay merge test fails. | real-logic_aeron | train |
ace2c82d8db65f0a18b8949295416157febafb84 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -15,33 +15,36 @@ type ErrorWithOutput = Error & Output & {
type ChildProcessPromise = ChildProcess & Promise<Output>
+function joinChunks<T: string | Buffer>(chunks: Array<T>, encoding: string): T {
+ if ... | fix(promisifyChildProcess): improve efficiency
build array of chunks and join them at the end instead of concatenating each time | jcoreio_promisify-child-process | train |
dc969d5eaeff9661844e4d4ca7ad81a7c951fb3d | diff --git a/Form/AgendaType.php b/Form/AgendaType.php
index <HASH>..<HASH> 100644
--- a/Form/AgendaType.php
+++ b/Form/AgendaType.php
@@ -27,6 +27,8 @@ class AgendaType extends AbstractType
$recurring[$i] = $i;
}
+ $now = new \DateTime();
+
$attr = array();
$attr['class... | [CoreBundle] Agenda has a default hour value. | claroline_Distribution | train |
974fdbc4bac32441d091102dbf8dadbeff38e6c7 | diff --git a/test/users.js b/test/users.js
index <HASH>..<HASH> 100644
--- a/test/users.js
+++ b/test/users.js
@@ -20,7 +20,7 @@ describe('Users', function() {
});
// Test pieces.newInstance()
- it('should be able to insert a new user', async () => {
+ it('should be able to insert a new user with an admin req... | Unit test: only an admin can insert a user | apostrophecms_apostrophe | train |
5a0dfc36020970d5ab5f58474b01797515df49ea | diff --git a/src/Connection/Aggregate/SentinelReplication.php b/src/Connection/Aggregate/SentinelReplication.php
index <HASH>..<HASH> 100644
--- a/src/Connection/Aggregate/SentinelReplication.php
+++ b/src/Connection/Aggregate/SentinelReplication.php
@@ -239,14 +239,13 @@ class SentinelReplication implements Replicatio... | Fix parameters overriding for sentinels.
Different fix than PR #<I> but thanks @phofmann-trust for spotting. | nrk_predis | train |
9af98ef1d9d88b62ad75731faaa3a85f19f7c172 | diff --git a/test/OAuth2/GrantType/ImplicitTest.php b/test/OAuth2/GrantType/ImplicitTest.php
index <HASH>..<HASH> 100644
--- a/test/OAuth2/GrantType/ImplicitTest.php
+++ b/test/OAuth2/GrantType/ImplicitTest.php
@@ -125,7 +125,7 @@ class ImplicitTest extends \PHPUnit_Framework_TestCase
$this->assertArrayHasKey(... | Fixing minor typo in Implicit grant type test | bshaffer_oauth2-server-php | train |
70895f4987ed2859675f76ed9bb0172a6f828853 | diff --git a/src/main/java/io/github/bonigarcia/wdm/WebDriverManager.java b/src/main/java/io/github/bonigarcia/wdm/WebDriverManager.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/github/bonigarcia/wdm/WebDriverManager.java
+++ b/src/main/java/io/github/bonigarcia/wdm/WebDriverManager.java
@@ -741,8 +741,8 @@ p... | Reuse wdm.avoidFallback to control the driver URL construction when no candidate is found | bonigarcia_webdrivermanager | train |
3941d64519fc717768e4510cb3c32b0a08109d93 | diff --git a/php/layouts/FieldLayout.php b/php/layouts/FieldLayout.php
index <HASH>..<HASH> 100644
--- a/php/layouts/FieldLayout.php
+++ b/php/layouts/FieldLayout.php
@@ -107,7 +107,7 @@ class FieldLayout extends Layout {
$this->successMessages = $config['successMessages'] ?? [];
$this->notices = $config['notices... | FieldLayout: Use the newly created MessageWidget in notices
Replace the generic list of notice/message/errors with the newly
available MessageWidget format for consistency.
Also fix distances in WikimediaUI theme.
Bug: T<I>
Change-Id: I<I>a<I>eb<I>e<I>ecb<I>fc5bf<I>fccdff6 | wikimedia_oojs-ui | train |
47f91a43e6af6f4e4d2cba281b24d6272fbe71b6 | diff --git a/gopay/__init__.py b/gopay/__init__.py
index <HASH>..<HASH> 100644
--- a/gopay/__init__.py
+++ b/gopay/__init__.py
@@ -1,7 +1,7 @@
from http import Browser,null_logger
from api import GoPay,add_defaults
-from oauth2 import OAuth2
+from oauth2 import OAuth2,InMemoryTokenCache,CachedAuth
from payments im... | Cache - use cached auth in factory method | gopaycommunity_gopay-python-api | train |
9278bd9190ddb1b0c8f5e98103769290923a93d3 | diff --git a/carbonara_bininfo/__init__.py b/carbonara_bininfo/__init__.py
index <HASH>..<HASH> 100644
--- a/carbonara_bininfo/__init__.py
+++ b/carbonara_bininfo/__init__.py
@@ -55,6 +55,7 @@ class BinaryInfo(object):
print "[Retrieving basic info about binary]"
self.data = {
"procs": {}... | added first bytes of opcodes counter | Carbonara-Project_Guanciale | train |
1356ebbef0c709001d0e95049d3a0ad7a29e0a49 | diff --git a/tests/Unit/Suites/Product/ProductDetailViewSnippetRendererTest.php b/tests/Unit/Suites/Product/ProductDetailViewSnippetRendererTest.php
index <HASH>..<HASH> 100644
--- a/tests/Unit/Suites/Product/ProductDetailViewSnippetRendererTest.php
+++ b/tests/Unit/Suites/Product/ProductDetailViewSnippetRendererTest.p... | Issue #<I>: Don't abuse carry and initial value for snippet key | lizards-and-pumpkins_catalog | train |
fa31dd704f0e72fbb9a0d6f92309991a5577e109 | diff --git a/jmetal-experimental/src/main/java/org/uma/jmetal/experimental/auto/algorithm/mopso/AutoMOPSO.java b/jmetal-experimental/src/main/java/org/uma/jmetal/experimental/auto/algorithm/mopso/AutoMOPSO.java
index <HASH>..<HASH> 100644
--- a/jmetal-experimental/src/main/java/org/uma/jmetal/experimental/auto/algorith... | Search for a bug in AutoMOPSO | jMetal_jMetal | train |
3ef8a2c08bba3465c257a9afe863e229fc9fb833 | diff --git a/src/js/util/spring-animation.js b/src/js/util/spring-animation.js
index <HASH>..<HASH> 100644
--- a/src/js/util/spring-animation.js
+++ b/src/js/util/spring-animation.js
@@ -3,9 +3,6 @@ import SpringEaser from './spring-easer.js';
/** @typedef {import("./animations").AnimationProps} AnimationProps */
c... | Fix: onFinish property already defined | dimsemenov_PhotoSwipe | train |
e9fff458ece9f62a0ff92459444afff1f41a9df0 | diff --git a/ginga/Control.py b/ginga/Control.py
index <HASH>..<HASH> 100644
--- a/ginga/Control.py
+++ b/ginga/Control.py
@@ -1081,7 +1081,7 @@ class GingaControl(Callback.Callbacks):
items = self.channel.items()
for name, chinfo in items:
if chinfo.fitsimage == fitsimage:
- ... | (reference viewer) fix for get_channelName method
- ref github.com Issue #<I> | ejeschke_ginga | train |
8672247466339d5263a8e57652a315a184cf0215 | diff --git a/lib/jsduck/doc/processor.rb b/lib/jsduck/doc/processor.rb
index <HASH>..<HASH> 100644
--- a/lib/jsduck/doc/processor.rb
+++ b/lib/jsduck/doc/processor.rb
@@ -25,7 +25,7 @@ module JsDuck
def process(tagname, doc_map)
hash = {
:tagname => tagname,
- :doc => detect_doc(tagn... | Move additional :doc processing to Tag classes.
@cfg, @property and @constructor can be followed by docs that are
part of the top-level documentation. Instead of having the logic
for that hard-coded to Doc::Processor class, the latter only extracts
the general :doc, and the Tag classes themselves append top-level doc... | senchalabs_jsduck | train |
de88f8aa091f6a13532020f789e5d6cfd1b971bd | diff --git a/lib/gcli/types/basic.js b/lib/gcli/types/basic.js
index <HASH>..<HASH> 100644
--- a/lib/gcli/types/basic.js
+++ b/lib/gcli/types/basic.js
@@ -48,9 +48,6 @@ exports.shutdown = function() {
* 'string' the most basic string type that doesn't need to convert
*/
function StringType(typeSpec) {
- if (Objec... | Bug <I> (nodenull): Don't check typeSpec length
Most importantly these checks have the potential to break backwards
compatibility. However specifically right now, these checks make writing
tests harder. since it prevents us from creating a type using
types.getType({ name:... }); | joewalker_gcli | train |
3666f5b54c111880ff059aa430e5fc68661d8bb0 | diff --git a/Controller/TicketController.php b/Controller/TicketController.php
index <HASH>..<HASH> 100644
--- a/Controller/TicketController.php
+++ b/Controller/TicketController.php
@@ -197,7 +197,7 @@ class TicketController extends Controller
'new_ticket' => false,
]
);
- ... | Use handleRequest rather than submit, as deprecated | hackzilla_TicketBundle | train |
d9bb1c658abd16fbb08f7344c7d4b5cd275102b7 | diff --git a/arguments/__init__.py b/arguments/__init__.py
index <HASH>..<HASH> 100644
--- a/arguments/__init__.py
+++ b/arguments/__init__.py
@@ -293,23 +293,12 @@ class Arguments(object):
if self.m_argv[-2] is self.command and self.command in self.validcommands:
s... | guestbook
Friday <I> April <I> (week:<I> day:<I>), <I>:<I>:<I> | erikdejonge_arguments | train |
32e2f8f66e43fe67468a1b83598e65b5ff4c10f1 | diff --git a/Source/com/drew/metadata/TagDescriptor.java b/Source/com/drew/metadata/TagDescriptor.java
index <HASH>..<HASH> 100644
--- a/Source/com/drew/metadata/TagDescriptor.java
+++ b/Source/com/drew/metadata/TagDescriptor.java
@@ -26,13 +26,13 @@ import com.drew.lang.annotations.Nullable;
import java.lang.reflect.... | Made TagDescriptor<T> non-abstract, for directories which offer no custom description. | drewnoakes_metadata-extractor | train |
0b8e1c1ee766848300d5f97ae2c13d9db2b8d693 | diff --git a/claripy/backends/backend_z3.py b/claripy/backends/backend_z3.py
index <HASH>..<HASH> 100644
--- a/claripy/backends/backend_z3.py
+++ b/claripy/backends/backend_z3.py
@@ -101,6 +101,7 @@ class BackendZ3(Backend):
all_ops = backend_fp_operations | backend_operations if supports_fp else backend_opera... | pass the z3 context to xor to fix multithreading | angr_claripy | train |
6609b6b99c3986c3fb8489a49f344fcce4fe85bb | diff --git a/samples/decrypt.js b/samples/decrypt.js
index <HASH>..<HASH> 100644
--- a/samples/decrypt.js
+++ b/samples/decrypt.js
@@ -43,10 +43,10 @@ async function decrypt(
);
const ciphertext = contentsBuffer.toString('base64');
- // Dencrypts the file using the specified crypto key
+ // Decrypts the file ... | docs: Changes 'dencrypt' to 'decrypt' (#<I>)
Occurs in 2 places
I updated the old repo earlier, looping back to fix this repo too. | googleapis_nodejs-kms | train |
4cbdcc6a1d7f9b951059f7e92bd9724224d34d94 | diff --git a/install-stubs/Orchid/Layouts/User/UserListLayout.php b/install-stubs/Orchid/Layouts/User/UserListLayout.php
index <HASH>..<HASH> 100644
--- a/install-stubs/Orchid/Layouts/User/UserListLayout.php
+++ b/install-stubs/Orchid/Layouts/User/UserListLayout.php
@@ -39,7 +39,7 @@ class UserListLayout extends Table
... | Fixed a typo (#<I>) | orchidsoftware_platform | train |
25441b1339072e100a5568dc61de96d10882d4db | diff --git a/vtki/plotting.py b/vtki/plotting.py
index <HASH>..<HASH> 100644
--- a/vtki/plotting.py
+++ b/vtki/plotting.py
@@ -853,7 +853,9 @@ class BasePlotter(object):
from matplotlib.cm import get_cmap
except ImportError:
raise Exception('cmap requires matpl... | Allow custom colormaps to be passed | vtkiorg_vtki | train |
aa2ce203eb139e92bf3a1408999813f70b0e6714 | diff --git a/ask-sdk-lambda-support/src/com/amazon/ask/SkillStreamHandler.java b/ask-sdk-lambda-support/src/com/amazon/ask/SkillStreamHandler.java
index <HASH>..<HASH> 100644
--- a/ask-sdk-lambda-support/src/com/amazon/ask/SkillStreamHandler.java
+++ b/ask-sdk-lambda-support/src/com/amazon/ask/SkillStreamHandler.java
@... | Bug fix: pass Lambda context into skill invocation call (#<I>) | alexa_alexa-skills-kit-sdk-for-java | train |
d8ff5f3e9270e8bbd45230535d1072a2311ccfba | diff --git a/source/Application/Model/Order.php b/source/Application/Model/Order.php
index <HASH>..<HASH> 100644
--- a/source/Application/Model/Order.php
+++ b/source/Application/Model/Order.php
@@ -22,6 +22,10 @@
namespace OxidEsales\Eshop\Application\Model;
+use Exception;
+use oxArticleInputException;
+use oxNo... | Add use for exceptions to model/order
Fix acceptance BasketFrontend::testFrontendOutOfStockNotOrderableProductDuringOrder.
NOTE: Missing use statements prevented exceptions from being caught
correctly leading to test failure in the first place cause out of stock item was
not correctly removed from basket. | OXID-eSales_oxideshop_ce | train |
0040419fdcd51204a07879212eb829118c23e5ea | diff --git a/analytics/src/main/java/com/segment/analytics/Crypto.java b/analytics/src/main/java/com/segment/analytics/Crypto.java
index <HASH>..<HASH> 100644
--- a/analytics/src/main/java/com/segment/analytics/Crypto.java
+++ b/analytics/src/main/java/com/segment/analytics/Crypto.java
@@ -27,19 +27,19 @@ import java.i... | Make Crypto abstract methods public (#<I>)
* Make Crypto abstract methods public
* Remove trailing whitespace in payload writer | segmentio_analytics-android | train |
dd20a8adb713c10955c5b3c8ee771faf897d3446 | diff --git a/Validation-Manager-Web/src/main/java/net/sourceforge/javydreamercsw/validation/manager/web/ValidationManagerUI.java b/Validation-Manager-Web/src/main/java/net/sourceforge/javydreamercsw/validation/manager/web/ValidationManagerUI.java
index <HASH>..<HASH> 100644
--- a/Validation-Manager-Web/src/main/java/ne... | Prevent duplicate tabs when loging out and then in. | javydreamercsw_validation-manager | train |
ff59a7ed791ec6806ed0a0784e8bb3f4d94c5274 | diff --git a/django_fabric/fabfile.py b/django_fabric/fabfile.py
index <HASH>..<HASH> 100644
--- a/django_fabric/fabfile.py
+++ b/django_fabric/fabfile.py
@@ -20,12 +20,12 @@ class App():
django.project(project_package)
def local_management_command(self, command, *args, **kwargs):
- local("venv/b... | return the returned value from run in run_management | mocco_django-fabric | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.