hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
759c74cd61fa9383e5ac1ddbc79588bd76b594c0 | diff --git a/tests/cases/stream_test.py b/tests/cases/stream_test.py
index <HASH>..<HASH> 100644
--- a/tests/cases/stream_test.py
+++ b/tests/cases/stream_test.py
@@ -99,17 +99,10 @@ class StreamTestCase(base.TestCase):
resp.status_code)
self.assertEqual(resp.json(), ['chunk1', 'ch... | Move test function for readability, add docstring | girder_girder | train |
83fd9221e67c63adc9ead153953bc6236555b9df | diff --git a/blockstack_profiles/zone_file_format.py b/blockstack_profiles/zone_file_format.py
index <HASH>..<HASH> 100644
--- a/blockstack_profiles/zone_file_format.py
+++ b/blockstack_profiles/zone_file_format.py
@@ -49,19 +49,19 @@ def zone_file_has_a_valid_uri_record(data):
def resolve_zone_file_to_profile(zon... | sends readable errors back to the calling function (useful in resolver) | blockstack-packages_blockstack-profiles-py | train |
be20dce87c98d560ad795174ce2498302f538a45 | diff --git a/addons/preferences/src/org/holoeverywhere/preference/PreferenceManager.java b/addons/preferences/src/org/holoeverywhere/preference/PreferenceManager.java
index <HASH>..<HASH> 100644
--- a/addons/preferences/src/org/holoeverywhere/preference/PreferenceManager.java
+++ b/addons/preferences/src/org/holoeveryw... | Added another getDefaultSharedPreferences method
This version returns a default SharedPreferences
instance and sets the mode. | Prototik_HoloEverywhere | train |
a886ae7f97506c8b8b4c8f4a936ee00f75f34288 | diff --git a/chai-react.js b/chai-react.js
index <HASH>..<HASH> 100644
--- a/chai-react.js
+++ b/chai-react.js
@@ -132,12 +132,8 @@
var actual, component = flag(this, 'object');
new chai.Assertion(component).is.a.component;
-
inspectify(component);
-
- actual = TestUtils.findAllInRenderedTree(compon... | fixing assertions to work with react <I>. Adding some assertions to check for element and class | percyhanna_chai-react | train |
83a94817eebca4a7bfe019b06e9f30e8b2953b05 | diff --git a/app/controllers/effective/datatables_controller.rb b/app/controllers/effective/datatables_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/effective/datatables_controller.rb
+++ b/app/controllers/effective/datatables_controller.rb
@@ -21,29 +21,37 @@ module Effective
end
def reor... | Check for permission on the class before displaying reorder button | code-and-effect_effective_datatables | train |
951867b07a35e7af659779a5a718615e3925a034 | diff --git a/sovrin_client/test/conftest.py b/sovrin_client/test/conftest.py
index <HASH>..<HASH> 100644
--- a/sovrin_client/test/conftest.py
+++ b/sovrin_client/test/conftest.py
@@ -51,6 +51,7 @@ from plenum.test.conftest import tdir, nodeReg, up, ready, \
def warnfilters(plenum_warnfilters):
def _():
p... | Added an "ignore" rule for ResourceWarnings about unclosed files to the warnings filter of sovrin-client (because the same rule has been removed from the warnings filter of plenum which is inherited by the warnings filter of sovrin-client). | hyperledger-archives_indy-client | train |
857c9654eab5a00753641893c16175377c4651a4 | diff --git a/src/js/load.js b/src/js/load.js
index <HASH>..<HASH> 100644
--- a/src/js/load.js
+++ b/src/js/load.js
@@ -72,8 +72,7 @@
this.image = {
naturalWidth: naturalWidth,
naturalHeight: naturalHeight,
- aspectRatio: naturalWidth / naturalHeight,
- rotate: 0
+ ... | Not set "rotate" by default | fengyuanchen_cropper | train |
dd78a1c9fb73760db3d369dc2675de06996123f3 | diff --git a/file_writer_test.go b/file_writer_test.go
index <HASH>..<HASH> 100644
--- a/file_writer_test.go
+++ b/file_writer_test.go
@@ -18,7 +18,7 @@ import (
func assertClose(t *testing.T, w *FileWriter) {
var err error
for i := 0; i < 5; i++ {
- err := w.Close()
+ err = w.Close()
if IsErrReplicating(err)... | Fix a place where we would swallow an error from FileWriter.Close | colinmarc_hdfs | train |
e9d229321deb326a7be04a1fca1cb4b84d2a8b0c | diff --git a/spyder/widgets/variableexplorer/tests/test_collectioneditor.py b/spyder/widgets/variableexplorer/tests/test_collectioneditor.py
index <HASH>..<HASH> 100644
--- a/spyder/widgets/variableexplorer/tests/test_collectioneditor.py
+++ b/spyder/widgets/variableexplorer/tests/test_collectioneditor.py
@@ -25,6 +25,... | Test for sorting in variable explorer | spyder-ide_spyder | train |
83f764add23223df2622a52db6ad86a94020cbb6 | diff --git a/s3contents/gcs_fs.py b/s3contents/gcs_fs.py
index <HASH>..<HASH> 100644
--- a/s3contents/gcs_fs.py
+++ b/s3contents/gcs_fs.py
@@ -111,7 +111,7 @@ class GCSFS(GenericFS):
self.log.debug("S3contents.GCSFS: Making dir (touch): `%s`", path_)
self.fs.touch(path_)
- def read(self, path):
+... | Attempt at s3 read for base<I> format (#<I>) | danielfrg_s3contents | train |
6e01d39d0d7594205c25e4e041c7d69628bd83f7 | diff --git a/openxc/src/main/java/com/openxc/remote/sinks/MeasurementNotifierSink.java b/openxc/src/main/java/com/openxc/remote/sinks/MeasurementNotifierSink.java
index <HASH>..<HASH> 100644
--- a/openxc/src/main/java/com/openxc/remote/sinks/MeasurementNotifierSink.java
+++ b/openxc/src/main/java/com/openxc/remote/sink... | Make sure notification queue is initialized - accidentally deleted this. | openxc_openxc-android | train |
03617494a1b8d75030122a356942f409111e6425 | diff --git a/unyt/tests/test_unyt_array.py b/unyt/tests/test_unyt_array.py
index <HASH>..<HASH> 100644
--- a/unyt/tests/test_unyt_array.py
+++ b/unyt/tests/test_unyt_array.py
@@ -38,6 +38,7 @@ from unyt.array import (
unary_operators,
binary_operators,
uconcatenate,
+ ucross,
uintersect1d,
u... | add a test for ucross | yt-project_unyt | train |
2eda0f052c5c04c53b18bf249c02ba489881349b | diff --git a/api/src/main/java/org/killbill/billing/util/UUIDs.java b/api/src/main/java/org/killbill/billing/util/UUIDs.java
index <HASH>..<HASH> 100644
--- a/api/src/main/java/org/killbill/billing/util/UUIDs.java
+++ b/api/src/main/java/org/killbill/billing/util/UUIDs.java
@@ -149,7 +149,7 @@ public abstract class UUI... | api: fix compilation on <I> | killbill_killbill | train |
cea26f09e2bd4475589603b2a26f680564512022 | diff --git a/test/form-component-spec.js b/test/form-component-spec.js
index <HASH>..<HASH> 100644
--- a/test/form-component-spec.js
+++ b/test/form-component-spec.js
@@ -13,7 +13,7 @@ import i from 'icepick';
import Immutable from 'immutable';
import isValid from '../src/form/is-valid';
-import { testCreateStore, ... | Refactored to use the defaultTestContexts from test utils | davidkpiano_react-redux-form | train |
91061e0ed84b020ab2217d68f70bc7195551fe3e | diff --git a/mockserver-netty/src/test/java/org/mockserver/integration/proxy/socks/NettyHttpProxySOCKSIntegrationTest.java b/mockserver-netty/src/test/java/org/mockserver/integration/proxy/socks/NettyHttpProxySOCKSIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/mockserver-netty/src/test/java/org/mockserver/integ... | removed debugging system one lines - and again | jamesdbloom_mockserver | train |
f89708b560bf027597fab3ab7f069a72fcb2a706 | diff --git a/test_pytest_ansible.py b/test_pytest_ansible.py
index <HASH>..<HASH> 100644
--- a/test_pytest_ansible.py
+++ b/test_pytest_ansible.py
@@ -19,6 +19,19 @@ def test_module_ping_no_limit(ansible_module):
assert 'module_name' in host['invocation']
assert 'ping' == host['invocation']['module_na... | Add test for customizing inventory via marker | ansible_pytest-ansible | train |
06c0cfd1291b5d5ed7aecebb4ccc440504546d6c | diff --git a/lib/omnibus/software.rb b/lib/omnibus/software.rb
index <HASH>..<HASH> 100644
--- a/lib/omnibus/software.rb
+++ b/lib/omnibus/software.rb
@@ -626,6 +626,40 @@ module Omnibus
expose :config
#
+ # The list of software dependencies for this software. These is the software
+ # that comprises ... | Expose Software#dependencies as part of the public DSL API | chef_omnibus | train |
287299ce987d87d8a04b5710d8389b5b48f064fc | diff --git a/messaging/src/main/java/org/jboss/as/messaging/MessagingSubsystemParser.java b/messaging/src/main/java/org/jboss/as/messaging/MessagingSubsystemParser.java
index <HASH>..<HASH> 100644
--- a/messaging/src/main/java/org/jboss/as/messaging/MessagingSubsystemParser.java
+++ b/messaging/src/main/java/org/jboss/... | add missing throw statements
* the MessagingSubsystemParser was creating XMLStreamException but forgot
to throw them | wildfly_wildfly | train |
fc70c6b6009c8ac93a0ef1255e09e758926106de | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ setuptools.setup(
license="BSD 3-Clause",
description="Jupyter server extension to supervise and proxy web services",
packages=setuptools.find_packages(),
- install_requires=['notebook', 'simpe... | Explicitly bump simpervisor requirement
<I> did not work with Python <I> | jupyterhub_jupyter-server-proxy | train |
d7755a9a8e528be187d232871174169f4006403b | diff --git a/src/Bootloader/Http/WebsocketsBootloader.php b/src/Bootloader/Http/WebsocketsBootloader.php
index <HASH>..<HASH> 100644
--- a/src/Bootloader/Http/WebsocketsBootloader.php
+++ b/src/Bootloader/Http/WebsocketsBootloader.php
@@ -49,9 +49,7 @@ final class WebsocketsBootloader extends Bootloader implements Sing... | - CS fix in bootloader | spiral_exceptions | train |
658c22a2e1d402ec0c55bc247b13f1eab2fe1b6d | diff --git a/bin/lmd_actions/info.js b/bin/lmd_actions/info.js
index <HASH>..<HASH> 100644
--- a/bin/lmd_actions/info.js
+++ b/bin/lmd_actions/info.js
@@ -499,8 +499,10 @@ module.exports = function (cli, argv, cwd) {
cli.ok('');
}
- if (rawConfig.mixins) {
- cli.ok('Mixins LMD Package `' + (ra... | #<I> Mixins in command line overrides mixins in config file | azproduction_lmd | train |
6ba8cd3b6b8106124b1e0c2c93aaf30a947ff834 | diff --git a/pykechain/client.py b/pykechain/client.py
index <HASH>..<HASH> 100644
--- a/pykechain/client.py
+++ b/pykechain/client.py
@@ -2031,8 +2031,12 @@ class Client(object):
new_team.add_members([user], role=TeamRoles.OWNER)
team_members = new_team.members()
- new_team.remove_members([s... | OP-<I> Bug fix in creating a new team straight from the client patch | KE-works_pykechain | train |
18a5db18245327822205961c7ea1a117dd2ab9b4 | diff --git a/structr-ui/src/main/resources/structr/js/security.js b/structr-ui/src/main/resources/structr/js/security.js
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/resources/structr/js/security.js
+++ b/structr-ui/src/main/resources/structr/js/security.js
@@ -39,7 +39,22 @@ var _Security = {
Structr.upd... | Bugfix: Temporary fix for test failure | structr_structr | train |
9ee8a67eee84cd8fd1a69aa241bfb9e592c34b7a | diff --git a/pptx/shapes/autoshape.py b/pptx/shapes/autoshape.py
index <HASH>..<HASH> 100644
--- a/pptx/shapes/autoshape.py
+++ b/pptx/shapes/autoshape.py
@@ -275,7 +275,7 @@ class _Shape(_BaseShape):
"""
def __init__(self, sp):
super(_Shape, self).__init__(sp)
- self.__adjustments = _Adjustme... | reorg: _Shape dbl ldng underscore vars | scanny_python-pptx | train |
e4b6ad36bb1ef18fc1396d76fc2fde71cf98813e | diff --git a/js/wee.js b/js/wee.js
index <HASH>..<HASH> 100644
--- a/js/wee.js
+++ b/js/wee.js
@@ -486,7 +486,7 @@
// Create new controller instance
W.fn[name] = W._make(name, pub, priv, base);
- W[name] = new W.fn[name]();
+ W[name] = new W.fn[name](name);
// Execute base constructor... | Pass in name to Wee controller instance to ensure only the direct controller gets deleted with $destroy
Delete all scoped properties on controllers as a fallback to removing from the Wee namespace | weepower_wee-core | train |
ecc3ee9a5de6ee88cf87b3105af502d1ffa80738 | diff --git a/lib/hirb/helpers/table.rb b/lib/hirb/helpers/table.rb
index <HASH>..<HASH> 100644
--- a/lib/hirb/helpers/table.rb
+++ b/lib/hirb/helpers/table.rb
@@ -51,7 +51,11 @@ class Hirb::Helpers::Table
# Hirb::Helpers::Table.render [{:age=>10, :weight=>100}, {:age=>80, :weight=>500}], :headers=>{:weight=>"We... | #1: added default vertical table to handle incorrectly configured tables throwing TooManyFieldsForWidthError | cldwalker_hirb | train |
16b6bd9b72daea92f74e9d773960ec02883bf574 | diff --git a/pykechain/models/widgets/widgets_manager.py b/pykechain/models/widgets/widgets_manager.py
index <HASH>..<HASH> 100644
--- a/pykechain/models/widgets/widgets_manager.py
+++ b/pykechain/models/widgets/widgets_manager.py
@@ -499,8 +499,8 @@ class WidgetsManager(Sized):
def add_propertygrid_widget(self,... | Bug fix - all_readable/ all_writable for propertygrid widget | KE-works_pykechain | train |
be4287f8cbaeb71dbcfffb7c676de5875cc29a57 | diff --git a/audited/audited_test.go b/audited/audited_test.go
index <HASH>..<HASH> 100644
--- a/audited/audited_test.go
+++ b/audited/audited_test.go
@@ -24,6 +24,7 @@ var db *gorm.DB
func init() {
db = utils.TestDB()
+ db.DropTable(&User{}, &Product{})
db.AutoMigrate(&User{}, &Product{})
audited.RegisterCall... | Drop tables for audited before run tests | qor_qor | train |
b23b492904213032370329c8cc9924573f7f3d52 | diff --git a/safe/gui/tools/multi_exposure_dialog.py b/safe/gui/tools/multi_exposure_dialog.py
index <HASH>..<HASH> 100644
--- a/safe/gui/tools/multi_exposure_dialog.py
+++ b/safe/gui/tools/multi_exposure_dialog.py
@@ -43,8 +43,8 @@ from safe.definitions.layer_purposes import (
layer_purpose_aggregation,
)
from ... | remove pdf generation on multiexposure IF runtime (#<I>) | inasafe_inasafe | train |
e8e55b468e76b741d78f12d2a3366aa731b00028 | diff --git a/activiti-engine/src/main/java/org/activiti/engine/impl/test/PluggableActivitiTestCase.java b/activiti-engine/src/main/java/org/activiti/engine/impl/test/PluggableActivitiTestCase.java
index <HASH>..<HASH> 100644
--- a/activiti-engine/src/main/java/org/activiti/engine/impl/test/PluggableActivitiTestCase.jav... | Fixing process engine caching issue in ResourceActivitiTestCase | camunda_camunda-bpm-platform | train |
2ef718a2606e7c3fed583c00bfc5c9ebb0ba91db | diff --git a/lib/image_processing/vips.rb b/lib/image_processing/vips.rb
index <HASH>..<HASH> 100644
--- a/lib/image_processing/vips.rb
+++ b/lib/image_processing/vips.rb
@@ -115,24 +115,6 @@ module ImageProcessing
end
end
- # Crops the image to be the defined area.
- #
- # @param [#path, #read] ... | Remove #crop
It's literally just a delegator to Vips::Image. | janko_image_processing | train |
ab3fcb8b764f53b373d92856b38f45bccb980e34 | diff --git a/bin/simple-object-validation.js b/bin/simple-object-validation.js
index <HASH>..<HASH> 100644
--- a/bin/simple-object-validation.js
+++ b/bin/simple-object-validation.js
@@ -248,11 +248,33 @@
value: true
});
+ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length;... | Added reducers to assemble function
... to enable validation of dependent fields for example | madcat23_simple-object-validation | train |
495db1a951e0c6df399d27ba4076cb1373ec5c76 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -10,6 +10,7 @@ kwargs = {
"packages": ["annex"],
"scripts": [],
"description": "A Simple Plugin System for Python",
+ "long_description": open("README").read(),
"author": "Gary M. Josack",
"maintain... | Explicitly read README into long_description
For whatever reason PyPi favors README.md over README even though it doesn't
work with markdown. Explicitly read in long_description. | gmjosack_annex | train |
ad0d67dc12684fe041af44f3e09f9637390f936d | diff --git a/tests/xapian_tests/search_indexes.py b/tests/xapian_tests/search_indexes.py
index <HASH>..<HASH> 100644
--- a/tests/xapian_tests/search_indexes.py
+++ b/tests/xapian_tests/search_indexes.py
@@ -14,5 +14,13 @@ class DocumentIndex(indexes.SearchIndex):
name = indexes.CharField(model_attr='name')
da... | Added regression test for #<I>. | notanumber_xapian-haystack | train |
18b3d66340a47ce26d84c5d7a5070c006b1c6dad | diff --git a/src/angular-advanced-searchbox.js b/src/angular-advanced-searchbox.js
index <HASH>..<HASH> 100644
--- a/src/angular-advanced-searchbox.js
+++ b/src/angular-advanced-searchbox.js
@@ -316,9 +316,10 @@ angular.module('angular-advanced-searchbox', [])
});
}... | do not setting the focus model on blur automatically, fixes #<I>, #<I> | dnauck_angular-advanced-searchbox | train |
bca76f5c3b681f4c98aec2b6eb471cb930d4e48f | diff --git a/lib/jitsu/package.js b/lib/jitsu/package.js
index <HASH>..<HASH> 100644
--- a/lib/jitsu/package.js
+++ b/lib/jitsu/package.js
@@ -540,14 +540,14 @@ package.properties = function (dir) {
{
name: 'version',
unique: false,
- validator: semver.valid,
+ conform: semver.valid,
... | [fix] Missed this prompt regression the last commit, Fixes #<I> | nodejitsu_jitsu | train |
694cb1efe7cf9434be34127d9fb9247a44409c9a | diff --git a/core/src/main/resources/lib/form/textarea/textarea.js b/core/src/main/resources/lib/form/textarea/textarea.js
index <HASH>..<HASH> 100644
--- a/core/src/main/resources/lib/form/textarea/textarea.js
+++ b/core/src/main/resources/lib/form/textarea/textarea.js
@@ -2,13 +2,13 @@ Behaviour.specify("TEXTAREA.cod... | [JENKINS-<I>] Avoiding to refresh codemirror through the layoutUpdateCallback (#<I>)
(cherry picked from commit 1e<I>d<I>ed<I>db<I>dbdd<I>acc<I>fa6d<I>) | jenkinsci_jenkins | train |
b6e515d9b831ce47a46f63bbd6f321af0c52e518 | diff --git a/simuvex/s_exit.py b/simuvex/s_exit.py
index <HASH>..<HASH> 100644
--- a/simuvex/s_exit.py
+++ b/simuvex/s_exit.py
@@ -46,7 +46,7 @@ class SimExit(object):
if sirsb_exit is not None:
self.set_irsb_exit(sirsb_exit)
elif sirsb_postcall is not None:
- self.set_postcall(sirsb_postcall, simple_postca... | allow an overriding state to be passed to a postcall exit | angr_angr | train |
ab28a884ddb118fae10ac6a3a420e15c654b4e99 | diff --git a/src/main/java/com/lob/protocol/response/USVerificationResponse.java b/src/main/java/com/lob/protocol/response/USVerificationResponse.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/lob/protocol/response/USVerificationResponse.java
+++ b/src/main/java/com/lob/protocol/response/USVerificationRespons... | feat(us-verification): add address-type and geocoding to wrapper | lob_lob-java | train |
9f3ea4505acccaa1bf6ded0a24b4c2aa7e2b7cab | diff --git a/ci/ci_build.rb b/ci/ci_build.rb
index <HASH>..<HASH> 100755
--- a/ci/ci_build.rb
+++ b/ci/ci_build.rb
@@ -33,7 +33,7 @@ cd root_dir do
puts
puts "[CruiseControl] Bundling RubyGems"
puts
- build_results[:bundle] = system 'env CI=1 sudo bundle install'
+ build_results[:bundle] = system 'sudo env C... | CI: set env after sudo | rails_rails | train |
e897efb79f7d5946c668ddd74ecba17289958668 | diff --git a/graphene/relay/tests/test_query.py b/graphene/relay/tests/test_query.py
index <HASH>..<HASH> 100644
--- a/graphene/relay/tests/test_query.py
+++ b/graphene/relay/tests/test_query.py
@@ -36,11 +36,20 @@ class Query(graphene.ObjectType):
special_node = relay.NodeField(SpecialNode)
all_my_nodes = re... | Added test for with_context on connectionfield | graphql-python_graphene | train |
ec46eda66581373dc9c06c9585dd154adbce3763 | diff --git a/.jshintrc b/.jshintrc
index <HASH>..<HASH> 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -17,10 +17,10 @@
"quotmark" : "single",
"undef" : true,
"unused" : true,
- "strict" : true,
+ "strict" : false,
"trailing" : false,
- "maxparams" : 1,... | fixed all jshint warnings | bahmutov_next-update | train |
844d97f8a6048458e6cadcf5d9a3be51e365d022 | diff --git a/src/tools/bubblemap/bubblemap-component.js b/src/tools/bubblemap/bubblemap-component.js
index <HASH>..<HASH> 100644
--- a/src/tools/bubblemap/bubblemap-component.js
+++ b/src/tools/bubblemap/bubblemap-component.js
@@ -54,6 +54,7 @@ var BubbleMapComponent = Component.extend({
var _this = this;
thi... | Add a protection from time validation and subsequent time.value change before chart is ready | vizabi_vizabi | train |
99fae6c78f5e4ddf59512c0d3af87b7e1f290070 | diff --git a/Query/JoinClause.php b/Query/JoinClause.php
index <HASH>..<HASH> 100755
--- a/Query/JoinClause.php
+++ b/Query/JoinClause.php
@@ -114,4 +114,16 @@ class JoinClause {
return $this->on($column, 'is', new Expression('null'), $boolean, false);
}
+ /**
+ * Add an "on where is not null" clause to the joi... | Add whereNotNull to JoinClause | illuminate_database | train |
44d904e13a2e82449097b28825b8b1e20f819b10 | diff --git a/itest/src/test/java/org/ops4j/pax/web/itest/AuthenticationTCIntegrationTest.java b/itest/src/test/java/org/ops4j/pax/web/itest/AuthenticationTCIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/itest/src/test/java/org/ops4j/pax/web/itest/AuthenticationTCIntegrationTest.java
+++ b/itest/src/test/java/or... | [PAXWEB-<I>] - Equinox - TC tests fail ... | ops4j_org.ops4j.pax.web | train |
b52af936d58f6a9375f1f849f025f5145810c718 | diff --git a/formatter.go b/formatter.go
index <HASH>..<HASH> 100644
--- a/formatter.go
+++ b/formatter.go
@@ -2,6 +2,7 @@ package logger
import (
"encoding/json"
+ "errors"
"fmt"
"github.com/sirupsen/logrus"
)
@@ -16,13 +17,15 @@ type ftJSONFormatter struct {
serviceName string
}
-func newFTJSONFormatte... | :ok_hand: Forced library client to initialised the logger | Financial-Times_go-logger | train |
366a97a00e64377165614cb77c68f69fa730c401 | diff --git a/lib/gem_info/runner.rb b/lib/gem_info/runner.rb
index <HASH>..<HASH> 100644
--- a/lib/gem_info/runner.rb
+++ b/lib/gem_info/runner.rb
@@ -39,7 +39,11 @@ module GemInfo
end
def installed_specs
- Gem.source_index.all_gems.values
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1... | Add support for Rubygems <I>. | oggy_gem_info | train |
33c40af12557ad7a58ff2ca35027733c27cdb516 | diff --git a/lib/codemirror.js b/lib/codemirror.js
index <HASH>..<HASH> 100644
--- a/lib/codemirror.js
+++ b/lib/codemirror.js
@@ -62,7 +62,8 @@ window.CodeMirror = (function() {
overlays: [],
modeGen: 0,
overwrite: false, focused: false,
- suppr... | Give change events for 'cut' changes origin="cut"
Issue #<I> | codemirror_CodeMirror | train |
71d6cd4c5e95243ee616830ac5d7c36db73589ed | diff --git a/examples/hacker_news/hacker_news/jobs/dbt_metrics.py b/examples/hacker_news/hacker_news/jobs/dbt_metrics.py
index <HASH>..<HASH> 100644
--- a/examples/hacker_news/hacker_news/jobs/dbt_metrics.py
+++ b/examples/hacker_news/hacker_news/jobs/dbt_metrics.py
@@ -32,7 +32,6 @@ DBT_RESOURCES_PROD = {
"dbt_as... | remove run_date param from dbt demo job (#<I>) | dagster-io_dagster | train |
432475c1ca8b687017b84f573187109450f9d599 | diff --git a/random-beans/src/main/java/io/github/benas/randombeans/randomizers/registry/AbstractRandomizerRegistry.java b/random-beans/src/main/java/io/github/benas/randombeans/randomizers/registry/AbstractRandomizerRegistry.java
index <HASH>..<HASH> 100644
--- a/random-beans/src/main/java/io/github/benas/randombeans/... | issue #<I>: make AbstractRandomizerRegistry public | j-easy_easy-random | train |
05a9db4ef8babb772af860ae6ffdc564fb6da92a | diff --git a/message_sender/tests.py b/message_sender/tests.py
index <HASH>..<HASH> 100644
--- a/message_sender/tests.py
+++ b/message_sender/tests.py
@@ -1120,7 +1120,8 @@ class TestVumiMessagesAPI(AuthenticatedAPITestCase):
self.assertEqual(r['hook'], {"id": hook.id, "event": hook.event,
... | Add 'identity' to data for delivery hook test | praekeltfoundation_seed-message-sender | train |
de353cc039c766bddf7ed1728136f01226f7c99f | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -78,7 +78,7 @@ else:
setup(
name='peyotl',
- version='0.1.1',
+ version='0.1.2',
description='Library for interacting with Open Tree of Life resources',
long_description=(open('README.rst').read()),
... | bump of version to <I> | OpenTreeOfLife_peyotl | train |
72b681e36306a40ceadbce39f8923f9c64473dc4 | diff --git a/src/bloodhound/options_parser.js b/src/bloodhound/options_parser.js
index <HASH>..<HASH> 100644
--- a/src/bloodhound/options_parser.js
+++ b/src/bloodhound/options_parser.js
@@ -13,7 +13,13 @@ var oParser = (function() {
};
function getLocal(o) {
- return o.local || null;
+ var local = o.loc... | Support 'local' as a function | twitter_typeahead.js | train |
cd7357b93ad8234e7e9a97dbb666928f426a7587 | diff --git a/discord/utils.py b/discord/utils.py
index <HASH>..<HASH> 100644
--- a/discord/utils.py
+++ b/discord/utils.py
@@ -155,6 +155,15 @@ class CachedSlotProperty(Generic[T, T_co]):
setattr(instance, self.name, value)
return value
+class classproperty(Generic[T_co]):
+ def __init__(... | Add classproperty helper utility
This is apparently a <I>+ only addition | Rapptz_discord.py | train |
3a54e3af7fc0a9417d379d5e6ff12eb45795f9c4 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,9 @@ computation graph over your hardware/processors. For example: "Split the batch
over rows of processors and split the units in the hidden layer across columns
of processors." Mesh TensorFlow is implemented ... | Less aggressive automatic variable stacking, since it hurts memory usage. 5B
PiperOrigin-RevId: <I> | tensorflow_mesh | train |
551ec22e7b8fe240a111f7124d820ff64299283f | diff --git a/lib/chef/knife/bootstrap.rb b/lib/chef/knife/bootstrap.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/knife/bootstrap.rb
+++ b/lib/chef/knife/bootstrap.rb
@@ -378,7 +378,7 @@ class Chef
command = render_template
if config[:use_sudo]
- command = config[:use_sudo_password] ? "echo... | Reset $HOME to user running chef-client when running via sudo | chef_chef | train |
882dfbef9f8f3ad5e57c21b8eb40c129051e07b1 | diff --git a/app/helpers/remote_execution_helper.rb b/app/helpers/remote_execution_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/remote_execution_helper.rb
+++ b/app/helpers/remote_execution_helper.rb
@@ -79,7 +79,7 @@ module RemoteExecutionHelper
def template_invocation_actions(task, host, job_invocatio... | Fixes #<I> - change link to Host detail | theforeman_foreman_remote_execution | train |
6e388f4afad9c7d62eb8846e25aedd286776996a | diff --git a/lib/querify/exceptions.rb b/lib/querify/exceptions.rb
index <HASH>..<HASH> 100644
--- a/lib/querify/exceptions.rb
+++ b/lib/querify/exceptions.rb
@@ -11,12 +11,10 @@ module Querify
# Thrown when in invalid column is passed
class InvalidColumn < Error; end
+ class InvalidSortColumn < InvalidColumn; en... | Added a :column type to values and #filterable | kenaniah_activerecord-querify | train |
aa132a9a0eec1706658cc7b510e0b6404d937c59 | diff --git a/tests/test-json-posts-controller.php b/tests/test-json-posts-controller.php
index <HASH>..<HASH> 100644
--- a/tests/test-json-posts-controller.php
+++ b/tests/test-json-posts-controller.php
@@ -173,6 +173,22 @@ class WP_Test_JSON_Posts_Controller extends WP_Test_JSON_Controller_Testcase {
$this->assertC... | Unit tests for error responses in post revisions route. | WP-API_WP-API | train |
aeb7aa734df12f10f688c6fc64d1e489dc0f641e | diff --git a/spec/Consumer/RabbitMqConsumerSpec.php b/spec/Consumer/RabbitMqConsumerSpec.php
index <HASH>..<HASH> 100644
--- a/spec/Consumer/RabbitMqConsumerSpec.php
+++ b/spec/Consumer/RabbitMqConsumerSpec.php
@@ -51,6 +51,7 @@ final class RabbitMqConsumerSpec extends ObjectBehavior
$denormalizer->denormalize... | Provide more informations if denormalization / consuming fails | SyliusLabs_RabbitMqSimpleBusBundle | train |
00e8b701c1430896d248e9d5ac47945a05460cac | diff --git a/internal/graphicsdriver/metal/graphics.go b/internal/graphicsdriver/metal/graphics.go
index <HASH>..<HASH> 100644
--- a/internal/graphicsdriver/metal/graphics.go
+++ b/internal/graphicsdriver/metal/graphics.go
@@ -868,15 +868,31 @@ func (i *Image) Pixels() ([]byte, error) {
return b, nil
}
+// needsTo... | graphicsdriver/metal: Optimization | hajimehoshi_ebiten | train |
46e7a6288e1b049e7932053e5f04b7ea13d8589a | diff --git a/Entity/Entry.php b/Entity/Entry.php
index <HASH>..<HASH> 100644
--- a/Entity/Entry.php
+++ b/Entity/Entry.php
@@ -36,19 +36,17 @@ class Entry extends CommonEntity
protected $campaign;
/**
- * Collectively, the bundle_name, class_name, and actor_id define the acting entity
- *
* @v... | logging to file. switching to data records | TheDMSGroup_mautic-contact-ledger | train |
53890806e5c8183ee5047386cb97ebd8ef2149ca | diff --git a/lib/data_mapper/session/state/loading.rb b/lib/data_mapper/session/state/loading.rb
index <HASH>..<HASH> 100644
--- a/lib/data_mapper/session/state/loading.rb
+++ b/lib/data_mapper/session/state/loading.rb
@@ -52,7 +52,7 @@ module DataMapper
# @api private
#
def object
- ... | Rename Loader#object to Loader#body
This brings Loader interface in sync with Dumper#body. | rom-rb_rom | train |
173f6657e37a92df4904e8bbfe1818dd671ca6ff | diff --git a/src/Form/Factory.php b/src/Form/Factory.php
index <HASH>..<HASH> 100644
--- a/src/Form/Factory.php
+++ b/src/Form/Factory.php
@@ -63,7 +63,7 @@ class Factory
* @throws FactoryException
* @return Form
*/
- public function create(string $name, array $params = array()): Form
+ public f... | Removed factory type hint since PHP 7 does not support covariant return types | symlex_input-validation | train |
2f2372827fe64e914b7e8b0c5970fb09c992b477 | diff --git a/includes/settings.php b/includes/settings.php
index <HASH>..<HASH> 100644
--- a/includes/settings.php
+++ b/includes/settings.php
@@ -453,15 +453,17 @@ final class Menu_Icons_Settings {
* @wp_hook action admin_enqueue_scripts
*/
public static function _enqueue_assets() {
+ $suffix = Menu_Icons::ge... | Use minified JS & CSS when applicable | Codeinwp_wp-menu-icons | train |
253a6338ca6779f52d3d41e118e24554375371e8 | diff --git a/railties/lib/rails/generators.rb b/railties/lib/rails/generators.rb
index <HASH>..<HASH> 100644
--- a/railties/lib/rails/generators.rb
+++ b/railties/lib/rails/generators.rb
@@ -1,8 +1,5 @@
# frozen_string_literal: true
-activesupport_path = File.expand_path("../../../activesupport/lib", __dir__)
-$:.un... | Remove load path modification from Rails 3 days
This seems to be a pattern that was common around Rails 3 (for example,
it was last changed in 7ee<I>). However, most of the usages were
removed in <I>dd<I> and this one looks like it was missed.
Some of the other files changed in 7ee<I> were later consolidated into
a r... | rails_rails | train |
04cfd47df085cf0f643cb4c726b518330570479d | diff --git a/spyderlib/widgets/sourcecode/codeeditor.py b/spyderlib/widgets/sourcecode/codeeditor.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/sourcecode/codeeditor.py
+++ b/spyderlib/widgets/sourcecode/codeeditor.py
@@ -2121,6 +2121,16 @@ class CodeEditor(TextEditBaseWidget):
Qt.Key_... | Editor: Add automatic insertion of triple quotes
-. If now the user writes three double quotes, she will get six and the cursor
centered between them. | spyder-ide_spyder | train |
d1febfcdf85fe0130c79fd94955890c18d4361bc | diff --git a/src/org/zaproxy/zap/ZAP.java b/src/org/zaproxy/zap/ZAP.java
index <HASH>..<HASH> 100644
--- a/src/org/zaproxy/zap/ZAP.java
+++ b/src/org/zaproxy/zap/ZAP.java
@@ -22,6 +22,7 @@ package org.zaproxy.zap;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
+import java.lang.Thread... | Changed to set a default UncaughtExceptionHandler that logs all the uncaught exceptions. | zaproxy_zaproxy | train |
7fdacdfc91c8a5ca78d54e06f05011c83d5d6e9d | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -109,7 +109,8 @@ module.exports = function (grunt) {
APP_DIR_FOR_CODE_COVERAGE: '../test/coverage/instrument/',
SOAJS_DAEMON_GRP_CONF: 'group1',
SOAJS_IMAGE_PREFIX : "soajsorg",
- SOAJS_TEST_K... | added env variable to grunt file | soajs_soajs.core.drivers | train |
ed3af46308cc6e2871870456ff26f71b7ae3e4a5 | diff --git a/salt/modules/apt.py b/salt/modules/apt.py
index <HASH>..<HASH> 100644
--- a/salt/modules/apt.py
+++ b/salt/modules/apt.py
@@ -129,30 +129,34 @@ def refresh_db():
'''
Updates the APT database to latest packages based upon repositories
- Returns a dict::
+ Returns a dict, with the keys bein... | fix apt.py refresh_db (issue #<I>) | saltstack_salt | train |
f8eb4434d61fc1585c9b88dbb2d9159ea1f5b2fa | diff --git a/activerecord/lib/active_record/relation.rb b/activerecord/lib/active_record/relation.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/relation.rb
+++ b/activerecord/lib/active_record/relation.rb
@@ -13,6 +13,10 @@ module ActiveRecord
@klass.find_by_sql(@relation.to_sql)
end
... | Added collection iteration to AR::Relation. | rails_rails | train |
189789e556acb5b515c74fa6eff8233bf56452af | diff --git a/packages/mjml/src/index.js b/packages/mjml/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/mjml/src/index.js
+++ b/packages/mjml/src/index.js
@@ -1,4 +1,4 @@
-import mjml2html, { registerComponent, handleMjmlConfig } from 'mjml-core'
+import mjml2html, { registerComponent } from 'mjml-core'
import... | fix #<I> rm other exports from mjml | mjmlio_mjml | train |
147afebebb08f468da6421e72a86ffaa03670627 | diff --git a/qunit/qunit.js b/qunit/qunit.js
index <HASH>..<HASH> 100644
--- a/qunit/qunit.js
+++ b/qunit/qunit.js
@@ -107,6 +107,16 @@ var QUnit = {
config.assertions = [];
config.expected = expected;
+
+ var tests = id("qunit-tests");
+ if (tests) {
+ var b = document.createElement("strong");
+... | Improve async testing by creating the result element before running the test, updating it later.
If the test fails, its clear which test is the culprit. | JamesMGreene_qunit-assert-html | train |
e6ff30c8454b6bc8f33f1179763e470f1e988c9d | diff --git a/src/main/java/edu/jhu/gm/inf/BruteForceInferencer.java b/src/main/java/edu/jhu/gm/inf/BruteForceInferencer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/edu/jhu/gm/inf/BruteForceInferencer.java
+++ b/src/main/java/edu/jhu/gm/inf/BruteForceInferencer.java
@@ -56,7 +56,7 @@ public class BruteForceInfe... | Bug fix: we want to ignore the semiring of the VarTensors backing factors. | mgormley_pacaya | train |
b44fb769a41834a47fafaaed3ffdaa8715154de3 | diff --git a/nunaliit2-js/src/main/webapp/nunaliit2/n2.googleDocs.js b/nunaliit2-js/src/main/webapp/nunaliit2/n2.googleDocs.js
index <HASH>..<HASH> 100644
--- a/nunaliit2-js/src/main/webapp/nunaliit2/n2.googleDocs.js
+++ b/nunaliit2-js/src/main/webapp/nunaliit2/n2.googleDocs.js
@@ -198,6 +198,43 @@ var WorkBook = $n2.C... | Add getAllSpreadsheets to Workbook | GCRC_nunaliit | train |
3b2eb97498fe4fa3b898e0b05d1fa14ed3b2d514 | diff --git a/packages/neo-one-node-network/src/Peer.js b/packages/neo-one-node-network/src/Peer.js
index <HASH>..<HASH> 100644
--- a/packages/neo-one-node-network/src/Peer.js
+++ b/packages/neo-one-node-network/src/Peer.js
@@ -67,7 +67,7 @@ export default class Peer<Message> {
}
}
- close(): void {
+ close(... | Only end the socket if there was not an error #<I> | neo-one-suite_neo-one | train |
ec206251cf69a2bc85d8459f34a15c559334325c | diff --git a/examples/consumer.php b/examples/consumer.php
index <HASH>..<HASH> 100644
--- a/examples/consumer.php
+++ b/examples/consumer.php
@@ -25,7 +25,7 @@ require_once("Auth/OpenID/OIDUtil.php");
* included in each block to show which file you'll need to include to
* use the store.
*/
-$store_type = 'pgsql'... | [project @ Changed default store type in consumer script from postgres to filestore] | openid_php-openid | train |
24232a3a4b54f5e722855419ba502f56d77dcb24 | diff --git a/Readme.md b/Readme.md
index <HASH>..<HASH> 100644
--- a/Readme.md
+++ b/Readme.md
@@ -15,7 +15,6 @@ user.should.have.property('name', 'tj');
user.should.have.property('pets').with.lengthOf(4);
// or without Object.prototype, for guys how did Object.create(null)
-
should(user).have.property('name', 'tj... | Minor fixes in docs for upcoming release | tj_should.js | train |
44d9b3a4cb666c309480a145b73172d885618299 | diff --git a/pandas/core/indexes/range.py b/pandas/core/indexes/range.py
index <HASH>..<HASH> 100644
--- a/pandas/core/indexes/range.py
+++ b/pandas/core/indexes/range.py
@@ -811,6 +811,15 @@ class RangeIndex(Int64Index):
# --------------------------------------------------------------------
+ def _cmp_meth... | PERF: compare RangeIndex to equal RangeIndex (#<I>) | pandas-dev_pandas | train |
cca5561f989b4ac0c47b50cceec4a41d8bf8bf8b | diff --git a/shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-common/src/main/java/org/apache/shardingsphere/encrypt/rule/EncryptRule.java b/shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-common/src/main/java/org/apache/shardingsphere/encrypt/rule/EncryptRule.java
index <HASH... | fix issue#<I>: (#<I>)
* fix issue#<I>:
EncryptRule use equalsIgnoreCase method to match encrypt column, but use equals method to match decrypt column. #<I>
* fix issue#<I>:
EncryptRule use equalsIgnoreCase method to match encrypt column, but use equals method to match decrypt column. #<I>
remove private function... | apache_incubator-shardingsphere | train |
5e073bd353dc33e4c91dcf29c36d452df5e08341 | diff --git a/lib/thinking_sphinx/active_record/database_adapters/abstract_adapter.rb b/lib/thinking_sphinx/active_record/database_adapters/abstract_adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/thinking_sphinx/active_record/database_adapters/abstract_adapter.rb
+++ b/lib/thinking_sphinx/active_record/database_adapte... | Have adapter manage quoting of columns. | pat_thinking-sphinx | train |
0d458df05803378cc1b8616bec5ae44d57d73078 | diff --git a/src/main/java/io/nats/client/impl/NatsJetStream.java b/src/main/java/io/nats/client/impl/NatsJetStream.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/nats/client/impl/NatsJetStream.java
+++ b/src/main/java/io/nats/client/impl/NatsJetStream.java
@@ -398,7 +398,8 @@ public class NatsJetStream extend... | bw compatibility restored on checking consumer not found (#<I>) | nats-io_java-nats | train |
f27d05443a800086f63eea2d8cd0409139f72fb1 | diff --git a/tests/apispec/test_core.py b/tests/apispec/test_core.py
index <HASH>..<HASH> 100644
--- a/tests/apispec/test_core.py
+++ b/tests/apispec/test_core.py
@@ -105,6 +105,32 @@ class TestPath:
assert p['description'] == route_spec['description']
assert p['tags'] == route_spec['tags']
+ def... | Tests to make sure merge path works | marshmallow-code_apispec | train |
66be07eb44a1c1aaadcf07525d861ca7cb4572d9 | diff --git a/lib/server.js b/lib/server.js
index <HASH>..<HASH> 100644
--- a/lib/server.js
+++ b/lib/server.js
@@ -1,5 +1,4 @@
var _ = require('lodash');
-var Q = require('q');
var feathers = require('feathers');
var memory = require('feathers-memory');
diff --git a/lib/testee.js b/lib/testee.js
index <HASH>..<HAS... | Call Miner tunnel more explicitly and close the server on good-will. | bitovi_testee | train |
5713b5b26ff0f5b262d35f6ad5c050857e8c0504 | diff --git a/tests/test_hooks.py b/tests/test_hooks.py
index <HASH>..<HASH> 100644
--- a/tests/test_hooks.py
+++ b/tests/test_hooks.py
@@ -1,5 +1,6 @@
"""Tests for `cookiecutter.hooks` module."""
import os
+import errno
import stat
import sys
import textwrap
@@ -144,6 +145,31 @@ class TestExternalHooks(object):
... | Add <I>% coverage on Windows tests | audreyr_cookiecutter | train |
566511545a847a2a1ba4692a5dc72e43f43fa5a3 | diff --git a/core/src/main/java/tech/tablesaw/io/csv/CsvReader.java b/core/src/main/java/tech/tablesaw/io/csv/CsvReader.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/tech/tablesaw/io/csv/CsvReader.java
+++ b/core/src/main/java/tech/tablesaw/io/csv/CsvReader.java
@@ -62,15 +62,26 @@ public class CsvReader {
... | adjusted the cutoffs for using text columns | jtablesaw_tablesaw | train |
3cbdb1bb7c1484aacbeb313bbaa6f923741bd8df | diff --git a/core/terminal.js b/core/terminal.js
index <HASH>..<HASH> 100644
--- a/core/terminal.js
+++ b/core/terminal.js
@@ -65,8 +65,19 @@
});
});
+ var mouseDownTime = Date.now();
+ $(window).mousedown(function() {
+ mouseDownTime = Date.now();
+ });
$("#terminal").mouseup(function(... | String ':' out of lines copied from console, and also stop a quick click accidentally copying | espruino_EspruinoTools | train |
6a1221052d1630d2589dcd86ea56ab276d725c58 | diff --git a/index.android.js b/index.android.js
index <HASH>..<HASH> 100644
--- a/index.android.js
+++ b/index.android.js
@@ -52,7 +52,7 @@ var CrosswalkWebView = React.createClass({
);
},
getWebViewHandle () {
- return React.findNodeHandle(this.refs[WEBVIEW_REF]);
+ return ReactNative... | Fixing goBack, goForward and reload (#<I>)
Copying the fix from here <URL> | jordansexton_react-native-webview-crosswalk | train |
6c86d4f12aa02a649cc8923015649c980ede52b4 | diff --git a/src/main/webapp/js/Plugins/shaperepository.js b/src/main/webapp/js/Plugins/shaperepository.js
index <HASH>..<HASH> 100644
--- a/src/main/webapp/js/Plugins/shaperepository.js
+++ b/src/main/webapp/js/Plugins/shaperepository.js
@@ -48,7 +48,16 @@ ORYX.Plugins.ShapeRepository = {
rootVisible: false,
l... | JBPM-<I> : Sorting in Shape Repository in jBPM Designer | kiegroup_jbpm-designer | train |
e976f4f3bddf6831b309dad274c075eac9d63f35 | diff --git a/spec/integration/auto_complete_spec.rb b/spec/integration/auto_complete_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/auto_complete_spec.rb
+++ b/spec/integration/auto_complete_spec.rb
@@ -34,7 +34,6 @@ ScopedSearch::RSpec::Database.test_databases.each do |db|
after(:all) do
Scop... | fixed warning on after(:all) in the tests. | wvanbergen_scoped_search | train |
b23bada06a4f26187126d9cb20e2ba990a1fab15 | diff --git a/winrm/client.go b/winrm/client.go
index <HASH>..<HASH> 100644
--- a/winrm/client.go
+++ b/winrm/client.go
@@ -115,17 +115,17 @@ func (client *Client) sendRequest(request *soap.SoapMessage) (response string, e
func (client *Client) Run(command string, stdout io.Writer, stderr io.Writer) (exitCode int, err ... | Mark exitCode to 1 when there is an error in the client
This is based on a commit by @pecigonzalo. | masterzen_winrm | train |
efcb02be36d98de2f7ef96247335fb8c85ed0960 | diff --git a/code/MaintenanceModeExtension.php b/code/MaintenanceModeExtension.php
index <HASH>..<HASH> 100755
--- a/code/MaintenanceModeExtension.php
+++ b/code/MaintenanceModeExtension.php
@@ -47,7 +47,7 @@ class MaintenanceMode_Page_ControllerExtension extends Extension {
// Process the request internally... | More refinements on PR #4 for better compat with cutting edge SS <I> (needs new DataModal instance in ->handleRequest() method). | dljoseph_silverstripe-maintenance-mode | train |
5ef2ae61bf9c27e5e1847bb8240e151256534eec | diff --git a/src/Leaves/Admin/Products/ProductsEdit.php b/src/Leaves/Admin/Products/ProductsEdit.php
index <HASH>..<HASH> 100755
--- a/src/Leaves/Admin/Products/ProductsEdit.php
+++ b/src/Leaves/Admin/Products/ProductsEdit.php
@@ -7,7 +7,6 @@ use Rhubarb\Crown\Response\RedirectResponse;
use Rhubarb\Leaf\Crud\Leaves\Cr... | Make sure CategoryID gets set regardless of variation | rojr_SuperCMS | train |
a6f9255f268d8b17d2820aa0cc32a18cee3f778f | diff --git a/.postcssrc.js b/.postcssrc.js
index <HASH>..<HASH> 100644
--- a/.postcssrc.js
+++ b/.postcssrc.js
@@ -3,3 +3,29 @@ module.exports = {
'@wearegenki/ui-postcss': {},
},
};
+
+// TODO: Put this in the docs (both ways, depending on array or object type of config):
+
+// https://github.com/michael-cini... | Add comments about ui-postcss in docs | WeAreGenki_ui | train |
5ddb4f9d575e0500b711ed468e859e851e5c0940 | diff --git a/hash.js b/hash.js
index <HASH>..<HASH> 100644
--- a/hash.js
+++ b/hash.js
@@ -1,6 +1,9 @@
+var format = require("./lib/format.js")
var addError = require("./lib/add-error.js")
var normalize = require("./lib/normalize.js")
+var NOT_OBJECT_MESSAGE = "Expected %s to be an object"
+
Validator.creditCard =... | hash & list should not fail | Raynos_validate-form | train |
2333001c93342022801303d99cb522f90c0fff54 | diff --git a/url.php b/url.php
index <HASH>..<HASH> 100644
--- a/url.php
+++ b/url.php
@@ -41,7 +41,7 @@ class SimpleUrl {
* @param string $url Incoming URL.
* @access public
*/
- function SimpleUrl($url = '') {
+ function __construct($url = '') {
list($x, $y) = $this->chom... | Changing a constructor to the default version for PHP5+ (__construct) | simpletest_simpletest | train |
dbda340e7f91966fb1417a0186dc5dc235bc16ca | diff --git a/deploy/helper.js b/deploy/helper.js
index <HASH>..<HASH> 100644
--- a/deploy/helper.js
+++ b/deploy/helper.js
@@ -33,7 +33,7 @@ var mapFilesToStreams = function(filesPaths) {
};
var uploadFile = R.curry(function(remotePath, payload) {
- var S3 = new AWS.S3({params: {Bucket: 'as24-assets-eu-west-1', ... | Fixed ACL when deploy to s3 | Scout24_showcar-ui | train |
f13b8bc63970f558528e8c21dbff530bbbd57c02 | diff --git a/rules/readfile.go b/rules/readfile.go
index <HASH>..<HASH> 100644
--- a/rules/readfile.go
+++ b/rules/readfile.go
@@ -120,6 +120,7 @@ func NewReadFile(id string, conf gosec.Config) (gosec.Rule, []ast.Node) {
rule.pathJoin.Add("path/filepath", "Join")
rule.pathJoin.Add("path", "Join")
rule.clean.Add("... | Add also filepath.Rel as a sanitization method for input argument in the G<I> rule | securego_gosec | train |
4be4fda983cd0cbc5e718abb78447ef2958ffa3e | diff --git a/src/record/record-handler.js b/src/record/record-handler.js
index <HASH>..<HASH> 100644
--- a/src/record/record-handler.js
+++ b/src/record/record-handler.js
@@ -299,7 +299,7 @@ RecordHandler.prototype._update = function (socketWrapper, message) {
return
}
- if (this._transitions[recordName] && ... | improvement (records): Adds support for version -1 to override record to newest version | deepstreamIO_deepstream.io | train |
4be25270c67379aa2da5e41f6530b21fcaaafdd8 | diff --git a/server/export.js b/server/export.js
index <HASH>..<HASH> 100644
--- a/server/export.js
+++ b/server/export.js
@@ -94,6 +94,13 @@ function copyPages (nextDir, outDir, buildId) {
const fullFilePath = `${root}${sep}${filename}`
const relativeFilePath = fullFilePath.replace(nextBundlesDir, '')
... | Do not include /_document.js when running 'next export' | zeit_next.js | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.