hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
4fdb02f33c7d38535984c1dad7a58346b0a08c5b | diff --git a/views/js/uiForm.js b/views/js/uiForm.js
index <HASH>..<HASH> 100644
--- a/views/js/uiForm.js
+++ b/views/js/uiForm.js
@@ -34,7 +34,7 @@ define([
var self = this;
this.counter = 0;
this.initFormPattern = new RegExp(['search', 'authoring', 'Import', 'Export', 'IO', 'pre... | Ensure uiForm js is included on PropertiesAuthoring | oat-sa_tao-core | train |
7281ac8d98710638dced51ee7c10817267eb30d7 | diff --git a/metal/mmtl/aws/mmtl_aws.py b/metal/mmtl/aws/mmtl_aws.py
index <HASH>..<HASH> 100644
--- a/metal/mmtl/aws/mmtl_aws.py
+++ b/metal/mmtl/aws/mmtl_aws.py
@@ -54,7 +54,7 @@ parser.add_argument("--aws_access_key_id", required=True)
parser.add_argument("--aws_secret_access_key", required=True)
parser.add_argume... | Default n_trials to None in MMTL-AWS so it goes through all possible discrete combs | HazyResearch_metal | train |
72eb316d21e62bd4019c37a6df672a11e37e0646 | diff --git a/lib/Doctrine/Common/Annotations/DocParser.php b/lib/Doctrine/Common/Annotations/DocParser.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/Common/Annotations/DocParser.php
+++ b/lib/Doctrine/Common/Annotations/DocParser.php
@@ -684,6 +684,13 @@ final class DocParser
// check if we have an annota... | Skip parsing of annotations immediately followed by `T_MINUS` ("-") | doctrine_annotations | train |
7ea9d0f75bbd60f3bcae50d9cf7648d46979e0ba | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -28,6 +28,7 @@ const gutil = require('gulp-util');
const header = require('gulp-header');
const jsdoc = require('gulp-jsdoc3');
const through = require('through2');
+const merge = require('merge-stream');
// ... | chore(build): wait for finishing Sass build (#<I>)
Before its Gulp task finishes. | carbon-design-system_carbon-components | train |
152b411b53126aa66a256346110ad97621968ece | diff --git a/src/Gateway.php b/src/Gateway.php
index <HASH>..<HASH> 100644
--- a/src/Gateway.php
+++ b/src/Gateway.php
@@ -558,9 +558,15 @@ class Gateway extends Worker
$this->_clientConnections[$data['connection_id']]->send($data['body']);
}
return;
- /... | support close client with a message;
add destory client method; | walkor_GatewayWorker | train |
eed10e89771516a546017417d207ca5ebb3e1411 | diff --git a/lib/travis/event/config.rb b/lib/travis/event/config.rb
index <HASH>..<HASH> 100644
--- a/lib/travis/event/config.rb
+++ b/lib/travis/event/config.rb
@@ -26,7 +26,7 @@ module Travis
send(:"send_on_#{event}_for?", type)
end
- def send_on_start_for?(type)
+ def send_on_started_for... | fix event/config to have send_on_started_for? | travis-ci_travis-core | train |
639caa7eb5031c3fc275d5b3bf1f44fe3c3f2623 | diff --git a/v2/i18n/localizer.go b/v2/i18n/localizer.go
index <HASH>..<HASH> 100644
--- a/v2/i18n/localizer.go
+++ b/v2/i18n/localizer.go
@@ -9,6 +9,15 @@ import (
)
// Localizer provides Localize and MustLocalize methods that return localized messages.
+// Localize and MustLocalize methods use a language.Tag matc... | doc(localizer): add specification about language tag detection (#<I>) | nicksnyder_go-i18n | train |
ae13d0b2a30549220f35cf0a5abb1d6fae230ce3 | diff --git a/.gitignore b/.gitignore
index <HASH>..<HASH> 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,7 @@ var/
.idea/
# Visual Studio
.vs/
+.vscode/
# Local virtual environments
.virtualenv/
diff --git a/bolt/tasks/bolt_nose.py b/bolt/tasks/bolt_nose.py
index <HASH>..<HASH> 100644
--- a/bolt/tasks/bol... | Fixes running nose under conttest | abantos_bolt | train |
735771961bc04f8f7de9372297921826a814fd12 | diff --git a/tests/common.py b/tests/common.py
index <HASH>..<HASH> 100644
--- a/tests/common.py
+++ b/tests/common.py
@@ -175,7 +175,7 @@ if hypothesis:
default_settings = hypothesis.settings(deadline=10000)
hypothesis.settings.register_profile('default', default_settings)
- ci_settings = hypothesis.set... | tests: tweak hypothesis CI settings
This should make things a bit faster. | indygreg_python-zstandard | train |
531ad5c2426b1f017019a82cb39062006f8308ff | diff --git a/lib/puppet_library/forge/git_repository.rb b/lib/puppet_library/forge/git_repository.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet_library/forge/git_repository.rb
+++ b/lib/puppet_library/forge/git_repository.rb
@@ -20,24 +20,33 @@ require 'open3'
require 'rubygems/package'
require 'puppet_library/forg... | Basic support for remote git repositories
Suboptimal caching, so it's slow | drrb_puppet-library | train |
36c40d1a0ea8dd6997ac3c89f7977b5b746d552f | diff --git a/nipap/nipap/nipap.py b/nipap/nipap/nipap.py
index <HASH>..<HASH> 100644
--- a/nipap/nipap/nipap.py
+++ b/nipap/nipap/nipap.py
@@ -1842,6 +1842,10 @@ class Nipap:
if args is None:
args = {}
+ # attr must be a dict!
+ if type(attr) != dict:
+ raise NipapInputE... | Make sure attr is a dict
Fixes #<I> | SpriteLink_NIPAP | train |
5f10edcaae4459bb76084eeda4b1a552c650eb0b | diff --git a/aws/resource_aws_ram_resource_share_accepter_test.go b/aws/resource_aws_ram_resource_share_accepter_test.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_ram_resource_share_accepter_test.go
+++ b/aws/resource_aws_ram_resource_share_accepter_test.go
@@ -255,14 +255,14 @@ resource "aws_iam_role_policy" ... | tests/r/ram_resource_share_accepter: Appease linter overlord | terraform-providers_terraform-provider-aws | train |
9d630718653bf3ca73537e447213b60199f0c1fc | diff --git a/addon/mode/simple.js b/addon/mode/simple.js
index <HASH>..<HASH> 100644
--- a/addon/mode/simple.js
+++ b/addon/mode/simple.js
@@ -135,7 +135,7 @@
if (rule.data.dedent)
state.indent.pop();
var token = rule.token
- if (token.apply) token = token(matches)
+ ... | [mode/simple addon] Fix crash bug
Issue #<I> | codemirror_CodeMirror | train |
c15307d8178c1e907d4a160c29c48cbca86f3506 | diff --git a/Integration/AgeFromBirthdateIntegration.php b/Integration/AgeFromBirthdateIntegration.php
index <HASH>..<HASH> 100644
--- a/Integration/AgeFromBirthdateIntegration.php
+++ b/Integration/AgeFromBirthdateIntegration.php
@@ -97,31 +97,40 @@ class AgeFromBirthdateIntegration extends AbstractEnhancerIntegration... | Do not permit current date for birthdate/age calculation. | TheDMSGroup_mautic-enhancer | train |
b8e4d4b7913990e7a198e1bdb9667b31fe12fbef | diff --git a/lib/dm-sweatshop.rb b/lib/dm-sweatshop.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-sweatshop.rb
+++ b/lib/dm-sweatshop.rb
@@ -1,6 +1,6 @@
require 'rubygems'
-gem 'dm-core', '=0.9.4'
+gem 'dm-core', '=0.9.5'
require 'dm-core'
require 'randexp'
diff --git a/lib/dm-sweatshop/version.rb b/lib/dm-sweatsh... | Version Bump for <I>. | datamapper_dm-sweatshop | train |
39db1b10dc4b160cfa14b742dadf813ef0431e92 | diff --git a/src/Support/helpers.php b/src/Support/helpers.php
index <HASH>..<HASH> 100644
--- a/src/Support/helpers.php
+++ b/src/Support/helpers.php
@@ -34,12 +34,12 @@ if (! function_exists('intend')) {
/**
* Return redirect response.
*
- * @param array $arguments
- * @param int $status
+ ... | Set default status code to null, we'll handle it! | rinvex_laravel-support | train |
999b548cecc28035b12e7144ed21c80f8c70d373 | diff --git a/wildmatch_linux.go b/wildmatch_linux.go
index <HASH>..<HASH> 100644
--- a/wildmatch_linux.go
+++ b/wildmatch_linux.go
@@ -3,5 +3,5 @@
package wildmatch
func init() {
- SystemCase = CaseFold
+ SystemCase = func(w *Wildmatch) {}
}
diff --git a/wildmatch_notlinux.go b/wildmatch_notlinux.go
index <HASH>..... | Fix swapped case-sensitivity defaults
We have two implementations of the init function, which sets the system
case sensitivity: one for Linux, and one for non-Linux. However, the
implementations are swapped: the Linux one is case insensitive, and the
non-Linux is case sensitive. Correct this by swapping the function... | git-lfs_wildmatch | train |
d1d9190b5f4209b5837816b21b452f19600ce9ba | diff --git a/javaee/impl/src/main/java/org/jboss/forge/addon/javaee/jpa/ui/NewFieldWizard.java b/javaee/impl/src/main/java/org/jboss/forge/addon/javaee/jpa/ui/NewFieldWizard.java
index <HASH>..<HASH> 100644
--- a/javaee/impl/src/main/java/org/jboss/forge/addon/javaee/jpa/ui/NewFieldWizard.java
+++ b/javaee/impl/src/mai... | Added @Temporal support for java.util.Date and java.util.Calendar | forge_core | train |
1553130eece93c7d8ccd1405596964cae2618302 | diff --git a/src/Product/PriceSnippetRenderer.php b/src/Product/PriceSnippetRenderer.php
index <HASH>..<HASH> 100644
--- a/src/Product/PriceSnippetRenderer.php
+++ b/src/Product/PriceSnippetRenderer.php
@@ -101,7 +101,7 @@ class PriceSnippetRenderer implements SnippetRenderer
private function createPriceSnippetFor... | Issue #<I>: Fix typo in method name | lizards-and-pumpkins_catalog | train |
e70a199d69cbbdd53f46ff6014b5368a6c7e4472 | diff --git a/i3pystatus/updates/yaourt.py b/i3pystatus/updates/yaourt.py
index <HASH>..<HASH> 100644
--- a/i3pystatus/updates/yaourt.py
+++ b/i3pystatus/updates/yaourt.py
@@ -9,15 +9,13 @@ class Yaourt(Backend):
By default it will only count aur packages. Thus it can be used with the pacman backend like this:
... | Removed indentation in docstring. | enkore_i3pystatus | train |
023df6c59b6bb8cb4f267a8b6d456a8c4da6844e | diff --git a/tooling/vis/main.js b/tooling/vis/main.js
index <HASH>..<HASH> 100644
--- a/tooling/vis/main.js
+++ b/tooling/vis/main.js
@@ -4,6 +4,11 @@
var $removeTransitNodesCheckbox = $("#transit-node-removal-pass");
var $rewriteConstantConditionalEdgesCheckbox = $("#constant-conditional-edge-rewriting-pass... | Less stringly-typed code | mariusschulz_styx | train |
e21d79d18b13078ec3d22893e65c8596e9ce745d | diff --git a/src/main/java/org/skysql/jdbc/MySQLStatement.java b/src/main/java/org/skysql/jdbc/MySQLStatement.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/skysql/jdbc/MySQLStatement.java
+++ b/src/main/java/org/skysql/jdbc/MySQLStatement.java
@@ -627,7 +627,7 @@ public class MySQLStatement implements Statem... | allow different update() methods with multiple generated values. Rven if it does not work wth MySQL server at all, we cannot stop people complaining we do not support the API. Perhaps they want just to use single generated value, we do not know | MariaDB_mariadb-connector-j | train |
45537f70fa580ad2ebbaa586b376d2e44cec925b | diff --git a/packages/tooling/__tests__/operation.test.js b/packages/tooling/__tests__/operation.test.js
index <HASH>..<HASH> 100644
--- a/packages/tooling/__tests__/operation.test.js
+++ b/packages/tooling/__tests__/operation.test.js
@@ -107,6 +107,30 @@ describe('#getContentType', () => {
});
});
+describe('#is... | feat: adding a new isFormUrlEncoded method on the operation class | readmeio_oas | train |
d7d45322dca1ba97de64ede2e7f7aca2fe7b67a0 | diff --git a/src/PermissionAuthServiceProvider.php b/src/PermissionAuthServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/PermissionAuthServiceProvider.php
+++ b/src/PermissionAuthServiceProvider.php
@@ -9,7 +9,7 @@ class PermissionAuthServiceProvider extends ServiceProvider
public function boot()
{
... | updated can(access-route) gate | laravel-enso_PermissionManager | train |
b41e8a6cc7b7c56c634b950255d71f6d6c166859 | diff --git a/ui/admin/pods_shortcode_form.php b/ui/admin/pods_shortcode_form.php
index <HASH>..<HASH> 100644
--- a/ui/admin/pods_shortcode_form.php
+++ b/ui/admin/pods_shortcode_form.php
@@ -8,8 +8,34 @@ h3.popup-header {
div.section {
padding: 15px 15px 0 15px;
}
+
+div.section.hide {
+ display: none;
+}
</style>... | Added use case selector and JS skeleton | pods-framework_pods | train |
221dd79e24aca7d956b94442669a827d9b5e76b6 | diff --git a/src/osrm.js b/src/osrm.js
index <HASH>..<HASH> 100644
--- a/src/osrm.js
+++ b/src/osrm.js
@@ -93,15 +93,13 @@ OSRM.prototype = {
var url = (typeof arg === 'string') && (this._url + arg) ||
this._encodeUrl(arg.service, arg.version, arg.query, arg.format, arg.options);
- var timeout = setTim... | fix callback duplicate in case of timeout
reimplement timeout with http.ClientRequest.setTimeout and abort. | Project-OSRM_osrm.js | train |
9f3f52a7f38971b6a05983bf5d4af2d21a0e27cf | diff --git a/xwiki-rendering-wikimodel/src/test/java/org/xwiki/rendering/wikimodel/ReferenceHandlerTest.java b/xwiki-rendering-wikimodel/src/test/java/org/xwiki/rendering/wikimodel/ReferenceHandlerTest.java
index <HASH>..<HASH> 100644
--- a/xwiki-rendering-wikimodel/src/test/java/org/xwiki/rendering/wikimodel/Reference... | [Misc] Apply JUnit5 best practice and fix failing test with JUnit <I> | xwiki_xwiki-rendering | train |
1c2b07519c79f0a9c895958104212b3261af63b9 | diff --git a/src/sap.ui.documentation/src/sap/ui/documentation/sdk/controller/App.controller.js b/src/sap.ui.documentation/src/sap/ui/documentation/sdk/controller/App.controller.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.documentation/src/sap/ui/documentation/sdk/controller/App.controller.js
+++ b/src/sap.ui.docum... | [INTERNAL] Demo Kit: Show Change Version button on every version
We used to look for versionOverview.json in every version directory, but it is
missing on some of them. Now we only look for it in the root folder.
Jira: BGSOFUIPIRIN-<I>
Change-Id: Ib<I>c<I>a<I>e<I>a2b1ed9cecbe3cb<I>ac<I>cd | SAP_openui5 | train |
32bf0c4950d8d2dae2d16f33b1f3bfcbefb6004d | diff --git a/executor/infoschema_reader.go b/executor/infoschema_reader.go
index <HASH>..<HASH> 100644
--- a/executor/infoschema_reader.go
+++ b/executor/infoschema_reader.go
@@ -1919,6 +1919,9 @@ func (e *memtableRetriever) dataForTableTiFlashReplica(ctx sessionctx.Context, s
}
func (e *memtableRetriever) setDataF... | executor: fix user without process privilege can access cluster_statements_summary_evicted table (#<I>) | pingcap_tidb | train |
709dd4583d8ecf255e1fe5ff9658e56ab6d23308 | diff --git a/openquake/commonlib/logictree.py b/openquake/commonlib/logictree.py
index <HASH>..<HASH> 100644
--- a/openquake/commonlib/logictree.py
+++ b/openquake/commonlib/logictree.py
@@ -994,6 +994,15 @@ class GsimLogicTree(object):
'Could not find branches with attribute %r in %s' %
... | Introduced method reduce_trt_models | gem_oq-engine | train |
196c0f5e41cfddd60122bddc063f0b61a4063e55 | diff --git a/closure/goog/db/indexeddb.js b/closure/goog/db/indexeddb.js
index <HASH>..<HASH> 100644
--- a/closure/goog/db/indexeddb.js
+++ b/closure/goog/db/indexeddb.js
@@ -95,7 +95,7 @@ goog.db.IndexedDb.prototype.getVersion = function() {
/**
- * @return {Array} List of object stores in this database.
+ * @ret... | Correct a type annotation in w3c_indexeddb.js
R=nicksantos
Revision created by MOE tool push_codebase.
R=johnlenz
DELTA=2 (0 added, 0 deleted, 2 changed)
Revision created by MOE tool push_codebase.
MOE_MIGRATION=<I>
git-svn-id: <URL> | google_closure-library | train |
910287e2a5bc829da8c72f7b9af73a7d98452a61 | diff --git a/runewidth_test.go b/runewidth_test.go
index <HASH>..<HASH> 100644
--- a/runewidth_test.go
+++ b/runewidth_test.go
@@ -457,15 +457,15 @@ func TestZeroWidthJoiner(t *testing.T) {
want int
}{
{"👩", 2},
- {"👩", 2},
- {"👩🍳", 2},
- {"🍳", 2},
- {"👨👨", 2},
- {"👨👨👧", 2},
- {"🏳️🌈", 1... | Use unicode escape sequence in zero width joiner tests | mattn_go-runewidth | train |
cd2941e4fa7d61c39436d4fcbada73de7835fd07 | diff --git a/generators/generator-constants.js b/generators/generator-constants.js
index <HASH>..<HASH> 100644
--- a/generators/generator-constants.js
+++ b/generators/generator-constants.js
@@ -41,7 +41,7 @@ const DOCKER_JHIPSTER_ELASTICSEARCH = 'jhipster/jhipster-elasticsearch:v3.0.1';
const DOCKER_JHIPSTER_LOGSTASH... | Update traefik version to <I> | jhipster_generator-jhipster | train |
fd2d7b3742a24ca3bfe2e8baf702c0f9661906d4 | diff --git a/lib/monban/services/password_reset.rb b/lib/monban/services/password_reset.rb
index <HASH>..<HASH> 100644
--- a/lib/monban/services/password_reset.rb
+++ b/lib/monban/services/password_reset.rb
@@ -8,7 +8,7 @@ module Monban
def perform
field = Monban.config.user_token_store_field
encrypt... | write_attribute is now private. | halogenandtoast_oath | train |
c83d794afa6c97fa11540590efcfbc8ed7c21b07 | diff --git a/spec/em_spec.rb b/spec/em_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/em_spec.rb
+++ b/spec/em_spec.rb
@@ -28,40 +28,6 @@ describe 'ZookeeperEM' do
end
end
- describe 'selectable_io' do
- it %[should return an IO object] do
- setup_zk do
- @zk.selectable_io.should b... | get rid of em_spec's selectable_io calls, no need | zk-ruby_zookeeper | train |
958dfb5e3bb5ecf40143e3a6259bb81792fb45ec | diff --git a/LiSE/LiSE/proxy.py b/LiSE/LiSE/proxy.py
index <HASH>..<HASH> 100644
--- a/LiSE/LiSE/proxy.py
+++ b/LiSE/LiSE/proxy.py
@@ -1804,3 +1804,5 @@ class EngineProcessManager(object):
def shutdown(self):
self.engine_proxy.close()
self._handle_out_pipe_send.send('shutdown')
+ self._p.j... | Make EngineProcessManager.shutdown() a bit more thorough | LogicalDash_LiSE | train |
3fb22e35be1ad64acffac36992322e2ffdf3faf8 | diff --git a/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/client/feign/issues/issue362/Issue362Tests.java b/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/client/feign/issues/issue362/Issue362Tests.java
index <HASH>..<HASH> 100644
--- a/s... | Came back to previous test impl | spring-cloud_spring-cloud-sleuth | train |
f58d1a2eac71f79ddf56f5372fdd6dae81b6d628 | diff --git a/edisgo/tools/plots.py b/edisgo/tools/plots.py
index <HASH>..<HASH> 100644
--- a/edisgo/tools/plots.py
+++ b/edisgo/tools/plots.py
@@ -15,7 +15,7 @@ from dash import dcc, html
from dash.dependencies import Input, Output
from jupyter_dash import JupyterDash
from matplotlib import pyplot as plt
-from pypro... | removed obsolete legacy code in setup.py | openego_eDisGo | train |
cb84936b6cff2879472bfd02c11e4e4a59c0ac3b | diff --git a/cas_server/models.py b/cas_server/models.py
index <HASH>..<HASH> 100644
--- a/cas_server/models.py
+++ b/cas_server/models.py
@@ -102,16 +102,18 @@ class User(models.Model):
url = utils.update_url(service, {'ticket':ticket.value})
return url
-class BadUsername(Exception):
+class Service... | an auth view to validate (username, password, service) by remote service | nitmir_django-cas-server | train |
e83e9b5b378205410eb53c16602398aa467a7a73 | diff --git a/cdm/src/main/java/ucar/nc2/NetcdfFileWriteable.java b/cdm/src/main/java/ucar/nc2/NetcdfFileWriteable.java
index <HASH>..<HASH> 100644
--- a/cdm/src/main/java/ucar/nc2/NetcdfFileWriteable.java
+++ b/cdm/src/main/java/ucar/nc2/NetcdfFileWriteable.java
@@ -61,18 +61,6 @@ public class NetcdfFileWriteable exten... | incorporate kyle's patch to allow custom iosp writer. (<URL>) | Unidata_thredds | train |
5499090ead17d4d75c5ca09274ef45c563576ccd | diff --git a/views/js/qtiCreator/editor/ckEditor/htmlEditor.js b/views/js/qtiCreator/editor/ckEditor/htmlEditor.js
index <HASH>..<HASH> 100755
--- a/views/js/qtiCreator/editor/ckEditor/htmlEditor.js
+++ b/views/js/qtiCreator/editor/ckEditor/htmlEditor.js
@@ -44,7 +44,7 @@ define([
*/
function _buildEditor($e... | moved toolbar definition in configLoaded() | oat-sa_extension-tao-itemqti | train |
db3a1eb8fdff7668b975209eb0a7d103e969dc46 | diff --git a/lib/ddl/simpletest/testddl.php b/lib/ddl/simpletest/testddl.php
index <HASH>..<HASH> 100755
--- a/lib/ddl/simpletest/testddl.php
+++ b/lib/ddl/simpletest/testddl.php
@@ -13,6 +13,8 @@ require_once($CFG->libdir . '/adminlib.php');
class ddl_test extends UnitTestCase {
private $tables = array();
p... | MDL-<I> code coverage - prepare ddl & moodlelib tests to support code coverage | moodle_moodle | train |
70194102a3518308f260281b74c76cc0ca0a5006 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -451,7 +451,7 @@ export default class Critters {
const asset = style.$$asset;
if (asset) {
const percent = sheetInverse.length / before.length * 100;
- afterText = `, reducing non-... | Fix pruneSource reporting incorrect remaining size. | GoogleChromeLabs_critters | train |
9f76531c3a7a6ff32515d2238cf26dbd772467d7 | diff --git a/activerecord/lib/active_record/attribute_methods.rb b/activerecord/lib/active_record/attribute_methods.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/attribute_methods.rb
+++ b/activerecord/lib/active_record/attribute_methods.rb
@@ -26,7 +26,15 @@ module ActiveRecord
end
... | push attribute constant cache in to the attribute methods module | rails_rails | train |
d0b33636c884660bc06bda5b8dd30e11645a8b84 | diff --git a/core/block_svg.js b/core/block_svg.js
index <HASH>..<HASH> 100644
--- a/core/block_svg.js
+++ b/core/block_svg.js
@@ -1400,8 +1400,8 @@ Blockly.BlockSvg.prototype.scheduleSnapAndBump = function() {
*/
Blockly.BlockSvg.prototype.isRecyclable = function() {
- // The procedures_call type is always dynam... | More general approach to procedures_call reasoning for being dynamic | LLK_scratch-blocks | train |
9da64b780fc2888011e2d6acf9cb55798aa1e296 | diff --git a/_uniout.py b/_uniout.py
index <HASH>..<HASH> 100644
--- a/_uniout.py
+++ b/_uniout.py
@@ -6,21 +6,46 @@ __all__ = ['unescape', 'make_unistream', 'runs_in_ipython']
import sys
import re
-escape_x_re = re.compile(r'(?:\\x[0-9a-f]{2})+')
-escape_u_re = re.compile(r'(?:\\u[0-9a-f]{4}|\\U[0-9a-f]{8})+')
-en... | make the functions much better :D | moskytw_uniout | train |
8ac2b4e4bcd6db0aab5fc396eee5818aea3f3f19 | diff --git a/bt/core.py b/bt/core.py
index <HASH>..<HASH> 100644
--- a/bt/core.py
+++ b/bt/core.py
@@ -515,11 +515,10 @@ class StrategyBase(Node):
self._value = val
self._values.values[inow] = val
- try:
- with np.errstate(divide='raise', invalid='raise'):
- ... | addresses performance issue brought up by @francol, introduced by issue #<I> | pmorissette_bt | train |
d3d84f3124ca16ba32d33dac39bafaaf68e0713a | diff --git a/js/views/new_conversation_view.js b/js/views/new_conversation_view.js
index <HASH>..<HASH> 100644
--- a/js/views/new_conversation_view.js
+++ b/js/views/new_conversation_view.js
@@ -19,7 +19,7 @@ var Whisper = Whisper || {};
'use strict';
var typeahead = Backbone.TypeaheadCollection.extend({
- ... | Let typeahead surface groups with matching members | ForstaLabs_librelay-node | train |
88da43534bfcfce6c9ac8786672958112a3d511b | diff --git a/src/finishing.js b/src/finishing.js
index <HASH>..<HASH> 100644
--- a/src/finishing.js
+++ b/src/finishing.js
@@ -48,17 +48,8 @@ export function tryToSetFocus(result) {
focusedViews.forEach((focusedView, idx) => {
focusedView.removeAttribute("data-jsua-focus");
if (idx !== 0) return;
-
- le... | Simplify Scroll/Focus Strategy | lynx-json_jsua | train |
59077566cfb0e002377ad3d2c959f02161ccc7e2 | diff --git a/src/Kunstmaan/GeneratorBundle/Resources/SensioGeneratorBundle/skeleton/defaultsite/DataFixtures/ORM/DefaultSiteGenerator/SitemapFixtures.php b/src/Kunstmaan/GeneratorBundle/Resources/SensioGeneratorBundle/skeleton/defaultsite/DataFixtures/ORM/DefaultSiteGenerator/SitemapFixtures.php
index <HASH>..<HASH> 10... | Username is not capitialized | Kunstmaan_KunstmaanBundlesCMS | train |
79292582cf27eca2a4e66ecd325417c34f46e300 | diff --git a/tests/test_parser.py b/tests/test_parser.py
index <HASH>..<HASH> 100644
--- a/tests/test_parser.py
+++ b/tests/test_parser.py
@@ -277,6 +277,12 @@ class TestRDDLyacc(unittest.TestCase):
i1 = KronDelta(p + Bernoulli( (p + q + r)/3.0 ) + r); // Just set i1 to a count of true state variabl... | Parse relational and boolean expressions in cpfs | thiagopbueno_tf-rddlsim | train |
4b428cbdeb6c09cbf7746665c6aef056792fe1b8 | diff --git a/spec/datagrid/helper_spec.rb b/spec/datagrid/helper_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/datagrid/helper_spec.rb
+++ b/spec/datagrid/helper_spec.rb
@@ -7,13 +7,14 @@ require 'datagrid/renderer'
describe Datagrid::Helper do
subject do
template = ActionView::Base.new
+ template.stub(:pr... | Make tests for helper_spec to work
* get rid of deprecations for stub!
* fix exception in the test about protect_against_forgery? is not
* defined | bogdan_datagrid | train |
2fc77fd3bc2b6e8f01663a3c915fc1caf869a4b8 | diff --git a/lib/ohai/plugins/dmi.rb b/lib/ohai/plugins/dmi.rb
index <HASH>..<HASH> 100644
--- a/lib/ohai/plugins/dmi.rb
+++ b/lib/ohai/plugins/dmi.rb
@@ -90,9 +90,8 @@ table_location_line = /^Table at (0x[0-9A-E]+)\./
dmi_record = nil
field = nil
-popen4("dmidecode") do |pid, stdin, stdout, stderr|
- stdin.close
... | [OHAI-<I>] use run_command instead of popen4 (for windows support) | chef_ohai | train |
fd93daceebf20de3e75f0ac5551fe601dd20f0f5 | diff --git a/pythainlp/transliterate/royin.py b/pythainlp/transliterate/royin.py
index <HASH>..<HASH> 100644
--- a/pythainlp/transliterate/royin.py
+++ b/pythainlp/transliterate/royin.py
@@ -166,12 +166,16 @@ def _replace_consonants(word: str, consonants: str) -> str:
consonants[0], _CONSONANTS[con... | Fixed #<I>
Fixed Romanize failed in some examples #<I> | PyThaiNLP_pythainlp | train |
ce30074aad7db038966ae7a995f0697981acd947 | diff --git a/src/cloudant/database.py b/src/cloudant/database.py
index <HASH>..<HASH> 100644
--- a/src/cloudant/database.py
+++ b/src/cloudant/database.py
@@ -386,14 +386,30 @@ class CouchDatabase(dict):
resp.raise_for_status()
return resp.json()
- def db_updates(self):
+ def db_updates(self, ... | add support for _db_updates feed | cloudant_python-cloudant | train |
011a712c0d36dee886e0337e9367adee50b9a2dc | diff --git a/src/Web/Routing/LocaleControllerCollection.php b/src/Web/Routing/LocaleControllerCollection.php
index <HASH>..<HASH> 100644
--- a/src/Web/Routing/LocaleControllerCollection.php
+++ b/src/Web/Routing/LocaleControllerCollection.php
@@ -13,8 +13,7 @@ use Silex\Route;
class LocaleControllerCollection extends ... | [ControllerCollection] Passing variable requirement through constructor. Added getter so it can be overridden later. | gmo_common | train |
44e0e9436c7abd7e4f62b944193a331c74d4f93c | diff --git a/src/test/java/net/joelinn/quartz/BaseTest.java b/src/test/java/net/joelinn/quartz/BaseTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/net/joelinn/quartz/BaseTest.java
+++ b/src/test/java/net/joelinn/quartz/BaseTest.java
@@ -52,7 +52,6 @@ public abstract class BaseTest {
logger.debug("Att... | Remove Redis maxheap setting in BaseTest | jlinn_quartz-redis-jobstore | train |
d768adda211509547242bf8a12ecb30b171901df | diff --git a/src/main/java/io/github/bonigarcia/wdm/ResolutionCache.java b/src/main/java/io/github/bonigarcia/wdm/ResolutionCache.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/github/bonigarcia/wdm/ResolutionCache.java
+++ b/src/main/java/io/github/bonigarcia/wdm/ResolutionCache.java
@@ -23,7 +23,6 @@ import ... | More smell-fixes in resolution cache logic | bonigarcia_webdrivermanager | train |
853f4932a6ce817c7dd9b371963bad18642e125f | diff --git a/datascience/tables.py b/datascience/tables.py
index <HASH>..<HASH> 100644
--- a/datascience/tables.py
+++ b/datascience/tables.py
@@ -1891,7 +1891,39 @@ class Table(collections.abc.MutableMapping):
return binned
def move_column(self, label, index):
- """Returns a new table with speci... | tables.py: edited doc string
added more details in the docstring
including example of how the docstring can be used
Completed one item in todo list of <URL> | data-8_datascience | train |
721755df5fb7fa0e9db43025d642c12785f5d606 | diff --git a/src/util/path.js b/src/util/path.js
index <HASH>..<HASH> 100644
--- a/src/util/path.js
+++ b/src/util/path.js
@@ -5,11 +5,12 @@ export function resolvePath (
base: string,
append?: boolean
): string {
- if (relative.charAt(0) === '/') {
+ const firstChar = relative.charAt(0)
+ if (firstChar === '... | small tweaks on resolvePath function (#<I>) | vuejs_vue-router | train |
f00870ed3180931b28e3ab6b6785f9191b433d9a | diff --git a/crispy_forms/tests/test_layout_objects.py b/crispy_forms/tests/test_layout_objects.py
index <HASH>..<HASH> 100644
--- a/crispy_forms/tests/test_layout_objects.py
+++ b/crispy_forms/tests/test_layout_objects.py
@@ -133,6 +133,17 @@ def test_i18n():
assert "Introduzca un valor correcto" in html
... | Test that labels do not print when label = False (#<I>) | django-crispy-forms_django-crispy-forms | train |
6979b115a11ba6a02126708afb59b621940261ca | diff --git a/src/Illuminate/Notifications/Channels/MailChannel.php b/src/Illuminate/Notifications/Channels/MailChannel.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Notifications/Channels/MailChannel.php
+++ b/src/Illuminate/Notifications/Channels/MailChannel.php
@@ -112,6 +112,7 @@ class MailChannel
protec... | [6.x] Expose Notification Id within Message Data (#<I>)
* Expose Laravel Notification Id within Message Data
* Updating tests
* Fixing tests
* Fixing the test for <I> | laravel_framework | train |
f1344692162d1314c83997ba17cdbf2ca9835957 | diff --git a/go/test/endtoend/onlineddl_vrepl_stress/onlineddl_vrepl_mini_stress_test.go b/go/test/endtoend/onlineddl_vrepl_stress/onlineddl_vrepl_mini_stress_test.go
index <HASH>..<HASH> 100644
--- a/go/test/endtoend/onlineddl_vrepl_stress/onlineddl_vrepl_mini_stress_test.go
+++ b/go/test/endtoend/onlineddl_vrepl_stre... | wait for runMultipleConnections() to complete | vitessio_vitess | train |
23432fc069c74397c40397fe62cdbfefb7e4ed90 | diff --git a/ca/django_ca/admin.py b/ca/django_ca/admin.py
index <HASH>..<HASH> 100644
--- a/ca/django_ca/admin.py
+++ b/ca/django_ca/admin.py
@@ -512,7 +512,10 @@ class CertificateAdmin(DjangoObjectActions, CertificateMixin, admin.ModelAdmin):
return urls
def resign(self, request, obj):
- # TODO... | catch corner case if cert has no CSR | mathiasertl_django-ca | train |
73e9f605dacb07ca5d3afae1adf7002e7ceaa93a | diff --git a/molecule/core.py b/molecule/core.py
index <HASH>..<HASH> 100644
--- a/molecule/core.py
+++ b/molecule/core.py
@@ -44,7 +44,6 @@ class Molecule(object):
self.config = config
self.args = args
self._verifier = self._get_verifier()
- self._verifier_options = self._get_verifier... | Removed testinfra config backward compatibility (#<I>)
Breaking Change: The testinfra override options have been moved to the
`verifier` section of molecule's config. No longer supporting the old
syntax. | ansible_molecule | train |
c324e57dfe9aff8f396431e53d8ecdff6debdb02 | diff --git a/src/Cache.php b/src/Cache.php
index <HASH>..<HASH> 100644
--- a/src/Cache.php
+++ b/src/Cache.php
@@ -351,7 +351,9 @@ class Cache extends \yii\caching\Cache
do {
list($cursor, $keys) = $this->redis->scan($cursor, 'MATCH', $this->keyPrefix . '*');
$cursor = (in... | Fix 'DEL' command in `Cache::flushValues()` when `$shareDatabase` is enabled. (#<I>, #<I>) | yiisoft_yii2-redis | train |
2697418f805ded3d981f79195109607da49ec401 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,15 +1,16 @@
require 'simplecov'
require 'codeclimate-test-reporter'
-require 'pilot-gnuplot'
require 'digest'
require 'chunky_png'
require 'digest/md5'
-
SimpleCov.add_filte... | spec fix: require gem after codeclimate reporter | dilcom_gnuplotrb | train |
28caa2bfbd8ce1b0a4a3bff11ee4ce146f037b32 | diff --git a/salt/cloud/clouds/ec2.py b/salt/cloud/clouds/ec2.py
index <HASH>..<HASH> 100644
--- a/salt/cloud/clouds/ec2.py
+++ b/salt/cloud/clouds/ec2.py
@@ -2064,9 +2064,10 @@ def query_instance(vm_=None, call=None):
log.debug('Returned query data: {0}'.format(data))
- if 'ipAddress' in data[0]['i... | Gate the Public IP ssh_interfaces warning a little better
Fixes #<I>
This error warning would still show up in the logs, even if
ssh_interface was set to private_ips. | saltstack_salt | train |
85aca11cf86caca7e501749fd394dfb61d13c376 | diff --git a/config.js b/config.js
index <HASH>..<HASH> 100644
--- a/config.js
+++ b/config.js
@@ -116,10 +116,10 @@ config.auditLogScope = [];
* Specifiies the TTL (time to live/lifetime/expiration) of Audit Log entries. Accepts values in seconds unless specified
* (Ex: 60 = 60 seconds, '1w' = 1 week, or '1d' = 1 ... | Added expiration to auditLog. | JKHeadley_rest-hapi | train |
1c87d0b582532f39612265784a4e0a781519b42e | diff --git a/lib/paper_house/library_task.rb b/lib/paper_house/library_task.rb
index <HASH>..<HASH> 100644
--- a/lib/paper_house/library_task.rb
+++ b/lib/paper_house/library_task.rb
@@ -24,7 +24,7 @@ module PaperHouse
# Name of library.
def library_name
- @library_name ||= @name
+ (@library_name ... | Refactor so that the output of RSpec reads fluently. | trema_paper-house | train |
2a09b70ef47febfe6441e25500e42a2b6164414e | diff --git a/lib/punchblock/protocol/ozone/transfer.rb b/lib/punchblock/protocol/ozone/transfer.rb
index <HASH>..<HASH> 100644
--- a/lib/punchblock/protocol/ozone/transfer.rb
+++ b/lib/punchblock/protocol/ozone/transfer.rb
@@ -22,10 +22,7 @@ module Punchblock
def self.new(transfer_to = '', options = {})
... | Cleaner transfer options in initializer. Fixes #<I> | adhearsion_punchblock | train |
6abbf02de73c2f6616033c111ab81f8c8f16d1b2 | diff --git a/mod/chat/report.php b/mod/chat/report.php
index <HASH>..<HASH> 100644
--- a/mod/chat/report.php
+++ b/mod/chat/report.php
@@ -38,8 +38,9 @@
}
$context = get_context_instance(CONTEXT_MODULE, $cm->id);
+ $PAGE->set_context($context);
+
require_login($course->id, false, $cm);
- require_... | "CHAT MDL-<I>, removed require_capability" | moodle_moodle | train |
70ba1f81f055d17c378be2c9af3c15df3fea20ef | diff --git a/IPython/html/widgets/widget.py b/IPython/html/widgets/widget.py
index <HASH>..<HASH> 100644
--- a/IPython/html/widgets/widget.py
+++ b/IPython/html/widgets/widget.py
@@ -360,7 +360,7 @@ class Widget(LoggingConfigurable):
elif isinstance(x, string_types) and x.startswith('IPY_MODEL_') and x[10:] in... | Strip the IPY_MODEL_ prefix from widget IDs before referencing them. | jupyter-widgets_ipywidgets | train |
70aab26e2d55797b6f1a31df37dafb114f3c0fed | diff --git a/contrib/ovirt/test_scenarios/bootstrap.py b/contrib/ovirt/test_scenarios/bootstrap.py
index <HASH>..<HASH> 100644
--- a/contrib/ovirt/test_scenarios/bootstrap.py
+++ b/contrib/ovirt/test_scenarios/bootstrap.py
@@ -27,8 +27,8 @@ from ovirtlago import testlib
# DC/Cluster
DC_NAME = 'test-dc'
-DC_VER_MAJ ... | Adjusting the bootstrap for master
Using correct DC version
changing the cpu.id to cpu.type
<URL> | lago-project_lago | train |
8713ae2827a3c24cb88e1718ac8c1ea19d228f75 | diff --git a/fabfile.py b/fabfile.py
index <HASH>..<HASH> 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -848,14 +848,25 @@ def docker(subtask=False):
execute(run_script, docker_configuration['rootFolder'], parsed_commands, host=host_str)
+
+
@task
def run_script(rootFolder=False, commands=False):
if not rootF... | Allow docker-scripts to fail instead of warn_only. use 'fail_on_error(1)' or 'fail_on_error(0)' as command | factorial-io_fabalicious | train |
7f16f95e81fef2a95f8759f5a34b5dd92a425b30 | diff --git a/triflow/plugins/displays.py b/triflow/plugins/displays.py
index <HASH>..<HASH> 100644
--- a/triflow/plugins/displays.py
+++ b/triflow/plugins/displays.py
@@ -28,12 +28,15 @@ class bokeh_fields_update():
dictionnary with vars as key and a dictionnary of keywords arguments passed to the figs plots
... | Update bokeh fields display, allow displaying post-processed data | celliern_triflow | train |
c38e264cb8b92e7ed6bcf9f84224ca083e191a48 | diff --git a/galpy/actionAngle_src/actionAngleIsochroneApprox.py b/galpy/actionAngle_src/actionAngleIsochroneApprox.py
index <HASH>..<HASH> 100644
--- a/galpy/actionAngle_src/actionAngleIsochroneApprox.py
+++ b/galpy/actionAngle_src/actionAngleIsochroneApprox.py
@@ -17,7 +17,7 @@ import warnings
import numpy as nu
im... | rm nonaxi= keyword from aAIA and determine it directly from the potential | jobovy_galpy | train |
28f41b4f4974b5994ea2cec64e0f706e024b9589 | diff --git a/tests/test_train_dictionary.py b/tests/test_train_dictionary.py
index <HASH>..<HASH> 100644
--- a/tests/test_train_dictionary.py
+++ b/tests/test_train_dictionary.py
@@ -14,14 +14,21 @@ else:
def generate_samples():
+ inputs = [
+ b'foo',
+ b'bar',
+ b'abcdef',
+ b'somet... | tests: change samples used for dictionary generation
zstandard <I> doesn't like the old inputs. In preparation for
upgrading, change the samples used in testing. | indygreg_python-zstandard | train |
2ccd124637ccc073bf175ca58cd9c6687e21ccd1 | diff --git a/pysat/instruments/pysat_testing.py b/pysat/instruments/pysat_testing.py
index <HASH>..<HASH> 100644
--- a/pysat/instruments/pysat_testing.py
+++ b/pysat/instruments/pysat_testing.py
@@ -100,7 +100,7 @@ def load(fnames, tag=None, sat_id=None, sim_multi_file_right=False,
day = int(parts[2][0:2])
... | Update pysat_testing.py
Fixed bug in incomplete if/else statement | rstoneback_pysat | train |
8264517a9b7314747bfc0893b251e807b41288f5 | diff --git a/app/helpers/effective_moneris_checkout_helper.rb b/app/helpers/effective_moneris_checkout_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/effective_moneris_checkout_helper.rb
+++ b/app/helpers/effective_moneris_checkout_helper.rb
@@ -1,4 +1,5 @@
module EffectiveMonerisCheckoutHelper
+ SCRUB = /[^... | Scrub bad characters from moneris preload request | code-and-effect_effective_orders | train |
cc9e256b3634bf44c80af8dcdca3c7c7efd2847d | diff --git a/test/utils/db-utils.js b/test/utils/db-utils.js
index <HASH>..<HASH> 100644
--- a/test/utils/db-utils.js
+++ b/test/utils/db-utils.js
@@ -77,6 +77,9 @@ module.exports.teardown = () => {
}
throw err;
+ })
+ .finally(() => {
+ debug('Da... | Added extra debug to test utilities
- Looking for places we can SAVE TIME running tests | TryGhost_Ghost | train |
2e609c1778d81d7b579bbaa65416099d5bb1318b | diff --git a/database/migrations/2016_05_15_133347_create_rinvex_fort_users_table.php b/database/migrations/2016_05_15_133347_create_rinvex_fort_users_table.php
index <HASH>..<HASH> 100644
--- a/database/migrations/2016_05_15_133347_create_rinvex_fort_users_table.php
+++ b/database/migrations/2016_05_15_133347_create_r... | Typo in field sufix
In the database the field is/was defined as `sufix` but in the views it's defined as `suffix`. | rinvex_laravel-auth | train |
79dbde0f7e1fd9748d03908ede2f035868beb09a | diff --git a/.gitignore b/.gitignore
index <HASH>..<HASH> 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,3 @@
# This is a backup
*-backup
.first-commit-backup
-
-# These are not yet finished
-mrvolume.py
diff --git a/neuropythy/cortex.py b/neuropythy/cortex.py
index <HASH>..<HASH> 100644
--- a/neuropythy/cortex... | Minor bug fixes and added beginnings of HarmonicAnglePotential class. | noahbenson_neuropythy | train |
1260858e7f80db60288cf46164222165d21ca616 | diff --git a/tests/cacheTest.js b/tests/cacheTest.js
index <HASH>..<HASH> 100644
--- a/tests/cacheTest.js
+++ b/tests/cacheTest.js
@@ -10,7 +10,7 @@ tape('test the cache api', function (t) {
t.test('should have the correct value in the cache ', function (st) {
var account1 = {
address: Buffer.from('cd2a3... | Replace usages of sha3 with keccak<I> | ethereumjs_ethereumjs-vm | train |
ace251d27f7f8899927244de62f7bf5761c8247f | diff --git a/tools/licenses/licenses/README.md b/tools/licenses/licenses/README.md
index <HASH>..<HASH> 100644
--- a/tools/licenses/licenses/README.md
+++ b/tools/licenses/licenses/README.md
@@ -116,6 +116,8 @@ Options:
* License results are printed to `stdout` as newline-delimited JSON.
+<!-- </notes> -->
+
<!... | Fix missing closing comment, update fcn desc, and reorder require statements | stdlib-js_stdlib | train |
246851db1a95e44f16736b130ee04c2b47715895 | diff --git a/modules/uadetector-core/src/main/java/net/sf/uadetector/datastore/CachingXmlDataStore.java b/modules/uadetector-core/src/main/java/net/sf/uadetector/datastore/CachingXmlDataStore.java
index <HASH>..<HASH> 100644
--- a/modules/uadetector-core/src/main/java/net/sf/uadetector/datastore/CachingXmlDataStore.jav... | Added file extension ".xml" to default cache file (belongs to issue #<I>) | before_uadetector | train |
6a44ce5c599c2762d3fcfb66d4b53b396df85f8f | diff --git a/pdef/src/main/java/io/pdef/json/JsonObjectFormat.java b/pdef/src/main/java/io/pdef/json/JsonObjectFormat.java
index <HASH>..<HASH> 100644
--- a/pdef/src/main/java/io/pdef/json/JsonObjectFormat.java
+++ b/pdef/src/main/java/io/pdef/json/JsonObjectFormat.java
@@ -225,6 +225,8 @@ class JsonObjectFormat {
pr... | Fixed parsing booleans from 0/1, fixed #<I>. | pdef_pdef-java | train |
5c816089ee5f058cb6a93d2940026f761d60f238 | diff --git a/content/template/bookingTemplate/single-person-booking.php b/content/template/bookingTemplate/single-person-booking.php
index <HASH>..<HASH> 100644
--- a/content/template/bookingTemplate/single-person-booking.php
+++ b/content/template/bookingTemplate/single-person-booking.php
@@ -134,7 +134,7 @@ if ( ! $n... | fix: Missing `"` in a class attribute.
chg: Switching to `div` from `label` | MultinetInteractive_EduAdmin-WordPress | train |
436c12aaaadf641d9770632f6d1b651f888d9809 | diff --git a/requestor/core/requestor-api/src/main/java/io/reinert/requestor/core/uri/UriCodec.java b/requestor/core/requestor-api/src/main/java/io/reinert/requestor/core/uri/UriCodec.java
index <HASH>..<HASH> 100644
--- a/requestor/core/requestor-api/src/main/java/io/reinert/requestor/core/uri/UriCodec.java
+++ b/requ... | #<I> [api] Add a static method to set UriCodec singleton | reinert_requestor | train |
cd7aef2139e715c7a0a91983fc9203fc9471957a | diff --git a/docs/dgeni-package/services/tsParser/createCompilerHost.spec.js b/docs/dgeni-package/services/tsParser/createCompilerHost.spec.js
index <HASH>..<HASH> 100644
--- a/docs/dgeni-package/services/tsParser/createCompilerHost.spec.js
+++ b/docs/dgeni-package/services/tsParser/createCompilerHost.spec.js
@@ -1,6 +... | chore(doc-gen): fix up tests to work on linux | angular_angular | train |
ccc6bc5ad1cd3f9e2462af2b1a9b03d376ffd43c | diff --git a/src/Commands/MakeRepositoryCommand.php b/src/Commands/MakeRepositoryCommand.php
index <HASH>..<HASH> 100644
--- a/src/Commands/MakeRepositoryCommand.php
+++ b/src/Commands/MakeRepositoryCommand.php
@@ -61,7 +61,9 @@ class MakeRepositoryCommand extends RepoistCommand
*/
public function handle()
... | Cant create models with the normal command in Lumen, disabled the check. | OzanKurt_Repoist | train |
cec56eb09025a6f35f85d0578ec6a1db993f820a | diff --git a/bin/test-publisher.php b/bin/test-publisher.php
index <HASH>..<HASH> 100644
--- a/bin/test-publisher.php
+++ b/bin/test-publisher.php
@@ -6,4 +6,9 @@ require_once __DIR__ . '/../vendor/autoload.php';
use Hodor\JobQueueFacade as Q;
Q::setConfigFile(__DIR__ . '/../config/config.php');
-Q::push('default',... | chore(dev): add queue_name job option to test-publisher | lightster_hodor | train |
38861ab8293259a3eb080151446caba93e8945a6 | diff --git a/prow/tide/tide.go b/prow/tide/tide.go
index <HASH>..<HASH> 100644
--- a/prow/tide/tide.go
+++ b/prow/tide/tide.go
@@ -365,23 +365,40 @@ func (c *Controller) Sync() error {
c.config().BranchProtectionWarnings(c.logger, c.config().PresubmitsStatic)
c.logger.Debug("Building tide pool.")
+ lock := sync.M... | Tide: Parallelize querying to reduce sync duration
We are seeing a very low Tide performance (between 5 and 8 minutes for
syncing) and that most of the time is spent querying GitHub. This
change is an attempt to improve that by parallelizing the querying. | kubernetes_test-infra | train |
8c5887d05d38bdc40d1af8f3c8a76abee1d2faa9 | diff --git a/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php b/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
+++ b/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
@@ -169,10 +169,8 @@ class AnnotationDriver implement... | [<I>][DDC-5] Fixed. | doctrine_orm | train |
8f87dd5b29831c7abf9c11acc7f2f13403f7c8d2 | diff --git a/src/Sylius/Bundle/AddressingBundle/Form/Type/CountryType.php b/src/Sylius/Bundle/AddressingBundle/Form/Type/CountryType.php
index <HASH>..<HASH> 100644
--- a/src/Sylius/Bundle/AddressingBundle/Form/Type/CountryType.php
+++ b/src/Sylius/Bundle/AddressingBundle/Form/Type/CountryType.php
@@ -34,7 +34,7 @@ cla... | [Translations] Fixed missing / wrong form translations | Sylius_Sylius | train |
114b1e465d7d41b391dde0954e780e7521e13f18 | diff --git a/mode/turtle/turtle.js b/mode/turtle/turtle.js
index <HASH>..<HASH> 100644
--- a/mode/turtle/turtle.js
+++ b/mode/turtle/turtle.js
@@ -151,7 +151,9 @@ CodeMirror.defineMode("turtle", function(config) {
return context.col + (closing ? 0 : 1);
else
return context.indent + (closing ? 0... | [turtle mode] Add comment syntax | codemirror_CodeMirror | train |
d8666918354b67bcfb717b1618c1ba5e7151cc32 | diff --git a/hvac/v1/__init__.py b/hvac/v1/__init__.py
index <HASH>..<HASH> 100644
--- a/hvac/v1/__init__.py
+++ b/hvac/v1/__init__.py
@@ -1,11 +1,15 @@
from __future__ import unicode_literals
import json
-import urlparse
import requests
from hvac import exceptions
+try:
+ from urlparse import urljoin
+exc... | Fix urljoin usage in Python 3 | hvac_hvac | train |
930b261e3ca7c427def162b5c5f8f91c63aa4116 | diff --git a/src/main/java/com/socrata/ssync/PatchBuilder.java b/src/main/java/com/socrata/ssync/PatchBuilder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/socrata/ssync/PatchBuilder.java
+++ b/src/main/java/com/socrata/ssync/PatchBuilder.java
@@ -6,7 +6,7 @@ import java.io.*;
public class PatchBuilder {
... | Remove one last vestage of compressed data chunks
We used to allow data chunks to be up to twice the size of the block
size to allow for incompressible chunks. Since compression is gone,
so can that be. | socrata-platform_ssync | train |
d94eedede67dd3a9aed37b6d3d6c559d5efcbc28 | diff --git a/lib/xbee-api.js b/lib/xbee-api.js
index <HASH>..<HASH> 100644
--- a/lib/xbee-api.js
+++ b/lib/xbee-api.js
@@ -71,6 +71,9 @@ XBeeAPI.prototype.buildFrame = function(frame) {
var payload = packet.slice(3); // Reference the buffer past the header
var builder = new BufferBuilder(payload);
+ if(!frame_... | Check if we can build the requested frame type | jankolkmeier_xbee-api | train |
b02f26ea3ae380c29d51b2d33d95c66f59a96f58 | diff --git a/lib/webkit_remote/process.rb b/lib/webkit_remote/process.rb
index <HASH>..<HASH> 100644
--- a/lib/webkit_remote/process.rb
+++ b/lib/webkit_remote/process.rb
@@ -8,10 +8,14 @@ module WebkitRemote
class Process
# Tracker for a yet-unlaunched process.
#
- # @param [Hash] opts
- # @option opts [Integ... | Fixes for OSX Chrome. | pwnall_webkit_remote | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.