hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
afce911835863ee44d33e3d4d2f8b351f9ee3145 | diff --git a/javascript/atoms/frame.js b/javascript/atoms/frame.js
index <HASH>..<HASH> 100644
--- a/javascript/atoms/frame.js
+++ b/javascript/atoms/frame.js
@@ -51,7 +51,7 @@ bot.frame.activeElement = function() {
* @return {Window} The window reference for the given iframe or frame element.
*/
bot.frame.getFram... | DanielWagnerHall: Oops, helps if you save the whole file before committing the change. Fixing frame index lookup in IE7/8
r<I> | SeleniumHQ_selenium | train |
6e3039f2e1d73ae4a71ffd274b5ebae0230900c9 | diff --git a/docs/testdox.txt b/docs/testdox.txt
index <HASH>..<HASH> 100644
--- a/docs/testdox.txt
+++ b/docs/testdox.txt
@@ -2789,6 +2789,7 @@ s9e\TextFormatter\Tests\Renderers\PHP
[x] The last output of the renderer is omitted for serialization
[x] Internal objects and resources are unset after rendering
[x] T... | PHP Quick renderer: detect truncated XML with a "r" root tag | s9e_TextFormatter | train |
ae4ffe754f82688d1b93f17db4b82fd00a320709 | diff --git a/cmd/k8sagent/unit/manifolds_test.go b/cmd/k8sagent/unit/manifolds_test.go
index <HASH>..<HASH> 100644
--- a/cmd/k8sagent/unit/manifolds_test.go
+++ b/cmd/k8sagent/unit/manifolds_test.go
@@ -54,6 +54,8 @@ func (s *ManifoldsSuite) TestManifoldNames(c *gc.C) {
"proxy-config-updater",
"logging-config-upd... | Adds missing uniter name to probe worker
k8sagent manifold was missing the uniter name to the caas prober | juju_juju | train |
22500ddd8b18042f41f19cab7e8d28a1e9706d10 | diff --git a/lib/rails-footnotes.rb b/lib/rails-footnotes.rb
index <HASH>..<HASH> 100644
--- a/lib/rails-footnotes.rb
+++ b/lib/rails-footnotes.rb
@@ -1,3 +1,5 @@
+require 'active_support/core_ext/module/attribute_accessors'
+
module Footnotes
mattr_accessor :before_hooks
@@before_hooks = [] | Fix: undefined method mattr_accessor, we know have to require it explicitely | josevalim_rails-footnotes | train |
577ade2c86f8a3c5c4c8fce6ae092de6de18f565 | diff --git a/src/Runtime/Utilities/Requests.php b/src/Runtime/Utilities/Requests.php
index <HASH>..<HASH> 100644
--- a/src/Runtime/Utilities/Requests.php
+++ b/src/Runtime/Utilities/Requests.php
@@ -105,6 +105,8 @@ class Requests
curl_setopt($ch, CURLOPT_POST, 1);
} else if($options->Method == Http... | Accepting PUT option when executing curl request
In Runtime/Utilities/Requests::init() I added a handler method for PUT
request types since at the moment only POST, PATCH, and DELETE are
accounted for.
This helped resolve some method not allowed errors I was getting when
running requests on the graph API. | vgrem_phpSPO | train |
df82f4224c98e6826e8645166499ed01d68d120b | diff --git a/ecs/zones.go b/ecs/zones.go
index <HASH>..<HASH> 100644
--- a/ecs/zones.go
+++ b/ecs/zones.go
@@ -27,11 +27,16 @@ type AvailableDiskCategoriesType struct {
DiskCategories []DiskCategory //enum for cloud, ephemeral, ephemeral_ssd
}
+type AvailableInstanceTypesType struct {
+ InstanceTypes []string
+}
+... | add AvailableInstanceTypes to ZoneType struct | denverdino_aliyungo | train |
03981b535bda5c314e4cf008948f46fcbfbd0abf | diff --git a/src/Generators/Webserver/Database/DatabaseGenerator.php b/src/Generators/Webserver/Database/DatabaseGenerator.php
index <HASH>..<HASH> 100644
--- a/src/Generators/Webserver/Database/DatabaseGenerator.php
+++ b/src/Generators/Webserver/Database/DatabaseGenerator.php
@@ -189,7 +189,6 @@ class DatabaseGenerat... | Apply fixes from StyleCI (#<I>) | tenancy_multi-tenant | train |
4b0948df96d05bd8a4b9e889130c55833996b141 | diff --git a/test/core.js b/test/core.js
index <HASH>..<HASH> 100644
--- a/test/core.js
+++ b/test/core.js
@@ -159,6 +159,8 @@ exports["Strip"] = {
// tests if setting strip off results in black pixel colour
test.expect(1);
+ this.strip.color("#FF0000");
+
var colourcheck = {
... | initialise strip pixels with a colour in Strip.off test | ajfisher_node-pixel | train |
77dabcb6002b84dd22b39f7a37eb2ae2807d6424 | diff --git a/mbed/mbed.py b/mbed/mbed.py
index <HASH>..<HASH> 100644
--- a/mbed/mbed.py
+++ b/mbed/mbed.py
@@ -1221,9 +1221,9 @@ class Program(object):
try:
with open(os.path.join(req_path, req_file), 'r') as f:
import pip
- installed_packages = [package.project_nam... | Convert '-' to '_' when matching pip installed packages and requirements.txt | ARMmbed_mbed-cli | train |
20b6d5025e8454adcab027e6ae2f3a4f3269b92d | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,11 @@ Batch processing of several input files is possible, including video files.
## Usage
ffmpeg-normalize [-h] [-o OUTPUT [OUTPUT ...]] [-of OUTPUT_FOLDER] [-f]
- [-d] [-v] [-n] [-nt... | add version info and test case for dry run | slhck_ffmpeg-normalize | train |
c2555c41bb641549d8e5fd03c0f8a22a1df5f3e3 | diff --git a/src/queue.js b/src/queue.js
index <HASH>..<HASH> 100644
--- a/src/queue.js
+++ b/src/queue.js
@@ -68,6 +68,11 @@ Queue.prototype.process = function(opts, cb) {
Queue.prototype.numJobs = function(states, cb) {
var self = this;
+ if (typeof states === 'function' && !cb) {
+ cb = states;
+ states... | add ability to get the llen of queued jobs | simontabor_qp | train |
ee2a4bdf524f793908aae973ba6fbafc92879544 | diff --git a/wikitextparser/wikitextparser_test.py b/wikitextparser/wikitextparser_test.py
index <HASH>..<HASH> 100644
--- a/wikitextparser/wikitextparser_test.py
+++ b/wikitextparser/wikitextparser_test.py
@@ -317,11 +317,17 @@ class Sections(unittest.TestCase):
wt = wtp.WikiText('== s ==\nc\n')
self... | Add multiline_with_carriage_return as an expectedFailure | 5j9_wikitextparser | train |
c97b3da0e08204a75d733bfb4de6365b9d3fb25d | diff --git a/src/python/test/test_dxclient.py b/src/python/test/test_dxclient.py
index <HASH>..<HASH> 100644
--- a/src/python/test/test_dxclient.py
+++ b/src/python/test/test_dxclient.py
@@ -3335,7 +3335,7 @@ class TestDXClientWorkflow(DXTestCaseBuildWorkflows):
self.assertIn('foo', analysis_desc)
ana... | Extend sleep in test_dx_run_workflow (#<I>) | dnanexus_dx-toolkit | train |
34d5ed2b889cb8b6daa50975cd96b7ecf877722c | diff --git a/extensions/dom_tester.php b/extensions/dom_tester.php
index <HASH>..<HASH> 100644
--- a/extensions/dom_tester.php
+++ b/extensions/dom_tester.php
@@ -16,9 +16,9 @@ require_once dirname(__FILE__) . '/dom_tester/css_selector.php';
*/
class CssSelectorExpectation extends SimpleExpectation
{
- protected... | change visibility of browser property, else it's not available in extension DomTester
disable failing tests in dom_tester (child selectors) | simpletest_simpletest | train |
2c0fb442e446abbbd784ebc6613361e520345ad5 | diff --git a/bigtable-grpc-interface/src/main/java/com/google/cloud/hadoop/hbase/ResumingStreamingResultScanner.java b/bigtable-grpc-interface/src/main/java/com/google/cloud/hadoop/hbase/ResumingStreamingResultScanner.java
index <HASH>..<HASH> 100644
--- a/bigtable-grpc-interface/src/main/java/com/google/cloud/hadoop/h... | Allow resume in scan read when the status is Unavailable. | googleapis_cloud-bigtable-client | train |
459626fe12cfd715afa457440e86c321353d097c | diff --git a/safe/definitions.py b/safe/definitions.py
index <HASH>..<HASH> 100644
--- a/safe/definitions.py
+++ b/safe/definitions.py
@@ -37,32 +37,45 @@ do_not_use_attribute = {
'name': tr('Don\'t use')
}
+# Concepts (used in various places, defined once to
+# keep things DRY
+concept_hazard = tr(
+ 'A <b>... | fix #<I> - remove duplication of hazard and exposure concepts in def… (#<I>)
* fix #<I> - remove duplication of hazard and exposure concepts in definitions.py. Also did some other refactoring and cleaups in definitions.py. See also #<I>
* Update hazard and exposure terms to use Libby's terms from #<I> | inasafe_inasafe | train |
1831e82a3ab16f68df07ee4d27c02374238c1873 | diff --git a/provider/nomock/provider.go b/provider/nomock/provider.go
index <HASH>..<HASH> 100644
--- a/provider/nomock/provider.go
+++ b/provider/nomock/provider.go
@@ -8,14 +8,12 @@ import (
"syscall"
"github.com/essentier/gopencils"
- "github.com/essentier/nomockutil"
"github.com/essentier/spickspan/con... | move container image logic to nomock server | essentier_spickspan | train |
713ecaae2af5f3f2c2e71eba53d6ce6995af641c | diff --git a/extensions/guacamole-auth-ldap/src/main/java/net/sourceforge/guacamole/net/auth/ldap/LDAPAuthenticationProvider.java b/extensions/guacamole-auth-ldap/src/main/java/net/sourceforge/guacamole/net/auth/ldap/LDAPAuthenticationProvider.java
index <HASH>..<HASH> 100644
--- a/extensions/guacamole-auth-ldap/src/ma... | GUAC-<I>: Handle errors during connect/bind/query distinctly. Only rethrow server error if connection or query fails - failure to bind is just an invalid login. | glyptodon_guacamole-client | train |
44d2ad68c32caf6b7e82092d7e25e7eeb61b73eb | diff --git a/firebase.ios.js b/firebase.ios.js
index <HASH>..<HASH> 100755
--- a/firebase.ios.js
+++ b/firebase.ios.js
@@ -257,13 +257,14 @@ firebase._registerForRemoteNotifications = function () {
curNotCenter.delegate = firebase._userNotificationCenterDelegate;
firebase._firebaseRemoteMessageDelegate = FI... | Fix app crash when notification structure is missing | EddyVerbruggen_nativescript-plugin-firebase | train |
f8759cd87503bc7d50c441a85415b4d6283b04d2 | diff --git a/core/lib/rom/auto_curry.rb b/core/lib/rom/auto_curry.rb
index <HASH>..<HASH> 100644
--- a/core/lib/rom/auto_curry.rb
+++ b/core/lib/rom/auto_curry.rb
@@ -20,7 +20,7 @@ module ROM
end
def auto_curried_methods
- @__auto_curried_methods__ ||= []
+ @__auto_curried_methods__ ||= Set.new
... | Filter out duplications in list of curried methods | rom-rb_rom | train |
dd345a0f74d949d7686269a85dce12e635c48df9 | diff --git a/src/Statistics/Descriptive.php b/src/Statistics/Descriptive.php
index <HASH>..<HASH> 100644
--- a/src/Statistics/Descriptive.php
+++ b/src/Statistics/Descriptive.php
@@ -385,24 +385,28 @@ class Descriptive
*
* IQR = Q₃ - Q₁
*
- * @param array $numbers
+ * @param array $numbers
+ ... | Add option to select quartile method when computing IQR. | markrogoyski_math-php | train |
c0506f9f8dc35a83aee3b0b35cbf901f2eff912d | diff --git a/lib/pronto/flay.rb b/lib/pronto/flay.rb
index <HASH>..<HASH> 100644
--- a/lib/pronto/flay.rb
+++ b/lib/pronto/flay.rb
@@ -10,14 +10,10 @@ module Pronto
def run(patches)
return [] unless patches
- ruby_patches = patches.select do |patch|
- path = patch.delta.new_file_full_path
- ... | Slightly refactor runner | prontolabs_pronto-flay | train |
5d46ff41d85a825d508d8c9ec32b90a27de18350 | diff --git a/staging/src/k8s.io/apiserver/pkg/audit/policy/reader.go b/staging/src/k8s.io/apiserver/pkg/audit/policy/reader.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/apiserver/pkg/audit/policy/reader.go
+++ b/staging/src/k8s.io/apiserver/pkg/audit/policy/reader.go
@@ -55,17 +55,26 @@ func LoadPolicyFromFi... | allow audit policy to be loaded from any byte source | kubernetes_kubernetes | train |
0a4b3ffdddb8b1a232488b8cea1de38a4ff8b90b | diff --git a/example/world.js b/example/world.js
index <HASH>..<HASH> 100644
--- a/example/world.js
+++ b/example/world.js
@@ -62,8 +62,8 @@ game.on('tick', sky);
// create a share thing
var share = require('../')({
game: game,
- // api key from imgur.com
- key: '1e6b6f6b09df169bcdcbd86a52e869c5'
+ // api v3 ke... | imgur v3 compat and twitter hashtag support | shama_voxel-share | train |
2a88f90c719bdb79f0c6f8c2f30c52ae7dde9dec | diff --git a/salt/fileclient.py b/salt/fileclient.py
index <HASH>..<HASH> 100644
--- a/salt/fileclient.py
+++ b/salt/fileclient.py
@@ -593,35 +593,38 @@ class Client(object):
get_kwargs['auth'] = (url_data.username, url_data.password)
else:
fixed_url = url
+
+ destfp = None
... | Fix for Tornado HTTPClient file size and timeout limits issues. | saltstack_salt | train |
74e3d56ba22db2790e98afb3c5de41b585fe5f7c | diff --git a/smack-debug/src/main/java/org/jivesoftware/smackx/debugger/EnhancedDebugger.java b/smack-debug/src/main/java/org/jivesoftware/smackx/debugger/EnhancedDebugger.java
index <HASH>..<HASH> 100644
--- a/smack-debug/src/main/java/org/jivesoftware/smackx/debugger/EnhancedDebugger.java
+++ b/smack-debug/src/main/j... | Fix style issues in EnhancedDebugger | igniterealtime_Smack | train |
5f17b05d77b0532fdba3208cadac5928235039c8 | diff --git a/alot/command.py b/alot/command.py
index <HASH>..<HASH> 100644
--- a/alot/command.py
+++ b/alot/command.py
@@ -702,7 +702,9 @@ class EnvelopeSendCommand(Command):
sname, saddr = email.Utils.parseaddr(frm)
account = ui.accountman.get_account_by_address(saddr)
if account:
+ ... | "sending.." notification that gets cleared
issue #<I> | pazz_alot | train |
0e97d97d50708ff9c8cfac9d7e33534eb37a8f08 | diff --git a/python-package/xgboost/core.py b/python-package/xgboost/core.py
index <HASH>..<HASH> 100644
--- a/python-package/xgboost/core.py
+++ b/python-package/xgboost/core.py
@@ -5,9 +5,8 @@
import collections
# pylint: disable=no-name-in-module,import-error
from collections.abc import Mapping
-from typing impor... | Fix merge conflict. (#<I>) | dmlc_xgboost | train |
8216fbacb70152c75104a78f33405eb1ca4da929 | diff --git a/dev/com.ibm.ws.jaxrs.2.0.client/src/com/ibm/ws/jaxrs20/client/JAXRSClientImpl.java b/dev/com.ibm.ws.jaxrs.2.0.client/src/com/ibm/ws/jaxrs20/client/JAXRSClientImpl.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.ws.jaxrs.2.0.client/src/com/ibm/ws/jaxrs20/client/JAXRSClientImpl.java
+++ b/dev/com.ibm.ws.j... | Surround calls to getServiceReferences() and getService() in doPriv | OpenLiberty_open-liberty | train |
05fcd8c77fca3ec08705ec141a6d823d7f905e05 | diff --git a/lib/Doctrine/DBAL/Connection.php b/lib/Doctrine/DBAL/Connection.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/DBAL/Connection.php
+++ b/lib/Doctrine/DBAL/Connection.php
@@ -1034,9 +1034,9 @@ class Connection implements DriverConnection
*
* This method supports PDO binding types as well as ... | Document null as a possible type | doctrine_dbal | train |
290d0e874a0adf8e4ab37a0a28da207895c47ce2 | diff --git a/src/middlewares/parsing/blob.js b/src/middlewares/parsing/blob.js
index <HASH>..<HASH> 100644
--- a/src/middlewares/parsing/blob.js
+++ b/src/middlewares/parsing/blob.js
@@ -34,6 +34,9 @@ module.exports = function () {
next();
};
+
+ // nex... | fix #<I>; always call next() | englercj_resource-loader | train |
a8189cd6207632252c8f0e8a15c6c0a4f0586267 | diff --git a/lib/cli.js b/lib/cli.js
index <HASH>..<HASH> 100644
--- a/lib/cli.js
+++ b/lib/cli.js
@@ -33,6 +33,9 @@ var fs = require('fs-extra'),
if (!fs.existsSync(file)) {
return 'Could not find the file:' + file;
}
+ },
+ transform: function(file) {
+ return fileHelper.... | Simplify parsing of cli file parameters. | sitespeedio_sitespeed.io | train |
6a7c56c96fda45494fed324d0f4de2c985c1b1c4 | diff --git a/spf/parser_test.go b/spf/parser_test.go
index <HASH>..<HASH> 100644
--- a/spf/parser_test.go
+++ b/spf/parser_test.go
@@ -593,6 +593,9 @@ func TestHandleRedirect(t *testing.T) {
ParseTestCase{"v=spf1 -ip4:127.0.0.1 redirect=nospf.matching.net", net.IP{127, 0, 0, 1}, Fail},
ParseTestCase{"v=spf1 +incl... | Add redirect tests.
Ensure that recursive call with SPF term set to 'redirect' works as
expected - calls another recursive query.
There are two tests matching (positive) and not matching (negative). | zaccone_spf | train |
7ba54a06874a307b1e706f3389ae00c8c7dd7c60 | diff --git a/commands/helpers.rb b/commands/helpers.rb
index <HASH>..<HASH> 100644
--- a/commands/helpers.rb
+++ b/commands/helpers.rb
@@ -94,6 +94,7 @@ end
helper :print_commits do |cherries, commits, options|
ignores = ignore_sha_array
our_commits = cherries.map { |item| c = commits.assoc(item[1]); [item, c] i... | Remove nil objects before we try to sort. | defunkt_github-gem | train |
95042bdae67c0395844b918ec5a6a5f89ffd4a65 | diff --git a/syntax/parser.go b/syntax/parser.go
index <HASH>..<HASH> 100644
--- a/syntax/parser.go
+++ b/syntax/parser.go
@@ -1646,19 +1646,18 @@ func (p *Parser) caseClause() *CaseClause {
cc := &CaseClause{Case: p.pos}
p.next()
cc.Word = p.followWord("case", cc.Case)
+ end := "esac"
if p.gotRsrv("{") {
if... | syntax: dedup posix and mksh case clause code | mvdan_sh | train |
739b2b01c22c7291c7419cbcde5993b3fc13b389 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -43,10 +43,10 @@ setup(
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.3',
'Programming Lang... | Update supported python classifiers. | pantsbuild_pex | train |
508a19f1471cf4d826c6ea6a286d42ed4b86d559 | diff --git a/src/atoms/Icon/constants.js b/src/atoms/Icon/constants.js
index <HASH>..<HASH> 100644
--- a/src/atoms/Icon/constants.js
+++ b/src/atoms/Icon/constants.js
@@ -37,6 +37,7 @@ module.exports = {
'chevronLeft',
'chevronRight',
'chevronUp',
+ 'circlePlus',
'clock',
'close',
'clos... | Add circlePlus icon to icon constants | policygenius_athenaeum | train |
1efe220e3d065068d9bb83decffdcce1916001d2 | diff --git a/moneywagon/core.py b/moneywagon/core.py
index <HASH>..<HASH> 100644
--- a/moneywagon/core.py
+++ b/moneywagon/core.py
@@ -175,13 +175,16 @@ class Service(object):
time - datetime, when this transaction was confirmed.
block_hash - string, the id of the block this tx is confirmed in.
- ... | added scriptPubKey to blockchain.info single tx | priestc_moneywagon | train |
1d0ba7ef6461ccdd25af74bfed61d3ceb5bc926d | diff --git a/github/Requester.py b/github/Requester.py
index <HASH>..<HASH> 100644
--- a/github/Requester.py
+++ b/github/Requester.py
@@ -177,13 +177,13 @@ class Requester:
return responseHeaders, output
def __createException(self, status, output):
- if status == 401 and output["message"] == "Ba... | Don't assume there is a 'message' field in case of error | PyGithub_PyGithub | train |
19caad2301e5cccb53627b1ba550c1530dd085b1 | diff --git a/core/commands/urlstore.go b/core/commands/urlstore.go
index <HASH>..<HASH> 100644
--- a/core/commands/urlstore.go
+++ b/core/commands/urlstore.go
@@ -8,6 +8,7 @@ import (
filestore "github.com/ipfs/go-ipfs/filestore"
balanced "github.com/ipfs/go-ipfs/importer/balanced"
ihelper "github.com/ipfs/go-ipf... | add trickle-dag support to the urlstore
fixes #<I>
License: MIT | ipfs_go-ipfs | train |
899385a72f5cadda8853afb56934bdfa5087139e | diff --git a/lib/rbvmomi/vim/Folder.rb b/lib/rbvmomi/vim/Folder.rb
index <HASH>..<HASH> 100644
--- a/lib/rbvmomi/vim/Folder.rb
+++ b/lib/rbvmomi/vim/Folder.rb
@@ -41,19 +41,23 @@ class RbVmomi::VIM::Folder
x if x.is_a? type
end
- # Retrieve a virtual machine or host by BIOS UUID.
- # @param uuid [String] Th... | Add search for VM or host by instance UUID
Update `findByUuid` to accept an optional parameter to search for
instance UUID. It was added as an optional parameter to maintain
backward compatability.
Closes #<I> | vmware_rbvmomi | train |
5262db00a868f3c76ad49bf3e76ee03756829f8c | diff --git a/packages/vx-geo/src/projections/Projection.js b/packages/vx-geo/src/projections/Projection.js
index <HASH>..<HASH> 100644
--- a/packages/vx-geo/src/projections/Projection.js
+++ b/packages/vx-geo/src/projections/Projection.js
@@ -79,7 +79,7 @@ export default function Projection({
<path
... | Make innerRef same as other props | hshoff_vx | train |
7a19d96a756f99894ca580d905b195798352e489 | diff --git a/pqhelper/base.py b/pqhelper/base.py
index <HASH>..<HASH> 100644
--- a/pqhelper/base.py
+++ b/pqhelper/base.py
@@ -58,8 +58,8 @@ class StateInvestigator(object):
_game_finders = {'capture': v.TemplateFinder(_data.capture_template,
sizes=_GAME_SIZES,
... | Again adjusted discovery thresholds. Better to have false positives than
totally miss a game that is actually there. | kobejohn_PQHelper | train |
986522eaeb73cd1ae75ce9fb61d083561aba56be | diff --git a/src/emir/recipes/engineering/detectorgain.py b/src/emir/recipes/engineering/detectorgain.py
index <HASH>..<HASH> 100644
--- a/src/emir/recipes/engineering/detectorgain.py
+++ b/src/emir/recipes/engineering/detectorgain.py
@@ -26,7 +26,8 @@ import scipy.stats
import pyfits
import numina.qa
-from numina.... | GainRecipe1 reads its inputs and writes outputs | guaix-ucm_pyemir | train |
94ac3f782027c4b707470b1aa0f5f66c6702ad9f | diff --git a/activesupport/lib/active_support/core_ext/string/output_safety.rb b/activesupport/lib/active_support/core_ext/string/output_safety.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/core_ext/string/output_safety.rb
+++ b/activesupport/lib/active_support/core_ext/string/output_safety.rb
@... | Add a commented code example of what will be produced | rails_rails | train |
3952bc099b0a64c89fd44206c42ad61ea322df19 | diff --git a/History.md b/History.md
index <HASH>..<HASH> 100644
--- a/History.md
+++ b/History.md
@@ -49,6 +49,12 @@ Fixes
-----
- Performance tweaks regarding temp_objects model accessors and job objects
+0.8.4 (2010-04-27)
+==================
+Fixes
+-----
+- Security fix for file data store
+
0.8.2 (2010-01-11... | Security fix for file data store (cherry-picked from <I>) | markevans_dragonfly | train |
220a077ed364d548e9caa71d69a19adf26cc2c63 | diff --git a/test/smartcoin/charge_spec.rb b/test/smartcoin/charge_spec.rb
index <HASH>..<HASH> 100644
--- a/test/smartcoin/charge_spec.rb
+++ b/test/smartcoin/charge_spec.rb
@@ -34,6 +34,17 @@ describe SmartCoin::Charge do
expect(charge.installments.first.class).to eq(SmartCoin::Installment)
end
+ it 'shoul... | New Test for bank_slip charge types | smartcoinpayments_smartcoin-ruby | train |
1a54f7d0202dba2499cdce30d731cfc65a1720c9 | diff --git a/HARK/ConsumptionSaving/ConsIndShockModel.py b/HARK/ConsumptionSaving/ConsIndShockModel.py
index <HASH>..<HASH> 100644
--- a/HARK/ConsumptionSaving/ConsIndShockModel.py
+++ b/HARK/ConsumptionSaving/ConsIndShockModel.py
@@ -184,74 +184,6 @@ class ConsumerSolution(HARKobject):
self.vPPfunc.append... | Delete original MargValueFunc from ConsIndShock | econ-ark_HARK | train |
89578fab0947c5a58e8838125b6b84945d349a1d | diff --git a/grimoire_elk/elk/bugzilla.py b/grimoire_elk/elk/bugzilla.py
index <HASH>..<HASH> 100644
--- a/grimoire_elk/elk/bugzilla.py
+++ b/grimoire_elk/elk/bugzilla.py
@@ -182,7 +182,7 @@ class BugzillaEnrich(Enrich):
eitem["status"] = issue['bug_status'][0]['__text__']
if "short_desc" in issue:
... | [elk] Limit text size of short description attribute for Bugzilla data
This patch limits the text size of the short description attribute to
<I>, thus avoiding max_bytes_length_exceeded_exception. | chaoss_grimoirelab-elk | train |
921922d39d1128fe721261547358fe9f7af6bcf6 | diff --git a/src/python/pants/backend/experimental/python/lockfile.py b/src/python/pants/backend/experimental/python/lockfile.py
index <HASH>..<HASH> 100644
--- a/src/python/pants/backend/experimental/python/lockfile.py
+++ b/src/python/pants/backend/experimental/python/lockfile.py
@@ -13,7 +13,11 @@ from pants.backend... | [internal] Use constants for magic strings `<none>` and `<default>` for tool lockfiles (#<I>)
[ci skip-rust] | pantsbuild_pants | train |
10f7d6143039f85c7d59b6069f496986dc543a6a | diff --git a/lib/memfs/file.rb b/lib/memfs/file.rb
index <HASH>..<HASH> 100644
--- a/lib/memfs/file.rb
+++ b/lib/memfs/file.rb
@@ -19,9 +19,10 @@ module MemFs
SUCCESS = 0
- def_delegator :original_file_class, :path
- def_delegator :original_file_class, :basename
- def_delegator :original_file_class, :... | Using def_delegators to group def_delegator | simonc_memfs | train |
c7aedf2bd424279e4984a13895472f187263a286 | diff --git a/web/server.js b/web/server.js
index <HASH>..<HASH> 100644
--- a/web/server.js
+++ b/web/server.js
@@ -27,7 +27,7 @@ const broadcast = data => {
wss.clients,
client => {
try {
- client.send(JSON.stringify(data);
+ client.send(JSON.stringify(data));
} catch(e) {
... | make sure to properly enclose broadcast catch wrap | askmike_gekko | train |
69e706c721cd34de248f678b7f8fa744d2a4a960 | diff --git a/src/Basset/Collection.php b/src/Basset/Collection.php
index <HASH>..<HASH> 100644
--- a/src/Basset/Collection.php
+++ b/src/Basset/Collection.php
@@ -1,9 +1,6 @@
<?php namespace Basset;
-use Basset\Filter\Filterable;
-use Basset\Factory\FilterFactory;
-
-class Collection extends Filterable {
+class Coll... | Filter apply falls through to the default directory. | Marwelln_basset | train |
49acbd22f76b42157f7fa1ee91824793d806bf23 | diff --git a/src/org/zaproxy/zap/extension/api/OptionsParamApi.java b/src/org/zaproxy/zap/extension/api/OptionsParamApi.java
index <HASH>..<HASH> 100644
--- a/src/org/zaproxy/zap/extension/api/OptionsParamApi.java
+++ b/src/org/zaproxy/zap/extension/api/OptionsParamApi.java
@@ -34,7 +34,7 @@ public class OptionsParamAp... | Issue <I>: API enabled by default | zaproxy_zaproxy | train |
ae7bc782b786d8421c9536b624888f7d9419af54 | diff --git a/guava/src/com/google/common/base/Joiner.java b/guava/src/com/google/common/base/Joiner.java
index <HASH>..<HASH> 100644
--- a/guava/src/com/google/common/base/Joiner.java
+++ b/guava/src/com/google/common/base/Joiner.java
@@ -95,7 +95,8 @@ public class Joiner {
*/
@Beta
@Deprecated
- public fina... | Make the Joiner Iterator/Iterable accepting overloads package-private (MOE public).
-------------
Created by MOE: <URL> | google_guava | train |
37e6b535844056652ef7a1e0de981db138bdefc8 | diff --git a/build_tools/aws-sdk-code-generator/lib/aws-sdk-code-generator/code_builder.rb b/build_tools/aws-sdk-code-generator/lib/aws-sdk-code-generator/code_builder.rb
index <HASH>..<HASH> 100644
--- a/build_tools/aws-sdk-code-generator/lib/aws-sdk-code-generator/code_builder.rb
+++ b/build_tools/aws-sdk-code-genera... | Generator fix for sts. | aws_aws-sdk-ruby | train |
cf772300f933db3aafca72ec0f6aa5b16d80014e | diff --git a/Serializer/JSONFlattenedSerializer.php b/Serializer/JSONFlattenedSerializer.php
index <HASH>..<HASH> 100644
--- a/Serializer/JSONFlattenedSerializer.php
+++ b/Serializer/JSONFlattenedSerializer.php
@@ -103,9 +103,7 @@ final class JSONFlattenedSerializer implements JWESerializer
$iv = Base64Url::de... | JWE Flattened Serializer refactored | web-token_jwt-encryption | train |
4b97b4bc1817b5ad7ee113381321c94ff9a15799 | diff --git a/chirptext/__version__.py b/chirptext/__version__.py
index <HASH>..<HASH> 100644
--- a/chirptext/__version__.py
+++ b/chirptext/__version__.py
@@ -14,6 +14,6 @@ __description__ = "A minimalist collection of text processing tools for Python 3
__url__ = "https://github.com/letuananh/chirptext/"
__maintainer... | pump version to <I>a4 | letuananh_chirptext | train |
a200dbae8bf03c6883ac737a40a4d64f43f19aab | diff --git a/datalist-polyfill.js b/datalist-polyfill.js
index <HASH>..<HASH> 100644
--- a/datalist-polyfill.js
+++ b/datalist-polyfill.js
@@ -13,7 +13,7 @@
'use strict';
// feature detection
- var nativedatalist = !!( 'list' in document.createElement('input') ) &&
+ var nativedatalist = ( 'list' in document.... | fix after renaming all dollar-signed vars | mfranzke_datalist-polyfill | train |
d75e2f82049d528bb40a5cfa6b94abd1981076bd | diff --git a/core/CliMulti/Process.php b/core/CliMulti/Process.php
index <HASH>..<HASH> 100644
--- a/core/CliMulti/Process.php
+++ b/core/CliMulti/Process.php
@@ -142,6 +142,7 @@ class Process
public static function isSupported()
{
+ return false;
if (SettingsServer::isWindows()) {
... | fixes #<I> sparklines in all websites dashboard were not working | matomo-org_matomo | train |
f27e73fcb88a1d0c55cc5da572a2be425df73aac | diff --git a/chainntnfs/txnotifier.go b/chainntnfs/txnotifier.go
index <HASH>..<HASH> 100644
--- a/chainntnfs/txnotifier.go
+++ b/chainntnfs/txnotifier.go
@@ -1118,9 +1118,11 @@ out:
}
// DisconnectTip handles the tip of the current chain being disconnected during
-// a chain reorganization. If any watched transact... | chainntnfs/txnotifier: detect reorgs for spending transactions of registered outpoints
In this commit, we introduce support to the TxNotifier to detect
spending transactions of registered outpoints being reorged out of the
chain. In the event that a reorg does occur, we'll consume the Spend
notification if it hasn't b... | lightningnetwork_lnd | train |
08df01ae7abb461d707fb857fca7db2046c18bd9 | diff --git a/src/program/wrap.js b/src/program/wrap.js
index <HASH>..<HASH> 100644
--- a/src/program/wrap.js
+++ b/src/program/wrap.js
@@ -4,7 +4,6 @@ import Node from './Node.js';
import keys from './keys.js';
const statementsWithBlocks = {
- IfStatement: 'consequent',
ForStatement: 'body',
ForInStatement: 'bo... | create synthetic block statements for if statement alternates | Rich-Harris_butternut | train |
37f65c64c4608b5a7d55227e4f53a10ff65ec496 | diff --git a/telapi/inboundxml/__init__.py b/telapi/inboundxml/__init__.py
index <HASH>..<HASH> 100644
--- a/telapi/inboundxml/__init__.py
+++ b/telapi/inboundxml/__init__.py
@@ -32,7 +32,7 @@ class Element(object):
def __unicode__(self):
attribute_string = ''
- body_string = ''.join([unicode(chi... | Fixed escaping body of inboundxml Elements. | TelAPI_telapi-python | train |
29b4615848591eaf4c982a0be722879671ad026f | diff --git a/pyrogram/methods/invite_links/create_chat_invite_link.py b/pyrogram/methods/invite_links/create_chat_invite_link.py
index <HASH>..<HASH> 100644
--- a/pyrogram/methods/invite_links/create_chat_invite_link.py
+++ b/pyrogram/methods/invite_links/create_chat_invite_link.py
@@ -27,8 +27,10 @@ class CreateChatIn... | Update create/edit_chat_invite_link | pyrogram_pyrogram | train |
b77d81f8d931cf1b29225384500049d5f9599efa | diff --git a/xbee/frame.py b/xbee/frame.py
index <HASH>..<HASH> 100644
--- a/xbee/frame.py
+++ b/xbee/frame.py
@@ -49,7 +49,11 @@ class APIFrame:
total = total & 0xFF
# Subtract from 0xFF
- return bytes(chr(0xFF - total))
+ if hasattr(bytes(), 'encode'):
+ # Python 2... | Branched on returning proper bytes type | niolabs_python-xbee | train |
34853103d315775e8796945c12440f6218eb4d66 | diff --git a/ImageUploaderBehavior.php b/ImageUploaderBehavior.php
index <HASH>..<HASH> 100644
--- a/ImageUploaderBehavior.php
+++ b/ImageUploaderBehavior.php
@@ -191,10 +191,20 @@ class ImageUploaderBehavior extends Behavior
$rnddir = static::getRandomDir($imageFolder);
$fullImagePath = $imageFolder ... | Reduce original image size for very large images | demisang_yii2-image-uploader | train |
11529b570d8fcc3cff6d60710f69f5a88bd98f58 | diff --git a/internal/cmd/logger.go b/internal/cmd/logger.go
index <HASH>..<HASH> 100644
--- a/internal/cmd/logger.go
+++ b/internal/cmd/logger.go
@@ -6,6 +6,7 @@ import (
"io"
stdlog "log"
"os"
+ "runtime"
"time"
"github.com/hairyhenderson/gomplate/v3/env"
@@ -50,7 +51,7 @@ func createLogger(format string,... | Stop emitting ANSI colour codes on Windows in unsupported terminals | hairyhenderson_gomplate | train |
a58cf68957545a723774bfdc0b8f8730c9cceda9 | diff --git a/src/Kunstmaan/MediaBundle/Entity/Media.php b/src/Kunstmaan/MediaBundle/Entity/Media.php
index <HASH>..<HASH> 100644
--- a/src/Kunstmaan/MediaBundle/Entity/Media.php
+++ b/src/Kunstmaan/MediaBundle/Entity/Media.php
@@ -3,6 +3,7 @@
namespace Kunstmaan\MediaBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
... | extra fields for media (description & copyright) | Kunstmaan_KunstmaanBundlesCMS | train |
9c971a96431067aa2d9e9f657ca85c2e8a3909b8 | diff --git a/test/client/docs_test.rb b/test/client/docs_test.rb
index <HASH>..<HASH> 100644
--- a/test/client/docs_test.rb
+++ b/test/client/docs_test.rb
@@ -36,13 +36,16 @@ describe Elastomer::Client::Docs do
end
after do
- @docs.delete_by_query :q => '*:*'
- @index.flush
- @index.refresh
- # @ind... | seems the only way to do this is to delete the index each time | github_elastomer-client | train |
1ab9311dfe0026fceb204fd83a9629255648e739 | diff --git a/compliance_checker/cf/cf.py b/compliance_checker/cf/cf.py
index <HASH>..<HASH> 100644
--- a/compliance_checker/cf/cf.py
+++ b/compliance_checker/cf/cf.py
@@ -117,6 +117,7 @@ class CFBaseCheck(BaseCheck):
self._coord_vars = defaultdict(list)
self._ancillary_vars = defaultdict(list)
... | Adds better description for the <I> checking | ioos_compliance-checker | train |
c68b3266651cc15475963ae11fc41f6b9bf94b3c | diff --git a/src/Symfony/Bundle/TwigBundle/TwigEngine.php b/src/Symfony/Bundle/TwigBundle/TwigEngine.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Bundle/TwigBundle/TwigEngine.php
+++ b/src/Symfony/Bundle/TwigBundle/TwigEngine.php
@@ -89,7 +89,7 @@ class TwigEngine implements EngineInterface
*/
public fu... | [TwigBundle] fixed error messages when an error occurs during template compilation | symfony_symfony | train |
af93f161a95f55c009cbd1265ff31f021aa0b866 | diff --git a/raven/utils/stacks.py b/raven/utils/stacks.py
index <HASH>..<HASH> 100644
--- a/raven/utils/stacks.py
+++ b/raven/utils/stacks.py
@@ -55,6 +55,9 @@ def get_lines_from_file(filename, lineno, context_lines, loader=None, module_nam
except (OSError, IOError):
pass
+ if source is ... | Fixed a stack issue when there's no source file found. | getsentry_raven-python | train |
e05f208781811ab496a43ed76a02e0b972c4436a | diff --git a/lib/dm-core/property.rb b/lib/dm-core/property.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-core/property.rb
+++ b/lib/dm-core/property.rb
@@ -765,7 +765,9 @@ module DataMapper
# if the type can be found within DataMapper::Types then
# use that class rather than the primitive
- type = D... | Only lookup the type if it the class has a name
* Anonymous classes may not have a name, so do not look them up | datamapper_dm-core | train |
33f2ea6aa487f43e486acd3e632b6acd73b739f6 | diff --git a/tests/unit/test_unpack.py b/tests/unit/test_unpack.py
index <HASH>..<HASH> 100644
--- a/tests/unit/test_unpack.py
+++ b/tests/unit/test_unpack.py
@@ -155,12 +155,28 @@ def test_invite():
def test_channel_message_commands():
""" channel and message commands """
- cmds = ["RPL_TOPIC", "RPL_NOTOPIC... | Add unit tests for WHOREPLY and RPL_ENDOFWHO | numberoverzero_bottom | train |
2925a9704a1ec81129fe2607c341191ad713bb06 | diff --git a/ouimeaux/cli.py b/ouimeaux/cli.py
index <HASH>..<HASH> 100644
--- a/ouimeaux/cli.py
+++ b/ouimeaux/cli.py
@@ -192,6 +192,9 @@ Usage: wemo maker NAME (on|off|toggle|sensor|switch)"""
def on_motion(maker):
return
+
+ def on_bridge(maker):
+ return
def on_maker(mak... | Fix maker handling in CLI
Maker handler was being passed to scan as bridge handler. Added no-op bridge handler similar to existing switch and motion handlers. | iancmcc_ouimeaux | train |
43ebdc43cb7ad442a9f1d77561431940a2165055 | diff --git a/example/index.js b/example/index.js
index <HASH>..<HASH> 100644
--- a/example/index.js
+++ b/example/index.js
@@ -1,5 +1,5 @@
var tabs = TABS = require('../')
-var autonode = require('autonode').inject(tabs)
+var Autonode = require('autonode').inject(tabs)
var Repred = require('repred')
var h =... | only update input if the value has changed (keeps cursor from jumping) | dominictarr_tab-stream | train |
772ab8039beb10b5c2a8743015e2b7a37be8990b | diff --git a/views/js/qtiCreator/editor/blockAdder/blockAdder.js b/views/js/qtiCreator/editor/blockAdder/blockAdder.js
index <HASH>..<HASH> 100644
--- a/views/js/qtiCreator/editor/blockAdder/blockAdder.js
+++ b/views/js/qtiCreator/editor/blockAdder/blockAdder.js
@@ -82,11 +82,13 @@ define([
});
... | fix: listen click outside after widget is ready | oat-sa_extension-tao-itemqti | train |
ed0f44b89666dcb5b889cf7309c1470d8958bf0a | diff --git a/castWebApi.js b/castWebApi.js
index <HASH>..<HASH> 100644
--- a/castWebApi.js
+++ b/castWebApi.js
@@ -76,11 +76,11 @@ prog
console.log(value);
})
.catch(error => {
- if (error.stdout.includes("sudo env")) {
+ if (error.stdout && error... | Updated: pm2 upstart - replaced service with pm2-windows-startup | vervallsweg_cast-web-api | train |
0d95e4141ace7cc63f10c8428a76c47b98355b2f | diff --git a/src/com/backendless/FootprintsManager.java b/src/com/backendless/FootprintsManager.java
index <HASH>..<HASH> 100644
--- a/src/com/backendless/FootprintsManager.java
+++ b/src/com/backendless/FootprintsManager.java
@@ -1,6 +1,7 @@
package com.backendless;
import com.backendless.exceptions.BackendlessExc... | Added temporary fix to handle GeoPoints in FootprintsManager. | Backendless_Android-SDK | train |
57a7305843701d46e4fab000582cfbcac694d5bb | diff --git a/api/tests/test_build.py b/api/tests/test_build.py
index <HASH>..<HASH> 100644
--- a/api/tests/test_build.py
+++ b/api/tests/test_build.py
@@ -62,6 +62,7 @@ class BuildTest(TestCase):
body = {'image': 'autotest/example'}
response = self.client.post(url, json.dumps(body), content_type='appl... | refactor(builder): improve build + config = release
- add release version as header on build and config creation
- provide dynamic output on build/config CLI, including resulting release
- add `deis push` CLI shortcut for builds:create | deis_controller-sdk-go | train |
d466fed18d23195f59f412efad9c9d71cedb1595 | diff --git a/vcs/utils/diffs.py b/vcs/utils/diffs.py
index <HASH>..<HASH> 100644
--- a/vcs/utils/diffs.py
+++ b/vcs/utils/diffs.py
@@ -62,8 +62,10 @@ def get_gitdiff(filenode_old, filenode_new):
old_raw_id = getattr(filenode_old.changeset, 'raw_id', '0' * 40)
new_raw_id = getattr(filenode_new.changeset, 'raw_... | typo: changed to filenode_new in git diff | codeinn_vcs | train |
bc92e190e040be69a2b77d03c426175d3139edac | diff --git a/src/Pingpong/Admin/Uploader/ImageUploader.php b/src/Pingpong/Admin/Uploader/ImageUploader.php
index <HASH>..<HASH> 100644
--- a/src/Pingpong/Admin/Uploader/ImageUploader.php
+++ b/src/Pingpong/Admin/Uploader/ImageUploader.php
@@ -1,5 +1,6 @@
<?php namespace Pingpong\Admin\Uploader;
+use Illuminate\Suppo... | Auto create destination directory when upload photo if does not exist | pingpong-labs_admin | train |
4502fa3cfcd6025ba434f8626102e56d09d95b7e | diff --git a/staging/src/k8s.io/client-go/tools/record/event.go b/staging/src/k8s.io/client-go/tools/record/event.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/client-go/tools/record/event.go
+++ b/staging/src/k8s.io/client-go/tools/record/event.go
@@ -270,7 +270,7 @@ func recordEvent(sink EventSink, event *v... | Improve ability to debug Events e2e failure | kubernetes_kubernetes | train |
b980d6f53eb327f8e277efa071b3165230520388 | diff --git a/cov_core.py b/cov_core.py
index <HASH>..<HASH> 100644
--- a/cov_core.py
+++ b/cov_core.py
@@ -8,23 +8,8 @@ import sys
import os
-def multiprocessing_hook():
- try:
- import multiprocessing.util
- multiprocessing.util.register_after_fork(multiprocessing_start,
- ... | Fixed multiprocessing_hook on Windows. | pytest-dev_pytest-cov | train |
04765bb11cbadf22ed01ea12cb6f2834e9ee1ec5 | diff --git a/plumbing/transport/common.go b/plumbing/transport/common.go
index <HASH>..<HASH> 100644
--- a/plumbing/transport/common.go
+++ b/plumbing/transport/common.go
@@ -187,6 +187,7 @@ func (e urlEndpoint) Path() string {
type scpEndpoint struct {
user string
host string
+ port string
path string
}
@@ -... | Adds port to SCP Endpoints
The port for SCP-like URLs was hardcoded to <I>.
This commit modifies the regex to find a port (optional), and adds a new test
case that covers this scenario. | src-d_go-git | train |
11f4d70cf534ab71f99b44ed7c290b4edee9a0d9 | diff --git a/src/Container.php b/src/Container.php
index <HASH>..<HASH> 100644
--- a/src/Container.php
+++ b/src/Container.php
@@ -31,6 +31,33 @@ class Container implements ContainerInterface {
}
/**
+ * Deep clone rules.
+ */
+ public function __clone() {
+ $this->rules = $this->arrayClon... | Deep copy rules when cloning (#<I>) | vanilla_garden-container | train |
da56abd1530ce85640479a6b6cf292009891a0f5 | diff --git a/status.go b/status.go
index <HASH>..<HASH> 100644
--- a/status.go
+++ b/status.go
@@ -26,7 +26,7 @@ func (s Status) IsUntracked(path string) bool {
return ok && stat.Worktree == Untracked
}
-// IsClean returns true if all the files aren't in Unmodified status.
+// IsClean returns true if all the files... | git: Fix Status.IsClean() documentation
The documentation of the IsClean Method contained a negation, so it was
describing the opposite of its actual behavior.
Fixes #<I> | src-d_go-git | train |
f614a8230c84a505597de0bd6380e5e2fea117ea | diff --git a/web/src/main/java/org/springframework/security/web/servletapi/SecurityContextHolderAwareRequestWrapper.java b/web/src/main/java/org/springframework/security/web/servletapi/SecurityContextHolderAwareRequestWrapper.java
index <HASH>..<HASH> 100644
--- a/web/src/main/java/org/springframework/security/web/serv... | Polish getRemoteUser
- Corrected instanceof check
Issue gh-<I> | spring-projects_spring-security | train |
24946fef189eb6f21792cb3dcf93ae236f7611f4 | diff --git a/salt/renderers/gpg.py b/salt/renderers/gpg.py
index <HASH>..<HASH> 100644
--- a/salt/renderers/gpg.py
+++ b/salt/renderers/gpg.py
@@ -247,12 +247,18 @@ def _get_key_dir():
gpg_keydir = None
if 'config.get' in __salt__:
gpg_keydir = __salt__['config.get']('gpg_keydir')
+
if not gpg_k... | gpg renderer: fix gpg_keydir always reverting to default | saltstack_salt | train |
764c1bfe8193d6e023b356cd542b42f3b0896816 | diff --git a/packages/babili/src/index.js b/packages/babili/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/babili/src/index.js
+++ b/packages/babili/src/index.js
@@ -2,8 +2,24 @@ import { transformFromAst } from "babel-core";
import * as t from "babel-types";
-const babiliPreset = require.resolve("babel-p... | Disable `babel-plugin-minify-dead-code-elimination` until it stabilizes. | interlockjs_plugins | train |
9b0277738fd235c35a550fc47cf39f675756762a | diff --git a/lib/pkgr/addon.rb b/lib/pkgr/addon.rb
index <HASH>..<HASH> 100644
--- a/lib/pkgr/addon.rb
+++ b/lib/pkgr/addon.rb
@@ -45,13 +45,13 @@ module Pkgr
end
end
- def install!(package_name)
+ def install!(package_name, src_dir)
install_addon = Mixlib::ShellOut.new %{curl -L --max-redirs... | Pass app source dir to addon compile script. | crohr_pkgr | train |
2c261b578ade199ab8795478bb970d9a70c90a15 | diff --git a/src/Phimple/Container.php b/src/Phimple/Container.php
index <HASH>..<HASH> 100644
--- a/src/Phimple/Container.php
+++ b/src/Phimple/Container.php
@@ -208,26 +208,31 @@ class Container implements \ArrayAccess, ContainerInterface
/**
* Extends a service definition.
*
- * @param string ... | Service extention is more flexible now. | strident_Phimple | train |
70833d3a3ce693603f1734bfa5ef5d2ee77e284c | diff --git a/pkg/cmd/pulumi/about.go b/pkg/cmd/pulumi/about.go
index <HASH>..<HASH> 100644
--- a/pkg/cmd/pulumi/about.go
+++ b/pkg/cmd/pulumi/about.go
@@ -604,7 +604,7 @@ func getNodeProgramDependencies(rootDir string, transitive bool) ([]programDepen
if _, err = os.Stat(yarnFile); err == nil {
ex, err = executabl... | Allow windows to find commands without .exe | pulumi_pulumi | train |
42feb8dff63cecd7bac4278e8a271369d573de8a | diff --git a/lib/Cake/Test/Case/View/Helper/FormHelperTest.php b/lib/Cake/Test/Case/View/Helper/FormHelperTest.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/Test/Case/View/Helper/FormHelperTest.php
+++ b/lib/Cake/Test/Case/View/Helper/FormHelperTest.php
@@ -7092,7 +7092,7 @@ class FormHelperTest extends CakeTestCase {... | Fix failing test.
Quote encoding in confirm handlers has changed in <I>. Update the
relevant test. | cakephp_cakephp | train |
79b828ea9df02dd848323870277789715650faf9 | diff --git a/src/Operation/Update.php b/src/Operation/Update.php
index <HASH>..<HASH> 100644
--- a/src/Operation/Update.php
+++ b/src/Operation/Update.php
@@ -54,7 +54,7 @@ class Update implements Executable, Explainable
private static $wireVersionForDocumentLevelValidation = 4;
/** @var integer */
- pri... | Rework client-side error logic for hints in updates | mongodb_mongo-php-library | train |
6fd704fbfaa3509bbdc10465fca273ace8f4f025 | diff --git a/telemetry/telemetry/android_browser_finder.py b/telemetry/telemetry/android_browser_finder.py
index <HASH>..<HASH> 100644
--- a/telemetry/telemetry/android_browser_finder.py
+++ b/telemetry/telemetry/android_browser_finder.py
@@ -81,11 +81,13 @@ def FindAllAvailableBrowsers(options, logging=real_logging):
... | [Telemetry] Only add android_tools' adb to the path if it exists.
This directory is only checked out when target_os=['android']. So we can't
assume that adb will always be in the chrome checkout.
TBR=<EMAIL>
BUG=None
TEST=./tools/perf/run_multipage_benchmarks --browser=list
Review URL: <URL> | catapult-project_catapult | train |
3813211c19505bb0a0f3f59989ebf6f6a991e016 | diff --git a/src/renderer.js b/src/renderer.js
index <HASH>..<HASH> 100644
--- a/src/renderer.js
+++ b/src/renderer.js
@@ -8,8 +8,11 @@ class Renderer {
}
async createPage(url, options = {}) {
- const { timeout, waitUntil, credentials } = options
+ const { timeout, waitUntil, credentials, emulateMedia } =... | media=print for pdf creation (#<I>)
page.emulateMedia('print') for PDF creation to make sure all assets that are only visible in print-css are loaded | zenato_puppeteer-renderer | train |
7e4d154b430f0a3cb845d15b1499b63afb0d1de6 | diff --git a/src/MultiSelect/MultiSelect.js b/src/MultiSelect/MultiSelect.js
index <HASH>..<HASH> 100644
--- a/src/MultiSelect/MultiSelect.js
+++ b/src/MultiSelect/MultiSelect.js
@@ -26,12 +26,15 @@ export const PROPERTY_TYPES = {
showSearch: PropTypes.bool,
showClear: PropTypes.bool,
- popupHeader: Prop... | Multiselect move sorting to props as optional - fixes when sorting breaks tree list | ctco_rosemary-ui | train |
c3fb469119f4b2fbd465809f05ab589b8fcc35f0 | diff --git a/src/main/java/com/github/bedrin/jdbc/sniffer/Sniffer.java b/src/main/java/com/github/bedrin/jdbc/sniffer/Sniffer.java
index <HASH>..<HASH> 100755
--- a/src/main/java/com/github/bedrin/jdbc/sniffer/Sniffer.java
+++ b/src/main/java/com/github/bedrin/jdbc/sniffer/Sniffer.java
@@ -128,7 +128,27 @@ public class... | Added new method which allows throwing exceptions inside callback API | sniffy_sniffy | train |
86543118f9646728447d3fdfc44b58a3ce951ed7 | diff --git a/cellbase-app/src/main/java/org/opencb/cellbase/app/cli/BuildCommandExecutor.java b/cellbase-app/src/main/java/org/opencb/cellbase/app/cli/BuildCommandExecutor.java
index <HASH>..<HASH> 100644
--- a/cellbase-app/src/main/java/org/opencb/cellbase/app/cli/BuildCommandExecutor.java
+++ b/cellbase-app/src/main/... | feature-str: TRF parser ready | opencb_cellbase | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.