hash stringlengths 40 40 | diff stringlengths 131 26.7k | message stringlengths 7 694 | project stringlengths 5 67 | split stringclasses 1
value | diff_languages stringlengths 2 24 |
|---|---|---|---|---|---|
ebaec2436218195b1edc6646b9a047bcd1b80fa0 | diff --git a/tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/instantiator/PerDeploymentInstantiatorWithTest.java b/tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/instantiator/PerDeploymentInstantiatorWithTest.java
index <HASH>..<HASH> 100644
--- a/tests-arquillian/src/test/java/org/jboss/weld/tests... | Workaround embedded resource lookup issue. | weld_core | train | java |
8d29630fd8d7713313c3cfc7111b1b856bfed4df | diff --git a/src/Torann/GeoIP/GeoIP.php b/src/Torann/GeoIP/GeoIP.php
index <HASH>..<HASH> 100644
--- a/src/Torann/GeoIP/GeoIP.php
+++ b/src/Torann/GeoIP/GeoIP.php
@@ -63,8 +63,8 @@ class GeoIP {
"city" => "New Haven",
"state" => "CT",
"postal_code" => "06510",
- "lat" => 41.28,
- "lon" => -72.88
... | Wikipedia was wrong! Fixed lat/lon for new haven. | Torann_laravel-geoip | train | php |
4dbdd181bef374c16f430cbeb56dfe03c5f1cb9c | diff --git a/commons/src/main/java/com/cisco/oss/foundation/ip/utils/IpUtils.java b/commons/src/main/java/com/cisco/oss/foundation/ip/utils/IpUtils.java
index <HASH>..<HASH> 100644
--- a/commons/src/main/java/com/cisco/oss/foundation/ip/utils/IpUtils.java
+++ b/commons/src/main/java/com/cisco/oss/foundation/ip/utils/Ip... | add override of getBoolean to perorm better | foundation-runtime_common | train | java |
2a5495fb115da531b42d9499b5bab4fa4dc329b7 | diff --git a/base/project.js b/base/project.js
index <HASH>..<HASH> 100644
--- a/base/project.js
+++ b/base/project.js
@@ -197,14 +197,21 @@ Project.prototype.render = function project_request (route_info, request, view,
// todo: add a way to configure this via the route
view.content_type = 'text/html';
+ ... | allow a post parameter to override the http method for the sake of web forms | Dashron_roads | train | js |
0d8ed98e71c2bc33b070d4c4b48f365f65f4016f | diff --git a/Model/GroupMembershipInterface.php b/Model/GroupMembershipInterface.php
index <HASH>..<HASH> 100644
--- a/Model/GroupMembershipInterface.php
+++ b/Model/GroupMembershipInterface.php
@@ -13,8 +13,8 @@ interface GroupMembershipInterface
public function removeRole(string $role);
public function hasR... | BC BREAK: Change name of status property to active. | midnightLuke_group-security-bundle | train | php,php |
0001439b3eda35f7e05a74b35ee7d93c45e68ecd | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Change Log
+## [4.2.0a2](https://github.com/plivo/plivo-python/tree/v4.2-alpha2) (2018-08-03)
+- Fix PHLO Url and component name
+
## [4.2.0a1](https://github.com/plivo/plivo-python/tree/v4.2... | bump to version <I>a2 | plivo_plivo-python | train | md,py,py |
f14922bd0bade645a102e3098834de0fb077cb4f | diff --git a/concrete/src/Job/Job.php b/concrete/src/Job/Job.php
index <HASH>..<HASH> 100644
--- a/concrete/src/Job/Job.php
+++ b/concrete/src/Job/Job.php
@@ -252,7 +252,7 @@ abstract class Job extends ConcreteObject
if (class_exists($className, true)) {
$j = Core::make($className)... | Avoid accessing undefined array index in Job | concrete5_concrete5 | train | php |
eb5f739abeef18aec87e28b7c6935bd922d0862a | diff --git a/rah_terminal.php b/rah_terminal.php
index <HASH>..<HASH> 100644
--- a/rah_terminal.php
+++ b/rah_terminal.php
@@ -83,7 +83,6 @@ class rah_terminal {
*/
public function panes() {
- require_privs('rah_terminal');
global $step;
$steps = | Calling require_privs() is unnecessary.
Textpattern has done that by itself for ages. | gocom_rah_terminal | train | php |
3cb781a7bf3d99386f7642484df4dae73279401b | diff --git a/lib/view/xml_view.rb b/lib/view/xml_view.rb
index <HASH>..<HASH> 100644
--- a/lib/view/xml_view.rb
+++ b/lib/view/xml_view.rb
@@ -10,7 +10,7 @@ module PdfExtract
@@numeric_attributes = [:x, :y, :width, :height, :line_height,
:page_height, :page_width, :x_offset, :y_offse... | xml_view.rb: Mark :letter_ratio as a numerical attribute. | CrossRef_pdfextract | train | rb |
eb8a6f3041533a5781436218bbed680c94ae4447 | diff --git a/lib/rollout_ui/feature.rb b/lib/rollout_ui/feature.rb
index <HASH>..<HASH> 100644
--- a/lib/rollout_ui/feature.rb
+++ b/lib/rollout_ui/feature.rb
@@ -4,21 +4,23 @@ module RolloutUi
attr_reader :name
+ delegate :percentage_key, :group_key, :user_key, :to => :rollout
+
def initialize(name)
... | Delegate redis keys to the rollout instance | jrallison_rollout_ui | train | rb |
0e61a5eb8528b36644cf69f9cbd2fbfcc74c27d2 | diff --git a/lib/dpl/provider/cloud_foundry.rb b/lib/dpl/provider/cloud_foundry.rb
index <HASH>..<HASH> 100644
--- a/lib/dpl/provider/cloud_foundry.rb
+++ b/lib/dpl/provider/cloud_foundry.rb
@@ -22,7 +22,7 @@ module DPL
end
def push_app
- context.shell "cf push #{manifest}"
+ context.shell... | Push the white space in the right spot
So that the specs pass | travis-ci_dpl | train | rb |
3dc5b026433795946eba623aa04d2c3c88a99281 | diff --git a/billing/gateway.py b/billing/gateway.py
index <HASH>..<HASH> 100644
--- a/billing/gateway.py
+++ b/billing/gateway.py
@@ -38,10 +38,6 @@ class Gateway(object):
and calls the `is_valid` method on it. Responsibility
of the gateway author to use this method before every
card transac... | Move the credit card test mode checking so that credit card type can be assigned | agiliq_merchant | train | py |
304936154d02e99b45f094b11afd7b9b03bf8458 | diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/query/RemoteQueryDslConditionsFilesystemTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/query/RemoteQueryDslConditionsFilesystemTest.java
index <HASH>..<HASH> 100644
--- a/client/hotrod-client/src/test/java/org/infi... | ISPN-<I> Unify test suite for remote and embedded DSL based query tests
* Fixed test so it will properly close cache manager and continue build | infinispan_infinispan | train | java |
7605fbe19ea3f5ca9402490be0e17baf431172fa | diff --git a/packages/canner/src/components/Provider.js b/packages/canner/src/components/Provider.js
index <HASH>..<HASH> 100644
--- a/packages/canner/src/components/Provider.js
+++ b/packages/canner/src/components/Provider.js
@@ -132,7 +132,10 @@ export default class Provider extends React.PureComponent<Props, State> ... | use refetch instead of setVariables | Canner_canner | train | js |
852325708e1317210eebc1fc145fb13851438930 | diff --git a/bin/commands/migrate-notes.php b/bin/commands/migrate-notes.php
index <HASH>..<HASH> 100644
--- a/bin/commands/migrate-notes.php
+++ b/bin/commands/migrate-notes.php
@@ -179,10 +179,15 @@ function comment_rewrite($code)
if (!$newDoc) {
$newDoc = "/**\n$newNoteLined */";
... | fixed escaping issue in migrate-notes | shabbyrobe_amiss | train | php |
42044f6ca8e08163ee588e653a60216e9d50fe73 | diff --git a/cmd/juju/controller/listmodels.go b/cmd/juju/controller/listmodels.go
index <HASH>..<HASH> 100644
--- a/cmd/juju/controller/listmodels.go
+++ b/cmd/juju/controller/listmodels.go
@@ -145,13 +145,14 @@ func (c *modelsCommand) Run(ctx *cmd.Context) error {
}
now := time.Now()
- // New code path
- modelI... | Make it easier to toggle old and new to compare results | juju_juju | train | go |
a6984205fd1ba71c443e30023a8cff7824f1e248 | diff --git a/classes/fields/pick.php b/classes/fields/pick.php
index <HASH>..<HASH> 100644
--- a/classes/fields/pick.php
+++ b/classes/fields/pick.php
@@ -616,6 +616,9 @@ class PodsField_Pick extends PodsField {
}
}
elseif ( 'multi' == pods_var( 'pick_format_type', $options, 'single' ) ) ... | Fix for default values that are comma-separated for multiple-select relationship field inputs | pods-framework_pods | train | php |
0c8d31165722852049389bc0208149b8e60d980f | diff --git a/src/Symfony/Component/Console/Input/ArrayInput.php b/src/Symfony/Component/Console/Input/ArrayInput.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Console/Input/ArrayInput.php
+++ b/src/Symfony/Component/Console/Input/ArrayInput.php
@@ -19,7 +19,7 @@ use Symfony\Component\Console\Exception\Inv... | Update usage example in ArrayInput doc block.
Make the ArrayInput doc block example more self-explanatory and less misleading. Show the common use case of having `command`, and replace the confusing `name` argument with something more arbitrary. | symfony_symfony | train | php |
041c01d58362784bb81459d0f975077c03cd35f8 | diff --git a/client/fs_endpoint_test.go b/client/fs_endpoint_test.go
index <HASH>..<HASH> 100644
--- a/client/fs_endpoint_test.go
+++ b/client/fs_endpoint_test.go
@@ -1706,6 +1706,9 @@ func TestFS_streamFile_Truncate(t *testing.T) {
}
func TestFS_streamImpl_Delete(t *testing.T) {
+ if runtime.GOOS == "windows" {
+ ... | client/fs: Skip delete-while-streaming test on win | hashicorp_nomad | train | go |
9703fe95dc9c5e161a4bff4e92b501115e5b9d01 | diff --git a/test/integration/search_test.rb b/test/integration/search_test.rb
index <HASH>..<HASH> 100644
--- a/test/integration/search_test.rb
+++ b/test/integration/search_test.rb
@@ -61,6 +61,7 @@ class SearchTest < SystemTest
test "params has non white listed keys" do
visit '/search?query=ruby&script_nam... | Improve search_test refute content ruby0 | rubygems_rubygems.org | train | rb |
2a6e4b07ec226cb24f75441250d07cffbdbf4efb | diff --git a/template/tests/phpunit/src/TestBase.php b/template/tests/phpunit/src/TestBase.php
index <HASH>..<HASH> 100644
--- a/template/tests/phpunit/src/TestBase.php
+++ b/template/tests/phpunit/src/TestBase.php
@@ -24,6 +24,9 @@ abstract class TestBase extends \PHPUnit_Framework_TestCase {
$this->projectDirect... | Update TestBase.php to respect project.local.yml (#<I>) | acquia_blt | train | php |
ed1c7111c5f9e9a05392f40a7d4768bed153e5b2 | diff --git a/phydmslib/parsearguments.py b/phydmslib/parsearguments.py
index <HASH>..<HASH> 100644
--- a/phydmslib/parsearguments.py
+++ b/phydmslib/parsearguments.py
@@ -135,7 +135,9 @@ def PhyDMSParser():
parser.add_argument('--fitF3X4', dest='fitF3X4', action='store_true', help='Fit F3X4 frequencies for YNGKP; ... | Fix --recursion to S for now | jbloomlab_phydms | train | py |
b658cd9f6d0645878a670a2073db8e0494166824 | diff --git a/concrete/attributes/calendar_event/controller.php b/concrete/attributes/calendar_event/controller.php
index <HASH>..<HASH> 100755
--- a/concrete/attributes/calendar_event/controller.php
+++ b/concrete/attributes/calendar_event/controller.php
@@ -31,10 +31,7 @@ class Controller extends \Concrete\Attribute\N... | Removing unrelated changes already in another pull request | concrete5_concrete5 | train | php |
082f3843c8524f3d0b0bd82aea9218b6a74fb549 | diff --git a/lib/railjet/repository.rb b/lib/railjet/repository.rb
index <HASH>..<HASH> 100644
--- a/lib/railjet/repository.rb
+++ b/lib/railjet/repository.rb
@@ -11,12 +11,11 @@ module Railjet
private
def repositories
- klass = self.class
-
- klass.constants.select do |k|
- name = klass.co... | Fix initialising repositories with inner classes that are not repos
We sometimes have helper objects, constants defined (eg. Transfer
Chunk, Source name). We don’t want them to be mistreated as repos | nedap_railjet | train | rb |
d0faf36cbdcb1dc8559a7d4bfa1baecf011ca847 | diff --git a/lavalink/websocket.py b/lavalink/websocket.py
index <HASH>..<HASH> 100644
--- a/lavalink/websocket.py
+++ b/lavalink/websocket.py
@@ -31,7 +31,7 @@ class WebSocket:
@property
def connected(self):
""" Returns whether there is a valid WebSocket connection to the Lavalink server or not. """... | this is why we can't have nice things | Devoxin_Lavalink.py | train | py |
26f66533e5b1b644d70c19edc290c13d1135311c | diff --git a/lib/reterm/components/dialog.rb b/lib/reterm/components/dialog.rb
index <HASH>..<HASH> 100644
--- a/lib/reterm/components/dialog.rb
+++ b/lib/reterm/components/dialog.rb
@@ -4,6 +4,11 @@ module RETerm
class Dialog < Component
include CDKComponent
+ BUTTONS = {
+ :ok => ["</... | Add map containing some dialog button combinations | movitto_reterm | train | rb |
189f945c83bb5d3287a4b60f8eab5f43ec7dc56d | diff --git a/spec/unit/provider/service/freebsd_spec.rb b/spec/unit/provider/service/freebsd_spec.rb
index <HASH>..<HASH> 100755
--- a/spec/unit/provider/service/freebsd_spec.rb
+++ b/spec/unit/provider/service/freebsd_spec.rb
@@ -44,6 +44,22 @@ OUTPUT
expect(@provider.rcvar).to eq(['# ntpd', 'ntpd=YES'])
end
... | (PUP-<I>) Add test for parsing FreeBSD service names.
Add tests for parsing a FreeBSD service name with and without a
description. | puppetlabs_puppet | train | rb |
a201a3db629e8a959c909ccb755da6b0ec97fb9d | diff --git a/environment/src/main/java/jetbrains/exodus/env/EnvironmentImpl.java b/environment/src/main/java/jetbrains/exodus/env/EnvironmentImpl.java
index <HASH>..<HASH> 100644
--- a/environment/src/main/java/jetbrains/exodus/env/EnvironmentImpl.java
+++ b/environment/src/main/java/jetbrains/exodus/env/EnvironmentImp... | MetaTree doesn't affect tree nodes cache | JetBrains_xodus | train | java |
0084803dec37a8d6e6aebcf00870b61166fa48e2 | diff --git a/modules/social_features/social_event/modules/social_event_invite/src/SocialEventInviteAccessHelper.php b/modules/social_features/social_event/modules/social_event_invite/src/SocialEventInviteAccessHelper.php
index <HASH>..<HASH> 100644
--- a/modules/social_features/social_event/modules/social_event_invite/... | Flipping string issue, grrr | goalgorilla_open_social | train | php |
357f3d739440ccb02c7191073d95562ea3f98502 | diff --git a/src/internal/arrays/arrays.js b/src/internal/arrays/arrays.js
index <HASH>..<HASH> 100644
--- a/src/internal/arrays/arrays.js
+++ b/src/internal/arrays/arrays.js
@@ -127,7 +127,7 @@
// using the normal method - we want to do a smart update whereby elements
// are removed from the right place. But w... | hmmm.... weird bug, not sure how to classify it | ractivejs_ractive | train | js |
a5a1adc833b099b7867e4b86ed5caf7d5a2c60be | diff --git a/pyvera/subscribe.py b/pyvera/subscribe.py
index <HASH>..<HASH> 100644
--- a/pyvera/subscribe.py
+++ b/pyvera/subscribe.py
@@ -65,6 +65,8 @@ class SubscriptionRegistry(object):
try:
device_ids, timestamp = (
controller.get_changed_devices(timestamp))
+ ... | Don't call subscriptions if exiting. | pavoni_pyvera | train | py |
acf14729254d1d6feb19d6f904d8128507d78e53 | diff --git a/h2o-core/src/test/java/water/TCPReceiverThreadTest.java b/h2o-core/src/test/java/water/TCPReceiverThreadTest.java
index <HASH>..<HASH> 100644
--- a/h2o-core/src/test/java/water/TCPReceiverThreadTest.java
+++ b/h2o-core/src/test/java/water/TCPReceiverThreadTest.java
@@ -49,6 +49,7 @@ public class TCPReceive... | TCPReceiverThreadTest: reverted back to Ignoring the test
The test doesn't work on Jenkins and is no longer necessary since SW doesn't use client mode by default | h2oai_h2o-3 | train | java |
416a8f2b80748203bc4c42e646eefd50ef825899 | diff --git a/lib/query_data.js b/lib/query_data.js
index <HASH>..<HASH> 100644
--- a/lib/query_data.js
+++ b/lib/query_data.js
@@ -6,7 +6,7 @@ var QueryData = function (data) {
this.initPredefined();
};
-QueryData.predefinedNow = function () {
+QueryData.prototype.predefinedNow = function () {
return new Date();... | fixed problem with '.now' argument | dimsmol_npgt | train | js |
465652708034f4e1ba0d9f26e6ce0df2f6e8da56 | diff --git a/concrete/blocks/form/auto.js b/concrete/blocks/form/auto.js
index <HASH>..<HASH> 100644
--- a/concrete/blocks/form/auto.js
+++ b/concrete/blocks/form/auto.js
@@ -208,9 +208,9 @@ var miniSurvey = {
if (key_val.length == 2) {
if (key_val[0] == 'send_notif... | "reply to this email address" checked state was not properly passed to the form | concrete5_concrete5 | train | js |
423417ee82efa8d23e31ab8c52af6ff39e716953 | diff --git a/test/AddTrackTests.js b/test/AddTrackTests.js
index <HASH>..<HASH> 100644
--- a/test/AddTrackTests.js
+++ b/test/AddTrackTests.js
@@ -121,6 +121,7 @@ describe('Simple HiGlassComponent', () => {
ptc = atm.plotTypeChooser;
+ console.warn('ptc.AVAILABLE_TRACK_TYPES', ptc.AVAILABLE_TRACK_TYPES)... | Added a warn statement about the number of available tracks | higlass_higlass | train | js |
1b51815dcceacdbbedc3490ad508d0e8e34f31b1 | diff --git a/ContentSecurityPolicy/Violation/Log/Logger.php b/ContentSecurityPolicy/Violation/Log/Logger.php
index <HASH>..<HASH> 100644
--- a/ContentSecurityPolicy/Violation/Log/Logger.php
+++ b/ContentSecurityPolicy/Violation/Log/Logger.php
@@ -20,7 +20,7 @@ class Logger
public function log(Report $report)
... | Include user agent in logged CSP reports | nelmio_NelmioSecurityBundle | train | php |
c1d5c614c38db015485190d65db05b0b75d171d4 | diff --git a/git/repo/base.py b/git/repo/base.py
index <HASH>..<HASH> 100644
--- a/git/repo/base.py
+++ b/git/repo/base.py
@@ -737,7 +737,7 @@ class Repo(object):
return blames
@classmethod
- def init(cls, path=None, mkdir=True, **kwargs):
+ def init(cls, path=None, mkdir=True, odbt=DefaultDBType,... | support passing odbt for using with Repo | gitpython-developers_GitPython | train | py |
262cfb84f0febbc60fea6121161e338770114c52 | diff --git a/framework/core/src/Events/RegisterApiRoutes.php b/framework/core/src/Events/RegisterApiRoutes.php
index <HASH>..<HASH> 100644
--- a/framework/core/src/Events/RegisterApiRoutes.php
+++ b/framework/core/src/Events/RegisterApiRoutes.php
@@ -24,11 +24,21 @@ class RegisterApiRoutes
$this->route('get', ... | Add API methods to add POST/DELETE routes to the API | flarum_core | train | php |
58ed2bf436513609c914558611c462a6ffe9fe0c | diff --git a/state/unit_test.go b/state/unit_test.go
index <HASH>..<HASH> 100644
--- a/state/unit_test.go
+++ b/state/unit_test.go
@@ -422,6 +422,8 @@ func (s *UnitSuite) TestGetSetClearResolved(c *C) {
err = s.unit.ClearResolved()
c.Assert(err, IsNil)
+ err = s.unit.SetResolved(state.ResolvedNone)
+ c.Assert(err... | add extra SetResolved test to cover behaviour tweak | juju_juju | train | go |
90d8c74f479893070ab94329fa65596b5cb6f3eb | diff --git a/account/views.py b/account/views.py
index <HASH>..<HASH> 100644
--- a/account/views.py
+++ b/account/views.py
@@ -283,8 +283,6 @@ class ConfirmEmailView(TemplateResponseMixin, View):
def post(self, *args, **kwargs):
self.object = confirmation = self.get_object()
- if confirmation... | Removed user check when confirming email address
We can't try to be clever and ensure the email address confirmation is
coming from who we expect. This view can be called anonymously due to
ACCOUNT_EMAIL_CONFIRMATION_REQUIRED being True. Fixes #<I> and #<I>. | pinax_django-user-accounts | train | py |
da4aed7a6ffcd7e25dc1159d9ce6bedf0cb9e960 | diff --git a/src/PortaText/Command/Base.php b/src/PortaText/Command/Base.php
index <HASH>..<HASH> 100644
--- a/src/PortaText/Command/Base.php
+++ b/src/PortaText/Command/Base.php
@@ -176,7 +176,6 @@ abstract class Base implements ICommand
*/
public function __construct()
{
- $this->logger = new N... | removing unused reference to stale variable | PortaText_php-sdk | train | php |
d3f785d5c8199d28143df9d49a7f1c0d84c91b40 | diff --git a/DependencyInjection/MongoDBExtension.php b/DependencyInjection/MongoDBExtension.php
index <HASH>..<HASH> 100755
--- a/DependencyInjection/MongoDBExtension.php
+++ b/DependencyInjection/MongoDBExtension.php
@@ -74,8 +74,7 @@ class MongoDBExtension extends Extension
*/
protected function loadDefau... | [DoctrineMongoDBBundle] fixed coding standards | doctrine_DoctrineMongoDBBundle | train | php |
cecc3db7e78f5c346434a412100ba4f0cd7698a0 | diff --git a/lib/simple_state_machine/simple_state_machine.rb b/lib/simple_state_machine/simple_state_machine.rb
index <HASH>..<HASH> 100644
--- a/lib/simple_state_machine/simple_state_machine.rb
+++ b/lib/simple_state_machine/simple_state_machine.rb
@@ -89,7 +89,7 @@ module SimpleStateMachine
# Graphviz dot for... | #to_graphviz_dot now returns data points in sorted order so specs don't fail at random | mdh_ssm | train | rb |
bf41f18bbd4fb9b8fe4ab368620b7733af893f29 | diff --git a/rocketbelt/components/buttons/rocketbelt.dynamic-button.js b/rocketbelt/components/buttons/rocketbelt.dynamic-button.js
index <HASH>..<HASH> 100644
--- a/rocketbelt/components/buttons/rocketbelt.dynamic-button.js
+++ b/rocketbelt/components/buttons/rocketbelt.dynamic-button.js
@@ -33,7 +33,7 @@
var ... | Add event to dynamic button so I don't have to fake a click binding | Pier1_rocketbelt | train | js |
864e03f7890d82cdc3921aaf285227dd3915f5d1 | diff --git a/lib/tacokit/transform.rb b/lib/tacokit/transform.rb
index <HASH>..<HASH> 100644
--- a/lib/tacokit/transform.rb
+++ b/lib/tacokit/transform.rb
@@ -17,10 +17,8 @@ module Tacokit
private
def normalize_request_params(params)
- {}.tap do |norm|
- (params || {}).each do |key, value|
- ... | Use each_with_object in serialization util | rossta_tacokit.rb | train | rb |
86516fa423f26663cc6e9fdc797af1580bc19654 | diff --git a/assets/javascript/app.js b/assets/javascript/app.js
index <HASH>..<HASH> 100644
--- a/assets/javascript/app.js
+++ b/assets/javascript/app.js
@@ -301,7 +301,7 @@ App.IndexView = Em.View.extend({
Em.run.next(function(){
- if(localStorage && localStorage.logster_divider_top){
+ if(localSto... | BUGFIX: divider playing up | discourse_logster | train | js |
425e12d73b08000b2261d135f06f86367b7d4dac | diff --git a/src/Console/Commands/GenerateApiKey.php b/src/Console/Commands/GenerateApiKey.php
index <HASH>..<HASH> 100644
--- a/src/Console/Commands/GenerateApiKey.php
+++ b/src/Console/Commands/GenerateApiKey.php
@@ -10,7 +10,7 @@ class GenerateApiKey extends Command
/**
* Error messages
*/
- cons... | Added the word "numbers" to the invalid api key name message | ejarnutowski_laravel-api-key | train | php |
8b2df20b95cc11c6259674ee728aff0a716ca58e | diff --git a/src/Monolog/Processor/IntrospectionProcessor.php b/src/Monolog/Processor/IntrospectionProcessor.php
index <HASH>..<HASH> 100644
--- a/src/Monolog/Processor/IntrospectionProcessor.php
+++ b/src/Monolog/Processor/IntrospectionProcessor.php
@@ -61,7 +61,7 @@ class IntrospectionProcessor
$i = 0;
-... | FIX IntrospectionProcessor: E_NOTICE
Recent merge of #<I> misses check whether the trace exists at all at the specific index, leading to undefined offset.
```
E_NOTICE: Undefined offset: 3
```
And because the while statement became unreadable (and too long), I moved it into a separate method. | Seldaek_monolog | train | php |
f4c587218924cbb62cd2e643f394791c789c7f21 | diff --git a/salt/modules/virtualenv.py b/salt/modules/virtualenv.py
index <HASH>..<HASH> 100644
--- a/salt/modules/virtualenv.py
+++ b/salt/modules/virtualenv.py
@@ -11,7 +11,7 @@ __opts__ = {
def create(path,
venv_bin=__opts__['venv_bin'],
- no_site_packages=False,
+ no_site_packages=True,
... | changing virtualenv to use no-site-packages by default, since it has been change to be the default behavior | saltstack_salt | train | py |
bdb8cd01a827494b7e10086e68909211e434813d | diff --git a/src/Auth/AuthenticationService.php b/src/Auth/AuthenticationService.php
index <HASH>..<HASH> 100644
--- a/src/Auth/AuthenticationService.php
+++ b/src/Auth/AuthenticationService.php
@@ -81,4 +81,14 @@ class AuthenticationService extends ZendAuthService
$this->user = null; // clear user (especially... | [Auth] Fixes: User entity instance is not cleared upon clearing identity. | yawik_auth | train | php |
b16721ebdce9c008d6b733b6cd73722d16f70106 | diff --git a/biz/index.js b/biz/index.js
index <HASH>..<HASH> 100644
--- a/biz/index.js
+++ b/biz/index.js
@@ -4,6 +4,7 @@ var util = require('../lib/util');
var HTTP_PROXY_RE = /^(?:proxy|http-proxy|http2https-proxy|https2http-proxy|internal-proxy):\/\//;
var INTERNAL_APP;
+var WEBUI_PATH;
var PLUGIN_RE;
funct... | refactor: the webui url | avwo_whistle | train | js |
8fea05bfb432b19d198c240229b53f7e52f55498 | diff --git a/grade/grading/form/rubric/lib.php b/grade/grading/form/rubric/lib.php
index <HASH>..<HASH> 100644
--- a/grade/grading/form/rubric/lib.php
+++ b/grade/grading/form/rubric/lib.php
@@ -556,7 +556,8 @@ class gradingform_rubric_controller extends gradingform_controller {
return $this->get_instance(... | MDL-<I> gradingform_rubric Adding the definition when retrieving grading instances
Credit to Sam Chaffee | moodle_moodle | train | php |
18528e590cb8e1af1b2900c87ad8082839a3d52e | diff --git a/ml-agents/mlagents/envs/rpc_communicator.py b/ml-agents/mlagents/envs/rpc_communicator.py
index <HASH>..<HASH> 100644
--- a/ml-agents/mlagents/envs/rpc_communicator.py
+++ b/ml-agents/mlagents/envs/rpc_communicator.py
@@ -53,7 +53,9 @@ class RpcCommunicator(Communicator):
self.server = grpc.se... | Fix In editor Docker training (#<I>) | Unity-Technologies_ml-agents | train | py |
d892f0fc8585ac1de6c4d0d6e51f46eff35c35d0 | diff --git a/metpy/io/tools.py b/metpy/io/tools.py
index <HASH>..<HASH> 100644
--- a/metpy/io/tools.py
+++ b/metpy/io/tools.py
@@ -223,10 +223,11 @@ def zlib_decompress_all_frames(data):
decomp = zlib.decompressobj()
try:
frames.extend(decomp.decompress(data))
+ data = decomp.u... | Small cleanup for zlib decompression. | Unidata_MetPy | train | py |
e3706b809a067c80514a6b5aeb516623eeacbb57 | diff --git a/src/Stillat/Common/Collections/Sorting/BaseSorter.php b/src/Stillat/Common/Collections/Sorting/BaseSorter.php
index <HASH>..<HASH> 100644
--- a/src/Stillat/Common/Collections/Sorting/BaseSorter.php
+++ b/src/Stillat/Common/Collections/Sorting/BaseSorter.php
@@ -2,7 +2,7 @@
use Stillat\Common\Collections... | Redeclared BaseSorter as abstract. | Stillat_Common | train | php |
d3245e618cbdf49eb494207d9bc9a0f3b08f41dc | diff --git a/src/commands/lint.js b/src/commands/lint.js
index <HASH>..<HASH> 100644
--- a/src/commands/lint.js
+++ b/src/commands/lint.js
@@ -60,11 +60,12 @@ function lintSources(args) {
function lintTests(args) {
let eslintArgs = [
- '--ignore-pattern "src/**"',
- '--ignore-pattern "!**/__tests__"',
- ... | Simplify eslint tests pattern | borela-tech_js-toolbox | train | js |
824ed6345bc69e2aeab8473d383a3916242f80e1 | diff --git a/modules/Redirect.js b/modules/Redirect.js
index <HASH>..<HASH> 100644
--- a/modules/Redirect.js
+++ b/modules/Redirect.js
@@ -1,9 +1,10 @@
import React from 'react';
import invariant from 'invariant';
import { createRouteFromReactElement } from './RouteUtils';
+import { formatPattern } from './URLUtils'... | [fixed] <Redirect> handling
[added] <Redirect query>
[added] <Redirect state> | taion_rrtr | train | js |
0b1bfb15047d761feb50522af7e8c553877b5992 | diff --git a/Grido/DataSources/ArraySource.php b/Grido/DataSources/ArraySource.php
index <HASH>..<HASH> 100644
--- a/Grido/DataSources/ArraySource.php
+++ b/Grido/DataSources/ArraySource.php
@@ -53,12 +53,12 @@ class ArraySource extends \Nette\Object implements IDataSource
* @param array $condition
* @retur... | DataSources\ArraySource: Typo | o5_grido | train | php |
57b17ceb7b562a7ec001d9785f69b5a168ca1f26 | diff --git a/penaltymodel_cache/tests/test_interface.py b/penaltymodel_cache/tests/test_interface.py
index <HASH>..<HASH> 100644
--- a/penaltymodel_cache/tests/test_interface.py
+++ b/penaltymodel_cache/tests/test_interface.py
@@ -198,3 +198,20 @@ class TestInterfaceFunctions(unittest.TestCase):
self.asser... | Add rough version of one-variable cache test | dwavesystems_penaltymodel | train | py |
bf678fccd39604d4afd803e703da21acbe3674e4 | diff --git a/guanciale/config.py b/guanciale/config.py
index <HASH>..<HASH> 100644
--- a/guanciale/config.py
+++ b/guanciale/config.py
@@ -131,7 +131,11 @@ def populateConfig_idacmd():
#TODO add native macOS and Linux support
#get wine full path
- winepath = subprocess.check_output("which ... | solved 'which wine' issue in config.py | Carbonara-Project_Guanciale | train | py |
38077253561947040f8143ff3d5ca7683bda7d44 | diff --git a/lib/proxy.js b/lib/proxy.js
index <HASH>..<HASH> 100644
--- a/lib/proxy.js
+++ b/lib/proxy.js
@@ -389,7 +389,7 @@ ReverseProxy.prototype._defaultResolver.priority = 0;
ReverseProxy.prototype.resolve = function(host, url){
var route;
- host = host || host.toLowerCase();
+ host = host && host.toLower... | re-fixed #<I> | OptimalBits_redbird | train | js,js |
dbbde1e89bb3f43e09e86e4a8a029ffba080a791 | diff --git a/nsqd/diskqueue_test.go b/nsqd/diskqueue_test.go
index <HASH>..<HASH> 100644
--- a/nsqd/diskqueue_test.go
+++ b/nsqd/diskqueue_test.go
@@ -345,8 +345,10 @@ func BenchmarkDiskQueueGet(b *testing.B) {
}
defer os.RemoveAll(tmpDir)
dq := newDiskQueue(dqName, tmpDir, 1024768, 0, 1<<10, 2500, 2*time.Second,... | provide bytes indicator for BenchmarkDiskQueueGet, like the others | nsqio_nsq | train | go |
6f3ff704835a0582e467f85b24d84b88eddc92e1 | diff --git a/lib/seahorse/client/request.rb b/lib/seahorse/client/request.rb
index <HASH>..<HASH> 100644
--- a/lib/seahorse/client/request.rb
+++ b/lib/seahorse/client/request.rb
@@ -63,8 +63,8 @@ module Seahorse
private
- def emit(*args, &block)
- @events.emit(*args, &block)
+ def emit(*arg... | Removed untested block param to Request#emit. | aws_aws-sdk-ruby | train | rb |
6d30bfa0a902cd1aa06f6f96d4587c4881b28420 | diff --git a/lib/celerity/elements/table.rb b/lib/celerity/elements/table.rb
index <HASH>..<HASH> 100644
--- a/lib/celerity/elements/table.rb
+++ b/lib/celerity/elements/table.rb
@@ -21,7 +21,12 @@ module Celerity
def locate
super
- if @object # cant call assert_exists here, as an exists? method call... | Add a guard for invalid use of XPath in Table#locate | jarib_celerity | train | rb |
a69a718bd89086cad23180382f6dd0bc73709ce5 | diff --git a/src/main/java/hex/CoxPH.java b/src/main/java/hex/CoxPH.java
index <HASH>..<HASH> 100644
--- a/src/main/java/hex/CoxPH.java
+++ b/src/main/java/hex/CoxPH.java
@@ -527,10 +527,8 @@ public class CoxPH extends Job {
for (int i = 0; i <= iter_max; ++i) {
model.iter = i;
- // Map, Reduce & Fin... | Overload postGlobal method in CoxPH. | h2oai_h2o-2 | train | java |
16489dc08435ff9f51bb403084e35fa4dffb03be | diff --git a/src/Composer/Downloader/SvnDownloader.php b/src/Composer/Downloader/SvnDownloader.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Downloader/SvnDownloader.php
+++ b/src/Composer/Downloader/SvnDownloader.php
@@ -48,7 +48,7 @@ class SvnDownloader extends VcsDownloader
}
$this->io->writ... | Update SvnDownloader.php
added --ignore-ancestry to the switch statement because it can be a problem with svn:properties | mothership-ec_composer | train | php |
1518365d87c112d032206facd706413d6256ebcc | diff --git a/src/Rasterization/Renderers/SVGRenderer.php b/src/Rasterization/Renderers/SVGRenderer.php
index <HASH>..<HASH> 100644
--- a/src/Rasterization/Renderers/SVGRenderer.php
+++ b/src/Rasterization/Renderers/SVGRenderer.php
@@ -75,8 +75,8 @@ abstract class SVGRenderer
$color = SVG::parseColor($color);
... | Fix opacity calculation for renderers | meyfa_php-svg | train | php |
9101636bf60af71aa5902ff1d9f469ca3b2e0b36 | diff --git a/zipline/assets/assets.py b/zipline/assets/assets.py
index <HASH>..<HASH> 100644
--- a/zipline/assets/assets.py
+++ b/zipline/assets/assets.py
@@ -256,9 +256,6 @@ class AssetFinder(object):
"""
return self._retrieve_assets(sids, self.futures_contracts, Future)
- def _retrieve_futures_... | MAINT: Remove unused method. | quantopian_zipline | train | py |
2ea17181e3e1ee3b1bea490f405c044385a11ae2 | diff --git a/src/js/select2/core.js b/src/js/select2/core.js
index <HASH>..<HASH> 100644
--- a/src/js/select2/core.js
+++ b/src/js/select2/core.js
@@ -276,6 +276,23 @@ define([
Select2.prototype._registerEvents = function () {
var self = this;
+
+ this.on('focus', function () {
+ self.$container.a... | PR for -> autofocus isn't supported #<I> (#<I>)
* Update core.js
* Update core.js
* Update core.js | select2_select2 | train | js |
e43c809c1db5bf5be560bd607150befb65668b43 | diff --git a/vyper/context/types/meta/interface.py b/vyper/context/types/meta/interface.py
index <HASH>..<HASH> 100644
--- a/vyper/context/types/meta/interface.py
+++ b/vyper/context/types/meta/interface.py
@@ -37,6 +37,9 @@ class InterfaceDefinition(MemberTypeDefinition):
for key, type_ in members.items():
... | fix: return address in interface `get_signature` | ethereum_vyper | train | py |
fd2a0d8264319a47a2422b544c15622b5cc7c735 | diff --git a/src/test/org/openscience/cdk/renderer/generators/ExtendedAtomGeneratorTest.java b/src/test/org/openscience/cdk/renderer/generators/ExtendedAtomGeneratorTest.java
index <HASH>..<HASH> 100644
--- a/src/test/org/openscience/cdk/renderer/generators/ExtendedAtomGeneratorTest.java
+++ b/src/test/org/openscience/... | Providing required delta for comparing floating points. | cdk_cdk | train | java |
aa5ea652c8864f014e1fa480d7e504f0d742c170 | diff --git a/integration-cli/docker_cli_update_unix_test.go b/integration-cli/docker_cli_update_unix_test.go
index <HASH>..<HASH> 100644
--- a/integration-cli/docker_cli_update_unix_test.go
+++ b/integration-cli/docker_cli_update_unix_test.go
@@ -180,7 +180,7 @@ func GetKernelVersion() *kernel.VersionInfo {
// CheckKe... | [integration-cli] fix s<I>x flaky test
s<I>x node-1 has kernel <I>, kernel.CompareKernelVersion()
returns 0 if the kernels are equal, so include that.
Full logic for CompareKernelVersion() is
a > b ret 1,
a == b ret 0,
a < b ret -1 | moby_moby | train | go |
7b26c661a4b4bec3c71d835ddc0435a88969eb33 | diff --git a/lxd/network/network_utils.go b/lxd/network/network_utils.go
index <HASH>..<HASH> 100644
--- a/lxd/network/network_utils.go
+++ b/lxd/network/network_utils.go
@@ -38,8 +38,9 @@ func IsInUse(c instance.Instance, networkName string) bool {
continue
}
- if d["network"] == networkName {
- return tru... | lxd/network/network/utils: Updates network setting detection in IsInUse | lxc_lxd | train | go |
965baaf276bd8b7ef3676f6fa9af19b1caddfe92 | diff --git a/estnltk/tests/test_timex.py b/estnltk/tests/test_timex.py
index <HASH>..<HASH> 100644
--- a/estnltk/tests/test_timex.py
+++ b/estnltk/tests/test_timex.py
@@ -23,7 +23,7 @@ class TimexTest(unittest.TestCase):
'id': 0,
'start': 0,
'temporal_function': ... | Small update in TimexTest (die to updated word tokenizer) | estnltk_estnltk | train | py |
49fd5a646f329be1147b43b8c2c611f1424abe22 | diff --git a/spacy/about.py b/spacy/about.py
index <HASH>..<HASH> 100644
--- a/spacy/about.py
+++ b/spacy/about.py
@@ -3,13 +3,13 @@
# https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py
__title__ = 'spacy'
-__version__ = '2.0.2.dev1'
+__version__ = '2.0.2'
__summary__ = 'Industrial-strength Natur... | Set version for <I> release | explosion_spaCy | train | py |
e39650b7ecc9d9ac9c8d7d8375052ba10ecb533d | diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_dispatch/routing/mapper.rb
+++ b/actionpack/lib/action_dispatch/routing/mapper.rb
@@ -11,7 +11,7 @@ module ActionDispatch
class Mapper
URL_... | Add `Routing` namespace to point appropriate constant
Make it clear we use `ActionDispatch::Routing::Endpoint` | rails_rails | train | rb |
98df9123a7971c0256fec2e0fe3ba72ecb8776bf | diff --git a/pycbc/tmpltbank/brute_force_methods.py b/pycbc/tmpltbank/brute_force_methods.py
index <HASH>..<HASH> 100644
--- a/pycbc/tmpltbank/brute_force_methods.py
+++ b/pycbc/tmpltbank/brute_force_methods.py
@@ -332,7 +332,7 @@ def get_mass_distribution(bestMasses, scaleFactor, order, evecs, evals, \
totmass[ma... | Some non-ASCII character crept in ... not sure how this happens! | gwastro_pycbc | train | py |
6c0355c95cf94deb91922fe176ec7a39e6252efe | diff --git a/src/OfficeConverter/OfficeConverter.php b/src/OfficeConverter/OfficeConverter.php
index <HASH>..<HASH> 100755
--- a/src/OfficeConverter/OfficeConverter.php
+++ b/src/OfficeConverter/OfficeConverter.php
@@ -129,7 +129,7 @@ class OfficeConverter
protected function prepOutput($outdir, $filename, $outputE... | Fix: when temp file has no extension rename faild | ncjoes_office-converter | train | php |
93ef768c9130aa5d6a53358a5da3141286bd80dd | diff --git a/user_management/api/serializers.py b/user_management/api/serializers.py
index <HASH>..<HASH> 100644
--- a/user_management/api/serializers.py
+++ b/user_management/api/serializers.py
@@ -11,7 +11,8 @@ User = get_user_model()
class UniqueEmailValidator(validators.UniqueValidator):
def filter_queryset(s... | Add old-style class compatible superclass call
* DRF validators are old-style classes on python2. | incuna_django-user-management | train | py |
2dfa7c203b8eeba93f0d0643bdc9e18c4e51328e | diff --git a/prompt-autocomplete.js b/prompt-autocomplete.js
index <HASH>..<HASH> 100644
--- a/prompt-autocomplete.js
+++ b/prompt-autocomplete.js
@@ -13,7 +13,7 @@ function askQuestion () {
var items = arguments[1];
var config = (typeof arguments[2] == 'function' ? {} : arguments[2] || {});
var answerCa... | set default maxAutocomplete dynamically, based on the prompt height | rickbergfalk_prompt-autocomplete | train | js |
93890cd085005676b1b782d09fc2670b9140c504 | diff --git a/goatools/anno/annoreader_base.py b/goatools/anno/annoreader_base.py
index <HASH>..<HASH> 100755
--- a/goatools/anno/annoreader_base.py
+++ b/goatools/anno/annoreader_base.py
@@ -49,6 +49,19 @@ class AnnoReaderBase(object):
self.associations = self._init_associations(filename, **kws)
# ass... | New functions to return population and IDs assc w/set of GO IDs | tanghaibao_goatools | train | py |
c98a074f0dd14a646a3eb919397f38b2a8269ba5 | diff --git a/common/config.go b/common/config.go
index <HASH>..<HASH> 100644
--- a/common/config.go
+++ b/common/config.go
@@ -44,9 +44,9 @@ func ChooseString(vals ...string) string {
return ""
}
-// SupportedURL verifies that the url passed is actually supported or not
+// SupportedProtocol verifies that the url ... | Renamed common/config.go's SupportedURL to SupportedProtocol as suggested by @SwampDragons. | hashicorp_packer | train | go |
7a923d67d7d77ac994c55a395047d18cf5ec6505 | diff --git a/lib/feed2email/config.rb b/lib/feed2email/config.rb
index <HASH>..<HASH> 100644
--- a/lib/feed2email/config.rb
+++ b/lib/feed2email/config.rb
@@ -11,7 +11,7 @@ module Feed2Email
attr_reader :path
def initialize(path)
- @path = File.expand_path(path)
+ @path = path
check
en... | Do not expand config path
Assume it is absolute | agorf_feed2email | train | rb |
52f049179c322e379d342f3fc195f1a8c978236f | diff --git a/source/index.js b/source/index.js
index <HASH>..<HASH> 100644
--- a/source/index.js
+++ b/source/index.js
@@ -60,17 +60,6 @@ function DotCfg(namespace, scope, strategy) {
}
/**
- * Static methods
- */
-DotCfg.strategy = dotStrategyDefault;
-DotCfg.assign = assignStrategy;
-DotCfg.normalize = normalize;... | chore: recursive option to normalize | adriancmiranda_dotcfg | train | js |
af4ccbd4e7662789dc93796333b97af2b1816933 | diff --git a/mqtt/client/pubsubs.py b/mqtt/client/pubsubs.py
index <HASH>..<HASH> 100644
--- a/mqtt/client/pubsubs.py
+++ b/mqtt/client/pubsubs.py
@@ -151,7 +151,8 @@ class MQTTProtocol(MQTTBaseProtocol):
self._factor = self.DEFAULT_FACTOR
# additional, per-connection subscriber state
... | Add a callback when the CONNACK has been sent, letting twisted know it's fully connected, not just TCP connected. | astrorafael_twisted-mqtt | train | py |
67fedaf6dd684f53f465d7698aef378ec8d63c85 | diff --git a/tests/test_simulate_consistency.py b/tests/test_simulate_consistency.py
index <HASH>..<HASH> 100644
--- a/tests/test_simulate_consistency.py
+++ b/tests/test_simulate_consistency.py
@@ -31,6 +31,7 @@ def test_100genes_main():
'use_unmapped': False,
'processes': 0,
'nu... | Fixed unit tests for simulations to include the seed parameter | KarchinLab_probabilistic2020 | train | py,py |
9ce7e67cde6d2bcc088c0aa100f18f3cbe19f531 | diff --git a/goDB/Implementations/sqlite.php b/goDB/Implementations/sqlite.php
index <HASH>..<HASH> 100644
--- a/goDB/Implementations/sqlite.php
+++ b/goDB/Implementations/sqlite.php
@@ -175,6 +175,17 @@ final class sqlite extends Base
* @override Base
*
* @param mixed $connection
+ * @param scala... | [Issue #<I>]: fix sqlite escape (single quotes for value) | vasa-c_go-db | train | php |
a52709584ebdaebc47e0c0a57e86f33b429d3fda | diff --git a/lib/todoist/plugin.rb b/lib/todoist/plugin.rb
index <HASH>..<HASH> 100644
--- a/lib/todoist/plugin.rb
+++ b/lib/todoist/plugin.rb
@@ -108,8 +108,10 @@ module Danger
@todos = []
return if files_of_interest.empty?
- @todos = DiffTodoFinder.new(keywords).call(diffs_of_interest) +
- ... | Extract finders array and map over them | hanneskaeufler_danger-todoist | train | rb |
cc7bb29944147fb36e7e76ac1c2fe8f470af4b13 | diff --git a/table.go b/table.go
index <HASH>..<HASH> 100644
--- a/table.go
+++ b/table.go
@@ -539,6 +539,9 @@ ColumnLoop:
// Get the cell.
cell := getCell(row, column)
+ if cell == nil {
+ continue
+ }
// Determine colors.
bgColor := t.backgroundColor | Avoiding access to nil pointer. | rivo_tview | train | go |
fe34ca4dcb8b9246cde42fc17aef11013aacbacc | diff --git a/spec/adhearsion/rayo/commands/output_spec.rb b/spec/adhearsion/rayo/commands/output_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/adhearsion/rayo/commands/output_spec.rb
+++ b/spec/adhearsion/rayo/commands/output_spec.rb
@@ -249,8 +249,24 @@ module Adhearsion
end
describe "#interruptib... | Added a simple test for interruptible_play | adhearsion_adhearsion | train | rb |
1e7ba09b60aa0bc527dc7e0159071a6d47796de4 | diff --git a/integration-cli/docker_cli_build_test.go b/integration-cli/docker_cli_build_test.go
index <HASH>..<HASH> 100644
--- a/integration-cli/docker_cli_build_test.go
+++ b/integration-cli/docker_cli_build_test.go
@@ -1732,6 +1732,29 @@ func TestBuildExpose(t *testing.T) {
logDone("build - expose")
}
+func Te... | add a test case for EXPOSE ports order
changing order of EXPOSE ports should not invalidate the cache as the content
doesnt change
Docker-DCO-<I>- | moby_moby | train | go |
76f6163ed598fd733edd5eb150f7d4cdf946263b | diff --git a/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb b/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb
+++ b/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb
@@ -1... | Add `ActiveRecord::ValueTooLong` exception class
and supress `DEPRECATION WARNING: Passing #original_exception is deprecated and has no effect. Exceptions will automatically capture the original exception. `
Refer:
<URL> | rsim_oracle-enhanced | train | rb |
e13171c48fcaddb8e52be0b5eb8248e932ad0e9c | diff --git a/dedupe/api.py b/dedupe/api.py
index <HASH>..<HASH> 100644
--- a/dedupe/api.py
+++ b/dedupe/api.py
@@ -548,7 +548,15 @@ class StaticMatching(Matching):
for predicate in full_predicate:
if hasattr(predicate, "index") and predicate.index is None:
predicate.in... | unpickle doc_to_id as enumerating defaultdict
* load data into defaultdict
update loading of _doc_to_id data.
* simpler code to find the max
* increase the next id by 1
* adding python 2, python 3 compatibility | dedupeio_dedupe | train | py |
05145acc3e09f72d41198a02c0ce8ae997c91a7e | diff --git a/src/Client.php b/src/Client.php
index <HASH>..<HASH> 100644
--- a/src/Client.php
+++ b/src/Client.php
@@ -173,7 +173,7 @@ class Client extends EventEmitter implements
*/
protected function getSocket($remote, array $context)
{
- $socket = @stream_socket_client(
+ $socket = stre... | Removed use of the @ operator in Client | phergie_phergie-irc-client-react | train | php |
f48e520875868801d306d60f92d48b07218ca888 | diff --git a/lib/mapping.js b/lib/mapping.js
index <HASH>..<HASH> 100644
--- a/lib/mapping.js
+++ b/lib/mapping.js
@@ -48,7 +48,7 @@ Mapping.prototype.map = function(input) {
// If we have only been passed the alias and no options then use the
// default value if there is one.
- if (_.keys(input).length === 1 ... | Don't check if we have mappings for default.
By this time we'll have already cooked and returned a
formula. | RickEyre_command-mapper | train | js |
8db290bde88879fe915b1a99118b55b1308bd900 | diff --git a/logback-classic/src/test/java/ch/qos/logback/classic/PackageTest.java b/logback-classic/src/test/java/ch/qos/logback/classic/PackageTest.java
index <HASH>..<HASH> 100644
--- a/logback-classic/src/test/java/ch/qos/logback/classic/PackageTest.java
+++ b/logback-classic/src/test/java/ch/qos/logback/classic/Pa... | added LoggerTest to the suite | tony19_logback-android | train | java |
978263acdf489dfe2bcb9275a71ed6fda92c7d71 | diff --git a/corser.js b/corser.js
index <HASH>..<HASH> 100644
--- a/corser.js
+++ b/corser.js
@@ -1,4 +1,6 @@
-var http = require('http');
+var http, port;
+http = require('http');
+port = 80;
http.createServer(function (req, res) {
res.setHeader('Access-Control-Allow-Origin', '*');
res.setHeader('Access-Co... | node.js accepts connections directed to any IPv4 address by default. | agrueneberg_Corser | train | js |
a33ef5e174d6d277579e0133effdf106ca4b9ce0 | diff --git a/Models/Objects/IntelParserTrait.php b/Models/Objects/IntelParserTrait.php
index <HASH>..<HASH> 100644
--- a/Models/Objects/IntelParserTrait.php
+++ b/Models/Objects/IntelParserTrait.php
@@ -168,9 +168,9 @@ trait IntelParserTrait
Splash::log()->trace();
//==================================... | FIX List Fields in Extensions | SplashSync_Php-Core | train | php |
a389bfaf8e2e5024a065022bdc89962813b96fcc | diff --git a/tests/specs/delete-db.js b/tests/specs/delete-db.js
index <HASH>..<HASH> 100644
--- a/tests/specs/delete-db.js
+++ b/tests/specs/delete-db.js
@@ -4,7 +4,19 @@
var dbName = 'tests',
indexedDB = window.indexedDB || window.webkitIndexedDB || window.mozIndexedDB || window.oIndexedDB || wi... | ensure db is never present at beginning | aaronpowell_db.js | train | js |
a86a84d4445b38b203b280480bed67acbc95ed3d | diff --git a/src/Rasterization/Path/SVGPathApproximator.php b/src/Rasterization/Path/SVGPathApproximator.php
index <HASH>..<HASH> 100644
--- a/src/Rasterization/Path/SVGPathApproximator.php
+++ b/src/Rasterization/Path/SVGPathApproximator.php
@@ -131,7 +131,7 @@ class SVGPathApproximator
$p2 = array($args[2], ... | Fix rel. CurveToCubic wrong in SVGPathApproximator | meyfa_php-svg | train | php |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.