hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
e30424808e0628f3d624e15a2a204218e376caba | diff --git a/source/Components/View/Compiler/Processors/Templater/Node.php b/source/Components/View/Compiler/Processors/Templater/Node.php
index <HASH>..<HASH> 100644
--- a/source/Components/View/Compiler/Processors/Templater/Node.php
+++ b/source/Components/View/Compiler/Processors/Templater/Node.php
@@ -341,6 +341,11... | more node refactoring. | spiral_exceptions | train |
e698b41fd23dc4968cb80b60e9b0ff9d5fcd09e3 | diff --git a/test_xbee1.py b/test_xbee1.py
index <HASH>..<HASH> 100755
--- a/test_xbee1.py
+++ b/test_xbee1.py
@@ -1,9 +1,8 @@
#! /usr/bin/python
import unittest
-from test_xbee import FakeDevice
+from test_xbee import FakeDevice, FakeReadDevice
from xbee1 import XBee1
-import pdb
"""
test_xbee1.py
@@ -181,7 +... | Added test for reading an AT command response from a device | niolabs_python-xbee | train |
42f36c25d1b6f0f821ee11a78fe9df5d06f9440c | diff --git a/debian/changelog b/debian/changelog
index <HASH>..<HASH> 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
[Michele Simionato]
+ * Honored the `individual_curves` parameter in avg_losses, agg_losses and
+ and agg_curves (i.e. by default only expose the statistical results)
* Re... | Honor individual_curves in risk results too | gem_oq-engine | train |
8961bdc00bcc1d6cdbc0de9b25ca92114da0c0ad | diff --git a/packages/plugin-conversation/src/conversation.js b/packages/plugin-conversation/src/conversation.js
index <HASH>..<HASH> 100644
--- a/packages/plugin-conversation/src/conversation.js
+++ b/packages/plugin-conversation/src/conversation.js
@@ -81,6 +81,17 @@ const Conversation = SparkPlugin.extend({
... | feat(plugin-conversation): allow creating a conversation with a file | webex_spark-js-sdk | train |
c730099a9dddd8ae0ef58f60b6d0c0a7f7f79c5f | diff --git a/fs/archive/_utils.py b/fs/archive/_utils.py
index <HASH>..<HASH> 100644
--- a/fs/archive/_utils.py
+++ b/fs/archive/_utils.py
@@ -2,8 +2,13 @@
from __future__ import absolute_import
from __future__ import unicode_literals
+import os
+import io
+import sys
+import errno
import importlib
+
def import... | Add methods to _utils to check if path and handles are writable | althonos_fs.archive | train |
2cefd2f6eadc78d494e1023f58732be66013379f | diff --git a/uPortal-utils/uPortal-utils-core/src/main/java/org/apereo/portal/utils/PortalDialectResolver.java b/uPortal-utils/uPortal-utils-core/src/main/java/org/apereo/portal/utils/PortalDialectResolver.java
index <HASH>..<HASH> 100644
--- a/uPortal-utils/uPortal-utils-core/src/main/java/org/apereo/portal/utils/Port... | fix(#<I>): Import the new Oracle<I>ForceClobDialect dialect | Jasig_uPortal | train |
c893d0b197322fca84ce80e01d2508c003a45b4e | diff --git a/lib/mohawk/adapters/uia/menu_item.rb b/lib/mohawk/adapters/uia/menu_item.rb
index <HASH>..<HASH> 100644
--- a/lib/mohawk/adapters/uia/menu_item.rb
+++ b/lib/mohawk/adapters/uia/menu_item.rb
@@ -6,18 +6,11 @@ module Mohawk
end
def select
- wait_until do
- begin
- ... | MenuItem#click waits until it is successful | leviwilson_mohawk | train |
c7f4ebb72657ba456150dd965633ba5d1824c4c3 | diff --git a/dist/Leaflet.BlurredLocation.js b/dist/Leaflet.BlurredLocation.js
index <HASH>..<HASH> 100644
--- a/dist/Leaflet.BlurredLocation.js
+++ b/dist/Leaflet.BlurredLocation.js
@@ -539,7 +539,7 @@ BlurredLocation = function BlurredLocation(options) {
options = options || {};
options.location = options.locat... | Remove globals (#<I>)
* tried to remove globals - manually tested to work
* version update
* re-added deps
* Update test_spec.js | publiclab_leaflet-blurred-location | train |
e6ce6bb132e6b62e1b9acf32bae5fa1708015f28 | diff --git a/src/cli/common.js b/src/cli/common.js
index <HASH>..<HASH> 100644
--- a/src/cli/common.js
+++ b/src/cli/common.js
@@ -81,6 +81,8 @@ function normalizeSpecHandling(options) {
}
if (options.spec === undefined) return;
+ options.flatten = true; //infer flattening when extracting specs
+
if (!optio... | Infer flatten when extracting specs | lynx-json_lynx-docs | train |
1500d9fb65efeb1046e7f0b0593e79e92e7a5e35 | diff --git a/drivers/python2/rethinkdb/internal.py b/drivers/python2/rethinkdb/internal.py
index <HASH>..<HASH> 100644
--- a/drivers/python2/rethinkdb/internal.py
+++ b/drivers/python2/rethinkdb/internal.py
@@ -71,14 +71,6 @@ class WriteQuery(query.BaseExpression):
root.type = p.Query.WRITE
self._writ... | mutate *actually* works now. fixes #<I> | rethinkdb_rethinkdb | train |
b8dd4f7e983cc9b7392b239b40f83167961a0df2 | diff --git a/lib/zendesk_api/resources.rb b/lib/zendesk_api/resources.rb
index <HASH>..<HASH> 100644
--- a/lib/zendesk_api/resources.rb
+++ b/lib/zendesk_api/resources.rb
@@ -22,11 +22,6 @@ module ZendeskAPI
class Topic < Resource; end
class Bookmark < Resource; end
class Ability < DataResource; end
- class U... | UserView is a subclass of Rule | zendesk_zendesk_api_client_rb | train |
de6219a76cf3169a9721b2e22f18b1c1242f63f5 | diff --git a/goristock.py b/goristock.py
index <HASH>..<HASH> 100644
--- a/goristock.py
+++ b/goristock.py
@@ -264,6 +264,6 @@ class goristock(object):
print self.stock_name,self.stock_no
print self.data_date[-1],self.raw_data[-1],self.stock_range[-1]
for i in arg:
- print 'MA%02s %.2f %s(%s)' % (i... | Tiny change for appengine display. | toomore_goristock | train |
859a3587e9d61352d0948c44b19219871caf5683 | diff --git a/Neos.ContentRepository/Tests/Functional/Domain/NodesTest.php b/Neos.ContentRepository/Tests/Functional/Domain/NodesTest.php
index <HASH>..<HASH> 100644
--- a/Neos.ContentRepository/Tests/Functional/Domain/NodesTest.php
+++ b/Neos.ContentRepository/Tests/Functional/Domain/NodesTest.php
@@ -879,12 +879,16 @@... | TASK: Added additional assert to existing test | neos_neos-development-collection | train |
34ab4c7f8056287afd9c582897ef253241ce41c5 | diff --git a/angr/sim_type.py b/angr/sim_type.py
index <HASH>..<HASH> 100644
--- a/angr/sim_type.py
+++ b/angr/sim_type.py
@@ -1106,7 +1106,8 @@ def parse_file(defn, preprocess=True):
if piece.name is not None:
out[piece.name] = ty
elif isinstance(piece, pycparser.c_ast.Typedef):
... | Set typedef types as having a label with their given name (#<I>) | angr_angr | train |
82e8d268def2a3863cabad6254ff6a99ec67c382 | diff --git a/lang/en_utf8/portfolio.php b/lang/en_utf8/portfolio.php
index <HASH>..<HASH> 100644
--- a/lang/en_utf8/portfolio.php
+++ b/lang/en_utf8/portfolio.php
@@ -44,6 +44,7 @@ $string['failedtosendpackage'] = 'Failed to send your data to the selected portf
$string['failedtopackage'] = 'Could not find files to pac... | portfolio MDL-<I> added a missing lang string and removed a too strict exception | moodle_moodle | train |
6da6591dbc4a093f4e1fd822fb20608865fdb450 | diff --git a/plenum/cli/cli.py b/plenum/cli/cli.py
index <HASH>..<HASH> 100644
--- a/plenum/cli/cli.py
+++ b/plenum/cli/cli.py
@@ -121,7 +121,7 @@ class Cli:
psep = re.escape(os.path.sep)
- grams = [
+ self.grams = [
"(\s* (?P<simple>{}) \s*) |".format(relist(self.simpleCmds)),
... | cli node and client creation return node and client respectively | hyperledger_indy-plenum | train |
5b559330e2c0389be052c64b6fcb9951aa600140 | diff --git a/GEOparse/GEOTypes.py b/GEOparse/GEOTypes.py
index <HASH>..<HASH> 100755
--- a/GEOparse/GEOTypes.py
+++ b/GEOparse/GEOTypes.py
@@ -2,7 +2,7 @@
Classes that represent different GEO entities
"""
-from pandas import DataFrame
+from pandas import DataFrame, concat
from sys import stderr, stdout
import abc... | Added pivot_samples to GSE object | guma44_GEOparse | train |
03300b0632d1839b12139022bd0a3aa6055f6ddb | diff --git a/tests/Database/DatabaseEloquentBuilderTest.php b/tests/Database/DatabaseEloquentBuilderTest.php
index <HASH>..<HASH> 100755
--- a/tests/Database/DatabaseEloquentBuilderTest.php
+++ b/tests/Database/DatabaseEloquentBuilderTest.php
@@ -477,7 +477,7 @@ class DatabaseEloquentBuilderTest extends PHPUnit_Framewo... | Add test for merged wheres in withCount | laravel_framework | train |
4732e47ec6196c0c78e8cc06c4b8e3578aad7fa6 | diff --git a/src/python/twitter/pants/targets/jar_dependency.py b/src/python/twitter/pants/targets/jar_dependency.py
index <HASH>..<HASH> 100644
--- a/src/python/twitter/pants/targets/jar_dependency.py
+++ b/src/python/twitter/pants/targets/jar_dependency.py
@@ -54,7 +54,7 @@ class JarDependency(object):
self.arti... | Add an "id" field to JarDependency
Auditors: benjy
(sapling split of fb<I>f<I>a<I>b0af<I>d<I>bb<I>d<I>a8ccac) | pantsbuild_pants | train |
543ff1563fab099dfb64919a2a275f5adc123a1d | diff --git a/db/schema.rb b/db/schema.rb
index <HASH>..<HASH> 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
-ActiveRecord::Schema.define(:version => 114) do
+ActiveRecord::Schema.define(:version => 115) do
creat... | Fix schema.rb and spec (no more user destroy action) | publify_publify | train |
ae034b5ca2498026f1b8cf31bc54ec884e55d7b9 | diff --git a/gson/src/main/java/com/google/gson/internal/bind/ObjectTypeAdapter.java b/gson/src/main/java/com/google/gson/internal/bind/ObjectTypeAdapter.java
index <HASH>..<HASH> 100644
--- a/gson/src/main/java/com/google/gson/internal/bind/ObjectTypeAdapter.java
+++ b/gson/src/main/java/com/google/gson/internal/bind/... | eliminated eclipse warnings by adding a default label to switch. | google_gson | train |
8528581a047fe22e461a9a2cf780d5212b3b711f | diff --git a/src/marshmallow/fields.py b/src/marshmallow/fields.py
index <HASH>..<HASH> 100644
--- a/src/marshmallow/fields.py
+++ b/src/marshmallow/fields.py
@@ -52,6 +52,8 @@ __all__ = [
"URL",
"Email",
"IP",
+ "IPv4",
+ "IPv6",
"Method",
"Function",
"Str", | Expose IP v4/v6 specific fields for wildcard imports | marshmallow-code_marshmallow | train |
ef94c05b02c82a56c84ae2587b3ae17eeb1e470f | diff --git a/spec/lib/maven_runner_spec.rb b/spec/lib/maven_runner_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/maven_runner_spec.rb
+++ b/spec/lib/maven_runner_spec.rb
@@ -21,7 +21,8 @@ describe Tetra::MavenRunner do
@project.from_directory do
commandline = @kit_runner.get_maven_commandline("."... | Refactoring: project name change to tetra, rubocop fixes | moio_tetra | train |
9d6d0530f57c638e51d20f9da2b51cf949e8d02c | diff --git a/lib/digest-client.js b/lib/digest-client.js
index <HASH>..<HASH> 100644
--- a/lib/digest-client.js
+++ b/lib/digest-client.js
@@ -126,7 +126,7 @@ module.exports = class DigestClient {
_compileParams(params) {
const parts = [];
for (const i in params) {
- if (['nc', 'algorithm'].includes(i... | on response to Challenge, QOP should be without quotes. | davehorton_drachtio-srf | train |
bb6675dbfcac72135ad86a02087ee178ce5dda35 | diff --git a/hanlp/common/dataset.py b/hanlp/common/dataset.py
index <HASH>..<HASH> 100644
--- a/hanlp/common/dataset.py
+++ b/hanlp/common/dataset.py
@@ -682,13 +682,15 @@ class KMeansSampler(BucketSampler):
class SortingSampler(Sampler):
# noinspection PyMissingConstructor
- def __init__(self, lengths: Lis... | Support whether to calculate effective number of tokens when applying the `batch_max_tokens` | hankcs_HanLP | train |
b1aa00d9e10df425ca4cbdfb2ad34832f24e98af | diff --git a/Branch-SDK/src/io/branch/referral/util/BranchEvent.java b/Branch-SDK/src/io/branch/referral/util/BranchEvent.java
index <HASH>..<HASH> 100644
--- a/Branch-SDK/src/io/branch/referral/util/BranchEvent.java
+++ b/Branch-SDK/src/io/branch/referral/util/BranchEvent.java
@@ -226,7 +226,7 @@ public class BranchEv... | DEVEX-<I>: Add BUO to custom | BranchMetrics_android-branch-deep-linking | train |
67655f924ad7d10205cb8ff20447e32bf0736755 | diff --git a/lib/fog/rackspace/models/load_balancers/load_balancer.rb b/lib/fog/rackspace/models/load_balancers/load_balancer.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/rackspace/models/load_balancers/load_balancer.rb
+++ b/lib/fog/rackspace/models/load_balancers/load_balancer.rb
@@ -70,10 +70,6 @@ module Fog
... | [rackspace|lb] fix for #<I> - Connection logging now loads appropriately | fog_fog | train |
dfee87602632d7691823179cd919491f60365c63 | diff --git a/Schema/PostgresSchemaState.php b/Schema/PostgresSchemaState.php
index <HASH>..<HASH> 100644
--- a/Schema/PostgresSchemaState.php
+++ b/Schema/PostgresSchemaState.php
@@ -51,7 +51,13 @@ class PostgresSchemaState extends SchemaState
*/
public function load($path)
{
- $process = $this->... | support psql and pg_restore commands in schema load (#<I>)
* support psql and pg_restore command in schema load
* Update PostgresSchemaState.php | illuminate_database | train |
3b02fee06938929f6c534dd826fe382b72a67080 | diff --git a/lib/evalhook.rb b/lib/evalhook.rb
index <HASH>..<HASH> 100644
--- a/lib/evalhook.rb
+++ b/lib/evalhook.rb
@@ -180,10 +180,12 @@ module EvalHook
nil
end
+ # Overwrite to handle the evaluation o colon3 nodes (access to global namespace)
def handle_colon3(*args)
nil
end
+ ... | added doc for HookHandler methods | tario_evalhook | train |
147f52fedc4283dec24f291c83a2b9a54541d958 | diff --git a/moto/mediaconnect/models.py b/moto/mediaconnect/models.py
index <HASH>..<HASH> 100644
--- a/moto/mediaconnect/models.py
+++ b/moto/mediaconnect/models.py
@@ -97,7 +97,7 @@ class MediaConnectBackend(BaseBackend):
for index, _source in enumerate(flow.sources):
self._add_source_details(_... | mediaconnect: fix, actually fixing create_flow to allow no outputs argument (#<I>) | spulec_moto | train |
d68008479b53612c1254039edd47834cff557aa5 | diff --git a/lib/browsers/chrome.js b/lib/browsers/chrome.js
index <HASH>..<HASH> 100644
--- a/lib/browsers/chrome.js
+++ b/lib/browsers/chrome.js
@@ -418,7 +418,6 @@ chrome.loadUrlThenWaitForPageLoadEvent = function(tab, url) {
Page.addScriptToEvaluateOnNewDocument({source: 'if (window.customElements) customElemen... | remove the clearing of local storage. we are seeing a possible bug with this across customers when the context should already clear local storage | prerender_prerender | train |
7e8d9602c0c31399336aedac28c109b1fc1666b3 | diff --git a/modules/bcrypt-cli/src/main/java/at/favre/lib/crypto/bcrypt/cli/CLIParser.java b/modules/bcrypt-cli/src/main/java/at/favre/lib/crypto/bcrypt/cli/CLIParser.java
index <HASH>..<HASH> 100644
--- a/modules/bcrypt-cli/src/main/java/at/favre/lib/crypto/bcrypt/cli/CLIParser.java
+++ b/modules/bcrypt-cli/src/main/... | Refactor CLIParser to have shorter methods | patrickfav_bcrypt | train |
15b0d3223eba9b224c5201174ba928667a583575 | diff --git a/db/mysql/migrations/20130916125820_CreatePointsTable.sql b/db/mysql/migrations/20130916125820_CreatePointsTable.sql
index <HASH>..<HASH> 100644
--- a/db/mysql/migrations/20130916125820_CreatePointsTable.sql
+++ b/db/mysql/migrations/20130916125820_CreatePointsTable.sql
@@ -1,5 +1,5 @@
-- +goose Up
-CREATE... | [src][migrations][test] Adding in the ability to stub out database queries during tests with a database mocking library. Also fixed some issues with mysql migrations. | kellydunn_golang-geo | train |
1f29f333efe18ab8e2176596359bcd1842bf0158 | diff --git a/lib/after_do/version.rb b/lib/after_do/version.rb
index <HASH>..<HASH> 100644
--- a/lib/after_do/version.rb
+++ b/lib/after_do/version.rb
@@ -1,3 +1,3 @@
module AfterDo
- VERSION = "0.2.0"
+ VERSION = "0.2.1"
end | Version bump to <I> with private methods regression fix | PragTob_after_do | train |
dfb9ec54c683665a4b8e84bb61abdbd4c7174c30 | diff --git a/RELEASE.md b/RELEASE.md
index <HASH>..<HASH> 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -4,6 +4,9 @@
m: minor
p: patch
+## next
+* p: suprocess.Popen is now run with shell=True
+
## 1.2.0
* m: idd 9.4.0 and 9.5.0 added
diff --git a/opyplus/simulation/simulation.py b/opyplus/simulation/simu... | * p: suprocess.Popen is now run with shell=True | openergy_oplus | train |
6d1cb88b73e2d2841ced658c79dd0e892b936505 | diff --git a/pkg/oc/cli/admin/migrate/storage/storage.go b/pkg/oc/cli/admin/migrate/storage/storage.go
index <HASH>..<HASH> 100644
--- a/pkg/oc/cli/admin/migrate/storage/storage.go
+++ b/pkg/oc/cli/admin/migrate/storage/storage.go
@@ -9,6 +9,7 @@ import (
"github.com/spf13/cobra"
"golang.org/x/time/rate"
+ "k8s.i... | Do not retry conflicts during storage migration
Storage migration is special in that all it needs to do is a no-op
update to cause the API server to migrate the object to the
preferred version. Thus if we encounter a conflict, we know that
something updated the object and we no longer need to do anything.
If the obje... | openshift_origin | train |
301d558446e12eb1a14f345e8c000093a02b3d9c | diff --git a/src/Lib/ProfferPath.php b/src/Lib/ProfferPath.php
index <HASH>..<HASH> 100644
--- a/src/Lib/ProfferPath.php
+++ b/src/Lib/ProfferPath.php
@@ -10,7 +10,7 @@ namespace Proffer\Lib;
use Cake\ORM\Entity;
use Cake\ORM\Table;
-use Cake\Utility\String;
+use Cake\Utility\Text;
class ProfferPath implements P... | Resolve #<I>. Resolve #<I>. Resolve #<I>. Implements webme's fixes | davidyell_CakePHP3-Proffer | train |
a4a7d7fb1ce78420d3d028e5a0535431baaeaea1 | diff --git a/src/Mouf/Mvc/Splash/SplashGenerateService.php b/src/Mouf/Mvc/Splash/SplashGenerateService.php
index <HASH>..<HASH> 100644
--- a/src/Mouf/Mvc/Splash/SplashGenerateService.php
+++ b/src/Mouf/Mvc/Splash/SplashGenerateService.php
@@ -27,7 +27,7 @@ class SplashGenerateService {
$strExtentions = implode('|', ... | Fix Apache <I> bug : options should have either "+" or "-" | thecodingmachine_mvc.splash | train |
495d93d885604ba7c7ba6a72102b5994aa2e7c7f | diff --git a/resource_aws_elastic_beanstalk_environment.go b/resource_aws_elastic_beanstalk_environment.go
index <HASH>..<HASH> 100644
--- a/resource_aws_elastic_beanstalk_environment.go
+++ b/resource_aws_elastic_beanstalk_environment.go
@@ -462,7 +462,7 @@ func fetchAwsElasticBeanstalkEnvironmentSettings(d *schema.Re... | provider/aws: fix Elastic Beanstalk settings diff (#<I>)
Fixes an issue where terraform plan or apply will always have a diff.
The Elastic Beanstalk API returns data for the `resource` attribute for
some settings that are not documented. This limits the `resource`
attribute to settings in the `aws:autoscaling:sched... | terraform-providers_terraform-provider-aws | train |
84c5e26b447251088826737612ccf0817ef43db2 | diff --git a/tpot/base.py b/tpot/base.py
index <HASH>..<HASH> 100644
--- a/tpot/base.py
+++ b/tpot/base.py
@@ -32,7 +32,7 @@ from deap import algorithms, base, creator, tools, gp
from tqdm import tqdm
from sklearn.base import BaseEstimator
-from sklearn.cross_validation import cross_val_score
+from sklearn.model_se... | Update for scikit-learn <I>
Changed all references from `cross_validation` to `model_selection`.
Changed `RandomizedPCA` to `PCA` with `svd_solver=‘randomized’` | EpistasisLab_tpot | train |
6281c2ab4ede3d67ff3fdf648e013e1cd132038e | diff --git a/lib/sprinkle/installers/installer.rb b/lib/sprinkle/installers/installer.rb
index <HASH>..<HASH> 100644
--- a/lib/sprinkle/installers/installer.rb
+++ b/lib/sprinkle/installers/installer.rb
@@ -1,4 +1,8 @@
module Sprinkle
+ # Installers are where the bulk of the work in Sprinkle happens. Installers are
... | update instructions to be clear about sudo and capistrano and other actors | sprinkle-tool_sprinkle | train |
2085228b506505035b5431731bc13eaff8d0cd57 | diff --git a/pkg/action/hooks.go b/pkg/action/hooks.go
index <HASH>..<HASH> 100644
--- a/pkg/action/hooks.go
+++ b/pkg/action/hooks.go
@@ -48,16 +48,27 @@ func (cfg *Configuration) execHook(rl *release.Release, hook release.HookEvent,
if err != nil {
return errors.Wrapf(err, "unable to build kubernetes object f... | feat(hooks): add Running phase | helm_helm | train |
e4c7b93cdbcde2aaa172fba8ffec361f736a4802 | diff --git a/common-core-open/src/main/java/com/bbn/bue/common/evaluation/SummaryConfusionMatrices.java b/common-core-open/src/main/java/com/bbn/bue/common/evaluation/SummaryConfusionMatrices.java
index <HASH>..<HASH> 100644
--- a/common-core-open/src/main/java/com/bbn/bue/common/evaluation/SummaryConfusionMatrices.jav... | Changes to add baseline accuracy functions.
Needed to change example in the test case so that the maximum choice differed
between the right and left hand. | BBN-E_bue-common-open | train |
aa9059b965a98ddb29524bf3093fb044a0edc4db | diff --git a/mod/forum/externallib.php b/mod/forum/externallib.php
index <HASH>..<HASH> 100644
--- a/mod/forum/externallib.php
+++ b/mod/forum/externallib.php
@@ -906,7 +906,7 @@ class mod_forum_external extends external_api {
'forumid' => new external_value(PARAM_INT, 'Forum instance ID'),
... | MDL-<I> forum: Allow creating new discussions with groupid -1 | moodle_moodle | train |
f015673f30fe4573627203ee6533c2e671e7e86e | diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/HttpKernel/Kernel.php
+++ b/src/Symfony/Component/HttpKernel/Kernel.php
@@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface... | Update VERSION for <I> | symfony_symfony | train |
2ba703e1b81f80c8f604cf15127b94581290be78 | diff --git a/server.go b/server.go
index <HASH>..<HASH> 100644
--- a/server.go
+++ b/server.go
@@ -150,7 +150,7 @@ func (s *Server) Run(addr string) {
log.Fatal("ListenAndServe:", err)
}
- s.Logger.Printf("web.go serving %s\n", l.Addr().String())
+ s.Logger.Printf("web.go serving %s\n", l.Addr())
... | Clean up initial log statements
1. In RunTLS, only print the initial log statement if `Listen` is
successful. Also, print the actual address instead of the one passed
in.
2. Change `l.Addr().String()` to `l.Addr()`. The Addr interface has a
`String` method, which will be called by fmt. | hoisie_web | train |
ea1306c0f879e3be65b3ae2df1ec0cda98697ee7 | diff --git a/lib/typhoeus/request.rb b/lib/typhoeus/request.rb
index <HASH>..<HASH> 100644
--- a/lib/typhoeus/request.rb
+++ b/lib/typhoeus/request.rb
@@ -1,9 +1,13 @@
module Typhoeus
class Request
- attr_accessor :method, :params, :body, :headers, :connect_timeout, :timeout, :user_agent, :response, :cache_timeo... | Fix #headers warning with Request. | typhoeus_typhoeus | train |
4d77c8713f358efe2d200c285ce4bb46a3aec68d | diff --git a/lib/opFns.js b/lib/opFns.js
index <HASH>..<HASH> 100644
--- a/lib/opFns.js
+++ b/lib/opFns.js
@@ -1023,8 +1023,7 @@ function makeCall (runState, callOptions, localOpts, cb) {
// check if account has enough ether
// Note: in the case of delegatecall, the value is persisted and doesn't need to be deduc... | Do not manipulate stack directly in CALLs | ethereumjs_ethereumjs-vm | train |
066803df92e8b40e4f36e16853c622e39ae406e5 | diff --git a/bat/lib/bat/deployment_helper.rb b/bat/lib/bat/deployment_helper.rb
index <HASH>..<HASH> 100644
--- a/bat/lib/bat/deployment_helper.rb
+++ b/bat/lib/bat/deployment_helper.rb
@@ -152,7 +152,11 @@ module Bat
end
def dynamic_network?
- @spec['properties']['network']['type'] == 'dynamic'
+ ... | Set static ip only for openstack manual network
Floating IP on openstack bat environment is basically a static ip.
You need to have a static IP range to assign floating ip. | cloudfoundry_bosh | train |
c70451abd50aee741e668590f5c6fed641f8f534 | diff --git a/src/Exception/OAuthServerException.php b/src/Exception/OAuthServerException.php
index <HASH>..<HASH> 100644
--- a/src/Exception/OAuthServerException.php
+++ b/src/Exception/OAuthServerException.php
@@ -196,6 +196,21 @@ class OAuthServerException extends \Exception
}
/**
+ * Missing scope er... | Add an exception for a missing scope | thephpleague_oauth2-server | train |
567de4282bc5a6079918825a113478c2b937be2b | diff --git a/client/state/plugins/premium/actions.js b/client/state/plugins/premium/actions.js
index <HASH>..<HASH> 100644
--- a/client/state/plugins/premium/actions.js
+++ b/client/state/plugins/premium/actions.js
@@ -41,12 +41,12 @@ const normalizePluginInstructions = ( data ) => {
* Return a SitePlugin instance us... | The install process needs the plugin *slug*, not the ID — it’ll install correctly if it’s not available, but it will fail with an incorrect message if it already exists. | Automattic_wp-calypso | train |
f6f759b2272c7247a6333d0e71fa43825e58be16 | diff --git a/src/main/org/openscience/cdk/charges/AtomTypeCharges.java b/src/main/org/openscience/cdk/charges/AtomTypeCharges.java
index <HASH>..<HASH> 100644
--- a/src/main/org/openscience/cdk/charges/AtomTypeCharges.java
+++ b/src/main/org/openscience/cdk/charges/AtomTypeCharges.java
@@ -134,7 +134,9 @@ public class ... | Added missing @TestMethod annotation | cdk_cdk | train |
32e8a3dee4b58986394a426075e65dc357de7ad7 | diff --git a/resolwe/storage/tests/test_manager.py b/resolwe/storage/tests/test_manager.py
index <HASH>..<HASH> 100644
--- a/resolwe/storage/tests/test_manager.py
+++ b/resolwe/storage/tests/test_manager.py
@@ -261,7 +261,7 @@ class DecisionMakerOverrideRuleTest(TestCase):
def test_override_process_type(self):
... | Add test for missing colon
Change previous test to expose bug when colon was missing at the end of
process_type in the connector settings. | genialis_resolwe | train |
95dcd01073d079dd12528dcf4b91f1088b4c36b7 | diff --git a/zipkin-ui/js/component_ui/traceSummary.js b/zipkin-ui/js/component_ui/traceSummary.js
index <HASH>..<HASH> 100644
--- a/zipkin-ui/js/component_ui/traceSummary.js
+++ b/zipkin-ui/js/component_ui/traceSummary.js
@@ -147,12 +147,15 @@ export function traceSummary(spans = []) {
}
}
-function totalService... | Filters undefined duration when calculating totalServiceTime
The zipkin api is supposed to return Span.timestamp and Span.duration.
There's a test `getSpansByTraceIds_doesntPerformQueryTimeAdjustment`,
which was added recently, which should insure that this is set.
Until all span store tests update to running this te... | apache_incubator-zipkin | train |
b225e86b120091b213d32e657180ecc446057c0a | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+ Fixed #1017 -- environment-specific modulepath is no longer ignored.
+
Fixed #971 -- classes can once again be included multiple
times.
diff --git a/lib/puppet/parser/parser_support.rb b/lib/p... | Fixing #<I> -- environment-specific modulepath is no
longer ignored. | puppetlabs_puppet | train |
34b7eb209ade193223591a211bf00526dd95f325 | diff --git a/library/CM/Frontend/Environment.php b/library/CM/Frontend/Environment.php
index <HASH>..<HASH> 100644
--- a/library/CM/Frontend/Environment.php
+++ b/library/CM/Frontend/Environment.php
@@ -59,7 +59,7 @@ class CM_Frontend_Environment extends CM_Class_Abstract {
* @return bool
*/
public fun... | Fix environment, add processRequest test helper method | cargomedia_cm | train |
a566ae916e5d7ac3ee4ee67823f0f90f470653f7 | diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py
index <HASH>..<HASH> 100644
--- a/ryu/ofproto/nx_match.py
+++ b/ryu/ofproto/nx_match.py
@@ -34,8 +34,10 @@ FWW_IN_PORT = 1 << 0
FWW_DL_TYPE = 1 << 4
FWW_NW_PROTO = 1 << 5
# No corresponding OFPFW_* bits
-FWW_NW_DSCP = 1 << 6
-FWW_NW_ECN = 1 << 7
+FWW_NW_... | nxm: add NXM_NX_ARP_* support | osrg_ryu | train |
38c457a3b8251c003d6a3c5a302c485cbcc7a932 | diff --git a/src/django_like/__init__.py b/src/django_like/__init__.py
index <HASH>..<HASH> 100644
--- a/src/django_like/__init__.py
+++ b/src/django_like/__init__.py
@@ -4,8 +4,8 @@ from django.db.models.fields import Field, subclassing
from django.db.models.sql.constants import QUERY_TERMS
-QUERY_TERMS['like'] =... | Now works with Django versions >= <I> | goinnn_django-like | train |
fcbb11d95d34745d2a45ed82500d42457fde515b | diff --git a/salt/states/network.py b/salt/states/network.py
index <HASH>..<HASH> 100644
--- a/salt/states/network.py
+++ b/salt/states/network.py
@@ -493,6 +493,17 @@ def managed(name, enabled=True, **kwargs):
# Pull interface type out of kwargs
iface_type = str(kwargs.pop("type", "eth"))
+ if "addr" in... | Warn when using incorrect value "addr" for hwaddr | saltstack_salt | train |
548018656b1263c65c0fb28a3518bfd8773f66f1 | diff --git a/logging/src/components/Shared/QueryInput/QueryInput.js b/logging/src/components/Shared/QueryInput/QueryInput.js
index <HASH>..<HASH> 100644
--- a/logging/src/components/Shared/QueryInput/QueryInput.js
+++ b/logging/src/components/Shared/QueryInput/QueryInput.js
@@ -1,7 +1,9 @@
import React, { useState } f... | Fix validation error for logQL regex in log ui advanced search (#<I>)
* Support logql expressions
* update the regex
* fix linter error | kyma-project_console | train |
66df2996aa83627daa5a1ac281e50344afab1f4a | diff --git a/spyder/plugins/ipythonconsole/widgets/shell.py b/spyder/plugins/ipythonconsole/widgets/shell.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/ipythonconsole/widgets/shell.py
+++ b/spyder/plugins/ipythonconsole/widgets/shell.py
@@ -23,9 +23,8 @@ from qtpy.QtWidgets import QMessageBox
from spyder.config.... | Load code from file if not open in editor. | spyder-ide_spyder | train |
85b2705d2364edadf92910ea872fd56d2ea31191 | diff --git a/sdl/sdl_events.go b/sdl/sdl_events.go
index <HASH>..<HASH> 100644
--- a/sdl/sdl_events.go
+++ b/sdl/sdl_events.go
@@ -326,6 +326,8 @@ type SysWMEvent struct {
msg unsafe.Pointer
}
+type EventFilter C.SDL_EventFilter
+
func PumpEvents() {
C.SDL_PumpEvents()
} | Split constants.go to different files | veandco_go-sdl2 | train |
4e075c370c6c55f2686a7ed469cb6cde5150c4bf | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -283,6 +283,7 @@ export default class Drawer extends Component {
};
onPanResponderRelease = (e, gestureState) => {
+ this._panning = false;
if (gestureState.moveX < 125) this.processTapGestures()
if (Math.... | Adjusted for panning release (#<I>) | root-two_react-native-drawer | train |
53993e4e775463e8cb61a35d8b75d99824128a51 | diff --git a/nnpy/__init__.py b/nnpy/__init__.py
index <HASH>..<HASH> 100644
--- a/nnpy/__init__.py
+++ b/nnpy/__init__.py
@@ -14,4 +14,4 @@ class PollSet(object):
def poll(self, timeout=0):
rc = nanomsg.nn_poll(self.fd_set, len(self.data), timeout)
- return errors.convert(rc, lambda: self.fd_set... | Return poll result for all SP sockets, not first socket only. (#<I>) | nanomsg_nnpy | train |
a9cfbdb496283687f6b841a6dc55f391aae3ed9a | diff --git a/lib/pdf_ravager/field_types/acro_form.rb b/lib/pdf_ravager/field_types/acro_form.rb
index <HASH>..<HASH> 100644
--- a/lib/pdf_ravager/field_types/acro_form.rb
+++ b/lib/pdf_ravager/field_types/acro_form.rb
@@ -22,7 +22,6 @@ module PDFRavager
def set_acro_form_value(acro_fields)
begin
... | AcroFields#setField already returns boolean | abevoelker_pdf_ravager | train |
c15f52bec475c4d15b81ae7199f057c2a1fbfd6b | diff --git a/lib/custom/src/MShop/Service/Provider/Payment/Datatrans.php b/lib/custom/src/MShop/Service/Provider/Payment/Datatrans.php
index <HASH>..<HASH> 100644
--- a/lib/custom/src/MShop/Service/Provider/Payment/Datatrans.php
+++ b/lib/custom/src/MShop/Service/Provider/Payment/Datatrans.php
@@ -64,4 +64,21 @@ class ... | Use Omnipay Datatrans driver by default | aimeoscom_ai-payments | train |
4d2fb7b3b245206ca6f15c3b97177efd7d7e99c9 | diff --git a/src/Charcoal/Object/ObjectRoute.php b/src/Charcoal/Object/ObjectRoute.php
index <HASH>..<HASH> 100644
--- a/src/Charcoal/Object/ObjectRoute.php
+++ b/src/Charcoal/Object/ObjectRoute.php
@@ -3,7 +3,6 @@ namespace Charcoal\Object;
use DateTime;
use DateTimeInterface;
-use Exception;
use InvalidArgumentE... | Improved ‘RoutableTrait::isActiveRoute()’
Changes:
- Modified ‘RoutableTrait::isActiveRoute()’ to check if “active” is available, if not consider route activated;
- Added ‘RoutableInterface::isActiveRoute()’;
- Fixed PHPCS Issues; | locomotivemtl_charcoal-object | train |
46c31c82fb77a2568e1021e1bd2f08e198d3c7ae | diff --git a/eZ/Publish/Core/Repository/LocationService.php b/eZ/Publish/Core/Repository/LocationService.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/Core/Repository/LocationService.php
+++ b/eZ/Publish/Core/Repository/LocationService.php
@@ -426,7 +426,7 @@ class LocationService implements LocationServiceInterface... | Set main location id in location create struct | ezsystems_ezpublish-kernel | train |
21b157001a4ba746209f5eae0c7bb2f8e6e990a3 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
jQuery background parallax plugin used for adding a smooth parallax scrolling effect to background images and Youtube/Vimeo videos using CSS3 transforms (translate3d). With a background-position fallback when... | changed jQuery offset to getBoundingClientRect (less browser compatibility, more performance) | nk-o_jarallax | train |
2d7823211cac8b24faec809ca4bb07f7e4f252aa | diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/JwksSignature.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/JwksSignature.java
index <HASH>..<HASH> 100644
--- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/JwksSignatu... | ease override of number of JWS refresh attempts | micronaut-projects_micronaut-core | train |
3723afad0bab93201b21379c2bb69387a7ca75c0 | diff --git a/Manager/NotificationManager.php b/Manager/NotificationManager.php
index <HASH>..<HASH> 100644
--- a/Manager/NotificationManager.php
+++ b/Manager/NotificationManager.php
@@ -7,6 +7,7 @@ use Doctrine\ORM\NoResultException;
use Icap\NotificationBundle\Entity\FollowerResource;
use Claroline\CoreBundle\Event... | [NotificationBundle] Implemented purge functionality | claroline_Distribution | train |
8df9de85c965f153dff3873228ab770825c275db | diff --git a/structr-ui/src/main/resources/structr/js/contents.js b/structr-ui/src/main/resources/structr/js/contents.js
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/resources/structr/js/contents.js
+++ b/structr-ui/src/main/resources/structr/js/contents.js
@@ -76,7 +76,7 @@ var _Contents = {
... | Fixed title/alt tag of clone icons. | structr_structr | train |
1ddfb28a7802d93b4753d5238b8011fe441105c2 | diff --git a/common/test/unit/com/thoughtworks/go/domain/PipelineConfigValidationTest.java b/common/test/unit/com/thoughtworks/go/domain/PipelineConfigValidationTest.java
index <HASH>..<HASH> 100644
--- a/common/test/unit/com/thoughtworks/go/domain/PipelineConfigValidationTest.java
+++ b/common/test/unit/com/thoughtwor... | had missing empty stages validation - #<I>, #<I> | gocd_gocd | train |
8fb84cef7139964598fdb800dfaac9259a80bcc1 | diff --git a/template/html/d3-graph.js b/template/html/d3-graph.js
index <HASH>..<HASH> 100644
--- a/template/html/d3-graph.js
+++ b/template/html/d3-graph.js
@@ -37,6 +37,18 @@
text: []
};
+ function cerialize(text)
+ {
+ var svgxml = (new XMLSerializer()).serializeToString(d3.select('svg').node(... | fixed link arrow selection on redraw. | typhonjs-node-esdoc_esdoc-plugin-dependency-graphs | train |
1cefff0f3ef9188176b216f5bad8e068e0f9a1de | diff --git a/core-bundle/src/Resources/contao/library/Contao/Database.php b/core-bundle/src/Resources/contao/library/Contao/Database.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/library/Contao/Database.php
+++ b/core-bundle/src/Resources/contao/library/Contao/Database.php
@@ -63,6 +63,12 @@ ab... | [Core] Add a registry to each database connection. | contao_contao | train |
cd0e8407e19a8ecd8a81c3f6c65272d80e902ac7 | diff --git a/src/unity/python/turicreate/test/test_boosted_trees.py b/src/unity/python/turicreate/test/test_boosted_trees.py
index <HASH>..<HASH> 100644
--- a/src/unity/python/turicreate/test/test_boosted_trees.py
+++ b/src/unity/python/turicreate/test/test_boosted_trees.py
@@ -235,6 +235,11 @@ class BoostedTreesRegres... | Add unitest for boosted trees model json.
The model json sould include 'gain' and 'cover' keys. | apple_turicreate | train |
09e3f0b4f5ceb19b1976e53d0a115d6a9f68e79a | diff --git a/tests/test_views.py b/tests/test_views.py
index <HASH>..<HASH> 100644
--- a/tests/test_views.py
+++ b/tests/test_views.py
@@ -257,7 +257,7 @@ def test_login_redirect_based_on_cookie(monkeypatch, django_user_model, settings
assert response.status_code == 302
assert response['Location'] == '/admin/... | Update test assertion, as session key is set to None
The 'CASNEXT' key is not deleted anymore since <URL> | mingchen_django-cas-ng | train |
27d5caf40e41fc3576518c4dc9469b5896fbe5fb | diff --git a/pyrogram/client/filters/filters.py b/pyrogram/client/filters/filters.py
index <HASH>..<HASH> 100644
--- a/pyrogram/client/filters/filters.py
+++ b/pyrogram/client/filters/filters.py
@@ -20,6 +20,7 @@ import re
from typing import Callable
from .filter import Filter
+from ..types import Message, Callback... | Give Filters.regex superpowers
Basically make it work on Message, CallbackQuery and InlineQuery updates | pyrogram_pyrogram | train |
5c045a86af61ed0732c46eace39c4e71229a460a | diff --git a/salt/states/cmd.py b/salt/states/cmd.py
index <HASH>..<HASH> 100644
--- a/salt/states/cmd.py
+++ b/salt/states/cmd.py
@@ -55,6 +55,11 @@ This means that if a ``cmd`` state is watched by another state then the
state that's watching will always be executed due to the `changed` state in
the ``cmd`` state.
... | Link "stateful" kwargs to definition of what "stateful" means for cmd state.
Fixes #<I> | saltstack_salt | train |
f57398072fedfeac00e1ba9d1f683b0b82e74f4a | diff --git a/scripts/tofucustom.py b/scripts/tofucustom.py
index <HASH>..<HASH> 100755
--- a/scripts/tofucustom.py
+++ b/scripts/tofucustom.py
@@ -1,6 +1,7 @@
#!/usr/bin/env python
# Built-in
+import sys
import os
from shutil import copyfile
diff --git a/scripts/tofuversion.py b/scripts/tofuversion.py
index <HA... | [Issue<I>] Added import sys to tofuversion.py and tofucustom.py | ToFuProject_tofu | train |
231ae194ccae827d3a7c46cf77fd8e8d86b32149 | diff --git a/imgaug/augmenters/convolutional.py b/imgaug/augmenters/convolutional.py
index <HASH>..<HASH> 100644
--- a/imgaug/augmenters/convolutional.py
+++ b/imgaug/augmenters/convolutional.py
@@ -333,13 +333,15 @@ def EdgeDetect(alpha=0, name=None, deterministic=False, random_state=None):
Parameters
----... | Reduce code duplication in EdgeDetect
This commit decreases code duplication in the
parameter parsing of
augmenters.convolutional.EdgeDetect by using
the parameter handling functions in
parameters.py.
Additionally, alpha now supports lists, which
are interpreted as Choices. | aleju_imgaug | train |
c2748e97dde8e7ac46bf7c77585f6da84eda2ace | diff --git a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/MockAssetServiceImpl.java b/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/MockAssetServiceImpl.java
index <HASH>..<HASH> 100644
--- a/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/MockAsset... | Regenerate asset client (#<I>) | googleapis_google-cloud-java | train |
54ef74c269f1705c89def8999043cfd0fbb7c58c | diff --git a/app/controllers/google-map/marker.js b/app/controllers/google-map/marker.js
index <HASH>..<HASH> 100644
--- a/app/controllers/google-map/marker.js
+++ b/app/controllers/google-map/marker.js
@@ -9,6 +9,7 @@ var alias = computed.alias;
*/
export default Ember.Controller.extend({
title: ... | alias marker.description
if a marker with infoWindow was created without a template the description was not displayed | huafu_ember-google-map | train |
8181245907bae9cb953bf794e1bcd7e47562555e | diff --git a/bin/check-http.rb b/bin/check-http.rb
index <HASH>..<HASH> 100755
--- a/bin/check-http.rb
+++ b/bin/check-http.rb
@@ -93,7 +93,7 @@ class CheckHttp < Sensu::Plugin::Check::CLI
description: 'Specify a uri path'
option :method,
- short: '-m GET|POST',
+ short: '-m GET|HEAD|POST... | update the short `method` message too (PUT was also missing) | sensu-plugins_sensu-plugins-http | train |
04123ecd31c0e5c49bed0a2baf8bee344cc536ba | diff --git a/dramatiq/brokers/redis.py b/dramatiq/brokers/redis.py
index <HASH>..<HASH> 100644
--- a/dramatiq/brokers/redis.py
+++ b/dramatiq/brokers/redis.py
@@ -26,7 +26,7 @@ from uuid import uuid4
import redis
from ..broker import Broker, Consumer, MessageProxy
-from ..common import compute_backoff, current_mill... | broker,redis: parse DEFAULT_LUA_MAX_STACK as int | Bogdanp_dramatiq | train |
60858b67c63b8994a7b00b49ef0c181007d24d6d | diff --git a/lib/webuser.py b/lib/webuser.py
index <HASH>..<HASH> 100644
--- a/lib/webuser.py
+++ b/lib/webuser.py
@@ -841,8 +841,13 @@ def collect_user_info(req):
try:
if req is None:
uid = -1
- elif type(req) in [type(1), type(1L)]:
+ elif type(req) in (type(1), type(1L)):
+ ... | collect_user_info allows now a dictionary as input. It will consider it as a
previous call to collect_user_info and will just return. (useful for build
function around collect_user_info that should work with uid, user_info or
req). | inveniosoftware_invenio-accounts | train |
f9a2fc253e2f36acbc310dda4185cf1bd21e8619 | diff --git a/pronto/__init__.py b/pronto/__init__.py
index <HASH>..<HASH> 100644
--- a/pronto/__init__.py
+++ b/pronto/__init__.py
@@ -7,7 +7,7 @@
-__version__='0.1.10'
+__version__='0.1.12'
__author__='Martin Larralde'
__author_email__ = 'martin.larralde@ens-cachan.fr'
diff --git a/pronto/parser/__init__.py ... | Corrected an lxml import that would make the setup fail when lxml was not found. | althonos_pronto | train |
7e886f297614afe876d6b16afdc171f1b81397cc | diff --git a/docs/source/conf.py b/docs/source/conf.py
index <HASH>..<HASH> 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -45,10 +45,7 @@ html_extra_path = ['ipyvolume.mp4', 'Big.Buck.Bunny.mp3', 'Big.Buck.Bunny.mp4']
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of... | DOC: Remove unused CommonMark settings | maartenbreddels_ipywebrtc | train |
ce6a049a4b730c8211311e949b5eba9877f00075 | diff --git a/lib/mini_magick.rb b/lib/mini_magick.rb
index <HASH>..<HASH> 100644
--- a/lib/mini_magick.rb
+++ b/lib/mini_magick.rb
@@ -60,7 +60,7 @@ module MiniMagick
# === Returns
# * [Boolean]
def mogrify?
- processor.to_sym == :mogrify
+ processor && processor.to_sym == :mogrify
end
... | Fix case when processor is nil | minimagick_minimagick | train |
76a9b6da99a3c800720ea4f6e36dcf991211218d | diff --git a/src/Propel/Generator/Builder/Om/ObjectBuilder.php b/src/Propel/Generator/Builder/Om/ObjectBuilder.php
index <HASH>..<HASH> 100644
--- a/src/Propel/Generator/Builder/Om/ObjectBuilder.php
+++ b/src/Propel/Generator/Builder/Om/ObjectBuilder.php
@@ -3745,6 +3745,8 @@ abstract class ".$this->getUnqualifiedClass... | Fix the child deletion issue in many-to-one form - #<I> | propelorm_Propel2 | train |
88ba67cf7e3cc67cd0cdebaa8c36c9dba99a2581 | diff --git a/MAVProxy/modules/mavproxy_param.py b/MAVProxy/modules/mavproxy_param.py
index <HASH>..<HASH> 100644
--- a/MAVProxy/modules/mavproxy_param.py
+++ b/MAVProxy/modules/mavproxy_param.py
@@ -137,6 +137,7 @@ class ParamState:
return
for h in args:
+ h = h.upper()
i... | param help: support non-upper case param names
Currently "param help gps_type" will error. This commit fixes that issue
by converting the param name to upper case prior to searching the help
tree. | ArduPilot_MAVProxy | train |
b6749a69f498db801e9e12268cfd3a1cd5ebc316 | diff --git a/src/javascripts/ng-admin/Crud/routing.js b/src/javascripts/ng-admin/Crud/routing.js
index <HASH>..<HASH> 100644
--- a/src/javascripts/ng-admin/Crud/routing.js
+++ b/src/javascripts/ng-admin/Crud/routing.js
@@ -138,12 +138,7 @@ function routing($stateProvider) {
return true;
... | Prepare move of mapEntry from datastore to view | marmelab_ng-admin | train |
de052fb76f95aefd3661d7101483c73bbb7c5f81 | diff --git a/src/shared/scripts/Autocomplete.js b/src/shared/scripts/Autocomplete.js
index <HASH>..<HASH> 100644
--- a/src/shared/scripts/Autocomplete.js
+++ b/src/shared/scripts/Autocomplete.js
@@ -337,8 +337,12 @@
// IE8 don't support the input event at all
// IE9 is the only browser that doesn't ... | Move IE detection to a component where it is really required | mercadolibre_chico | train |
9fa86bf6e5a14eac3681e6c5d4d0fdde81b16541 | diff --git a/server/bundler/babel/babel-plugin-transform-wpcalypso-async/index.js b/server/bundler/babel/babel-plugin-transform-wpcalypso-async/index.js
index <HASH>..<HASH> 100644
--- a/server/bundler/babel/babel-plugin-transform-wpcalypso-async/index.js
+++ b/server/bundler/babel/babel-plugin-transform-wpcalypso-asyn... | Framework: Pass default export in asyncRequire callback | Automattic_wp-calypso | train |
95c4b2525e112cb0ef52509e0d3beda8760d9c0b | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -57,9 +57,9 @@ author = 'Tim Paine'
# built documents.
#
# The short X.Y version.
-version = 'v0.0.18'
+version = 'v0.0.19'
# The full version, including alpha/beta/rc tags.
-release = 'v0.0.18'
+release = ... | upping version, not compatible with perspective until pull request comes in | timkpaine_lantern | train |
92986967b988d89c0ef5d147fc90b1c3cdd6d5c9 | diff --git a/savannaclient/nova/utils.py b/savannaclient/nova/utils.py
index <HASH>..<HASH> 100644
--- a/savannaclient/nova/utils.py
+++ b/savannaclient/nova/utils.py
@@ -181,9 +181,6 @@ def print_list(objs, fields, formatters={}, sortby_index=None):
else:
result = strutils.safe_encode(pt.get_string())
... | print_list(): do not call decode() on a text string
In Python3, we already have a text string at this point of the code, so there
is no need to try and decode it.
Change-Id: I<I>d<I>a5a2d8d7e1a<I>e4d<I>e9b<I>ffe<I> | openstack_python-saharaclient | train |
5ea4a557011bb7c7c4f582fd8d4cbe18503b374c | diff --git a/spdx/creationinfo.py b/spdx/creationinfo.py
index <HASH>..<HASH> 100644
--- a/spdx/creationinfo.py
+++ b/spdx/creationinfo.py
@@ -100,4 +100,21 @@ class CreationInfo(object):
@property
def created_iso_format(self):
- return datetime_iso_format(self.created)
\ No newline at end of... | Adds validations to CreationInfo model | spdx_tools-python | train |
222ad9ea35d21e7d9e70910a89095ac15ac4f28b | diff --git a/bfg9000/builtins/install.py b/bfg9000/builtins/install.py
index <HASH>..<HASH> 100644
--- a/bfg9000/builtins/install.py
+++ b/bfg9000/builtins/install.py
@@ -1,5 +1,4 @@
import warnings
-from itertools import chain
from six import itervalues
from . import builtin
@@ -18,33 +17,33 @@ class InstallOutpu... | Improve how installed files are recorded
Now, we keep the raw input for tracking explicitly-installed objects. This
makes it easier to track when a DualUseLibrary is set to be installed. | jimporter_bfg9000 | train |
b0677b19de26ebd6aecf19e7a9c865d401b56aa8 | diff --git a/bin/ns-status.js b/bin/ns-status.js
index <HASH>..<HASH> 100755
--- a/bin/ns-status.js
+++ b/bin/ns-status.js
@@ -40,11 +40,16 @@ function mmtuneStatus (status) {
function uploaderStatus (status) {
if (uploader_input ) {
- var uploader = require(cwd + '/' + uploader_input);
- if (uploader) {
- ... | check type of uploader value, number or object (#<I>) | openaps_oref0 | train |
3be67e9d6203577e1835d320e56875295fe4ed99 | diff --git a/ppp_datamodel/nodes/triple.py b/ppp_datamodel/nodes/triple.py
index <HASH>..<HASH> 100644
--- a/ppp_datamodel/nodes/triple.py
+++ b/ppp_datamodel/nodes/triple.py
@@ -18,21 +18,11 @@ class Triple(AbstractNode):
raise TypeError('One of Triple\'s constructor argument '
... | Simplify predicate_among by just returning a set. | ProjetPP_PPP-datamodel-Python | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.