hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
e76d44048c24c9824ab620f5140469a41ca49074 | diff --git a/provision/destroy-test-environment.rb b/provision/destroy-test-environment.rb
index <HASH>..<HASH> 100644
--- a/provision/destroy-test-environment.rb
+++ b/provision/destroy-test-environment.rb
@@ -29,7 +29,7 @@ puts "Using #{endpoint}"
token = get_token(endpoint, apikey, application, domain, proxy_host... | [FLIB-<I>] Use List Resources v3 in ruby client.
[rev: alex.scown] | microfocus-idol_java-hod-client | train |
0d896c9e1cdc1d9570ba70ed96492fbe4a31c074 | diff --git a/src/Assetic/Factory/AssetFactory.php b/src/Assetic/Factory/AssetFactory.php
index <HASH>..<HASH> 100644
--- a/src/Assetic/Factory/AssetFactory.php
+++ b/src/Assetic/Factory/AssetFactory.php
@@ -130,7 +130,7 @@ class AssetFactory
}
if (false !== strpos($sourceUrl, '://')) {
- ... | added source url to remote assets created by the factory | kriswallsmith_assetic | train |
6d04324025a0e7dbd85e73cd9a03ae288a6a118f | diff --git a/issuetracker/sphinxcontrib/issuetracker.py b/issuetracker/sphinxcontrib/issuetracker.py
index <HASH>..<HASH> 100644
--- a/issuetracker/sphinxcontrib/issuetracker.py
+++ b/issuetracker/sphinxcontrib/issuetracker.py
@@ -300,7 +300,8 @@ class IssueReferences(Transform):
refnode['reftarget'] =... | Use a template string for title expansion
Instead of storing the expandtitle setting in the node, use a template string
to expand the issue title. Provides more flexible issue reference titles. | sphinx-contrib_spelling | train |
ee60b21503c110f40f4bcdad683a91ddfb0e40bb | diff --git a/ChangeLog b/ChangeLog
index <HASH>..<HASH> 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,8 @@ ChangeLog for Pylint
crashed when it encountered a bytes string with a .format
method called.
+ * Don't warn about no-self-use for builtin properties.
+
2015-03-14 -- 1.4.3
diff --git... | Don't warn about no-self-use for builtin properties. | PyCQA_pylint | train |
b85136772d4a78a3cdc7779301f984ad0dd21235 | diff --git a/mmcv/runner/hooks/logger/text.py b/mmcv/runner/hooks/logger/text.py
index <HASH>..<HASH> 100644
--- a/mmcv/runner/hooks/logger/text.py
+++ b/mmcv/runner/hooks/logger/text.py
@@ -16,6 +16,15 @@ class TextLoggerHook(LoggerHook):
super(TextLoggerHook, self).before_run(runner)
self.start_iter... | fix bug that stuck at evaluation (#<I>)
* fix bug that stuck at evaluation
* remove mode variable | open-mmlab_mmcv | train |
9603eb7cce8d3042934623b388b2255c10e26abe | diff --git a/generator/objects/Property.php b/generator/objects/Property.php
index <HASH>..<HASH> 100644
--- a/generator/objects/Property.php
+++ b/generator/objects/Property.php
@@ -123,6 +123,7 @@ class Property {
case stripos($this->getName(), 'status') !== false:
case $this->getType() === ... | Shouldn't ever be necessary for there to be arrays of strings | calcinai_xero-php | train |
fc44c065921fe272c485757ccf5a35e48e0c13eb | diff --git a/webdriverwrapper/wrapper.py b/webdriverwrapper/wrapper.py
index <HASH>..<HASH> 100644
--- a/webdriverwrapper/wrapper.py
+++ b/webdriverwrapper/wrapper.py
@@ -494,14 +494,14 @@ class _WebdriverWrapper(WebdriverWrapperErrorMixin, WebdriverWrapperInfoMixin, _
can be also relative path.
"""
... | Deprecated switch_to_window | horejsek_python-webdriverwrapper | train |
f746cda2b853550d2b2745785643b86859803267 | diff --git a/micrometer-core/src/main/java/io/micrometer/core/aop/TimedAspect.java b/micrometer-core/src/main/java/io/micrometer/core/aop/TimedAspect.java
index <HASH>..<HASH> 100644
--- a/micrometer-core/src/main/java/io/micrometer/core/aop/TimedAspect.java
+++ b/micrometer-core/src/main/java/io/micrometer/core/aop/Ti... | Add Javadoc since to default constructor in TimedAspect (#<I>) | micrometer-metrics_micrometer | train |
828098734fd219d40dd1e9546fc829061cdeeb7e | diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/type.rb
+++ b/lib/puppet/type.rb
@@ -590,6 +590,10 @@ class Type
rethash
end
+ def type
+ self.class.name
+ end
+
# Return a specific value for an attribute.
def value(name)
... | Adding "type" instance method to enhance Demeterness | puppetlabs_puppet | train |
a0235df55650ec5368c0cd9f84a3a34b92c37273 | diff --git a/ignite/handlers/evaluate.py b/ignite/handlers/evaluate.py
index <HASH>..<HASH> 100644
--- a/ignite/handlers/evaluate.py
+++ b/ignite/handlers/evaluate.py
@@ -1,14 +1,14 @@
class Evaluate(object):
"""
- Triggers validation and optionally clears history.
+ Triggers evaluation and optionally clear... | remove remaining validation mentions in Evaluate handler (#<I>) | pytorch_ignite | train |
525da95f49350711d5fdc1f724a4b3b313f46edc | diff --git a/public/app/plugins/datasource/cloudwatch/datasource.js b/public/app/plugins/datasource/cloudwatch/datasource.js
index <HASH>..<HASH> 100644
--- a/public/app/plugins/datasource/cloudwatch/datasource.js
+++ b/public/app/plugins/datasource/cloudwatch/datasource.js
@@ -260,7 +260,17 @@ function (angular, _, mo... | Updated cloudwatch plugin to allow specific tag selection
Tags come back from AWS as a key value pair inside an array
This array is now converted to an object
Tags can be selected when using the 'ec2_instance_attribute' query
Example: `ec2_instance_attribute(us-east-1, Tags.Name, { "tag:Grafana": [ "true" ] })` | grafana_grafana | train |
f859625e98c3d6c6ca31f3f4a14125f9f05334f1 | diff --git a/test/test.py b/test/test.py
index <HASH>..<HASH> 100644
--- a/test/test.py
+++ b/test/test.py
@@ -114,5 +114,28 @@ class TestTibberInvalidToken(unittest.TestCase):
self.assertEqual(len(self.tibber.get_homes()), 0)
+class TestTibberPrivateToken(unittest.TestCase):
+ """
+ Tests Tibber
+ ... | Add extra test (#<I>) | Danielhiversen_pyTibber | train |
ea8542dad839ac8fce7f301b41a5d3a68cc46ede | diff --git a/stockcrawler/items.py b/stockcrawler/items.py
index <HASH>..<HASH> 100644
--- a/stockcrawler/items.py
+++ b/stockcrawler/items.py
@@ -17,3 +17,32 @@ class StockItem(Item):
key = Field()
value = Field()
date = Field()
+
+
+class ReportItem(Item):
+ # Trading symbol
+ symbol = Field()
+
... | Added ReportItem to store data on per report basis. | eliangcs_pystock-crawler | train |
d24f3df78854e05cdac38c834f6bff8695b87780 | diff --git a/jquery.backstretch.js b/jquery.backstretch.js
index <HASH>..<HASH> 100755
--- a/jquery.backstretch.js
+++ b/jquery.backstretch.js
@@ -54,7 +54,7 @@
self.css({width: "auto", height: "auto"});
imgWidth = this.width || $(e.target).w... | Oops, I reversed height and width in the image ratio calculations. | jquery-backstretch_jquery-backstretch | train |
eb89b5bea8a02b170d9d2069c21b7af271630cca | diff --git a/tests/unit/maintenance/langIntegrityTest.php b/tests/unit/maintenance/langIntegrityTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit/maintenance/langIntegrityTest.php
+++ b/tests/unit/maintenance/langIntegrityTest.php
@@ -833,21 +833,70 @@ class Unit_Maintenance_langIntegrityTest extends OxidTestCase
... | Fix `testLanguageFilesForInvalidEncoding`
* Fix behavior of checking actual language files:
* Previously only the first pattern matched file was checked
* Previously every file was checked, even if it was declared
as having UTF-8 encoding
* Clarify the true intention of test
* Provide PHPDoc entries for ... | OXID-eSales_oxideshop_ce | train |
1c39cf236521cd134a29be05be8dcf936986dfda | diff --git a/cmd/kubeadm/app/util/staticpod/utils_linux.go b/cmd/kubeadm/app/util/staticpod/utils_linux.go
index <HASH>..<HASH> 100644
--- a/cmd/kubeadm/app/util/staticpod/utils_linux.go
+++ b/cmd/kubeadm/app/util/staticpod/utils_linux.go
@@ -58,8 +58,8 @@ func RunComponentAsNonRoot(componentName string, pod *v1.Pod, u... | Fix incorrect user and group for kube-scheduler when it is running as non-root. | kubernetes_kubernetes | train |
a06140241b449bb02ace91f35a1d1e3822078a5f | diff --git a/src/Core/Content/ProductExport/ScheduledTask/ProductExportPartialGenerationHandler.php b/src/Core/Content/ProductExport/ScheduledTask/ProductExportPartialGenerationHandler.php
index <HASH>..<HASH> 100644
--- a/src/Core/Content/ProductExport/ScheduledTask/ProductExportPartialGenerationHandler.php
+++ b/src/... | NEXT-<I> - Add locale association in product export partial generation handler | shopware_platform | train |
73d539c337b46cfa4c10847723c1703f554cd4d8 | diff --git a/lib/adhearsion/voip/call.rb b/lib/adhearsion/voip/call.rb
index <HASH>..<HASH> 100644
--- a/lib/adhearsion/voip/call.rb
+++ b/lib/adhearsion/voip/call.rb
@@ -444,6 +444,8 @@ module Adhearsion
break if line.empty?
@lines << line
end
+ rescue EOFError
+ ... | Don't log when we get a premature disconnect. | adhearsion_adhearsion | train |
dfa60437465f6eee91dcd3d6f25fc044765a1e72 | diff --git a/src/helpers/queries.js b/src/helpers/queries.js
index <HASH>..<HASH> 100644
--- a/src/helpers/queries.js
+++ b/src/helpers/queries.js
@@ -66,6 +66,16 @@ export const contactsWithoutIndexes = {
Q(DOCTYPE_CONTACTS)
.include(['accounts'])
.where({
+ $or: [
+ {
+ t... | fix: Exclude trashed contact with no indexes | cozy_cozy-contacts | train |
4ff8b5a3bd0e05b4f4d257e341836357f0197a2f | diff --git a/src/main/java/de/slackspace/openkeepass/KeePassDatabase.java b/src/main/java/de/slackspace/openkeepass/KeePassDatabase.java
index <HASH>..<HASH> 100644
--- a/src/main/java/de/slackspace/openkeepass/KeePassDatabase.java
+++ b/src/main/java/de/slackspace/openkeepass/KeePassDatabase.java
@@ -10,6 +10,7 @@ imp... | Tried to avoid JCE if possible | cternes_openkeepass | train |
0a4d60989b432fd85a1c10c84b2e8379780bcdc0 | diff --git a/lib/signers/v4.js b/lib/signers/v4.js
index <HASH>..<HASH> 100644
--- a/lib/signers/v4.js
+++ b/lib/signers/v4.js
@@ -53,14 +53,15 @@ AWS.Signers.V4 = inherit(AWS.Signers.RequestSigner, {
signature: function signature(credentials, datetime) {
var cache = cachedSecret[this.serviceName];
- if (!... | Ensure we invalidate the cache if the date has changed
This does involve an extra `substr` call, but should not have a noticeable impact on performance. | aws_aws-sdk-js | train |
9ec287f5f2b925d25a35ff17caf2d83a567bb0af | diff --git a/lib/runner.js b/lib/runner.js
index <HASH>..<HASH> 100644
--- a/lib/runner.js
+++ b/lib/runner.js
@@ -196,28 +196,72 @@ WorkflowRunner.prototype.run = function () {
}
self.backend.isRunnerIdle(self.identifier, function (idle) {
if (idle === false) {
- var fetch = self.forks ... | Closes GH-7: Runners periodically check for stale jobs | joyent_node-workflow | train |
3441f8588116004e914ceb7e468aee5ccae3fb2c | diff --git a/hazelcast-jet-s3/src/test/java/com/hazelcast/jet/s3/S3TestBase.java b/hazelcast-jet-s3/src/test/java/com/hazelcast/jet/s3/S3TestBase.java
index <HASH>..<HASH> 100644
--- a/hazelcast-jet-s3/src/test/java/com/hazelcast/jet/s3/S3TestBase.java
+++ b/hazelcast-jet-s3/src/test/java/com/hazelcast/jet/s3/S3TestBas... | Add assertEventually for s3 sink tests (#<I>) | hazelcast_hazelcast | train |
c9ffb9b03417dc9c89278b0557aa94883386ebc2 | diff --git a/app/controllers/admin/content_controller.rb b/app/controllers/admin/content_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/admin/content_controller.rb
+++ b/app/controllers/admin/content_controller.rb
@@ -86,6 +86,8 @@ class Admin::ContentController < Admin::BaseController
end
def ... | Preliminary fix for autosave issues.
Some corner cases may be missing. | publify_publify | train |
367392f8c08f60e7440512fe0a1b19884fd03b6f | diff --git a/lib/git-process/git_branches.rb b/lib/git-process/git_branches.rb
index <HASH>..<HASH> 100644
--- a/lib/git-process/git_branches.rb
+++ b/lib/git-process/git_branches.rb
@@ -63,7 +63,7 @@ module GitProc
def include?(branch_name)
- @items.find { |b| b.name == branch_name } != nil
+ @items... | branches.include? is now uses any? instead of find | jdigger_git-process | train |
426a0dbdbcad7cb02748c9a6fb2e0f2ea9723e6c | diff --git a/lib/discourse_api/client.rb b/lib/discourse_api/client.rb
index <HASH>..<HASH> 100644
--- a/lib/discourse_api/client.rb
+++ b/lib/discourse_api/client.rb
@@ -6,5 +6,7 @@ class DiscourseApi::Client < DiscourseApi::Resource
end
post :topic_invite_user => "/t/:topic_id/invite", :require => [:email, :t... | Added GET method to support topic listings | discourse_discourse_api | train |
25ceb9c3378f57cebd6b5cbcefde0a54e0d254ce | diff --git a/ezibpy/ezibpy.py b/ezibpy/ezibpy.py
index <HASH>..<HASH> 100644
--- a/ezibpy/ezibpy.py
+++ b/ezibpy/ezibpy.py
@@ -1148,7 +1148,8 @@ class ezIBpy():
# ---------------------------------------------------------
def createTargetOrder(self, quantity, parentId=0,
- target=0., orderType=None, t... | createBracketOrder now passes TIF to child orders (closing issue #5) | ranaroussi_ezibpy | train |
9b279ffa2960ce84d9b5cbc28d8645c220378855 | diff --git a/cobra/core/Metabolite.py b/cobra/core/Metabolite.py
index <HASH>..<HASH> 100644
--- a/cobra/core/Metabolite.py
+++ b/cobra/core/Metabolite.py
@@ -28,10 +28,8 @@ class Metabolite(Species):
name: str
A human readable name.
- compartment: None or a dictionary indicating the cell... | doc: clarify Metabolite docstring regarding compartment arg (#<I>) | opencobra_cobrapy | train |
0df097fbeaf7114654db4e89611d90b52c94dc94 | diff --git a/eZ/Publish/Core/Repository/ContentService.php b/eZ/Publish/Core/Repository/ContentService.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/Core/Repository/ContentService.php
+++ b/eZ/Publish/Core/Repository/ContentService.php
@@ -805,14 +805,7 @@ class ContentService implements ContentServiceInterface
... | Removed: Legacy Storage specific SPI call | ezsystems_ezpublish-kernel | train |
6b9cdb4e482e3399521dff373d2f8925a40e9cb8 | diff --git a/lib/vagrant/box_collection.rb b/lib/vagrant/box_collection.rb
index <HASH>..<HASH> 100644
--- a/lib/vagrant/box_collection.rb
+++ b/lib/vagrant/box_collection.rb
@@ -233,14 +233,23 @@ module Vagrant
version = versiondir.basename.to_s
versiondir.children(true).each do |provider|
... | Fixes #<I>: Ignore boxes in collection with malformed version numbers
Prior to this commit, if a box some how got on disk that had an
incorrect or invalid version number that did not match Gem::Version,
Vagrant would throw an exception when attempting to generate a list of
the boxes on disk. This commit fixes that by ... | hashicorp_vagrant | train |
52d4ca24af8ac34ba271746db05e392d2cdf1ae2 | diff --git a/structr-ui/src/main/resources/structr/js/schema.js b/structr-ui/src/main/resources/structr/js/schema.js
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/resources/structr/js/schema.js
+++ b/structr-ui/src/main/resources/structr/js/schema.js
@@ -19,7 +19,7 @@
var canvas, instance, res, nodes = {}, rel... | Updated the slideout logic for the inheritance slideout. | structr_structr | train |
c93167060a517653de84f54b59317f3408de4f9d | diff --git a/lib/functionOptimiser.js b/lib/functionOptimiser.js
index <HASH>..<HASH> 100644
--- a/lib/functionOptimiser.js
+++ b/lib/functionOptimiser.js
@@ -3,7 +3,6 @@
var list = require('postcss').list;
var cssList = require('css-list');
var balancedMatch = require('balanced-match');
-var eachCssFunction = requi... | Unnecessary dependency loading. | cssnano_cssnano | train |
99c6f43c1cc5b78fa8f7135d02e8e54edc7df416 | diff --git a/src/deft/tracker.py b/src/deft/tracker.py
index <HASH>..<HASH> 100644
--- a/src/deft/tracker.py
+++ b/src/deft/tracker.py
@@ -81,7 +81,7 @@ class FeatureTracker(object):
def _index_features(self):
for f in self.storage.list(self._status_path("*")):
- status = os.path.basename... | better file names for status indices | npryce_deft | train |
11627ae134b86a6845e393b0773d7d685f1f519b | diff --git a/test/e2e/storage/testsuites/volume_io.go b/test/e2e/storage/testsuites/volume_io.go
index <HASH>..<HASH> 100644
--- a/test/e2e/storage/testsuites/volume_io.go
+++ b/test/e2e/storage/testsuites/volume_io.go
@@ -24,7 +24,7 @@ package testsuites
import (
"fmt"
"math"
- "path"
+ "path/filepath"
"strconv... | Fix io test to use unique file names and cleanup all files | kubernetes_kubernetes | train |
662aade15b7eed21c9ee2c2a23b1a8267dac8c2b | diff --git a/GraphQL/Field/UploadFileField.php b/GraphQL/Field/UploadFileField.php
index <HASH>..<HASH> 100644
--- a/GraphQL/Field/UploadFileField.php
+++ b/GraphQL/Field/UploadFileField.php
@@ -40,11 +40,10 @@ class UploadFileField extends AbstractField
];
}
-
public function getType()
{
... | Add getContent method to storage interface | youshido-php_GraphQLExtensionsBundle | train |
f3176e8ec55ca158fd4efb7dad02fdde38bad4e9 | diff --git a/calendar/classes/export_form.php b/calendar/classes/export_form.php
index <HASH>..<HASH> 100644
--- a/calendar/classes/export_form.php
+++ b/calendar/classes/export_form.php
@@ -42,10 +42,9 @@ class core_calendar_export_form extends moodleform {
* @throws coding_exception
*/
public functio... | MDL-<I> calendar: change export doc link by help text | moodle_moodle | train |
233e1a80c1073a555acae2ef199d95224543eddf | diff --git a/src/admin/messages/fr/cmsadmin.php b/src/admin/messages/fr/cmsadmin.php
index <HASH>..<HASH> 100644
--- a/src/admin/messages/fr/cmsadmin.php
+++ b/src/admin/messages/fr/cmsadmin.php
@@ -171,6 +171,6 @@ return [
'view_update_block_tooltip_edit' => 'Modifier',
'view_update_block_tooltip_editcfg' =>... | Update cmsadmin.php (#<I>) | luyadev_luya-module-cms | train |
cb4509f94f5860483bb9028b43f2e1e75bb40635 | diff --git a/climata/hydromet/__init__.py b/climata/hydromet/__init__.py
index <HASH>..<HASH> 100644
--- a/climata/hydromet/__init__.py
+++ b/climata/hydromet/__init__.py
@@ -99,6 +99,7 @@ class HydrometIO(HydrometLoader, CsvParser, TimeSeriesMapper, BaseIO):
return
self.data = self.data[:-end_i -... | don't load snotel element names until needed | heigeo_climata | train |
820b509c7cc4974b1741c7b8a72abcbe46d0e687 | diff --git a/builder_test.go b/builder_test.go
index <HASH>..<HASH> 100644
--- a/builder_test.go
+++ b/builder_test.go
@@ -474,6 +474,12 @@ func TestSerializeWithPlaceholders(t *testing.T) {
"SELECT `users`.`foo` FROM `users` WHERE `users`.`foo` IN (?, ?)"},
{users.Select(foo).Where(foo.Like("baz")),
"SELECT... | Allow index hints to be set on a Table | square_squalor | train |
2a6470e6e54fe9defc56057fdb4199d175db2b62 | diff --git a/src/BaseSchema.php b/src/BaseSchema.php
index <HASH>..<HASH> 100644
--- a/src/BaseSchema.php
+++ b/src/BaseSchema.php
@@ -63,7 +63,7 @@ abstract class BaseSchema implements \IteratorAggregate, \Countable, \JsonSerial
* Property getter
*
* @param $property_name
- * @return $this
+ ... | Updated base schema to contain a has() method and fixed doc comments | calcinai_strut | train |
70ef71ac1bb1d59c3f4a6dff4b1ae7b98402eab2 | diff --git a/mbuild/formats/lammpsdata.py b/mbuild/formats/lammpsdata.py
index <HASH>..<HASH> 100644
--- a/mbuild/formats/lammpsdata.py
+++ b/mbuild/formats/lammpsdata.py
@@ -149,7 +149,7 @@ def write_lammpsdata(structure, filename, atom_style='full'):
params = ParameterSet.from_structure(structure)
... | Use OrderedDict to store coeffs | mosdef-hub_mbuild | train |
97d758245763fb0a3d196b229cbea9b6fe0ae176 | diff --git a/doc/tutorials/custom_metric_obj.rst b/doc/tutorials/custom_metric_obj.rst
index <HASH>..<HASH> 100644
--- a/doc/tutorials/custom_metric_obj.rst
+++ b/doc/tutorials/custom_metric_obj.rst
@@ -21,6 +21,7 @@ concepts should be readily applicable to other language bindings.
.. note::
* The ranking task d... | Delay breaking changes to <I>. (#<I>)
The patch is too big to be backported. | dmlc_xgboost | train |
a02c2f2026db4ae61c96043ed96b509ae50f225f | diff --git a/cfgrib/dataset.py b/cfgrib/dataset.py
index <HASH>..<HASH> 100644
--- a/cfgrib/dataset.py
+++ b/cfgrib/dataset.py
@@ -33,12 +33,7 @@ LOG = logging.getLogger(__name__)
# Edition-independent keys in ecCodes namespaces. Documented in:
# https://software.ecmwf.int/wiki/display/ECC/GRIB%3A+Namespaces
#
-GL... | Fix tests, type hints and style | ecmwf_cfgrib | train |
bad8f2b46c0fb09167ccf6ef9643d8b966d9b86c | diff --git a/lib/puppet/pops/evaluator/closure.rb b/lib/puppet/pops/evaluator/closure.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/pops/evaluator/closure.rb
+++ b/lib/puppet/pops/evaluator/closure.rb
@@ -42,8 +42,9 @@ class Closure < CallableSignature
# Call closure with argument assignment by name
def call_by... | (PUP-<I>) Fix issues found in review
This fixes a number of small things as noted in review.
* calls to enclosing_scope are potentially expensive and should be done
once when possible
* stylistic changes
* comment changes
* Change use of @@name to @name where @@name is not needed | puppetlabs_puppet | train |
71d8731e8bda1f09e555c3c6669ae1d7b183d510 | diff --git a/instaLooter/cli.py b/instaLooter/cli.py
index <HASH>..<HASH> 100644
--- a/instaLooter/cli.py
+++ b/instaLooter/cli.py
@@ -104,9 +104,9 @@ def main(argv=sys.argv[1:]):
with warnings.catch_warnings():
warnings.simplefilter(args['-W'])
- if args['<hashtag>'] and not args['--credentials'... | Remove IG account check when calling hashtag subcommand | althonos_InstaLooter | train |
02bcfb21c81bbc0f76ec8af22d4197952bd9bc15 | diff --git a/server/build/plugins/pages-manifest-plugin.js b/server/build/plugins/pages-manifest-plugin.js
index <HASH>..<HASH> 100644
--- a/server/build/plugins/pages-manifest-plugin.js
+++ b/server/build/plugins/pages-manifest-plugin.js
@@ -28,6 +28,10 @@ export default class PagesManifestPlugin {
pages[`/${... | Add export of homepage when exporting without exportPathMap (#<I>) | zeit_next.js | train |
ec9b0ab29a99e1b608cf02ceb3be76cdd7d10628 | diff --git a/lib/sup/message.rb b/lib/sup/message.rb
index <HASH>..<HASH> 100644
--- a/lib/sup/message.rb
+++ b/lib/sup/message.rb
@@ -543,7 +543,7 @@ private
sig = lines.between(GPG_SIGNED_START, GPG_SIG_END)
payload = RMail::Message.new
- payload.body = sig[1, sig.count-2].join("\n")
+ paylo... | Fix <I>-ism use of Array.count
Use the size method of array rather than the <I> specific count in
message body parsing. | sup-heliotrope_sup | train |
1496aa27e5c02aa3d9a1cf684b25ea2e32bc4365 | diff --git a/lib/jdbc_adapter/jdbc_informix.rb b/lib/jdbc_adapter/jdbc_informix.rb
index <HASH>..<HASH> 100644
--- a/lib/jdbc_adapter/jdbc_informix.rb
+++ b/lib/jdbc_adapter/jdbc_informix.rb
@@ -105,6 +105,10 @@ module ::JdbcSpec
end
end
+ def table_alias_length
+ 30
+ end
+
def remove_ind... | Added table_alias_length to the Informix adapter | jruby_activerecord-jdbc-adapter | train |
2d4a588608d447d3ee2a7d071bd0f2cf88b80b5e | diff --git a/grunt/config/uglify.js b/grunt/config/uglify.js
index <HASH>..<HASH> 100644
--- a/grunt/config/uglify.js
+++ b/grunt/config/uglify.js
@@ -9,8 +9,8 @@ module.exports = {
"dist/yoast-seo.min.js": [
"dist/yoast-seo.js"
],
- "example/example-scraper.min.js": [
- "examples/examples-scraper.js"... | Fix grunt config with new example folder | Yoast_YoastSEO.js | train |
bd3c47ca739a9b84ba68a19387bef8233e1f90e1 | diff --git a/src/java/org/apache/cassandra/db/index/composites/CompositesSearcher.java b/src/java/org/apache/cassandra/db/index/composites/CompositesSearcher.java
index <HASH>..<HASH> 100644
--- a/src/java/org/apache/cassandra/db/index/composites/CompositesSearcher.java
+++ b/src/java/org/apache/cassandra/db/index/comp... | Avoid expensive string op when trace logging is not enabled | Stratio_stratio-cassandra | train |
80e2905a17fccec4c6b9656fefd1ef94abbc13e7 | diff --git a/build.xml b/build.xml
index <HASH>..<HASH> 100644
--- a/build.xml
+++ b/build.xml
@@ -13,7 +13,7 @@
<condition property="maven-ant.exists"><available file="${maven-ant.jar}"/></condition>
<target name="-download-maven-ant" unless="maven-ant.exists">
<mkdir dir="${maven-ant.dir}"/>
- <get src=... | gwt-utils is using java 5, so it can't do interface @Overrides | threerings_gwt-utils | train |
26b0bc8b32f61bc1220d48986d93ae67e5692051 | diff --git a/mode/python/python.js b/mode/python/python.js
index <HASH>..<HASH> 100644
--- a/mode/python/python.js
+++ b/mode/python/python.js
@@ -99,6 +99,8 @@ CodeMirror.defineMode("python", function(conf) {
// TODO - Can you have imaginary longs?
intLiteral = true;
}
+ ... | Fixed Python syntax highlighting of single '0'. | codemirror_CodeMirror | train |
b55d988ac5bf63c56532257386b4082ce89b784d | diff --git a/addon/mixins/store.js b/addon/mixins/store.js
index <HASH>..<HASH> 100644
--- a/addon/mixins/store.js
+++ b/addon/mixins/store.js
@@ -14,6 +14,7 @@ export default Mixin.create({
},
createRecord: function(modelName, inputProperties) {
+ inputProperties = inputProperties || {};
let factory = ... | Fix assigning properties to partial models
Do not assign all properties via parent model, only the ones that are defined in partial model,
properties defined neither in parent model, nor in partial models should
be set on parent model | BookingSync_ember-data-partial-model | train |
0126e2eaab7f81c2c2348d2ef00baeef62db8eb2 | diff --git a/tornado/ioloop.py b/tornado/ioloop.py
index <HASH>..<HASH> 100644
--- a/tornado/ioloop.py
+++ b/tornado/ioloop.py
@@ -319,7 +319,9 @@ class IOLoop(Configurable):
def remove_timeout(self, timeout):
"""Cancels a pending timeout.
- The argument is a handle as returned by add_timeout.
+ ... | Document and test the ability to call remove_timeout after it has fired. | tornadoweb_tornado | train |
44124e17cd3fb708945658829b0ca857380a0625 | diff --git a/typescript-generator-core/src/main/java/cz/habarta/typescript/generator/compiler/ModelCompiler.java b/typescript-generator-core/src/main/java/cz/habarta/typescript/generator/compiler/ModelCompiler.java
index <HASH>..<HASH> 100644
--- a/typescript-generator-core/src/main/java/cz/habarta/typescript/generator... | Updated links to TypeScript spec | vojtechhabarta_typescript-generator | train |
77d401cd9c0fa436c033dd12eeed53735ed71f73 | diff --git a/tds/src/test/java/thredds/server/TestCEEvaluator.java b/tds/src/test/java/thredds/server/TestCEEvaluator.java
index <HASH>..<HASH> 100644
--- a/tds/src/test/java/thredds/server/TestCEEvaluator.java
+++ b/tds/src/test/java/thredds/server/TestCEEvaluator.java
@@ -203,7 +203,7 @@ loop: for(int i = 0; i... | Fix some bugs in testing wrt last checkin | Unidata_thredds | train |
b3fb7cd4687ffd1e2a7eb1aabefb97393a031fd0 | diff --git a/lib/salesforce_bulk_api/version.rb b/lib/salesforce_bulk_api/version.rb
index <HASH>..<HASH> 100644
--- a/lib/salesforce_bulk_api/version.rb
+++ b/lib/salesforce_bulk_api/version.rb
@@ -1,3 +1,3 @@
module SalesforceBulkApi
- VERSION = '0.0.7'
+ VERSION = '0.0.8'
end | Updated the version to <I> | yatish27_salesforce_bulk_api | train |
3d1ba30f2e8b2d444fcbae83c7f5bf57456bd7cb | diff --git a/jax/api.py b/jax/api.py
index <HASH>..<HASH> 100644
--- a/jax/api.py
+++ b/jax/api.py
@@ -986,16 +986,14 @@ class CustomTransformsFunction(object):
def pv_like(x):
aval = x.aval if hasattr(x, 'aval') else xla.abstractify(x)
return pe.PartialVal((aval, core.unit))
- wrapped = lu.wrap_i... | A few custom_transforms fix-ups | tensorflow_probability | train |
e1f96c23490030322ae703102145757db6200000 | diff --git a/login/index.php b/login/index.php
index <HASH>..<HASH> 100644
--- a/login/index.php
+++ b/login/index.php
@@ -113,7 +113,10 @@
set_moodle_cookie($USER->username);
unset($SESSION->lang);
+ unset($SESSION->encoding);
+
$SESSION->justloggedin = true;
+ ... | SESSION encoding fix from STABLE (<I>) | moodle_moodle | train |
bc2cd69c22c53d9c3bab2ea93807488e098e6360 | diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/dependencies.rb
+++ b/activesupport/lib/active_support/dependencies.rb
@@ -80,95 +80,6 @@ module ActiveSupport # :nodoc:
# to allow arb... | Delete AS::Dependencies::WatchStack | rails_rails | train |
b474cbb3cffd53c0e92774bd759b2f0726880bae | diff --git a/src/Exscript/protocols/SSH2.py b/src/Exscript/protocols/SSH2.py
index <HASH>..<HASH> 100644
--- a/src/Exscript/protocols/SSH2.py
+++ b/src/Exscript/protocols/SSH2.py
@@ -75,7 +75,17 @@ class SSH2(Protocol):
fp = hexlify(key.get_fingerprint())
msg = 'Adding %s host key for %s: %s' % (na... | Exscript.protocols.SSH2: Implement support for auto-accepting new host keys. | knipknap_exscript | train |
0cdd270a7a7a6df683d658161a5b30119a4dbafe | diff --git a/mtools/mloginfo/sections/clients_section.py b/mtools/mloginfo/sections/clients_section.py
index <HASH>..<HASH> 100644
--- a/mtools/mloginfo/sections/clients_section.py
+++ b/mtools/mloginfo/sections/clients_section.py
@@ -1,83 +1,77 @@
-import re
-import json
-from collections import defaultdict
-
-fro... | Fix Flake8 errors and convert to Unix/Mac line endings | rueckstiess_mtools | train |
0e1ffcfd1b62eacd1c5fccd02764769793cd3948 | diff --git a/lib/bibformat_engine.py b/lib/bibformat_engine.py
index <HASH>..<HASH> 100644
--- a/lib/bibformat_engine.py
+++ b/lib/bibformat_engine.py
@@ -1579,8 +1579,8 @@ def resolve_output_format_filename(code, verbose=0):
9: errors and warnings, stop if error ... | Removed arbitraty restriction of no underscore in output formats codes. | inveniosoftware_invenio-formatter | train |
6b2944e8bf1a0c01c046cab7e8c0c5785035266f | diff --git a/src/VCR/Videorecorder.php b/src/VCR/Videorecorder.php
index <HASH>..<HASH> 100644
--- a/src/VCR/Videorecorder.php
+++ b/src/VCR/Videorecorder.php
@@ -255,14 +255,9 @@ class Videorecorder
$this->dispatch(VCREvents::VCR_BEFORE_RECORD, new BeforeRecordEvent($request, $response, $this->cassette)... | Using "finally" statement now that PHP-VCR has a PHP 7+ requirement | php-vcr_php-vcr | train |
33dc7fe05a3080d56d91327ceeaae6aef920761f | diff --git a/revolver/tool/php.py b/revolver/tool/php.py
index <HASH>..<HASH> 100644
--- a/revolver/tool/php.py
+++ b/revolver/tool/php.py
@@ -43,7 +43,7 @@ def _install_php(version, fpm, xdebug):
# See https://github.com/CHH/php-build/blob/master/man/php-build.1.ronn#L79
pear_path = "%s/pear" % prefix
p... | Create pear directory recursive | michaelcontento_revolver | train |
08ba0c35ab75c945666d5e1e37262de5ce9d25f0 | diff --git a/packages/ember-extension-support/lib/index.js b/packages/ember-extension-support/lib/index.js
index <HASH>..<HASH> 100644
--- a/packages/ember-extension-support/lib/index.js
+++ b/packages/ember-extension-support/lib/index.js
@@ -3,9 +3,5 @@
@submodule ember-extension-support
*/
-import Ember from 'emb... | Migrate ember-extension-support exports. | emberjs_ember.js | train |
12c3909ea30393aaf070b4b7e7b5170343a0241e | diff --git a/packages/NodeTypeResolver/src/PHPStanNodeScopeResolver.php b/packages/NodeTypeResolver/src/PHPStanNodeScopeResolver.php
index <HASH>..<HASH> 100644
--- a/packages/NodeTypeResolver/src/PHPStanNodeScopeResolver.php
+++ b/packages/NodeTypeResolver/src/PHPStanNodeScopeResolver.php
@@ -109,9 +109,9 @@ final cla... | Turn InterfaceTypeResolver to BetterReflection | rectorphp_rector | train |
5c94bdb14b9d9d507dcaa952ebd4e4a7ba16eb5b | diff --git a/nodeconductor/structure/serializers.py b/nodeconductor/structure/serializers.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/structure/serializers.py
+++ b/nodeconductor/structure/serializers.py
@@ -119,6 +119,9 @@ class ProjectCreateSerializer(core_serializers.PermissionFieldFilteringMixin,
... | Allow creating a project with null project_group
- NC-<I>
- Ignore null value for the project_group | opennode_waldur-core | train |
b251d69e54c65131d2c2bdb0b8dc72517b9a3284 | diff --git a/src/Conversion/ConversionCollection.php b/src/Conversion/ConversionCollection.php
index <HASH>..<HASH> 100644
--- a/src/Conversion/ConversionCollection.php
+++ b/src/Conversion/ConversionCollection.php
@@ -135,9 +135,13 @@ class ConversionCollection extends Collection
*/
protected function addMa... | Feature wildmark manipulations (#<I>)
* Add function withManipulations to FileAdder
* phpdoc edit
* It can have wildcard 'all' manipulations for a media
* replace all by *
* fix-cs | spatie_laravel-medialibrary | train |
57195e64fe8ae0c8c7c9e600c95931d4ecbf2cf3 | diff --git a/rados/rados_test.go b/rados/rados_test.go
index <HASH>..<HASH> 100644
--- a/rados/rados_test.go
+++ b/rados/rados_test.go
@@ -399,6 +399,9 @@ func TestObjectStat(t *testing.T) {
assert.Equal(t, uint64(len(bytes_in)), stat.Size)
assert.NotNil(t, stat.ModTime)
+ _, err = pool.Stat("notfound")
+ assert.... | rados_test.go: Improve Stat() test for non existant object name.
The test currently fails since 'RadosErrorNotFound' is not properly returned. | ceph_go-ceph | train |
acb518df9620042ce02e23d1bd220eed68df0c3c | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name='ubersmith',
- version='0.2.2',
+ version='0.2.3',
author='Jason Keene',
author_email='jasonkeene@gmail.com',
description='Clien... | Rev version for pypi. | jasonkeene_python-ubersmith | train |
fd7ea8f07ccdd2edb86e04389206c4ac95065b08 | diff --git a/src/main/java/org/mariadb/jdbc/internal/protocol/AbstractQueryProtocol.java b/src/main/java/org/mariadb/jdbc/internal/protocol/AbstractQueryProtocol.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/mariadb/jdbc/internal/protocol/AbstractQueryProtocol.java
+++ b/src/main/java/org/mariadb/jdbc/intern... | [CONJ-<I>] ensure socket state when having IOException | MariaDB_mariadb-connector-j | train |
34f44015f476093f66f4efb588ee3980eb55e9e9 | diff --git a/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php b/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php
index <HASH>..<HASH> 100644
--- a/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php
+++ b/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php
@@ -73,7 +73,6 @@ class OptiPngPostProcessor impl... | Input is added twice in OptiPngPostProcessor. | liip_LiipImagineBundle | train |
030f8cc6ab041f12c708cc14cbf6a8d9b69c2b35 | diff --git a/aioauth_client.py b/aioauth_client.py
index <HASH>..<HASH> 100644
--- a/aioauth_client.py
+++ b/aioauth_client.py
@@ -875,9 +875,10 @@ class VKClient(OAuth2Client):
name = 'vk'
base_url = 'https://api.vk.com'
- def __init__(self, *args, **kwargs):
+ def __init__(self, version='5.9.2', *ar... | Patch for VK - Client should request with version number explicitly.
If the version number does not exist, an error will be returned.
Default version number is <I>.
Please refer to <URL> | klen_aioauth-client | train |
37d823f5792bec295536bc147642be70f18caa10 | diff --git a/pyrogram/client/types/user_and_chats/chat.py b/pyrogram/client/types/user_and_chats/chat.py
index <HASH>..<HASH> 100644
--- a/pyrogram/client/types/user_and_chats/chat.py
+++ b/pyrogram/client/types/user_and_chats/chat.py
@@ -252,7 +252,7 @@ class Chat(Object):
if full_chat.id == c.id:
... | Fix linked chat parsing
There are two distinct ChatFull types using the same
name (but different namespaces), their objects are kept
in chat_full and full_chat. | pyrogram_pyrogram | train |
ae3d08f9534d70af42146912c8c367b6eb043031 | diff --git a/lib/haml/compiler.rb b/lib/haml/compiler.rb
index <HASH>..<HASH> 100755
--- a/lib/haml/compiler.rb
+++ b/lib/haml/compiler.rb
@@ -486,10 +486,11 @@ END
end
def self.flatten_data_attributes(data, key, join_char, seen = [])
+ return {key => data} unless data.is_a?(Hash)
+
return {key ... | Fix data attribute flattening with fixnum values.
The circular reference check is only necessary for hash attribute
values. Applying the check to other types breaks if they have the same
object ID. This can happen with fixnum values. | haml_haml | train |
12e89279bef504af1cb426707c9294ab0780b64a | diff --git a/src/frontend/org/voltdb/dtxn/DtxnInitiatorMailbox.java b/src/frontend/org/voltdb/dtxn/DtxnInitiatorMailbox.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/dtxn/DtxnInitiatorMailbox.java
+++ b/src/frontend/org/voltdb/dtxn/DtxnInitiatorMailbox.java
@@ -27,11 +27,11 @@ import java.util.concurre... | ENG-<I>: Minor tweaks to commit notice sending. | VoltDB_voltdb | train |
1153eeef1740592b7fca1ec50766aa6d4a72e438 | diff --git a/src/main/java/org/jsoup/helper/HttpConnection.java b/src/main/java/org/jsoup/helper/HttpConnection.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jsoup/helper/HttpConnection.java
+++ b/src/main/java/org/jsoup/helper/HttpConnection.java
@@ -711,11 +711,9 @@ public class HttpConnection implements C... | cookieVal cannot be null at this point since will get NullPointerExcepion on the previous .trim methods | jhy_jsoup | train |
a082f01057ffcf623c7756cd05503a38f054af27 | diff --git a/java/client/test/org/openqa/selenium/CookieImplementationTest.java b/java/client/test/org/openqa/selenium/CookieImplementationTest.java
index <HASH>..<HASH> 100644
--- a/java/client/test/org/openqa/selenium/CookieImplementationTest.java
+++ b/java/client/test/org/openqa/selenium/CookieImplementationTest.ja... | DanielWagnerHall: Mysteriously these tests have started passing. Maybe Chrome updated or something.
r<I> | SeleniumHQ_selenium | train |
52961ae5327e9bd27b21c92b6224a0015ecd0fb3 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -25,9 +25,9 @@ const Server = require('./bin/server');
const Subscription = require('./bin/subscription');
module.exports = {
+ aggregator: Scather.aggregator,
EventInterface: EventInterface,
L... | rename request to aggregator | byu-oit_aws-scatter-gather | train |
f73ac413092ccff8769e3d7f205f900783ae0354 | diff --git a/lib/parslet.rb b/lib/parslet.rb
index <HASH>..<HASH> 100644
--- a/lib/parslet.rb
+++ b/lib/parslet.rb
@@ -11,7 +11,7 @@ module Parslet
result = apply(io)
error(io.pos, "Don't know what to do with #{io.read.inspect}") unless io.eof?
- return result
+ return flatten(... | + Rewrites a bunch of code - and somehow magically fixes a lot of stuff | kschiess_parslet | train |
f5948babe1771323c00a68f62c3a01214c2e10dd | diff --git a/cmd/jujud/agent/package_test.go b/cmd/jujud/agent/package_test.go
index <HASH>..<HASH> 100644
--- a/cmd/jujud/agent/package_test.go
+++ b/cmd/jujud/agent/package_test.go
@@ -6,9 +6,17 @@ package agent // not agent_test for no good reason
import (
stdtesting "testing"
+ "github.com/juju/juju/component/... | cmd/jujud/agent: Registers components in tests
Required to support migrationmaster worker. | juju_juju | train |
aef56e26a10b60b54016d99d3576e2ce7994e03b | diff --git a/deploymentmanifest.go b/deploymentmanifest.go
index <HASH>..<HASH> 100644
--- a/deploymentmanifest.go
+++ b/deploymentmanifest.go
@@ -20,6 +20,11 @@ func (s *DeploymentManifest) AddResourcePool(r ResourcePool) (err error) {
return
}
+func (s *DeploymentManifest) AddStemcell(stemcell Stemcell) (err err... | Add Stemcell setter to deployment manifest in enaml | enaml-ops_enaml | train |
4f06cc5db44b2603bf4e6dc7a6b962074f847fdd | diff --git a/spec/unit/plugins/ruby_spec.rb b/spec/unit/plugins/ruby_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/plugins/ruby_spec.rb
+++ b/spec/unit/plugins/ruby_spec.rb
@@ -19,7 +19,7 @@
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper.rb')
-ruby_bin = File.join(::Config::CONFIG['bin... | Fix ruby warnings Config => RbConfig
Fixes warnings like:
spec/unit/plugins/ruby_spec.rb:<I>:in `block in <top (required)>': Use
RbConfig instead of obsolete and deprecated Config.
RbConfig is available at least as far back as <I>. | chef_ohai | train |
24f8a2844746594910dae3ca5741dd491acfdd09 | diff --git a/ppb/systems/pg.py b/ppb/systems/pg.py
index <HASH>..<HASH> 100644
--- a/ppb/systems/pg.py
+++ b/ppb/systems/pg.py
@@ -24,19 +24,6 @@ class EventPoller(System):
}
key_map: Dict[int, keys.KeyCode] = {
- pygame.K_BACKSPACE: keys.Backspace,
- pygame.K_TAB: keys.Tab,
- pygame.K_... | Rearrange keymap to match keycodes file order. | ppb_pursuedpybear | train |
c0e75e5d243f5da59178809e32207df4bec7a150 | diff --git a/src/Composer/Installer.php b/src/Composer/Installer.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Installer.php
+++ b/src/Composer/Installer.php
@@ -292,7 +292,7 @@ class Installer
$this->io->write('<info>Installing '.($devMode ? 'dev ': '').'dependencies from lock file</info>');
... | Fix lock file out of sync warning, fixes #<I> | mothership-ec_composer | train |
a5cb36b34c2094c92fc965606be0d53929f74a3d | diff --git a/command/state_mv.go b/command/state_mv.go
index <HASH>..<HASH> 100644
--- a/command/state_mv.go
+++ b/command/state_mv.go
@@ -278,7 +278,9 @@ func (c *StateMvCommand) Run(args []string) int {
c.Ui.Output(fmt.Sprintf("%s %q to %q", prefix, addrFrom.String(), args[1]))
if !dryRun {
fromResourceA... | Allow moving instances to new resources
If a state mv target happens to be a resource that doesn't exist, allow
the creation of the new resource inferring the EachMode from the target
address. | hashicorp_terraform | train |
97d962daa6d7d125a4b81ffd74ba800e1ad4ed47 | diff --git a/org.jenetics/src/main/java/org/jenetics/util/Concurrency.java b/org.jenetics/src/main/java/org/jenetics/util/Concurrency.java
index <HASH>..<HASH> 100644
--- a/org.jenetics/src/main/java/org/jenetics/util/Concurrency.java
+++ b/org.jenetics/src/main/java/org/jenetics/util/Concurrency.java
@@ -85,7 +85,7 @@... | Fixing typo in method name: ForkJoinContext.setForkkJoinPool. | jenetics_jenetics | train |
fe530cdaf7c21e1a26ad524c879a3a7ce96cf09b | diff --git a/wallace/custom.py b/wallace/custom.py
index <HASH>..<HASH> 100644
--- a/wallace/custom.py
+++ b/wallace/custom.py
@@ -76,8 +76,7 @@ def launch():
@custom_code.route('/compute_bonus', methods=['GET'])
def compute_bonus():
"""Overide the psiTurk compute_bonus route."""
- raise RuntimeError(">>>>> -... | Return response in compute_bonus route | Dallinger_Dallinger | train |
5fa3e9910ba4581ecc67107efd4b4ecc811c2d59 | diff --git a/tests/np_tests.py b/tests/np_tests.py
index <HASH>..<HASH> 100644
--- a/tests/np_tests.py
+++ b/tests/np_tests.py
@@ -18,7 +18,8 @@ import time
if __name__ == "__main__":
-
+ print "Compare results and speed of pure-python allantools against numpy allantools"
+
#######################
... | make this script run again (some functions changed name..) | aewallin_allantools | train |
9ce0e89b83432dda29e5ec2c5870d354fddd78c5 | diff --git a/lib/compendium/result_set.rb b/lib/compendium/result_set.rb
index <HASH>..<HASH> 100644
--- a/lib/compendium/result_set.rb
+++ b/lib/compendium/result_set.rb
@@ -16,5 +16,9 @@ module Compendium
def keys
records.is_a?(Array) ? first.keys : records.keys
end
+
+ def as_json(options = {})
+... | Added ResultSet#to_json | dvandersluis_compendium | train |
b283df7e8882a4430990124d922f0d59e8d34ca6 | diff --git a/db/seeds.rb b/db/seeds.rb
index <HASH>..<HASH> 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -86,3 +86,66 @@ feature = Feature.find_or_create_by_name('Pulp')
if feature.nil? || feature.errors.any?
fail "Unable to create proxy feature: #{format_errors feature}"
end
+
+# Roles and Permissions
+
+permiss... | Fixes #<I>, adding katello permissions to foreman "viewer" role. | Katello_katello | train |
1345d35c4b117eb4575540b565cff32fb242fc69 | diff --git a/README.rst b/README.rst
index <HASH>..<HASH> 100644
--- a/README.rst
+++ b/README.rst
@@ -160,10 +160,19 @@ How pygount counts code
Pygount basically counts physical lines of source code.
-First, it lexes the code using the lexers ``pygments`` assigned to it. Lines
-that only contain comment tokens an... | #1: Fixed that option --generated was ignored. | roskakori_pygount | train |
4bd00ccd680bb61321544fa40db61b2ddcbefd26 | diff --git a/ratcave/shader.py b/ratcave/shader.py
index <HASH>..<HASH> 100644
--- a/ratcave/shader.py
+++ b/ratcave/shader.py
@@ -38,7 +38,11 @@ class UniformCollection(UserDict, object):
try:
loc = array.loc
except AttributeError:
- array.loc = gl.glGetUniform... | UniformCollection now asks OpenGL directly for the currently-bound shader, removing its dependency on the Shader class and making it more generally useful. | ratcave_ratcave | train |
a53b685d985cd6ea803d5dabd7ee5ec3b30d87aa | diff --git a/lib/legato/query.rb b/lib/legato/query.rb
index <HASH>..<HASH> 100644
--- a/lib/legato/query.rb
+++ b/lib/legato/query.rb
@@ -200,6 +200,7 @@ module Legato
def realtime
@realtime = true
+ self
end
def realtime? | #realtime on query should return itself | tpitale_legato | train |
9c6fca6a3fedff0c05c3b3a5e6fe333a7367bebf | diff --git a/src/munee/Request.php b/src/munee/Request.php
index <HASH>..<HASH> 100644
--- a/src/munee/Request.php
+++ b/src/munee/Request.php
@@ -73,7 +73,7 @@ class Request
// Suppressing errors because Exceptions thrown in the callback cause Warnings.
$this->files = @array_map(function($v) use ($su... | Small bug fix to allow extensions to be uppercase. | meenie_munee | train |
60b98672fb936a4d0027a74061d579ae36e176e9 | diff --git a/src/Connector/RabbitConnector.php b/src/Connector/RabbitConnector.php
index <HASH>..<HASH> 100644
--- a/src/Connector/RabbitConnector.php
+++ b/src/Connector/RabbitConnector.php
@@ -274,6 +274,8 @@ class RabbitConnector extends AbstractConnector
*/
public function clear($queue)
{
+ $... | Adds queue declare to Rabbit::clear | indigophp-archive_queue | train |
f0f859d8499445ac5f96592b0271bd1426747bd7 | diff --git a/src/base/node.js b/src/base/node.js
index <HASH>..<HASH> 100644
--- a/src/base/node.js
+++ b/src/base/node.js
@@ -192,8 +192,6 @@ class Node extends GraphObject {
standard: new NodeViewStandard(this),
detailed: new NodeViewDetailed(this)
};
- // Set the default view renderer
- this... | stop checking which renderer is used and just rely on the node type | Netflix_vizceral | train |
956709bb71863c4f37db334a00b230a489334d6a | diff --git a/selfapi.js b/selfapi.js
index <HASH>..<HASH> 100644
--- a/selfapi.js
+++ b/selfapi.js
@@ -260,11 +260,8 @@ API.prototype = {
var exampleResponse = example.response || {};
if (exampleRequest.urlParameters) {
- for (var urlParameter in exampleRequest.urlParameters) {
- var regex = new... | Support '*' URL parameter examples in self-tests and self-documentation. | JanitorTechnology_selfapi | train |
a9d56e250a9725bdb4133db4e6c0b025283b054b | diff --git a/lib/active_record/connection_adapters/oracle_enhanced/connection.rb b/lib/active_record/connection_adapters/oracle_enhanced/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/active_record/connection_adapters/oracle_enhanced/connection.rb
+++ b/lib/active_record/connection_adapters/oracle_enhanced/connect... | Use Arel::Visitors::Oracle<I> to use better top-N query support
when Oracle server version is <I>c | rsim_oracle-enhanced | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.