hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
eca12c6871facfbbe846d5589551191e08ca6d20 | diff --git a/aws/resource_aws_vpc_endpoint_subnet_association.go b/aws/resource_aws_vpc_endpoint_subnet_association.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_vpc_endpoint_subnet_association.go
+++ b/aws/resource_aws_vpc_endpoint_subnet_association.go
@@ -9,6 +9,7 @@ import (
"github.com/aws/aws-sdk-go/aws... | Add back mutex and delay for concurrent modifications. | terraform-providers_terraform-provider-aws | train |
267755dae581e39d6d425970a0a28dcc40e1e809 | diff --git a/packages/@vue/cli/lib/Creator.js b/packages/@vue/cli/lib/Creator.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli/lib/Creator.js
+++ b/packages/@vue/cli/lib/Creator.js
@@ -83,7 +83,7 @@ module.exports = class Creator {
// write base package.json to disk
clearConsole()
logWithSpinner('✨... | make sure to await writeFileTree | vuejs_vue-cli | train |
d6e9f7778ede7e91f5af9f5f5740a9b6d9c6abb7 | diff --git a/showcases/de/versicherungsneuantrag/process-application/src/main/java/com/camunda/demo/versicherungsneuantrag/adapter/DeactivateFollowUpDateAdapter.java b/showcases/de/versicherungsneuantrag/process-application/src/main/java/com/camunda/demo/versicherungsneuantrag/adapter/DeactivateFollowUpDateAdapter.java... | make DeactivateFollowUpDateAdapter more robust (now works with finished decision task) | camunda-consulting_code | train |
efeae5e7ee7785ddc5cd740c5b071c3b08b1e06f | diff --git a/libnetwork/ipvs/ipvs_test.go b/libnetwork/ipvs/ipvs_test.go
index <HASH>..<HASH> 100644
--- a/libnetwork/ipvs/ipvs_test.go
+++ b/libnetwork/ipvs/ipvs_test.go
@@ -363,4 +363,13 @@ func TestTimeouts(t *testing.T) {
c2, err := i.GetConfig()
assert.NilError(t, err)
assert.DeepEqual(t, cfg, *c2)
+
+ // A... | [ipvs] Add SetConfig test with timeout=0 | moby_moby | train |
683dc19fe36afc0f653bdd1d10a08918d48be335 | diff --git a/airflow/hooks/dbapi_hook.py b/airflow/hooks/dbapi_hook.py
index <HASH>..<HASH> 100644
--- a/airflow/hooks/dbapi_hook.py
+++ b/airflow/hooks/dbapi_hook.py
@@ -163,10 +163,11 @@ class DbApiHook(BaseHook):
for s in sql:
if sys.version_info[0] < 3:
... | [AIRFLOW-<I>] include parameters into log.info in SQL operators, if any (#<I>)
For all SQL-operators based on DbApiHook, sql command itself is printed
into log.info. But if parameters are used for the sql command, the
parameters would not be included in the printing. This makes the log
less useful.
This commit e... | apache_airflow | train |
a2f4d8fa9b37f58ef36518097063e4d2b348127a | diff --git a/src/instrumentTest/java/com/couchbase/lite/LiteTestCase.java b/src/instrumentTest/java/com/couchbase/lite/LiteTestCase.java
index <HASH>..<HASH> 100644
--- a/src/instrumentTest/java/com/couchbase/lite/LiteTestCase.java
+++ b/src/instrumentTest/java/com/couchbase/lite/LiteTestCase.java
@@ -416,13 +416,15 @@... | Issue #<I> - assertion is failing (sporadically) so comment it out for now.
<URL> | couchbase_couchbase-lite-android | train |
f71ecc1a05793cf33c3f1c46194f4b917b899adb | diff --git a/lib/podoff.rb b/lib/podoff.rb
index <HASH>..<HASH> 100644
--- a/lib/podoff.rb
+++ b/lib/podoff.rb
@@ -224,7 +224,7 @@ module Podoff
add(obj)
end
- def write(path)
+ def write(path=:string)
f =
case path | make Document#write default to path=:string | jmettraux_podoff | train |
a494118dc730afcb6aba8e59f1f3d09a7d4f9302 | diff --git a/packages/cli/src/download-npm-package.js b/packages/cli/src/download-npm-package.js
index <HASH>..<HASH> 100644
--- a/packages/cli/src/download-npm-package.js
+++ b/packages/cli/src/download-npm-package.js
@@ -15,7 +15,7 @@ export default async (pkg, dest) => {
const tmpObj = tmp.dirSync({ unsafeClean... | fix: cli await on spawn bug | 36node_sketch | train |
ccd9c1c3632aa22cdcc4e064f17e07803b1d27ba | diff --git a/ifstools/ifs.py b/ifstools/ifs.py
index <HASH>..<HASH> 100644
--- a/ifstools/ifs.py
+++ b/ifstools/ifs.py
@@ -253,6 +253,9 @@ class IFS:
if progress:
tqdm.write(f)
+ p.close()
+ p.terminate()
+
# restore stuff from before
for folder in folders... | Fix issue with IFS class not terminating Pool after creating new archive (#<I>) | mon_ifstools | train |
4fb34e937020b9ab1c625023a17538421351b34b | diff --git a/nodeconductor/core/admin.py b/nodeconductor/core/admin.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/core/admin.py
+++ b/nodeconductor/core/admin.py
@@ -15,6 +15,7 @@ from rest_framework import permissions as rf_permissions
from reversion.admin import VersionAdmin
from nodeconductor.core import mo... | Extract permission logic to function [WAL-<I>] | opennode_waldur-core | train |
10ba14f3f9bd0c416ea771298c85bebfd65b9165 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -284,7 +284,7 @@ setup(name='concurrent-log-handler',
data_files=[
('tests', ["stresstest.py"]),
('docs', [
- 'README',
+ 'README.md',
'LICENSE',
... | Fix rename of readme. | Preston-Landers_concurrent-log-handler | train |
c169bdcdce7a659548780418b5f11fa912b8b10e | diff --git a/spyder/widgets/ipython.py b/spyder/widgets/ipython.py
index <HASH>..<HASH> 100644
--- a/spyder/widgets/ipython.py
+++ b/spyder/widgets/ipython.py
@@ -208,8 +208,9 @@ class IPythonShellWidget(RichJupyterWidget):
# --- Keyboard shortcuts ---
self.shortcuts = self.create_shortcuts()
- ... | IPython Console: Refactoring to better explain how we communicate with the kernel | spyder-ide_spyder | train |
029ec1edfe89c4088e3bf8cf48a51b49825694a3 | diff --git a/auth/ldap/auth.php b/auth/ldap/auth.php
index <HASH>..<HASH> 100644
--- a/auth/ldap/auth.php
+++ b/auth/ldap/auth.php
@@ -1083,7 +1083,9 @@ class auth_plugin_ldap extends auth_plugin_base {
*
*/
function user_update($olduser, $newuser) {
- global $USER;
+ global $CFG;
+
+ ... | MDL-<I> auth_ldap: require /user/profile/lib.php file | moodle_moodle | train |
b9d0c3d95cd191810de0efb351492a3cb38e720b | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -145,6 +145,8 @@ var torrentStream = function(link, opts) {
return;
}
+ if (!torrent.announce || !torrent.announce.length) return;
+
var tr = new tracker.Client(new Buffer(opts.id), engine.port || DEFAULT_PORT, to... | create tracker only when announce list is not empty | mafintosh_torrent-stream | train |
cae7a3b8078f30695dfbdd3784c236544e370542 | diff --git a/core-bundle/src/EventListener/SessionListener.php b/core-bundle/src/EventListener/SessionListener.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/EventListener/SessionListener.php
+++ b/core-bundle/src/EventListener/SessionListener.php
@@ -38,7 +38,7 @@ class SessionListener
/**
* Register... | [Core] Fixed Session bags were not registered on console | contao_contao | train |
68692abaf623d20a5bc3372d94e4c4341f24315a | diff --git a/uncompyle6/__init__.py b/uncompyle6/__init__.py
index <HASH>..<HASH> 100644
--- a/uncompyle6/__init__.py
+++ b/uncompyle6/__init__.py
@@ -55,7 +55,10 @@ from uncompyle6.main import decompile_file
uncompyle_file = decompile_file
# Conventience functions so you can say:
-# from uncompyle6 import (deparse... | Start changing API to make version optional...
and use debug option dictionary | rocky_python-uncompyle6 | train |
54f766d240f8e8c01bcde6061c877cf6e65e7f3d | diff --git a/cli/command/cli.go b/cli/command/cli.go
index <HASH>..<HASH> 100644
--- a/cli/command/cli.go
+++ b/cli/command/cli.go
@@ -9,7 +9,6 @@ import (
"runtime"
"strconv"
"strings"
- "sync"
"time"
"github.com/docker/cli/cli/config"
@@ -136,12 +135,9 @@ func (cli *DockerCli) loadConfigFile() {
cli.con... | Partially revert cf<I>b<I>a<I>f3e<I>e6e<I>c<I>aa<I> as it breaks the version negotiation with an older docker engine. | docker_cli | train |
2740f2b319f29e99ef90736ae1b776b4c84dc22f | diff --git a/python_modules/dagster/dagster/core/definitions/config_mappable.py b/python_modules/dagster/dagster/core/definitions/config_mappable.py
index <HASH>..<HASH> 100644
--- a/python_modules/dagster/dagster/core/definitions/config_mappable.py
+++ b/python_modules/dagster/dagster/core/definitions/config_mappable.... | [easy] eliminate is_nameless in ConfiguredMixin
Summary: This should have never been checked in at all.
Test Plan: BK
Reviewers: sandyryza
Reviewed By: sandyryza
Differential Revision: <URL> | dagster-io_dagster | train |
ab6c6862ec2e5bb328fd0bb3e4061b10ff2caf42 | diff --git a/src/directives/formBuilderDnd.js b/src/directives/formBuilderDnd.js
index <HASH>..<HASH> 100644
--- a/src/directives/formBuilderDnd.js
+++ b/src/directives/formBuilderDnd.js
@@ -142,6 +142,10 @@ module.exports = [
}
}
+ if (index === undefined) {
+ index = $scope.component.com... | If index is undefined when adding a component in PDF builder, add it to the end of the components list | formio_ngFormBuilder | train |
023a5ef5905ca728b6fc048fa8735f179ec257b3 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -9,9 +9,6 @@ assert sys.version_info >= (3, 2), 'Python 3.2+ required.'
with open(os.path.join('atlassian', 'VERSION')) as file:
version = file.read().strip()
-with open('requirements.txt') as file:
- requirements =... | Fix issue with requiremetns.txt on installing pip package | atlassian-api_atlassian-python-api | train |
31826be25cf7a8b49458808bc915a68b641badfa | diff --git a/wayback-core/src/main/java/org/archive/wayback/archivalurl/FastArchivalUrlReplayParseEventHandler.java b/wayback-core/src/main/java/org/archive/wayback/archivalurl/FastArchivalUrlReplayParseEventHandler.java
index <HASH>..<HASH> 100644
--- a/wayback-core/src/main/java/org/archive/wayback/archivalurl/FastAr... | Avoid inserting toolbar in NOSCRIPT tag.
This is to fix #<I> by storing that HEAD has been inserted
when there was no `headInsertJsp`. | iipc_openwayback | train |
950d082b00d2d22da6fbe5a20d05881948aef9b5 | diff --git a/actstream/managers.py b/actstream/managers.py
index <HASH>..<HASH> 100644
--- a/actstream/managers.py
+++ b/actstream/managers.py
@@ -71,7 +71,7 @@ class ActionManager(GFKManager):
'content_type_id', 'object_id')
if not follow_gfks:
- return EmptyGFKQuerySet()
+ ... | Return qs.none() instead of new EmptyGFKQuerySet()
This fixes downstream errors in code that assumes QuerySets have a model
wiht a _meta attribute, ie Class Based Views. | justquick_django-activity-stream | train |
7691070d587b85842e2829e4a82a03ef1c68b98a | diff --git a/hearthstone/hslog/parser.py b/hearthstone/hslog/parser.py
index <HASH>..<HASH> 100644
--- a/hearthstone/hslog/parser.py
+++ b/hearthstone/hslog/parser.py
@@ -301,9 +301,9 @@ class LogWatcher(LogBroadcastMixin):
entity = Card(id, cardid)
self.current_game.register_entity(entity)
self._entity_node =... | hslog: Mark FullEntity as an _entity_packet | HearthSim_python-hearthstone | train |
70e519e286993471571d10f1ac4a738e1e070647 | diff --git a/consistency-checker/src/main/java/com/redhat/lightblue/migrator/consistency/ConsistencyChecker.java b/consistency-checker/src/main/java/com/redhat/lightblue/migrator/consistency/ConsistencyChecker.java
index <HASH>..<HASH> 100644
--- a/consistency-checker/src/main/java/com/redhat/lightblue/migrator/consist... | Fixes #<I>: getNextAvailableJob handles array of one job returned | lightblue-platform_lightblue-migrator | train |
d985697d8f8e00a5dd3ad216f5c5f9572c195b82 | diff --git a/src/ecdsa.js b/src/ecdsa.js
index <HASH>..<HASH> 100644
--- a/src/ecdsa.js
+++ b/src/ecdsa.js
@@ -18,6 +18,8 @@ ECPointFp.prototype.getEncoded = function (compressed) {
var x = this.getX().toBigInteger();
var y = this.getY().toBigInteger();
+ // Get value as a 32-byte Buffer
+ // Fixed length based... | Added credit on encoding fix. See #1. | BitGo_bitgo-utxo-lib | train |
ab1a23526ddca49b824d2abc0431109d08f8a552 | diff --git a/zipline/finance/trading.py b/zipline/finance/trading.py
index <HASH>..<HASH> 100644
--- a/zipline/finance/trading.py
+++ b/zipline/finance/trading.py
@@ -176,7 +176,7 @@ class TradingEnvironment(object):
if next_open is None:
raise Exception(
"Attempt to backtest beyo... | BUG: Use last trading day for last successful date message.
market_open member does not exist on TradingEnvironment. | quantopian_zipline | train |
9c614f5a7a4c719f4a2fa67290dccf2f6e245920 | diff --git a/doc/providers/security.rst b/doc/providers/security.rst
index <HASH>..<HASH> 100644
--- a/doc/providers/security.rst
+++ b/doc/providers/security.rst
@@ -7,7 +7,8 @@ your applications.
Parameters
----------
-n/a
+* **security.hide_user_not_found** (optional): Defines whether to hide user not
+ found e... | Added "security.hide_user_not_found" support in SecurityServiceProvider | silexphp_Silex | train |
c2a2d0867b975a0891bf077f8a5e1ac579867407 | diff --git a/provider/maas/environ_whitebox_test.go b/provider/maas/environ_whitebox_test.go
index <HASH>..<HASH> 100644
--- a/provider/maas/environ_whitebox_test.go
+++ b/provider/maas/environ_whitebox_test.go
@@ -998,6 +998,33 @@ func (suite *environSuite) createSubnets(c *gc.C) instance.Instance {
// needed for ... | Add nodegroup interface definitions to Subnets tests | juju_juju | train |
28ccced8e9754c66830cf55c4bf615158790eaa9 | diff --git a/classes/Pods.php b/classes/Pods.php
index <HASH>..<HASH> 100644
--- a/classes/Pods.php
+++ b/classes/Pods.php
@@ -1350,7 +1350,11 @@ class Pods {
$fields = array_merge( $object_fields, $this->fields );
}
else {
- foreach ( $fields as $k => $field ) {
+ $... | Fixes #<I> for good! | pods-framework_pods | train |
c95f8be0ae11a21863ea4f641a51159e4b8b4435 | diff --git a/salt/modules/random_org.py b/salt/modules/random_org.py
index <HASH>..<HASH> 100644
--- a/salt/modules/random_org.py
+++ b/salt/modules/random_org.py
@@ -65,8 +65,6 @@ def __virtual__():
:return: The virtual name of the module.
'''
- if not ENABLED:
- return False
return __virtua... | Updating unit tests based on changes to module. | saltstack_salt | train |
2632f33ef42a6532352430904f51620111fcf2bf | diff --git a/lib/sprinkle/installers/apt.rb b/lib/sprinkle/installers/apt.rb
index <HASH>..<HASH> 100644
--- a/lib/sprinkle/installers/apt.rb
+++ b/lib/sprinkle/installers/apt.rb
@@ -1,18 +1,23 @@
module Sprinkle
module Installers
class Apt < Installer
- attr_accessor :packages
+ attr_accessor :packa... | added :build_dep option for apt installer to run apt-get build-dep command for installing dependencies only | sprinkle-tool_sprinkle | train |
02ef5bad9e2284916e7ccbf30d957bb86eb068f3 | diff --git a/views/auth.php b/views/auth.php
index <HASH>..<HASH> 100644
--- a/views/auth.php
+++ b/views/auth.php
@@ -4,7 +4,7 @@
foreach ($services as $name => $service) {
echo '<li class="auth-service '.$service->id.'">';
$html = '<span class="auth-icon '.$service->id.'"><i></i></span>';
- $html .= '<span c... | Update views/auth.php
Removed title translation in `views/auth.php` | Nodge_yii-eauth | train |
e08fdbc955dcc6c08f586307c7bfb32972c61bf2 | diff --git a/docs/testdox.txt b/docs/testdox.txt
index <HASH>..<HASH> 100644
--- a/docs/testdox.txt
+++ b/docs/testdox.txt
@@ -693,6 +693,7 @@ s9e\TextFormatter\Tests\Configurator\Helpers\TemplateHelper
[x] loadTemplate() can load '<ul><li>one<li>two</ul>'
[x] loadTemplate() accepts unescaped ampersands
[x] loadT... | TemplateHelper: don't break numeric character references when fixing a template | s9e_TextFormatter | train |
91e0c5ae8a533d98827eff5eea0b46d365991b9a | diff --git a/framework/db/Command.php b/framework/db/Command.php
index <HASH>..<HASH> 100644
--- a/framework/db/Command.php
+++ b/framework/db/Command.php
@@ -69,7 +69,7 @@ class Command extends \yii\base\Component
/**
* @var array the parameters (name => value) that are bound to the current PDO statement.
... | Added Connection::useMaster() and refactored code. | yiisoft_yii2 | train |
6cdd808dfc7e35cf84c2455a79b44e8ce1f83670 | diff --git a/modules/cxf-client-ws/src/main/java/io/oasp/module/cxf/common/impl/client/ws/CxfWsClientAutoConfiguration.java b/modules/cxf-client-ws/src/main/java/io/oasp/module/cxf/common/impl/client/ws/CxfWsClientAutoConfiguration.java
index <HASH>..<HASH> 100644
--- a/modules/cxf-client-ws/src/main/java/io/oasp/modul... | oasp/oasp4j#<I>: fixed damn stupid copy-paste bug | oasp_oasp4j | train |
aac2b6154332f3ac1a6f971e3908a1d1887fd2d7 | diff --git a/lib/inject.js b/lib/inject.js
index <HASH>..<HASH> 100644
--- a/lib/inject.js
+++ b/lib/inject.js
@@ -2,6 +2,7 @@
var vstamp = require('vigour-stamp')
var subscribe = require('./subscribe')
+// make this into a util super handy
function keyToNumber (key) {
var hash = 0
for (let i = 0, len = key.... | rename _lstamp to stamp | vigour-io_state | train |
82cf14a035a07defacea04ae67029d5942a8311d | diff --git a/command/v7/set_label_command.go b/command/v7/set_label_command.go
index <HASH>..<HASH> 100644
--- a/command/v7/set_label_command.go
+++ b/command/v7/set_label_command.go
@@ -46,6 +46,17 @@ func (cmd *SetLabelCommand) Setup(config command.Config, ui command.UI) error {
return nil
}
+func (cmd SetLabelC... | v7: App operator can use `cf set-label` on buildpacks
[#<I>](<URL>) | cloudfoundry_cli | train |
e5f929453fb141e035aeb1b867aeb06ca516409a | diff --git a/Resources/scripts/Clastic.js b/Resources/scripts/Clastic.js
index <HASH>..<HASH> 100644
--- a/Resources/scripts/Clastic.js
+++ b/Resources/scripts/Clastic.js
@@ -11,12 +11,11 @@ module.exports = function() {
global.Clastic.Clastic.prototype.resolvePaths = function(paths, rootDir) {
var fs = r... | [Core] Make assets work for implementors. | Clastic_CoreBundle | train |
62ab04e35245143d936a06dcd83064fdc7339965 | diff --git a/examples/example_game.py b/examples/example_game.py
index <HASH>..<HASH> 100644
--- a/examples/example_game.py
+++ b/examples/example_game.py
@@ -14,3 +14,5 @@ bsa = game.BoxscoreAdvanced('0041400122')
print(bsa.sql_team_advanced())
bsf = game.BoxscoreFourFactors('0041400122')
print(bsf.sql_team_four_fa... | Added example of PlayerTracking. | seemethere_nba_py | train |
17d0ec69770943598e6ee5b2f751990f80b469f8 | diff --git a/lib/geometry/transformation.rb b/lib/geometry/transformation.rb
index <HASH>..<HASH> 100644
--- a/lib/geometry/transformation.rb
+++ b/lib/geometry/transformation.rb
@@ -8,12 +8,12 @@ To create a pure translation relationship:
translate = Geometry::Transformation.new(:translate => Point[4, 2])
-To... | Added basic Transformation composition
Only supports translation for now | bfoz_geometry | train |
dd0ff3eeb59c0e92b10ea712be77066326084207 | diff --git a/src/http-api.js b/src/http-api.js
index <HASH>..<HASH> 100644
--- a/src/http-api.js
+++ b/src/http-api.js
@@ -385,8 +385,8 @@ module.exports.MatrixHttpApi.prototype = {
if (!queryParams) {
queryParams = {};
}
- if (this.authorization_header_supported === undefined ||
-... | intercept first authedRequest to determine if accessToken can be send by header (clearer structure) | matrix-org_matrix-js-sdk | train |
277d6805ca506b3ade38d092d52d030479b243f5 | diff --git a/centinel/command.py b/centinel/command.py
index <HASH>..<HASH> 100644
--- a/centinel/command.py
+++ b/centinel/command.py
@@ -37,6 +37,7 @@ class Command():
self.timeout = timeout
self.started = False
self.stopped = False
+ self.exception = None
self.error = False... | added new line after each output line, added exception handling | iclab_centinel | train |
9093a3f64fdf21bd029558300f60f85e4722805f | diff --git a/commerce-openapi-util/src/main/java/com/liferay/commerce/openapi/util/OpenApiFormat.java b/commerce-openapi-util/src/main/java/com/liferay/commerce/openapi/util/OpenApiFormat.java
index <HASH>..<HASH> 100644
--- a/commerce-openapi-util/src/main/java/com/liferay/commerce/openapi/util/OpenApiFormat.java
+++ ... | COMMERCE-<I> commerce-openapi-util - Reorganize - instead of fixed representation of FQCN use Provider which has both. as format is widely used to obtain javaType for caller, this way we reach couple goals: primitive types as objects (Integer, Long, etc), avoid using FQCN in variable declaration and proper Map import i... | liferay_com-liferay-commerce | train |
3b03a4ae6f7ee8f8379c31ee04add2e6f7474d28 | diff --git a/pymata_aio/pymata_core.py b/pymata_aio/pymata_core.py
index <HASH>..<HASH> 100644
--- a/pymata_aio/pymata_core.py
+++ b/pymata_aio/pymata_core.py
@@ -1380,7 +1380,7 @@ class PymataCore:
self.analog_pins[pin].current_value = value
# append pin number to return value and return as a list
... | Add pin state/type in reporting msgs | MrYsLab_pymata-aio | train |
5b5c820dc7e0567aba64de3ab638f34eab0d2961 | diff --git a/src/android/Sync.java b/src/android/Sync.java
index <HASH>..<HASH> 100644
--- a/src/android/Sync.java
+++ b/src/android/Sync.java
@@ -435,8 +435,9 @@ public class Sync extends CordovaPlugin {
String type = args.optString(2, TYPE_REPLACE);
Log.d(LOG_TAG, "type = " + type);
... | Issue #<I>: Feat: copyRootApp if it hasn't been done before | phonegap_phonegap-plugin-contentsync | train |
1ff1c8bb7159855095f7dbb0a39ef44cc6fb2815 | diff --git a/src/Search/Request/BucketInterface.php b/src/Search/Request/BucketInterface.php
index <HASH>..<HASH> 100644
--- a/src/Search/Request/BucketInterface.php
+++ b/src/Search/Request/BucketInterface.php
@@ -26,8 +26,13 @@ namespace Smile\ElasticSuiteCore\Search\Request;
*/
interface BucketInterface extends \... | Append facet sort orders to BucketInterface | Smile-SA_elasticsuite | train |
9469c175e36f59499526374b56d2a79dda670604 | diff --git a/includes/class-module.php b/includes/class-module.php
index <HASH>..<HASH> 100644
--- a/includes/class-module.php
+++ b/includes/class-module.php
@@ -237,6 +237,12 @@ abstract class Module {
return '';
}
+ $template = apply_filters( 'hogan/module/' . $this->name . '/template', $this->template, $t... | Check if file exists and prevent directory traversal includes | DekodeInteraktiv_hogan-core | train |
9eb216ead6d28ffe7514c91cb0d6bc80ab314b90 | diff --git a/gridsome/lib/app/createRoutes.js b/gridsome/lib/app/createRoutes.js
index <HASH>..<HASH> 100644
--- a/gridsome/lib/app/createRoutes.js
+++ b/gridsome/lib/app/createRoutes.js
@@ -44,6 +44,13 @@ module.exports = store => {
templates.forEach(page => {
const typeName = page.pageQuery.type
+
+ if (... | fix: don’t create routes for missing content types | gridsome_gridsome | train |
3e7fe481771ab797f5a92de32082986b7dcba121 | diff --git a/modules/org.opencms.workplace/resources/system/workplace/resources/components/js_calendar/calendar.js b/modules/org.opencms.workplace/resources/system/workplace/resources/components/js_calendar/calendar.js
index <HASH>..<HASH> 100644
--- a/modules/org.opencms.workplace/resources/system/workplace/resources/... | fixed calendar positioning issues in IE 7+ | alkacon_opencms-core | train |
db9610383a3ac64b82f6bdca91612130e6874691 | diff --git a/test/integration/cors.js b/test/integration/cors.js
index <HASH>..<HASH> 100644
--- a/test/integration/cors.js
+++ b/test/integration/cors.js
@@ -14,10 +14,13 @@ describe('setting CORS headers', function () {
port: config.www_port,
method: 'options',
path: '/_api/_session/',
- age... | fix(test): fix http headers for Node.js <I> and io.js
* * *
This commit was sponsored by The Hoodie Firm.
You can hire The Hoodie Firm:
<URL> | hoodiehq_hoodie | train |
31c11444e28ca9bb7a1eeb5984f4b7e6b6710eac | diff --git a/themes/colors/templates/personbox_template.php b/themes/colors/templates/personbox_template.php
index <HASH>..<HASH> 100644
--- a/themes/colors/templates/personbox_template.php
+++ b/themes/colors/templates/personbox_template.php
@@ -34,7 +34,7 @@ if (!defined('WT_WEBTREES')) {
echo '<div id="out-',$box... | Change max-width from static value to theme setting for block height | fisharebest_webtrees | train |
48c068f67e3651ea09dd3fa7aaea7d02fe6eea92 | diff --git a/src/Workflow/Activity/Task.php b/src/Workflow/Activity/Task.php
index <HASH>..<HASH> 100644
--- a/src/Workflow/Activity/Task.php
+++ b/src/Workflow/Activity/Task.php
@@ -15,7 +15,6 @@ namespace PHPMentors\Workflower\Workflow\Activity;
use PHPMentors\DomainKata\Entity\EntityInterface;
use PHPMentors\Workf... | remove `$eventDispatcher` from `Task` | phpmentors-jp_workflower | train |
1c78da85d371dc330512e992dc6d15fdcfad15b1 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -26,7 +26,7 @@ module.exports = function(grunt) {
jshint: {
all: [
'Gruntfile.js',
- 'lib/*.js',
+ 'tasks/*.js',
'<%= nodeunit.tests %>'
],
options: { | Fixes jshint tasks dir | DSSWG_DSS | train |
fa9f5ca416f71bcdb1f86079c0480443cf46144e | diff --git a/src/Database.php b/src/Database.php
index <HASH>..<HASH> 100644
--- a/src/Database.php
+++ b/src/Database.php
@@ -994,6 +994,7 @@ FOOT;
/** @lang PhpRegExp */ '#int\(\d+\)#' => 'int',
/** @lang PhpRegExp */ '#CHARACTER\sSET\s\w+#' => '',
/** @lang PhpRegEx... | default on on 8 ON DELETE NO ACTION, | RichardTMiles_CarbonPHP | train |
d2518e8794aa577255687b020366b1ece6b370d8 | diff --git a/lib/configure.js b/lib/configure.js
index <HASH>..<HASH> 100644
--- a/lib/configure.js
+++ b/lib/configure.js
@@ -5,7 +5,9 @@ module.exports = exports = configure
* Module dependencies.
*/
-var path = require('path')
+var fs = require('fs')
+ , path = require('path')
+ , glob = require('glob')
,... | Add an --arch flag, and properly default to the current arch when not defined.
Closes #<I>. | janeasystems_nodejs-mobile-gyp | train |
086c1c3b9e99fb7b1d04b1ef5c7f3e89543c1259 | diff --git a/ng-FitText.js b/ng-FitText.js
index <HASH>..<HASH> 100644
--- a/ng-FitText.js
+++ b/ng-FitText.js
@@ -1,4 +1,4 @@
-/* ng-FitText.js v2.0.0
+/* ng-FitText.js v2.1.0
* https://github.com/patrickmarabeas/ng-FitText.js
*
* Original jQuery project: https://github.com/davatron5000/FitText.js
@@ -39,13 +39,... | Added Underscore's debounce function for window resizing | patrickmarabeas_ng-FitText.js | train |
b4e59165013c6fe9171243f393d73226f23ae81a | diff --git a/Controller/LegacyKernelController.php b/Controller/LegacyKernelController.php
index <HASH>..<HASH> 100644
--- a/Controller/LegacyKernelController.php
+++ b/Controller/LegacyKernelController.php
@@ -14,6 +14,7 @@ use eZ\Bundle\EzPublishLegacyBundle\LegacyResponse\LegacyResponseManager;
use eZ\Publish\Core\... | Fix EZP-<I>: Session is lost when redirecting from a legacy module | ezsystems_LegacyBridge | train |
6d6ede8ab99f7e4012bb6af903fa2e85a875386d | diff --git a/lib/comments/view_helpers.rb b/lib/comments/view_helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/comments/view_helpers.rb
+++ b/lib/comments/view_helpers.rb
@@ -6,7 +6,7 @@ module Comments
end
def comments_tag(commentable, opts = {})
- comments = Comment.where(commentable: commentable).or... | Fix comment.user N<I> queries. | rails-engine_comments | train |
63777fecb8e93c00535d3f9416e660b3d05c8aec | diff --git a/raiden/tests/integration/transfer/test_refundtransfer.py b/raiden/tests/integration/transfer/test_refundtransfer.py
index <HASH>..<HASH> 100644
--- a/raiden/tests/integration/transfer/test_refundtransfer.py
+++ b/raiden/tests/integration/transfer/test_refundtransfer.py
@@ -284,7 +284,6 @@ def test_refund_t... | Finish and unskip test_different_view_of_last_bp_during_unlock
Finish the test left skipped after PR <URL> | raiden-network_raiden | train |
fd90995aa6fd79c5debe0869f01eab5d80fe8b10 | diff --git a/lib/import_js/js_module.rb b/lib/import_js/js_module.rb
index <HASH>..<HASH> 100644
--- a/lib/import_js/js_module.rb
+++ b/lib/import_js/js_module.rb
@@ -16,6 +16,7 @@ module ImportJS
# e.g. ['.js', '.jsx']
# @param make_relative_to [String|nil] a path to a different file which the
# res... | Document strip_from_path in JSModule
This was added by <I>d5eae9 but was not documented. | Galooshi_import-js | train |
0b1c6cd63938d7e66e2b52320c8455eff8a76a79 | diff --git a/src/AppserverIo/Appserver/Core/AbstractContainerThread.php b/src/AppserverIo/Appserver/Core/AbstractContainerThread.php
index <HASH>..<HASH> 100644
--- a/src/AppserverIo/Appserver/Core/AbstractContainerThread.php
+++ b/src/AppserverIo/Appserver/Core/AbstractContainerThread.php
@@ -242,7 +242,7 @@ abstract ... | Fixed error when servers starts faster than container | appserver-io_appserver | train |
564b11cd724e2326b5889c639a1d40f75d1e217d | diff --git a/mythril/analysis/modules/user_assertions.py b/mythril/analysis/modules/user_assertions.py
index <HASH>..<HASH> 100644
--- a/mythril/analysis/modules/user_assertions.py
+++ b/mythril/analysis/modules/user_assertions.py
@@ -28,15 +28,11 @@ assertion_failed_hash = (
class UserAssertions(DetectionModule):
... | use class variables in user assertions module | ConsenSys_mythril-classic | train |
97440be853ad30c888a7be77230445dc239ae79a | diff --git a/lockfile.js b/lockfile.js
index <HASH>..<HASH> 100644
--- a/lockfile.js
+++ b/lockfile.js
@@ -241,7 +241,7 @@ function notStale (er, path, opts, cb) {
exports.lock(path, newOpts, cb)
}
- var timer = setTimeout(retry, 100)
+ var timer = setTimeout(retry, opts.pollPeriod || 100)
}
exports.loc... | Fixed #6: polling period should be configurable | npm_lockfile | train |
955bc434d159100af8af786104ecdcd594429b9d | diff --git a/core/test/regression/models/model_posts_spec.js b/core/test/regression/models/model_posts_spec.js
index <HASH>..<HASH> 100644
--- a/core/test/regression/models/model_posts_spec.js
+++ b/core/test/regression/models/model_posts_spec.js
@@ -817,7 +817,7 @@ describe('Post Model', function () {
... | Fixed posts model regression test
no issue
- The failing test was introduced with <URL> | TryGhost_Ghost | train |
95c67ed0ffcbacd3e69add178852b5fd44e82341 | diff --git a/src/test/java/javax/util/streamex/IntStreamExTest.java b/src/test/java/javax/util/streamex/IntStreamExTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/javax/util/streamex/IntStreamExTest.java
+++ b/src/test/java/javax/util/streamex/IntStreamExTest.java
@@ -136,6 +136,11 @@ public class IntStreamEx... | IntStreamExTest: step = 0 test | amaembo_streamex | train |
e47d4d24d6340a5e9978cb325db53f32f2cf4341 | diff --git a/lib/guard/reevaluator.rb b/lib/guard/reevaluator.rb
index <HASH>..<HASH> 100644
--- a/lib/guard/reevaluator.rb
+++ b/lib/guard/reevaluator.rb
@@ -10,6 +10,9 @@ module Guard
rescue ScriptError, StandardError => e
::Guard::UI.warning("Failed to reevaluate file: #{e}")
+ options = { watcher... | have reevaluator add itself to plugins on failure | guard_guard | train |
d5bf3d51137efdf544cc779403e2ac20cfa73fb2 | diff --git a/src/directives/ccSelectBox/ccSelectBox.js b/src/directives/ccSelectBox/ccSelectBox.js
index <HASH>..<HASH> 100644
--- a/src/directives/ccSelectBox/ccSelectBox.js
+++ b/src/directives/ccSelectBox/ccSelectBox.js
@@ -32,6 +32,9 @@ angular.module('sdk.directives.ccSelectBox')
scope.model =... | feat(cc-select-box): fall back to first option value
if no model and choose text are given. | sofa_angular-sofa-scrolling-shadow | train |
01852cd94f986e0b289365a8f86ca86a0721b103 | diff --git a/src/Titon/G11n/G11n.php b/src/Titon/G11n/G11n.php
index <HASH>..<HASH> 100644
--- a/src/Titon/G11n/G11n.php
+++ b/src/Titon/G11n/G11n.php
@@ -253,20 +253,24 @@ class G11n implements Listener {
return;
}
- $header = mb_strtolower($_SERVER['HTTP_ACCEPT_LANGUAGE']);
+ $cu... | Check for HTTP_ACCEPT_LANGUAGE first | titon_g11n | train |
98ad466221bdf665c4da04abdd064d01e38da48b | diff --git a/README.rst b/README.rst
index <HASH>..<HASH> 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
Commandify
==========
-Allows simple creation of Python command line utilities through decorating functions.
+Allows simple creation of Python command line utilities through decorating functions. Build... | Support for ``argcomplete``. Add references to ``argparse``, ``argcomplete`` to README. | markmuetz_commandify | train |
05373425f3d150e2bac2d1b48f7682eeb081c82b | diff --git a/source/Core/Database/Adapter/Doctrine/Database.php b/source/Core/Database/Adapter/Doctrine/Database.php
index <HASH>..<HASH> 100644
--- a/source/Core/Database/Adapter/Doctrine/Database.php
+++ b/source/Core/Database/Adapter/Doctrine/Database.php
@@ -117,9 +117,9 @@ class Database implements DatabaseInterfa... | ESDEV-<I> Add ping check for master/slave connection.
Cause the doctrine master slave connection object doesn't have a working isConnected method, we try to overcome this issue with the ping method.
(cherry picked from commit fa<I>f2) | OXID-eSales_oxideshop_ce | train |
d496b4ff87c91445cad52f7e858c089a15d32b16 | diff --git a/webssh/static/js/main.js b/webssh/static/js/main.js
index <HASH>..<HASH> 100644
--- a/webssh/static/js/main.js
+++ b/webssh/static/js/main.js
@@ -76,16 +76,12 @@ jQuery(function($){
}
- function restore_items(names, storage) {
+ function restore_items(names) {
var i, name, value;
- if (s... | Use populate_form rather than restore_items | huashengdun_webssh | train |
7afb500422db3bbfa392381b809ee8ed28ffdba8 | diff --git a/sinatra-contrib/lib/sinatra/cookies.rb b/sinatra-contrib/lib/sinatra/cookies.rb
index <HASH>..<HASH> 100644
--- a/sinatra-contrib/lib/sinatra/cookies.rb
+++ b/sinatra-contrib/lib/sinatra/cookies.rb
@@ -305,7 +305,7 @@ module Sinatra
key, value = line.split(';', 2).first.to_s.split('=', 2)
... | fix cookie extension for Rack <I> | sinatra_sinatra | train |
197df65f2b9a92831f234f67c02f9b8ffb889226 | diff --git a/javascript/FieldEditor.js b/javascript/FieldEditor.js
index <HASH>..<HASH> 100755
--- a/javascript/FieldEditor.js
+++ b/javascript/FieldEditor.js
@@ -24,13 +24,15 @@ FieldEditor.prototype = {
var i, j, div, field, editables = fieldEditor.childNodes;
for( i = 0; div = editables[i]; i++ ) {
- ... | Updated form editor's javascript to work with SSViewer-generated comments | silverstripe_silverstripe-userforms | train |
412aa13f8879ef0d73c4020d8adb0a6276b3f992 | diff --git a/client.js b/client.js
index <HASH>..<HASH> 100644
--- a/client.js
+++ b/client.js
@@ -84,7 +84,7 @@ function setupMessage(client, options) {
var origin = onMessage.origin
window.addEventListener("message", function (ev) {
- if (origin.indexOf(ev.origin) === -1) {
+ if (origin !== ... | allow origin to be '*' | Colingo_track-event | train |
9235f04ccebd35fb8a60063c2ff1d3d5fb465c00 | diff --git a/lib/OpenLayers/Control.js b/lib/OpenLayers/Control.js
index <HASH>..<HASH> 100644
--- a/lib/OpenLayers/Control.js
+++ b/lib/OpenLayers/Control.js
@@ -35,6 +35,6 @@ OpenLayers.Control.prototype = {
this.map = null;
},
- /** @type String */
+ /** @final @type String */
CLASS_NAME: ... | properly declare CLASS_NAME member as constant. Also, add <i> tags around examples in comments
git-svn-id: <URL> | openlayers_openlayers | train |
398c338eb8ff73d65241408ac48a91d7afab8f82 | diff --git a/decode_test.go b/decode_test.go
index <HASH>..<HASH> 100644
--- a/decode_test.go
+++ b/decode_test.go
@@ -1,6 +1,7 @@
package toml
import (
+ "errors"
"fmt"
"log"
"math"
@@ -1557,6 +1558,39 @@ cauchy = "cat 2"
}
}
+func TestParseError(t *testing.T) {
+ file :=
+ `a = "a"
+b = "b"
+c = 001 ... | Add a test and doc comment | BurntSushi_toml | train |
6ba9eb0119abef854b722d58343cd1c42bc7995b | diff --git a/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js b/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js
+++ b/packages/node_modules/@webex/plugin-meetings/src/meeting/index.js
@... | feat(plugin-meetings): use correlation for acknowledge | webex_spark-js-sdk | train |
2fa09d71d465f63fe6310b03db511945b688b17f | diff --git a/doi2bib/bin/doi2bib b/doi2bib/bin/doi2bib
index <HASH>..<HASH> 100644
--- a/doi2bib/bin/doi2bib
+++ b/doi2bib/bin/doi2bib
@@ -42,6 +42,11 @@ def main():
"--output", "-o",
help="bibtex output file")
+ parser.add_argument(
+ "--abstract",
+ action='store_true',
+ h... | This it's related with bibcure/bibcure#<I> | bibcure_doi2bib | train |
5c66235a355179f2203c21b37ca1e0c418abaefe | diff --git a/src/main/java/org/craftercms/engine/store/s3/S3ContentStoreAdapter.java b/src/main/java/org/craftercms/engine/store/s3/S3ContentStoreAdapter.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/craftercms/engine/store/s3/S3ContentStoreAdapter.java
+++ b/src/main/java/org/craftercms/engine/store/s3/S3Co... | Added support for AWS S3 truncated response | craftercms_engine | train |
f2a881a2c293454f399d0f809d04123834f9cdb5 | diff --git a/src/actions.js b/src/actions.js
index <HASH>..<HASH> 100644
--- a/src/actions.js
+++ b/src/actions.js
@@ -26,6 +26,6 @@ export function handleGotoAction(_parameters, _dynamicState) {
});
}
-export function handleRestartAction() {
- return getInitialDynamicState();
+export function handleRestartA... | Bugfix, wrote test for restart action. | jhorneman_choba-engine | train |
4cfd6bc2858b11cdd331762774c6b06bd5e284ea | diff --git a/sllurp/llrp_proto.py b/sllurp/llrp_proto.py
index <HASH>..<HASH> 100644
--- a/sllurp/llrp_proto.py
+++ b/sllurp/llrp_proto.py
@@ -266,6 +266,13 @@ for m in Error_Name2Type:
i = Error_Name2Type[m]
Error_Type2Name[i] = m
+# 13.2.1 ROReportTrigger
+ROReportTrigger_Name2Type = {
+ 'None': 0,
+ ... | properly encode ROReportSpec and include in ROSpec | ransford_sllurp | train |
0e84ac385b0d5fb595c7c7f95b908fb95022da64 | diff --git a/lib/ruote/part/local_participant.rb b/lib/ruote/part/local_participant.rb
index <HASH>..<HASH> 100644
--- a/lib/ruote/part/local_participant.rb
+++ b/lib/ruote/part/local_participant.rb
@@ -211,9 +211,15 @@ module Ruote
# expression directly, whereas stash_put and stash_get can point at
# any exp... | stash_put / put : more flexible | jmettraux_ruote | train |
12ea8e054de401644aa9aa4e9b978a7bc770e491 | diff --git a/Classes/Service/FileService.php b/Classes/Service/FileService.php
index <HASH>..<HASH> 100644
--- a/Classes/Service/FileService.php
+++ b/Classes/Service/FileService.php
@@ -30,7 +30,7 @@ class FileService extends AbstractService {
/**
* Saves a file.
*
- * @param array $file The file object
+... | [➠] Improved `FileService`. | t3v_t3v_core | train |
3c2d1250eac79707ddf29d7da58f4a34770332f4 | diff --git a/Tone/source/GrainPlayer.js b/Tone/source/GrainPlayer.js
index <HASH>..<HASH> 100644
--- a/Tone/source/GrainPlayer.js
+++ b/Tone/source/GrainPlayer.js
@@ -21,7 +21,7 @@ Tone.GrainPlayer = function(){
* The audio buffer belonging to the player.
* @type {Tone.Buffer}
*/
- this.buffer = new Tone.Bu... | passes in the player to the callback
fixes #<I> | Tonejs_Tone.js | train |
4e3178a47868838189070f9cff20c755dc31cf02 | diff --git a/traffic/data/airac.py b/traffic/data/airac.py
index <HASH>..<HASH> 100644
--- a/traffic/data/airac.py
+++ b/traffic/data/airac.py
@@ -3,16 +3,17 @@ import re
import zipfile
from functools import lru_cache
from pathlib import Path
-from typing import Any, Dict, List, Optional, Tuple, NamedTuple
+from typ... | Export to kml for sectors and trajectories
refs #3 | xoolive_traffic | train |
ec8136f959a46b582315488caed3e67a5f4c4511 | diff --git a/src/ServiceManager.php b/src/ServiceManager.php
index <HASH>..<HASH> 100644
--- a/src/ServiceManager.php
+++ b/src/ServiceManager.php
@@ -730,6 +730,7 @@ class ServiceManager implements ServiceLocatorInterface
if ($abstractFactory->canCreateServiceWithName($this, $cName, $rName)) {
... | Fix for zendframework/zf2#<I> - updated ServiceManager, added break after valid abstract factory found | mxc-commons_mxc-servicemanager | train |
2a7c1a16337117b1b62e219b43286a6ea2ec2ff2 | diff --git a/issue_comment.go b/issue_comment.go
index <HASH>..<HASH> 100644
--- a/issue_comment.go
+++ b/issue_comment.go
@@ -13,11 +13,14 @@ import (
// Comment represents a comment in commit and issue page.
type Comment struct {
- ID int64 `json:"id"`
- Poster *User `json:"user"`
- Body string ... | More Issue-Comments API-endpoints (gogs/#<I>) (#<I>)
* Issue-comments can be deleted
* List all comments for a repo
* Moar data in issue-comments | gogs_go-gogs-client | train |
091f28ca0af9221c975b9d1cf0ce0006fd0799cb | diff --git a/src/Models/Model.php b/src/Models/Model.php
index <HASH>..<HASH> 100644
--- a/src/Models/Model.php
+++ b/src/Models/Model.php
@@ -38,7 +38,8 @@ abstract class Model implements Entity {
*/
public function is_valid() {
// Check if there are errors
- return empty($this->get_errors()... | Hack for overcoming php <I>- limitation in 'empty' function. | konduto_php-sdk | train |
fa71756ac03ca8cff9066c4272a99586da6729c8 | diff --git a/DependencyInjection/Compiler/BunnyCompilerPass.php b/DependencyInjection/Compiler/BunnyCompilerPass.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/Compiler/BunnyCompilerPass.php
+++ b/DependencyInjection/Compiler/BunnyCompilerPass.php
@@ -80,6 +80,11 @@ class BunnyCompilerPass implements Compile... | prevent BunnyCompilerPass from using reflection on classes that don't exist | skrz_bunny-bundle | train |
08ecb2f97f40272a1598f8cc46553ab92c15d6e8 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(name = 'GPy',
long_description=read('README.md'),
#ext_modules = [Extension(name = 'GPy.kern.lfmUpsilonf2py',
# sources = ['GPy/kern/src/lfmUpsilonf2py.f90'])],
- instal... | Added pylab to requirements | SheffieldML_GPy | train |
41a023ca86b5d9406b3320804ca84699e6bb0417 | diff --git a/src/Promise.php b/src/Promise.php
index <HASH>..<HASH> 100644
--- a/src/Promise.php
+++ b/src/Promise.php
@@ -164,17 +164,6 @@ class Promise implements ExtendedPromiseInterface, CancellablePromiseInterface
$this->settle(reject($reason));
}
- private function notify($update = null)
- {... | Use static progress callback without binding to promise | reactphp_promise | train |
30ede81c1326a750c8e258c46f57d90fc7eca45c | diff --git a/core/src/main/java/hudson/model/Queue.java b/core/src/main/java/hudson/model/Queue.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/model/Queue.java
+++ b/core/src/main/java/hudson/model/Queue.java
@@ -1412,7 +1412,7 @@ public class Queue extends ResourceController implements Saveable {
... | Downgrade Queue#maintain() message for dead executor from INFO to FINE. (#<I>) | jenkinsci_jenkins | train |
67d6a3d548701f669e613fffbe435f69480829d1 | diff --git a/lib/chef/provider/service/freebsd.rb b/lib/chef/provider/service/freebsd.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/provider/service/freebsd.rb
+++ b/lib/chef/provider/service/freebsd.rb
@@ -180,7 +180,7 @@ class Chef
def set_service_enable(value)
lines = read_rc_conf
# Re... | Remove commented out versions of a service being enabled/disabled in FreeBSD. | chef_chef | train |
b613dbd46a52da36a847a208627154b1aefb9c9a | diff --git a/openquake/commonlib/oqvalidation.py b/openquake/commonlib/oqvalidation.py
index <HASH>..<HASH> 100644
--- a/openquake/commonlib/oqvalidation.py
+++ b/openquake/commonlib/oqvalidation.py
@@ -42,8 +42,6 @@ CALCULATORS = HAZARD_CALCULATORS + RISK_CALCULATORS
class OqParam(valid.ParamSet):
- exports = ... | Added exports as a parameter of job.ini | gem_oq-engine | train |
9598b4b718320350066b831095e6226b9a909d27 | diff --git a/lib/emitter/push/bind.js b/lib/emitter/push/bind.js
index <HASH>..<HASH> 100644
--- a/lib/emitter/push/bind.js
+++ b/lib/emitter/push/bind.js
@@ -58,7 +58,7 @@ exports.define = {
if (!bound) {
bound = this.setBind(event, bind, data, true)
}
- var boundchain = bound
+ var boundchain =... | cleaned up trgger method (context and normal binds share the same for loop) | vigour-io_vjs | train |
1b25a01a79c97ec28465b13b29bafac1dd628c38 | diff --git a/examples/largeimages/main.rb b/examples/largeimages/main.rb
index <HASH>..<HASH> 100644
--- a/examples/largeimages/main.rb
+++ b/examples/largeimages/main.rb
@@ -63,7 +63,7 @@ loop do
entry.at_xpath("link[@rel='alternate']")["href"],
]
end ) ],
- [:source_reddit, 20000000, ( INCLUDE.flat_... | increasing source-reddit treshold | Nakilon_reddit_bot | train |
73644f16af8aaac5659ea1398b83b64f984239cd | diff --git a/test/unit/org/apache/cassandra/io/util/BufferedRandomAccessFileTest.java b/test/unit/org/apache/cassandra/io/util/BufferedRandomAccessFileTest.java
index <HASH>..<HASH> 100644
--- a/test/unit/org/apache/cassandra/io/util/BufferedRandomAccessFileTest.java
+++ b/test/unit/org/apache/cassandra/io/util/Buffere... | flesh out BufferedRandomAccessFileTest. patch by Jon Hermes; reviewed by Stu Hood for CASSANDRA-<I>
git-svn-id: <URL> | Stratio_stratio-cassandra | train |
d42980f4dee6d5ba82cb8e4febe044406b409d41 | diff --git a/tbapy/main.py b/tbapy/main.py
index <HASH>..<HASH> 100644
--- a/tbapy/main.py
+++ b/tbapy/main.py
@@ -14,10 +14,10 @@ class TBA:
READ_URL_PRE = 'https://www.thebluealliance.com/api/v3/'
WRITE_URL_PRE = 'https://www.thebluealliance.com/api/trusted/v1/'
session = requests.Session()
- auth_s... | Make auth_id and secret empty strings. | frc1418_tbapy | train |
194122b330c80739038662115bd38fb6871eee26 | diff --git a/src/object-model.js b/src/object-model.js
index <HASH>..<HASH> 100644
--- a/src/object-model.js
+++ b/src/object-model.js
@@ -22,6 +22,8 @@ export default function ObjectModel() {
}
extend(ObjectModel, Model, {
+ sealed: true,
+
defaults(p){
Object.assign(this.prototype, p)
return this
@@ -148,... | add ObjectModel.prototype.seal to allow configuration for arbitrary properties in object models | sylvainpolletvillard_ObjectModel | train |
d8e03ac782f310aa33962faa6f49d11c64060cd2 | diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/DoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/DoctrineCommand.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Bundle/DoctrineBundle/Command/DoctrineCommand.php
+++ b/src/Symfony/Bundle/DoctrineBundle/Command/DoctrineCommand.php
@@ -70,6 +70,9 @@... | [DoctrineBundle] Add support to setting the Annotations prefix to @orm: for EntityGeneration beginning with Doctrine ORM <I>-DEV. | symfony_symfony | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.