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 |
|---|---|---|---|---|---|
35738aceb35505bd3c77c2a618fb1947ca3f72da | diff --git a/namespace/namespace.go b/namespace/namespace.go
index <HASH>..<HASH> 100644
--- a/namespace/namespace.go
+++ b/namespace/namespace.go
@@ -3,7 +3,6 @@ package namespace
import (
"fmt"
"strings"
- "time"
ds "github.com/jbenet/go-datastore"
ktds "github.com/jbenet/go-datastore/keytransform"
@@ -77,... | bugfix: had left a debugging time.After in | ipfs_go-datastore | train | go |
58eda94d4163167f067c941420ca429e1d2b6166 | diff --git a/resources/lang/ar-SA/dashboard.php b/resources/lang/ar-SA/dashboard.php
index <HASH>..<HASH> 100644
--- a/resources/lang/ar-SA/dashboard.php
+++ b/resources/lang/ar-SA/dashboard.php
@@ -79,11 +79,11 @@ return [
'add' => [
'title' => 'إضافة إجراء صيانة',
'succes... | New translations dashboard.php (Arabic) | CachetHQ_Cachet | train | php |
163f4593d3eeada3c6e27b4fb62698b228e4ea65 | diff --git a/master/buildbot/changes/gitpoller.py b/master/buildbot/changes/gitpoller.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/changes/gitpoller.py
+++ b/master/buildbot/changes/gitpoller.py
@@ -196,6 +196,7 @@ class GitPoller(base.ChangeSource):
commit_timestamp = None # use current time
... | Gitpoller should set revision on new Change objects | buildbot_buildbot | train | py |
a1b8319f774b532d1a0739ed0c4959189660cc3d | diff --git a/pybooru/api_danbooru.py b/pybooru/api_danbooru.py
index <HASH>..<HASH> 100644
--- a/pybooru/api_danbooru.py
+++ b/pybooru/api_danbooru.py
@@ -741,3 +741,12 @@ class DanbooruApi(object):
}
return self._get('pools/{0}.json'.format(pool_id), params,
method='PUT'... | Danbooru: implements pool_delete() | LuqueDaniel_pybooru | train | py |
9bd0650b1c693887e99fbb272d4c9664a8893b2a | diff --git a/tests/integration/routes/accounts/patch-accounts-test.js b/tests/integration/routes/accounts/patch-accounts-test.js
index <HASH>..<HASH> 100644
--- a/tests/integration/routes/accounts/patch-accounts-test.js
+++ b/tests/integration/routes/accounts/patch-accounts-test.js
@@ -100,8 +100,18 @@ getServer(functi... | test(routes): PATCH /accounts/<I> with invalid type / id attributes | hoodiehq_hoodie-account-server | train | js |
1880e991f770f9decb1e20d4429b87a1fc202332 | diff --git a/externs/browser/chrome.js b/externs/browser/chrome.js
index <HASH>..<HASH> 100644
--- a/externs/browser/chrome.js
+++ b/externs/browser/chrome.js
@@ -472,6 +472,13 @@ chrome.runtime.sendMessage = function(
opt_callback) {};
+/**
+ * Returns an object representing current load times. Note that the ... | Restore the JsDoc that seems to have been deleted accidentally
<I>a9a<I>c<I>eb<I>c<I>d7e<I>a8be3b seems to have deleted the
JsDoc accidentally, restore it but leave out the internal-only link. | google_closure-compiler | train | js |
24c7db2ed58e12fdceb2e2ee644365807dbe1e94 | diff --git a/llvmlite/ir/values.py b/llvmlite/ir/values.py
index <HASH>..<HASH> 100644
--- a/llvmlite/ir/values.py
+++ b/llvmlite/ir/values.py
@@ -486,7 +486,7 @@ class ReturnValue(_BaseArgument):
class Block(Value):
"""
- A LLVM IR building block. A building block is a sequence of
+ A LLVM IR basic block... | Fix Block documentation: s/building block/basic block/. | numba_llvmlite | train | py |
dc4a881d68b196d20b5e918462ad3ac3e4bf057e | diff --git a/src/Zoho/CRM/ZohoClient.php b/src/Zoho/CRM/ZohoClient.php
index <HASH>..<HASH> 100755
--- a/src/Zoho/CRM/ZohoClient.php
+++ b/src/Zoho/CRM/ZohoClient.php
@@ -579,7 +579,7 @@ class ZohoClient
protected function mapSingleEntity(Element $entity)
{
$element = new \ReflectionObject($entity);
... | Implemented converting only public Element's properties to XML | mctekk_zohocrm | train | php |
3566548c3684aa6423a2ec6ce9bc23cd107e42c4 | diff --git a/src/styles/style.js b/src/styles/style.js
index <HASH>..<HASH> 100644
--- a/src/styles/style.js
+++ b/src/styles/style.js
@@ -129,7 +129,7 @@ export var Style = {
this.startData(tile.key);
}
- let style = this.parseFeature(feature, rule, context);
+ let style = this.pa... | styles: allow subclasses to pass extra args through parse/build process | tangrams_tangram | train | js |
4bd69c82b9dfd9e2da90ac79a34aca28579d59f3 | diff --git a/src/app/api/filters.js b/src/app/api/filters.js
index <HASH>..<HASH> 100644
--- a/src/app/api/filters.js
+++ b/src/app/api/filters.js
@@ -18,7 +18,7 @@ export function getLocalFilter(config) {
export function isFiltered(action, localFilter) {
if (
- !localFilter || window.devToolsOptions &&
+ !... | If filter options provided in arguments, should ignore from option page | zalmoxisus_redux-devtools-extension | train | js |
b87efdcd40c8fe8827c5a53fb27ee9fab9c48c60 | diff --git a/src/Resources/contao/config/config.php b/src/Resources/contao/config/config.php
index <HASH>..<HASH> 100644
--- a/src/Resources/contao/config/config.php
+++ b/src/Resources/contao/config/config.php
@@ -19,7 +19,13 @@ array_push($GLOBALS['BE_MOD']['design']['themes']['tables'], 'tl_content_blocks'
$GLOBA... | Check if ContaoNewsBundle is installed | agoat_contao-customcontentelements-bundle | train | php |
1bcb5a2d1aeb2d9dfc1b4cbee146ffb9b03946d8 | diff --git a/smack-core/src/main/java/org/jivesoftware/smack/util/DNSUtil.java b/smack-core/src/main/java/org/jivesoftware/smack/util/DNSUtil.java
index <HASH>..<HASH> 100644
--- a/smack-core/src/main/java/org/jivesoftware/smack/util/DNSUtil.java
+++ b/smack-core/src/main/java/org/jivesoftware/smack/util/DNSUtil.java
@... | Also check that srvRecords is not empty | igniterealtime_Smack | train | java |
74ada6dd5170dac444b7285ab216988343cec4e9 | diff --git a/flink-yarn/src/main/java/org/apache/flink/yarn/YarnResourceManager.java b/flink-yarn/src/main/java/org/apache/flink/yarn/YarnResourceManager.java
index <HASH>..<HASH> 100755
--- a/flink-yarn/src/main/java/org/apache/flink/yarn/YarnResourceManager.java
+++ b/flink-yarn/src/main/java/org/apache/flink/yarn/Ya... | [hotfix][yarn] Code clean-up in YarnResourceManager. | apache_flink | train | java |
27612bfc61513f8fdd7454799f346b9526ceebd4 | diff --git a/lib/jcr/version.rb b/lib/jcr/version.rb
index <HASH>..<HASH> 100644
--- a/lib/jcr/version.rb
+++ b/lib/jcr/version.rb
@@ -15,6 +15,6 @@
module JCR
- VERSION = "0.8.3"
+ VERSION = "0.9.0"
end
\ No newline at end of file | bumping the version to <I> | arineng_jcrvalidator | train | rb |
ac2cda1ffc37c6427a89781e2a4bf3f54410e54d | diff --git a/discord/ext/tasks/__init__.py b/discord/ext/tasks/__init__.py
index <HASH>..<HASH> 100644
--- a/discord/ext/tasks/__init__.py
+++ b/discord/ext/tasks/__init__.py
@@ -132,6 +132,7 @@ class Loop:
"""Cancels the internal task, if any are running."""
if self._task:
self._task.can... | [tasks] set internal task to None after canceling | Rapptz_discord.py | train | py |
44d0a631b652a76c1c025ee08a967b0e36780182 | diff --git a/design/standard/javascript/ezxhprof.js b/design/standard/javascript/ezxhprof.js
index <HASH>..<HASH> 100644
--- a/design/standard/javascript/ezxhprof.js
+++ b/design/standard/javascript/ezxhprof.js
@@ -52,7 +52,7 @@
}
tokens = tokens.join().replace( '<!-- XHProf runs: ',... | Style nitpick: debug output titles end with colons | gggeek_ezperformancelogger | train | js |
173a9bc4eab097fc41905a7be24bee661d634327 | diff --git a/src/service/translate.js b/src/service/translate.js
index <HASH>..<HASH> 100644
--- a/src/service/translate.js
+++ b/src/service/translate.js
@@ -720,7 +720,9 @@ angular.module('pascalprecht.translate').provider('$translate', ['$STORAGE_KEY',
var $translate = function (translationId, interpolatePara... | fix(): fix npe introduced in <I>a<I> (#<I>)
fixes #<I> | angular-translate_angular-translate | train | js |
5d3d5a3937be28dd947580cf48a7f1fd162019bc | diff --git a/falafel/config/specs.py b/falafel/config/specs.py
index <HASH>..<HASH> 100644
--- a/falafel/config/specs.py
+++ b/falafel/config/specs.py
@@ -144,6 +144,7 @@ static_specs = {
"rhn-charsets" : CommandSpec("/usr/bin/rhn-charsets"),
"rhn-entitlement-cert.xml" : SimpleFileSpec("etc/sysc... | Added rhn-schema-version for collection. | RedHatInsights_insights-core | train | py |
189569a3aadf39d940373fb2695e5b9f02ec24d9 | diff --git a/widgets/HighchartWidgetBase.php b/widgets/HighchartWidgetBase.php
index <HASH>..<HASH> 100644
--- a/widgets/HighchartWidgetBase.php
+++ b/widgets/HighchartWidgetBase.php
@@ -84,6 +84,7 @@ abstract class HighchartWidgetBase extends \yii\base\Widget
public function run()
{
return Highcharts::widget([
... | setting id on underlying highcharts-widget making it configurable from the outside | asinfotrack_yii2-chartwidgets | train | php |
bb3902cbdbdb9111f347acd250aa0a6169c38966 | diff --git a/tests/test_flake8_comprehensions.py b/tests/test_flake8_comprehensions.py
index <HASH>..<HASH> 100644
--- a/tests/test_flake8_comprehensions.py
+++ b/tests/test_flake8_comprehensions.py
@@ -14,7 +14,8 @@ python_3_6_plus = pytest.mark.skipif(sys.version_info < (3, 6), reason="Python 3
def test_version(flak... | Improve version test (#<I>)
In case of wrapping as in <URL> | adamchainz_flake8-comprehensions | train | py |
c5d360c9f07187c95129d46cd574996cb339de05 | diff --git a/src/RemoteProcessor.php b/src/RemoteProcessor.php
index <HASH>..<HASH> 100644
--- a/src/RemoteProcessor.php
+++ b/src/RemoteProcessor.php
@@ -34,6 +34,7 @@ abstract class RemoteProcessor
// script out to a file or anything. We will start the SSH process then pass
// these lines of output ... | bugfix, forgot to copy the delimeter variable line. | laravel_envoy | train | php |
7a1ca811edcc66aa53c6f0cd146cfeced271dc85 | diff --git a/openquake/baselib/parallel.py b/openquake/baselib/parallel.py
index <HASH>..<HASH> 100644
--- a/openquake/baselib/parallel.py
+++ b/openquake/baselib/parallel.py
@@ -687,7 +687,7 @@ if OQ_DISTRIBUTE == 'celery':
def _wakeup(sec):
- """Waiting functions, used to wake up the process pool"""
+ """W... | Renaming [skip CI] | gem_oq-engine | train | py |
3f8a38343bef07df311c10887ae4e65d05a6ffba | diff --git a/lib/weblib.php b/lib/weblib.php
index <HASH>..<HASH> 100644
--- a/lib/weblib.php
+++ b/lib/weblib.php
@@ -3511,21 +3511,23 @@ function make_table($table) {
return $output;
}
-function print_recent_activity_note($time, $user, $isteacher, $text, $link, $return=false) {
+function print_recent_activity... | Removed isteacher from function print_recent_activity_note() | moodle_moodle | train | php |
299dacc823aafaebd7773bc26bf0deab041c129a | diff --git a/src/select.js b/src/select.js
index <HASH>..<HASH> 100644
--- a/src/select.js
+++ b/src/select.js
@@ -321,7 +321,7 @@
// When the user clicks on an item inside the dropdown
ctrl.select = function(item) {
- if (!item._uiSelectChoiceDisabled) {
+ if (item === undefined || !item._uiSelec... | fix(match): prevent exception when resetting value with BACKSPACE | angular-ui_ui-select | train | js |
6a084b98f9cf4459dc064c9b67588fa4c5fa2a1e | diff --git a/features/step_definitions/iterate_table.rb b/features/step_definitions/iterate_table.rb
index <HASH>..<HASH> 100644
--- a/features/step_definitions/iterate_table.rb
+++ b/features/step_definitions/iterate_table.rb
@@ -5,7 +5,7 @@ end
When /^I iterate through the table$/ do
res = []
BioTable::TableLo... | The header row is skipped by default | pjotrp_bioruby-table | train | rb,rb |
325b94d8af9b4e2b875eb6985f5ce3b9615fe846 | diff --git a/lib/vain.js b/lib/vain.js
index <HASH>..<HASH> 100644
--- a/lib/vain.js
+++ b/lib/vain.js
@@ -136,10 +136,12 @@ exports.router = function(viewsFolder) {
router = new express.Router();
router.get(/.*/, function(req, res, next) {
- if (req.path === "/")
- req.path = "/index"
+ var targ... | Dafuq is access protection...
Cannot set property path of #<IncomingMessage> which has only a getter | farmdawgnation_vain | train | js |
5c32842b4f99668d179e7bdb516a5340daccf8b1 | diff --git a/pygccxml/parser/declarations_cache.py b/pygccxml/parser/declarations_cache.py
index <HASH>..<HASH> 100644
--- a/pygccxml/parser/declarations_cache.py
+++ b/pygccxml/parser/declarations_cache.py
@@ -9,7 +9,7 @@ import md5
import time
import cPickle
from pygccxml import utils
-
+import config as cxx_... | adjusting declarations cache to use right( gccxml ) configuration | gccxml_pygccxml | train | py |
08a6f7430a2bf537d728e6d97e0a48e17665426a | diff --git a/topydo/lib/EditCommand.py b/topydo/lib/EditCommand.py
index <HASH>..<HASH> 100644
--- a/topydo/lib/EditCommand.py
+++ b/topydo/lib/EditCommand.py
@@ -29,7 +29,10 @@ class EditCommand(Command):
if not super(EditCommand, self).execute():
return False
- editor = os.environ['EDIT... | Try to edit todo file even if $EDITOR is unset.
On some systems EDITOR is unset by default, so in such situation topydo
would throw KeyError exception instead of opening todo.txt in vi. | bram85_topydo | train | py |
753f9e68ea7bf3fd9c3243833c1f27d94300fe04 | diff --git a/tests/system/CodeIgniterTest.php b/tests/system/CodeIgniterTest.php
index <HASH>..<HASH> 100644
--- a/tests/system/CodeIgniterTest.php
+++ b/tests/system/CodeIgniterTest.php
@@ -424,6 +424,30 @@ final class CodeIgniterTest extends CIUnitTestCase
$this->assertArrayNotHasKey('_ci_previous_url', $_SE... | test: add test for storePreviousURL in case of non-HTML response | codeigniter4_CodeIgniter4 | train | php |
48f88019c310b3df6503586e6127bcb05451024c | diff --git a/console_win.go b/console_win.go
index <HASH>..<HASH> 100644
--- a/console_win.go
+++ b/console_win.go
@@ -1,6 +1,6 @@
// +build windows
-// Copyright 2016 The TCell Authors
+// Copyright 2019 The TCell Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use fi... | fixes #<I> Ordering of SetConsoleWindowInfo and SetConsoleScreenBufferSize | gdamore_tcell | train | go |
43b7cff7a1833b1e6e2807f3124183b904571833 | diff --git a/lwr/lwr_client/manager.py b/lwr/lwr_client/manager.py
index <HASH>..<HASH> 100644
--- a/lwr/lwr_client/manager.py
+++ b/lwr/lwr_client/manager.py
@@ -27,7 +27,6 @@ class ClientManager(object):
cache = kwds.get('cache', None)
if cache is None:
cache = _environ_default_int('LWR... | Log exceptions for caching transfers. | galaxyproject_pulsar | train | py |
a1cc266ee8b2386d58f631c6df11d7146beb46f0 | diff --git a/src/views/log.blade.php b/src/views/log.blade.php
index <HASH>..<HASH> 100644
--- a/src/views/log.blade.php
+++ b/src/views/log.blade.php
@@ -74,7 +74,7 @@
<tbody>
@foreach($logs as $key => $log)
-<tr>
+<tr data-display="stack{{{$key}}}">
<td class="text-{{{$log['level_class']}}}"><span ... | make whole row clickable to expand stack trace (#<I>) | rap2hpoutre_laravel-log-viewer | train | php |
12aa3f63a57e207321f1815c2d84450c273a2288 | diff --git a/allauth/account/views.py b/allauth/account/views.py
index <HASH>..<HASH> 100644
--- a/allauth/account/views.py
+++ b/allauth/account/views.py
@@ -225,11 +225,11 @@ def email(request, **kwargs):
# Slightly different variation, don't
... | [deny_primary_email_switch] standardize 'e-mail' vs 'email' in error message. | pennersr_django-allauth | train | py |
0658d042abf1186e59c04d200ea4de786675a8a8 | diff --git a/s3pipeline/pipelines.py b/s3pipeline/pipelines.py
index <HASH>..<HASH> 100644
--- a/s3pipeline/pipelines.py
+++ b/s3pipeline/pipelines.py
@@ -27,7 +27,7 @@ class S3Pipeline:
self.object_key_template = o.path[1:] # Remove the first '/'
self.max_chunk_size = settings.getint('S3PIPELINE_M... | S3PIPELINE_GZIP is now deteced by suffix of S3PIPELINE_URL | orangain_scrapy-s3pipeline | train | py |
6292e1d1d92b169325550c4db0759bca169c65ce | diff --git a/src/Http/Request.php b/src/Http/Request.php
index <HASH>..<HASH> 100644
--- a/src/Http/Request.php
+++ b/src/Http/Request.php
@@ -125,11 +125,17 @@ function content_type(?string $default = null): ?string
*/
function headers(): array
{
+ if (Container\has(SWOOLE_HTTP_REQUEST)) {
+ /** @var arr... | Make Request\headers() aware about a Swoole request, closes #<I> | leocavalcante_siler | train | php |
05faec29130a0043b75183bb51fe08439588e706 | diff --git a/rbush.js b/rbush.js
index <HASH>..<HASH> 100644
--- a/rbush.js
+++ b/rbush.js
@@ -68,6 +68,8 @@ rbush.prototype = {
},
load: function (data) {
+ if (!(data && data.length)) { return this; }
+
// recursively build the tree with the given data from stratch using OMT algorithm
... | don't do anything with empty objects | mourner_rbush | train | js |
95ce5339991114b03ffb262e50fcd22c4cd35bcc | diff --git a/Plugin/RuleCollectionPlugin.php b/Plugin/RuleCollectionPlugin.php
index <HASH>..<HASH> 100644
--- a/Plugin/RuleCollectionPlugin.php
+++ b/Plugin/RuleCollectionPlugin.php
@@ -30,8 +30,8 @@ class RuleCollectionPlugin
/**
* @param \Magento\SalesRule\Model\ResourceModel\Rule\Collection $subject
... | websiteid and customer group id is int | dotmailer_dotmailer-magento2-extension | train | php |
50262acd7a352fdffbf461f9dd9c6995b98a7ba8 | diff --git a/sample/jazz.js b/sample/jazz.js
index <HASH>..<HASH> 100644
--- a/sample/jazz.js
+++ b/sample/jazz.js
@@ -160,6 +160,29 @@ var generateSequence = function (start, end) {
console.log();
};
+var mostCommonGeneratedSequences = function (start, end, count) {
+ var counts = _.chain(count)
+ .range()
+... | Added mostCommonGeneratedSequences() to sample/jazz | jsrmath_sharp11 | train | js |
c4cc89a85d7e89bdd42c325e53dc9fb2fbf9c030 | diff --git a/deltas/__init__.py b/deltas/__init__.py
index <HASH>..<HASH> 100644
--- a/deltas/__init__.py
+++ b/deltas/__init__.py
@@ -6,4 +6,4 @@ from .algorithms import sequence_matcher, SequenceMatcher
from .tokenizers import Token, Tokenizer, RegexTokenizer, text_split, wikitext_split
from .segmenters import Segm... | Increments version to <I> | halfak_deltas | train | py,py |
6dd73b1a94a01299bc88d9c49cd170bc1f109d41 | diff --git a/blockstack_resolver/server/config.py b/blockstack_resolver/server/config.py
index <HASH>..<HASH> 100755
--- a/blockstack_resolver/server/config.py
+++ b/blockstack_resolver/server/config.py
@@ -34,10 +34,6 @@ DEFAULT_HOST = '0.0.0.0'
MEMCACHED_PORT = 11211
MEMCACHED_SERVER = '127.0.0.1'
-MEMCACHED_TIME... | moved memcached configs to local settings | blockstack_blockstack-core | train | py |
fdfc9e2751e96c9fb5378389cf57e70e97caa43d | diff --git a/hipster-core/src/main/java/es/usc/citius/hipster/model/impl/HeuristicNodeImpl.java b/hipster-core/src/main/java/es/usc/citius/hipster/model/impl/HeuristicNodeImpl.java
index <HASH>..<HASH> 100644
--- a/hipster-core/src/main/java/es/usc/citius/hipster/model/impl/HeuristicNodeImpl.java
+++ b/hipster-core/src... | HeuristicNodeImpl toString now includes the state string representation | citiususc_hipster | train | java |
f30f453528d76329f9d6489ce75a7240aad25273 | diff --git a/app/policies/profile_policy.rb b/app/policies/profile_policy.rb
index <HASH>..<HASH> 100644
--- a/app/policies/profile_policy.rb
+++ b/app/policies/profile_policy.rb
@@ -4,7 +4,7 @@ class ProfilePolicy < ApplicationPolicy
end
def show?
- case user.role.name
+ case user.role.try(:name)
wh... | fix policy file next-l/enju_leaf#<I> | next-l_enju_leaf | train | rb |
063e951fc67b34333bb12565ca05d6f780cee60f | diff --git a/lib/torquespec/torquespec.rb b/lib/torquespec/torquespec.rb
index <HASH>..<HASH> 100644
--- a/lib/torquespec/torquespec.rb
+++ b/lib/torquespec/torquespec.rb
@@ -36,6 +36,6 @@ TorqueSpec.configure do |config|
config.drb_port = 7772
config.knob_root = ".torquespec"
config.jboss_home = ENV['JBOSS_HO... | This option is obsolete now that TorqueBox can use an external JRuby | torquebox_torquespec | train | rb |
748122d8e850a9b42dc8138b989e7de981063d9e | diff --git a/handlers/jobs.js b/handlers/jobs.js
index <HASH>..<HASH> 100644
--- a/handlers/jobs.js
+++ b/handlers/jobs.js
@@ -287,6 +287,10 @@ export default {
let path = result.filePath;
agave.getFile(path, (err, resp) => {
+ // rename main output files
+ if (... | Setup up renaming of 'main' job output files for human readability | OpenNeuroOrg_openneuro | train | js |
2fbd25e290c8970e36c1274236daa5b0ff0aa587 | diff --git a/tests/src/FuelPHP/Fieldset/Input/SelectTest.php b/tests/src/FuelPHP/Fieldset/Input/SelectTest.php
index <HASH>..<HASH> 100644
--- a/tests/src/FuelPHP/Fieldset/Input/SelectTest.php
+++ b/tests/src/FuelPHP/Fieldset/Input/SelectTest.php
@@ -60,4 +60,18 @@ class SelectTest extends \PHPUnit_Framework_TestCase
... | Adds repopulation to select | fuelphp_fieldset | train | php |
665dfa53a5adffdf2d905212856ff7648ae6aa30 | diff --git a/android/lib/JavaActivity.js b/android/lib/JavaActivity.js
index <HASH>..<HASH> 100644
--- a/android/lib/JavaActivity.js
+++ b/android/lib/JavaActivity.js
@@ -77,7 +77,7 @@ function(zipEntry, packageId, activityClassName) {
// Always load app from manifest instead of index.html
templateData = te... | Android: Always load app using app:// protocol (#<I>)
We used to use file:// but that has security implications.
BUG=APPTOOLS-<I> | crosswalk-project_crosswalk-app-tools | train | js |
8400d282850e6321c68f055ff0c76b288837c445 | diff --git a/sources/lib/Generator/ModelGenerator.php b/sources/lib/Generator/ModelGenerator.php
index <HASH>..<HASH> 100644
--- a/sources/lib/Generator/ModelGenerator.php
+++ b/sources/lib/Generator/ModelGenerator.php
@@ -118,7 +118,7 @@ class {:entity:}Model extends Model
public function __construct()
{
... | Strengthen model generator against bad ascaping. | pomm-project_ModelManager | train | php |
672bd8bf4407b62a3425ed405190e3dfdc164c42 | diff --git a/cartoview/app_manager/context_processors.py b/cartoview/app_manager/context_processors.py
index <HASH>..<HASH> 100644
--- a/cartoview/app_manager/context_processors.py
+++ b/cartoview/app_manager/context_processors.py
@@ -37,7 +37,7 @@ def cartoview_processor(request):
defaults = {
'apps': ... | show cartoview version fix
it was showing geonode version | cartologic_cartoview | train | py |
549a81df6d47c892f9ee67cc16e5e91e9066f0e1 | diff --git a/src/MUIDataTable.js b/src/MUIDataTable.js
index <HASH>..<HASH> 100644
--- a/src/MUIDataTable.js
+++ b/src/MUIDataTable.js
@@ -876,19 +876,19 @@ class MUIDataTable extends React.Component {
sortTable(data, col, order) {
let dataSrc = this.options.customSort ? this.options.customSort(data, col, ord... | bugfix: sort issue (#<I>) | gregnb_mui-datatables | train | js |
ecfac416ab677c9347705137e2d948fde6153e1a | diff --git a/inc/roots-cleanup.php b/inc/roots-cleanup.php
index <HASH>..<HASH> 100644
--- a/inc/roots-cleanup.php
+++ b/inc/roots-cleanup.php
@@ -89,10 +89,16 @@ function roots_root_relative_attachment_urls() {
add_action('pre_get_posts', 'roots_root_relative_attachment_urls');
-// remove dir and set lang="en" as... | Fixes #<I> - dir="rtl" will no longer be removed | roots_sage | train | php |
ecdd43fe85161d8eed5cb9369faaa16f18a75829 | diff --git a/salt/daemons/flo/core.py b/salt/daemons/flo/core.py
index <HASH>..<HASH> 100644
--- a/salt/daemons/flo/core.py
+++ b/salt/daemons/flo/core.py
@@ -270,7 +270,7 @@ class Router(ioflo.base.deeding.Deed):
except (ValueError, IndexError):
log.error('Received invalid message: {0}'.format(ms... | track on estate name, not estate object | saltstack_salt | train | py |
b3e7c7ed8a04f992be42477255df8c0db3602c89 | diff --git a/planet/api/client.py b/planet/api/client.py
index <HASH>..<HASH> 100644
--- a/planet/api/client.py
+++ b/planet/api/client.py
@@ -296,3 +296,15 @@ class ClientV1(_Base):
return self.dispatcher.response(models.Request(
self._url('data/v1/stats'), self.auth,
body_type=model... | add assets, activate, download to client | planetlabs_planet-client-python | train | py |
bc78630c100d11c25bdb4be7059406605c86b240 | diff --git a/js/runner.go b/js/runner.go
index <HASH>..<HASH> 100644
--- a/js/runner.go
+++ b/js/runner.go
@@ -113,7 +113,7 @@ func (r *Runner) GetChecks() []*lib.Check {
return r.Checks
}
-func (r Runner) GetOptions() lib.Options {
+func (r *Runner) GetOptions() lib.Options {
return r.Options
} | [fix] Lint: This passed a mutex by value | loadimpact_k6 | train | go |
5b315cf3b146825a4c123e1dae35c4d35c5799b6 | diff --git a/lurklib/core.py b/lurklib/core.py
index <HASH>..<HASH> 100755
--- a/lurklib/core.py
+++ b/lurklib/core.py
@@ -146,7 +146,7 @@ class _Core(variables._Variables, exceptions._Exceptions,
self._index += 1
return msg
- def readable(self, timeout=3):
+ def readable(self, timeout... | Accidentally commit'ed a modification used purely for my own testing. | jamieleshaw_lurklib | train | py |
2b658054bbccd0f9f78a89ee6deb3fe7826645bd | diff --git a/docs/session.go b/docs/session.go
index <HASH>..<HASH> 100644
--- a/docs/session.go
+++ b/docs/session.go
@@ -20,12 +20,12 @@ import (
"time"
"github.com/Sirupsen/logrus"
- "github.com/docker/docker/api/types"
"github.com/docker/docker/cliconfig"
"github.com/docker/docker/pkg/httputils"
"github... | Make RegistryConfig a typed value in the api.
Remove possible circular dependency that prevented us from using a real
type. | docker_distribution | train | go |
180f19f7f38f747dbde9a46a9450e946b4bf18de | diff --git a/fireplace/card.py b/fireplace/card.py
index <HASH>..<HASH> 100644
--- a/fireplace/card.py
+++ b/fireplace/card.py
@@ -171,8 +171,10 @@ class Card(Entity):
def destroy(self):
logging.info("%r dies" % (self))
+ inPlay = self.zone == Zone.PLAY
self.zone = Zone.GRAVEYARD
- if self.hasDeathrattle:
+... | Only trigger deathrattles from the PLAY Zone | jleclanche_fireplace | train | py |
c984bcf9b4c5ecd599b54b2ff397c8cbaef79771 | diff --git a/heron/tools/cli/src/python/submit.py b/heron/tools/cli/src/python/submit.py
index <HASH>..<HASH> 100644
--- a/heron/tools/cli/src/python/submit.py
+++ b/heron/tools/cli/src/python/submit.py
@@ -424,8 +424,8 @@ def run(command, parser, cl_args, unknown_args):
tar_type = topology_file.endswith(".tar") or ... | Fix code when submitting a toplogy file without an known extension (#<I>) | apache_incubator-heron | train | py |
c922e2e4866d74f763ebb14b341dc4d710fcd032 | diff --git a/packages/cli/src/dirCommand.js b/packages/cli/src/dirCommand.js
index <HASH>..<HASH> 100644
--- a/packages/cli/src/dirCommand.js
+++ b/packages/cli/src/dirCommand.js
@@ -4,7 +4,7 @@ import outputFileSync from 'output-file-sync'
import readdir from 'recursive-readdir'
import camelcase from 'camelcase'
im... | fix(cli): fix --out-dir usage with absolute path (#<I>) | smooth-code_svgr | train | js |
7bab024e308e2a9c38a1ef85984cd8b821766ec0 | diff --git a/Observer/Z/Register.php b/Observer/Z/Register.php
index <HASH>..<HASH> 100644
--- a/Observer/Z/Register.php
+++ b/Observer/Z/Register.php
@@ -36,15 +36,11 @@ class Register
*/
public function accountPv(\Magento\Sales\Api\Data\OrderInterface $order)
{
- $state = $order->getState();
- ... | MOBI-<I> PV for referal and privileged customers | praxigento_mobi_mod_pv | train | php |
a876ad78476a1fd0ab93858bc79340557f64d5b9 | diff --git a/src/Rcm/Model/SiteFactory.php b/src/Rcm/Model/SiteFactory.php
index <HASH>..<HASH> 100644
--- a/src/Rcm/Model/SiteFactory.php
+++ b/src/Rcm/Model/SiteFactory.php
@@ -23,8 +23,7 @@ namespace Rcm\Model;
use Rcm\Entity\Domain,
Rcm\Exception\LanguageNotFoundException,
Rcm\Exception\SiteNotFoundExcep... | removed locale use stmt per westins request | reliv_Rcm | train | php |
b34fd2cca944d00d8cff455c4c3378164a8d59cb | diff --git a/user/index.php b/user/index.php
index <HASH>..<HASH> 100644
--- a/user/index.php
+++ b/user/index.php
@@ -88,6 +88,13 @@ $PAGE->set_pagetype('course-view-' . $course->format);
$PAGE->add_body_class('path-user'); // So we can style it independently.
$PAGE->set_other_editing_capability(... | MDL-<I> users: Expand users node in settings nav
When we are on the participants page... | moodle_moodle | train | php |
0bd91fc2c8f67581918433157d67b9cadb1ae723 | diff --git a/pipeline/finders.py b/pipeline/finders.py
index <HASH>..<HASH> 100644
--- a/pipeline/finders.py
+++ b/pipeline/finders.py
@@ -10,6 +10,17 @@ from pipeline.conf import settings
class PipelineFinder(BaseStorageFinder):
storage = staticfiles_storage
+ def find(self, path, all=False):
+ if no... | Ensure the finders don't mess with collectstatic. | jazzband_django-pipeline | train | py |
d38125f297db813c48b2304dd95482fb307269dc | diff --git a/core/src/main/java/hudson/model/Computer.java b/core/src/main/java/hudson/model/Computer.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/model/Computer.java
+++ b/core/src/main/java/hudson/model/Computer.java
@@ -68,6 +68,7 @@ import java.util.logging.Logger;
import java.nio.charset.Chars... | only support IPv4 addresses for now, as I noticed a failure to connect when IPv6 address is used.
git-svn-id: <URL> | jenkinsci_jenkins | train | java |
23bcefbf741be17799880417c8900780ad659589 | diff --git a/lib/canard/railtie.rb b/lib/canard/railtie.rb
index <HASH>..<HASH> 100644
--- a/lib/canard/railtie.rb
+++ b/lib/canard/railtie.rb
@@ -10,6 +10,9 @@ module Canard
app.config.eager_load_paths = app.config.eager_load_paths.reject do |path|
Canard.load_paths.include?(path)
end
+ if ... | Fixed reloading for Rails <I>. | james2m_canard | train | rb |
9b33be4f5b5c4e002a56d93eda6c1c04948e3740 | diff --git a/src/test/java/org/sakaiproject/nakamura/lite/content/AbstractContentManagerFinderTest.java b/src/test/java/org/sakaiproject/nakamura/lite/content/AbstractContentManagerFinderTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/sakaiproject/nakamura/lite/content/AbstractContentManagerFinderTest.jav... | Tests for array columns must use columns that are arrays. | ieb_sparsemapcontent | train | java |
0e4c80b95360e39cef89bb2a4eaa5d3adf89ffe9 | diff --git a/transport/src/main/java/io/netty/channel/ChannelHandlerAppender.java b/transport/src/main/java/io/netty/channel/ChannelHandlerAppender.java
index <HASH>..<HASH> 100644
--- a/transport/src/main/java/io/netty/channel/ChannelHandlerAppender.java
+++ b/transport/src/main/java/io/netty/channel/ChannelHandlerApp... | Fix IllegalStateException caused by ChannelHandlerAppender | netty_netty | train | java |
6735c0bf6ed7a2c96fd689810e231690f9d52f7f | diff --git a/salt/cli/__init__.py b/salt/cli/__init__.py
index <HASH>..<HASH> 100644
--- a/salt/cli/__init__.py
+++ b/salt/cli/__init__.py
@@ -446,10 +446,19 @@ class SaltRun(object):
'''
parser = optparse.OptionParser()
+ parser.add_option('-c',
+ '--config',
+ ... | Add config to the options on the salt runner | saltstack_salt | train | py |
52b52f4e4a320cd2580d19a952589bd6f2f2144e | diff --git a/java/server/test/org/openqa/grid/internal/DefaultToFIFOPriorityTest.java b/java/server/test/org/openqa/grid/internal/DefaultToFIFOPriorityTest.java
index <HASH>..<HASH> 100644
--- a/java/server/test/org/openqa/grid/internal/DefaultToFIFOPriorityTest.java
+++ b/java/server/test/org/openqa/grid/internal/Defa... | Reverting the changes to this test | SeleniumHQ_selenium | train | java |
a1efa117f43baf58579bc1a46a20ceb5fca0089b | diff --git a/grip/app.py b/grip/app.py
index <HASH>..<HASH> 100644
--- a/grip/app.py
+++ b/grip/app.py
@@ -10,6 +10,7 @@ import socket
import sys
import threading
import time
+import errno
from traceback import format_exc
try:
from urlparse import urlparse
@@ -71,9 +72,19 @@ class Grip(Flask):
__... | [app.py] silently absorb ENOTDIR IOErrors when trying configfile paths.
Fixes issue #<I> | joeyespo_grip | train | py |
2342e1cfb813b6da7b2f6ecf2a5622501eba34b4 | diff --git a/src/Common/Misc/ConvertProxyProperty/index.js b/src/Common/Misc/ConvertProxyProperty/index.js
index <HASH>..<HASH> 100644
--- a/src/Common/Misc/ConvertProxyProperty/index.js
+++ b/src/Common/Misc/ConvertProxyProperty/index.js
@@ -4,6 +4,7 @@ const typeMapping = {
'list-n': 'Enum',
'list-1': 'Enum',
... | fix(ConvertProxyProperty): Add mapping for textarea widget to Cell
Not the best option yet but at least that allow the edior to work | Kitware_paraviewweb | train | js |
3ac83d7bc58222c1f048aa70f435baae6b9b6cd5 | diff --git a/salt/cloud/clouds/ec2.py b/salt/cloud/clouds/ec2.py
index <HASH>..<HASH> 100644
--- a/salt/cloud/clouds/ec2.py
+++ b/salt/cloud/clouds/ec2.py
@@ -4749,6 +4749,8 @@ def get_password_data(
ret[next(six.iterkeys(item))] = next(six.itervalues(item))
if not HAS_M2 and not HAS_PYCRYPTO:
+ ... | Warn when password decrypton requested but not possible | saltstack_salt | train | py |
ec53a3b2aca786751a12be606fd549e6b31ab8cb | diff --git a/minify.js b/minify.js
index <HASH>..<HASH> 100644
--- a/minify.js
+++ b/minify.js
@@ -40,10 +40,9 @@
*/
function optimize(files, options) {
var i,
- name = '',
- lAllCSS = '',
- /* varible contains all readed files count */
- lReade... | chore(minify) optimize: lReadedFilesCount -> readedFilesCount, optimizedData | coderaiser_minify | train | js |
c7cafcdfedc43fe1b79e49cb5e040d996d237612 | diff --git a/ReText/highlighter.py b/ReText/highlighter.py
index <HASH>..<HASH> 100644
--- a/ReText/highlighter.py
+++ b/ReText/highlighter.py
@@ -24,12 +24,14 @@ class ReTextHighlighter(QSyntaxHighlighter):
('^#.+', None, QFont.Black), # 10: Headers
(r'(?<=\[)[^\[\]]*(?=\])', Qt.blue, QFo... | Highlighter: highlight reStructuredText directives and roles | retext-project_retext | train | py |
87754f6450ec0d118b710e76d475d8c9de401774 | diff --git a/src/tabris/Promise.js b/src/tabris/Promise.js
index <HASH>..<HASH> 100644
--- a/src/tabris/Promise.js
+++ b/src/tabris/Promise.js
@@ -86,7 +86,7 @@ function setStackTraceStack(value) {
}
export default function Promise(fn) {
- const stackTraceStack = [new Error().stack].concat(getStackTraceStack());
+... | Limit cached stack traces to <I>
Timer and promises are keeping the stack trace from their creation and
append them to any new stack traces generated within their callback.
However, if a timer or promise is called recursively this causes the
equivalent of an asynchronous stack overflow due to the stored stack is
growi... | eclipsesource_tabris-js | train | js,js |
9f7a7c9352f8d6b230fc7069990bfde10d900fe0 | diff --git a/state.go b/state.go
index <HASH>..<HASH> 100644
--- a/state.go
+++ b/state.go
@@ -308,8 +308,12 @@ func (s *State) ChannelAdd(channel *Channel) error {
// If the channel exists, replace it
if c, ok := s.channelMap[channel.ID]; ok {
- channel.Messages = c.Messages
- channel.PermissionOverwrites = c.... | Don't stomp on messages or permission overrides on ChannelUpdate. | bwmarrin_discordgo | train | go |
164b38652704187e9cb1df90b1e987fafc1abd44 | diff --git a/amqp_client.js b/amqp_client.js
index <HASH>..<HASH> 100644
--- a/amqp_client.js
+++ b/amqp_client.js
@@ -163,4 +163,16 @@ AMQPClient.prototype.receive = function(source, filter, cb) {
}
};
+AMQPClient.prototype.disconnect = function(cb) {
+ debug('Disconnecting');
+ if (this._connection) {
+... | Add disconnect method to AMQPClient | noodlefrenzy_node-amqp10 | train | js |
9fa11afd05047e9a5f94782ae8096b8c5a0266ba | diff --git a/src/Filter/EntityFilter.php b/src/Filter/EntityFilter.php
index <HASH>..<HASH> 100644
--- a/src/Filter/EntityFilter.php
+++ b/src/Filter/EntityFilter.php
@@ -128,8 +128,8 @@ final class EntityFilter implements FilterInterface
$identifierValue = $entityManager->getUnitOfWork()->getSingleIdentifie... | Fix: Fixes EntityFilter for Ulid/Uuid with custom doctrine type | EasyCorp_EasyAdminBundle | train | php |
459b52aa89a9fbad939fc0ca9ed501a6f81cecac | diff --git a/src/runez/convert.py b/src/runez/convert.py
index <HASH>..<HASH> 100644
--- a/src/runez/convert.py
+++ b/src/runez/convert.py
@@ -205,7 +205,7 @@ class Anchored(object):
Returns:
(str): Short form, using '~' if applicable
"""
- if not path:
+ if path is None:
... | Corrected bug in `represented_args()` | zsimic_runez | train | py,py |
3f59a54e0c00d88a20b7ed3aec58779eee6a8653 | diff --git a/lib/adminlib.php b/lib/adminlib.php
index <HASH>..<HASH> 100644
--- a/lib/adminlib.php
+++ b/lib/adminlib.php
@@ -110,12 +110,26 @@ function upgrade_plugins($type, $dir, $return) {
$db->debug = false;
/// Continue with the instalation, roles and other stuff
if... | Added support for xxxxx_install() hooks for generic plugins too | moodle_moodle | train | php |
294fc3f5c5cb573600aa608821860336a7e2f096 | diff --git a/test/lawnchair-spec.js b/test/lawnchair-spec.js
index <HASH>..<HASH> 100755
--- a/test/lawnchair-spec.js
+++ b/test/lawnchair-spec.js
@@ -44,24 +44,21 @@ test('independent data stores', function() {
QUnit.stop();
QUnit.expect(2);
- var store1 = new Lawnchair({name: "store1"}, function() {});... | make the independent data stores test work with adapters that have async constructors | brianleroux_lawnchair | train | js |
fb3833d9d8f06826066b86204b278b970fa40751 | diff --git a/app/ui/components/codemirror/code-editor.js b/app/ui/components/codemirror/code-editor.js
index <HASH>..<HASH> 100644
--- a/app/ui/components/codemirror/code-editor.js
+++ b/app/ui/components/codemirror/code-editor.js
@@ -557,7 +557,8 @@ class CodeEditor extends PureComponent {
}
_codemirrorPrevent... | Fix copying of large text contents (Fixes #<I>) | getinsomnia_insomnia | train | js |
36b8c82e0e6213ab1b9f7d571f0b3c73170b1110 | diff --git a/ella/exports/managers.py b/ella/exports/managers.py
index <HASH>..<HASH> 100644
--- a/ella/exports/managers.py
+++ b/ella/exports/managers.py
@@ -231,7 +231,6 @@ class ExportItemizer(object):
# Assign positions of items (if position is overloaded via ExportPosition)
self._... | menaz modified, data appended directly to instance variable. | ella_ella | train | py |
f0e78a7df2332afea80c774e88bc551158b404d7 | diff --git a/src/directives/jf_tabs/jf_tabs.js b/src/directives/jf_tabs/jf_tabs.js
index <HASH>..<HASH> 100644
--- a/src/directives/jf_tabs/jf_tabs.js
+++ b/src/directives/jf_tabs/jf_tabs.js
@@ -115,7 +115,7 @@ class jfTabsController {
}
hasClass(obj) {
- if (obj.class)
+ if (obj && obj.class)... | jf-tabs: Safety check to prevent errors in some cases | jfrog_jfrog-ui-essentials | train | js |
f490ad77cd1a368a9c5dfa02dac36a686d3c8b5a | diff --git a/src/Extensions/SiteTreeContentReview.php b/src/Extensions/SiteTreeContentReview.php
index <HASH>..<HASH> 100644
--- a/src/Extensions/SiteTreeContentReview.php
+++ b/src/Extensions/SiteTreeContentReview.php
@@ -328,6 +328,10 @@ class SiteTreeContentReview extends DataExtension implements PermissionProvider
... | Add a hook to updateSettingsFields so that devs can show/hide when desired. | silverstripe_silverstripe-contentreview | train | php |
381e2ebfa98ae9d90de69e0fe3ab71d114aaeef9 | diff --git a/sharepointAPI.php b/sharepointAPI.php
index <HASH>..<HASH> 100644
--- a/sharepointAPI.php
+++ b/sharepointAPI.php
@@ -106,7 +106,7 @@ class sharepointAPI{
/**
* Read List MetaData (Column configurtion)
- * Return a full listing of columns and their configurtion options for a given sharepointList.
+ ... | Fix bug where readListMeta wasn't emptying $inner_xml results. | thybag_PHP-SharePoint-Lists-API | train | php |
44e39acdad7f5220e2a07c1d560c5eb6c8a34940 | diff --git a/classes/bors/forms/input.php b/classes/bors/forms/input.php
index <HASH>..<HASH> 100644
--- a/classes/bors/forms/input.php
+++ b/classes/bors/forms/input.php
@@ -101,7 +101,7 @@ class bors_forms_input extends bors_forms_element
if($has_versioning || $previous)
$element_html .= "<br/><small>".ec("Пр... | If label in form element not defined — this raw html. | Balancer_bors-core | train | php |
0c95e16033a73510d8939152908ecc755f5463ad | diff --git a/lib/form.js b/lib/form.js
index <HASH>..<HASH> 100644
--- a/lib/form.js
+++ b/lib/form.js
@@ -85,6 +85,9 @@ class Form {
if (controller.isRetry()) {
nextQuery.text = controller._retry;
}
+ if (queryObj && typeof queryObj.choices === "function") {
+ ... | Allow query.choices to be a function | forfuturellc_mau | train | js |
e5b861b0c6957b859c5ab1c56dc31e3c6d59fd53 | diff --git a/src/main/java/org/cactoos/proc/BiProcNoNulls.java b/src/main/java/org/cactoos/proc/BiProcNoNulls.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/cactoos/proc/BiProcNoNulls.java
+++ b/src/main/java/org/cactoos/proc/BiProcNoNulls.java
@@ -36,13 +36,13 @@ public final class BiProcNoNulls<X, Y> implem... | (#<I>) Use `? super X` param type for BiProcNoNulls | yegor256_cactoos | train | java |
af0bf453b24356b7f5bea251ce1f467f2f961427 | diff --git a/javascript/LeftAndMain.js b/javascript/LeftAndMain.js
index <HASH>..<HASH> 100644
--- a/javascript/LeftAndMain.js
+++ b/javascript/LeftAndMain.js
@@ -7,6 +7,13 @@ if(typeof(jQuery) != 'undefined') {
$(document).ready(function() {
window.onresize(true);
});
+
+ //Turn off autocomplete to fix the ... | BUGFIX: fixing random changing of access tab radio buttons when refreshing the CMS with a URL such as /admin#Root_Access in Firefox. | silverstripe_silverstripe-siteconfig | train | js |
8242b4dfb57e8372875e9c7f770ed9eeeabf4333 | diff --git a/unrouted_handler.go b/unrouted_handler.go
index <HASH>..<HASH> 100644
--- a/unrouted_handler.go
+++ b/unrouted_handler.go
@@ -815,6 +815,13 @@ func (handler *UnroutedHandler) sendError(w http.ResponseWriter, r *http.Request
err = errors.New("read tcp: i/o timeout")
}
+ // Errors for connnection rese... | core: Remove TCP details from connection reset message | tus_tusd | train | go |
c6efb98eb4cbc4b7ceb992d2dd7a0c16a8dc4340 | diff --git a/server/config.js b/server/config.js
index <HASH>..<HASH> 100644
--- a/server/config.js
+++ b/server/config.js
@@ -2,7 +2,7 @@ exports.config = {
protocol: 'http',
host: 'local.dev',
defaultUserName: 'me',
- port: 9000,
+ port: 80,
initialTokens: {
'4eb4b398c36e62da87469133e2f0cb3f9574d5b... | set example server's default port to <I> (again) | remotestorage_remotestorage.js | train | js |
eecac459b9ed0a5636ba66229b85813151409213 | diff --git a/src/Extractors/PhpArray.php b/src/Extractors/PhpArray.php
index <HASH>..<HASH> 100644
--- a/src/Extractors/PhpArray.php
+++ b/src/Extractors/PhpArray.php
@@ -19,7 +19,7 @@ class PhpArray extends Extractor implements ExtractorInterface
public static function fromFile($file, Translations $translations, ... | Use late static binding in `Extractors\PhpArray`
This avoids extending classes unexpectedly breaking. | oscarotero_Gettext | train | php |
8a2981746b7083bc60d75f4a4b9374936fffd50e | diff --git a/client/head-manager.js b/client/head-manager.js
index <HASH>..<HASH> 100644
--- a/client/head-manager.js
+++ b/client/head-manager.js
@@ -3,7 +3,7 @@ import HTMLDOMPropertyConfig from 'react-dom/lib/HTMLDOMPropertyConfig'
const DEFAULT_TITLE = ''
export default class HeadManager {
- constuctor () {
+ ... | Fix constructor declaration in HeadManager (#<I>) | zeit_next.js | train | js |
333d40a06e1faf4d74c42a036324bda2dd9f8a2d | diff --git a/lib/conjure/provision/docker_image.rb b/lib/conjure/provision/docker_image.rb
index <HASH>..<HASH> 100644
--- a/lib/conjure/provision/docker_image.rb
+++ b/lib/conjure/provision/docker_image.rb
@@ -3,14 +3,15 @@ module Conjure
class DockerImage
attr_reader :image_name
- def initialize(ba... | Support remote server operation in Provision::DockerImage | brianauton_conjure | train | rb |
dbab9ab4fb86309ae812ea65c59bfb81ff08e02a | diff --git a/cmd/tar-split/asm.go b/cmd/tar-split/asm.go
index <HASH>..<HASH> 100644
--- a/cmd/tar-split/asm.go
+++ b/cmd/tar-split/asm.go
@@ -37,6 +37,12 @@ func CommandAsm(c *cli.Context) {
outputStream = fh
}
+ if c.Bool("compress") {
+ zipper := gzip.NewWriter(outputStream)
+ defer zipper.Close()
+ output... | Add --compress flag to tar-split asm
The Go implementation of gzip is the only known to produce compressed
layers with the expected digest hashes.
This change allows compressed tar layer files to be produced, which is
useful for exporting layers from non-Go tools. | vbatts_tar-split | train | go,go |
61f38d52c07420413c48385b942b7eb5019ff023 | diff --git a/catalog/src/main/java/org/killbill/billing/catalog/DefaultPlan.java b/catalog/src/main/java/org/killbill/billing/catalog/DefaultPlan.java
index <HASH>..<HASH> 100644
--- a/catalog/src/main/java/org/killbill/billing/catalog/DefaultPlan.java
+++ b/catalog/src/main/java/org/killbill/billing/catalog/DefaultPla... | catalog: remove duplicate method in DefaultPlan
No need for both methods taking Integer and int, just rely on autoboxing.
This was confusing Jackson during serialization.
This is part of <URL> | killbill_killbill | train | java |
7145888e0c79ffbacb560b5ad913ea453cedb16f | diff --git a/lib/plugins/inspect.js b/lib/plugins/inspect.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/inspect.js
+++ b/lib/plugins/inspect.js
@@ -6,8 +6,8 @@
var gutil = require('gulp-util');
var through = require('through2');
-var utils = require('../utils');
var _ = require('lodash');
+var utils = require('... | change `debug` plugin to `inspect` to avoid conflict with glob | assemble_assemble | train | js |
1314f50d69a1bdb1cfcfaa8f5059ca899bd04cd9 | diff --git a/blockstack_resolver/server/resolver.py b/blockstack_resolver/server/resolver.py
index <HASH>..<HASH> 100755
--- a/blockstack_resolver/server/resolver.py
+++ b/blockstack_resolver/server/resolver.py
@@ -49,10 +49,6 @@ mc = pylibmc.Client(MEMCACHED_SERVERS, binary=True,
"conne... | don't share Proxy() connection across calls | blockstack_blockstack-core | train | py |
fa5066c073c6b0e62fe77b22a8c50574cc3fe57e | diff --git a/cmd/kops/create_cluster.go b/cmd/kops/create_cluster.go
index <HASH>..<HASH> 100644
--- a/cmd/kops/create_cluster.go
+++ b/cmd/kops/create_cluster.go
@@ -548,11 +548,13 @@ func RunCreateCluster(f *util.Factory, out io.Writer, c *CreateClusterOptions) e
bastionGroup := &api.InstanceGroup{}
bastionGr... | Set bastion image when creating cluster
Fix #<I> | kubernetes_kops | train | go |
eff2d50141698627d4c2d60b031483d1909db6f4 | diff --git a/lib/cexio.rb b/lib/cexio.rb
index <HASH>..<HASH> 100644
--- a/lib/cexio.rb
+++ b/lib/cexio.rb
@@ -66,6 +66,26 @@ module CEX
def place_order(ptype = 'buy', amount = 1, price =1, couple = 'GHS/BTC')
self.api_call('place_order', {:type => ptype, :amount => amount.to_s, :price => price.to_s}, true,... | archived_orders, get_order, get_order_tx, get_address, get_my_fee commands added | t0pep0_cex.io-api-ruby | train | rb |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.