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 |
|---|---|---|---|---|---|
5c54b9d726b8071de419c4db6b8ad5d41e2412f0 | diff --git a/lib/Models/OgrCatalogItem.js b/lib/Models/OgrCatalogItem.js
index <HASH>..<HASH> 100644
--- a/lib/Models/OgrCatalogItem.js
+++ b/lib/Models/OgrCatalogItem.js
@@ -183,11 +183,14 @@ function loadOgrData(ogrItem, file, url) {
// generate form to submit file for conversion
var formData = new FormData... | [TerriaJS/geoglam-nm#<I>] Add a default check were the serverConfig doesn't contain maxConversionSize. | TerriaJS_terriajs | train | js |
8c5b9fee0f52bdbb192280fef1dc18d8930666ca | diff --git a/ropetest/refactor/renametest.py b/ropetest/refactor/renametest.py
index <HASH>..<HASH> 100644
--- a/ropetest/refactor/renametest.py
+++ b/ropetest/refactor/renametest.py
@@ -172,6 +172,14 @@ class RenameRefactoringTest(unittest.TestCase):
self.assertEquals('async def new_func():\n pass\nnew_fun... | Added test for renaming in presence of await. | python-rope_rope | train | py |
7881f368853f96adbc86465680a421a756801498 | diff --git a/tpot/gp_deap.py b/tpot/gp_deap.py
index <HASH>..<HASH> 100644
--- a/tpot/gp_deap.py
+++ b/tpot/gp_deap.py
@@ -23,7 +23,6 @@ License along with TPOT. If not, see <http://www.gnu.org/licenses/>.
"""
-import dask
import numpy as np
from deap import tools, gp
from inspect import isclass | clean a bug reported in issue #<I> | EpistasisLab_tpot | train | py |
86af7b091e5cc167d2b9a3146953da347cc38614 | diff --git a/bdata/bdata.py b/bdata/bdata.py
index <HASH>..<HASH> 100644
--- a/bdata/bdata.py
+++ b/bdata/bdata.py
@@ -1054,6 +1054,10 @@ class bdata(object):
'sl_c': [ve][f] combined helicity.
"""
+ # check rebin factor
+ if type(rebin) not in (int,np.int64) or rebin <... | Added rebin check for int in asym | dfujim_bdata | train | py |
b18d446ff2e5fee8ebbf289711619cc17860f50d | diff --git a/src/Container.php b/src/Container.php
index <HASH>..<HASH> 100644
--- a/src/Container.php
+++ b/src/Container.php
@@ -26,6 +26,8 @@ use UnexpectedValueException;
* @property-read array $setters A reference to the Factory $setter.
*
* @property-read array $types A reference to the Factory $types.
+ *... | Added missing property values in docblock | auraphp_Aura.Di | train | php |
a7e03ed02049928a86fa40b64794124e91e0c5f7 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -88,8 +88,8 @@ setup(name="HMpTy",
license='MIT',
packages=find_packages(),
package_data={'HMpTy': [
- 'resources/*/*', 'resources/*.*']},
- include_package_data=True,
+ 'resources/*... | trying to add default_settings to pypi | thespacedoctor_HMpTy | train | py |
e8db0311120d5e9a545fde5862f8a16b07760697 | diff --git a/tags.go b/tags.go
index <HASH>..<HASH> 100644
--- a/tags.go
+++ b/tags.go
@@ -70,11 +70,11 @@ func (store *TagStore) LookupImage(name string) (*Image, error) {
if err != nil {
// FIXME: standardize on returning nil when the image doesn't exist, and err for everything else
// (so we can pass all err... | Fixed tag parsing when the repos name contains both a port and a tag | moby_moby | train | go |
6a2c089317286096b4d39c270b6b9534acfdf62f | diff --git a/libpebble2/util/hardware.py b/libpebble2/util/hardware.py
index <HASH>..<HASH> 100644
--- a/libpebble2/util/hardware.py
+++ b/libpebble2/util/hardware.py
@@ -41,7 +41,7 @@ class PebbleHardware(object):
SPALDING_EVT: 'chalk',
SPALDING: 'chalk',
SILK_EVT: 'diorite',
- ROBERT... | Fix typo in ROBERT_EVT declaration | pebble_libpebble2 | train | py |
9fb56e01b7124d84c3bb8933835053eb2dedb418 | diff --git a/ykman/cli/piv.py b/ykman/cli/piv.py
index <HASH>..<HASH> 100644
--- a/ykman/cli/piv.py
+++ b/ykman/cli/piv.py
@@ -462,7 +462,17 @@ def unblock_pin(ctx, puk, new_pin):
new_pin = click_prompt(
"Enter a new PIN", default="", show_default=False, hide_input=True
)
- session.unb... | Error handling when unblocking pin | Yubico_yubikey-manager | train | py |
81b2289ccd6421e4b2ed4e0a262459e9aeaf0fdb | diff --git a/jquery.colorpicker.js b/jquery.colorpicker.js
index <HASH>..<HASH> 100644
--- a/jquery.colorpicker.js
+++ b/jquery.colorpicker.js
@@ -2,9 +2,9 @@
/*globals jQuery */
/*
- * ColorPicker v0.6.4
+ * ColorPicker v0.6.5
*
- * Copyright (c) 2011 Martijn W. van der Lee
+ * Copyright (c) 2011-2012 Mar... | Alpha channel fix in parsing of RGBA() color by ramontiveros | vanderlee_colorpicker | train | js |
e0d7bace4ecb9152fac112e809af521e36fbc6a5 | diff --git a/railties/lib/commands/server.rb b/railties/lib/commands/server.rb
index <HASH>..<HASH> 100644
--- a/railties/lib/commands/server.rb
+++ b/railties/lib/commands/server.rb
@@ -23,10 +23,10 @@ server = case ARGV.first
when "lighttpd", "mongrel", "new_mongrel", "webrick", "thin"
ARGV.shift
else
- ... | Prefer Mongrel over Thin [#<I> state:resolved] | rails_rails | train | rb |
53757c570c506fe7ec3f40d34bdad4844f1b3f46 | diff --git a/packages/karma.conf.js b/packages/karma.conf.js
index <HASH>..<HASH> 100644
--- a/packages/karma.conf.js
+++ b/packages/karma.conf.js
@@ -18,7 +18,7 @@ module.exports = function (config) {
jasmine: {
random: false,
},
- clearContext: true // leave Jasmine Spec Runner output visi... | chore: set `clearContext` is `false` (#<I>) | ng-alain_delon | train | js |
95c17ef4dd920d7764f4989081f604a2232c5872 | diff --git a/src/org/openscience/cdk/io/CMLReader.java b/src/org/openscience/cdk/io/CMLReader.java
index <HASH>..<HASH> 100644
--- a/src/org/openscience/cdk/io/CMLReader.java
+++ b/src/org/openscience/cdk/io/CMLReader.java
@@ -39,7 +39,8 @@ import java.io.*;
import java.net.*;
/**
- * Reads a molecule in CML format... | Updated info about currently supported CML versions.
git-svn-id: <URL> | cdk_cdk | train | java |
f8aeffaf1aa9cda4c5289864116a3431dafeaa3e | diff --git a/marrow/util/url.py b/marrow/util/url.py
index <HASH>..<HASH> 100644
--- a/marrow/util/url.py
+++ b/marrow/util/url.py
@@ -218,7 +218,7 @@ class URL(object):
parts.append(self.user or "")
parts.append((":" + self.password) if self.user else ("@" if self.user else ""))
parts.append... | Now handles integer port numbers correctly; this is important is populated by an existing URL. | marrow_util | train | py |
c195907f553df6760214c2032ecb3f83b81e8580 | diff --git a/src/tabris/main.js b/src/tabris/main.js
index <HASH>..<HASH> 100644
--- a/src/tabris/main.js
+++ b/src/tabris/main.js
@@ -108,7 +108,7 @@ Object.assign(window, {
XMLHttpRequest
});
-tabris.once('start', () => {
+tabris.on('start', () => {
tabris.app = createApp();
tabris.ui = createUi();
tab... | Enable initializing Tabris.js more than once
When mocking tabris, it is useful to reset the state of the module
between tests. Enable triggering the tabris 'start' event on demand to
reset internal state.
Change-Id: I1a<I>d<I>d<I>f<I>ebba<I>d | eclipsesource_tabris-js | train | js |
0aa81bc3462ba89b238599cdfb8395e97451f1b9 | diff --git a/version.php b/version.php
index <HASH>..<HASH> 100644
--- a/version.php
+++ b/version.php
@@ -6,9 +6,9 @@
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
- $version = 2006050400; // YYYYMMDD = date
+ $version = 2... | Fix for Bug #<I> - Inconsistency between log_display and log tables. Bumped
version number. | moodle_moodle | train | php |
568566edd26806eea312f4bac632644bb4c242f6 | diff --git a/core/src/main/java/com/orientechnologies/orient/core/metadata/security/OImmutableRole.java b/core/src/main/java/com/orientechnologies/orient/core/metadata/security/OImmutableRole.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/orientechnologies/orient/core/metadata/security/OImmutableRole.jav... | Fix security checks for ROOT user (check ALL permission as a fallback) | orientechnologies_orientdb | train | java |
b53af6a2247d1fb850d4a451123673e2b8247a66 | diff --git a/provider/ec2/local_test.go b/provider/ec2/local_test.go
index <HASH>..<HASH> 100644
--- a/provider/ec2/local_test.go
+++ b/provider/ec2/local_test.go
@@ -5,6 +5,7 @@ package ec2_test
import (
"fmt"
+ "net"
"regexp"
"sort"
"strings"
@@ -804,8 +805,8 @@ func (t *localServerSuite) TestSubnets(c *gc... | Correct test for ec2 Subnets | juju_juju | train | go |
6dac6c2072509af176663d55ce016c55c7ab2789 | diff --git a/src/main/java/com/datasift/client/cli/Interface.java b/src/main/java/com/datasift/client/cli/Interface.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/datasift/client/cli/Interface.java
+++ b/src/main/java/com/datasift/client/cli/Interface.java
@@ -51,6 +51,7 @@ public class Interface {
... | add -u arg to override host | datasift_datasift-java | train | java |
9d80dec246a7eb284ff33c3a0ffca91c6464e13b | diff --git a/Swat/SwatString.php b/Swat/SwatString.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatString.php
+++ b/Swat/SwatString.php
@@ -880,6 +880,27 @@ class SwatString extends SwatObject
}
// }}}
+ // {{{ public static function stripXHTMLTags()
+
+ /**
+ * Removes all XHTML tags from a string
+ *
+ * This... | added method to remov ehtml from a string.
svn commit r<I> | silverorange_swat | train | php |
1e90b371c64fa192aed2999ef19dcb04de6b1ef1 | diff --git a/scripts/fix-modules.js b/scripts/fix-modules.js
index <HASH>..<HASH> 100644
--- a/scripts/fix-modules.js
+++ b/scripts/fix-modules.js
@@ -42,15 +42,15 @@ fix("./node_modules/solidity-docgen/dist/gather/solidity/compile.js", [
);
function copyDir(src, dest) {
- fs.mkdirSync(dest);
- for (const file of f... | Cosmetic (replace tabs with spaces). | bancorprotocol_contracts | train | js |
53ce103c0890e51ff84b7542230ceab1b28ad9be | diff --git a/lib/MwbExporter/Formatter/Doctrine2/Annotation/Model/Column.php b/lib/MwbExporter/Formatter/Doctrine2/Annotation/Model/Column.php
index <HASH>..<HASH> 100644
--- a/lib/MwbExporter/Formatter/Doctrine2/Annotation/Model/Column.php
+++ b/lib/MwbExporter/Formatter/Doctrine2/Annotation/Model/Column.php
@@ -96,7 ... | fixed bug in annotation formatter missing semicolon in setters | mysql-workbench-schema-exporter_doctrine2-exporter | train | php |
d7c60ddda9c8c97e0d6d360853f88246f58f2982 | diff --git a/bokeh/models/tests/test_annotations.py b/bokeh/models/tests/test_annotations.py
index <HASH>..<HASH> 100644
--- a/bokeh/models/tests/test_annotations.py
+++ b/bokeh/models/tests/test_annotations.py
@@ -55,15 +55,6 @@ def check_line(annotation):
assert annotation.line_cap == LineCap.butt
assert an... | Add shade bound tests to unittests | bokeh_bokeh | train | py |
8f330cf4e13df2719c7ac1d737700d06fff803ee | diff --git a/examples/basic.php b/examples/basic.php
index <HASH>..<HASH> 100644
--- a/examples/basic.php
+++ b/examples/basic.php
@@ -3,7 +3,9 @@
require __DIR__ . '/../vendor/autoload.php';
Amp\Loop::run(static function () {
- $client = new Amp\Redis\Redis(new Amp\Redis\RemoteExecutor('tcp://localhost:6379'));... | Fix client instantiation with Config object (#<I>) | amphp_redis | train | php |
9d0364e109b908f0ba5e7746a3413f0b95454b3c | diff --git a/phypno/widgets/utils.py b/phypno/widgets/utils.py
index <HASH>..<HASH> 100644
--- a/phypno/widgets/utils.py
+++ b/phypno/widgets/utils.py
@@ -237,8 +237,14 @@ def keep_recent_recordings(new_recording=None):
history = [history]
if new_recording is not None:
+ if new_recording in histo... | additional log info when changing history of recent recordings | wonambi-python_wonambi | train | py |
76cf78ebd0899059ccc49b1e60c89add31b2f41f | diff --git a/tensorboard/plugins/core/core_plugin.py b/tensorboard/plugins/core/core_plugin.py
index <HASH>..<HASH> 100644
--- a/tensorboard/plugins/core/core_plugin.py
+++ b/tensorboard/plugins/core/core_plugin.py
@@ -54,10 +54,12 @@ class CorePlugin(base_plugin.TBPlugin):
def get_plugin_apps(self):
apps = {... | Don't log some noisy <I> errors (#<I>) | tensorflow_tensorboard | train | py |
c38d6e8c582495af5b5cba29388f2b4077ed72b9 | diff --git a/lib/thinking_sphinx/guard/file.rb b/lib/thinking_sphinx/guard/file.rb
index <HASH>..<HASH> 100644
--- a/lib/thinking_sphinx/guard/file.rb
+++ b/lib/thinking_sphinx/guard/file.rb
@@ -21,6 +21,6 @@ class ThinkingSphinx::Guard::File
end
def unlock
- FileUtils.rm path
+ FileUtils.rm(path) if lock... | unlock file only if it's locked | pat_thinking-sphinx | train | rb |
e0de2e03860d659b80807a85a4a7d5422aabf5a8 | diff --git a/omnibus/config/projects/chef-fips.rb b/omnibus/config/projects/chef-fips.rb
index <HASH>..<HASH> 100644
--- a/omnibus/config/projects/chef-fips.rb
+++ b/omnibus/config/projects/chef-fips.rb
@@ -34,7 +34,9 @@ else
install_dir "#{default_root}/#{name}"
end
+# Try a newer bundler to improve build speed.... | Add rb-readline as a project dependency | chef_chef | train | rb |
bcd8192d563607879229f83a2451386a82e19de5 | diff --git a/fsm/snapshots.go b/fsm/snapshots.go
index <HASH>..<HASH> 100644
--- a/fsm/snapshots.go
+++ b/fsm/snapshots.go
@@ -18,9 +18,10 @@ import (
)
type FSMSnapshot struct {
- State *FSMSnapshotState
- Correlator *EventCorrelator
- Events []*FSMSnapshotEvent
+ State *FSMSnapshotState... | Add ContinuedExecutionRunID to FSMSnapshot | sclasen_swfsm | train | go |
eb8f02b6e06b8dab5817c2704602c1b9b905d7a5 | diff --git a/externs/html5.js b/externs/html5.js
index <HASH>..<HASH> 100644
--- a/externs/html5.js
+++ b/externs/html5.js
@@ -46,6 +46,11 @@ Window.prototype.JSON;
*/
function HTMLCanvasElement() {}
+/**
+ * @type {function(new:HTMLCanvasElement)}
+ */
+Window.prototype.HTMLCanvasElement;
+
/** @type {number} */... | Add HTMLCanvasElement to window.
Fixes issue <I>.
-------------
Created by MOE: <URL> | google_closure-compiler | train | js |
b24cc4b4e8e48238ed81f88495f7854607f65b0a | diff --git a/dev/com.ibm.ws.concurrent.persistent_fat_failover1serv/fat/src/com/ibm/ws/concurrent/persistent/fat/failover1serv/Failover1ServerCoordinatedPollingTest.java b/dev/com.ibm.ws.concurrent.persistent_fat_failover1serv/fat/src/com/ibm/ws/concurrent/persistent/fat/failover1serv/Failover1ServerCoordinatedPollingT... | Issue #<I> J2CA<I>E missed for Failover1ServerCoordinatedPollingTest | OpenLiberty_open-liberty | train | java |
f92e0d4da6980be31a8f251a777356752c12dbf1 | diff --git a/test/integration/library_init.integration.js b/test/integration/library_init.integration.js
index <HASH>..<HASH> 100644
--- a/test/integration/library_init.integration.js
+++ b/test/integration/library_init.integration.js
@@ -84,12 +84,13 @@ describe('library init', () => {
done();
});
- it('can run... | library init validates the version so make sure this is correctly formatted :-) | particle-iot_particle-cli | train | js |
225f56d5604874c2824fe589c34ba116ae46fbc2 | diff --git a/config/configure.rb b/config/configure.rb
index <HASH>..<HASH> 100644
--- a/config/configure.rb
+++ b/config/configure.rb
@@ -91,6 +91,11 @@ options summary:
You might still have to set libpath correctly
EOS
+unless $opts.check?([:lapack, :libpath, :download_lapack, :static_l... | Added a check that unsupported config flags lead to the configuration script to stop. | jblas-project_jblas | train | rb,rb |
a9c88eb082e325b45027d9a06649f7ec8aab31e9 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -3,7 +3,9 @@ module.exports = function (app, db) {
var middleware = function (req, res, next) {
if (opts.whitelist && opts.whitelist(req)) return next()
opts.lookup = Array.isArray(opts.lookup) ? opts.lookup... | Allow for optional handler for rate limiting
Instead of hardcoding a response, allow an application to define its own way of handling rate limits being hit. | ded_express-limiter | train | js |
ddf1935f306ec4804a7fe19943149194ac3f6814 | diff --git a/lib/blocklib.php b/lib/blocklib.php
index <HASH>..<HASH> 100644
--- a/lib/blocklib.php
+++ b/lib/blocklib.php
@@ -723,6 +723,8 @@ function blocks_get_pinned($page) {
foreach($blocks as $block) {
$block->pinned = true; // so we know we can't move it.
+ // make up an instanceid if we c... | For pinned blocks (that don't have a pageid), make one up on the fly (Fixes bug #<I>) | moodle_moodle | train | php |
69cadd9c533eb3e8e3e2b755ac642c45a990a496 | diff --git a/src/server/pps/cmds/cmds.go b/src/server/pps/cmds/cmds.go
index <HASH>..<HASH> 100644
--- a/src/server/pps/cmds/cmds.go
+++ b/src/server/pps/cmds/cmds.go
@@ -233,6 +233,8 @@ $ pachctl list-job -p foo bar/YYY
return writer.Flush()
}),
}
+ rawFlag(listDatum)
+
inspectDatum := &cobra.Command{
Us... | Enable raw flag for datum commands | pachyderm_pachyderm | train | go |
ebe3b34ae7935d95f6bdf2c39cf89a5d6fa34f60 | diff --git a/salt/states/boto_secgroup.py b/salt/states/boto_secgroup.py
index <HASH>..<HASH> 100644
--- a/salt/states/boto_secgroup.py
+++ b/salt/states/boto_secgroup.py
@@ -126,6 +126,8 @@ def present(
vpc_name
The name of the VPC wherein to create the security group, if any. Exclusive with vpc_id.
+ ... | Add versionadded directive for vpc_name arg in boto_secgroup.present
Fixes #<I> | saltstack_salt | train | py |
20c2f4c2c3bd1a6d29fc4af179ee5e2ac1fe5a8f | diff --git a/lib/converter.js b/lib/converter.js
index <HASH>..<HASH> 100644
--- a/lib/converter.js
+++ b/lib/converter.js
@@ -30,6 +30,7 @@ var default_options = {
orientation: imgr.CENTRE
, image_magick: false
, optimisation: noOptimisation
+ , gm_quality: 100
};
/**
@@ -191,6 +192,8 @@ Converter.prot... | Control what quality is sent to graphicsmagick | sydneystockholm_imgr | train | js |
2e10368ab1784c9de90ba73c978e41dad253c43e | diff --git a/lib/simpletestcoveragelib.php b/lib/simpletestcoveragelib.php
index <HASH>..<HASH> 100644
--- a/lib/simpletestcoveragelib.php
+++ b/lib/simpletestcoveragelib.php
@@ -442,7 +442,7 @@ class moodle_coverage_reporter extends HtmlCoverageReporter {
$table->data = array(
... | MDL-<I> code coverage - fix error when reporting number of lines in summary 2nd try :-( | moodle_moodle | train | php |
db98521add37cd165aac22de4f2c04fe50a6bbd3 | diff --git a/salt/netapi/rest_cherrypy/app.py b/salt/netapi/rest_cherrypy/app.py
index <HASH>..<HASH> 100644
--- a/salt/netapi/rest_cherrypy/app.py
+++ b/salt/netapi/rest_cherrypy/app.py
@@ -7,7 +7,7 @@ A REST API for Salt
.. py:currentmodule:: salt.netapi.rest_cherrypy.app
-:depends: - CherryPy Python module
+:... | adding the salt-api binary to the list of dependency requirements | saltstack_salt | train | py |
03e30597283ee94e445f9b01abff76ea895b072d | diff --git a/lib/gcli/ui/command_output_view.js b/lib/gcli/ui/command_output_view.js
index <HASH>..<HASH> 100644
--- a/lib/gcli/ui/command_output_view.js
+++ b/lib/gcli/ui/command_output_view.js
@@ -187,13 +187,19 @@ CommandOutputView.prototype.onChange = function(ev) {
dom.clearElement(this.elems.output);
var ... | Bug <I> (jumpscratch): Node doesn't know about HTMLElement
so we check properties if it's not there | joewalker_gcli | train | js |
16b3184a5ba24a12394a752133dcb64821d46f72 | diff --git a/lib/pushbullet/channel.rb b/lib/pushbullet/channel.rb
index <HASH>..<HASH> 100644
--- a/lib/pushbullet/channel.rb
+++ b/lib/pushbullet/channel.rb
@@ -1,5 +1,23 @@
module Pushbullet
class Channel < Resource
include Pushable
+
+ def self.subscribe(name)
+ create(channel_tag: name)
+ end
+... | Add channel missing methods
subscribe, unsubscribe and get-info | letz_ruby-pushbullet | train | rb |
ef561dde158103bb368dbb79b8d4ae0edfb6a51b | diff --git a/database/protocol.js b/database/protocol.js
index <HASH>..<HASH> 100644
--- a/database/protocol.js
+++ b/database/protocol.js
@@ -16,7 +16,7 @@ protocol.prototype.createDataSet = function (datasetname, data) {
operation: 'create',
dataset: datasetname,
content: {
- own... | fix owner_key on new database (is was empty) - if empty - set writer key as owner key. | gettocat_orwelldb | train | js |
864d2f31b0d30a25d5986cb8682c5500454da6c8 | diff --git a/lookup.py b/lookup.py
index <HASH>..<HASH> 100644
--- a/lookup.py
+++ b/lookup.py
@@ -154,6 +154,7 @@ def _filter_stmts(self, stmts, frame, offset):
break
if isinstance(node, nodes.Class) and self in node.bases:
break
+ assert hasattr(node, 'ass_type'), (node, node... | add some assertion, to remove later
--HG--
branch : _ast_compat | PyCQA_astroid | train | py,py |
c4404ae4767fab7adfa38b22679d8efa3f8073e7 | diff --git a/src/neuron/lang/enhance.js b/src/neuron/lang/enhance.js
index <HASH>..<HASH> 100755
--- a/src/neuron/lang/enhance.js
+++ b/src/neuron/lang/enhance.js
@@ -460,18 +460,17 @@ K._onceBefore = function(real_method_name, init_method_name, belong){
real = belong[real_method_name];
belong[real_method_name... | lang/enhance: KM._onceBefore will not affect prototype chain but instance only | kaelzhang_neuron.js | train | js |
af8607caada0fe35bccabd6f0c84aeec9d6b25a5 | diff --git a/test/core_tests.py b/test/core_tests.py
index <HASH>..<HASH> 100644
--- a/test/core_tests.py
+++ b/test/core_tests.py
@@ -125,20 +125,6 @@ class WhenRunningASpec(object):
def it_should_not_make_any_more_calls(self):
self.result.calls.should.have.length_of(10)
-class WhenASpecPasses(object):... | This test is not adding value any more | benjamin-hodgson_Contexts | train | py |
06ee315de11ad57803b45286ff545eaec09dd76f | diff --git a/src/main/java/io/muserver/Http2Connection.java b/src/main/java/io/muserver/Http2Connection.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/muserver/Http2Connection.java
+++ b/src/main/java/io/muserver/Http2Connection.java
@@ -181,7 +181,6 @@ final class Http2Connection extends Http2ConnectionHandle... | Removed the extra ping-acks on HTTP2 | 3redronin_mu-server | train | java |
60b354b71f48831f0a21f1e74bdd3f1c997ac802 | diff --git a/src/jquery.lazyloadxt.picture.js b/src/jquery.lazyloadxt.picture.js
index <HASH>..<HASH> 100644
--- a/src/jquery.lazyloadxt.picture.js
+++ b/src/jquery.lazyloadxt.picture.js
@@ -50,9 +50,8 @@
$img = $('<img>').appendTo($el);
}
- $img
- .attr('width'... | fix error in the case of undefined width attribute | ressio_lazy-load-xt | train | js |
cffb4edc422db3e16eaec0b6fda4bf074b0297ad | diff --git a/src/OpenAccess_EPUB/main.py b/src/OpenAccess_EPUB/main.py
index <HASH>..<HASH> 100755
--- a/src/OpenAccess_EPUB/main.py
+++ b/src/OpenAccess_EPUB/main.py
@@ -177,16 +177,23 @@ def batch_input(args):
#if args.no_epubcheck:
#epubcheck('{0}.epub'.format(output_name))
+
def collection_... | Added a bit of docstring to additional input methods | SavinaRoja_OpenAccess_EPUB | train | py |
a265e098b80d03bee30b3c52db0df2e09264e5e9 | diff --git a/Kwf/Assets/Filter/Css/UniquePrefix.php b/Kwf/Assets/Filter/Css/UniquePrefix.php
index <HASH>..<HASH> 100644
--- a/Kwf/Assets/Filter/Css/UniquePrefix.php
+++ b/Kwf/Assets/Filter/Css/UniquePrefix.php
@@ -3,7 +3,10 @@ class Kwf_Assets_Filter_Css_UniquePrefix extends Kwf_Assets_Filter_Css_SelectorR
{
pub... | fix uniquePrefix, - has to be added | koala-framework_koala-framework | train | php |
ce3ca2ef287d965a1e11b0255ae6f71f1fb34cc4 | diff --git a/classes/apollo-mutation.js b/classes/apollo-mutation.js
index <HASH>..<HASH> 100644
--- a/classes/apollo-mutation.js
+++ b/classes/apollo-mutation.js
@@ -1,5 +1,4 @@
-import { LitElement } from '@polymer/lit-element';
-
+import { ApolloElement } from './apollo-element';
import { ApolloMutationMixin } from... | Fixes a small bug in ApolloMutation | apollo-elements_apollo-elements | train | js |
042fb6c8cd22ad97487dcfba65f5a6adab070573 | diff --git a/lib/percy.rb b/lib/percy.rb
index <HASH>..<HASH> 100644
--- a/lib/percy.rb
+++ b/lib/percy.rb
@@ -406,7 +406,7 @@ class Percy
when /^:(\S+)!(\S+)@(\S+) PRIVMSG (\S+) :/
parse(:query, :nick => $1, :user => $2, :host => $3, :message => $')
- when /^:(\S+)!(\S+)@(\... | fixed JOIN regexp for some servers | tbuehlmann_percy | train | rb |
0ace0ea52ca552aa90a181baa3bc2cde67ccaca5 | diff --git a/pub/js/recently_viewed_products.js b/pub/js/recently_viewed_products.js
index <HASH>..<HASH> 100644
--- a/pub/js/recently_viewed_products.js
+++ b/pub/js/recently_viewed_products.js
@@ -43,7 +43,10 @@ define(['lib/local_storage'], function(storage) {
// TODO: Add "last" class to last element... | Issue #<I>: Fix recently viewed products outer HTML | lizards-and-pumpkins_catalog | train | js |
d693ca0b568ef11fcc1dc199cff5be9613cdce1c | diff --git a/aioimaplib/aioimaplib.py b/aioimaplib/aioimaplib.py
index <HASH>..<HASH> 100644
--- a/aioimaplib/aioimaplib.py
+++ b/aioimaplib/aioimaplib.py
@@ -628,6 +628,9 @@ class IMAP4(object):
self.protocol = IMAP4ClientProtocol(loop)
loop.create_task(loop.create_connection(lambda: self.protocol, h... | [aiolib] method to get protocol state | bamthomas_aioimaplib | train | py |
864f6643432819afd7d0e37c2388238263a27197 | diff --git a/mtools/test/test_util_logfile.py b/mtools/test/test_util_logfile.py
index <HASH>..<HASH> 100644
--- a/mtools/test/test_util_logfile.py
+++ b/mtools/test/test_util_logfile.py
@@ -5,7 +5,7 @@ from nose.tools import *
from datetime import datetime
from mtools.util.logfile import LogFile
from mtools.util.lo... | added test for logfile.timezone property. | rueckstiess_mtools | train | py |
597a9fac6a2d24756770b7f01e87a0a5311e3d06 | diff --git a/ayrton/utils.py b/ayrton/utils.py
index <HASH>..<HASH> 100644
--- a/ayrton/utils.py
+++ b/ayrton/utils.py
@@ -153,7 +153,7 @@ def copy_loop (copy_to, finished=None, buf_len=10240):
if finished is not None and i==finished[0]:
del copy_to[i]
- os.close (finished... | [*] use generic close() to close the finish object. | StyXman_ayrton | train | py |
d0ad81fa955f82cfe0b8a213f3e9c7a7d91c6239 | diff --git a/pygubu/uidesigner/previewer.py b/pygubu/uidesigner/previewer.py
index <HASH>..<HASH> 100644
--- a/pygubu/uidesigner/previewer.py
+++ b/pygubu/uidesigner/previewer.py
@@ -158,10 +158,11 @@ class PreviewHelper:
def delete(self, identifier):
- preview = self.tabs[identifier]
- preview.c... | Check that preview was created before delete. | alejandroautalan_pygubu | train | py |
8b602ba836952ccf77eaa8eb576e60da70c17870 | diff --git a/src/shapes/rectangle.js b/src/shapes/rectangle.js
index <HASH>..<HASH> 100644
--- a/src/shapes/rectangle.js
+++ b/src/shapes/rectangle.js
@@ -279,7 +279,7 @@ var Rect = Polygon.extend({
_x1 = _x2 = arg0;
_y1 = _y2 = arguments[1];
} else {
- if (arg0 instanc... | fix reference to the "me" global namespace
should not (and cannot) be used/referenced through "me" within the class itself, or any other class for the matter ! | melonjs_melonJS | train | js |
37fc30b4fc3627f93c5b56b97ed13544dde35cd9 | diff --git a/teknek-web/src/main/java/io/teknek/sol/Sol.java b/teknek-web/src/main/java/io/teknek/sol/Sol.java
index <HASH>..<HASH> 100644
--- a/teknek-web/src/main/java/io/teknek/sol/Sol.java
+++ b/teknek-web/src/main/java/io/teknek/sol/Sol.java
@@ -246,11 +246,13 @@ public class Sol {
if (parts.length == 3 && "C... | Rentering configure feed was erasing settings | edwardcapriolo_teknek-kafka | train | java |
8d3bff6800887f5051e81e3b36253604b3bca1cb | diff --git a/spyder/plugins/maininterpreter/tests/test_confpage.py b/spyder/plugins/maininterpreter/tests/test_confpage.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/maininterpreter/tests/test_confpage.py
+++ b/spyder/plugins/maininterpreter/tests/test_confpage.py
@@ -9,6 +9,9 @@
# Standard library imports
impo... | Testing: Skip main interpreter conf page test if conda and pyenv are not installed | spyder-ide_spyder | train | py |
f5d538da25507c23c6864e8644496f543f3cb897 | diff --git a/thali/install/install.js b/thali/install/install.js
index <HASH>..<HASH> 100644
--- a/thali/install/install.js
+++ b/thali/install/install.js
@@ -170,8 +170,15 @@ function uninstallPluginsIfNecessary(weAddedPluginsFile, appRootDirectory) {
if (!doWeNeedToUninstall) {
return;
}
- console... | Fail gracefully if plugin missing. | thaliproject_Thali_CordovaPlugin | train | js |
57e86005c0139ed4ab20c91ada48fd5d9da2d22a | diff --git a/lib/geocoder/lookups/maxmind.rb b/lib/geocoder/lookups/maxmind.rb
index <HASH>..<HASH> 100644
--- a/lib/geocoder/lookups/maxmind.rb
+++ b/lib/geocoder/lookups/maxmind.rb
@@ -18,9 +18,6 @@ module Geocoder::Lookup
warn "Maxmind error : #{doc[10]}" if doc
return []
end
- re... | Don't rescue from StandardError.
This code appears to be copied from the Freegeoip lookup, where it is
undesirable to begin with. | alexreisner_geocoder | train | rb |
f14c88de78bf9f2bbe91dd661004ab772ccf179e | diff --git a/lxd/instance/drivers/driver_qemu.go b/lxd/instance/drivers/driver_qemu.go
index <HASH>..<HASH> 100644
--- a/lxd/instance/drivers/driver_qemu.go
+++ b/lxd/instance/drivers/driver_qemu.go
@@ -1246,17 +1246,25 @@ func (d *qemu) Start(stateful bool) error {
return err
}
- // Enable extended topology inf... | lxd/instance/qemu: Enable HyperV flags on x<I>_<I>
This enables the Windows paravirtualization extensions in QEMU which
makes Windows think it's running on HyperV and therefore provides a good
performance improvement on Windows guests.
For Linux guests, all the VirtIO bits remain active and I've confirmed
that system... | lxc_lxd | train | go |
1dce43980242d63ee792d9248fc33f61cf1e5e24 | diff --git a/openpnm/models/physics/multiphase.py b/openpnm/models/physics/multiphase.py
index <HASH>..<HASH> 100644
--- a/openpnm/models/physics/multiphase.py
+++ b/openpnm/models/physics/multiphase.py
@@ -104,6 +104,7 @@ def late_filling(target, pressure='pore.pressure',
"""
element = pressure.split('.')[... | Fix bug in LPF model when physics doesn't span network | PMEAL_OpenPNM | train | py |
648526d8f07af9e5b0e94e08776111a8ac201c26 | diff --git a/core/commands/bitswap.go b/core/commands/bitswap.go
index <HASH>..<HASH> 100644
--- a/core/commands/bitswap.go
+++ b/core/commands/bitswap.go
@@ -38,6 +38,12 @@ Print out all blocks currently on the bitswap wantlist for the local peer`,
res.SetError(err, cmds.ErrNormal)
return
}
+
+ if !nd.Onli... | make bitswap commands error out properly offline | ipfs_go-ipfs | train | go |
ca18fd466794d00281e296c9de158ea369aef22d | diff --git a/tests/Kint_ObjectTest.php b/tests/Kint_ObjectTest.php
index <HASH>..<HASH> 100644
--- a/tests/Kint_ObjectTest.php
+++ b/tests/Kint_ObjectTest.php
@@ -393,8 +393,6 @@ class Kint_ObjectTest extends PHPUnit_Framework_TestCase
{
$o = new Kint_Object();
- $o->name = 'Name';
-
$o-... | Kint_ObjectTest: Remove a dead line | kint-php_kint | train | php |
81b3ec96783410e4369716449f08eb041b42efde | diff --git a/helios-services/src/main/java/com/spotify/helios/master/reaper/OldJobReaper.java b/helios-services/src/main/java/com/spotify/helios/master/reaper/OldJobReaper.java
index <HASH>..<HASH> 100644
--- a/helios-services/src/main/java/com/spotify/helios/master/reaper/OldJobReaper.java
+++ b/helios-services/src/ma... | don't log every time OldJobReaper runs
rather than logging a message about what it is examining, just log if a
job is being reaped. This aims to reduce noise in the logs. | spotify_helios | train | java |
efd96f03d51c1fce3ef370cae88928e16f0b9f17 | diff --git a/buffer/api.py b/buffer/api.py
index <HASH>..<HASH> 100644
--- a/buffer/api.py
+++ b/buffer/api.py
@@ -1,3 +1,5 @@
+import json
+
from rauth import OAuth2Session
BASE_URL = 'https://api.bufferapp.com/1/%s'
@@ -12,4 +14,6 @@ class API(OAuth2Session):
if not self.access_token:
raise ValueError... | Parse the response with json | vtemian_buffpy | train | py |
459d0dfb7bdfb3889b129d5cb89ca3429b941cef | diff --git a/openquake/calculators/views.py b/openquake/calculators/views.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/views.py
+++ b/openquake/calculators/views.py
@@ -1328,3 +1328,19 @@ def view_collapsible(token, dstore):
n, u = len(df), len(df.mdvbin.unique())
out.append((sid, u, n, ... | Added view_event_based_mfd [ci skip] | gem_oq-engine | train | py |
2d19dd99aa534d41a60667a14f9d8db10e6cb083 | diff --git a/pipe.go b/pipe.go
index <HASH>..<HASH> 100644
--- a/pipe.go
+++ b/pipe.go
@@ -28,13 +28,18 @@ func (p *PipeReader) Close() error {
// NewPipeReader creates a new in-memory reader that reads from all loggers
// The caller must call Close on the returned reader when done.
+//
+// By default, it:
+//
+// ... | fix: log with the JSON format by default and avoid taking a lock.
This seems like the most reasonable default. We no longer need to take a lock to
read the global log level, so we might as well drop the lock entirely. | ipfs_go-log | train | go |
18ebacd614063048307ee8ed9c9f182adae5429a | diff --git a/public/assets/libs/indexedDB.js b/public/assets/libs/indexedDB.js
index <HASH>..<HASH> 100644
--- a/public/assets/libs/indexedDB.js
+++ b/public/assets/libs/indexedDB.js
@@ -647,8 +647,7 @@ class Read {
* Primeiro, baixa os dados da entidade, caso não tenha feito isso ainda,
* atualizan... | await for syncDownload, because else the content not update | edineibauer_uebConfig | train | js |
06e38968a1fbb0e12ae931a394d943dc48ce638a | diff --git a/tests/IDS/MonitorTest.php b/tests/IDS/MonitorTest.php
index <HASH>..<HASH> 100644
--- a/tests/IDS/MonitorTest.php
+++ b/tests/IDS/MonitorTest.php
@@ -200,7 +200,7 @@ class IDS_MonitorTest extends PHPUnit_Framework_TestCase {
$exploits = array();
$exploits[] = '<![test';
$exploi... | fixed the CI (forgot to commit the monitor test) | PHPIDS_PHPIDS | train | php |
1dbba68858d04ea579e9538143d4ac6ef48f8162 | diff --git a/lib/puppet/pops/merge_strategy.rb b/lib/puppet/pops/merge_strategy.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/pops/merge_strategy.rb
+++ b/lib/puppet/pops/merge_strategy.rb
@@ -123,7 +123,7 @@ module Puppet::Pops
result
end
- # Converts a single value to the type expeced when peformin... | (maint) Spell-check merge_strategy.rb. | puppetlabs_puppet | train | rb |
008231c2fd25b659b06ddb4af5161acb486037a3 | diff --git a/quantecon/mc_tools.py b/quantecon/mc_tools.py
index <HASH>..<HASH> 100644
--- a/quantecon/mc_tools.py
+++ b/quantecon/mc_tools.py
@@ -343,10 +343,6 @@ mc_sample_path.__doc__ = _sample_path_docstr.format(p_arg="""
P : array_like(float, ndim=2)
A Markov transition matrix.
""")
-mc_sample_path_numpy.__... | `mc_sample_path_numpy.__doc__` deleted | QuantEcon_QuantEcon.py | train | py |
5c2e822653c553563f0f7637b9517b53b1bab8c3 | diff --git a/lib/carrierwave/mongoid/version.rb b/lib/carrierwave/mongoid/version.rb
index <HASH>..<HASH> 100644
--- a/lib/carrierwave/mongoid/version.rb
+++ b/lib/carrierwave/mongoid/version.rb
@@ -1,5 +1,5 @@
module Carrierwave
module Mongoid
- VERSION = "0.7.1"
+ VERSION = "0.8.0"
end
end | Bumped version to <I> | carrierwaveuploader_carrierwave-mongoid | train | rb |
e22e1c194234dc77917df3f3452900024511dc53 | diff --git a/router/router_drain_test.go b/router/router_drain_test.go
index <HASH>..<HASH> 100644
--- a/router/router_drain_test.go
+++ b/router/router_drain_test.go
@@ -108,12 +108,16 @@ var _ = Describe("Router", func() {
signals := make(chan os.Signal, 1)
readyChan := make(chan struct{}, 1)
closeChannel :=... | Propagate error from goroutine
- If an error happened in the goroutine, Ginkgo would swallow it. We
tried adding `defer GinkgoRecover()` to the function but it would
continue the execution of the test till its end before reporting the
error. This way, the test fails as soon as the error is reported. | cloudfoundry_gorouter | train | go |
84a1bea9723e213be12a410eceec4c977dc9947a | diff --git a/lib/blocklib.php b/lib/blocklib.php
index <HASH>..<HASH> 100644
--- a/lib/blocklib.php
+++ b/lib/blocklib.php
@@ -1655,6 +1655,18 @@ function plugin_pagetypelist($pagetype, $parentcontext = null, $currentcontext =
}
/**
+ * Generates the page type list for the my moodle page
+ *
+ * @param string $page... | MDL-<I> blocks: readded the my moodle page's page type list generator function | moodle_moodle | train | php |
457db2eb25be019a7991d69480396cac111832aa | diff --git a/test/rename.spec.js b/test/rename.spec.js
index <HASH>..<HASH> 100644
--- a/test/rename.spec.js
+++ b/test/rename.spec.js
@@ -186,6 +186,13 @@ describe('gulp-rename', function () {
var file1;
var file2;
+ function check() {
+ file1.path.should.equal(Path.resolve('test/fixtures/h... | Fix code style error
'check' was used before it was defined. | hparra_gulp-rename | train | js |
182104add0ec59a51d4ce38af44df1757818b082 | diff --git a/livvkit/util/functions.py b/livvkit/util/functions.py
index <HASH>..<HASH> 100644
--- a/livvkit/util/functions.py
+++ b/livvkit/util/functions.py
@@ -37,6 +37,8 @@ import shutil
import fnmatch
from datetime import datetime
+import json_tricks
+
import livvkit
@@ -155,7 +157,7 @@ def write_json(dat... | Use the json_tricks package to handle serialize numpy data
Numpy arrays cannot normally be serialized using the stdlib json
pacakge, but the json_tricks package allows numpy arrays to be
serialized as standard python lists. | LIVVkit_LIVVkit | train | py |
6cee04fbdaec5a57918f87680bc267f0c5fd71ab | diff --git a/src/FarhanWazir/GoogleMaps/GMaps.php b/src/FarhanWazir/GoogleMaps/GMaps.php
index <HASH>..<HASH> 100644
--- a/src/FarhanWazir/GoogleMaps/GMaps.php
+++ b/src/FarhanWazir/GoogleMaps/GMaps.php
@@ -1138,7 +1138,7 @@ class GMaps
if ($this->cluster) {
$this->output_js .= '
- <sc... | Fixed MarkerCluster not defined
Fixed by change url from
<URL> | farhanwazir_laravelgooglemaps | train | php |
66c344de38facc16be553e48ff65d93a904c0e12 | diff --git a/Tone/signal/Multiply.js b/Tone/signal/Multiply.js
index <HASH>..<HASH> 100644
--- a/Tone/signal/Multiply.js
+++ b/Tone/signal/Multiply.js
@@ -1,4 +1,4 @@
-define(["Tone/core/Tone", "Tone/signal/Signal"], function(Tone){
+define(["Tone/core/Tone", "Tone/signal/Signal", "Tone/core/Gain"], function(Tone){
... | using Tone.Gain for Multiply | Tonejs_Tone.js | train | js |
3ff3417a72e310fd18dfce2bbf420d127618daa0 | diff --git a/gulptasks/gulpfile.js b/gulptasks/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulptasks/gulpfile.js
+++ b/gulptasks/gulpfile.js
@@ -131,7 +131,15 @@ gulp.task("jison", () => {
const dest = "build/dist/lib/salve/datatypes";
return gulp.src("lib/salve/datatypes/regexp.jison")
.pipe(newer(`${dest... | Override the main module for regex.js.
This is useful because if the module is then built with browserify or webpack,
the call to `require("fs")` that is in the default code may cause problems. We
override with something that throws immediately if the module is used at all. | mangalam-research_salve | train | js |
05cad1f8d141b27cd67f2cb22e2ec573da0cda3b | diff --git a/lib/websocket_rails/dispatcher.rb b/lib/websocket_rails/dispatcher.rb
index <HASH>..<HASH> 100644
--- a/lib/websocket_rails/dispatcher.rb
+++ b/lib/websocket_rails/dispatcher.rb
@@ -74,7 +74,7 @@ module WebsocketRails
:full_messages => ex.record.errors.full_messages
}
else
- ... | Don't convert exception data to json before triggering event.
The Dispatcher#extract_exception_data method was performing the
JSON conversion prematurely. It only needs to test that the
exception can be converted to JSON, not actually perform the
encoding. | websocket-rails_websocket-rails | train | rb |
1a679746a3f3f6ed74b192f1422bf5433c880b50 | diff --git a/tests/Essence/EssenceTest.php b/tests/Essence/EssenceTest.php
index <HASH>..<HASH> 100644
--- a/tests/Essence/EssenceTest.php
+++ b/tests/Essence/EssenceTest.php
@@ -70,7 +70,7 @@ class EssenceTest extends \TestCase
*/
public function it_validates_the_assertion()
{
- $builder = \Mock... | Refactor in mockAssertionBuilder | bound1ess_essence | train | php |
4a5f72e0895790966739ef020ba0e647dec97dad | diff --git a/src/ufoLib2/objects/misc.py b/src/ufoLib2/objects/misc.py
index <HASH>..<HASH> 100644
--- a/src/ufoLib2/objects/misc.py
+++ b/src/ufoLib2/objects/misc.py
@@ -60,6 +60,15 @@ class DataStore(MutableMapping):
del self._data[fileName]
self._scheduledForDeletion.add(fileName)
+ def __repr... | DataStore: added custom __repr__ for DataSet and ImageSet | fonttools_ufoLib2 | train | py |
d14b7ed964486ca1b2440eaf9f7bd130fa40c26d | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ setup(
packages=find_packages(exclude=['test*']),
include_package_data=True,
license=behave_django.__license__,
- description=behave_django.__doc__,
+ description=behave_django.__doc__.strip... | Avoid packaging issue (potential LF in description) | behave_behave-django | train | py |
058a766417fcbc1e7ac3bcf16bdd420cad51c53a | diff --git a/registration/forms.py b/registration/forms.py
index <HASH>..<HASH> 100644
--- a/registration/forms.py
+++ b/registration/forms.py
@@ -29,7 +29,7 @@ class RegistrationForm(forms.Form):
registration backend.
"""
- username = forms.RegexField(regex=r'^\w+$',
+ username = forms.RegexField... | Fix #<I>: Use the same username regex as django.contrib.auth. | ubernostrum_django-registration | train | py |
06d9c12c169b09ce473630f1205004231a423071 | diff --git a/packages/react/src/components/DataTable/TableToolbarSearch.js b/packages/react/src/components/DataTable/TableToolbarSearch.js
index <HASH>..<HASH> 100644
--- a/packages/react/src/components/DataTable/TableToolbarSearch.js
+++ b/packages/react/src/components/DataTable/TableToolbarSearch.js
@@ -80,7 +80,7 @@... | fix(TableToolbarSearch): fix focus management (#<I>)
This change checks if there was actual change in the expanded state of
`<TableToolbarSearch>`, to set the focus upon expanding.
Fixes #<I>. | carbon-design-system_carbon-components | train | js |
dc66cc3268f9773d079a395242f6509a8ab3bc6c | diff --git a/tests/settings.py b/tests/settings.py
index <HASH>..<HASH> 100644
--- a/tests/settings.py
+++ b/tests/settings.py
@@ -15,6 +15,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'sundial',
'tests.test_fields',
+ 'tests.test_forms',
]
SILENCED_SYSTEM_CHECKS = ['1_7.W001'] | Fixed a deprecation warning by making sure a test app is installed. | charettes_django-sundial | train | py |
3f2aa9a059878ae95f0a01971fbb515c3a1afc5e | diff --git a/xmlimplsrc/org/mozilla/javascript/xmlimpl/XmlNode.java b/xmlimplsrc/org/mozilla/javascript/xmlimpl/XmlNode.java
index <HASH>..<HASH> 100644
--- a/xmlimplsrc/org/mozilla/javascript/xmlimpl/XmlNode.java
+++ b/xmlimplsrc/org/mozilla/javascript/xmlimpl/XmlNode.java
@@ -539,10 +539,7 @@ class XmlNode implements... | Implement change from gh-<I> to fix XMLList assignment | mozilla_rhino | train | java |
d6ce6f31e8993475322ab8aef2b26471e53e6332 | diff --git a/test/test-openssh.js b/test/test-openssh.js
index <HASH>..<HASH> 100644
--- a/test/test-openssh.js
+++ b/test/test-openssh.js
@@ -178,9 +178,11 @@ const serverCfg = { hostKeys: [ fixture('ssh_host_rsa_key') ] };
`Wrong info: ${inspect(info)}`
);
- accept().on('close', mustCall(... | test: fix OpenSSH test timing out | mscdex_ssh2 | train | js |
da4a5654763165c7b7a83c97f4ca3f7564094eb1 | diff --git a/src/main/java/com/hp/autonomy/hod/client/api/authentication/ApiKey.java b/src/main/java/com/hp/autonomy/hod/client/api/authentication/ApiKey.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/hp/autonomy/hod/client/api/authentication/ApiKey.java
+++ b/src/main/java/com/hp/autonomy/hod/client/api/auth... | Add explicit @JsonCreator to ApiKey constructor since the latest version of jackson has a bug (not seen it reported yet) which causes it not to find the constructor without the explicit declaration [rev. matthew.gordon] | microfocus-idol_java-hod-client | train | java |
76d9b43c3e16e825ca7d23337ff16edf0b2468ed | diff --git a/presto-main/src/main/java/com/facebook/presto/execution/SqlTaskExecution.java b/presto-main/src/main/java/com/facebook/presto/execution/SqlTaskExecution.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/execution/SqlTaskExecution.java
+++ b/presto-main/src/main/java/com/f... | If Driver creation fails, fail the query | prestodb_presto | train | java |
f91e0181662e741b9adf1676bde3c316ea404109 | diff --git a/artist/multi_plot.py b/artist/multi_plot.py
index <HASH>..<HASH> 100644
--- a/artist/multi_plot.py
+++ b/artist/multi_plot.py
@@ -239,7 +239,8 @@ class MultiPlot:
return pdf_path
def _crop_document(self, path):
- output_path = 'crop-output.pdf'
+ dirname = os.path.dirname(path... | Fix: keep cropped output in builddir | davidfokkema_artist | train | py,py |
a3b04909ace912794e82ed91756db83a97514749 | diff --git a/test/integration/wdio.sauce-conf.js b/test/integration/wdio.sauce-conf.js
index <HASH>..<HASH> 100644
--- a/test/integration/wdio.sauce-conf.js
+++ b/test/integration/wdio.sauce-conf.js
@@ -99,5 +99,11 @@ exports.config = {
sauceConnect: true,
sauceConnectOpts: {
tunnelIdentifier: process.env.TR... | make sauce connect more verbose (#<I>) | zinserjan_wdio-screenshot | train | js |
34eaad2e29c5c33eb33ab9230dc16cc96b3f44c6 | diff --git a/public/js/admin/content-manager2.js b/public/js/admin/content-manager2.js
index <HASH>..<HASH> 100644
--- a/public/js/admin/content-manager2.js
+++ b/public/js/admin/content-manager2.js
@@ -160,11 +160,13 @@ function RcmEdit(config) {
'name="saveData" value="" />').val(dataToSend);
... | More IE7 Fixes. Save now works in IE7 | reliv_Rcm | train | js |
696a08aed9139fad45341a3a2de69579fad0a853 | diff --git a/Solr.php b/Solr.php
index <HASH>..<HASH> 100644
--- a/Solr.php
+++ b/Solr.php
@@ -72,6 +72,9 @@ class Solr
return $this->entityMapper;
}
+ /**
+ * @param EntityMapper $mapper
+ */
public function setMapper($mapper)
{
$this->entityMapper = $mapper; | add missing doc-block for entitymapper-setter | floriansemm_SolrBundle | train | php |
31c58e88cbee2f651be1b5fa656736d57fef7b56 | diff --git a/main.js b/main.js
index <HASH>..<HASH> 100755
--- a/main.js
+++ b/main.js
@@ -9,9 +9,8 @@ var define = require('u-proto/define'),
target = Symbol(),
emitter = Symbol(),
current = Symbol(),
- deferrer = Yielded.deferrer,
- bag,call;
+ bag;
// Emitter
@@ -193,15 +192,10 @@ func... | 'deferrer' removed | manvalls_y-emitter | train | js |
8c0515337ff1a60a727ceb4e56da216d7c2d4917 | diff --git a/scripts/bundle.js b/scripts/bundle.js
index <HASH>..<HASH> 100755
--- a/scripts/bundle.js
+++ b/scripts/bundle.js
@@ -115,6 +115,19 @@ async function build(packagePath) {
await fs.remove(join(cwd, distDir));
// move bob/<project-name> to <project>/dist
await fs.move(bobProjectDir, join(cwd, distDi... | Copy README.md and LICENSE to dist (#<I>) | dotansimha_graphql-code-generator | train | js |
3f70cc77a773fc89239635dfd7756f28e664beb1 | diff --git a/test/test_supervisor.rb b/test/test_supervisor.rb
index <HASH>..<HASH> 100644
--- a/test/test_supervisor.rb
+++ b/test/test_supervisor.rb
@@ -522,6 +522,7 @@ class SupervisorTest < ::Test::Unit::TestCase
begin
ENV.delete('SERVERENGINE_SOCKETMANAGER_PATH')
server.before_run
+ sleep 0... | Fix testing disable_shared_socket on Windows
Should wait starting event thread before calling after_run. | fluent_fluentd | 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.