hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
f738dacfdf9e0f909410815aa627c5b1cd8f571a | diff --git a/lib/wechat/message.rb b/lib/wechat/message.rb
index <HASH>..<HASH> 100644
--- a/lib/wechat/message.rb
+++ b/lib/wechat/message.rb
@@ -10,18 +10,27 @@ module Wechat
end
end
- class NewsArticleBuilder
+ class ArticleBuilder
attr_reader :items
delegate :count, to: :items
... | Add mpnews support in Message. | Eric-Guo_wechat | train |
82b971a29ef1ce137bfa156333ba0e1abdbd791e | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+0.39.16
+ - fix: not all statistics exported if no feature was specified
0.39.15
- fix: fix accessing inherited non-scalar temporary or plugin features
for RTDC_Hierarchy class (#165)
diff --git a/dcla... | fix: not all statistics exported if no feature was specified | ZELLMECHANIK-DRESDEN_dclab | train |
61e737b2e831734c8f17c0687d2998fe5825335b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -56,11 +56,11 @@ setup(
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.6",
"Prog... | Update minimum required Python version to <I> | pyrogram_pyrogram | train |
4f01e866431564a5b52c154ec5b0da0690ddc801 | diff --git a/shardingsphere-kernel/shardingsphere-schedule/shardingsphere-schedule-core/src/main/java/org/apache/shardingsphere/schedule/core/api/ModeScheduleContext.java b/shardingsphere-kernel/shardingsphere-schedule/shardingsphere-schedule-core/src/main/java/org/apache/shardingsphere/schedule/core/api/ModeScheduleCo... | Mode type and repository type should be case insensitive in ModeScheduleContext (#<I>) | apache_incubator-shardingsphere | train |
ccadb86e9f5de932e6dbf17483510215d270f790 | diff --git a/src/Definition/Extension/NamespaceDefinitionExtension.php b/src/Definition/Extension/NamespaceDefinitionExtension.php
index <HASH>..<HASH> 100644
--- a/src/Definition/Extension/NamespaceDefinitionExtension.php
+++ b/src/Definition/Extension/NamespaceDefinitionExtension.php
@@ -11,6 +11,7 @@
namespace Ynlo... | Allow disable namespace extension for specific queries | ynloultratech_graphql-bundle | train |
b8561014189756c5e9520215e668e5de216b5053 | diff --git a/hazelcast/src/test/java/com/hazelcast/map/ListenerTest.java b/hazelcast/src/test/java/com/hazelcast/map/ListenerTest.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/test/java/com/hazelcast/map/ListenerTest.java
+++ b/hazelcast/src/test/java/com/hazelcast/map/ListenerTest.java
@@ -23,11 +23,13 @@ impor... | map.replace fire's an Entry ADDED event. which is not very intuitive, as replace, sounds like it should be and UPDATE event | hazelcast_hazelcast | train |
21db958ca8dd16dc4c82966953987e5331921703 | diff --git a/tests/TestCase/Model/Behavior/UploadBehaviorTest.php b/tests/TestCase/Model/Behavior/UploadBehaviorTest.php
index <HASH>..<HASH> 100644
--- a/tests/TestCase/Model/Behavior/UploadBehaviorTest.php
+++ b/tests/TestCase/Model/Behavior/UploadBehaviorTest.php
@@ -466,8 +466,11 @@ class UploadBehaviorTest extends... | Add <I> compatibility, ditch deprecated `getMock()` usage. | FriendsOfCake_cakephp-upload | train |
8b157bccee6f7787711149d3b2d23922c55ef719 | diff --git a/salt/modules/mdadm.py b/salt/modules/mdadm.py
index <HASH>..<HASH> 100644
--- a/salt/modules/mdadm.py
+++ b/salt/modules/mdadm.py
@@ -59,7 +59,7 @@ def detail(device='/dev/md0'):
'device': comps[-1],
}
continue
- comps = line.split(':')
+ ... | Fixed bug with splitting on ':' | saltstack_salt | train |
afd132a10782fb8a6f1fe35ef39604940baf79c0 | diff --git a/lib/rules/line-comment-position.js b/lib/rules/line-comment-position.js
index <HASH>..<HASH> 100644
--- a/lib/rules/line-comment-position.js
+++ b/lib/rules/line-comment-position.js
@@ -50,7 +50,7 @@ module.exports = {
ignorePattern,
applyDefaultPatterns = true;
- if (!op... | Fix: line-comment-position "above" string option now works (fixes #<I>) (#<I>) | eslint_eslint | train |
8bb28b37558a253e97cb75c82fb2de2c87031c6e | diff --git a/src/Dflydev/Pimple/Provider/DoctrineOrm/DoctrineOrmServiceProvider.php b/src/Dflydev/Pimple/Provider/DoctrineOrm/DoctrineOrmServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/Dflydev/Pimple/Provider/DoctrineOrm/DoctrineOrmServiceProvider.php
+++ b/src/Dflydev/Pimple/Provider/DoctrineOrm/DoctrineOrmS... | Throw an exception of mappings looks like it is just an assoc array and not an array of arrays. | dflydev_dflydev-doctrine-orm-service-provider | train |
6cff8c5747f10dcd2f51d57ddca8637090bf6547 | diff --git a/tests/App/Controller/BlogsController.php b/tests/App/Controller/BlogsController.php
index <HASH>..<HASH> 100644
--- a/tests/App/Controller/BlogsController.php
+++ b/tests/App/Controller/BlogsController.php
@@ -31,7 +31,7 @@ class BlogsController extends Controller
'activateAll' => [
... | Attempt to fix SetValueAction TestCase | FriendsOfCake_crud-json-api | train |
c96e6f3b7b32ad22f800e11837e2b15284afa92b | diff --git a/src/Core/Plugin/EventSubscriber.php b/src/Core/Plugin/EventSubscriber.php
index <HASH>..<HASH> 100644
--- a/src/Core/Plugin/EventSubscriber.php
+++ b/src/Core/Plugin/EventSubscriber.php
@@ -11,23 +11,28 @@
namespace Yosymfony\Spress\Core\Plugin;
+/**
+ * Event subscriber.
+ *
+ * @author Victor Puerta... | Argument 'listener' from addEventListener is a type closure | spress_spress | train |
a3bffb34bb35e35ebdae52cd2c84161e70079a1f | diff --git a/reducers/url/index.js b/reducers/url/index.js
index <HASH>..<HASH> 100644
--- a/reducers/url/index.js
+++ b/reducers/url/index.js
@@ -21,6 +21,12 @@ const URL_LIFETIME = 31536000000; // 1 year in milliseconds
const STATE_VERSION = 'v1';
/**
+ * A blacklist of keys to not include in the localstorage.
+ ... | CON-<I> Added a blacklist for persistent data | shopgate_pwa | train |
49184e8b222992b8270326e978a2e9eddfa6ef76 | diff --git a/hsp/expressions/parser.js b/hsp/expressions/parser.js
index <HASH>..<HASH> 100644
--- a/hsp/expressions/parser.js
+++ b/hsp/expressions/parser.js
@@ -97,7 +97,7 @@ constant("null", null);
prefix("new", function(){
var args = [];
this.a = 'bnr';
- this.l = expression(70);
+ this.l = express... | fix(expressions): wrong priority between the ! operator and function calls
closes #<I> | ariatemplates_hashspace | train |
91ae51f54d2ae23602b2f0acd8f5dfbb837ee54e | diff --git a/azkaban-hadoop-security-plugin/src/main/java/azkaban/security/HadoopSecurityManager_H_2_0.java b/azkaban-hadoop-security-plugin/src/main/java/azkaban/security/HadoopSecurityManager_H_2_0.java
index <HASH>..<HASH> 100644
--- a/azkaban-hadoop-security-plugin/src/main/java/azkaban/security/HadoopSecurityManag... | Use FQN for Kerberos principal only. (#<I>) | azkaban_azkaban | train |
91af54ba50ec81ccf7324c1ddad2e5f3bb1cc22d | diff --git a/src/de/unihd/dbs/uima/annotator/heideltime/HeidelTime.java b/src/de/unihd/dbs/uima/annotator/heideltime/HeidelTime.java
index <HASH>..<HASH> 100644
--- a/src/de/unihd/dbs/uima/annotator/heideltime/HeidelTime.java
+++ b/src/de/unihd/dbs/uima/annotator/heideltime/HeidelTime.java
@@ -1741,7 +1741,8 @@ public ... | Jannik's improvements for token boundary detection with punctuation | HeidelTime_heideltime | train |
42970c05a7c7981dc5644285fda23c9d33409b6d | diff --git a/armstrong/core/arm_wells/tests/_utils.py b/armstrong/core/arm_wells/tests/_utils.py
index <HASH>..<HASH> 100644
--- a/armstrong/core/arm_wells/tests/_utils.py
+++ b/armstrong/core/arm_wells/tests/_utils.py
@@ -1,6 +1,6 @@
import random
-from django.test import TestCase
+from django.test import TestCase ... | Add in loading of a Well based on the provided well_title | armstrong_armstrong.core.arm_wells | train |
4724b795236137298d982ead83cfeae73c889490 | diff --git a/web/app/charitynet/charitynet.js b/web/app/charitynet/charitynet.js
index <HASH>..<HASH> 100644
--- a/web/app/charitynet/charitynet.js
+++ b/web/app/charitynet/charitynet.js
@@ -173,7 +173,7 @@ $(function () {
padding.bottom = padding.top;
padding.right = padding.left;
- ... | Fixing charitynet due to vega api change | Kitware_tangelo | train |
6d5ccfd9379a1a456bf8da2ecbc27abe7e7c10c1 | diff --git a/tests/AbstractKleinTest.php b/tests/AbstractKleinTest.php
index <HASH>..<HASH> 100644
--- a/tests/AbstractKleinTest.php
+++ b/tests/AbstractKleinTest.php
@@ -48,7 +48,7 @@ abstract class AbstractKleinTest extends PHPUnit_Framework_TestCase {
protected function setUp() {
// Create a new klein app,
/... | Making tests pass
(most tests are designed so that they don't expect any Header output, hence the NoOp) | klein_klein.php | train |
8d8ffa1ba9f230a26df42f344ea26aa2760f2d74 | diff --git a/src/org/jgroups/protocols/FC.java b/src/org/jgroups/protocols/FC.java
index <HASH>..<HASH> 100644
--- a/src/org/jgroups/protocols/FC.java
+++ b/src/org/jgroups/protocols/FC.java
@@ -25,7 +25,7 @@ import java.util.*;
* <br/>This is the second simplified implementation of the same model. The algorithm is s... | added sanity check to verify max_credits <= max memory | belaban_JGroups | train |
c6f69e538ece3cb5aa81f7e7bd55f9b6a34bd34f | diff --git a/jspdf.js b/jspdf.js
index <HASH>..<HASH> 100644
--- a/jspdf.js
+++ b/jspdf.js
@@ -4245,13 +4245,15 @@ var jsPDF = (function(global) {
* @param {Array<number>} array An array containing 0-2 numbers. The first number sets the length of the
* dashes, the second number the length of the gaps. If th... | improve setLineDashPattern
* Make the `dash` parameter optional. This allows the function call to
be shorter in most of the cases, which is easier to read. At the same
time it is more compatible with the setLineDash and
setLineDashPattern functions of jsPDF (<I> and master <I>).
* Allow an empty function ca... | MrRio_jsPDF | train |
17ffbdc46c591f20fcb5c73479acc96b7a2e7a8a | diff --git a/spikeextractors/extractors/bindatrecordingextractor/bindatrecordingextractor.py b/spikeextractors/extractors/bindatrecordingextractor/bindatrecordingextractor.py
index <HASH>..<HASH> 100644
--- a/spikeextractors/extractors/bindatrecordingextractor/bindatrecordingextractor.py
+++ b/spikeextractors/extractor... | reintroduced probe bath in gui params | SpikeInterface_spikeextractors | train |
b89fe19773dfb43c3cb8efa62409ef97f3389e55 | diff --git a/lib/bumbleworks/configuration.rb b/lib/bumbleworks/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/bumbleworks/configuration.rb
+++ b/lib/bumbleworks/configuration.rb
@@ -13,6 +13,7 @@ module Bumbleworks
#
class Configuration
class UndefinedSetting < StandardError; end
+ class InvalidS... | Refactor, and check for existence of configuration directories. | bumbleworks_bumbleworks | train |
96f2be056d6fc232040c4d3ec7b408e47452432b | diff --git a/flask_security/decorators.py b/flask_security/decorators.py
index <HASH>..<HASH> 100644
--- a/flask_security/decorators.py
+++ b/flask_security/decorators.py
@@ -52,11 +52,16 @@ def _check_token():
try:
data = serializer.loads(token)
- user = _security.datastore.find_user(id=data[0])... | Move anonymous_user_required to decorators | mattupstate_flask-security | train |
c7414e5671477eb165ddb0ca240165cb565ff442 | diff --git a/environs/azure/environ.go b/environs/azure/environ.go
index <HASH>..<HASH> 100644
--- a/environs/azure/environ.go
+++ b/environs/azure/environ.go
@@ -417,6 +417,16 @@ func (env *azureEnviron) internalStartInstance(cons constraints.Value, possibleT
// cloud-init package which supports Azure.
sourceImage... | Hack around the problem of the OS disk's size. | juju_juju | train |
8ec48522051e3086d7517350599492e080976fb2 | diff --git a/kdtree.py b/kdtree.py
index <HASH>..<HASH> 100644
--- a/kdtree.py
+++ b/kdtree.py
@@ -207,8 +207,8 @@ def require_axis(f):
class KDNode(Node):
""" A Node that contains kd-tree specific data and methods """
-
-
+
+
def __init__(self, data=None, left=None, right=None, axis=None,
... | Implemented the knn search with a totally recursive function, according to Stanford CS<I>'s pseudocode | stefankoegl_kdtree | train |
cf1a9ca324b9df8fb3ef32b64b7450085abeb6c3 | diff --git a/src/components/victory-errorbar/helper-methods.js b/src/components/victory-errorbar/helper-methods.js
index <HASH>..<HASH> 100644
--- a/src/components/victory-errorbar/helper-methods.js
+++ b/src/components/victory-errorbar/helper-methods.js
@@ -1,5 +1,5 @@
-import { assign, flatten, orderBy } from "lodash... | support minDomain and maxDomain for VictoryErrorBar | FormidableLabs_victory | train |
f2be64604da5af0d7739cfacf36f55712f0fc5cb | diff --git a/etc/adapters/etcd.py b/etc/adapters/etcd.py
index <HASH>..<HASH> 100644
--- a/etc/adapters/etcd.py
+++ b/etc/adapters/etcd.py
@@ -98,7 +98,12 @@ class EtcdAdapter(Adapter):
message = data['message']
cause = data['cause']
index = data['index']
- return EtcdError.__dispatch_... | EtcdError keeps X-Etcd-Index | sublee_etc | train |
a2f6f02482be81c8ca63dd5f708899dba3292ed5 | diff --git a/tests/test_bloomfilter.py b/tests/test_bloomfilter.py
index <HASH>..<HASH> 100644
--- a/tests/test_bloomfilter.py
+++ b/tests/test_bloomfilter.py
@@ -35,6 +35,9 @@ class TestBloomMatcher(unittest.TestCase):
def test_dice_3(self):
self.assertEqual(bm.dicecoeff_pure_python(bitarray('1000001'), ... | Add failing tests for dice similarity score | data61_clkhash | train |
d8decd7ca8f736586e228799b362f324ff9c3a4b | diff --git a/views/cypress/support/resourceProperties.js b/views/cypress/support/resourceProperties.js
index <HASH>..<HASH> 100644
--- a/views/cypress/support/resourceProperties.js
+++ b/views/cypress/support/resourceProperties.js
@@ -25,6 +25,8 @@
*/
Cypress.Commands.add('renameSelectedClass', (formSelector, newNa... | fix: add wait for requests before move forward | oat-sa_tao-core | train |
9cae30c8753f83f2f52e5bb76c57ef587a710438 | diff --git a/djangoautoconf/__init__.py b/djangoautoconf/__init__.py
index <HASH>..<HASH> 100644
--- a/djangoautoconf/__init__.py
+++ b/djangoautoconf/__init__.py
@@ -3,6 +3,6 @@
__author__ = 'Richard Wang'
__email__ = 'richardwangwang@gmail.com'
-__version__ = '1.11.9'
+__version__ = '1.11.10'
# from .django_au... | Code refine.
Fix Python 3 compatibility. | weijia_djangoautoconf | train |
2dcbbfe1a7b44897bc026b845c6b0822a27858a8 | diff --git a/server/test/integration/com/thoughtworks/go/config/GoConfigMigrationIntegrationTest.java b/server/test/integration/com/thoughtworks/go/config/GoConfigMigrationIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/server/test/integration/com/thoughtworks/go/config/GoConfigMigrationIntegrationTest.java
+++ ... | Fixing test where SAXBuilder takes in a StringReader and not a string | gocd_gocd | train |
176aae4e144f1234fb54bca5ee01f18217dded6f | diff --git a/examples/google_cheese/src/main/java/ghostdriver/GoogleCheeseServerOnly.java b/examples/google_cheese/src/main/java/ghostdriver/GoogleCheeseServerOnly.java
index <HASH>..<HASH> 100644
--- a/examples/google_cheese/src/main/java/ghostdriver/GoogleCheeseServerOnly.java
+++ b/examples/google_cheese/src/main/ja... | Updated GoogleCheeseServer to use "executeScript" and "executeAsyncScript".
It's growing too much, but I don't have time to spend on figuring out how to run the Unit Tests. | detro_ghostdriver | train |
d018353908f5c196b585129eed7549419cceaf07 | diff --git a/http-server/src/main/java/com/proofpoint/http/server/HttpServer.java b/http-server/src/main/java/com/proofpoint/http/server/HttpServer.java
index <HASH>..<HASH> 100644
--- a/http-server/src/main/java/com/proofpoint/http/server/HttpServer.java
+++ b/http-server/src/main/java/com/proofpoint/http/server/HttpS... | Disabled logging in testing http server | airlift_airlift | train |
df8e070a4ef43808407318ce08fc8ce7798390ec | diff --git a/pkrss/src/main/java/com/pkmmte/pkrss/Article.java b/pkrss/src/main/java/com/pkmmte/pkrss/Article.java
index <HASH>..<HASH> 100644
--- a/pkrss/src/main/java/com/pkmmte/pkrss/Article.java
+++ b/pkrss/src/main/java/com/pkmmte/pkrss/Article.java
@@ -495,7 +495,6 @@ public class Article implements Parcelable {
... | Parcelable CREATOR static variable
Added a static CREATOR variable for the Enclosure class. Android Studio wouldn't stop complaining without it. | Pkmmte_PkRSS | train |
1713b40893dc43294c4bb57554363196808df871 | diff --git a/ngrest/base/Model.php b/ngrest/base/Model.php
index <HASH>..<HASH> 100644
--- a/ngrest/base/Model.php
+++ b/ngrest/base/Model.php
@@ -213,7 +213,7 @@ abstract class Model extends \yii\db\ActiveRecord implements \admin\base\Generic
$query->orWhere(['like', $field, $searchQuery]);
}
... | fixed bug with relational and i<I>n data | luyadev_luya-module-admin | train |
4308f79cd764cc1d52b735609f690073794889fb | diff --git a/colour.py b/colour.py
index <HASH>..<HASH> 100644
--- a/colour.py
+++ b/colour.py
@@ -266,7 +266,7 @@ HEX = C_HEX()
##
-## Convertion function
+## Conversion function
##
def hsl2rgb(hsl):
@@ -287,7 +287,7 @@ def hsl2rgb(hsl):
This algorithm came from:
http://www.easyrgb.com/index.php?X=M... | fix: correct spelling mistake in comments and doc help (fixes #<I>) !minor | vaab_colour | train |
b8160cc6d495678815738d46414e77ec89933f16 | diff --git a/core/chain_manager.go b/core/chain_manager.go
index <HASH>..<HASH> 100644
--- a/core/chain_manager.go
+++ b/core/chain_manager.go
@@ -26,11 +26,10 @@ var (
blockNumPre = []byte("block-num-")
)
-const blockCacheLimit = 10000
-
-type StateQuery interface {
- GetAccount(addr []byte) *state.StateObject
-... | core: shuffled some code | ethereum_go-ethereum | train |
f3ac5b285b8f00f5d18442eb6d379fcaf2071002 | diff --git a/src/Codeception/Module/Laravel5.php b/src/Codeception/Module/Laravel5.php
index <HASH>..<HASH> 100644
--- a/src/Codeception/Module/Laravel5.php
+++ b/src/Codeception/Module/Laravel5.php
@@ -156,19 +156,19 @@ class Laravel5 extends Framework implements ActiveRecord
*/
protected function initializ... | refactored getApplication and exposed $app via accessor | janhenkgerritsen_codeception-laravel5 | train |
32faf1a48fe5459bc78913f465d57fda0b587205 | diff --git a/h2o-py/h2o/connection.py b/h2o-py/h2o/connection.py
index <HASH>..<HASH> 100644
--- a/h2o-py/h2o/connection.py
+++ b/h2o-py/h2o/connection.py
@@ -123,7 +123,7 @@ class H2OConnection(object):
cld = __H2OCONN__._cld
ncpus = sum([n['num_cpus'] for n in cld['nodes']])
allowed_cpus = sum([n['cpus... | Python and R use free_mem instead of max_mem | h2oai_h2o-3 | train |
02172a96e95de803c5bbb0e6195cf89bacd52dd2 | diff --git a/intranet/apps/preferences/views.py b/intranet/apps/preferences/views.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/preferences/views.py
+++ b/intranet/apps/preferences/views.py
@@ -278,7 +278,7 @@ def preferences_view(request):
def privacy_options_view(request):
"""View and edit privacy options ... | Fix preferences get user by id | tjcsl_ion | train |
11ce2cdfb84ac75d4ba5704a6de4dbba69c6919d | diff --git a/tests/dataview/dataview.js b/tests/dataview/dataview.js
index <HASH>..<HASH> 100644
--- a/tests/dataview/dataview.js
+++ b/tests/dataview/dataview.js
@@ -377,6 +377,20 @@ test("all then none", function() {
assertConsistency(dv);
});
+test("inlined returns", function() {
+ var dv = new Slick.Data... | Add failing test case for inlined filtering.
Filters with `return true|false` statements that are not terminated by
semi-colons or closing braces will be left dangling in the
slickgrid-compiled function. This causes invalid data to be returned when
filtering.
This can be an issue when JS compression/minification is i... | coatue-oss_slickgrid2 | train |
43a8bcfe2e0980fad25304f270ac4a3d9b63e3a0 | diff --git a/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/zuul/TraceRestClientRibbonCommandFactoryTest.java b/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/zuul/TraceRestClientRibbonCommandFactoryTest.java
index <HASH>..<HASH> 100644
--- a/sprin... | Pass empty collections rather than null. | spring-cloud_spring-cloud-sleuth | train |
d284f8d668549939cfc6d4d54e16c1ae4fc2abc0 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ var ReactS3Uploader = require('react-s3-uploader');
signingUrl="/s3/sign"
signingUrlMethod="GET"
accept="image/*"
+ s3path="/uploads/"
preprocess={this.onUploadStart}
onProgress={... | Added s3path prop. Receive the path where the file should be uploaded. | odysseyscience_react-s3-uploader | train |
d8e82cdd7c3f550cc711cd5ba810a0aae81d5dc9 | diff --git a/src/com/mebigfatguy/fbcontrib/utils/ToString.java b/src/com/mebigfatguy/fbcontrib/utils/ToString.java
index <HASH>..<HASH> 100644
--- a/src/com/mebigfatguy/fbcontrib/utils/ToString.java
+++ b/src/com/mebigfatguy/fbcontrib/utils/ToString.java
@@ -87,7 +87,7 @@ public class ToString {
... | Github #<I> only declare the exception types we might catch | mebigfatguy_fb-contrib | train |
dba127e00509e9e64e67b07e328434dad7e57635 | diff --git a/features/env.rb b/features/env.rb
index <HASH>..<HASH> 100644
--- a/features/env.rb
+++ b/features/env.rb
@@ -11,7 +11,13 @@ if File.exist?(cfg)
elsif ENV['AWS_INTEGRATION']
# run integration tests, just don't read a configuration file from disk
else
- msg = "skipping integration tests - export AWS_I... | Improved the console message that instructs how to run integration tests. | aws_aws-sdk-ruby | train |
9348f9ca26362922586a2b2f6bc8ef074891a2bb | diff --git a/lib/agent/actions/remote-terminal/linux/index.js b/lib/agent/actions/remote-terminal/linux/index.js
index <HASH>..<HASH> 100644
--- a/lib/agent/actions/remote-terminal/linux/index.js
+++ b/lib/agent/actions/remote-terminal/linux/index.js
@@ -14,7 +14,7 @@ exports.ssh_server_running = function(callback){
... | Terminal: Allow passing opts to start_ssh_server. | prey_prey-node-client | train |
e3957c7b4d9cae6cd2befd2b07311ca11745094d | diff --git a/src/lib/failure.js b/src/lib/failure.js
index <HASH>..<HASH> 100644
--- a/src/lib/failure.js
+++ b/src/lib/failure.js
@@ -25,6 +25,10 @@ class Failure extends Try {
return value;
}
+ getOrElseThrow(fn) {
+ ValidationUtil.requireNonNullFunction(fn, '(arg1 - function) not provided f... | onFailure and onSuccess should only accept a function. | whirlwin_try-js | train |
571c0c689c21cc0215b7a7d131e176f13bc7d32f | diff --git a/blueflood-core/src/test/java/com/rackspacecloud/blueflood/service/ScheduleContextTest.java b/blueflood-core/src/test/java/com/rackspacecloud/blueflood/service/ScheduleContextTest.java
index <HASH>..<HASH> 100644
--- a/blueflood-core/src/test/java/com/rackspacecloud/blueflood/service/ScheduleContextTest.jav... | Don't rely on a certain ordering of scheduled slots. (Changes to the jvm between 7 and 8 alter the order) | rackerlabs_blueflood | train |
aec42b16fffa9c9f2515f45ff02a6bd2f3090a59 | diff --git a/test/unit/arg_helper_test.rb b/test/unit/arg_helper_test.rb
index <HASH>..<HASH> 100644
--- a/test/unit/arg_helper_test.rb
+++ b/test/unit/arg_helper_test.rb
@@ -78,6 +78,15 @@ describe GirFFI::ArgHelper do
assert_equal nil, GirFFI::ArgHelper.object_to_inptr(nil)
end
end
+
+ describe "when... | Add test for GirFFI::ArgHelper.object_to_inptr with a regular object. | mvz_gir_ffi | train |
ebdf6c354f3f80289781d4e73a0a7a2b585d09f8 | diff --git a/pkg/apis/smith/v1/types.go b/pkg/apis/smith/v1/types.go
index <HASH>..<HASH> 100644
--- a/pkg/apis/smith/v1/types.go
+++ b/pkg/apis/smith/v1/types.go
@@ -2,6 +2,7 @@ package v1
import (
"bytes"
+ "fmt"
"github.com/atlassian/smith/pkg/apis/smith"
@@ -134,6 +135,20 @@ type BundleCondition struct {... | String() method for BundleCondition | atlassian_smith | train |
60a642b54b84477ae0ee7f7bd972f21215147a63 | diff --git a/src-gwt/org/opencms/ade/containerpage/client/ui/CmsListCollectorEditor.java b/src-gwt/org/opencms/ade/containerpage/client/ui/CmsListCollectorEditor.java
index <HASH>..<HASH> 100644
--- a/src-gwt/org/opencms/ade/containerpage/client/ui/CmsListCollectorEditor.java
+++ b/src-gwt/org/opencms/ade/containerpage... | Fixing issue with superfluous buttons. | alkacon_opencms-core | train |
a7bc7bd0e8cfeb5cf7f385ba1ba1abbe8797ab91 | diff --git a/p2p/net/swarm/dial_test.go b/p2p/net/swarm/dial_test.go
index <HASH>..<HASH> 100644
--- a/p2p/net/swarm/dial_test.go
+++ b/p2p/net/swarm/dial_test.go
@@ -10,6 +10,7 @@ import (
peer "github.com/jbenet/go-ipfs/p2p/peer"
testutil "github.com/jbenet/go-ipfs/util/testutil"
+ ci "github.com/jbenet/go-ipfs... | p2p/net/swarm: TestDialBackoffClears CI Timeout
increased the timeout for other CI too | ipfs_go-ipfs | train |
996e8dc59d38ad5bc0c60bb03d2ddcac854f96fd | diff --git a/sos/sosreport.py b/sos/sosreport.py
index <HASH>..<HASH> 100644
--- a/sos/sosreport.py
+++ b/sos/sosreport.py
@@ -52,7 +52,7 @@ else:
fatal_fs_errors = (errno.ENOSPC, errno.EROFS)
-def _format_list(first_line, items, indent=False):
+def _format_list(first_line, items, indent=False, sep=", "):
lin... | [sosreport] add separator argument to _format_list()
The _format_list() function handles formatting lists as comma-
separated strings, including line wrapping and indentation to
match an outer indentation level.
Add a new 'sep' parameter to allow the list to be separated by
an arbitrary character sequence.
This allo... | sosreport_sos | train |
829c86ab6b9c07726ff99a17b1d253b5add52f3d | diff --git a/utils/CommandLineParser.py b/utils/CommandLineParser.py
index <HASH>..<HASH> 100644
--- a/utils/CommandLineParser.py
+++ b/utils/CommandLineParser.py
@@ -47,6 +47,8 @@ class CommandLineParser():
'compression']
SSLYZE_USAGE = 'usage: %prog [options] target1.com target2.com:443 etc..... | Add StartTLS support for POP and IMAP
See issue #4 | nabla-c0d3_sslyze | train |
2fe45a35f065171b3f30117ff4e0367d49603a71 | diff --git a/federation/entities/matrix/entities.py b/federation/entities/matrix/entities.py
index <HASH>..<HASH> 100644
--- a/federation/entities/matrix/entities.py
+++ b/federation/entities/matrix/entities.py
@@ -144,6 +144,8 @@ class MatrixRoomMessage(Post, MatrixEntityMixin):
logger.warning("Matrix... | Delete the temp file after uploading | jaywink_federation | train |
cb16305bcfcdcc8eed42de81f2b9fee3a7902fe6 | diff --git a/src/Formatter/MoneyFormatter.php b/src/Formatter/MoneyFormatter.php
index <HASH>..<HASH> 100644
--- a/src/Formatter/MoneyFormatter.php
+++ b/src/Formatter/MoneyFormatter.php
@@ -23,6 +23,6 @@ class MoneyFormatter
*/
static public function centsToDollars(int $cents): float
{
- return ... | Fix for MoneyFormatter::centsToDollars - default thousandsSeparator of , doesn't play nicely with frontend filters like MoneyExtension::centsToDollars. Change number_format() to sprintf() to return actual float | tentwofour_formatter | train |
769df73728d725c2aa7adcdfaab7080d5f957fab | diff --git a/jax/experimental/jax2tf/jax2tf.py b/jax/experimental/jax2tf/jax2tf.py
index <HASH>..<HASH> 100644
--- a/jax/experimental/jax2tf/jax2tf.py
+++ b/jax/experimental/jax2tf/jax2tf.py
@@ -13,6 +13,7 @@
# limitations under the License.
"""Experimental module transforms JAX functions to be executed by TensorFlow... | Preserve name scope of named_call primitive in jax2tf | tensorflow_probability | train |
c02a39befc61c82b44c8baf03c0a0f0e304b1acc | diff --git a/satellite/src/main/java/satellite/connections/SpaceStation.java b/satellite/src/main/java/satellite/connections/SpaceStation.java
index <HASH>..<HASH> 100644
--- a/satellite/src/main/java/satellite/connections/SpaceStation.java
+++ b/satellite/src/main/java/satellite/connections/SpaceStation.java
@@ -5,24 ... | SpaceStation doc and a cleaner method definition | konmik_satellite | train |
aad2c116be9db33f410415ffa4483004e4b39335 | diff --git a/assets/src/scripts/charcoal/admin/component_manager.js b/assets/src/scripts/charcoal/admin/component_manager.js
index <HASH>..<HASH> 100644
--- a/assets/src/scripts/charcoal/admin/component_manager.js
+++ b/assets/src/scripts/charcoal/admin/component_manager.js
@@ -78,6 +78,10 @@ Charcoal.Admin.ComponentMa... | Tinymce in bootstrap dialogs (quick form) tmp fix | locomotivemtl_charcoal-admin | train |
cd1df50f52400b791351aa9aef0b4e548dd5b97a | diff --git a/vent/core/file_drop/file_drop.py b/vent/core/file_drop/file_drop.py
index <HASH>..<HASH> 100644
--- a/vent/core/file_drop/file_drop.py
+++ b/vent/core/file_drop/file_drop.py
@@ -61,15 +61,26 @@ class GZHandler(PatternMatchingEventHandler):
print(uid + " ***")
descr... | extra check for gpu queued jobs | CyberReboot_vent | train |
e9f273df47789544a30a4aecea025723cc90ae28 | diff --git a/raster.py b/raster.py
index <HASH>..<HASH> 100644
--- a/raster.py
+++ b/raster.py
@@ -481,12 +481,20 @@ def stack(srcfiles, dstfile, resampling, targetres, srcnodata, dstnodata, shapef
else:
arg_ext = []
+ # define warping arguments
+ arg_targetres = dissolve(["-tr", targetres]) if ta... | function stack: added srcnodata argument to gdalbuildvrt commands | johntruckenbrodt_spatialist | train |
1d251d3158042caea978fdccfdc121dea7ce4416 | diff --git a/lib/librarian/environment/runtime_cache.rb b/lib/librarian/environment/runtime_cache.rb
index <HASH>..<HASH> 100644
--- a/lib/librarian/environment/runtime_cache.rb
+++ b/lib/librarian/environment/runtime_cache.rb
@@ -12,7 +12,8 @@ module Librarian
def delegate_to_backing_cache(*methods)
... | Fix for ruby-<I>. | applicationsonline_librarian | train |
ac9d32bf90ce3d2205be02b58743676868286123 | diff --git a/actionview/lib/action_view/digestor.rb b/actionview/lib/action_view/digestor.rb
index <HASH>..<HASH> 100644
--- a/actionview/lib/action_view/digestor.rb
+++ b/actionview/lib/action_view/digestor.rb
@@ -22,23 +22,23 @@ module ActionView
# * <tt>finder</tt> - An instance of <tt>ActionView::LookupCont... | push kwargs up to the user facing API
this lets us leverage Ruby's kwarg handling (exceptions for missing
params, etc) ASAP which allows us to skip active support method calls
and make sure the exception stack is closer to where the user called the
methods. | rails_rails | train |
05d028f37489eefcde68f89156fa3a8b407b06e8 | diff --git a/lib/knapsack.rb b/lib/knapsack.rb
index <HASH>..<HASH> 100644
--- a/lib/knapsack.rb
+++ b/lib/knapsack.rb
@@ -48,7 +48,7 @@ module Knapsack
def logger
return @@logger if @@logger
log = Knapsack::Logger.new
- log.level = Knapsack::Logger::INFO
+ log.level = Knapsack::Config::Env... | ADD KNAPSACK_LOG_LEVEL option | ArturT_knapsack | train |
5ca2ed475a358db75f41c1fe31f77f82e9646fee | diff --git a/visidata/sheets.py b/visidata/sheets.py
index <HASH>..<HASH> 100644
--- a/visidata/sheets.py
+++ b/visidata/sheets.py
@@ -422,8 +422,10 @@ class Sheet(BaseSheet):
if self.topRowIndex < self.cursorRowIndex-self.nScreenRows+1:
self.topRowIndex = self.cursorRowIndex-self.nScreenR... | [cursor] check cursor is off screen before scrolling | saulpw_visidata | train |
3a1841eda75036f19ae4d2e072af6d9997d30a74 | diff --git a/src/formats/collada/ColladaScene.js b/src/formats/collada/ColladaScene.js
index <HASH>..<HASH> 100644
--- a/src/formats/collada/ColladaScene.js
+++ b/src/formats/collada/ColladaScene.js
@@ -398,6 +398,10 @@ define([
var orderedScene;
+ if (!this.enabled) {
+ retur... | Setting enabled to false will no longer render the model | NASAWorldWind_WebWorldWind | train |
e304c48ec4f3569c1d1b17cefed3bdd94a7c415d | diff --git a/cake/tests/cases/libs/view/helpers/form.test.php b/cake/tests/cases/libs/view/helpers/form.test.php
index <HASH>..<HASH> 100644
--- a/cake/tests/cases/libs/view/helpers/form.test.php
+++ b/cake/tests/cases/libs/view/helpers/form.test.php
@@ -3237,6 +3237,36 @@ class FormHelperTest extends CakeTestCase {
... | Adding test to show that select() doesn't always auto select options named 'Array'. Disproves #<I> | cakephp_cakephp | train |
d8eb9f84d52cda0a328c89e2d99f97bb7a07cdac | diff --git a/code/admin/CatalogueAdmin.php b/code/admin/CatalogueAdmin.php
index <HASH>..<HASH> 100644
--- a/code/admin/CatalogueAdmin.php
+++ b/code/admin/CatalogueAdmin.php
@@ -79,7 +79,7 @@ class CatalogueAdmin extends ModelAdmin {
// Bulk manager
$manager = new GridFieldBulkManager();
- ... | Update unlink to <I> | silvercommerce_catalogue-admin | train |
d2585029e6f35edfbbaa3253f51df9b1f2e536ce | diff --git a/synapse/tests/test_common.py b/synapse/tests/test_common.py
index <HASH>..<HASH> 100644
--- a/synapse/tests/test_common.py
+++ b/synapse/tests/test_common.py
@@ -10,3 +10,10 @@ class CommonTest(SynTest):
with self.getTestDir() as testdir:
fd = genfile(testdir,'woot','foo.bin')
... | tests for guid(item) object based GUID generation | vertexproject_synapse | train |
39aa1b635b112b60596c8a6bddb6e7f41b00312c | diff --git a/domain.go b/domain.go
index <HASH>..<HASH> 100644
--- a/domain.go
+++ b/domain.go
@@ -1937,7 +1937,7 @@ type DomainNuma struct {
type DomainCell struct {
ID *uint `xml:"id,attr"`
- CPUs string `xml:"cpus,attr"`
+ CPUs string `xml:"cpus,attr,o... | domain: Allow CPU-less NUMA cells
Introduced in libvirt with
commit a<I>f<I>ee0cffa<I>b<I>ef<I>b<I>dd<I> | libvirt_libvirt-go-xml | train |
73b013f22fe050ecd758b9c13fb5a06c4a8ba22e | diff --git a/doc/whats-new.rst b/doc/whats-new.rst
index <HASH>..<HASH> 100644
--- a/doc/whats-new.rst
+++ b/doc/whats-new.rst
@@ -100,6 +100,8 @@ New Features
Bug fixes
~~~~~~~~~
+- If groupby receives a ``DataArray`` with name=None, assign a default name (:issue:`158`)
+ By `Phil Butcher <https://github.com/pjbu... | Assign default group name in groupby if name=None (#<I>) (#<I>)
* Assign default group name in groupby (#<I>)
* When groupby receives a DataArray with name=None assign name='group'
* Previously when name=None a ValueError: `group` must have a name was raised
* Closes #<I>
* Add test
* Update whats-new.r... | pydata_xarray | train |
4ef00e90bd6be7c5f9d4837ae0972f6abcd0b314 | diff --git a/lib/swift/migrations.rb b/lib/swift/migrations.rb
index <HASH>..<HASH> 100644
--- a/lib/swift/migrations.rb
+++ b/lib/swift/migrations.rb
@@ -1,7 +1,7 @@
module Swift
class Scheme
def self.migrations &migrations
- (class << self; self end).send :define_method, :migrate!, lambda{|db = Swift.db... | Replace old school metadef with define_singleton_method. | shanna_swift | train |
c421a03b0e0abe2e602912e6f1e5a12035a87165 | diff --git a/Swat/SwatTableViewRow.php b/Swat/SwatTableViewRow.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatTableViewRow.php
+++ b/Swat/SwatTableViewRow.php
@@ -27,6 +27,13 @@ abstract class SwatTableViewRow extends SwatUIObject
*/
public $id = null;
+ /**
+ * Whether or not this row is visible
+ *
+ * @par... | Added visible property.
svn commit r<I> | silverorange_swat | train |
a7bc1802a7030448d58deca8146430bb8698d3d9 | diff --git a/pynac.py b/pynac.py
index <HASH>..<HASH> 100644
--- a/pynac.py
+++ b/pynac.py
@@ -486,3 +486,13 @@ class PhaseSpace:
reprStr += '\ny: ' + self.yPhaseSpace.__repr__()
reprStr += '\nz: ' + self.zPhaseSpace.__repr__()
return reprStr
+
+
+
+def makePhaseSpaceList():
+ with open('d... | Make a phase-space list from the contents of dynac.short | se-esss-litterbox_Pynac | train |
1492b9187c045aa030a901a41a5eb9b8161c2c03 | diff --git a/src/DataBuilder.php b/src/DataBuilder.php
index <HASH>..<HASH> 100644
--- a/src/DataBuilder.php
+++ b/src/DataBuilder.php
@@ -811,21 +811,16 @@ class DataBuilder implements DataBuilderInterface
$ip = isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : null;
if ($this->cap... | github-<I>: composer fix | rollbar_rollbar-php | train |
5e399317b0bfaae6ed20e22b9f2ef242f5fa5e6c | diff --git a/dimod/utilities.py b/dimod/utilities.py
index <HASH>..<HASH> 100644
--- a/dimod/utilities.py
+++ b/dimod/utilities.py
@@ -369,6 +369,9 @@ def child_structure_dfs(sampler, seen=None):
and :attr:`.Structured.adjacency` attributes of the first structured
sampler encountered.
+ Raises:
+... | Raise the correct exception in child_structure_dfs | dwavesystems_dimod | train |
93c8acc3bef1de08c2824be1d2c5d39c33ec499d | diff --git a/lib/persistent-gossip/schedule.js b/lib/persistent-gossip/schedule.js
index <HASH>..<HASH> 100644
--- a/lib/persistent-gossip/schedule.js
+++ b/lib/persistent-gossip/schedule.js
@@ -146,7 +146,7 @@ function (gossip, config, server) {
var ts = Date.now()
var peers = gossip.peers()
- var... | tweak persistent-gossip to favour pubs that you are friends with, increase perm to 3 | ssbc_patchwork | train |
c9ea5f5351d3123bc48b7beb9b2f99e56f8709cf | diff --git a/src/sag.js b/src/sag.js
index <HASH>..<HASH> 100644
--- a/src/sag.js
+++ b/src/sag.js
@@ -244,11 +244,39 @@
return publicThat;
},
- setDatabase: function(db) {
+ setDatabase: function(db, createIfNotFound, createCallback) {
if(typeof db !== 'string' || db.length <= 0) {... | Adding ability to create a database if it doesn't exist when calling setDatabase(), along with tests. | sbisbee_sag-js | train |
c024aea9cb13a3375199699cfb5ae2fa15d35339 | diff --git a/src/ParallelDownloader.php b/src/ParallelDownloader.php
index <HASH>..<HASH> 100644
--- a/src/ParallelDownloader.php
+++ b/src/ParallelDownloader.php
@@ -90,7 +90,11 @@ class ParallelDownloader
// make url
$url = $package->getDistUrls();
- $url = $url[0];
+ ... | Avoid error when no dist urls are defined at all | hirak_prestissimo | train |
4a4c5c98d50cfc2d3810181ff302f914a201a5f4 | diff --git a/lib/coins_address_validator/version.rb b/lib/coins_address_validator/version.rb
index <HASH>..<HASH> 100644
--- a/lib/coins_address_validator/version.rb
+++ b/lib/coins_address_validator/version.rb
@@ -1,3 +1,3 @@
module CoinsAddressValidator
- VERSION = "0.1.2"
+ VERSION = "0.1.3"
end | Bumped version to <I> | Hothza_coin_address_validator | train |
58cee6b0f3acb1bc45968b57173fa5aefcf76877 | diff --git a/src/vs/base/parts/sandbox/electron-browser/preload.js b/src/vs/base/parts/sandbox/electron-browser/preload.js
index <HASH>..<HASH> 100644
--- a/src/vs/base/parts/sandbox/electron-browser/preload.js
+++ b/src/vs/base/parts/sandbox/electron-browser/preload.js
@@ -9,6 +9,13 @@
const { ipcRenderer, webFram... | sandbox - add note about support for get/set properties in preload script | Microsoft_vscode | train |
7c373d5ee3b18b38765fc34a03642ffa06cef2b3 | diff --git a/pycbc/frame/frame.py b/pycbc/frame/frame.py
index <HASH>..<HASH> 100644
--- a/pycbc/frame/frame.py
+++ b/pycbc/frame/frame.py
@@ -299,7 +299,7 @@ def frame_paths(frame_type, start_time, end_time, server=None):
return paths
def query_and_read_frame(frame_type, channels, start_time, end_time,... | add check integrity option to query and read (#<I>) | gwastro_pycbc | train |
2fd1b996adfc0e2e1bf4320d36bcd7ec5942ccd3 | diff --git a/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/typesystem/internal/AbstractPendingLinkingCandidate.java b/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/typesystem/internal/AbstractPendingLinkingCandidate.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext.xbase/src/o... | [bug <I>]: set 'Error' as severity of "Unhandled Exception" issue for
JvmConstructor feature call | eclipse_xtext-extras | train |
fcb18fa46c0703674bc2339d8cd1ac17cdbc9d9f | diff --git a/closure/goog/editor/plugins/enterhandler.js b/closure/goog/editor/plugins/enterhandler.js
index <HASH>..<HASH> 100644
--- a/closure/goog/editor/plugins/enterhandler.js
+++ b/closure/goog/editor/plugins/enterhandler.js
@@ -420,9 +420,8 @@ goog.editor.plugins.EnterHandler.DO_NOT_ENSURE_BLOCK_NODES_ =
*/
g... | Prepare for goog.dom.TagName type change.
To improve the type precision of created or accessed elements, the type of goog.dom.TagName members is going to change from string to object instance in cl/<I>. This CL prepares for that and changes all getElementsByTagName(goog.dom.TagName) calls to goog.dom.getElementsByTagN... | google_closure-library | train |
3848e7f8234647a6cfa51774c01f2a56e3f195d3 | diff --git a/src/ol/renderer/canvas/canvastilelayerrenderer.js b/src/ol/renderer/canvas/canvastilelayerrenderer.js
index <HASH>..<HASH> 100644
--- a/src/ol/renderer/canvas/canvastilelayerrenderer.js
+++ b/src/ol/renderer/canvas/canvastilelayerrenderer.js
@@ -220,7 +220,8 @@ ol.renderer.canvas.TileLayer.prototype.prepar... | Make comment about shrinking the canvas more descriptive | openlayers_openlayers | train |
52343db88154773d2a1b3bd7449e1ad1f5e81e5d | diff --git a/las/client.py b/las/client.py
index <HASH>..<HASH> 100644
--- a/las/client.py
+++ b/las/client.py
@@ -829,22 +829,30 @@ class Client:
}
return self._make_request(requests.patch, url, body=dictstrip(body))
- def create_user(self, email: str) -> Dict:
+ def create_user(self, email: ... | Added name and avatar to create_user | LucidtechAI_las-sdk-python | train |
0d3b9cf8edd536098aa9c944c2d5ac185a690bdc | diff --git a/examples/caps_object.rb b/examples/caps_object.rb
index <HASH>..<HASH> 100644
--- a/examples/caps_object.rb
+++ b/examples/caps_object.rb
@@ -8,6 +8,5 @@ require 'pandoc-filter'
PandocElement.filter do |element|
if element.kind_of?(PandocElement::Str)
element.value.upcase!
- nil
end
end
dif... | Allow distinction between filter and filter!
The `filter` method ignores the result of the block while `filter!` will use the
result to replace the current element (nil will not replace it though) | smellsblue_pandoc_object_filters | train |
6ff642720e8321ee3d108af47b1ceda1d6f875d0 | diff --git a/webpack.config.js b/webpack.config.js
index <HASH>..<HASH> 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -32,7 +32,7 @@ type Options = {|
srcRoot?: string,
staticRoot?: string,
template?: string,
- cspDirectives?: object
+ cspDirectives?: Object
|}
*/
@@ -49,7 +49,7 @@ type Inter... | Object is the type, not object | github_webpack-config-github | train |
c5c1fce6e5bc8af19e22027ce0ed0a7f86a05ef4 | diff --git a/src/extend/chunk.js b/src/extend/chunk.js
index <HASH>..<HASH> 100644
--- a/src/extend/chunk.js
+++ b/src/extend/chunk.js
@@ -9,6 +9,10 @@ import Chunks, {StarChunks, MixedChunks} from '../chunks';
const empty = new Empty();
+
+// ***********************************************************************... | Separated apis with comments for clarity | jlenoble_polypath | train |
1ff8034ea957c5da5e3889af2c15eff01d879719 | diff --git a/lib/DAV/handler.js b/lib/DAV/handler.js
index <HASH>..<HASH> 100644
--- a/lib/DAV/handler.js
+++ b/lib/DAV/handler.js
@@ -1206,8 +1206,12 @@ jsDAV_Handler.STATUS_MAP = {
* @return {String}
*/
this.calculateUri = function(uri) {
- if (uri.charAt(0) != "/" && uri.indexOf("://") > ... | improved lock 'if' header parsing and Not clause handling | mikedeboer_jsDAV | train |
2ce70c964624feffbc398af00e3519fb1262ade7 | diff --git a/src/com/google/javascript/jscomp/JSDocInfoPrinter.java b/src/com/google/javascript/jscomp/JSDocInfoPrinter.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/JSDocInfoPrinter.java
+++ b/src/com/google/javascript/jscomp/JSDocInfoPrinter.java
@@ -158,11 +158,13 @@ public final class JSDo... | Fix JSDocInfoPrinter to output parentheses around union types.
This fixes a bug where {{foo:(number|string)}} was translating to {{foo:number|string}} which fails to parse.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
d5337ff8a2011b3958c90294ac5a2016b4218cd4 | diff --git a/src/SensioLabs/Connect/Api/Entity/Club.php b/src/SensioLabs/Connect/Api/Entity/Club.php
index <HASH>..<HASH> 100644
--- a/src/SensioLabs/Connect/Api/Entity/Club.php
+++ b/src/SensioLabs/Connect/Api/Entity/Club.php
@@ -44,6 +44,7 @@ class Club extends AbstractEntity
->addProperty('url')
... | Add (missing?) property 'image' on Club entity | symfonycorp_connect | train |
53450957ef19c25f72d7cd5387d0844e1334961a | diff --git a/DependencyInjection/NetgenContentTypeListExtension.php b/DependencyInjection/NetgenContentTypeListExtension.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/NetgenContentTypeListExtension.php
+++ b/DependencyInjection/NetgenContentTypeListExtension.php
@@ -24,7 +24,7 @@ final class NetgenContentTy... | Use ezpublish DI extension to register config | netgen_NetgenContentTypeListBundle | train |
a24992ab3b6e544bf3a6cf372e8d2d1948598f5c | diff --git a/easymode/admin/utils.py b/easymode/admin/utils.py
index <HASH>..<HASH> 100644
--- a/easymode/admin/utils.py
+++ b/easymode/admin/utils.py
@@ -17,7 +17,9 @@ def register_all(module, exclude=[]):
for member_name in member_names:
obj = getattr(module, member_name, None)
- if isinstance(... | register_all will nolonger try to register abstract models | specialunderwear_django-easymode | train |
2eb075ea59308ca667e3a10d1793de3a5e168ad6 | diff --git a/premailer/premailer.go b/premailer/premailer.go
index <HASH>..<HASH> 100644
--- a/premailer/premailer.go
+++ b/premailer/premailer.go
@@ -123,6 +123,9 @@ func (pr *premailer) collectRules() {
if _, exist := s.Attr("media"); exist {
return
}
+ if val, exist := s.Attr("data-premailer"); exist && v... | Support data-premailer="ignore" as other | vanng822_go-premailer | train |
728c33feba92e80e386a89ce1eb2367d7852be08 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -25,6 +25,10 @@ SyncanoClient.prototype.setToken = function (token) {
this.token = token
}
+SyncanoClient.prototype.removeToken = function () {
+ this.token = undefined
+}
+
SyncanoClient.prototype.get ... | feat: add #removeToken method | Syncano_syncano-client-js | train |
653dccaf8a16990d38a205064f7eab555e58c670 | diff --git a/src/js/core.js b/src/js/core.js
index <HASH>..<HASH> 100644
--- a/src/js/core.js
+++ b/src/js/core.js
@@ -12,7 +12,7 @@ var ch = window.ch = {
* @type number
* @memberOf ch
*/
- version: "0.8.0",
+ version: "0.8.1",
/**
* Here you will find a map of all component's instances created by Chico-UI.
... | Updated to <I> in core.js | mercadolibre_chico | train |
709c197f84dc722ad6d17c15a87b33a61de7acb8 | diff --git a/salt/modules/grains.py b/salt/modules/grains.py
index <HASH>..<HASH> 100644
--- a/salt/modules/grains.py
+++ b/salt/modules/grains.py
@@ -192,7 +192,7 @@ def item(*args, **kwargs):
return ret
-def setvals(grains, destructive=False):
+def setvals(grains, destructive=False, refresh=True):
'''
... | allow sync_grains to be disabled on grains.setval | saltstack_salt | train |
9e01d44ef5b4f160f69f981359b1af494814a338 | diff --git a/lib/config-plugin.js b/lib/config-plugin.js
index <HASH>..<HASH> 100644
--- a/lib/config-plugin.js
+++ b/lib/config-plugin.js
@@ -35,20 +35,19 @@ Config.prototype.getConfig = function () {
Config.prototype.apply = function(compiler) {
// Build the configuration object
- var options = this.options
... | Fix bug that was blocking JSON support, closes #4 | mehcode_webpack-config-plugin | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.