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 |
|---|---|---|---|---|---|
eec71a05d6043d05dbb218b881b679046d885690 | diff --git a/Gemfile.lock b/Gemfile.lock
index <HASH>..<HASH> 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- parallel_cucumber (0.1.4)
+ parallel_cucumber (0.1.5)
parallel (~> 1.6)
GEM
diff --git a/lib/parallel_cucumber/runner.rb b/lib/parallel_cucumber/runne... | Raise an exception on io timeout | badoo_parallel_cucumber | train | lock,rb,rb |
5b8ceb5ac6a45e56508f11000cdcbccb844fcb54 | diff --git a/lib/linkedin-scraper/profile.rb b/lib/linkedin-scraper/profile.rb
index <HASH>..<HASH> 100644
--- a/lib/linkedin-scraper/profile.rb
+++ b/lib/linkedin-scraper/profile.rb
@@ -4,7 +4,7 @@ module Linkedin
class Profile
#the First name of the contact
attr_accessor :first_name,:last_name,:title,:lo... | Update lib/linkedin-scraper/profile.rb
Feature: Added profile picture url | yatish27_linkedin-scraper | train | rb |
6119c4dc8a55435bf2cf58967818db3315bacc71 | diff --git a/src/PlaygroundCore/Module.php b/src/PlaygroundCore/Module.php
index <HASH>..<HASH> 100755
--- a/src/PlaygroundCore/Module.php
+++ b/src/PlaygroundCore/Module.php
@@ -151,15 +151,6 @@ class Module implements
$response->getHeaders()->addHeaderLine('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA P... | move pg_anonymous to playgrounduser | gregorybesson_PlaygroundCore | train | php |
b86962413ed02e603f2901aaa941d1c6ea8e6c35 | diff --git a/lib/Cake/Network/Http/Adapter/Stream.php b/lib/Cake/Network/Http/Adapter/Stream.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/Network/Http/Adapter/Stream.php
+++ b/lib/Cake/Network/Http/Adapter/Stream.php
@@ -19,4 +19,11 @@ namespace Cake\Network\Http\Adapter;
*
*/
class Stream {
+
+ public function ... | Add incomplete send() method to Adapter. | cakephp_cakephp | train | php |
0393e44f26e68ec109e3d74b929a476d06b989a5 | diff --git a/lib/active_scaffold/config/sortable.rb b/lib/active_scaffold/config/sortable.rb
index <HASH>..<HASH> 100644
--- a/lib/active_scaffold/config/sortable.rb
+++ b/lib/active_scaffold/config/sortable.rb
@@ -6,6 +6,11 @@ module ActiveScaffold::Config
self.column = core_config.model.new.position_co... | throw exception if sortable attributes do not exist in model | activescaffold_active_scaffold_sortable | train | rb |
65dae83ee613650a39f30d4e2efbc62a64771a08 | diff --git a/src/Composer/Util/ProcessExecutor.php b/src/Composer/Util/ProcessExecutor.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Util/ProcessExecutor.php
+++ b/src/Composer/Util/ProcessExecutor.php
@@ -71,6 +71,8 @@ class ProcessExecutor
public function splitLines($output)
{
+ $output = trim... | Trim output before splitting lines to avoid blank entries, closes #<I> | mothership-ec_composer | train | php |
b87d1c1665ed5f3f2b99921ad7a9ef4839335d39 | 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
@@ -24,7 +24,7 @@ RSpec.configure do |config|
DatabaseCleaner.clean_with(:truncation)
Marty::Engine.load_seed
- load File.expand_path("../dummy/db/seeds.rb", __FILE__)
+ ... | Use the proper Rails method to load dummy app seeds | arman000_marty | train | rb |
577eea9580f978023babc7605f071f328f97870f | diff --git a/tests/test_fields.py b/tests/test_fields.py
index <HASH>..<HASH> 100644
--- a/tests/test_fields.py
+++ b/tests/test_fields.py
@@ -284,6 +284,11 @@ class FieldsTestCase(unittest.TestCase):
field = fields.List(fields.String)
self.assertEquals(['a', 'b', 'c'], field.output('list', obj))
+ ... | Test serialization from a set to a list. | flask-restful_flask-restful | train | py |
7739dcb3197b37f78293ae5f832b50a985476631 | diff --git a/tools/azure-devtools/src/azure_devtools/scenario_tests/recording_processors.py b/tools/azure-devtools/src/azure_devtools/scenario_tests/recording_processors.py
index <HASH>..<HASH> 100644
--- a/tools/azure-devtools/src/azure_devtools/scenario_tests/recording_processors.py
+++ b/tools/azure-devtools/src/azu... | [Test] patch (#<I>) | Azure_azure-sdk-for-python | train | py |
d43d4c2c21920de2acbbf6c5c396c6e560a8c9ab | diff --git a/girder/api/describe.py b/girder/api/describe.py
index <HASH>..<HASH> 100644
--- a/girder/api/describe.py
+++ b/girder/api/describe.py
@@ -629,6 +629,8 @@ class autoDescribeRoute(describeRoute): # noqa: class name
params = {k: v for k, v in six.viewitems(kwargs) if k != 'params'}
... | Fix __call__: create 'params' in kwargs if needed
This function call the _passArgs which assumes the params is a valid
dictionary in kwargs. | girder_girder | train | py |
9162aadd28ef8e4d44d7fb9e665f4a115dcc7ddc | diff --git a/holoviews/core/options.py b/holoviews/core/options.py
index <HASH>..<HASH> 100644
--- a/holoviews/core/options.py
+++ b/holoviews/core/options.py
@@ -477,10 +477,11 @@ class Channel(param.Parameterized):
if spec[0] != type(el).__name__:
return None
level += 1 ... | Fixed bug in Channel.match_level method | pyviz_holoviews | train | py |
e9e6db145519b0b2339f9a2426368edf0ed224a6 | diff --git a/src/notebook/epics/saving.js b/src/notebook/epics/saving.js
index <HASH>..<HASH> 100644
--- a/src/notebook/epics/saving.js
+++ b/src/notebook/epics/saving.js
@@ -1,5 +1,5 @@
-import { writeFileObservable } from '../../utils/fs';
import { ActionsObservable } from 'redux-observable';
+import { writeFileObse... | chore(EpicsTesting): Satisfy linter. | nteract_nteract | train | js |
ae00fc08c1c9812ef312d99f60a0a3c9b6f00ef9 | diff --git a/lib/thin.rb b/lib/thin.rb
index <HASH>..<HASH> 100644
--- a/lib/thin.rb
+++ b/lib/thin.rb
@@ -488,9 +488,9 @@ module CloudProviders
puts "-----> Checking for launch configuration named: #{name}"
if should_create_launch_configuration?
create_launch_configuration!
- end
- if ... | Made trying to create the launch config a little smarter | auser_poolparty | train | rb |
1994d30c7a1db0e6c325ab61f758ac4199fa15b3 | diff --git a/sample/wakeup_light.rb b/sample/wakeup_light.rb
index <HASH>..<HASH> 100644
--- a/sample/wakeup_light.rb
+++ b/sample/wakeup_light.rb
@@ -24,7 +24,7 @@ end
[:white],
[[:bright, 30]],
[:full_bright],
- [:dark],
+ [:disco],
].each do |commands|
commands.each do |cmd|
bulb.send(*cmd)
@@ -3... | mod wakeup_light. add disco-mode and turn-off at last | beco-ippei_ruby-milight | train | rb |
7ddbdd46e67eef1369f76f303780079ed5e87b89 | diff --git a/lib/session-manager.js b/lib/session-manager.js
index <HASH>..<HASH> 100644
--- a/lib/session-manager.js
+++ b/lib/session-manager.js
@@ -48,8 +48,8 @@ SessionManager.prototype.remote = function (webdriverOptions) {
return browser;
}
- if (!!process.env['watch']) {
- log.debug('[cuke-monkey][... | fixed watch mode bug and added logs | TheBrainFamily_chimpy | train | js |
80d9228abd90735a47ad547fa1d946017804bf17 | diff --git a/lib/pork.rb b/lib/pork.rb
index <HASH>..<HASH> 100644
--- a/lib/pork.rb
+++ b/lib/pork.rb
@@ -186,11 +186,11 @@ module Pork
def throw msg
satisfy("#{__not__}throwing #{msg}") do
flag = true
- ::Kernel.catch(msg) do
+ data = ::Kernel.catch(msg) do
if ::Kernel.bl... | return thrown data in should.throw | godfat_pork | train | rb |
372179bc5b9a56b75b3db4b62348cc6e37abb688 | diff --git a/lib/simple_drilldown/controller.rb b/lib/simple_drilldown/controller.rb
index <HASH>..<HASH> 100644
--- a/lib/simple_drilldown/controller.rb
+++ b/lib/simple_drilldown/controller.rb
@@ -128,7 +128,7 @@ module SimpleDrilldown
interval: interval,
label_method: label_method,
l... | Fall back to titleized pretty name in dropdowns | DatekWireless_simple_drilldown | train | rb |
a163ca8fd2f16501b0306ff8c63b6b2630650031 | diff --git a/src/AntiCorruptionLayer/AntiCorruptionMessageRelayTest.php b/src/AntiCorruptionLayer/AntiCorruptionMessageRelayTest.php
index <HASH>..<HASH> 100644
--- a/src/AntiCorruptionLayer/AntiCorruptionMessageRelayTest.php
+++ b/src/AntiCorruptionLayer/AntiCorruptionMessageRelayTest.php
@@ -48,6 +48,7 @@ class AntiC... | Added multi-message example | EventSaucePHP_EventSauce | train | php |
84c1dc628357b3bb703f6bccd4c0624a1059a420 | diff --git a/src/core.js b/src/core.js
index <HASH>..<HASH> 100644
--- a/src/core.js
+++ b/src/core.js
@@ -86,10 +86,25 @@ function createWindowClone(ownerDocument, width, height, options) {
documentClone.write("<!DOCTYPE html>");
documentClone.close();
- documentClone.replaceChild(documentCl... | Remove script tags from cloned DOM | niklasvh_html2canvas | train | js |
1a5f451b72cc1b62d74b26593f55e72e91404f37 | diff --git a/src/webpack/config.js b/src/webpack/config.js
index <HASH>..<HASH> 100644
--- a/src/webpack/config.js
+++ b/src/webpack/config.js
@@ -190,7 +190,7 @@ export default function createConfig(options) {
fallback: [
path.join(__dirname, '../../node_modules')
],
- extensions:... | Webpack now resolves .css and .scss automatically | vgno_roc-web | train | js |
14f5bb252125d4d865567b0d4444fa0d7e6f1036 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -3,16 +3,19 @@ var spawn = require('child_process').spawn;
var path = require('path');
module.exports = function(opts) {
+ opts = opts || {};
+
return es.map(function(script, next) {
var compil = path.resolve(path... | Allows passing args to ISCC.exe | dustinblackman_gulp-inno | train | js |
4349c4d2f29036a5080bf3bc4682e141c994eae4 | diff --git a/text-serializer-gson/src/main/java/net/kyori/adventure/text/serializer/gson/ShowItemSerializer.java b/text-serializer-gson/src/main/java/net/kyori/adventure/text/serializer/gson/ShowItemSerializer.java
index <HASH>..<HASH> 100644
--- a/text-serializer-gson/src/main/java/net/kyori/adventure/text/serializer/... | Write more kashike-compliant code | KyoriPowered_text | train | java |
bddcfbdf90ee8880e0a3e1c706e3bebfef9050cc | diff --git a/src/ArtaxServiceBuilder/OperationGenerator.php b/src/ArtaxServiceBuilder/OperationGenerator.php
index <HASH>..<HASH> 100644
--- a/src/ArtaxServiceBuilder/OperationGenerator.php
+++ b/src/ArtaxServiceBuilder/OperationGenerator.php
@@ -621,9 +621,12 @@ END;
function addExecuteAsyncMethod() {
$b... | Correct return type for async operations. | Danack_ArtaxServiceBuilder | train | php |
79be68f3ae5ab3a4e2f8910fd7030cbf68dd1470 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -176,7 +176,8 @@ const generateCriticalCssWrapped = async function generateCriticalCssWrapped (
const astRules = nonMatchingMediaQueryRemover(
ast.stylesheet.rules,
width,
- height
+ height,
... | actually use keepLargerMediaQueries option | pocketjoso_penthouse | train | js |
de9f243ad138f938405a2995e32a7cff255e6788 | diff --git a/src/main/java/net/dv8tion/jda/managers/PermissionOverrideManager.java b/src/main/java/net/dv8tion/jda/managers/PermissionOverrideManager.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/dv8tion/jda/managers/PermissionOverrideManager.java
+++ b/src/main/java/net/dv8tion/jda/managers/PermissionOverri... | Fixed an NPE when trying to create a PermissionOverrideManager | DV8FromTheWorld_JDA | train | java |
68374c16d66cdeea9dbce620dc29d375e3009070 | diff --git a/bcbio/bam/fasta.py b/bcbio/bam/fasta.py
index <HASH>..<HASH> 100644
--- a/bcbio/bam/fasta.py
+++ b/bcbio/bam/fasta.py
@@ -4,8 +4,14 @@ def sequence_length(fasta):
"""
return a dict of the lengths of sequences in a fasta file
"""
- file_handle = open(fasta)
- in_handle = SeqIO.parse(fil... | Add function to get list of sequence names from a FASTA file.
Refactor to be simpler. | bcbio_bcbio-nextgen | train | py |
686aef19ed4e2e7d6f8233c57240f008a17fd3f2 | diff --git a/esper/meta.py b/esper/meta.py
index <HASH>..<HASH> 100644
--- a/esper/meta.py
+++ b/esper/meta.py
@@ -6,12 +6,11 @@
"""
name = 'esper'
-version = '0.9.3'
+version = '0.9.4'
description = __doc__.splitlines()[0]
keywords = 'ecs,entity component system'
-author = "Benjamin Moran"
-# credits = ["Benjami... | Update meta.py
Updated version string. | benmoran56_esper | train | py |
fe3c57a99aa293c3eaef6876838d913a3f782b12 | diff --git a/src/extensions/renderer/base/arrow-shapes.js b/src/extensions/renderer/base/arrow-shapes.js
index <HASH>..<HASH> 100644
--- a/src/extensions/renderer/base/arrow-shapes.js
+++ b/src/extensions/renderer/base/arrow-shapes.js
@@ -280,7 +280,7 @@ BRp.registerArrowShapes = function(){
}
} );
- defineA... | Remove `inhibitor` edge arrow name. It was included when Cy.js was a
prototype, and `tee` has always been the real name. | cytoscape_cytoscape.js | train | js |
0f7ea052dde95a0c5c563c37f23666c1930aca3e | diff --git a/src/Filter/Filter.php b/src/Filter/Filter.php
index <HASH>..<HASH> 100644
--- a/src/Filter/Filter.php
+++ b/src/Filter/Filter.php
@@ -31,7 +31,7 @@ class Filter
- public function __construct($filterArray)
+ public function __construct(array $filterArray)
{
$this->filterData = $fil... | Added type hints in class Filter. | alexanderduring_php-ember-db | train | php |
4ed0bd8e58db2a63c91958b975913a3cb1df4cc6 | diff --git a/xchart/src/main/java/com/xeiam/xchart/internal/chartpart/NumberFormatter.java b/xchart/src/main/java/com/xeiam/xchart/internal/chartpart/NumberFormatter.java
index <HASH>..<HASH> 100644
--- a/xchart/src/main/java/com/xeiam/xchart/internal/chartpart/NumberFormatter.java
+++ b/xchart/src/main/java/com/xeiam/... | fix for issue #<I> - Print short points (like 1, <I>, <I>, <I>) not in scientific notation | knowm_XChart | train | java |
469a5195fe1363410e4f811e13cc2e0e169697a7 | diff --git a/src/Horntell/Event.php b/src/Horntell/Event.php
index <HASH>..<HASH> 100644
--- a/src/Horntell/Event.php
+++ b/src/Horntell/Event.php
@@ -3,11 +3,11 @@
class Event {
/**
- * decodes payload from input
- * @return Decoded Payload From Webhook
+ * Decodes payload from input
+ * @return array
*/
... | Type mistake solvedand return type array done. | horntell_php-sdk | train | php |
37fc411dfc56bab3fa1cfaf3691af06aa946908b | diff --git a/lib/dm-core/model.rb b/lib/dm-core/model.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-core/model.rb
+++ b/lib/dm-core/model.rb
@@ -476,8 +476,9 @@ module DataMapper
return DataMapper::Query::Path.new(repository, [ relationship ], klass)
end
- if property = properties(repository_name)[... | Allow the super functionality of a DM::Model class to used | datamapper_dm-core | train | rb |
0a3208116b27affc230d1e69848f3ce62c4b0d54 | diff --git a/lib/weary/response.rb b/lib/weary/response.rb
index <HASH>..<HASH> 100644
--- a/lib/weary/response.rb
+++ b/lib/weary/response.rb
@@ -1,7 +1,7 @@
module Weary
class Response
- attr_reader :raw, :method, :code, :message, :header, :content_type, :cookie, :body
+ attr_reader :raw, :method, :code... | I don't need this if i just define an attr_reader | mwunsch_weary | train | rb |
69117535160cb6373addb2fa316cae0f2de8909b | diff --git a/detour/src/main/java/org/recast4j/detour/NavMeshQuery.java b/detour/src/main/java/org/recast4j/detour/NavMeshQuery.java
index <HASH>..<HASH> 100644
--- a/detour/src/main/java/org/recast4j/detour/NavMeshQuery.java
+++ b/detour/src/main/java/org/recast4j/detour/NavMeshQuery.java
@@ -48,6 +48,7 @@ import stat... | Added pos to throw statement. | ppiastucki_recast4j | train | java |
acc91f2c87740bd470e66d695bad29ff9ac34f20 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -61,12 +61,9 @@ test(function (t) {
}
function checkMessage(method, opts) {
- var msgopts = Object.create(opts);
- Object.defineProperty(msgopts, 'basedir', {
- enumerable: true,
- value... | (test) Include all properties in opts JSON | eush77_acquire | train | js |
f5a9ffdb893d6fc569b06a4adabf775728c99491 | diff --git a/activeweb/src/main/java/org/javalite/activeweb/RequestDispatcher.java b/activeweb/src/main/java/org/javalite/activeweb/RequestDispatcher.java
index <HASH>..<HASH> 100644
--- a/activeweb/src/main/java/org/javalite/activeweb/RequestDispatcher.java
+++ b/activeweb/src/main/java/org/javalite/activeweb/RequestD... | #<I> Change log level to ERROR and throw exception if AppConfig fails to initialize | javalite_activejdbc | train | java |
900c60a7473d16b7f678be4284ed95f21587b789 | diff --git a/src/admin/index.js b/src/admin/index.js
index <HASH>..<HASH> 100644
--- a/src/admin/index.js
+++ b/src/admin/index.js
@@ -7,7 +7,6 @@ const InstrumentationEventEmitter = require('../instrumentation/emitter')
const { events, wrap: wrapEvent, unwrap: unwrapEvent } = require('./instrumentationEvents')
const... | Fix admin alterConfigs validation
It should validate against the new ConfigResourceType | tulios_kafkajs | train | js |
25fea974ec3c3180668fe91151502981ed131970 | diff --git a/exchange/adapters/__init__.py b/exchange/adapters/__init__.py
index <HASH>..<HASH> 100644
--- a/exchange/adapters/__init__.py
+++ b/exchange/adapters/__init__.py
@@ -26,8 +26,11 @@ class BaseAdapter(object):
if created:
logger.info('currency: %s created', code)
- pair... | Fixed bug preventing updated rates being saved to db | metglobal_django-exchange | train | py |
21341b632ca84f106a899f2e2daf59847488fdae | diff --git a/PHPCI/Controller/SettingsController.php b/PHPCI/Controller/SettingsController.php
index <HASH>..<HASH> 100644
--- a/PHPCI/Controller/SettingsController.php
+++ b/PHPCI/Controller/SettingsController.php
@@ -75,6 +75,8 @@ class SettingsController extends Controller
public function email()
{
... | Allow users to turn off SMTP encryption.
Fixes #<I> | dancryer_PHPCI | train | php |
ec34e9fc95fd38676e5fee5766bfa6ca3333c142 | diff --git a/lib/raml/parameter/abstract_parameter.rb b/lib/raml/parameter/abstract_parameter.rb
index <HASH>..<HASH> 100644
--- a/lib/raml/parameter/abstract_parameter.rb
+++ b/lib/raml/parameter/abstract_parameter.rb
@@ -72,11 +72,11 @@ module Raml
'minimum and maximum attributes applicable only to numbe... | Refactor true/false check not to short circuit on falsely values | coub_raml_ruby | train | rb |
8eacb79724cea6defe126be6bb65fa39409f578d | diff --git a/dispatch/static/manager/src/js/components/inputs/SelectInput.js b/dispatch/static/manager/src/js/components/inputs/SelectInput.js
index <HASH>..<HASH> 100644
--- a/dispatch/static/manager/src/js/components/inputs/SelectInput.js
+++ b/dispatch/static/manager/src/js/components/inputs/SelectInput.js
@@ -4,7 +... | Fix SelectInput so that placeholder is default selection (fixes #<I>) | ubyssey_dispatch | train | js |
93a80dc696fb50f088471ab1c71ccd902a433cdb | diff --git a/lib/chef/resource/windows_ad_join.rb b/lib/chef/resource/windows_ad_join.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/resource/windows_ad_join.rb
+++ b/lib/chef/resource/windows_ad_join.rb
@@ -70,7 +70,7 @@ class Chef
unless on_desired_domain?
cmd = "$pswd = ConvertTo-SecureString \'... | adding sanitize_usename method to join as well as leave cmd | chef_chef | train | rb |
8f97f0668d2aa603ff5949ed6a11b87c2af129ea | diff --git a/landsat/__init__.py b/landsat/__init__.py
index <HASH>..<HASH> 100644
--- a/landsat/__init__.py
+++ b/landsat/__init__.py
@@ -1 +1 @@
-__version__ = '0.9.0'
+__version__ = '0.9.1' | bump up version to <I> | developmentseed_landsat-util | train | py |
4b933d7e734bf34a30dc3abf3bfca13f9259be26 | diff --git a/code/MSSQLDatabase.php b/code/MSSQLDatabase.php
index <HASH>..<HASH> 100644
--- a/code/MSSQLDatabase.php
+++ b/code/MSSQLDatabase.php
@@ -1327,6 +1327,13 @@ class MSSQLDatabase extends SS_Database {
$where = null;
if(strpos($tableName, 'SiteTree') === 0) {
$where = array("\"$tableName\".\"Show... | ENHANCEMENT Optionally filtering by new File.ShowInSearch flag in MSSQLDatabase->searcnEngine() | silverstripe_silverstripe-mssql | train | php |
3d1a026999581245102821751c38b06885ad1105 | diff --git a/ck/kernel.py b/ck/kernel.py
index <HASH>..<HASH> 100644
--- a/ck/kernel.py
+++ b/ck/kernel.py
@@ -28,7 +28,7 @@ cfg={
"private_wiki_data_web":"https://github.com/ctuning/ck/wiki/ckb_", # Collective Knowledge Base (ckb)
"api_web":"http://cknowledge.org/soft/docs/",
"status_url":"https... | changing 'more info' pointing to wiki | ctuning_ck | train | py |
6ecba60678b8cefc2e545b66b83f13b47c7086f2 | diff --git a/master/buildbot/steps/shell.py b/master/buildbot/steps/shell.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/steps/shell.py
+++ b/master/buildbot/steps/shell.py
@@ -108,11 +108,11 @@ class ShellCommand(buildstep.LoggingBuildStep):
if command:
self.setCommand(command)
- #... | check that ShellCommand.command is set only if it's directly instantiated | buildbot_buildbot | train | py |
e9a2945a86b2db1073c179a944461c1e9b20f6d5 | diff --git a/client/state/themes/test/actions.js b/client/state/themes/test/actions.js
index <HASH>..<HASH> 100644
--- a/client/state/themes/test/actions.js
+++ b/client/state/themes/test/actions.js
@@ -997,7 +997,7 @@ describe( 'actions', () => {
}
return false;
};
- const getThemeSpy = ( store, siteId, th... | Theme Actions: s/store/state/ in tryAndCustomizeTheme test | Automattic_wp-calypso | train | js |
dbd4d21743a69c4e4347c0bd7d370bb0f813c07a | diff --git a/java/client/test/org/openqa/selenium/ClickTest.java b/java/client/test/org/openqa/selenium/ClickTest.java
index <HASH>..<HASH> 100644
--- a/java/client/test/org/openqa/selenium/ClickTest.java
+++ b/java/client/test/org/openqa/selenium/ClickTest.java
@@ -39,7 +39,7 @@ public class ClickTest extends Abstract... | SimonStewart: Just the JS tests failing in click test for the selenese webdriver
r<I> | SeleniumHQ_selenium | train | java |
2da8576106d7d799219ee85c2ff944a6702ad512 | diff --git a/main.go b/main.go
index <HASH>..<HASH> 100644
--- a/main.go
+++ b/main.go
@@ -40,14 +40,17 @@ Options:
return
}
+ var cmdErr error = nil
+
if args["hosts"] == true {
- if err := Hosts(args); err != nil {
- fmt.Println(err)
- }
+ cmdErr = Hosts(args)
} else if args["docker"] == true || args[... | Handle errors in main(), exit with code 1 | orchardup_go-orchard | train | go |
f46d371175fde86252b139279f6dbf66366e175c | diff --git a/addon/server.js b/addon/server.js
index <HASH>..<HASH> 100644
--- a/addon/server.js
+++ b/addon/server.js
@@ -11,6 +11,7 @@ import frontController from './controllers/front';
*/
export default function(options) {
// Init vars
+ var server = this;
if (!options || !options.environment) {
throw ... | allow logging within tests via server.logging = true | samselikoff_ember-cli-mirage | train | js |
7af7e4e6211158f2576e8f233a18f5f71dc3bdda | diff --git a/action/cids.go b/action/cids.go
index <HASH>..<HASH> 100755
--- a/action/cids.go
+++ b/action/cids.go
@@ -28,11 +28,7 @@ func (vmCID *VMCID) UnmarshalJSON(data []byte) error {
}
func (vmCID VMCID) MarshalJSON() ([]byte, error) {
- return json.Marshal(struct {
- VMCID int `json:"vmCID"`
- }{
- VMCID: ... | correct marshalling for VMCID and DiskCID | cloudfoundry_bosh-softlayer-cpi-release | train | go |
0f7c69dfd48843360a42a92823ab6fbabdd8acd4 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,16 +1,19 @@
import os
import re
-from setuptools import setup
+from setuptools import setup as setup
def read(path):
+ global os
with open(os.path.join(os.path.dirname(__file__), path), 'r') as f:
da... | Writing setup.py so it can run from run_script correctly | atbentley_plank | train | py |
d5ab4efd0f3b54883e9e0cbbfa33ce4fd1899fb0 | diff --git a/recipe/deploy/shared.php b/recipe/deploy/shared.php
index <HASH>..<HASH> 100644
--- a/recipe/deploy/shared.php
+++ b/recipe/deploy/shared.php
@@ -47,15 +47,22 @@ task('deploy:shared', function () {
foreach (get('shared_files') as $file) {
$dirname = dirname($file);
+
+ // Create dir ... | create share file AFTER create them in init phase in Yii2 advanced | deployphp_deployer | train | php |
180a8ae14a81156560c48a11b3eb7c17ed3c2ef9 | diff --git a/resolwe/flow/executors/startup_communication_container.py b/resolwe/flow/executors/startup_communication_container.py
index <HASH>..<HASH> 100644
--- a/resolwe/flow/executors/startup_communication_container.py
+++ b/resolwe/flow/executors/startup_communication_container.py
@@ -329,6 +329,9 @@ class Listene... | Terminate container if script could not be read | genialis_resolwe | train | py |
31d07c043aae1afdd1030ed66b0114c7bb58720e | diff --git a/lib/objects/ssh/driver_concerns/connection.rb b/lib/objects/ssh/driver_concerns/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/objects/ssh/driver_concerns/connection.rb
+++ b/lib/objects/ssh/driver_concerns/connection.rb
@@ -14,7 +14,7 @@ module ::Bcome::Ssh
raise ::Bcome::Exception::InvalidP... | handled missing ssh authentication failure missing from driver connection exception handler | webzakimbo_bcome-kontrol | train | rb |
c246d5129705d1384c7c5c8f8226eab7be932bed | diff --git a/src/bins.js b/src/bins.js
index <HASH>..<HASH> 100644
--- a/src/bins.js
+++ b/src/bins.js
@@ -39,11 +39,22 @@ module.exports = function(RAW_GENOME_DATA) {
// generate new genome data structure from (immutable) raw data
function genomesMap() {
return _(RAW_GENOME_DATA).map(function(d) {
- re... | added fullGenomeSize property and a check that it's not smaller than assembledGenomeSize | warelab_gramene-bins-client | train | js |
16a27b68ea7ed22c71ca898d8dd369e9dbd4b019 | diff --git a/railties/lib/rails/paths.rb b/railties/lib/rails/paths.rb
index <HASH>..<HASH> 100644
--- a/railties/lib/rails/paths.rb
+++ b/railties/lib/rails/paths.rb
@@ -24,7 +24,7 @@ module Rails
#
# Notice that when you add a path using +add+, the path object created already
# contains the path with t... | Fix rdoc markup [ci skip]
Wrapping symbols with + does not work, we must use <tt> instead. | rails_rails | train | rb |
fe5f4da5dec525cc73cacec45d23724a91af04ed | diff --git a/web/src/main/java/uk/ac/ebi/atlas/web/controllers/page/BioEntityPropertyService.java b/web/src/main/java/uk/ac/ebi/atlas/web/controllers/page/BioEntityPropertyService.java
index <HASH>..<HASH> 100644
--- a/web/src/main/java/uk/ac/ebi/atlas/web/controllers/page/BioEntityPropertyService.java
+++ b/web/src/ma... | now capitalizing only first letter of Orthologs in Gene page | ebi-gene-expression-group_atlas | train | java |
6b17d20a6ce2d89b6f01d1b46b35d6b1b45a1ffc | diff --git a/lib/memcached/exceptions.rb b/lib/memcached/exceptions.rb
index <HASH>..<HASH> 100644
--- a/lib/memcached/exceptions.rb
+++ b/lib/memcached/exceptions.rb
@@ -62,7 +62,7 @@ Subclasses correspond one-to-one with server response strings or libmemcached er
# Generate exception classes
Rlibmemcached::... | ruby doesn't like class names to end with "!". | arthurnn_memcached | train | rb |
3c4c93091b1e067ff1aca6952743ef8856a4376d | diff --git a/lib/scheme.js b/lib/scheme.js
index <HASH>..<HASH> 100644
--- a/lib/scheme.js
+++ b/lib/scheme.js
@@ -24,10 +24,10 @@ Scheme.create = function(type, options) {
return new Scheme.types[type](options);
};
+Scheme.prototype.started = false;
Scheme.prototype.finished = false;
Scheme.prototype.paused ... | Make sure pause can be emitted prior to starting. | mapbox_tilelive | train | js |
1d8f732aa1c02870cfae77c9aeff923c2aa26724 | diff --git a/src/kg/apc/jmeter/perfmon/MetricsProvider.java b/src/kg/apc/jmeter/perfmon/MetricsProvider.java
index <HASH>..<HASH> 100644
--- a/src/kg/apc/jmeter/perfmon/MetricsProvider.java
+++ b/src/kg/apc/jmeter/perfmon/MetricsProvider.java
@@ -178,6 +178,8 @@ public class MetricsProvider implements Runnable, AgentCo... | Correct management of relative time option in settings tag | undera_jmeter-plugins | train | java,java |
d71639bbf8a887c39bce599a45399fa96d180690 | diff --git a/lib/workers/repository/process/fetch.js b/lib/workers/repository/process/fetch.js
index <HASH>..<HASH> 100644
--- a/lib/workers/repository/process/fetch.js
+++ b/lib/workers/repository/process/fetch.js
@@ -32,7 +32,14 @@ async function fetchDepUpdates(packageFileConfig, dep) {
logger.debug({ depName: ... | refactor: fetch array or object | renovatebot_renovate | train | js |
69c56cbb9b8089c75976a485feda80480edd30b5 | diff --git a/salt/modules/virt.py b/salt/modules/virt.py
index <HASH>..<HASH> 100644
--- a/salt/modules/virt.py
+++ b/salt/modules/virt.py
@@ -1191,7 +1191,7 @@ def resume(vm_):
return dom.resume() == 0
-def create(vm_):
+def start(name):
'''
Start a defined domain
@@ -1199,23 +1199,9 @@ def create... | Drop confusing and redundant "create" method | saltstack_salt | train | py |
ce715b99e384347404c32a2bca8798b487a93067 | diff --git a/lib/genevalidator/arg_validation.rb b/lib/genevalidator/arg_validation.rb
index <HASH>..<HASH> 100644
--- a/lib/genevalidator/arg_validation.rb
+++ b/lib/genevalidator/arg_validation.rb
@@ -161,7 +161,7 @@ module GeneValidator
$stderr.puts 'Warning: BLAST will be carried out on remote servers.'
... | In remotedb warning, '... forfaster analysis' => '... for faster analysis'. | wurmlab_genevalidator | train | rb |
3bcd7b0027b70fb60678d47236d289d420dc8cb2 | diff --git a/jmetal-problem/src/main/java/org/uma/jmetal/problem/multiobjective/lsmop/functions/Rastrigin.java b/jmetal-problem/src/main/java/org/uma/jmetal/problem/multiobjective/lsmop/functions/Rastrigin.java
index <HASH>..<HASH> 100644
--- a/jmetal-problem/src/main/java/org/uma/jmetal/problem/multiobjective/lsmop/fu... | Bug fixing. A bug has been fixed on the Rastrigin function | jMetal_jMetal | train | java |
0e4528ccdaf4baf3eff1feebeb07e6674faa52b5 | 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.43.0".freeze
+ VERSION = "0.43.1".freez... | [fastlane_core] Version bump | fastlane_fastlane | train | rb |
0a597ceba805a70bd4048247681827077a840383 | diff --git a/packages/empty-state/src/EmptyState.story.js b/packages/empty-state/src/EmptyState.story.js
index <HASH>..<HASH> 100644
--- a/packages/empty-state/src/EmptyState.story.js
+++ b/packages/empty-state/src/EmptyState.story.js
@@ -4,7 +4,7 @@ import { action } from "@storybook/addon-actions";
import { storiesO... | test(stories): use the compiled version of the empty state on storybook
affects: @crave/farmblocks-empty-state
in order to have the proptypes generated by babel | CraveFood_farmblocks | train | js |
5391feb428477c651cea209fb399f1128e601f7b | diff --git a/server.js b/server.js
index <HASH>..<HASH> 100644
--- a/server.js
+++ b/server.js
@@ -1971,9 +1971,9 @@ coapPort = coapConfig.port || 5683;
coapHost = coapConfig.host || 'localhost';
// Passing in null for the host responds to any request on server
-coapServer.listen(coapPort, coapHost, function () {
+... | testing coap null address change | octoblu_meshblu | train | js |
422a9e88e171f978b4ee9db66676693fe0d751d6 | diff --git a/tests/test_streams.py b/tests/test_streams.py
index <HASH>..<HASH> 100644
--- a/tests/test_streams.py
+++ b/tests/test_streams.py
@@ -553,6 +553,7 @@ class TestStreamReader(unittest.TestCase):
def cb():
stream.feed_data(b'chunk1')
stream.feed_data(b'chunk2')
+ ... | Add eof test to readone test | aio-libs_aiohttp | train | py |
2972e3a85ea4d8e1366e86c87b5298b870416151 | diff --git a/lib/protractor.js b/lib/protractor.js
index <HASH>..<HASH> 100644
--- a/lib/protractor.js
+++ b/lib/protractor.js
@@ -5,6 +5,8 @@ var webdriver = require('selenium-webdriver');
var clientSideScripts = require('./clientsidescripts.js');
var ProtractorBy = require('./locators.js').ProtractorBy;
+/* globa... | style(protractor): fix up jshint errors - semicolon and missing global | angular_protractor | train | js |
0f9fc42a0618490037cc5f076c2224cb5c801011 | diff --git a/btcd.go b/btcd.go
index <HASH>..<HASH> 100644
--- a/btcd.go
+++ b/btcd.go
@@ -141,6 +141,7 @@ func main() {
// Up some limits.
if err := limits.SetLimits(); err != nil {
+ fmt.Fprintf(os.Stderr, "failed to set limits: %v\n", err)
os.Exit(1)
} | Output error to stderr if the limits can't be set. | btcsuite_btcd | train | go |
1fd651cea2c89a459cc6526e61d1f3574cb6f76d | diff --git a/QRCode.class.php b/QRCode.class.php
index <HASH>..<HASH> 100755
--- a/QRCode.class.php
+++ b/QRCode.class.php
@@ -229,12 +229,13 @@ class QRCode
}
/**
- * The organization / company
- * (The name and optionally the unit(s) of the organization
+ * The organization / company.
+ ... | Mistake in the documentation
Fixed a bug in the documentation of the organization method | pH-7_QRCode-Generator-PHP-Class | train | php |
9d37e68e24e85e5c45cb7b4248d114696d49bdb9 | diff --git a/application/Espo/Services/User.php b/application/Espo/Services/User.php
index <HASH>..<HASH> 100644
--- a/application/Espo/Services/User.php
+++ b/application/Espo/Services/User.php
@@ -437,6 +437,22 @@ class User extends Record
if (array_key_exists('rolesIds', $data) || array_key_exists('teamsIds... | sync contact name on portal user update | espocrm_espocrm | train | php |
b3b67463393a55d54f18ec7b5d93e083714ca638 | diff --git a/form-widget/field-components/file-field/file-field.js b/form-widget/field-components/file-field/file-field.js
index <HASH>..<HASH> 100644
--- a/form-widget/field-components/file-field/file-field.js
+++ b/form-widget/field-components/file-field/file-field.js
@@ -111,6 +111,8 @@ export const ViewModel = Defi... | ENH: prompt user before sending delete request to server | roemhildtg_spectre-canjs | train | js |
07aaf3ea7e39aed27c66005a1c265dd28f18ae88 | diff --git a/cloudcontrol/templates/cms/documents/document-form-form.php b/cloudcontrol/templates/cms/documents/document-form-form.php
index <HASH>..<HASH> 100644
--- a/cloudcontrol/templates/cms/documents/document-form-form.php
+++ b/cloudcontrol/templates/cms/documents/document-form-form.php
@@ -11,14 +11,11 @@
... | Removed state as checkbox from document form | jenskooij_cloudcontrol | train | php |
584589f99042c7181e83b7b0821f983c3e29cc13 | diff --git a/drivers.go b/drivers.go
index <HASH>..<HASH> 100644
--- a/drivers.go
+++ b/drivers.go
@@ -7,5 +7,9 @@ import (
)
var (
- drivers = []string{aws.Name, nfs.Name}
+ drivers = []string{
+ // AWS driver. This provisoins storage from EBS.
+ aws.Name,
+ // NFS driver. This provisions storage from an NFS ... | comments on how to add a driver | libopenstorage_openstorage | train | go |
551d97b136b47c574904e1519c3e8a2aea3f53ab | diff --git a/datajoint/heading.py b/datajoint/heading.py
index <HASH>..<HASH> 100644
--- a/datajoint/heading.py
+++ b/datajoint/heading.py
@@ -213,7 +213,7 @@ class Heading:
attr['dtype'] = numeric_types[(t, is_unsigned)]
self.attributes = OrderedDict([(q['name'], Attribute(**q)) for q in ... | minor: changed default argument value from {} to None. | datajoint_datajoint-python | train | py |
30b48bfdf827266b815e15ed01c2330dc9e1127d | diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php
index <HASH>..<HASH> 100644
--- a/frontend/views/layouts/main.php
+++ b/frontend/views/layouts/main.php
@@ -53,7 +53,7 @@ AppAsset::register($this);
. '</li>';
}
echo Nav::widget([
- 'options' => ['class' => 'na... | Update layout (#<I>)
Make Navbar menu position as right | yiisoft_yii2-app-advanced | train | php |
aa2a54388d15170f5dcd70c4e2fc43dca2997aeb | diff --git a/lib/ladder_drive/protocol/omron/fins_tcp_protocol.rb b/lib/ladder_drive/protocol/omron/fins_tcp_protocol.rb
index <HASH>..<HASH> 100644
--- a/lib/ladder_drive/protocol/omron/fins_tcp_protocol.rb
+++ b/lib/ladder_drive/protocol/omron/fins_tcp_protocol.rb
@@ -277,8 +277,8 @@ p e
else
buf[4] =... | fix to set source node and unit | ito-soft-design_ladder_drive | train | rb |
83f9605b2d6ce9ffb505134339ac4a2567055b8c | diff --git a/src/console.js b/src/console.js
index <HASH>..<HASH> 100644
--- a/src/console.js
+++ b/src/console.js
@@ -110,9 +110,13 @@ module.exports = LogBuffer
// Internal
//
+const noop = Function.prototype
+
function mock({ctx, key}) {
const orig = {fn: ctx[key], ctx, key}
- if (this.stdout) {
+ if (this... | avoid queueing logs in quiet mode | aleclarson_testpass | train | js |
5861e8583844112636bda72ef37b816ab147ce75 | diff --git a/tasks/build_control.js b/tasks/build_control.js
index <HASH>..<HASH> 100644
--- a/tasks/build_control.js
+++ b/tasks/build_control.js
@@ -225,7 +225,8 @@ module.exports = function (grunt) {
// Stage and commit
grunt.log.subhead('Committing changes to ' + options.branch + '.');
- execWr... | Fix error on fresh repo, existing remote branch | robwierzbowski_grunt-build-control | train | js |
b8570525ab161af96a105d7ed3012077705fcc0d | diff --git a/aws/credentials/endpointcreds/provider.go b/aws/credentials/endpointcreds/provider.go
index <HASH>..<HASH> 100644
--- a/aws/credentials/endpointcreds/provider.go
+++ b/aws/credentials/endpointcreds/provider.go
@@ -98,8 +98,8 @@ func NewProviderClient(cfg aws.Config, handlers request.Handlers, endpoint stri... | aws/credentials/endpointcreds: Update NewCredentialsClient docstring (#<I>)
Updates the docstring for NewCredentialsClient to remove an incomplete sentence and to match other credential providers. | aws_aws-sdk-go | train | go |
bd5b87c6d04eba04bdcffe18ba193c700b84b884 | diff --git a/test/cli/color-tty.test.js b/test/cli/color-tty.test.js
index <HASH>..<HASH> 100644
--- a/test/cli/color-tty.test.js
+++ b/test/cli/color-tty.test.js
@@ -1,7 +1,7 @@
var fs = require('fs');
describe('CLI output', function () {
- var coloredOutput = /\u001b\[/;
+ var coloredOutput = /\u001b\[/; //... | Fixed broken builds :white_check_mark: | postmanlabs_newman | train | js |
5358cd2cf222bf76d1a6d88a1f01edaaa6ae8950 | diff --git a/tests/testextendmock.py b/tests/testextendmock.py
index <HASH>..<HASH> 100644
--- a/tests/testextendmock.py
+++ b/tests/testextendmock.py
@@ -61,7 +61,7 @@ class TestMockSignature(TestCase):
mock.reset()
f2(1, 7)
- mock.assert_called_with(1, 7
+ mock.assert_cal... | Correct horrible error accidentally left in previous commit (this message genuine as previous commit with spurious message was a slip of the fingers...). | testing-cabal_mock | train | py |
ee5223eea808da89bc7e6eae424e499440bf6ea2 | diff --git a/ocrmypdf/leptonica.py b/ocrmypdf/leptonica.py
index <HASH>..<HASH> 100644
--- a/ocrmypdf/leptonica.py
+++ b/ocrmypdf/leptonica.py
@@ -170,7 +170,7 @@ class Pix:
result = lept.pixCorrelationBinary(pix1.cpix, pix2.cpix, correlation)
if result != 0:
raise LeptonicaError("Correla... | Travis again: are invalid correlation measurements a use-after-free?
Try explicitly casting the value to a float. | jbarlow83_OCRmyPDF | train | py |
967114cdffbb0f25afa9b894a2c65f020d129b34 | diff --git a/src/pyctools/core/frame.py b/src/pyctools/core/frame.py
index <HASH>..<HASH> 100644
--- a/src/pyctools/core/frame.py
+++ b/src/pyctools/core/frame.py
@@ -62,7 +62,11 @@ class Frame(object):
result = []
for data in self.data:
if isinstance(data, numpy.ndarray):
- ... | Clip non-uint8 numpy data before converting to PIL | jim-easterbrook_pyctools | train | py |
d170cc9def045ddc30d3bdfe3187087dc6f25030 | diff --git a/asv_bench/benchmarks/indexing.py b/asv_bench/benchmarks/indexing.py
index <HASH>..<HASH> 100644
--- a/asv_bench/benchmarks/indexing.py
+++ b/asv_bench/benchmarks/indexing.py
@@ -129,10 +129,6 @@ class NonNumericSeriesIndexing:
def time_getitem_pos_slice(self, index, index_structure):
self.s[:... | Removed old benchmarks (#<I>) | pandas-dev_pandas | train | py |
06cbdacb54a56b16e59c5ad2b96a33dfe4338aad | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ Atomic primitives for Python.
Links
`````
-* `documentation <https://atomos.readthedocs.org/en/latest/>`_
+* `documentation <https://atomos.readthedocs.io/en/latest/>`_
* `development version <https://github.... | Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the <I>th April](<URL>) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some se... | maxcountryman_atomos | train | py |
a564df292c2e5cfd08d2d25c9394eaf9cb1de3ea | diff --git a/lexicon/providers/ovh.py b/lexicon/providers/ovh.py
index <HASH>..<HASH> 100644
--- a/lexicon/providers/ovh.py
+++ b/lexicon/providers/ovh.py
@@ -206,9 +206,15 @@ class Provider(BaseProvider):
]).encode('utf-8'))
# Sign the request
- prepared_request.headers['X-Ovh-Signature'] = ... | OVH provider: add proxy support
Use session.request instead of session.send to support proxy. | AnalogJ_lexicon | train | py |
96d670ff3b980989ab2fd2b28774d9e853d6de7e | diff --git a/lib/mongoid/persistable/settable.rb b/lib/mongoid/persistable/settable.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/persistable/settable.rb
+++ b/lib/mongoid/persistable/settable.rb
@@ -22,7 +22,7 @@ module Mongoid
def set(setters)
prepare_atomic_operation do |ops|
process_at... | refs #<I> #<I> checks added for :set for dynamic attributes and error on non-existing
field
When we call process_attribute, it does all the checks for ensuring that
dynamic attributes are allowed and it also gives 'Mongoid::Errors::UnknownAttribute' when Mongoid::Attributes::Dynamic
not included in model.
refs #<I> #... | mongodb_mongoid | train | rb,rb |
0fa7d7499838f72c7625b1046e0b1fc48c6cc8e3 | diff --git a/shoebot/gui/ide.py b/shoebot/gui/ide.py
index <HASH>..<HASH> 100755
--- a/shoebot/gui/ide.py
+++ b/shoebot/gui/ide.py
@@ -1047,7 +1047,7 @@ class View(Gtk.Window):
server=self.use_socketserver, show_vars=self.use_varwindow,
window=... | Add frame_limiter to IDE runner (closes #<I>) | shoebot_shoebot | train | py |
6afd89a3421ca48bcda74b57ee9c668883516d00 | diff --git a/ansi2html/style.py b/ansi2html/style.py
index <HASH>..<HASH> 100644
--- a/ansi2html/style.py
+++ b/ansi2html/style.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# This file is part of ansi2html.
# Copyright (C) 2012 Kuno Woudt <kuno@frob.nl>
# | Removed shebang from non-executable file. | ralphbean_ansi2html | train | py |
a519e4d1a4c3cf96f743c7eb4571f8f565d0df7d | diff --git a/auxlib.go b/auxlib.go
index <HASH>..<HASH> 100644
--- a/auxlib.go
+++ b/auxlib.go
@@ -48,6 +48,8 @@ func (ls *LState) CheckString(n int) string {
v := ls.Get(n)
if lv, ok := v.(LString); ok {
return string(lv)
+ } else if LVCanConvToString(v) {
+ return ls.ToString(n)
}
ls.TypeError(n, LTString... | LState.CheckString should cast number to string and return | yuin_gopher-lua | train | go,go |
1175891e520c6c610cf951280732dbd9bae22d73 | diff --git a/tasks/lib/dev_update.js b/tasks/lib/dev_update.js
index <HASH>..<HASH> 100644
--- a/tasks/lib/dev_update.js
+++ b/tasks/lib/dev_update.js
@@ -111,8 +111,8 @@ module.exports = function (grunt) {
var processByUpdateType = function (pkg, specs, done) {
/** Update phase **/
- grunt.log.s... | fixed update phase string output; made it a bit more readable imo | pgilad_grunt-dev-update | train | js |
1c459d1adf066f28f724884e32155876fe0371bb | diff --git a/Component/Console/Style/ImagineStyle.php b/Component/Console/Style/ImagineStyle.php
index <HASH>..<HASH> 100644
--- a/Component/Console/Style/ImagineStyle.php
+++ b/Component/Console/Style/ImagineStyle.php
@@ -16,6 +16,7 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\... | Catch the ValueError thrown by vsprintf
In PHP8 vsprintf throws a ValueError when called with not enough arguments. | liip_LiipImagineBundle | train | php |
c92c64138157b30efb853ce756529ff80136f699 | diff --git a/lib/kuniri/language/ruby/variable_behaviour_ruby.rb b/lib/kuniri/language/ruby/variable_behaviour_ruby.rb
index <HASH>..<HASH> 100644
--- a/lib/kuniri/language/ruby/variable_behaviour_ruby.rb
+++ b/lib/kuniri/language/ruby/variable_behaviour_ruby.rb
@@ -16,7 +16,9 @@ module Languages
# Override
... | Fixed bug of wrong detection of variable with == | Kuniri_kuniri | train | rb |
4ea4e0436ab66bd49e7a4b0efa422d66bee95a89 | diff --git a/pkg/services/notifications/mailer.go b/pkg/services/notifications/mailer.go
index <HASH>..<HASH> 100644
--- a/pkg/services/notifications/mailer.go
+++ b/pkg/services/notifications/mailer.go
@@ -101,6 +101,7 @@ func createDialer() (*gomail.Dialer, error) {
d := gomail.NewDialer(host, iPort, setting.Smtp... | feat(mailer): set localname to hostname
Some email providers does not accept localhost
in the HELO message. So we set it to hostname
instead. Our hope is that should be enough for
those providers who does not accept localhost.
closes #<I> | grafana_grafana | train | go |
cf325ecb4e4cd74518c514eed360e172e7836e2e | diff --git a/src/User/Avatar.php b/src/User/Avatar.php
index <HASH>..<HASH> 100644
--- a/src/User/Avatar.php
+++ b/src/User/Avatar.php
@@ -68,7 +68,8 @@ class User_Avatar extends Pluf_Model
'model' => 'User_Account',
'unique' => true,
'name' => 'account',
- ... | fix error while getting avatars by graphql | pluf_user | train | php,php |
1e1a0a5546e18ce8126591c47984c20c606c3ee9 | diff --git a/lib/chef/resource/windows_pagefile.rb b/lib/chef/resource/windows_pagefile.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/resource/windows_pagefile.rb
+++ b/lib/chef/resource/windows_pagefile.rb
@@ -24,7 +24,7 @@ class Chef
provides(:windows_pagefile) { true }
- description "Use the **window... | Updated the Windows Pagefile resource to use PowerShell over WMI, added a corresponding test file | chef_chef | train | rb |
911ce356b92bb7b1982972d25be70c3e44f802aa | diff --git a/src/ContaoCommunityAlliance/DcGeneral/DC_General.php b/src/ContaoCommunityAlliance/DcGeneral/DC_General.php
index <HASH>..<HASH> 100644
--- a/src/ContaoCommunityAlliance/DcGeneral/DC_General.php
+++ b/src/ContaoCommunityAlliance/DcGeneral/DC_General.php
@@ -48,8 +48,6 @@ class DC_General
*/
public fun... | Remove call of parent constructor and fix code style. | contao-community-alliance_dc-general | train | php |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.