hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
ccf967721c8b4c4189f71e3a65c617dcdb52f41c | diff --git a/doc/source/whatsnew/v0.23.0.txt b/doc/source/whatsnew/v0.23.0.txt
index <HASH>..<HASH> 100644
--- a/doc/source/whatsnew/v0.23.0.txt
+++ b/doc/source/whatsnew/v0.23.0.txt
@@ -647,6 +647,7 @@ Groupby/Resample/Rolling
- Bug in :func:`DataFrame.groupby` where aggregation by ``first``/``last``/``min``/``max`` ... | fixed bug in df.aggregate passing non-existent columns (#<I>) | pandas-dev_pandas | train |
1e5066c47249a8dc0addac9f03f0935ad9dea44d | diff --git a/tests/elation/datamanager_test.php b/tests/elation/datamanager_test.php
index <HASH>..<HASH> 100644
--- a/tests/elation/datamanager_test.php
+++ b/tests/elation/datamanager_test.php
@@ -60,7 +60,7 @@ class DataManagerTest extends PHPUnit_Framework_TestCase {
// Compare each row against the expected or... | - Updated unit tests to assume PDO OBJ_FETCH | jbaicoianu_elation | train |
59d2312146be364a3d4d41456de1b85419c97bd3 | diff --git a/devices.js b/devices.js
index <HASH>..<HASH> 100644
--- a/devices.js
+++ b/devices.js
@@ -772,10 +772,22 @@ const devices = [
zigbeeModel: ['lumi.plug.maeu01'],
model: 'SP-EUC01',
description: 'Aqara EU smart plug',
- supports: 'on/off',
+ supports: 'on/off, power m... | Power consumption reporting for SP-EUC<I> (#<I>) (#<I>)
* Power consumption reporting for SP-EUC<I> (#<I>)
* Update devices.js | Koenkk_zigbee-shepherd-converters | train |
90dc1a7a66940502c7ae1bf5b506de5ab86a48a1 | diff --git a/library/CM/InputStream/Abstract.php b/library/CM/InputStream/Abstract.php
index <HASH>..<HASH> 100644
--- a/library/CM/InputStream/Abstract.php
+++ b/library/CM/InputStream/Abstract.php
@@ -19,39 +19,41 @@ abstract class CM_InputStream_Abstract implements CM_InputStream_Interface {
/**
* @para... | Disallow key=>value arrays for select (move logic outside of select) | cargomedia_cm | train |
92945ea00da7d052651a35105f15d2461a317064 | diff --git a/classes/Container.php b/classes/Container.php
index <HASH>..<HASH> 100644
--- a/classes/Container.php
+++ b/classes/Container.php
@@ -350,7 +350,7 @@ class Container implements ContainerInterface
}
if ($class instanceof Factory\FactoryInterface) {
- return $class->invoke();
+ return $class-... | fix FactoryInterface->invoke with too few args | autarky_container | train |
95ef422ab4c350c089ecc4f8fbce24b97c958f19 | diff --git a/lib/renderer/window-setup.js b/lib/renderer/window-setup.js
index <HASH>..<HASH> 100644
--- a/lib/renderer/window-setup.js
+++ b/lib/renderer/window-setup.js
@@ -164,7 +164,7 @@ module.exports = (ipcRenderer, guestInstanceId, openerId, hiddenPage) => {
}
window.history.go = function (offset) {
- ... | Coerce offset to number in renderer process | electron_electron | train |
92c27d6afba848da35d1ab9870ada3155024ae7d | diff --git a/build.gradle b/build.gradle
index <HASH>..<HASH> 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,7 @@ buildscript {
}
dependencies {
- compile 'org.jtwig:jtwig-spring:5.19'
+ compile 'org.jtwig:jtwig-spring:5.20'
compile 'org.springframework.boot:spring-boot-starter-web:1.3.3.REL... | Allowing custom configurations with spring boot | jtwig_jtwig-spring-boot-starter | train |
4fa9c6f68b7ea629a95675204af2300ce98c29ba | diff --git a/pymc/stats.py b/pymc/stats.py
index <HASH>..<HASH> 100644
--- a/pymc/stats.py
+++ b/pymc/stats.py
@@ -67,6 +67,7 @@ def autocov(x, lag=1):
x[:-lag] and x[lag:] in the diagonal and the autocovariance
on the off-diagonal.
"""
+ x = np.asarray(x)
if not lag: return 1
if lag<0:
@@... | Wrap autocov input as numpy array to prevent numpy from choking on list. | pymc-devs_pymc | train |
8936189e4c43cf30124f36307310a251aa9b1578 | diff --git a/src/Command/Entity/EntityBundleClass.php b/src/Command/Entity/EntityBundleClass.php
index <HASH>..<HASH> 100644
--- a/src/Command/Entity/EntityBundleClass.php
+++ b/src/Command/Entity/EntityBundleClass.php
@@ -68,10 +68,9 @@ final class EntityBundleClass extends ModuleGenerator {
$bundle_info->getBu... | Use empty string as a key for All option | Chi-teck_drupal-code-generator | train |
6f541f4d085fb0b9ac4101f70219494065602f3d | diff --git a/junit/src/com/tapsterrock/mpx/test/TestMPXFile.java b/junit/src/com/tapsterrock/mpx/test/TestMPXFile.java
index <HASH>..<HASH> 100644
--- a/junit/src/com/tapsterrock/mpx/test/TestMPXFile.java
+++ b/junit/src/com/tapsterrock/mpx/test/TestMPXFile.java
@@ -242,7 +242,7 @@ public class TestMPXFile extends Test... | Added test to exercise MPP8 functionality. | joniles_mpxj | train |
22b9c9c3e8de44bcda6dddc8f83f3b7b5713b9a5 | diff --git a/squery_pg/testing.py b/squery_pg/testing.py
index <HASH>..<HASH> 100644
--- a/squery_pg/testing.py
+++ b/squery_pg/testing.py
@@ -68,7 +68,7 @@ class TestContainer(object):
def add_database(self, database):
name = database['name']
- migrations = database.get('migrations')
+ da... | Update test database container to use new migrations API | Othernet-Project_squery-pg | train |
9231de7edd1103af96421bad2db6c08de479ebb5 | diff --git a/devices.js b/devices.js
index <HASH>..<HASH> 100755
--- a/devices.js
+++ b/devices.js
@@ -8064,7 +8064,7 @@ const devices = [
{
zigbeeModel: ['3400-D', '3400'],
model: '3400-D',
- vendor: 'CentraLite',
+ vendor: 'Centralite',
description: '3-Series security key... | Use consistent naming of Centralite devices (#<I>) | Koenkk_zigbee-shepherd-converters | train |
cfad33e387fb51f2657984e4213f0b167d4d2f45 | diff --git a/Classes/Core/Testbase.php b/Classes/Core/Testbase.php
index <HASH>..<HASH> 100644
--- a/Classes/Core/Testbase.php
+++ b/Classes/Core/Testbase.php
@@ -494,8 +494,6 @@ class Testbase
*/
public function setUpTestDatabase($databaseName, $originalDatabaseName)
{
- Bootstrap::getInstance()... | [BUGFIX] Remove Bootstrap->initializeTypo3DbGlobal()
The call is obsolete, also for core <I> and can be dropped. | TYPO3_testing-framework | train |
7e64d50d2791ff063d58250286ad336e1c953e16 | diff --git a/build_tasks.py b/build_tasks.py
index <HASH>..<HASH> 100644
--- a/build_tasks.py
+++ b/build_tasks.py
@@ -36,6 +36,7 @@ class SupportedPlatformEnum(Enum):
OPENBSD_64 = 6
OSX_ARM64 = 7
LINUX_ARM64 = 8
+ LINUX_ARM32 = 9
CURRENT_PLATFORM = None
@@ -56,7 +57,10 @@ if architecture()[0] ==... | feat: add build support for armhf7 (Raspberry) | nabla-c0d3_nassl | train |
484a05d69bbf75b3ed532c5a63b640e36317756c | diff --git a/lib/generators/instance/templates/instance_environment.rb b/lib/generators/instance/templates/instance_environment.rb
index <HASH>..<HASH> 100644
--- a/lib/generators/instance/templates/instance_environment.rb
+++ b/lib/generators/instance/templates/instance_environment.rb
@@ -13,7 +13,7 @@ require 'term/a... | don't disable ActionMailer. closes #<I> | pgharts_trusty-cms | train |
8a91397b277223c91f8bf2746fece8719025e560 | diff --git a/tests/test_restapi.py b/tests/test_restapi.py
index <HASH>..<HASH> 100644
--- a/tests/test_restapi.py
+++ b/tests/test_restapi.py
@@ -1,13 +1,21 @@
from . import BaseTest
from django.core.urlresolvers import reverse
+from unittest import skipUnless
import json
from stored_messages.constants impor... | skip tests if restframework is not installed | evonove_django-stored-messages | train |
aea4bce01e20a502ccfd2f31a4657c1762191403 | diff --git a/controller/QtiCreator.php b/controller/QtiCreator.php
index <HASH>..<HASH> 100755
--- a/controller/QtiCreator.php
+++ b/controller/QtiCreator.php
@@ -160,7 +160,11 @@ class QtiCreator extends tao_actions_CommonModule
try {
$returnValue['success'] = $itemService->saveXm... | Catch application errors and display them in a proper way | oat-sa_extension-tao-itemqti | train |
9a6ac264ade2ca205b00e4247c7c2d4d8d757f4a | diff --git a/lib/chef/property.rb b/lib/chef/property.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/property.rb
+++ b/lib/chef/property.rb
@@ -706,7 +706,7 @@ class Chef
# As of this writing, `name` is the only Chef::Resource property created with the
# `property` definition, but this will allow for futur... | Use .key? instead of keys.include
We don't need to create an array that we then search when we can just search the hash.
Also disable a few hash like calls that are false positives | chef_chef | train |
41683f980bfb248cc580514f71048f04bee8b36f | diff --git a/plugins/UsersManager/Menu.php b/plugins/UsersManager/Menu.php
index <HASH>..<HASH> 100644
--- a/plugins/UsersManager/Menu.php
+++ b/plugins/UsersManager/Menu.php
@@ -25,7 +25,7 @@ class Menu extends \Piwik\Plugin\Menu
public function configureUserMenu(MenuUser $menu)
{
if (!Piwik::isUser... | Refs #<I> Fix the link to user settings in menu | matomo-org_matomo | train |
8ff7dbbfc96c07aecc6550e98ea577fa0d91770c | diff --git a/tensor2tensor/utils/t2t_model.py b/tensor2tensor/utils/t2t_model.py
index <HASH>..<HASH> 100644
--- a/tensor2tensor/utils/t2t_model.py
+++ b/tensor2tensor/utils/t2t_model.py
@@ -1007,23 +1007,26 @@ class T2TModel(base.Layer):
else:
eval_metrics_fns = metrics.create_evaluation_metrics([problem],... | fix bug where only one evaluation metric is calculated | tensorflow_tensor2tensor | train |
f48e89931f3dfe0571f62f926c01cb7783814347 | diff --git a/actionpack/lib/action_controller/mime_type.rb b/actionpack/lib/action_controller/mime_type.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_controller/mime_type.rb
+++ b/actionpack/lib/action_controller/mime_type.rb
@@ -71,8 +71,11 @@ module Mime
# keep track of creation order to keep th... | Accept header mime parser can now deal with empty fields | rails_rails | train |
1420e904320e449b12089ef99329503e160114ac | diff --git a/server_test.go b/server_test.go
index <HASH>..<HASH> 100644
--- a/server_test.go
+++ b/server_test.go
@@ -183,10 +183,9 @@ func TestFetchSpecificHeaders(t *testing.T) {
r.sConn.SelectedMailbox = r.mailstore.User.Mailboxes()[0]
go r.sConn.Start()
r.cConn.PrintfLine("abcd.123 FETCH 1 (BODY[HEADER.FIELD... | Make tests pass after removed redundant newline from tests
Previous commit removed extra unnecessary newline after mail headers in
FETCH response. | jordwest_imap-server | train |
5e160d4e0f0e9f9a66b198317e406fa0c7f4a2b3 | diff --git a/src/DependencyInjection/ConditionalTagsExtension.php b/src/DependencyInjection/ConditionalTagsExtension.php
index <HASH>..<HASH> 100644
--- a/src/DependencyInjection/ConditionalTagsExtension.php
+++ b/src/DependencyInjection/ConditionalTagsExtension.php
@@ -2,9 +2,33 @@
namespace PHPStan\DependencyInjec... | ConditionalTagsExtension - validate structure | phpstan_phpstan | train |
fce0ab10db29a306dbeac941efdbf5fa8a756124 | diff --git a/src/Graviton/DocumentBundle/Listener/ExtReferenceListener.php b/src/Graviton/DocumentBundle/Listener/ExtReferenceListener.php
index <HASH>..<HASH> 100644
--- a/src/Graviton/DocumentBundle/Listener/ExtReferenceListener.php
+++ b/src/Graviton/DocumentBundle/Listener/ExtReferenceListener.php
@@ -74,7 +74,8 @@... | Fix extref mapper
This broke in <I>b<I>f<I>b<I>ac<I>d<I>e<I>fc2c by accident... | libgraviton_graviton | train |
55ec1469c5b2119e4ec6ee72d8492e22e4e91d85 | diff --git a/src/Util/Text.php b/src/Util/Text.php
index <HASH>..<HASH> 100644
--- a/src/Util/Text.php
+++ b/src/Util/Text.php
@@ -46,6 +46,18 @@ class Text
const NONE = 'none';
/**
+ * @param string $string
+ * @param int $first [optional]
+ * @param int $from [optional]
+ *
+ * ... | Added Text::firstChar() and bugfix in Text::toCase() | ansas_php-component | train |
22739e3aa5ee7c7eb72a4a7899d8a5990dcec781 | diff --git a/lib/sass/scss/parser.rb b/lib/sass/scss/parser.rb
index <HASH>..<HASH> 100644
--- a/lib/sass/scss/parser.rb
+++ b/lib/sass/scss/parser.rb
@@ -52,6 +52,7 @@ module Sass
return unless tok(:import)
ss
val = str do
+ @expected = "string or url()"
tok(:string) || t... | [Sass] Make error reporting in SCSS::Parser much better. | sass_ruby-sass | train |
1c4e0c41b6fb7335835507f30bfb4b198dcee425 | diff --git a/modules/components/ActiveRouteHandler.js b/modules/components/ActiveRouteHandler.js
index <HASH>..<HASH> 100644
--- a/modules/components/ActiveRouteHandler.js
+++ b/modules/components/ActiveRouteHandler.js
@@ -1,13 +1,19 @@
var React = require('react');
-var ActiveHandler = module.exports = React.create... | better `<ActiveRouteHandler/>`
- if used twice in one owner, it's the same thing
- works more than the initial render | taion_rrtr | train |
223a4bc6c44bf48c013dc5fb3a380dddefa24872 | diff --git a/lib/rules/color-contrast-matches.js b/lib/rules/color-contrast-matches.js
index <HASH>..<HASH> 100644
--- a/lib/rules/color-contrast-matches.js
+++ b/lib/rules/color-contrast-matches.js
@@ -93,7 +93,15 @@ if (node.getAttribute('id')) {
}
}
-if (axe.commons.text.visibleVirtual(virtualNode, false, true)... | fix(color-contrast): ignore nodes that don't contain text (#<I>) | dequelabs_axe-core | train |
2b7d6d5bcbc895cdc8ed1ef72f639295d8817c78 | diff --git a/flink-connectors/flink-connector-cassandra/src/main/java/org/apache/flink/streaming/connectors/cassandra/CassandraSink.java b/flink-connectors/flink-connector-cassandra/src/main/java/org/apache/flink/streaming/connectors/cassandra/CassandraSink.java
index <HASH>..<HASH> 100644
--- a/flink-connectors/flink-... | [hotfix] Fix typo in CassandraSink | apache_flink | train |
f4782f0c12508446d4916b8f9bd28b3f60c71d66 | diff --git a/lib/grape-swagger.rb b/lib/grape-swagger.rb
index <HASH>..<HASH> 100644
--- a/lib/grape-swagger.rb
+++ b/lib/grape-swagger.rb
@@ -235,12 +235,21 @@ module Grape
def parse_entity_models(models)
result = {}
+ properties = {}
+ model.documentation.each d... | Rename "desc" to "description" for Grape Entities | ruby-grape_grape-swagger | train |
897467e87adaeb07762ca62a7548970c0616058b | diff --git a/lib/parallel.rb b/lib/parallel.rb
index <HASH>..<HASH> 100644
--- a/lib/parallel.rb
+++ b/lib/parallel.rb
@@ -128,6 +128,8 @@ module ForkQueue
worker(items, options, &blk)
end
+ Parallel.kill_on_ctrl_c(workers.map{|worker| worker[:pid] })
+
# give every worker something to do
wor... | kill children on ctrl+c | grosser_parallel | train |
8b175f1b0516e5984abc74a97a76444090edaa1f | diff --git a/examples/rpc_literal/service.php b/examples/rpc_literal/service.php
index <HASH>..<HASH> 100644
--- a/examples/rpc_literal/service.php
+++ b/examples/rpc_literal/service.php
@@ -111,7 +111,7 @@ class RpcLiteralService
public function serviceAuth($object)
{
if ($object->token != 'test_tok... | Added SoapFault exception. | piotrooo_wsdl-creator | train |
afd2e695809bc1f370757f58049fd586ebfaf139 | diff --git a/src/photini/__init__.py b/src/photini/__init__.py
index <HASH>..<HASH> 100644
--- a/src/photini/__init__.py
+++ b/src/photini/__init__.py
@@ -1,4 +1,4 @@
from __future__ import unicode_literals
__version__ = '2021.7.1'
-build = '1769 (59c270a)'
+build = '1770 (212a73d)'
diff --git a/src/photini/pyqt.py... | Another config object change
This should have been included in commit 2bb9a<I> | jim-easterbrook_Photini | train |
9560b80b4d94115d9e6aef27929322a0464e12fe | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -92,8 +92,8 @@ setup(
],
tests_require=["mock",
"mockextras",
- "pytest<4.1",
- "pytest-cov",
+ "pytest",
+ ... | Upgrade pytest-cov to > <I>
This release has the fix for the get_marker issue with pytest > <I> | manahl_arctic | train |
605f8aa39c7dc410b053ca7cbed85aaebb8e1727 | diff --git a/src/TransactionService.php b/src/TransactionService.php
index <HASH>..<HASH> 100644
--- a/src/TransactionService.php
+++ b/src/TransactionService.php
@@ -458,6 +458,7 @@ class TransactionService
* @param bool $logNotFound
* @return string|array
* @throws \Http\Client\Exception
+ * @TO... | Add todo and a comment for the logNotFound | wirecard_paymentSDK-php | train |
f97404762297efe926e874e02c505ad7d465a2c2 | diff --git a/lib/economic/session.rb b/lib/economic/session.rb
index <HASH>..<HASH> 100644
--- a/lib/economic/session.rb
+++ b/lib/economic/session.rb
@@ -2,7 +2,8 @@ module Economic
# The Economic::Session contains details and behaviors for a current
# connection to the API endpoint.
class Session
- attr_a... | Clarify the meaning of the cookie value | substancelab_rconomic | train |
87d9747b6be56db72b38566297ee419cf9907954 | diff --git a/src/main/java/com/sdl/selenium/bootstrap/form/TextField.java b/src/main/java/com/sdl/selenium/bootstrap/form/TextField.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/sdl/selenium/bootstrap/form/TextField.java
+++ b/src/main/java/com/sdl/selenium/bootstrap/form/TextField.java
@@ -9,7 +9,7 @@ publi... | make sure don't use SimpleTextField inside framework | sdl_Testy | train |
e8ce1c9c13c8319f79d3211d47c909ddbd6264f8 | diff --git a/lib/get-config.js b/lib/get-config.js
index <HASH>..<HASH> 100644
--- a/lib/get-config.js
+++ b/lib/get-config.js
@@ -22,8 +22,10 @@ const ALLOWED_ERROR_CODES = [
];
function requirePlugin(pluginName, fromConfigPath) {
+ let basedir = fromConfigPath === undefined ? process.cwd() : path.dirname(fromCon... | Ensure resolvable plugins work when the config is not resolved.
When creating the linter with specific config (aka **not** allowing the
linter to resolve its own config), we would throw an error when
attempting to resolve any specified plugins by string. | ember-template-lint_ember-template-lint | train |
afa2b9f8ab15aa993910d5f9e9fe4a65f8253275 | diff --git a/mpu/_version.py b/mpu/_version.py
index <HASH>..<HASH> 100644
--- a/mpu/_version.py
+++ b/mpu/_version.py
@@ -1 +1 @@
-__version__ = '0.4.0'
+__version__ = '0.4.1' | REL: Set version to <I> | MartinThoma_mpu | train |
f084b489ab6debae70d80d4a4190059829231acb | diff --git a/js/kucoin.js b/js/kucoin.js
index <HASH>..<HASH> 100644
--- a/js/kucoin.js
+++ b/js/kucoin.js
@@ -22,8 +22,6 @@ module.exports = class kucoin extends Exchange {
'cancelOrders': true,
'createMarketOrder': false,
'fetchDepositAddress': true,
- ... | Implemented fetchTransactions instead of fetchDeposits and fetchWithdrawals | ccxt_ccxt | train |
e801b03c96b2deed9c34bb0aa70ca5e418e8cbb2 | diff --git a/app/helpers/sufia/blacklight_override.rb b/app/helpers/sufia/blacklight_override.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/sufia/blacklight_override.rb
+++ b/app/helpers/sufia/blacklight_override.rb
@@ -1,26 +1,30 @@
module Sufia
module BlacklightOverride
- def render_bookmarks_control?
- ... | Cleanup BlackightOverride
* Stage methods that we can remove with the next version of CC
* Move render_bookmarks_control? to the controller context.
* Remove implied hash braces | samvera_hyrax | train |
cd72c6954f8ce0f67eb3e3740772174954a3ecf3 | diff --git a/tests/spring-cloud-sleuth-instrumentation-feign-tests/src/test/java/org/springframework/cloud/sleuth/instrument/feign/issues/issue502/Issue502Tests.java b/tests/spring-cloud-sleuth-instrumentation-feign-tests/src/test/java/org/springframework/cloud/sleuth/instrument/feign/issues/issue502/Issue502Tests.java... | Comments out failing bit of test.
See gh-<I> | spring-cloud_spring-cloud-sleuth | train |
f2a07cd3b52219358b049a1a3ef3bfc76dc0fd52 | diff --git a/lib/discordrb/bot.rb b/lib/discordrb/bot.rb
index <HASH>..<HASH> 100644
--- a/lib/discordrb/bot.rb
+++ b/lib/discordrb/bot.rb
@@ -15,6 +15,7 @@ require 'discordrb/events/roles'
require 'discordrb/events/guilds'
require 'discordrb/events/await'
require 'discordrb/events/bans'
+require 'discordrb/events/r... | Raise a RawEvent for every dispatch | meew0_discordrb | train |
3b4da823d0f9baeda24c39ab3bd6f68400aa8bdd | diff --git a/acf-exports/acf-theme-options-google-translate.json b/acf-exports/acf-theme-options-google-translate.json
index <HASH>..<HASH> 100644
--- a/acf-exports/acf-theme-options-google-translate.json
+++ b/acf-exports/acf-theme-options-google-translate.json
@@ -18,7 +18,8 @@
"choices": {
... | Option to show translate as popout from right edge of window | helsingborg-stad_Municipio | train |
ed5c01bb2586783e80a4191514068ce84ca2afab | diff --git a/lib/client.rb b/lib/client.rb
index <HASH>..<HASH> 100644
--- a/lib/client.rb
+++ b/lib/client.rb
@@ -93,7 +93,7 @@ module ProxyLocal
@connections[id] = connection
when :stream
_, id, data = message
- @connections[id].send_data(data)
+ @connections[id].send_data(data)... | fix case when local web-server is not running | proxylocal_proxylocal-gem | train |
e7eda821a617b820d2b4e9d07b64f49761746390 | diff --git a/src/photini/__init__.py b/src/photini/__init__.py
index <HASH>..<HASH> 100644
--- a/src/photini/__init__.py
+++ b/src/photini/__init__.py
@@ -1,4 +1,4 @@
from __future__ import unicode_literals
__version__ = '2019.4.0'
-build = '1176 (1ece33e)'
+build = '1177 (fdf7eb0)'
diff --git a/src/photini/flickr.... | Add 'uploaded:by=photini' tag to Flickr uploads | jim-easterbrook_Photini | train |
d673c8041ebdb83279e3a0bfec80fbc1344c1f82 | diff --git a/sprd/model/UserAddress.js b/sprd/model/UserAddress.js
index <HASH>..<HASH> 100644
--- a/sprd/model/UserAddress.js
+++ b/sprd/model/UserAddress.js
@@ -30,7 +30,10 @@ define(['sprd/data/SprdModel', 'sprd/entity/Address', 'underscore'], function (S
needsCounty: AddressEntity.prototype.needsCounty,
... | DEV-<I> - Cannot add new packstation address as shipping address
* fixed addressbook logic | spreadshirt_rAppid.js-sprd | train |
345922ba70b9de6dcca30d8e7f18382b80d381f4 | diff --git a/src/TokenBuilder.php b/src/TokenBuilder.php
index <HASH>..<HASH> 100644
--- a/src/TokenBuilder.php
+++ b/src/TokenBuilder.php
@@ -220,7 +220,7 @@ class TokenBuilder extends TokenAbstract
public function setExpiration($expiration): TokenBuilder
{
if (is_numeric($expiration)) {
- ... | fixed type coercion issue with date time usage | RobDWaller_ReallySimpleJWT | train |
3f1366349b69848bb98a47eae9450ccf346e8757 | diff --git a/default_context.go b/default_context.go
index <HASH>..<HASH> 100644
--- a/default_context.go
+++ b/default_context.go
@@ -84,6 +84,7 @@ func (d *DefaultContext) Session() *Session {
return d.session
}
+// Flash messages for the associated Request.
func (d *DefaultContext) Flash() *Flash {
return d.... | [cleaning] passing codelimate lint issues | gobuffalo_buffalo | train |
7b24937b5e67a158e8ea87d80a394ce48e060045 | diff --git a/master/buildbot/locks.py b/master/buildbot/locks.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/locks.py
+++ b/master/buildbot/locks.py
@@ -210,6 +210,7 @@ class RealMasterLock(BaseLock):
def __init__(self, lockid):
super().__init__(lockid.name, lockid.maxCount)
+ self.config_v... | locks: Track lock config_version within locks | buildbot_buildbot | train |
08a8fc35befbdc0862bd3578d49e904b0ab85729 | diff --git a/src/loader.js b/src/loader.js
index <HASH>..<HASH> 100644
--- a/src/loader.js
+++ b/src/loader.js
@@ -51,7 +51,7 @@ export class Loader {
const chunkSize = 256;
let offset = 0;
let array = data;
- const transactions = [];
+ let transactions = [];
while (array.length > 0) {
... | fix: limit concurrent Loads to improve stability | solana-labs_solana-web3.js | train |
e4ba4d58a3c3ae590c38ef7af068da25d9892fdd | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100755
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -1,4 +1,4 @@
-module.exports = (config) => {
+module.exports = function(config) {
config.set({
basePath: '.',
browserNoActivityTimeout: 20000, | Use regular `function` syntax for `karma.conf.js` | yuanqing_load-google-maps-api | train |
d4d037b10243c53f734a07be34b9eb2737386a9d | diff --git a/readme.md b/readme.md
index <HASH>..<HASH> 100644
--- a/readme.md
+++ b/readme.md
@@ -554,7 +554,7 @@ The `options` object has the following shape:
sourceMaps: boolean,
vendorPrefixes: boolean,
isGlobal: boolean,
- filename: ?string, // defined only when styled-jsx/babel is used via Babel... | Pass filename from opts to plugin (#<I>) | zeit_styled-jsx | train |
8d6459e732606878f3005f4e33b424012130a69a | diff --git a/imgaug/augmenters/pillike.py b/imgaug/augmenters/pillike.py
index <HASH>..<HASH> 100644
--- a/imgaug/augmenters/pillike.py
+++ b/imgaug/augmenters/pillike.py
@@ -275,7 +275,7 @@ def equalize_(image, mask=None):
if size == 0:
return image
if nb_channels == 3 and size < _EQUALIZE_USE_PIL_B... | Fix PIL augs producing read-only arrays | aleju_imgaug | train |
719c195018e8dc13a6d8a94fcdff667db430e62f | diff --git a/includes/class-kirki-sanitize.php b/includes/class-kirki-sanitize.php
index <HASH>..<HASH> 100644
--- a/includes/class-kirki-sanitize.php
+++ b/includes/class-kirki-sanitize.php
@@ -3,12 +3,16 @@
class Kirki_Sanitize {
/**
- * Sanitize checkbox options
+ * Checkbox sanitization callback.
*
- * @... | improve sanitisation callbacks for choices & selects. | aristath_kirki | train |
42b91aa25113fdd3cc6e41d36ca42141161f2c97 | diff --git a/manager/manager.go b/manager/manager.go
index <HASH>..<HASH> 100644
--- a/manager/manager.go
+++ b/manager/manager.go
@@ -223,9 +223,10 @@ func New(config *Config) (*Manager, error) {
// address.
// The call never returns unless an error occurs or `Stop()` is called.
func (m *Manager) Run(ctx context.Co... | Subscribe to leadership events before starting the raft node
This ensures that we don't miss the event where we become the leader. If
we do miss it, WaitForCluster can hang forever.
Fixes #<I> | docker_swarmkit | train |
9774af3aab5237afa00d5035300e2c5f5844c810 | diff --git a/src/hamster/widgets/activityentry.py b/src/hamster/widgets/activityentry.py
index <HASH>..<HASH> 100644
--- a/src/hamster/widgets/activityentry.py
+++ b/src/hamster/widgets/activityentry.py
@@ -113,7 +113,7 @@ class ActivityEntry(gtk.Entry):
for activity in self.external_activities:
n... | missing brackets. fixes <I>. Patch by Wim Vinckier | projecthamster_hamster | train |
3c7b69ba54296aafae5d0785d3475e603974fb17 | diff --git a/autograd/core.py b/autograd/core.py
index <HASH>..<HASH> 100644
--- a/autograd/core.py
+++ b/autograd/core.py
@@ -40,6 +40,7 @@ def backward_pass(g, end_node, start_node):
parent.vspace, node.vspace, args, kwargs)
outgrads[parent].append(outgrad)
... | backward_pass now clears nodes which will not be used (#<I>)
* backward_pass now clears nodes which will not be used
* Only using spaces now
* Remove dict reference more cleanly | HIPS_autograd | train |
4a6fbbca02c46e3a57617adeab5bc8266a5ab1ff | diff --git a/Kwc/Abstract/Image/Component.php b/Kwc/Abstract/Image/Component.php
index <HASH>..<HASH> 100644
--- a/Kwc/Abstract/Image/Component.php
+++ b/Kwc/Abstract/Image/Component.php
@@ -461,7 +461,6 @@ class Kwc_Abstract_Image_Component extends Kwc_Abstract_Composite_Component
public static function canCach... | Implement clear-cache-interface::canCacheBeDeleted for some components | koala-framework_koala-framework | train |
bb99477550bc665bdb64230d08e188225d2436b5 | diff --git a/SamsonLocale.php b/SamsonLocale.php
index <HASH>..<HASH> 100644
--- a/SamsonLocale.php
+++ b/SamsonLocale.php
@@ -1,6 +1,12 @@
<?php
namespace samson\core;
+// I default locale is not defined
+if (!defined('DEFAULT_LOCALE')) {
+ // Define default locale
+ define('DEFAULT_LOCALE', SamsonLoca... | Added suport for web-application default locale selection using define('DEFAULT_LOCALE','ru').
Default locale is russian. This locale is interpreted with out any sign in url | samsonos_php_core | train |
d345ebe3b0747664055eca30c027150e7d84a392 | diff --git a/insights/combiners/grub_conf.py b/insights/combiners/grub_conf.py
index <HASH>..<HASH> 100644
--- a/insights/combiners/grub_conf.py
+++ b/insights/combiners/grub_conf.py
@@ -100,7 +100,7 @@ class GrubConf(object):
self.version = self.is_efi = self.is_kdump_iommu_enabled = None
self.grub =... | Update grub files order to keep same with 1.x branch (#<I>) | RedHatInsights_insights-core | train |
4ce4775902ab88e673c5b4ad93277eaed1b8442e | diff --git a/lib/parfait/layout.rb b/lib/parfait/layout.rb
index <HASH>..<HASH> 100644
--- a/lib/parfait/layout.rb
+++ b/lib/parfait/layout.rb
@@ -62,12 +62,13 @@ module Parfait
raise "should not rely on layout internal structure, use variable_index"
end
- # index of a variable name into the layout.
- ... | fix layout
amazing at this stage, but yet another index error
the strange (and wonderful) thing is that changing the return
of the one function just shifts the variables and everything else
stays intact. Thus are the wonders of object orientation | ruby-x_rubyx | train |
dce06630281cc9c1a3104612e115bfbc89a6c7c8 | diff --git a/src/FactoryMuffin.php b/src/FactoryMuffin.php
index <HASH>..<HASH> 100644
--- a/src/FactoryMuffin.php
+++ b/src/FactoryMuffin.php
@@ -77,6 +77,24 @@ class FactoryMuffin
}
/**
+ * Returns multiple versions of an object
+ * @param integer $times How many times do you wih to return this o... | Add "seed" method
This allows us to return multiple amounts of the same object type. This
is very helpful when generating random seed data for the DB. | thephpleague_factory-muffin | train |
d1da0afe1681e1b3a86a383d66c2a681d7e04204 | diff --git a/framework/Proxy/Proxy.php b/framework/Proxy/Proxy.php
index <HASH>..<HASH> 100644
--- a/framework/Proxy/Proxy.php
+++ b/framework/Proxy/Proxy.php
@@ -432,8 +432,8 @@ class Proxy
}
function proxyDefinitionAfter(Container $container, Proxy $proxy) {
- $proxy->addControllersOverrides($container->get... | Domains resource for bundle resolvers | perfumer_framework | train |
d6c933e80d4820b2d28afe5cc49cb013f1bfaadd | diff --git a/lib/Minify/Build.php b/lib/Minify/Build.php
index <HASH>..<HASH> 100644
--- a/lib/Minify/Build.php
+++ b/lib/Minify/Build.php
@@ -86,8 +86,13 @@ class Minify_Build {
foreach ((array)$sources as $source) {
if ($source instanceof Minify_Source) {
$max = max($max, $sou... | + "//" filepath shortcut in Build.php
+ 'getContentFunc' option in Source.php for lazy loading content only when needed (e.g. from DB) | mrclay_minify | train |
abb8ce291e275e9879154ee0f22e881de8cf0ca4 | diff --git a/CHANGES b/CHANGES
index <HASH>..<HASH> 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,8 @@ Bug Fixes
* Fix Python 3 compatibility of sqlformat script (by Piet Delport).
* Fix parsing of SQL statements that contain binary data (by Alexey
Malyshev).
+ * Fix a bug where keywords were identified as alia... | Fix internals of _group_left_right, avoid identifying keywords as aliased identifiers. | andialbrecht_sqlparse | train |
b571ed6e0d972c905a83cb7b7e26d13773753481 | diff --git a/src/pywws/__init__.py b/src/pywws/__init__.py
index <HASH>..<HASH> 100644
--- a/src/pywws/__init__.py
+++ b/src/pywws/__init__.py
@@ -1,3 +1,3 @@
-__version__ = '20.1.0'
-_release = '1673'
-_commit = '92d8868'
+__version__ = '20.2.0'
+_release = '1674'
+_commit = 'f334ba6'
diff --git a/src/pywws/logdata.py... | Safer handling of stored data ptr on startup | jim-easterbrook_pywws | train |
1843f28a191a7e63b6fa79a931c54189dfd4df85 | diff --git a/base58.go b/base58.go
index <HASH>..<HASH> 100644
--- a/base58.go
+++ b/base58.go
@@ -7,18 +7,17 @@ import (
// An Encoding is a radix 58 encoding/decoding scheme.
type Encoding struct {
- alphabet []byte
+ alphabet [58]byte
decodeMap [256]int64
}
func encoding(alphabet []byte) *Encoding {
- en... | update base<I>.go: change the alphabet field of Encoding to [<I>]byte | itchyny_base58-go | train |
7fff2f9fe3b6d813b876842f45b26ed1beb7f7f8 | diff --git a/actionpack/test/abstract/callbacks_test.rb b/actionpack/test/abstract/callbacks_test.rb
index <HASH>..<HASH> 100644
--- a/actionpack/test/abstract/callbacks_test.rb
+++ b/actionpack/test/abstract/callbacks_test.rb
@@ -131,7 +131,7 @@ module AbstractController
end
def authenticate
- @... | Make test meaningful
If before_filter list was being called mistakenly then
the test should fail. However test will not fail because
second filter is assigning new values to @list. To truly
test that first before_filter is not called when it should
not be called then @list should not assigned value unconditionally.
T... | rails_rails | train |
37f980efe9b72ab3b937ce744f4e1fcd22b50c0d | diff --git a/spec/hook_handler/hook_handler_defaults_spec.rb b/spec/hook_handler/hook_handler_defaults_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/hook_handler/hook_handler_defaults_spec.rb
+++ b/spec/hook_handler/hook_handler_defaults_spec.rb
@@ -308,6 +308,30 @@ describe EvalHook::HookHandler, "hook handler defaul... | <I> failing test: super inside a module when the module is nested in a class should raise SecurityError | tario_evalhook | train |
8ea4ef7e05a4a8477e24a1839bfcae28ebab8760 | diff --git a/json-unit-core/src/main/java/net/javacrumbs/jsonunit/core/Configuration.java b/json-unit-core/src/main/java/net/javacrumbs/jsonunit/core/Configuration.java
index <HASH>..<HASH> 100644
--- a/json-unit-core/src/main/java/net/javacrumbs/jsonunit/core/Configuration.java
+++ b/json-unit-core/src/main/java/net/j... | Configuration defensive copy done in config methods | lukas-krecan_JsonUnit | train |
a1d207cbfd7d97655e24cc2c6b530a095e23b82b | diff --git a/tests/test_discrete_quadratic_model.py b/tests/test_discrete_quadratic_model.py
index <HASH>..<HASH> 100644
--- a/tests/test_discrete_quadratic_model.py
+++ b/tests/test_discrete_quadratic_model.py
@@ -429,7 +429,7 @@ class TestConstraint(unittest.TestCase):
for j in x:
if j >... | bugfix in the new test for add_constraint | dwavesystems_dimod | train |
25539b07ae98dccae41b5baa654031e0198ea88f | diff --git a/src/Support/Http/routes.php b/src/Support/Http/routes.php
index <HASH>..<HASH> 100644
--- a/src/Support/Http/routes.php
+++ b/src/Support/Http/routes.php
@@ -1,17 +1,16 @@
<?php
-$route = config('lighthouse.route', []);
-$route_name = config('lighthouse.route_name', 'graphql');
-$route_enable_get = conf... | Get rid of pointless indirections and inline config() calss | nuwave_lighthouse | train |
fc0d793360f4ae453fc15881d4d618a6ee1bb95b | diff --git a/spacy/lang/bn/punctuation.py b/spacy/lang/bn/punctuation.py
index <HASH>..<HASH> 100644
--- a/spacy/lang/bn/punctuation.py
+++ b/spacy/lang/bn/punctuation.py
@@ -1,45 +1,33 @@
# coding: utf8
from __future__ import unicode_literals
-
-
-CURRENCY_SYMBOLS = r"\$ ¢ £ € ¥ ฿ ৳"
-
-_PUNCT = '। ॥'
-
-LIST_PUNC... | Reorganise Bengali punctuation rules | explosion_spaCy | train |
d4121c56054e557fa40533724b06e84b1e8dbc3c | diff --git a/admin/roles/override.php b/admin/roles/override.php
index <HASH>..<HASH> 100755
--- a/admin/roles/override.php
+++ b/admin/roles/override.php
@@ -65,7 +65,7 @@
}
/// Process incoming role override
- if ($data = data_submitted() and confirm_sesskey()) {
+ if ($data = data_submitted() and $role... | one more sanity check for role overrides | moodle_moodle | train |
4fcec90878e4bc634141c6dc34db047c54aa5c16 | diff --git a/includes/Label.php b/includes/Label.php
index <HASH>..<HASH> 100644
--- a/includes/Label.php
+++ b/includes/Label.php
@@ -173,7 +173,7 @@ class Zebra_Form_Label extends Zebra_Form_Control
$attributes = $this->get_attributes('label');
// if access key needs to be showed
- ... | Fixed a bug where having $ (dollar) sign in labels would lead to generating access keys, even if the $ sign was escaped, as stated by the documentation; thanks to Natalie for reporting | stefangabos_Zebra_Form | train |
f34c4f70e3ba027777482093f609d6372b7838e9 | diff --git a/util/server.js b/util/server.js
index <HASH>..<HASH> 100644
--- a/util/server.js
+++ b/util/server.js
@@ -1,13 +1,9 @@
"use strict";
/* eslint-disable no-console */
-var browserify = require('browserify');
-var glob = require('glob');
-var fs = require('fs');
var path = require('path');
var each = re... | Make util/server.js less heavy on import. | substance_substance | train |
50e111bac541258fb11b1e711ccc759314aae4f4 | diff --git a/api/v3.0.0/subscriptions.js b/api/v3.0.0/subscriptions.js
index <HASH>..<HASH> 100644
--- a/api/v3.0.0/subscriptions.js
+++ b/api/v3.0.0/subscriptions.js
@@ -20,11 +20,45 @@ function list (options, callback) {
}
function insert (options, callback) {
- callback(null, {"error": "Not yet implemented"})... | Support DELETE and PUT requests in subscriptions. (Related to #6) | IonicaBizau_youtube-api | train |
b0b7fc3dd8c76e0626b137bce3c59b597f4b961b | diff --git a/app.js b/app.js
index <HASH>..<HASH> 100644
--- a/app.js
+++ b/app.js
@@ -129,7 +129,7 @@ app.get('/api/v1/repos/:language', cors(), function(req, res) {
app.get('/admin', function(req, res) {
res.render('facebook_login.jade', {
- auth0: require('./events/config').auth0,
+ auth0: require('./con... | fix: changing the path of the config file for admin page | webuildorg_webuild-repos | train |
7daa50d9e8570f176c83cdfb23277d3a0764e6ae | diff --git a/iserve-swagger/src/main/java/uk/ac/open/kmi/iserve/swagger/SwaggerFilter.java b/iserve-swagger/src/main/java/uk/ac/open/kmi/iserve/swagger/SwaggerFilter.java
index <HASH>..<HASH> 100644
--- a/iserve-swagger/src/main/java/uk/ac/open/kmi/iserve/swagger/SwaggerFilter.java
+++ b/iserve-swagger/src/main/java/uk... | Swagger filtering should be applied over the relative path | kmi_iserve | train |
21868e7e68e3356e4b502e855cff78ff14054c04 | diff --git a/Search.php b/Search.php
index <HASH>..<HASH> 100644
--- a/Search.php
+++ b/Search.php
@@ -74,7 +74,11 @@ class Search extends Base
}
//generate key
- $key = $key.'=%s';
+ if (is_array($args[0])) {
+ $key = $key.' IN %s';
+ } else {
+ $key = $key.'=%s';
+ }
//add it to t... | - allow filterBy to come out to `field` IN ('value','value2','value3') instead of just `field` = ('value','value2','value3') | Eden-PHP_Sql | train |
6a0345897d7652f9569ce09ccd0b84cfd0750832 | diff --git a/gns3server/compute/docker/__init__.py b/gns3server/compute/docker/__init__.py
index <HASH>..<HASH> 100644
--- a/gns3server/compute/docker/__init__.py
+++ b/gns3server/compute/docker/__init__.py
@@ -167,7 +167,6 @@ class Docker(BaseManager):
url = "http://docker/v" + DOCKER_MINIMUM_API_VERSION + ... | Connector is no longer supported in ws_connect by aiohttp <I> | GNS3_gns3-server | train |
99ba54c7cac908e171a83fddd4ee98e781046dc9 | diff --git a/eval.py b/eval.py
index <HASH>..<HASH> 100644
--- a/eval.py
+++ b/eval.py
@@ -90,6 +90,8 @@ class LispList(LispVal):
def eval(self, env):
if self:
f = env.eval(self.val[0])
+ if not callable(f):
+ raise LispError('non-callable value in application')
... | Added a bunch of error checking and fixed a bug or two; added another
test. | benzrf_parthial | train |
ae98d14c2e87284377e02341fdbbf7cce5bb0a2f | diff --git a/src/test/java/com/github/tomakehurst/wiremock/stubbing/RequestPatternTest.java b/src/test/java/com/github/tomakehurst/wiremock/stubbing/RequestPatternTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/github/tomakehurst/wiremock/stubbing/RequestPatternTest.java
+++ b/src/test/java/com/github/tom... | Added some extra tests for multiple query value matching | tomakehurst_wiremock | train |
812e44968053984c6f5125fe7f6bad282d0e1b87 | diff --git a/lib/Cake/Test/Case/Network/CakeResponseTest.php b/lib/Cake/Test/Case/Network/CakeResponseTest.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/Test/Case/Network/CakeResponseTest.php
+++ b/lib/Cake/Test/Case/Network/CakeResponseTest.php
@@ -21,6 +21,24 @@ App::uses('CakeResponse', 'Network');
class CakeRespo... | Created a buffer for CakeResponse testing | cakephp_cakephp | train |
1c434110fe07319798455ea6fc55ce482acdb84f | diff --git a/src/extensions/default/HTMLCodeHints/unittests.js b/src/extensions/default/HTMLCodeHints/unittests.js
index <HASH>..<HASH> 100644
--- a/src/extensions/default/HTMLCodeHints/unittests.js
+++ b/src/extensions/default/HTMLCodeHints/unittests.js
@@ -257,6 +257,22 @@ define(function (require, exports, module) {... | Two more unit tests to cover issue #<I> and #<I>. | adobe_brackets | train |
e68dd9a85a82f1a744660a809c5b947bd25dfeb6 | diff --git a/cluster/service.go b/cluster/service.go
index <HASH>..<HASH> 100644
--- a/cluster/service.go
+++ b/cluster/service.go
@@ -353,19 +353,26 @@ func ReadTLV(r io.Reader) (byte, []byte, error) {
// WriteTLV writes a type-length-value record to w.
func WriteTLV(w io.Writer, typ byte, buf []byte) error {
- if... | Modify WriteTLV with debug prints. Revert chnages to shard_writer | influxdata_influxdb | train |
8cf22cdb14f5bc6734692114af644ec680b1dc28 | diff --git a/slickqa/data.py b/slickqa/data.py
index <HASH>..<HASH> 100644
--- a/slickqa/data.py
+++ b/slickqa/data.py
@@ -53,6 +53,7 @@ class Build(micromodels.Model):
id = micromodels.StringField()
name = micromodels.StringField()
built = micromodels.DateTimeField(use_int=True)
+ description = micro... | Added email off switch data type
Added description for Build | slickqa_python-client | train |
7bfe5565aa545600ef623166e4b3c2dacfc4d68c | diff --git a/lib/mongoid/multi_parameter_attributes.rb b/lib/mongoid/multi_parameter_attributes.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/multi_parameter_attributes.rb
+++ b/lib/mongoid/multi_parameter_attributes.rb
@@ -52,6 +52,7 @@ module Mongoid
if attrs
errors = []
attributes = attrs... | inherited attrs permit status | mongodb_mongoid | train |
78374bc2af0cb056bceaff8ab18bb6756e35baa1 | diff --git a/src/angular-materialize.js b/src/angular-materialize.js
index <HASH>..<HASH> 100644
--- a/src/angular-materialize.js
+++ b/src/angular-materialize.js
@@ -392,7 +392,7 @@
Date.prototype.format = function (mask, utc) {
return dateFormat(this, mask, utc);
};
- ... | Optimised code.
Moved watchers below to the process of initialising picker. | krescruz_angular-materialize | train |
588ce11cff3c2a5e3ce2041d4faa0a055ccf0100 | diff --git a/inc/api/endpoints/controller/class-metadata.php b/inc/api/endpoints/controller/class-metadata.php
index <HASH>..<HASH> 100644
--- a/inc/api/endpoints/controller/class-metadata.php
+++ b/inc/api/endpoints/controller/class-metadata.php
@@ -442,25 +442,25 @@ class Metadata extends \WP_REST_Controller {
... | pdbf-7 - Changing type fields for inCatalog, h5pActivities, wordCount and storageSize fields (#<I>) | pressbooks_pressbooks | train |
6cc44405043772e77dd5e4684450f8e56bffd2a5 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,6 @@
# -*- coding: utf-8 -*-
from setuptools import setup
-import re
import os
import sys
from rest_framework_hstore import get_version
@@ -26,12 +25,14 @@ name = 'djangorestframework-hstore'
package = 'rest_fr... | Updated classifier "Development Status" to Beta
Added missing information in setup.py | djangonauts_django-rest-framework-hstore | train |
73fe8f82a3d3230b475a25fda17fb8f6f2612866 | diff --git a/spec/lib/generators/action_generator_simple_spec.rb b/spec/lib/generators/action_generator_simple_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/generators/action_generator_simple_spec.rb
+++ b/spec/lib/generators/action_generator_simple_spec.rb
@@ -1,5 +1,4 @@
require 'spec_helper'
-require 'generato... | test: delete generator tmp dir after specs run | adomokos_light-service | train |
074a970eb18b83e98947c784c40afaadf18743b1 | diff --git a/component/Bubbles.js b/component/Bubbles.js
index <HASH>..<HASH> 100644
--- a/component/Bubbles.js
+++ b/component/Bubbles.js
@@ -16,12 +16,24 @@ function Bubbles(container, self, options) {
// constructor name during open session.
// local storage for recalling conversations upon restart
- var ... | Fixed animation; added warning message for non-working LS | dmitrizzle_chat-bubble | train |
1b84666d0efc98607cfcbfeae7fd943afafdbdb8 | diff --git a/families/track_and_trade/client/src/views/property_detail.js b/families/track_and_trade/client/src/views/property_detail.js
index <HASH>..<HASH> 100644
--- a/families/track_and_trade/client/src/views/property_detail.js
+++ b/families/track_and_trade/client/src/views/property_detail.js
@@ -31,9 +31,19 @@ co... | Add typed inputs to FishNet property detail page
Allows the complex data types (location, shock, and tilt) to
be properly input from the property detail page. | hyperledger_sawtooth-core | train |
8b148bdb78efe08df7877c8795093abafe35f196 | diff --git a/dash/orgs/forms.py b/dash/orgs/forms.py
index <HASH>..<HASH> 100644
--- a/dash/orgs/forms.py
+++ b/dash/orgs/forms.py
@@ -10,28 +10,19 @@ from django.utils.translation import ugettext_lazy as _
from .models import Org
-class OrgForm(forms.ModelForm):
+class CreateOrgLoginForm(forms.Form):
first_n... | Separate out org login creation form from model form | rapidpro_dash | train |
ff38c72fff74a233110992f4c268325467a0848c | diff --git a/xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/internal/transformation/macro/MacroTransformation.java b/xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/internal/transformation/macro/MacroTransform... | [misc] Reduce a bit the need to lookup already seen macros | xwiki_xwiki-rendering | train |
135da7171a662816f49f01e395b2f8978c359f89 | diff --git a/great_expectations/dataset/base.py b/great_expectations/dataset/base.py
index <HASH>..<HASH> 100644
--- a/great_expectations/dataset/base.py
+++ b/great_expectations/dataset/base.py
@@ -678,87 +678,83 @@ If you wish to change this behavior, please set discard_failed_expectations, dis
This functi... | Update column_map_expectation output_format handling. | great-expectations_great_expectations | train |
f24e7442b1b5b705008077c02bc31c483d4dd595 | diff --git a/scratch.js b/scratch.js
index <HASH>..<HASH> 100644
--- a/scratch.js
+++ b/scratch.js
@@ -4,10 +4,12 @@ import nlp from './src/four.js'
// nlp.verbose('tagger')
-const doc = nlp('foo one two. one foo two. one two foo. foo.')
-const res = doc.match('foo').remove()
-// console.log(doc.document)
-doc.deb... | issue with clone/remove remaining | spencermountain_compromise | train |
882825504cca53ec22df6e9ecca19f3d47f9bd52 | diff --git a/app/scripts/HiGlassComponent.js b/app/scripts/HiGlassComponent.js
index <HASH>..<HASH> 100644
--- a/app/scripts/HiGlassComponent.js
+++ b/app/scripts/HiGlassComponent.js
@@ -288,8 +288,9 @@ class HiGlassComponent extends React.Component {
}
componentWillUnmount() {
+ console.log('unmounting...')... | Destroy tracks before destroying pixi stage | higlass_higlass | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.