hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
b7cbdc21755eef057113c1b239d7a5e26b2e6645 | diff --git a/ghostjs-core/package.json b/ghostjs-core/package.json
index <HASH>..<HASH> 100644
--- a/ghostjs-core/package.json
+++ b/ghostjs-core/package.json
@@ -17,7 +17,8 @@
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.3.13",
"mocha": "^2.3.4",
- "phantom": "^0.8.4"
+ "node-phantom-s... | Switch to node-phantom-simple to add SlimerJS support. | KevinGrandon_ghostjs | train |
ee584bc30904ba48735416ac8533328956083ed3 | diff --git a/lenstronomy/Util/util.py b/lenstronomy/Util/util.py
index <HASH>..<HASH> 100644
--- a/lenstronomy/Util/util.py
+++ b/lenstronomy/Util/util.py
@@ -394,6 +394,7 @@ def points_on_circle(radius, num_points):
def neighborSelect(a, x, y):
"""
+ #TODO replace by from scipy.signal import argrelextrema f... | todo list added for speed-up | sibirrer_lenstronomy | train |
9fed30056c2686a3eb0956a7afc90bea97bff1fd | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 2.7.1
+- bug fix: ErrorHandler/ExceptionHandler was called with wrong number of arguments
+- some minor refactoring
+
## 2.7.0
- refactored classes to use PHP 7.4+ language features
- paths... | doc: changelog updated; minor refactorings | Vectrex_vxPHP | train |
3ff81b27b5a324aa44f1f4eb329cf55913d1bcff | diff --git a/lib/preflight/profile.rb b/lib/preflight/profile.rb
index <HASH>..<HASH> 100644
--- a/lib/preflight/profile.rb
+++ b/lib/preflight/profile.rb
@@ -58,7 +58,7 @@ module Preflight
end
def check_io(io)
- check_receivers(io) + check_hash(io)
+ check_receivers(io) + check_pages(io) ... | update Profile to recognise page-based rules | yob_pdf-preflight | train |
47ebd4213546a425629ef33ed7a826b0b0b2203f | diff --git a/lib/voxa-ga.js b/lib/voxa-ga.js
index <HASH>..<HASH> 100644
--- a/lib/voxa-ga.js
+++ b/lib/voxa-ga.js
@@ -73,6 +73,56 @@ function register(skill, config) {
return send(event);
});
+ skill['onAlexaSkillEvent.SkillEnabled'](defaultEventHandler);
+
+ skill['onAlexaSkillEvent.SkillDisabled'](defaul... | Save custom event for every alexa skill and list event | VoxaAI_voxa-ga | train |
c5833e9345d527462f4afc249971d0302b65e847 | diff --git a/client/index.js b/client/index.js
index <HASH>..<HASH> 100644
--- a/client/index.js
+++ b/client/index.js
@@ -19,18 +19,18 @@ let request = sock.request.bind(sock)
// Watch a root.
async function wch(root) {
- if (!sock.connected)
- throw notConnected()
+ if (!fs.exists(SOCK_PATH))
+ throw notS... | fix(client): watch, unwatch, and list | aleclarson_wch | train |
2d3814511d28ac1a772859dd224de3d2788ff8c5 | diff --git a/docs/apereo.github.io b/docs/apereo.github.io
index <HASH>..<HASH> 160000
--- a/docs/apereo.github.io
+++ b/docs/apereo.github.io
@@ -1 +1 @@
-Subproject commit 3f72618e0962365ad62d2a170cc1aa84ff7585c6
+Subproject commit 8fecdb278dc0b49c5ae6a74731ad07dbc81ac901
diff --git a/support/cas-server-support-aup-c... | update rel notes with changes on AUP | apereo_cas | train |
bbb29c0b8fe14f9fec476861046d933cbf8da076 | diff --git a/src/rest-mongo/http_rest/server.js b/src/rest-mongo/http_rest/server.js
index <HASH>..<HASH> 100644
--- a/src/rest-mongo/http_rest/server.js
+++ b/src/rest-mongo/http_rest/server.js
@@ -76,7 +76,13 @@ exports.plug = function(server, schema, RFactory) {
// Index
'GET': function(response, _, da... | Rest server: for queries index, only use filtering properties present in schema. | af83_rest-mongo | train |
22944bfae036bf68866be393c6195ce48a7e87ba | diff --git a/examples/advanced.py b/examples/advanced.py
index <HASH>..<HASH> 100644
--- a/examples/advanced.py
+++ b/examples/advanced.py
@@ -39,10 +39,9 @@ def apply_function(result):
datalist = create_datalist_example()
print("result:", fedit(datalist, title="Example",
comment="This is just... | Ok/cancel/apply buttons: more symmetrical implementations, avoiding implicit **kwargs | PierreRaybaut_formlayout | train |
7b022e3f9a8f2c705f3ce88871a11fa452293640 | diff --git a/internal/service/kinesisanalyticsv2/tags_gen.go b/internal/service/kinesisanalyticsv2/tags_gen.go
index <HASH>..<HASH> 100644
--- a/internal/service/kinesisanalyticsv2/tags_gen.go
+++ b/internal/service/kinesisanalyticsv2/tags_gen.go
@@ -6,13 +6,14 @@ import (
"github.com/aws/aws-sdk-go/aws"
"github.... | gen/tags: Use interface type as generated AWS Go SDK v1 client type for kinesisanalyticsv2. | terraform-providers_terraform-provider-aws | train |
487df5c469dc97dc4824be59b4b415bb561f8224 | diff --git a/src/test/java/org/eclipse/jetty/nosql/memcached/LastAccessTimeTest.java b/src/test/java/org/eclipse/jetty/nosql/memcached/LastAccessTimeTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/eclipse/jetty/nosql/memcached/LastAccessTimeTest.java
+++ b/src/test/java/org/eclipse/jetty/nosql/memcached/L... | removed @Ignore annotations set for mongo. | yyuu_jetty-nosql-memcached | train |
f26bb3efd5bef452b6b5d2649ee5457599363f82 | diff --git a/examples/movies/model/all.php b/examples/movies/model/all.php
index <HASH>..<HASH> 100644
--- a/examples/movies/model/all.php
+++ b/examples/movies/model/all.php
@@ -75,7 +75,7 @@ foreach($movie->getKeywords() as $keyword) {
echo "Releases\n";
foreach($movie->getReleases() as $release) {
- printf(" ... | Refacotring dates in releases | php-tmdb_api | train |
93f5e07bba0f51587b005337b98f2b2da32e4580 | diff --git a/Tests/MenuItemTreeTest.php b/Tests/MenuItemTreeTest.php
index <HASH>..<HASH> 100644
--- a/Tests/MenuItemTreeTest.php
+++ b/Tests/MenuItemTreeTest.php
@@ -62,6 +62,23 @@ class MenuItemTreeTest extends \PHPUnit_Framework_TestCase
$this->assertEquals($ch4, $gc1->getParent());
}
+ public fun... | Test moving a whole menu to a new root | KnpLabs_KnpMenuBundle | train |
6fc21c61dc19b40da8aa479440f83442b23b5a70 | diff --git a/src/Debug/Internal.php b/src/Debug/Internal.php
index <HASH>..<HASH> 100644
--- a/src/Debug/Internal.php
+++ b/src/Debug/Internal.php
@@ -8,9 +8,6 @@
* @license http://opensource.org/licenses/MIT MIT
* @copyright 2014-2020 Brad Kent
* @version v3.0
- *
- * @link http://www.github.com/bkdotcom/PHP... | remove links from phpdoc file comment | bkdotcom_PHPDebugConsole | train |
26442ac2c88cf01406e1b7385e9ba9bb38259a9e | diff --git a/src/EventsHandler.php b/src/EventsHandler.php
index <HASH>..<HASH> 100644
--- a/src/EventsHandler.php
+++ b/src/EventsHandler.php
@@ -134,11 +134,13 @@
foreach ($callbacks as $alias => $callback)
{
+ $shouldInject = true;
// hand... | Inject dependencies to callback listeners
Add unit tests to test dependency injection | objective-php_events-handler | train |
81e4ed2fb189d635c12e2e9b31cc7bdecae6080d | diff --git a/fabfile.py b/fabfile.py
index <HASH>..<HASH> 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -39,10 +39,14 @@ def remote():
def _all():
"""Things to do regardless of whether command is local or remote."""
+
+ # Key is hostname as it resolves by running hostname directly on the server
+ # value is... | Add layer to QGIS after calc and close dialog | inasafe_inasafe | train |
b085c6a414485593aaad4efbedc16b3aac656d49 | diff --git a/core/interpreter/src/main/java/org/overture/interpreter/assistant/definition/SClassDefinitionAssistantInterpreter.java b/core/interpreter/src/main/java/org/overture/interpreter/assistant/definition/SClassDefinitionAssistantInterpreter.java
index <HASH>..<HASH> 100644
--- a/core/interpreter/src/main/java/or... | Small correction to static initialization, fixes #<I> | overturetool_overture | train |
eb6b6d7ec00dce93d308384aaa3c570e7032b5c4 | diff --git a/lib/review/latexbuilder.rb b/lib/review/latexbuilder.rb
index <HASH>..<HASH> 100644
--- a/lib/review/latexbuilder.rb
+++ b/lib/review/latexbuilder.rb
@@ -793,7 +793,7 @@ module ReVIEW
end
def inline_u(str)
- macro('Underline', escape(str))
+ macro('reviewunderline', escape(str))
... | LATEXBuilder: use \reviewunderline instead of \Underline
When jumoline.sty is loaded, \reviewunderline is redefined as \Underline | kmuto_review | train |
499c1a972b3a8ed272c436668a0f60f7be201a09 | diff --git a/src/main/java/com/github/jsonj/tools/JsonSerializer.java b/src/main/java/com/github/jsonj/tools/JsonSerializer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/jsonj/tools/JsonSerializer.java
+++ b/src/main/java/com/github/jsonj/tools/JsonSerializer.java
@@ -100,6 +100,7 @@ public class Json... | close the bytearrayoutputstream before getting the bytes; I've seen some corruption due to this | jillesvangurp_jsonj | train |
4c0ac9df4233b916f48851ed65fa1933b54fb020 | diff --git a/packages/avatar/src/Avatar.js b/packages/avatar/src/Avatar.js
index <HASH>..<HASH> 100644
--- a/packages/avatar/src/Avatar.js
+++ b/packages/avatar/src/Avatar.js
@@ -155,7 +155,7 @@ class Avatar extends Component {
const { size, name } = this.props;
const { imageUrl, hasImageError } = this.state;... | fix: backgroundId to account for lowercase name | Autodesk_hig | train |
98c1d5aedab2df4d298f9defeca3d2d66afd80e5 | diff --git a/app/controllers/para/admin/crud_component_controller.rb b/app/controllers/para/admin/crud_component_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/para/admin/crud_component_controller.rb
+++ b/app/controllers/para/admin/crud_component_controller.rb
@@ -6,7 +6,7 @@ module Para
load_a... | allow namespacing crud resources to the current component | para-cms_para | train |
de980f6a5dcf6ac08de854678ca336ebd105531e | diff --git a/djangocms_gmaps/models.py b/djangocms_gmaps/models.py
index <HASH>..<HASH> 100644
--- a/djangocms_gmaps/models.py
+++ b/djangocms_gmaps/models.py
@@ -179,7 +179,7 @@ class Location(CMSPlugin):
'zoom': 17,
'lat': coordinates[0],
'lng': coordinates[1],
- 'add... | Ensure quote_plus can be used with unicode | mishbahr_djangocms-gmaps | train |
538624f83594f2841401c8aec0ddbc2d87825568 | diff --git a/src/main/java/com/microsoft/azure/spring/data/documentdb/repository/support/DocumentDbRepositoryFactoryBean.java b/src/main/java/com/microsoft/azure/spring/data/documentdb/repository/support/DocumentDbRepositoryFactoryBean.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/microsoft/azure/spring/data... | change injection to setter #<I>, (PR #<I>)
Align the injection to spring-data-commons
Original issue reported from
<URL> | Microsoft_spring-data-cosmosdb | train |
de9547c4c5cf315923521213559d14c297d17ed7 | diff --git a/src/components/molecules/TypeAheadDropdown/index.js b/src/components/molecules/TypeAheadDropdown/index.js
index <HASH>..<HASH> 100644
--- a/src/components/molecules/TypeAheadDropdown/index.js
+++ b/src/components/molecules/TypeAheadDropdown/index.js
@@ -77,14 +77,15 @@ class TypeAheadDropdown extends React... | DP-<I>: Do not close input text on clear of input value (#<I>)
* keep button expanded if backspace to
* check for null and do not submit/close
* move onchange prop trigger to within if statement | massgov_mayflower | train |
fd99a05d5249bea33849cc861d877e91fe169844 | diff --git a/src/main/java/org/jpmml/converter/ValueUtil.java b/src/main/java/org/jpmml/converter/ValueUtil.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jpmml/converter/ValueUtil.java
+++ b/src/main/java/org/jpmml/converter/ValueUtil.java
@@ -21,6 +21,7 @@ package org.jpmml.converter;
import java.util.Arra... | Employed JDK utility methods | jpmml_jpmml-converter | train |
200a97a631d5c4c1f42b367ff43c888dd8b715ae | diff --git a/spring-social-linkedin/src/main/java/org/springframework/social/linkedin/LinkedInProfile.java b/spring-social-linkedin/src/main/java/org/springframework/social/linkedin/LinkedInProfile.java
index <HASH>..<HASH> 100644
--- a/spring-social-linkedin/src/main/java/org/springframework/social/linkedin/LinkedInPr... | Added service API adapter and service provider connection factory for LinkedIn | spring-projects_spring-social-linkedin | train |
a605a6459d2be038332edd64dede648201c3cfc6 | diff --git a/lib/active_scaffold/config/base.rb b/lib/active_scaffold/config/base.rb
index <HASH>..<HASH> 100644
--- a/lib/active_scaffold/config/base.rb
+++ b/lib/active_scaffold/config/base.rb
@@ -41,5 +41,14 @@ module ActiveScaffold::Config
def formats=(val)
@formats=val
end
+
+ private
+ ... | Bugfix: set column object in action columns assignment, fixes exception in before_filters | activescaffold_active_scaffold | train |
ea7f5ceb78bad969f4d9befddc4a3fc1886295b3 | diff --git a/js/AutoInit.js b/js/AutoInit.js
index <HASH>..<HASH> 100755
--- a/js/AutoInit.js
+++ b/js/AutoInit.js
@@ -31,30 +31,18 @@ $.frontendAssets = {
* @return void
*/
autoInit: function() {
- $('[class*="init-"]:visible').each(function(key, element) {
- result = $.grep(
- $(element)
- ... | Removed duplication; Added inited class; Added show trigger and limited applying init when showing a tab | hnhdigital-os_laravel-frontend-asset-loader | train |
1b89c562e03d80398321e5f75784fa34830343a1 | diff --git a/api/src/main/java/org/geomajas/gwt2/client/Geomajas.java b/api/src/main/java/org/geomajas/gwt2/client/Geomajas.java
index <HASH>..<HASH> 100644
--- a/api/src/main/java/org/geomajas/gwt2/client/Geomajas.java
+++ b/api/src/main/java/org/geomajas/gwt2/client/Geomajas.java
@@ -42,8 +42,6 @@ public interface Ge... | GWTII-<I> since declaration | geomajas_geomajas-project-client-gwt2 | train |
9e4f634173ed2559128dffc64f951ea5064e4770 | diff --git a/lib/gscraper/search/ajax_query.rb b/lib/gscraper/search/ajax_query.rb
index <HASH>..<HASH> 100644
--- a/lib/gscraper/search/ajax_query.rb
+++ b/lib/gscraper/search/ajax_query.rb
@@ -163,7 +163,13 @@ module GScraper
rank = rank_offset + (index + 1)
title = Nokogiri::HTML(result... | Apparently Nokogiri can't handle empty String documents. | postmodern_gscraper | train |
cebda2b11921bf4f8adf5f36adfaa462b4cd1e1a | diff --git a/gson/src/test/java/com/google/gson/functional/MapTest.java b/gson/src/test/java/com/google/gson/functional/MapTest.java
index <HASH>..<HASH> 100755
--- a/gson/src/test/java/com/google/gson/functional/MapTest.java
+++ b/gson/src/test/java/com/google/gson/functional/MapTest.java
@@ -396,14 +396,15 @@ public ... | Fixed MapTest.testInterfaceTypeMapWithSerializer. This test for relying on JsonElement.toString() to have same behavior as gson.toJson(JsonElement). However, gson.toJson() skips nulls by default whereas JsonElement.toString() does not. | google_gson | train |
ffcdb753b1212a4f3531dd6a7d665a24c57e55bd | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -246,6 +246,15 @@ type Client struct {
// * cONTENT-lenGTH -> Content-Length
DisableHeaderNamesNormalizing bool
+ // Path values are sent as-is without normalization
+ //
+ // Disabled path normalization may be u... | Allow client to disable path normalization (#<I>) | valyala_fasthttp | train |
b24a9cdcacf21d975415abdbd4f7012a2ba63e62 | diff --git a/mschematool.py b/mschematool.py
index <HASH>..<HASH> 100755
--- a/mschematool.py
+++ b/mschematool.py
@@ -2,6 +2,7 @@
import logging
import glob
+import os
import os.path
import sys
import re
@@ -116,8 +117,6 @@ class MigrationsBase(object):
assert False, 'Unknown migration type %s' % migra... | Replaced dumping schema with a custom command. | aartur_mschematool | train |
01b646357bca5437af5c8d03749d6fb517c46f02 | diff --git a/onecodex/viz/_metadata.py b/onecodex/viz/_metadata.py
index <HASH>..<HASH> 100644
--- a/onecodex/viz/_metadata.py
+++ b/onecodex/viz/_metadata.py
@@ -191,7 +191,7 @@ class VizMetadataMixin(object):
n_boxes = len(df[magic_fields[haxis]].unique())
- if (n_boxes * (box_size + incre... | Support `width=None` and `width="container"` in plot_metadata (#<I>)
This change is necessary for [DEV-<I>](<URL>) | onecodex_onecodex | train |
e62b53edfba9abd2d641e150b8a818e012787cc8 | diff --git a/sqlauth/__init__.py b/sqlauth/__init__.py
index <HASH>..<HASH> 100644
--- a/sqlauth/__init__.py
+++ b/sqlauth/__init__.py
@@ -16,4 +16,4 @@
##
###############################################################################
-__version__ = "0.1.271"
+__version__ = "0.1.272"
diff --git a/sqlauth/scripts/s... | sync with pypi version: <I> | lgfausak_sqlauth | train |
c47356bbfc1722f9fbb65c8c673299044833f615 | diff --git a/language_tool/__init__.py b/language_tool/__init__.py
index <HASH>..<HASH> 100644
--- a/language_tool/__init__.py
+++ b/language_tool/__init__.py
@@ -369,7 +369,7 @@ class LanguageTool:
.format(cls._port, port))
else:
cls._terminate_server()
- ... | Python <I> no longer breaks on no input with universal newlines. | myint_language-check | train |
bf56efa8e0b2f9136bbf9c5abb8b40e75b3220f8 | diff --git a/omego/upgrade.py b/omego/upgrade.py
index <HASH>..<HASH> 100644
--- a/omego/upgrade.py
+++ b/omego/upgrade.py
@@ -256,18 +256,22 @@ class UnixInstall(Install):
except OSError as e:
log.error("Failed to delete %s: %s", targetzip, e)
+ self.rmlink()
+ self.mklink... | Use win<I>file and self.external.run
Use win<I>file.CreateSymbolicLink() instead of mklink (since win<I>file is required by OMERO anyway).
Replace self.call() with self.external.run() | ome_omego | train |
0286bb37b93035c2c7ff22519d64023fb3b902cb | diff --git a/lib/mongo/protocol/msg.rb b/lib/mongo/protocol/msg.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo/protocol/msg.rb
+++ b/lib/mongo/protocol/msg.rb
@@ -182,6 +182,19 @@ module Mongo
[@main_document]
end
+ # Possibly encrypt this message with libmongocrypt. Message will only be
+ #... | RUBY-<I> Add docstrings to maybe_encrypt and maybe_decrypt (#<I>)
* RUBY-<I> add docstrings to maybe_encrypt and maybe_decrypt
* fix typo
* make docstrings more specific | mongodb_mongo-ruby-driver | train |
f9ed8c6506861627aa4df02877faa3a4b481f483 | diff --git a/lib/phobos/deep_struct.rb b/lib/phobos/deep_struct.rb
index <HASH>..<HASH> 100644
--- a/lib/phobos/deep_struct.rb
+++ b/lib/phobos/deep_struct.rb
@@ -9,12 +9,19 @@ module Phobos
if hash
hash.each_pair do |k, v|
k = k.to_sym
- @hash_table[k] = v
@table[k] = to_... | Move to_deep_struct to private area and mark it as protected | phobos_phobos | train |
f060e23128f31b81f8a198be0e59cfa253746ea0 | diff --git a/src/Templates/AbstractBuilder.php b/src/Templates/AbstractBuilder.php
index <HASH>..<HASH> 100644
--- a/src/Templates/AbstractBuilder.php
+++ b/src/Templates/AbstractBuilder.php
@@ -28,6 +28,7 @@ abstract class AbstractBuilder
$this->configuration = $configuration;
$this->to = $to;
... | Description in Contructor addet | Apfelfrisch_Edifact | train |
8ecfc44e666992d5a88477fc2eb5a34e7373ff02 | diff --git a/src/Philsquare/LaraManager/Http/Controllers/ImagesController.php b/src/Philsquare/LaraManager/Http/Controllers/ImagesController.php
index <HASH>..<HASH> 100644
--- a/src/Philsquare/LaraManager/Http/Controllers/ImagesController.php
+++ b/src/Philsquare/LaraManager/Http/Controllers/ImagesController.php
@@ -9... | replace - and _ in alt | philmareu_laramanager | train |
0ca63524574e005f15a45e0b67b86fa0b3f21901 | diff --git a/gnupg/test/test_gnupg.py b/gnupg/test/test_gnupg.py
index <HASH>..<HASH> 100644
--- a/gnupg/test/test_gnupg.py
+++ b/gnupg/test/test_gnupg.py
@@ -532,6 +532,7 @@ class GPGTestCase(unittest.TestCase):
with open(keyfile, 'w') as fh:
fh.write(str(key))
self.assertTrue(os.path.is... | Add check on recv-key size after writing it to a file. | isislovecruft_python-gnupg | train |
011004570f0029074767b6f06d5aa4596bc2d6b9 | diff --git a/src/Wow/Log/WowLog.php b/src/Wow/Log/WowLog.php
index <HASH>..<HASH> 100644
--- a/src/Wow/Log/WowLog.php
+++ b/src/Wow/Log/WowLog.php
@@ -1,4 +1,4 @@
-<?php namespace Wow\Log;
+<?php
/**
* PHP WowLog
*
@@ -11,6 +11,8 @@
* @link https://github.com/yftzeng/phpWowLog
*/
+namespace Wow\Log;
+
/... | fix uncompatible with psr | yftzeng_phpWowLog | train |
88fb1399e081c331d706587f8c1e63c34d01fbc5 | diff --git a/activiti-cycle/src/main/java/org/activiti/cycle/impl/connector/signavio/transform/pattern/RemedyTemporarySignavioIncompatibility.java b/activiti-cycle/src/main/java/org/activiti/cycle/impl/connector/signavio/transform/pattern/RemedyTemporarySignavioIncompatibility.java
index <HASH>..<HASH> 100644
--- a/act... | HEMERA-<I>: keep DI in the developer friendly BPMN (still need verification that the XML works then correctly) | camunda_camunda-bpm-platform | train |
47d06739aa9d16dc73d6f5b3a65b26f519916de9 | diff --git a/eutils/queryservice.py b/eutils/queryservice.py
index <HASH>..<HASH> 100644
--- a/eutils/queryservice.py
+++ b/eutils/queryservice.py
@@ -309,16 +309,16 @@ class QueryService(object):
try:
xml = lxml.etree.fromstring(r.text.encode('utf-8'))
raise EutilsRequest... | include error message from XML parser when can't parse NCBI response | biocommons_eutils | train |
cc74e941571fd8a20f65b59dccecdefae2169865 | diff --git a/lib/netsuite/records/task.rb b/lib/netsuite/records/task.rb
index <HASH>..<HASH> 100644
--- a/lib/netsuite/records/task.rb
+++ b/lib/netsuite/records/task.rb
@@ -14,7 +14,7 @@ module NetSuite
field :contact_list, ContactList
- record_refs :assigned, :owner
+ record_refs :assigned, :own... | Adding contact + company fields to Task | NetSweet_netsuite | train |
6be6508b5056a0bcd5aa884d3b3a8e9ba0492f46 | diff --git a/libraries/botbuilder-core/botbuilder/core/teams/teams_info.py b/libraries/botbuilder-core/botbuilder/core/teams/teams_info.py
index <HASH>..<HASH> 100644
--- a/libraries/botbuilder-core/botbuilder/core/teams/teams_info.py
+++ b/libraries/botbuilder-core/botbuilder/core/teams/teams_info.py
@@ -15,7 +15,9 @@... | fix async await issues in teams_info (#<I>) | Microsoft_botbuilder-python | train |
14948eb5d5e801632b9cca0560be9e0b0758e2fc | diff --git a/simplestruct/fields.py b/simplestruct/fields.py
index <HASH>..<HASH> 100644
--- a/simplestruct/fields.py
+++ b/simplestruct/fields.py
@@ -43,9 +43,9 @@ class TypedField(Field, TypeChecker):
"""
if not (self.opt and value is None):
if self.seq:
- self.checktype_... | Star-arg'd checktype() and checktype_seq().
This allows TypedField to pass in instance information, in case a subclass wants to override checktype to use it. | brandjon_simplestruct | train |
d8006b324f11df68581ad7db8011aa01a3363bff | diff --git a/example/__init__.py b/example/__init__.py
index <HASH>..<HASH> 100644
--- a/example/__init__.py
+++ b/example/__init__.py
@@ -40,13 +40,17 @@ from .grep import GrepHandler
from .simple_workflow import SimpleWorkflowHandler
from .limits import LimitHandler
+from furious.handlers.webapp import AsyncJobHa... | Update examples to have the correct furious handler | Workiva_furious | train |
fd0a0ed86e4fd4f1347aa9f6b41bc940b4cda5b9 | diff --git a/test/CacheClient-test.js b/test/CacheClient-test.js
index <HASH>..<HASH> 100644
--- a/test/CacheClient-test.js
+++ b/test/CacheClient-test.js
@@ -65,6 +65,11 @@ describe('CacheClient', function () {
c.should.be.type('object');
});
+ it('should create a buffer optimized cache', function () ... | tests: add tests for StoreFacade toString and optimizeForBuffers | dowjones_distribucache | train |
0e94283aea641c6c927c9165900165a72022124f | diff --git a/go.mod b/go.mod
index <HASH>..<HASH> 100644
--- a/go.mod
+++ b/go.mod
@@ -31,6 +31,7 @@ require (
github.com/go-swagger/go-swagger v0.25.0
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.4.3
+ github.com/gorilla/handlers v1.4.2
github.com/gorilla/websocket v1.4.2
github.com/grpc-eco... | fix(server): Fix issue with auto oauth redirect URL in callback and handle proxies (#<I>)
handle proxies | argoproj_argo | train |
416950783e8ef90bee0737f3b5319dee50b15be3 | diff --git a/lfs/lfs.go b/lfs/lfs.go
index <HASH>..<HASH> 100644
--- a/lfs/lfs.go
+++ b/lfs/lfs.go
@@ -64,11 +64,7 @@ func LocalMediaPath(sha string) (string, error) {
func ObjectExistsOfSize(sha string, size int64) bool {
path := localMediaPathNoCreate(sha)
- stat, err := os.Stat(path)
- if err == nil && size == ... | Initial stab at worktree support | git-lfs_git-lfs | train |
40597c74bcfe39309fdfacf70bf2854400d27629 | diff --git a/src/Circlical/PoEditor/PoEditor.php b/src/Circlical/PoEditor/PoEditor.php
index <HASH>..<HASH> 100644
--- a/src/Circlical/PoEditor/PoEditor.php
+++ b/src/Circlical/PoEditor/PoEditor.php
@@ -34,10 +34,25 @@ class PoEditor
/**
* @param Block $block
*/
- public function addBlock( Block $block ){
+ pub... | Added some block fetch functions to support my translator project. | Saeven_circlical-po-editor | train |
6da51a38588ebeb0eb99a53799016a5ae3700cb8 | diff --git a/SoftLayer/CLI/account/item_detail.py b/SoftLayer/CLI/account/item_detail.py
index <HASH>..<HASH> 100644
--- a/SoftLayer/CLI/account/item_detail.py
+++ b/SoftLayer/CLI/account/item_detail.py
@@ -28,7 +28,7 @@ def item_table(item):
table.add_row(['cancellationDate', utils.clean_time(item.get('cancellati... | solved parameter domain to domainName and change result from None to emtpy | softlayer_softlayer-python | train |
c57f15eb88323edb7d731c0c43274dc58401fa25 | diff --git a/.eslintrc.js b/.eslintrc.js
index <HASH>..<HASH> 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -30,8 +30,10 @@ module.exports = {
"error",
{
rules: {
- "app-headless-cms": "^app-headless-cms",
- "app-headless-cms/src/admin/p... | chore: add i<I>n rule | Webiny_webiny-js | train |
cdd7b1ccafe393596750ed39aaa7c94a83bcd502 | diff --git a/src/main/java/gwt/material/design/addins/client/combobox/MaterialComboBox.java b/src/main/java/gwt/material/design/addins/client/combobox/MaterialComboBox.java
index <HASH>..<HASH> 100644
--- a/src/main/java/gwt/material/design/addins/client/combobox/MaterialComboBox.java
+++ b/src/main/java/gwt/material/d... | Fixed ComboBox - setSelectedIndex out of bounce when there are no values. #<I>
(cherry picked from commit b<I>be8) | GwtMaterialDesign_gwt-material-addins | train |
87097450d5e3a58a96c75a39dc085894287ca53b | diff --git a/mtglib/card_extractor.py b/mtglib/card_extractor.py
index <HASH>..<HASH> 100644
--- a/mtglib/card_extractor.py
+++ b/mtglib/card_extractor.py
@@ -194,6 +194,8 @@ class Card(object):
def _format_fields(self, reminders):
self.types = self.types.replace(' ', ' ')
self.pow_tgh = self.po... | Ensure that pow/tgh is enclosed in parentheses. | chigby_mtg | train |
37254719da6c5429a26b6d33e8420140d5058fc2 | diff --git a/extensions/s3/src/main/java/com/hazelcast/jet/s3/S3Sources.java b/extensions/s3/src/main/java/com/hazelcast/jet/s3/S3Sources.java
index <HASH>..<HASH> 100644
--- a/extensions/s3/src/main/java/com/hazelcast/jet/s3/S3Sources.java
+++ b/extensions/s3/src/main/java/com/hazelcast/jet/s3/S3Sources.java
@@ -21,6 ... | More context information for S3 reading (#<I>) | hazelcast_hazelcast | train |
2b265daaf2a8f7e1cb2d5040922645c0bc62af1e | diff --git a/pyThreadpool/threadpool.py b/pyThreadpool/threadpool.py
index <HASH>..<HASH> 100644
--- a/pyThreadpool/threadpool.py
+++ b/pyThreadpool/threadpool.py
@@ -21,16 +21,6 @@ class threadpool:
t.start()
return True
- def worker(self):
- while self._job_q.qsize():
- tr... | :fire: Removed old function. | ssundarraj_py-threadpool | train |
36fb738b2a0d9c89e6648f65d3ae37e2dea8619f | diff --git a/mod/quiz/attempt.php b/mod/quiz/attempt.php
index <HASH>..<HASH> 100644
--- a/mod/quiz/attempt.php
+++ b/mod/quiz/attempt.php
@@ -62,7 +62,7 @@
// Get number for the next or unfinished attempt
if(!$attemptnumber = (int)get_field_sql('SELECT MAX(attempt)+1 FROM ' .
"{$CFG->prefix}quiz_attempts W... | fix for bug <I> provided by razzor | moodle_moodle | train |
06d9446ade6db13313780bbf4180965740455d2d | diff --git a/lib/jekyll/migrators/textpattern.rb b/lib/jekyll/migrators/textpattern.rb
index <HASH>..<HASH> 100644
--- a/lib/jekyll/migrators/textpattern.rb
+++ b/lib/jekyll/migrators/textpattern.rb
@@ -1,6 +1,7 @@
require 'rubygems'
require 'sequel'
require 'fileutils'
+require 'yaml'
# NOTE: This converter requ... | Added missing <code>require 'yaml'</code>, without which the TextPattern migrator script was failing. | jekyll_jekyll | train |
e191e7c324da77eee0e60550ea6dbabbad8fe3dd | diff --git a/lib/chef/rest.rb b/lib/chef/rest.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/rest.rb
+++ b/lib/chef/rest.rb
@@ -160,6 +160,11 @@ class Chef
public :create_url
+ def http_client(base_url=nil)
+ base_url ||= url
+ BasicClient.new(base_url, :ssl_policy => Chef::HTTP::APISSLPolicy)
+ ... | Use API SSL policy w/ Chef::REST | chef_chef | train |
18145af8cc8c9c9c2a697ce05bea9e237284291e | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -300,8 +300,8 @@ $app->method("hello", function($string){
print $app->hello("world");
```
###Advance Usage: adding constraints in route
-####We can create constraints in route by hooking into system.routing.route.create... | remove default route's matched method | superjimpupcake_Pupcake | train |
19af0a5794869c06379790a184e118e5165702c2 | diff --git a/rqalpha/__main__.py b/rqalpha/__main__.py
index <HASH>..<HASH> 100644
--- a/rqalpha/__main__.py
+++ b/rqalpha/__main__.py
@@ -101,7 +101,10 @@ def generate_examples(directory):
'''
source_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "examples")
- shutil.copytree(source_dir... | add utf8 in strategy head | ricequant_rqalpha | train |
5a149c0573b57ac0673dcb9c7765ecdafa26adbe | diff --git a/command/write.go b/command/write.go
index <HASH>..<HASH> 100644
--- a/command/write.go
+++ b/command/write.go
@@ -33,7 +33,7 @@ func (c *WriteCommand) Run(args []string) int {
args = flags.Args()
if len(args) < 2 && !force {
- c.Ui.Error("write expects at least two arguments")
+ c.Ui.Error("write e... | Add some info about -f to the "expects two arguments" error.
Ping #<I> | hashicorp_vault | train |
d12b23f095e53d57e3bd9350d16f2ce8c7db5b9e | diff --git a/test/leakage/check.js b/test/leakage/check.js
index <HASH>..<HASH> 100644
--- a/test/leakage/check.js
+++ b/test/leakage/check.js
@@ -3,7 +3,7 @@ import bunyan from 'bunyan';
import Logger from '../..';
const TIMEOUT = 20 * 1000;
-const ITERATIONS = 1000;
+const ITERATIONS = 600;
describe('Heap Test... | leakage check on logger with scrub fields | wework_we-js-logger | train |
d50b0b75c41bb518517e56e4f6cf8e44fb32e1bb | diff --git a/blockstack_client/proxy.py b/blockstack_client/proxy.py
index <HASH>..<HASH> 100644
--- a/blockstack_client/proxy.py
+++ b/blockstack_client/proxy.py
@@ -1229,6 +1229,8 @@ def get_DID_blockchain_record(did, proxy=None):
errormsg = 'Invalid DID: index {} exceeds number of names ({}: {}) created by ... | in DID resolution logic, order name history by block ID *and* vtxindex | blockstack_blockstack-core | train |
d1644104c8660281418ab0c98f460f9a3a1b1c64 | diff --git a/lib/mach/functions.rb b/lib/mach/functions.rb
index <HASH>..<HASH> 100644
--- a/lib/mach/functions.rb
+++ b/lib/mach/functions.rb
@@ -72,8 +72,8 @@ module Mach
# Attach a function as with +attach_function+, but check the
# return value and raise an exception on errors.
- def self.attach_mach... | On mach, allow other ruby green threads to continue during semaphore wait | pmahoney_process_shared | train |
d597bbb001a678e8944ec2b9ade8641c88cc388d | diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/matcher/ElementMatcher.java b/byte-buddy-dep/src/main/java/net/bytebuddy/matcher/ElementMatcher.java
index <HASH>..<HASH> 100644
--- a/byte-buddy-dep/src/main/java/net/bytebuddy/matcher/ElementMatcher.java
+++ b/byte-buddy-dep/src/main/java/net/bytebuddy/matcher/E... | Mark junction methods as unknown null. | raphw_byte-buddy | train |
d66dd93b60792b474534c906be49e75ec1ba6bc4 | diff --git a/tests/BaseTestCase.php b/tests/BaseTestCase.php
index <HASH>..<HASH> 100644
--- a/tests/BaseTestCase.php
+++ b/tests/BaseTestCase.php
@@ -59,8 +59,7 @@ class BaseTestCase extends TestCase
if (version_compare(phpversion(), '7.0.0', '<')) {
self::setExpectedException($exception);
... | SSML Support - Added Attribute Test Cases | plivo_plivo-php | train |
928b9286c5310481efdf123a1a4f9326af261238 | diff --git a/src/gulpfile.js b/src/gulpfile.js
index <HASH>..<HASH> 100644
--- a/src/gulpfile.js
+++ b/src/gulpfile.js
@@ -27,7 +27,7 @@ elixir(function(mix) {
], 'public/js/app.js');
mix.less([
- '../../../node_modules/bootstrap/less/bootstrap.less',
+ '../../../vendor/twbs/bootstrap/less/boo... | Compile bootstrap from composer package instead of node_modules | syahzul_admin-theme | train |
0036bfb83aa1b832d117affa7397af1161d74538 | diff --git a/lib/groupdate/magic.rb b/lib/groupdate/magic.rb
index <HASH>..<HASH> 100644
--- a/lib/groupdate/magic.rb
+++ b/lib/groupdate/magic.rb
@@ -28,7 +28,7 @@ module Groupdate
adapter_name = relation.connection.adapter_name
query =
case adapter_name
- when "MySQL", "Mysql2", "Mysql2S... | Add rgeo adapter for mysql (#<I>) | ankane_groupdate | train |
6c92c40171729233d01ae166b44b63f0dc877a2e | diff --git a/maildir-deduplicate.py b/maildir-deduplicate.py
index <HASH>..<HASH> 100755
--- a/maildir-deduplicate.py
+++ b/maildir-deduplicate.py
@@ -27,8 +27,6 @@
You can give a list of mail headers to ignore when comparing mails between each others.
I used this script to clean up a messed maildir folder af... | Don't track last update time of scripts: let this task to Git. | kdeldycke_maildir-deduplicate | train |
bb3619305a0413e16e4dfe2da10419f1b5e46560 | diff --git a/LICENSE b/LICENSE
index <HASH>..<HASH> 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Apache License
+ Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
diff --git a/src/main/java/com/tdunning/... | Switch to virtual collection for centroids()
Formatting cleanups | tdunning_t-digest | train |
7a0fa652b942d9f69f5d8559305f151e6d10b79b | diff --git a/src/main/java/net/finmath/marketdata/model/curves/ForwardCurveFromDiscountCurve.java b/src/main/java/net/finmath/marketdata/model/curves/ForwardCurveFromDiscountCurve.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/finmath/marketdata/model/curves/ForwardCurveFromDiscountCurve.java
+++ b/src/main/j... | Added constructor consuming a daycount convention. | finmath_finmath-lib | train |
2825a611569dbb5d28edc335ecbf2a081902f69d | diff --git a/DependencyInjection/LiipImagineExtension.php b/DependencyInjection/LiipImagineExtension.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/LiipImagineExtension.php
+++ b/DependencyInjection/LiipImagineExtension.php
@@ -3,12 +3,16 @@
namespace Liip\ImagineBundle\DependencyInjection;
use Symfony\C... | fixed #<I> cache clearer only registered for sf<I> | liip_LiipImagineBundle | train |
c157820cd4a83eb7132c0022915f5aad639525f2 | diff --git a/lib/truncate_html/html_truncator.rb b/lib/truncate_html/html_truncator.rb
index <HASH>..<HASH> 100644
--- a/lib/truncate_html/html_truncator.rb
+++ b/lib/truncate_html/html_truncator.rb
@@ -40,8 +40,10 @@ module TruncateHtml
end
def append_to_result(token)
- if @word_boundary
- ... | [Issue-#<I>] Fixed the invalid truncation of tags when word_boundary is false | hgmnz_truncate_html | train |
a71416cd23044ed19dd9d913bd49f3741e5218d2 | diff --git a/src/main/java/com/codeborne/selenide/commands/SetValue.java b/src/main/java/com/codeborne/selenide/commands/SetValue.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/codeborne/selenide/commands/SetValue.java
+++ b/src/main/java/com/codeborne/selenide/commands/SetValue.java
@@ -39,10 +39,9 @@ public... | changed for js-way to deal with focus/blur | selenide_selenide | train |
8ed2de7becffea379e8128d732e5e47ecf8745d2 | diff --git a/panthrMath/basicFunc/lgamma.js b/panthrMath/basicFunc/lgamma.js
index <HASH>..<HASH> 100644
--- a/panthrMath/basicFunc/lgamma.js
+++ b/panthrMath/basicFunc/lgamma.js
@@ -1,9 +1,10 @@
(function(define) {'use strict';
define(function(require) {
- var C, lgamma, lgammaLanczos, lgammaNear1or2, Rational;
... | Use pace appr to lgamma near 1, 2. Close #<I> | PanthR_panthrMath | train |
8404c225f090c630a0965ffd858760007d994c46 | diff --git a/examples/basic_server/server.go b/examples/basic_server/server.go
index <HASH>..<HASH> 100644
--- a/examples/basic_server/server.go
+++ b/examples/basic_server/server.go
@@ -7,6 +7,7 @@ import (
"os"
osc "github.com/kward/go-osc"
+ "golang.org/x/net/context"
)
func main() {
@@ -25,7 +26,7 @@ func... | added missing context arg to server.ReceivePacket() | hypebeast_go-osc | train |
f19db819af34c11645a8e98b5d394dcc1f8142f7 | diff --git a/components/prism-yaml.js b/components/prism-yaml.js
index <HASH>..<HASH> 100644
--- a/components/prism-yaml.js
+++ b/components/prism-yaml.js
@@ -6,7 +6,7 @@ Prism.languages.yaml = {
},
'comment': /#.*/,
'key': {
- pattern: /(\s*[:\-,[{\r\n?][ \t]*(![^\s]+)?[ \t]*)[^\r\n{[\]},#]+?(?=\s*:\s)/,
+ pat... | fix hilighting of YAML keys on first line of code block
The YAML highlighter would fail to highlight a key if it occurred on
the first line of a `<code>` block, as in:
<pre><code>somekey: somevalue
anotherkey: anothervalue</pre></code>
This adds "beginning of file" as an acceptable marker for the start of
a ... | PrismJS_prism | train |
0765faf8d5b0812232f66019b27426b00bca1dea | diff --git a/l/project.py b/l/project.py
index <HASH>..<HASH> 100644
--- a/l/project.py
+++ b/l/project.py
@@ -52,10 +52,6 @@ class GitPath(object):
segmentsFrom = generic.genericSegmentsFrom
walk = generic.genericWalk
- def __init__(self):
- if self._git_dir is None:
- self._git_dir = ... | sep, and yeah this was wrong. | Julian_L | train |
7da93ebefa1503444c0da794753693b04f446208 | diff --git a/src/main/java/com/sebastian_daschner/jaxrs_analyzer/analysis/results/JavaTypeAnalyzer.java b/src/main/java/com/sebastian_daschner/jaxrs_analyzer/analysis/results/JavaTypeAnalyzer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/sebastian_daschner/jaxrs_analyzer/analysis/results/JavaTypeAnalyzer.jav... | Support default methods in interfaces.
Follow inheritance chain correctly:
- interfaces (default methods)
- superclass
- class
Correctly analyse narrowed return types. | sdaschner_jaxrs-analyzer | train |
fca1111fb770f0d6e953c6001656327497ab1607 | diff --git a/cherrypy/lib/static.py b/cherrypy/lib/static.py
index <HASH>..<HASH> 100644
--- a/cherrypy/lib/static.py
+++ b/cherrypy/lib/static.py
@@ -1,3 +1,4 @@
+import logging
import mimetypes
mimetypes.init()
mimetypes.types_map['.dwg']='image/x-dwg'
@@ -192,6 +193,9 @@ def staticdir(section, dir, root="", match... | Now that error_log defaults to INFO, we can emit a DEBUG message once in a great while (but not too many; they're still slow even if they never emit). | cherrypy_cheroot | train |
cc38b48e13111037dfe1fd4d9d6b212697f1b39f | diff --git a/src/com/google/javascript/jscomp/TranspilationPasses.java b/src/com/google/javascript/jscomp/TranspilationPasses.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/TranspilationPasses.java
+++ b/src/com/google/javascript/jscomp/TranspilationPasses.java
@@ -118,7 +118,6 @@ public class ... | Move transpilation of rest/spread after the post-typecheck check passes.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
14b9a87bb4659c9e5a728897916c6379b9613a46 | diff --git a/hagelslag/processing/EnsembleProducts.py b/hagelslag/processing/EnsembleProducts.py
index <HASH>..<HASH> 100644
--- a/hagelslag/processing/EnsembleProducts.py
+++ b/hagelslag/processing/EnsembleProducts.py
@@ -156,7 +156,7 @@ class MachineLearningEnsembleProducts(EnsembleProducts):
del... | Edited MachineLearningEnsembleProducts to extract mean of sampled hail sizes for neighborhood probabilities. | djgagne_hagelslag | train |
cbc58d96d8ee896e3737b661098c4b471cd1cc6e | diff --git a/Reader/ReaderFactoryInterface.php b/Reader/ReaderFactoryInterface.php
index <HASH>..<HASH> 100644
--- a/Reader/ReaderFactoryInterface.php
+++ b/Reader/ReaderFactoryInterface.php
@@ -27,6 +27,6 @@ interface ReaderFactoryInterface
$filePath,
$delimiter = ReaderInterface::DELIMITER_DEFAULT,
... | Provides default mode for opening files from factories. | ajgarlag_AjglCsv | train |
ea11709e2204a4e2f4b1d593b64a4d264375c94d | diff --git a/lib/Block/ContainerDefinition.php b/lib/Block/ContainerDefinition.php
index <HASH>..<HASH> 100644
--- a/lib/Block/ContainerDefinition.php
+++ b/lib/Block/ContainerDefinition.php
@@ -4,15 +4,11 @@ declare(strict_types=1);
namespace Netgen\BlockManager\Block;
-use Netgen\BlockManager\Utils\HydratorTrait... | Extended classes do not need to use the HydratorTrait | netgen-layouts_layouts-core | train |
b8ba0f3b40200164ad95f7137a11c1de614a9222 | diff --git a/ui/src/shared/components/TimeRangeDropdown.js b/ui/src/shared/components/TimeRangeDropdown.js
index <HASH>..<HASH> 100644
--- a/ui/src/shared/components/TimeRangeDropdown.js
+++ b/ui/src/shared/components/TimeRangeDropdown.js
@@ -105,7 +105,7 @@ class TimeRangeDropdown extends Component {
au... | Add headers in global time dropdown for clarity | influxdata_influxdb | train |
4cf41833edda251dc9b49dfe197eebd144d8993e | diff --git a/activerecord/test/cases/query_cache_test.rb b/activerecord/test/cases/query_cache_test.rb
index <HASH>..<HASH> 100644
--- a/activerecord/test/cases/query_cache_test.rb
+++ b/activerecord/test/cases/query_cache_test.rb
@@ -150,7 +150,8 @@ class QueryCacheTest < ActiveRecord::TestCase
mw = middleware { ... | Show query cache keys in `test_middleware_caches`
`test_middleware_caches` also failed same as #<I>.
<URL> | rails_rails | train |
5e842198719a0624d5beb530debc1141be73f09f | diff --git a/ui/src/components/btn/QBtn.js b/ui/src/components/btn/QBtn.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/btn/QBtn.js
+++ b/ui/src/components/btn/QBtn.js
@@ -110,6 +110,9 @@ export default defineComponent({
}))
function onClick (e) {
+ // is it already destroyed?
+ if (rootRef... | fix(QBtn): protect listeners when component has been destroyed #<I> | quasarframework_quasar | train |
69797662e50c1519a784f3768bd9142f7edf8295 | diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index <HASH>..<HASH> 100755
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -119,6 +119,9 @@ CMD_ATTR_HELP_CATEGORY = 'help_category'
# The argparse parser for the command
CMD_ATTR_ARGPARSER = 'argparser'
+# Whether or not tokens are unquoted before sending to argparse
+CMD_ATTR_PR... | Accounting for value of preserve_quotes when parsing for argparse tab completion | python-cmd2_cmd2 | train |
8341893900945446c3f757e6e02fba8c02821abf | diff --git a/twitcher/owsproxy/__init__.py b/twitcher/owsproxy/__init__.py
index <HASH>..<HASH> 100644
--- a/twitcher/owsproxy/__init__.py
+++ b/twitcher/owsproxy/__init__.py
@@ -3,6 +3,7 @@ The owsproxy is based on `papyrus_ogcproxy <https://github.com/elemoine/papyrus_
"""
from pyramid.config import Configurator
... | working on ows security tween | bird-house_twitcher | train |
8dc2d2522435313a07d532fbaeef2a68eb14f3fa | diff --git a/Str.php b/Str.php
index <HASH>..<HASH> 100644
--- a/Str.php
+++ b/Str.php
@@ -495,10 +495,18 @@ class Str
return $string;
}
- $start = mb_substr($string, 0, mb_strpos($string, $segment, 0, $encoding), $encoding);
- $end = mb_substr($string, mb_strpos($string, $segment,... | [Fix] Str::Mask() for consecutively repeating chars (#<I>)
- Add some additional test cases to verify behaviour for
more than 2 repeating characters.
- Add some cases for testing the masking from the start of
the string, before the start of the string and end of string. | illuminate_support | train |
98982a6f7a84f4e21db5e1331f695f3ee64f7ac5 | diff --git a/cake/libs/view/helper.php b/cake/libs/view/helper.php
index <HASH>..<HASH> 100644
--- a/cake/libs/view/helper.php
+++ b/cake/libs/view/helper.php
@@ -143,6 +143,13 @@ class Helper extends Object {
private $__cleaned = null;
/**
+ * undocumented class variable
+ *
+ * @var string
+ */
+ public $View;
+... | First attempt at lazy loading helpers done. Plugin support not complete. | cakephp_cakephp | train |
3cb79bd39489d12a2df9896ce204b8de15e636f4 | diff --git a/client/index.js b/client/index.js
index <HASH>..<HASH> 100644
--- a/client/index.js
+++ b/client/index.js
@@ -69,6 +69,7 @@ var onSocketMsg = {
},
"still-ok": function() {
log("info", "[WDS] Nothing changed.")
+ if(useWarningOverlay || useErrorOverlay) overlay.clear();
sendMsg("StillOk");
},
... | Clear overlay properly when receiving ok msg | webpack_webpack-dev-server | train |
bb7a041f775b4000f464ee06448aa669f28d37dd | diff --git a/emds/data_structures.py b/emds/data_structures.py
index <HASH>..<HASH> 100644
--- a/emds/data_structures.py
+++ b/emds/data_structures.py
@@ -202,7 +202,7 @@ class MarketItemsInRegionList(object):
self.type_id = int(type_id)
if not isinstance(generated_at, datetime.datetime):
... | Missed the grouping classes in the tzinfo overhaul. | gtaylor_EVE-Market-Data-Structures | train |
e3f7ca7a478a0461dd716051ee7be17272728c95 | diff --git a/src/test/java/org/toxos/activiti/assertion/AbstractLogMessageTest.java b/src/test/java/org/toxos/activiti/assertion/AbstractLogMessageTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/toxos/activiti/assertion/AbstractLogMessageTest.java
+++ b/src/test/java/org/toxos/activiti/assertion/AbstractL... | Fixing tests for Locales. | tiesebarrell_process-assertions | train |
70863f339d7f29df3ba1402fa4fc2c9580945850 | diff --git a/lib/traceur.rb b/lib/traceur.rb
index <HASH>..<HASH> 100644
--- a/lib/traceur.rb
+++ b/lib/traceur.rb
@@ -16,10 +16,6 @@ module Traceur
yield config
end
- def self.runtime
- config.traceur_runtime_path
- end
-
def self.node_runner(opts = {})
Node::Runner.new({
binary: config.n... | Remove top-level reference to config.traceur_runtime_path | gunpowderlabs_traceur-rb | train |
950d71772a75d6c4b1dec32c73b994dd507786e4 | diff --git a/lib/autokey/qtui/centralwidget.py b/lib/autokey/qtui/centralwidget.py
index <HASH>..<HASH> 100644
--- a/lib/autokey/qtui/centralwidget.py
+++ b/lib/autokey/qtui/centralwidget.py
@@ -15,6 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os.path
import logging
+import... | Qt: Add a warning message about possible data loss when creating a new
top level directory at a user defined location. Closes #<I> | autokey_autokey | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.