hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
1dd91fb336276c2d673a706ea6ad4e84a2bd0ca5 | diff --git a/docs/components/Changelog.js b/docs/components/Changelog.js
index <HASH>..<HASH> 100644
--- a/docs/components/Changelog.js
+++ b/docs/components/Changelog.js
@@ -7,6 +7,13 @@ class Changelog extends React.Component {
<h1>Change Log</h1>
<h2>MX React Components V 5.0</h2>
+ <h3>5.... | Updates Changelog for <I> | mxenabled_mx-react-components | train |
087cf2c224e1bf8fd8210a7b8aa6e1b4224ca3ac | diff --git a/lib/togglv8/users.rb b/lib/togglv8/users.rb
index <HASH>..<HASH> 100644
--- a/lib/togglv8/users.rb
+++ b/lib/togglv8/users.rb
@@ -18,13 +18,13 @@ module Toggl
def me(all=nil)
# TODO: Reconcile this with get_client_projects
- @user = get "me%s" % [all.nil? ? "" : "?with_related_data=#{all... | Users: Repair me() and my_clients() | kanet77_togglv8 | train |
dfccf92e2b18540e76c21345b9ba0ab2b34f980d | diff --git a/ginga/gw/Desktop.py b/ginga/gw/Desktop.py
index <HASH>..<HASH> 100644
--- a/ginga/gw/Desktop.py
+++ b/ginga/gw/Desktop.py
@@ -214,7 +214,7 @@ class Desktop(Callback.Callbacks):
# TODO: this needs to be more sophisticated
# root.set_title(wsname)
- ws = self.make_ws(wsname, wstype... | Allow tabs to be reorderable | ejeschke_ginga | train |
db6d118967b648b71343c9c5183ccf6f6c4887af | diff --git a/py/selenium/webdriver/remote/webelement.py b/py/selenium/webdriver/remote/webelement.py
index <HASH>..<HASH> 100644
--- a/py/selenium/webdriver/remote/webelement.py
+++ b/py/selenium/webdriver/remote/webelement.py
@@ -529,7 +529,7 @@ class WebElement(BaseWebElement):
if self.parent._is_remote:
... | [py] Fix converting list of tuples to str in send_keys (#<I>) | SeleniumHQ_selenium | train |
2249e272c3e6264d5ccc2d8b422a194d38b43b33 | diff --git a/src/main/java/javax/time/UTCRules.java b/src/main/java/javax/time/UTCRules.java
index <HASH>..<HASH> 100644
--- a/src/main/java/javax/time/UTCRules.java
+++ b/src/main/java/javax/time/UTCRules.java
@@ -54,19 +54,19 @@ public abstract class UTCRules {
/**
* Constant for the offset from MJD day 0... | Make constants more private, ensuring they are not in Javadoc | ThreeTen_threetenbp | train |
d80e86c0ce3e736c3d676256f2c311adb61b11c9 | diff --git a/collectors/build/jenkins-codequality/src/main/java/com/capitalone/dashboard/utils/CodeQualityMetricsConverter.java b/collectors/build/jenkins-codequality/src/main/java/com/capitalone/dashboard/utils/CodeQualityMetricsConverter.java
index <HASH>..<HASH> 100644
--- a/collectors/build/jenkins-codequality/src/... | fix locale to the US for formatted numbers (#<I>) | Hygieia_Hygieia | train |
1b31a064fba31dc08a20973f186661a1baa20b60 | diff --git a/spec/shoulda/active_record/association_matcher_spec.rb b/spec/shoulda/active_record/association_matcher_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/shoulda/active_record/association_matcher_spec.rb
+++ b/spec/shoulda/active_record/association_matcher_spec.rb
@@ -375,7 +375,7 @@ describe Shoulda::Matcher... | don't conflict with the pre-existing method | thoughtbot_shoulda-matchers | train |
589c411a512477c725395b4a42d70282f19db369 | diff --git a/lib/rubyhome/http/hap_request.rb b/lib/rubyhome/http/hap_request.rb
index <HASH>..<HASH> 100644
--- a/lib/rubyhome/http/hap_request.rb
+++ b/lib/rubyhome/http/hap_request.rb
@@ -16,7 +16,7 @@ module Rubyhome
request_line = socket.read_nonblock(@buffer_size)
decrypted_request = decry... | Fix stupid mistake
We actually want to assign the count not perform addition | karlentwistle_ruby_home | train |
06fb16fe8811fa4009169987188ad6cd35013293 | diff --git a/ui/admin/setup_edit.php b/ui/admin/setup_edit.php
index <HASH>..<HASH> 100644
--- a/ui/admin/setup_edit.php
+++ b/ui/admin/setup_edit.php
@@ -315,10 +315,13 @@ $max_length_name -= strlen( $wpdb->prefix . 'pods_tbl_' );
<a href="#add-field" class="button-primary"><?php _e('Add F... | Make Advanced Options be open if 'none' is the storage type | pods-framework_pods | train |
c6375e4627dba32a60d471a84447acec8e6e4fff | diff --git a/pyontutils/core.py b/pyontutils/core.py
index <HASH>..<HASH> 100644
--- a/pyontutils/core.py
+++ b/pyontutils/core.py
@@ -1288,10 +1288,12 @@ def createOntology(filename= 'temp-graph',
comment= None, # 'This is a temporary ontology.'
version= TODAY,
... | createOntology resolve local_base at runtime not at import | tgbugs_pyontutils | train |
ccf18622b4831470d48b3a2c22f968f6fbdbcd9b | diff --git a/kademlia/network.py b/kademlia/network.py
index <HASH>..<HASH> 100644
--- a/kademlia/network.py
+++ b/kademlia/network.py
@@ -133,7 +133,11 @@ class Server(object):
Returns:
:class:`None` if not found, the value otherwise.
"""
- node = Node(digest(key))
+ dkey =... | fixed issue getting keys in networks of size 2 | bmuller_kademlia | train |
c4e0560d684536fde331b32977ecbbe1af0b03ee | diff --git a/httpcache4j-api/src/test/java/org/codehaus/httpcache4j/HeadersTest.java b/httpcache4j-api/src/test/java/org/codehaus/httpcache4j/HeadersTest.java
index <HASH>..<HASH> 100644
--- a/httpcache4j-api/src/test/java/org/codehaus/httpcache4j/HeadersTest.java
+++ b/httpcache4j-api/src/test/java/org/codehaus/httpca... | - Added a reverse test for parsing a date to date time.
git-svn-id: file:///home/projects/httpcache4j/tmp/scm-svn-tmp/trunk@<I> aeef7db8-<I>a-<I>-b<I>-bac<I>ff<I>f6 | httpcache4j_httpcache4j | train |
0dd5f0bb065c0ec803092cdd827fdfd8c816267f | diff --git a/scripts/generateIcons.js b/scripts/generateIcons.js
index <HASH>..<HASH> 100644
--- a/scripts/generateIcons.js
+++ b/scripts/generateIcons.js
@@ -109,7 +109,7 @@ glob(src + "/**/_sprite.svg", (err, results) => {
const camelCase = helpers.toCamelCase(fname);
// Do not proceed if the same fil... | Exclude only same names if they are under Icons subfolder | tutti-ch_react-styleguide | train |
37058071b33ad60ac5868a49861ea80a714b71d1 | diff --git a/synapse/tests/test_lib_types.py b/synapse/tests/test_lib_types.py
index <HASH>..<HASH> 100644
--- a/synapse/tests/test_lib_types.py
+++ b/synapse/tests/test_lib_types.py
@@ -17,6 +17,7 @@ class TypesTest(s_t_utils.SynTest):
# Base type tests, mainly sad paths
model = s_datamodel.Model()
... | Add explicit tests for getCompOffs | vertexproject_synapse | train |
fe8fd7f03728dba1a675bd3dac04c8964c488cc4 | diff --git a/src/project/FileTreeView.js b/src/project/FileTreeView.js
index <HASH>..<HASH> 100644
--- a/src/project/FileTreeView.js
+++ b/src/project/FileTreeView.js
@@ -45,7 +45,7 @@ define(function (require, exports, module) {
/**
* @private
* @type {Immutable.Map}
- *
+ *
* Stores th... | - simplify the css class handling | adobe_brackets | train |
2b4125be97b04eff275e516f23c165423745e2ae | diff --git a/src/Traits/HashidsTrait.php b/src/Traits/HashidsTrait.php
index <HASH>..<HASH> 100644
--- a/src/Traits/HashidsTrait.php
+++ b/src/Traits/HashidsTrait.php
@@ -17,10 +17,10 @@ trait HashidsTrait
*/
public function getRouteKey()
{
- $obscure = property_exists($this, 'obscure') && is_arr... | Refactor HashidsTrait ID obscuration | rinvex_laravel-support | train |
b622b132b9f9f04623e544d6f2916f376057286e | diff --git a/modules/staticAssets/staticAssets.js b/modules/staticAssets/staticAssets.js
index <HASH>..<HASH> 100644
--- a/modules/staticAssets/staticAssets.js
+++ b/modules/staticAssets/staticAssets.js
@@ -12,6 +12,7 @@ exports.module = function(phantomas) {
phantomas.on('recv', function(entry, res) {
// consol... | staticAssets: complain about missing compression only when getting HTTP <I> | macbre_phantomas | train |
9db9c664ef0c9bce878efd4de6917def42516776 | diff --git a/referral/middleware.py b/referral/middleware.py
index <HASH>..<HASH> 100644
--- a/referral/middleware.py
+++ b/referral/middleware.py
@@ -13,6 +13,8 @@ class ReferrerMiddleware():
if settings.AUTO_CREATE:
referrer = Referrer(name=referrer_name)
ref... | trigger match_campaign after auto create | byteweaver_django-referral | train |
80120e0e5bca001a8e9687b3c2153f30bb5ac58b | diff --git a/js/getUserMedia.js b/js/getUserMedia.js
index <HASH>..<HASH> 100644
--- a/js/getUserMedia.js
+++ b/js/getUserMedia.js
@@ -94,6 +94,9 @@ function getUserMedia(constraints) {
// Get requested video deviceId.
if (typeof constraints.video.deviceId === 'string') {
newConstraints.videoDeviceId = constr... | getUserMedia constraints: Allow `sourceId` (rather than just `deviceId`) to make adapter.js happy (should fix #<I>). | BasqueVoIPMafia_cordova-plugin-iosrtc | train |
c3844a9dc0a4432c5dc50aa2fbfd705bc09fd725 | diff --git a/activestorage/lib/active_storage/transformers/image_processing_transformer.rb b/activestorage/lib/active_storage/transformers/image_processing_transformer.rb
index <HASH>..<HASH> 100644
--- a/activestorage/lib/active_storage/transformers/image_processing_transformer.rb
+++ b/activestorage/lib/active_storag... | fix rubocop errors
Using `bundle exec rubocop -a` and visually verified | rails_rails | train |
5b84b72d152277d0ba10caf67e6f406197d993a1 | diff --git a/model_puller.go b/model_puller.go
index <HASH>..<HASH> 100644
--- a/model_puller.go
+++ b/model_puller.go
@@ -144,12 +144,15 @@ func (m *Model) puller() {
}
var limiter = make(chan bool, opts.Advanced.FilesInFlight)
+ var allDone sync.WaitGroup
for _, n := range ns {
limiter <- true
+ a... | Await completion of pull round before starting next (ref #2) | syncthing_syncthing | train |
e60e525063fa7b963bcda550c16f261b7867d364 | diff --git a/components/ensureOldIEClassName.js b/components/ensureOldIEClassName.js
index <HASH>..<HASH> 100644
--- a/components/ensureOldIEClassName.js
+++ b/components/ensureOldIEClassName.js
@@ -4,6 +4,6 @@ if (global.document) {
const ieVerison = parseInt(div.innerHTML, 10);
if (ieVerison) {
- document.... | Add old IE class to the html tag, since body may be unavailable yet. | skbkontur_retail-ui | train |
710881981bc16d2e585a0769901a09b0cb6a6cc8 | diff --git a/src/ecjTransformer/lombok/ast/ecj/EcjTreeConverter.java b/src/ecjTransformer/lombok/ast/ecj/EcjTreeConverter.java
index <HASH>..<HASH> 100644
--- a/src/ecjTransformer/lombok/ast/ecj/EcjTreeConverter.java
+++ b/src/ecjTransformer/lombok/ast/ecj/EcjTreeConverter.java
@@ -249,33 +249,6 @@ public class EcjTree... | Tossed away previous work on proper folding of variable-declaration based for loops; we already had a similar method (toVariableDefinition). Also fixed 'catch' positions. | rzwitserloot_lombok.ast | train |
c089423e92c46d1829980fa2f68b2f5e5e2b87aa | diff --git a/edisgo/grid/network.py b/edisgo/grid/network.py
index <HASH>..<HASH> 100644
--- a/edisgo/grid/network.py
+++ b/edisgo/grid/network.py
@@ -2250,7 +2250,7 @@ class Results:
plt.minorticks_on()
plt.axvline(1.0, color='black', linestyle='--')
plt.axvline(voltage.loc[str(t... | colored average line on voltage histogram | openego_eDisGo | train |
489224c1b8b6ad8011aa169234c6a9090d4e9c1d | diff --git a/test/oauth-authorization-test.js b/test/oauth-authorization-test.js
index <HASH>..<HASH> 100644
--- a/test/oauth-authorization-test.js
+++ b/test/oauth-authorization-test.js
@@ -353,12 +353,12 @@ suite.addBatch({
br.pressButton("#authenticate", this);
},
... | Different API for bad requests in Zombie | pump-io_pump.io | train |
8c2716da9180186e059e4b5ebdafeef0227e73a9 | diff --git a/alerts/alerts.go b/alerts/alerts.go
index <HASH>..<HASH> 100644
--- a/alerts/alerts.go
+++ b/alerts/alerts.go
@@ -52,7 +52,7 @@ var (
instances = make(map[string]AlertsClient)
drivers = make(map[string]InitFunc)
- mutex sync.Mutex
+ lock sync.Mutex
)
// AlertAction used to indicate the action p... | rename mutex to lock | libopenstorage_openstorage | train |
bd635d380a6a11719a44b7bab67b024c4a0f5dc8 | diff --git a/src/Helper/Picture.php b/src/Helper/Picture.php
index <HASH>..<HASH> 100644
--- a/src/Helper/Picture.php
+++ b/src/Helper/Picture.php
@@ -83,7 +83,7 @@ class Picture
*
* @return $this
*/
- public function source(int $iWidth, int $iHeight, int $iBreakpoint, float $iDensity = null): self... | Allow null breakpoint to be passed (to skip it) | nails_module-cdn | train |
61a12dd587b063e607c17651cc7d8d83973521bd | diff --git a/js/lykke.js b/js/lykke.js
index <HASH>..<HASH> 100644
--- a/js/lykke.js
+++ b/js/lykke.js
@@ -430,7 +430,11 @@ module.exports = class lykke extends Exchange {
async fetchOrders (symbol = undefined, since = undefined, limit = undefined, params = {}) {
await this.loadMarkets ();
const ... | Lykke orders filterBySymbol | ccxt_ccxt | train |
a5e21624d0eda7fd772ee868e9c8ce3105dd0189 | diff --git a/src/main/java/org/fuin/units4j/assertionrules/RuleMethodHasNullabilityInfo.java b/src/main/java/org/fuin/units4j/assertionrules/RuleMethodHasNullabilityInfo.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/fuin/units4j/assertionrules/RuleMethodHasNullabilityInfo.java
+++ b/src/main/java/org/fuin/un... | Added constructor to allow custom annotations | fuinorg_units4j | train |
95deb33d587c9f6e24b494ea9bdf9648c48f9a60 | diff --git a/compiler/utils.go b/compiler/utils.go
index <HASH>..<HASH> 100644
--- a/compiler/utils.go
+++ b/compiler/utils.go
@@ -369,7 +369,12 @@ func (c *funcContext) handleEscapingVars(n ast.Node) {
var names []string
objs := analysis.EscapingObjects(n, c.p.Info.Info)
- sort.Sort(varsByName(objs))
+ sort.Slic... | Ensure that sorting of variables is stable. (#<I>)
If names are equal, sort ties by position.
Fixes #<I>. | gopherjs_gopherjs | train |
ead1cb59dd2b7b00d223174ac2c7224e9ac6a31e | diff --git a/core/src/main/java/com/orientechnologies/orient/core/Orient.java b/core/src/main/java/com/orientechnologies/orient/core/Orient.java
index <HASH>..<HASH> 100755
--- a/core/src/main/java/com/orientechnologies/orient/core/Orient.java
+++ b/core/src/main/java/com/orientechnologies/orient/core/Orient.java
@@ -2... | Postponed cancelling of Orient's timer on shutdown | orientechnologies_orientdb | train |
705727e9aee643516473761ed93b36d48f93f3c7 | diff --git a/proselint/checks/garner/misspelling.py b/proselint/checks/garner/misspelling.py
index <HASH>..<HASH> 100644
--- a/proselint/checks/garner/misspelling.py
+++ b/proselint/checks/garner/misspelling.py
@@ -112,6 +112,8 @@ def check(text):
["misspelling", ["mispelling"]],
["mischievous",... | Add rule on monologues and monologuists | amperser_proselint | train |
a9c1de3deac8ff208134aadf61fc8a82d1876df4 | diff --git a/plugins/lib/crushter.js b/plugins/lib/crushter.js
index <HASH>..<HASH> 100644
--- a/plugins/lib/crushter.js
+++ b/plugins/lib/crushter.js
@@ -20,7 +20,8 @@ var spawn = require('child_process').spawn
*/
var canihaz = require('canihaz')('square')
, request = require('request')
- , async = require('asy... | [fix] Added missing dependency
[fix] process.send only accepts one single argument, so merge the error with the task
[fix] add missing `output_info` parameter
[api] add error response parsing for closure compiler service | observing_square | train |
a699d510ce68ef0947d49741b8758c9cc34d0ccf | diff --git a/salt/modules/layman.py b/salt/modules/layman.py
index <HASH>..<HASH> 100644
--- a/salt/modules/layman.py
+++ b/salt/modules/layman.py
@@ -19,24 +19,41 @@ def add(overlay):
installed overlays. Specify 'ALL' to add all overlays from the
remote list.
+ Return a list of the new overlay(s) added:... | Return list of overlays for layman.add and layman.delete
Calling layman.add will now return the list of added overlays
and layman.delete will return the list of removed overlays | saltstack_salt | train |
76c83c7641fdef0d8208dce9b5bd863018c9ffeb | diff --git a/commons/org.beangle.commons.orm/src/main/java/org/beangle/commons/orm/hibernate/internal/HibernateEntityContext.java b/commons/org.beangle.commons.orm/src/main/java/org/beangle/commons/orm/hibernate/internal/HibernateEntityContext.java
index <HASH>..<HASH> 100755
--- a/commons/org.beangle.commons.orm/src/m... | fix #5 fix NPE in collect collection type info on inherit hibernate mapping | beangle_beangle3 | train |
bf73924667e28882e5cca5c7af9d964c5f849284 | diff --git a/python/test/segy.py b/python/test/segy.py
index <HASH>..<HASH> 100644
--- a/python/test/segy.py
+++ b/python/test/segy.py
@@ -1839,7 +1839,7 @@ def test_groups_gather_equivalence():
# stack gathers in a list-of-traces, but there should only be 1 in this
# group
- from_group = np.... | Give numpy.stack a list, not generator
Numpy <I> raises a FutureWarning that passing a generator to np.stack
is deprecated and will be removed in the future, and should be given a
sequence. | equinor_segyio | train |
e6ddf64c8f778563d42911386cd05432d1d84ce4 | diff --git a/lib/chai/core/assertions.js b/lib/chai/core/assertions.js
index <HASH>..<HASH> 100644
--- a/lib/chai/core/assertions.js
+++ b/lib/chai/core/assertions.js
@@ -1644,6 +1644,7 @@ module.exports = function (chai, _) {
var isNested = flag(this, 'nested')
, isOwn = flag(this, 'own')
, flagMsg ... | fix: check target's type in `.property` assertion
Previously, the `.property` assertion failed ungracefully if the target was `null` or `undefined`. This commit causes an `AssertionError` to be thrown instead so that the ssfi flag and custom error messages are respected. | chaijs_chai | train |
6184acef39d19e2be448df6cc2a31931ca72a5d7 | diff --git a/lib/Sabre/CalDAV/Plugin.php b/lib/Sabre/CalDAV/Plugin.php
index <HASH>..<HASH> 100644
--- a/lib/Sabre/CalDAV/Plugin.php
+++ b/lib/Sabre/CalDAV/Plugin.php
@@ -813,7 +813,7 @@ class Sabre_CalDAV_Plugin extends Sabre_DAV_ServerPlugin {
}
if (in_array($method, array('REQUEST','REPLY','ADD',... | The IMip handler now takes an extra argument: the principal url. | sabre-io_dav | train |
51419539107f294dc20bd73f706268b1f117bb2b | diff --git a/ChangeLog b/ChangeLog
index <HASH>..<HASH> 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
=== Version 0.2.3
* Enhancements
* Can now find a TableCell by its' text
+ * If we receive an error calling #attach_to_window, wait one second and try again
+ *
=== Version 0.2.2 / 2011-07-31
* Enh... | trying attach_to_window a second time if it fails the first | cheezy_page-object | train |
e4b9e63e90c18eaf689c4734b3c6a8c2651d14e5 | diff --git a/builtin/providers/aws/resource_aws_iam_user_login_profile_test.go b/builtin/providers/aws/resource_aws_iam_user_login_profile_test.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/aws/resource_aws_iam_user_login_profile_test.go
+++ b/builtin/providers/aws/resource_aws_iam_user_login_profile_test.go
@... | provider/aws: Update regex to pass test | hashicorp_terraform | train |
d45c134cafe9d6e3973b9a1212635a5c18df9e2a | diff --git a/visidata/cmdlog.py b/visidata/cmdlog.py
index <HASH>..<HASH> 100644
--- a/visidata/cmdlog.py
+++ b/visidata/cmdlog.py
@@ -190,7 +190,7 @@ class _CommandLog:
comment = vd.currentReplayRow.comment if vd.currentReplayRow else cmd.helpstr
vd.activeCommand = self.newRow(sheet=sheetname,
- ... | [cmdlog] type col indices int, and col names str
since 6e<I>, the type of the *col* attribute matters.
If replaying, and *col* is an `int`, the CmdLog will index by position.
If *col* is a `str` it will index by column name.
Closes #<I> | saulpw_visidata | train |
aef7985e28f5bcbbe7e7541315d5b209dc366d63 | diff --git a/src/Codeception/Lib/InnerBrowser.php b/src/Codeception/Lib/InnerBrowser.php
index <HASH>..<HASH> 100644
--- a/src/Codeception/Lib/InnerBrowser.php
+++ b/src/Codeception/Lib/InnerBrowser.php
@@ -717,14 +717,14 @@ class InnerBrowser extends Module implements Web
}
if ($nodes->filter('sele... | Fixing typos/method calls in grabValueFrom
grabValueFrom calling wrong methods and incorrect comments regarding
types.
- filter() returns Crawler
- Crawler does not have childNodes
- children() returns DOMElement objects | Codeception_Codeception | train |
4fc8e078d53887a4639ef1345c450b71782a6189 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -20,9 +20,12 @@ setup(
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
],
- requires=['scrapy (>=1.0.3)'],
+ requires=['Scrapy (>=1.0.3)'],
+ install_requires=[
+... | Update setup.py with install_requires section | scrapy-plugins_scrapy-pagestorage | train |
9f0fc36e17de62c93ae732b994e7917e8e3ee999 | diff --git a/src/Ifsnop/Mysqldump/Mysqldump.php b/src/Ifsnop/Mysqldump/Mysqldump.php
index <HASH>..<HASH> 100644
--- a/src/Ifsnop/Mysqldump/Mysqldump.php
+++ b/src/Ifsnop/Mysqldump/Mysqldump.php
@@ -370,18 +370,20 @@ class Mysqldump
private function getDumpFileHeader()
{
$header = '';
- if (!$... | Date still in output independant of skip-dump-date. Closes #<I> | ifsnop_mysqldump-php | train |
340496079f31b7a7bcbe35710f969486deab14ab | diff --git a/cake/libs/model/behaviors/containable.php b/cake/libs/model/behaviors/containable.php
index <HASH>..<HASH> 100644
--- a/cake/libs/model/behaviors/containable.php
+++ b/cake/libs/model/behaviors/containable.php
@@ -62,18 +62,13 @@ class ContainableBehavior extends ModelBehavior {
* - autoFields: (boolean,... | Removing countReset option from Containable as pagination support will be handled from paginate
git-svn-id: <URL> | cakephp_cakephp | train |
bdf45be2bc8d2bb307dafc3bbf051d2fcb38d464 | diff --git a/api.go b/api.go
index <HASH>..<HASH> 100644
--- a/api.go
+++ b/api.go
@@ -77,7 +77,7 @@ func CommitEntry(e *Entry) error {
var msg bytes.Buffer
binary.Write(&msg, binary.BigEndian, uint64(time.Now().Unix()))
- msg.WriteString(e.Hash())
+ msg.Write(e.MarshalBinary())
sig := wallet.SignData(msg.Byt... | CommitEntry: minor change to construct the message from commitentry | FactomProject_factom | train |
7b183e40775b68e533965e39c1de7fa34cccd7ed | diff --git a/src/main/java/org/vibur/dbcp/proxy/AbstractInvocationHandler.java b/src/main/java/org/vibur/dbcp/proxy/AbstractInvocationHandler.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/vibur/dbcp/proxy/AbstractInvocationHandler.java
+++ b/src/main/java/org/vibur/dbcp/proxy/AbstractInvocationHandler.java
@... | Issue 9: Consider optimising AbstractInvocationHandler::invoke | vibur_vibur-dbcp | train |
27439a74a3175a39c90a77a01a5daa41347308a8 | diff --git a/pharen.php b/pharen.php
index <HASH>..<HASH> 100755
--- a/pharen.php
+++ b/pharen.php
@@ -1263,7 +1263,7 @@ class SpliceWrapper extends UnquoteWrapper{
}
public function compile_statement($prefix=""){
- return $this->compile($prefix);
+ return $this->compile_exprs($this->get_exprs... | Fix bug where SpliceWrapper's compile_statement was not calling compile_exprs with the right arguments. This caused lines that should be compiled as statements delimited by semicolons to instead by compiled as expressions delimited by commas.
Issue link (comment): <URL> | Scriptor_pharen | train |
d86bac0bbb60b11e109038424daacc28e98fd430 | diff --git a/tests/Bitpay/Crypto/McryptExtensionTest.php b/tests/Bitpay/Crypto/McryptExtensionTest.php
index <HASH>..<HASH> 100644
--- a/tests/Bitpay/Crypto/McryptExtensionTest.php
+++ b/tests/Bitpay/Crypto/McryptExtensionTest.php
@@ -18,25 +18,41 @@ class McryptExtensionTest extends \PHPUnit_Framework_TestCase
... | Fixed McryptExtensionTest so that it would stop failing randomly | bitpay_php-bitpay-client | train |
f99862cba084f7dfd822623d7d535471263981ba | diff --git a/src/main/java/de/dfki/km/json/jsonld/JSONLDSerializer.java b/src/main/java/de/dfki/km/json/jsonld/JSONLDSerializer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/de/dfki/km/json/jsonld/JSONLDSerializer.java
+++ b/src/main/java/de/dfki/km/json/jsonld/JSONLDSerializer.java
@@ -217,4 +217,22 @@ public c... | Adding support of toPrettyString in JSONLDSerializer asString w/ new flag | jsonld-java_jsonld-java | train |
4c84d6b50570a550652f59efaf1110e623ea04bb | diff --git a/__tests__/monkey-spec.js b/__tests__/monkey-spec.js
index <HASH>..<HASH> 100644
--- a/__tests__/monkey-spec.js
+++ b/__tests__/monkey-spec.js
@@ -379,7 +379,7 @@ describe('Monkey', function () {
var monkey = new Monkey();
- monkey.interrupt = jest.genMockFn().mockImplementation (function (c... | fixed issue with rerun and improved logging | TheBrainFamily_chimpy | train |
c80c8578a472c46d6c0222f8cf347907559926e9 | diff --git a/lib/pecorb/list.rb b/lib/pecorb/list.rb
index <HASH>..<HASH> 100644
--- a/lib/pecorb/list.rb
+++ b/lib/pecorb/list.rb
@@ -1,6 +1,8 @@
require_relative "console"
require_relative "../core_extensions/comparable"
+# TODO: Separate pager and user input responsibilities
+
module Pecorb
class List
i... | WIP: A failed attempt at pagination :(
This is starting to get a bit complicated, at this point in time I think
I need to extract out the paging logic to a separate class that I can
actually test! ... hacking can only get me so far! | stevenocchipinti_pecorb | train |
69d8094f83d4957fce6e5bb6f668ed43375d8d80 | diff --git a/mod/quiz/report/attemptsreport_options.php b/mod/quiz/report/attemptsreport_options.php
index <HASH>..<HASH> 100644
--- a/mod/quiz/report/attemptsreport_options.php
+++ b/mod/quiz/report/attemptsreport_options.php
@@ -119,6 +119,11 @@ class mod_quiz_attempts_report_options {
'attempts' => $t... | MDL-<I> quiz reports: persist states settings between pages. | moodle_moodle | train |
fcf921663a52836d5a844963396611d1d86edfa3 | diff --git a/lxd/container_metadata.go b/lxd/container_metadata.go
index <HASH>..<HASH> 100644
--- a/lxd/container_metadata.go
+++ b/lxd/container_metadata.go
@@ -20,6 +20,16 @@ import (
func containerMetadataGet(d *Daemon, r *http.Request) Response {
name := mux.Vars(r)["name"]
+
+ // Handle requests targeted to ... | Metadata and template APIs targeting containers on other nodes | lxc_lxd | train |
568c7620b652579025b1979293472708a5e89903 | diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -6,6 +6,7 @@ class ApplicationController < ActionController::Base
helper_method :current_lo... | Fix to hide some sidebnav links if fluentd not registered yet | fluent_fluentd-ui | train |
90d66776a49ad5e732b935dfc891bfbd06035ed2 | diff --git a/baselines/ppo2/ppo2.py b/baselines/ppo2/ppo2.py
index <HASH>..<HASH> 100644
--- a/baselines/ppo2/ppo2.py
+++ b/baselines/ppo2/ppo2.py
@@ -160,7 +160,6 @@ def learn(*, network, env, total_timesteps, eval_env = None, seed=None, nsteps=2
envsperbatch = nenvs // nminibatches
envinds =... | remove one of duplicated lines. (#<I>) | openai_baselines | train |
404c1bda0a76d80448b4287368c34c3241cb061c | diff --git a/tasks/generate-info.js b/tasks/generate-info.js
index <HASH>..<HASH> 100644
--- a/tasks/generate-info.js
+++ b/tasks/generate-info.js
@@ -5,10 +5,6 @@ const walk = require('walk').walk;
const isWindows = process.platform.indexOf('win') === 0;
const sourceDir = path.join(__dirname, '..', 'src');
-const ... | Remove geojson.js extern inclusion in tasks/generate-info | openlayers_openlayers | train |
c48c7aa944668963fec5e005a1f69824b765c888 | diff --git a/includes/ActiveCampaign.class.php b/includes/ActiveCampaign.class.php
index <HASH>..<HASH> 100644
--- a/includes/ActiveCampaign.class.php
+++ b/includes/ActiveCampaign.class.php
@@ -106,10 +106,26 @@ class ActiveCampaign extends AC_Connector {
$class->debug = $this->debug;
+ $this->prepare_post_dat... | DEVJIRA-<I> :: post data of type array get transformed to double piped strings | ActiveCampaign_activecampaign-api-php | train |
8f07df70320ff89e4d73c4e5d2e0eec4bfe0d969 | diff --git a/gshell-core/src/main/java/org/sonatype/gshell/command/resolver/Node.java b/gshell-core/src/main/java/org/sonatype/gshell/command/resolver/Node.java
index <HASH>..<HASH> 100644
--- a/gshell-core/src/main/java/org/sonatype/gshell/command/resolver/Node.java
+++ b/gshell-core/src/main/java/org/sonatype/gshell/... | Fixed "." and "./" resolution and path parsing muck | jdillon_gshell | train |
8ff5dc0821c246eab6c0f60d160957782c07e822 | diff --git a/src/scaffolder.js b/src/scaffolder.js
index <HASH>..<HASH> 100644
--- a/src/scaffolder.js
+++ b/src/scaffolder.js
@@ -63,7 +63,7 @@ export async function scaffold(options) {
}
}),
scaffoldVcsHost({
- host: vcs.host,
+ ...vcs,
projectRoot,
projectType,
descrip... | feat(vcs): passed all of the base vcs-host details to the host scaffolder | travi_project-scaffolder | train |
0442a2af919a7544fc1a1c673e5cc09a0848cb06 | diff --git a/webapps/ui/cockpit/tests/pages/dashboard/dashboard-view.js b/webapps/ui/cockpit/tests/pages/dashboard/dashboard-view.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/cockpit/tests/pages/dashboard/dashboard-view.js
+++ b/webapps/ui/cockpit/tests/pages/dashboard/dashboard-view.js
@@ -4,7 +4,7 @@ var Base = re... | fix(test): re-add #/dashboard to page object URL | camunda_camunda-bpm-platform | train |
6e093fae6c2e0a8a84bcd3e2e102eb8dfc7b29bb | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -152,8 +152,8 @@ module.exports = {
});
},
- "validateInputs": function (options, section, cb) {
- utils.validateInputs(options, section, (error, response) => {
+ "validateInputs": function (options, sectio... | Updated validateInputs to accept method + update keypair schema | soajs_soajs.core.drivers | train |
76fe658a9973feacaae6bc510ee634a70fa453ab | diff --git a/src/Zicht/Bundle/FileManagerBundle/Form/FileTypeSubscriber.php b/src/Zicht/Bundle/FileManagerBundle/Form/FileTypeSubscriber.php
index <HASH>..<HASH> 100644
--- a/src/Zicht/Bundle/FileManagerBundle/Form/FileTypeSubscriber.php
+++ b/src/Zicht/Bundle/FileManagerBundle/Form/FileTypeSubscriber.php
@@ -85,7 +85,... | [CGBP-<I>] Check for empty file uploads | zicht_filemanager-bundle | train |
d841e2d63a8ff4ae919d88f4f1ba7b70e8a34878 | diff --git a/structr-ui/src/main/resources/structr/js/code.js b/structr-ui/src/main/resources/structr/js/code.js
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/resources/structr/js/code.js
+++ b/structr-ui/src/main/resources/structr/js/code.js
@@ -1639,7 +1639,9 @@ var _Code = {
if (tail.length === 0) {
... | UI: Only activate tree node if it is not already selected (to not duplicate the UI) | structr_structr | train |
0e2f43d760674bfe6f1868573247830c87f948ee | diff --git a/lib/lol/league_request.rb b/lib/lol/league_request.rb
index <HASH>..<HASH> 100644
--- a/lib/lol/league_request.rb
+++ b/lib/lol/league_request.rb
@@ -21,23 +21,23 @@ module Lol
# @param [String]
# @return [Array]
# TODO: Change name to entries?
- def get_entries summoner_id
- perform... | Made all methods take multiple ids. | mikamai_ruby-lol | train |
c026ac6876d3ab46687135faa261e43469734960 | diff --git a/dipper/config.py b/dipper/config.py
index <HASH>..<HASH> 100644
--- a/dipper/config.py
+++ b/dipper/config.py
@@ -12,16 +12,17 @@ conf = {}
'''
Load the configuration file 'conf.json', if it exists.
it isn't always required, but may be for some sources.
+ conf.json may contain sensitive info ... | make what 'config' is specific in comments | monarch-initiative_dipper | train |
22ef76c0d5b17c491a330b465b0710939659b677 | diff --git a/tiny-interceptor/src/main/java/js/tiny/container/interceptor/InterceptorService.java b/tiny-interceptor/src/main/java/js/tiny/container/interceptor/InterceptorService.java
index <HASH>..<HASH> 100644
--- a/tiny-interceptor/src/main/java/js/tiny/container/interceptor/InterceptorService.java
+++ b/tiny-inter... | Remove static from interceptor service cache. | js-lib-com_tiny-container | train |
0c1fa774576b3e8eb344795d7fa6d5a98f2b22a4 | diff --git a/example/main.js b/example/main.js
index <HASH>..<HASH> 100644
--- a/example/main.js
+++ b/example/main.js
@@ -82,8 +82,25 @@ function reducer(state = INITIAL_STATE, action) {
return {...state, choropleths: action.choropleths};
case 'LOAD_HEXAGONS':
return {...state, hexagons: action.hexagons};... | minor refactoring: switch latlng in project function for consistency | uber_deck.gl | train |
09dc75bebd6cc147680f431b3d0d0bdd619a968b | diff --git a/doc/conf.py b/doc/conf.py
index <HASH>..<HASH> 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -34,6 +34,9 @@ needs_sphinx = '1.3'
# ones.
extensions = [
'sphinx.ext.autodoc',
+ 'sphinx.ext.autosummary',
+ 'sphinx.ext.extlinks',
+ 'sphinx.ext.inheritance_diagram',
'sphinx.ext.intersphinx... | Autogeneration of links to Github pull requests and issues | SoCo_SoCo | train |
25936d5fe7a431ddc77508715bbcb8aae11e96b0 | diff --git a/src/main/org/openscience/cdk/geometry/cip/rules/CIPLigandRule.java b/src/main/org/openscience/cdk/geometry/cip/rules/CIPLigandRule.java
index <HASH>..<HASH> 100644
--- a/src/main/org/openscience/cdk/geometry/cip/rules/CIPLigandRule.java
+++ b/src/main/org/openscience/cdk/geometry/cip/rules/CIPLigandRule.ja... | Test case for another termination problem: the previous 'fix' broke the proper ordering of ligands when there is more than one, IAOI one ligand count was only 1 (thanx to Gilleain for spotting this) | cdk_cdk | train |
6e2fce6d7fb9c0c98a028367d25bc43f7ed0f070 | diff --git a/eventsourcing/tests/test_performance.py b/eventsourcing/tests/test_performance.py
index <HASH>..<HASH> 100644
--- a/eventsourcing/tests/test_performance.py
+++ b/eventsourcing/tests/test_performance.py
@@ -2,6 +2,7 @@ import time
from uuid import uuid4
import six
+from math import floor
from eventso... | Reinstated 'floor' before cast to 'int'. | johnbywater_eventsourcing | train |
e9a7fd6b7a882a09da2ef901761f9013102884d9 | diff --git a/lib/bookmarker/bookmark_maker.rb b/lib/bookmarker/bookmark_maker.rb
index <HASH>..<HASH> 100644
--- a/lib/bookmarker/bookmark_maker.rb
+++ b/lib/bookmarker/bookmark_maker.rb
@@ -14,11 +14,7 @@ module Bookmarker
validates_uniqueness_of :bookmark
- has_many :bookmarks, :class_name => "Boo... | Refactor, cleaning, unbookmark method | maratgaliev_bookmarker | train |
1b7575210ca6887bf61cb6dc155b0fb76713afb3 | diff --git a/lib/battle_boats/board.rb b/lib/battle_boats/board.rb
index <HASH>..<HASH> 100644
--- a/lib/battle_boats/board.rb
+++ b/lib/battle_boats/board.rb
@@ -3,12 +3,11 @@ require "battle_boats/fleet"
module BattleBoats
class Board
- attr_reader :fleet, :play_area, :status_report, :error_messages
+ att... | refactor board#strike_position | Thomascountz_battle_boats | train |
134f07f6b957093371414e6ac414e7d537fd0f2e | diff --git a/sphinx_gallery/__init__.py b/sphinx_gallery/__init__.py
index <HASH>..<HASH> 100644
--- a/sphinx_gallery/__init__.py
+++ b/sphinx_gallery/__init__.py
@@ -6,7 +6,7 @@ Sphinx Gallery
import os
# dev versions should have "dev" in them, stable should not.
# doc/conf.py makes use of this to set the version d... | change ver <I> (#<I>) | sphinx-gallery_sphinx-gallery | train |
8e165d6a2a9e83df44f6d572d67f522ed53531b6 | diff --git a/examples/animations/app.js b/examples/animations/app.js
index <HASH>..<HASH> 100644
--- a/examples/animations/app.js
+++ b/examples/animations/app.js
@@ -34,7 +34,7 @@ app = Potion.init(document.querySelector('canvas'), {
};
},
- start: function() {
+ init: function() {
this.player = new P... | change method name from start to init | jansedivy_potion | train |
088d0401a6bb2914edeaf56b01f4e161c9e3be9e | diff --git a/lib/blockchain_double.js b/lib/blockchain_double.js
index <HASH>..<HASH> 100644
--- a/lib/blockchain_double.js
+++ b/lib/blockchain_double.js
@@ -31,9 +31,8 @@ function BlockchainDouble(options) {
this.pending_transactions = [];
- // Homestead block gas limit is 4712388 == 0x47E7C4
- // Default tr... | update default block gas limit based on data from recent block | trufflesuite_ganache-core | train |
ae12e2e43f39e05e32fd3d3e08c2e52bcb508ebc | diff --git a/core/src/jlibs/core/graph/PredicateConvertor.java b/core/src/jlibs/core/graph/PredicateConvertor.java
index <HASH>..<HASH> 100644
--- a/core/src/jlibs/core/graph/PredicateConvertor.java
+++ b/core/src/jlibs/core/graph/PredicateConvertor.java
@@ -19,8 +19,8 @@ package jlibs.core.graph;
* @author Santhosh ... | navigator & delegate are made protected | santhosh-tekuri_jlibs | train |
5a5099c098b4e2c622e3dced7f290d0e5d58cc72 | diff --git a/lib/Form/Basic.php b/lib/Form/Basic.php
index <HASH>..<HASH> 100644
--- a/lib/Form/Basic.php
+++ b/lib/Form/Basic.php
@@ -148,13 +148,23 @@ class Form_Basic extends View implements ArrayAccess {
if(!is_object($field))$field=$this->getElement($field);
$this->js()->atk4_form('fieldError',$f... | Upgraded addField method
second parameter works as for add(), letting user to pass initializtion option | atk4_atk4 | train |
4e188239cf984a9c6ec080733c7a96d48b40e489 | diff --git a/tests/unit/models/ContactFormTest.php b/tests/unit/models/ContactFormTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit/models/ContactFormTest.php
+++ b/tests/unit/models/ContactFormTest.php
@@ -7,7 +7,6 @@ use yii\codeception\TestCase;
class ContactFormTest extends TestCase
{
-
use \Codeception\S... | Closing and opening braces in Yii2 coding standards. | yiisoft_yii2-app-basic | train |
f1da70f65e95cc0dbd57ac27e431c80af871178d | diff --git a/bibliopixel/gamma.py b/bibliopixel/gamma.py
index <HASH>..<HASH> 100644
--- a/bibliopixel/gamma.py
+++ b/bibliopixel/gamma.py
@@ -1,5 +1,6 @@
#From https://github.com/scottjgibson/PixelPi/blob/master/pixelpi.py
LPD8806 = [int(pow(float(i) / 255.0, 2.5) * 255.0 + 0.5) for i in range(256)]
+APA102 = LPD880... | added APA<I> gamma, fixed LEDCircle bugs | ManiacalLabs_BiblioPixel | train |
07c7eade3d16c15ded50a1fb4984cb445f88ef4d | diff --git a/lib/happymapper.rb b/lib/happymapper.rb
index <HASH>..<HASH> 100644
--- a/lib/happymapper.rb
+++ b/lib/happymapper.rb
@@ -60,7 +60,9 @@ module HappyMapper
end
def get_tag_name
- @tag_name ||= to_s.downcase
+ @tag_name ||= begin
+ to_s.split('::')[-1].downcase
+ end
... | Now defaulting classes in modules to last constant lowercased. | jnunemaker_happymapper | train |
620e2dcc21569870431bdc252b83428302c7c7dc | diff --git a/shared/actions/chat/index.js b/shared/actions/chat/index.js
index <HASH>..<HASH> 100644
--- a/shared/actions/chat/index.js
+++ b/shared/actions/chat/index.js
@@ -151,9 +151,7 @@ function * _incomingMessage (action: Constants.IncomingMessage): SagaGenerator<a
} else {
// How long was it ... | Fix timestamp not appearing if previous message isn't timestampable (#<I>) | keybase_client | train |
210fc074493ecb00a593a3f800860e1f3277ab96 | diff --git a/oandapyV20/oandapyV20.py b/oandapyV20/oandapyV20.py
index <HASH>..<HASH> 100644
--- a/oandapyV20/oandapyV20.py
+++ b/oandapyV20/oandapyV20.py
@@ -2,7 +2,7 @@
import json
import requests
-from .exceptions import V20Error, StreamTerminated
+from .exceptions import V20Error
ITER_LINES_CHUNKSIZE = 60
... | pylint suggested changes | hootnot_oanda-api-v20 | train |
5dabb57ad418def31de07cd1ed185ed85f0e137d | diff --git a/lib/spark/helper/parser.rb b/lib/spark/helper/parser.rb
index <HASH>..<HASH> 100644
--- a/lib/spark/helper/parser.rb
+++ b/lib/spark/helper/parser.rb
@@ -10,7 +10,12 @@ module Spark
module Methods
def to_java_hash(hash)
hash_map = HashMap.new
- hash.each_pair {|key, valu... | fix HashMap for jruby and rjb | ondra-m_ruby-spark | train |
566a845421656b6056c8875097ba1137db95098f | diff --git a/packages/blueprint-stripe/app/controllers/stripe-balance.js b/packages/blueprint-stripe/app/controllers/stripe-balance.js
index <HASH>..<HASH> 100644
--- a/packages/blueprint-stripe/app/controllers/stripe-balance.js
+++ b/packages/blueprint-stripe/app/controllers/stripe-balance.js
@@ -1,22 +1,21 @@
-const ... | fix: fixed integration issues with retreiving account balance | onehilltech_blueprint | train |
0fcf36918423c3254c86c7127482525737a60bce | diff --git a/Throw/Thrower.py b/Throw/Thrower.py
index <HASH>..<HASH> 100644
--- a/Throw/Thrower.py
+++ b/Throw/Thrower.py
@@ -11,9 +11,9 @@ from email.mime.image import MIMEImage
from email.mime.multipart import MIMEMultipart
from email.mime.text import MIMEText
-import Throw.TerminalInterface as TerminalInterface... | remove unneeded explicit references to Throw
Since throw.py is now in the Throw module itself, we no longer need the
explicit references to the module. | rjw57_throw | train |
182b7aa004d826dbdc144408316cc27e7196e8e1 | diff --git a/ui/plugins/controller.js b/ui/plugins/controller.js
index <HASH>..<HASH> 100644
--- a/ui/plugins/controller.js
+++ b/ui/plugins/controller.js
@@ -74,30 +74,23 @@ treeherder.controller('PluginCtrl', [
* and some based on query string params (such as autoClassification).
*
*/
- ... | Bug <I> - Don't load performance data twice when opening job details panel | mozilla_treeherder | train |
660e162327aeebcd1050cc806773f5aede4fb21b | diff --git a/src/main/org/openscience/cdk/renderer/ChemModelRenderer.java b/src/main/org/openscience/cdk/renderer/ChemModelRenderer.java
index <HASH>..<HASH> 100644
--- a/src/main/org/openscience/cdk/renderer/ChemModelRenderer.java
+++ b/src/main/org/openscience/cdk/renderer/ChemModelRenderer.java
@@ -120,6 +120,9 @@ p... | Proper initialization at the primary renderer too. (renderextra). | cdk_cdk | train |
a2fa19d87c1ac2ad994fe67f87ebf74343eec545 | diff --git a/lib/moodlelib.php b/lib/moodlelib.php
index <HASH>..<HASH> 100644
--- a/lib/moodlelib.php
+++ b/lib/moodlelib.php
@@ -2312,6 +2312,30 @@ function moodle_needs_upgrading() {
/// MISCELLANEOUS ////////////////////////////////////////////////////////////////////
+function moodle_setlocale($locale='') {
+... | Merged in latest changes from STABLE | moodle_moodle | train |
96aa840f0df2c3095b15582a324515cf37de78a8 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -7,8 +7,13 @@ except ImportError:
use_setuptools()
from setuptools import setup
-import textwrap
import os
+import sys
+import textwrap
+
+extra_tests_require = []
+if sys.version_info < (3, 0):
+ extra_tests_r... | Removing mock from setup.py for Python 3.x | ofa_django-bouncy | train |
44f2da50ebb605c13f78599907b852b1e2186a0d | diff --git a/examples/Browser/App.js b/examples/Browser/App.js
index <HASH>..<HASH> 100644
--- a/examples/Browser/App.js
+++ b/examples/Browser/App.js
@@ -40,9 +40,6 @@ enyo.kind({
create: function() {
this.inherited(arguments);
this.$.titleDecorator.setAttribute("for", this.$.titleInput.getId());
- },
- render... | browser app: instead of moving this.setBookmarksShowing to rendered, add
a hasNode() check before calling resized. Note: the check should
probably be done in resized itself. | enyojs_onyx | train |
af0cbec1f8c52f1c5f6228fdb350a7a97751e4b4 | diff --git a/citrination_client/data/client.py b/citrination_client/data/client.py
index <HASH>..<HASH> 100644
--- a/citrination_client/data/client.py
+++ b/citrination_client/data/client.py
@@ -35,7 +35,11 @@ class DataClient(BaseClient):
"download_files",
"create_dataset",
"crea... | Update members lists in various Client classes
These members lists become the api_members that the BaseClient uses
when formatting instances of the BaseClient as string. They are a
representation of the public methods of those clients. | CitrineInformatics_python-citrination-client | train |
169c0fd0de59debe6d9fc0b196027010fd0fbb18 | diff --git a/djstripe/views.py b/djstripe/views.py
index <HASH>..<HASH> 100644
--- a/djstripe/views.py
+++ b/djstripe/views.py
@@ -277,6 +277,12 @@ class CancelSubscriptionView(LoginRequiredMixin, SubscriptionMixin, FormView):
customer, _created = Customer.get_or_create(
subscriber=djstripe_settin... | Fix a crash in CancelSubscriptionView if the subscription is missing | dj-stripe_dj-stripe | train |
7e19de555007b1059af78097aa70c8810a473513 | diff --git a/kafka/conn.py b/kafka/conn.py
index <HASH>..<HASH> 100644
--- a/kafka/conn.py
+++ b/kafka/conn.py
@@ -151,6 +151,10 @@ class KafkaConnection(local):
"""
log.debug("Reading response %d from Kafka" % request_id)
+ # Make sure we have a connection
+ if not self._sock:
+ ... | Support retry semantics in MultiProcessConsumer | dpkp_kafka-python | train |
f04dd38699602e93f89a560a122b7cf42e9a8990 | diff --git a/src/test/java/com/conveyal/gtfs/graphql/GTFSGraphQLTest.java b/src/test/java/com/conveyal/gtfs/graphql/GTFSGraphQLTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/conveyal/gtfs/graphql/GTFSGraphQLTest.java
+++ b/src/test/java/com/conveyal/gtfs/graphql/GTFSGraphQLTest.java
@@ -26,6 +26,11 @@ im... | refactor(graphql): add more comments to graphql tests | conveyal_gtfs-lib | train |
a0de946dada063921400cba01c1e87fe061c2e9d | diff --git a/src/Task/LockDeploymentTask.php b/src/Task/LockDeploymentTask.php
index <HASH>..<HASH> 100644
--- a/src/Task/LockDeploymentTask.php
+++ b/src/Task/LockDeploymentTask.php
@@ -36,7 +36,7 @@ final class LockDeploymentTask extends Task implements ShellCommandServiceAwareI
public function execute(Node $nod... | [BUGFIX] Use if and output of command to test if lock file exists
As `test` dosen't output anything if the lock file exists, the empty string is interpreted as false.
Using `if` and `echo` to return 1 or 0 stabilize the check and we don't have to ignore errors. | TYPO3_Surf | train |
47cb8f06ecbace0a3fb1e0ed5ebe7c11dce18d78 | diff --git a/src/Saft/Test/TestCase.php b/src/Saft/Test/TestCase.php
index <HASH>..<HASH> 100644
--- a/src/Saft/Test/TestCase.php
+++ b/src/Saft/Test/TestCase.php
@@ -8,6 +8,10 @@ use Saft\Sparql\Result\Result;
use Saft\Sparql\Result\SetResult;
use Symfony\Component\Yaml\Parser;
+/**
+ * @api
+ * @since 0.1
+ */
a... | add api- and since-tags to Saft\Test\TestCase.php #<I>
Because we and foreign developers (may) rely internally on
that class, it must be part of the API and under our
supervision. | SaftIng_Saft | train |
72da3053fa433de969ac5dcc4dac6d6459f7bbd1 | diff --git a/imagemounter/__init__.py b/imagemounter/__init__.py
index <HASH>..<HASH> 100644
--- a/imagemounter/__init__.py
+++ b/imagemounter/__init__.py
@@ -690,6 +690,11 @@ class Volume(object):
self.label = "{0} ({1})".format(self.lastmountpoint, self.label)
elif self.lastmount... | Copy label to lastmountpoint if it looks like a mountpoint | ralphje_imagemounter | train |
be2f2ee0befc0fb1948ef1f667b81ca6cf5b1ed2 | diff --git a/src/Platforms/Concrete5.php b/src/Platforms/Concrete5.php
index <HASH>..<HASH> 100644
--- a/src/Platforms/Concrete5.php
+++ b/src/Platforms/Concrete5.php
@@ -21,6 +21,16 @@ use JaegerApp\Platforms\AbstractPlatform;
*/
class Concrete5 extends AbstractPlatform
{
+ /**
+ * The Concrete5 App object
... | Updates to use getApp() for facades | jaeger-app_platforms-c5 | train |
29d317b1674a08fc36a4e2ad35e183cdce8f1e39 | diff --git a/sphinx_gallery/tests/test_gen_gallery.py b/sphinx_gallery/tests/test_gen_gallery.py
index <HASH>..<HASH> 100644
--- a/sphinx_gallery/tests/test_gen_gallery.py
+++ b/sphinx_gallery/tests/test_gen_gallery.py
@@ -8,6 +8,7 @@ Test Sphinx-Gallery
from __future__ import (division, absolute_import, print_functio... | FIX: Fix for latest sphinx-dev (#<I>) | sphinx-gallery_sphinx-gallery | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.