hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
4dc5e84f36c8821a59ae3aa47607431dad2635ad | diff --git a/src/sap.m/src/sap/m/GenericTile.js b/src/sap.m/src/sap/m/GenericTile.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/GenericTile.js
+++ b/src/sap.m/src/sap/m/GenericTile.js
@@ -453,6 +453,25 @@ sap.ui.define([
// attach handler in order to check the device type based on width and invalidate on... | [INTERNAL] Changes to remove Press state of Generic tile when it is dragged within Grid Container
BCP: <I>
Change-Id: I2c<I>ae<I>b<I>e3ba5db<I>d1a<I>f8a | SAP_openui5 | train |
9981c52e6e2140859a7439b206f1f83b7206f6ba | diff --git a/test/demo/settings.py b/test/demo/settings.py
index <HASH>..<HASH> 100644
--- a/test/demo/settings.py
+++ b/test/demo/settings.py
@@ -2,6 +2,9 @@
import os
settings_path, settings_module = os.path.split(__file__)
+
+import sys
+sys.path.append('../../')
DEBUG = True
#TEMPLATE_DEBUG = DEBUG
@@ -26,... | Let's fix up the Django demo so it can import the postmark package, and strip out your API key | themartorana_python-postmark | train |
3dac7cf552b78b2a8791877e098bf02e37ae9a9c | diff --git a/core/match-values.js b/core/match-values.js
index <HASH>..<HASH> 100644
--- a/core/match-values.js
+++ b/core/match-values.js
@@ -1,53 +1,48 @@
'use strict';
-function Alternate(ruleIndex, valueIndex) {
+function Path(ruleIndex, valueIndex) {
this.ruleIndex = ruleIndex;
this.valueIndex = value... | Stylish refactor matchValues | fistlabs_finger | train |
9a4f6203d60d80060031500e7933cb8ff6ff47c5 | diff --git a/synapse/common.py b/synapse/common.py
index <HASH>..<HASH> 100644
--- a/synapse/common.py
+++ b/synapse/common.py
@@ -590,16 +590,30 @@ _Int64be = struct.Struct('>Q')
def int64en(i):
'''
- Encode a 64-bit int into 8 byte big-endian bytes
+ Encode an unsigned 64-bit int into 8 byte big-endian ... | Allow HotCount to store negative values. (#<I>) | vertexproject_synapse | train |
aeca36c7f08d6673f7ae60deef98826ba9b5668e | diff --git a/src/Test/MoreAssertionsTrait.php b/src/Test/MoreAssertionsTrait.php
index <HASH>..<HASH> 100644
--- a/src/Test/MoreAssertionsTrait.php
+++ b/src/Test/MoreAssertionsTrait.php
@@ -52,4 +52,47 @@ trait MoreAssertionsTrait
};
TestCase::assertSame(array(), array_filter($array, $isEmpty), $expl... | [Test] assertions for filled array elements | EmchBerger_cube-common-develop | train |
5bc549dd99905452c9f1fdc10140296cf3243ab7 | diff --git a/lib/spring/application.rb b/lib/spring/application.rb
index <HASH>..<HASH> 100644
--- a/lib/spring/application.rb
+++ b/lib/spring/application.rb
@@ -47,10 +47,7 @@ module Spring
def watch_application
until IO.select([manager], [], [], WATCH_INTERVAL)
- if watcher.stale?
- wat... | Remove #stop from the watcher interface
We don't need to call stop when we're about to call exit, which is the
only external place where stop was being used. | rails_spring | train |
6eb8dde0d33df2d73f9c7ff75c6beddae5453ddd | diff --git a/docs/requirements.txt b/docs/requirements.txt
index <HASH>..<HASH> 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,3 +1,4 @@
pyparsing
six
pyperclip
+contextlib2
diff --git a/examples/persistent_history.py b/examples/persistent_history.py
index <HASH>..<HASH> 100755
--- a/examples/p... | First past at unit test for persistent history feature
Added pexpect to modules required for running unit tests.
This opens the door for carefully crafted complex unit tests to verify intricate behavior. Tests like this are somewhat painful to write and slow to execute. However, they can enable testing complicated ... | python-cmd2_cmd2 | train |
59e5fc1cbce02a0ca9baa368af2c200665c84d14 | diff --git a/templatehelper/templatehelper.go b/templatehelper/templatehelper.go
index <HASH>..<HASH> 100644
--- a/templatehelper/templatehelper.go
+++ b/templatehelper/templatehelper.go
@@ -27,6 +27,7 @@ import (
"regexp"
"strings"
"text/template"
+ "time"
)
// FuncMap contains a few convenient template help... | Adds TimeNow template helper
So you can use something like {{TimeNow.Format "<I>:<I>:<I>"}}, to add
timestamps to your actions. | muesli_beehive | train |
d6b8e1923aaa2933a32476b5da64ee05fee709ed | diff --git a/question/type/calculated/datasetdefinitions_form.php b/question/type/calculated/datasetdefinitions_form.php
index <HASH>..<HASH> 100644
--- a/question/type/calculated/datasetdefinitions_form.php
+++ b/question/type/calculated/datasetdefinitions_form.php
@@ -71,7 +71,10 @@ class question_dataset_dependent_d... | MDL-<I> qtype_calc* dataset forms: disable short-forms for now.
At the moment using short-forms no these forms really does not work. In
future is may be possible to do a complete overhaul, but for now, just
disabling short-forms is a simple fix. | moodle_moodle | train |
c7bc5480693c33870f9458dbbb6459e6c9157684 | diff --git a/examples/fullTree.py b/examples/fullTree.py
index <HASH>..<HASH> 100644
--- a/examples/fullTree.py
+++ b/examples/fullTree.py
@@ -50,7 +50,7 @@ def func4(n):
return result
def main():
- task = futures.submit(func0, 20)
+ task = futures.submit(func0, 40)
# You can wait for a result before... | now catches the SIGQUIT signal on linux | soravux_scoop | train |
29ae881bbd4422c26abb409aeefce1d75a4774d2 | diff --git a/libsubmit/providers/aws/aws.py b/libsubmit/providers/aws/aws.py
index <HASH>..<HASH> 100644
--- a/libsubmit/providers/aws/aws.py
+++ b/libsubmit/providers/aws/aws.py
@@ -513,12 +513,27 @@ ipengine --file=ipengine.json &> ipengine.log &""".format(config)
################################################... | Fixing status() method, there's a ton of dead code here that needs cleanup | Parsl_libsubmit | train |
b1f6a02489deaad81c1e888eaad8c556fb1db73a | diff --git a/src/com/mebigfatguy/fbcontrib/detect/ImmatureClass.java b/src/com/mebigfatguy/fbcontrib/detect/ImmatureClass.java
index <HASH>..<HASH> 100644
--- a/src/com/mebigfatguy/fbcontrib/detect/ImmatureClass.java
+++ b/src/com/mebigfatguy/fbcontrib/detect/ImmatureClass.java
@@ -80,7 +80,7 @@ public class ImmatureCl... | GitHuh Issue #<I>: Fix stupid signature typo | mebigfatguy_fb-contrib | train |
001386ae61e15b7e78a56863cda1a4b20f4ccfac | diff --git a/src/Params/UploadFileParameters.php b/src/Params/UploadFileParameters.php
index <HASH>..<HASH> 100644
--- a/src/Params/UploadFileParameters.php
+++ b/src/Params/UploadFileParameters.php
@@ -8,8 +8,9 @@ class UploadFileParameters extends BaseParameters {
return $this;
}
- public function setClien... | 1. change interface for setClientLibId method
2. deleted unneeded check from download
3. boolenan -> int conversion to avoid <URL> | Smartling_api-sdk-php | train |
49446b62baa4f4967ec9c3e719c244bf94cc21df | diff --git a/aws/resource_aws_route53_record.go b/aws/resource_aws_route53_record.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_route53_record.go
+++ b/aws/resource_aws_route53_record.go
@@ -101,6 +101,12 @@ func resourceAwsRoute53Record() *schema.Resource {
Type: schema.TypeString,
Require... | resource/aws_route<I>_record: Suppress uppercase alias name diff | terraform-providers_terraform-provider-aws | train |
033830f75f4c87e6c69d96ae236998758d2429fb | diff --git a/src/Codeception/Module/REST.php b/src/Codeception/Module/REST.php
index <HASH>..<HASH> 100644
--- a/src/Codeception/Module/REST.php
+++ b/src/Codeception/Module/REST.php
@@ -448,11 +448,6 @@ EOF;
$header = str_replace('-', '_', strtoupper($header));
$this->client->setServerParamet... | Reverted incorrect fix for issue #<I> | Codeception_Codeception | train |
4127c62858b404ec291c18466773b9c789e89792 | diff --git a/tests/TestCase/Utility/InflectorTest.php b/tests/TestCase/Utility/InflectorTest.php
index <HASH>..<HASH> 100644
--- a/tests/TestCase/Utility/InflectorTest.php
+++ b/tests/TestCase/Utility/InflectorTest.php
@@ -170,6 +170,7 @@ class InflectorTest extends TestCase {
$this->assertEquals(Inflector::singular... | Prove that Address inflects correct in general | cakephp_cakephp | train |
03e1033556dc484db2147324171437ff09938798 | diff --git a/fontbakery-check-ttf.py b/fontbakery-check-ttf.py
index <HASH>..<HASH> 100755
--- a/fontbakery-check-ttf.py
+++ b/fontbakery-check-ttf.py
@@ -2452,7 +2452,10 @@ def main():
else:
version_strings = get_name_string(font, NAMEID_VERSION_STRING)
ttfa_version = ttfautohint_version(version_str... | fix IndexError: out of range on check "Font has old [...]"
"[...] ttfautohint applied?" | googlefonts_fontbakery | train |
41696e2210312ebc563e245fbd3e7cf188c91ca2 | diff --git a/tests/test_prompt.py b/tests/test_prompt.py
index <HASH>..<HASH> 100644
--- a/tests/test_prompt.py
+++ b/tests/test_prompt.py
@@ -6,21 +6,6 @@ test_prompt
-----------
Tests for `cookiecutter.prompt` module.
-TestPrompt.test_prompt_for_config_simple
-TestPrompt.test_prompt_for_config_unicode
-TestPrompt... | Remove outdated doc string info and rename test class | audreyr_cookiecutter | train |
c68ea3694f0fb115a7958ac9080e451a5205d596 | diff --git a/suitcase/fields.py b/suitcase/fields.py
index <HASH>..<HASH> 100644
--- a/suitcase/fields.py
+++ b/suitcase/fields.py
@@ -845,6 +845,8 @@ class FieldArray(BaseField):
the entire contents of the array.
:param length_provider: The field providing a length value binding this
message (if... | Add a "number of elements" provider for FieldArray, allowing for arrays to be specified with a number of elements instead of just a size in bytes. | digidotcom_python-suitcase | train |
66c18ddcec5352244be23aaaf50c9d70ac2002c2 | diff --git a/tests/test_reusable_executor.py b/tests/test_reusable_executor.py
index <HASH>..<HASH> 100644
--- a/tests/test_reusable_executor.py
+++ b/tests/test_reusable_executor.py
@@ -433,18 +433,19 @@ class TestResizeExecutor(ReusableExecutorMixin):
assert len(executor._processes) == 2
assert old_... | TST check with kill_workers=True | tomMoral_loky | train |
e7a62c4f7bada6b27201cec02dfd3357a27300ef | diff --git a/lib/ox/version.rb b/lib/ox/version.rb
index <HASH>..<HASH> 100644
--- a/lib/ox/version.rb
+++ b/lib/ox/version.rb
@@ -1,5 +1,5 @@
module Ox
# Current version of the module.
- VERSION = '1.3.0'
+ VERSION = '1.3.1'
end | release <I> fixed encoding compile problem | ohler55_ox | train |
deabe7d5b5225ffe022f7eb01019dd57da147e90 | diff --git a/src/Eris/Quantifier/RoundRobinShrinking.php b/src/Eris/Quantifier/RoundRobinShrinking.php
index <HASH>..<HASH> 100644
--- a/src/Eris/Quantifier/RoundRobinShrinking.php
+++ b/src/Eris/Quantifier/RoundRobinShrinking.php
@@ -53,7 +53,8 @@ class RoundRobinShrinking
private function shrink()
{
... | phpunit examples/SumTest.php was broken by shrink/1
@mirkobonadei we don't have automated end-to-end tests... yet | giorgiosironi_eris | train |
c85077f59d0432a6c611df64b22bd9cd0e77b5a0 | diff --git a/rollbar/contrib/bottle/__init__.py b/rollbar/contrib/bottle/__init__.py
index <HASH>..<HASH> 100644
--- a/rollbar/contrib/bottle/__init__.py
+++ b/rollbar/contrib/bottle/__init__.py
@@ -16,7 +16,8 @@ class RollbarBottleReporter(object):
try:
return callback(*args, **kwargs)
... | ignore bottle responses (which really shoudln't be errors) | rollbar_pyrollbar | train |
90a0a8a1194ee4142e6fccf91c01cc46ea9416ed | diff --git a/rightscale/rightscale.py b/rightscale/rightscale.py
index <HASH>..<HASH> 100644
--- a/rightscale/rightscale.py
+++ b/rightscale/rightscale.py
@@ -11,12 +11,8 @@ def _get(url, headers, payload=None):
"""
Internal method to make HTTP GET requests
"""
- if payload:
- response = reques... | Remove unnecessary branch when payload is empty.
Requests already handles the case when ``data is None``. | brantai_python-rightscale | train |
b73152c0e2259732c22d614582c9c2ef28951287 | diff --git a/src/php/FlorianWolters/Component/Util/Singleton/MultitonTrait.php b/src/php/FlorianWolters/Component/Util/Singleton/MultitonTrait.php
index <HASH>..<HASH> 100644
--- a/src/php/FlorianWolters/Component/Util/Singleton/MultitonTrait.php
+++ b/src/php/FlorianWolters/Component/Util/Singleton/MultitonTrait.php
@... | Added @staticvar DocBlock comment to method getInstance() and @noinspection comment to method __wakeup(): | FlorianWolters_PHP-Component-Util-Singleton | train |
4d7fc24850021d64f0906e84fbf30cbc091ad1db | diff --git a/cake/libs/view/helpers/paginator.php b/cake/libs/view/helpers/paginator.php
index <HASH>..<HASH> 100644
--- a/cake/libs/view/helpers/paginator.php
+++ b/cake/libs/view/helpers/paginator.php
@@ -88,10 +88,13 @@ class PaginatorHelper extends AppHelper {
$ajaxProvider = isset($config['ajax']) ? $config['aj... | Fixing errors generated by ajaxProvider class not being loaded when checking for method implementation. | cakephp_cakephp | train |
68298dc3def66969a323b1f2eb35f598a96891e9 | diff --git a/examples/echoapp_client.py b/examples/echoapp_client.py
index <HASH>..<HASH> 100644
--- a/examples/echoapp_client.py
+++ b/examples/echoapp_client.py
@@ -1,6 +1,7 @@
import websocket
import thread
import time
+import sys
def on_message(ws, message):
print message
@@ -14,20 +15,27 @@ def on_close... | address issue #9 and other changes to the demo code | websocket-client_websocket-client | train |
9b2f7b8db902c1ad61592b87100193b3c10fb213 | diff --git a/packages/richtypo-rules-common/src/common.js b/packages/richtypo-rules-common/src/common.js
index <HASH>..<HASH> 100644
--- a/packages/richtypo-rules-common/src/common.js
+++ b/packages/richtypo-rules-common/src/common.js
@@ -49,7 +49,7 @@ export const shortWords = text =>
// Orphans (non-breaking space b... | Fix: No weird leading non-breaking space in Markdown headings | sapegin_richtypo.js | train |
75cecdb1b88cc759223e83fd325aeafd09fec37e | diff --git a/pylint/utils.py b/pylint/utils.py
index <HASH>..<HASH> 100644
--- a/pylint/utils.py
+++ b/pylint/utils.py
@@ -821,7 +821,7 @@ class MessagesStore:
# to message definition objects.
# Keys are msg ids, values are a 2-uple with the msg type and the
# msg itself
- self._messag... | Refactor - Rename _messages to _messages_definitions | PyCQA_pylint | train |
1287ecaeff431d5d11f96a7d51678331807fc6ad | diff --git a/mod/quiz/report/overview/overview_table.php b/mod/quiz/report/overview/overview_table.php
index <HASH>..<HASH> 100644
--- a/mod/quiz/report/overview/overview_table.php
+++ b/mod/quiz/report/overview/overview_table.php
@@ -70,23 +70,25 @@ class quiz_overview_table extends quiz_attempts_report_table {
... | MDL-<I> quiz reports: average rows calc can run out of memory
Should not use get_records when you mean record_exists. | moodle_moodle | train |
7048c28fd66274dd0c4a1c318e9b7f2ba4ca04be | diff --git a/src/Game.php b/src/Game.php
index <HASH>..<HASH> 100644
--- a/src/Game.php
+++ b/src/Game.php
@@ -219,7 +219,7 @@ class Game {
/**
* Determine Outcome
- * @return string or false on failure
+ * @return mixed - array on success or false on failure
* @throws RockPaperScissorsSpockL... | Addressed more Scrutinizer issues | jarrettbarnett_RockPaperScissorsSpockLizard | train |
86bf608be318473d805e5962fa62bef97d288fc9 | diff --git a/src/providers/sh/commands/billing.js b/src/providers/sh/commands/billing.js
index <HASH>..<HASH> 100644
--- a/src/providers/sh/commands/billing.js
+++ b/src/providers/sh/commands/billing.js
@@ -234,7 +234,7 @@ async function run({ token, sh: { currentTeam, user } }) {
trailing: '\n'
})
... | Add more missing `console.log`s (#<I>) | zeit_now-cli | train |
6d80d0027dd9cead2b6571ff74f149d5e407a184 | diff --git a/store/gcworker/gc_worker_test.go b/store/gcworker/gc_worker_test.go
index <HASH>..<HASH> 100644
--- a/store/gcworker/gc_worker_test.go
+++ b/store/gcworker/gc_worker_test.go
@@ -37,8 +37,8 @@ import (
"github.com/pingcap/tidb/domain/infosync"
"github.com/pingcap/tidb/kv"
"github.com/pingcap/tidb/pars... | testkit: add a WithTiKV flag to support run unit test on real TiKV (#<I>)
close pingcap/tidb#<I> | pingcap_tidb | train |
57309ff1abdf8c4d28a2e3db274991d13edf3957 | diff --git a/modelx/core/space.py b/modelx/core/space.py
index <HASH>..<HASH> 100644
--- a/modelx/core/space.py
+++ b/modelx/core/space.py
@@ -1076,6 +1076,14 @@ class SpaceImpl(SpaceContainerImpl):
# ----------------------------------------------------------------------
# Attribute access
+ def set_ref(... | FIX: Move derived to self spaces when adding cells/refs | fumitoh_modelx | train |
47a071753ebdcf6f95b4bb876737675b5b8e28c1 | diff --git a/src/controllers/TariffProfileController.php b/src/controllers/TariffProfileController.php
index <HASH>..<HASH> 100644
--- a/src/controllers/TariffProfileController.php
+++ b/src/controllers/TariffProfileController.php
@@ -12,17 +12,21 @@ namespace hipanel\modules\finance\controllers;
use hipanel\actions... | Add clarification on behalf of which seller creates/update the tariff… (#<I>)
* Add clarification on behalf of which seller creates/update the tariff profile
* refactored | hiqdev_hipanel-module-finance | train |
ba2a7c063259bf73bd441d072d7d93ddd2fb00d5 | diff --git a/administrator/components/com_categories/models/categories.php b/administrator/components/com_categories/models/categories.php
index <HASH>..<HASH> 100644
--- a/administrator/components/com_categories/models/categories.php
+++ b/administrator/components/com_categories/models/categories.php
@@ -165,11 +165,1... | #1 - Rename user related database tables | joomlatools_joomlatools-platform-categories | train |
4592a090ae6669a57158178e966c8f10bb8e6584 | diff --git a/ui/controls.js b/ui/controls.js
index <HASH>..<HASH> 100644
--- a/ui/controls.js
+++ b/ui/controls.js
@@ -7,6 +7,7 @@
goog.provide('shaka.ui.Controls');
goog.provide('shaka.ui.ControlsPanel');
+goog.require('goog.asserts');
goog.require('shaka.Deprecate');
goog.require('shaka.log');
goog.require('sh... | Remove controls container when destroying the UI
Removing the controls container when destroying the UI restores the
DOM back to its pre-constructor state after destroy() is complete.
This allows the video container to be reused.
This became an issue while developing screenshot-based layout tests.
Change-Id: I5aa<I>... | google_shaka-player | train |
8111930981b3cf90d60dae3f55e581151143bbd0 | diff --git a/etcd/etcd.go b/etcd/etcd.go
index <HASH>..<HASH> 100644
--- a/etcd/etcd.go
+++ b/etcd/etcd.go
@@ -150,7 +150,7 @@ func (s *Server) Run() {
s.mu.Unlock()
next = s.p.run()
case standbyMode:
- s.s = newStandby(s.id, s.pubAddr, s.raftPubAddr, s.client, s.peerHub)
+ s.s = newStandby(s.client, s.p... | etcd: standby does not need to send join | etcd-io_etcd | train |
9d0299775ed0ca3eb4a27f311d244937fb841614 | diff --git a/kev/backends/redis/db.py b/kev/backends/redis/db.py
index <HASH>..<HASH> 100644
--- a/kev/backends/redis/db.py
+++ b/kev/backends/redis/db.py
@@ -16,7 +16,6 @@ class RedisDB(DocDB):
# CRUD Operations
-
def save(self, doc_obj):
doc_obj, doc = self._save(doc_obj)
pipe = self._... | Added sorting to Redis backend | capless_kev | train |
4d67257bfff6175d974fbc7f99fd699c4f470362 | diff --git a/allauth/account/tests.py b/allauth/account/tests.py
index <HASH>..<HASH> 100644
--- a/allauth/account/tests.py
+++ b/allauth/account/tests.py
@@ -387,6 +387,26 @@ class EmailFormTests(TestCase):
self.assertTemplateUsed(resp,
'account/messages/email_confirmation_sen... | Made EmailView ajax capable (closes #<I>) | pennersr_django-allauth | train |
487cbfadafef598e02e33963080800a0d9cc30f0 | diff --git a/includes/class-freemius.php b/includes/class-freemius.php
index <HASH>..<HASH> 100755
--- a/includes/class-freemius.php
+++ b/includes/class-freemius.php
@@ -16834,12 +16834,13 @@
return false;
}
- if ( $this->show_settings_with_tabs() && ! fs_is_network_admin(... | [submenu-items] Make sure that the submenu items and tabs are only visible in activation mode for wp.org free themes. | Freemius_wordpress-sdk | train |
b4ca0274ee83502138c5c17f2f484ff1628fe19b | diff --git a/worker/mozillaEvaluationWorker/mozillaEvaluationWorker.go b/worker/mozillaEvaluationWorker/mozillaEvaluationWorker.go
index <HASH>..<HASH> 100644
--- a/worker/mozillaEvaluationWorker/mozillaEvaluationWorker.go
+++ b/worker/mozillaEvaluationWorker/mozillaEvaluationWorker.go
@@ -673,7 +673,7 @@ func contains... | Add another exception for old chacha<I> | mozilla_tls-observatory | train |
8abefd18bc79c7ad185d10b3222824e64d998b17 | diff --git a/protocols/client/client.go b/protocols/client/client.go
index <HASH>..<HASH> 100644
--- a/protocols/client/client.go
+++ b/protocols/client/client.go
@@ -37,6 +37,15 @@ type AgentClient struct {
conn *grpc.ClientConn
}
+type yamuxSessionStream struct {
+ net.Conn
+ session *yamux.Session
+}
+
+func (y... | protocols/client: close yamux session when closing the stream
For yamux builtin client, we should close the yamux session when closing
the stream otherwise the session keeps open and can confuse the server.
Fixes: #<I> | kata-containers_agent | train |
1482b4a1cae27c9c34ce178e9df0cce4aabcf51e | diff --git a/taxtastic/ncbi.py b/taxtastic/ncbi.py
index <HASH>..<HASH> 100644
--- a/taxtastic/ncbi.py
+++ b/taxtastic/ncbi.py
@@ -186,16 +186,15 @@ def define_schema(Base):
nodes = relationship('Node')
-def db_connect(url='sqlite:///', dbname='ncbi_taxonomy.db',
- schema=None, clobber=False)... | just a database url is required to write to database | fhcrc_taxtastic | train |
37f2f01e82234d850a7a61a8ebe39cc841adb8f6 | diff --git a/tangelo/tangelo/__main__.py b/tangelo/tangelo/__main__.py
index <HASH>..<HASH> 100644
--- a/tangelo/tangelo/__main__.py
+++ b/tangelo/tangelo/__main__.py
@@ -352,6 +352,7 @@ def main():
# Create a plugin server object.
plugins = tangelo.server.Plugins("tangelo.plugin", plugin_cfg_file, tangelo_se... | Changing name of plugin refresh function. Auto-loading plugins at startup. | Kitware_tangelo | train |
0241e814d920c6682e767a8f75e4a9e3e6108b01 | diff --git a/src/Framework.php b/src/Framework.php
index <HASH>..<HASH> 100644
--- a/src/Framework.php
+++ b/src/Framework.php
@@ -67,6 +67,7 @@ class Framework {
/**
* Throw an exception if the framework has not been booted
*
+ * @codeCoverageIgnore
* @throws Exception
* @return null
*/
@@ -82,9 +83,... | ignore coverage for Framework methods where it is not needed | htmlburger_wpemerge | train |
b1d1618cb4da2747d0feb1d49a1243783ec9a121 | diff --git a/test/publish.js b/test/publish.js
index <HASH>..<HASH> 100644
--- a/test/publish.js
+++ b/test/publish.js
@@ -48,8 +48,8 @@ part('Publishing to GitHub', function (fs, rimraf) {
var exec = child_process.exec,
distRepo = process.argv[2];
- exec('git clone https://' + env.GH_TOKEN + '@github.com/... | Better debug messages for Git publisher. | jDataView_jBinary | train |
85e79ee0bf2836801e5ac0573c0464f8587bc369 | diff --git a/Entity/Cache.php b/Entity/Cache.php
index <HASH>..<HASH> 100644
--- a/Entity/Cache.php
+++ b/Entity/Cache.php
@@ -108,7 +108,7 @@ class Cache
$builder->addNullableField('country', 'string');
- $builder->addNamedField('utmSource', 'string', 'utm_source');
+ $builder->addNamedField... | Make UTMSource nullable. | TheDMSGroup_mautic-contact-source | train |
6b7dd707892d14e899e35f4b2dfe258e6645153e | diff --git a/supervisor_test.go b/supervisor_test.go
index <HASH>..<HASH> 100644
--- a/supervisor_test.go
+++ b/supervisor_test.go
@@ -132,17 +132,15 @@ func TestPanic(t *testing.T) {
type failingservice int
func (s *failingservice) Serve(ctx context.Context) {
- for {
- fmt.Println("failing service started:", *s,... | manual cancelation of services must always trigger their restart | cirello-io_supervisor | train |
737f147b3c9bfa066104a55de6629c3c42bbe34f | diff --git a/lib/topsy/client.rb b/lib/topsy/client.rb
index <HASH>..<HASH> 100644
--- a/lib/topsy/client.rb
+++ b/lib/topsy/client.rb
@@ -1,3 +1,4 @@
+require 'topsy/configurable'
module Topsy
class Client
include HTTParty | Included the configurable file in the client | pengwynn_topsy | train |
bfb6ae3ccd23d8e1783e4dbda0180ccca2d577ad | diff --git a/code/pagetypes/DatedUpdateHolder.php b/code/pagetypes/DatedUpdateHolder.php
index <HASH>..<HASH> 100644
--- a/code/pagetypes/DatedUpdateHolder.php
+++ b/code/pagetypes/DatedUpdateHolder.php
@@ -65,7 +65,7 @@ class DatedUpdateHolder extends Page {
if (isset($tagID)) {
$items = $items->innerJoin(
... | Use dated update's class when filtering by tag | silverstripe_cwp | train |
7762fce1a0670735d822dafceab98595b459990f | diff --git a/jsonrpc/__init__.py b/jsonrpc/__init__.py
index <HASH>..<HASH> 100644
--- a/jsonrpc/__init__.py
+++ b/jsonrpc/__init__.py
@@ -15,14 +15,23 @@ SIG_RE = re.compile(
def _validate_arg(value, expected):
+ "Returns whether or not ``value`` is the ``expected`` type."
if type(value) == expected:
ret... | Added some in-code documentation, removed some unnecessary code | samuraisam_django-json-rpc | train |
e51176773ad091958fc5626ef7dfc3a93dcfb5fb | diff --git a/transport/nio/src/test/java/org/kaazing/gateway/transport/udp/specification/UdpAcceptorIT.java b/transport/nio/src/test/java/org/kaazing/gateway/transport/udp/specification/UdpAcceptorIT.java
index <HASH>..<HASH> 100644
--- a/transport/nio/src/test/java/org/kaazing/gateway/transport/udp/specification/UdpAc... | Added latch to make sure the future is set before waiting on it. | kaazing_gateway | train |
885e8992e4e61e6da036a198bfd6a1c64bbc4531 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -678,8 +678,8 @@ NetatmoThermostat.prototype = {
getTargetTemperature: function (callback) {
this.log("getTargetTemperature!");
this.getData(function (deviceData) {
- if (deviceData.modules[0].measured.setpoi... | Again...Fix the same thing...argh! | planetk_homebridge-netatmo | train |
196bb9de4716559c4dca7fc0e843ce661f526171 | diff --git a/glymur/test/test_config.py b/glymur/test/test_config.py
index <HASH>..<HASH> 100644
--- a/glymur/test/test_config.py
+++ b/glymur/test/test_config.py
@@ -25,6 +25,7 @@ import glymur
from glymur import Jp2k
from glymur.lib import openjp2 as opj2
+
@unittest.skipIf(sys.hexversion < 0x03020000,
... | Closes #<I>. Issue was inapplicable.
Patching the library handle wasn't appropriate since the tests are
really concerned with reloading the entire package. imp.reload in
setUpClass and tearDownClass really was the correct way to go. | quintusdias_glymur | train |
6d8170524430439f2951af7fea49b506a5c0b441 | diff --git a/dgitcore/api.py b/dgitcore/api.py
index <HASH>..<HASH> 100644
--- a/dgitcore/api.py
+++ b/dgitcore/api.py
@@ -1,22 +1,21 @@
#!/usr/bin/env python
-from .config import init as config_init, get_config
-from .plugins import plugins_load
-
-# Load available repos
-def initialize():
- plugins_load()
... | Cleanup of the depenedencies in setup.py 2. Flake8 cleanup | pingali_dgit | train |
012e40da909119eede7a25445c8095c0b2ab103f | diff --git a/SpiffWorkflow/bpmn2/Bpmn2Loader.py b/SpiffWorkflow/bpmn2/Bpmn2Loader.py
index <HASH>..<HASH> 100644
--- a/SpiffWorkflow/bpmn2/Bpmn2Loader.py
+++ b/SpiffWorkflow/bpmn2/Bpmn2Loader.py
@@ -1,4 +1,5 @@
import glob
+from SpiffWorkflow.bpmn2.BpmnWorkflow import BpmnCondition
from SpiffWorkflow.bpmn2.specs.Bpmn... | Making the evaluation of expressions pluggable. | knipknap_SpiffWorkflow | train |
32bc59efe2aa2c622fdc88bb34557b81b7e52d72 | diff --git a/astropy_helpers/tests/test_setup_helpers.py b/astropy_helpers/tests/test_setup_helpers.py
index <HASH>..<HASH> 100644
--- a/astropy_helpers/tests/test_setup_helpers.py
+++ b/astropy_helpers/tests/test_setup_helpers.py
@@ -228,8 +228,10 @@ def test_missing_cython_c_files(pyx_extension_test_package):
... | Fix test to work on Windows, because of course | astropy_astropy-helpers | train |
d8ce46d4d582fb07fa388e6f71eb9d8488bea1ed | diff --git a/lib/searchkick/process_queue_job.rb b/lib/searchkick/process_queue_job.rb
index <HASH>..<HASH> 100644
--- a/lib/searchkick/process_queue_job.rb
+++ b/lib/searchkick/process_queue_job.rb
@@ -6,7 +6,7 @@ module Searchkick
model = class_name.constantize
limit = model.searchkick_index.options[:... | Cleaner queue code [skip ci] | ankane_searchkick | train |
6070fe23d9e748eb9e51dbd30a8e02b1dd681e2f | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ v1.5.0 (unreleased)
- x/yarpcmeta make it easy to expose the list of procedures and other
introspection information of a dispatcher on itself.
+- Redis: `Client` now has an `IsRunning` ... | redis/client: Use transport.Lifecycle (#<I>)
The only `redis.Client` implementation already implements that
interface. | yarpc_yarpc-go | train |
b7c0c9ab2e4e945bc18657aaad8eec5d3400dea3 | diff --git a/merb-core/lib/merb-core/logger.rb b/merb-core/lib/merb-core/logger.rb
index <HASH>..<HASH> 100755
--- a/merb-core/lib/merb-core/logger.rb
+++ b/merb-core/lib/merb-core/logger.rb
@@ -16,7 +16,9 @@ end
# ==== Public Merb Logger API
#
# To replace an existing logger with a new one:
-# Merb::Logger.set_log... | [merb-core] Fixed docs for replacing an existing logger | wycats_merb | train |
fe9ffa50b260e84656beae5674c9ed3328a1a7da | diff --git a/encoding/thrift/thriftrw-plugin-yarpc/roundtrip_test.go b/encoding/thrift/thriftrw-plugin-yarpc/roundtrip_test.go
index <HASH>..<HASH> 100644
--- a/encoding/thrift/thriftrw-plugin-yarpc/roundtrip_test.go
+++ b/encoding/thrift/thriftrw-plugin-yarpc/roundtrip_test.go
@@ -54,7 +54,10 @@ import (
func TestRou... | Skip encoding/thrift/thriftrw-plugin-yarpc#TestRoundTrip/enveloped(true)/multiplexed(false) until fixed (#<I>) | yarpc_yarpc-go | train |
8e67dca6df3c7b8880811b97773a0851021ec12b | diff --git a/src/test/org/openscience/cdk/isomorphism/UniversalIsomorphismTesterTest.java b/src/test/org/openscience/cdk/isomorphism/UniversalIsomorphismTesterTest.java
index <HASH>..<HASH> 100644
--- a/src/test/org/openscience/cdk/isomorphism/UniversalIsomorphismTesterTest.java
+++ b/src/test/org/openscience/cdk/isomo... | Added test case to check for UIT failure when matching symmetric query | cdk_cdk | train |
e81b5046dbb9b4649eb26feb2515c4ba8d9319b0 | diff --git a/spec/engineyard-serverside/shell_spec.rb b/spec/engineyard-serverside/shell_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/engineyard-serverside/shell_spec.rb
+++ b/spec/engineyard-serverside/shell_spec.rb
@@ -278,15 +278,19 @@ module EY
allow(msg).to receive(:gsub).and_return(gsubbed)
... | Still trying to fix shell spec on <I> | engineyard_engineyard-serverside | train |
ccf5aad0d65e3fa564ba2459b150b91d01260524 | diff --git a/test/Versionable/Http/Client/HttpTest.php b/test/Versionable/Http/Client/HttpTest.php
index <HASH>..<HASH> 100644
--- a/test/Versionable/Http/Client/HttpTest.php
+++ b/test/Versionable/Http/Client/HttpTest.php
@@ -2,7 +2,6 @@
namespace Versionable\Http\Client;
-require_once 'PHPUnit/Framework.php';
... | Fixing tests for latest version of phpunit | versionable_Prospect | train |
6af0fb6bf1987aa1b3f02e51e22ad79dda7eaedb | diff --git a/app/models/glue/elastic_search/system.rb b/app/models/glue/elastic_search/system.rb
index <HASH>..<HASH> 100644
--- a/app/models/glue/elastic_search/system.rb
+++ b/app/models/glue/elastic_search/system.rb
@@ -20,7 +20,17 @@ module Glue::ElasticSearch::System
remove_system_group_hook lambda { |syst... | Content views: added content_view to system search | Katello_katello | train |
36fb31fe1e3141bf9da25f829ed0c586cdd8d80a | diff --git a/Command/GenerateDocumentsDoctrineODMCommand.php b/Command/GenerateDocumentsDoctrineODMCommand.php
index <HASH>..<HASH> 100644
--- a/Command/GenerateDocumentsDoctrineODMCommand.php
+++ b/Command/GenerateDocumentsDoctrineODMCommand.php
@@ -60,7 +60,7 @@ EOT
$documentGenerator = $this->getDocumen... | Reversed filtering by document class | doctrine_DoctrineMongoDBBundle | train |
2e13a8544fa36b3b6213505b05455964b4912a31 | diff --git a/lib/compiler.js b/lib/compiler.js
index <HASH>..<HASH> 100644
--- a/lib/compiler.js
+++ b/lib/compiler.js
@@ -280,10 +280,10 @@ function addFile(router, route, file, type) {
function removeRoutes(router, routes) {
- if (!router._router || !router._router.stack || !routes || !routes.length) return;
+ ... | Fix compiler#removeRoutes to use new router | shippjs_shipp-server | train |
c76fb6b207f7072ab80efb8688ff881c19aad6da | diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nav/mini-nav.js b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nav/mini-nav.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nav/mini-nav.js
+++ b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/n... | [Bug <I>] [sidebar] DnD doesn't work in sidebar navigator | eclipse_orion.client | train |
68cb632c8cf14047eb4bf5386e094da77a11e79d | diff --git a/graphite_influxdb.py b/graphite_influxdb.py
index <HASH>..<HASH> 100644
--- a/graphite_influxdb.py
+++ b/graphite_influxdb.py
@@ -230,9 +230,10 @@ class InfluxdbFinder(object):
return series
def compile_regex(self, query, series=False):
- # query.pattern is basically regex, though * ... | small doc/comment/code beautifications | vimeo_graphite-influxdb | train |
e941292002e38d4b5945508c1611ba858d81435c | diff --git a/lib/pclzip/pclzip.lib.php b/lib/pclzip/pclzip.lib.php
index <HASH>..<HASH> 100644
--- a/lib/pclzip/pclzip.lib.php
+++ b/lib/pclzip/pclzip.lib.php
@@ -2280,6 +2280,13 @@
}
*/
+ //skodak's hack - store trailing slash for directories - for compatibility with info-zip
+ if(is_dir($p_filena... | Now pclzip generated files are compatible with info-zip
(linux, macos x, win<I>, bsd...) based extractors. This
include command-line flavours, stuffit and so on...
Thanks to Petr!!
We have to remember to apply this patch when we update the
pclzip in th future (if their authors don't include it).
Merged from MOODLE_<... | moodle_moodle | train |
39efc85a96988fd747228db7678d26b6df978304 | diff --git a/src/components/dialog/dialog.js b/src/components/dialog/dialog.js
index <HASH>..<HASH> 100644
--- a/src/components/dialog/dialog.js
+++ b/src/components/dialog/dialog.js
@@ -361,6 +361,8 @@ function MdDialogDirective($$rAF, $mdTheming, $mdDialog) {
* - `controllerAs` - `{string=}`: An alias to assign t... | feat(interimElement): add onShowing event
Currently hideElement has an onRemoving event, this is the showElement equivalent. Useful when dealing with loading spinners that should disappear before the dialog shows.
Closes #<I>. | angular_material | train |
84293cabd1615d9616ca2c90e2176cca1209a3a1 | diff --git a/js/bitstamp.js b/js/bitstamp.js
index <HASH>..<HASH> 100644
--- a/js/bitstamp.js
+++ b/js/bitstamp.js
@@ -80,30 +80,34 @@ module.exports = class bitstamp extends Exchange {
'trading': { // for verified account. Anonymous 0.3 on taker
'tierBased': true,
... | change tier based sintaxis as requested by @kroitor | ccxt_ccxt | train |
b881d7a5682d903be982cfc1b48f3a6f561be7f1 | diff --git a/lib/netsuite/records/account.rb b/lib/netsuite/records/account.rb
index <HASH>..<HASH> 100644
--- a/lib/netsuite/records/account.rb
+++ b/lib/netsuite/records/account.rb
@@ -14,6 +14,8 @@ module NetSuite
record_refs :billable_expenses_acct, :category1099misc, :currency, :deferral_acct, :department... | Add subsidiary_list to Account
Add subsidiary_list (type is RecordRefList) to Account | NetSweet_netsuite | train |
5828c968ec5badbd2f13ccb30516390c414bc964 | diff --git a/packages/swagger2openapi/common.js b/packages/swagger2openapi/common.js
index <HASH>..<HASH> 100644
--- a/packages/swagger2openapi/common.js
+++ b/packages/swagger2openapi/common.js
@@ -60,16 +60,16 @@ function getVersion() {
return require('./package.json').version;
}
-fs.readFileAsync = function(fil... | Merge pull request #<I> from crashbell/master
Get rid of readFileAsync altering fs object | Mermade_oas-kit | train |
1b8ffd5babcb6b0fd9b09a0fef4a86bbbc67cfe5 | diff --git a/lib/blessed.js b/lib/blessed.js
index <HASH>..<HASH> 100644
--- a/lib/blessed.js
+++ b/lib/blessed.js
@@ -1,7 +1,6 @@
'use strict';
var legendary = require('./legendary');
-var sameTurn = require('./trampoline').sameTurn;
var nextTurn = require('./trampoline').nextTurn;
var promises = require('./prom... | A+ <I>: Propagate promise resolution in a next turn | novemberborn_legendary | train |
ebadab4557cb817ef3e6e8ec8daa3d8abcfde04a | diff --git a/troposphere/analytics.py b/troposphere/analytics.py
index <HASH>..<HASH> 100644
--- a/troposphere/analytics.py
+++ b/troposphere/analytics.py
@@ -125,7 +125,7 @@ class ApplicationOutput(AWSObject):
props = {
'ApplicationName': (basestring, True),
- 'Output': ([Output], True),
+ ... | Fixes ApplicationOutput/Output cardinality (#<I>)
The Output[0] property should be an object instead of a list of objects.
The official documentation is not clear about this but creating an
ApplicationOutput with a list of Output objects will fail with the message:
Property validation failure: [Value of property ... | cloudtools_troposphere | train |
a19c40b43248e1ee50b81171a9b9e262109cf244 | diff --git a/engine/engine.go b/engine/engine.go
index <HASH>..<HASH> 100644
--- a/engine/engine.go
+++ b/engine/engine.go
@@ -29,7 +29,7 @@ type Engine struct {
}
func New(reg registry.Registry, mach machine.Machine) *Engine {
- rec := &wipReconciler{reg, mach}
+ rec := &dumbReconciler{reg, mach}
return &Engine{... | engine: switch back to dumb reconciler | coreos_fleet | train |
62611338617a84f6c3dcdb9a8c9fcd0ddcd9b733 | diff --git a/id.go b/id.go
index <HASH>..<HASH> 100644
--- a/id.go
+++ b/id.go
@@ -47,15 +47,15 @@ type Mutable interface {
// immutable objects, or a random value for mutable objects.
type ID [byteLength]byte
-// NewMutable returns a new ID for a mutable object.
-func NewMutable(body Mutable) (ID, error) {
+// New... | Include ID in the names of ID related funcs | manifoldco_go-manifold | train |
d59bce7a8038d5b27daa2071e605fde184572b6e | diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/fileCommands.js b/bundles/org.eclipse.orion.client.ui/web/orion/fileCommands.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.ui/web/orion/fileCommands.js
+++ b/bundles/org.eclipse.orion.client.ui/web/orion/fileCommands.js
@@ -243,7 +243,7 ... | Bug <I> - Added top folders/projects show under the main view outline panel but not on the right panel | eclipse_orion.client | train |
359e9d83700b6188c4fd36a9fc73bc39a7570025 | diff --git a/user/classes/participants_table.php b/user/classes/participants_table.php
index <HASH>..<HASH> 100644
--- a/user/classes/participants_table.php
+++ b/user/classes/participants_table.php
@@ -169,17 +169,19 @@ class participants_table extends \table_sql {
$headers[] = get_string('roles');
$... | MDL-<I> core_user: check if groups are present in 'hiddenuserfields' | moodle_moodle | train |
13408483f4d67cc63f878395a2876d67c1a6ae48 | diff --git a/test/integration/push_test.rb b/test/integration/push_test.rb
index <HASH>..<HASH> 100644
--- a/test/integration/push_test.rb
+++ b/test/integration/push_test.rb
@@ -17,7 +17,7 @@ class PushTest < ActionDispatch::IntegrationTest
assert_response :success
assert page.has_content?("sandworm")
a... | change tests to comply with newly formatted Pushed by and Yanked by | rubygems_rubygems.org | train |
c78cc2e393c0f33a8e981b840d2d6bcfda2f432d | diff --git a/lib/Skeleton/Core/Util.php b/lib/Skeleton/Core/Util.php
index <HASH>..<HASH> 100644
--- a/lib/Skeleton/Core/Util.php
+++ b/lib/Skeleton/Core/Util.php
@@ -102,8 +102,10 @@ class Util {
/**
* Add language to the known parameters
*/
+ $language_added = false;
if (isset($application->language) A... | Update Util.php
bugfix:
- in reverse rewrite: if $language is provided, it should not be stripped of $_GET params | tigron_skeleton-core | train |
f3c4682c271b73095f42dcdf567f220a704523f7 | diff --git a/looper/looper.py b/looper/looper.py
index <HASH>..<HASH> 100755
--- a/looper/looper.py
+++ b/looper/looper.py
@@ -248,7 +248,7 @@ def run(prj, args, remaining_args, interface_manager):
# which is the key in the pipeline interface.
pl_id = os.path.basename(str(pipeline_job).split("... | try partial function to ensure we're not closing around a mutable | pepkit_peppy | train |
af4130c0d6664c4df7890d66077701d5b3441b36 | diff --git a/internal/graphics/program.go b/internal/graphics/program.go
index <HASH>..<HASH> 100644
--- a/internal/graphics/program.go
+++ b/internal/graphics/program.go
@@ -50,9 +50,8 @@ func (a *arrayBufferLayout) enable(c *opengl.Context, program opengl.Program) {
}
offset := 0
for _, p := range a.parts {
- ... | graphics: Bug fix: wrong argument in VertexAttribPointer | hajimehoshi_ebiten | train |
dcf150eec5012f8385bd2a25af89b759b5602a97 | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -17,6 +17,16 @@ const htmlminOpts = {
removeComments: true,
};
+const rpaConfig = {
+ preprocessors: {
+ template: template => htmlMinifier.minify(template, htmlminOpts),
+ style: scss => {
+ ... | test(karma.conf): change files, sort plugins, remove settings from angular | ngx-prism_core | train |
ff243f751399efc288ae4564ab74b0787bb38685 | diff --git a/test/run_tests.js b/test/run_tests.js
index <HASH>..<HASH> 100755
--- a/test/run_tests.js
+++ b/test/run_tests.js
@@ -20,10 +20,11 @@ function runPhantomJSTests () {
return;
}
- require('../bin/server'); // Start server
+ var serverProcess = child_process.spawn('bin/server.js');
se... | [test] stop server after phantomjs test | Operational-Transformation_ot.js | train |
465cc97a40c51e7b55ee4967b1fc9d3cb623117e | diff --git a/build-configuration/pom.xml b/build-configuration/pom.xml
index <HASH>..<HASH> 100644
--- a/build-configuration/pom.xml
+++ b/build-configuration/pom.xml
@@ -181,7 +181,7 @@
<version.osgi>4.3.1</version.osgi>
<version.picketbox>5.0.3.Final</version.picketbox>
<version.picketlink>2.5.5.... | IPROTO-<I> Make some fields in bank.proto @SortableField
* upgrade to protostream <I>.Final | infinispan_infinispan | train |
e99d3dff7ec5c8c2f6d8819203c0fcfe63bfabba | diff --git a/components/link/link.js b/components/link/link.js
index <HASH>..<HASH> 100644
--- a/components/link/link.js
+++ b/components/link/link.js
@@ -2,6 +2,8 @@ import React, {Component} from 'react';
import PropTypes from 'prop-types';
import classNames from 'classnames';
+import memoize from '../global/memo... | [publish] Link: cache WrapText component | JetBrains_ring-ui | train |
7d8cdff8ec4cc91793e9c05ca1fd82e3498534fb | diff --git a/packages/light-table/src/pagination/PaginationList.js b/packages/light-table/src/pagination/PaginationList.js
index <HASH>..<HASH> 100755
--- a/packages/light-table/src/pagination/PaginationList.js
+++ b/packages/light-table/src/pagination/PaginationList.js
@@ -183,7 +183,7 @@ class PaginationList extends ... | Remove console logs and uncomment code. | DigitalRiver_react-atlas | train |
59b46e4c2f171d30a108008f49ffcdaeedde5969 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -117,10 +117,10 @@ def run_setup(exts):
def main(modules, is_pypy):
language = "cpp"
includes = ['.', path.join(sys.prefix, 'include')]
- compile_args = ['-O3', '-stdlib=libc++']
+ compile_args = ['-O3']
... | * Move libc++ argument back under check for darwin. This assumes that extensions on OSX will be built with clang, but OSX GCC builds are also possible. Need to detect compiler and disable this flag | explosion_spaCy | train |
3c31d7ad141451d87f3667ed06ce96793c321f41 | diff --git a/auth_server/authn/ldap_auth.go b/auth_server/authn/ldap_auth.go
index <HASH>..<HASH> 100644
--- a/auth_server/authn/ldap_auth.go
+++ b/auth_server/authn/ldap_auth.go
@@ -54,7 +54,7 @@ func NewLDAPAuth(c *LDAPAuthConfig) (*LDAPAuth, error) {
//How to authenticate user, please refer to https://github.com/... | ldap_auth: An empty password worked for any valid user (#<I>)
See: <URL> | cesanta_docker_auth | train |
d67ba3f334e635c181f47a8c79b9115fed6cd154 | diff --git a/src/Database/Schema/PostgresSchema.php b/src/Database/Schema/PostgresSchema.php
index <HASH>..<HASH> 100644
--- a/src/Database/Schema/PostgresSchema.php
+++ b/src/Database/Schema/PostgresSchema.php
@@ -345,7 +345,7 @@ class PostgresSchema extends BaseSchema
'datetime' => ' TIMESTAMP',
... | Mapping the json type to JSONB in postgres
I made a mistake in my previous pull request by mapping the json
type to plain JSON in postgres, when it should have been JSONB.
JSONB has the advantage that values inside can be indexed and searched
very efficiently. | cakephp_cakephp | train |
8ee4735857f8e8a3e5b7d8415b8ab573fc0eb4c8 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "tesuji",
- "version": "0.2.8",
+ "version": "0.3.2",
"description": "Javascript MV* library with magical data bindings designed to be used with Webpack or Browserify.",
"main... | bindComponent changed to Component.bind | waltheri_tesuji | train |
0ec1a42d69dae2df6cb8420d6d063e7713a17efa | diff --git a/spec/factories/medication.rb b/spec/factories/medication.rb
index <HASH>..<HASH> 100644
--- a/spec/factories/medication.rb
+++ b/spec/factories/medication.rb
@@ -1,11 +1,11 @@
FactoryGirl.define do
factory :medication do
patient_id 1
- medication_id 1
user_id "1"
- medication_type "Esa"... | Updated medication factory to include medicate_with foreign_key/type and medication route foreign key. | airslie_renalware-core | train |
d0362e08672e27f0b5e1cfe717a3aa7b11e87ae4 | diff --git a/py/h2o.py b/py/h2o.py
index <HASH>..<HASH> 100644
--- a/py/h2o.py
+++ b/py/h2o.py
@@ -731,9 +731,11 @@ def check_sandbox_for_errors(sandboxIgnoreErrors=False, cloudShutdownIsError=Fal
if (printSingleWarning):
# don't print these lines
- if not (re.... | don't echo the multiple IPs WARN from h2o | h2oai_h2o-2 | train |
870840547f4502dec6a1533619f6740bf852c85f | diff --git a/lib/ConsoleLogger.js b/lib/ConsoleLogger.js
index <HASH>..<HASH> 100644
--- a/lib/ConsoleLogger.js
+++ b/lib/ConsoleLogger.js
@@ -21,7 +21,21 @@ module.exports = function (cons, level) {
doLog(chalk.bold("INFO") +": "+ message, myLevel.INFO);
},
error: function (error) {
- doLog(chalk... | Improve how console error loggins is showed: added more details and the call stack | luispablo_multilog | train |
0c27e2c3656ebfdc0af1c2065b492366ebf489c5 | diff --git a/Kwf/Assets/Dependency/File/Css.php b/Kwf/Assets/Dependency/File/Css.php
index <HASH>..<HASH> 100644
--- a/Kwf/Assets/Dependency/File/Css.php
+++ b/Kwf/Assets/Dependency/File/Css.php
@@ -30,7 +30,7 @@ class Kwf_Assets_Dependency_File_Css extends Kwf_Assets_Dependency_File
//hack around postcss imco... | Fix commented out css rules
/*foo: bar;*/ was also removed | koala-framework_koala-framework | train |
bdc66c2a5dd0e15ace278cf3cc2d9c4f7e607a6d | diff --git a/lib/listlib.php b/lib/listlib.php
index <HASH>..<HASH> 100644
--- a/lib/listlib.php
+++ b/lib/listlib.php
@@ -210,7 +210,7 @@ class moodle_list{
* @return integer $offset + how many toplevel items where there in this list.
*
*/
- function list_from_records($paged = false, $offset =0){... | fix for category.php lists. Slight change in listlib api caused breakage. | moodle_moodle | train |
48cb0370c5888411b2fa13bc986d4da8dea6410d | diff --git a/nion/swift/model/PlugInManager.py b/nion/swift/model/PlugInManager.py
index <HASH>..<HASH> 100644
--- a/nion/swift/model/PlugInManager.py
+++ b/nion/swift/model/PlugInManager.py
@@ -2,6 +2,7 @@
import collections
import copy
import importlib
+import importlib.util
import inspect
import json
import lo... | Add mechanism for plug-ins to indicate their module existence requirements. | nion-software_nionswift | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.