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 |
|---|---|---|---|---|---|
deebcbc53a973373b8f5e0a64c75d9647ea7ef39 | diff --git a/src/Storage/Entity/Content.php b/src/Storage/Entity/Content.php
index <HASH>..<HASH> 100644
--- a/src/Storage/Entity/Content.php
+++ b/src/Storage/Entity/Content.php
@@ -67,12 +67,13 @@ class Content extends Entity
*/
public function set($key, $value)
{
- $this->$key = $value;
+ ... | dont access the property directly go through the setter instead | bolt_bolt | train | php |
0755156d2420d0661f7ddbc940e16eae1c6f4041 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -6,14 +6,12 @@ except ImportError:
with open('README.md') as f:
readme = f.read()
-with open(os.path.join('docs', 'release-notes.rst')) as f:
- history = f.read()
setup(
name="pykwalify",
version="1.7.0... | Remove history from long_description to make pypi render properly for future releases | Grokzen_pykwalify | train | py |
c2536ef2ab63dd403499a11a6c1bbb9af32ea551 | diff --git a/lib/positron/build.rb b/lib/positron/build.rb
index <HASH>..<HASH> 100644
--- a/lib/positron/build.rb
+++ b/lib/positron/build.rb
@@ -35,12 +35,10 @@ module Positron
end
def svg
- return unless File.directory?(config[:svg_dir])
-
require 'esvg'
if @svg.nil?
- @svg = ... | Svg bilding works now | imathis_spark | train | rb |
90947a8e84063f7500473104c845848debf27453 | diff --git a/rpc_util.go b/rpc_util.go
index <HASH>..<HASH> 100644
--- a/rpc_util.go
+++ b/rpc_util.go
@@ -567,6 +567,6 @@ const SupportPackageIsVersion3 = true
const SupportPackageIsVersion4 = true
// Version is the current grpc version.
-const Version = "1.7.0-dev"
+const Version = "1.8.0-dev"
const grpcUA = "... | Change version to <I>-dev (#<I>) | grpc_grpc-go | train | go |
202a7c36baa7f36139f9bdcd633fc9c054a007cc | diff --git a/src/Foundation/ServiceProviders/OAuthServiceProvider.php b/src/Foundation/ServiceProviders/OAuthServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/Foundation/ServiceProviders/OAuthServiceProvider.php
+++ b/src/Foundation/ServiceProviders/OAuthServiceProvider.php
@@ -46,6 +46,7 @@ class OAuthServiceP... | add support wechat open platform oauth. (#<I>) | overtrue_wechat | train | php |
d14bdd8a3199c66913f6fb9d68a426f62d143dd0 | diff --git a/SwatDB/SwatDBDataObject.php b/SwatDB/SwatDBDataObject.php
index <HASH>..<HASH> 100644
--- a/SwatDB/SwatDBDataObject.php
+++ b/SwatDB/SwatDBDataObject.php
@@ -151,12 +151,27 @@ class SwatDBDataObject extends SwatObject implements Serializable
$db = $this->db;
$this->db = null;
- //$string = parent:... | Better __toString() on dataobjects to help debugging.
svn commit r<I> | silverorange_swat | train | php |
ce4032beb972568ca430e99f746f240b27603f1e | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
from setuptools import setup
setup(name='lando-messaging',
- version='0.8.0',
+ version='0.7.2',
description='Lando workflow messaging component',
url='https://github.com/Duke-GCB/lando... | Restores version to <I> | Duke-GCB_lando-messaging | train | py |
9c36c311f585db8d97d7850c0ab14b6dc2af44ca | diff --git a/lib/config.js b/lib/config.js
index <HASH>..<HASH> 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -3,6 +3,12 @@
const path = require("path")
class Config {
+ /**
+ * Take a dictionary of options and set them
+ * directly on this config object.
+ * @param {Object} options and values to set.
+... | Added docblocks and comments | Multicolour_multicolour | train | js |
856fa826198eb29bd682c9b931b5d0a0cbf8f65b | diff --git a/forms.py b/forms.py
index <HASH>..<HASH> 100644
--- a/forms.py
+++ b/forms.py
@@ -125,15 +125,6 @@ class ClientFormBase(model_form_factory(InvenioBaseForm)):
class ClientForm(ClientFormBase):
- is_confidential = fields.SelectField(
- label=_('Client Type'),
- description=_('If you sel... | oauth2server: form field order
* Changes ordering of fields in client form.
* Adds extra documentation for public vs confidential clients. | inveniosoftware_invenio-oauth2server | train | py |
9e482c86975b4691119b294ed7ab2a7d20a8c233 | diff --git a/concrete/controllers/single_page/dashboard/system/registration/authentication.php b/concrete/controllers/single_page/dashboard/system/registration/authentication.php
index <HASH>..<HASH> 100644
--- a/concrete/controllers/single_page/dashboard/system/registration/authentication.php
+++ b/concrete/controller... | Stay in the "edit authentication" mode in case of errors | concrete5_concrete5 | train | php |
0394ec0df871c3a3e5a21b7f5018b9573e68138b | diff --git a/closure/goog/i18n/currency.js b/closure/goog/i18n/currency.js
index <HASH>..<HASH> 100644
--- a/closure/goog/i18n/currency.js
+++ b/closure/goog/i18n/currency.js
@@ -325,7 +325,7 @@ goog.i18n.currency.CurrencyInfo = {
'TZS': [0, 'TSh', 'TSh'],
'UAH': [2, '\u20B4', 'UAH'],
'USD': [2, '$', 'US$'],
-... | De-dupe UYU currency in i<I>n currency.js
UYU currency would have different values depending on whether or not the second tier was being used. This change uses the more correct version of UYU.<URL> | google_closure-library | train | js |
2d158819b0b6a87557d2e1a5f321fcb39c366a07 | diff --git a/src/TypesGenerator.php b/src/TypesGenerator.php
index <HASH>..<HASH> 100644
--- a/src/TypesGenerator.php
+++ b/src/TypesGenerator.php
@@ -258,7 +258,7 @@ class TypesGenerator
}
foreach ($this->getParentClasses($type) as $typeInHierarchy) {
- ... | fix: Check if key is set to prevent warning (#<I>)
* fix: Check if key is set to prevent warning
When the properitesMap array gets iterated to generate the fields, it happens that the uri of the typeInHierarchy is not a key of the said array; this triggers a PHP Warning: Undefined array key. Seems to happen only f... | api-platform_schema-generator | train | php |
1804c1d8ca5673d5ec2f200e53fff088a8541175 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -25,9 +25,10 @@ class Origin {
ipfsGatewayPort = defaultIpfsGatewayPort,
ipfsGatewayProtocol = defaultIpfsGatewayProtocol,
attestationServerUrl = defaultAttestationServerUrl,
- contractAddress... | Receive non-window external web3 (#<I>) | OriginProtocol_origin-js | train | js |
4bc188aee6b5fc7fbf91884e6684d6598c29ac26 | diff --git a/accumulo/src/main/java/org/vertexium/accumulo/LazyPropertyMetadata.java b/accumulo/src/main/java/org/vertexium/accumulo/LazyPropertyMetadata.java
index <HASH>..<HASH> 100644
--- a/accumulo/src/main/java/org/vertexium/accumulo/LazyPropertyMetadata.java
+++ b/accumulo/src/main/java/org/vertexium/accumulo/Laz... | use string concat to reduce object creation | visallo_vertexium | train | java |
f30f25497f597238c82dddca9f31652261047827 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,7 @@ SETUP_ARGS = dict(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :... | Add Python <I> support indicator to setup | cltrudeau_django-awl | train | py |
1c93e2bd7dda5501158694b391c8964b88ec2fab | diff --git a/src/main/java/io/reactivex/gwt/schedulers/GwtScheduler.java b/src/main/java/io/reactivex/gwt/schedulers/GwtScheduler.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/reactivex/gwt/schedulers/GwtScheduler.java
+++ b/src/main/java/io/reactivex/gwt/schedulers/GwtScheduler.java
@@ -34,9 +34,18 @@ public... | Fix GwtScheduler might execute pending actions after worker is disposed | intendia-oss_rxjava-gwt | train | java |
406e0b32be7a0d6567be3174c15f75f34aad1fa2 | diff --git a/src/Adapter.php b/src/Adapter.php
index <HASH>..<HASH> 100755
--- a/src/Adapter.php
+++ b/src/Adapter.php
@@ -36,6 +36,10 @@ class Adapter implements AdapterContract
$rows = $this->casbinRule->select()->toArray();
foreach ($rows as $row) {
+ if(is_object($row) && method_exist... | Compatible with exceptions caused by think-helper. | php-casbin_think-casbin | train | php |
818c54a2ca38f1ec38a03467e2ea573f19fbcd20 | diff --git a/ping.go b/ping.go
index <HASH>..<HASH> 100644
--- a/ping.go
+++ b/ping.go
@@ -7,7 +7,7 @@ import (
"golang.org/x/net/context"
)
-// Ping pings the server and returns the value of the "Docker-Experimental" & "API-Version" headers
+// Ping pings the server and returns the value of the "Docker-Experiment... | Hide command options that are related to Windows | docker_cli | train | go |
be155731c34944401b9a9572a6bb94f0854f27ed | diff --git a/salt/version.py b/salt/version.py
index <HASH>..<HASH> 100644
--- a/salt/version.py
+++ b/salt/version.py
@@ -22,7 +22,7 @@ def __get_version(version, version_info):
'''
try:
# Try to import the version information provided at install time
- from salt._version import __version__, ... | squelch E<I> due to salt not being installed (per se) on/under Travis | saltstack_salt | train | py |
9ecb36c452811e4e1827bd3ec20562adce065f67 | diff --git a/source/org/jasig/portal/layout/dlm/PLFIntegrator.java b/source/org/jasig/portal/layout/dlm/PLFIntegrator.java
index <HASH>..<HASH> 100755
--- a/source/org/jasig/portal/layout/dlm/PLFIntegrator.java
+++ b/source/org/jasig/portal/layout/dlm/PLFIntegrator.java
@@ -38,6 +38,15 @@ public class PLFIntegrator
... | UP-<I>, replaced Error with RuntimeException, moved the code to the place where it will occur if at all, and modified the message to reflect the more specific cause.
git-svn-id: <URL> | Jasig_uPortal | train | java |
14675030c4bd8aad26f17534da76683d0e08bd45 | diff --git a/src/actions/websocket.js b/src/actions/websocket.js
index <HASH>..<HASH> 100644
--- a/src/actions/websocket.js
+++ b/src/actions/websocket.js
@@ -26,7 +26,7 @@ import {
makeGroupMessageVisibleIfNecessary
} from './preferences';
-import {getTeam, getMyTeams, getMyTeamMembers, getMyTeamUnreads} from ... | Get teams and my team members when websocket reconnects | mattermost_mattermost-redux | train | js |
746d04bae9ccd98df4cf69b206286228c644f5fd | diff --git a/lib/assets/javascripts/opal/error.rb b/lib/assets/javascripts/opal/error.rb
index <HASH>..<HASH> 100644
--- a/lib/assets/javascripts/opal/error.rb
+++ b/lib/assets/javascripts/opal/error.rb
@@ -31,13 +31,13 @@ class Exception < `Error`
alias to_s message
end
-StandardError = Exception
-RuntimeError... | Exception subclasses in corelib should be real subclasses | opal_opal | train | rb |
c6323bccc051eab488f0b85701eb65ece11b5723 | diff --git a/pmdarima/arima/tests/utils/images.py b/pmdarima/arima/tests/utils/images.py
index <HASH>..<HASH> 100644
--- a/pmdarima/arima/tests/utils/images.py
+++ b/pmdarima/arima/tests/utils/images.py
@@ -22,10 +22,9 @@ def calculate_rms(expected_image, actual_image):
rms: float
RMSE of the the two imag... | Actually fix my linting issues in images.py | tgsmith61591_pmdarima | train | py |
89fd28871668d0f274efa691a3c6c584d988d12a | diff --git a/unfriendly/__init__.py b/unfriendly/__init__.py
index <HASH>..<HASH> 100644
--- a/unfriendly/__init__.py
+++ b/unfriendly/__init__.py
@@ -1,2 +1,2 @@
-VERSION = (0, 1, 2)
+VERSION = (0, 1, 3, 'dev')
__version__ = '.'.join([str(x) for x in VERSION]) | Bumped version -> <I>.dev | tomatohater_django-unfriendly | train | py |
2d957573a64504762cec62d92fd3134a39cef103 | diff --git a/lib/reporters/xunit.js b/lib/reporters/xunit.js
index <HASH>..<HASH> 100644
--- a/lib/reporters/xunit.js
+++ b/lib/reporters/xunit.js
@@ -26,21 +26,20 @@ function XUnit(runner) {
, tests = []
, self = this;
- runner.on('test end', function(test) {
+ runner.on('test end', function(test){
... | cleaning up xunit reporter some more | mochajs_mocha | train | js |
b4ddc72e9b48e460222277bde5afda2b73830fcc | diff --git a/src/Illuminate/Database/Schema/ColumnDefinition.php b/src/Illuminate/Database/Schema/ColumnDefinition.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Database/Schema/ColumnDefinition.php
+++ b/src/Illuminate/Database/Schema/ColumnDefinition.php
@@ -12,7 +12,7 @@ use Illuminate\Support\Fluent;
* @met... | Improve ColumnDefinition (#<I>) | laravel_framework | train | php |
96a3440f06a462bc443c3c8ec519e8084562ef56 | diff --git a/Services/PaymentEventDispatcher.php b/Services/PaymentEventDispatcher.php
index <HASH>..<HASH> 100644
--- a/Services/PaymentEventDispatcher.php
+++ b/Services/PaymentEventDispatcher.php
@@ -79,7 +79,7 @@ class PaymentEventDispatcher
*/
public function notifyPaymentOrderDone(PaymentBridgeInterfac... | refactored event name
* Also fixed PHPCS
* Modified interfaces | PaymentSuite_paymentsuite | train | php |
f2641b8f5461ce4ed74aae19631112417e2e6908 | diff --git a/src/Fusonic/Linq/Linq.php b/src/Fusonic/Linq/Linq.php
index <HASH>..<HASH> 100644
--- a/src/Fusonic/Linq/Linq.php
+++ b/src/Fusonic/Linq/Linq.php
@@ -26,7 +26,7 @@ class Linq implements IteratorAggregate
private $iterator;
/**
- * Linq::RecursiveArrayIterator()
+ * Creates a new Linq ob... | Update Linq.php
Fixed documentation. | fusonic_linq | train | php |
c6beb1e1eeab6d82a05da02710c9ed466aaf5fed | diff --git a/uptick/feed.py b/uptick/feed.py
index <HASH>..<HASH> 100644
--- a/uptick/feed.py
+++ b/uptick/feed.py
@@ -35,8 +35,29 @@ from .main import main
help="Account that takes this action",
default=config["default_account"],
type=str)
+@click.option(
+ '--cer',
+ help="Core Exchange Rate",
+ ... | [newfeed] Fix #7 - Allow to define MCR, MSSR, CER | bitshares_uptick | train | py |
065e8eb834d65b4e0572611c16f7f2950db4512b | diff --git a/pkg_resources.py b/pkg_resources.py
index <HASH>..<HASH> 100644
--- a/pkg_resources.py
+++ b/pkg_resources.py
@@ -1409,10 +1409,10 @@ class ZipProvider(EggProvider):
)
timestamp = time.mktime(date_time)
+ if not WRITE_SUPPORT:
+ raise IOError('"os.rename" and "os.unlin... | Verified that not isinstance(IOError(), os.error), so there's no value in this statement being in the try block.
--HG--
branch : distribute
extra : rebase_source : <I>dc<I>f<I>feaa3d3f<I>c<I>d0ea<I> | pypa_setuptools | train | py |
e653e1b1f715c8840e25c25f508b6c54d4b372ad | diff --git a/src/PokeApi.php b/src/PokeApi.php
index <HASH>..<HASH> 100644
--- a/src/PokeApi.php
+++ b/src/PokeApi.php
@@ -6,15 +6,22 @@ class PokeApi
{
$this->baseUrl = 'https://pokeapi.co/api/v2/';
}
+
+ public function resourceList($endpoint, $limit = null, $offset = null)
+ {
+ $... | Update PokeApi.php | danrovito_pokephp | train | php |
61deda3b0eacd40f9f8a6a1b6ffdc6f7a0eca112 | diff --git a/src/main/java/com/sd_editions/collatex/Collate/TextAlignmentVisitor.java b/src/main/java/com/sd_editions/collatex/Collate/TextAlignmentVisitor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/sd_editions/collatex/Collate/TextAlignmentVisitor.java
+++ b/src/main/java/com/sd_editions/collatex/Collate... | [RHD] Added TODO | interedition_collatex | train | java |
89ae4faec31553008a75d264300f3c9f6d2fc4cc | diff --git a/websocket.py b/websocket.py
index <HASH>..<HASH> 100644
--- a/websocket.py
+++ b/websocket.py
@@ -698,11 +698,11 @@ class WebSocketApp(object):
self.get_mask_key = get_mask_key
self.sock = None
- def send(self, data):
+ def send(self, data, opcode = ABNF.OPCODE_TEXT):
"""... | Allow to set opcode in WebSocketApp.send() | websocket-client_websocket-client | train | py |
e633cdc7cb1beb66b105598c4cf1b48958f3a56a | diff --git a/src/GitWrapper/GitWorkingCopy.php b/src/GitWrapper/GitWorkingCopy.php
index <HASH>..<HASH> 100644
--- a/src/GitWrapper/GitWorkingCopy.php
+++ b/src/GitWrapper/GitWorkingCopy.php
@@ -111,6 +111,16 @@ class GitWorkingCopy
}
/**
+ * Checks whether a repository has already been cloned to this d... | Fixed #<I>: Added the isCloned() method. | cpliakas_git-wrapper | train | php |
be4d8d73e2fbae92ced2865ad0dab8178a224001 | diff --git a/ipa/ipa_utils.py b/ipa/ipa_utils.py
index <HASH>..<HASH> 100644
--- a/ipa/ipa_utils.py
+++ b/ipa/ipa_utils.py
@@ -78,7 +78,7 @@ def establish_ssh_connection(ip,
key_filename=ssh_private_key,
timeout=timeout
)
- except:
+ except: # noqa: E722
... | Fix flake8 exception warnings.
Ignore flake8 warning when catching exceptions in ssh methods.
We don't care what the error is, catch all and retry. SSH
exceptions do not all extend from base Exception. | SUSE-Enceladus_ipa | train | py |
90dd45d9c77af5d996e11166112763ba7f211143 | diff --git a/detox/local-cli/templates/firstTestContent.js b/detox/local-cli/templates/firstTestContent.js
index <HASH>..<HASH> 100644
--- a/detox/local-cli/templates/firstTestContent.js
+++ b/detox/local-cli/templates/firstTestContent.js
@@ -16,6 +16,6 @@ const firstTestContent = `describe('Example', () => {
awai... | Set consistent semicolon style in firstTestContent (#<I>)
Previously all lines except the last ended with a semicolon, so the generated file did not satisfy linters that either required or disallowed semis | wix_Detox | train | js |
3c377abd66a579200bc342c362be4022af509e2a | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
from setuptools import setup
-version = '0.1.23'
+version = '0.1.24'
setup(
name = 'icalevents', | <I>
Support SEQUENCE in ical events | irgangla_icalevents | train | py |
7d74b30df1221ef7353d1c585f70a052bee6e751 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -142,6 +142,8 @@ class build_ext(numpy_build_ext):
c.compile_options.remove('/Ox')
c.compile_options.append('/O1')
ext.extra_compile_args = []
+ # also remove extra linker ... | Remove alien flags for MSVC link phase too (address #<I>). | pydata_numexpr | train | py |
ca0258cc948e80169c5603102c630ad9df9bfa7f | diff --git a/src/Request.php b/src/Request.php
index <HASH>..<HASH> 100644
--- a/src/Request.php
+++ b/src/Request.php
@@ -360,6 +360,9 @@ final class Request extends Message
return bin2hex(urldecode($match[0]));
}, $source);
+ // preserve pluses, so parse_str() will replace all with spac... | Request: loadGlobalVar() [plus issue]. | froq_froq-http | train | php |
71573b16446c125cbb237b7a226d9bf98896cbec | diff --git a/app/code/community/Nexcessnet/Turpentine/Model/Observer/Varnish.php b/app/code/community/Nexcessnet/Turpentine/Model/Observer/Varnish.php
index <HASH>..<HASH> 100644
--- a/app/code/community/Nexcessnet/Turpentine/Model/Observer/Varnish.php
+++ b/app/code/community/Nexcessnet/Turpentine/Model/Observer/Varni... | Small fix for notice when CM_REDISSESSION_LOCKING_ENABLED is already defined
Example:
<I>-<I>-<I>T<I>:<I>:<I>:<I> ERR (3): Notice: Constant CM_REDISSESSION_LOCKING_ENABLED already defined in /path/to/httpdocs/app/code/community/Nexcessnet/Turpentine/Model/Observer/Varnish.php on line <I> | nexcess_magento-turpentine | train | php |
c836a1b3851c118a3fb937afdeb7c94d6bb2c86f | diff --git a/save.go b/save.go
index <HASH>..<HASH> 100644
--- a/save.go
+++ b/save.go
@@ -224,7 +224,7 @@ func filterPackages(output []byte, exclude map[string]struct{}) map[string]struc
// Keep edits to vcs.go separate from the stock version.
var headCmds = map[string]string{
- "git": "rev-parse head", // 2bebeb... | head -> HEAD for linux | robfig_glock | train | go |
186237ca730a7f91d314b9bbcb86067bbe637f15 | diff --git a/discovery/gossiper.go b/discovery/gossiper.go
index <HASH>..<HASH> 100644
--- a/discovery/gossiper.go
+++ b/discovery/gossiper.go
@@ -1889,7 +1889,7 @@ func (d *AuthenticatedGossiper) processNetworkAnnouncement(
case channeldb.ErrZombieEdge:
err = d.processZombieUpdate(chanInfo, msg)
if err != n... | discovery: demote err log to debug from processZombieUpdate
This log can be "spammy" while nodes throughout the network have yet to
upgrade to <I>-beta, which includes several enhancements to prevent
the broadcast of zombie edges/updates. | lightningnetwork_lnd | train | go |
026bd4cdff38d6e56a091139b75ab3e64f75c5af | diff --git a/app/controllers/authorities_controller.rb b/app/controllers/authorities_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/authorities_controller.rb
+++ b/app/controllers/authorities_controller.rb
@@ -7,7 +7,7 @@ class AuthoritiesController < ApplicationController
hits = []
if term
... | refs #<I>, no left truncation in authority queries, limit results to <I> hits at a time | samvera_hyrax | train | rb |
b2cad26b2a44d7aa7f77ab481ceb24c5a3de8b52 | diff --git a/setup_libuv.py b/setup_libuv.py
index <HASH>..<HASH> 100644
--- a/setup_libuv.py
+++ b/setup_libuv.py
@@ -116,6 +116,8 @@ class libuv_build_ext(build_ext):
env['CFLAGS'] = ' '.join(x for x in (cflags, env.get('CFLAGS', None)) if x)
log.info('Building libuv...')
if win... | Fixed choosing the right version of Visual Studio
Fixes #<I> | saghul_pyuv | train | py |
8b32c7d26fd445c0678e59525a3fa17b928a4b22 | diff --git a/src/widgets/OO.ui.InputWidget.js b/src/widgets/OO.ui.InputWidget.js
index <HASH>..<HASH> 100644
--- a/src/widgets/OO.ui.InputWidget.js
+++ b/src/widgets/OO.ui.InputWidget.js
@@ -107,16 +107,16 @@ OO.ui.InputWidget.prototype.setRTL = function ( isRTL ) {
* @chainable
*/
OO.ui.InputWidget.prototype.setV... | Account for sanitization changes properly in InputWidget
setValue() doesn't do anything if this.value === value, but with
sanitization it's possible for that to be true while the value in
the DOM is out of sync and needs to be changed.
The fix is to check for this.value changing and the DOM changing
separately.
Chan... | wikimedia_oojs-ui | train | js |
305e1288e64016fa71c15c9417c99873b34678a6 | diff --git a/stricttuple/__init__.py b/stricttuple/__init__.py
index <HASH>..<HASH> 100644
--- a/stricttuple/__init__.py
+++ b/stricttuple/__init__.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# @Author: codykochmann
# @Date: 2017-04-06 13:35:45
-# @Last Modified time: 2017-09-27 09:18:23
+# @Last Modified time: 2... | added a backup function for stricttuple.__repr__ | CodyKochmann_stricttuple | train | py |
91d5292fddd672e3aea3dbce21854bac82e5365b | diff --git a/spec/inputs/check_boxes_input_spec.rb b/spec/inputs/check_boxes_input_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/inputs/check_boxes_input_spec.rb
+++ b/spec/inputs/check_boxes_input_spec.rb
@@ -231,6 +231,7 @@ describe 'check_boxes input' do
it "should have one item disabled; the specified o... | Add spec to test for disabled hidden field with disabled checkbox | justinfrench_formtastic | train | rb |
5115db7c65644dfb18adae5f459c1d3493d9016e | diff --git a/src/SchillingSoapWrapper.php b/src/SchillingSoapWrapper.php
index <HASH>..<HASH> 100644
--- a/src/SchillingSoapWrapper.php
+++ b/src/SchillingSoapWrapper.php
@@ -108,7 +108,7 @@ class SchillingSoapWrapper
{
$dom = new DOMDocument();
$dom->formatOutput = true;
- $dom->preserveW... | Fixed caps in DOM preserveWhiteSpace | lasselehtinen_schilling-soap-wrapper | train | php |
8de0935274e2a73a9f3226d3ae2aa24c14539922 | diff --git a/Filters/Widget/Choice/SingleTermChoice.php b/Filters/Widget/Choice/SingleTermChoice.php
index <HASH>..<HASH> 100644
--- a/Filters/Widget/Choice/SingleTermChoice.php
+++ b/Filters/Widget/Choice/SingleTermChoice.php
@@ -78,7 +78,10 @@ class SingleTermChoice extends AbstractSingleRequestValueFilter implements... | Ternary operator changed to longer manner. | ongr-io_FilterManagerBundle | train | php |
e86f6bbabcc85f7005b6af85aabdfcf93acc6e82 | diff --git a/superset/security/manager.py b/superset/security/manager.py
index <HASH>..<HASH> 100644
--- a/superset/security/manager.py
+++ b/superset/security/manager.py
@@ -235,13 +235,17 @@ class SupersetSecurityManager( # pylint: disable=too-many-public-methods
guest_user_cls = GuestUser
def create_log... | fix: check embedded feature flag in request loader (#<I>)
* check embedded feature flag in request loader
* lint
* type annotation | apache_incubator-superset | train | py |
05d3d6800382157962d7a7f1ad3cb78169a6b6b7 | diff --git a/src/LaravelPushbulletServiceProvider.php b/src/LaravelPushbulletServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/LaravelPushbulletServiceProvider.php
+++ b/src/LaravelPushbulletServiceProvider.php
@@ -33,7 +33,7 @@ class LaravelPushbulletServiceProvider extends ServiceProvider
public function... | Fix issue with getting config from file | lahaxearnaud_laravel-pushbullet | train | php |
f39ac175504594d3b7822ded1699dc2c754417d7 | diff --git a/osmcha/changeset.py b/osmcha/changeset.py
index <HASH>..<HASH> 100644
--- a/osmcha/changeset.py
+++ b/osmcha/changeset.py
@@ -291,7 +291,9 @@ class Analyse(object):
'http://improveosm.org/',
'https://improveosm.org/',
'http://strava.github.io/i... | add preview.ideditor.com to trusted hosts | willemarcel_osmcha | train | py |
bff2d87685834e993e2dfa937db66cd166dcebed | diff --git a/engine/core/src/main/java/org/datacleaner/util/http/HttpBasicMonitorHttpClient.java b/engine/core/src/main/java/org/datacleaner/util/http/HttpBasicMonitorHttpClient.java
index <HASH>..<HASH> 100644
--- a/engine/core/src/main/java/org/datacleaner/util/http/HttpBasicMonitorHttpClient.java
+++ b/engine/core/s... | Preemptive basic auth didn't work for https scheme (#<I>) | datacleaner_DataCleaner | train | java |
ff61e8c0b7d23febf2a2c5dfe59b311826008d80 | diff --git a/BasicNav.php b/BasicNav.php
index <HASH>..<HASH> 100755
--- a/BasicNav.php
+++ b/BasicNav.php
@@ -16,6 +16,7 @@ class BasicNav extends Widget {
public $items = [];
public $options = [];
+ // TODO: Use route and params where required.
public $route;
public $params; | Added todo for route and params. | cmsgears_widget-nav | train | php |
55e3cf699bcb072abc358821f2053bfb06eca100 | diff --git a/functests/test3/functest.py b/functests/test3/functest.py
index <HASH>..<HASH> 100755
--- a/functests/test3/functest.py
+++ b/functests/test3/functest.py
@@ -119,7 +119,7 @@ passed("sake recon full")
# sake build full #
#####################
# let's make sure it builds everything
-out, err = run("../.... | travisci build failed, spitting output | tonyfischetti_sake | train | py |
9e37899663b7720d24318293340e41fcd0d26622 | diff --git a/lib/terrestrial/error.rb b/lib/terrestrial/error.rb
index <HASH>..<HASH> 100644
--- a/lib/terrestrial/error.rb
+++ b/lib/terrestrial/error.rb
@@ -1,3 +1,26 @@
module Terrestrial
Error = Module.new
+
+ class LoadError < RuntimeError
+ include Error
+
+ def initialize(relation_name, factory, recor... | Introduce LoadError, mixing in Terrestrial::Error | bestie_terrestrial | train | rb |
4df457975a17e0f440d808c11f8524a7e4fad5c9 | diff --git a/lib/deep_cloneable.rb b/lib/deep_cloneable.rb
index <HASH>..<HASH> 100644
--- a/lib/deep_cloneable.rb
+++ b/lib/deep_cloneable.rb
@@ -1,7 +1,24 @@
class ActiveRecord::Base
module DeepCloneable
@@rails31 = ActiveRecord::VERSION::MAJOR >= 3 && ActiveRecord::VERSION::MINOR > 0
-
+
+ # ActiveRe... | Ruby <I> compatibility for Rails <I>. | moiristo_deep_cloneable | train | rb |
8d66183725259d4a946351de03e61b3d1cc18d68 | diff --git a/go/vt/vttablet/tabletserver/query_engine_test.go b/go/vt/vttablet/tabletserver/query_engine_test.go
index <HASH>..<HASH> 100644
--- a/go/vt/vttablet/tabletserver/query_engine_test.go
+++ b/go/vt/vttablet/tabletserver/query_engine_test.go
@@ -165,6 +165,7 @@ func TestGetMessageStreamPlan(t *testing.T) {
... | query_engine: fix async race | vitessio_vitess | train | go |
5277bfdc240977377ea18f45f3659f837c00ff1d | diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -2,7 +2,7 @@
module ApplicationHelper
def has_td_agent_system?
- File.exist?("/etc/init.d/td-agent")
+ File.exist?... | Fix to detect td-agent on Mac | fluent_fluentd-ui | train | rb |
2a5d7af11230225200cdaf101bb36980a8fd3f8e | diff --git a/html5lib/treewalkers/lxmletree.py b/html5lib/treewalkers/lxmletree.py
index <HASH>..<HASH> 100644
--- a/html5lib/treewalkers/lxmletree.py
+++ b/html5lib/treewalkers/lxmletree.py
@@ -139,7 +139,7 @@ class TreeWalker(_base.NonRecursiveTreeWalker):
return _base.DOCTYPE, node.name, node.public_id,... | Make sure we have the unicode from of text in lxml fragment root | html5lib_html5lib-python | train | py |
f909a12788dea1621817bc4a05088d154946da84 | diff --git a/mockserver-core/src/main/java/org/mockserver/configuration/ConfigurationProperties.java b/mockserver-core/src/main/java/org/mockserver/configuration/ConfigurationProperties.java
index <HASH>..<HASH> 100644
--- a/mockserver-core/src/main/java/org/mockserver/configuration/ConfigurationProperties.java
+++ b/m... | reduced the number of event loop threads after performance testing | jamesdbloom_mockserver | train | java |
7f035da8f32c4ad0526c58936e4a976f1228b8fa | diff --git a/coalaip/models.py b/coalaip/models.py
index <HASH>..<HASH> 100644
--- a/coalaip/models.py
+++ b/coalaip/models.py
@@ -300,8 +300,8 @@ class Right(CoalaIpTransferrableEntity):
transfer_payload = rights_assignment._to_format(
rights_assignment_format)
- super().transfer... | (bug): remove unnecessary extra info passed from Right's transfer() its super method | COALAIP_pycoalaip | train | py |
12cb7b9fcad13b4811787cb95f4ca935469262d4 | diff --git a/internal/runner/testing.go b/internal/runner/testing.go
index <HASH>..<HASH> 100644
--- a/internal/runner/testing.go
+++ b/internal/runner/testing.go
@@ -17,6 +17,7 @@ import (
"github.com/hashicorp/vagrant-plugin-sdk/proto/vagrant_plugin_sdk"
configpkg "github.com/hashicorp/vagrant/internal/config"
... | Include a plugin manager for basis creation in runner tests | hashicorp_vagrant | train | go |
1a69e14e8e13b4f5c15336df998ca806a05a7c53 | diff --git a/class.simple_mail.php b/class.simple_mail.php
index <HASH>..<HASH> 100644
--- a/class.simple_mail.php
+++ b/class.simple_mail.php
@@ -157,9 +157,24 @@ class Simple_Mail
*/
public function send()
{
+ if ( $this->_to = '' || $this->_to == NULL ) {
+ trigger_error('To address wasnt specified. Please... | Added error reporting to send method when to, subject or message values are missing in class.simple_mail.php | eoghanobrien_php-simple-mail | train | php |
9f3d9249b2d44aa729ef51fd2c2872850084b1a6 | diff --git a/penaltymodel_lp/penaltymodel/lp/generation.py b/penaltymodel_lp/penaltymodel/lp/generation.py
index <HASH>..<HASH> 100644
--- a/penaltymodel_lp/penaltymodel/lp/generation.py
+++ b/penaltymodel_lp/penaltymodel/lp/generation.py
@@ -55,7 +55,8 @@ def generate_bqm(graph, table, decision_variables,
n_inval... | Address code review. More conscience of memory usage | dwavesystems_penaltymodel | train | py |
77f3748b947094a56589faab7c13bdd442f62fc7 | diff --git a/src/Illuminate/Routing/UrlGenerator.php b/src/Illuminate/Routing/UrlGenerator.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Routing/UrlGenerator.php
+++ b/src/Illuminate/Routing/UrlGenerator.php
@@ -483,9 +483,7 @@ class UrlGenerator implements UrlGeneratorContract
*/
protected function g... | [<I>] URL Generator - Call array_filter directly (#<I>)
Looks good to me. | laravel_framework | train | php |
e103778ed95228c1ee0ed5cd3a9b1d4cd108c750 | diff --git a/lib/ember-cli/app.rb b/lib/ember-cli/app.rb
index <HASH>..<HASH> 100644
--- a/lib/ember-cli/app.rb
+++ b/lib/ember-cli/app.rb
@@ -108,7 +108,7 @@ module EmberCLI
unless match_version?(version, EMBER_CLI_VERSION)
fail <<-MSG.strip_heredoc
EmberCLI Rails require ember-cli NPM packa... | fix showing the required ember-cli npm version | thoughtbot_ember-cli-rails | train | rb |
0f1d9ef61fe7e81e0e1b9f2ce1d0a3b822e1180c | diff --git a/src/candela/util/imageTest.js b/src/candela/util/imageTest.js
index <HASH>..<HASH> 100644
--- a/src/candela/util/imageTest.js
+++ b/src/candela/util/imageTest.js
@@ -21,7 +21,15 @@ function callerDirname () {
}
function doSaveImage (name) {
- return process.env.CANDELA_SAVE_IMAGE && process.env.CANDEL... | Allow CANDELA_SAVE_IMAGE to be set to "all" to save images for all image tests | Kitware_candela | train | js |
2550bd0c2f069270cdc499b369db680e75850d9f | diff --git a/Command/SchedulerCommand.php b/Command/SchedulerCommand.php
index <HASH>..<HASH> 100755
--- a/Command/SchedulerCommand.php
+++ b/Command/SchedulerCommand.php
@@ -45,7 +45,8 @@ class SchedulerCommand extends ContainerAwareCommand
/**
* @var int Interval in minutes.
*/
- protected $interv... | CE-<I> Repeating campaign | CampaignChain_core | train | php |
92bca37fb2a0cafa811cc9534523c461c2daa078 | diff --git a/cellbase-server/src/main/java/org/opencb/cellbase/server/ws/genomic/RegionWSServer.java b/cellbase-server/src/main/java/org/opencb/cellbase/server/ws/genomic/RegionWSServer.java
index <HASH>..<HASH> 100755
--- a/cellbase-server/src/main/java/org/opencb/cellbase/server/ws/genomic/RegionWSServer.java
+++ b/c... | server: RegionWSServer has earned a POST method for genes | opencb_cellbase | train | java |
4cc2ea63d236e785b1ffdcaf4102d70f2ca3f8b2 | diff --git a/graph.go b/graph.go
index <HASH>..<HASH> 100644
--- a/graph.go
+++ b/graph.go
@@ -68,7 +68,7 @@ type Iterator interface {
Visit(v int, do func(w int, c int64) (skip bool)) (aborted bool)
}
-// The maximum and minum value of an edge cost.
+// The maximum and minimum value of an edge cost.
const (
Ma... | Corrected a comment in graph.go | yourbasic_graph | train | go |
e0f9e9a1eb714a05988ae1323ff5e3bd463f64fb | diff --git a/src/main/java/sqlline/BufferedRows.java b/src/main/java/sqlline/BufferedRows.java
index <HASH>..<HASH> 100644
--- a/src/main/java/sqlline/BufferedRows.java
+++ b/src/main/java/sqlline/BufferedRows.java
@@ -102,7 +102,10 @@ class BufferedRows extends Rows {
// Add a row of column names as the first r... | [SQLLINE-<I>] DB2 JDBC driver throws if SQLLine attempts to call ResultSet.next after last row
Based on PR #<I> by Matt Innes, with additional code by Julian Hyde.
Hoping that it also fixes
[SQLLINE-<I>] sqlite3 java.lang.IllegalStateException: SQLite JDBC: inconsistent internal state | julianhyde_sqlline | train | java |
9f13e6c4c62b5b7ffc4064f85b21619f7181f14f | diff --git a/src/geshi/css.php b/src/geshi/css.php
index <HASH>..<HASH> 100644
--- a/src/geshi/css.php
+++ b/src/geshi/css.php
@@ -193,7 +193,8 @@ $language_data = array (
//CSS classname
1 => '\.(?!\d)[a-zA-Z0-9\-_]+\b(?=[\{\.#\s,:].|<\|)',
//CSS Pseudo classes
- 2 => ':(?!\d)[a-zA-Z0... | fix: even more fancier selectors are supported now | GeSHi_geshi-1.0 | train | php |
bf683018309a858e83a0106027bc2cd30752cd1f | diff --git a/object/src/main/java/com/orientechnologies/orient/object/db/OObjectDatabaseTx.java b/object/src/main/java/com/orientechnologies/orient/object/db/OObjectDatabaseTx.java
index <HASH>..<HASH> 100644
--- a/object/src/main/java/com/orientechnologies/orient/object/db/OObjectDatabaseTx.java
+++ b/object/src/main/... | Patch by Enrico Risa to fix the recursive cascade | orientechnologies_orientdb | train | java |
3b60e7dc1490f1da3c55a2e12a94aa1926c82049 | diff --git a/shared/actions/chat/inbox.js b/shared/actions/chat/inbox.js
index <HASH>..<HASH> 100644
--- a/shared/actions/chat/inbox.js
+++ b/shared/actions/chat/inbox.js
@@ -273,7 +273,10 @@ function * unboxConversations (conversationIDKeys: Array<Constants.ConversationI
type: globalError,
})
... | Add a quick warning to tell us if we've timed out the service call (#<I>) | keybase_client | train | js |
95b031ee04e09c5c99609937b7601b1c63c0cd6c | diff --git a/test/integration/parsing_quirks_test.rb b/test/integration/parsing_quirks_test.rb
index <HASH>..<HASH> 100644
--- a/test/integration/parsing_quirks_test.rb
+++ b/test/integration/parsing_quirks_test.rb
@@ -110,4 +110,10 @@ class ParsingQuirksTest < Minitest::Test
end
end
+ def test_extra_dots_in... | Add quirks test for extra dots in ranges | Shopify_liquid | train | rb |
8cf0200889897e0faccc77f88dc14877a68a38e2 | diff --git a/galpy/orbit_src/integrateFullOrbit.py b/galpy/orbit_src/integrateFullOrbit.py
index <HASH>..<HASH> 100644
--- a/galpy/orbit_src/integrateFullOrbit.py
+++ b/galpy/orbit_src/integrateFullOrbit.py
@@ -60,6 +60,7 @@ def _parse_pot(pot):
pot_args.extend([p._dj0zeros[ii] for ii in range(p._nzeros+1)... | also pass equiv Kepler potential parameters | jobovy_galpy | train | py |
a3136b0235c8f8e39870165577a5fdb5af949ca3 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ license: GNU-GPL2
from setuptools import setup
setup(name='consoleprinter',
- version='58',
+ version='59',
description='Console printer with linenumbers, stacktraces, logging, conversions and... | James Monroe: Isnt history ultimately the result of our fear of boredom?
Wednesday <I> June <I> (week:<I> day:<I>), <I>:<I>:<I> | erikdejonge_consoleprinter | train | py |
706f8ef5232666f7061bed8ca4f3f9a753727bdd | diff --git a/vendor/VisualAcceptance.js b/vendor/VisualAcceptance.js
index <HASH>..<HASH> 100644
--- a/vendor/VisualAcceptance.js
+++ b/vendor/VisualAcceptance.js
@@ -76,13 +76,13 @@ function capture (imageName, done, options) {
var targetElement = captureOptions.targetElement
if (targetElement) {
- $(target... | Remove fat arrow function since it's creating failures | ciena-blueplanet_ember-cli-visual-acceptance | train | js |
ed751bd37990f78415460665c2c7ca04583724fb | diff --git a/lib/report_cat/version.rb b/lib/report_cat/version.rb
index <HASH>..<HASH> 100644
--- a/lib/report_cat/version.rb
+++ b/lib/report_cat/version.rb
@@ -1,3 +1,3 @@
module ReportCat
- VERSION = '0.1.7'
+ VERSION = '0.1.8'
end | Bumping to <I> | schrodingersbox_report_cat | train | rb |
3ee78214809f76181907808f9f27ed33a110be44 | diff --git a/paramiko/channel.py b/paramiko/channel.py
index <HASH>..<HASH> 100644
--- a/paramiko/channel.py
+++ b/paramiko/channel.py
@@ -1070,6 +1070,25 @@ class Channel (object):
### internals...
+ def _send(self, s, m):
+ size = len(s)
+ self.lock.acquire()
+ try:
+ if s... | Add new _send method to reduce code duplication.
This method is the lowest _send related method on Channel and is
the place where we raise a socket is closed Excpetion. | paramiko_paramiko | train | py |
2b0e3609ef1e3181aaefb0314cac2dcbf7716c14 | diff --git a/analytics/state_checker.go b/analytics/state_checker.go
index <HASH>..<HASH> 100644
--- a/analytics/state_checker.go
+++ b/analytics/state_checker.go
@@ -4,9 +4,12 @@ import (
"github.com/bitrise-io/go-utils/v2/env"
)
-// DisabledEnvKey ...
+// DisabledEnvKey controls both the old (analytics plugin) a... | Feature flag for v2 analytics implementation (#<I>) | bitrise-io_bitrise | train | go |
84090b882f99c1da5b73bbe04a9c74731e71dfc8 | diff --git a/js/reveal.js b/js/reveal.js
index <HASH>..<HASH> 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -2395,9 +2395,9 @@
updateControls();
updateProgress();
- updateBackground( true );
updateSlideNumber();
updateSlidesVisibility();
+ updateBackground( true );
updateNotes();
formatEmbedde... | fix race condition by updating backgrounds after slide visibility | hakimel_reveal.js | train | js |
aa8a5c20a23083e876e078ad2de4f0910c09b6d3 | diff --git a/src/directives/highlight/index.js b/src/directives/highlight/index.js
index <HASH>..<HASH> 100644
--- a/src/directives/highlight/index.js
+++ b/src/directives/highlight/index.js
@@ -8,6 +8,6 @@ export const highlight = (Vue) => {
const highlightee = binding.value.split('::')[0];
const highlighter... | fix(highlight): changed the span to mark, because of semantics | jofftiquez_vue-morphling | train | js |
a745db93b28c3e3642c526aa862aa17eac470203 | diff --git a/lib/driver.js b/lib/driver.js
index <HASH>..<HASH> 100644
--- a/lib/driver.js
+++ b/lib/driver.js
@@ -481,6 +481,15 @@ class AndroidUiautomator2Driver extends BaseDriver {
}
}
await this.adb.stopLogcat();
+ if (util.hasValue(this.opts.systemPort)) {
+ try {
+ awa... | Remove port forward before killing emulator (#<I>)
* Remove port forward before killing emulator
* Use `util.hasValue()` to check if option is set
* trig ci | appium_appium-uiautomator2-driver | train | js |
b5cd46e74d07431aa73b9232a4f47a91108d6826 | diff --git a/tests/SchemaTest.php b/tests/SchemaTest.php
index <HASH>..<HASH> 100644
--- a/tests/SchemaTest.php
+++ b/tests/SchemaTest.php
@@ -110,6 +110,23 @@ class SchemaTest extends TestCase
$this->assertCount(2, $tester->getFormat());
}
+ public function testDropSpace()
+ {
+ $mapper = ... | Added test case to drop space function | tarantool-php_mapper | train | php |
9af5eeb53144608d61f5e7ca5ed7854c4bed4c70 | diff --git a/lib/babel-config.js b/lib/babel-config.js
index <HASH>..<HASH> 100644
--- a/lib/babel-config.js
+++ b/lib/babel-config.js
@@ -5,7 +5,6 @@ const react = require('@babel/preset-react')
const reactRequire = require('babel-plugin-react-require').default
const lodash = require('babel-plugin-lodash')
const re... | refactor(babel): Remove direct transform runtime requirement and turn on the userBuiltIns flag for b | conveyal_mastarm | train | js |
b495333082cb2cac4849583ec71172825b35cbf7 | diff --git a/resource_openstack_networking_secgroup_rule_v2_test.go b/resource_openstack_networking_secgroup_rule_v2_test.go
index <HASH>..<HASH> 100644
--- a/resource_openstack_networking_secgroup_rule_v2_test.go
+++ b/resource_openstack_networking_secgroup_rule_v2_test.go
@@ -208,7 +208,7 @@ resource "openstack_netwo... | provider/openstack: Fixing typo in secgroup rule timeout test | terraform-providers_terraform-provider-openstack | train | go |
85978f49b4f2aca74046ec21427cfd87b0a1f9fb | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -46,5 +46,9 @@ setup(
classifiers=['License :: OSI Approved :: Apache Software License',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
+ 'Prog... | Add explicitly the supported versions for PyPI: <I>, <I>, <I> and <I> | basho_riak-python-client | train | py |
f9e57d3c93df88139d5c09fa980e467550818dbe | diff --git a/src/Sylius/Bundle/PayumBundle/Payum/Action/ObtainCreditCardAction.php b/src/Sylius/Bundle/PayumBundle/Payum/Action/ObtainCreditCardAction.php
index <HASH>..<HASH> 100644
--- a/src/Sylius/Bundle/PayumBundle/Payum/Action/ObtainCreditCardAction.php
+++ b/src/Sylius/Bundle/PayumBundle/Payum/Action/ObtainCredit... | [payum] do not submit form on GET request. | Sylius_Sylius | train | php |
870699d51b32486137b23c5bd1f80f7c601f2055 | diff --git a/fastlane_core/lib/fastlane_core/version.rb b/fastlane_core/lib/fastlane_core/version.rb
index <HASH>..<HASH> 100644
--- a/fastlane_core/lib/fastlane_core/version.rb
+++ b/fastlane_core/lib/fastlane_core/version.rb
@@ -1,3 +1,3 @@
module FastlaneCore
- VERSION = "0.57.0".freeze
+ VERSION = "0.57.1".freez... | Bump fastlane_core version (#<I>) | fastlane_fastlane | train | rb |
96f753f752f1f64fee812043bac3762179754b49 | diff --git a/src/main/java/act/xio/NetworkHandler.java b/src/main/java/act/xio/NetworkHandler.java
index <HASH>..<HASH> 100644
--- a/src/main/java/act/xio/NetworkHandler.java
+++ b/src/main/java/act/xio/NetworkHandler.java
@@ -159,7 +159,7 @@ public class NetworkHandler extends DestroyableBase implements $.Func1<Actio... | fix issue: /csv caused <I> | actframework_actframework | train | java |
92a5f0f8b493f8cbe6d09768ab7d061bfecf10c2 | diff --git a/webpack.prod.js b/webpack.prod.js
index <HASH>..<HASH> 100644
--- a/webpack.prod.js
+++ b/webpack.prod.js
@@ -9,6 +9,11 @@ var baseConfig = require('./webpack.base.js');
var prodConfig = {
plugins: [
+ new webpack.DefinePlugin({
+ 'process.env': {
+ NODE_ENV: JSON.s... | chore: added process_env to prod build | chrisbateman_webpack-visualizer | train | js |
796a53b79787ea2ec5e49732cc99acb81f53ce9e | diff --git a/extension/ezformtoken/event/ezxformtoken.php b/extension/ezformtoken/event/ezxformtoken.php
index <HASH>..<HASH> 100755
--- a/extension/ezformtoken/event/ezxformtoken.php
+++ b/extension/ezformtoken/event/ezxformtoken.php
@@ -48,6 +48,11 @@ class ezxFormToken
static protected $token;
/**
+ ... | EZP-<I> - Added a way to disable csrf protection if needed. | ezsystems_ezpublish-legacy | train | php |
dadecdc58cf7d854570f2d760232deeee5c5ef99 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -144,7 +144,7 @@ Client.prototype.connect = function() {
debug('load bosh prebind')
var cb = this.options.bosh.prebind
delete this.options.bosh.prebind
- var cmd = 'node ' + process.cwd() +
+ ... | Use current directory not the `cwd` | xmppjs_xmpp.js | train | js |
53d557a16dd545a0298a6930cf4867ffcaafd321 | diff --git a/core/core.js b/core/core.js
index <HASH>..<HASH> 100644
--- a/core/core.js
+++ b/core/core.js
@@ -1153,9 +1153,11 @@ exports._setup = function() {
_globals.core.Image.prototype._update = function(name, value) {
switch(name) {
- case 'width':
- case 'height':
-// case 'rotate':
+ //case 'widt... | Optimisation crusade: try not to call onLoad for zero-width/height images. | pureqml_qmlcore | train | js |
3a41ddb56e92ecb35b7afa79cb50ec015ae3a492 | diff --git a/test/lib/next-test-utils.js b/test/lib/next-test-utils.js
index <HASH>..<HASH> 100644
--- a/test/lib/next-test-utils.js
+++ b/test/lib/next-test-utils.js
@@ -342,6 +342,7 @@ export async function startCleanStaticServer(dir) {
// 30 seconds
export async function check(contentFn, regex, hardError = true) {... | Fix check utility in tests (#<I>) | zeit_next.js | train | js |
cbc6eb680efb2394a1715da24c29a669414a2b05 | diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php
index <HASH>..<HASH> 100644
--- a/src/JoomlaBrowser.php
+++ b/src/JoomlaBrowser.php
@@ -272,15 +272,9 @@ class JoomlaBrowser extends WebDriver
// @todo: we need to find a better locator for the following Install button
$I->click(['xpath' => "//input[conta... | Allow to install other types of extension
This will allow to do installExtensionFromFolder('.../', 'Module'); or installExtensionFromFolder('.../', 'Language'); | joomla-projects_joomla-browser | train | php |
1b0d6ac3e9911cf0f520f46d62cd5ca64295aad3 | diff --git a/test/lib/rails3-jquery-autocomplete/autocomplete_test.rb b/test/lib/rails3-jquery-autocomplete/autocomplete_test.rb
index <HASH>..<HASH> 100644
--- a/test/lib/rails3-jquery-autocomplete/autocomplete_test.rb
+++ b/test/lib/rails3-jquery-autocomplete/autocomplete_test.rb
@@ -4,6 +4,29 @@ module Rails3JQueryA... | Add test case for situation without Mongoid and MongoMapper | crowdint_rails3-jquery-autocomplete | train | rb |
b1bd07b91656ab94fc0b11515ba0e42fa9058048 | diff --git a/spec/terminator_spec.rb b/spec/terminator_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/terminator_spec.rb
+++ b/spec/terminator_spec.rb
@@ -21,4 +21,10 @@ describe Consular::Terminator do
Kernel.expects(:`).with('which xdotool').returns('which: command not found')
Consular::Terminator.valid_sy... | Document that we need xdotool | ilkka_consular-terminator | train | rb |
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.