hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
6c0b251ecef34b0855975885bf8348154e325f67 | diff --git a/src/test/java/htmlflow/flowifier/test/TestFlowifierWikipedia.java b/src/test/java/htmlflow/flowifier/test/TestFlowifierWikipedia.java
index <HASH>..<HASH> 100644
--- a/src/test/java/htmlflow/flowifier/test/TestFlowifierWikipedia.java
+++ b/src/test/java/htmlflow/flowifier/test/TestFlowifierWikipedia.java
@... | Deletes the generated class file before exiting the test method | xmlet_HtmlFlow | train |
20cab3ce8c4f0d23e3f41739f44635ecf994b21f | diff --git a/lib/Jejik/MT940/Parser/AbstractParser.php b/lib/Jejik/MT940/Parser/AbstractParser.php
index <HASH>..<HASH> 100644
--- a/lib/Jejik/MT940/Parser/AbstractParser.php
+++ b/lib/Jejik/MT940/Parser/AbstractParser.php
@@ -330,7 +330,7 @@ abstract class AbstractParser
$bookDate = \DateTime::createFromF... | Fix for bookdates before valuedates around januari 1st.
The compasion of the year of the dates was moot as they were set to equal a few lines earlier. This resulted in wrong bookdates.
By moving the setTime line directly after creating the book date, the comparison of both \DateTime objects can be used and will prope... | sandermarechal_jejik-mt940 | train |
fd51af2c615ad6be0b4fff6c07890ac1e898e09e | diff --git a/lib/invitational/cancan.rb b/lib/invitational/cancan.rb
index <HASH>..<HASH> 100644
--- a/lib/invitational/cancan.rb
+++ b/lib/invitational/cancan.rb
@@ -54,6 +54,10 @@ module Invitational
end
+ def attribute_roles attribute, roles
+ {attribute => roles}
+ end
+
end
end
... | Add a helper to the ability class to make cascading permissions a bit easier | the-refinery_invitational | train |
f7f5f992386582386476080066255a562d161549 | diff --git a/src/Http/Client.php b/src/Http/Client.php
index <HASH>..<HASH> 100644
--- a/src/Http/Client.php
+++ b/src/Http/Client.php
@@ -35,7 +35,7 @@ class Client
public function report($exception)
{
try {
- return $this->getGuzzleHttpClient()->request('POST', 'https://www.larabug.com/a... | Undocumented feature for changing the LB server the package is logging to | LaraBug_LaraBug | train |
5058cb8df5b9b289730cd13b25c7b07242e48362 | diff --git a/tests/frontend/org/voltdb/TestMidRejoinDeath.java b/tests/frontend/org/voltdb/TestMidRejoinDeath.java
index <HASH>..<HASH> 100644
--- a/tests/frontend/org/voltdb/TestMidRejoinDeath.java
+++ b/tests/frontend/org/voltdb/TestMidRejoinDeath.java
@@ -26,6 +26,7 @@ package org.voltdb;
import java.util.Arrays;... | ENG-<I>: Make the test use larger amounts of data | VoltDB_voltdb | train |
45a7a6dd8e902b69cc17e3a54cf22cb435822749 | diff --git a/index/upside_down/upside_down.go b/index/upside_down/upside_down.go
index <HASH>..<HASH> 100644
--- a/index/upside_down/upside_down.go
+++ b/index/upside_down/upside_down.go
@@ -553,6 +553,7 @@ func (udc *UpsideDownCouch) Document(id string) (*document.Document, error) {
storedRow := NewStoredRow(id, 0, ... | fix two missing Close calls holding iterators open | blevesearch_bleve | train |
feddc6efb4d0f2eda0d19d03eb7ef24727f07bcc | diff --git a/src/server/pachyderm_test.go b/src/server/pachyderm_test.go
index <HASH>..<HASH> 100644
--- a/src/server/pachyderm_test.go
+++ b/src/server/pachyderm_test.go
@@ -5363,6 +5363,75 @@ func TestPipelineWithGithubInput(t *testing.T) {
require.Equal(t, "c2ea2034f2df0914c837406dbd305726ea271015", strings.TrimSp... | Start on branched githook test | pachyderm_pachyderm | train |
60e4ad446e3f1e866cc59b8e6a65ac9b1715d98b | diff --git a/pyecoregen/ecore.py b/pyecoregen/ecore.py
index <HASH>..<HASH> 100644
--- a/pyecoregen/ecore.py
+++ b/pyecoregen/ecore.py
@@ -6,6 +6,7 @@ import re
import multigen.formatter
import multigen.jinja
from pyecore import ecore
+from pyecoregen.adapter import pythonic_names
class EcoreTask(multigen.jinja... | used pythonic names during code generation | pyecore_pyecoregen | train |
029fecb3fe7a4bee240e7276267b863949eea0b4 | diff --git a/ariba/summary_cluster.py b/ariba/summary_cluster.py
index <HASH>..<HASH> 100644
--- a/ariba/summary_cluster.py
+++ b/ariba/summary_cluster.py
@@ -100,7 +100,7 @@ class SummaryCluster:
if len(self.data) == 0:
return 'no'
- if self.data[0]['ref_type'] == 'non_coding':
+ ... | test_to_cluster_summary_number passes | sanger-pathogens_ariba | train |
970945f537777f1b35a8bc3186fd2a57f5172437 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -275,6 +275,10 @@ Here's a complete list of what you can stuff with at this stage:
<meta charset="xxx" /> tags.
* `crawler.queue` -
The queue in use by the crawler (Must implement the `FetchQueue` inter... | Add allowInitialDomainChange setting. | simplecrawler_simplecrawler | train |
2674b396090cf5dbdce8744095d1a3c5113c7855 | diff --git a/lib/features.js b/lib/features.js
index <HASH>..<HASH> 100644
--- a/lib/features.js
+++ b/lib/features.js
@@ -138,6 +138,7 @@ var flags = {
// allows the user to use jsbin entirely through SSL
sslForAll: function (req) { // live July 13, 2014
+ return true;
var sslForBin = pro({ session: { ... | Support optional SSL for free
::sigh:: I said I'd do this if there's <I> sign up: <URL> | jsbin_jsbin | train |
5fca3013887062bb28f1feeaf2b20337db503bc5 | diff --git a/doc/source/conf.py b/doc/source/conf.py
index <HASH>..<HASH> 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -20,7 +20,32 @@ import shlex
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown her... | [readthedocs] weirdnessssss | sods_paramz | train |
eca2c116e15141b9d484fa32e3a600ddefddea25 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -1,12 +1,14 @@
+/* eslint-disable import/no-unresolved */
const kthLog = require('@kth/log')
-// eslint-disable-next-line import/no-unresolved
+
+// eslint-disable import/no-extraneous-dependencies
const mong... | Use default conf for keepAlive and more debug printout after connect | KTH_kth-node-mongo | train |
2cfcd3a93bd7335239e821b174a878e7beaf598b | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,8 +38,11 @@ jobs:
# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
- stage: "Additional Tests"
- env: EMBER_TRY_SC... | Adjust travis to only run 3.x | mitchlloyd_ember-autosave | train |
3e765b30040c065eedb84b444471cb305850c092 | diff --git a/src/psd_tools/decoder/tagged_blocks.py b/src/psd_tools/decoder/tagged_blocks.py
index <HASH>..<HASH> 100644
--- a/src/psd_tools/decoder/tagged_blocks.py
+++ b/src/psd_tools/decoder/tagged_blocks.py
@@ -360,7 +360,7 @@ def _decode_virtual_memory_array_list(fp):
depth = read_fmt("I", fp)[0]
... | Error handling for erroneous pattern data | psd-tools_psd-tools | train |
a35bc2408a3b89562bd918d17c3cbd91686ca9cc | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -162,7 +162,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'lark', 'Lark Documentation',
- [author], 1)
+ [author], 7)
] | Change docs man page for 1 to 7 (Issue #<I>) | lark-parser_lark | train |
a3fcf130ae77cd8c5f33195c4ea868c21b07f835 | diff --git a/src/Payment/API.php b/src/Payment/API.php
index <HASH>..<HASH> 100644
--- a/src/Payment/API.php
+++ b/src/Payment/API.php
@@ -57,8 +57,9 @@ class API extends AbstractAPI
const API_QUERY_REFUND = '/pay/refundquery';
const API_DOWNLOAD_BILL = '/pay/downloadbill';
const API_REPORT = '/payitil/r... | Fix payment tools API (#<I>)
* Fix.
* Fix. | overtrue_wechat | train |
76d953f5b4e538ec997e43d9d03c5433e5f2de8e | diff --git a/bundles/org.eclipse.orion.client.git/web/orion/git/widgets/gitCommitList.js b/bundles/org.eclipse.orion.client.git/web/orion/git/widgets/gitCommitList.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.git/web/orion/git/widgets/gitCommitList.js
+++ b/bundles/org.eclipse.orion.client.git/... | [no bug] fix indentation | eclipse_orion.client | train |
00bf6b27018afa81dc6299a39fd5dcff771df607 | diff --git a/GameWindow.js b/GameWindow.js
index <HASH>..<HASH> 100644
--- a/GameWindow.js
+++ b/GameWindow.js
@@ -252,7 +252,7 @@
case 'MONITOR':
// TODO: Check this
- node.node.removeListener('in.STATE');
+ node.removeListener('in.STATE');
this.addWidget('NextPreviousState');
this.addWidg... | mods for new version of NDDB | nodeGame_nodegame-window | train |
94371d052b8474d2dafa170d9c181ee8459ad4bd | diff --git a/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php b/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php
+++ b/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php
@@ -4... | [Routing] Expose request in route conditions, if needed and possible | symfony_symfony | train |
a4787658e7397fe3e97828cfecaeaa58ec8f15ef | diff --git a/Neos.Flow/Scripts/PhpDevelopmentServerRouter.php b/Neos.Flow/Scripts/PhpDevelopmentServerRouter.php
index <HASH>..<HASH> 100644
--- a/Neos.Flow/Scripts/PhpDevelopmentServerRouter.php
+++ b/Neos.Flow/Scripts/PhpDevelopmentServerRouter.php
@@ -10,7 +10,7 @@ if (strpos($_SERVER['REQUEST_URI'], '_Resources/') ... | BUGFIX: fix ./flow server:run | neos_flow-development-collection | train |
c3d7d25e871f68c1e9b64fa17ce71a2a33a5aadd | diff --git a/pandas/tests/generic/test_series.py b/pandas/tests/generic/test_series.py
index <HASH>..<HASH> 100644
--- a/pandas/tests/generic/test_series.py
+++ b/pandas/tests/generic/test_series.py
@@ -176,6 +176,9 @@ class TestSeries(Generic):
Series._metadata = _metadata
Series.__finalize__ = _fina... | TST: misplaced Series.get test (#<I>) | pandas-dev_pandas | train |
26c5ba322a253a0158c29b8a5ad51e3df46ef11e | diff --git a/app/models/foreman_docker/docker.rb b/app/models/foreman_docker/docker.rb
index <HASH>..<HASH> 100644
--- a/app/models/foreman_docker/docker.rb
+++ b/app/models/foreman_docker/docker.rb
@@ -61,7 +61,7 @@ module ForemanDocker
def tags(image_name)
if exist?(image_name)
- tags_for_local_i... | Refs #<I> - Fetch tags from local images properly
We were calling local_images and passing an ID as filter. However,
that didn't work. Instead we can fetch the image just by calling
image(image_id) and that should retrieve the image object so we can call
.info , etc.. on it. | theforeman_foreman_docker | train |
e1e35f05b5fa275d1dbcb9bec1d34b9ef93954e6 | diff --git a/src/widgets/panel/panel.js b/src/widgets/panel/panel.js
index <HASH>..<HASH> 100644
--- a/src/widgets/panel/panel.js
+++ b/src/widgets/panel/panel.js
@@ -410,7 +410,7 @@
pin () {
- if ( this._isPinned ) return;
+ if ( this.isLocked () || this._isPinned ) return;
this._isPinned =... | Panel: improved support for fast pinning/closing | svelto_svelto | train |
17a0d9e8ca57b9166194ae9df8b70de166d9fbc6 | diff --git a/xchart/src/main/java/com/xeiam/xchart/SwingWrapper.java b/xchart/src/main/java/com/xeiam/xchart/SwingWrapper.java
index <HASH>..<HASH> 100644
--- a/xchart/src/main/java/com/xeiam/xchart/SwingWrapper.java
+++ b/xchart/src/main/java/com/xeiam/xchart/SwingWrapper.java
@@ -73,7 +73,10 @@ public class SwingWrap... | JFrame now accessable from SwingWrapper. See Issue # <I>. | knowm_XChart | train |
3e28277fcda1206c0da75df9c0feb9bfc718b02f | diff --git a/bio/alignment.py b/bio/alignment.py
index <HASH>..<HASH> 100644
--- a/bio/alignment.py
+++ b/bio/alignment.py
@@ -137,10 +137,45 @@ class PDBChainMapper(object):
html = []
for alignment_string in alignment_strings:
lines = alignment_string.split('\n')
+
+ alignment... | Nicer alignment html printing.
Fix for Python path. | Kortemme-Lab_klab | train |
0f9cb8ee4ba46562df293e63748e9c9afefc15e7 | diff --git a/shared/common-adapters/header-hoc/index.native.js b/shared/common-adapters/header-hoc/index.native.js
index <HASH>..<HASH> 100644
--- a/shared/common-adapters/header-hoc/index.native.js
+++ b/shared/common-adapters/header-hoc/index.native.js
@@ -236,6 +236,9 @@ function HeaderHoc<P: {}>(WrappedComponent: R... | make Files tab header align with others (#<I>) | keybase_client | train |
63509404100e655720325291a57dda20d000c3d6 | diff --git a/javascript/GridField.js b/javascript/GridField.js
index <HASH>..<HASH> 100644
--- a/javascript/GridField.js
+++ b/javascript/GridField.js
@@ -391,7 +391,7 @@ $.entwine('ss', function($) {
buttonDisabled = $button.is(':disabled');
if ((inputHasValue && buttonDisabled) || (!inputHasValue &&... | Fixed disable toggle on grid field autocomplete | webbuilders-group_silverstripe-frontendgridfield | train |
72eff4a04e3f436e3dd72859aec1c95fcd5b9832 | diff --git a/spec/models/patient_spec.rb b/spec/models/patient_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/models/patient_spec.rb
+++ b/spec/models/patient_spec.rb
@@ -6,9 +6,6 @@ describe Patient, :type => :model do
it { should have_one :current_modality }
it { should have_one(:modality_code).through(:current... | Grouped patient model tests to mirror patient modelset up. | airslie_renalware-core | train |
9161aacce99020df962b7cda5746f164d1c34fa5 | diff --git a/lib/Communications.rb b/lib/Communications.rb
index <HASH>..<HASH> 100644
--- a/lib/Communications.rb
+++ b/lib/Communications.rb
@@ -49,12 +49,9 @@ module LitleOnline
https.ca_file = File.join(File.dirname(__FILE__), "cacert.pem")
end
https.start { |http|
- response = http.re... | adding connection-close header to minimize the chance of a <I> | Vantiv_litle-sdk-for-ruby | train |
997e6a6f43cf64817be9cb57333f5d8b66b4d8fa | diff --git a/lib/github-auth.js b/lib/github-auth.js
index <HASH>..<HASH> 100644
--- a/lib/github-auth.js
+++ b/lib/github-auth.js
@@ -115,36 +115,60 @@ function sendTokenToAllServers(token) {
// Track rate limit requests remaining.
-var reqRemaining = new Map();
-var lowestReqRemaining = Infinity, lowestReqRemain... | GitHub auth: maintain rate limit reset information, track token with highest remaining requests | badges_shields | train |
4a636ccea47f0f4f60ead2bcd5a70530e39b9c17 | diff --git a/src/metpy/io/__init__.py b/src/metpy/io/__init__.py
index <HASH>..<HASH> 100644
--- a/src/metpy/io/__init__.py
+++ b/src/metpy/io/__init__.py
@@ -15,6 +15,8 @@ from .station_data import * # noqa: F403
from ..package_tools import set_module
__all__ = gini.__all__[:] # pylint: disable=undefined-variabl... | MNT: Add missing submodules to metpy.io's __all__ | Unidata_MetPy | train |
6b0bb3fd654e2952ce70bf125505377d21ccbbc4 | diff --git a/aiotg/chat.py b/aiotg/chat.py
index <HASH>..<HASH> 100644
--- a/aiotg/chat.py
+++ b/aiotg/chat.py
@@ -63,6 +63,45 @@ class Chat:
**options
)
+ def get_chat(self):
+ """
+ Get information about the chat.
+ """
+ return self.bot.api_call(
+ "g... | Added new Telegram methods(#<I>)
getChat, getChatAdministrators, getChatMembersCount, getChatMember | szastupov_aiotg | train |
56377a22d552f0880ceccacf1aca1eafbc7094e4 | diff --git a/java-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/JavaParserFacade.java b/java-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/JavaParserFacade.java
index <HASH>..<HASH> 100644
--- a/java-symbol-solver-core/src/main/java/com/github/... | Switch method to protected as it wasn't originally public | javaparser_javasymbolsolver | train |
deabcf622dc599bee7091f7f7cfc5fef164b39de | diff --git a/packages/ember-testing/lib/helpers.js b/packages/ember-testing/lib/helpers.js
index <HASH>..<HASH> 100644
--- a/packages/ember-testing/lib/helpers.js
+++ b/packages/ember-testing/lib/helpers.js
@@ -1,7 +1,6 @@
require('ember-testing/test');
-var Promise = Ember.RSVP.Promise,
- get = Ember.get,
+var g... | Ember testing capture exceptions thrown in promises | emberjs_ember.js | train |
1b7cc3c13a6e8d8bd4b0616a322cf0d2837efc72 | diff --git a/datajoint/erd.py b/datajoint/erd.py
index <HASH>..<HASH> 100644
--- a/datajoint/erd.py
+++ b/datajoint/erd.py
@@ -36,9 +36,18 @@ def _get_tier(table_name):
return None
if not erd_active:
- def ERD(*args, **kwargs):
- warnings.warn('ERD functionality depends on Matplotlib and PyGra... | Provide stub ERD class for better help feature | datajoint_datajoint-python | train |
35135948a02189a6d0e1c1feb64d55ce956c4341 | diff --git a/server/filestore.go b/server/filestore.go
index <HASH>..<HASH> 100644
--- a/server/filestore.go
+++ b/server/filestore.go
@@ -5098,12 +5098,10 @@ func (mb *msgBlock) generatePerSubjectInfo(hasLock bool) error {
return nil
}
- var shouldExpire bool
if mb.cacheNotLoaded() {
if err := mb.loadMsgsW... | Make sure llts update under lock, fss can be force expired so remove. | nats-io_gnatsd | train |
784f8d98257a0615eb36df3aa9cc69b7ba300c0a | diff --git a/src/Yolo/Application.php b/src/Yolo/Application.php
index <HASH>..<HASH> 100644
--- a/src/Yolo/Application.php
+++ b/src/Yolo/Application.php
@@ -1,4 +1,4 @@
-<?php
+<?php #YOLO
namespace Yolo; | add advanced YOLO swag comment | igorw_yolo | train |
54b7dfce2c8cf1a2766609a43984041301414e46 | diff --git a/analytical/templatetags/google_analytics.py b/analytical/templatetags/google_analytics.py
index <HASH>..<HASH> 100644
--- a/analytical/templatetags/google_analytics.py
+++ b/analytical/templatetags/google_analytics.py
@@ -13,14 +13,6 @@ from analytical.utils import is_internal_ip, disable_html, \
... | [Google Analytics] Fix code smell "redefine built-in" and flake8 complaints | jazzband_django-analytical | train |
6a06a8ea2204787f93e6a0d3d6dc1492ecc439f3 | diff --git a/test.py b/test.py
index <HASH>..<HASH> 100644
--- a/test.py
+++ b/test.py
@@ -95,7 +95,7 @@ def test_expression():
nose.tools.assert_equal(old_formula.variables, { 'old' })
nose.tools.assert_equal(new_formula.variables, { 'new' })
- nose.tools.assert_equal(ooo_formula.variables, set())
+ ... | modified the test case according to commit 9d<I>a<I>e | angr_claripy | train |
064d0e20b3ef9ef13d796f15391f293deda136ea | diff --git a/src/engine/currencyEngine.js b/src/engine/currencyEngine.js
index <HASH>..<HASH> 100644
--- a/src/engine/currencyEngine.js
+++ b/src/engine/currencyEngine.js
@@ -305,23 +305,7 @@ export class CurrencyEngine {
}
try {
if (Date.now() - this.fees.timestamp > this.feeUpdateInterval) {
- ... | Prioritize earn.com fee estimation and decrease fee level delay times | EdgeApp_edge-currency-bitcoin | train |
f50eb1db69735208d2d6566c1fdab05d63965319 | diff --git a/communication/controller/src/main/java/org/openbase/jul/communication/controller/AbstractRemoteClient.java b/communication/controller/src/main/java/org/openbase/jul/communication/controller/AbstractRemoteClient.java
index <HASH>..<HASH> 100644
--- a/communication/controller/src/main/java/org/openbase/jul/c... | make sure remote does not start another sync after system shutdown. | openbase_jul | train |
e073b0fcc939758684b1a89177379d93da299a3a | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,17 @@ Delete a mailbox:
$connection->deleteMailbox($mailbox);
```
+You can bulk set, or clear, any [flag](https://secure.php.net/manual/en/function.imap-setflag-full.php) of mailbox messages (by UIDs):
+
+```... | Added bulk set / clear flags functionality for mailbox messages (#<I>)
* Added bulk set / clear flags functionality for mailbox messages
* Updated README.md | ddeboer_imap | train |
0c8ffe03186430fdd1fd4e54cf97f155d7ba649a | diff --git a/lib/rules.js b/lib/rules.js
index <HASH>..<HASH> 100644
--- a/lib/rules.js
+++ b/lib/rules.js
@@ -10,7 +10,7 @@ var LiveRules = function(endPoint, user, password) {
};
/**
- * Add rules
+ * Add rules
* @param rules Array of rules as strings or objects in the form {value: String, tag: String}
* @pa... | Added options to change the batch size | demian85_gnip | train |
ee6e602bdcfbee4ad2f5707c0143ee48cf54b043 | diff --git a/enterprise/models.py b/enterprise/models.py
index <HASH>..<HASH> 100644
--- a/enterprise/models.py
+++ b/enterprise/models.py
@@ -1323,7 +1323,7 @@ class EnterpriseCustomerCatalog(TimeStampedModel):
def contains_courses(self, content_ids):
"""
- Return true if this catalog contains t... | ENT-<I> | Updated the 'contains_courses' function. | edx_edx-enterprise | train |
19ec55351b8ee4027bbdfed822ceb7cedfadc040 | diff --git a/pyOCD/interface/hidapi_backend.py b/pyOCD/interface/hidapi_backend.py
index <HASH>..<HASH> 100644
--- a/pyOCD/interface/hidapi_backend.py
+++ b/pyOCD/interface/hidapi_backend.py
@@ -35,7 +35,7 @@ class HidApiUSB(Interface):
"""
vid = 0
pid = 0
-
+
isAvailable = isAvailable
de... | Device needs to be opened before being accessed for read/write. | mbedmicro_pyOCD | train |
aadb2e092aed9d4efbce9ee348f2b248d855f6f9 | diff --git a/packages/ember-application/tests/system/visit_test.js b/packages/ember-application/tests/system/visit_test.js
index <HASH>..<HASH> 100644
--- a/packages/ember-application/tests/system/visit_test.js
+++ b/packages/ember-application/tests/system/visit_test.js
@@ -358,6 +358,23 @@ QUnit.test('visit() returns ... | [BUGFIX beta] Removes `this._environment` guard
Fixes #<I>
Related to #<I> | emberjs_ember.js | train |
7f7192ac3ace8d4bcd52bc17258b812ad63b1253 | diff --git a/lib/sht_rails/handlebars.rb b/lib/sht_rails/handlebars.rb
index <HASH>..<HASH> 100644
--- a/lib/sht_rails/handlebars.rb
+++ b/lib/sht_rails/handlebars.rb
@@ -5,8 +5,7 @@ module ShtRails
module Handlebars
def self.context(partials = nil)
- @context = nil unless ActionView::Resolver.caching?
-... | removes caching as it breaks functionality when having different handlebars partials in different templates to render. also it is removed from rails <I> and up | railsware_sht_rails | train |
b9dde967b0b2ad5f0f8a88fc99232a986609b851 | diff --git a/src/Html/Builder.php b/src/Html/Builder.php
index <HASH>..<HASH> 100644
--- a/src/Html/Builder.php
+++ b/src/Html/Builder.php
@@ -93,11 +93,11 @@ class Builder
];
/**
- * @param Repository $config
- * @param Factory $view
- * @param HtmlBuilder $html
+ * @param Repository $con... | Fix cs.
Align doc properties.
Remove space after unary. | yajra_laravel-datatables-html | train |
51e9cae67be8291237fdf6fde45a97a3225320e2 | diff --git a/usgs/soap.py b/usgs/soap.py
index <HASH>..<HASH> 100644
--- a/usgs/soap.py
+++ b/usgs/soap.py
@@ -519,7 +519,7 @@ def search(dataset, node, lat=None, lng=None, distance=100, ll=None, ur=None, st
half_distance = 0.5 * distance
box = geometry.box(-half_distance, -half_distance, half_distanc... | swap lng/lat when searching by area | kapadia_usgs | train |
0c5a63bb0fe270a088c276ea42fbf3d812100679 | diff --git a/tests/test_codec_context.py b/tests/test_codec_context.py
index <HASH>..<HASH> 100644
--- a/tests/test_codec_context.py
+++ b/tests/test_codec_context.py
@@ -2,10 +2,7 @@ from __future__ import print_function
from fractions import Fraction
-try:
- from common import *
-except ImportError:
- from... | Test "common" import should always be relative. | mikeboers_PyAV | train |
06ff3c397822fc42689eff3407b138cfadc3cee0 | diff --git a/src/Synapse/Command/Install/Run.php b/src/Synapse/Command/Install/Run.php
index <HASH>..<HASH> 100644
--- a/src/Synapse/Command/Install/Run.php
+++ b/src/Synapse/Command/Install/Run.php
@@ -11,6 +11,7 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;... | Refs #<I> - Reflect new database structure in entity.
Fix install:run command so that it outputs error correctly if install file missing. | synapsestudios_synapse-base | train |
1726307036721f365831c53282b139bdbf176c53 | diff --git a/test/spec/data.index/map.js b/test/spec/data.index/map.js
index <HASH>..<HASH> 100644
--- a/test/spec/data.index/map.js
+++ b/test/spec/data.index/map.js
@@ -177,14 +177,14 @@ module.exports = {
});
map.setSource(foo);
- this.async(function(){
+ assert.asyn... | test: this.async -> assert.async | basisjs_basisjs | train |
073523b4fcd79f1e421e9aa78fe053c10b21a98e | diff --git a/notifiers/providers/email.py b/notifiers/providers/email.py
index <HASH>..<HASH> 100644
--- a/notifiers/providers/email.py
+++ b/notifiers/providers/email.py
@@ -1,4 +1,3 @@
-import getpass
import mimetypes
import smtplib
import socket
@@ -17,7 +16,7 @@ from ..utils.schema.helpers import list_to_commas
... | removed getpass.getuser() as it can cause crashes on certain conditions. Closes #<I> | notifiers_notifiers | train |
91c3cab64ada698d83983282007c769e558bd075 | diff --git a/urlutils.py b/urlutils.py
index <HASH>..<HASH> 100644
--- a/urlutils.py
+++ b/urlutils.py
@@ -52,7 +52,7 @@ except ImportError:
from invenio import webinterface_handler_config as apache
from invenio.config import \
- CFG_SITE_URL, \
+ CFG_SITE_URL, CFG_SITE_SECURE_URL, \
CFG_WEBSTYLE_EMAI... | Flask-SSLify: fix url standard ports rewrite
* Fixes problem with rewriting secure site url running on standard
port where the port number is included in CFG_SITE_URL (e.g.
http://localhost:<I> -> <URL> | inveniosoftware-attic_invenio-utils | train |
b4cde1794e68a03fee8bf2a2bdc976effaad58ee | diff --git a/lib/capybara/driver/rack_test_driver.rb b/lib/capybara/driver/rack_test_driver.rb
index <HASH>..<HASH> 100644
--- a/lib/capybara/driver/rack_test_driver.rb
+++ b/lib/capybara/driver/rack_test_driver.rb
@@ -60,57 +60,39 @@ class Capybara::Driver::RackTest
class Form < Node
def params(button)
- ... | Refactor of form submission to let rack-test do more work itself. | teamcapybara_capybara | train |
ba5023f9c70edb4d6ee2b9eaf23ce371bce4c97c | diff --git a/src/sagemaker/predictor.py b/src/sagemaker/predictor.py
index <HASH>..<HASH> 100644
--- a/src/sagemaker/predictor.py
+++ b/src/sagemaker/predictor.py
@@ -246,7 +246,7 @@ class _JsonSerializer(object):
if hasattr(data, 'read'):
return _json_serialize_from_buffer(data)
- raise ... | ix typo (#<I>) | aws_sagemaker-python-sdk | train |
e259afe847f83ae26645d95bb73ec38279414c92 | diff --git a/railties/lib/rails/generators/app_base.rb b/railties/lib/rails/generators/app_base.rb
index <HASH>..<HASH> 100644
--- a/railties/lib/rails/generators/app_base.rb
+++ b/railties/lib/rails/generators/app_base.rb
@@ -110,6 +110,7 @@ module Rails
javascript_gemfile_entry,
jbuilder_gemfile... | Added platform dependent gems
See #<I>
If people are on rbx they will get the desired gem | rails_rails | train |
ec528d3189d7666bc92b0786030071ad60674ee7 | diff --git a/compiler/prelude/jsmapping.go b/compiler/prelude/jsmapping.go
index <HASH>..<HASH> 100644
--- a/compiler/prelude/jsmapping.go
+++ b/compiler/prelude/jsmapping.go
@@ -139,14 +139,8 @@ var $externalize = function(v, t) {
}
return searchJsObject(v.$get(), t.elem);
case $kindStruct:
- ... | look for *js.Object only in first field of struct | gopherjs_gopherjs | train |
e92fa10565cbe87c6b78ae57b8550f5487861b38 | diff --git a/src/components/EditorContents.js b/src/components/EditorContents.js
index <HASH>..<HASH> 100644
--- a/src/components/EditorContents.js
+++ b/src/components/EditorContents.js
@@ -121,7 +121,7 @@ export default React.createClass({
* current one (positionEolStart = false). If the cursor position is not ... | Fix click on mouse cursor for IE<<I>
For browsers that do not support CSS pointer-events: none (like IE < <I>) the mouse down event
might be the cursor element itself. In this case, set the position from the current position but
continue to do everything else i.e. support double-clicks and selection modifications. | ritzyed_ritzy | train |
52fa70f3823d22dc30db805264dbae22b93dcda6 | diff --git a/report/log/index.php b/report/log/index.php
index <HASH>..<HASH> 100644
--- a/report/log/index.php
+++ b/report/log/index.php
@@ -125,6 +125,11 @@ if (!empty($page)) {
$stradministration = get_string('administration');
$strreports = get_string('reports');
+// Before we close session, make sure we have ... | MDL-<I> Blocks: Logs page close session write, so editing is set before | moodle_moodle | train |
33ed31d91de0df66fa13314b8d74f5da87a8be0a | diff --git a/lib/prompts/base.js b/lib/prompts/base.js
index <HASH>..<HASH> 100644
--- a/lib/prompts/base.js
+++ b/lib/prompts/base.js
@@ -211,7 +211,7 @@ Prompt.prototype.suffix = function( str ) {
Prompt.prototype.getQuestion = function() {
- var message = _.compose(this.prefix, this.suffix)(this.opt.message);
... | make the question bold to make it stand more out
from the rest of the text | jonschlinkert_inquirer2 | train |
5e2ddb5eb06e184c550b6dc0304cb543cb2fddf3 | diff --git a/doc/conf.py b/doc/conf.py
index <HASH>..<HASH> 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -128,6 +128,8 @@ MOCK_MODULES = [
'salt.ext.six.moves.winreg',
'win32security',
'ntsecuritycon',
+ 'pyroute2',
+ 'pyroute2.ipdb',
]
for mod_name in MOCK_MODULES: | Adds a mock required for the network settings beacon | saltstack_salt | train |
ba7e924e407464fc8f1fcf35d37f5f78438d9ea3 | diff --git a/karaage/applications/views/project.py b/karaage/applications/views/project.py
index <HASH>..<HASH> 100644
--- a/karaage/applications/views/project.py
+++ b/karaage/applications/views/project.py
@@ -453,7 +453,6 @@ class StateStepProject(base.State):
project_forms["existing"] = (
... | Don't set make_leader to False for new projects.
There is no need to change this value.
Change-Id: I<I>d<I>ecb<I>ebb<I>b<I>becdc<I>b<I>bc | Karaage-Cluster_karaage | train |
d3ed2dc39c52ed46e004f0a53c17a12dca2503f2 | diff --git a/tests/transformers/test_transformers.py b/tests/transformers/test_transformers.py
index <HASH>..<HASH> 100644
--- a/tests/transformers/test_transformers.py
+++ b/tests/transformers/test_transformers.py
@@ -16,7 +16,7 @@ from fuel.transformers import (
Cache, Batch, Padding, MultiProcessing, Unpack, Me... | Add test for accepts list decorator | mila-iqia_fuel | train |
41d5087afc08d9a860817c14f13576cc54158674 | diff --git a/src/Valkyrja/Config/Constants/ConfigKey.php b/src/Valkyrja/Config/Constants/ConfigKey.php
index <HASH>..<HASH> 100644
--- a/src/Valkyrja/Config/Constants/ConfigKey.php
+++ b/src/Valkyrja/Config/Constants/ConfigKey.php
@@ -119,6 +119,8 @@ final class ConfigKey
public const MAIL_ENCRYPTION = 'mail.enc... | Adding missing mail and validation constants. Fixing Mail Facade createMessage definition. | valkyrjaio_valkyrja | train |
8f35ad20839cb60d492129e96e49fe7219c5509a | diff --git a/src/__init__.py b/src/__init__.py
index <HASH>..<HASH> 100755
--- a/src/__init__.py
+++ b/src/__init__.py
@@ -5,7 +5,7 @@ from cli import CLI
from config import FileConfig
from main import Main
-SIMPLE_DB_MIGRATE_VERSION = "1.3.3"
+SIMPLE_DB_MIGRATE_VERSION = "1.3.4"
# fixing print in non-utf8 termi... | Preparing for version <I>. | guilhermechapiewski_simple-db-migrate | train |
83a22d48c301fe0f1f42b3b6c23f5baf84871afe | diff --git a/Neos.Neos/Classes/Service/DataSource/DataSourceInterface.php b/Neos.Neos/Classes/Service/DataSource/DataSourceInterface.php
index <HASH>..<HASH> 100644
--- a/Neos.Neos/Classes/Service/DataSource/DataSourceInterface.php
+++ b/Neos.Neos/Classes/Service/DataSource/DataSourceInterface.php
@@ -38,5 +38,5 @@ int... | TASK: Correct method signature of DataSourceInterface
If the first argument is optional, the following should also be optional. | neos_neos-development-collection | train |
cffd9bbb1d58435b2399fdc325e9fdb5d65d65db | diff --git a/moa/src/main/java/moa/gui/ALTaskManagerPanel.java b/moa/src/main/java/moa/gui/ALTaskManagerPanel.java
index <HASH>..<HASH> 100644
--- a/moa/src/main/java/moa/gui/ALTaskManagerPanel.java
+++ b/moa/src/main/java/moa/gui/ALTaskManagerPanel.java
@@ -65,7 +65,6 @@ import moa.options.ClassOption;
import moa.opt... | Replace TaskThread by ALTaskThread in ALTaskManagerPanel.java | Waikato_moa | train |
3369da498e5754d552207d0f40aded8c631a0912 | diff --git a/cleverhans/attacks_th.py b/cleverhans/attacks_th.py
index <HASH>..<HASH> 100644
--- a/cleverhans/attacks_th.py
+++ b/cleverhans/attacks_th.py
@@ -3,13 +3,16 @@ import theano.tensor as T
from cleverhans import utils_th
-def fgsm(x, predictions, eps, clip_min=None, clip_max=None):
+def fgsm(x, predictio... | making necessary updates to attacks_th.py so that true labels are supported as an option | tensorflow_cleverhans | train |
8cec097ad42801c423e02bd428623ac2bb74d350 | diff --git a/lib/metar/data.rb b/lib/metar/data.rb
index <HASH>..<HASH> 100644
--- a/lib/metar/data.rb
+++ b/lib/metar/data.rb
@@ -13,7 +13,7 @@ module Metar
# nil is taken to mean 'data unavailable'
def initialize( meters = nil )
- @units = units || :meters
+ @units = :meters
if meters
... | Bugfix: unit was ininfluential | joeyates_metar-parser | train |
873f58fb221884e0c12e90e8b25e1abb155e1259 | diff --git a/lib/rubocop/cop/empty_lines.rb b/lib/rubocop/cop/empty_lines.rb
index <HASH>..<HASH> 100644
--- a/lib/rubocop/cop/empty_lines.rb
+++ b/lib/rubocop/cop/empty_lines.rb
@@ -19,7 +19,7 @@ module Rubocop
line_index = name_pos[0] - 1
(line_index - 1).downto(0).each { |ix|
... | Added public/protected/private as things that don't need an empty line. | rubocop-hq_rubocop | train |
1bad5517721ca159e4ea98b691e36f10e456b7c3 | diff --git a/lib/utils.py b/lib/utils.py
index <HASH>..<HASH> 100644
--- a/lib/utils.py
+++ b/lib/utils.py
@@ -64,6 +64,12 @@ class ReadOnly(object):
"""Initialize a read-only object"""
object.__setattr__(self, "__hidden", {})
+ def __copy__(self):
+ return self
+
+ def __deepcopy__(sel... | Fixed copy and deepcopy for read-only objects | molmod_molmod | train |
32ff386b4a9043a6dbbde7834989916353765835 | diff --git a/src/Psalm/Checker/MethodChecker.php b/src/Psalm/Checker/MethodChecker.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Checker/MethodChecker.php
+++ b/src/Psalm/Checker/MethodChecker.php
@@ -447,8 +447,18 @@ class MethodChecker extends FunctionLikeChecker
$declaring_method_id = self::getDeclaringMe... | Fix #<I> - prevent classes without reflected classes from breaking everything | vimeo_psalm | train |
45a8e13f731a9f1ed1081104049842a55a0dbf79 | diff --git a/src/ChrisKonnertz/DeepLy/Protocol/ProtocolInterface.php b/src/ChrisKonnertz/DeepLy/Protocol/ProtocolInterface.php
index <HASH>..<HASH> 100644
--- a/src/ChrisKonnertz/DeepLy/Protocol/ProtocolInterface.php
+++ b/src/ChrisKonnertz/DeepLy/Protocol/ProtocolInterface.php
@@ -18,5 +18,15 @@ interface ProtocolInte... | Adjusted interface so it also has the processResponseData() method | chriskonnertz_DeepLy | train |
36fca998efb2f7e7ef4a219f3b22cc5d98d341d9 | diff --git a/lib/right_agent/error_tracker.rb b/lib/right_agent/error_tracker.rb
index <HASH>..<HASH> 100644
--- a/lib/right_agent/error_tracker.rb
+++ b/lib/right_agent/error_tracker.rb
@@ -99,7 +99,7 @@ module RightScale
# @param [Exception, String] exception raised
# @param [Packet, Hash] packet associated... | CM-<I> guard against agents that give a plain old Rub object as the errbit "component" | rightscale_right_agent | train |
c2b8bcd36bb702670e29cd9a4b79501bbf509554 | diff --git a/spec/loggregator_emitter/emit_performance_spec.rb b/spec/loggregator_emitter/emit_performance_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/loggregator_emitter/emit_performance_spec.rb
+++ b/spec/loggregator_emitter/emit_performance_spec.rb
@@ -53,9 +53,9 @@ end
describe LoggregatorEmitter do
@fixtu... | bump performance test thresholds to pass on Travis with Ruby <I> | cloudfoundry_loggregator_emitter | train |
5e096fed343b851629ea93d5eaba7a477420b385 | diff --git a/plugin/pkg/scheduler/factory/factory_test.go b/plugin/pkg/scheduler/factory/factory_test.go
index <HASH>..<HASH> 100644
--- a/plugin/pkg/scheduler/factory/factory_test.go
+++ b/plugin/pkg/scheduler/factory/factory_test.go
@@ -49,6 +49,8 @@ func TestCreate(t *testing.T) {
factory.Create()
}
+// Test co... | Fixing test case to remove dependency on algorithm provider | kubernetes_kubernetes | train |
d02098eebecc65f292b8406b81921f918e7df217 | diff --git a/lib/compiler.js b/lib/compiler.js
index <HASH>..<HASH> 100644
--- a/lib/compiler.js
+++ b/lib/compiler.js
@@ -17,26 +17,13 @@ module.exports = {
},
/*
- * Names of passes that will get run during the compilation (in the specified
- * order).
- */
- appliedPassNames: [
- "reportMissingRule... | Plugin API: Implement the |passes| parameter for |PEG.compiler.compile|
The |passes| parameter will allow to pass the list of passes from
|PEG.buildParser|. This will be used by plugins. The old way via setting
the |appliedPassNames| property is removed.
Implements part of GH-<I>. | pegjs_pegjs | train |
7a649d0154c8cd07c8f101b2f4168f7c4d70f2e5 | diff --git a/app/assets/javascripts/backend/seo.js b/app/assets/javascripts/backend/seo.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/backend/seo.js
+++ b/app/assets/javascripts/backend/seo.js
@@ -1,5 +1,6 @@
var seo = {
init: function() {
+ this.sluggable_input().on('keydown', this.keydown_listene... | let the sluggable autofill play nice with enter | udongo_udongo | train |
4aa9850d4f0b37a98d154255eed9c0ed901e125b | diff --git a/budou/budou.py b/budou/budou.py
index <HASH>..<HASH> 100644
--- a/budou/budou.py
+++ b/budou/budou.py
@@ -391,7 +391,10 @@ class Budou(object):
else:
doc.getchildren()[-1].tail += ' '
else:
- pass
+ if doc.text is not None:
+ # We want to preser... | Fix test cases for #<I>
Better logic to deal with starting space | google_budou | train |
8ad82935bba94ebd6f5fae8b1ea65bd2b979b59d | diff --git a/src/main/java/org/graphwalker/java/test/TestExecutor.java b/src/main/java/org/graphwalker/java/test/TestExecutor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/graphwalker/java/test/TestExecutor.java
+++ b/src/main/java/org/graphwalker/java/test/TestExecutor.java
@@ -122,6 +122,12 @@ public final... | Model needs to be set first.
To avoid null pointer exception when setting the start element. | GraphWalker_graphwalker-project | train |
7f54a059e6d547e3316c18288e0cc1f966d1e034 | diff --git a/lib/receive/message/Image.js b/lib/receive/message/Image.js
index <HASH>..<HASH> 100644
--- a/lib/receive/message/Image.js
+++ b/lib/receive/message/Image.js
@@ -16,4 +16,8 @@ Image.prototype.getContentType = function() {
return ContentType.IMAGE;
};
+Image.prototype.getImageUrl = function() {
+ retu... | added getImageUrl when contenttype is 2(IMAGE) | runnables_line-bot-sdk-nodejs | train |
60f867a0132b01a894b8b600943c526744026ba9 | diff --git a/lib/pghero.rb b/lib/pghero.rb
index <HASH>..<HASH> 100644
--- a/lib/pghero.rb
+++ b/lib/pghero.rb
@@ -54,7 +54,7 @@ module PgHero
:best_index, :blocked_queries, :connection_sources, :connection_states, :connection_stats,
:cpu_usage, :create_user, :database_size, :db_instance_identifier, :disa... | Delegate invalid_constraints [skip ci] | ankane_pghero | train |
26a4da66e1d10f9feb4b9ab6eea8f31b5532c864 | diff --git a/src/diamond/server.py b/src/diamond/server.py
index <HASH>..<HASH> 100644
--- a/src/diamond/server.py
+++ b/src/diamond/server.py
@@ -93,8 +93,8 @@ class Server(object):
sys.exit(1)
handlers = self.config['server'].get('handlers')
- handlers = handlers.split(',')
- han... | Workaround for ConfigObj parsing strings as lists if they contain a comma | python-diamond_Diamond | train |
22adf701ec3c63d2c7724dfb580b0bef0fb1a155 | diff --git a/simuvex/s_run.py b/simuvex/s_run.py
index <HASH>..<HASH> 100644
--- a/simuvex/s_run.py
+++ b/simuvex/s_run.py
@@ -23,6 +23,7 @@ class SimRun(object):
# Intitialize the exits and refs
self.successors = [ ]
+ self.flat_successors = [ ]
#l.debug("%s created with %d constr... | split successors into flat_successors when exits are multi-valued | angr_angr | train |
5353cb8c0630445c683a6a1d22ee25d48ca56da1 | diff --git a/spadespipeline/quality.py b/spadespipeline/quality.py
index <HASH>..<HASH> 100755
--- a/spadespipeline/quality.py
+++ b/spadespipeline/quality.py
@@ -174,7 +174,7 @@ class Quality(object):
elif '.gz' in sample.general.trimmedfastqfiles[0]:
reader = 'gunzip --to-stdout'... | Modifications to get ConFindr wrapper to work with sipprverse. Fixed issue with spelling of confindr attribute | lowandrew_OLCTools | train |
1ccd7c54a298251e57a0c83a29d30ab24028f966 | diff --git a/safe/gui/tools/test/test_impact_merge_dialog.py b/safe/gui/tools/test/test_impact_merge_dialog.py
index <HASH>..<HASH> 100644
--- a/safe/gui/tools/test/test_impact_merge_dialog.py
+++ b/safe/gui/tools/test/test_impact_merge_dialog.py
@@ -16,8 +16,6 @@ __date__ = '23/10/2013'
__copyright__ = ('Copyright 20... | Test Impact Merge Tool: Update the test data dir in temp directory, not in our test data dir. | inasafe_inasafe | train |
8cdc4bfcc8a32361556adc132c00478f54df5dc0 | diff --git a/src/footer.js b/src/footer.js
index <HASH>..<HASH> 100644
--- a/src/footer.js
+++ b/src/footer.js
@@ -23,7 +23,6 @@ var Footer = Backgrid.Footer = Backbone.View.extend({
Initializer.
@param {Object} options
- @param {*} options.parent The parent view class of this footer.
@param {Ba... | Remove reference to parent from footer's jsdoc | cloudflarearchive_backgrid | train |
777289e269df7043b100efedccab14642cc61774 | diff --git a/lib/acts_as_approvable/approval.rb b/lib/acts_as_approvable/approval.rb
index <HASH>..<HASH> 100644
--- a/lib/acts_as_approvable/approval.rb
+++ b/lib/acts_as_approvable/approval.rb
@@ -117,13 +117,12 @@ class Approval < ActiveRecord::Base
##
# Attempt to approve the record change.
#
- # @param [... | Change options hash on Approval#approve! to a boolean for forcing over a stale record. | Tapjoy_acts_as_approvable | train |
5aff861ca7cd7390dfc8b026ff4d98a6942ff563 | diff --git a/server/src/test-integration/java/com/thoughtworks/go/server/service/ConfigSaveDeadlockDetectionIntegrationTest.java b/server/src/test-integration/java/com/thoughtworks/go/server/service/ConfigSaveDeadlockDetectionIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/server/src/test-integration/java/com/th... | converting api-support to proper json format. map.tostring was too difficult to read when the test failed | gocd_gocd | train |
eddf2483f9eda8e9b4da79d50d28d8984246cc13 | diff --git a/lib/xlsx/xlsx.js b/lib/xlsx/xlsx.js
index <HASH>..<HASH> 100644
--- a/lib/xlsx/xlsx.js
+++ b/lib/xlsx/xlsx.js
@@ -46,8 +46,6 @@ var XLSX = module.exports = function (workbook) {
};
-var getTheme1Xml = utils.readModuleFile(require.resolve('./xml/theme1.xml'));
-
XLSX.RelType = require('./rel-type');
... | Stops Bluebird warning about unreturned promise
Fixes guyonroche/exceljs#<I> | exceljs_exceljs | train |
b047aee65f95fd1175da294fcb585ca49fa7d3fd | diff --git a/examples/safe_remote_purchase/safe_remote_purchase.v.py b/examples/safe_remote_purchase/safe_remote_purchase.v.py
index <HASH>..<HASH> 100644
--- a/examples/safe_remote_purchase/safe_remote_purchase.v.py
+++ b/examples/safe_remote_purchase/safe_remote_purchase.v.py
@@ -17,22 +17,23 @@ def unlocked() -> boo... | Added multiple of two check again; Made locked check syntax more pythonic | ethereum_vyper | train |
2fe548a7cd8bb76b722572f27ec2be43cbb91437 | diff --git a/src/sap.m/src/sap/m/HeaderContainer.js b/src/sap.m/src/sap/m/HeaderContainer.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/HeaderContainer.js
+++ b/src/sap.m/src/sap/m/HeaderContainer.js
@@ -72,7 +72,7 @@ sap.ui.define(['jquery.sap.global', './library', 'sap/ui/core/Control', 'sap/ui/
grou... | [INTERNAL] sap.m.HeaderContainer: JSDoc description of the orientation property added
Change-Id: Ib4be<I>b<I>bf<I>bcc<I>e<I>c<I>e<I>f7d0e0f5 | SAP_openui5 | train |
73d4de3d96efbaef04d5f05a60351c23f66553b8 | diff --git a/premailer/premailer.go b/premailer/premailer.go
index <HASH>..<HASH> 100644
--- a/premailer/premailer.go
+++ b/premailer/premailer.go
@@ -56,12 +56,11 @@ func NewPremailer(doc *goquery.Document, options *Options) Premailer {
}
func (pr *premailer) sortRules() {
- ruleIndexCounter := 1
for ruleSetInde... | Skip ruleIndexCounter since ruleIndex need only when rules are in the
same ruleset. So internal ruleIndex is good | vanng822_go-premailer | train |
976db025be706fa0e5559cb528ab22e0714dc162 | diff --git a/asciidoctorj-core/src/main/java/org/asciidoctor/jruby/cli/AsciidoctorCliOptions.java b/asciidoctorj-core/src/main/java/org/asciidoctor/jruby/cli/AsciidoctorCliOptions.java
index <HASH>..<HASH> 100644
--- a/asciidoctorj-core/src/main/java/org/asciidoctor/jruby/cli/AsciidoctorCliOptions.java
+++ b/asciidocto... | Document reading from STDIN with '-' file name | asciidoctor_asciidoctorj | train |
3ae1eb7d3ec7945324430759d1464d5c557d99a9 | diff --git a/joomla/application/application.php b/joomla/application/application.php
index <HASH>..<HASH> 100644
--- a/joomla/application/application.php
+++ b/joomla/application/application.php
@@ -283,14 +283,15 @@ class JApplication extends JObject
* code in the header pointing to the new location. If the headers... | # Changed JApplcation::redirect to default to <I> and added $moved argument to allow for permanent redirects.
^ Adjust redirect plugin to use permanent redirect.
--HG--
extra : convert_revision : svn%3A6f6e1ebd-4c2b-<I>-<I>f-f<I>bde<I>bce9/development/trunk/libraries%<I> | joomla_joomla-framework | train |
f407ac846ae25f337c94bd4d2bb85fd837482555 | diff --git a/src/Psalm/Internal/Analyzer/StatementsAnalyzer.php b/src/Psalm/Internal/Analyzer/StatementsAnalyzer.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Internal/Analyzer/StatementsAnalyzer.php
+++ b/src/Psalm/Internal/Analyzer/StatementsAnalyzer.php
@@ -348,6 +348,7 @@ class StatementsAnalyzer extends SourceAn... | do not treat __halt_compiler() as an expression being executed
this fixes #<I> | vimeo_psalm | train |
1ee452c0bc37b4ebaaee6f2cede7178f33a2940c | diff --git a/bids/layout/layout.py b/bids/layout/layout.py
index <HASH>..<HASH> 100644
--- a/bids/layout/layout.py
+++ b/bids/layout/layout.py
@@ -148,6 +148,16 @@ class BIDSLayout(Layout):
config=None, sources=None, **kwargs)
def add_derivatives(self, path, **kwargs):
+ ''' Add BIDS-... | add docstring for add_derivatives | bids-standard_pybids | train |
625c86bf23eaa838c203a3f0a5acd16d6108e3b4 | diff --git a/lib/athena_health/version.rb b/lib/athena_health/version.rb
index <HASH>..<HASH> 100644
--- a/lib/athena_health/version.rb
+++ b/lib/athena_health/version.rb
@@ -1,3 +1,3 @@
module AthenaHealth
- VERSION = '1.0.49'.freeze
+ VERSION = '1.0.50'.freeze
end | Bump gem version to <I> | HealthTechDevelopers_athena_health | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.