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 |
|---|---|---|---|---|---|
3eaa6578100ed9078ba9af49f44d032fddd7102f | diff --git a/network.js b/network.js
index <HASH>..<HASH> 100644
--- a/network.js
+++ b/network.js
@@ -2702,14 +2702,16 @@ function startAcceptingConnections(){
}
var bStatsCheckUnderWay = true;
db.query(
- "SELECT \n\
+ /* "SELECT \n\
SUM(CASE WHEN event='invalid' THEN 1 ELSE 0 END) AS count_invalid, ... | faster check of stats of incoming peer | byteball_ocore | train | js |
50ef67c1421f9cdb71eaed70a3649baecf70afb9 | diff --git a/c7n/mu.py b/c7n/mu.py
index <HASH>..<HASH> 100644
--- a/c7n/mu.py
+++ b/c7n/mu.py
@@ -1237,7 +1237,14 @@ class ConfigRule(object):
if isinstance(func, PolicyLambda):
manager = func.policy.get_resource_manager()
- config_type = manager.get_model().config_type
+ ... | mu - runtime validate aws config support for resource type before provisioning (#<I>) | cloud-custodian_cloud-custodian | train | py |
4d67e17ba8f3f6f88c65674ebe2e00bbde6a8ace | diff --git a/lib/hb-helpers.js b/lib/hb-helpers.js
index <HASH>..<HASH> 100644
--- a/lib/hb-helpers.js
+++ b/lib/hb-helpers.js
@@ -132,7 +132,9 @@ module.exports.registerHelpers = function registerHelpers() {
if (Array.isArray(run))
return run[0][whichView].images.waterfall;
else
- return ... | don't break if we don't have any runs | sitespeedio_sitespeed.io | train | js |
b210f25abe1e32e5358a9c59d98744affd0c86fe | diff --git a/org.jenetics/src/main/java/org/jenetics/internal/util/Args.java b/org.jenetics/src/main/java/org/jenetics/internal/util/Args.java
index <HASH>..<HASH> 100644
--- a/org.jenetics/src/main/java/org/jenetics/internal/util/Args.java
+++ b/org.jenetics/src/main/java/org/jenetics/internal/util/Args.java
@@ -86,7 ... | #<I>: Constructor 'Double(String)' has been deprecated in Java 9.
Using 'Double.valueOf' instead. | jenetics_jenetics | train | java |
f6a3109c9243da65735453acb3538895ba96198f | diff --git a/src/javascript/image/Image.js b/src/javascript/image/Image.js
index <HASH>..<HASH> 100644
--- a/src/javascript/image/Image.js
+++ b/src/javascript/image/Image.js
@@ -481,7 +481,7 @@ define("moxie/image/Image", [
}
if (Env.can('use_data_uri_of', dataUrl.length)) {
- el.innerHTML = '<img s... | Image: fulfill basic xhtml requirement for img tag | moxiecode_moxie | train | js |
098c1ee45939a322cad9301aab8da72c0f71a5f6 | diff --git a/js/bitstamp.js b/js/bitstamp.js
index <HASH>..<HASH> 100644
--- a/js/bitstamp.js
+++ b/js/bitstamp.js
@@ -840,14 +840,15 @@ module.exports = class bitstamp extends Exchange {
feeCurrency = market['quote'];
symbol = market['symbol'];
}
- let timestamp = this.safeStr... | btistamp parseTrade timestamp minor edits | ccxt_ccxt | train | js |
610cb1088fcb84ec88aa4b7b3d3422c8a17542fe | diff --git a/scripts/sass-render/index.js b/scripts/sass-render/index.js
index <HASH>..<HASH> 100644
--- a/scripts/sass-render/index.js
+++ b/scripts/sass-render/index.js
@@ -37,7 +37,13 @@ async function sassToCss(sassFile) {
},
outputStyle: 'compressed',
});
- return result.css.toString();
+
+ // S... | fix(select): Strip byte order mark in CSS compilation | material-components_material-components-web-components | train | js |
e1f9c1e1399b4277ce6526750b1dab48196d5641 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -126,7 +126,7 @@ build.sub_commands.insert(0, ('build_proto', None))
INSTALL_REQUIRES = [
'contextlib2>=0.5.1,<1.0',
- 'enum34>=1.1.2,<2.0',
+ 'enum34>=1.1.2,<2.0;python_version<"3.4"',
'future>=0.16.0',
... | install enum<I> for certain python version (#<I>) | google_openhtf | train | py |
580031bb64ca15c0c03ff9353de591b7571cd973 | diff --git a/lib/AssetGraph.js b/lib/AssetGraph.js
index <HASH>..<HASH> 100644
--- a/lib/AssetGraph.js
+++ b/lib/AssetGraph.js
@@ -406,10 +406,10 @@ AssetGraph.prototype = {
var nextTransform = transforms[nextStepNo],
startTime = new Date();
nextStepNo += 1;
- ... | AssetGraph.transform: Report and die if an error occurs during a transformation. | assetgraph_assetgraph | train | js |
59126753ed781c0db9bbf4d9a13d6a479bf46b29 | diff --git a/ovirtlago/virt.py b/ovirtlago/virt.py
index <HASH>..<HASH> 100644
--- a/ovirtlago/virt.py
+++ b/ovirtlago/virt.py
@@ -22,6 +22,7 @@ import warnings
import ovirtsdk.api
import lago
+import lago.config
import lago.vm
from ovirtsdk.infrastructure.errors import (RequestError, ConnectionError)
@@ -45,6 ... | ovirtlago: use the vm-provider if it's there
Change-Id: Ic<I>b<I>d<I>ab<I>f<I>fb<I>a<I>f<I>cd | lago-project_lago | train | py |
d55ede58d8d37d2b359554cff692f4a842e28f53 | diff --git a/src/js/utils.js b/src/js/utils.js
index <HASH>..<HASH> 100644
--- a/src/js/utils.js
+++ b/src/js/utils.js
@@ -79,8 +79,18 @@ fbUtils.attrString = function(attrs) {
*/
fbUtils.safeAttr = function(name, value) {
name = fbUtils.safeAttrName(name);
+ let valString;
- let valString = fbUtils.escapeAtt... | Hotfix: typeUserEvents, attribute array converted to comma separated list (#<I>) | kevinchappell_formBuilder | train | js |
e75528259797830aeb93c974b6a8fea11ad81371 | diff --git a/padaos.py b/padaos.py
index <HASH>..<HASH> 100644
--- a/padaos.py
+++ b/padaos.py
@@ -61,7 +61,7 @@ class IntentContainer:
(r'(\\[^\w ])', r'\1?'),
# === Force 1+ Space Between Words ===
- (r'(?<=\w)(\\\s|\s)+(?=\w)', r'\\W+'),
+ (r'(?<=\w)(... | Fix words not requiring any space in between | MycroftAI_padaos | train | py |
f3baa1114d13a8f213ee5c1e07c710f180c194e4 | diff --git a/spillway/renderers.py b/spillway/renderers.py
index <HASH>..<HASH> 100644
--- a/spillway/renderers.py
+++ b/spillway/renderers.py
@@ -227,10 +227,12 @@ class MapnikRenderer(BaseRenderer):
object.draw(self.map)
except AttributeError:
pass
- bbox = renderer_context.g... | Zoom to all layers without a bbox present | bkg_django-spillway | train | py |
a41a1b4ed642b8c07a6030603e3b8a45b3044680 | diff --git a/gbdxtools/s3.py b/gbdxtools/s3.py
index <HASH>..<HASH> 100644
--- a/gbdxtools/s3.py
+++ b/gbdxtools/s3.py
@@ -87,7 +87,10 @@ class S3(object):
location = location.strip('/')
self.logger.debug('Downloading contents')
- for s3key in s3conn.list_objects(Bucket=bucket, Prefix=(prefix... | Check to make sure the download target exists | DigitalGlobe_gbdxtools | train | py |
be8d6400426fb96964a8447bd941d4ab777a867c | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(
version='0.3.7',
description='Blanc Basic Pages for Django',
long_description=readme,
- url='https://github.com/blancltd/blanc-basic-pages',
+ url='https://github.com/developersociety... | Update GitHub repos from blancltd to developersociety | developersociety_blanc-basic-pages | train | py |
bba0b456f5c3ed8ac38cd839a10b996dd1e8bc2b | diff --git a/sc2gameLobby/ipAddresses.py b/sc2gameLobby/ipAddresses.py
index <HASH>..<HASH> 100644
--- a/sc2gameLobby/ipAddresses.py
+++ b/sc2gameLobby/ipAddresses.py
@@ -53,7 +53,7 @@ def getPublicIPaddress(timeout=c.DEFAULT_TIMEOUT):
"""visible on public internet"""
start = time.time()
my_public_ip = N... | - added robustness in case a connection to the internet is lost. | ttinies_sc2gameLobby | train | py |
46e9bc83a990d356eba5c74440b0d78a321f77d7 | diff --git a/bungiesearch/managers.py b/bungiesearch/managers.py
index <HASH>..<HASH> 100644
--- a/bungiesearch/managers.py
+++ b/bungiesearch/managers.py
@@ -25,8 +25,12 @@ class BungiesearchManager(Manager):
from bungiesearch import Bungiesearch
return Bungiesearch(raw_results=True).index(index).doc... | Add contribute_to_class in place of __init__ in manage.py | ChristopherRabotin_bungiesearch | train | py |
0a6f63ff37d860d117072b0981c31db4fee397d3 | diff --git a/ruby/server/lib/roma/command/mh_command_receiver.rb b/ruby/server/lib/roma/command/mh_command_receiver.rb
index <HASH>..<HASH> 100644
--- a/ruby/server/lib/roma/command/mh_command_receiver.rb
+++ b/ruby/server/lib/roma/command/mh_command_receiver.rb
@@ -48,7 +48,7 @@ module Roma
return "SERVER_E... | bugfix:multihash concerning the file path was corrected. | roma_roma | train | rb |
12defe0e3d3a843b9ec3ed7d902aea66681e5e48 | diff --git a/teams/admin.py b/teams/admin.py
index <HASH>..<HASH> 100644
--- a/teams/admin.py
+++ b/teams/admin.py
@@ -5,14 +5,30 @@ import reversion
from .models import Team, Membership
+def members_count(obj):
+ return obj.memberships.count()
+members_count.short_description = "Members Count"
+
+
admin.site.... | Fix up admin to be a bit more useful | pinax_pinax-teams | train | py |
3179f0ad4eba1cf4811fb11c82695d9ed5442309 | diff --git a/translation_server/admin.py b/translation_server/admin.py
index <HASH>..<HASH> 100644
--- a/translation_server/admin.py
+++ b/translation_server/admin.py
@@ -37,7 +37,11 @@ class CustomModelAdminMixin(object):
@admin.register(TranslationType)
class TranslationTypeAdmin(CustomModelAdminMixin, TabbedTran... | Removed "DTS" translations and translation tags from admin | gdelnegro_django-translation-server | train | py |
53eddcae3c6034414ffc10bb7f786e7cf5d01d05 | diff --git a/src/sap.ui.integration/src/sap/ui/integration/util/ManifestResolver.js b/src/sap.ui.integration/src/sap/ui/integration/util/ManifestResolver.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.integration/src/sap/ui/integration/util/ManifestResolver.js
+++ b/src/sap.ui.integration/src/sap/ui/integration/util/M... | [INTERNAL] Integration Cards: Do not destroy card during manifest resolving
- card shouldn't be destroyed during manifest resolving
since it must be destroyed by the one who created it
Change-Id: I3a3f<I>f2db<I>ac<I>f<I>bf<I>d<I>f0 | SAP_openui5 | train | js |
327dc8017ac26dcdb915a5505ad1c7de9ebbb6f9 | diff --git a/Kwf/Model/Proxy/Rowset.php b/Kwf/Model/Proxy/Rowset.php
index <HASH>..<HASH> 100644
--- a/Kwf/Model/Proxy/Rowset.php
+++ b/Kwf/Model/Proxy/Rowset.php
@@ -48,6 +48,7 @@ class Kwf_Model_Proxy_Rowset implements Kwf_Model_Rowset_Interface
{
return $this->_rowset->count();
}
+
public fun... | Fix problem with index-access to specific row in rowset
If accessing a row via index it didn't returned the proxied row
resulting in missing expected functionality. | koala-framework_koala-framework | train | php |
779949c688f7f8c2692c64b76aecf26b32b2b08d | diff --git a/server_test.go b/server_test.go
index <HASH>..<HASH> 100644
--- a/server_test.go
+++ b/server_test.go
@@ -107,6 +107,7 @@ func generateConfig(forwardAddr string) Config {
TraceAddress: fmt.Sprintf("127.0.0.1:%d", tracePort),
TraceAPIAddress: forwardAddr,
TraceMaxLengthBytes: 4096,
+ Ss... | Set SsfBufferSize to <I> in tests | stripe_veneur | train | go |
93229da6a7050d45afda7b7d7068a4c5eaa00f40 | diff --git a/sdl/render.go b/sdl/render.go
index <HASH>..<HASH> 100644
--- a/sdl/render.go
+++ b/sdl/render.go
@@ -191,6 +191,9 @@ static int SDLCALL SDL_GetTextureScaleMode(SDL_Texture * texture, SDL_ScaleMode
}
static int SDL_LockTextureToSurface(SDL_Texture *texture, const SDL_Rect *rect, SDL_Surface **surface)... | sdl/render: fix broken build on older SDL2 | veandco_go-sdl2 | train | go |
2b8588c1d526a99c229d01483081f6099dc4d324 | diff --git a/datajoint/schema.py b/datajoint/schema.py
index <HASH>..<HASH> 100644
--- a/datajoint/schema.py
+++ b/datajoint/schema.py
@@ -193,7 +193,7 @@ class Schema:
# add table definition to the doc string
if isinstance(table_class.definition, str):
- table_class.__doc__ = ((table_cla... | minor improvement in display of table doc strings | datajoint_datajoint-python | train | py |
b58ef6412d1d7399dcb900cf9842e4fc977ecdd2 | diff --git a/FlowCal/mef.py b/FlowCal/mef.py
index <HASH>..<HASH> 100644
--- a/FlowCal/mef.py
+++ b/FlowCal/mef.py
@@ -333,9 +333,9 @@ def fit_beads_autofluorescence(fl_rfi, fl_mef):
-----
The following model is used to describe bead fluorescence::
- m*log(fl_mef[i]) + b = log(fl_mef_auto + fl_mef[i]... | Corrected typo in mef.fit_beads_autofluorescence's docstring. | taborlab_FlowCal | train | py |
e1f2869396e8f3ee0d62df63aa97cd5f7cfc1dd2 | diff --git a/src/gl/texture.js b/src/gl/texture.js
index <HASH>..<HASH> 100644
--- a/src/gl/texture.js
+++ b/src/gl/texture.js
@@ -137,7 +137,19 @@ export default class Texture {
let image = new Image();
image.onload = () => {
try {
- this.setElement(image, ... | workaround for obscure bug seen with small (<<I>px) SVG images encoded as data URLs in Chrome and Safari | tangrams_tangram | train | js |
be39d1cfbc71774423900943fd94453739af79a8 | diff --git a/can/io/sqlite.py b/can/io/sqlite.py
index <HASH>..<HASH> 100644
--- a/can/io/sqlite.py
+++ b/can/io/sqlite.py
@@ -25,7 +25,7 @@ if sys.version_info > (3,):
buffer = memoryview
-@deprecated(version='2.1', reason="Use the name SqliteReader instead")
+@deprecated(reason="Use the name SqliteReader ins... | removed the version attribute from the deprecated decorator | hardbyte_python-can | train | py |
1d139749ea96f42cf8647d69ca428bb7c5350774 | diff --git a/lib/mangopay/client.rb b/lib/mangopay/client.rb
index <HASH>..<HASH> 100644
--- a/lib/mangopay/client.rb
+++ b/lib/mangopay/client.rb
@@ -1,5 +1,17 @@
module MangoPay
class Client < Resource
- include MangoPay::HTTPCalls::Create
+ def self.create(params)
+ uri = URI(MangoPay.configuration.ro... | Now use an outside method to create the client account | Mangopay_mangopay2-ruby-sdk | train | rb |
6596903b060164b5e77a8e4c077257266cf0ce6f | diff --git a/demo/app.js b/demo/app.js
index <HASH>..<HASH> 100644
--- a/demo/app.js
+++ b/demo/app.js
@@ -46,7 +46,7 @@ Abba.InputsView.prototype = {
return {
label: $row.find('.label-input').val(),
numSuccesses: parseInt($row.find('.num-successes-input').val()),
- numSamp... | Fix some trailing commas for IE | thii_abbajs | train | js |
d9b934a5d3c5ef5bade2c9c51dc474783e33a8b4 | diff --git a/salt/config.py b/salt/config.py
index <HASH>..<HASH> 100644
--- a/salt/config.py
+++ b/salt/config.py
@@ -61,6 +61,7 @@ VALID_OPTS = {
'master_sign_key_name': str,
'master_sign_pubkey': bool,
'verify_master_pubkey_sign': bool,
+ 'always_verify_signature': bool,
'master_pubkey_signatu... | add switch to always verify the masters pubkey
for the paranoid among us, this makes it possible to always verify
the masters auth-replies, even if the public key has not changed | saltstack_salt | train | py |
c36df2f04523a38b2edda2445a899bc63d79448d | diff --git a/drivers/overlay/overlay.go b/drivers/overlay/overlay.go
index <HASH>..<HASH> 100644
--- a/drivers/overlay/overlay.go
+++ b/drivers/overlay/overlay.go
@@ -620,7 +620,7 @@ func supportsOverlay(home string, homeMagic graphdriver.FsMagic, rootUID, rootGI
if len(flags) < unix.Getpagesize() {
err := unix.... | Log expected rootless overlay mount failures as debug level
Most linux kernels do not support overlay mounts in rootless mode,
we should not be reporting this as an error, but drop it to debug
level.
Fixes: <URL> | containers_storage | train | go |
bb4b68e6ffe8a8b57f3847e8b88bc3a3f75f6447 | diff --git a/presto-hive-metastore/src/main/java/com/facebook/presto/hive/metastore/CachingHiveMetastore.java b/presto-hive-metastore/src/main/java/com/facebook/presto/hive/metastore/CachingHiveMetastore.java
index <HASH>..<HASH> 100644
--- a/presto-hive-metastore/src/main/java/com/facebook/presto/hive/metastore/Cachin... | Invalidate cache if partition is not present
Invalidating the partition cache if partition object is not present. | prestodb_presto | train | java |
13a3aa3aa49fe59aeaf4957cef0ef328a9553990 | diff --git a/test/test_client.py b/test/test_client.py
index <HASH>..<HASH> 100644
--- a/test/test_client.py
+++ b/test/test_client.py
@@ -157,12 +157,6 @@ class TestClient(IntegrationTest, TestRequestMixin):
# No error.
connected(MongoClient())
- def assertIsInstance(self, obj, cls, msg=None):
-... | Remove "assertIsInstance" backport.
No longer required since we use unittest2 on Python <I>, and the method is
in the standard library for Python <I>+. | mongodb_mongo-python-driver | train | py |
ddb5f7bb014b35e3c456f2dc8c2880a368b88a3d | diff --git a/test/glimpse/views/git_test.rb b/test/glimpse/views/git_test.rb
index <HASH>..<HASH> 100644
--- a/test/glimpse/views/git_test.rb
+++ b/test/glimpse/views/git_test.rb
@@ -1,13 +1,33 @@
require 'test_helper'
describe Glimpse::Views::Git do
- before do
- @git = Glimpse::Views::Git.new(:nwo => 'github/... | Add some Glimpse::Views::Git tests | peek_peek | train | rb |
665f60e4af7e621471564a651e185e6401ff28ca | diff --git a/client/webpack.config.js b/client/webpack.config.js
index <HASH>..<HASH> 100644
--- a/client/webpack.config.js
+++ b/client/webpack.config.js
@@ -386,6 +386,10 @@ const webpackConfig = {
release: `calypso_${ process.env.COMMIT_SHA }`,
include: filePaths.path,
urlPrefix: `~${ filePaths.public... | Never fail webpack build from sentry (#<I>) | Automattic_wp-calypso | train | js |
60704cb85f4e512e0acd9b144d6599c3b3763820 | diff --git a/testing/test_detail_page.py b/testing/test_detail_page.py
index <HASH>..<HASH> 100644
--- a/testing/test_detail_page.py
+++ b/testing/test_detail_page.py
@@ -14,7 +14,7 @@ from k2catalogue import detail_object
])
def test_detail_url(input, expected):
epic_object = mock.Mock(epic_id=input)
- url_r... | Update format placeholder to be <I> compatible | mindriot101_k2catalogue | train | py |
542bbae3fc40edb30536d92dca2e1eef25c3254f | diff --git a/tests/Redisearch/IndexTest.php b/tests/Redisearch/IndexTest.php
index <HASH>..<HASH> 100644
--- a/tests/Redisearch/IndexTest.php
+++ b/tests/Redisearch/IndexTest.php
@@ -301,7 +301,7 @@ class ClientTest extends TestCase
$this->assertEquals($expectedDocumentCount, count($result->getDocuments()));
... | Decrease number of docs for batch indexing tests | ethanhann_redisearch-php | train | php |
d07e6622d618a0004f42bbbb268966264a4e8013 | diff --git a/rollup.config.js b/rollup.config.js
index <HASH>..<HASH> 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -1,6 +1,7 @@
import vue from 'rollup-plugin-vue';
import babel from 'rollup-plugin-babel';
import resolve from 'rollup-plugin-node-resolve';
+import uglify from 'rollup-plugin-uglify';
exp... | minify main dist js | PNKBizz_vue-yandex-map | train | js |
aa8ca1202e40c6bbeaf03519dd6d74821cf0e6d5 | diff --git a/src/org/zaproxy/zap/extension/alert/AlertTreeModel.java b/src/org/zaproxy/zap/extension/alert/AlertTreeModel.java
index <HASH>..<HASH> 100644
--- a/src/org/zaproxy/zap/extension/alert/AlertTreeModel.java
+++ b/src/org/zaproxy/zap/extension/alert/AlertTreeModel.java
@@ -219,7 +219,9 @@ class AlertTreeModel ... | Issue <I> - NullPointerException while selecting a node in the "Alerts" tab after deleting a message
Changed AlertTreeModel to set another alert to parent's leaf if it contains the alert of the deleted leaf. | zaproxy_zaproxy | train | java |
ef0826acd621a65be8ccb4cb1977b83d1b615e4d | diff --git a/commands/command.go b/commands/command.go
index <HASH>..<HASH> 100644
--- a/commands/command.go
+++ b/commands/command.go
@@ -103,11 +103,12 @@ func (c *Command) Call(req Request) Response {
if err != nil {
// if returned error is a commands.Error, use its error code
// otherwise, just default the ... | fix(commands/err)
I didn't know there were dragons here.
When casting errors we've gotta be careful. Apparently both values and
pointers satisfy the error interface. Type checking for one doesn't
catch the other.
cc @whyrusleeping @mappum @jbenet
License: MIT | ipfs_go-ipfs | train | go |
6a607abbb88da00301c50af38e144ad24314eee7 | diff --git a/pandoc_tablenos.py b/pandoc_tablenos.py
index <HASH>..<HASH> 100755
--- a/pandoc_tablenos.py
+++ b/pandoc_tablenos.py
@@ -112,8 +112,11 @@ def attach_attrs_table(key, value, fmt, meta):
else:
assert len(value) == 6
assert value[1]['t'] == 'Caption'
- assert val... | Fixed processing of uncaptioned tables with pandoc <I>. (pandoc-fignos Issue #<I>) | tomduck_pandoc-tablenos | train | py |
bc1bacfcd4a4ecd4f87df34ee15c3aa0b74dfc8d | diff --git a/debug/init.js b/debug/init.js
index <HASH>..<HASH> 100644
--- a/debug/init.js
+++ b/debug/init.js
@@ -197,6 +197,7 @@ $(function(){
});
});
+/*
$container2.cy({
elements: {
nodes: [ { data: { id: 'n0' } }, { data: { id: 'n1' } } ],
@@ -207,7 +208,7 @@ $(function(){
window.cy2 = th... | disable the container 2
yue can reenable this on his local copy for debugging | cytoscape_cytoscape.js | train | js |
7eab821a982c8201a584f3dea5afe173bde70cd5 | diff --git a/stellar_base/operation.py b/stellar_base/operation.py
index <HASH>..<HASH> 100644
--- a/stellar_base/operation.py
+++ b/stellar_base/operation.py
@@ -544,6 +544,7 @@ class AllowTrust(Operation):
raise NotImplementedError(
"Operation of asset_type={} is not implemented"
... | fix(Operation.AllowTrust): AllowTrust.from_xdr_object should return asset_code properly. | StellarCN_py-stellar-base | train | py |
3242c98f964559b0a1b0d6c695fe21008c4f67c0 | diff --git a/wallace/custom.py b/wallace/custom.py
index <HASH>..<HASH> 100644
--- a/wallace/custom.py
+++ b/wallace/custom.py
@@ -114,11 +114,11 @@ def api_agent_create():
# Generate the right kind of newcomer.
try:
assert(issubclass(exp.agent_type_generator, models.Node))
- ... | Update custom.py to work with Rogers | berkeley-cocosci_Wallace | train | py |
1f02e1671bd2ee61a358dc1a5efa3cfacc751822 | diff --git a/tests/unit/states/cron_test.py b/tests/unit/states/cron_test.py
index <HASH>..<HASH> 100644
--- a/tests/unit/states/cron_test.py
+++ b/tests/unit/states/cron_test.py
@@ -214,7 +214,7 @@ class CronTestCase(TestCase):
cron.present(
name='foo',
hour='1',
- comment... | cron: fix a typo in the tests | saltstack_salt | train | py |
ff017636266cae9171b9a693e92c0e35910cd9c3 | diff --git a/ImageCacheProvider.js b/ImageCacheProvider.js
index <HASH>..<HASH> 100644
--- a/ImageCacheProvider.js
+++ b/ImageCacheProvider.js
@@ -36,11 +36,18 @@ function getQueryForCacheKey(url, useQueryParamsInCacheKey) {
function generateCacheKey(url, options) {
const parsedUrl = new URL(url, null, true);
-... | better resolve type of files from url without typename and with dots in them | kfiroo_react-native-cached-image | train | js |
10a0015b8797c8b4ba84f513887205b8cfd08c80 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -61,7 +61,7 @@ ElasticsearchStream.prototype._write = function (entry, encoding, callback) {
};
var self = this;
- client.create(options, function (err, resp) {
+ client.index(options, function (err, resp) {
if ... | Use index instead of create, for ES 5 | simianhacker_bunyan-elasticsearch | train | js |
c8fb4e913e5a06fa214a885b6a8637c15df70493 | diff --git a/pygsp/filters/filter.py b/pygsp/filters/filter.py
index <HASH>..<HASH> 100644
--- a/pygsp/filters/filter.py
+++ b/pygsp/filters/filter.py
@@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
+from __future__ import division
+
from math import log
from copy import deepcopy | filters: float division for python 2 | epfl-lts2_pygsp | train | py |
bf0807134f12e4970586f5a9db019a6a94965bc4 | diff --git a/lib/perpetuity/mapper.rb b/lib/perpetuity/mapper.rb
index <HASH>..<HASH> 100644
--- a/lib/perpetuity/mapper.rb
+++ b/lib/perpetuity/mapper.rb
@@ -60,7 +60,6 @@ module Perpetuity
end
def insert
- raise "#{object} is invalid and cannot be persisted." if object.respond_to?(:valid?) and !objec... | Remove check for an object's `valid?` method
Having an object tell the ORM whether or not it is valid places
persistence concerns within the business objects, which is not what we
want to do. | jgaskins_perpetuity | train | rb,rb |
4d6a0526324c3dc24b0b3f5902ab2dc65f6dd2c2 | diff --git a/src/main/java/org/fit/layout/tools/ParamsPanel.java b/src/main/java/org/fit/layout/tools/ParamsPanel.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/fit/layout/tools/ParamsPanel.java
+++ b/src/main/java/org/fit/layout/tools/ParamsPanel.java
@@ -197,11 +197,14 @@ public class ParamsPanel extends JP... | Fix param panel reloading when no operation is bound | FitLayout_tools | train | java |
8cd4395deaf894c69c6b46cac34c0de872e1caa4 | diff --git a/bcbio/srna/group.py b/bcbio/srna/group.py
index <HASH>..<HASH> 100644
--- a/bcbio/srna/group.py
+++ b/bcbio/srna/group.py
@@ -5,10 +5,13 @@ import shutil
from collections import namedtuple
import pysam
-from seqcluster import prepare_data as prepare
-from seqcluster import make_clusters as main_cluster... | Make seqcluster requirement soft (cc @lpantano)
- Do not require seqcluster if not running the small RNA pipeline.
- Preparation for adding seqcluster as a soft dependency of bcbio
and checking issues with circular requirements. | bcbio_bcbio-nextgen | train | py,py |
b68c43e3e393c8f3a9262a4a39c556a095e676f1 | diff --git a/python_modules/libraries/dagster-pyspark/dagster_pyspark/__init__.py b/python_modules/libraries/dagster-pyspark/dagster_pyspark/__init__.py
index <HASH>..<HASH> 100644
--- a/python_modules/libraries/dagster-pyspark/dagster_pyspark/__init__.py
+++ b/python_modules/libraries/dagster-pyspark/dagster_pyspark/_... | set __all__ for dagster-pyspark
Test Plan: bk
Reviewers: nate
Reviewed By: nate
Differential Revision: <URL> | dagster-io_dagster | train | py |
6b49eb8b72f9670656f9e01c29c49dbc62cea023 | diff --git a/mod/data/lib.php b/mod/data/lib.php
index <HASH>..<HASH> 100755
--- a/mod/data/lib.php
+++ b/mod/data/lib.php
@@ -1453,7 +1453,7 @@ function data_print_comments($data, $record, $page=0, $mform=false) {
if (!$mform and !$editor) {
echo '<div class="newcomment" style="text-align:center">';
- ... | "DATA/MDL-<I>, use rid instead page to comment a record, merged from <I>" | moodle_moodle | train | php |
d81fee0912313d4b1817affd98a16c795a2b6bd4 | diff --git a/tests/test_gnupg.py b/tests/test_gnupg.py
index <HASH>..<HASH> 100644
--- a/tests/test_gnupg.py
+++ b/tests/test_gnupg.py
@@ -201,7 +201,6 @@ class GPGTestCase(unittest.TestCase):
else:
log.warn("Can't delete homedir: '%s' not a directory"
% self.homedir)
- ... | Remove the log.warn line that printed dividers between unittest runs. | isislovecruft_python-gnupg | train | py |
ee8ab7b85eac23d5a0d77f0309aa7d65897768fb | diff --git a/test/spec/modules/aduptechBidAdapter_spec.js b/test/spec/modules/aduptechBidAdapter_spec.js
index <HASH>..<HASH> 100644
--- a/test/spec/modules/aduptechBidAdapter_spec.js
+++ b/test/spec/modules/aduptechBidAdapter_spec.js
@@ -532,8 +532,8 @@ describe('AduptechBidAdapter', () => {
const bidderReque... | Aduptech bid adapter: fix failing test (#<I>) | prebid_Prebid.js | train | js |
9a3a59eaaefd175379963a3a6048bdb5b3950fb8 | diff --git a/actionview/test/template/sanitize_helper_test.rb b/actionview/test/template/sanitize_helper_test.rb
index <HASH>..<HASH> 100644
--- a/actionview/test/template/sanitize_helper_test.rb
+++ b/actionview/test/template/sanitize_helper_test.rb
@@ -1,7 +1,7 @@
require 'abstract_unit'
-# The exhaustive tests ar... | Fixed: spelling mistake in SanitizeHelperTest. | rails_rails | train | rb |
60679cde34d1bc43d7229a65b28e8f60dfb7487f | diff --git a/js/cbrowser.js b/js/cbrowser.js
index <HASH>..<HASH> 100644
--- a/js/cbrowser.js
+++ b/js/cbrowser.js
@@ -1733,7 +1733,7 @@ Browser.prototype.addViewListener = function(handler, opts) {
Browser.prototype.notifyLocation = function() {
var nvs = Math.max(1, this.viewStart|0);
var nve = this.viewEn... | Fix reported coordinaes when currentSeqMax isn't set. | dasmoth_dalliance | train | js |
8c3463b877e5046dfce27881c7bcab63c20f6107 | diff --git a/releaf-i18n/app/controllers/releaf/translations_controller.rb b/releaf-i18n/app/controllers/releaf/translations_controller.rb
index <HASH>..<HASH> 100644
--- a/releaf-i18n/app/controllers/releaf/translations_controller.rb
+++ b/releaf-i18n/app/controllers/releaf/translations_controller.rb
@@ -84,7 +84,7 @@... | TranslationsController: order translations by key | cubesystems_releaf | train | rb |
ae075ebe448b71bc875a538078dc5183e4a6e017 | diff --git a/config/test/ConfigPanel.php b/config/test/ConfigPanel.php
index <HASH>..<HASH> 100644
--- a/config/test/ConfigPanel.php
+++ b/config/test/ConfigPanel.php
@@ -1,7 +1,7 @@
<?php
-$config['db']['dbname'] = 'framework_test';
-$config['db']['user'] = 'thulium_1';
-$config['db']['pass'] = 'a';
+$config['db']['d... | Updated ConfigPanel.php to be compatibile with travis settings. | letsdrink_ouzo | train | php |
e6e2f62a7ad97cc7b55568376d72b0dcad4b6592 | diff --git a/src/router-configuration.js b/src/router-configuration.js
index <HASH>..<HASH> 100644
--- a/src/router-configuration.js
+++ b/src/router-configuration.js
@@ -30,6 +30,9 @@ export class RouterConfiguration {
* @chainable
*/
addPipelineStep(name: string, step: Function|PipelineStep): RouterConfigura... | fix(router-configuration): throw early on invalid pipeline steps | aurelia_router | train | js |
16c01436c1d1c49162c6fb258776a69920b9b0eb | diff --git a/lib/rollbar/exception_reporter.rb b/lib/rollbar/exception_reporter.rb
index <HASH>..<HASH> 100644
--- a/lib/rollbar/exception_reporter.rb
+++ b/lib/rollbar/exception_reporter.rb
@@ -1,7 +1,8 @@
module Rollbar
module ExceptionReporter
def report_exception_to_rollbar(env, exception)
- Rollbar.l... | replace usage of #try with #respond_to? | rollbar_rollbar-gem | train | rb |
a91347107a1aad72f186b338b82704f2b5f88c4f | diff --git a/src/rasterstats/io.py b/src/rasterstats/io.py
index <HASH>..<HASH> 100644
--- a/src/rasterstats/io.py
+++ b/src/rasterstats/io.py
@@ -183,7 +183,8 @@ def boundless_array(arr, window, nodata, masked=False):
window_shape = (wr_stop - wr_start, wc_stop - wc_start)
# create an array of nodata v... | Do not create array with ones, and then multiply value by nodata. Instead, create un-initialized array and set array values to nodata. This cuts the amount of memory-copy operations in half and thus, halves the operation time | perrygeo_python-rasterstats | train | py |
58259f1f5b970a19f6df59144acf353a7be10b90 | diff --git a/lib/bel/completion_rule.rb b/lib/bel/completion_rule.rb
index <HASH>..<HASH> 100644
--- a/lib/bel/completion_rule.rb
+++ b/lib/bel/completion_rule.rb
@@ -69,6 +69,7 @@ module BEL
})
end
+ # add the active_token length if we do not need to delete it
if active_token and ... | comment why we add length to start when no delete | OpenBEL_bel.rb | train | rb |
9f3f33e2cc01bbd50d37bebb8e0a1e8c20ca321c | diff --git a/lib/webrtc/call.js b/lib/webrtc/call.js
index <HASH>..<HASH> 100644
--- a/lib/webrtc/call.js
+++ b/lib/webrtc/call.js
@@ -128,7 +128,7 @@ MatrixCall.prototype._initWithInvite = function(event) {
this.state = 'ringing';
this.direction = 'inbound';
- // firefox and Safari's RTCPeerConnection d... | s/Safari/OpenWebRTC/ | matrix-org_matrix-js-sdk | train | js |
5a514193f1f56c0e6764e13163b5835a3184dbb7 | diff --git a/core/src/main/java/org/mapfish/print/processor/jasper/MergeDataSourceProcessor.java b/core/src/main/java/org/mapfish/print/processor/jasper/MergeDataSourceProcessor.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/mapfish/print/processor/jasper/MergeDataSourceProcessor.java
+++ b/core/src/main... | Mark MergeDataSourceProcessor as @Beta because I am not sure it is needed, it might be a work around for my ignorance of Jasper Reports | mapfish_mapfish-print | train | java |
1ceb2594014b52bf8c0e940c7c3b15b9bf089621 | diff --git a/packages/grpc-native-core/test/channel_test.js b/packages/grpc-native-core/test/channel_test.js
index <HASH>..<HASH> 100644
--- a/packages/grpc-native-core/test/channel_test.js
+++ b/packages/grpc-native-core/test/channel_test.js
@@ -132,7 +132,8 @@ describe('channel', function() {
... | Skip a test suite that appears to be triggering a core assertion failure | grpc_grpc-node | train | js |
ad08c3f2f9ccc42aa51cce4de9c12cacce681987 | diff --git a/lib/clone-wars/version.rb b/lib/clone-wars/version.rb
index <HASH>..<HASH> 100644
--- a/lib/clone-wars/version.rb
+++ b/lib/clone-wars/version.rb
@@ -1,5 +1,5 @@
# encoding: utf-8
module CloneWars # :nodoc:
- VERSION = "0.0.3"
+ VERSION = "0.1.0"
end | Version bumping minor to a <I> | caleon_quickening | train | rb |
8a519366489734dadd5bd993c0fda01f63de6ac3 | diff --git a/pyramid_webassets/tests/test_webassets.py b/pyramid_webassets/tests/test_webassets.py
index <HASH>..<HASH> 100644
--- a/pyramid_webassets/tests/test_webassets.py
+++ b/pyramid_webassets/tests/test_webassets.py
@@ -183,7 +183,7 @@ class TestWebAssets(unittest.TestCase):
with self.assertRaises(Excep... | Fixed two asserts in test when raising an exception
They were inside the with, so they were never executed. (Thanks to the cov plugin for this one) | sontek_pyramid_webassets | train | py |
cc35d3e4acbb8ade014776bfc55d5df5a0692cb5 | diff --git a/buildprocess/configureWebpack.js b/buildprocess/configureWebpack.js
index <HASH>..<HASH> 100644
--- a/buildprocess/configureWebpack.js
+++ b/buildprocess/configureWebpack.js
@@ -104,7 +104,7 @@ function configureWebpack(terriaJSBasePath, config, devMode, hot, MiniCssExtract
loader: 'babel-... | babel-loader to always generate source-maps | TerriaJS_terriajs | train | js |
b2e0880c92f95ac1833b3aac9cf092ebf1730c84 | diff --git a/bit/wallet.py b/bit/wallet.py
index <HASH>..<HASH> 100644
--- a/bit/wallet.py
+++ b/bit/wallet.py
@@ -958,7 +958,7 @@ class MultiSig:
else:
return unspent.script == script
- def sign(self, data):
+ def sign(self, data): # pragma: no cover
"""Signs some data which can... | Removes code coverage for function `~MultiSig.sign()` | ofek_bit | train | py |
8482c6c2e6489020f134d16085e284cf29f59459 | diff --git a/hcl2template/types.packer_config.go b/hcl2template/types.packer_config.go
index <HASH>..<HASH> 100644
--- a/hcl2template/types.packer_config.go
+++ b/hcl2template/types.packer_config.go
@@ -155,6 +155,7 @@ func (c *PackerConfig) evaluateLocalVariable(local *Local) hcl.Diagnostics {
return diags
}
c.... | evaluateLocalVariable: also pass the variable name | hashicorp_packer | train | go |
be729b262fb4c1be77532a363d19eca36b8b3725 | diff --git a/Module.php b/Module.php
index <HASH>..<HASH> 100644
--- a/Module.php
+++ b/Module.php
@@ -17,6 +17,7 @@
*/
namespace Rcm;
+
use Zend\Mvc\MvcEvent;
use Zend\Mvc\ResponseSender\SendResponseEvent;
use Zend\Console\Request as ConsoleRequest;
@@ -55,6 +56,13 @@ class Module
return;
... | Set php locale based on site country and language | reliv_Rcm | train | php |
6cb42db7873fdd48f0b1c0140289d85773dea3b8 | diff --git a/tinymce/widgets.py b/tinymce/widgets.py
index <HASH>..<HASH> 100644
--- a/tinymce/widgets.py
+++ b/tinymce/widgets.py
@@ -34,6 +34,14 @@ logger.setLevel(20)
def language_file_exists(language_code):
+ """
+ Check if TinyMCE has a language file for the specified lang code
+
+ :param language_co... | Add docstring for language_file_exists | romanvm_django-tinymce4-lite | train | py |
30d2ec5f6e3cb7857db381ac57c47033ed31501c | diff --git a/lib/mobility/arel/nodes.rb b/lib/mobility/arel/nodes.rb
index <HASH>..<HASH> 100644
--- a/lib/mobility/arel/nodes.rb
+++ b/lib/mobility/arel/nodes.rb
@@ -5,10 +5,8 @@ module Mobility
class Unary < ::Arel::Nodes::Unary; end
class Binary < ::Arel::Nodes::Binary; end
class Grouping < ::... | Remove unused Mobility::Arel::Nodes::Equality | shioyama_mobility | train | rb,rb |
61452567a67b7b1aea36efa4a6fdb22527c6c893 | diff --git a/lib/xcodeproj/constants.rb b/lib/xcodeproj/constants.rb
index <HASH>..<HASH> 100644
--- a/lib/xcodeproj/constants.rb
+++ b/lib/xcodeproj/constants.rb
@@ -6,7 +6,7 @@ module Xcodeproj
# @return [String] The last known iOS SDK (stable).
#
- LAST_KNOWN_IOS_SDK = '6.1'
+ LAST_KNOWN_IOS_SDK = ... | [Constants] Bump last known iOS version | CocoaPods_Xcodeproj | train | rb |
6c423d2b92ee8fbbabd3a97ca3682624741422bc | diff --git a/aiogram/utils/parts.py b/aiogram/utils/parts.py
index <HASH>..<HASH> 100644
--- a/aiogram/utils/parts.py
+++ b/aiogram/utils/parts.py
@@ -15,12 +15,13 @@ def split_text(text: str, length: int = MAX_MESSAGE_LENGTH) -> typing.List[str]:
return [text[i:i + length] for i in range(0, len(text), length)]
... | Update safe_split_text function, added split_separator param (#<I>) | aiogram_aiogram | train | py |
1a8a7abfe3922847f6e7e7a33e207094f76bdb20 | diff --git a/Model/View/Asset/Image.php b/Model/View/Asset/Image.php
index <HASH>..<HASH> 100644
--- a/Model/View/Asset/Image.php
+++ b/Model/View/Asset/Image.php
@@ -99,7 +99,7 @@ class Image extends ImageModel
ScopeConfigInterface $scopeConfig,
ImageHelper $imageHelper,
StoreManagerInterfac... | resolves compilation error caused by <I>aff<I>d<I>dda<I>d2d8bbfcbaccee<I>
specify type in phpdoc resolves error during compilation | fastly_fastly-magento2 | train | php |
7ebba89753520687da4dc5c1277cb8622da03bc2 | diff --git a/src/function/abstract.js b/src/function/abstract.js
index <HASH>..<HASH> 100644
--- a/src/function/abstract.js
+++ b/src/function/abstract.js
@@ -33,7 +33,7 @@ define(
};
if (invocation) {
errorDetails.signature = invocation.signature;
- errorDetails.nonMatchingSignatures = invocat... | fixing reference to invocation.nonMatchingImplementationSignatures property to nonMatchingSignatures | bob-gray_solv | train | js |
30ac6933b94a2bcefaf288c738a0d2662c5e54a4 | diff --git a/app/transitions/explode.js b/app/transitions/explode.js
index <HASH>..<HASH> 100644
--- a/app/transitions/explode.js
+++ b/app/transitions/explode.js
@@ -6,17 +6,22 @@ import { Promise } from "liquid-fire";
// animations.
export default function explode(...pieces) {
- return Promise.all(pieces.map((pi... | show new and hide old immediately after giving each exploded piece a
chance to animate | ember-animation_liquid-fire | train | js |
48c6d27bdd42f5adbddd02aabd2c20608d9e73dc | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -17,9 +17,6 @@
import re
import io
-import textwrap
-import sys
-import shutil
from setuptools import setup
@@ -63,12 +60,3 @@ setup(
'Programming Language :: Python'
]
)
-
-# Check that the pandoc-... | Removed script check that was causing a developer pip error. | tomduck_pandoc-eqnos | train | py |
b4adb2779d9e739263eaf905d809d2c505c75fa3 | diff --git a/lib/core/Docs.js b/lib/core/Docs.js
index <HASH>..<HASH> 100644
--- a/lib/core/Docs.js
+++ b/lib/core/Docs.js
@@ -78,10 +78,12 @@ class Docs {
const previous = this.find(metadata.previous);
if (previous) {
metadata.previous_title = previous.title || 'Previous';
+ metadata.prev... | prev | next sidebar_label | richardzcode_Dochameleon | train | js |
c5ab4c09804d9f21987d3e8506217db296f9048c | diff --git a/examples/14-recurring-first-payment.php b/examples/14-recurring-first-payment.php
index <HASH>..<HASH> 100644
--- a/examples/14-recurring-first-payment.php
+++ b/examples/14-recurring-first-payment.php
@@ -8,7 +8,7 @@ try
/*
* Initialize the Mollie API library with your API key or OAuth access token.
... | Update <I>-recurring-first-payment.php | mollie_mollie-api-php | train | php |
f0bf55d4a869598d3af565440001ab1720cf73e0 | diff --git a/lib/utils/result-summary.js b/lib/utils/result-summary.js
index <HASH>..<HASH> 100644
--- a/lib/utils/result-summary.js
+++ b/lib/utils/result-summary.js
@@ -2,7 +2,7 @@
const CoreObject = require('core-object');
const chalk = require('chalk');
-const Table = require('cli-table2');
+const Table = requi... | Update require to cli-table3 | ember-cli_ember-try | train | js |
0e7ddbccf3beab3bb3c92c55bcbd2ec2ca6f732a | diff --git a/tests/integration/test_install_twists.py b/tests/integration/test_install_twists.py
index <HASH>..<HASH> 100644
--- a/tests/integration/test_install_twists.py
+++ b/tests/integration/test_install_twists.py
@@ -92,7 +92,8 @@ setup(
assert "version" in pipenv_instance.lockfile["default"]["test-priva... | Enable dependency link processing
- Use `PIP_PROCESS_DEPENDENCY_LINKS` to toggle the processing of dependency links | pypa_pipenv | train | py |
b1a4a626de7488bad77f6abb7bb0a90fa7033a2b | diff --git a/src/Services/BaseFileService.php b/src/Services/BaseFileService.php
index <HASH>..<HASH> 100644
--- a/src/Services/BaseFileService.php
+++ b/src/Services/BaseFileService.php
@@ -767,11 +767,12 @@ abstract class BaseFileService extends BaseRestService implements FileServiceInt
);
... | DP-<I> Windows IIS install File Upload does not work
- Show error codes for files uploading | dreamfactorysoftware_df-file | train | php |
6e28b242e1a7323358ec5bcf1f37a5ae4c65e681 | diff --git a/loadConn.go b/loadConn.go
index <HASH>..<HASH> 100644
--- a/loadConn.go
+++ b/loadConn.go
@@ -38,6 +38,7 @@ type ChildSAConf struct {
CloseAction string `json:"close_action"`
ReqID string `json:"reqid"`
RekeyTime string `json:"rekey_time"`
+ ReplayWindow string `json:"replay_wi... | Adding replay_window to struct | bronze1man_goStrongswanVici | train | go |
f149c4a51946eb6722489af62e9a747d391574af | diff --git a/tej/main.py b/tej/main.py
index <HASH>..<HASH> 100644
--- a/tej/main.py
+++ b/tej/main.py
@@ -36,8 +36,9 @@ def _setup(args):
def _submit(args):
- RemoteQueue(args.destination, args.queue).submit(
- args.id, args.directory, args.script)
+ job_id = RemoteQueue(args.destination, args.qu... | Makes 'submit' return the job identifier
This is both for the API (RemoteQueue#submit()) and the CLI
('tej submit'). | VisTrails_tej | train | py,py |
2f499114acada6814a45e379c710d5835d6a20a4 | diff --git a/gcsproxy/mutable_object.go b/gcsproxy/mutable_object.go
index <HASH>..<HASH> 100644
--- a/gcsproxy/mutable_object.go
+++ b/gcsproxy/mutable_object.go
@@ -48,6 +48,8 @@ type MutableObject struct {
// Mutable state
/////////////////////////
+ destroyed bool
+
// A record for the specific generation o... | Don't check invariants for destroyed objects. | jacobsa_timeutil | train | go |
feccc5ef755d72d37a9b23f7aaba4d884fb68593 | diff --git a/Kwf/Component/Events/ViewCache.php b/Kwf/Component/Events/ViewCache.php
index <HASH>..<HASH> 100644
--- a/Kwf/Component/Events/ViewCache.php
+++ b/Kwf/Component/Events/ViewCache.php
@@ -206,7 +206,7 @@ class Kwf_Component_Events_ViewCache extends Kwf_Component_Events
}
// namechanged and filnam... | fix test: (File)Name_Cachend's parent class was changed | koala-framework_koala-framework | train | php |
6ce7b3de05e515e2ea4cb66b92f90336b14a26ae | diff --git a/py/testdir_single_jvm_fvec/test_exec2_cbind_like_R.py b/py/testdir_single_jvm_fvec/test_exec2_cbind_like_R.py
index <HASH>..<HASH> 100644
--- a/py/testdir_single_jvm_fvec/test_exec2_cbind_like_R.py
+++ b/py/testdir_single_jvm_fvec/test_exec2_cbind_like_R.py
@@ -86,16 +86,6 @@ class Basic(unittest.TestCase)... | get rid of the get_cloud probes | h2oai_h2o-2 | train | py |
ac99217e92c43066af7ec96554054d75532565d7 | diff --git a/tests/test_modeling_common.py b/tests/test_modeling_common.py
index <HASH>..<HASH> 100644
--- a/tests/test_modeling_common.py
+++ b/tests/test_modeling_common.py
@@ -67,6 +67,8 @@ class ModelTesterMixin:
if model_class in MODEL_FOR_MULTIPLE_CHOICE_MAPPING.values():
return {
... | Fix the CI (#<I>)
* Fix CI | huggingface_pytorch-pretrained-BERT | train | py |
d1563d1b34a52740712da3d70771576386576fc5 | diff --git a/neuropythy/__init__.py b/neuropythy/__init__.py
index <HASH>..<HASH> 100644
--- a/neuropythy/__init__.py
+++ b/neuropythy/__init__.py
@@ -79,7 +79,7 @@ try:
except: pass
# Version information...
-__version__ = '0.8.1'
+__version__ = '0.8.2'
diff --git a/neuropythy/util/core.py b/neuropythy/util/c... | minor compatibility with numpy <I> issue | noahbenson_neuropythy | train | py,py |
f8a21b4a9f7e9f15b7378feb2962cc2e5d51caeb | diff --git a/src/experimentalcode/remigius/Visualizers/DotVisualizer.java b/src/experimentalcode/remigius/Visualizers/DotVisualizer.java
index <HASH>..<HASH> 100644
--- a/src/experimentalcode/remigius/Visualizers/DotVisualizer.java
+++ b/src/experimentalcode/remigius/Visualizers/DotVisualizer.java
@@ -34,7 +34,9 @@ pub... | Add code (still commented) for calling MarkerLibrary | elki-project_elki | train | java |
d73e1768d6b4703acaff316c9f9432281f405832 | diff --git a/core-bundle/src/Resources/contao/controllers/BackendInstall.php b/core-bundle/src/Resources/contao/controllers/BackendInstall.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/controllers/BackendInstall.php
+++ b/core-bundle/src/Resources/contao/controllers/BackendInstall.php
@@ -454,6... | [Core] Ensure that the database port is not empty (see #<I>). | contao_contao | train | php |
81dbb5d8ebdf72c897a240bfe3d8d2b37511e378 | diff --git a/lib/codemirror.js b/lib/codemirror.js
index <HASH>..<HASH> 100644
--- a/lib/codemirror.js
+++ b/lib/codemirror.js
@@ -700,7 +700,7 @@ window.CodeMirror = (function() {
// parse correctly.
function findStartLine(doc, n) {
var minindent, minline;
- for (var search = n, lim = n - 40; search > li... | Increase getStateBefore's scan limit | codemirror_CodeMirror | train | js |
146b6b24cc78b2101208f9fade75ac39cc92a794 | diff --git a/pyiso.py b/pyiso.py
index <HASH>..<HASH> 100644
--- a/pyiso.py
+++ b/pyiso.py
@@ -678,10 +678,10 @@ class PrimaryVolumeDescriptor(object):
self.path_tbl_size = 10
# By default the Little Endian Path Table record starts at extent 19
# (right after the Volume Terminator).
- ... | Store the path table location as extents.
That's what they get written out as anyway. | clalancette_pycdlib | train | py |
1e486a58441a3ce300939fb320812578d7884555 | diff --git a/pandas/io/tests/test_parsers.py b/pandas/io/tests/test_parsers.py
index <HASH>..<HASH> 100644
--- a/pandas/io/tests/test_parsers.py
+++ b/pandas/io/tests/test_parsers.py
@@ -812,6 +812,8 @@ bar,foo,foo"""
@slow
def test_file(self):
# FILE
+ if sys.version_info[:2] < (2, 6):
+ ... | ENH: skip test_file test with python <I> (not supported AFAIK) | pandas-dev_pandas | train | py |
c586aefe6751c5918a999dd6e8203e5365872f85 | diff --git a/package-testing/spec/package/update_module_spec.rb b/package-testing/spec/package/update_module_spec.rb
index <HASH>..<HASH> 100644
--- a/package-testing/spec/package/update_module_spec.rb
+++ b/package-testing/spec/package/update_module_spec.rb
@@ -25,7 +25,7 @@ describe 'Updating an existing module' do
... | (maint) Fix pin for nokogiri in package tests | puppetlabs_pdk | train | rb |
b7afa2a27e25c99a10b831c76995305d6d2d75b8 | diff --git a/base/app/models/relation/custom.rb b/base/app/models/relation/custom.rb
index <HASH>..<HASH> 100644
--- a/base/app/models/relation/custom.rb
+++ b/base/app/models/relation/custom.rb
@@ -99,7 +99,7 @@ class Relation::Custom < Relation
# JSON compatible with SocialCheesecake
def to_cheesecake_hash(op... | Adding ids to cheesecake_hash for relation custom | ging_social_stream | 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.