hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
f80cf5ada43989dbc702e9878df2836739544f69 | diff --git a/gorush/notification_hms.go b/gorush/notification_hms.go
index <HASH>..<HASH> 100644
--- a/gorush/notification_hms.go
+++ b/gorush/notification_hms.go
@@ -4,7 +4,6 @@ import (
"context"
"encoding/json"
"errors"
- "fmt"
"sync"
"github.com/msalihkarakasli/go-hms-push/push/config"
@@ -23,7 +22,6 @@... | refactor(hms): format the code | appleboy_gorush | train |
e27f638fe39d340ff74114ad865aaf9eebf4d8f6 | diff --git a/system/src/Grav/Common/User/User.php b/system/src/Grav/Common/User/User.php
index <HASH>..<HASH> 100644
--- a/system/src/Grav/Common/User/User.php
+++ b/system/src/Grav/Common/User/User.php
@@ -138,6 +138,13 @@ class User extends Data
return false;
}
+ //Check group access le... | The User authorize method now checks first if the user group the user belongs to has permissions for the resource (single group version) | getgrav_grav | train |
ef2c9e3a0368efa9f776818e042736d961269425 | diff --git a/src/main/js/doc.js b/src/main/js/doc.js
index <HASH>..<HASH> 100644
--- a/src/main/js/doc.js
+++ b/src/main/js/doc.js
@@ -1167,6 +1167,7 @@
Br.prototype.initFromNode = function (doc, parent, node, errorHandler) {
LayoutElement.prototype.initFromNode.call(this, doc, parent, node, errorHandle... | Add <br> to timing processing | sandflow_imscJS | train |
3df4ae16409c00d2927880832e4fe6ae0550a89c | diff --git a/src/main/java/edu/uci/ics/crawler4j/fetcher/PageFetcher.java b/src/main/java/edu/uci/ics/crawler4j/fetcher/PageFetcher.java
index <HASH>..<HASH> 100644
--- a/src/main/java/edu/uci/ics/crawler4j/fetcher/PageFetcher.java
+++ b/src/main/java/edu/uci/ics/crawler4j/fetcher/PageFetcher.java
@@ -35,6 +35,8 @@ imp... | Fixed issue #<I> and issue #<I> | yasserg_crawler4j | train |
4cb8ed2241b66d0db3c56b35e784b0352ee5722d | diff --git a/ansible_runner/streaming.py b/ansible_runner/streaming.py
index <HASH>..<HASH> 100644
--- a/ansible_runner/streaming.py
+++ b/ansible_runner/streaming.py
@@ -1,3 +1,4 @@
+import base64
import io
import json
import os
@@ -19,9 +20,6 @@ class StreamWorker(object):
self.control_out.flush()
... | Encode the artifacts zip file as base<I> | ansible_ansible-runner | train |
a119d1b8b95ebc2115d66e59b35cd430016ba35a | diff --git a/test/helper.rb b/test/helper.rb
index <HASH>..<HASH> 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -24,7 +24,12 @@ class Rake::TestCase < MiniTest::Unit::TestCase
ARGV.clear
@orig_PWD = Dir.pwd
- @orig_RAKE_SYSTEM = ENV['RAKE_SYSTEM']
+ @orig_RAKE_COLUMNS = ENV['RAKE_COLUMNS']
+ ... | Remove in_environment from test/test_rake_task_argument_parsing.rb
Fix file utils tests | ruby_rake | train |
6f7565aa43a9117c6495bc2963d5b5acce32b5f5 | diff --git a/lib/fidgit/elements/text_area.rb b/lib/fidgit/elements/text_area.rb
index <HASH>..<HASH> 100644
--- a/lib/fidgit/elements/text_area.rb
+++ b/lib/fidgit/elements/text_area.rb
@@ -261,19 +261,22 @@ module Fidgit
# The current word is longer than the whole word, so split it.
# Go bac... | Made selection of last character on a text line go up to the edge of the element. | gosu_fidgit | train |
2c9e9ce7681e3b86f2758773eccb0ab1d3c5a214 | diff --git a/modules/discojuice/www/discojuice/discojuice.control.js b/modules/discojuice/www/discojuice/discojuice.control.js
index <HASH>..<HASH> 100644
--- a/modules/discojuice/www/discojuice/discojuice.control.js
+++ b/modules/discojuice/www/discojuice/discojuice.control.js
@@ -93,11 +93,18 @@ DiscoJuice.Control = ... | Enable caching of JSONP requests.. | simplesamlphp_saml2 | train |
358a2051d58dcc9d699b40ac272c9663f1228f15 | diff --git a/src/main/java/org/fit/cssbox/css/CSSNorm.java b/src/main/java/org/fit/cssbox/css/CSSNorm.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/fit/cssbox/css/CSSNorm.java
+++ b/src/main/java/org/fit/cssbox/css/CSSNorm.java
@@ -97,7 +97,7 @@ public class CSSNorm
"ol ul, ul ol,"+
"ul ul,... | Update default style of <br> according to CSS specs | radkovo_CSSBox | train |
b784cf4955f7e1551ab9e62c4d2390749286a4e5 | diff --git a/app/models/spatial_cache.rb b/app/models/spatial_cache.rb
index <HASH>..<HASH> 100644
--- a/app/models/spatial_cache.rb
+++ b/app/models/spatial_cache.rb
@@ -3,7 +3,7 @@ class SpatialCache < ActiveRecord::Base
def self.between(spatial_model, klass)
where(SpatialFeatures::Utils.polymorphic_conditi... | Unscope own class on spatial cache lookup
Because we can be within a scope when calling `cached_within_buffer_scope`, i.e. ActiveRecord wraps method calls delegated from a relation to the `klass` in a scope, we need to ensure we unscope when looking up the spatial cache because its `spatial_model` association could in... | culturecode_spatial_features | train |
ef4cf5cb94894c0830ef08c679fc72934ceab804 | diff --git a/example/settings.py b/example/settings.py
index <HASH>..<HASH> 100644
--- a/example/settings.py
+++ b/example/settings.py
@@ -17,14 +17,18 @@ AUTO_CATALOG = True
MANAGERS = ADMINS
-DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
-DATABASE_NA... | Changes to make easymode test suite run with django <I>. | specialunderwear_django-easymode | train |
040d4896aea3d81478d265b81fc6f70048080678 | diff --git a/elasticsearch-dsl/test/integration/search_aggregations_test.rb b/elasticsearch-dsl/test/integration/search_aggregations_test.rb
index <HASH>..<HASH> 100644
--- a/elasticsearch-dsl/test/integration/search_aggregations_test.rb
+++ b/elasticsearch-dsl/test/integration/search_aggregations_test.rb
@@ -186,10 +1... | [DSL] Fix script in update for #<I> | elastic_elasticsearch-ruby | train |
2652ade096929ddc65b85beb4f4a816ed6faf1b6 | diff --git a/migrations/m160629_083719_user_init.php b/migrations/m160629_083719_user_init.php
index <HASH>..<HASH> 100644
--- a/migrations/m160629_083719_user_init.php
+++ b/migrations/m160629_083719_user_init.php
@@ -25,8 +25,8 @@ class m160629_083719_user_init extends Migration {
'flags' => $this->integ... | Fixed migrations to use with PgSQL | jarrus90_yii2-user | train |
1f74118d9f48c5771d147ae850191a22d5167cc7 | diff --git a/lib/rabl/cache_engine.rb b/lib/rabl/cache_engine.rb
index <HASH>..<HASH> 100644
--- a/lib/rabl/cache_engine.rb
+++ b/lib/rabl/cache_engine.rb
@@ -21,6 +21,12 @@ module Rabl
end
end
+ def write(key, value, options={})
+ if defined?(Rails)
+ Rails.cache.write(key, value, options)... | Update cache_engine to include write, and update multi_builder so that all specs run, even if some still fail. | nesquena_rabl | train |
a055056ebbbf6433b299e8a4c9d5ad1692c55b49 | diff --git a/lib/api_resources/root.js b/lib/api_resources/root.js
index <HASH>..<HASH> 100644
--- a/lib/api_resources/root.js
+++ b/lib/api_resources/root.js
@@ -108,12 +108,12 @@ RootResource.prototype.list = function(env, next) {
var obj = {
class: ['root', 'search-results'],
... | Removing blank query link relation on cross-server query result. Adding server: * to properties. | zettajs_zetta | train |
9da952710727e870f194319ed9642238449f1073 | diff --git a/phy/cluster/manual/gui.py b/phy/cluster/manual/gui.py
index <HASH>..<HASH> 100644
--- a/phy/cluster/manual/gui.py
+++ b/phy/cluster/manual/gui.py
@@ -335,6 +335,23 @@ class GUICreator(object):
self._guis = []
def add(self, config=None, show=True):
+ """Add a new manual clustering GUI... | Added docstrings in GUI creator. | kwikteam_phy | train |
033b281e4b56f0ac36f8e4ce2725b538bb6e5539 | diff --git a/tests/DaftObjectRepositoryTest.php b/tests/DaftObjectRepositoryTest.php
index <HASH>..<HASH> 100644
--- a/tests/DaftObjectRepositoryTest.php
+++ b/tests/DaftObjectRepositoryTest.php
@@ -6,6 +6,7 @@ declare(strict_types=1);
namespace SignpostMarv\DaftObject\Tests;
+use Generator;
use InvalidArgumentEx... | attempting to satisfy phpcpd with use of Generator | SignpostMarv_daft-object | train |
5eece7ff733906db10efa141eafafca8627e86b2 | diff --git a/pykechain/client.py b/pykechain/client.py
index <HASH>..<HASH> 100644
--- a/pykechain/client.py
+++ b/pykechain/client.py
@@ -1488,6 +1488,7 @@ class Client(object):
self,
parts: List[Dict],
asynchronous: Optional[bool] = False,
+ retrieve_instances: Option... | KE-<I> added a retrieve instances option on create_bulk_parts | KE-works_pykechain | train |
2b4111c3e1b529910b8621f06bf51fab397b968e | diff --git a/src/test/java/io/github/bonigarcia/test/docker/ExecCommandInContainerTest.java b/src/test/java/io/github/bonigarcia/test/docker/ExecCommandInContainerTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/io/github/bonigarcia/test/docker/ExecCommandInContainerTest.java
+++ b/src/test/java/io/github/boni... | Use Docker server URL in exec command in container test | bonigarcia_selenium-jupiter | train |
321bf982253cca76ae828568a745f8716f2996a7 | diff --git a/examples/list/src/se/alexanderblom/imageloader/example/list/MainActivity.java b/examples/list/src/se/alexanderblom/imageloader/example/list/MainActivity.java
index <HASH>..<HASH> 100644
--- a/examples/list/src/se/alexanderblom/imageloader/example/list/MainActivity.java
+++ b/examples/list/src/se/alexanderb... | Ignore tags which are no longer pending | lexs_webimageloader | train |
1b2b2c3be1c6718fc12d4e19179935730d4157f8 | diff --git a/dist/jasmine/blanket_jasmine.js b/dist/jasmine/blanket_jasmine.js
index <HASH>..<HASH> 100644
--- a/dist/jasmine/blanket_jasmine.js
+++ b/dist/jasmine/blanket_jasmine.js
@@ -1,4 +1,4 @@
-/*! blanket - v1.1.3 */
+/*! blanket - v1.1.4 */
(function(define){
diff --git a/dist/qunit/blanket.js b/dist/qun... | New build, fixed lint errors | alex-seville_blanket | train |
32e54c773ed795bc8e2d10f3e4afd8e35a60e828 | diff --git a/lib/svtplay_dl/postprocess/__init__.py b/lib/svtplay_dl/postprocess/__init__.py
index <HASH>..<HASH> 100644
--- a/lib/svtplay_dl/postprocess/__init__.py
+++ b/lib/svtplay_dl/postprocess/__init__.py
@@ -115,9 +115,9 @@ class postprocess:
tempfile = "{}.temp".format(orig_filename)
a... | postprocess: better handling when its separated tracks | spaam_svtplay-dl | train |
ecf4d615072b608f6cbe3763d644f5dd6ec49e73 | diff --git a/satpy/readers/ami_l1b.py b/satpy/readers/ami_l1b.py
index <HASH>..<HASH> 100644
--- a/satpy/readers/ami_l1b.py
+++ b/satpy/readers/ami_l1b.py
@@ -92,8 +92,8 @@ class AMIL1bNetCDF(BaseFileHandler):
# AMI grid appears offset, we can not use the standard get_area_extent
bit_shift = 2**16
-... | Fix AMI geolocation being off by 1 pixel | pytroll_satpy | train |
aeefc25a964386d673d363d52ee3af4ac1fbeae2 | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+Version 0.11.1 (WIP)
+
+- The JSONFileStorage now encodes JIDs using hashes, to avoid various issues regarding the file system.
+
+
+
Version 0.11.0 (released: 13th of December, 2019)
- Fixed a bug in the... | The JSONFileStorage hashes the bare_jids now to avoid fs issues | Syndace_python-omemo | train |
23a47049099eab602f292d227227ec212b334d64 | diff --git a/molgenis-app-omx/src/main/java/org/molgenis/gids/tools/convertor/SampleConverter.java b/molgenis-app-omx/src/main/java/org/molgenis/gids/tools/convertor/SampleConverter.java
index <HASH>..<HASH> 100644
--- a/molgenis-app-omx/src/main/java/org/molgenis/gids/tools/convertor/SampleConverter.java
+++ b/molgeni... | changed from sysout to writing to file | molgenis_molgenis | train |
47b644993446527cd50de4b4312626428f695062 | diff --git a/tools/functional-tester/etcd-tester/cluster.go b/tools/functional-tester/etcd-tester/cluster.go
index <HASH>..<HASH> 100644
--- a/tools/functional-tester/etcd-tester/cluster.go
+++ b/tools/functional-tester/etcd-tester/cluster.go
@@ -39,6 +39,7 @@ type cluster struct {
datadir string
str... | functional-tester: put large keys
For testing writes that must span multiple pages. | etcd-io_etcd | train |
aed39212ed1ed6bc37429249bc486e3839e2e4ea | diff --git a/govc/vm/guest/auth.go b/govc/vm/guest/auth.go
index <HASH>..<HASH> 100644
--- a/govc/vm/guest/auth.go
+++ b/govc/vm/guest/auth.go
@@ -28,6 +28,7 @@ import (
type AuthFlag struct {
auth types.NamePasswordAuthentication
+ proc bool
}
func newAuthFlag(ctx context.Context) (*AuthFlag, context.Context)... | govc: guest -i flag only applies to ProcessManager
8a<I>c<I> added the -i flag to all guest.* commands,
but it only applies to ProcessManager methods, not used for FileManager. | vmware_govmomi | train |
5a9c72dfebbb6c2a83ea0ab7d0671eff70130722 | diff --git a/src/Ddeboer/Vatin/Vies/Client.php b/src/Ddeboer/Vatin/Vies/Client.php
index <HASH>..<HASH> 100644
--- a/src/Ddeboer/Vatin/Vies/Client.php
+++ b/src/Ddeboer/Vatin/Vies/Client.php
@@ -73,7 +73,8 @@ class Client
array(
'classmap' => $this->classmap,
'... | Throw exception when unable to connect, with test. | ddeboer_vatin | train |
9da6bc786d740fb69ef3c9641c4e5a7fbc075c5e | diff --git a/ontobio/lexmap.py b/ontobio/lexmap.py
index <HASH>..<HASH> 100644
--- a/ontobio/lexmap.py
+++ b/ontobio/lexmap.py
@@ -149,7 +149,9 @@ class LexicalMapEngine():
if not syn.val:
if syn.pred == 'label':
if not self._is_meaningful_ids():
- logging.error... | trim logging. fix bug in lexmap where results were incorrectly ranked | biolink_ontobio | train |
76f23a56dd8782518a1bf71dc60066c97b0fe144 | diff --git a/lib/erector/needs.rb b/lib/erector/needs.rb
index <HASH>..<HASH> 100644
--- a/lib/erector/needs.rb
+++ b/lib/erector/needs.rb
@@ -1,5 +1,7 @@
module Erector
module Needs
+ NO_DUP_CLASSES = [NilClass, FalseClass, TrueClass, 0.class, Float, Symbol].freeze
+
def self.included(base)
base.ext... | Fixnum is deprecated in ruby >= <I> | erector_erector | train |
bf45c18f9d482f7637dbb40712c9e5b30119cf61 | diff --git a/tests/unit/modules/test_kernelpkg.py b/tests/unit/modules/test_kernelpkg.py
index <HASH>..<HASH> 100644
--- a/tests/unit/modules/test_kernelpkg.py
+++ b/tests/unit/modules/test_kernelpkg.py
@@ -132,7 +132,7 @@ class KernelPkgTestCase(object):
self.assertEqual(result['latest_installed'], se... | Convert remaining "assert_called_once" references to new syntax
These tests are new to develop and need to be converted to use the new
assert_called_once syntax introduced in #<I>. | saltstack_salt | train |
307bb514c69e94dbd1395f951a167d895225666d | diff --git a/pecan/decorators.py b/pecan/decorators.py
index <HASH>..<HASH> 100644
--- a/pecan/decorators.py
+++ b/pecan/decorators.py
@@ -8,6 +8,7 @@ def _cfg(f):
def when_for(controller):
def when(method):
def decorate(f):
+ _cfg(f)['generic_handler'] = True
controller.pecan['ge... | Making it so that generic controller handlers cannot be accessed
directly. | pecan_pecan | train |
9d4e9c5da65f14128de0da9a246b3103920e089c | diff --git a/imgaug/augmenters/geometric.py b/imgaug/augmenters/geometric.py
index <HASH>..<HASH> 100644
--- a/imgaug/augmenters/geometric.py
+++ b/imgaug/augmenters/geometric.py
@@ -775,6 +775,11 @@ class Affine(meta.Augmenter):
result.append(keypoints_on_image)
return result
+ def _augm... | Add polygon augmentation method to Affine | aleju_imgaug | train |
acfed14e0f088a8454fffbb03ccb884af7f1103f | diff --git a/framework/core/js/src/common/components/Page.js b/framework/core/js/src/common/components/Page.js
index <HASH>..<HASH> 100644
--- a/framework/core/js/src/common/components/Page.js
+++ b/framework/core/js/src/common/components/Page.js
@@ -22,6 +22,13 @@ export default class Page extends Component {
* ... | Page Scroll Cleanup (#<I>)
- Reintroduce cancellable scroll top on page change
- IndexPage: rely on browser to retain scroll position on page reload
- Remove obsolete browser hack
- Fix broken selector
- When on mobile, only retain scroll for IndexPage if we're coming from a discussion
- Move app.cache.scrollTop ... | flarum_core | train |
a2847e6a21e0cd368dd960930d50267d424539cb | diff --git a/spec/schema_dot_org/place_spec.rb b/spec/schema_dot_org/place_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/schema_dot_org/place_spec.rb
+++ b/spec/schema_dot_org/place_spec.rb
@@ -1,19 +1,19 @@
+# frozen_string_literal: true
+
require 'spec_helper'
require 'schema_dot_org/place'
-include SchemaDotOrg... | refactor: rubocop style | public-law_schema-dot-org | train |
89041148cabd1302b485eb8f703b79d0453c6690 | diff --git a/tests/graph.py b/tests/graph.py
index <HASH>..<HASH> 100644
--- a/tests/graph.py
+++ b/tests/graph.py
@@ -45,19 +45,19 @@ class TestGraph(unittest.TestCase):
def test_feather_links_allowing_self_links(self):
self.test_graph.feather_links(1, include_self=True)
- # Python floating poin... | Use cleaner and safer assertions in feather_links tests | ajyoon_blur | train |
4bbcad6b142dd5fa9e90e27c90c86d95e1d8db3d | diff --git a/spec/BenGorUser/User/Domain/Model/UserRoleSpec.php b/spec/BenGorUser/User/Domain/Model/UserRoleSpec.php
index <HASH>..<HASH> 100644
--- a/spec/BenGorUser/User/Domain/Model/UserRoleSpec.php
+++ b/spec/BenGorUser/User/Domain/Model/UserRoleSpec.php
@@ -38,4 +38,10 @@ class UserRoleSpec extends ObjectBehavior
... | Changed sanity check in UserRole constructor to only allow strings | BenGorUser_User | train |
3d19a0cf48039801d1a3025416a6a263926e029f | diff --git a/bundles/org.eclipse.orion.client.cf/web/orion/cfui/cFClient.js b/bundles/org.eclipse.orion.client.cf/web/orion/cfui/cFClient.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.cf/web/orion/cfui/cFClient.js
+++ b/bundles/org.eclipse.orion.client.cf/web/orion/cfui/cFClient.js
@@ -120,7 +12... | Bug <I> - CF Logs API need to be enhanced | eclipse_orion.client | train |
d553cca9b1bdf5031952434d92f4e39194cb3215 | diff --git a/src/Actions/EmailAction.php b/src/Actions/EmailAction.php
index <HASH>..<HASH> 100644
--- a/src/Actions/EmailAction.php
+++ b/src/Actions/EmailAction.php
@@ -6,6 +6,7 @@ use C;
use L;
use Str;
use Email;
+use Error;
use Exception;
use Uniform\Form;
@@ -56,12 +57,24 @@ class EmailAction extends Actio... | Handle an Error in the EmailAction
Closes #<I> | mzur_kirby-uniform | train |
980beca55ba8a55f46936822b2c17f55c7f36e26 | diff --git a/header.go b/header.go
index <HASH>..<HASH> 100644
--- a/header.go
+++ b/header.go
@@ -76,6 +76,38 @@ func (h *RequestHeader) IsMethodHead() bool {
return bytes.Equal(h.Method, strHead)
}
+// Len returns the number of headers set, not counting Content-Length,
+// i.e. the number of times f is called in... | Added Len() to RequestHeader and ResponseHeader | valyala_fasthttp | train |
3e6741c5f19a3ea396dc1b74ba8b2fcf731fdfc1 | diff --git a/pywavefront/texture.py b/pywavefront/texture.py
index <HASH>..<HASH> 100644
--- a/pywavefront/texture.py
+++ b/pywavefront/texture.py
@@ -91,7 +91,7 @@ class TextureOptionsParser:
if func:
func()
else:
- self._options.name = item + '... | Bug: Item should be part of the join (space included) | pywavefront_PyWavefront | train |
1d421ccab15bdd552f0c61215c30e1261e84ab9c | diff --git a/engine/reformulation/sql/src/main/java/it/unibz/inf/ontop/answering/reformulation/generation/serializer/impl/MySQLSelectFromWhereSerializer.java b/engine/reformulation/sql/src/main/java/it/unibz/inf/ontop/answering/reformulation/generation/serializer/impl/MySQLSelectFromWhereSerializer.java
index <HASH>..<... | Bugfix: DESC was missing for MySQL. | ontop_ontop | train |
094ced7d242906fd4c8e156671f9b2215a9dd692 | diff --git a/niworkflows/utils/bids.py b/niworkflows/utils/bids.py
index <HASH>..<HASH> 100644
--- a/niworkflows/utils/bids.py
+++ b/niworkflows/utils/bids.py
@@ -69,7 +69,7 @@ def collect_participants(bids_dir, participant_label=None, strict=False,
... str(datadir / 'ds114'), participant_label=['02', '14'],
... | fix: remove leftover in migration from fMRIPrep [skip ci]
I'm skipping ci because I made sure tests pass locally. | poldracklab_niworkflows | train |
9dcfdbb57e85965ae69fff426df5f5ff141ca37f | diff --git a/underfs/s3/src/main/java/alluxio/underfs/s3/S3UnderFileSystem.java b/underfs/s3/src/main/java/alluxio/underfs/s3/S3UnderFileSystem.java
index <HASH>..<HASH> 100644
--- a/underfs/s3/src/main/java/alluxio/underfs/s3/S3UnderFileSystem.java
+++ b/underfs/s3/src/main/java/alluxio/underfs/s3/S3UnderFileSystem.ja... | Let Alluxio S3 APIs can communicate with third party Endpoint servers. | Alluxio_alluxio | train |
769cbc08710522f7661be0e372d97b924d3f1223 | diff --git a/source/application/models/oxuser.php b/source/application/models/oxuser.php
index <HASH>..<HASH> 100644
--- a/source/application/models/oxuser.php
+++ b/source/application/models/oxuser.php
@@ -652,8 +652,12 @@ class oxUser extends oxBase
*/
public function exists($sOXID = null)
{
+ ... | Improvement to exists method check. (cherry picked from commit f<I>) (cherry picked from commit <I>fa5cd) | OXID-eSales_oxideshop_ce | train |
89d6dfe09a88321d445858c1c5b24d2757b95a3e | diff --git a/command.go b/command.go
index <HASH>..<HASH> 100644
--- a/command.go
+++ b/command.go
@@ -2047,7 +2047,7 @@ func (cmd *XInfoGroupsCmd) readReply(rd *proto.Reader) error {
}
case "entries-read":
group.EntriesRead, err = rd.ReadInt()
- if err != nil {
+ if err != nil && err != Nil {
... | fix: ignore Nil error when reading EntriesRead | go-redis_redis | train |
53d968c8a343a8f08e3f4a0824ff769358d98ffb | diff --git a/mod/resource/type/file/resource.class.php b/mod/resource/type/file/resource.class.php
index <HASH>..<HASH> 100644
--- a/mod/resource/type/file/resource.class.php
+++ b/mod/resource/type/file/resource.class.php
@@ -130,9 +130,6 @@ function add_instance($resource) {
function update_instance($resource) {
... | MDL-<I> teamspeak link support in resource mod | moodle_moodle | train |
9bcf4eaca25431db3a093f42579f1dfda44f8753 | diff --git a/lib/docker2aci.go b/lib/docker2aci.go
index <HASH>..<HASH> 100644
--- a/lib/docker2aci.go
+++ b/lib/docker2aci.go
@@ -23,7 +23,6 @@ import (
"io"
"io/ioutil"
"os"
- "path"
"path/filepath"
"strings"
@@ -154,7 +153,7 @@ func convertReal(backend Docker2ACIBackend, dockerURL string, squash bool, ou... | lib: properly write squashed ACI to disk
We were writing the file directly to its final destination instead of
writing it to a temporary file and then renaming it. This caused file
corruption when running docker2aci several times in parallel.
We now write the squashed ACI to a temporary file with a random name and
re... | appc_docker2aci | train |
9f0ac356084f77e3047b121002d4a75e13c233d7 | diff --git a/Test/Unit/ComponentContentEntityType8Test.php b/Test/Unit/ComponentContentEntityType8Test.php
index <HASH>..<HASH> 100644
--- a/Test/Unit/ComponentContentEntityType8Test.php
+++ b/Test/Unit/ComponentContentEntityType8Test.php
@@ -69,6 +69,15 @@ class ComponentContentEntityType8Test extends TestBaseComponen... | Added testing of generated interfaces. | drupal-code-builder_drupal-code-builder | train |
a9c060330eb1ef28ca4e4ccf74c985b32e938824 | diff --git a/src/java/org/archive/wayback/http11resourcestore/FileLocationDBServlet.java b/src/java/org/archive/wayback/http11resourcestore/FileLocationDBServlet.java
index <HASH>..<HASH> 100644
--- a/src/java/org/archive/wayback/http11resourcestore/FileLocationDBServlet.java
+++ b/src/java/org/archive/wayback/http11re... | BUGFIX: now uses correct(newly defined as correct, anyways...) name for class implementing the FileLocationDB. bug was created with the big "factory refactoring" within the WaybackLogic code.
git-svn-id: <URL> | iipc_openwayback | train |
e9537b943d89535b38c0777c210b5aa9780349b2 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -12,13 +12,10 @@ exports.quote = function (xs) {
}).join(' ');
};
-var re = {
- chunk: /(['"])((\\\1|[^\1])*?)\1|(\\ |\S)+/g
-};
-
exports.parse = function parse (s, env) {
if (!env) env = {};
- return s.ma... | one more test passing with quote recursion | substack_node-shell-quote | train |
923dbcd39c67bda3f91580a6ceab68f64fb554de | diff --git a/titan-core/src/main/java/com/thinkaurelius/titan/graphdb/idmanagement/IDManager.java b/titan-core/src/main/java/com/thinkaurelius/titan/graphdb/idmanagement/IDManager.java
index <HASH>..<HASH> 100644
--- a/titan-core/src/main/java/com/thinkaurelius/titan/graphdb/idmanagement/IDManager.java
+++ b/titan-core... | Made the partition bit width configurable and refactored id assignment to make it more explicit. Fixing tests (3). | thinkaurelius_titan | train |
dd97fa74754c59857c484db78cadda23319e55c4 | diff --git a/handlers/intlekt/edition/glossary.py b/handlers/intlekt/edition/glossary.py
index <HASH>..<HASH> 100644
--- a/handlers/intlekt/edition/glossary.py
+++ b/handlers/intlekt/edition/glossary.py
@@ -52,12 +52,14 @@ def get_terms_of_glossary(glossary_id):
'name': glossary['name']}
+@exception_ha... | Add exception handlers for the favorites endpoints | IEMLdev_ieml | train |
c8f0067824aff6b47adb7e070b7c138536500318 | diff --git a/src/ugen/audio-node.js b/src/ugen/audio-node.js
index <HASH>..<HASH> 100644
--- a/src/ugen/audio-node.js
+++ b/src/ugen/audio-node.js
@@ -25,6 +25,16 @@ module.exports = function(neume) {
var context = ugen.$context;
var outlet = spec.value;
+ Object.keys(spec).forEach(function(name) {
+ ... | resolve #<I> $(AudioNode) supports binding to their properties from {} | mohayonao_old-neume.js | train |
42583cc0137c426e486cb7499c8250503010ca0c | diff --git a/src/PlaygroundGame/Controller/Admin/MissionController.php b/src/PlaygroundGame/Controller/Admin/MissionController.php
index <HASH>..<HASH> 100644
--- a/src/PlaygroundGame/Controller/Admin/MissionController.php
+++ b/src/PlaygroundGame/Controller/Admin/MissionController.php
@@ -176,6 +176,11 @@ class Missio... | asociate game is impossible if game is already associate to a another mission, playground-<I> | gregorybesson_PlaygroundGame | train |
6b3c99f1141107e7d4ff21e9113ec1810c887288 | diff --git a/runtime/runtime.go b/runtime/runtime.go
index <HASH>..<HASH> 100644
--- a/runtime/runtime.go
+++ b/runtime/runtime.go
@@ -140,10 +140,6 @@ type Params struct {
// sent by the server (in response to Data API queries.)
DecisionIDFactory func() string
- // DiagnosticsBuffer is used by the server to reco... | runtime: Remove deprecated runtime.Params#DiagnosticsBuffer (#<I>)
Fixes #<I> | open-policy-agent_opa | train |
d0f9572bd9bd71766ed12281687846e25df70d94 | diff --git a/elasticsearch-persistence/examples/music/template.rb b/elasticsearch-persistence/examples/music/template.rb
index <HASH>..<HASH> 100644
--- a/elasticsearch-persistence/examples/music/template.rb
+++ b/elasticsearch-persistence/examples/music/template.rb
@@ -132,6 +132,7 @@ gem "quiet_assets"
gem "simple_f... | [STORE] Added the Git master version of `elasticsearch-model` to the Music application example
Closes #<I>
Closes #<I> | elastic_elasticsearch-rails | train |
24c95ccfe22130cfd288bebc1f57c81dacfeffbc | diff --git a/tests/test_s_dma.py b/tests/test_s_dma.py
index <HASH>..<HASH> 100644
--- a/tests/test_s_dma.py
+++ b/tests/test_s_dma.py
@@ -25,7 +25,7 @@ def handle_bar(context, bar_dict):
order_target_percent(context.s1, 0)
if (HHV(MAX(O, C), 50) / LLV(MIN(O, C), 50) < 2
- and cross(DDD, AMA) and... | seems `cross` is not in funcat now | ricequant_rqalpha | train |
f139f5bbc72e167a4fb4a579a05fbd5781e05519 | diff --git a/lib/numina/simulation/__init__.py b/lib/numina/simulation/__init__.py
index <HASH>..<HASH> 100644
--- a/lib/numina/simulation/__init__.py
+++ b/lib/numina/simulation/__init__.py
@@ -27,11 +27,8 @@ from cPickle import dump, load
import logging
import math
-import numpy as np
-from scipy.special import e... | Created a new non persistent RunCounter. Fixes #<I> | guaix-ucm_pyemir | train |
53acd844403708d080adf88e7402899300e98213 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -140,16 +140,29 @@ MediaSession.prototype = extend(MediaSession.prototype, {
});
},
- accept: function (next) {
+ accept: function (opts, next) {
var self = this;
+ // support calling wi... | support passing constraints to accept/answer | otalk_jingle-media-session | train |
553e264eb610a26cccc8234bc997df0027b3cc4e | diff --git a/test/integration/sanity/cursor.test.js b/test/integration/sanity/cursor.test.js
index <HASH>..<HASH> 100644
--- a/test/integration/sanity/cursor.test.js
+++ b/test/integration/sanity/cursor.test.js
@@ -142,17 +142,17 @@ describe('cursor', function () {
'secondCall.args[1].eventId': 'my-tes... | Update cursor tests with nested.include chai helper | postmanlabs_postman-runtime | train |
f85c75b72e53d3aba58cfae9dd939533efe4cdde | diff --git a/mod/data/import.php b/mod/data/import.php
index <HASH>..<HASH> 100755
--- a/mod/data/import.php
+++ b/mod/data/import.php
@@ -111,27 +111,40 @@
if ($recordid = data_add_record($data, 0)) { // add instance to data_record
$fields = get_records('data_fields', 'dataid', $... | "MDL-<I>, Import all records of a database activity that has been exported as CSV, merged from MOODLE_<I>_STABLE, thanks, Robert" | moodle_moodle | train |
4d64fd2eb81d82d0c074a70d4c99a846489e9ca4 | diff --git a/dist/util/pageLoader.js b/dist/util/pageLoader.js
index <HASH>..<HASH> 100644
--- a/dist/util/pageLoader.js
+++ b/dist/util/pageLoader.js
@@ -184,11 +184,12 @@ module.exports = {
},
readServerFileSync: function readServerFileSync(pageName) {
var rootPath = Path.resolve(staticDir, '../');... | fix(): fix path resolve logic
separate dev from prod | quancheng-ec_pomjs | train |
46270af571c8cf6fb4467183766ccf50179d3340 | diff --git a/permission/permitems.go b/permission/permitems.go
index <HASH>..<HASH> 100644
--- a/permission/permitems.go
+++ b/permission/permitems.go
@@ -63,6 +63,9 @@ var (
PermHealingDelete = PermissionRegistry.get("healing.delete") // [global pool]
PermHealingRead ... | permission: adds install management permissions | tsuru_tsuru | train |
3d13beec1659c21cc898e81b640afbc6f3ef148d | diff --git a/symfit/tests/tests_ode.py b/symfit/tests/tests_ode.py
index <HASH>..<HASH> 100644
--- a/symfit/tests/tests_ode.py
+++ b/symfit/tests/tests_ode.py
@@ -137,12 +137,10 @@ class TestODE(unittest.TestCase):
tdata = np.linspace(0, 100, 101)
X, Y = harmonic_model(t=tdata, k=0.1)
- for i... | Fixed some asserts for arrays of length 1 | tBuLi_symfit | train |
5afbc073327dc1e941c39c82017a9bbf3e0cbc31 | diff --git a/model/RdsResultStorage.php b/model/RdsResultStorage.php
index <HASH>..<HASH> 100644
--- a/model/RdsResultStorage.php
+++ b/model/RdsResultStorage.php
@@ -25,6 +25,7 @@ use Doctrine\DBAL\Exception\UniqueConstraintViolationException;
use Doctrine\DBAL\Query\QueryBuilder;
use Doctrine\DBAL\Schema\Schema;
u... | Used ServiceLocator and PersistenceManager + Fixed tests. | oat-sa_extension-tao-outcomerds | train |
39dd96743b5c35c6797d67f6cb366abfe7c67159 | diff --git a/msmbuilder/msm/validation/bootstrapmsm.py b/msmbuilder/msm/validation/bootstrapmsm.py
index <HASH>..<HASH> 100644
--- a/msmbuilder/msm/validation/bootstrapmsm.py
+++ b/msmbuilder/msm/validation/bootstrapmsm.py
@@ -215,7 +215,6 @@ def _fit_one(jt):
try:
mdl.fit(sequences)
# solve the ... | move eigen solver to main loop | msmbuilder_msmbuilder | train |
c1b87b515032776f4678a0bf328270f693ff7eac | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ setup(
include_package_data=True,
keywords='broker publisher subscriber reactive frp observable',
name='broqer',
- packages=find_packages(),
+ packages=find_packages(include='broqer'),
... | fixed find_packages in setupy.py | semiversus_python-broqer | train |
a04f0f8c2192b435df172e0c186e2af888391e4d | diff --git a/lib/middleware.js b/lib/middleware.js
index <HASH>..<HASH> 100644
--- a/lib/middleware.js
+++ b/lib/middleware.js
@@ -211,28 +211,35 @@ module.exports = {
req.apiKey = req.headers.authorization.replace(/token\s/,'');
}
- if (config.api.allowAnonymous || (config.api.allowReadOnl... | Store user against bin even if allowAnonymous is true
Previously because an API key was only validated if allowAnonymous was true, an invalid API key could be provided and the request would have been accepted, and also if a valid API key was provided it was not used to authenticate the user. | jsbin_jsbin | train |
5411dce4079f652c80e502e57859367e1362cf3c | diff --git a/findbugs/src/java/edu/umd/cs/findbugs/ba/Dataflow.java b/findbugs/src/java/edu/umd/cs/findbugs/ba/Dataflow.java
index <HASH>..<HASH> 100644
--- a/findbugs/src/java/edu/umd/cs/findbugs/ba/Dataflow.java
+++ b/findbugs/src/java/edu/umd/cs/findbugs/ba/Dataflow.java
@@ -141,7 +141,7 @@ public class Dataflow <Fa... | Print edge types when printing how predecessor result facts
are combined into a new start fact.
git-svn-id: <URL> | spotbugs_spotbugs | train |
e0e54c14a51ae9c166b5584b0c245bc40d2f6312 | diff --git a/glitter/tests/test_models_pages.py b/glitter/tests/test_models_pages.py
index <HASH>..<HASH> 100644
--- a/glitter/tests/test_models_pages.py
+++ b/glitter/tests/test_models_pages.py
@@ -1,9 +1,8 @@
# -*- coding: utf-8 -*-
-from django.contrib.auth.models import User
from django.core.exceptions import V... | Don't need a user for test_models_pages.py | developersociety_django-glitter | train |
247fd59bce8ac5d2294bbbdc951db98fbb8c8bf5 | diff --git a/mzidplus.py b/mzidplus.py
index <HASH>..<HASH> 100755
--- a/mzidplus.py
+++ b/mzidplus.py
@@ -29,13 +29,14 @@ parser.add_argument('-c', dest='command', type=str,
'This includes Percolator-generated data from pout2mzid.',
required=True
)
+parser... | Infile in mzidplus is mzid tsv | glormph_msstitch | train |
3ab6a1501d388a32623dc7b87a643df1454d4fee | diff --git a/packages/generator-nitro/generators/app/templates/dash4.config.js b/packages/generator-nitro/generators/app/templates/dash4.config.js
index <HASH>..<HASH> 100644
--- a/packages/generator-nitro/generators/app/templates/dash4.config.js
+++ b/packages/generator-nitro/generators/app/templates/dash4.config.js
@... | docs: change netlify url | namics_generator-nitro | train |
55a81526781ad88962d98607f5d7118a20514331 | diff --git a/eZ/Publish/Core/MVC/Symfony/Routing/Generator/UrlAliasGenerator.php b/eZ/Publish/Core/MVC/Symfony/Routing/Generator/UrlAliasGenerator.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/Core/MVC/Symfony/Routing/Generator/UrlAliasGenerator.php
+++ b/eZ/Publish/Core/MVC/Symfony/Routing/Generator/UrlAliasGenerat... | CS: removed unused imports | ezsystems_ezpublish-kernel | train |
dfb31ee4cb4e7579170d67fa5913dc55851e3731 | diff --git a/lib/hutch/broker.rb b/lib/hutch/broker.rb
index <HASH>..<HASH> 100644
--- a/lib/hutch/broker.rb
+++ b/lib/hutch/broker.rb
@@ -74,8 +74,8 @@ module Hutch
end
def open_channel!
- logger.info 'opening rabbitmq channel'
- @channel = connection.create_channel.tap do |ch|
+ logger.info... | Add worker_pool_size option for multithreaded consumers | gocardless_hutch | train |
0dd5933be1a07a58745e2ff049f6402d7d63c956 | diff --git a/src/pymop/pymop/astrometry/daophot.py b/src/pymop/pymop/astrometry/daophot.py
index <HASH>..<HASH> 100644
--- a/src/pymop/pymop/astrometry/daophot.py
+++ b/src/pymop/pymop/astrometry/daophot.py
@@ -5,12 +5,10 @@ import re
import tempfile
from pyraf import iraf
-import pyfits
class TaskError(Except... | Created wrapper function phot_mag which calls phot but only returns
the magnitude instead of full hdu structure. | OSSOS_MOP | train |
0f95107babd8f2dce8e048ea9659557df6b1cedb | diff --git a/src/consts.js b/src/consts.js
index <HASH>..<HASH> 100644
--- a/src/consts.js
+++ b/src/consts.js
@@ -402,3 +402,6 @@ export const WEBHOOK_EVENT_TYPE_GROUPS = {
WEBHOOK_EVENT_TYPES.ACTOR_RUN_ABORTED,
],
};
+
+// This client key is used in request queue to indentify requests from Apify app UI... | Adding app ui client key | apifytech_apify-shared-js | train |
fb8dfe0a5f1e824427b43618d79f40b0b16edce2 | diff --git a/jodd-core/src/test/java/jodd/util/ClassUtilTest.java b/jodd-core/src/test/java/jodd/util/ClassUtilTest.java
index <HASH>..<HASH> 100755
--- a/jodd-core/src/test/java/jodd/util/ClassUtilTest.java
+++ b/jodd-core/src/test/java/jodd/util/ClassUtilTest.java
@@ -38,6 +38,8 @@ import jodd.util.fixtures.testdata.... | tests added for method "jarFileOf" | oblac_jodd | train |
d5b2a0be6821d39ea2945665bd1cfce4be2b10a8 | diff --git a/salt/modules/dockermod.py b/salt/modules/dockermod.py
index <HASH>..<HASH> 100644
--- a/salt/modules/dockermod.py
+++ b/salt/modules/dockermod.py
@@ -902,6 +902,11 @@ def compare_container(first, second, ignore=None):
if item in ('OomKillDisable',):
if bool(val1) != bool(val2)... | Resolve image ID during container comparison
This fixes an issue where inspecting the container returns an image ID
instead of an image name, resulting in a spurious report of a changed
image. By resolving the image down to its ID for both the existing and
new containers, we ensure we're comparing ID to ID. | saltstack_salt | train |
f71de5b87136ea3cdf0bfacf0a6089b5d54da132 | diff --git a/lib/haibu/core/spawner.js b/lib/haibu/core/spawner.js
index <HASH>..<HASH> 100644
--- a/lib/haibu/core/spawner.js
+++ b/lib/haibu/core/spawner.js
@@ -15,9 +15,8 @@ var Spawner = exports.Spawner = function Spawner(options) {
this.maxRestart = options.maxRestart;
this.silent = options.silent ... | [fix] Prefer `haibu.config.get(*)` to any local state (since plugins may override after local state was setup | nodejitsu_haibu | train |
23d3a1221ee7de18f9e219745840b22185713f1b | diff --git a/wampy/message_handler.py b/wampy/message_handler.py
index <HASH>..<HASH> 100644
--- a/wampy/message_handler.py
+++ b/wampy/message_handler.py
@@ -89,7 +89,9 @@ class MessageHandler(object):
func(*payload_list, **payload_dict)
def handle_abort(self, message_obj):
- logger.error("The R... | force synchronous Hello and return Message instances to Clients now rather than list serialized. | noisyboiler_wampy | train |
4607a6b23a325aa2115f76730b5c6c61f2ce64a5 | diff --git a/hawkular-alerts-bus/src/main/java/org/hawkular/alerts/bus/sender/ActionSender.java b/hawkular-alerts-bus/src/main/java/org/hawkular/alerts/bus/sender/ActionSender.java
index <HASH>..<HASH> 100644
--- a/hawkular-alerts-bus/src/main/java/org/hawkular/alerts/bus/sender/ActionSender.java
+++ b/hawkular-alerts-... | Fix in JNDI name for DefinitionsService | hawkular_hawkular-alerts | train |
6836cec779fbbb9bcca07e2899648fd281af24da | diff --git a/generators/generator-base-private.js b/generators/generator-base-private.js
index <HASH>..<HASH> 100644
--- a/generators/generator-base-private.js
+++ b/generators/generator-base-private.js
@@ -340,7 +340,7 @@ module.exports = class JHipsterBasePrivateGenerator extends Generator {
* @param languages
... | Call destinationPath to customize webpack path | jhipster_generator-jhipster | train |
8d4a73f7dd9e923dcdc7c478c9cf575fd31538bf | diff --git a/proc/proc_darwin.go b/proc/proc_darwin.go
index <HASH>..<HASH> 100644
--- a/proc/proc_darwin.go
+++ b/proc/proc_darwin.go
@@ -39,18 +39,18 @@ func Launch(cmd []string) (*Process, error) {
if err != nil {
return nil, err
}
+ // Make sure the binary exists.
if filepath.Base(cmd[0]) == cmd[0] {
if... | Refactor: Reorganize guard clauses | go-delve_delve | train |
0afdaffe125f5ebac3e205c3674209d415fd3599 | diff --git a/lib/data_provider/base.rb b/lib/data_provider/base.rb
index <HASH>..<HASH> 100644
--- a/lib/data_provider/base.rb
+++ b/lib/data_provider/base.rb
@@ -1,6 +1,10 @@
+require 'logger'
module DataProvider
+ class ProviderMissingException < Exception
+ end
+
module Base
def self.included(base)
... | fixed some method aliases and test dependencies, added ProviderMissingException | markkorput_data-provider | train |
cdebdba474af644988e2c5c6406c23201d660d4b | diff --git a/module.flow.js b/module.flow.js
index <HASH>..<HASH> 100644
--- a/module.flow.js
+++ b/module.flow.js
@@ -147,7 +147,7 @@ declare module '@solana/web3.js' {
name: string,
website?: string,
details?: string,
- keybaseId?: string,
+ keybaseUsername?: string,
|};
declare export cl... | fix: update keybaseId to keybaseUsername | solana-labs_solana-web3.js | train |
66a0a579306f4aa0f2751dd8352af478ff19a5f8 | diff --git a/lib/tolk.rb b/lib/tolk.rb
index <HASH>..<HASH> 100644
--- a/lib/tolk.rb
+++ b/lib/tolk.rb
@@ -1,2 +1,6 @@
+require 'will_paginate'
+require 'ya2yaml'
+require 'tolk/engine'
+
module Tolk
end | Require w_p and ya2yaml | tolk_tolk | train |
3d388991b3efeae36db0dfa1e0cfa22f118d0529 | diff --git a/app/templates/cli.php b/app/templates/cli.php
index <HASH>..<HASH> 100644
--- a/app/templates/cli.php
+++ b/app/templates/cli.php
@@ -1,24 +1,18 @@
-----------
-<?= $tpl['app_name']; ?>, PHP <?= phpversion(); ?>
+█ <?= $tpl['app_name']; ?>, PHP <?= phpversion(); echo PHP_EOL; ?>
-
-----------
-
-Engine... | Improved zero-division avoidance + better number formatting. | smuuf_phpcb | train |
73e6710df905972ff36aab70794415f42ecad063 | diff --git a/lib/node_modules/@stdlib/assert/is-uint8clampedarray/benchmark/benchmark.js b/lib/node_modules/@stdlib/assert/is-uint8clampedarray/benchmark/benchmark.js
index <HASH>..<HASH> 100644
--- a/lib/node_modules/@stdlib/assert/is-uint8clampedarray/benchmark/benchmark.js
+++ b/lib/node_modules/@stdlib/assert/is-ui... | Always assert when a benchmark is finished | stdlib-js_stdlib | train |
85651ee0f63edf8f7b52da35748039e5f5756aba | diff --git a/p2p/protocol/holepunch/holepunch_test.go b/p2p/protocol/holepunch/holepunch_test.go
index <HASH>..<HASH> 100644
--- a/p2p/protocol/holepunch/holepunch_test.go
+++ b/p2p/protocol/holepunch/holepunch_test.go
@@ -414,7 +414,10 @@ func addHolePunchService(t *testing.T, h host.Host, opt holepunch.Option) *holep... | only start the hole puncher if the node is behind a NAT / firewall | libp2p_go-libp2p | train |
aa376ba198fe9a14675813b3266d21cc76ab3b62 | diff --git a/src/components/control-component.js b/src/components/control-component.js
index <HASH>..<HASH> 100644
--- a/src/components/control-component.js
+++ b/src/components/control-component.js
@@ -1,4 +1,4 @@
-import { Component, createElement, PropTypes } from 'react';
+import { Component, createElement, cloneEl... | Cloning element instead of creating new element for existing controls inside <Control>. Fixes #<I> | davidkpiano_react-redux-form | train |
cf17d75fba6ac11e4a2a842b64b445ba9eb3a264 | diff --git a/richtextfx/src/main/java/org/fxmisc/richtext/StyledTextArea.java b/richtextfx/src/main/java/org/fxmisc/richtext/StyledTextArea.java
index <HASH>..<HASH> 100644
--- a/richtextfx/src/main/java/org/fxmisc/richtext/StyledTextArea.java
+++ b/richtextfx/src/main/java/org/fxmisc/richtext/StyledTextArea.java
@@ -2... | Block paragraph list updates while being updated. | FXMisc_RichTextFX | train |
40af10b782f554a958cd9636aa1b8132e2874872 | diff --git a/handler/src/test/java/io/netty/handler/ssl/OpenSslEngineTest.java b/handler/src/test/java/io/netty/handler/ssl/OpenSslEngineTest.java
index <HASH>..<HASH> 100644
--- a/handler/src/test/java/io/netty/handler/ssl/OpenSslEngineTest.java
+++ b/handler/src/test/java/io/netty/handler/ssl/OpenSslEngineTest.java
@... | Skip NPN tests when libressl <I>+ is used.
Motivation:
LibreSSL removed support for NPN in its <I>+ releases.
Modifications:
Skip NPN tests in libressl <I>+
Result:
Be able to run netty tests against libressl <I>+ as well. | netty_netty | train |
c40550372a51996aec70892ef8d7fb202c6dbfbd | diff --git a/source/library/com/restfb/types/Page.java b/source/library/com/restfb/types/Page.java
index <HASH>..<HASH> 100644
--- a/source/library/com/restfb/types/Page.java
+++ b/source/library/com/restfb/types/Page.java
@@ -228,17 +228,6 @@ public class Page extends CategorizedFacebookType {
private String busine... | Issue #<I> - duplicate fields removed, prevent Spring from mapping to mongodb | restfb_restfb | train |
12cab03ca6a5f2dafc15be7b09f2845970b29900 | diff --git a/src/scripts/services/famousDecorator.js b/src/scripts/services/famousDecorator.js
index <HASH>..<HASH> 100644
--- a/src/scripts/services/famousDecorator.js
+++ b/src/scripts/services/famousDecorator.js
@@ -23,14 +23,11 @@ angular.module('famous.angular')
var isolate = scope.isolate[scope.$id];
... | Finish basic famousDecorator Spec. | Famous_famous-angular | train |
8a43a8dd23bd2c2ad77f3115c70f9198db75465b | diff --git a/README.rst b/README.rst
index <HASH>..<HASH> 100644
--- a/README.rst
+++ b/README.rst
@@ -130,6 +130,17 @@ To run the tests::
History
~~~~~~~
+Unreleased
+----------
+
+If a non-UTF8 file was found when looking for templates, it would fail when
+reading during the reporting phase, ending execution. Th... | fix: raise a Coverage-handlable exception if a file can't be read. #<I> | nedbat_django_coverage_plugin | train |
3dc33027941493dbf995ea777b6381afed10043a | diff --git a/lib/rackstash.rb b/lib/rackstash.rb
index <HASH>..<HASH> 100644
--- a/lib/rackstash.rb
+++ b/lib/rackstash.rb
@@ -45,6 +45,16 @@ module Rackstash
'ANY'.freeze
].freeze
+ def self.severity_label(severity)
+ if severity.is_a?(Integer)
+ return SEVERITY_LABELS.last if severity < 0
+ SE... | Move Rackstash.severity_label below the defined severities | meineerde_rackstash | train |
f1f0f2afaf593f76bc36eb2c1a819904a14e6268 | diff --git a/src/Parser.php b/src/Parser.php
index <HASH>..<HASH> 100644
--- a/src/Parser.php
+++ b/src/Parser.php
@@ -653,12 +653,9 @@ class Parser
return false;
}
- if (!$isArray)
- {
- $matches = $matches[0];
- }
-
- return $matches;
+ return ($isArray)
+ ? $matches
+ : $matches[0];
}
... | Moved around some code to save a few bytes in JS | s9e_TextFormatter | train |
a669049078135f7a47dfd9c218a5eab6ddb9bd98 | diff --git a/autograd/core.py b/autograd/core.py
index <HASH>..<HASH> 100644
--- a/autograd/core.py
+++ b/autograd/core.py
@@ -21,10 +21,8 @@ def make_jvp(fun, argnum=0):
def forward_pass(fun, args, kwargs, argnum=0):
tape = CalculationTape()
- arg_wrt = args[argnum]
- start_node = new_node(getval(arg_wrt... | Clarified merging of new tape into incoming value | HIPS_autograd | train |
0b72e601f165b10e6f5e86dcd051b6943d345da9 | diff --git a/src/bin/dolo-matlab.py b/src/bin/dolo-matlab.py
index <HASH>..<HASH> 100755
--- a/src/bin/dolo-matlab.py
+++ b/src/bin/dolo-matlab.py
@@ -6,6 +6,7 @@ from dolo import __version__
parser = argparse.ArgumentParser(description='Matlab compiler')
parser.add_argument('-v','--version', action='version', vers... | Dolo matlab : option to print residuals. | EconForge_dolo | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.