hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
b5ddcde79fcb2a5a9ec0b47c2c839fc486882fe8 | diff --git a/docs/app/Examples/views/Card/Content/ContentBlock.js b/docs/app/Examples/views/Card/Content/ContentBlock.js
index <HASH>..<HASH> 100644
--- a/docs/app/Examples/views/Card/Content/ContentBlock.js
+++ b/docs/app/Examples/views/Card/Content/ContentBlock.js
@@ -13,7 +13,7 @@ const ContentBlock = () => (
... | docs(Card): fix Feed usage (#<I>) | Semantic-Org_Semantic-UI-React | train |
0b86c01067bc13f74f3f300e7d5fac5e3db2ae49 | diff --git a/lnwire/commit_signature.go b/lnwire/commit_signature.go
index <HASH>..<HASH> 100644
--- a/lnwire/commit_signature.go
+++ b/lnwire/commit_signature.go
@@ -101,8 +101,8 @@ func (c *CommitSignature) Command() uint32 {
//
// This is part of the lnwire.Message interface.
func (c *CommitSignature) MaxPayloadL... | lnwire: fix CommitSignature max payload length
This commit increase the max allowed payload length for the
CommitSignature method in order to account for the added 8 byte log
index. | lightningnetwork_lnd | train |
173c144ae2c5126dc0912032e46d2fe7cf00cfde | diff --git a/definitions/npm/react-redux_v7.x.x/flow_v0.142.x-/react-redux_v7.x.x.js b/definitions/npm/react-redux_v7.x.x/flow_v0.142.x-/react-redux_v7.x.x.js
index <HASH>..<HASH> 100644
--- a/definitions/npm/react-redux_v7.x.x/flow_v0.142.x-/react-redux_v7.x.x.js
+++ b/definitions/npm/react-redux_v7.x.x/flow_v0.142.x-... | [react-redux] - fix ConnectedComponent type (#<I>) | flow-typed_flow-typed | train |
43d7989fff1e581e7ced925e89ea030e3e271f32 | diff --git a/lib/node_modules/@stdlib/ml/incr/kmeans/lib/matrix.js b/lib/node_modules/@stdlib/ml/incr/kmeans/lib/matrix.js
index <HASH>..<HASH> 100644
--- a/lib/node_modules/@stdlib/ml/incr/kmeans/lib/matrix.js
+++ b/lib/node_modules/@stdlib/ml/incr/kmeans/lib/matrix.js
@@ -48,18 +48,17 @@ function createMatrix( m, n, ... | Refactor base ndarray constructor usage | stdlib-js_stdlib | train |
b6ea880dd4375975f0887f5b1346ea67896e2621 | diff --git a/response.go b/response.go
index <HASH>..<HASH> 100644
--- a/response.go
+++ b/response.go
@@ -10,19 +10,20 @@ type Response struct {
QueryResponses QueryResponses `json:"query_responses,omitempty" plist:",omitempty"`
}
+// CommonQueryResponses has a list of query responses common to all device types
... | export itunes types and add comments to all QueryResponse types | micromdm_mdm | train |
ec1946ca60e0dee824c5feb0ca95ffdc6ccfabca | diff --git a/bosh_vsphere_cpi/lib/cloud/vsphere/disk_provider.rb b/bosh_vsphere_cpi/lib/cloud/vsphere/disk_provider.rb
index <HASH>..<HASH> 100644
--- a/bosh_vsphere_cpi/lib/cloud/vsphere/disk_provider.rb
+++ b/bosh_vsphere_cpi/lib/cloud/vsphere/disk_provider.rb
@@ -36,7 +36,8 @@ module VSphereCloud
end
def... | Disk provider can find in list of datastores | cloudfoundry_bosh | train |
36f12d5ed95937d5bab39daac12d1f06d1742701 | diff --git a/Routing/RoutingLoader.php b/Routing/RoutingLoader.php
index <HASH>..<HASH> 100755
--- a/Routing/RoutingLoader.php
+++ b/Routing/RoutingLoader.php
@@ -4,6 +4,7 @@ namespace Admingenerator\GeneratorBundle\Routing;
use Symfony\Component\Config\Loader\FileLoader;
use Symfony\Component\Config\Resource\FileR... | Catch FileLoaderLoadException error when trying to load annotation route to prevent error if framework-extra-bundle is not loaded | symfony2admingenerator_AdmingeneratorGeneratorBundle | train |
cb7548043eab9f3b84a513ab8e30ef59cf3dc93f | diff --git a/runtests.py b/runtests.py
index <HASH>..<HASH> 100755
--- a/runtests.py
+++ b/runtests.py
@@ -26,7 +26,7 @@ def get_option_parser():
'--engine',
dest='engine',
help=('Database engine to test, one of '
- '[sqlite, postgres, mysql, apsw, sqlcipher]'))
+ '[... | Support running tests with mysql-connector. | coleifer_peewee | train |
2ef9c0f7c60ce50c95af08a7c04720b1c31ebea6 | diff --git a/Registry.php b/Registry.php
index <HASH>..<HASH> 100644
--- a/Registry.php
+++ b/Registry.php
@@ -310,8 +310,8 @@ class Registry implements \JsonSerializable, \ArrayAccess
public function merge(Registry $source, $recursive = false)
{
$this->bindData($this->data, $source->toArray(), $recursive);
-
-... | Clean up PHPCS Suggestions | joomla-framework_registry | train |
54f260173f4965b2843121215a8a972863527839 | diff --git a/lib/couch_rest.rb b/lib/couch_rest.rb
index <HASH>..<HASH> 100644
--- a/lib/couch_rest.rb
+++ b/lib/couch_rest.rb
@@ -1,7 +1,8 @@
class CouchRest
- attr_accessor :uri
- def initialize server = 'http://localhost:5984'
+ attr_accessor :uri, :uuid_batch_count
+ def initialize server = 'http://localhost:5... | CouchRest no longer uses POST for doc creation | couchrest_couchrest | train |
7a6431c77503ec4b1f2b26d2b643d7c59804f2eb | diff --git a/src/Concerns/WithFilename.php b/src/Concerns/WithFilename.php
index <HASH>..<HASH> 100644
--- a/src/Concerns/WithFilename.php
+++ b/src/Concerns/WithFilename.php
@@ -63,7 +63,7 @@ trait WithFilename
{
$fields = $request->resolveFields();
- if ($filename = $fields->get('filename')) {
... | Add extension to filename when using withFilename()
Update `handleFilename()` to append appropriate file extension when `withFilename()` is used. The extension will continue be appended when `askForFilename()` is used. | Maatwebsite_Laravel-Nova-Excel | train |
652b30d07b0c4872e6b6f080cc5f9e526893f108 | diff --git a/lib/application.js b/lib/application.js
index <HASH>..<HASH> 100644
--- a/lib/application.js
+++ b/lib/application.js
@@ -32,7 +32,7 @@ module.exports.NoAckError = NoAckError
/**
* Initialize a new `Application` inherits from EventEmitter
* @constructor
- * @param {Object} [options] coworkers applica... | fix schema w/ constructor usage | tjmehta_coworkers | train |
08cae4d417e5e68e7d10fd21260042cb2b8f6752 | diff --git a/lib/jsdom/level2/html.js b/lib/jsdom/level2/html.js
index <HASH>..<HASH> 100644
--- a/lib/jsdom/level2/html.js
+++ b/lib/jsdom/level2/html.js
@@ -264,15 +264,14 @@ ResourceQueue.prototype = {
var item = {
prev: q.tail,
check: function() {
- if (!q.paused && !this.prev &&
- ... | fixes 2 issues in ResourceQueue
on resume, run check on the first item in the queue
in addition both of the reported bugs in this issue #<I> is addressed:
Fixed a race condition which would prevent some resources to be loaded
(this breaks dojo async loader)
added tests coverage | jsdom_jsdom | train |
888226abfa89fbc3abbde51b3ed039c7b6f10a9c | diff --git a/src/Http/ServerRequest.php b/src/Http/ServerRequest.php
index <HASH>..<HASH> 100644
--- a/src/Http/ServerRequest.php
+++ b/src/Http/ServerRequest.php
@@ -552,14 +552,10 @@ class ServerRequest implements ServerRequestInterface
*/
protected function _acceptHeaderDetector(array $detect): bool
... | Use ContentTypeNegotiation in is() detectors as well. | cakephp_cakephp | train |
8cd56347bd4f6a980c4f5c8cdb799066854879e5 | diff --git a/master/buildbot/buildslave/ec2.py b/master/buildbot/buildslave/ec2.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/buildslave/ec2.py
+++ b/master/buildbot/buildslave/ec2.py
@@ -33,8 +33,8 @@ from twisted.internet import threads
from twisted.python import log
from buildbot import config
-from build... | Update to pass pylint | buildbot_buildbot | train |
c1ef850c81bdf9dadbb6166d0992881babd8c0dc | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -497,9 +497,6 @@ class Hemera extends EventEmitter {
if (this.config.crashOnFatal) {
this.fatal()
- } else {
-
- cb.call(delegate, error)
}
}
... | increase code coverage, fixed wrong callback call | hemerajs_hemera | train |
5ddadd76b790673f58297b260791a5029a41a18e | diff --git a/lib/highrise/person.rb b/lib/highrise/person.rb
index <HASH>..<HASH> 100644
--- a/lib/highrise/person.rb
+++ b/lib/highrise/person.rb
@@ -36,11 +36,21 @@ module Highrise
field ? field.value : nil
end
+ def new_subject_data(field, value)
+ Highrise::SubjectData.new(:subject_field_i... | Changing a custom field when the field wasn't set before | tapajos_highrise | train |
4c647be9e817b2dd4f3f870264ee1701c6a26e79 | diff --git a/pyup/bot.py b/pyup/bot.py
index <HASH>..<HASH> 100644
--- a/pyup/bot.py
+++ b/pyup/bot.py
@@ -4,7 +4,7 @@ import logging
import yaml
from .requirements import RequirementsBundle
from .providers.github import Provider as GithubProvider
-from .errors import NoPermissionError, BranchExistsError
+from .erro... | create issues if there are any problems with the config file | pyupio_pyup | train |
915fc52a1c76a544fb92e73fcd7399eca3915ac5 | diff --git a/packages/tree/src/model/node.js b/packages/tree/src/model/node.js
index <HASH>..<HASH> 100644
--- a/packages/tree/src/model/node.js
+++ b/packages/tree/src/model/node.js
@@ -285,11 +285,13 @@ export default class Node {
removeChildByData(data) {
let targetNode = null;
- this.childNodes.forEach... | Tree: fix add node bug in lazy mode (#<I>) | ElemeFE_element | train |
a4be67ff5d4960e185ac98bec81591a733f5b47c | diff --git a/smack-core/src/main/java/org/jivesoftware/smack/ReconnectionManager.java b/smack-core/src/main/java/org/jivesoftware/smack/ReconnectionManager.java
index <HASH>..<HASH> 100644
--- a/smack-core/src/main/java/org/jivesoftware/smack/ReconnectionManager.java
+++ b/smack-core/src/main/java/org/jivesoftware/smac... | Fix ReconnectionManager RANDOM_INCREASING_DELAY policy
which was using the same value. Fixes SMACK-<I>. | igniterealtime_Smack | train |
a3f912af5d1762d8aa38e9169b7ca468ee0bc421 | diff --git a/bcbio/pipeline/fastq.py b/bcbio/pipeline/fastq.py
index <HASH>..<HASH> 100644
--- a/bcbio/pipeline/fastq.py
+++ b/bcbio/pipeline/fastq.py
@@ -68,6 +68,6 @@ def _convert_bam_to_fastq(in_file, work_dir, item, dirs, config):
if not file_exists(out1):
broad_runner = broad.runner_from_config(confi... | Fix for extracting single-end FASTQ files from BAM. | bcbio_bcbio-nextgen | train |
2a1ed5450ec3cc681634d909338658aa7def6d40 | diff --git a/closure/goog/fs/filereader.js b/closure/goog/fs/filereader.js
index <HASH>..<HASH> 100644
--- a/closure/goog/fs/filereader.js
+++ b/closure/goog/fs/filereader.js
@@ -276,7 +276,7 @@ goog.fs.FileReader.createDeferred_ = function(reader) {
reader.addEventListener(goog.fs.FileReader.EventType.LOAD_END,
... | Fixes FileReader so empty files do not result in calling the error callback. The problem was reading an empty file would lead to the "result" attribute being "", which would fail the "if (result)" check.
<URL>
Revision created by MOE tool push_codebase.
MOE_MIGRATION=<I>
git-svn-id: <URL> | google_closure-library | train |
caaae6ff3819a1de5dc79ad05f5e6fa02a82dff4 | diff --git a/src/Guard.php b/src/Guard.php
index <HASH>..<HASH> 100644
--- a/src/Guard.php
+++ b/src/Guard.php
@@ -415,14 +415,13 @@ class Guard implements MiddlewareInterface
$value = $body[$this->getTokenValueKey()] ?? null;
}
- if ($name === null
- || $value ... | Ensure token is removed in persisent mode on validation
When the token is successfully validated and we are not in persistent
mode, then we need to remove the token. This is a separate operation to
handling failure.
The side-effect of the previous code is that is allowed a replay attack
where the same token could be ... | slimphp_Slim-Csrf | train |
384dba554213254185a574780859ae24f720179e | diff --git a/src/ClientResolver.php b/src/ClientResolver.php
index <HASH>..<HASH> 100644
--- a/src/ClientResolver.php
+++ b/src/ClientResolver.php
@@ -560,8 +560,19 @@ class ClientResolver
public static function _default_signature_version(array &$args)
{
- return isset($args['config']['signature_vers... | Allow pulling signing values from partition even when it is not the configured endpoint provider | aws_aws-sdk-php | train |
60e67524750b094c8bcb3219ec79e09465c407fe | diff --git a/test/fake_modules/bad_deep/package.json b/test/fake_modules/bad_deep/package.json
index <HASH>..<HASH> 100644
--- a/test/fake_modules/bad_deep/package.json
+++ b/test/fake_modules/bad_deep/package.json
@@ -1,5 +1,5 @@
{
"dependencies": {
- "optimist": "~0.6.0"
+ "module_bad_deep": "~0.0.1"
}
... | Add stronger validation to assert test code is making mistake. | depcheck_depcheck | train |
ed1a77306f0d13eb170619f38c377ffe03cf647e | diff --git a/src/foremast/pipeline/create_pipeline_manual.py b/src/foremast/pipeline/create_pipeline_manual.py
index <HASH>..<HASH> 100644
--- a/src/foremast/pipeline/create_pipeline_manual.py
+++ b/src/foremast/pipeline/create_pipeline_manual.py
@@ -39,15 +39,27 @@ class SpinnakerPipelineManual(SpinnakerPipeline):
... | Better logging/debug support for json decode errors in manual templates | foremast_foremast | train |
18ec4c9eca23e376c3bf9cdf41edebe578833b69 | diff --git a/go/client/cmd_device_list.go b/go/client/cmd_device_list.go
index <HASH>..<HASH> 100644
--- a/go/client/cmd_device_list.go
+++ b/go/client/cmd_device_list.go
@@ -31,7 +31,7 @@ func NewCmdDeviceList(cl *libcmdline.CommandLine) cli.Command {
// Run runs the command in standalone mode.
func (c *CmdDeviceL... | Closed #<I>
Fixed missing LogUI in standalone mode. | keybase_client | train |
5375365f0c5156d116398e7f1cc5a63c7aa783e6 | diff --git a/src-modules/org/opencms/ade/galleries/client/ui/CmsResultItemWidget.java b/src-modules/org/opencms/ade/galleries/client/ui/CmsResultItemWidget.java
index <HASH>..<HASH> 100644
--- a/src-modules/org/opencms/ade/galleries/client/ui/CmsResultItemWidget.java
+++ b/src-modules/org/opencms/ade/galleries/client/u... | Fixing null-pointer issue. | alkacon_opencms-core | train |
14d8c01bdc74f326bf9ac9eb9eeb94e0ce1cd01e | diff --git a/spring-boot-admin-server-ui/modules/applications-flyway/controllers/flywayCtrl.js b/spring-boot-admin-server-ui/modules/applications-flyway/controllers/flywayCtrl.js
index <HASH>..<HASH> 100644
--- a/spring-boot-admin-server-ui/modules/applications-flyway/controllers/flywayCtrl.js
+++ b/spring-boot-admin-s... | Fix query for old flyway/liquibase endpoint format | codecentric_spring-boot-admin | train |
bd63d8dda2ec84300fc1e4b003f986617f84a2a2 | diff --git a/gstruct/fields_test.go b/gstruct/fields_test.go
index <HASH>..<HASH> 100644
--- a/gstruct/fields_test.go
+++ b/gstruct/fields_test.go
@@ -73,4 +73,29 @@ var _ = Describe("Struct", func() {
})
Expect(allFields).ShouldNot(m, "should run nested matchers")
})
+
+ It("should produce sensible error messa... | add analogous tests to fields_test.go | onsi_gomega | train |
4b6bbfbaa12f4a9d9a44910a88fcb36ec5c2b8c9 | diff --git a/lib/heroku/command/base.rb b/lib/heroku/command/base.rb
index <HASH>..<HASH> 100644
--- a/lib/heroku/command/base.rb
+++ b/lib/heroku/command/base.rb
@@ -141,6 +141,10 @@ protected
end.join("\n")
end
+ def self.extract_option(key)
+ options[key]
+ end
+
def self.extract_options(help)
... | re-add extract_option for backwards compatibility | heroku_legacy-cli | train |
f6ae6cb190bcd75ceb97709b74d5f4a4fe4b3a1a | diff --git a/timepiece/forms.py b/timepiece/forms.py
index <HASH>..<HASH> 100644
--- a/timepiece/forms.py
+++ b/timepiece/forms.py
@@ -274,7 +274,8 @@ class AddUpdateEntryForm(forms.ModelForm):
self.user = kwargs.pop('user')
super(AddUpdateEntryForm, self).__init__(*args, **kwargs)
self.field... | refs #<I> - Changed add/update entry form project queryset to match clockin.
Added a test case for both | caktus_django-timepiece | train |
2a21010ab8ba0be23be941aa346dffb8efdd6d8e | diff --git a/src/matreshka-object.class.js b/src/matreshka-object.class.js
index <HASH>..<HASH> 100755
--- a/src/matreshka-object.class.js
+++ b/src/matreshka-object.class.js
@@ -3,7 +3,7 @@ define([
'matreshka_dir/matreshka-object/dynamic',
'matreshka_dir/matreshka-object/iterator',
'matreshka_dir/core/var/sym-i... | bugfix: MK.Object#[Symbol.iterator] doesn't exist | matreshkajs_matreshka | train |
d79cd654e2f0cb27bd38cdc8b7573456e6619af2 | diff --git a/spyder/plugins/explorer/tests/test_explorer.py b/spyder/plugins/explorer/tests/test_explorer.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/explorer/tests/test_explorer.py
+++ b/spyder/plugins/explorer/tests/test_explorer.py
@@ -40,28 +40,29 @@ def project_explorer(qtbot):
@pytest.fixture(params=... | delete top folder instead of base files/folders | spyder-ide_spyder | train |
d6dd49922818ac198da758e672f947dec331654c | diff --git a/Branch-SDK-TestBed/src/io/branch/branchandroiddemo/MainActivity.java b/Branch-SDK-TestBed/src/io/branch/branchandroiddemo/MainActivity.java
index <HASH>..<HASH> 100644
--- a/Branch-SDK-TestBed/src/io/branch/branchandroiddemo/MainActivity.java
+++ b/Branch-SDK-TestBed/src/io/branch/branchandroiddemo/MainAct... | Adding a dependency warning for App Indexing | BranchMetrics_android-branch-deep-linking | train |
2861f737c0459ecb35a4d4bd6da1eff6c3952dc9 | diff --git a/lib/ruote/engine/process_status.rb b/lib/ruote/engine/process_status.rb
index <HASH>..<HASH> 100644
--- a/lib/ruote/engine/process_status.rb
+++ b/lib/ruote/engine/process_status.rb
@@ -207,6 +207,9 @@ module Ruote
# calling engine.process(wfid).workitems will yield two workitems
# (alpha and bra... | warning about ProcessStatus#workitems | jmettraux_ruote | train |
1a4bfffdb02bcec5d450b0bf238f97a531873e0f | diff --git a/nodeserver/src/client/js/Client/Client.js b/nodeserver/src/client/js/Client/Client.js
index <HASH>..<HASH> 100644
--- a/nodeserver/src/client/js/Client/Client.js
+++ b/nodeserver/src/client/js/Client/Client.js
@@ -30,7 +30,7 @@ define([
var Client = function(options){
var self = this... | - logging corrected
- commit browser resizes itself
Former-commit-id: 6aedf9e<I>df7af4dd<I>fe<I>e3e<I>dced4ff | webgme_webgme-engine | train |
e7d592a5921c6b4a4fde6417be356f397edf4ad8 | diff --git a/src/client/js/Widgets/DiagramDesigner/AutoRouter.Graph.js b/src/client/js/Widgets/DiagramDesigner/AutoRouter.Graph.js
index <HASH>..<HASH> 100644
--- a/src/client/js/Widgets/DiagramDesigner/AutoRouter.Graph.js
+++ b/src/client/js/Widgets/DiagramDesigner/AutoRouter.Graph.js
@@ -1873,9 +1873,9 @@ define(['lo... | Fixed initial async draw bug.
The callback will always be called now.
Former-commit-id: a7c<I>cfdf<I>ccb<I>efa8c<I>c<I>c<I> | webgme_webgme-engine | train |
e57dd10a0e6b8598acc83df151f9917b4e101101 | diff --git a/Braintree/src/main/java/com/braintreepayments/api/ThreeDSecure.java b/Braintree/src/main/java/com/braintreepayments/api/ThreeDSecure.java
index <HASH>..<HASH> 100644
--- a/Braintree/src/main/java/com/braintreepayments/api/ThreeDSecure.java
+++ b/Braintree/src/main/java/com/braintreepayments/api/ThreeDSecur... | Remove resolved TODOs
* We need a duplicate error event for when the HTTP request fails
* onValidate is assumed to be an error callback | braintree_braintree_android | train |
bedd300db65f473eeaa6ea60613ce8a651812869 | diff --git a/lib/Phpfastcache/Core/Pool/TaggableCacheItemPoolTrait.php b/lib/Phpfastcache/Core/Pool/TaggableCacheItemPoolTrait.php
index <HASH>..<HASH> 100644
--- a/lib/Phpfastcache/Core/Pool/TaggableCacheItemPoolTrait.php
+++ b/lib/Phpfastcache/Core/Pool/TaggableCacheItemPoolTrait.php
@@ -361,17 +361,9 @@ trait Taggab... | Fixed date issue in tags item where tags item always last as long as default ttl configuration | PHPSocialNetwork_phpfastcache | train |
d2855c5945ce5045045f613928e2805888fe426c | diff --git a/example/async.rb b/example/async.rb
index <HASH>..<HASH> 100644
--- a/example/async.rb
+++ b/example/async.rb
@@ -3,17 +3,35 @@ require 'rest-more'
# RC::Builder.default_app = # for global default_app setting
+def aget_facebook opts={}
+ RC::Facebook.new(opts).get('4'){ |response|
+ if response.ki... | demonstrate how async timeout would work | godfat_rest-more | train |
7e507d3f87066e6192988962889c847cadab2afe | diff --git a/src/models/event-source/FuncEventSource.js b/src/models/event-source/FuncEventSource.js
index <HASH>..<HASH> 100644
--- a/src/models/event-source/FuncEventSource.js
+++ b/src/models/event-source/FuncEventSource.js
@@ -9,7 +9,7 @@ var FuncEventSource = EventSource.extend({
return Promise.construct(func... | Set 'this' context properly in FuncEventSource
The current code sets the `this` context when invoking the user-defined event source function. However it uses `this.calendar`, which is undefined in the `Promise` callback. It should be using `_this` to access the correct context. | fullcalendar_fullcalendar | train |
8120eb11e495b339146bb0ee3759cccf3923104d | diff --git a/lib/mr_darcy/deferred.rb b/lib/mr_darcy/deferred.rb
index <HASH>..<HASH> 100644
--- a/lib/mr_darcy/deferred.rb
+++ b/lib/mr_darcy/deferred.rb
@@ -5,7 +5,7 @@ module MrDarcy
%w| resolved? rejected? unresolved? resolve reject final result |.map(&:to_sym).each do |method|
define_method method do... | Deferred creates a linked-list of promises. | jamesotron_MrDarcy | train |
1c9bf812df9c9b1a464431009a3b74e8e6ae69af | diff --git a/acceptance/tests/ticket_15717_puppet_kick.rb b/acceptance/tests/ticket_15717_puppet_kick.rb
index <HASH>..<HASH> 100644
--- a/acceptance/tests/ticket_15717_puppet_kick.rb
+++ b/acceptance/tests/ticket_15717_puppet_kick.rb
@@ -19,6 +19,11 @@ with_master_running_on(master, "--autosign true") do
next
... | (#<I>) Kick agent using its fqdn
Previously, the acceptance test would fail if `puppet kick` verified the
SSL certificate of the target, and the hostname it connected to didn't
match what was in the certificate.
The `agent` string contains the agent hostname as specified in the
configuration file, not the fqdn. Also,... | puppetlabs_puppet | train |
800c3ee1a40dbdb8afe59464b0b7a2501590b60e | diff --git a/packages/netlify-cms-widget-number/src/NumberControl.js b/packages/netlify-cms-widget-number/src/NumberControl.js
index <HASH>..<HASH> 100644
--- a/packages/netlify-cms-widget-number/src/NumberControl.js
+++ b/packages/netlify-cms-widget-number/src/NumberControl.js
@@ -100,7 +100,7 @@ export default class ... | fix(widget-number): allow zero as value (#<I>) | netlify_netlify-cms | train |
e039debda9be5ea6a468cd0ae0da7b9b4bcc496b | diff --git a/src/Formatter/Response.php b/src/Formatter/Response.php
index <HASH>..<HASH> 100644
--- a/src/Formatter/Response.php
+++ b/src/Formatter/Response.php
@@ -15,7 +15,6 @@ class Response
public function setRawResponse($rawResponse)
{
$this->rawResponse = $rawResponse;
- print_r($rawRe... | removed print in getRawResponse | neoxygen_neo4j-neoclient | train |
9ec212ec72a7c47e6a5ee66c73bf7875654c723a | diff --git a/src/Listener/JsonApiListener.php b/src/Listener/JsonApiListener.php
index <HASH>..<HASH> 100644
--- a/src/Listener/JsonApiListener.php
+++ b/src/Listener/JsonApiListener.php
@@ -321,6 +321,9 @@ class JsonApiListener extends ApiListener
{
//Inject default query handlers
$queryParamete... | Implement basic multi field sort
Next up:
- sorting contained associations, eg: /users?include=address&sort=address.street
- tests | FriendsOfCake_crud-json-api | train |
d5c95bda8e4ab0cf511d7bb0b8ae04e91576d615 | diff --git a/lib/node/nodes/georeference-street-address.js b/lib/node/nodes/georeference-street-address.js
index <HASH>..<HASH> 100644
--- a/lib/node/nodes/georeference-street-address.js
+++ b/lib/node/nodes/georeference-street-address.js
@@ -30,6 +30,9 @@ GeoreferenceStreetAddress.prototype.sql = function() {
var... | Street level columns for country, city and state | CartoDB_camshaft | train |
6a76bcbaca3772c42e700e62359361551528918b | diff --git a/lib/rubocop_challenger/git/command.rb b/lib/rubocop_challenger/git/command.rb
index <HASH>..<HASH> 100644
--- a/lib/rubocop_challenger/git/command.rb
+++ b/lib/rubocop_challenger/git/command.rb
@@ -29,6 +29,18 @@ module RubocopChallenger
run('add', *files)
end
+ def commit(message)
+... | Add methods to Git::Command class | ryz310_rubocop_challenger | train |
20c7c950a79f24ad53cfc874689e32b903493f36 | diff --git a/NEWS.txt b/NEWS.txt
index <HASH>..<HASH> 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -6,6 +6,8 @@ UNRELEASED:
loop variable.
- Report undefined name for `(a, b) = (1, 2)` but not for the general
unpacking `(a, b) = func()`.
+ - Correctly detect when an imported module is used in default arguments... | Do not bind the function in the current scope, until its arguments are handled; fixes lp:<I> | PyCQA_pyflakes | train |
55dfdea3b3c325188bd84eb369cc2b3ba24d1f14 | diff --git a/sanitize.go b/sanitize.go
index <HASH>..<HASH> 100755
--- a/sanitize.go
+++ b/sanitize.go
@@ -139,14 +139,76 @@ func Accents(text string) string {
// A very limited list of transliterations to catch common european names translated to urls.
// This set could be expanded with at least caps and many more c... | Use the list of accents beastaugh/urlify
The list of accents there is more complete, and will give a better translation.
Path to file: <URL> | kennygrant_sanitize | train |
2b24119cc6f3458936cdf69fceb10ed6bad674e5 | diff --git a/pyt/cfg.py b/pyt/cfg.py
index <HASH>..<HASH> 100644
--- a/pyt/cfg.py
+++ b/pyt/cfg.py
@@ -266,11 +266,12 @@ class CFG(ast.NodeVisitor):
def run_visitors(self, *, variables_visitor_visit_node, label_visitor_visit_node):
'''Creates and runs the VarsVisitor and LabelVisitor.
- Returns v... | Increased readability in run_visitors slightly | python-security_pyt | train |
c07044dce21a6bf801cb22eecc61278d199e7dfb | diff --git a/src/sap.m/src/sap/m/Popover.js b/src/sap.m/src/sap/m/Popover.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/Popover.js
+++ b/src/sap.m/src/sap/m/Popover.js
@@ -1866,9 +1866,9 @@ sap.ui.define([
var mPosition = {
top: iTop,
- bottom: iBottom,
+ bottom: iBottom - oPosParams._fWindo... | [FIX] sap.m.Popover: Correct positioning to the window element
Include scrollTop of the window to the bottom positioning of the Popover.
Change-Id: I<I>b<I>bee<I>fba<I>addf<I>d2e<I>a<I>c6
BCP: <I>
BCP: <I> | SAP_openui5 | train |
fe1e1041b6ac883b8cb6db708b36b4d40da9ce17 | diff --git a/tests/masking_test.py b/tests/masking_test.py
index <HASH>..<HASH> 100644
--- a/tests/masking_test.py
+++ b/tests/masking_test.py
@@ -420,7 +420,7 @@ class MaskingTest(jtu.JaxTestCase):
return concat(jnp.array([1., 2., 3.], dtype='float32'))
self.check(fun, ['n'], '(n+3,)', {'n': 2}, [(3,)], ... | Fix failures in masking_test.py (#<I>) | tensorflow_probability | train |
2c0d5e0f0d253073016a1693c7a06d21e6e0f06f | diff --git a/breacharbiter.go b/breacharbiter.go
index <HASH>..<HASH> 100644
--- a/breacharbiter.go
+++ b/breacharbiter.go
@@ -106,8 +106,8 @@ func (b *breachArbiter) Start() error {
channelsToWatch := make([]*lnwallet.LightningChannel,
len(activeChannels))
for i, chanState := range activeChannels {
- channel, ... | breacharbiter: stop the stale contract when a live contract appears
This commit modifies the logic of the contract hand-off within the
breachArbiter to ensure that only a single internal closeObserver
goroutine is ever active for a given contract.
This modification cleans up the logs in the case of multiple
reconnect... | lightningnetwork_lnd | train |
3eaa89bfdb980a22e903b0a697cbe41bf8bd446a | diff --git a/src/line/spans.js b/src/line/spans.js
index <HASH>..<HASH> 100644
--- a/src/line/spans.js
+++ b/src/line/spans.js
@@ -218,6 +218,16 @@ function collapsedSpanAtSide(line, start) {
export function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, true) }
export function collapsedSpanAtEnd(line)... | Make sure coordsChar doesn't return positions in collapsed spans
Closes #<I> | codemirror_CodeMirror | train |
dd4ee9381e364123690d32dab19127d3947d975b | diff --git a/lib/plugins/create/create.js b/lib/plugins/create/create.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/create/create.js
+++ b/lib/plugins/create/create.js
@@ -78,6 +78,23 @@ class Create {
fse.mkdirsSync(newPath);
process.chdir(newPath);
+ } else {
+ // ensure no template file al... | added validation on sls create on file overwrite | serverless_serverless | train |
d7fa80f7022c4e0169818bb87a0f22539bc03dee | diff --git a/tests/brightbox/requests/compute/load_balancer_tests.rb b/tests/brightbox/requests/compute/load_balancer_tests.rb
index <HASH>..<HASH> 100644
--- a/tests/brightbox/requests/compute/load_balancer_tests.rb
+++ b/tests/brightbox/requests/compute/load_balancer_tests.rb
@@ -45,6 +45,48 @@ Shindo.tests('Fog::Com... | [brightbox] Load balancer request tests expanded | fog_fog | train |
e594b492836988ef3d9487b511368c70169d1ecd | diff --git a/python/pyspark/ml/feature.py b/python/pyspark/ml/feature.py
index <HASH>..<HASH> 100755
--- a/python/pyspark/ml/feature.py
+++ b/python/pyspark/ml/feature.py
@@ -585,6 +585,8 @@ class IDF(JavaEstimator, HasInputCol, HasOutputCol, JavaMLReadable, JavaMLWritab
... (DenseVector([0.0, 1.0]),), (DenseV... | [SPARK-<I>][PYSPARK][ML] PySpark IDFModel missing "idf" property
## What changes were proposed in this pull request?
add method idf to IDF in pyspark
## How was this patch tested?
add unit test | apache_spark | train |
fa3a5b4827e2ff36d7b28c6482492312b09f0839 | diff --git a/core/src/main/java/org/bitcoinj/kits/WalletAppKit.java b/core/src/main/java/org/bitcoinj/kits/WalletAppKit.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/bitcoinj/kits/WalletAppKit.java
+++ b/core/src/main/java/org/bitcoinj/kits/WalletAppKit.java
@@ -463,8 +463,7 @@ public class WalletAppKit... | WalletAppKit: Fix wallet isn't moved out of the way on restore, preventing the actual restore. | bitcoinj_bitcoinj | train |
c1c83adf1ee06a9875d08bbdc0d7a2cc1485cb1e | diff --git a/src/Nocarrier/HalLinkContainer.php b/src/Nocarrier/HalLinkContainer.php
index <HASH>..<HASH> 100644
--- a/src/Nocarrier/HalLinkContainer.php
+++ b/src/Nocarrier/HalLinkContainer.php
@@ -1,8 +1,32 @@
<?php
+/**
+ * This file is part of the Hal library
+ *
+ * (c) Ben Longden <ben@nocarrier.co.uk
+ *
+ * Fo... | Fixes and completes phpdoc | blongden_hal | train |
9285b92fc88dbae4f413d1dee7546f518eb24fc0 | diff --git a/ssbio/databases/pdb.py b/ssbio/databases/pdb.py
index <HASH>..<HASH> 100644
--- a/ssbio/databases/pdb.py
+++ b/ssbio/databases/pdb.py
@@ -131,7 +131,7 @@ def download_structure(pdb_id, file_type, outdir='', outfile='', only_header=Fal
mmtf_api = '1.0'
download_link = 'http://mmtf.... | Use http instead of https for downloading pdb files - is this right? | SBRG_ssbio | train |
d2c302a76a8a37087e95352b6a4688943f44982a | diff --git a/js/src/figure.js b/js/src/figure.js
index <HASH>..<HASH> 100644
--- a/js/src/figure.js
+++ b/js/src/figure.js
@@ -390,11 +390,17 @@ var FigureView = widgets.DOMWidgetView.extend( {
this.control_trackball = new THREE.TrackballControls( this.camera, this.renderer.domElement );
this.contro... | fix: trackball control behaves more like the orbit control, turned off dampening, fixed scoll jumping effect | maartenbreddels_ipyvolume | train |
cc9389376870cd613cf217113e9567215079f2f8 | diff --git a/system/Language/Language.php b/system/Language/Language.php
index <HASH>..<HASH> 100644
--- a/system/Language/Language.php
+++ b/system/Language/Language.php
@@ -273,10 +273,14 @@ class Language
$strings[] = require $file;
}
- if ($strings)
+ if (isset($strings[1]))
{
$strings = array_rep... | Replace Language strings only if more than 1 file is found | codeigniter4_CodeIgniter4 | train |
a124b8793041e2b13a2e40ee9ba7e04ec5719b62 | diff --git a/spec/support/web_socket_server_mock.rb b/spec/support/web_socket_server_mock.rb
index <HASH>..<HASH> 100644
--- a/spec/support/web_socket_server_mock.rb
+++ b/spec/support/web_socket_server_mock.rb
@@ -7,6 +7,9 @@ class WebSocketServerMock
uri = URI.parse(url)
@host = uri.host
@port = uri.... | Check path and querystring in test server | cavalle_chrome_remote | train |
64baefcc242dc8fbde1856898fe2d9b2b33b9043 | diff --git a/wptools/query.py b/wptools/query.py
index <HASH>..<HASH> 100644
--- a/wptools/query.py
+++ b/wptools/query.py
@@ -258,7 +258,7 @@ class WPToolsQuery(object):
"""
Returns RESTBase query string
"""
- endpoint = safequote(endpoint)
+ endpoint = safequote(endpoint, 'res... | Percent-encode slashes in restbase title fixes #<I> | siznax_wptools | train |
90b7a979cd3425339eabf49c2eb12d4cdd5dde7b | diff --git a/bugtool/cmd/root.go b/bugtool/cmd/root.go
index <HASH>..<HASH> 100644
--- a/bugtool/cmd/root.go
+++ b/bugtool/cmd/root.go
@@ -70,7 +70,12 @@ func init() {
func runTool() {
// Search for a Cilium pod and if one is found prefix all of the
// commands to use the pod(s).
- k8sPods, _ = getCiliumPods(k8sNa... | bugtool: print error when k8s apiserver can't be reached | cilium_cilium | train |
c67ea25671d86dae8bee2001bcd2afcd06337398 | diff --git a/lib/renderer/page_writer.rb b/lib/renderer/page_writer.rb
index <HASH>..<HASH> 100644
--- a/lib/renderer/page_writer.rb
+++ b/lib/renderer/page_writer.rb
@@ -24,7 +24,7 @@ module Playgroundbook
file.write({
"Name" => page_name,
"LiveViewMode" => chapter_info.has_key?("l... | Fix querying for array instead of key | playgroundbooks_playgroundbook | train |
ef2930631e72fd67f6dd63db932916982a1ab22d | diff --git a/lib/paper_trail/frameworks/rails/controller.rb b/lib/paper_trail/frameworks/rails/controller.rb
index <HASH>..<HASH> 100644
--- a/lib/paper_trail/frameworks/rails/controller.rb
+++ b/lib/paper_trail/frameworks/rails/controller.rb
@@ -9,7 +9,6 @@ module PaperTrail
:set_paper_trail_enabled_for_con... | Remove warning about setting whodunnit | paper-trail-gem_paper_trail | train |
4e4a5d3d5d8c3102e2b91008c4b5b90dfe0588ac | diff --git a/skyfield/keplerlib.py b/skyfield/keplerlib.py
index <HASH>..<HASH> 100644
--- a/skyfield/keplerlib.py
+++ b/skyfield/keplerlib.py
@@ -25,8 +25,6 @@ class KeplerOrbit(VectorFunction):
mu_au_d=None,
center=None,
target=None,
- center_name=... | Remove old center_name, target_name from Kepler | skyfielders_python-skyfield | train |
e9cf323813e599483a8eaac1dc68921dfbade30f | diff --git a/Vps/Controller/Action/Auto/Import.php b/Vps/Controller/Action/Auto/Import.php
index <HASH>..<HASH> 100644
--- a/Vps/Controller/Action/Auto/Import.php
+++ b/Vps/Controller/Action/Auto/Import.php
@@ -35,14 +35,18 @@ abstract class Vps_Controller_Action_Auto_Import extends Vps_Controller_Action_A
if ... | Import-Controller: PhpExcel had problems if there were no file extension, now it works with a copy of the file with extension | koala-framework_koala-framework | train |
4eb72b9c057fb4951d7013bd7e6dbcf5a17c9591 | diff --git a/source/bugsense.js b/source/bugsense.js
index <HASH>..<HASH> 100644
--- a/source/bugsense.js
+++ b/source/bugsense.js
@@ -47,7 +47,7 @@ bugsense.notify = function(exception, clientName, callback) {
.post('http://www.bugsense.com/api/errors')
.set('X-BugSense-Api-Key', '3c48046e')
.send(payload)... | Don't crash in crashed crash-report | FredrikNoren_ungit | train |
7507c1055de8114cb434afe7184339ab940e1cb8 | diff --git a/library/CM/App.js b/library/CM/App.js
index <HASH>..<HASH> 100644
--- a/library/CM/App.js
+++ b/library/CM/App.js
@@ -793,8 +793,9 @@ var CM_App = CM_Class_Abstract.extend({
* @param {String} namespace
* @param {Function} callback fn(array data)
* @param {Object} [context]
+ * @param {Boolean... | Add publish for socket-redis msgs from client, allow to bind on them optionally | cargomedia_cm | train |
4a02bde9cb19bab97d1ac1348b3059793d715e73 | diff --git a/tools/accnn/rank_selection.py b/tools/accnn/rank_selection.py
index <HASH>..<HASH> 100644
--- a/tools/accnn/rank_selection.py
+++ b/tools/accnn/rank_selection.py
@@ -16,12 +16,14 @@
# under the License.
import numpy as np
-import mxnet as mx
import json
import utils
import math
import sys
+from s... | Some Python 3 fixes in ./tools again (#<I>) | apache_incubator-mxnet | train |
ed0d49933ea5850c664cf3bad6117bc2a870f1d9 | diff --git a/processing/src/test/java/io/druid/segment/data/CompressedFloatsIndexedSupplierTest.java b/processing/src/test/java/io/druid/segment/data/CompressedFloatsIndexedSupplierTest.java
index <HASH>..<HASH> 100644
--- a/processing/src/test/java/io/druid/segment/data/CompressedFloatsIndexedSupplierTest.java
+++ b/p... | fix memory leak in CompressedXXXIndexedSupplierTest | apache_incubator-druid | train |
de2972957fc84bd36532614361e5897f4f847d9d | diff --git a/src/org/pitaya/util/Passwords.java b/src/org/pitaya/util/Passwords.java
index <HASH>..<HASH> 100644
--- a/src/org/pitaya/util/Passwords.java
+++ b/src/org/pitaya/util/Passwords.java
@@ -47,29 +47,38 @@ public final class Passwords
}
/**
- * Generates a (16-bytes long) random password salt.
+ * Hash... | The salt is now appended to the password's hash | kocakosm_pitaya | train |
f288ff118c7be1f6453a64520276dced1cfb7d61 | diff --git a/pypsa/pf.py b/pypsa/pf.py
index <HASH>..<HASH> 100644
--- a/pypsa/pf.py
+++ b/pypsa/pf.py
@@ -594,9 +594,11 @@ def find_bus_controls(sub_network):
network.buses.loc[buses_i, "control"] = "PQ"
#find all buses with one or more gens with PV
- pvs = gens[gens.control == 'PV'].index.to_series().g... | pf: find_bus_controls works without any PV buses | PyPSA_PyPSA | train |
154b20a5ab446ca508ee285e96a3e0a2d433f0fc | diff --git a/test/isa.js b/test/isa.js
index <HASH>..<HASH> 100644
--- a/test/isa.js
+++ b/test/isa.js
@@ -208,3 +208,45 @@ exports.isComparable = {
}
};
+exports.isPlainObject = {
+ 'when testing isPlainObject should return true if plain': _.check(
+ function(a) {
+ return _.isPlainObject(... | Adding isPlainObject Test.
- Forgot to commit the plain object test, so here it is - TA DAR! | SimonRichardson_squishy-pants | train |
97622235c89c708c9e72a5f9049f7ef5e48b3036 | diff --git a/abydos/phonetic/_beider_morse.py b/abydos/phonetic/_beider_morse.py
index <HASH>..<HASH> 100644
--- a/abydos/phonetic/_beider_morse.py
+++ b/abydos/phonetic/_beider_morse.py
@@ -24,6 +24,7 @@ Beider-Morse Phonetic Matching (BMPM) algorithm
"""
from re import search
+from typing import Union
from unico... | made return comma-separated rather than space- | chrislit_abydos | train |
872489268a951f706445b2ada83748fb7c544dbb | diff --git a/src/Token.php b/src/Token.php
index <HASH>..<HASH> 100644
--- a/src/Token.php
+++ b/src/Token.php
@@ -41,6 +41,7 @@ class Token
->setSecret($secret)
->setExpiration(Carbon::parse($expiration)->getTimestamp())
->setIssuer($issuer)
+ ->setIssuedAt(time())
... | Added issued at claim to the Token create method. | RobDWaller_ReallySimpleJWT | train |
536a4a53425295383f7e5ac12941e63c81528d3a | diff --git a/packet.js b/packet.js
index <HASH>..<HASH> 100644
--- a/packet.js
+++ b/packet.js
@@ -11,7 +11,7 @@ function Packet (original, broker) {
// [MQTT-2.3.1-5]
if (this.qos > 0 || this.cmd !== 'publish') {
// [MQTT-2.3.1-1]
- this.messageId = original.messageId || 1
+ this.messageId = 1
}
... | Restored messageId as a locked field | mcollina_aedes-packet | train |
b71cbfe8f082844ecd24911ebcd1fd05f83f26f6 | diff --git a/capybara/exceptions.py b/capybara/exceptions.py
index <HASH>..<HASH> 100644
--- a/capybara/exceptions.py
+++ b/capybara/exceptions.py
@@ -2,6 +2,10 @@ class CapybaraError(Exception):
pass
+class FrozenInTime(CapybaraError):
+ pass
+
+
class ElementNotFound(CapybaraError):
pass
diff --gi... | Raise when time appears to be frozen | elliterate_capybara.py | train |
03c7d64a7d170d965bd752337c52d776f515103d | diff --git a/nylas/client/restful_models.py b/nylas/client/restful_models.py
index <HASH>..<HASH> 100644
--- a/nylas/client/restful_models.py
+++ b/nylas/client/restful_models.py
@@ -65,8 +65,8 @@ class NylasAPIObject(dict):
class Message(NylasAPIObject):
- attrs = ["bcc", "body", "date", "files", "from", "id",... | Add 'cc' field to Messages | nylas_nylas-python | train |
3f180dc846b21d99bf1b05fa3ff837ed8e584985 | diff --git a/tempodb/client.py b/tempodb/client.py
index <HASH>..<HASH> 100644
--- a/tempodb/client.py
+++ b/tempodb/client.py
@@ -28,12 +28,26 @@ class Database(object):
class Series(object):
- def __init__(self, i, key, attributes={}, tags=[]):
+ def __init__(self, i, key, name="", attributes={}, tags=[]):... | Update bulk writing to use DataPoint objects | tempodb_tempodb-python | train |
d87d988491c118bf29e627638c41eeef74c35dd7 | diff --git a/client/fingerprint/cpu.go b/client/fingerprint/cpu.go
index <HASH>..<HASH> 100644
--- a/client/fingerprint/cpu.go
+++ b/client/fingerprint/cpu.go
@@ -33,15 +33,15 @@ func (f *CPUFingerprint) Fingerprint(cfg *config.Config, node *structs.Node) (bo
}
mhz := stats.CPUMHzPerCore()
- node.Attributes["cpu.... | Floor CPU MHz and total compute and mark hostname as unique | hashicorp_nomad | train |
4d2071f02956f5059f707ac8450ba7187bcdbaef | diff --git a/aiohttp/web.py b/aiohttp/web.py
index <HASH>..<HASH> 100644
--- a/aiohttp/web.py
+++ b/aiohttp/web.py
@@ -1328,6 +1328,7 @@ class RequestHandler(ServerHttpProtocol):
self.log_access(message, None, resp_msg, self._loop.time() - now)
except GeneratorExit:
+ # the HTTP proto... | Add comment on reason for closing transport on GeneratorExit | aio-libs_aiohttp | train |
ab23d5d52ad699dd35b3c79fd3ad9960e670ff72 | diff --git a/espefuse.py b/espefuse.py
index <HASH>..<HASH> 100755
--- a/espefuse.py
+++ b/espefuse.py
@@ -266,7 +266,7 @@ def summary(esp, efuses, args):
raw = e.get_raw()
try:
raw = "(0x%x)" % raw
- except:
+ except TypeError:
raw = ""
... | Remove bare except: statements
New requirement of pycodestyle | espressif_esptool | train |
c80ea63c5265ce49a820beea21333164ef9f535e | diff --git a/src/TwigBridge/TwigBridge.php b/src/TwigBridge/TwigBridge.php
index <HASH>..<HASH> 100644
--- a/src/TwigBridge/TwigBridge.php
+++ b/src/TwigBridge/TwigBridge.php
@@ -16,7 +16,7 @@ class TwigBridge
{
$this->app = $app;
$this->paths = $app['config']->get('view.paths', array()... | First working though basic Twig intergration | rcrowe_TwigBridge | train |
6b937971e2ffc45f8d17d79fd3d25080c953aed1 | diff --git a/rds_backup/backup.go b/rds_backup/backup.go
index <HASH>..<HASH> 100644
--- a/rds_backup/backup.go
+++ b/rds_backup/backup.go
@@ -158,7 +158,7 @@ func (act *backup) dumpDatabase(engine, address string, port int64, filename str
}
tmpName := filename + ".tmp"
- fh, e := os.OpenFile(tmpName, os.O_CREATE... | [rds_backup] change umask for temp file | dynport_dgtk | train |
48d031610912d18b96d43f4ce40b7592083c7a66 | diff --git a/spec/support/chef_helpers.rb b/spec/support/chef_helpers.rb
index <HASH>..<HASH> 100644
--- a/spec/support/chef_helpers.rb
+++ b/spec/support/chef_helpers.rb
@@ -20,10 +20,10 @@ Chef::Config[:log_level] = :fatal
Chef::Config[:persistent_queue] = false
Chef::Config[:file_backup_path] = CHEF_SPEC_BACKUP_PA... | Avoid accidentally configuring logger for debug during tests | chef_chef | train |
1c720f545079dcce7f5eabb343ef6c84cb3d67c5 | diff --git a/pandas/core/series.py b/pandas/core/series.py
index <HASH>..<HASH> 100644
--- a/pandas/core/series.py
+++ b/pandas/core/series.py
@@ -135,6 +135,12 @@ class Series(generic.NDFrame):
if isinstance(data, MultiIndex):
raise NotImplementedError
+ elif isinstance(data,... | API: copy Index when creating in a Series to avoid aliasing | pandas-dev_pandas | train |
182b21325e48f700fda1248c015a6c2f2fada335 | diff --git a/src/assets/PriceEstimator/js/PriceEstimator.js b/src/assets/PriceEstimator/js/PriceEstimator.js
index <HASH>..<HASH> 100644
--- a/src/assets/PriceEstimator/js/PriceEstimator.js
+++ b/src/assets/PriceEstimator/js/PriceEstimator.js
@@ -54,7 +54,7 @@
return result;
},
- displayE... | Enhanced methods naming in PriceEstimator | hiqdev_hipanel-module-finance | train |
85520688fff643f4a11ce0607681ae7ce5285dd1 | diff --git a/src/server/worker/master.go b/src/server/worker/master.go
index <HASH>..<HASH> 100644
--- a/src/server/worker/master.go
+++ b/src/server/worker/master.go
@@ -920,27 +920,20 @@ func (a *APIServer) receiveSpout(ctx context.Context, logger *taggedLogger) erro
if a.pipelineInfo.Spout.Marker != "" && stri... | don't use txns, they don't work for this use case c.f. convo with Marc and Matt | pachyderm_pachyderm | train |
431cfaa813928bac01b0fa55f45b18fa34269b6e | diff --git a/rinoh/flowable.py b/rinoh/flowable.py
index <HASH>..<HASH> 100644
--- a/rinoh/flowable.py
+++ b/rinoh/flowable.py
@@ -99,6 +99,10 @@ class Flowable(Styled):
except AttributeError:
return None
+ def create_destination(self,container):
+ destination = NamedDestination(str(se... | Encapsulate creation of a named destination | brechtm_rinohtype | train |
abf6b8bee5c81bd1e3ae1c4986b4d484ff8fb96e | diff --git a/lib/Doctrine/ORM/Tools/Pagination/Paginator.php b/lib/Doctrine/ORM/Tools/Pagination/Paginator.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ORM/Tools/Pagination/Paginator.php
+++ b/lib/Doctrine/ORM/Tools/Pagination/Paginator.php
@@ -67,7 +67,7 @@ class Paginator implements \Countable, \IteratorAggrega... | minor: Code quality in Paginator | doctrine_orm | train |
671436cbb89f7f48bd9ae0ccb9dd75a376cc5281 | diff --git a/src/structures/Message.js b/src/structures/Message.js
index <HASH>..<HASH> 100644
--- a/src/structures/Message.js
+++ b/src/structures/Message.js
@@ -163,7 +163,7 @@ class Message extends Base {
* The timestamp the message was last edited at (if applicable)
* @type {?number}
*/
- this.... | fix(Message): editedTimestamp defaulting to 0 (#<I>) | discordjs_discord.js | train |
5fe1a196c6fddff192a6026a428db1a6b3bb48d0 | diff --git a/model/activities.php b/model/activities.php
index <HASH>..<HASH> 100644
--- a/model/activities.php
+++ b/model/activities.php
@@ -46,7 +46,7 @@ class ComActivitiesModelActivities extends KModelDatabase
protected function _initialize(KObjectConfig $config)
{
- $config->append(array('behav... | #<I> Include IP as searchable column | joomlatools_joomlatools-framework-activities | train |
7fa54037918ee99a05180255b13745a6e46d26e4 | diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php
index <HASH>..<HASH> 100644
--- a/install/lang/en_utf8/installer.php
+++ b/install/lang/en_utf8/installer.php
@@ -59,7 +59,7 @@ $string['databasesettingssub'] = '<b>Type:</b> mysql or postgres7<br />
<b>User:</b> your database ... | Automatic installer.php lang files by installer_builder (<I>) | moodle_moodle | train |
6833c702d839ec89eeb80b76949dc1e16026af4f | diff --git a/generator/lib/builder/om/PHP5ObjectBuilder.php b/generator/lib/builder/om/PHP5ObjectBuilder.php
index <HASH>..<HASH> 100644
--- a/generator/lib/builder/om/PHP5ObjectBuilder.php
+++ b/generator/lib/builder/om/PHP5ObjectBuilder.php
@@ -2155,7 +2155,7 @@ abstract class ".$this->getClassname()." extends ".$par... | [<I>][<I>] Line break regressions from whitespace cleanup | propelorm_Propel | train |
d5ce71b1ad3b64d282011b29900f5645f2cedf4c | diff --git a/lib/get-config.js b/lib/get-config.js
index <HASH>..<HASH> 100644
--- a/lib/get-config.js
+++ b/lib/get-config.js
@@ -203,7 +203,7 @@ function validateRules(config, options) {
var invalidKeysFound = [];
for (var key in config.rules) {
- if (!defaultRules[key]) {
+ if (!config.loadedRules[key]... | Fix issue with plugin configuration
- accept loaded rules
- make config loading idempotent | ember-template-lint_ember-template-lint | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.