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 |
|---|---|---|---|---|---|
d4ff87a92660d2a75b07de768c36523e13b1e4c2 | diff --git a/spyderlib/widgets/ipython.py b/spyderlib/widgets/ipython.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/ipython.py
+++ b/spyderlib/widgets/ipython.py
@@ -638,17 +638,15 @@ class IPythonClient(QWidget, SaveHistoryMixin):
"""Resets the namespace by removing all names defined by the user"""
... | Fixed parent object, question message and reply check. | spyder-ide_spyder | train | py |
eded3569a1696b5ea8fc31a70ff01af35a3accfa | diff --git a/src/main/java/com/thomasjensen/checkstyle/addons/checks/misc/CatalogEntry.java b/src/main/java/com/thomasjensen/checkstyle/addons/checks/misc/CatalogEntry.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/thomasjensen/checkstyle/addons/checks/misc/CatalogEntry.java
+++ b/src/main/java/com/thomasjens... | Fix Java 6 compatibility in CatalogEntry.compareTo() | checkstyle-addons_checkstyle-addons | train | java |
0b682bf7d3cbc64382a238cc5be9a67eba027ba0 | diff --git a/bokeh/server/views/autoload_js_handler.py b/bokeh/server/views/autoload_js_handler.py
index <HASH>..<HASH> 100644
--- a/bokeh/server/views/autoload_js_handler.py
+++ b/bokeh/server/views/autoload_js_handler.py
@@ -77,7 +77,7 @@ class AutoloadJsHandler(SessionHandler):
bundle = bundle_for_objs_and_... | Provide empty (not None) docs_json in AutoloadJsHandler (#<I>) | bokeh_bokeh | train | py |
bd52c37ffc10c7264091b50f9fee62eaf6ef7eec | diff --git a/tests/plots/test_mapping.py b/tests/plots/test_mapping.py
index <HASH>..<HASH> 100644
--- a/tests/plots/test_mapping.py
+++ b/tests/plots/test_mapping.py
@@ -10,7 +10,7 @@ ccrs = pytest.importorskip('cartopy.crs')
from metpy.plots.mapping import CFProjection # noqa: E402
def test_inverse_flattening_0(... | Corrected spacing/formatting issues | Unidata_MetPy | train | py |
560eb07009d65fbcfb49b2fa8b04a2e3f4d647e8 | diff --git a/integration-cli/docker_cli_events_test.go b/integration-cli/docker_cli_events_test.go
index <HASH>..<HASH> 100644
--- a/integration-cli/docker_cli_events_test.go
+++ b/integration-cli/docker_cli_events_test.go
@@ -65,7 +65,7 @@ func TestCLILimitEvents(t *testing.T) {
out, _, _ := runCommandWithOutput(eve... | avoid regression in events test
Docker-DCO-<I>- | moby_moby | train | go |
3b3abfd42a23e922d04edf09fd56b3519252622f | diff --git a/src/main/java/com/optimaize/langdetect/LanguageDetectorImpl.java b/src/main/java/com/optimaize/langdetect/LanguageDetectorImpl.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/optimaize/langdetect/LanguageDetectorImpl.java
+++ b/src/main/java/com/optimaize/langdetect/LanguageDetectorImpl.java
@@ -2... | change sorting algorithm to let ArrayList handle sorting | optimaize_language-detector | train | java |
dde35501cd9a22c73baf1d759e5f6fd70861df27 | diff --git a/tests/support/helpers.py b/tests/support/helpers.py
index <HASH>..<HASH> 100644
--- a/tests/support/helpers.py
+++ b/tests/support/helpers.py
@@ -1663,7 +1663,7 @@ class VirtualEnv:
venv_dir = attr.ib(converter=_cast_to_pathlib_path)
env = attr.ib(default=None)
system_site_packages = attr.ib... | Same pip constrains as ``noxfile.py`` | saltstack_salt | train | py |
a24e4ddba7e33ea7113c4b557a6564a52c726f96 | diff --git a/consul/base.py b/consul/base.py
index <HASH>..<HASH> 100644
--- a/consul/base.py
+++ b/consul/base.py
@@ -70,6 +70,9 @@ class Consul(object):
that support the consistency option. It's still possible to override
this by passing explicitly for a given request. *consistency* can be
... | added comment for Consul class dc param | cablehead_python-consul | train | py |
8c513f1b884e3175ff396a819a0e1389df080b0b | diff --git a/options.go b/options.go
index <HASH>..<HASH> 100644
--- a/options.go
+++ b/options.go
@@ -85,12 +85,12 @@ func (opt *Options) init() {
}
if opt.Dialer == nil {
opt.Dialer = func() (net.Conn, error) {
- conn, err := net.DialTimeout(opt.Network, opt.Addr, opt.DialTimeout)
- if opt.TLSConfig == nil... | Estab TLS connections + Handshake should respect DialTimeout | go-redis_redis | train | go |
a0e086b71b84c4a9e67d2d10df5fe89c980d365a | diff --git a/test/timeout.js b/test/timeout.js
index <HASH>..<HASH> 100644
--- a/test/timeout.js
+++ b/test/timeout.js
@@ -54,7 +54,7 @@ describe("timeout", function () {
triggered = false;
var id = handlers.setTimeout(function () {
callback(id);
- }... | Sometimes tests were failing
This lowers the coverage, I need to find why | ArnaudBuchholz_gpf-js | train | js |
c00572127643eb034bb28c28033ed64ad8c267b4 | diff --git a/warc/__init__.py b/warc/__init__.py
index <HASH>..<HASH> 100644
--- a/warc/__init__.py
+++ b/warc/__init__.py
@@ -16,6 +16,7 @@ import gzip
from cStringIO import StringIO
from .utils import CaseInsensitiveDict
+from .arc import ARCFile
class WARCHeader(CaseInsensitiveDict):
"""The WARC Header o... | Added rudimentary auto detection | internetarchive_warc | train | py |
823cb85df01249cbda66f9b753e8996d548a1787 | diff --git a/src/ContaoCommunityAlliance/DcGeneral/Controller/DefaultController.php b/src/ContaoCommunityAlliance/DcGeneral/Controller/DefaultController.php
index <HASH>..<HASH> 100644
--- a/src/ContaoCommunityAlliance/DcGeneral/Controller/DefaultController.php
+++ b/src/ContaoCommunityAlliance/DcGeneral/Controller/Def... | Force sorting fields to be an array. | contao-community-alliance_dc-general | train | php |
860b178408ac6083a91c6ff5e6eecd08a2a086c3 | diff --git a/meter/src/main/java/com/ning/billing/meter/timeline/persistent/DefaultTimelineDao.java b/meter/src/main/java/com/ning/billing/meter/timeline/persistent/DefaultTimelineDao.java
index <HASH>..<HASH> 100644
--- a/meter/src/main/java/com/ning/billing/meter/timeline/persistent/DefaultTimelineDao.java
+++ b/mete... | meter: bail early if no source is supplied in DefaultTimelineDao | killbill_killbill | train | java |
2f6d53d840cf373606891fc8008489fb04091194 | diff --git a/src/Structure.php b/src/Structure.php
index <HASH>..<HASH> 100644
--- a/src/Structure.php
+++ b/src/Structure.php
@@ -203,7 +203,7 @@ class Structure
*/
public function getData()
{
- foreach ($this->data as $key => $value) {
+ foreach ($this->data as $value) {
$th... | fix: cs issues
feat: add version method | keboola_php-jsonparser | train | php |
136ab3e5842e613814990e3babb60eaaa4552eff | diff --git a/lib/plugins/multipart_parser.js b/lib/plugins/multipart_parser.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/multipart_parser.js
+++ b/lib/plugins/multipart_parser.js
@@ -40,6 +40,17 @@ function multipartBodyParser(options) {
if (options.uploadDir)
form.uploadDir = options.uploadDi... | Allow custom handling of multipart data.
Multipart is often used to upload files or large chunks of data.
It is not always desired to have this stored in memory, or even
on disk (for instance if processing can be done during the data
is transferred). Add two custom handlers for the multipart parts. | restify_plugins | train | js |
357cff45fe7fced64ff6fc0ee66ce1f11e7696c2 | diff --git a/scipy_data_fitting/fit.py b/scipy_data_fitting/fit.py
index <HASH>..<HASH> 100644
--- a/scipy_data_fitting/fit.py
+++ b/scipy_data_fitting/fit.py
@@ -192,11 +192,14 @@ class Fit:
Other keys can be added freely and will be available
as metadata for the various output formats.
+ De... | Added default to Fit.dependent. | razor-x_scipy-data_fitting | train | py |
1954861668f0dd71ea141afa05aeabce1d4d0578 | diff --git a/discord/role.py b/discord/role.py
index <HASH>..<HASH> 100644
--- a/discord/role.py
+++ b/discord/role.py
@@ -139,6 +139,15 @@ class Role(Hashable):
position: :class:`int`
The position of the role. This number is usually positive. The bottom
role has a position of 0.
+
+ .. wa... | Add warning for comparing with role positioning | Rapptz_discord.py | train | py |
a7af0ed4b8d2710b92395b241cb891cf24ca03e2 | diff --git a/packages/components/bolt-video/src/video.standalone.js b/packages/components/bolt-video/src/video.standalone.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-video/src/video.standalone.js
+++ b/packages/components/bolt-video/src/video.standalone.js
@@ -599,28 +599,11 @@ class BoltVideo extends... | fix: remove original fix for loading hidden videos, not necessary anymore, actually causing new bug | bolt-design-system_bolt | train | js |
4bc3f0e9f9e2930db917bb38ddab524331a8008e | diff --git a/packages/material-ui/src/LinearProgress/LinearProgress.js b/packages/material-ui/src/LinearProgress/LinearProgress.js
index <HASH>..<HASH> 100644
--- a/packages/material-ui/src/LinearProgress/LinearProgress.js
+++ b/packages/material-ui/src/LinearProgress/LinearProgress.js
@@ -192,7 +192,7 @@ function Line... | [LinearProgress] Fix wrong style rule usage (#<I>) | mui-org_material-ui | train | js |
7942f14b295b035486cfa491b27fb08b2f56fd7c | diff --git a/src/services/Router.php b/src/services/Router.php
index <HASH>..<HASH> 100644
--- a/src/services/Router.php
+++ b/src/services/Router.php
@@ -80,7 +80,8 @@ class Router
// scan
foreach ($this->paths as $name => $path)
{
- $scanner = new Scanner(base_path($path), $this->route . $na... | Minor updates to handle absolute controller folder paths | davestewart_laravel-sketchpad | train | php,php |
d63b29cfdd6d666fb6475cd2362c21c96a931ac8 | diff --git a/src/python/pants/option/global_options.py b/src/python/pants/option/global_options.py
index <HASH>..<HASH> 100644
--- a/src/python/pants/option/global_options.py
+++ b/src/python/pants/option/global_options.py
@@ -572,7 +572,11 @@ class GlobalOptions(Subsystem):
"--print-exception-stacktrace",... | Fix `--print-exception-stacktrace` not invalidating pantsd (#<I>)
Before, if a command failed and you run it again with `--print-exception-stacktrace`, it would make no difference because the daemon's cache was being used.
Now, we force pantsd to restart so that the option works properly.
[ci skip-rust-tests] | pantsbuild_pants | train | py |
d27c08ea307ee92e59e41fa1f4f3eb5d54997331 | diff --git a/bids/grabbids/bids_layout.py b/bids/grabbids/bids_layout.py
index <HASH>..<HASH> 100644
--- a/bids/grabbids/bids_layout.py
+++ b/bids/grabbids/bids_layout.py
@@ -62,7 +62,11 @@ class BIDSLayout(Layout):
"BIDS project." % path)
if not type:
- # Constrain the search to ... | more informative failure in get_nearest_helper; fixes #<I> | bids-standard_pybids | train | py |
bdad86b6dd313e509c31d17103fb98b3b1bef981 | diff --git a/packages/react-pdf/src/renderer.js b/packages/react-pdf/src/renderer.js
index <HASH>..<HASH> 100644
--- a/packages/react-pdf/src/renderer.js
+++ b/packages/react-pdf/src/renderer.js
@@ -91,7 +91,9 @@ const PDFRenderer = ReactFiberReconciler({
},
removeChildFromContainer(parentInstance, child) {... | Protect against parentInstance not being a node when unmounting [fixes #<I>] (#<I>) | diegomura_react-pdf | train | js |
cbeeeb68c04638ca0768c94ef6cb1ddd9343b3a3 | diff --git a/IndexedRedis/fields/b64.py b/IndexedRedis/fields/b64.py
index <HASH>..<HASH> 100644
--- a/IndexedRedis/fields/b64.py
+++ b/IndexedRedis/fields/b64.py
@@ -19,6 +19,11 @@ except NameError:
class IRBase64Field(IRField):
'''
IRBase64Field - Encode/Decode data automatically into base64 for storage and fro... | Ensure the value on Base<I> field is ALWAYS bytes (not just after fetch from storage). Add a note, and suggest using IRFieldChain to PROPERLY have value be other types. | kata198_indexedredis | train | py |
c6f0d96cb006fc9692cd5ed90d1856e10bafe15f | diff --git a/jira/client.py b/jira/client.py
index <HASH>..<HASH> 100755
--- a/jira/client.py
+++ b/jira/client.py
@@ -402,7 +402,7 @@ class JIRA(object):
)
m = file_stream()
r = self._session.post(
- url, data=m, headers=CaseInsensitiveDict({'content-type': m.c... | fix atlassian header
It was not possible to attach files when the request-toolbelt was installed, because the headers was missing in the else part. | pycontribs_jira | train | py |
60cb32c2f4504b19c1b78e68f0e13c32b6b45a4c | diff --git a/tasks/lib/wrapper/dependency.js b/tasks/lib/wrapper/dependency.js
index <HASH>..<HASH> 100644
--- a/tasks/lib/wrapper/dependency.js
+++ b/tasks/lib/wrapper/dependency.js
@@ -604,11 +604,13 @@ Object.defineProperty($rootClassProto.prototype, 'abstract', $descriptor);
* @function throwError
* @param {Str... | {Update: dependency.js} Include index param in CLASS throwError method. | jeanamarante_catena | train | js |
249b9bf8bef821e3c7c0c433b4579d0447577000 | diff --git a/system/src/Grav/Console/ClearCacheCommand.php b/system/src/Grav/Console/ClearCacheCommand.php
index <HASH>..<HASH> 100644
--- a/system/src/Grav/Console/ClearCacheCommand.php
+++ b/system/src/Grav/Console/ClearCacheCommand.php
@@ -12,7 +12,8 @@ use \Symfony\Component\Yaml\Yaml;
class ClearCacheCommand exte... | Added images dir to list of folders to clear. Plus added 'touching' of system.yaml to trigger clearing of APC/XCache/WinCache etc. | getgrav_grav | train | php |
1776aa8b8bc6987d4da0f32b1fa2362feb5db086 | diff --git a/EinsteinVision/EinsteinVision.py b/EinsteinVision/EinsteinVision.py
index <HASH>..<HASH> 100644
--- a/EinsteinVision/EinsteinVision.py
+++ b/EinsteinVision/EinsteinVision.py
@@ -351,4 +351,4 @@ class EinsteinVisionService:
for line in result:
ff.write(line + '\n')
- ff.close(... | Somehow the change markers got commited? | feliperyan_EinsteinVisionPython | train | py |
011c7cb0a28b8b517626749c4a73af13b538228d | diff --git a/ghost/members-api/lib/repositories/member.js b/ghost/members-api/lib/repositories/member.js
index <HASH>..<HASH> 100644
--- a/ghost/members-api/lib/repositories/member.js
+++ b/ghost/members-api/lib/repositories/member.js
@@ -317,6 +317,7 @@ module.exports = class MemberRepository {
'geolocati... | Added support for updating member enable_comment_notifications
refs <URL> | TryGhost_Ghost | train | js |
faff13634c588cefcf2eb96c97d4555af8886070 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -58,9 +58,9 @@ function openMainWindow () {
width: 1024,
height: 768,
titleBarStyle: 'hidden-inset',
- title: 'Ferment',
+ title: 'Patchwork',
show: true,
- backgroundColor: '#444',
+... | fix window title, background color, etc | ssbc_patchwork | train | js,js |
e452fdf041f8713182396b2d7fcb349e98b930dd | diff --git a/src/sos/step_executor.py b/src/sos/step_executor.py
index <HASH>..<HASH> 100755
--- a/src/sos/step_executor.py
+++ b/src/sos/step_executor.py
@@ -1693,12 +1693,14 @@ class Base_Step_Executor:
matched = validate_step_sig(sig)
skip_index = bool(matche... | Fix retrieval of _output vars from signature #<I> | vatlab_SoS | train | py |
c517125ea169f081202ca1639521d7f7732e66b0 | diff --git a/agent.go b/agent.go
index <HASH>..<HASH> 100644
--- a/agent.go
+++ b/agent.go
@@ -79,9 +79,6 @@ type sandbox struct {
sync.RWMutex
id string
- running bool
- noPivotRoot bool
- enableGrpcTrace bool
containers map[string]*container
channel channel
network ... | ci: Refactor to pass metalinter checks
Refactor for struct checks. | kata-containers_agent | train | go |
e47df82cf828828c07e5c56675d3591dc08496a6 | diff --git a/src/main/java/com/turn/ttorrent/client/network/HandshakeReceiver.java b/src/main/java/com/turn/ttorrent/client/network/HandshakeReceiver.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/turn/ttorrent/client/network/HandshakeReceiver.java
+++ b/src/main/java/com/turn/ttorrent/client/network/Handshak... | fixed error that channel for file was not opened because torrent register as listener after bind socket to peer | mpetazzoni_ttorrent | train | java |
b26cfa54977cb81e68dba47f6ebf3add2883236a | diff --git a/ci/run_apex_tests.py b/ci/run_apex_tests.py
index <HASH>..<HASH> 100644
--- a/ci/run_apex_tests.py
+++ b/ci/run_apex_tests.py
@@ -287,7 +287,7 @@ def run_tests():
'Callout': 'Info',
'Database': 'Info',
'ExpirationDate': expiration.isoformat(),
- 'ScopeId': ... | Change to ScopeId = null on the user specific TraceFlag to hopefully get
beyond the limit of <I> logs | SFDO-Tooling_CumulusCI | train | py |
81445d82b556f1f0f3a03aa002010f566f566bfb | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,6 +1,8 @@
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'sheetsu'
require 'webmock/rspec'
+require 'codeclimate-test-reporter'
+CodeClimate::TestReporter.s... | start Code Climate test reporter when spec run
to send current test coverage to Code Climate | williamn_sheetsu | train | rb |
38e4aed0b69d5e9aad4061fd037a0d5ab4b32f1b | diff --git a/Infra/Security/SecurityUser.php b/Infra/Security/SecurityUser.php
index <HASH>..<HASH> 100644
--- a/Infra/Security/SecurityUser.php
+++ b/Infra/Security/SecurityUser.php
@@ -23,7 +23,7 @@ use Symfony\Component\Security\Core\User\UserInterface;
/**
* @author Roland Franssen <franssen.roland@gmail.com>
... | cleanup serialization (#<I>) | msgphp_user | train | php |
a42943d50587cb6c4e2ee5a720e8e8949190a1aa | diff --git a/src/Http/Middleware/RefreshToken.php b/src/Http/Middleware/RefreshToken.php
index <HASH>..<HASH> 100644
--- a/src/Http/Middleware/RefreshToken.php
+++ b/src/Http/Middleware/RefreshToken.php
@@ -34,7 +34,7 @@ class RefreshToken extends BaseMiddleware
try {
$token = $this->auth->parseTo... | Pass the previous exception along when refreshing token | tymondesigns_jwt-auth | train | php |
426a38985a7bef76b190ad3717c9855911b86662 | diff --git a/lib/util/javascript-hint.js b/lib/util/javascript-hint.js
index <HASH>..<HASH> 100644
--- a/lib/util/javascript-hint.js
+++ b/lib/util/javascript-hint.js
@@ -127,8 +127,9 @@
}
else {
// If not, just look in the window object and any local scope
- // (reading into JS mode internals to ... | use globals as well as locals in hinting | codemirror_CodeMirror | train | js |
e9f3e715ddddb119ac6788f5c397fbe5424a5825 | diff --git a/lib/moodlelib.php b/lib/moodlelib.php
index <HASH>..<HASH> 100644
--- a/lib/moodlelib.php
+++ b/lib/moodlelib.php
@@ -1331,6 +1331,7 @@ function clean_filename($string) {
$string = stripslashes($string);
$string = eregi_replace("\.\.", "", $string);
$string = eregi_replace("[^(-|[:alnum:]|\.... | Add one more eregi_replace, because the 'alnum' allows the
comma char and it can cause some problems in filenames.
Off-topic: This is my 1st commit with my new eMac !! My old iMac screen
died two days ago... :-( but I've recovered everything :-) | moodle_moodle | train | php |
0cebccbd55ccec55b52f7d82dcb0694fabc5e397 | diff --git a/grimoire_elk/enriched/github.py b/grimoire_elk/enriched/github.py
index <HASH>..<HASH> 100644
--- a/grimoire_elk/enriched/github.py
+++ b/grimoire_elk/enriched/github.py
@@ -84,6 +84,7 @@ class GitHubEnrich(Enrich):
issue_roles = ['assignee_data', 'user_data']
pr_roles = ['merged_by_data', 'use... | [enriched-github] Set roles to allow refresh identities
This code sets the variables roles to merged_by_data,
user_data, assignee_data, thus allowing the refresh
of sortinghat information for the corresponding
identities. | chaoss_grimoirelab-elk | train | py |
67d9ca92fadd19195775b6f6410ebeffc796a0df | diff --git a/lib/middleware/pre_fetch.js b/lib/middleware/pre_fetch.js
index <HASH>..<HASH> 100644
--- a/lib/middleware/pre_fetch.js
+++ b/lib/middleware/pre_fetch.js
@@ -66,7 +66,9 @@ function readFromStream(options, request, fileName, urlPath) {
.map(pathFinder)
)
.then(
- ... | show remote stream fetch errors if proxy logging is active | Open-Xchange-Frontend_appserver | train | js |
04dc51d7b6669d8ce0182a0f68eea41566d2e45b | diff --git a/src/MessageBird/Resources/Conversation/Messages.php b/src/MessageBird/Resources/Conversation/Messages.php
index <HASH>..<HASH> 100644
--- a/src/MessageBird/Resources/Conversation/Messages.php
+++ b/src/MessageBird/Resources/Conversation/Messages.php
@@ -158,8 +158,10 @@ class Messages
return $... | Remove object operator for PHP<I> support | messagebird_php-rest-api | train | php |
49e056b6aa1ac5fd092a74692821c29093100836 | diff --git a/openquake/server/tests/tests.py b/openquake/server/tests/tests.py
index <HASH>..<HASH> 100644
--- a/openquake/server/tests/tests.py
+++ b/openquake/server/tests/tests.py
@@ -54,9 +54,7 @@ class EngineServerTestCase(unittest.TestCase):
def get(cls, path, **data):
resp = cls.c.get('/v1/calc/%s'... | Cleanup [skip CI] | gem_oq-engine | train | py |
c5b3337909c85d1c7fb62d3e3a0b51009156ac69 | diff --git a/package.php b/package.php
index <HASH>..<HASH> 100644
--- a/package.php
+++ b/package.php
@@ -4,7 +4,7 @@
require_once 'PEAR/PackageFileManager2.php';
-$version = '1.4.54';
+$version = '1.4.55';
$notes = <<<EOT
No release notes for you!
EOT; | prepare for release of <I>
svn commit r<I> | silverorange_swat | train | php |
3af2377d676ad5a69834a59466ab6ffa87a22a06 | diff --git a/src/TestSuite/MiddlewareDispatcher.php b/src/TestSuite/MiddlewareDispatcher.php
index <HASH>..<HASH> 100644
--- a/src/TestSuite/MiddlewareDispatcher.php
+++ b/src/TestSuite/MiddlewareDispatcher.php
@@ -67,9 +67,6 @@ class MiddlewareDispatcher
);
$server = new Server($app);
-
- //... | Remove TODOs
The base and webroot attributes are handled by the RequestTransformer.
I'm not convinced that php://input needs to be handled as the legacy
dispatcher doesn't do a great job of it either. | cakephp_cakephp | train | php |
ef245ac12e0988b5d5271195cc14ed254778f5c3 | diff --git a/lib/millstone.js b/lib/millstone.js
index <HASH>..<HASH> 100644
--- a/lib/millstone.js
+++ b/lib/millstone.js
@@ -419,12 +419,12 @@ function resolve(options, callback) {
break;
case '.geojson':
case '.json':
- case '.rss':
d.type = d.ty... | Move RSS alongside KML.
No logical change, but preparing for when GeoJSON autodetection is
sorted out. Refs #<I>. | tilemill-project_millstone | train | js |
d63358ba136d6f2660200b80908056d848d61fa3 | diff --git a/lionengine-examples/src/main/java/com/b3dgs/lionengine/example/game/collision/PlayerController.java b/lionengine-examples/src/main/java/com/b3dgs/lionengine/example/game/collision/PlayerController.java
index <HASH>..<HASH> 100644
--- a/lionengine-examples/src/main/java/com/b3dgs/lionengine/example/game/col... | #<I>: Example player speed updated. | b3dgs_lionengine | train | java |
7abe57c4c4605d189492a68d9131834d9c629527 | diff --git a/python/setup.py b/python/setup.py
index <HASH>..<HASH> 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
print find_packages()
setup(name='xbos',
- version='0.0.30',
+ version='0.0.31',
description='Aggregate wrapper for XBOS... | allow more recent versions in setup.py | SoftwareDefinedBuildings_XBOS | train | py |
9d9dc682cfb8b8df74c3ca19be9372de3111a655 | diff --git a/pymunin/plugins/memcachedstats.py b/pymunin/plugins/memcachedstats.py
index <HASH>..<HASH> 100755
--- a/pymunin/plugins/memcachedstats.py
+++ b/pymunin/plugins/memcachedstats.py
@@ -424,7 +424,7 @@ class MuninMemcachedPlugin(MuninPlugin):
('incr', 'incr_hits', 'incr_misses'),
... | Set hit percent to zero, when total is zero. | aouyar_PyMunin | train | py |
d79cb0df645e101b2cebe89cbdceb2047b21d19a | diff --git a/databasetools/sql.py b/databasetools/sql.py
index <HASH>..<HASH> 100644
--- a/databasetools/sql.py
+++ b/databasetools/sql.py
@@ -53,6 +53,10 @@ class MySQLTools:
if self.enable_printing:
print(err)
+ def select(self, table, cols):
+ # TODO: Write function ... | Added select_all_join method to create | mrstephenneal_databasetools | train | py |
36db34eecd2abc7cd3042f2188bc1749c45daa08 | diff --git a/src/Client.php b/src/Client.php
index <HASH>..<HASH> 100644
--- a/src/Client.php
+++ b/src/Client.php
@@ -37,7 +37,7 @@ class VGS_Client {
/**
* SDK Version.
*/
- const VERSION = '2.4';
+ const VERSION = '2.4.1';
/**
* Oauth Token URL
@@ -66,8 +66,7 @@ class VGS_Client {... | Moved user agent option to make request, to use constant VERSION | schibsted_sdk-php | train | php |
141127962dcc895509e74e98f5d82f47bb4539ca | diff --git a/lib/ydim/invoice.rb b/lib/ydim/invoice.rb
index <HASH>..<HASH> 100644
--- a/lib/ydim/invoice.rb
+++ b/lib/ydim/invoice.rb
@@ -1,5 +1,7 @@
#!/usr/bin/env ruby
-# Invoice -- ydim -- 11.01.2006 -- hwyss@ywesee.com
+# encoding: utf-8
+# YDIM::Invoice -- ydim -- 12.12.2012 -- hwyss@ywesee.com
+# YDIM::Invoice ... | Debugged Date incompatibility between Ruby <I> and <I> in invoice.rb | zdavatz_ydim | train | rb |
d874b2693c75f6c0d680221314edc04f61b2e457 | diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/runner/SessionDispatcherLeaderProcessTest.java b/flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/runner/SessionDispatcherLeaderProcessTest.java
index <HASH>..<HASH> 100644
--- a/flink-runtime/src/test/java/org/apache/flink/runt... | [hotfix][tests] Fix SessionDispatcherLeaderProcessTest.onRemovedJobGraph_terminatesRunningJob
Properly wait on the future completion for the assertion. | apache_flink | train | java |
5de3a09960a53d8c7263b73d429b03b471393aa2 | diff --git a/blocklist.js b/blocklist.js
index <HASH>..<HASH> 100644
--- a/blocklist.js
+++ b/blocklist.js
@@ -37,9 +37,8 @@ Watchlist.prototype.readData = function(){
});
}
-
-var domains = new Watchlist("domain-blocklist.txt"),
- keywords = new Watchlist("keyword-blocklist.txt");
+var domains = new Watchlist( ... | tweaked blocklist file to use __dirname | nfriedly_node-unblocker | train | js |
ad7546769f0b1873146b1b72b5a546dfb904fad2 | diff --git a/generators/add-extension/index.js b/generators/add-extension/index.js
index <HASH>..<HASH> 100644
--- a/generators/add-extension/index.js
+++ b/generators/add-extension/index.js
@@ -45,8 +45,35 @@ class Generator extends Base {
this.composeWith(['phovea:_check-own-version', 'phovea:check-node-version'... | Prompt user to choose a plugin from the workspace
phovea/generator-phovea#<I> | phovea_generator-phovea | train | js |
d466d84be94d3a069168feacdd74ab16dacbe6bb | diff --git a/commands/example_circularqueue_test.go b/commands/example_circularqueue_test.go
index <HASH>..<HASH> 100644
--- a/commands/example_circularqueue_test.go
+++ b/commands/example_circularqueue_test.go
@@ -223,8 +223,8 @@ var cbCommands = &commands.ProtoCommands{
// Put(-1509199920) Get Put(967212411) Siz... | Made the intentional bug a bit harder to find (addresses #5) | leanovate_gopter | train | go |
1fa99a553bb4f10c658cb080451a9e0d63213e7a | diff --git a/js/angular/services/foundation.core.js b/js/angular/services/foundation.core.js
index <HASH>..<HASH> 100644
--- a/js/angular/services/foundation.core.js
+++ b/js/angular/services/foundation.core.js
@@ -3,7 +3,6 @@
angular.module('foundation.core', ['foundation.core.animation'])
.service('Foundati... | Removed references to deprecated functions | zurb_foundation-apps | train | js |
3ab0b9ef27f5cf8adb1eb6f422d132625e2fd2ba | diff --git a/Framework/FileOrganiser.php b/Framework/FileOrganiser.php
index <HASH>..<HASH> 100644
--- a/Framework/FileOrganiser.php
+++ b/Framework/FileOrganiser.php
@@ -159,7 +159,9 @@ private function copyFiles($source, $dest, $recursive = true) {
}
$dh = opendir($source);
- @mkdir($dest, 0775, true);
+ if(!is... | Closes #<I> - error handler function in place, ready to be extended for logging, extra handling, etc. | PhpGt_WebEngine | train | php,php |
457b6433fb726415cc015ef0a4b421f5ac00ff60 | diff --git a/src/sprite.js b/src/sprite.js
index <HASH>..<HASH> 100644
--- a/src/sprite.js
+++ b/src/sprite.js
@@ -53,6 +53,12 @@ Crafty.c("Sprite", {
* Uses a new location on the sprite map as its sprite.
*
* Values should be in tiles or cells (not pixels).
+ *
+ * @example
+ * ~~~
+ * Crafty.e("2D, DOM, Sprite... | added examples for sprite and crop in Sprite component | craftyjs_Crafty | train | js |
4b74de82c064ecb20327188bf3cbfd3dcfbe0c64 | diff --git a/tests/test_backends.py b/tests/test_backends.py
index <HASH>..<HASH> 100644
--- a/tests/test_backends.py
+++ b/tests/test_backends.py
@@ -38,7 +38,7 @@ from grimoire_elk.utils import get_connectors, get_elastic
CONFIG_FILE = 'tests.conf'
-NUMBER_BACKENDS = 28
+NUMBER_BACKENDS = 30
DB_SORTINGHAT = "te... | [tests] Support that the total number of enriched items is not returned | chaoss_grimoirelab-elk | train | py |
f53b61974a717177f705a1e39c4f9439e283ff58 | 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
@@ -862,5 +862,9 @@ module Omnibus
def log_key
@log_key ||= "#{super}: #{name}"
end
+
+ def to_s
+ "#{name}[#{filepath}]"
+ end
end
end | Add to_s for software
Things rely on being able to print a software, so make its to_s useful | chef_omnibus | train | rb |
21cf8b1de8e11b0ff09f814bdb39786ba4ecfa7e | diff --git a/src/main/java/org/codehaus/groovy/control/ProcessingUnit.java b/src/main/java/org/codehaus/groovy/control/ProcessingUnit.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/codehaus/groovy/control/ProcessingUnit.java
+++ b/src/main/java/org/codehaus/groovy/control/ProcessingUnit.java
@@ -101,7 +101,10... | GROOVY-<I>: trivial tweak for better backward compatibility | apache_groovy | train | java |
99e7c6382faaa883bc53db00f3a59525eec2f84a | diff --git a/bitrise/setup.go b/bitrise/setup.go
index <HASH>..<HASH> 100644
--- a/bitrise/setup.go
+++ b/bitrise/setup.go
@@ -9,8 +9,8 @@ import (
)
const (
- minEnvmanVersion = "0.9.9"
- minStepmanVersion = "0.9.16"
+ minEnvmanVersion = "0.9.10"
+ minStepmanVersion = "0.9.17"
)
// RunSetup ... | required envman and stepman version bumps | bitrise-io_bitrise | train | go |
e7ee8b8b8728b9039253d0d8b418068cb8b5ff5a | diff --git a/src/mediaelementplayer.js b/src/mediaelementplayer.js
index <HASH>..<HASH> 100644
--- a/src/mediaelementplayer.js
+++ b/src/mediaelementplayer.js
@@ -478,9 +478,19 @@
// removed byte/loaded
// changed over to W3C method, even through Chrome currently does this wrong.
- // TODO: account for a re... | The loaded bar was not working in several browsers because target.buffered.end() would not calculate anything other than a 0 value. Some browsers (e.g., Safari 5 and FF <I>) provide data for the byte count rather than the time count. So, provide both methods as an option for calculating the percent downloaded. | mediaelement_mediaelement | train | js |
aa233c31ea6184d1c88a80f5f9078114a324682a | diff --git a/aws/data_source_aws_eip.go b/aws/data_source_aws_eip.go
index <HASH>..<HASH> 100644
--- a/aws/data_source_aws_eip.go
+++ b/aws/data_source_aws_eip.go
@@ -8,6 +8,7 @@ import (
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/ec2"
"github.com/hashicorp/terraform-plugin-sdk/helper/sche... | data-source/aws_eip: Refactor to use keyvaluetags package (#<I>) | terraform-providers_terraform-provider-aws | train | go |
1665bec46b840d3a0ff31cdb6b5ab776ece22c39 | diff --git a/libs/queries.js b/libs/queries.js
index <HASH>..<HASH> 100644
--- a/libs/queries.js
+++ b/libs/queries.js
@@ -40,11 +40,11 @@ var contains = function (params, query) {
coordinates = coordinates.map(parseFloat);
if (coordinates[0] < -180 || coordinates[0] > 180) {
- throw 'Invalid coordinat... | user Error object for throwing errors | sat-utils_sat-api-lib | train | js |
89be437170bf5008e2be683da0ee0b4bebfc47f9 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -144,6 +144,11 @@ Web3ProviderEngine.prototype._startPolling = function(){
self._pollIntervalId = setInterval(function() {
self._fetchLatestBlock()
}, self._pollingInterval)
+
+ // Tell node that block polling shou... | Don't keep node processes open for block polling. | MetaMask_web3-provider-engine | train | js |
63519b55f67e482b8f6f9892d8fb138e957cce9d | diff --git a/min/index.php b/min/index.php
index <HASH>..<HASH> 100644
--- a/min/index.php
+++ b/min/index.php
@@ -36,10 +36,10 @@ if (!empty($min_customConfigPaths)) {
}
// load config
-require $min_configPaths['config.php'] . '/config.php';
+require $min_configPaths['config.php'];
if (isset($_GET['test'])) {
-... | Remove filenames from include statements. | mrclay_jsmin-php | train | php |
a52d1554a5fdc68433573967d34d2084e9480934 | diff --git a/src/main/java/org/fxmisc/wellbehaved/event/template/InputHandlerTemplate.java b/src/main/java/org/fxmisc/wellbehaved/event/template/InputHandlerTemplate.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/fxmisc/wellbehaved/event/template/InputHandlerTemplate.java
+++ b/src/main/java/org/fxmisc/wellbe... | Javadoc: refer readers to the non-template version for an explanation | FXMisc_WellBehavedFX | train | java |
d595554de08371053ae1bd650e3993bea92be816 | diff --git a/src/models/Client.php b/src/models/Client.php
index <HASH>..<HASH> 100644
--- a/src/models/Client.php
+++ b/src/models/Client.php
@@ -58,8 +58,9 @@ class Client extends \hipanel\base\Model
[['login', 'seller', 'state', 'type', 'tariff', 'profile', 'referer'], 'safe'],
[['state_lab... | fixed 'ids cannot be blank' error while client update action (#<I>) | hiqdev_hipanel-module-client | train | php |
278222cc8eb1e3474c38eb82f9857dfaa06f5a1e | diff --git a/spec/country_spec.rb b/spec/country_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/country_spec.rb
+++ b/spec/country_spec.rb
@@ -48,7 +48,7 @@ describe ISO3166::Country do
end
it 'should return alternate names' do
- expect(country.names).to eq(['United States', 'Vereinigte Staaten von Amerika',... | Fixes failing rspec assertions after cache update | hexorx_countries | train | rb |
620424d8f126270ad21444f308385a39b7cf7ef8 | diff --git a/liquibase-core/src/main/java/liquibase/command/core/DropAllCommand.java b/liquibase-core/src/main/java/liquibase/command/core/DropAllCommand.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/command/core/DropAllCommand.java
+++ b/liquibase-core/src/main/java/liquibase/command/co... | Merged from master via LB-<I> | liquibase_liquibase | train | java |
27fb1f05204c4c306db8dab3984b0720f060a142 | diff --git a/tests/lib/xhprof-0.9.2/xhprof_lib/utils/xhprof_lib.php b/tests/lib/xhprof-0.9.2/xhprof_lib/utils/xhprof_lib.php
index <HASH>..<HASH> 100755
--- a/tests/lib/xhprof-0.9.2/xhprof_lib/utils/xhprof_lib.php
+++ b/tests/lib/xhprof-0.9.2/xhprof_lib/utils/xhprof_lib.php
@@ -905,6 +905,12 @@ function xhprof_param_in... | updated fix to also accept randomly generated run IDs | matomo-org_matomo | train | php |
bd0cfd6fbf63e12fda1661ebfc0e10290bbcd7fc | diff --git a/ember-cli-build.js b/ember-cli-build.js
index <HASH>..<HASH> 100644
--- a/ember-cli-build.js
+++ b/ember-cli-build.js
@@ -43,7 +43,6 @@ module.exports = function() {
// generate "loose" ES<latest> modules...
let dependenciesES = new MergeTrees([
backburnerES(),
- handlebarsES(),
rsvpES()... | Ensure internal-test-helpers is excluded from debug & prod builds. | emberjs_ember.js | train | js |
7bfde7c1c0b7977e0eaa556c457eb2ec4ae33bda | diff --git a/abaaso.js b/abaaso.js
index <HASH>..<HASH> 100644
--- a/abaaso.js
+++ b/abaaso.js
@@ -42,7 +42,7 @@
* @author Jason Mulligan <jason.mulligan@avoidwork.com>
* @link http://abaaso.com/
* @module abaaso
- * @version 1.7.59
+ * @version 1.7.6
*/
var $ = $ || null, abaaso = (function() {
"use strict... | Added credentials to CORS requests, if supported | avoidwork_abaaso | train | js |
2227ef6514cca7b96bbd8bf007a7641258ec4f75 | diff --git a/system/Format/JSONFormatter.php b/system/Format/JSONFormatter.php
index <HASH>..<HASH> 100644
--- a/system/Format/JSONFormatter.php
+++ b/system/Format/JSONFormatter.php
@@ -56,7 +56,7 @@ class JSONFormatter implements FormatterInterface
*/
public function format($data)
{
- $options = $config->form... | updat as per pull request
updat as per pull request | codeigniter4_CodeIgniter4 | train | php |
dfe0efaf175653b7ea34a6776a9b882e055f060b | diff --git a/builtin/providers/aws/resource_aws_db_instance.go b/builtin/providers/aws/resource_aws_db_instance.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/aws/resource_aws_db_instance.go
+++ b/builtin/providers/aws/resource_aws_db_instance.go
@@ -46,6 +46,10 @@ func resourceAwsDbInstance() *schema.Resource ... | aws_db_instance: Only write lowercase engines to the state file.
Amazon accepts mixed-case engines, but only returns lowercase. Without
the proper StateFunc, every apply of a mixed-case engine will result in
a new db instance. Standardize on lowercase. | hashicorp_terraform | train | go |
639a9e095f598534015c0bef688b62fb15a12a34 | diff --git a/src/trait_manager/view/TraitView.js b/src/trait_manager/view/TraitView.js
index <HASH>..<HASH> 100644
--- a/src/trait_manager/view/TraitView.js
+++ b/src/trait_manager/view/TraitView.js
@@ -45,6 +45,8 @@ export default Backbone.View.extend({
}
);
model.view = this;
+ this.listenTo(model... | Listen to lable changes in trauts | artf_grapesjs | train | js |
f848e778ba0c1bf8451301b9019c1b056017d1d1 | diff --git a/slug.go b/slug.go
index <HASH>..<HASH> 100644
--- a/slug.go
+++ b/slug.go
@@ -6,7 +6,7 @@
package slug
import (
- "code.google.com/p/go.text/unicode/norm"
+ "golang.org/x/text/unicode/norm"
"encoding/hex"
"unicode"
"unicode/utf8" | Update code.google.com repo to the new location | extemporalgenome_slug | train | go |
cd25ff8c5083faeeb5df95004f777826839cabed | diff --git a/base.php b/base.php
index <HASH>..<HASH> 100644
--- a/base.php
+++ b/base.php
@@ -2061,7 +2061,10 @@ final class Base extends Prefab implements ArrayAccess {
set_exception_handler(
function($obj) use($fw) {
$fw->hive['EXCEPTION']=$obj;
- $fw->error(500,$obj->getmessage(),$obj->gettrace());
+... | Display file and line number in exception handler (bcosca/fatfree#<I>) | bcosca_fatfree-core | train | php |
d4e41869b2c9c1b12588981ab3eb392fe90d780b | diff --git a/lib/servicers/wallaby/abstract_model_servicer.rb b/lib/servicers/wallaby/abstract_model_servicer.rb
index <HASH>..<HASH> 100644
--- a/lib/servicers/wallaby/abstract_model_servicer.rb
+++ b/lib/servicers/wallaby/abstract_model_servicer.rb
@@ -3,7 +3,7 @@ module Wallaby
class AbstractModelServicer
# ... | [Chore] Use mapping configuration for servicer class method `model_class` (#<I>) | reinteractive_wallaby | train | rb |
0dc271292fd9f0e83246685a6750ba2f590e870c | diff --git a/src/main/java/org/jdbdt/Row.java b/src/main/java/org/jdbdt/Row.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jdbdt/Row.java
+++ b/src/main/java/org/jdbdt/Row.java
@@ -20,7 +20,7 @@ final class Row {
/**
* Hash code (computed only once).
*/
- private volatile int hash;
+ private int... | Row: hash need not be volatile | JDBDT_jdbdt | train | java |
925b51ef25a29fc02794baf214b7eb1b34e1869c | diff --git a/modules/custom/wxt_core/src/UpdateWxT/UpdateWxT420.php b/modules/custom/wxt_core/src/UpdateWxT/UpdateWxT420.php
index <HASH>..<HASH> 100644
--- a/modules/custom/wxt_core/src/UpdateWxT/UpdateWxT420.php
+++ b/modules/custom/wxt_core/src/UpdateWxT/UpdateWxT420.php
@@ -6,7 +6,6 @@ use Drupal\Core\Config\Config... | Issue #<I> by smulvih2: CKEditor improvements - automatic TOC | drupalwxt_wxt | train | php |
2841c012cd864dd2fb1bad9b5e9abc53fb822a43 | diff --git a/lib/algebrick/matching.rb b/lib/algebrick/matching.rb
index <HASH>..<HASH> 100644
--- a/lib/algebrick/matching.rb
+++ b/lib/algebrick/matching.rb
@@ -20,6 +20,12 @@ module Algebrick
end
def match(value, *cases)
+ success, result = match? value, *cases
+ raise "no match for (#{value.cl... | Add #match? method as addition to #match | pitr-ch_algebrick | train | rb |
0dbcc83b70b276999705329d2915de7ccef703c0 | diff --git a/luigi/contrib/redshift.py b/luigi/contrib/redshift.py
index <HASH>..<HASH> 100644
--- a/luigi/contrib/redshift.py
+++ b/luigi/contrib/redshift.py
@@ -1,6 +1,5 @@
import abc
import logging
-import luigi.postgres
import luigi
import json
from luigi.contrib import rdbms | Do not import postgres twice
Looks like we import postgres twice while only the second import is used. | spotify_luigi | train | py |
f51af1df42ea8baacbec06ad012e56e24051f714 | diff --git a/delphi/api.py b/delphi/api.py
index <HASH>..<HASH> 100644
--- a/delphi/api.py
+++ b/delphi/api.py
@@ -34,7 +34,8 @@ def create_qualitative_analysis_graph(sts: List[Influence]) -> AnalysisGraph:
return make_cag_skeleton(sts)
-def get_subgraph_for_concept(concept: str, cag: AnalysisGraph, depth_limi... | Fixed get_subgraph_for_concept bug | ml4ai_delphi | train | py |
6a8c8abde8b49053b6c7da232008f7928f445ebd | diff --git a/lib/open_namespace/class_methods.rb b/lib/open_namespace/class_methods.rb
index <HASH>..<HASH> 100644
--- a/lib/open_namespace/class_methods.rb
+++ b/lib/open_namespace/class_methods.rb
@@ -80,6 +80,32 @@ module OpenNamespace
end
#
+ # Finds the exact constant.
+ #
+ # @param [String] ... | Added const_lookup, to perform exact constant searches. | postmodern_open_namespace | train | rb |
4db305ee9594ca57a929867c315c6c673c8b38e4 | diff --git a/js/iosrtc.js b/js/iosrtc.js
index <HASH>..<HASH> 100644
--- a/js/iosrtc.js
+++ b/js/iosrtc.js
@@ -217,6 +217,7 @@ function registerGlobals(doNotRestoreCallbacksSupport) {
img.addEventListener('load', function () {
args.splice(0, 1, img);
drawImage.apply(context, args);
+ img.src = null... | force early GC on Image loaded for Video to Canvas shim by retting src to null | BasqueVoIPMafia_cordova-plugin-iosrtc | train | js |
332a1ebe6ced4b007fa8b6d52df86fcf36cdfe6b | diff --git a/lib/client.js b/lib/client.js
index <HASH>..<HASH> 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -36,7 +36,7 @@ NodeSocketClient.prototype.remoteExecute = function(identifier, typemap, args, c
if(this._master) {
if(this._state === NodeSocketCommon.EnumConnectionState.Verified) {
var buffer = N... | Fixed "this" reference inside of closure and changed WebSocket responses to be handled as text by default | bryanwayb_nodesocket-nodejs | train | js,js |
c6f268e295ed06d389eb17a52d10dacbb7fd543e | diff --git a/test/client.js b/test/client.js
index <HASH>..<HASH> 100644
--- a/test/client.js
+++ b/test/client.js
@@ -4,6 +4,7 @@ var url = require("url");
var http = require("http");
var querystring = require("querystring");
var vibe = require("../lib/index");
+var sid = process.env.VIBE_TEST_SESSION_ID;
http.g... | Add sid param for when multiple test runners run concurrently
The sid, test session id comes from enviornment variable. It's only to
support JavaScript client and not a public option. | vibe-project_vibe-protocol | train | js |
7aae314e74088322a60f1ef9632a257a79ff8982 | diff --git a/celerytask/tasks.py b/celerytask/tasks.py
index <HASH>..<HASH> 100644
--- a/celerytask/tasks.py
+++ b/celerytask/tasks.py
@@ -408,7 +408,10 @@ def set_state(user):
if user.is_superuser:
return
change = False
- state = determine_membership_by_user(user)
+ if user.is_active:
+ ... | do not assess states of inactive users
addresses #<I> | allianceauth_allianceauth | train | py |
387b401b5d37df9b2744c5af8226b504f9ecb66d | diff --git a/test/migration_tests.js b/test/migration_tests.js
index <HASH>..<HASH> 100644
--- a/test/migration_tests.js
+++ b/test/migration_tests.js
@@ -629,12 +629,4 @@ describe('Migration', function() {
// complicated, but still could be decently easy.
it('knows the reverse of creating a table');
});
-... | Removed note in code & added #<I> instead. | wbyoung_azul | train | js |
539d77d8be029c78e20baf2fdd5cc2a8006507de | diff --git a/source/rafcon/gui/controllers/execution_log_viewer.py b/source/rafcon/gui/controllers/execution_log_viewer.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/controllers/execution_log_viewer.py
+++ b/source/rafcon/gui/controllers/execution_log_viewer.py
@@ -11,6 +11,7 @@
# example basictreeview.py
... | fix(execution log viewer): fix import of Gdk | DLR-RM_RAFCON | train | py |
1985d4f9de8ae76a01516743668900fcd6ab7599 | diff --git a/includes/object-cache.php b/includes/object-cache.php
index <HASH>..<HASH> 100644
--- a/includes/object-cache.php
+++ b/includes/object-cache.php
@@ -556,6 +556,8 @@ class WP_Object_Cache {
$result = $this->parse_redis_response( $this->redis->del( $derived_key ) );
}
+ do_action('redis_object_cac... | update ::delete() with redis_object_cache_delete action
This is similar to the get/set actions (and get filter) already added in a previous update.
Just adds a matching action for delete.
Personally I need this for my logging system that tracks actions and specifically because my 'set' action triggers delete co... | tillkruss_redis-cache | train | php |
2c6cc4634ccebe9cc608c6997421215c32d4176c | diff --git a/client/lib/purchases/assembler.js b/client/lib/purchases/assembler.js
index <HASH>..<HASH> 100644
--- a/client/lib/purchases/assembler.js
+++ b/client/lib/purchases/assembler.js
@@ -32,6 +32,7 @@ function createPurchasesArray( dataTransferObject ) {
expiryStatus: camelCase( purchase.expiry_status ),
... | Purchases: Revert isCancelable flag for single purchase | Automattic_wp-calypso | train | js |
f600918ee9ff412803d57b7055978d6ecfabf659 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -22,7 +22,7 @@ function hasFlex(decl) {
}
-function addgap(decl, opts) {
+function addGap(decl, opts) {
const container = decl.parent;
@@ -237,7 +237,7 @@ export default postcss.plugin("postcss-gap", (opts) => {
... | Fixed naming of function addGap | limitlessloop_postcss-gutters | train | js |
12907271ffd230d787c597fb0413262a7f2d49c2 | diff --git a/code/Forms/InternalLinkFormFactory.php b/code/Forms/InternalLinkFormFactory.php
index <HASH>..<HASH> 100644
--- a/code/Forms/InternalLinkFormFactory.php
+++ b/code/Forms/InternalLinkFormFactory.php
@@ -48,6 +48,8 @@ class InternalLinkFormFactory extends LinkFormFactory
$fields->insertAfter('Pa... | NEW Add update extension hooks for LinkFormFactory subclasses | silverstripe_silverstripe-cms | train | php |
6f0dba6dddeef17b50e9ba6c11c74772825c68fa | diff --git a/quickunit/plugin.py b/quickunit/plugin.py
index <HASH>..<HASH> 100644
--- a/quickunit/plugin.py
+++ b/quickunit/plugin.py
@@ -98,6 +98,10 @@ class QuickUnitPlugin(Plugin):
assert pipe in ('stdout', 'stderr')
self.report_file = getattr(sys, pipe)
else:
+ path = ... | Automatically create the directory for the json file if it does not exist | dcramer_quickunit | train | py |
936e839940b77dbd0abb2c6340681764db73d692 | diff --git a/lib/yard/logging.rb b/lib/yard/logging.rb
index <HASH>..<HASH> 100644
--- a/lib/yard/logging.rb
+++ b/lib/yard/logging.rb
@@ -26,7 +26,7 @@ module YARD
return false if YARD.ruby18? # threading is too ineffective for progress support
return false if YARD.windows? # windows has poor ANSI suppor... | Fix inverted conditional in Logger#show_progress
Prior to this patch, YARD would show animated progress even when `--debug` was
specified. The progress animation renders any debugger REPL unusable, so having
a way to disable it from the command line is critical. | lsegal_yard | train | rb |
0a8946f53cc6169728828ed157c110f0606e8e9a | diff --git a/src/test/moment/is_valid.js b/src/test/moment/is_valid.js
index <HASH>..<HASH> 100644
--- a/src/test/moment/is_valid.js
+++ b/src/test/moment/is_valid.js
@@ -126,8 +126,10 @@ test('valid string iso 8601 + timezone', function (assert) {
], i;
for (i = 0; i < tests.length; i++) {
- assert.... | Adding unit tests to verify strict date parsing of ISO-<I> dates. | moment_moment | train | js |
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.