hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
7a1d41fddf01129328d9cd926b3cfc9c0167d74a | diff --git a/Auth/OpenID/Server.php b/Auth/OpenID/Server.php
index <HASH>..<HASH> 100644
--- a/Auth/OpenID/Server.php
+++ b/Auth/OpenID/Server.php
@@ -411,7 +411,7 @@ class Auth_OpenID_Server {
$to_verify['openid.mode'] = 'id_res';
$fields = explode(',', trim($signed));
$tv_sig = ... | [project @ M-x whitespace-cleanup] | openid_php-openid | train |
1f235c858c39f77161d5b5e8272a7113bfca3143 | diff --git a/staging/src/k8s.io/apiserver/pkg/server/filters/goaway_test.go b/staging/src/k8s.io/apiserver/pkg/server/filters/goaway_test.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/apiserver/pkg/server/filters/goaway_test.go
+++ b/staging/src/k8s.io/apiserver/pkg/server/filters/goaway_test.go
@@ -342,6 +34... | test(apiserver): deflake TestClientReceivedGOAWAY
protect `localAddr` from concurrent read and write | kubernetes_kubernetes | train |
ea4899b40c2b63fd384e41ed48b2aa0b76628d80 | diff --git a/liquibase-core/src/main/java/liquibase/statement/core/FindForeignKeyConstraintsStatement.java b/liquibase-core/src/main/java/liquibase/statement/core/FindForeignKeyConstraintsStatement.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/statement/core/FindForeignKeyConstraintsStat... | (added missing newline to end of file) | liquibase_liquibase | train |
11e72e08eb92d5169960332c382a29a77ca049a9 | diff --git a/tofu/openadas2tofu/_requests.py b/tofu/openadas2tofu/_requests.py
index <HASH>..<HASH> 100644
--- a/tofu/openadas2tofu/_requests.py
+++ b/tofu/openadas2tofu/_requests.py
@@ -157,6 +157,8 @@ def search_online(searchstr=None, returnas=None,
elm = elmq[:elmq.index('<sup>')]
charge = ... | [Issue<I>] Replace '+' by '1+' in search_online() | ToFuProject_tofu | train |
c07d36487eac921d79d3e2d53bb30816ca4f5cb4 | diff --git a/app/helpers/pageflow/social_share_helper.rb b/app/helpers/pageflow/social_share_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/pageflow/social_share_helper.rb
+++ b/app/helpers/pageflow/social_share_helper.rb
@@ -64,7 +64,8 @@ module Pageflow
if image_urls.size >= 4
break
... | Facebook image share changes
+added og:image:height and width meta properties.
-removed placeholder images for social share | codevise_pageflow | train |
47d3a20d79d28534183e6649eea6e096556fef5f | diff --git a/lib/eb_deployer.rb b/lib/eb_deployer.rb
index <HASH>..<HASH> 100644
--- a/lib/eb_deployer.rb
+++ b/lib/eb_deployer.rb
@@ -91,6 +91,11 @@ module EbDeployer
# For all available options take a look at
# http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html
#
+ # @option opts... | added documentation for accepted_healthy_states | ThoughtWorksStudios_eb_deployer | train |
efca4234627865400e0d2ab74a0f77bd6988c397 | diff --git a/juju/controller.py b/juju/controller.py
index <HASH>..<HASH> 100644
--- a/juju/controller.py
+++ b/juju/controller.py
@@ -1,5 +1,4 @@
import asyncio
-import concurrent.futures
import logging
from . import tag
@@ -103,10 +102,7 @@ class Controller(object):
# Add our ssh key to the model, to wo... | Better fix for moving stuff into an Executor.
Hides all the underpinnings in the utils class. | juju_python-libjuju | train |
332d21383d58fa75bd8d192fe03453f9bcbfe095 | diff --git a/lib/rules/indent.js b/lib/rules/indent.js
index <HASH>..<HASH> 100644
--- a/lib/rules/indent.js
+++ b/lib/rules/indent.js
@@ -939,7 +939,7 @@ module.exports = {
if (options.FunctionDeclaration.parameters === "first" && node.params.length) {
checkNodesIndent(node.params... | Update: Ensure `indent` handles nested functions correctly (fixes #<I>) (#<I>) | eslint_eslint | train |
6738f82968ad93251109a94132039fbed0f2150b | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@
- Fixed detection of `.egg-info` directory for non-poetry projects. (Thanks to [@gtors](https://github.com/gtors))
- Fixed only-wheel builds. (Thanks to [@gtors](https://github.com/gtors))
- F... | Fix errors when git could not be found | sdispater_poetry | train |
191798e9bae232cdd6876da0b388269da6ddefd3 | diff --git a/lib/page-object/accessors.rb b/lib/page-object/accessors.rb
index <HASH>..<HASH> 100644
--- a/lib/page-object/accessors.rb
+++ b/lib/page-object/accessors.rb
@@ -209,14 +209,15 @@ module PageObject
alias_method :textarea, :text_area
#
- # adds four methods - one to select an item in a drop-d... | updated rdoc and made code simpler | cheezy_page-object | train |
ee0c696b39777b468ecb49a7753680d697b0b1d5 | diff --git a/aegea/batch.py b/aegea/batch.py
index <HASH>..<HASH> 100644
--- a/aegea/batch.py
+++ b/aegea/batch.py
@@ -27,11 +27,13 @@ bash_cmd_preamble = ["/bin/bash", "-c", 'for i in "$@"; do eval "$i"; done', __n
ebs_vol_mgr_shellcode = """iid=$(http http://169.254.169.254/latest/dynamic/instance-identity/document)... | kill processes using the filesystem before unmounting (#<I>)
seems to work best via lsof (also tried fuser, which did not
work at all, and pkill -P $$, which caused suicide of the trap
SIGEXIT handler)
also adjusted sleep timing so that we don't get killed by
the amazon <I> second watchdog before we delete the ... | kislyuk_aegea | train |
6e635b3e298038bfafa188d76cf1b1a9a1bda7d6 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -22,7 +22,10 @@ export function parseAllDocuments(src, options) {
export function parseDocument(src, options) {
const cst = parseCST(src)
const doc = new Document(cst[0], null, options)
- if (cst.length... | Silence "contains multiple documents" error with logLevel: "silent" | eemeli_yaml | train |
bf357f142a4557d5e81487044719359b4ac0a8f1 | diff --git a/core/src/main/java/org/infinispan/manager/DefaultCacheManager.java b/core/src/main/java/org/infinispan/manager/DefaultCacheManager.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/infinispan/manager/DefaultCacheManager.java
+++ b/core/src/main/java/org/infinispan/manager/DefaultCacheManager.ja... | [ISPN-<I>] (CacheManager needs to identifiable) Added getName() that returns jmxDomain@address. | infinispan_infinispan | train |
591ddf803108dd9cd12037a354be600a6aaff035 | diff --git a/lsmtogssha/lsm_to_gssha.py b/lsmtogssha/lsm_to_gssha.py
index <HASH>..<HASH> 100644
--- a/lsmtogssha/lsm_to_gssha.py
+++ b/lsmtogssha/lsm_to_gssha.py
@@ -85,8 +85,8 @@ class LSMtoGSSHA(object):
Ex. "gssha_ddd_%Y_%m_%d_%H_%M_%S.nc".
time_step_seconds(O... | made unix format output option boolean | CI-WATER_gsshapy | train |
c8d878af54dfc45ab9587b9d7fccd2ff6d2a3409 | diff --git a/src/unittest/python/daemonize_tests.py b/src/unittest/python/daemonize_tests.py
index <HASH>..<HASH> 100644
--- a/src/unittest/python/daemonize_tests.py
+++ b/src/unittest/python/daemonize_tests.py
@@ -123,13 +123,20 @@ class TestDaemonize(TestCase):
@patch("succubus.daemonize.sys")
def test_reli... | More tests for Daemon.reliable_kill | Scout24_succubus | train |
6b969c7b188ea0fe52e49532b061669e6aaeed30 | diff --git a/ping-lite.js b/ping-lite.js
index <HASH>..<HASH> 100644
--- a/ping-lite.js
+++ b/ping-lite.js
@@ -7,29 +7,28 @@ var spawn = require('child_process').spawn,
module.exports = Ping;
function Ping(host, options) {
+ if (!host)
+ throw new Error('You must specify a host to ping!');
+
this._host = h... | Update ping-lite.js | ben-bradley_ping-lite | train |
628e64e339e6d76774f0d51863dc0595ac3804d4 | diff --git a/karma.conf.ci.js b/karma.conf.ci.js
index <HASH>..<HASH> 100644
--- a/karma.conf.ci.js
+++ b/karma.conf.ci.js
@@ -18,6 +18,12 @@ module.exports = function(config) {
platform: 'OS X 10.11',
version: '9.2'
},
+ slIOS10: {
+ base: 'SauceLabs',
+ ... | Update browsers on Sauce CI testing | stacktracejs_error-stack-parser | train |
3378a116d02b73cbd4812da3b066be20ae414ee9 | diff --git a/tests/ConfigRetrieverTest.php b/tests/ConfigRetrieverTest.php
index <HASH>..<HASH> 100644
--- a/tests/ConfigRetrieverTest.php
+++ b/tests/ConfigRetrieverTest.php
@@ -15,7 +15,7 @@ class ConfigRetrieverTest extends TestCase
*/
public function it_throws_if_there_is_a_problem_with_the_services_conf... | Use expectExceptionObject. (#<I>) | SocialiteProviders_Manager | train |
218fe92506fa1e1f3b532bcbf4fbd7a57753496e | diff --git a/src/Zoho/CRM/ZohoClient.php b/src/Zoho/CRM/ZohoClient.php
index <HASH>..<HASH> 100755
--- a/src/Zoho/CRM/ZohoClient.php
+++ b/src/Zoho/CRM/ZohoClient.php
@@ -522,32 +522,86 @@ class ZohoClient
/**
* Convert an entity into XML
*
- * @param Element $entity Element with values on fields s... | Added support for embedded entities/objects | mctekk_zohocrm | train |
c5d2aed12d03993d3716714213c5053fee86de5d | diff --git a/agent/lib/kontena/launchers/cadvisor.rb b/agent/lib/kontena/launchers/cadvisor.rb
index <HASH>..<HASH> 100644
--- a/agent/lib/kontena/launchers/cadvisor.rb
+++ b/agent/lib/kontena/launchers/cadvisor.rb
@@ -51,7 +51,9 @@ module Kontena::Launchers
# @param [String] image
def create_container(image)... | Disable cAdvisor disk metrics & give lower cpu priority (#<I>) | kontena_kontena | train |
5f0d98a110f8da8ecc8c94f15b062ad0752e4398 | diff --git a/core/client/app/controllers/editor/new.js b/core/client/app/controllers/editor/new.js
index <HASH>..<HASH> 100644
--- a/core/client/app/controllers/editor/new.js
+++ b/core/client/app/controllers/editor/new.js
@@ -2,6 +2,8 @@ import Ember from 'ember';
import EditorControllerMixin from 'ghost/mixins/edito... | Don't do autosave on new post
closes #<I>
- rather than checking for a model change, noop autosave on new controller | TryGhost_Ghost | train |
92a51af7ba1e44338005696ecce5acc065b1f53a | diff --git a/server/seccomp/seccomp.go b/server/seccomp/seccomp.go
index <HASH>..<HASH> 100644
--- a/server/seccomp/seccomp.go
+++ b/server/seccomp/seccomp.go
@@ -16,14 +16,11 @@ import (
// IsEnabled returns true if seccomp is enabled for the host.
func IsEnabled() bool {
- // seccompModeFilter refers to the sysca... | seccomp: use Prctl() from x/sys/unix
Use unix.Prctl() instead of manually reimplementing it using
unix.RawSyscall. Also use unix.SECCOMP_MODE_FILTER instead of locally
defining it. | cri-o_cri-o | train |
3c96e700facef59182ef54b47cf1bc420bfa71a9 | diff --git a/OpenPNM/Utilities/IO.py b/OpenPNM/Utilities/IO.py
index <HASH>..<HASH> 100644
--- a/OpenPNM/Utilities/IO.py
+++ b/OpenPNM/Utilities/IO.py
@@ -451,9 +451,8 @@ class CSV():
# Write to file
if filename == '':
filename = network.name
- f = _write_file(filename=filename, ex... | Changed the file open/close calls to use with, since this seems to work with the custom file read/write methods. (this did not appear to be the problem with travis) | PMEAL_OpenPNM | train |
f63f44106b34e40e23883d08e377118cdaaaf9d2 | diff --git a/lib/utils/createResolver.js b/lib/utils/createResolver.js
index <HASH>..<HASH> 100644
--- a/lib/utils/createResolver.js
+++ b/lib/utils/createResolver.js
@@ -30,7 +30,7 @@ module.exports = function (findReferences) {
file.contents = new Buffer(replacedContent);
self.push(f... | Propagate errors from the promise. | jussi-kalliokoski_gulp-resolver | train |
98a9bc31ab7abd94f4ae856cf3d442f611fabbb8 | diff --git a/nailgun/entities.py b/nailgun/entities.py
index <HASH>..<HASH> 100644
--- a/nailgun/entities.py
+++ b/nailgun/entities.py
@@ -2071,18 +2071,6 @@ class HostCollection(
payload['system_uuids'] = payload.pop('system_ids')
return payload
- def read(self, entity=None, attrs=None, igno... | removing workaround for BZ<I> after it has been resolved (#<I>) | SatelliteQE_nailgun | train |
4f1c42c0e3f21528b47b73cd5de96b3eab82f849 | diff --git a/tests/integration/shell/test_auth.py b/tests/integration/shell/test_auth.py
index <HASH>..<HASH> 100644
--- a/tests/integration/shell/test_auth.py
+++ b/tests/integration/shell/test_auth.py
@@ -59,12 +59,18 @@ class AuthTest(ShellCase):
def setUp(self):
for user in (self.userA, self.userB):
... | Workaround getpwnam in auth test for MacOSX | saltstack_salt | train |
6ff5d988ea578becab8082c9e2001b82c675e198 | diff --git a/smr/map.py b/smr/map.py
index <HASH>..<HASH> 100644
--- a/smr/map.py
+++ b/smr/map.py
@@ -19,24 +19,28 @@ def main():
s3conn = boto.connect_s3(config.AWS_ACCESS_KEY, config.AWS_SECRET_KEY)
bucket = s3conn.get_bucket(config.S3_BUCKET_NAME)
- for file_name in sys.stdin:
- k = Key(bucket... | make map workers abort more gracefully | 50onRed_smr | train |
5f86e38c282760c0ed1e0b9a6e7c9dc7893731f7 | diff --git a/colin/core/target.py b/colin/core/target.py
index <HASH>..<HASH> 100644
--- a/colin/core/target.py
+++ b/colin/core/target.py
@@ -46,9 +46,7 @@ class Target(object):
"""
logger.debug("Finding target '{}'.".format(target))
- if isinstance(target, Image):
- return target... | Simplify target recongnition | user-cont_colin | train |
cc2802d9bb11a9193a48ccf5f89d727504fd8fb2 | diff --git a/cmd/kubeadm/app/cmd/kubeconfig.go b/cmd/kubeadm/app/cmd/kubeconfig.go
index <HASH>..<HASH> 100644
--- a/cmd/kubeadm/app/cmd/kubeconfig.go
+++ b/cmd/kubeadm/app/cmd/kubeconfig.go
@@ -20,6 +20,7 @@ import (
"io"
"time"
+ "github.com/pkg/errors"
"github.com/spf13/cobra"
"k8s.io/klog/v2"
@@ -78,6 +... | validate flag cfgPath to make sure it is not empty | kubernetes_kubernetes | train |
55460db7cfcf5ff4201a9fd1aae06db41600e645 | diff --git a/serversocket.js b/serversocket.js
index <HASH>..<HASH> 100644
--- a/serversocket.js
+++ b/serversocket.js
@@ -1196,6 +1196,8 @@ AGServerSocket.prototype._processTransmit = async function (event, data, options
};
AGServerSocket.prototype._invoke = async function (event, data, options) {
+ options = opt... | Allow each invoke and transmit call to have a custom ackTimeout | SocketCluster_socketcluster-server | train |
835a8fc0aae31f550d3020615f2af3cbf6527e74 | diff --git a/lib/reel/response_writer.rb b/lib/reel/response_writer.rb
index <HASH>..<HASH> 100644
--- a/lib/reel/response_writer.rb
+++ b/lib/reel/response_writer.rb
@@ -13,6 +13,8 @@ module Reel
chunk_header = chunk.bytesize.to_s(16)
@socket << chunk_header + CRLF
@socket << chunk + CRLF
+ ... | Reraise write errors as Reel::SocketErrors | celluloid_reel | train |
a82b80eaecbea5b7cd03602fe35f3c9feb6e9161 | diff --git a/hnmp.py b/hnmp.py
index <HASH>..<HASH> 100644
--- a/hnmp.py
+++ b/hnmp.py
@@ -30,7 +30,7 @@ TYPES = {
AUTHPROTOCOLS = {
'md5': cmdgen.usmHMACMD5AuthProtocol,
'sha': cmdgen.usmHMACSHAAuthProtocol,
- 'noauth': cmdgen.usmNoAuthProtocol
+ 'noauth': cmdgen.usmNoAuthProtocol,
}
PRIVPROTOCOLS... | add commas to last item in dicts | trehn_hnmp | train |
126c31126483d2d08ac1490e8b7d2086539a0f34 | diff --git a/src/python/pants/backend/jvm/tasks/scalafix.py b/src/python/pants/backend/jvm/tasks/scalafix.py
index <HASH>..<HASH> 100644
--- a/src/python/pants/backend/jvm/tasks/scalafix.py
+++ b/src/python/pants/backend/jvm/tasks/scalafix.py
@@ -4,6 +4,7 @@
from __future__ import absolute_import, division, print_fu... | Bump scalafix version and use os.pathsep (#<I>)
### Problem
--tool-classpath from #<I> isn't supported in the default scalafix version, and ':' was hardcoded as path separator. This meant it would break on windows, and this option wouldn't work on default pants install.
### Solution
Bump the scalafix version,... | pantsbuild_pants | train |
ef0eeae496151cd2543bfb7f5e67aaff8b8146a7 | diff --git a/lang/en/grades.php b/lang/en/grades.php
index <HASH>..<HASH> 100755
--- a/lang/en/grades.php
+++ b/lang/en/grades.php
@@ -285,6 +285,7 @@ $string['gradeitems'] = 'Grade items';
$string['gradeitemsettings'] = 'Grade item settings';
$string['gradeitemsinc'] = 'Grade items to be included';
$string['gradele... | MDL-<I> adding help strings | moodle_moodle | train |
fd081eff23c21e57c3070b15603a5752136b1454 | diff --git a/src/widgets/SelectWidget.js b/src/widgets/SelectWidget.js
index <HASH>..<HASH> 100644
--- a/src/widgets/SelectWidget.js
+++ b/src/widgets/SelectWidget.js
@@ -91,6 +91,7 @@ OO.mixinClass( OO.ui.SelectWidget, OO.ui.GroupWidget );
/**
* @event choose
+ * A `choose` event is emitted when an item is chosen... | SelectWidget: Marked protected methods and clarified choose/press descriptions
Change-Id: I9cbf<I>cb1fb2dc<I>bb1c<I>c<I>df<I>bdc7 | wikimedia_oojs-ui | train |
db3150f8461228a5f2f8ea33526d0b0bbb501284 | diff --git a/holoviews/streams.py b/holoviews/streams.py
index <HASH>..<HASH> 100644
--- a/holoviews/streams.py
+++ b/holoviews/streams.py
@@ -89,12 +89,17 @@ class Stream(param.Parameterized):
"""
# Union of stream values
items = [stream.value.items() for stream in streams]
- union = ... | Streams.trigger now warns when clashing keys are detected | pyviz_holoviews | train |
dfb3458c2f65d1eecfa20748a657f093cf0139a3 | diff --git a/dns/google/cloud/dns/zone.py b/dns/google/cloud/dns/zone.py
index <HASH>..<HASH> 100644
--- a/dns/google/cloud/dns/zone.py
+++ b/dns/google/cloud/dns/zone.py
@@ -280,9 +280,7 @@ class ManagedZone(object):
client = self._require_client(client)
try:
- client._connection.api_req... | Ensure that `ManagedZone:exists()` does not misreport `True` result. (#<I>)
Closes #<I>. | googleapis_google-cloud-python | train |
f3f564128c9321f1938f27ad53ebca219e756dde | diff --git a/worker/uniteravailability/manifold.go b/worker/uniteravailability/manifold.go
index <HASH>..<HASH> 100644
--- a/worker/uniteravailability/manifold.go
+++ b/worker/uniteravailability/manifold.go
@@ -22,6 +22,18 @@ import (
"github.com/juju/juju/worker/util"
)
+// UniterAvailabilitySetter interface defi... | Created separate UniterAvailabilitySetter and Getter interfaces. | juju_juju | train |
18306dcfba68dff1b8d8bbb659887c898be7c761 | diff --git a/modules/vidazooBidAdapter.js b/modules/vidazooBidAdapter.js
index <HASH>..<HASH> 100644
--- a/modules/vidazooBidAdapter.js
+++ b/modules/vidazooBidAdapter.js
@@ -1,4 +1,4 @@
-import { _each, deepAccess, parseSizesInput } from '../src/utils.js';
+import { _each, deepAccess, parseSizesInput, parseUrl } from ... | Vidazoo Bid Adapter: send page query params to server (#<I>)
* feat(module): multi size request
* fix getUserSyncs
added tests
* update(module): package-lock.json from master
* feat(module): VidazooBidAdapter - send top query params to server | prebid_Prebid.js | train |
9551862a95a563b6f4a59fcafe857cde70d868a7 | diff --git a/tests/methods/ParseTest.php b/tests/methods/ParseTest.php
index <HASH>..<HASH> 100644
--- a/tests/methods/ParseTest.php
+++ b/tests/methods/ParseTest.php
@@ -132,7 +132,7 @@ class ParseTest extends PHPUnit\Framework\TestCase {
* @depends testSepRowAutoDetection
*/
public function testGetCo... | Allow current working dir to be different when running tests
...By using an absolute path | parsecsv_parsecsv-for-php | train |
00be77e7413bc0dd91358694f9cb5440ec98d2e5 | diff --git a/src/Package/Manager.php b/src/Package/Manager.php
index <HASH>..<HASH> 100644
--- a/src/Package/Manager.php
+++ b/src/Package/Manager.php
@@ -1,16 +1,11 @@
<?php namespace Hook\Package;
-use Hook\Database\AppContext;
-
-use Composer\Factory;
use Composer\Console\Application;
use Symfony\Component\Cons... | cleaning up Package\Manager; typo on comment | doubleleft_hook | train |
313b8f29e4e537b188a6c3cd898334c17e1a27ad | diff --git a/tmpauthenticator/__init__.py b/tmpauthenticator/__init__.py
index <HASH>..<HASH> 100644
--- a/tmpauthenticator/__init__.py
+++ b/tmpauthenticator/__init__.py
@@ -23,21 +23,25 @@ class TmpAuthenticateHandler(BaseHandler):
def get(self):
raw_user = self.get_current_user()
if raw_user:
... | Attempt to fix force_new_servers | jupyterhub_tmpauthenticator | train |
e29e21a5237309c347ea6cb8b5cc8e3ce0218e18 | diff --git a/client/cli/util/util.go b/client/cli/util/util.go
index <HASH>..<HASH> 100644
--- a/client/cli/util/util.go
+++ b/client/cli/util/util.go
@@ -62,6 +62,12 @@ func isBuiltinService(command string) bool {
// SetupCommand includes things that should run for each command.
func SetupCommand(ctx *ccli.Context... | Fixing help for subcommands (#<I>) | micro_micro | train |
7e2743a3a06ece707c6075c95c4454062f3eb981 | diff --git a/docroot/modules/custom/ymca_retention/js/user-menu.js b/docroot/modules/custom/ymca_retention/js/user-menu.js
index <HASH>..<HASH> 100644
--- a/docroot/modules/custom/ymca_retention/js/user-menu.js
+++ b/docroot/modules/custom/ymca_retention/js/user-menu.js
@@ -75,6 +75,8 @@
var $modal = $(this);
... | [YMCA-<I>] Hide "Where can I find my Member ID?" when modal window is closed. | ymcatwincities_openy | train |
de2f7af34f388eeeadb96aa9e20a329d9ded0ccb | diff --git a/apps/chat/models.py b/apps/chat/models.py
index <HASH>..<HASH> 100644
--- a/apps/chat/models.py
+++ b/apps/chat/models.py
@@ -9,7 +9,7 @@ class Dialog(TimeStampedModel):
opponent = models.ForeignKey(settings.AUTH_USER_MODEL, verbose_name="Собеседник владельца")
def __str__(self):
- retur... | changed __str__ methods in models
added list view for dialogs with checking for dublicate dialogs
changed template dialogs.html | Bearle_django-private-chat | train |
812007b368367681d73a378c4e6746e8b800359a | diff --git a/src/Sentry/SentryBundle/EventListener/ExceptionListener.php b/src/Sentry/SentryBundle/EventListener/ExceptionListener.php
index <HASH>..<HASH> 100644
--- a/src/Sentry/SentryBundle/EventListener/ExceptionListener.php
+++ b/src/Sentry/SentryBundle/EventListener/ExceptionListener.php
@@ -91,10 +91,8 @@ class ... | Remove null check that was missed in previous commit | getsentry_sentry-symfony | train |
1d21fb1f94077ba14e570866132f214dc9655065 | diff --git a/bibliopixel/project/aliases.py b/bibliopixel/project/aliases.py
index <HASH>..<HASH> 100644
--- a/bibliopixel/project/aliases.py
+++ b/bibliopixel/project/aliases.py
@@ -2,7 +2,7 @@ import re
from .. util import log
from . import alias_lists
-ALIAS_MARKER = '$'
+ALIAS_MARKER = '@'
SEPARATORS = re.comp... | Change alias character to @ (fix #<I>) | ManiacalLabs_BiblioPixel | train |
04de4fab2541c99f2981f1cab53ca6da147e3fbd | diff --git a/src/main/java/org/acra/util/HttpRequest.java b/src/main/java/org/acra/util/HttpRequest.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/acra/util/HttpRequest.java
+++ b/src/main/java/org/acra/util/HttpRequest.java
@@ -41,7 +41,9 @@ public final class HttpRequest {
private static final int HTTP... | Discard request in case of <I> or <I> | ACRA_acra | train |
b40473aa3b6288935489b25fdd14417f45b21fd9 | diff --git a/spec/integ/matrix-client-event-emitter.spec.js b/spec/integ/matrix-client-event-emitter.spec.js
index <HASH>..<HASH> 100644
--- a/spec/integ/matrix-client-event-emitter.spec.js
+++ b/spec/integ/matrix-client-event-emitter.spec.js
@@ -132,7 +132,10 @@ describe("MatrixClient events", function() {
... | Fix broken event-emitter test
We need to wait for two syncs, not just one, here. | matrix-org_matrix-js-sdk | train |
95e8fe2fd22c5b9441aaadc881586fc433073e90 | diff --git a/base/src/org/droidparts/annotation/sql/Column.java b/base/src/org/droidparts/annotation/sql/Column.java
index <HASH>..<HASH> 100644
--- a/base/src/org/droidparts/annotation/sql/Column.java
+++ b/base/src/org/droidparts/annotation/sql/Column.java
@@ -34,9 +34,4 @@ public @interface Column {
// for foreign... | Helper method for creating db indexes. | droidparts_droidparts | train |
1506bbfb7d3446a7c303302ef9078c20f1447d3f | diff --git a/src/processor/intents/movement.js b/src/processor/intents/movement.js
index <HASH>..<HASH> 100644
--- a/src/processor/intents/movement.js
+++ b/src/processor/intents/movement.js
@@ -215,7 +215,12 @@ exports.execute = function(object, scope) {
if(road) {
fatigueRate = 1;
- road.nextDe... | fix(processor): bug in power creeps movement on roads | screeps_engine | train |
6abccdc728b9fe7d837032b5e016877d1b5db057 | diff --git a/wolframalpha/__init__.py b/wolframalpha/__init__.py
index <HASH>..<HASH> 100644
--- a/wolframalpha/__init__.py
+++ b/wolframalpha/__init__.py
@@ -121,6 +121,34 @@ class Result(ErrorHandler, Document):
return {pod.title: pod.text for pod in self.pods}
+class Assumption(Document):
+ @property... | Move Image (and Warning and Assumption) ahead of Subpod. | jaraco_wolframalpha | train |
d8850dbdd821508d1dfec676ae9c5260aaa28a5f | diff --git a/src/structures/Webhook.js b/src/structures/Webhook.js
index <HASH>..<HASH> 100644
--- a/src/structures/Webhook.js
+++ b/src/structures/Webhook.js
@@ -244,19 +244,22 @@ class Webhook {
* @param {Object} options Options
* @param {string} [options.name=this.name] New name for this webhook
* @param... | feature(Webhook): allow to edit the channel of webhooks (#<I>) | discordjs_discord.js | train |
ca6be04b0ee3822072185b7b2570a8845eaeb284 | diff --git a/src/main/java/org/redisson/client/RedisConnection.java b/src/main/java/org/redisson/client/RedisConnection.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/redisson/client/RedisConnection.java
+++ b/src/main/java/org/redisson/client/RedisConnection.java
@@ -23,6 +23,7 @@ import org.redisson.client.... | SuccessFuture allocation optimization. #<I> | redisson_redisson | train |
e63f58331658fca08ae8a33a034546c944d141d7 | diff --git a/tests/integration/Category/CategoryUpdateRequestTest.php b/tests/integration/Category/CategoryUpdateRequestTest.php
index <HASH>..<HASH> 100644
--- a/tests/integration/Category/CategoryUpdateRequestTest.php
+++ b/tests/integration/Category/CategoryUpdateRequestTest.php
@@ -294,6 +294,8 @@ class CategoryUpd... | WIP: add returns that were missing | commercetools_commercetools-php-sdk | train |
d0788d1525bb0b4870e0a13108e37df2f255da87 | diff --git a/wire.py b/wire.py
index <HASH>..<HASH> 100644
--- a/wire.py
+++ b/wire.py
@@ -420,6 +420,54 @@ the client as !WebElement JSON objects.''').
SetReturnType('{string}', 'The screenshot as a base64 encoded PNG.'))
resources.append(
+ SessionResource('/session/:sessionId/ime/available_engines')... | EranMes: Adding description of the wire protocol commands for controlling IME.
r<I> | SeleniumHQ_selenium | train |
3adb4874ca6a5be6b931abb837c5a5a8d7300b37 | diff --git a/src/app/containers/App.js b/src/app/containers/App.js
index <HASH>..<HASH> 100644
--- a/src/app/containers/App.js
+++ b/src/app/containers/App.js
@@ -17,16 +17,12 @@ import RemoteIcon from 'react-icons/lib/go/radio-tower';
const monitorPosition = location.hash;
-// Mock localStorage when it is not all... | Store selected monitor in chrome.storage.local | zalmoxisus_redux-devtools-extension | train |
f2a13253577efde3f4e9dfd5148c7fe9c99f1568 | diff --git a/pandas/tests/indexing/test_floats.py b/pandas/tests/indexing/test_floats.py
index <HASH>..<HASH> 100644
--- a/pandas/tests/indexing/test_floats.py
+++ b/pandas/tests/indexing/test_floats.py
@@ -40,20 +40,7 @@ class TestFloatIndexers:
tm.assert_almost_equal(result, expected)
- @pytest.mark.p... | TST: broken off from #<I> (#<I>) | pandas-dev_pandas | train |
fc3b2b91d9c127461a4decc9d86f3cd8d3cec4c8 | diff --git a/src/Models/MenuManager.php b/src/Models/MenuManager.php
index <HASH>..<HASH> 100755
--- a/src/Models/MenuManager.php
+++ b/src/Models/MenuManager.php
@@ -131,7 +131,7 @@ class MenuManager implements Countable
collect($reflectionParams)->each(function ($param) use (&$params) {
... | Use app() method alias `has` instead of `bound` for better readability | rinvex_laravel-menus | train |
aa71c637f9aeadcf808e9dde21305b3f7d84f0eb | diff --git a/phpconsole/install.php b/phpconsole/install.php
index <HASH>..<HASH> 100644
--- a/phpconsole/install.php
+++ b/phpconsole/install.php
@@ -2,6 +2,7 @@
include_once('phpconsole.php');
+global $phpconsole;
$phpconsole = new Phpconsole();
$phpconsole->set_backtrace_depth(1); | Register $phpconsole as global before it is used.
In my environment (PHP <I>) I found that if I didn't make the change above I would get errors like this when I tried to use p()
FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to a member function send() on a non-object in ... | phpconsole_phpconsole | train |
36208f7606d86743c108fe2ad0f6e57512167cfc | diff --git a/ltl.js b/ltl.js
index <HASH>..<HASH> 100644
--- a/ltl.js
+++ b/ltl.js
@@ -169,6 +169,12 @@ var ltl = (function () {
}
// If there's a filter, get its module.
else if (blockFilter) {
+ if (blockFilter == 'coffee') {
+ blockFilter = 'coffee-script';
+ }
+ else if (blockFilter ... | Added module name conversion for coffee and md | lighterio_ltl | train |
34ae22d24d7bff12b60e945663a7cf759f6dda5f | diff --git a/org.jenetics/src/test/java/org/jenetics/util/DieHarder.java b/org.jenetics/src/test/java/org/jenetics/util/DieHarder.java
index <HASH>..<HASH> 100644
--- a/org.jenetics/src/test/java/org/jenetics/util/DieHarder.java
+++ b/org.jenetics/src/test/java/org/jenetics/util/DieHarder.java
@@ -35,9 +35,9 @@ import ... | Move 'DieHarder' class into 'test' directory. | jenetics_jenetics | train |
731392a17cd1b3396fc76476da18e4d2f2151aa4 | diff --git a/tests/Middleware/TranslationMiddlewareTest.php b/tests/Middleware/TranslationMiddlewareTest.php
index <HASH>..<HASH> 100644
--- a/tests/Middleware/TranslationMiddlewareTest.php
+++ b/tests/Middleware/TranslationMiddlewareTest.php
@@ -1,5 +1,7 @@
-<?php namespace Waavi\Translation\Test\Middleware;
+<?php
+n... | Added test to check that POST requests load language from session. | Waavi_translation | train |
2a2b968775ba9b765178603bd1b733cf41e6cf5e | diff --git a/lib/regexp_preview/multi_line.rb b/lib/regexp_preview/multi_line.rb
index <HASH>..<HASH> 100644
--- a/lib/regexp_preview/multi_line.rb
+++ b/lib/regexp_preview/multi_line.rb
@@ -39,8 +39,6 @@ module RegexpPreview
result
end
- private
-
def detect_chunk(lines)
whole = ""
... | Remove duplicated `private`
The first `private` is at L<I>. | fluent_fluentd-ui | train |
5a9a993c3200f3a14b541068c6c1b4afd31df50c | diff --git a/builder/amazonebs/artifact.go b/builder/amazonebs/artifact.go
index <HASH>..<HASH> 100644
--- a/builder/amazonebs/artifact.go
+++ b/builder/amazonebs/artifact.go
@@ -25,9 +25,13 @@ func (*artifact) Files() []string {
return nil
}
-func (*artifact) Id() string {
- // TODO(mitchellh): Id
- return "TODO"... | builder/amazonebs: Artifact ID works | hashicorp_packer | train |
748da2f50a8c5de467d5f28fc2f3408bdda5d9d3 | diff --git a/discovery/gossiper_test.go b/discovery/gossiper_test.go
index <HASH>..<HASH> 100644
--- a/discovery/gossiper_test.go
+++ b/discovery/gossiper_test.go
@@ -616,19 +616,17 @@ func TestProcessAnnouncement(t *testing.T) {
}
}
- // Create node valid, signed announcement, process it with
- // gossiper serv... | discovery/gossiper_test: modify TestProcessAnnouncement to process node
ann last
In this commit, we modify TestProcessAnnouncement to process the node
announcement last. We do this due to the recent change in the gossiper
where we'll only forward node announcements of nodes who intend to
advertised themselves within t... | lightningnetwork_lnd | train |
7f018c6d16187be32d6b50748ce9c9a4bdcc07cb | diff --git a/lib/racc/info.rb b/lib/racc/info.rb
index <HASH>..<HASH> 100644
--- a/lib/racc/info.rb
+++ b/lib/racc/info.rb
@@ -8,7 +8,7 @@
# see the file "COPYING".
module Racc
- VERSION = '1.4.15'
+ VERSION = '1.4.16.pre.1'
Version = VERSION
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
end | Added gemspec of racc generated from upstream for the default gems.
<I>.pre<I> is the teemporary version. It may be changed <I> or others. | ruby_racc | train |
b22b9835ba39472bf7282e786adc9d02609fc6db | diff --git a/src/axis/base.js b/src/axis/base.js
index <HASH>..<HASH> 100644
--- a/src/axis/base.js
+++ b/src/axis/base.js
@@ -385,7 +385,7 @@ class Axis extends Component {
const labelItems = self.get('labelItems');
if (labelRenderer) {
labelRenderer.set('items', labelItems);
- labelRenderer.rend... | fix(axis): dryDraw label to avoid duplicated rendering | antvis_component | train |
73fd152e21eba8195c8e0d9c253e49d47d85ca61 | diff --git a/lib/webpack.js b/lib/webpack.js
index <HASH>..<HASH> 100644
--- a/lib/webpack.js
+++ b/lib/webpack.js
@@ -51,7 +51,7 @@ module.exports = {
if (dev) {
//entry
- cfg.entry.unshift('webpack-hot-middleware/client')
+ cfg.entry.unshift('webpack-hot-middleware/client?reload=true&timeout=5000')
c... | webpack-hot-middleware config improvement | lonord_reeasy.js | train |
751dfa40c0da29c55c828285ed8227b4f1e5e902 | diff --git a/can/interfaces/gs_usb.py b/can/interfaces/gs_usb.py
index <HASH>..<HASH> 100644
--- a/can/interfaces/gs_usb.py
+++ b/can/interfaces/gs_usb.py
@@ -104,7 +104,7 @@ class GsUsbBus(can.BusABC):
is_error_frame=frame.is_error_frame,
channel=self.channel_info,
dlc=frame.can_... | Fix bug where msg is referenced befor assignment | hardbyte_python-can | train |
49854cc20b3b30c20a3dd919b150b6533eada2a0 | diff --git a/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js b/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js
+++ b/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js
@@ -2566,18 +2566,14 @@ function loadAdmi... | VMC-<I> Admin: Can't toggle DR on/or off unless the server is started as
replica (--replica) | VoltDB_voltdb | train |
7777dce07c3acc9c14cf6ea867e2ee1e6b3f381c | diff --git a/lib/codemirror.js b/lib/codemirror.js
index <HASH>..<HASH> 100644
--- a/lib/codemirror.js
+++ b/lib/codemirror.js
@@ -3608,7 +3608,7 @@ window.CodeMirror = (function() {
function widgetHeight(widget) {
if (widget.height != null) return widget.height;
- if (!widget.node.parentNode)
+ if (!wi... | Make sure widgets are added to vertical scroll size
Closes #<I> | codemirror_CodeMirror | train |
634aa70c03655f594205de28a3ee62b74490f53c | diff --git a/test/java/src/test/java/ghostdriver/MouseCommandsTest.java b/test/java/src/test/java/ghostdriver/MouseCommandsTest.java
index <HASH>..<HASH> 100644
--- a/test/java/src/test/java/ghostdriver/MouseCommandsTest.java
+++ b/test/java/src/test/java/ghostdriver/MouseCommandsTest.java
@@ -49,9 +49,9 @@ public clas... | Fixed ID for DuckDuckGo homepage test cases.
The logo now has the ID 'logo_homepage_link' instead of 'logo_homepage'. | detro_ghostdriver | train |
bf97730f56b0577e5377f8dc5b3c84f048f8a6ec | diff --git a/ui/js/components/logviewer/logviewer.js b/ui/js/components/logviewer/logviewer.js
index <HASH>..<HASH> 100644
--- a/ui/js/components/logviewer/logviewer.js
+++ b/ui/js/components/logviewer/logviewer.js
@@ -2,7 +2,7 @@
treeherder.component('thLogViewer', {
templateUrl: 'partials/logviewer/logviewer.... | Bug <I> - Log viewer: Display log lines prior to the selected line
Currently if you click on a failure, the viewer would put the red
failure line on the very top of the log area, which is less optimal
since some log above the failure line could usually be useful. This
commit will add an offset of -7px to a line num... | mozilla_treeherder | train |
5417ccf03d720bbdef5703debcd2fb4363b5bcf2 | diff --git a/doc.go b/doc.go
index <HASH>..<HASH> 100644
--- a/doc.go
+++ b/doc.go
@@ -210,7 +210,7 @@ with connection pool only.
Sentinel
-Redis Sentinel is a system that monitors other Redis instance, notify application
+Redis Sentinel is a system that monitors other Redis instance, notify application
when som... | Added doc for sharding | keimoon_gore | train |
d1b4b88234f4c16e6feb0eb7dde0e238c3bb8e9d | diff --git a/lib/heroku_san/tasks.rb b/lib/heroku_san/tasks.rb
index <HASH>..<HASH> 100644
--- a/lib/heroku_san/tasks.rb
+++ b/lib/heroku_san/tasks.rb
@@ -1,5 +1,5 @@
require 'heroku_san'
-require 'git'
+require 'heroku_san/git'
include HerokuSan::Git
if defined?(Rails) | git moved under heroku_san/ | jqr_heroku_san | train |
f52e66c87a957c4454de66797ebc1e0fbd757ce2 | diff --git a/test/unexpectedMitm.js b/test/unexpectedMitm.js
index <HASH>..<HASH> 100644
--- a/test/unexpectedMitm.js
+++ b/test/unexpectedMitm.js
@@ -606,6 +606,65 @@ describe('unexpectedMitm', function () {
);
});
+ describe('with response function', function () {
+ it('should allow returnin... | Test success and failure paths with a response function. | unexpectedjs_unexpected-mitm | train |
7d7c67b15eb517e7daa83e53d6e0f1658b6f6c2a | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,9 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Text Processing :: Markup :: HTML'
],
+ scripts = ['werkzeug-bootstrapping', 'werkzeug-debug'],
pac... | [svn] added scripts to setup.py
--HG--
branch : trunk | pallets_werkzeug | train |
8fd5edbc827fbeacfa01d992e80389484b65b89b | diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index <HASH>..<HASH> 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -12,7 +12,7 @@
<ini name="intl.default_locale" value="en"/>
<ini name="intl.error_level" value="0"/>
<ini name="memory_limit" value="-1"/>
- <env name="MOCKING_... | Define stubs for all methods in Prophecy | facile-it_moka | train |
de3b17a86f1988871804f2b601f60a08b0f13f9b | diff --git a/test/e2e/cluster_upgrade.go b/test/e2e/cluster_upgrade.go
index <HASH>..<HASH> 100644
--- a/test/e2e/cluster_upgrade.go
+++ b/test/e2e/cluster_upgrade.go
@@ -196,10 +196,6 @@ var _ = Describe("Upgrade [Feature:Upgrade]", func() {
})
Describe("kube-push", func() {
- BeforeEach(func() {
- SkipUnless... | Remove silent provider skips, since upgrade tests are feature tests, and aren't turned on by default anyway | kubernetes_kubernetes | train |
c9c3d138525897025c44017883dbdef51e64a39e | diff --git a/pysnmp/proto/secmod/eso/priv/aesbase.py b/pysnmp/proto/secmod/eso/priv/aesbase.py
index <HASH>..<HASH> 100644
--- a/pysnmp/proto/secmod/eso/priv/aesbase.py
+++ b/pysnmp/proto/secmod/eso/priv/aesbase.py
@@ -67,13 +67,13 @@ class AbstractAesReeder(aes.Aes):
localPrivKey = localkey.localizeKeyMD5... | Fixes to key localization code for AES<I>/<I> | etingof_pysnmp | train |
41c3a138471b4378ff0d57e68a76431c963fc50d | diff --git a/src/notebook/epics/execute.js b/src/notebook/epics/execute.js
index <HASH>..<HASH> 100644
--- a/src/notebook/epics/execute.js
+++ b/src/notebook/epics/execute.js
@@ -199,7 +199,7 @@ export function handleFormattableMessages(id, cellMessages) {
* @return {Observable<Action>} updatedOutputs - It returns an... | refactor(execute): renamed a bunch of observables to stream | nteract_nteract | train |
2ec5af58a91e88f0b9c73b2d3976f9e5a44288d1 | diff --git a/pycdlib/pycdlib.py b/pycdlib/pycdlib.py
index <HASH>..<HASH> 100644
--- a/pycdlib/pycdlib.py
+++ b/pycdlib/pycdlib.py
@@ -2164,32 +2164,35 @@ class PyCdlib(object):
udf_file_entry.fi_descs.append(file_ident)
abs_file_entry_extent = part_start + file_ident.icb.log_b... | Use a continue to un-indent some deep code. | clalancette_pycdlib | train |
193c6acfc0c2a798d35bcb999ff039e2f3793deb | diff --git a/src/Symfony/Bundle/MonologBundle/DependencyInjection/MonologExtension.php b/src/Symfony/Bundle/MonologBundle/DependencyInjection/MonologExtension.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Bundle/MonologBundle/DependencyInjection/MonologExtension.php
+++ b/src/Symfony/Bundle/MonologBundle/Dependency... | [MonologBundle] Fixed SwiftMailerHandler by using the mailer as message factory | symfony_symfony | train |
703be269356b3d748bc927c1e06137ef6707d10f | diff --git a/queue/queue.go b/queue/queue.go
index <HASH>..<HASH> 100644
--- a/queue/queue.go
+++ b/queue/queue.go
@@ -1,9 +1,11 @@
package queue
import (
+ "log"
"runtime"
"sync"
"sync/atomic"
+ "time"
)
type waiters []*sema
@@ -240,8 +242,14 @@ func ExecuteInParallel(q *Queue, fn func(interface{})) {
... | Switched numcpus to be runtime.NumCPUS() - 1 as this as proven to provide the best performance. | Workiva_go-datastructures | train |
4d01172483f0320008d20fb300171f2c1b515b0d | diff --git a/test/index-test.js b/test/index-test.js
index <HASH>..<HASH> 100644
--- a/test/index-test.js
+++ b/test/index-test.js
@@ -163,6 +163,48 @@ vows.describe('passport').addBatch({
},
},
+ 'passport with one serializer that sets user to null': {
+ topic: function() {
+ var self = this;
+ ... | Test cases for serializing to null or false. | jaredhanson_passport | train |
3e7c7955e12d80090773b8c6e14c1cb9a2b8c31f | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -70,7 +70,7 @@ def find_scripts():
def build_console_scripts():
cli_tools = [
- 'tm_client = tmclient.api:TmClient.main',
+ 'tm_client = tmclient.api:TmClient.__main__',
]
return cli_tools
@@ ... | Remove obsolete scripts from setup.py | TissueMAPS_TmClient | train |
6727fadf6c4c31be1a9a0c88f4eb40966dcbb0c0 | diff --git a/lib/mongo_mapper.rb b/lib/mongo_mapper.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo_mapper.rb
+++ b/lib/mongo_mapper.rb
@@ -3,8 +3,17 @@ require 'mongo'
require 'validatable'
module MongoMapper
- DocumentNotFound = Class.new(StandardError)
- DocumentNotValid = Class.new(StandardError) do
+ # gen... | Friendly key not found exception. (initially by djsun) Fixes #<I>. | mongomapper_mongomapper | train |
d53950f4e5c46f8bc7f9a2a3ea37394bf36fa6cf | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,10 @@ To understand how to use PHOEBE, please consult the [tutorials, scripts and manu
CHANGELOG
----------
+### 2.3.53 - adopt_solution adopt_values bugfix
+
+* adopting a solution with `adopt_values=True` f... | adopt_solution adopt_values bugfix (<I> release) (#<I>)
* adopting a solution with `adopt_values=True` for a sampler solver will now adopt the median from the samples rather than the mean, to be consistent with the central values reported by the distributions themselves. | phoebe-project_phoebe2 | train |
726e3ee7b09916c4f0268dbbca1cb64f6fde7760 | diff --git a/lib/core/routing.js b/lib/core/routing.js
index <HASH>..<HASH> 100644
--- a/lib/core/routing.js
+++ b/lib/core/routing.js
@@ -24,7 +24,7 @@ alchemy.addRoute = function addRoute (path, callback, method, order) {
if (!method) method = ['get', 'post', 'put', 'delete'];
// If the given method is a st... | Do not pluralize controller names ending with 'Static' | skerit_alchemy | train |
bfdca79f976184a74e090cdd7af06595eae1cfa6 | diff --git a/bdbag/bdbag_api.py b/bdbag/bdbag_api.py
index <HASH>..<HASH> 100644
--- a/bdbag/bdbag_api.py
+++ b/bdbag/bdbag_api.py
@@ -553,8 +553,9 @@ def resolve_fetch(bag_path,
**kwargs):
bag = bdbagit.BDBag(bag_path)
if force or not check_payload_consistency(bag, skip_remote=False, quiet... | Fix bug in boto3 fetch handler when endpoint type is Google Cloud Storage.
Added 'force' argument to materialize() API call which gets passed through to resolve_fetch(). Updated API doc accordingly. Not exposed via CLI option at this time. | fair-research_bdbag | train |
7308b800ccd873de79143083dce48369ea7fb468 | diff --git a/gflags/__init__.py b/gflags/__init__.py
index <HASH>..<HASH> 100644
--- a/gflags/__init__.py
+++ b/gflags/__init__.py
@@ -354,8 +354,6 @@ def _RegisterBoundsValidatorIfNeeded(parser, name, flag_values):
# The DEFINE functions are explained in more details in the module doc string.
-# TODO(vrusinov): '... | Remove the TODO to rename help to helptext. | google_python-gflags | train |
c8b40bfdb26fef2936457abad7719a98be30b206 | diff --git a/packages/app-desktop/tools/notarizeMacApp.js b/packages/app-desktop/tools/notarizeMacApp.js
index <HASH>..<HASH> 100644
--- a/packages/app-desktop/tools/notarizeMacApp.js
+++ b/packages/app-desktop/tools/notarizeMacApp.js
@@ -7,13 +7,8 @@ module.exports = async function(params) {
console.info('Checking... | Chore: Getting notarization to work | laurent22_joplin | train |
3443e96c77d01e64f19a79b3fa7c5a62141629e7 | diff --git a/server/src/main/java/org/openqa/selenium/server/browserlaunchers/InternetExplorerCustomProxyLauncher.java b/server/src/main/java/org/openqa/selenium/server/browserlaunchers/InternetExplorerCustomProxyLauncher.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/org/openqa/selenium/server/browserlaun... | Create custom profile directory in tmp
r<I> | SeleniumHQ_selenium | train |
6bedaa7002e92782ad10a8e03f520e96578af27c | diff --git a/bin/importjs.js b/bin/importjs.js
index <HASH>..<HASH> 100755
--- a/bin/importjs.js
+++ b/bin/importjs.js
@@ -113,3 +113,7 @@ program.command('goto <word> <pathToFile>')
});
program.parse(process.argv);
+
+if (!process.argv.slice(2).length) {
+ program.outputHelp();
+} | Output help if no arguments given
This is more useful than outputting nothing. | Galooshi_import-js | train |
c0dc008f28e77fbc6bda531ee5a8307434cd581a | diff --git a/packages/next/client/index.tsx b/packages/next/client/index.tsx
index <HASH>..<HASH> 100644
--- a/packages/next/client/index.tsx
+++ b/packages/next/client/index.tsx
@@ -434,7 +434,7 @@ export async function initNext(
render(renderCtx)
}
-export async function render(renderingProps: RenderRouteInfo):... | Stop exposing internal `render` and `renderError` methods from `next/client` (#<I>)
These should no longer need to be exposed. | zeit_next.js | train |
c88b18f57ac87a6311a6e4a67e7656462f7be297 | diff --git a/examples/events.py b/examples/events.py
index <HASH>..<HASH> 100644
--- a/examples/events.py
+++ b/examples/events.py
@@ -25,7 +25,7 @@ from hpOneView.oneview_client import OneViewClient
from config_loader import try_load_from_file
config = {
- "ip": "172.16.101.230",
+ "ip": "",
"credential... | Removing extra # and type from example, plus the self.connection from the resource declaration | HewlettPackard_python-hpOneView | train |
fe5a0b58bbd914a9fb26eab0400cc8080c2681c4 | diff --git a/display/renderbasic/src/main/java/org/openscience/cdk/renderer/generators/standard/AbbreviationLabel.java b/display/renderbasic/src/main/java/org/openscience/cdk/renderer/generators/standard/AbbreviationLabel.java
index <HASH>..<HASH> 100644
--- a/display/renderbasic/src/main/java/org/openscience/cdk/rende... | Don't optimize runs of similarly styled charcters. | cdk_cdk | train |
6f89679f60df5dec9aedea71e6fdd79911cb7c36 | diff --git a/lib/content_negotiation_filter.js b/lib/content_negotiation_filter.js
index <HASH>..<HASH> 100644
--- a/lib/content_negotiation_filter.js
+++ b/lib/content_negotiation_filter.js
@@ -6,8 +6,51 @@ const HTTPError = HyperSwitch.HTTPError;
const URI = HyperSwitch.URI;
const mwUtil = require('./mwUtil');
-m... | Downgrade major-greater to minor-greater if no-cache is required
Change-Id: Ibb<I>ba<I>c<I>a<I>eeb8c6d<I>f<I>c0c<I>ad | wikimedia_restbase | train |
c86f5ba8a29a7dcb165397b8a151c781e61b9143 | diff --git a/salt/output/highstate.py b/salt/output/highstate.py
index <HASH>..<HASH> 100644
--- a/salt/output/highstate.py
+++ b/salt/output/highstate.py
@@ -93,7 +93,7 @@ def output(data):
elif __opts__.get('state_output', 'full').lower() == 'changes':
# Print terse if no error a... | 'changes' output more verbose on changed states with test=True | saltstack_salt | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.