hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
cb574b37e3c0c0fcc0a977df08031c7818d265a1 | diff --git a/lib/tabulo/deprecation.rb b/lib/tabulo/deprecation.rb
index <HASH>..<HASH> 100644
--- a/lib/tabulo/deprecation.rb
+++ b/lib/tabulo/deprecation.rb
@@ -1,5 +1,6 @@
module Tabulo
+ # @!visibility private
module Deprecation
# @!visibility private
diff --git a/lib/tabulo/table.rb b/lib/tabulo/tabl... | Manage options to transponse method better
* DRY up the code for constructing the options defaults hash
* Document the options to transpose explicitly. This decouples
the maintenance of the options documentation for transpose
from that of initialize method. | matt-harvey_tabulo | train |
8d7b6cf59d12097bfc44120cdd986a99c3b21053 | diff --git a/controller/search.go b/controller/search.go
index <HASH>..<HASH> 100644
--- a/controller/search.go
+++ b/controller/search.go
@@ -2,6 +2,7 @@ package controller
import (
"fmt"
+ "regexp"
"github.com/fabric8-services/fabric8-auth/account"
"github.com/fabric8-services/fabric8-auth/app"
@@ -33,8 +3... | Add constraint for allowed user search query string (#<I>) | fabric8-services_fabric8-auth | train |
8ca0dbcebd2ad935e18fa6e422883150006c6ca4 | diff --git a/resource_aws_api_gateway_integration.go b/resource_aws_api_gateway_integration.go
index <HASH>..<HASH> 100644
--- a/resource_aws_api_gateway_integration.go
+++ b/resource_aws_api_gateway_integration.go
@@ -79,6 +79,12 @@ func resourceAwsApiGatewayIntegration() *schema.Resource {
Type: schema.TypeS... | Adding passthrough behavior for API Gateway integration (#<I>) | terraform-providers_terraform-provider-aws | train |
1a643532c8a44a00be247572c32f57a10f2819dc | diff --git a/lib/Core/Search/Solr/Handler.php b/lib/Core/Search/Solr/Handler.php
index <HASH>..<HASH> 100644
--- a/lib/Core/Search/Solr/Handler.php
+++ b/lib/Core/Search/Solr/Handler.php
@@ -23,7 +23,7 @@ class Handler extends BaseHandler
DocumentMapper::DOCUMENT_TYPE_IDENTIFIER_CONTENT
);
- ... | NGSTACK-<I>: use dedicated result extractors | netgen_ezplatform-search-extra | train |
ee41041140f41fe693067a45c0856dab0c30a882 | diff --git a/lib/hci-socket/gatt.js b/lib/hci-socket/gatt.js
index <HASH>..<HASH> 100644
--- a/lib/hci-socket/gatt.js
+++ b/lib/hci-socket/gatt.js
@@ -65,6 +65,7 @@ var ATT_CID = 0x0004;
var Gatt = function() {
this._mtu = 23;
+ this._preparedWriteRequest = null;
this.setServices([]);
@@ -256,6 +257,7 @@ ... | - initial prepare + execute write request support (#<I>)
Only support a single value handle in all prepared write requests, and
offset must align with previous prepared write request. | noble_bleno | train |
6c07b0528096823d799714152631e9bd8e15009f | diff --git a/src/main/java/org/la4j/vector/Vectors.java b/src/main/java/org/la4j/vector/Vectors.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/la4j/vector/Vectors.java
+++ b/src/main/java/org/la4j/vector/Vectors.java
@@ -239,6 +239,23 @@ public final class Vectors {
}
}
+ public static clas... | Added basic implementation of Maximum distance function | vkostyukov_la4j | train |
43b7dba1721681d940d296cae4cda8991db8d937 | diff --git a/controller/src/main/java/org/jboss/as/controller/CompositeOperationHandler.java b/controller/src/main/java/org/jboss/as/controller/CompositeOperationHandler.java
index <HASH>..<HASH> 100644
--- a/controller/src/main/java/org/jboss/as/controller/CompositeOperationHandler.java
+++ b/controller/src/main/java/... | AS7-<I> basic description of the composite operation
was: <I>e<I>a4b<I>ba8ccfc<I>eb<I>de<I> | wildfly_wildfly-core | train |
3bd0601e10ee277808354112858d036a331c160d | diff --git a/src/test/java/org/jbake/app/ParserTest.java b/src/test/java/org/jbake/app/ParserTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/jbake/app/ParserTest.java
+++ b/src/test/java/org/jbake/app/ParserTest.java
@@ -33,6 +33,7 @@ public class ParserTest {
@Before
public void createSampleFile()... | Standardised on getting Config in tests. | jbake-org_jbake | train |
0b4eea3965420ffa3e359e548c9f030fc6430fac | diff --git a/lib/twilio-ruby/framework/serialize.rb b/lib/twilio-ruby/framework/serialize.rb
index <HASH>..<HASH> 100644
--- a/lib/twilio-ruby/framework/serialize.rb
+++ b/lib/twilio-ruby/framework/serialize.rb
@@ -67,4 +67,13 @@ module Twilio
result
end
+
+ def self.serialize_list(input_list)
+ return in... | Serialize list (#<I>)
* Add serializer for list types
* Explicitely check for an Array type | twilio_twilio-ruby | train |
f44fb5544cf0385b313e5dfa78dcbfe2efd755ef | diff --git a/src/jarallax-video.esm.js b/src/jarallax-video.esm.js
index <HASH>..<HASH> 100644
--- a/src/jarallax-video.esm.js
+++ b/src/jarallax-video.esm.js
@@ -116,12 +116,13 @@ export default function jarallaxVideo( jarallax = global.jarallax ) {
const defCanInitParallax = Jarallax.prototype.canInitParallax;
... | fixed video background when disabled parallax only (resolves #<I>) | nk-o_jarallax | train |
ab80b78b3c54488b5b50d07c36329d13cd74fd81 | diff --git a/cherrypy/test/helper.py b/cherrypy/test/helper.py
index <HASH>..<HASH> 100644
--- a/cherrypy/test/helper.py
+++ b/cherrypy/test/helper.py
@@ -216,14 +216,11 @@ def run_test_suite(moduleNames, server, conf):
serverClass=server)
def _run_test_suite_thread(moduleNam... | helper._run_test_suite_thread didn't need to wait() or call filters.init() either. | cherrypy_cheroot | train |
adc3256442ca1cf2ef93188e42b9e16daa99b939 | diff --git a/src/Console/Application.php b/src/Console/Application.php
index <HASH>..<HASH> 100644
--- a/src/Console/Application.php
+++ b/src/Console/Application.php
@@ -73,7 +73,7 @@ final class Application extends BaseApplication
public function __construct(Container $container)
{
try {
- ... | Use `InstalledVersions::getPrettyVersion()` to have `<I>` instead of `<I>` with extra zero at the end (#<I>)
Fixes <URL> | infection_infection | train |
9e9aef89adfadee54091f4205a5d83c0306a19e3 | diff --git a/lib/MagicPen.js b/lib/MagicPen.js
index <HASH>..<HASH> 100644
--- a/lib/MagicPen.js
+++ b/lib/MagicPen.js
@@ -439,7 +439,9 @@ MagicPen.prototype.space = MagicPen.prototype.sp = function (count) {
});
MagicPen.prototype.clone = function (format) {
- this.ensureCompatibleFormat(format);
+ if (!this... | Support cloning to another format as long as the pen is empty | sunesimonsen_magicpen | train |
bd2a6842ac8c9f26cb0668fdee685c8ef2911903 | diff --git a/lib/mongoid/relations/targets/enumerable.rb b/lib/mongoid/relations/targets/enumerable.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/relations/targets/enumerable.rb
+++ b/lib/mongoid/relations/targets/enumerable.rb
@@ -325,11 +325,13 @@ module Mongoid #:nodoc:
# @example Get the enumerable as j... | Bug: enumerable.to_json should pass options through. | mongodb_mongoid | train |
f93130a8a7d645a5bd9ea3bc1774e690760d8702 | diff --git a/src/client.js b/src/client.js
index <HASH>..<HASH> 100644
--- a/src/client.js
+++ b/src/client.js
@@ -965,6 +965,14 @@ function wrapCryptoFuncs(MatrixClient, names) {
}
/**
+ * Check whether we already have cross-signing keys for the current user.
+ * The cross-signing API is currently UNSTABLE and may... | Add method to check whether cross-signing has keys | matrix-org_matrix-js-sdk | train |
7ae436fc650fd58b44ba6cdc86b0f4197f4b0936 | diff --git a/teamcity/messages.py b/teamcity/messages.py
index <HASH>..<HASH> 100644
--- a/teamcity/messages.py
+++ b/teamcity/messages.py
@@ -61,4 +61,4 @@ class TeamcityServiceMessages(object):
self._single_value_message('publishArtifacts', path)
def customMessage(self, text, status, errorDetails=''):... | Newline at the EOF... Who nows | JetBrains_teamcity-messages | train |
0ef04353e281e5663e1e3d60e8993aef01b38cd6 | diff --git a/src/main/java/org/eobjects/datacleaner/windows/CsvDatastoreDialog.java b/src/main/java/org/eobjects/datacleaner/windows/CsvDatastoreDialog.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/eobjects/datacleaner/windows/CsvDatastoreDialog.java
+++ b/src/main/java/org/eobjects/datacleaner/windows/CsvDa... | Added a "(none)" quote char to CSV datastores | datacleaner_DataCleaner | train |
22b7a23de0ca4d899bda29baa93bf2d2e070cd87 | diff --git a/src/Anonym/Bootstrap/AliasNotFoundException.php b/src/Anonym/Bootstrap/AliasNotFoundException.php
index <HASH>..<HASH> 100644
--- a/src/Anonym/Bootstrap/AliasNotFoundException.php
+++ b/src/Anonym/Bootstrap/AliasNotFoundException.php
@@ -10,8 +10,9 @@
namespace Anonym\Bootstrap;
+use Exception;
-cla... | added alias not found exception class | AnonymPHP_Anonym-Library | train |
e565a7146e0c8a0572da1b84bea7c1e43e9fd497 | diff --git a/structr/structr-core/src/main/java/org/structr/core/node/SetOwnerCommand.java b/structr/structr-core/src/main/java/org/structr/core/node/SetOwnerCommand.java
index <HASH>..<HASH> 100644
--- a/structr/structr-core/src/main/java/org/structr/core/node/SetOwnerCommand.java
+++ b/structr/structr-core/src/main/j... | Bug fix: don't set duplicate permission rel | structr_structr | train |
14769df96717ae4323eb53236e1074024ffa1c8c | diff --git a/core/src/main/java/com/orientechnologies/orient/core/db/document/ODatabaseDocumentAbstract.java b/core/src/main/java/com/orientechnologies/orient/core/db/document/ODatabaseDocumentAbstract.java
index <HASH>..<HASH> 100755
--- a/core/src/main/java/com/orientechnologies/orient/core/db/document/ODatabaseDocum... | fix backup/restore after db refactoring | orientechnologies_orientdb | train |
1005ef0a709e35e1680cc3afa2e0576ff94cbbe0 | diff --git a/discovery/file/file_test.go b/discovery/file/file_test.go
index <HASH>..<HASH> 100644
--- a/discovery/file/file_test.go
+++ b/discovery/file/file_test.go
@@ -62,12 +62,14 @@ func testFileSD(t *testing.T, prefix, ext string, expect bool) {
// To avoid empty group struct sent from the discovery caused by... | Fix flaky file discovery tests - sync the channel draining goroutine | prometheus_prometheus | train |
d1454ca7fd7a68309b8b46326f4b986cecb428a6 | diff --git a/src/WQ/Testing/AbstractWorkServerAdapterTest.php b/src/WQ/Testing/AbstractWorkServerAdapterTest.php
index <HASH>..<HASH> 100644
--- a/src/WQ/Testing/AbstractWorkServerAdapterTest.php
+++ b/src/WQ/Testing/AbstractWorkServerAdapterTest.php
@@ -46,7 +46,7 @@ abstract class AbstractWorkServerAdapterTest extend... | test: use strict return types
(for phpunit 9 compatibility) | mle86_php-wq | train |
ca3ac00ff1f74f07d19284844b0454df654eba49 | diff --git a/fedmsg_meta_fedora_infrastructure/pagure.py b/fedmsg_meta_fedora_infrastructure/pagure.py
index <HASH>..<HASH> 100644
--- a/fedmsg_meta_fedora_infrastructure/pagure.py
+++ b/fedmsg_meta_fedora_infrastructure/pagure.py
@@ -179,6 +179,13 @@ class PagureProcessor(BaseProcessor):
elif 'pagure.issue.ed... | If only status is updated, show status in subtitle | fedora-infra_fedmsg_meta_fedora_infrastructure | train |
e84014ac09753f284663b51f1991d82d75e27ab8 | diff --git a/lib/active_scaffold/config/base.rb b/lib/active_scaffold/config/base.rb
index <HASH>..<HASH> 100644
--- a/lib/active_scaffold/config/base.rb
+++ b/lib/active_scaffold/config/base.rb
@@ -7,6 +7,7 @@ module ActiveScaffold::Config
@core = core_config
@action_group = self.class.action_group.clone... | Avoid changing class variable in every request, fixes #<I> using has_many :through from both sides of association | activescaffold_active_scaffold | train |
bf69573f76317a453a03362025420f2531f886a5 | diff --git a/documentcloud.py b/documentcloud.py
index <HASH>..<HASH> 100644
--- a/documentcloud.py
+++ b/documentcloud.py
@@ -264,7 +264,7 @@ class documentcloud(object):
Example usage:
>> documentcloud.documents.search('salazar')
-
+
... | Added a document.get() method that will retrieve a record by its ID | datadesk_python-documentcloud | train |
94ba7f6fdbe4ae93a8d86608c5e36592ca2635ac | diff --git a/src/MapperRelationships.php b/src/MapperRelationships.php
index <HASH>..<HASH> 100644
--- a/src/MapperRelationships.php
+++ b/src/MapperRelationships.php
@@ -241,14 +241,8 @@ abstract class MapperRelationships
$this->prototypeRelated = new Related($this->fields);
}
- $values ... | no need to check intersection, since Related::set() already skips invalid fields | atlasphp_Atlas.Mapper | train |
22468c1ac8e1dafae038edfc3a20de1d630c9822 | diff --git a/salt/modules/nagios_json.py b/salt/modules/nagios_json.py
index <HASH>..<HASH> 100644
--- a/salt/modules/nagios_json.py
+++ b/salt/modules/nagios_json.py
@@ -134,16 +134,8 @@ def service_status(hostname, service_description):
hostname=hostname,
serv... | Bugfix: crash on unexpected Nagios response. Removed unnecessary complexity. | saltstack_salt | train |
cdfd2d1fd9ac14361cd187d4fd96fa38987f8045 | diff --git a/src/Reflection/SignatureMap/functionMap.php b/src/Reflection/SignatureMap/functionMap.php
index <HASH>..<HASH> 100644
--- a/src/Reflection/SignatureMap/functionMap.php
+++ b/src/Reflection/SignatureMap/functionMap.php
@@ -6699,7 +6699,7 @@ return [
'MongoDB\BSON\toJSON' => ['string', 'bson'=>'string'],
'... | Update UTCDateTime construct hinting (#<I>) | phpstan_phpstan | train |
0cf59f10be7cdcd5f7c2f339c56263b9997c2245 | diff --git a/ui/app/adapters/job.js b/ui/app/adapters/job.js
index <HASH>..<HASH> 100644
--- a/ui/app/adapters/job.js
+++ b/ui/app/adapters/job.js
@@ -62,7 +62,6 @@ export default class JobAdapter extends WatchableNamespaceIDs {
update(job) {
const jobId = job.get('id') || job.get('_idBeforeSaving');
- // ... | Remove stray commented-out line | hashicorp_nomad | train |
88dfd356dba13f3a4a40979ed729762a616eb0db | diff --git a/jfoenix/src/main/java/com/jfoenix/skins/JFXButtonSkin.java b/jfoenix/src/main/java/com/jfoenix/skins/JFXButtonSkin.java
index <HASH>..<HASH> 100644
--- a/jfoenix/src/main/java/com/jfoenix/skins/JFXButtonSkin.java
+++ b/jfoenix/src/main/java/com/jfoenix/skins/JFXButtonSkin.java
@@ -35,6 +35,7 @@ import java... | fixed #<I> graphic node is being mouse transparent inside JFXButton | jfoenixadmin_JFoenix | train |
85efd80848fc563c0b06ebc64a54d887482f93c1 | diff --git a/pystache/view.py b/pystache/view.py
index <HASH>..<HASH> 100644
--- a/pystache/view.py
+++ b/pystache/view.py
@@ -53,11 +53,25 @@ class View(object):
def load_template(self):
if self.template:
return self.template
-
- if not self.template_file:
- name = self.get... | View.template_path can hold a list of path
View.load_template start looking for the template
in first path of the list. | defunkt_pystache | train |
ebd9678346a598d919f85544ac831e20c8467406 | diff --git a/target/target.go b/target/target.go
index <HASH>..<HASH> 100644
--- a/target/target.go
+++ b/target/target.go
@@ -39,12 +39,16 @@ func New(machine *machine.Machine) *Target {
name := "coreinit-" + machine.BootId
systemd := systemdDbus.New()
target := &Target{name, systemd, machine}
- target.createSys... | refactor(target): Create GetSystemdTargetName helper method | coreos_fleet | train |
157e4840d8b835f4cd2e1695d14a3cde7510243d | diff --git a/app/models/concerns/socializer/object_type_base.rb b/app/models/concerns/socializer/object_type_base.rb
index <HASH>..<HASH> 100644
--- a/app/models/concerns/socializer/object_type_base.rb
+++ b/app/models/concerns/socializer/object_type_base.rb
@@ -22,7 +22,7 @@ module Socializer
#
# @return... | update rails version for pull/<I> | socializer_socializer | train |
13d3fbba044832fe52ff25ccc5213fd97c3f747a | diff --git a/lib/upton.rb b/lib/upton.rb
index <HASH>..<HASH> 100644
--- a/lib/upton.rb
+++ b/lib/upton.rb
@@ -211,13 +211,16 @@ module Upton
protected
##
- # Handles getting pages with RestClient or getting them from the local stash.
- #
- # Uses a kludge (because rest-client is outdated) to handl... | add back in sleeping; refactors return from downloader a bit | propublica_upton | train |
48499025227daa79512e770ad6ffdcaf908e619e | diff --git a/src/Twisto/Customer.php b/src/Twisto/Customer.php
index <HASH>..<HASH> 100644
--- a/src/Twisto/Customer.php
+++ b/src/Twisto/Customer.php
@@ -14,16 +14,26 @@ class Customer
/** @var string */
public $facebook_id;
+ /** @var string */
+ public $company_id;
+
+ /** @var string */
+ pu... | added company_id and vat_id | TwistoPayments_Twisto.php | train |
0225ccc26149b57a122cd47d8dc74c87f01ed5d6 | diff --git a/lib/rnes/ppu.rb b/lib/rnes/ppu.rb
index <HASH>..<HASH> 100644
--- a/lib/rnes/ppu.rb
+++ b/lib/rnes/ppu.rb
@@ -171,7 +171,7 @@ module Rnes
# @return [Integer]
def base_background_pattern_table_address
- if registers.background_pattern_table_address_bank?
+ if registers.background_patte... | fixup! Refactor pattern table addressing code | r7kamura_rnes | train |
ff15746a948445021e63aeafbadcbd1c8234a2a0 | diff --git a/src/qinfer/utils.py b/src/qinfer/utils.py
index <HASH>..<HASH> 100644
--- a/src/qinfer/utils.py
+++ b/src/qinfer/utils.py
@@ -106,6 +106,7 @@ def particle_covariance_mtx(weights,locations):
# The SMC approximation is not guaranteed to produce a
# positive-semidefinite covariance matrix. If a nega... | Added assert to utils to try and catch NaNs. | QInfer_python-qinfer | train |
4852969820f33486aa4bd0fea36a6b20b7f27cac | diff --git a/agent/engine/engine_unix_integ_test.go b/agent/engine/engine_unix_integ_test.go
index <HASH>..<HASH> 100644
--- a/agent/engine/engine_unix_integ_test.go
+++ b/agent/engine/engine_unix_integ_test.go
@@ -1001,6 +1001,7 @@ func TestDockerExecAPI(t *testing.T) {
A,
}
execConfig := types.ExecConfig{
+ U... | Run ssm-agent with root user | aws_amazon-ecs-agent | train |
3ed10f4ddef302edfa31822d9e9d23b2d3655a03 | diff --git a/server/server.go b/server/server.go
index <HASH>..<HASH> 100644
--- a/server/server.go
+++ b/server/server.go
@@ -343,6 +343,7 @@ func NewServer(opts *Options) (*Server, error) {
httpBasePath: httpBasePath,
eventIds: nuid.New(),
routesToSelf: make(map[string]struct{}),
+ httpReqStats: make(ma... | [Fixed] Always initialize httpReqStats
If you attempt to use the server http handlers it would panic unless you explicity called StartMonitoring
This isn't ideal to have a secondary http server running for those that are embedding nats and only want to host the http handlers on a pre-existing http server
Talked with... | nats-io_gnatsd | train |
ad49697ec46913e776a3b40b286bcedee9aca3f1 | diff --git a/fastlane/lib/fastlane/actions/app_store_connect_api_key.rb b/fastlane/lib/fastlane/actions/app_store_connect_api_key.rb
index <HASH>..<HASH> 100644
--- a/fastlane/lib/fastlane/actions/app_store_connect_api_key.rb
+++ b/fastlane/lib/fastlane/actions/app_store_connect_api_key.rb
@@ -76,7 +76,10 @@ module Fas... | Add validation to session duration. (#<I>) | fastlane_fastlane | train |
7c4cf07673e14256e709eff6f14cf9d972707983 | diff --git a/porespy/filters/__funcs__.py b/porespy/filters/__funcs__.py
index <HASH>..<HASH> 100644
--- a/porespy/filters/__funcs__.py
+++ b/porespy/filters/__funcs__.py
@@ -1253,8 +1253,10 @@ def trim_disconnected_blobs(im, inlets):
im : ND-array
The array to be trimmed
inlets : ND-array or tuple o... | Added type checks to find_disconnected_voxels and enhancing docstring | PMEAL_porespy | train |
beb5d0047439779e56eb991fd9655c8ac3659b43 | diff --git a/manifest/schema2/builder.go b/manifest/schema2/builder.go
index <HASH>..<HASH> 100644
--- a/manifest/schema2/builder.go
+++ b/manifest/schema2/builder.go
@@ -46,6 +46,9 @@ func (mb *builder) Build(ctx context.Context) (distribution.Manifest, error) {
m.Config, err = mb.bs.Stat(ctx, configDigest)
switch... | Override media type returned from Stat for existing manifests. | docker_distribution | train |
561845f64daf08b6fcaf5951d0b2083ec9835810 | diff --git a/simulator/src/test/java/com/hazelcast/simulator/agent/AgentSmokeTest.java b/simulator/src/test/java/com/hazelcast/simulator/agent/AgentSmokeTest.java
index <HASH>..<HASH> 100644
--- a/simulator/src/test/java/com/hazelcast/simulator/agent/AgentSmokeTest.java
+++ b/simulator/src/test/java/com/hazelcast/simul... | Made usage of new Simulator Protocol implementation in AgentSmokeTest. | hazelcast_hazelcast-simulator | train |
123c21c3084aee47671b4790cc31e3a63c06d698 | diff --git a/src/mediaelement.js b/src/mediaelement.js
index <HASH>..<HASH> 100755
--- a/src/mediaelement.js
+++ b/src/mediaelement.js
@@ -71,13 +71,13 @@ export default class MediaElement extends WebAudio {
}
/**
- * Create media element with url as its source,
- * and append to container element... | Fix #<I>: Check whether preload attribute will be used and log warnings if not (#<I>)
* fixed linting issue in timeline plugin
* updated comments, added comments, fixed wrong interface references in jsdoc comments, formatted comments
* check whether the preload attribute will be usable and if not log a warning w... | katspaugh_wavesurfer.js | train |
1aa6ca4a02acd421334d470450fd55d5cc71ac2e | diff --git a/src/Providers/MenusServiceProvider.php b/src/Providers/MenusServiceProvider.php
index <HASH>..<HASH> 100755
--- a/src/Providers/MenusServiceProvider.php
+++ b/src/Providers/MenusServiceProvider.php
@@ -30,7 +30,7 @@ class MenusServiceProvider extends ServiceProvider
$this->app['rinvex.menus.presen... | Tweak service provider `publishesResources` | rinvex_laravel-menus | train |
d9b65c5368f7c001c4bfe48a82d2d98a96fb3228 | diff --git a/lib/ProMotion/XLForm/xl_form_section_builder.rb b/lib/ProMotion/XLForm/xl_form_section_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/ProMotion/XLForm/xl_form_section_builder.rb
+++ b/lib/ProMotion/XLForm/xl_form_section_builder.rb
@@ -21,6 +21,10 @@ module ProMotion
section.footerTitle = sectio... | Add ability to add custom title for 'XLFormSectionInsertModeButton' | bmichotte_ProMotion-XLForm | train |
b4d5b2896d598efca8ab2aa078e6c21ae9fa8177 | diff --git a/datapipelines/__init__.py b/datapipelines/__init__.py
index <HASH>..<HASH> 100644
--- a/datapipelines/__init__.py
+++ b/datapipelines/__init__.py
@@ -1,8 +1,8 @@
from .common import PipelineContext, UnsupportedError, NotFoundError, TYPE_WILDCARD
from .pipelines import DataPipeline, NoConversionError
fro... | export Composite source/sinks/transformer | meraki-analytics_datapipelines-python | train |
b7d89eaf7c87fbb612d723b8eeb87ae18e2469a3 | diff --git a/res/tests/axelitus/Base/Tests/TestsArr.php b/res/tests/axelitus/Base/Tests/TestsArr.php
index <HASH>..<HASH> 100644
--- a/res/tests/axelitus/Base/Tests/TestsArr.php
+++ b/res/tests/axelitus/Base/Tests/TestsArr.php
@@ -127,6 +127,17 @@ class TestsArr extends TestCase
//endregion
+ //region Conve... | Added the asArray() function to the Arr class. | axelitus_php-base | train |
5f6b37644ea1a166077961b84597e4708c99398d | diff --git a/web/concrete/elements/block_area_layout_delete_opts.php b/web/concrete/elements/block_area_layout_delete_opts.php
index <HASH>..<HASH> 100644
--- a/web/concrete/elements/block_area_layout_delete_opts.php
+++ b/web/concrete/elements/block_area_layout_delete_opts.php
@@ -7,7 +7,7 @@ global $c;
?>
-<div... | delete layout now stylized
Former-commit-id: 7be<I>dfc2a<I>e8c9e0f<I>b<I>af | concrete5_concrete5 | train |
85885abf571f4b67867eacba847844e17710cfe4 | diff --git a/addon/components/session-copy.js b/addon/components/session-copy.js
index <HASH>..<HASH> 100644
--- a/addon/components/session-copy.js
+++ b/addon/components/session-copy.js
@@ -89,8 +89,16 @@ export default class SessionCopyComponent extends Component {
const session = this.store.createRecord(
... | bring over attendanceRequired flag when copying session. | ilios_common | train |
9f45b0e87f674d41e918b0b99ab5f31f96031153 | diff --git a/indra/tools/reading/readers/trips/__init__.py b/indra/tools/reading/readers/trips/__init__.py
index <HASH>..<HASH> 100644
--- a/indra/tools/reading/readers/trips/__init__.py
+++ b/indra/tools/reading/readers/trips/__init__.py
@@ -74,7 +74,7 @@ class TripsReader(Reader):
if os.environ.get("IN_T... | Convert int to string explicitly. | sorgerlab_indra | train |
b3c7929c8ce38bcd55714a62a39879b602dbe86a | diff --git a/lib/spring/env.rb b/lib/spring/env.rb
index <HASH>..<HASH> 100644
--- a/lib/spring/env.rb
+++ b/lib/spring/env.rb
@@ -1,5 +1,6 @@
require "pathname"
require "spring/sid"
+require "fileutils"
class Spring
class Env
@@ -11,7 +12,7 @@ class Spring
def tmp_path
path = root.join('tmp/sprin... | Use mkdir_p in case tmp/ does not exist | rails_spring | train |
0988022f49e182fc642d6fa8daea1926225bb653 | diff --git a/lib/file-list.js b/lib/file-list.js
index <HASH>..<HASH> 100644
--- a/lib/file-list.js
+++ b/lib/file-list.js
@@ -7,7 +7,8 @@
// Dependencies
// ------------
-require('core-js')
+var Map = require('core-js/library/fn/map')
+var Set = require('core-js/library/fn/set')
var from = require('core-js/librar... | fix(file-list): Stop polluting global environment with core-js | karma-runner_karma | train |
5d5655b482480466f63959a98fbd12fd45dd22b6 | diff --git a/src/Illuminate/Database/Eloquent/Concerns/HasRelationships.php b/src/Illuminate/Database/Eloquent/Concerns/HasRelationships.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Database/Eloquent/Concerns/HasRelationships.php
+++ b/src/Illuminate/Database/Eloquent/Concerns/HasRelationships.php
@@ -731,7 +73... | Option to use table names when morphing (#<I>)
* support class basenames on morphs
* table name option for morphmap
* rename method
* fix test | laravel_framework | train |
2ac74fced2eebd8cb596ffa558ad1532018774cd | diff --git a/dev/com.ibm.ws.jdbc_fat_loadfromapp/build.gradle b/dev/com.ibm.ws.jdbc_fat_loadfromapp/build.gradle
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.ws.jdbc_fat_loadfromapp/build.gradle
+++ b/dev/com.ibm.ws.jdbc_fat_loadfromapp/build.gradle
@@ -1,5 +1,5 @@
/***************************************************... | Issue #<I> enable JDBC <I> spec tests with Jakarta and prepare for <I> | OpenLiberty_open-liberty | train |
d512507326619e7e5a1cc50a5e5c00dda38cde50 | diff --git a/plugin/PhpVersion/Php53.php b/plugin/PhpVersion/Php53.php
index <HASH>..<HASH> 100644
--- a/plugin/PhpVersion/Php53.php
+++ b/plugin/PhpVersion/Php53.php
@@ -131,7 +131,6 @@ class Php53 implements PhpVersion, MemoryLimit, PostLimit, UploadFileLimit, Defa
return $mainService->getEnvironmentVariables();
... | Removed addSidekick, now part of FpmMaker | ipunkt_rancherize-php53 | train |
917e725259d02abdd56c57376d5e814ea0fff142 | diff --git a/openshift/dynamic/discovery.py b/openshift/dynamic/discovery.py
index <HASH>..<HASH> 100644
--- a/openshift/dynamic/discovery.py
+++ b/openshift/dynamic/discovery.py
@@ -208,7 +208,14 @@ class Discoverer(object):
)
resources[resource['kind']].append(resourceobj)
- res... | Add additional rules for resolving ambiguity in resources.get (#<I>)
* Add additional rules for resolving ambiguity in resources.get
* Store a complete lookup instead of just the kind | openshift_openshift-restclient-python | train |
cd30d393e6eaf268c462f43c16a019c5d52eb9c1 | diff --git a/core/src/main/java/com/orientechnologies/orient/core/record/impl/ODocumentHelper.java b/core/src/main/java/com/orientechnologies/orient/core/record/impl/ODocumentHelper.java
index <HASH>..<HASH> 100755
--- a/core/src/main/java/com/orientechnologies/orient/core/record/impl/ODocumentHelper.java
+++ b/core/sr... | Fixed problem on Date conversion from non-long numbers | orientechnologies_orientdb | train |
34fc2a7829aad12cf354a59a02e295d1b3824981 | diff --git a/opensimplex/__init__.py b/opensimplex/__init__.py
index <HASH>..<HASH> 100644
--- a/opensimplex/__init__.py
+++ b/opensimplex/__init__.py
@@ -1,5 +1,5 @@
__version__ = 0.1
-from opensimplex import OpenSimplex
+from .opensimplex import OpenSimplex
diff --git a/opensimplex/opensimplex.py b/opensimplex... | Fixes for python3. | lmas_opensimplex | train |
704333afd1afa4adabcc031995fb3e6a5bc70c1d | diff --git a/src/modules/signalStore/index.js b/src/modules/signalStore/index.js
index <HASH>..<HASH> 100644
--- a/src/modules/signalStore/index.js
+++ b/src/modules/signalStore/index.js
@@ -148,7 +148,7 @@ module.exports = function SignalStore () {
controller.on('signalStart', function (args) {
var signal ... | fix(signalStore): use correct condition to prevent signal run while looking into past | cerebral_cerebral | train |
b957310e3ac3c466ae02d51860ca6c14492da58b | diff --git a/amber_test.go b/amber_test.go
index <HASH>..<HASH> 100644
--- a/amber_test.go
+++ b/amber_test.go
@@ -307,6 +307,18 @@ func Test_Recursion_In_Blocks(t *testing.T) {
expect(strings.TrimSpace(res.String()), "content", t)
}
+func Test_Dollar_In_TagAttributes(t *testing.T) {
+ res, err := run(`input[place... | fix __DOLLAR__ in attributes + small refactoring | eknkc_amber | train |
ce6ea4dc1bd9ff640f10103b1677252388d94ea9 | diff --git a/blockstack_client/operations/register.py b/blockstack_client/operations/register.py
index <HASH>..<HASH> 100644
--- a/blockstack_client/operations/register.py
+++ b/blockstack_client/operations/register.py
@@ -149,11 +149,11 @@ def make_outputs( data, change_inputs, register_addr, change_addr, tx_fee, rene... | don't care that the fee was sent to the burn address when renewing | blockstack_blockstack-core | train |
f63a657e51e598c215d46f45c9b6a1cb67b4a922 | diff --git a/lib/explanatory_aide.rb b/lib/explanatory_aide.rb
index <HASH>..<HASH> 100644
--- a/lib/explanatory_aide.rb
+++ b/lib/explanatory_aide.rb
@@ -6,17 +6,12 @@ module ExplanatoryAide
@command_class, @argv, @unrecognized_command = command_class, argv, unrecognized_command
end
- def comman... | Move formatting of options and subcommands to Command class, so it can be completely overridden if necessary. | CocoaPods_CLAide | train |
1d256d62fc899a94795b9452cdfacb75ab76e83b | diff --git a/test/tests/stage.js b/test/tests/stage.js
index <HASH>..<HASH> 100644
--- a/test/tests/stage.js
+++ b/test/tests/stage.js
@@ -213,23 +213,78 @@ function stagingTest(staging, newFileContent) {
});
});
- function stagingFilemodeTest(staging) {
- var getDiffFunction;
+ it("can stage filemode ... | Fix tests for stage/unstage filemode changes | nodegit_nodegit | train |
9241a44e7f2e7fae0f95fc79f76ddc6ab87837db | diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java b/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
index <HASH>..<HASH> 100644
--- a/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
+++ b/f... | [FLINK-<I>][runtime] Remove GLOBAL_VERSION_UPDATER in ExecutionGraph
This closes #<I>. | apache_flink | train |
eb274c4e87033e9fc107464e9bed1d3483a2874d | diff --git a/builder/azure/arm/builder.go b/builder/azure/arm/builder.go
index <HASH>..<HASH> 100644
--- a/builder/azure/arm/builder.go
+++ b/builder/azure/arm/builder.go
@@ -234,9 +234,9 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook) (packer.Artifact, error) {
&packerCommon.StepProvision{},
NewStepGe... | Power off before shapshotting | hashicorp_packer | train |
2ac1d5893230282f4eb9edff850bedb99f058296 | 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
@@ -265,10 +265,12 @@ abstract class ".$this->getClassname()." extends ".$par... | [<I>] Added a hook in the object builder to allow a behavior to add logic in the magic __call() method | propelorm_Propel | train |
1d093b383e82d5b1bf3af0f0a0b4261b090fe92c | diff --git a/app/angular/src/server/framework-preset-angular.js b/app/angular/src/server/framework-preset-angular.js
index <HASH>..<HASH> 100644
--- a/app/angular/src/server/framework-preset-angular.js
+++ b/app/angular/src/server/framework-preset-angular.js
@@ -31,7 +31,7 @@ export function webpack(config, { configDir... | Add support for sass type files | storybooks_storybook | train |
320909a1d1c68f134603469f866a6991c753639f | diff --git a/src/Monolog/Formatter/LineFormatter.php b/src/Monolog/Formatter/LineFormatter.php
index <HASH>..<HASH> 100644
--- a/src/Monolog/Formatter/LineFormatter.php
+++ b/src/Monolog/Formatter/LineFormatter.php
@@ -186,7 +186,11 @@ class LineFormatter extends NormalizerFormatter
{
if ($this->allowInli... | Fix replaceNewlines method to avoid replacing escaped backslashes, closes #<I>, fixes #<I> | Seldaek_monolog | train |
3bd114256b518d4ac5800dda7397fd9b35447851 | diff --git a/core/model/DataObject.php b/core/model/DataObject.php
index <HASH>..<HASH> 100755
--- a/core/model/DataObject.php
+++ b/core/model/DataObject.php
@@ -1013,9 +1013,9 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
// Add the class name to the base object
i... | MINOR added Rfc<I> method to SS_Datetime. Fixed bug where dates in DataObject would not set times. (from r<I>)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9 | silverstripe_silverstripe-framework | train |
2fc9ba31d91f072992cd2386f609604ce6720eb3 | diff --git a/keanu-project/src/main/java/io/improbable/keanu/network/ProtobufReader.java b/keanu-project/src/main/java/io/improbable/keanu/network/ProtobufReader.java
index <HASH>..<HASH> 100644
--- a/keanu-project/src/main/java/io/improbable/keanu/network/ProtobufReader.java
+++ b/keanu-project/src/main/java/io/improb... | Fixed an equality check with a string | improbable-research_keanu | train |
8e35f54931a0c5036d82f7b7db756d70290cf118 | diff --git a/cmd/swarm/upload.go b/cmd/swarm/upload.go
index <HASH>..<HASH> 100644
--- a/cmd/swarm/upload.go
+++ b/cmd/swarm/upload.go
@@ -36,7 +36,7 @@ import (
func upload(ctx *cli.Context) {
args := ctx.Args()
var (
- bzzapi = ctx.GlobalString(SwarmApiFlag.Name)
+ bzzapi = strings.TrimRight(ctx.Gl... | cmd/swarm: trim trailing slash from bzzapi url | ethereum_go-ethereum | train |
d829743342c34e11e1fb38fc5579a0533af4900a | diff --git a/airtable/airtable.py b/airtable/airtable.py
index <HASH>..<HASH> 100644
--- a/airtable/airtable.py
+++ b/airtable/airtable.py
@@ -435,20 +435,21 @@ class Airtable(object):
record_url, json_data={"fields": fields, "typecast": typecast}
)
- def batch_updates(self, records, typec... | add batch update method + little test + good line ending :) | gtalarico_airtable-python-wrapper | train |
9e42dec7c459871fc31c8ae6d081dbb11a974291 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -244,6 +244,8 @@ module.exports = function SkipperS3 (globalOpts) {
headers['content-type'] = mime.lookup(__newFile.fd);
}
+ var bytesWritten = 0;
+
var mpu = new S3MultipartUpload({
obje... | Set `byteCount` on a stream when the stream finishes | balderdashy_skipper-s3 | train |
188c143710f341928e8d9138ef95132dce0de204 | diff --git a/src/ReferenceResolver.php b/src/ReferenceResolver.php
index <HASH>..<HASH> 100644
--- a/src/ReferenceResolver.php
+++ b/src/ReferenceResolver.php
@@ -49,7 +49,7 @@ class ReferenceResolver implements ReferenceResolverInterface
}
$maxLoops = 100;
$thisLoops = 0;
- while ($th... | check a resolved parameter is still a string before parsing again | silktide_syringe | train |
5822545eb2dfd85d20b1bb9ad984ae00e41ee9d3 | diff --git a/examples/lightning_example.py b/examples/lightning_example.py
index <HASH>..<HASH> 100644
--- a/examples/lightning_example.py
+++ b/examples/lightning_example.py
@@ -37,8 +37,8 @@ time.sleep(0.5)
#sensor.reset()
print("Start Antenna tunnig.")
-sensor.antennatune_on(FDIV=0,TUN_CAP=0)
-time.sleep(5)
+sen... | Setting tunnig capacity with setting function. | MLAB-project_pymlab | train |
b62ba0c6e4c4ae0795a568b663161cd356054584 | diff --git a/test/db/integration/mysql_tests.js b/test/db/integration/mysql_tests.js
index <HASH>..<HASH> 100644
--- a/test/db/integration/mysql_tests.js
+++ b/test/db/integration/mysql_tests.js
@@ -22,8 +22,13 @@ var db, connection = {
database: process.env.MYSQL_DATABASE || 'azul_test'
};
+var resetSequence = f... | Started working on shared integration tests. | wbyoung_azul | train |
17087116977a74e2a5f8956d3c836278c7e5470d | diff --git a/lib/client.js b/lib/client.js
index <HASH>..<HASH> 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -41,7 +41,7 @@
this.clone = utils.bind(this, this.clone);
},
- clone: function(owner, namespace) {
+ specialize: function(owner, namespace) {
... | Rename Service.clone to Service.specialize, which is a bit more descriptive | splunk_splunk-sdk-javascript | train |
642bbdc7b2c305eec115e8d1f66a92716b1cb282 | diff --git a/pgcontents/api_utils.py b/pgcontents/api_utils.py
index <HASH>..<HASH> 100644
--- a/pgcontents/api_utils.py
+++ b/pgcontents/api_utils.py
@@ -11,10 +11,16 @@ from functools import wraps
import mimetypes
import posixpath
-from IPython.nbformat import (
- reads,
- writes,
-)
+try:
+ from nbforma... | Improve IPython <I> compatibility | quantopian_pgcontents | train |
87e626bc0802b5a036ddccef183d4582e452c201 | diff --git a/lib/serve.js b/lib/serve.js
index <HASH>..<HASH> 100644
--- a/lib/serve.js
+++ b/lib/serve.js
@@ -187,7 +187,7 @@ function hijack(res) {
}
res.end = function(a) {
- _write.call(res, content.replace('>', '>' + injectedCss) + injectedJs + injectedSocket)
+ _write.call(res, addFiles(content))
... | Inject after charset if present (fix firefox) | porsager_wright | train |
5010e7dc559791caf1fb75639521b87dd559b70a | diff --git a/discord/ext/commands/errors.py b/discord/ext/commands/errors.py
index <HASH>..<HASH> 100644
--- a/discord/ext/commands/errors.py
+++ b/discord/ext/commands/errors.py
@@ -28,7 +28,8 @@ from discord.errors import DiscordException
__all__ = [ 'CommandError', 'MissingRequiredArgument', 'BadArgument',
... | [commands] Add UserInputError into the exception hierarchy.
This is for exceptions that are inherently based on user errors and not
permission based. e.g. passing incorrect number of arguments, too many
arguments, or an invalid argument. CommandNotFound is not classified
under this since it isn't inherently a user inp... | Rapptz_discord.py | train |
473664e9be1f845b6108b02d9fecc5cdf3f815cc | diff --git a/lib/queue_classic/database.rb b/lib/queue_classic/database.rb
index <HASH>..<HASH> 100644
--- a/lib/queue_classic/database.rb
+++ b/lib/queue_classic/database.rb
@@ -10,12 +10,19 @@ module QC
end
def connection
- @connection ||= PGconn.connect(
- :dbname => @db_params.path.gsub("/... | drop tables on init and silence notice when asked | QueueClassic_queue_classic | train |
b23819cb1145caff95d20c0698a51d5128aee5d3 | diff --git a/lib/committee/schema.rb b/lib/committee/schema.rb
index <HASH>..<HASH> 100644
--- a/lib/committee/schema.rb
+++ b/lib/committee/schema.rb
@@ -5,7 +5,7 @@ module Committee
def initialize(data)
@cache = {}
@schema = MultiJson.decode(data)
- manifest_regex
+ manifest_regex(@schema... | Recursively precompile regex patterns. | interagent_committee | train |
56c78ee39f8dc82f60ce2dd76c0a0637e930ce9b | diff --git a/moto/iam/config.py b/moto/iam/config.py
index <HASH>..<HASH> 100644
--- a/moto/iam/config.py
+++ b/moto/iam/config.py
@@ -61,10 +61,10 @@ class RoleConfigQuery(ConfigQueryModel):
) or aggregator.get("organization_aggregation_source")
for source in aggregator_sources:
... | use get instead of direct dict access | spulec_moto | train |
2a8b9a443dee394212e7c8bfdc0cc3cc07bfd8c4 | diff --git a/src/main/java/one/util/streamex/CollapseSpliterator.java b/src/main/java/one/util/streamex/CollapseSpliterator.java
index <HASH>..<HASH> 100644
--- a/src/main/java/one/util/streamex/CollapseSpliterator.java
+++ b/src/main/java/one/util/streamex/CollapseSpliterator.java
@@ -24,7 +24,7 @@ import java.util.fu... | StreamExHeadTailTest: moveToEnd operation; cosmetic changes | amaembo_streamex | train |
aeb59a911ecfc7ba5a750f2b8503833dd0c908fa | diff --git a/source/Application/Controller/ThankYouController.php b/source/Application/Controller/ThankYouController.php
index <HASH>..<HASH> 100644
--- a/source/Application/Controller/ThankYouController.php
+++ b/source/Application/Controller/ThankYouController.php
@@ -109,9 +109,9 @@ class ThankYouController extends ... | PR-<I> Improve coding style and tests
Related #<I> | OXID-eSales_oxideshop_ce | train |
bf59c09b105333cae45ac61247ea6173df048b7a | diff --git a/tests/parsers/parsers.py b/tests/parsers/parsers.py
index <HASH>..<HASH> 100644
--- a/tests/parsers/parsers.py
+++ b/tests/parsers/parsers.py
@@ -16,14 +16,15 @@ except ImportError:
import anyconfig.parsers.parsers as TT
import anyconfig.ioinfo
-import tests.common as TC
from anyconfig.common import... | change: use tests/res/base/basics/<I>/<I>.json instead of tests/res/<I>-cnf.json as test data | ssato_python-anyconfig | train |
a90c454be244afd0fc91e34078871a67b0ff7d5f | diff --git a/src/Lemonblast/Cbor4Php/Cbor.php b/src/Lemonblast/Cbor4Php/Cbor.php
index <HASH>..<HASH> 100644
--- a/src/Lemonblast/Cbor4Php/Cbor.php
+++ b/src/Lemonblast/Cbor4Php/Cbor.php
@@ -702,26 +702,26 @@ class Cbor {
/**
* Determines if a number "fits" in $num_bits bits.
*
- * @param $number
+... | Renamed to $signifcand for clarity | Lemonblast_Cbor4Php | train |
c69bdee73063006e84f237a17c670e9004c1a13f | diff --git a/armstrong/dev/tests/utils/backports.py b/armstrong/dev/tests/utils/backports.py
index <HASH>..<HASH> 100644
--- a/armstrong/dev/tests/utils/backports.py
+++ b/armstrong/dev/tests/utils/backports.py
@@ -1,8 +1,8 @@
-
from django.conf import settings, UserSettingsHolder
from django.utils.functional import ... | Add a note to remove this backport code when we drop Django <I> support. | armstrong_armstrong.dev | train |
e2adc8fe379aa40142d8fee1414a5b563084b704 | diff --git a/cmd2/parsing.py b/cmd2/parsing.py
index <HASH>..<HASH> 100644
--- a/cmd2/parsing.py
+++ b/cmd2/parsing.py
@@ -398,6 +398,7 @@ class StatementParser:
The Statement object returned by this method can at most contain
values in the following attributes:
+ - args
- raw
... | Took a stab at improving documentation and unit tests for Statement.parse_command_only()
Also slightly improved a few other unit tests | python-cmd2_cmd2 | train |
287e26eba58f18425572d1d6dc9bf126a7d679f5 | diff --git a/addon/utils/handle-descriptor.js b/addon/utils/handle-descriptor.js
index <HASH>..<HASH> 100644
--- a/addon/utils/handle-descriptor.js
+++ b/addon/utils/handle-descriptor.js
@@ -35,7 +35,11 @@ function getAttr(obj, name) {
let i;
for (i = 0; i < parts.length; i++) {
- if (parts[i] === '@each' ||... | pass in foo from foo.{bar,baz} as CP attr | ember-decorators_ember-decorators | train |
ef8d96c6ab884a07a38efa53d672271713ceeac6 | diff --git a/src/brackets.js b/src/brackets.js
index <HASH>..<HASH> 100644
--- a/src/brackets.js
+++ b/src/brackets.js
@@ -283,6 +283,7 @@ $(document).ready(function() {
});
}
else {
+ // This is the "Don't Save... | Added clarifying comment in FILE_CLOSE command | adobe_brackets | train |
b4281d81877d55691f39c5f8c12cad97cb109c01 | diff --git a/pghoard/restore.py b/pghoard/restore.py
index <HASH>..<HASH> 100644
--- a/pghoard/restore.py
+++ b/pghoard/restore.py
@@ -58,8 +58,9 @@ def create_recovery_conf(dirpath, site, primary_conninfo,
class Restore(object):
def __init__(self):
- self.storage = None
+ self.config = None
... | restore: load config for all basebackup commands | aiven_pghoard | train |
00183851467386e4632665742e813b1738e76273 | diff --git a/intranet/apps/eighth/models.py b/intranet/apps/eighth/models.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/eighth/models.py
+++ b/intranet/apps/eighth/models.py
@@ -1154,7 +1154,7 @@ class EighthScheduledActivity(AbstractBaseEighthModel):
existing_signup.sch... | Fix Signing Out of Both Blocks | tjcsl_ion | train |
f32f5aea231f3dd8a639c33d17e6f942aaeffb8f | diff --git a/packages/webpack/lib/middleware/render.js b/packages/webpack/lib/middleware/render.js
index <HASH>..<HASH> 100644
--- a/packages/webpack/lib/middleware/render.js
+++ b/packages/webpack/lib/middleware/render.js
@@ -1,6 +1,7 @@
'use strict';
const { join } = require('path');
+const EventEmitter = require... | refactor(webpack): make render middleware more robust
Stop crashing for warnings
Closes: #<I> | untool_untool | train |
c1ed068ae178b62f807bd888821c0758d1d2de37 | diff --git a/slither/tools/flattening/flattening.py b/slither/tools/flattening/flattening.py
index <HASH>..<HASH> 100644
--- a/slither/tools/flattening/flattening.py
+++ b/slither/tools/flattening/flattening.py
@@ -151,12 +151,8 @@ class Flattening:
if self._convert_library_to_internal and contract.is_library:... | Update slither/tools/flattening/flattening.py | crytic_slither | train |
5504446a4d889c70ec5a9bdf4ab01f5c3031d2b5 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -292,10 +292,13 @@ function imageEqualsFile(buffer, fixture, callback) {
}
var expectImage = new mapnik.Image.open(fixture);
var resultImage = new mapnik.Image.fromBytesSync(buffer);
- var diff = expectImage.... | Add 2% pixel difference threshold. | mapbox_assert-http | train |
884d91c90b7e57e77b4bc464983741d68be82e7d | diff --git a/nose/test_galpypaper.py b/nose/test_galpypaper.py
index <HASH>..<HASH> 100644
--- a/nose/test_galpypaper.py
+++ b/nose/test_galpypaper.py
@@ -120,3 +120,56 @@ def test_TimeInterpPotential():
assert numpy.fabs(tip.Rforce(1.,0.1,t=10.)-lp.Rforce(1.,0.1)) < 10.**-8., 'TimeInterPotential does not work as ... | tests of the orbit integration and methods examples, #<I> | jobovy_galpy | train |
6810b454d45d928f58e9ae819a8b04cafd17cd9f | diff --git a/pymongo/message.py b/pymongo/message.py
index <HASH>..<HASH> 100644
--- a/pymongo/message.py
+++ b/pymongo/message.py
@@ -222,7 +222,7 @@ class _Query(object):
__slots__ = ('flags', 'db', 'coll', 'ntoskip', 'spec',
'fields', 'codec_options', 'read_preference', 'limit',
... | Don't use private slot names on class names with leading underscores | mongodb_mongo-python-driver | train |
fe2f62f03465cdaade0880542b75a17faf5e8b35 | diff --git a/connection.go b/connection.go
index <HASH>..<HASH> 100644
--- a/connection.go
+++ b/connection.go
@@ -76,7 +76,7 @@ func Connect(parameters ConnectionParameters) (c *Connection, err error) {
}
}
- c.buf = bytes.NewBuffer(make([]byte, sharedBufferSize))
+ c.buf = bytes.NewBuffer(make([]byte, 0, share... | Fix Execute SQL larger than sharedBufferSize | jackc_pgx | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.