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 |
|---|---|---|---|---|---|
0edccb3b558a52b08d5259a2fa2234bbc1ab4681 | diff --git a/examples/26-new-order.php b/examples/26-new-order.php
index <HASH>..<HASH> 100644
--- a/examples/26-new-order.php
+++ b/examples/26-new-order.php
@@ -46,7 +46,7 @@ try {
"orderNumber" => "1337",
"redirectUrl" => "https://example.org/redirect",
"webhookUrl" => "https://example.org... | Switched method to default supported ideal | mollie_mollie-api-php | train | php |
51419a7e1870fd3cd1c508b156c5827ff8171165 | diff --git a/src/Enum/CurrencyCode.php b/src/Enum/CurrencyCode.php
index <HASH>..<HASH> 100644
--- a/src/Enum/CurrencyCode.php
+++ b/src/Enum/CurrencyCode.php
@@ -94,6 +94,7 @@ class CurrencyCode
const LKR = 'LKR';
const LRD = 'LRD';
const LSL = 'LSL';
+ const LTC = 'LTC';
const LTL = 'LTL';
... | Added missing code for LTC currency. | coinbase_coinbase-php | train | php |
68b4cd63bb020b135b8440d52bbf585bb5005efd | diff --git a/bin/tools/utils.js b/bin/tools/utils.js
index <HASH>..<HASH> 100644
--- a/bin/tools/utils.js
+++ b/bin/tools/utils.js
@@ -199,13 +199,13 @@ fs.copyFileSync("bin/build/qx.cmd", "tmp/qx.cmd");
if (result.exitCode) {
process.exit(result.exitCode);
}
-
- console.log("Compiling and deploy build ve... | back to just compile instead of deploy | qooxdoo_qooxdoo-compiler | train | js |
477f236c71b4892e876337c79f1b88be1ad9f570 | diff --git a/docker/version.py b/docker/version.py
index <HASH>..<HASH> 100644
--- a/docker/version.py
+++ b/docker/version.py
@@ -1,2 +1,2 @@
-version = "2.5.0"
+version = "2.6.0-dev"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")]) | Bump <I>-dev | docker_docker-py | train | py |
790bb25c47390a7eb683ab47e0efa4c855980409 | diff --git a/src/uiSelectController.js b/src/uiSelectController.js
index <HASH>..<HASH> 100644
--- a/src/uiSelectController.js
+++ b/src/uiSelectController.js
@@ -149,7 +149,7 @@ uis.controller('uiSelectCtrl',
ctrl.setItemsFn(data);
}else{
if ( data !== undefined ) {
- var filteredItem... | Solving bug when selectItems is undefined. | angular-ui_ui-select | train | js,js |
12df1c5949b983e4c4b7c193f876230541819a6f | diff --git a/agrona/src/test/java/org/agrona/concurrent/AgentInvokerTest.java b/agrona/src/test/java/org/agrona/concurrent/AgentInvokerTest.java
index <HASH>..<HASH> 100644
--- a/agrona/src/test/java/org/agrona/concurrent/AgentInvokerTest.java
+++ b/agrona/src/test/java/org/agrona/concurrent/AgentInvokerTest.java
@@ -1... | [Java] Clear the interrupted flag on the main thread to ensure that further tests will not be affected | real-logic_agrona | train | java |
bc6dfb31d1ae35d12c46736bd42462d4b883fe43 | diff --git a/lib/featuresLoader.js b/lib/featuresLoader.js
index <HASH>..<HASH> 100644
--- a/lib/featuresLoader.js
+++ b/lib/featuresLoader.js
@@ -23,7 +23,7 @@ const createCucumber = (
window.cucumberJson = ${JSON.stringify(cucumberJson)};
var moduleCache = arguments[5];
-
+
function clearFromCache(module... | fix(featuresloader.js): pass spec as string to createTestsFromFeature fn
All test cases now passing
fix #<I> | TheBrainFamily_cypress-cucumber-preprocessor | train | js |
15e709d8ec1e99bee3c23523d3ff7f2b25e57191 | diff --git a/src/Propel/Generator/Reverse/MysqlSchemaParser.php b/src/Propel/Generator/Reverse/MysqlSchemaParser.php
index <HASH>..<HASH> 100644
--- a/src/Propel/Generator/Reverse/MysqlSchemaParser.php
+++ b/src/Propel/Generator/Reverse/MysqlSchemaParser.php
@@ -17,7 +17,10 @@ use Task;
use PDO;
use Propel\Generator\... | [Generator] [Reverse] Added missing use statements | propelorm_Propel2 | train | php |
e994243978088fa0c83618f7ee4b84890f254cc9 | diff --git a/lib/deep_cover/custom_requirer.rb b/lib/deep_cover/custom_requirer.rb
index <HASH>..<HASH> 100644
--- a/lib/deep_cover/custom_requirer.rb
+++ b/lib/deep_cover/custom_requirer.rb
@@ -133,11 +133,14 @@ module DeepCover
found_path = resolve_path(path)
- DeepCover.autoload_tracker.wrap_require(... | Avoid wrap_require for already loaded paths | deep-cover_deep-cover | train | rb |
5e9bf5cfb5196a8b20b395e7ed6659e5a1bad3cc | diff --git a/ghost/release-utils/lib/releases.js b/ghost/release-utils/lib/releases.js
index <HASH>..<HASH> 100644
--- a/ghost/release-utils/lib/releases.js
+++ b/ghost/release-utils/lib/releases.js
@@ -108,6 +108,7 @@ module.exports.uploadZip = (options = {}) => {
return new Promise((resolve, reject) => {
... | Added error handling to filestream
This would have probably rejected the promise anyway because uncaught
error, but it's better to be explicit | TryGhost_Ghost | train | js |
752e77df4533c6f9483a084d3fe87dbfc33c1e01 | diff --git a/www/src/Lib/turtle.py b/www/src/Lib/turtle.py
index <HASH>..<HASH> 100644
--- a/www/src/Lib/turtle.py
+++ b/www/src/Lib/turtle.py
@@ -241,7 +241,7 @@ class TurtleScreenBase:
_turtle = _svg.polygon(points=" ".join(_shape),
transform="rotate(%s)" % (li... | fixed sub-issue <I> of issue #<I>: turtle drawing is drawn the same regardless of width setting | brython-dev_brython | train | py |
4e8a015d25bc6f5f8a29a9b6be354b3b096dd6b6 | diff --git a/basiccache.gemspec b/basiccache.gemspec
index <HASH>..<HASH> 100644
--- a/basiccache.gemspec
+++ b/basiccache.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'basiccache'
- s.version = '0.2.1'
+ s.version = '0.2.2'
s.date = Time.now.strftime("%Y-%m-%d")
s.su... | standardize that stores accept a hash | akerl_basiccache | train | gemspec,rb,rb |
127d0480b26011fa9672e3f5340d035917e4cdf0 | diff --git a/webpack.config.js b/webpack.config.js
index <HASH>..<HASH> 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -31,7 +31,7 @@ module.exports = {
devtool: BUILD ? false : 'source-map',
plugins: BUILD ? [
new webpack.optimize.UglifyJsPlugin({compress: {warnings: true}}),
- new webpack.Ban... | Change option for webpack.BannerPlugin | anseki_cssprefix | train | js |
fd1b165407f105d9cdaeac8d9661e4c4b786acf9 | diff --git a/lib/CharacteristicDelegate.js b/lib/CharacteristicDelegate.js
index <HASH>..<HASH> 100644
--- a/lib/CharacteristicDelegate.js
+++ b/lib/CharacteristicDelegate.js
@@ -208,7 +208,7 @@ class CharacteristicDelegate extends homebridgeLib.Delegate {
)
if (value !== this.value) {
this._serv... | Update CharacteristicDelegate.js
Bug fix: missing `fromHomeKit` parameneter to `didSet` event. | ebaauw_homebridge-lib | train | js |
dc702fbc2d577c3fc45564f38144eb0ce20e4b8c | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ setup(name='dotenv',
description='Handle .env files',
author='Pedro Burón',
author_email='pedro@witoi.com',
- url='http://witoi.github.com',
+ url='https://github.com/pedroburon/do... | setup.py: Update url | pedroburon_dotenv | train | py |
5d5648122eea3203e2477cabb896d39c2e92cb54 | diff --git a/lib/quorum.rb b/lib/quorum.rb
index <HASH>..<HASH> 100644
--- a/lib/quorum.rb
+++ b/lib/quorum.rb
@@ -1,6 +1,7 @@
require "quorum/engine"
require "quorum/helpers"
require "quorum/sequence"
+require "quorum/version"
require "resque"
require "resque/server"
require "resque-result" | Added require quorum version. | ncgr_quorum | train | rb |
64dedc099752703c652e72fcbef194fb67064169 | diff --git a/salt/utils/http.py b/salt/utils/http.py
index <HASH>..<HASH> 100644
--- a/salt/utils/http.py
+++ b/salt/utils/http.py
@@ -170,6 +170,7 @@ def query(url,
data_file, data_render, data_renderer, template_dict, opts
)
+ log.debug('Using {0} Method'.format(method))
if method == '... | Removing unneeded logging statements. Adding log statement that was mistakenly removed. | saltstack_salt | train | py |
bfd17015b74f32c2bb2f769d75235bb2e97209ec | diff --git a/test/k8sT/Tunnels.go b/test/k8sT/Tunnels.go
index <HASH>..<HASH> 100644
--- a/test/k8sT/Tunnels.go
+++ b/test/k8sT/Tunnels.go
@@ -39,7 +39,6 @@ var _ = Describe("K8sValidatedTunnelTest", func() {
demoDSPath = helpers.ManifestGet("demo_ds.yaml")
kubectl.Exec("kubectl -n kube-system delete ds cilium"... | Test: K8s/Tunnels wait until all pods terminate
Have seen in a PR that the pods are deleted on the `AfterEach` but never
wait until it was terminated, the next test started installing the pods
and it was still present.
With this change test waits until all pods are being termintated
correctly. | cilium_cilium | train | go |
9afb96bf16dbe24ab9a58e39633f78315b9a5213 | diff --git a/extensions/gedit3-plugin/shoebotit/__init__.py b/extensions/gedit3-plugin/shoebotit/__init__.py
index <HASH>..<HASH> 100644
--- a/extensions/gedit3-plugin/shoebotit/__init__.py
+++ b/extensions/gedit3-plugin/shoebotit/__init__.py
@@ -101,8 +101,6 @@ class ShoebotThread(threading.Thread):
try:
... | Gedit plugin output gains scrollbars. | shoebot_shoebot | train | py |
8c138933b262f09c43cba57ce64010d877d7d203 | diff --git a/lib/scorpio/model.rb b/lib/scorpio/model.rb
index <HASH>..<HASH> 100644
--- a/lib/scorpio/model.rb
+++ b/lib/scorpio/model.rb
@@ -206,7 +206,7 @@ module Scorpio
end ||
schema['additionalProperties']
{key => response_object_to_instances(value, schema_for_valu... | m fixes for response_object_to_instances with object schema | notEthan_jsi | train | rb |
1ca0b7ddb74bf4ae640372e64bea8f2ec90ae26b | diff --git a/konch.py b/konch.py
index <HASH>..<HASH> 100644
--- a/konch.py
+++ b/konch.py
@@ -356,10 +356,18 @@ def use_file(filename):
logger.info('Using {0}'.format(config_file))
# Ensure that relative imports are possible
__ensure_directory_in_path(config_file)
+ mod = None
... | Clean up bytecode file on PY2 | sloria_konch | train | py |
b0328d37e8a4aeb50aa7ed848f1070a98535262c | diff --git a/src/filesystem/impls/appshell/AppshellFileSystem.js b/src/filesystem/impls/appshell/AppshellFileSystem.js
index <HASH>..<HASH> 100644
--- a/src/filesystem/impls/appshell/AppshellFileSystem.js
+++ b/src/filesystem/impls/appshell/AppshellFileSystem.js
@@ -35,6 +35,9 @@ define(function (require, exports, modu... | Exclude .git files from console warnings | adobe_brackets | train | js |
2c7195f510a552ff0a6253a3650f58a5a4794faa | diff --git a/escpos/impl/epson.py b/escpos/impl/epson.py
index <HASH>..<HASH> 100644
--- a/escpos/impl/epson.py
+++ b/escpos/impl/epson.py
@@ -178,6 +178,17 @@ class GenericESCPOS(object):
self.device.write('\x1B\x61\x02')
+ def set_code_page(self, code_page):
+ """Set code page for character pri... | Base: Implemented code page setting. | base4sistemas_pyescpos | train | py |
395c0ada44a1ceeaca2bcf2696c79c6dd4834a5b | diff --git a/src/TestBootstrap.php b/src/TestBootstrap.php
index <HASH>..<HASH> 100644
--- a/src/TestBootstrap.php
+++ b/src/TestBootstrap.php
@@ -1,7 +1,5 @@
<?php
-require_once 'App.php';
-
use infuse\Util;
use app\search\libs\SearchableModel; | do not require app in test bootstrap | infusephp_infuse | train | php |
25d3c12933017c47c9d63de939b559846b23fca5 | diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py
index <HASH>..<HASH> 100644
--- a/oauthlib/__init__.py
+++ b/oauthlib/__init__.py
@@ -10,7 +10,7 @@
"""
__author__ = 'Idan Gazit <idan@gazit.me>'
-__version__ = '1.1.0'
+__version__ = '1.1.1'
import logging | Bumped version to <I>. | oauthlib_oauthlib | train | py |
d247cead09e6b9050e7a138582ade4628a58fc5f | diff --git a/src/Psalm/Checker/StatementsChecker.php b/src/Psalm/Checker/StatementsChecker.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Checker/StatementsChecker.php
+++ b/src/Psalm/Checker/StatementsChecker.php
@@ -1795,7 +1795,7 @@ class StatementsChecker
// Hack has a similar issue: https://githu... | Exit properly when encountering classes we cannot deal with | vimeo_psalm | train | php |
7db9e613dd6fd31b32c3daabb149f3c12c623ec5 | diff --git a/hadoopy/__init__.py b/hadoopy/__init__.py
index <HASH>..<HASH> 100644
--- a/hadoopy/__init__.py
+++ b/hadoopy/__init__.py
@@ -24,3 +24,4 @@ from _reporter import status, counter
from _test import Test
import _typedbytes as typedbytes
import _main
+from _main import GroupedValues | Made the value iterator public as the user gets an instance in the reducer | bwhite_hadoopy | train | py |
00fec00ac927911563286621dac76be352f2bc52 | diff --git a/lib/fast_find.rb b/lib/fast_find.rb
index <HASH>..<HASH> 100644
--- a/lib/fast_find.rb
+++ b/lib/fast_find.rb
@@ -99,7 +99,7 @@ module FastFind
[path, path.encoding]
end
- def one_shot?() !!@one_shot end
+ def one_shot?() @one_shot end
def yield_entry(entry, block)
if block.arity == 2 | I really don't care if this is actually a Boolean. | Freaky_fast_find | train | rb |
ec7dc171f7d46359c4eee1ad283d368373b5c7e4 | diff --git a/src/combinators/delay.js b/src/combinators/delay.js
index <HASH>..<HASH> 100644
--- a/src/combinators/delay.js
+++ b/src/combinators/delay.js
@@ -71,9 +71,12 @@ export const debounce = curry((n, s) => {
emit.complete()
}
- s.subscribe({ ...emit, next, complete })
+ const subscription = ... | Fix issue where debounced signals weren't unmounted properly | nullobject_bulb | train | js,js |
3a6d80b37a0e9c2ebc967bb7afb66c3cf7d7c7c3 | diff --git a/mackup/appsdb.py b/mackup/appsdb.py
index <HASH>..<HASH> 100644
--- a/mackup/appsdb.py
+++ b/mackup/appsdb.py
@@ -98,7 +98,7 @@ class ApplicationsDatabase(object):
name (str)
Returns:
- set(str)
+ set of str.
"""
return self.apps[name]['config... | Let's use a set here too | lra_mackup | train | py |
71e38b128e6b54589e531b02b3d8face26c1aab6 | diff --git a/files/tests/externallib_test.php b/files/tests/externallib_test.php
index <HASH>..<HASH> 100644
--- a/files/tests/externallib_test.php
+++ b/files/tests/externallib_test.php
@@ -147,4 +147,27 @@ class test_external_files extends advanced_testcase {
$filename, $filecontent, $contextlevel, $... | MDL-<I> phpunit: Test core_files_external::upload() without the new params | moodle_moodle | train | php |
3e646799a18aa87924c6654d052f41022e452c78 | diff --git a/superset/datasets/commands/create.py b/superset/datasets/commands/create.py
index <HASH>..<HASH> 100644
--- a/superset/datasets/commands/create.py
+++ b/superset/datasets/commands/create.py
@@ -61,7 +61,7 @@ class CreateDatasetCommand(BaseCommand):
)
db.session.commit()
... | fix(datasets): log create exceptions as warning (#<I>) | apache_incubator-superset | train | py |
7de16b1a397aac4327cf80faea839a87a3999eef | diff --git a/api/response.go b/api/response.go
index <HASH>..<HASH> 100644
--- a/api/response.go
+++ b/api/response.go
@@ -4,6 +4,7 @@ import (
"encoding/json"
"fmt"
"github.com/Sirupsen/logrus"
+ "runtime/debug"
"strings"
)
@@ -68,6 +69,9 @@ func ResponseLogAndError(v interface{}) {
} else if e, ok := v.(... | Expose system error from go
It was covered by accident before. | rancher_convoy | train | go |
ff77811fb6f668bd9988abc4951ae0c105aca3d3 | diff --git a/pkg/sti/docker/docker.go b/pkg/sti/docker/docker.go
index <HASH>..<HASH> 100644
--- a/pkg/sti/docker/docker.go
+++ b/pkg/sti/docker/docker.go
@@ -99,6 +99,7 @@ func (d *stiDocker) IsImageInLocalRegistry(imageName string) (bool, error) {
func (d *stiDocker) CheckAndPull(imageName string) (image *docker.Ima... | print image name on failure to get scripts | openshift_source-to-image | train | go |
05d9b23ec78a21cab74f34141f2e3fe0bea2ada2 | diff --git a/functions/timber-menu.php b/functions/timber-menu.php
index <HASH>..<HASH> 100644
--- a/functions/timber-menu.php
+++ b/functions/timber-menu.php
@@ -38,16 +38,18 @@ class TimberMenu extends TimberCore {
*/
private function init($menu_id) {
$menu = wp_get_nav_menu_items($menu_id);
- ... | added a sanity check so that we don't send blank menus to WP for processing | timber_timber | train | php |
31b5250751ac0f0ad288c1794eee3574a841ecc9 | diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js
index <HASH>..<HASH> 100644
--- a/src/nls/root/strings.js
+++ b/src/nls/root/strings.js
@@ -852,7 +852,6 @@ define({
"WARNING_TYPE" : "Warning!",
"CLICK_RESTART_TO_UPDATE" : "Click Restart t... | Adding remaining strings for Auto Update feature (#<I>)
* Adding strings for AutoUpdate and Related Files features
* Addressing spacing issues
* Normalizing whitespaces with spaces:4
Normalizing whitespaces with spaces:4
* Adding remaining strings for AutoUpdate feature
* Removing unused string | adobe_brackets | train | js |
4642833facc4dadf696256339e056f91b80e3e7a | diff --git a/androguard/core/analysis/analysis.py b/androguard/core/analysis/analysis.py
index <HASH>..<HASH> 100644
--- a/androguard/core/analysis/analysis.py
+++ b/androguard/core/analysis/analysis.py
@@ -17,7 +17,8 @@
import re, random, cPickle
-from androguard.core.androconf import error, warning, debug, is_as... | Added functionality to load api specific resources to TaintedPackages | androguard_androguard | train | py |
6de804c0c6df3483d3a8e9b75c9409f66970d0d9 | diff --git a/src/Client.php b/src/Client.php
index <HASH>..<HASH> 100644
--- a/src/Client.php
+++ b/src/Client.php
@@ -23,7 +23,7 @@ class Client
*/
private $options = array(
'base_url' => 'https://secure.eloqua.com/API/REST',
- 'version' => '1.0',
+ 'version' => '2.0',
'user_agent' => 'Elomentar... | Default to the <I> REST API. | tableau-mkt_elomentary | train | php,php |
33b2afe15a45094dd0539d80d778dd1afc4938bc | diff --git a/lib/attrtastic/semantic_attributes_builder.rb b/lib/attrtastic/semantic_attributes_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/attrtastic/semantic_attributes_builder.rb
+++ b/lib/attrtastic/semantic_attributes_builder.rb
@@ -193,7 +193,7 @@ module Attrtastic
value_options[:html][:class] = [... | Fix problem with attributes :for and not safe join on attributes | MBO_attrtastic | train | rb,rb |
5d29ab1d428c6ea96d89093b32a75b54c18ed642 | diff --git a/cmd/cmd_controller.js b/cmd/cmd_controller.js
index <HASH>..<HASH> 100644
--- a/cmd/cmd_controller.js
+++ b/cmd/cmd_controller.js
@@ -14,7 +14,7 @@ class EmbarkController {
// set a default context. should be overwritten by an action
// method before being used
- this.context = [constants.co... | Minor PR comments
Removed a null check and intialised `this.context` to an empty object. | embark-framework_embark | train | js,js |
6e1dc3c288ad895534e3770d02a8ce8d54a7b69f | diff --git a/lib/wavefile/chunk_readers/smpl_chunk_reader.rb b/lib/wavefile/chunk_readers/smpl_chunk_reader.rb
index <HASH>..<HASH> 100644
--- a/lib/wavefile/chunk_readers/smpl_chunk_reader.rb
+++ b/lib/wavefile/chunk_readers/smpl_chunk_reader.rb
@@ -93,13 +93,13 @@ module WaveFile
def loop_type(loop_type_id)
... | Using symbols instead of strings, to match style of rest of code | jstrait_wavefile | train | rb |
b3c155430965280ab59b1dd70c020c6da3396fc9 | diff --git a/lib/puppet/parser/scope.rb b/lib/puppet/parser/scope.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/parser/scope.rb
+++ b/lib/puppet/parser/scope.rb
@@ -87,6 +87,10 @@ class Puppet::Parser::Scope
@compiler.node.name
end
+ def include?(name)
+ self[name] != :undefined
+ end
+
# Is the val... | Adding Scope#include? method
This is primarily for Hiera/DataLibrary support,
but is a decent idea regardless. | puppetlabs_puppet | train | rb,rb |
9778dae374b10a825b8e500e36958b92a6b4e9ad | diff --git a/index.php b/index.php
index <HASH>..<HASH> 100644
--- a/index.php
+++ b/index.php
@@ -88,6 +88,9 @@
$PAGE->set_heading($SITE->fullname);
echo $OUTPUT->header();
+ //TODO: remove this notice once admins know they need to switch CVS and git branches, the reason is once we start changing DB the... | MDL-<I> make sure admins do not upgrade to <I>dev accidentally
We already have the new maturity warning in the upgrade page but we are not changing versions yet, we should better give admins one extra chance to go back to latest <I>+ stable. | moodle_moodle | train | php |
45dae8cee7edbb493e4408a0462206fe31a0a392 | diff --git a/config/bugsnag.php b/config/bugsnag.php
index <HASH>..<HASH> 100644
--- a/config/bugsnag.php
+++ b/config/bugsnag.php
@@ -46,8 +46,8 @@ return [
| Set to true to send the errors through to Bugsnag when the PHP process
| shuts down, in order to prevent your app waiting on HTTP requests.
|
- ... | Documentation update regarding the 'Batch Sending' option (#<I>) | bugsnag_bugsnag-laravel | train | php |
41dddd5fd7109799876c766443219e53377f94e5 | diff --git a/src/components/user-profile-personal-settings-subform/user-profile-personal-settings-subform.js b/src/components/user-profile-personal-settings-subform/user-profile-personal-settings-subform.js
index <HASH>..<HASH> 100644
--- a/src/components/user-profile-personal-settings-subform/user-profile-personal-set... | refactor(user-profile): rename code to locale to be more descriptive | commercetools_merchant-center-application-kit | train | js |
15b2e8e12a67c70474bf8631df2e98287ef39612 | diff --git a/nbdiff/notebook_diff.py b/nbdiff/notebook_diff.py
index <HASH>..<HASH> 100644
--- a/nbdiff/notebook_diff.py
+++ b/nbdiff/notebook_diff.py
@@ -11,9 +11,7 @@ def notebook_diff(nb1, nb2):
cell_list = list()
for item in diffed_nb:
- state = item['state']
- cell = copy.deepcopy(diff_re... | Some small changes to notebook_diff.py | tarmstrong_nbdiff | train | py |
f57b0751bb02b3e0b33e7510f2f7e9495efb2f50 | diff --git a/word2vec/wordvectors.py b/word2vec/wordvectors.py
index <HASH>..<HASH> 100644
--- a/word2vec/wordvectors.py
+++ b/word2vec/wordvectors.py
@@ -41,6 +41,21 @@ class WordVectors(object):
"""
return self.vocab_hash[word]
+ def word(self, ix):
+ """Returns the word that corresponds... | Added methods for retrieving words according to index and input vector. (#<I>)
* Added methods for retrieving words according to index and input vector.
* Reformatted comments according to numpy style. | danielfrg_word2vec | train | py |
1936e2517f4148579640dd41395662bb806829b2 | diff --git a/scrapelib/tests/test_cache.py b/scrapelib/tests/test_cache.py
index <HASH>..<HASH> 100644
--- a/scrapelib/tests/test_cache.py
+++ b/scrapelib/tests/test_cache.py
@@ -1,4 +1,4 @@
-from nose.tools import assert_equal, assert_in, assert_is_none
+from nose.tools import assert_equal, assert_true, assert_is_none... | Py<I> doesn't have assert_in? | jamesturk_scrapelib | train | py |
04ac9d5b1ff31d7c16ead43c2909f0535ec72824 | diff --git a/index/scorch/persister.go b/index/scorch/persister.go
index <HASH>..<HASH> 100644
--- a/index/scorch/persister.go
+++ b/index/scorch/persister.go
@@ -450,20 +450,23 @@ func (s *Scorch) removeOldBoltSnapshots() (numRemoved int, err error) {
}
defer func() {
if err == nil {
- err = s.rootBolt.Sync()... | scorch removeOldBoltSnapshots() deletes from correct bucket | blevesearch_bleve | train | go |
3407dcd223d35f219854f30db9181caaae2065d6 | diff --git a/kie-internal/src/main/java/org/kie/internal/command/ExtendedKieCommands.java b/kie-internal/src/main/java/org/kie/internal/command/ExtendedKieCommands.java
index <HASH>..<HASH> 100644
--- a/kie-internal/src/main/java/org/kie/internal/command/ExtendedKieCommands.java
+++ b/kie-internal/src/main/java/org/kie... | Adding possibility to create Clear commands using CommandFactory | kiegroup_drools | train | java |
b543e016c6a2b906a0d65cd072283642c82eb394 | diff --git a/src/Client/Channel/Basic/Consumer/Consumer.php b/src/Client/Channel/Basic/Consumer/Consumer.php
index <HASH>..<HASH> 100644
--- a/src/Client/Channel/Basic/Consumer/Consumer.php
+++ b/src/Client/Channel/Basic/Consumer/Consumer.php
@@ -217,6 +217,7 @@ final class Consumer implements ConsumerInterface
... | add comment to explain the requeue | Innmind_AMQP | train | php |
dab5687c30bb3588640cf6de0b6fd930b5a36743 | diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/Configuration.php
+++ b/DependencyInjection/Configuration.php
@@ -42,12 +42,14 @@ class Configuration implements ConfigurationInterface
->end()
... | The persistence options are required by the LiipTranslationExtension. Fixes an "undefined index" issue when clearing the cache. | liip_LiipTranslationBundle | train | php |
67d45635a414b3a003e3914069f26d2acb27e584 | diff --git a/src/MetaModels/DcGeneral/Dca/Builder/Builder.php b/src/MetaModels/DcGeneral/Dca/Builder/Builder.php
index <HASH>..<HASH> 100644
--- a/src/MetaModels/DcGeneral/Dca/Builder/Builder.php
+++ b/src/MetaModels/DcGeneral/Dca/Builder/Builder.php
@@ -1451,10 +1451,14 @@ class Builder
foreach ($inputScree... | Fix some notices in Builder class. | MetaModels_core | train | php |
f8b3d95604327228c4b16b055f714ec9c7a0d653 | diff --git a/src/Domain/Model/ValueObject/StringValueObject.php b/src/Domain/Model/ValueObject/StringValueObject.php
index <HASH>..<HASH> 100644
--- a/src/Domain/Model/ValueObject/StringValueObject.php
+++ b/src/Domain/Model/ValueObject/StringValueObject.php
@@ -34,4 +34,9 @@ abstract class StringValueObject implements... | Added _toString to StringValueObject for generic use | PcComponentes_ddd | train | php |
ecddf86a830567003bb9b746843cf2a5dcb24ea5 | diff --git a/pyvista/utilities/geometric_objects.py b/pyvista/utilities/geometric_objects.py
index <HASH>..<HASH> 100644
--- a/pyvista/utilities/geometric_objects.py
+++ b/pyvista/utilities/geometric_objects.py
@@ -544,7 +544,6 @@ def Disc(center=(0.,0.,0.), inner=0.25, outer=0.5, normal=(0,0,1), r_res=1,
np.c... | :bug: fix #<I> (#<I>) | vtkiorg_vtki | train | py,py |
3a8fb9f1e2cf9976ce4cd450a367f0a1efbcb5c0 | diff --git a/tests/test_baseapi.py b/tests/test_baseapi.py
index <HASH>..<HASH> 100644
--- a/tests/test_baseapi.py
+++ b/tests/test_baseapi.py
@@ -366,6 +366,25 @@ class TesteAPIQuery(object):
httpretty.disable()
httpretty.reset()
+ def test_query_with_post_body(self, baseapi):
+ httpretty... | tests/test_baseapi.py: test POST w/ query in body
When a POST request is sent with the query in the body,
instead of as a querystring, then:
- the querystring should be empty
- the body be the JSON encoded dictionary with the query and
other specifiers
- the Content-Type should be 'application/json' | voxpupuli_pypuppetdb | train | py |
4409eabb83e76675fdf49dd403e4fa9b779fffc5 | diff --git a/salt/cloud/clouds/lxc.py b/salt/cloud/clouds/lxc.py
index <HASH>..<HASH> 100644
--- a/salt/cloud/clouds/lxc.py
+++ b/salt/cloud/clouds/lxc.py
@@ -423,8 +423,7 @@ def create(vm_, call=None):
kwarg['host'] = prov['target']
cret = _runner().cmd('lxc.cloud_init', [vm_['name']], kwarg=kwarg)
ret[... | Return correct result when creating cloud LXC container
At the end of call chain lxc.init returns boolean result, exactly what
we need and not vice verse. | saltstack_salt | train | py |
2ccc8c5bddbd0a8620148581b5a5a12fe54c7f3e | diff --git a/br/pkg/pdutil/pd_serial_test.go b/br/pkg/pdutil/pd_serial_test.go
index <HASH>..<HASH> 100644
--- a/br/pkg/pdutil/pd_serial_test.go
+++ b/br/pkg/pdutil/pd_serial_test.go
@@ -35,6 +35,8 @@ func TestScheduler(t *testing.T) {
}
schedulerPauseCh := make(chan struct{})
pdController := &PdController{addrs:... | br: fix leak in pdutil.TestScheduler (#<I>) | pingcap_tidb | train | go |
240ec5c8d90ff93f9a68fe9f42d2135451625ba3 | diff --git a/vault/audit.go b/vault/audit.go
index <HASH>..<HASH> 100644
--- a/vault/audit.go
+++ b/vault/audit.go
@@ -259,7 +259,7 @@ func (c *Core) loadAudits(ctx context.Context) error {
entry.namespace = ns
}
- if !needPersist {
+ if !needPersist || c.perfStandby {
return nil
} | perf-standby: Fix audit table upgrade on standbys (#<I>) | hashicorp_vault | train | go |
38332e37a4613dad721d36f90d225ad7e27c9fa5 | diff --git a/src/test/com/mongodb/JavaClientTest.java b/src/test/com/mongodb/JavaClientTest.java
index <HASH>..<HASH> 100644
--- a/src/test/com/mongodb/JavaClientTest.java
+++ b/src/test/com/mongodb/JavaClientTest.java
@@ -492,7 +492,7 @@ public class JavaClientTest extends TestCase {
@Test
@SuppressWarnings(... | using sane ports for the replica set test | mongodb_mongo-java-driver | train | java |
9b938141695d4a1e4c666b0137401a06d11587f6 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ with open("README.md") as infile:
setup(
name='halo',
packages=find_packages(exclude=('tests', 'examples')),
- version='0.0.22',
+ version='0.0.23',
license='MIT',
description='Beautif... | Version: Bumped to <I> | manrajgrover_halo | train | py |
be5e1afb2d5d4d5a256833b98693d53136414684 | diff --git a/pygtkhelpers/objectlist.py b/pygtkhelpers/objectlist.py
index <HASH>..<HASH> 100644
--- a/pygtkhelpers/objectlist.py
+++ b/pygtkhelpers/objectlist.py
@@ -24,6 +24,7 @@ class Cell(object):
cell.set_property('text', self.format_data(data))
def make_viewcell(self):
+ #XXX: extend to mor... | shuffle some todo comments | sci-bots_pygtkhelpers | train | py |
d0daf377189990261977b0e7d799bb6cfea1b45e | diff --git a/indices/clearCache.go b/indices/clearCache.go
index <HASH>..<HASH> 100644
--- a/indices/clearCache.go
+++ b/indices/clearCache.go
@@ -8,6 +8,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitati... | make license not mess up godoc (put space before package decl) | mattbaird_elastigo | train | go,go,go |
965eb25da2a27291d877bfbc00d55f4b0d5772e0 | diff --git a/tests/dummy/mirage/fixtures/view.js b/tests/dummy/mirage/fixtures/view.js
index <HASH>..<HASH> 100644
--- a/tests/dummy/mirage/fixtures/view.js
+++ b/tests/dummy/mirage/fixtures/view.js
@@ -985,7 +985,7 @@ export default [
{
id: 'conditional-prop-select-form',
label: 'Conditional With Select',... | Add additional valid model for conditionals view | ciena-frost_ember-frost-bunsen | train | js |
0a3d16480607bbc0def1e752e8cfe2e72efce3f9 | diff --git a/telethon/tl/custom/conversation.py b/telethon/tl/custom/conversation.py
index <HASH>..<HASH> 100644
--- a/telethon/tl/custom/conversation.py
+++ b/telethon/tl/custom/conversation.py
@@ -333,6 +333,12 @@ class Conversation(ChatGetter):
if message.chat_id != self.chat_id or message.out:
... | Fix handling of early edits in Conversation
The incoming messages were never updated, so of course their
edit_date wasn't either. This would cause the library to be
stuck until it timed out, because the event had already
arrived before we waited for it. As an example:
await conv.send_message('foo')
await slee... | LonamiWebs_Telethon | train | py |
215d3293e223702aaa3faa13814b5d0243792680 | diff --git a/pycbc/filter/zpk.py b/pycbc/filter/zpk.py
index <HASH>..<HASH> 100644
--- a/pycbc/filter/zpk.py
+++ b/pycbc/filter/zpk.py
@@ -28,22 +28,21 @@ import scipy.signal
from pycbc.types import TimeSeries
def filter_zpk(timeseries, z, p, k):
- """Return a new timeseries that is filter with zpk (zeros, poles... | Updated docstring for zpk_filter. | gwastro_pycbc | train | py |
0720538b1b3348a82c960fb0974effe27d69262a | diff --git a/lib/parallel_calabash/version.rb b/lib/parallel_calabash/version.rb
index <HASH>..<HASH> 100644
--- a/lib/parallel_calabash/version.rb
+++ b/lib/parallel_calabash/version.rb
@@ -1,3 +1,3 @@
module ParallelCalabash
- VERSION = "0.0.4"
+ VERSION = "0.0.5"
end | bumping up version to <I> | rajdeepv_parallel_calabash | train | rb |
bd8d04450769c0bf550abf2789934bfed4b899e0 | diff --git a/spec/faraday/adapter/net_http_persistent_spec.rb b/spec/faraday/adapter/net_http_persistent_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/faraday/adapter/net_http_persistent_spec.rb
+++ b/spec/faraday/adapter/net_http_persistent_spec.rb
@@ -42,21 +42,13 @@ RSpec.describe Faraday::Adapter::NetHttpPersisten... | Fixes test not working with Net::HTTP::Persistent <I> | lostisland_faraday | train | rb |
51b6c2edaad3c0f32e1bebdff351b7dec2696814 | diff --git a/src/Model/Table/PermissionsTable.php b/src/Model/Table/PermissionsTable.php
index <HASH>..<HASH> 100644
--- a/src/Model/Table/PermissionsTable.php
+++ b/src/Model/Table/PermissionsTable.php
@@ -106,7 +106,7 @@ class PermissionsTable extends Table
}
/**
- * Retrieves current lead view permis... | Adjust docblock (task #<I>) | QoboLtd_cakephp-roles-capabilities | train | php |
c4a46a7df2858904db25b7eaabaf5a75458bea3f | diff --git a/app.go b/app.go
index <HASH>..<HASH> 100644
--- a/app.go
+++ b/app.go
@@ -42,6 +42,8 @@ type App struct {
ArgsUsage string
// Version of the program
Version string
+ // Description of the program
+ Description string
// List of commands to execute
Commands []Command
// List of flags to parse
di... | app: Add App.Description
So you can describe what the application is for without requiring
users to drill down into a particular command. | urfave_cli | train | go,go |
cd8e8c7b03c1d2bf86db325a8f91a43e3e75abc5 | diff --git a/thrift/transport.go b/thrift/transport.go
index <HASH>..<HASH> 100644
--- a/thrift/transport.go
+++ b/thrift/transport.go
@@ -34,6 +34,7 @@ type readWriterTransport struct {
io.Reader
readBuf [1]byte
writeBuf [1]byte
+ strBuf []byte
}
var errNoBytesRead = errors.New("no bytes read")
@@ -82,7 +... | Eliminate []byte(string) allocation under thrift transport | uber_tchannel-go | train | go |
4415ca309cddd2ed0ebe0695246cb02c33c4d70c | diff --git a/app/src/main/java/io/appium/uiautomator2/model/XPathFinder.java b/app/src/main/java/io/appium/uiautomator2/model/XPathFinder.java
index <HASH>..<HASH> 100644
--- a/app/src/main/java/io/appium/uiautomator2/model/XPathFinder.java
+++ b/app/src/main/java/io/appium/uiautomator2/model/XPathFinder.java
@@ -231,7... | Shouln't use hardcoded timeout for `waitForIdle()`. (#<I>) | appium_appium-uiautomator2-server | train | java |
779b3035799483e4de21bd2bbdc298ca1746878a | diff --git a/analyzers/MISP/mispclient.py b/analyzers/MISP/mispclient.py
index <HASH>..<HASH> 100755
--- a/analyzers/MISP/mispclient.py
+++ b/analyzers/MISP/mispclient.py
@@ -57,9 +57,9 @@ class MISPClient:
elif isinstance(ssl, bool):
verify = ssl
self.misp_connect... | [#<I>] Use ExpandedPyMISP in case of a single MISP connection also | TheHive-Project_Cortex-Analyzers | train | py |
4d14a073d89a9faf8577bd6c19664eb8a0ed0a58 | diff --git a/lib/active_admin/csv_builder.rb b/lib/active_admin/csv_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/active_admin/csv_builder.rb
+++ b/lib/active_admin/csv_builder.rb
@@ -47,9 +47,13 @@ module ActiveAdmin
receiver << CSV.generate_line(columns.map{ |c| encode c.name, options }, options)
- ... | added ability to use sort order in CSV | activeadmin_activeadmin | train | rb |
e64c7be90a7a0231c75bfef7363495969a9ac07b | diff --git a/src/main/java/biz/paluch/logging/gelf/jboss7/JBoss7GelfLogHandler.java b/src/main/java/biz/paluch/logging/gelf/jboss7/JBoss7GelfLogHandler.java
index <HASH>..<HASH> 100644
--- a/src/main/java/biz/paluch/logging/gelf/jboss7/JBoss7GelfLogHandler.java
+++ b/src/main/java/biz/paluch/logging/gelf/jboss7/JBoss7G... | Use correct setting in MDC names (fixes bug introduced with #<I>) | mp911de_logstash-gelf | train | java |
6b1507a0ca60371e0ac7706ee3ac5527009fde77 | diff --git a/doc/conf.py b/doc/conf.py
index <HASH>..<HASH> 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -81,7 +81,7 @@ copyright = u'2015–2018, SKA South Africa'
def get_version():
globals_ = {}
root = os.path.dirname(os.path.dirname(__file__))
- with open(os.path.join(root, 'spead2', '_version.py')) as... | Fix doc build to get _version.py from new location | ska-sa_spead2 | train | py |
cac36879546f2a349c514517133b0c3d3c23ca93 | diff --git a/pkg/datapath/loader/loader.go b/pkg/datapath/loader/loader.go
index <HASH>..<HASH> 100644
--- a/pkg/datapath/loader/loader.go
+++ b/pkg/datapath/loader/loader.go
@@ -364,7 +364,7 @@ func (l *Loader) replaceNetworkDatapath(ctx context.Context, interfaces []string
}
for _, iface := range option.Config.En... | Add missing error reporting in replaceNetworkDatapath | cilium_cilium | train | go |
5d67ac5504beb860001c3d27273a8cbb46a5dbab | diff --git a/tests/CityDataTest.php b/tests/CityDataTest.php
index <HASH>..<HASH> 100644
--- a/tests/CityDataTest.php
+++ b/tests/CityDataTest.php
@@ -146,6 +146,7 @@ final class CityDataTest extends \PHPUnit\Framework\TestCase
public function testExtendedClassV2()
{
+ $this->expectException(\TypeErr... | [+]: search for PhpDoc @property in parent classes <I> | voku_Arrayy | train | php |
5d9d1efb727f47125244d11de14b4314ed03cf60 | diff --git a/lib/countly.js b/lib/countly.js
index <HASH>..<HASH> 100644
--- a/lib/countly.js
+++ b/lib/countly.js
@@ -2382,7 +2382,7 @@
// set feedback widget family as ratings and load related style file when type is ratings
if (presentableFeedback.type === "rating") {
... | [ratings-css-rename] renamed css file name for backward compatability. (#<I>)
also I made a server-side change related this. | Countly_countly-sdk-web | train | js |
1dc4bcc67dec50e2f58436ffbc7d61ca9da5b943 | diff --git a/messenger.go b/messenger.go
index <HASH>..<HASH> 100644
--- a/messenger.go
+++ b/messenger.go
@@ -23,7 +23,7 @@ type Options struct {
VerifyToken string
// Token is the access token of the Facebook page to send messages from.
Token string
- // WebhookURL is where the Messenger client should listen fo... | Add "/" as default WebhookURL
This is because an empty string is *invalid* in net/http and will yield
a panic. | paked_messenger | train | go |
c3aa04d3ea6e9984d447d1a454a7f22770822f31 | diff --git a/test/unit/process_runner_test.rb b/test/unit/process_runner_test.rb
index <HASH>..<HASH> 100644
--- a/test/unit/process_runner_test.rb
+++ b/test/unit/process_runner_test.rb
@@ -92,8 +92,8 @@ class ProcessRunnerTest < Test::Unit::TestCase
def execute_with_open4_and_bad_mode(command, options="")
... | Updated process runner test to work on Windoze | lukebayes_project-sprouts | train | rb |
cc7717036e34aad4411dfc569fbdcf351e15d6aa | diff --git a/lib/rack/timeout.rb b/lib/rack/timeout.rb
index <HASH>..<HASH> 100644
--- a/lib/rack/timeout.rb
+++ b/lib/rack/timeout.rb
@@ -44,7 +44,7 @@ module Rack
timeout_thread = Thread.start do
loop do
info.duration = Time.now - ready_time
- sleep_seconds = [1, info.timeo... | try to ensure steps between logging active state in debug mode are exactly 1s, by accounting for accumulated processing time from previous iteration | heroku_rack-timeout | train | rb |
cac8f8c8c0161b681b1e258edcffa829fb7a2b04 | diff --git a/pixiedust/utils/environment.py b/pixiedust/utils/environment.py
index <HASH>..<HASH> 100644
--- a/pixiedust/utils/environment.py
+++ b/pixiedust/utils/environment.py
@@ -34,7 +34,7 @@ class Environment(with_metaclass(
scala_out = subprocess.check_output([scala, "-version"], stderr=subproce... | Change regex search to support Python <I> and Python <I> | pixiedust_pixiedust | train | py |
a840a2905aef18525710121b9a7fdaefa1986562 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,8 @@ if not USE_CYTHON:
assert os.path.exists(os.path.join("pypolyagamma", "parallel.cpp"))
# download GSL if we don't have it in deps
-assert os.path.exists('deps')
+if not os.path.exists('deps'):
+ o... | if deps/ dir doesn't exist make it | slinderman_pypolyagamma | train | py |
8ba40a606bc062d2e7f791e9a8a7e9dc6cef4666 | diff --git a/lib/shopify_app/configuration.rb b/lib/shopify_app/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/shopify_app/configuration.rb
+++ b/lib/shopify_app/configuration.rb
@@ -5,7 +5,7 @@ module ShopifyApp
# for the app in your Shopify Partners page. Change your settings in
# `config/initialize... | raises if you do not have our api_key set | Shopify_shopify_app | train | rb |
9cfd590c2e43f43e095559511dc12b7ae84f6f63 | diff --git a/src/extensions/default/QuickView/main.js b/src/extensions/default/QuickView/main.js
index <HASH>..<HASH> 100644
--- a/src/extensions/default/QuickView/main.js
+++ b/src/extensions/default/QuickView/main.js
@@ -371,11 +371,16 @@ define(function (require, exports, module) {
editor;
... | Hide Quick View when hovering in unsuported inline editors. | adobe_brackets | train | js |
38c60b8dd47a1e8c4b270efedc7d72de82a50639 | diff --git a/spyder/widgets/variableexplorer/utils.py b/spyder/widgets/variableexplorer/utils.py
index <HASH>..<HASH> 100644
--- a/spyder/widgets/variableexplorer/utils.py
+++ b/spyder/widgets/variableexplorer/utils.py
@@ -397,10 +397,10 @@ def value_to_display(value, minmax=False, level=0):
except:
displ... | Variable Explorer: Reduce number of characters shown in display | spyder-ide_spyder-kernels | train | py |
ba39f805f506a8fddbe36e957849de623e73fafb | diff --git a/src/Illuminate/Validation/Concerns/ValidatesAttributes.php b/src/Illuminate/Validation/Concerns/ValidatesAttributes.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Validation/Concerns/ValidatesAttributes.php
+++ b/src/Illuminate/Validation/Concerns/ValidatesAttributes.php
@@ -442,7 +442,7 @@ trait Val... | Apply fixes from StyleCI (#<I>) | laravel_framework | train | php |
664af1adc2e23bf558f0e743e6fcaca4e3db94d9 | diff --git a/domain/core-api/src/main/java/io/motown/domain/api/chargingstation/CorrelationToken.java b/domain/core-api/src/main/java/io/motown/domain/api/chargingstation/CorrelationToken.java
index <HASH>..<HASH> 100644
--- a/domain/core-api/src/main/java/io/motown/domain/api/chargingstation/CorrelationToken.java
+++ ... | Fixed the CorrelationToken's getToken JavaDoc | motown-io_motown | train | java |
82a5d726c0a15e5f2821ddc728d5d05e75aaa0ad | diff --git a/djangocms_text_ckeditor/cms_plugins.py b/djangocms_text_ckeditor/cms_plugins.py
index <HASH>..<HASH> 100644
--- a/djangocms_text_ckeditor/cms_plugins.py
+++ b/djangocms_text_ckeditor/cms_plugins.py
@@ -46,6 +46,15 @@ class TextPlugin(CMSPluginBase):
kwargs['form'] = form # override standard form
... | Provide extra context variable to override template path. | divio_djangocms-text-ckeditor | train | py |
f25f53fd84978d4cadd676237b61bb891275bed5 | diff --git a/pavement.py b/pavement.py
index <HASH>..<HASH> 100644
--- a/pavement.py
+++ b/pavement.py
@@ -122,6 +122,8 @@ options(
docs=Bunch(docs_dir="docs/apidocs"),
)
+setup(**project)
+
#
# Build | optional tools not installed upfront; fixed pyrocore pavement | pyroscope_pyrocore | train | py |
c46f551d2eec3a841ac7b6ab795610940ae8db39 | diff --git a/jest/src/test/java/io/searchbox/cluster/UpdateSettingsIntegrationTest.java b/jest/src/test/java/io/searchbox/cluster/UpdateSettingsIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/jest/src/test/java/io/searchbox/cluster/UpdateSettingsIntegrationTest.java
+++ b/jest/src/test/java/io/searchbox/cluster/... | using a different setting name to test if transient settings change as expected - the other one must be missing. | searchbox-io_Jest | train | java |
3758c0aa83725d5c40be3aea7f8d7724444a8b16 | diff --git a/discord/member.py b/discord/member.py
index <HASH>..<HASH> 100644
--- a/discord/member.py
+++ b/discord/member.py
@@ -125,3 +125,11 @@ class Member(User):
return Colour.default()
color = colour
+
+ @property
+ def mention(self):
+ if self.nick:
+ return '<@!{}>'.... | Member.mention now uses nickname hint if needed. | Rapptz_discord.py | train | py |
d1d2165838c70fd8074b0096f9363380f9fb9bc6 | diff --git a/Bridges/HttpKernel.php b/Bridges/HttpKernel.php
index <HASH>..<HASH> 100644
--- a/Bridges/HttpKernel.php
+++ b/Bridges/HttpKernel.php
@@ -11,6 +11,7 @@ use React\Http\Request as ReactRequest;
use Symfony\Component\HttpFoundation\Cookie;
use Symfony\Component\HttpFoundation\Request as SymfonyRequest;
use... | Readd simplistic StreamedResponse support | php-pm_php-pm-httpkernel | train | php |
7e059fb9d2b9527b76c1baf282dce65913471886 | diff --git a/lib/jsonapi/error_codes.rb b/lib/jsonapi/error_codes.rb
index <HASH>..<HASH> 100644
--- a/lib/jsonapi/error_codes.rb
+++ b/lib/jsonapi/error_codes.rb
@@ -17,7 +17,7 @@ module JSONAPI
TYPE_MISMATCH = 116
INVALID_PAGE_OBJECT = 117
INVALID_PAGE_VALUE = 118
- INVALID_FIELD_FORMAT = 120
+ INVALID_FIE... | Shift INVALID_FIELD_FORMAT value from <I> to <I> | cerebris_jsonapi-resources | train | rb |
b9f6fd919a6fca42d384fab0d0543e9abb114b4f | diff --git a/src/svg.js b/src/svg.js
index <HASH>..<HASH> 100644
--- a/src/svg.js
+++ b/src/svg.js
@@ -1943,6 +1943,8 @@ function arrayFirstValue(arr) {
p.node.appendChild(this.node);
return p;
};
+// SIERRA Element.marker(): clarify what a reference point is. E.g., helps you offset the object fr... | EDIT & COMMENT Element.marker | adobe-webplatform_Snap.svg | train | js |
963f1ca4493667877825eabb8971c4a6e19dc1fb | diff --git a/lib/Cake/Utility/Validation.php b/lib/Cake/Utility/Validation.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/Utility/Validation.php
+++ b/lib/Cake/Utility/Validation.php
@@ -467,7 +467,7 @@ class Validation {
*/
public static function ip($check, $type = 'both') {
$type = strtolower($type);
- $flags... | Don't |= with null. | cakephp_cakephp | train | php |
635535c131036de36a8bc276d343db7d6a2577c0 | diff --git a/gruvi/jsonrpc.py b/gruvi/jsonrpc.py
index <HASH>..<HASH> 100644
--- a/gruvi/jsonrpc.py
+++ b/gruvi/jsonrpc.py
@@ -208,7 +208,7 @@ def create_error(request, code=None, message=None, data=None, error=None):
"""Create a JSON-RPC error response message."""
if code is None and error is None:
... | [jsonrpc] create_error(): allow null id
This allows you to call create_error() with a message argument that is
either None, or a notification. The JSON-RPC spec allows erros with a
null ID in case it is not clear where the error belongs to. | geertj_gruvi | train | py |
bd4ae32344a3a68ce27b1ad27c992687613b3182 | diff --git a/sshtunnel.py b/sshtunnel.py
index <HASH>..<HASH> 100644
--- a/sshtunnel.py
+++ b/sshtunnel.py
@@ -1620,7 +1620,7 @@ def open_tunnel(*args, **kwargs):
kwargs
)
- ssh_port = kwargs.pop('ssh_port', None)
+ ssh_port = kwargs.pop('ssh_port', 22)
skip_tunnel_checkup = kwargs.po... | Fix #<I> (#<I>) | pahaz_sshtunnel | train | py |
6ad31be1682f911e3577d98d1d0ff6e7ed450bd0 | diff --git a/src/Resources/ElasticSearch/ElasticSearchResource.php b/src/Resources/ElasticSearch/ElasticSearchResource.php
index <HASH>..<HASH> 100644
--- a/src/Resources/ElasticSearch/ElasticSearchResource.php
+++ b/src/Resources/ElasticSearch/ElasticSearchResource.php
@@ -144,7 +144,7 @@ class ElasticSearchResource e... | don't throw exception when filter is not set | SphereMall_PHP-MS-Client | 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.