hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
620c95599f5a8e500439ef546861868de2d34807 | diff --git a/src/main/java/org/thymeleaf/standard/expression/OGNLVariableExpressionEvaluator.java b/src/main/java/org/thymeleaf/standard/expression/OGNLVariableExpressionEvaluator.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/thymeleaf/standard/expression/OGNLVariableExpressionEvaluator.java
+++ b/src/main/j... | Fixed bad specification of selection target in OGNL evaluator | thymeleaf_thymeleaf | train |
f8338149322994d501ba82121c83d37b192aab6e | diff --git a/module/__init__.py b/module/__init__.py
index <HASH>..<HASH> 100644
--- a/module/__init__.py
+++ b/module/__init__.py
@@ -25,8 +25,8 @@ XCB_CONN_CLOSED_EXT_NOTSUPPORTED = C.XCB_CONN_CLOSED_EXT_NOTSUPPORTED
XCB_CONN_CLOSED_MEM_INSUFFICIENT = C.XCB_CONN_CLOSED_MEM_INSUFFICIENT
XCB_CONN_CLOSED_REQ_LEN_EXCEE... | be xcb == <I> compatible for now
travis-ci doesn't have a version of trusty yet; this can be reverted when
<URL> | tych0_xcffib | train |
a07fa8541b3d644732e0dd517e5d3803d6933eb8 | diff --git a/lib/OpenStackExtract/MiqOpenStackVm/MiqOpenStackImage.rb b/lib/OpenStackExtract/MiqOpenStackVm/MiqOpenStackImage.rb
index <HASH>..<HASH> 100644
--- a/lib/OpenStackExtract/MiqOpenStackVm/MiqOpenStackImage.rb
+++ b/lib/OpenStackExtract/MiqOpenStackVm/MiqOpenStackImage.rb
@@ -1,5 +1,4 @@
require 'miq_tempfil... | Remove require for MiqVm to avoid circular require. | ManageIQ_manageiq-smartstate | train |
bfa46f47ed700c3cb4afd56af5e4f6568dc9d0d4 | diff --git a/telethon/utils.py b/telethon/utils.py
index <HASH>..<HASH> 100644
--- a/telethon/utils.py
+++ b/telethon/utils.py
@@ -51,6 +51,8 @@ mimetypes.add_type('audio/aac', '.aac')
mimetypes.add_type('audio/ogg', '.ogg')
mimetypes.add_type('audio/flac', '.flac')
+mimetypes.add_type('application/x-tgsticker', '.... | Register application/x-tgsticker to mimetypes | LonamiWebs_Telethon | train |
3847ecb00ededdb93eb9b9555cbae0b74ca81bff | diff --git a/lib/node_modules/@stdlib/utils/find/lib/find.js b/lib/node_modules/@stdlib/utils/find/lib/find.js
index <HASH>..<HASH> 100644
--- a/lib/node_modules/@stdlib/utils/find/lib/find.js
+++ b/lib/node_modules/@stdlib/utils/find/lib/find.js
@@ -146,7 +146,7 @@ function find( arr, options, clbk ) { // eslint-disab... | Disable callback-return lint rule | stdlib-js_stdlib | train |
db84cc07bfcc2d183c9b285c320274932931df05 | diff --git a/ipydex/core.py b/ipydex/core.py
index <HASH>..<HASH> 100644
--- a/ipydex/core.py
+++ b/ipydex/core.py
@@ -373,15 +373,16 @@ class TBPrinter(object):
self.TB = ultratb.FormattedTB(mode="Context", color_scheme='Linux', call_pdb=False)
- def printout(self, end_offset=0):
+ def printout(self... | small refactoring (line_to_token_list) | cknoll_ipydex | train |
553661cb69073087abc063e630119c88a6388552 | diff --git a/src/com/google/javascript/jscomp/gwt/client/GwtRunner.java b/src/com/google/javascript/jscomp/gwt/client/GwtRunner.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/gwt/client/GwtRunner.java
+++ b/src/com/google/javascript/jscomp/gwt/client/GwtRunner.java
@@ -45,6 +45,7 @@ import java... | Add extraAnnotationNames to Closure's GWT runner
Required by Chrome, so that it can use Closure-js to compress its built in Javascript resources.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
9c8b9f37dcb2a69ea578d251a2680c815163db80 | diff --git a/src/Offer/IriOfferIdentifierFactory.php b/src/Offer/IriOfferIdentifierFactory.php
index <HASH>..<HASH> 100644
--- a/src/Offer/IriOfferIdentifierFactory.php
+++ b/src/Offer/IriOfferIdentifierFactory.php
@@ -2,7 +2,7 @@
namespace CultuurNet\UDB3\Offer;
-use CultuurNet\UDB3\Variations\Command\ValidationE... | Replace wrongly namespaced validation exception with simple runtime exception | cultuurnet_udb3-php | train |
3df1c1072488ef5c32a905456ddff6d4fb5f3959 | diff --git a/openquake/engine/engine.py b/openquake/engine/engine.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/engine.py
+++ b/openquake/engine/engine.py
@@ -244,7 +244,7 @@ def job_from_file(job_ini, job_id, username, **kw):
try:
oq = readinput.get_oqparam(job_ini, hc_id=hc_id)
except Excep... | Changed the state from failed to deleted [skip hazardlib][demos]
Former-commit-id: <I>a<I>f<I>e4dfd<I>bba<I>b<I>e<I> | gem_oq-engine | train |
e8bad25a0177f62a1f6b74f3471bee447221f666 | diff --git a/public/js/editors/panel.js b/public/js/editors/panel.js
index <HASH>..<HASH> 100644
--- a/public/js/editors/panel.js
+++ b/public/js/editors/panel.js
@@ -12,7 +12,7 @@ var editorModes = {
processing: 'text/x-csrc'
};
-var badChars = new RegExp('\u200B', 'g');
+var badChars = new RegExp('[\u200B\u0080... | fixed #<I>. Remove dodgy spaces that cause jshint barfage | jsbin_jsbin | train |
d0038e60178f3097d99868e20793d7f912bb236e | diff --git a/lib/rrule.js b/lib/rrule.js
index <HASH>..<HASH> 100644
--- a/lib/rrule.js
+++ b/lib/rrule.js
@@ -183,8 +183,8 @@ RRule.prototype.next = function(after) {
for(var i=0; i < this.exceptions.length; i++) {
var exdate = this.exceptions[i];
if((exdate.valueOf() == nextInLocal.... | fix timezone issues in rrule | tritech_node-icalendar | train |
b21c438513640d722d839a0a04a667d651b883a7 | diff --git a/src/main/java/org/minimalj/frontend/form/Form.java b/src/main/java/org/minimalj/frontend/form/Form.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/minimalj/frontend/form/Form.java
+++ b/src/main/java/org/minimalj/frontend/form/Form.java
@@ -427,6 +427,7 @@ public class Form<T> {
if (formEle... | Form: make chains of Updater possible | BrunoEberhard_minimal-j | train |
5a17d0ada01559524f363fce607caaddea338e15 | diff --git a/npm-graph.js b/npm-graph.js
index <HASH>..<HASH> 100644
--- a/npm-graph.js
+++ b/npm-graph.js
@@ -15,40 +15,37 @@ var isNotBuiltin = function (id) {
module.exports = function (file, name, cb, opts) {
var allDeps = {};
opts = opts || {};
- try {
- mdeps(file, { filter: isNotBuiltin }).on('data', ... | no need to try-catch wrap anymore, all errors that we expect are stream errors from failed resolves | clux_npm-graph | train |
f78fcce8b79cbf5b4be07c951e7a2ff7d2d40135 | diff --git a/helpers/TbHtml.php b/helpers/TbHtml.php
index <HASH>..<HASH> 100644
--- a/helpers/TbHtml.php
+++ b/helpers/TbHtml.php
@@ -1945,6 +1945,7 @@ EOD;
$htmlOptions = self::addClassName('navbar-' . $style, $htmlOptions);
$innerOptions = self::popOption('innerOptions', $htmlOptions, array());
$innerOptio... | Forgot the ob_start() in the navbar helper method | crisu83_yiistrap | train |
86bcf04b18565b05f0ba1630a180fb69b3978465 | diff --git a/test/unit/model/sharedStimulus/export/SharedStimulusCSSExporterTest.php b/test/unit/model/sharedStimulus/export/SharedStimulusCSSExporterTest.php
index <HASH>..<HASH> 100644
--- a/test/unit/model/sharedStimulus/export/SharedStimulusCSSExporterTest.php
+++ b/test/unit/model/sharedStimulus/export/SharedStimu... | test: refactor SharedStimulusCSSExporterTest | oat-sa_extension-tao-mediamanager | train |
e86e8c88b0f1e03b6b530c8995f8dc22a3b5c5bd | diff --git a/ryu/lib/packet/bfd.py b/ryu/lib/packet/bfd.py
index <HASH>..<HASH> 100644
--- a/ryu/lib/packet/bfd.py
+++ b/ryu/lib/packet/bfd.py
@@ -80,6 +80,7 @@ BFD Control packet format
import binascii
import hashlib
import random
+import six
import struct
from . import packet_base
@@ -240,7 +241,7 @@ class bfd... | python3: Use six.indexbytes for extracting single byte of data | osrg_ryu | train |
31e1893d39502fd28cd47215be8b03534897a2ad | diff --git a/server/src/main/java/com/orientechnologies/orient/server/network/protocol/binary/ONetworkProtocolBinary.java b/server/src/main/java/com/orientechnologies/orient/server/network/protocol/binary/ONetworkProtocolBinary.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/com/orientechnologies/orient/ser... | Issue <I> was fixed. | orientechnologies_orientdb | train |
31854b21a36111a26673f2e72604e802909319e2 | diff --git a/source/org/jivesoftware/smack/util/StringUtils.java b/source/org/jivesoftware/smack/util/StringUtils.java
index <HASH>..<HASH> 100644
--- a/source/org/jivesoftware/smack/util/StringUtils.java
+++ b/source/org/jivesoftware/smack/util/StringUtils.java
@@ -80,12 +80,11 @@ public class StringUtils {
... | Added method to parse the address without resource, fixed parsing of name (SMACK-<I>)
git-svn-id: <URL> | igniterealtime_Smack | train |
eda21a54330e919d200f554f2a04b8af7acc8182 | diff --git a/src/Request/Factory.php b/src/Request/Factory.php
index <HASH>..<HASH> 100644
--- a/src/Request/Factory.php
+++ b/src/Request/Factory.php
@@ -59,6 +59,14 @@ class Factory
{
$xRequest->addParameter(Jaxon::BOOL_VALUE, $xParam);
}
+ else if(is_array($xArgu... | A Jaxon call now accepts arrays and objects as parameters. | jaxon-php_jaxon-core | train |
df59a1219fa6fc131be273a1a0bdd77b4b7ed299 | diff --git a/event/src/main/java/com/bazaarvoice/emodb/event/core/DefaultEventStore.java b/event/src/main/java/com/bazaarvoice/emodb/event/core/DefaultEventStore.java
index <HASH>..<HASH> 100644
--- a/event/src/main/java/com/bazaarvoice/emodb/event/core/DefaultEventStore.java
+++ b/event/src/main/java/com/bazaarvoice/e... | EMO-<I>: Ensure databus replay's are performed at LOCAL_QUORUM (#<I>) | bazaarvoice_emodb | train |
22ec48f2a1aabb8d66982c9f01c551b308be2e84 | diff --git a/lib/myUtils.js b/lib/myUtils.js
index <HASH>..<HASH> 100644
--- a/lib/myUtils.js
+++ b/lib/myUtils.js
@@ -267,3 +267,20 @@ exports.callJustOnce = function(errF, cb) {
}
};
};
+
+/**
+* Whether two objects are structurally similar.
+*
+* @param {Object} x An object to compare.
+* @param {Obje... | Add deeply nested template links in environment | cafjs_caf_components | train |
082cb36ea988050b31e055bb8c63374169021d95 | diff --git a/lib/render.js b/lib/render.js
index <HASH>..<HASH> 100644
--- a/lib/render.js
+++ b/lib/render.js
@@ -206,7 +206,7 @@ function lane (desc, opt) {
var tx = 4.5;
if (opt.compact) {
ty = (opt.lanes - opt.index - 1) * opt.vspace / 2 + opt.fontsize/2;
- tx += 20
+ tx += 20;
... | fixed semi,ws,comma warnings | drom_bitfield | train |
d3554f4c3375af68babaddfbc9cdfa7160ef9577 | diff --git a/pydevd.py b/pydevd.py
index <HASH>..<HASH> 100644
--- a/pydevd.py
+++ b/pydevd.py
@@ -1203,6 +1203,13 @@ class PyDB(object):
module_name = None
entry_point_fn = ''
if is_module:
+ # When launching with `python -m <module>`, python automatically adds
+ # an e... | Fix issue where launching module in current working dir is not found. #PTVSD-<I> | fabioz_PyDev.Debugger | train |
389833a2fd375ee3fd32a7633c33acd665cfcb62 | diff --git a/pymod2pkg/__init__.py b/pymod2pkg/__init__.py
index <HASH>..<HASH> 100644
--- a/pymod2pkg/__init__.py
+++ b/pymod2pkg/__init__.py
@@ -264,15 +264,16 @@ SUSE_PKG_MAP = [
# OpenStack services
MultiRule(
# keep lists in alphabetic order
- mods=['ceilometer', 'cinder', 'cyborg', 'desi... | Add aodh and barbican rule for SUSE
aodh and barbican should translate to openstack-barbican on SUSE.
Change-Id: I6ea<I>b<I>c8b2da<I>f<I>ebc9a<I>cc<I>f<I> | openstack_pymod2pkg | train |
44b39fe1f809644b9a602e9717f9cdab720cf743 | diff --git a/CONDUCT.md b/CONDUCT.md
index <HASH>..<HASH> 100644
--- a/CONDUCT.md
+++ b/CONDUCT.md
@@ -10,4 +10,4 @@ Project maintainers have the right and responsibility to remove, edit, or reject
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting o... | move bundler back into spec_helper | celluloid_celluloid | train |
6fd5e480c1cd3e481e7097763ee281b65bc74306 | diff --git a/src/effects.js b/src/effects.js
index <HASH>..<HASH> 100644
--- a/src/effects.js
+++ b/src/effects.js
@@ -488,9 +488,7 @@ jQuery.fn.extend({
doAnimation = function() {
// Operate on a copy of prop so per-property easing won't be lost
var anim = Animation( this, jQuery.extend( {}, prop ), opta... | Fix #<I>: Correctly scope .finish() following multi-element .animate(). Thanks @gnarf<I>. Close gh-<I>.
(cherry picked from commit ae9e<I>e9f3cb<I>b<I>acb<I>e<I>e) | jquery_jquery | train |
8706050aa4a64b0a3903a7f1976aabc345b7bd5c | diff --git a/openquake/calculators/classical.py b/openquake/calculators/classical.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/classical.py
+++ b/openquake/calculators/classical.py
@@ -279,10 +279,10 @@ class ClassicalCalculator(base.HazardCalculator):
if dic is None:
raise MemoryErr... | Fixed wrong warning about discardable TRTs | gem_oq-engine | train |
237d0ef10a5b726196ede1df38f2584aca0f40aa | diff --git a/lib/edoors/spin.rb b/lib/edoors/spin.rb
index <HASH>..<HASH> 100644
--- a/lib/edoors/spin.rb
+++ b/lib/edoors/spin.rb
@@ -81,6 +81,7 @@ module Edoors
#
def clear!
@iotas.clear
+ @world.clear
@pool.clear
@sys_fifo.clear
@app_fi... | Spin#clear! must call @world.clear" | jeremyz_edoors-ruby | train |
64e028a6cca451420d9f063c337d0d915299e16a | diff --git a/nupic/encoders/multi.py b/nupic/encoders/multi.py
index <HASH>..<HASH> 100644
--- a/nupic/encoders/multi.py
+++ b/nupic/encoders/multi.py
@@ -19,6 +19,8 @@
# http://numenta.org/licenses/
# ----------------------------------------------------------------------
+import capnp
+
from nupic.encoders.base i... | Clean up capnp imports. | numenta_nupic | train |
3cf13c2e52b425e3c449bed32038dbcffeac907a | diff --git a/Query/Builder.php b/Query/Builder.php
index <HASH>..<HASH> 100755
--- a/Query/Builder.php
+++ b/Query/Builder.php
@@ -1586,7 +1586,7 @@ class Builder {
*/
public function count($column = '*')
{
- return (int)$this->aggregate(__FUNCTION__, array($column));
+ return (int) $this->aggregate(__FUNCTION... | Add space between type-casting operator and return value. | illuminate_database | train |
4a596ba9c77bedee193a8b789bd51429be38b8c8 | diff --git a/docs/rules/no-static-typos.md b/docs/rules/no-static-typos.md
index <HASH>..<HASH> 100644
--- a/docs/rules/no-static-typos.md
+++ b/docs/rules/no-static-typos.md
@@ -10,6 +10,7 @@ no casing typos:
* propTypes
* contextTypes
+* childContextTypes
* defaultProps
The following patterns are considered w... | Add support for childContextTypes | ytanruengsri_eslint-plugin-react-ssr | train |
fdbc0075d12924d665028d01a2b4033896593e14 | diff --git a/src/Model/CurrencyPair.php b/src/Model/CurrencyPair.php
index <HASH>..<HASH> 100644
--- a/src/Model/CurrencyPair.php
+++ b/src/Model/CurrencyPair.php
@@ -94,6 +94,16 @@ final class CurrencyPair
}
/**
+ * Returns the hashed representation of the pair.
+ *
+ * @return string
+ */
... | Fixed unsupported / in cache keys | florianv_exchanger | train |
bcd156b4632503aa7f7c9ad6a69aef4a2f5c0c53 | diff --git a/rapidoid-u/src/main/java/org/rapidoid/util/U.java b/rapidoid-u/src/main/java/org/rapidoid/util/U.java
index <HASH>..<HASH> 100644
--- a/rapidoid-u/src/main/java/org/rapidoid/util/U.java
+++ b/rapidoid-u/src/main/java/org/rapidoid/util/U.java
@@ -819,6 +819,37 @@ public class U {
});
}
+ public stati... | Added more auto-expanding map factory utils. | rapidoid_rapidoid | train |
af7aa4f1160d27055bb56d5b7778c2f2eeb054c9 | diff --git a/packages/ringcentral-integration/modules/Analytics/index.js b/packages/ringcentral-integration/modules/Analytics/index.js
index <HASH>..<HASH> 100644
--- a/packages/ringcentral-integration/modules/Analytics/index.js
+++ b/packages/ringcentral-integration/modules/Analytics/index.js
@@ -8,6 +8,40 @@ import g... | Make tracking list can append more method from the child class (#<I>)
1. Make tracking list can append more method from the child class.
2. Add routes for tracking - /calls. | ringcentral_ringcentral-js-widgets | train |
adeee781a3c4e5e2c465acbed69ab648a801003c | diff --git a/runtime/core/src/main/java/io/datawire/quark/runtime/BufferImpl.java b/runtime/core/src/main/java/io/datawire/quark/runtime/BufferImpl.java
index <HASH>..<HASH> 100644
--- a/runtime/core/src/main/java/io/datawire/quark/runtime/BufferImpl.java
+++ b/runtime/core/src/main/java/io/datawire/quark/runtime/Buffe... | Quark Buffer has readableSize===capacity, enforce it | datawire_quark | train |
92a074bc18a838aeb0ada8555fbf749f7b150c82 | diff --git a/lib/compat/multi_json.rb b/lib/compat/multi_json.rb
index <HASH>..<HASH> 100644
--- a/lib/compat/multi_json.rb
+++ b/lib/compat/multi_json.rb
@@ -1,7 +1,7 @@
gem 'multi_json', '>= 1.0.0'
require 'multi_json'
-if !MultiJson.respond_to?(:load) || MultiJson.method(:load).owner == Kernel
+if !MultiJson.res... | Compatible multi_json >= <I> with Rails<I> | googleapis_google-api-ruby-client | train |
7454333bf1b6e588185cefce069ccc4b051a4f0f | diff --git a/upup/pkg/fi/cloudup/containerd.go b/upup/pkg/fi/cloudup/containerd.go
index <HASH>..<HASH> 100644
--- a/upup/pkg/fi/cloudup/containerd.go
+++ b/upup/pkg/fi/cloudup/containerd.go
@@ -228,6 +228,7 @@ func findAllContainerdDockerMappings() map[string]string {
"1.4.6": "20.10.7",
"1.4.9": "20.10.8",
... | Add hashes for Docker <I> | kubernetes_kops | train |
2c4eb0064ba9b550a39fd89072343232dce08e62 | diff --git a/lib/dml/oci8po_adodb_moodle_database.php b/lib/dml/oci8po_adodb_moodle_database.php
index <HASH>..<HASH> 100644
--- a/lib/dml/oci8po_adodb_moodle_database.php
+++ b/lib/dml/oci8po_adodb_moodle_database.php
@@ -170,7 +170,7 @@ class oci8po_adodb_moodle_database extends adodb_moodle_database {
}
... | MDL-<I> oracle dml: towards full support | moodle_moodle | train |
495c3afe7b326edcd088d96a6bd41c5f93d5e37d | diff --git a/lib/slingshot.rb b/lib/slingshot.rb
index <HASH>..<HASH> 100644
--- a/lib/slingshot.rb
+++ b/lib/slingshot.rb
@@ -1,6 +1,8 @@
require 'rest_client'
require 'yajl/json_gem'
+require 'slingshot/rubyext/hash'
+
module Slingshot
autoload :Configuration, File.dirname(__FILE__) + '/slingshot/configurat... | Added Index#store to save documents in index | karmi_retire | train |
4438e704e520d1baff4e8ed78f8faf0f35fe7d10 | diff --git a/salt/returners/mysql.py b/salt/returners/mysql.py
index <HASH>..<HASH> 100644
--- a/salt/returners/mysql.py
+++ b/salt/returners/mysql.py
@@ -191,10 +191,16 @@ def returner(ret):
(`fun`, `jid`, `return`, `id`, `success`, `full_ret` )
VALUES (%s, %s, %s, %s, %s, %s)... | fix mysql returner for syndic master job cache
- Change 'jids' table insert so that syndic returns will not fail (the
first insert wins)
- Set default values for 'success' and 'fun' properties as they are not
present on syndic returns | saltstack_salt | train |
8a0f69b9553a511878aaa6134738bc606b9b94d9 | diff --git a/core/src/main/java/org/springframework/security/access/method/AbstractMethodSecurityMetadataSource.java b/core/src/main/java/org/springframework/security/access/method/AbstractMethodSecurityMetadataSource.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/springframework/security/access/method/A... | SEC-<I>: Placing Security on Roo Aspected method fails. Added suggested fix - check for null target and use Signature.declaredType instead. | spring-projects_spring-security | train |
1d5c88fc1d70ec1c92c7a249ee5ccf7884e3dcc6 | diff --git a/cms_lab_publications/models.py b/cms_lab_publications/models.py
index <HASH>..<HASH> 100644
--- a/cms_lab_publications/models.py
+++ b/cms_lab_publications/models.py
@@ -195,7 +195,10 @@ class PublicationSet(models.Model):
'To add files and tags to publication records, create publication... | Allow a Publication Set to be created without publications | mfcovington_djangocms-lab-publications | train |
3cec95581f8f1c00dd577dd9a751c50c277bd833 | diff --git a/src/Orm/EntityRepository.php b/src/Orm/EntityRepository.php
index <HASH>..<HASH> 100644
--- a/src/Orm/EntityRepository.php
+++ b/src/Orm/EntityRepository.php
@@ -198,7 +198,7 @@ final class EntityRepository implements EntityRepositoryInterface
}
$filterDataDto = FilterDataDto::n... | fix get field dto on filter clause
the fieldDto is always null | EasyCorp_EasyAdminBundle | train |
ba9c30568b95c82b9199b290c921ff0504217420 | diff --git a/packages/neos-ui-editors/src/Image/index.js b/packages/neos-ui-editors/src/Image/index.js
index <HASH>..<HASH> 100644
--- a/packages/neos-ui-editors/src/Image/index.js
+++ b/packages/neos-ui-editors/src/Image/index.js
@@ -25,6 +25,9 @@ export default class ImageEditor extends Component {
}),
... | BUGFIX: properly reset Image Editor on Inspector Cancel
Fixes: #<I> | neos_neos-ui | train |
f15b8e43e637b8f16cac0ea7f4658ba533afded2 | diff --git a/python/src/nnabla/utils/converter/nnabla/exporter.py b/python/src/nnabla/utils/converter/nnabla/exporter.py
index <HASH>..<HASH> 100644
--- a/python/src/nnabla/utils/converter/nnabla/exporter.py
+++ b/python/src/nnabla/utils/converter/nnabla/exporter.py
@@ -18,6 +18,7 @@ import os
import shutil
import te... | fix nnp to nnp problem with h5 | sony_nnabla | train |
0d0b24013730773351a09344350f6294bb5cbd36 | diff --git a/Model/Module.php b/Model/Module.php
index <HASH>..<HASH> 100644
--- a/Model/Module.php
+++ b/Model/Module.php
@@ -25,7 +25,7 @@ abstract class Module implements ModuleInterface
/**
* @var string
*/
- protected $type;
+ protected $modularType;
/**
* Get id
@@ -40,9 +40,17... | Improved the Module interface with some refactoring and the inclusion of getModularSegment | harmony-project_modular-routing | train |
d9f64b18849821789b24e54a52a5b9a42525572d | diff --git a/app/preparation/mzidtsv/proteingrouping.py b/app/preparation/mzidtsv/proteingrouping.py
index <HASH>..<HASH> 100644
--- a/app/preparation/mzidtsv/proteingrouping.py
+++ b/app/preparation/mzidtsv/proteingrouping.py
@@ -116,14 +116,6 @@ def get_masters(ppgraph):
return masters
-def count_protein_gro... | Changed sort functions to sort info from db records by key | glormph_msstitch | train |
83ed900fce18a01f8eb24c45dd69b21b50085407 | diff --git a/Factory/MediaFactory.php b/Factory/MediaFactory.php
index <HASH>..<HASH> 100755
--- a/Factory/MediaFactory.php
+++ b/Factory/MediaFactory.php
@@ -12,7 +12,7 @@
namespace WellCommerce\Bundle\MediaBundle\Factory;
-use WellCommerce\Bundle\CoreBundle\Factory\AbstractFactory;
+use WellCommerce\Bundle\Doctr... | MOved factories to doctrine bundle >> EntityFactoryInterface | WellCommerce_CouponBundle | train |
eabe1140b2e59947d143757234db8be6495cb476 | diff --git a/strategyFunctions/swarmServices.js b/strategyFunctions/swarmServices.js
index <HASH>..<HASH> 100644
--- a/strategyFunctions/swarmServices.js
+++ b/strategyFunctions/swarmServices.js
@@ -721,9 +721,12 @@ var engine = {
createSecret (options, cb) {
lib.getDeployer(options, (error, deployer) => ... | data in docker create secret converted to base<I> before creating secret | soajs_soajs.core.drivers | train |
1fd8d16ef25bf8b725415eca7b39a24c876d4539 | diff --git a/Tests/TestBundle/Checker/CustomChecker.php b/Tests/TestBundle/Checker/CustomChecker.php
index <HASH>..<HASH> 100644
--- a/Tests/TestBundle/Checker/CustomChecker.php
+++ b/Tests/TestBundle/Checker/CustomChecker.php
@@ -18,7 +18,7 @@ use Jose\Component\Checker\HeaderChecker;
class CustomChecker implements... | Checkers (#<I>)
Checkers reviewed | web-token_jwt-bundle | train |
0cfd5e2dd77f27a0715b07cde4649989a6c4b769 | diff --git a/marathon_acme/tests/test_service.py b/marathon_acme/tests/test_service.py
index <HASH>..<HASH> 100644
--- a/marathon_acme/tests/test_service.py
+++ b/marathon_acme/tests/test_service.py
@@ -320,8 +320,7 @@ class TestMarathonAcme(object):
'portDefinitions': [
{'port': 9000, 'pr... | Add explicit test for app definitions with both portDefinitions and ports | praekeltfoundation_marathon-acme | train |
fa23309bb02473491c7be5db9e8220b786df614a | diff --git a/lxd/patches.go b/lxd/patches.go
index <HASH>..<HASH> 100644
--- a/lxd/patches.go
+++ b/lxd/patches.go
@@ -40,6 +40,7 @@ var patches = []patch{
{name: "storage_api_keys", run: patchStorageApiKeys},
{name: "storage_api_update_storage_configs", run: patchStorageApiUpdateStorageConfigs},
{name: "storage_... | patches: detect logical volume size
Addresses #<I>. | lxc_lxd | train |
d5975d53cba537a26d6c6e7082f325f707d56e56 | diff --git a/Slim/Http/Response.php b/Slim/Http/Response.php
index <HASH>..<HASH> 100644
--- a/Slim/Http/Response.php
+++ b/Slim/Http/Response.php
@@ -306,16 +306,16 @@ class Response extends Message implements ResponseInterface
*/
public function withJson($data, $status = null, $encodingOptions = 0)
{
... | Ensure withJson returns a new Response
Fixes issue <I>. The withJson method now clones the Response, and
updates this with a new header, and a new Body. | slimphp_Slim | train |
a05ce20bac30150941a883304a54736a186eba5c | diff --git a/lib/python/vdm/server/HTTPListener.py b/lib/python/vdm/server/HTTPListener.py
index <HASH>..<HASH> 100644
--- a/lib/python/vdm/server/HTTPListener.py
+++ b/lib/python/vdm/server/HTTPListener.py
@@ -1969,26 +1969,6 @@ class StopDatabaseAPI(MethodView):
return server.kill_database(database_id)
... | VDM-<I> Removed the commented codes. | VoltDB_voltdb | train |
7ee49c32b70b0bd3e9709865c0b9c43d16c8f18c | diff --git a/peer.go b/peer.go
index <HASH>..<HASH> 100644
--- a/peer.go
+++ b/peer.go
@@ -121,7 +121,8 @@ type Peer struct {
versionKnown bool
// Last received pong message
- lastPong int64
+ lastPong int64
+ lastBlockReceived time.Time
host []byte
port uint16
@@ -408,10 +409,7 @@ func (p *Peer) H... | Added update method and general service timer
* disable catching up if no block received for longer than <I> seconds | ethereum_go-ethereum | train |
280157d508ddf52c503be05c5b81cec36cb47d21 | diff --git a/src/core/TSDB.java b/src/core/TSDB.java
index <HASH>..<HASH> 100644
--- a/src/core/TSDB.java
+++ b/src/core/TSDB.java
@@ -965,6 +965,9 @@ public final class TSDB {
if (search != null) {
search.indexAnnotation(note).addErrback(new PluginError());
}
+ if( rt_publisher != null ) {
+ rt... | #<I> RTPublisher should publish submitted Annotations | OpenTSDB_opentsdb | train |
a89a1acb177731902d7d8b82be1ae931b91fe189 | diff --git a/python/upload.py b/python/upload.py
index <HASH>..<HASH> 100644
--- a/python/upload.py
+++ b/python/upload.py
@@ -77,6 +77,39 @@ def encode_multipart(fields, files, boundary=None):
return (body, headers)
+def upload_file(filepath, move_files=True):
+ '''
+ Upload file at filepath.
+
+ Mov... | Move photos on success/fail | mapillary_mapillary_tools | train |
2a4ea60d33cc0d5c42cce03800a5d376e68f0e53 | diff --git a/test/foreign_function.js b/test/foreign_function.js
index <HASH>..<HASH> 100644
--- a/test/foreign_function.js
+++ b/test/foreign_function.js
@@ -1,6 +1,5 @@
-var expect = require('expect.js')
- , assert = require('assert')
+var assert = require('assert')
, ref = require('ref')
, Array = require('... | test: use "assert" in the ForeignFunction tests | node-ffi-napi_node-ffi-napi | train |
bdef9ff1efc115de35dfba2548dd1f6227432ff4 | diff --git a/lib/irc.js b/lib/irc.js
index <HASH>..<HASH> 100644
--- a/lib/irc.js
+++ b/lib/irc.js
@@ -91,8 +91,6 @@ function _version() {
* @param {String} nick: optional nickname, defaults to 'nestor'
*/
function start(host, channel, nick) {
- const PENDING = 1000;
-
var commands = {
build: _build,
... | Default IRC pending should be 1 sec, not no pending. Change Jenkins console interval handling to allow undefined opts. | cliffano_nestor | train |
a5c014f5b227d7a65783823f89d075596186b643 | diff --git a/tests/cases/test/DispatcherTest.php b/tests/cases/test/DispatcherTest.php
index <HASH>..<HASH> 100644
--- a/tests/cases/test/DispatcherTest.php
+++ b/tests/cases/test/DispatcherTest.php
@@ -27,7 +27,11 @@ class DispatcherTest extends \lithium\test\Unit {
}
public function testRunWithReporter() {
- $... | Updating report unit tests for new reporter. | UnionOfRAD_lithium | train |
876f9e4c8e9e2eeb6812ed76c91d0e77a479dff0 | diff --git a/bin/medpy_extract_sub_volume_by_example.py b/bin/medpy_extract_sub_volume_by_example.py
index <HASH>..<HASH> 100755
--- a/bin/medpy_extract_sub_volume_by_example.py
+++ b/bin/medpy_extract_sub_volume_by_example.py
@@ -82,16 +82,10 @@ def main():
# extract the position of the foreground object in... | medpy_extract_sub_volume_by_example.py now dimensionality free. | loli_medpy | train |
e55074986db493e074486d50922705ec4a9ab4b7 | diff --git a/core/src/main/java/com/graphhopper/routing/ch/PrepareContractionHierarchies.java b/core/src/main/java/com/graphhopper/routing/ch/PrepareContractionHierarchies.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/graphhopper/routing/ch/PrepareContractionHierarchies.java
+++ b/core/src/main/java/com... | Add missing isPrepared method to LM/CH preparations | graphhopper_graphhopper | train |
13272ff1568b90d541df6db6058e1329d243acf4 | diff --git a/netmaster/objApi/apiController.go b/netmaster/objApi/apiController.go
index <HASH>..<HASH> 100755
--- a/netmaster/objApi/apiController.go
+++ b/netmaster/objApi/apiController.go
@@ -366,107 +366,6 @@ func endpointGroupCleanup(endpointGroup *contivModel.EndpointGroup) {
// FIXME: hack to allocate unique en... | Add external contracts support (import and export) for ACI | contiv_netplugin | train |
e43388157d7e5c90a728e8784a1cc5db7d48a2d4 | diff --git a/lib/jquery.raty.js b/lib/jquery.raty.js
index <HASH>..<HASH> 100644
--- a/lib/jquery.raty.js
+++ b/lib/jquery.raty.js
@@ -41,7 +41,7 @@
this.opt.path = this.opt.path || '';
- if (this.opt.path && this.opt.path.slice(this.opt.path.length - 1, this.opt.path.length) !== '/') {
+ if ... | Testing the path using charAt rather than slice | wbotelhos_raty | train |
036c8a0b26ff5afea8103dfd3e986b080c8eed0f | diff --git a/crc16.go b/crc16.go
index <HASH>..<HASH> 100644
--- a/crc16.go
+++ b/crc16.go
@@ -25,6 +25,7 @@ const (
type Table struct {
entries [256]uint16
reversed bool
+ noXOR bool
}
// IBMTable is the table for the IBM polynomial.
@@ -47,11 +48,19 @@ func MakeTable(poly uint16) *Table {
return makeTa... | Add feature for no XOR in and no XOR out | howeyc_crc16 | train |
64b7e11e68ae2e674eb8b0cce56c0956329c26a2 | diff --git a/src/basis.js b/src/basis.js
index <HASH>..<HASH> 100644
--- a/src/basis.js
+++ b/src/basis.js
@@ -2769,6 +2769,7 @@
// misc.
sortAsObject: function(){
+ // deprecated in basis.js 1.3.0
/** @cut */ consoleMethods.warn('basis.array.sortAsObject is deprecated, use basis.array.sort inst... | add to comment when something is deprecated | basisjs_basisjs | train |
c5ed7b1fbd77ace635ef27e42e3cedf9724e2a07 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -234,7 +234,7 @@ def do_setup():
'flask-caching>=1.3.3, <1.4.0',
'flask-login==0.2.11',
'flask-swagger==0.2.13',
- 'flask-wtf>=0.14, <0.15',
+ 'flask-wtf>=0.14.2, <0... | [AIRFLOW-<I>] Bump Flask-WTF
Flask-appbuilder needs at least <I>
Closes #<I> from Fokko/AIRFLOW-<I> | apache_airflow | train |
ef6db0cd15edcfd01443da1a8b6230923986b680 | diff --git a/ChangeLog.md b/ChangeLog.md
index <HASH>..<HASH> 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
# Changelog
+## v1.9.3
+
+- Corrected folder path for SF > 3 (08/10/2021)
+
## v1.9.2
- Corrected `ServiceUser` to check wether token is NOT null (20/09/2021)
diff --git a/Service/ServiceIma... | - Corrected folder path for SF > 3 (<I>/<I>/<I>) | 975L_ServicesBundle | train |
58fe2eb66ba825c8c27124aec9e54c9fc6d8477d | diff --git a/tasks/ghost.js b/tasks/ghost.js
index <HASH>..<HASH> 100644
--- a/tasks/ghost.js
+++ b/tasks/ghost.js
@@ -18,7 +18,7 @@ module.exports = function (grunt) {
// Get spawn function for the CasperJS process creation
spawn = require('child_process').spawn,
// Create array that will co... | Removed unnecessary string.
At least I think it's unnecessary? | colinwren_grunt-ghost | train |
f5032ae2e8d7679cb2428a691d3263a161bda16a | diff --git a/awslimitchecker/tests/test_runner.py b/awslimitchecker/tests/test_runner.py
index <HASH>..<HASH> 100644
--- a/awslimitchecker/tests/test_runner.py
+++ b/awslimitchecker/tests/test_runner.py
@@ -291,7 +291,11 @@ class TestAwsLimitCheckerRunner(object):
with pytest.raises(ValueError) as excinfo:
... | fix issues with py<I> and py3 tests | jantman_awslimitchecker | train |
b91c84c8643e010867bf4b6f03dd2c0aeda9d3e4 | diff --git a/xgbutil.go b/xgbutil.go
index <HASH>..<HASH> 100644
--- a/xgbutil.go
+++ b/xgbutil.go
@@ -17,6 +17,7 @@ import (
// X connection, the root window, event callbacks, key/mouse bindings, etc.
type XUtil struct {
conn *xgb.Conn
+ screen *xgb.ScreenInfo
root xgb.Id
atoms map[string]xgb.Id
... | add a general purpose graphics context and a shortcut to the default screen | BurntSushi_xgbutil | train |
ef49e6f2eb44c492bba550ae90f9f291312647d2 | diff --git a/lib/faraday_middleware/response_middleware.rb b/lib/faraday_middleware/response_middleware.rb
index <HASH>..<HASH> 100644
--- a/lib/faraday_middleware/response_middleware.rb
+++ b/lib/faraday_middleware/response_middleware.rb
@@ -37,6 +37,8 @@ module FaradayMiddleware
def process_response(env)
... | Include env.response when rescuing ParsingErrors (#<I>)
If a `ParsingError` is raised during processing, then attach the
`env.response` to the error. | lostisland_faraday_middleware | train |
8e7871ce6d258ddf46e182c4eafa1ca5967b3c35 | diff --git a/pysd/py_backend/external.py b/pysd/py_backend/external.py
index <HASH>..<HASH> 100644
--- a/pysd/py_backend/external.py
+++ b/pysd/py_backend/external.py
@@ -620,8 +620,6 @@ class ExtData(External):
self.roots = [root]
self.coordss = [coords]
self.dims = dims
-
- # This va... | Check interpolation method in ExtData.add
Check the consistency in the definition of the interpolation method. | JamesPHoughton_pysd | train |
2ab33ad144bc4c67ae082ce30a1669428e4b2ff4 | diff --git a/js/bitmart.js b/js/bitmart.js
index <HASH>..<HASH> 100644
--- a/js/bitmart.js
+++ b/js/bitmart.js
@@ -534,6 +534,7 @@ module.exports = class bitmart extends Exchange {
'Content-Type': 'application/x-www-form-urlencoded',
};
} else {
+ const nonce = this.non... | bitmart minor edits in sign() | ccxt_ccxt | train |
7b7507834ff62374e856699c1be2e1067c6f9451 | diff --git a/lib/rack/app/payload/parser/builder.rb b/lib/rack/app/payload/parser/builder.rb
index <HASH>..<HASH> 100644
--- a/lib/rack/app/payload/parser/builder.rb
+++ b/lib/rack/app/payload/parser/builder.rb
@@ -15,12 +15,17 @@ class Rack::App::Payload::Parser::Builder
self
end
- def accept_json
- Rack... | feat: simplify payload parser accept interface | rack-app_rack-app | train |
941a75e9e66fed1c930c4120a3460a83eaf7ba2f | diff --git a/go/service/main.go b/go/service/main.go
index <HASH>..<HASH> 100644
--- a/go/service/main.go
+++ b/go/service/main.go
@@ -2,8 +2,10 @@ package service
import (
"fmt"
+ "io/ioutil"
"net"
"os"
+ "path"
"github.com/codegangsta/cli"
"github.com/keybase/client/go/libcmdline"
@@ -56,6 +58,11 @@ fu... | write .cache/keybase/service.version on service startup
This provides an easy way for updated clients to find out what version
of the service is currently running, so that they can bounce it if need
be.
Closes <URL> | keybase_client | train |
6529dc5f2dc876fa888f43a27a0cab2f2fed78a0 | diff --git a/lib/jsdom/level2/html.js b/lib/jsdom/level2/html.js
index <HASH>..<HASH> 100644
--- a/lib/jsdom/level2/html.js
+++ b/lib/jsdom/level2/html.js
@@ -60,11 +60,11 @@ core.resourceLoader = {
resolve: function(document, path) {
var baseElements = document.getElementsByTagName('base'),
baseUrl ... | renamed newValue to value (fixing the event that is emitted) and restructured the event init to wrap before <I> cols | jsdom_jsdom | train |
40c56a3cdd612a08cd5d05337e8c26151ad4473f | diff --git a/dropwizard-logging/src/main/java/io/dropwizard/logging/FileAppenderFactory.java b/dropwizard-logging/src/main/java/io/dropwizard/logging/FileAppenderFactory.java
index <HASH>..<HASH> 100644
--- a/dropwizard-logging/src/main/java/io/dropwizard/logging/FileAppenderFactory.java
+++ b/dropwizard-logging/src/ma... | Removing maximum limit on archivedFileCount for file logging. | dropwizard_dropwizard | train |
9606b6a27f88249ad525caac92b8417ebc8f9051 | diff --git a/spec/functional/resource/user/useradd_spec.rb b/spec/functional/resource/user/useradd_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/functional/resource/user/useradd_spec.rb
+++ b/spec/functional/resource/user/useradd_spec.rb
@@ -25,10 +25,22 @@ def resource_for_platform(username, run_context)
Chef::Res... | fix the useradd test filters
try to document it a bit better so i don't accidentally delete it
again. | chef_chef | train |
457c98f4c2489fec139df59dcef58e068b104b01 | diff --git a/internal/snmp/translate.go b/internal/snmp/translate.go
index <HASH>..<HASH> 100644
--- a/internal/snmp/translate.go
+++ b/internal/snmp/translate.go
@@ -54,11 +54,17 @@ func LoadMibsFromPath(paths []string, log telegraf.Logger) error {
}
appendPath(mibPath)
- folders = append(folders, mibPath)
... | fix: snmp input plugin errors if mibs folder doesn't exist (#<I>) (#<I>) | influxdata_telegraf | train |
be1c0614068db3ebe561b7384a21d5d5107a0905 | diff --git a/treeherder/log_parser/tasks.py b/treeherder/log_parser/tasks.py
index <HASH>..<HASH> 100644
--- a/treeherder/log_parser/tasks.py
+++ b/treeherder/log_parser/tasks.py
@@ -74,7 +74,7 @@ def parse_log(project, job_log_url, job_guid, check_errors=False):
clean_line = get_mozharness_substri... | Bug <I> - Return a dict not None if no valid search terms found; r=mdoglio
The UI expects bugs to be a dict, rather than None. This change also
makes the return value consistent with that when a search term is
identified, but the get_bugs_for_search_term() found zero bugs. | mozilla_treeherder | train |
0475b23a37d74a32edc8b24a48f8ae08bb80d8ff | diff --git a/tests/test_utils.py b/tests/test_utils.py
index <HASH>..<HASH> 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -80,6 +80,15 @@ def test_lru_cache_unlimited_explicit():
assert len(cache.lru) == 100
+def test_lru_cache_iteration_works():
+ cache = LRUCache()
+ count = 0
+ for ... | Internal: support iteration over LRUCache correctly
Right now LRUCache is iterable due to its __getitem__ method which Python uses
with numerical indexes. But due to the current `get()` default value of `None`
it will iterate for ever always returning `None`. For now this commit fixes
this by making iteration over a L... | msiemens_tinydb | train |
32eb941bdf5f81a7935116d6b2f0ac37eedd9baf | diff --git a/src/main/java/org/gitlab/api/models/GitlabMergeRequest.java b/src/main/java/org/gitlab/api/models/GitlabMergeRequest.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/gitlab/api/models/GitlabMergeRequest.java
+++ b/src/main/java/org/gitlab/api/models/GitlabMergeRequest.java
@@ -49,13 +49,16 @@ publi... | add missing field mergeCommitSHA and json property SHA (#<I>) | timols_java-gitlab-api | train |
232dcf16ede5d8ea29ef6d1cb567b9347af91867 | diff --git a/annotypes/_array.py b/annotypes/_array.py
index <HASH>..<HASH> 100644
--- a/annotypes/_array.py
+++ b/annotypes/_array.py
@@ -8,9 +8,6 @@ from ._typing import TYPE_CHECKING, overload, Sequence, TypeVar, Generic, \
NEW_TYPING
from ._stackinfo import find_caller_class
-
-
-
if TYPE_CHECKING: # prag... | Added handling for Jython Arrays | dls-controls_annotypes | train |
90642a4a815a69a96a028875aebbc03f080ce103 | diff --git a/src/main/resources/META-INF/resources/primefaces/tree/tree.js b/src/main/resources/META-INF/resources/primefaces/tree/tree.js
index <HASH>..<HASH> 100644
--- a/src/main/resources/META-INF/resources/primefaces/tree/tree.js
+++ b/src/main/resources/META-INF/resources/primefaces/tree/tree.js
@@ -875,18 +875,2... | Do not update selections if drop target is not draggable | primefaces_primefaces | train |
6f71054b10da34d62d96ee4c1dc5d51e25d1796d | diff --git a/jpyutil.py b/jpyutil.py
index <HASH>..<HASH> 100644
--- a/jpyutil.py
+++ b/jpyutil.py
@@ -531,7 +531,9 @@ def write_config_files(out_dir='.',
jvm_dll_file=None,
install_dir=None,
req_java_api_conf=True,
- req_py_a... | Update jpyutil.py
Allow jvm_properties and jvm_options to be passed to the method write_config_files. | bcdev_jpy | train |
fc0ee3f081822e8461629470590bbe62847b8bff | diff --git a/events.go b/events.go
index <HASH>..<HASH> 100644
--- a/events.go
+++ b/events.go
@@ -37,6 +37,20 @@ func (e Event) ParseMessageId() (string, error) {
return headers["message-id"].(string), nil
}
+func (e Event) ParseEventType() (string, error) {
+ obj, ok := e["event"]
+ if !ok {
+ return "", errors... | Adds ParseEventType to Event | mailgun_mailgun-go | train |
1372df2cab4e0341430a8201c78fbb0e247c0c50 | diff --git a/agent.go b/agent.go
index <HASH>..<HASH> 100644
--- a/agent.go
+++ b/agent.go
@@ -521,6 +521,23 @@ func getAnnounceFields() (logrus.Fields, error) {
}, nil
}
+// formatFields converts logrus Fields (containing arbitrary types) into a string slice.
+func formatFields(fields logrus.Fields) []string {
+ ... | logging: Fix handling of non-string fields when PID 1
Convert all non-string types into strings prior to logging to avoid
attempting to display non-string types with the `%q` format verb.
Fixes #<I>. | kata-containers_agent | train |
1253454167fde9a555f9563a825846f12a44e994 | diff --git a/aegea/deploy.py b/aegea/deploy.py
index <HASH>..<HASH> 100644
--- a/aegea/deploy.py
+++ b/aegea/deploy.py
@@ -140,6 +140,7 @@ def grant(args):
GitHub repo URL, create and record a deployment key accessible to
the IAM role.
"""
+ repo = get_repo(args.repo)
try:
role = resourc... | Error out early on github auth failure | kislyuk_aegea | train |
1281274677274fe1d709aded64ffddddd8b3f8e3 | diff --git a/pecan/tests/test_util.py b/pecan/tests/test_util.py
index <HASH>..<HASH> 100644
--- a/pecan/tests/test_util.py
+++ b/pecan/tests/test_util.py
@@ -93,3 +93,23 @@ class TestArgSpec(unittest.TestCase):
actual = util.getargspec(dec(True)(
self.controller.static_index))
assert exp... | Fix an argspec detection edge case in `pecan.util.getargspec`
In lieu of decorators that responsibly duplicate the argspec of underlying
functions, pecan must make a best guess. When multiple nested decorators are
discovered, the __closure__ of the wrapped function is searched for callables
(one of which likely repre... | pecan_pecan | train |
d2621d6c2fab07d8d4af9ad0bbd11494aa2cf95f | diff --git a/src/Application.php b/src/Application.php
index <HASH>..<HASH> 100644
--- a/src/Application.php
+++ b/src/Application.php
@@ -121,6 +121,11 @@ class Application
}
}
+ public function __isset($name)
+ {
+ return property_exists($this, $name) || isset($this->components[$name]);
+... | add method __isset to accomodate twig access property | kenphp_ken | train |
f14d80ec0bdb2d339472c1e019ebe9a8613f4741 | diff --git a/config/web.php b/config/web.php
index <HASH>..<HASH> 100644
--- a/config/web.php
+++ b/config/web.php
@@ -12,6 +12,7 @@ $config = [
],
'user' => [
'identityClass' => 'app\models\User',
+ 'enableAutoLogin' => true,
],
'errorHandler' => [
'errorAction' => 'site/error', | Fixes #<I>: Added `enableAutoLogin` to basic and advanced application templates so "remember me" now works properly | yiisoft_yii2-app-basic | train |
384e180fd6247aa66bc4aca891614c2fb08013a0 | diff --git a/lib/git/diff/parser/patches.rb b/lib/git/diff/parser/patches.rb
index <HASH>..<HASH> 100644
--- a/lib/git/diff/parser/patches.rb
+++ b/lib/git/diff/parser/patches.rb
@@ -2,13 +2,13 @@ require 'delegate'
module Git
module Diff
module Parser
- class Patches < DelegateClass(Set)
+ class Pat... | feat(patches): use array instead of set | packsaddle_ruby-git_diff_parser | train |
1dda4ce3a1ac05a64180076256545bacf1f074bb | diff --git a/salesforce/backend/base.py b/salesforce/backend/base.py
index <HASH>..<HASH> 100644
--- a/salesforce/backend/base.py
+++ b/salesforce/backend/base.py
@@ -25,7 +25,7 @@ from salesforce.backend.validation import DatabaseValidation
from salesforce.backend.operations import DatabaseOperations
from salesforce... | Support for can_return_ids_from_bulk_insert with Django <I>+ | django-salesforce_django-salesforce | train |
85412e9e14ccc65bcefec04bd791b27640744897 | diff --git a/tests/WebDriverTest.php b/tests/WebDriverTest.php
index <HASH>..<HASH> 100644
--- a/tests/WebDriverTest.php
+++ b/tests/WebDriverTest.php
@@ -2,11 +2,11 @@
namespace Tests;
-use BotMan\BotMan\Messages\Attachments\Image;
use Mockery as m;
use BotMan\BotMan\Http\Curl;
use PHPUnit_Framework_TestCase;
... | Apply fixes from StyleCI (#2) | botman_driver-web | train |
ad96b0e4e75820966ecb5e2fc51ecbacf0fb9f0a | diff --git a/addon/lib/tween.js b/addon/lib/tween.js
index <HASH>..<HASH> 100644
--- a/addon/lib/tween.js
+++ b/addon/lib/tween.js
@@ -52,7 +52,7 @@ export default function tween($element, properties = {}, options = {}, label = '
}
function normalizeOptions(properties, options) {
- const opts = Object.assign({}, T... | Object.assign is not a function
Support for `Object.assign` is too limited now. | runspired_liquid-fire-tweenlite | train |
f6892ae82074d0cc42a04f443f206b887656ba81 | diff --git a/cherrypy/test/helper.py b/cherrypy/test/helper.py
index <HASH>..<HASH> 100644
--- a/cherrypy/test/helper.py
+++ b/cherrypy/test/helper.py
@@ -124,7 +124,10 @@ def testmain(conf=None, *args, **kwargs):
if conf is None:
conf = {}
setConfig(conf)
- cherrypy.server.start_with_callback(_te... | When individual tests were run with --help or -h as command line arguments a KeyboardInterrupt exception was raised and the test would hang until another KeyboardInterrupt was raised (i.e., by hitting Ctrl-C). | cherrypy_cheroot | train |
ac0150e07833809cbb5a14bb81ac82f75417d802 | diff --git a/edisgo/data/import_data.py b/edisgo/data/import_data.py
index <HASH>..<HASH> 100644
--- a/edisgo/data/import_data.py
+++ b/edisgo/data/import_data.py
@@ -563,6 +563,7 @@ def _attach_aggregated(network, grid, aggregated, ding0_grid):
v_level=v_level,
... | add line kind of agg. gen during import | openego_eDisGo | train |
b9df2313a092a58cec74db2f5e61a9e7957abaa1 | diff --git a/pynYNAB/schema/Client.py b/pynYNAB/schema/Client.py
index <HASH>..<HASH> 100644
--- a/pynYNAB/schema/Client.py
+++ b/pynYNAB/schema/Client.py
@@ -121,7 +121,6 @@ class nYnabClient_(Base):
self.budget.be_accounts.append(account)
self.budget.be_payees.append(payee)
self.budget.be_t... | lsitfields scalarfields added to instance once in __new__ | rienafairefr_pynYNAB | train |
e2aa84763760517f45f33aafceb85a2b0036c963 | diff --git a/test_ulid2.py b/test_ulid2.py
index <HASH>..<HASH> 100644
--- a/test_ulid2.py
+++ b/test_ulid2.py
@@ -20,6 +20,9 @@ def test_ulid_time_monotonic(generator):
'2013-12-01 10:10:10',
'2016-07-07 14:12:10',
'2016-07-07 14:13:10',
+ '2016-07-07 14:13:10',
+ '2016-07-07 1... | first pass at monotonic randomness for ULIDs in the same millisecond | valohai_ulid2 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.