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 |
|---|---|---|---|---|---|
cf591a992c23e2c29f44f50990d6bbcd938015cb | diff --git a/lib/oxidized/model/ironware.rb b/lib/oxidized/model/ironware.rb
index <HASH>..<HASH> 100644
--- a/lib/oxidized/model/ironware.rb
+++ b/lib/oxidized/model/ironware.rb
@@ -16,7 +16,9 @@ class IronWare < Oxidized::Model
#end
cmd :all do |cfg|
- cfg.each_line.to_a[1..-2].join
+ # sometimes ironwa... | occasionally ironware randomly inserts extraneous blank lines | ytti_oxidized | train | rb |
15895f7e92ffce102b88c3edbf3c5b3862e26e2b | diff --git a/openquake/server/static/js/engineweb.js b/openquake/server/static/js/engineweb.js
index <HASH>..<HASH> 100644
--- a/openquake/server/static/js/engineweb.js
+++ b/openquake/server/static/js/engineweb.js
@@ -221,15 +221,6 @@
}
});
- /*
- var Outputs = Backbone.Collection.exten... | Remove stale code from engineweb.js | gem_oq-engine | train | js |
49f4e3e624005c30fbd38bb1cd71682ef6767a0c | diff --git a/blockstack/lib/storage/crawl.py b/blockstack/lib/storage/crawl.py
index <HASH>..<HASH> 100644
--- a/blockstack/lib/storage/crawl.py
+++ b/blockstack/lib/storage/crawl.py
@@ -109,8 +109,9 @@ def cached_zonefile_dir( zonefile_dir, zonefile_hash ):
# split into directories, so we don't try to cram mill... | zonefile cache directories are broken down by byte | blockstack_blockstack-core | train | py |
aaf989ad2673601b266ce5654a1d1483c71101e5 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -85,11 +85,11 @@ function attempt(attempts, command, options, end) {
case 'win32':
processOptions.tmpFiles = writeTempBatchFile(command);
var sudoCmd = [
- Node.path.join(
+ encloseDoubleQu... | enquote call to elevate.exe (#8) | automation-stack_electron-sudo | train | js |
98253feb60d0162a9abce3b58234753ce4518e31 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -19,7 +19,7 @@ module.exports = class GazeButton extends React.Component {
}
componentWillUnmount() {
- clearCountdown();
+ this.clearCountdown();
}
resetRemainingTime() { | add missing 'this' to clearCountdown method call | mathdroid_react-360-gaze-button | train | js |
1d40180e8c114da210760ec09f6bab9126a059ea | diff --git a/SlimPostgres/App.php b/SlimPostgres/App.php
index <HASH>..<HASH> 100644
--- a/SlimPostgres/App.php
+++ b/SlimPostgres/App.php
@@ -366,9 +366,8 @@ class App
private function getBaseUrl()
{
- global $config;
$baseUrl = "https://";
- if ($config['domainUseWww']) {
+ i... | fix config var problem in method | it-all_slim-postgres | train | php |
47ccb6f82dc45c5ce6a7eabafa87941676560987 | diff --git a/face/geomajas-face-pure-gwt/client-impl/src/main/java/org/geomajas/puregwt/client/map/render/MapRendererImpl.java b/face/geomajas-face-pure-gwt/client-impl/src/main/java/org/geomajas/puregwt/client/map/render/MapRendererImpl.java
index <HASH>..<HASH> 100644
--- a/face/geomajas-face-pure-gwt/client-impl/src... | PURE-<I>: Only the opacity of the html container that represents the given RasterLayer is changed. | geomajas_geomajas-project-client-gwt2 | train | java |
94ae2e1c3d3d3114688cdd9b695d1e75af80020d | diff --git a/lib/codemirror.js b/lib/codemirror.js
index <HASH>..<HASH> 100644
--- a/lib/codemirror.js
+++ b/lib/codemirror.js
@@ -1285,6 +1285,7 @@
on(te, "compositionstart", function() {
var start = cm.getCursor("from");
+ if (input.composing) input.composing.range.clear()
input.comp... | Make sure composition underlines are removed even if events are fired in bad order
Issue #<I> | codemirror_CodeMirror | train | js |
8d996502e1757f1f2d01e09b3afcd8d483406738 | diff --git a/lib/scalra.js b/lib/scalra.js
index <HASH>..<HASH> 100644
--- a/lib/scalra.js
+++ b/lib/scalra.js
@@ -52,6 +52,13 @@ document.addEventListener ("DOMContentLoaded", function () {
var onSocketEvent = (typeof onSocketEvent === 'function' ? onSocketEvent : undefined);
var type = (typeof connectType === 'st... | get basePort from url by default | imonology_scalra | train | js |
cc80dea1466986c74a31b49a870ce58b1aed55c4 | diff --git a/simulator/src/test/java/com/hazelcast/simulator/agent/AgentSmokeTest.java b/simulator/src/test/java/com/hazelcast/simulator/agent/AgentSmokeTest.java
index <HASH>..<HASH> 100644
--- a/simulator/src/test/java/com/hazelcast/simulator/agent/AgentSmokeTest.java
+++ b/simulator/src/test/java/com/hazelcast/simul... | Removed override of property "worker.testmethod.timeout" to fix timeout issue on build server. | hazelcast_hazelcast-simulator | train | java |
e101cede8ace0e36c679bf3ef3fe9afc4b6536ff | diff --git a/hazelcast/src/main/java/com/hazelcast/internal/diagnostics/Diagnostics.java b/hazelcast/src/main/java/com/hazelcast/internal/diagnostics/Diagnostics.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/internal/diagnostics/Diagnostics.java
+++ b/hazelcast/src/main/java/com/hazelcast... | Upgraded Diagnostics file size to <I>mb
From <I>mb.
I see that diagnostics files can fill up pretty quickly and then
you start to loose history due to rollover. So now we can keep
5x as much history by default. | hazelcast_hazelcast | train | java |
ea5d3e5d268edf91fcd34808992bbad6c908604e | diff --git a/src/OrbitDB.js b/src/OrbitDB.js
index <HASH>..<HASH> 100644
--- a/src/OrbitDB.js
+++ b/src/OrbitDB.js
@@ -119,8 +119,8 @@ class OrbitDB {
// .on('end', () => resolve(buf))
// }).catch((e) => reject(e));
resolve(JSON.stringify({
- name: 'localhost dev network',
- ... | Change placeholder network info to devnet | orbitdb_orbit-db | train | js |
135f555c47b958cd623c71ff0096ab34f5071362 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -600,8 +600,6 @@ Pagelet.readable('stringify', function stringify(data, replacer) {
* @api private
*/
Pagelet.readable('discover', function discover() {
- if (!this.length) return this.emit('discover');
-
var req = th... | [fix] always discover to allow single pagelets to work | bigpipe_pagelet | train | js |
082da35e382361863b79c0ca42205d5a52b4390a | diff --git a/src/python/grpcio_tests/commands.py b/src/python/grpcio_tests/commands.py
index <HASH>..<HASH> 100644
--- a/src/python/grpcio_tests/commands.py
+++ b/src/python/grpcio_tests/commands.py
@@ -231,6 +231,9 @@ class TestGevent(setuptools.Command):
# TODO(https://github.com/grpc/grpc/pull/15411) enable... | Add a list of banned macOS gevent tests (#<I>) | grpc_grpc | train | py |
f4e9215bf3323e951e31bea1516cf02220788a09 | diff --git a/EventListener/Traits/ClassChecker.php b/EventListener/Traits/ClassChecker.php
index <HASH>..<HASH> 100644
--- a/EventListener/Traits/ClassChecker.php
+++ b/EventListener/Traits/ClassChecker.php
@@ -13,7 +13,7 @@ trait ClassChecker
/**
* @param string $classAnalyzer class analyzer FQCN
- ... | (minor) Fixed some phpDocs (@return self) | blast-project_BaseEntitiesBundle | train | php |
001e36be092904b9d0f1133cb6de64b3682a4f73 | diff --git a/spec/datagrid/helper_spec.rb b/spec/datagrid/helper_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/datagrid/helper_spec.rb
+++ b/spec/datagrid/helper_spec.rb
@@ -20,7 +20,7 @@ describe Datagrid::Helper do
) }
let(:grid) { SimpleReport.new }
- describe ".report_table" do
+ describe ".datagrid_tabl... | Fixed #datagrid_order_for helper | bogdan_datagrid | train | rb |
9b19005273da79b96628aa3541a7bf9db6293f22 | diff --git a/Tests/Unit/Sync/Panther/StorageManager/MysqlStorageManagerTest.php b/Tests/Unit/Sync/Panther/StorageManager/MysqlStorageManagerTest.php
index <HASH>..<HASH> 100644
--- a/Tests/Unit/Sync/Panther/StorageManager/MysqlStorageManagerTest.php
+++ b/Tests/Unit/Sync/Panther/StorageManager/MysqlStorageManagerTest.p... | Add test to achieve <I>% test coverage | ongr-archive_ConnectionsBundle | train | php |
c0ad2d3f771b4e0330a991ef61cd0e1a51c6aadf | diff --git a/src/Zeus/Helpers/Controller/Helpers.php b/src/Zeus/Helpers/Controller/Helpers.php
index <HASH>..<HASH> 100644
--- a/src/Zeus/Helpers/Controller/Helpers.php
+++ b/src/Zeus/Helpers/Controller/Helpers.php
@@ -73,7 +73,7 @@ class Helpers implements HelpersInterface
* @param string $message
* @param... | make filePutsContents method called statically | GetOlympus_Zeus-Core | train | php,php |
cdbd1e61ef47c58394a3fffd8bc1884b15b68ece | diff --git a/src/request/sign-transaction/SignTransaction.js b/src/request/sign-transaction/SignTransaction.js
index <HASH>..<HASH> 100644
--- a/src/request/sign-transaction/SignTransaction.js
+++ b/src/request/sign-transaction/SignTransaction.js
@@ -182,7 +182,7 @@ class SignTransaction {
* @param {number} [minD... | Hide value decimals if there aren't any | nimiq_keyguard-next | train | js |
e20ca9cb0d3fbc178cbb54ed3299a157a68db89b | diff --git a/ical.js b/ical.js
index <HASH>..<HASH> 100755
--- a/ical.js
+++ b/ical.js
@@ -115,6 +115,7 @@
);
newDate = addTZ(newDate, params);
+ newDate.dateOnly = true;
// Store as string - worst case scenario
return storeValParam(name)(newDate, curr)
diff --gi... | Adding a dateOnly property when only the date is given. Fixes #<I> | peterbraden_ical.js | train | js,js |
6097c8fbab771848f40244ded07efc9f7efc13fc | diff --git a/cloudflare.go b/cloudflare.go
index <HASH>..<HASH> 100644
--- a/cloudflare.go
+++ b/cloudflare.go
@@ -35,6 +35,20 @@ func NewZone() *Zone {
return &Zone{}
}
+// ZoneIDByName retrieves a zone's ID from the name.
+func (api *API) ZoneIDByName(zoneName string) (string, error) {
+ res, err := api.ListZone... | Add ZoneIDByName convenience method to get a zone's ID | cloudflare_cloudflare-go | train | go |
02ca1124e90248acde14ec408252bd01aac58680 | diff --git a/examples/pptxgenjs-demo.js b/examples/pptxgenjs-demo.js
index <HASH>..<HASH> 100644
--- a/examples/pptxgenjs-demo.js
+++ b/examples/pptxgenjs-demo.js
@@ -183,7 +183,7 @@ function execGenSlidesFuncs(type) {
{ 'placeholder':
{
options: { name:'body', type:'body', x:0.6, y:1.5, w:12, h:5.25 ... | removed a piece of ES6 code | gitbrent_PptxGenJS | train | js |
0567deb9430ef4ef7cb42983e54e96cd3de06bc1 | diff --git a/src/Providers/OEmbed.php b/src/Providers/OEmbed.php
index <HASH>..<HASH> 100644
--- a/src/Providers/OEmbed.php
+++ b/src/Providers/OEmbed.php
@@ -183,16 +183,15 @@ class OEmbed extends Provider implements ProviderInterface
$images[] = $this->bag->get('url');
}
- if ($this->ba... | Issue #<I> - OEmbed doesn't handle returned arrays of images | oscarotero_Embed | train | php |
4a02a757fde29ba21d241c838c8114f64a393fae | diff --git a/lib/sinatra/base.rb b/lib/sinatra/base.rb
index <HASH>..<HASH> 100644
--- a/lib/sinatra/base.rb
+++ b/lib/sinatra/base.rb
@@ -850,6 +850,8 @@ module Sinatra
include Helpers
include Templates
+ URI = ::URI.const_defined?(:Parser) ? ::URI::Parser.new : ::URI
+
attr_accessor :app
attr... | Use URI::Parser#unescape instead of URI::decode
URI::decode is deprecated as of Ruby <I>.
See:
- <URL> | sinatra_sinatra | train | rb |
fa3cbbba4dc04306e07f84bb441b9b805e8d20a0 | diff --git a/tensorflow_probability/python/distributions/distribution_properties_test.py b/tensorflow_probability/python/distributions/distribution_properties_test.py
index <HASH>..<HASH> 100644
--- a/tensorflow_probability/python/distributions/distribution_properties_test.py
+++ b/tensorflow_probability/python/distrib... | Blocklist MVNDiagCovariancePlusLowRankCovariance from ShapeFn tests.
PiperOrigin-RevId: <I> | tensorflow_probability | train | py |
e6cac50dbe2b707e3293df19f0674c41728f5313 | diff --git a/tfatool/cgi.py b/tfatool/cgi.py
index <HASH>..<HASH> 100644
--- a/tfatool/cgi.py
+++ b/tfatool/cgi.py
@@ -35,7 +35,7 @@ def prep_request(method, entrypoint, url=URL, req_kwargs=None, **params):
req_kwargs = req_kwargs or {}
request = requests.Request(method, resource, params=params, **req_kwargs)... | tfatool/cgi.py
CGI request logging at debug level | TadLeonard_tfatool | train | py,py |
85c2260b11865e337349a30a258a0e5313f0f55c | diff --git a/internal/service/networkmanager/site_data_source_test.go b/internal/service/networkmanager/site_data_source_test.go
index <HASH>..<HASH> 100644
--- a/internal/service/networkmanager/site_data_source_test.go
+++ b/internal/service/networkmanager/site_data_source_test.go
@@ -48,7 +48,7 @@ resource "aws_netwo... | Fix terrafmt errors in acceptance test configurations. | terraform-providers_terraform-provider-aws | train | go |
da987bd30cf1407f79ea190fe0e2d02dd3b12cf0 | diff --git a/nox.py b/nox.py
index <HASH>..<HASH> 100644
--- a/nox.py
+++ b/nox.py
@@ -347,6 +347,7 @@ def clean(session):
get_path('.cache'),
get_path('.coverage'),
get_path('build'),
+ get_path('src', 'bezier', '__pycache__'),
get_path('tests', '__pycache__'),
get_p... | Updating `nox -s clean` for inplace Python 3 installs. | dhermes_bezier | train | py |
ec1fb4f369d26f0a65a6c938b57e1c122eec2fa6 | diff --git a/acceptance/lib/puppet_x/acceptance/external_cert_fixtures.rb b/acceptance/lib/puppet_x/acceptance/external_cert_fixtures.rb
index <HASH>..<HASH> 100644
--- a/acceptance/lib/puppet_x/acceptance/external_cert_fixtures.rb
+++ b/acceptance/lib/puppet_x/acceptance/external_cert_fixtures.rb
@@ -35,7 +35,7 @@ cla... | (PUP-<I>) Removed newline from host_entry test fixture
This commit removes the newline character from the end of the host_entry
method in the acceptance test ExternalCertFixtures. The presence of this
character was causing the jetty_external_root_ca.rb test, when run on
Debian, to not properly set the needed hostname... | puppetlabs_puppet | train | rb |
b987ead53f4bf92818902eb1ed18262c68ed454b | diff --git a/tests/SessionTests.php b/tests/SessionTests.php
index <HASH>..<HASH> 100644
--- a/tests/SessionTests.php
+++ b/tests/SessionTests.php
@@ -90,6 +90,20 @@ class SessionTests extends PHPUnit_Framework_TestCase
}
+ public function testSetOptionWithError()
+ {
+
+ $this->assertFalse(@static::getInstance(... | Added another session test for <I>% coverage. | jyggen_curl | train | php |
93fa56eb85e96baebbf2fce4c350c8e4df5df449 | diff --git a/src/com/google/javascript/jscomp/parsing/TypeTransformationParser.java b/src/com/google/javascript/jscomp/parsing/TypeTransformationParser.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/parsing/TypeTransformationParser.java
+++ b/src/com/google/javascript/jscomp/parsing/TypeTransfo... | Adjust line numbers of TTL expressions to their correct values.
The column numbers are still wrong for some nodes, but this makes it easier to debug TTL issues.
-------------
Created by MOE: <URL> | google_closure-compiler | train | java |
460915447592ed9d95d17449df1339ea9771438b | diff --git a/packages/tree/src/model/node.js b/packages/tree/src/model/node.js
index <HASH>..<HASH> 100644
--- a/packages/tree/src/model/node.js
+++ b/packages/tree/src/model/node.js
@@ -132,7 +132,7 @@ export default class Node {
this.expand(null, store.autoExpandParent);
}
- if (key && store.currentN... | Tree: fix current-node-key === 0 bug | ElemeFE_element | train | js |
46d95b4c5fda9f25d37cb0b605a10d15a1d710a1 | diff --git a/src/trackers/redmine.py b/src/trackers/redmine.py
index <HASH>..<HASH> 100644
--- a/src/trackers/redmine.py
+++ b/src/trackers/redmine.py
@@ -8,6 +8,29 @@ from trackers.base import IssueTracker
import requests
import json
import urllib
+import color
+
+_PRIORITY_COLORS = {
+ 'Immediate': color.bright... | Coloring redmine statuses and priorities | pignacio_issue2branch | train | py |
4c8deae96067a9694a0edbd28b8feb6051012006 | diff --git a/lib/listings/base.rb b/lib/listings/base.rb
index <HASH>..<HASH> 100644
--- a/lib/listings/base.rb
+++ b/lib/listings/base.rb
@@ -112,7 +112,9 @@ module Listings
def query_items(params)
@params = params
- @data_source = Sources::DataSource.for(self.model_class)
+
+ @data_source = se... | Allow listing model to be a block that returns the DataSource to be used.
Restrict ObjectDataSource to act upon Array only | manastech_listings | train | rb,rb |
a2515b4d5c116a8ae010b517c69492f90cc6e438 | diff --git a/lib/config-generator.js b/lib/config-generator.js
index <HASH>..<HASH> 100644
--- a/lib/config-generator.js
+++ b/lib/config-generator.js
@@ -193,7 +193,7 @@ class ConfigGenerator {
}
if (this.webpackConfig.useTypeScriptLoader) {
- this.webpackConfig.addLoader({
+ ... | Fix ts-loader being added everytime getWebpackConfig is called | symfony_webpack-encore | train | js |
584068c26e00bfeb7c4623876552d50f4e9c1618 | diff --git a/src/camera.js b/src/camera.js
index <HASH>..<HASH> 100644
--- a/src/camera.js
+++ b/src/camera.js
@@ -121,6 +121,10 @@ export class IsometricCamera extends Camera {
constructor(scene, options = {}) {
super(scene);
this.axis = options.axis || { x: 0, y: 1 };
+ if (this.axis.len... | camera: also allow isometric axis to be passed as 2-elem array | tangrams_tangram | train | js |
4fac690ace82f84c2edafa7349166112ce043b37 | diff --git a/lib/classes/plugin_manager.php b/lib/classes/plugin_manager.php
index <HASH>..<HASH> 100644
--- a/lib/classes/plugin_manager.php
+++ b/lib/classes/plugin_manager.php
@@ -753,6 +753,13 @@ class core_plugin_manager {
global $CFG;
if (empty($branch)) {
$branch = $CFG->branch;
+ ... | MDL-<I> core: changed branch behaviour during initial install. | moodle_moodle | train | php |
6ead8f7abad9f26d8128242e34c3467c55258499 | diff --git a/atomicpuppy/atomicpuppy.py b/atomicpuppy/atomicpuppy.py
index <HASH>..<HASH> 100644
--- a/atomicpuppy/atomicpuppy.py
+++ b/atomicpuppy/atomicpuppy.py
@@ -216,14 +216,26 @@ class Page:
e.get("eventType"), e.get("eventId"))
return None
try:
- metadata = json.... | Catch exeption raised by event missing metaData and linkMetaData | madedotcom_atomicpuppy | train | py |
2a2b2c427a7437bebd5805c0308bee5716a510d7 | diff --git a/lib/6to5/transformers/unicode-regex.js b/lib/6to5/transformers/unicode-regex.js
index <HASH>..<HASH> 100644
--- a/lib/6to5/transformers/unicode-regex.js
+++ b/lib/6to5/transformers/unicode-regex.js
@@ -1,6 +1,6 @@
-var regexpu = require("regexpu");
-var b = require("ast-types").builders;
-var _ ... | more specific require for regexpu to prevent unneccesary loading | babel_babel | train | js |
154f677d094c80fd9a46374bbd22b23821010dd6 | diff --git a/capsule/src/main/java/Capsule.java b/capsule/src/main/java/Capsule.java
index <HASH>..<HASH> 100644
--- a/capsule/src/main/java/Capsule.java
+++ b/capsule/src/main/java/Capsule.java
@@ -3381,9 +3381,9 @@ public class Capsule implements Runnable {
final String rename = (String) fileAndRenam... | Copy native libs to writeable app cache only if rename != null | puniverse_capsule | train | java |
0a0185d9b4be3acea41d8466c36de7b0d8d2c721 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ setup(
author_email='slok69@gmail.com',
url='https://github.com/slok/prometheus-python',
packages=packages,
- package_data={'': ['LICENSE']},
+ package_data={'': ['LICENSE', 'requirements.tx... | Added requirements to setup.py | slok_prometheus-python | train | py |
2dc479fa3b5c549c0fb0f0311344c5e264550729 | diff --git a/lib/skroutz/resource.rb b/lib/skroutz/resource.rb
index <HASH>..<HASH> 100644
--- a/lib/skroutz/resource.rb
+++ b/lib/skroutz/resource.rb
@@ -28,7 +28,7 @@ class Skroutz::Resource
protected
- def respond_to?(method, include_priv = false)
+ def respond_to_missing?(method, include_priv = false)
... | Use respond_to_missing? instead of overriding respond_to in Resource | skroutz_skroutz.rb | train | rb |
74d35c103894490f4408b3d4242fedef2410d155 | diff --git a/db-migrator-integration-test/src/test/java/org/javalite/db_migrator/AbstractIntegrationSpec.java b/db-migrator-integration-test/src/test/java/org/javalite/db_migrator/AbstractIntegrationSpec.java
index <HASH>..<HASH> 100644
--- a/db-migrator-integration-test/src/test/java/org/javalite/db_migrator/AbstractI... | #<I> - db-migrator-integration-test not passing on Travis due to security | javalite_activejdbc | train | java |
9f4938466675584126be1e0322542421ba56ae76 | diff --git a/lib/userlist/config.rb b/lib/userlist/config.rb
index <HASH>..<HASH> 100644
--- a/lib/userlist/config.rb
+++ b/lib/userlist/config.rb
@@ -33,9 +33,8 @@ module Userlist
end
def method_missing(name, *args, &block)
- name = name.to_s
-
if respond_to_missing?(name)
+ name = name.... | Only convert to string when it's needed | userlistio_userlist-ruby | train | rb |
874cef2f7571356c8028bbe8cb6ca76e14bb34a6 | diff --git a/src/plugins/plugin-debug.js b/src/plugins/plugin-debug.js
index <HASH>..<HASH> 100644
--- a/src/plugins/plugin-debug.js
+++ b/src/plugins/plugin-debug.js
@@ -96,7 +96,7 @@ define('seajs/plugin-debug', [], function() {
var div = document.createElement('div')
div.innerHTML = html
- document.bo... | Do not throw error when document.body is unready | seajs_seajs | train | js |
033258f59ad28743766da133cf8a0e1cfd29993f | diff --git a/test/e2e/specs/wp-signup-spec.js b/test/e2e/specs/wp-signup-spec.js
index <HASH>..<HASH> 100644
--- a/test/e2e/specs/wp-signup-spec.js
+++ b/test/e2e/specs/wp-signup-spec.js
@@ -1483,7 +1483,7 @@ describe( `[${ host }] Sign Up (${ screenSize }, ${ locale })`, function() {
} );
} );
- describe( 'Imp... | Disable import in Sign up (#<I>) | Automattic_wp-calypso | train | js |
1efcca0e872a68dc3d9ff75ea066a279c2b7b717 | diff --git a/pyArango/database.py b/pyArango/database.py
index <HASH>..<HASH> 100644
--- a/pyArango/database.py
+++ b/pyArango/database.py
@@ -59,7 +59,7 @@ class Database(object) :
self.collections[colName] = colObj
else :
- raise updateError(data["errorMessage"], data)
+ ... | Fixing typo in call to UpdateError exception | ArangoDB-Community_pyArango | train | py |
f5da61d1342d3b7ba267c996f913a2481ecaccaa | diff --git a/bundles/org.eclipse.orion.client.core/static/js/commands.js b/bundles/org.eclipse.orion.client.core/static/js/commands.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.core/static/js/commands.js
+++ b/bundles/org.eclipse.orion.client.core/static/js/commands.js
@@ -467,6 +467,7 @@ eclip... | add link class to links (this also increases hit area of image and spacing a bit) | eclipse_orion.client | train | js |
6bd214862d952a6721ddca00793214b524d9ba8a | diff --git a/macroeco/models/_curves.py b/macroeco/models/_curves.py
index <HASH>..<HASH> 100644
--- a/macroeco/models/_curves.py
+++ b/macroeco/models/_curves.py
@@ -230,13 +230,13 @@ class mete_sar_gen(curve):
lower = 1
upper = array_size + 1
S = 0
- print S0,N0
+ #print S0,N0... | Commented printing in mete_sar fxn | jkitzes_macroeco | train | py |
4dae9ca02ff5d2a404a0e28a789549eb943cc43a | diff --git a/src/Client/StreamHandler.php b/src/Client/StreamHandler.php
index <HASH>..<HASH> 100644
--- a/src/Client/StreamHandler.php
+++ b/src/Client/StreamHandler.php
@@ -316,6 +316,10 @@ class StreamHandler
private function add_debug(array $request, &$options, $value, &$params)
{
+ if ($value ==... | debug=false validation added | guzzle_RingPHP | train | php |
d5d66f7024eec6797fc11ef4cf3e2b1e931d1761 | diff --git a/views/single.blade.php b/views/single.blade.php
index <HASH>..<HASH> 100644
--- a/views/single.blade.php
+++ b/views/single.blade.php
@@ -16,6 +16,12 @@
</div>
</div>
+ @if (is_active_sidebar('content-area'))
+ <div class="grid sideb... | Added content-widget-area to single posts | helsingborg-stad_Municipio | train | php |
c8808ee5e5059657d8704734f66513da4540e210 | diff --git a/drools-planner-examples/src/main/java/org/drools/planner/examples/nurserostering/solver/move/factory/ShiftAssignmentPillarPartSwitchMoveFactory.java b/drools-planner-examples/src/main/java/org/drools/planner/examples/nurserostering/solver/move/factory/ShiftAssignmentPillarPartSwitchMoveFactory.java
index <... | findbugs be a _static_ inner class? | kiegroup_optaplanner | train | java |
833bf2945f7f020d8485c8e18dcbb78ce7ec1b2a | diff --git a/stl/__about__.py b/stl/__about__.py
index <HASH>..<HASH> 100644
--- a/stl/__about__.py
+++ b/stl/__about__.py
@@ -1,6 +1,6 @@
__package_name__ = 'numpy-stl'
__import_name__ = 'stl'
-__version__ = '2.10.1'
+__version__ = '2.11.0'
__author__ = 'Rick van Hattem'
__author_email__ = 'Wolph@Wol.ph'
__descri... | Incrementing version to <I> | WoLpH_numpy-stl | train | py |
141b7981279db077c424f3211c447548762edd01 | diff --git a/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php b/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php
+++ b/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php
@@ -28,10 +28,11 @@ class... | make it possible to define the file extension | symfony_symfony | train | php |
0841516f31f6d0fca0e2e542c5a8714b7823c0e3 | diff --git a/lib/aws/pageable_response.rb b/lib/aws/pageable_response.rb
index <HASH>..<HASH> 100644
--- a/lib/aws/pageable_response.rb
+++ b/lib/aws/pageable_response.rb
@@ -36,21 +36,21 @@ module Aws
# hash to the constructor. If the hash is empty, then paging
# will be disabled.
#
- # # disables pagigng... | Corrected the indentation of a few documentation examples. | aws_aws-sdk-ruby | train | rb |
ff30bea0877f1ef4b177e48a2a2b6f34b7aaa298 | diff --git a/osmnx/simplification.py b/osmnx/simplification.py
index <HASH>..<HASH> 100644
--- a/osmnx/simplification.py
+++ b/osmnx/simplification.py
@@ -113,10 +113,19 @@ def _build_path(G, node, endpoints, path):
# if this successor is already in the path, ignore it, otherwise add
# it to t... | fix _build_path to cover long roads without RecursionError | gboeing_osmnx | train | py |
ec07b52ea9c00b4b2b0e3915c443ff9263862e11 | diff --git a/lib/declarative_authorization/obligation_scope.rb b/lib/declarative_authorization/obligation_scope.rb
index <HASH>..<HASH> 100644
--- a/lib/declarative_authorization/obligation_scope.rb
+++ b/lib/declarative_authorization/obligation_scope.rb
@@ -246,15 +246,13 @@ module Authorization
case [exist... | don't re-order joins; merge in place instead | stffn_declarative_authorization | train | rb |
1d1b7b2624745e8d3605a159a0de37fb8ac95f5a | diff --git a/example/sp-wsgi/sp.py b/example/sp-wsgi/sp.py
index <HASH>..<HASH> 100755
--- a/example/sp-wsgi/sp.py
+++ b/example/sp-wsgi/sp.py
@@ -877,8 +877,17 @@ if __name__ == '__main__':
POLICY = service_conf.POLICY
add_urls()
-
- ds.DefaultSignature(service_conf.SIGN_ALG, service_conf.DIGEST_ALG)
+ ... | Changed the sp to accept config files without sign and digest configurations. | IdentityPython_pysaml2 | train | py |
6829e8168ee588952813f84232cbf58d71c9ec47 | diff --git a/bundles/org.eclipse.orion.client.editor/web/js-tests/editor/models/textModelTests.js b/bundles/org.eclipse.orion.client.editor/web/js-tests/editor/models/textModelTests.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.editor/web/js-tests/editor/models/textModelTests.js
+++ b/bundles/or... | [nobug] - disable missing nls warning in test file | eclipse_orion.client | train | js |
6bf02657b6ccc47d01fa19f1ccc496480bd768c5 | diff --git a/src/Psalm/Internal/Codebase/ClassConstantByWildcardResolver.php b/src/Psalm/Internal/Codebase/ClassConstantByWildcardResolver.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Internal/Codebase/ClassConstantByWildcardResolver.php
+++ b/src/Psalm/Internal/Codebase/ClassConstantByWildcardResolver.php
@@ -55,6 ... | qa: ensure `array_merge` has at least one argument | vimeo_psalm | train | php |
fa46ddaf5a7c52f632c171d8502e56f65c02d630 | diff --git a/lib/ftl/client.rb b/lib/ftl/client.rb
index <HASH>..<HASH> 100644
--- a/lib/ftl/client.rb
+++ b/lib/ftl/client.rb
@@ -37,9 +37,11 @@ module Ftl
def initialize(args=nil, opts={})
load_config(opts)
- @con = Fog::Compute.new(:provider => 'AWS', :aws_secret_access_key => options['SECRET_ACCE... | Don't try to initialize Fog if the command is "edit" | lodestone_ftl | train | rb |
83ca1345abe09edbd389eba0593c3e2a030680bc | diff --git a/pydsl/Parser/Weighted.py b/pydsl/Parser/Weighted.py
index <HASH>..<HASH> 100644
--- a/pydsl/Parser/Weighted.py
+++ b/pydsl/Parser/Weighted.py
@@ -159,7 +159,7 @@ class WeightedParser(TopDownParser):
#result += self.__recursive_parser(alternative.rightside, data, alternative, showerrors)
... | fixed tuple and list comparison | nesaro_pydsl | train | py |
0b90095eafe2d4f09e4c2bb89ab8b54abc7b4257 | diff --git a/packages/core/parcel-bundler/src/Logger.js b/packages/core/parcel-bundler/src/Logger.js
index <HASH>..<HASH> 100644
--- a/packages/core/parcel-bundler/src/Logger.js
+++ b/packages/core/parcel-bundler/src/Logger.js
@@ -42,7 +42,7 @@ class Logger {
return;
}
- this.write(this.chalk.yellow(me... | Add a warning emoji to the logger (#<I>) | parcel-bundler_parcel | train | js,js |
f00cffc0c1e2f2ef19f4de5af5159fb00ee6be92 | diff --git a/cloud_blobstore/s3.py b/cloud_blobstore/s3.py
index <HASH>..<HASH> 100644
--- a/cloud_blobstore/s3.py
+++ b/cloud_blobstore/s3.py
@@ -6,8 +6,8 @@ import typing
from boto3.s3.transfer import TransferConfig
-from botocore.vendored.requests.exceptions import ConnectTimeout, ReadTimeout
from botocore.exc... | Update exception thrown to match s3/botocore's change. (#<I>) | HumanCellAtlas_cloud-blobstore | train | py |
1eb6fb89f79a189a94846d37457733f314fd38fd | diff --git a/sparc/apps/cache/cache.py b/sparc/apps/cache/cache.py
index <HASH>..<HASH> 100644
--- a/sparc/apps/cache/cache.py
+++ b/sparc/apps/cache/cache.py
@@ -171,11 +171,16 @@ class cache(object):
area.initialize()
while True:
try:
- new = area.import_source(source)
+ ... | iterate cache source manually, so to be able to catch interupt signal
faster | davisd50_sparc.apps.cache | train | py |
6cdc571aa7db661f9676077ca04dd2d73cb1f209 | diff --git a/src/frontend/org/voltdb/compiler/statements/DropTopic.java b/src/frontend/org/voltdb/compiler/statements/DropTopic.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/compiler/statements/DropTopic.java
+++ b/src/frontend/org/voltdb/compiler/statements/DropTopic.java
@@ -23,6 +23,7 @@ import org.... | ENG-<I>: when dropping a topic, make sure to add the stream back to unspecified target connector (#<I>) | VoltDB_voltdb | train | java |
f18ebf23c37f03c9173be32424608654b2818137 | diff --git a/src/infi/projector/plugins/builtins/version/__init__.py b/src/infi/projector/plugins/builtins/version/__init__.py
index <HASH>..<HASH> 100644
--- a/src/infi/projector/plugins/builtins/version/__init__.py
+++ b/src/infi/projector/plugins/builtins/version/__init__.py
@@ -119,7 +119,7 @@ class VersionPlugin(C... | HOSTDEV-<I> fixing previous commit | Infinidat_infi.projector | train | py |
417bb88bdc6f8894848f9b27e3ea963945898704 | diff --git a/src/Search/Results.php b/src/Search/Results.php
index <HASH>..<HASH> 100644
--- a/src/Search/Results.php
+++ b/src/Search/Results.php
@@ -21,7 +21,7 @@ class Results
/**
* @param array $items
- * @param Integer $totalItems
+ * @param \ValueObjects\Number\Integer $totalItems
*/
... | III-<I>: Use complete class name for Integer type hinting in docblocks to prevent IDE confusion with int. | cultuurnet_udb3-php | train | php |
ae3adf4f4f3b1270d9f8b41a02b61d47d9b89012 | diff --git a/core/flyout_vertical.js b/core/flyout_vertical.js
index <HASH>..<HASH> 100644
--- a/core/flyout_vertical.js
+++ b/core/flyout_vertical.js
@@ -237,7 +237,7 @@ Blockly.VerticalFlyout.prototype.setMetrics_ = function(xyRatio) {
this.workspace_.translate(this.workspace_.scrollX + metrics.absoluteLeft,
... | Don't attempt to give the flyout negative height
Fixes #<I> | LLK_scratch-blocks | train | js |
b58f860fc1c614223baad7ed6775115fa5322eb5 | diff --git a/lib/survey_gizmo/api/survey.rb b/lib/survey_gizmo/api/survey.rb
index <HASH>..<HASH> 100644
--- a/lib/survey_gizmo/api/survey.rb
+++ b/lib/survey_gizmo/api/survey.rb
@@ -7,7 +7,7 @@ module SurveyGizmo; module API
# @return [$2]
attribute :id, Integer
attribute :team, ... | renamed survey.rb variable to allow creation of surveys (previously returned errors) | jarthod_survey-gizmo-ruby | train | rb,rb |
351952c8fddb949ba3ae9794528063e3f3dc6d04 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -260,9 +260,6 @@ DailymotionAPI.prototype.upload = function(options) {
},
formData: {
file: fs.createReadStream(options.filepath)
- },
- headers: {
- ... | Fixed content-type override mistake | OtaK_dailymotion-sdk-node | train | js |
643c75f1548e4fabedc45a1413d3cd5dc8421f46 | diff --git a/Command/GenerateDoctrineDocumentCommand.php b/Command/GenerateDoctrineDocumentCommand.php
index <HASH>..<HASH> 100644
--- a/Command/GenerateDoctrineDocumentCommand.php
+++ b/Command/GenerateDoctrineDocumentCommand.php
@@ -7,7 +7,7 @@ use Sensio\Bundle\GeneratorBundle\Command\Helper\DialogHelper;
use Symfo... | For compatibility with doctrine/mongodb-odm:dev-master, the location of Mappings/Types has changed | iambrosi_IsmaAmbrosiGeneratorBundle | train | php |
f1956874c203c13477024ff8f622eb74f8f24e39 | diff --git a/api.py b/api.py
index <HASH>..<HASH> 100644
--- a/api.py
+++ b/api.py
@@ -35,9 +35,9 @@ from pyemma.msm.ui.hmsm_bayesian_estimator import BayesianHMSMEstimator as _Baye
from flux import tpt as tpt_factory
from pyemma.msm.estimators.msm_estimator import MSMEstimator as _MSMEstimator
-from ui import Impl... | changed ui to util in import | markovmodel_msmtools | train | py |
3683cd6b5cc45bb518be07e99fc3abe0e0b3102c | diff --git a/lib/DataManager/DataHandlerDrivers/PdoHandlerDriver.php b/lib/DataManager/DataHandlerDrivers/PdoHandlerDriver.php
index <HASH>..<HASH> 100644
--- a/lib/DataManager/DataHandlerDrivers/PdoHandlerDriver.php
+++ b/lib/DataManager/DataHandlerDrivers/PdoHandlerDriver.php
@@ -15,6 +15,8 @@ namespace CondorcetPHP\... | Fix property type DataContextInterface for PDO driver (PHP <I>) | julien-boudry_Condorcet | train | php |
11310954ead5bc13d35aa1115bee7fa6c2eb16f8 | diff --git a/version.php b/version.php
index <HASH>..<HASH> 100644
--- a/version.php
+++ b/version.php
@@ -29,11 +29,11 @@
defined('MOODLE_INTERNAL') || die();
-$version = 2014041101.00; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2014041500.00; // YYYYMMDD ... | on-demand release <I>beta+ | moodle_moodle | train | php |
79db35f964e37b563cf63da519eced9ba07ab8bb | diff --git a/src/Tymon/JWTAuth/JWTAuth.php b/src/Tymon/JWTAuth/JWTAuth.php
index <HASH>..<HASH> 100755
--- a/src/Tymon/JWTAuth/JWTAuth.php
+++ b/src/Tymon/JWTAuth/JWTAuth.php
@@ -103,7 +103,7 @@ class JWTAuth {
$id = $this->provider->getSubject($this->token);
- if (! $user = $this->auth->loginUsingId($id) )
+ ... | adding once using id method to remove session/cookie dependency | tymondesigns_jwt-auth | train | php |
cf0eec4c2e11a855deac7f5c8e45be88f6c3ea71 | diff --git a/core/testMinimumPhpVersion.php b/core/testMinimumPhpVersion.php
index <HASH>..<HASH> 100644
--- a/core/testMinimumPhpVersion.php
+++ b/core/testMinimumPhpVersion.php
@@ -100,7 +100,7 @@ if (!function_exists('Piwik_ExitWithMessage')) {
</ul>';
}
if ($optionalLi... | Fix: window.back() does not exist!
Uncaught TypeError: Object [object global] has no method 'back'
--> window.history.back() | matomo-org_matomo | train | php |
61f06abf19361c8021f3952847b14f727ae1fa7c | diff --git a/lib/fastlane_core/configuration.rb b/lib/fastlane_core/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/fastlane_core/configuration.rb
+++ b/lib/fastlane_core/configuration.rb
@@ -62,7 +62,7 @@ module FastlaneCore
# `if value == nil` instead of ||= because false is also a valid value
- ... | Added information on how to not be asked about a value | fastlane_fastlane | train | rb |
a0fb9e8e65c9aa9a4fabb2ab507627e9877f39d6 | diff --git a/mod/wiki/ewiki/plugins/moodle/moodle_wikidump.php b/mod/wiki/ewiki/plugins/moodle/moodle_wikidump.php
index <HASH>..<HASH> 100644
--- a/mod/wiki/ewiki/plugins/moodle/moodle_wikidump.php
+++ b/mod/wiki/ewiki/plugins/moodle/moodle_wikidump.php
@@ -402,21 +402,7 @@ function ewiki_page_wiki_dump_send($exportbi... | merged from MOODLE_<I>_STABLE; updated zipping code - see bug #<I> | moodle_moodle | train | php |
73e9c2907f8e126fa72a6c42408e1848320bd2e5 | diff --git a/lib/authlogic/acts_as_authentic/queries/find_with_case.rb b/lib/authlogic/acts_as_authentic/queries/find_with_case.rb
index <HASH>..<HASH> 100644
--- a/lib/authlogic/acts_as_authentic/queries/find_with_case.rb
+++ b/lib/authlogic/acts_as_authentic/queries/find_with_case.rb
@@ -21,27 +21,11 @@ module Authlo... | FindWithCase no longer needs to support AR <I>
The where(condition, bind) signature is an AR <I> thing, not needed
in <I> or <I>. We dropped support for AR <I> when it reached EoL. | binarylogic_authlogic | train | rb |
1e279b0778107ad057e8cb747372a68d1d1fd7be | diff --git a/src/sap.ui.layout/src/sap/ui/layout/FixFlex.js b/src/sap.ui.layout/src/sap/ui/layout/FixFlex.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.layout/src/sap/ui/layout/FixFlex.js
+++ b/src/sap.ui.layout/src/sap/ui/layout/FixFlex.js
@@ -244,9 +244,15 @@ sap.ui.define(["jquery.sap.global", "sap/ui/core/Control... | [INTERNAL] sap.ui.layout.FixFlex: Flexible container scrolling is now ok
Change-Id: I<I>bd<I>de0f4a4fcf<I>d0c<I>ad<I>f | SAP_openui5 | train | js |
a2032c3042b0828b8ee3e5856f53264c26968f23 | diff --git a/tests/src/FunctionalJavascript/ThunderJavascriptTestBase.php b/tests/src/FunctionalJavascript/ThunderJavascriptTestBase.php
index <HASH>..<HASH> 100644
--- a/tests/src/FunctionalJavascript/ThunderJavascriptTestBase.php
+++ b/tests/src/FunctionalJavascript/ThunderJavascriptTestBase.php
@@ -20,6 +20,13 @@ ab... | Issue #<I> by mtodor, chr.fritsch: Failing tests with Drupal <I> | BurdaMagazinOrg_thunder-distribution | train | php |
195c73d04708c8b0471af9c80e25361f7dee8e25 | diff --git a/app/src/Bolt/BaseExtension.php b/app/src/Bolt/BaseExtension.php
index <HASH>..<HASH> 100644
--- a/app/src/Bolt/BaseExtension.php
+++ b/app/src/Bolt/BaseExtension.php
@@ -46,6 +46,10 @@ abstract class BaseExtension extends \Twig_Extension implements BaseExtensionInt
// Don't get config just yet. Le... | Prevent some notices: make sure 'getFunctions()' and 'getFilters()' always returns an array. | bolt_bolt | train | php |
fb9afc79e929d2987ed99296cd9c29366c9f5523 | diff --git a/test/runtime/connectivity.go b/test/runtime/connectivity.go
index <HASH>..<HASH> 100644
--- a/test/runtime/connectivity.go
+++ b/test/runtime/connectivity.go
@@ -93,6 +93,15 @@ var runtimeConnectivityTest = func(datapathMode string) func() {
return true
}, "Endpoints are not ready", &helpers.Tim... | test: Wait for netperf server to be up before connecting to it
Test netserver availability before testing connectivity
Fixes: #<I> | cilium_cilium | train | go |
05cbb65a310f4ff7523196f1493eb51c4bb98ddc | diff --git a/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java b/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java
index <HASH>..<HASH> 100644
--- a/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java
+++ b/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java
@... | Removed char version of isC0Control and made non public | lightbend_config | train | java |
a4fcfcee5dba08b736404de7fd96868466bd49a1 | diff --git a/lib/scrolls.rb b/lib/scrolls.rb
index <HASH>..<HASH> 100644
--- a/lib/scrolls.rb
+++ b/lib/scrolls.rb
@@ -6,6 +6,35 @@ require "scrolls/version"
module Scrolls
extend self
+ # Public: Initialize a Scrolls logger
+ #
+ # Convienence method to prepare for future releases. Currently mimics
+ # behav... | Introduce Scrolls.init to prepare for future releases. | asenchi_scrolls | train | rb |
813770ac7493d165f35e438d1ea0b8825b3ebfe7 | diff --git a/tests/test_library.py b/tests/test_library.py
index <HASH>..<HASH> 100644
--- a/tests/test_library.py
+++ b/tests/test_library.py
@@ -338,6 +338,9 @@ def test_library_ShowSection_search(tvshows, show):
episode = season.episode(episode=1)
_test_library_search(tvshows, episode)
+ # Additional ... | Add additional test for libtype fallback for search field | pkkid_python-plexapi | train | py |
b5785065524ae6f3addce2fc1d4cbadfd5b0dc29 | diff --git a/recorder.go b/recorder.go
index <HASH>..<HASH> 100644
--- a/recorder.go
+++ b/recorder.go
@@ -55,11 +55,13 @@ func (r *Recorder) init() {
ticker := time.NewTicker(1 * time.Second)
go func() {
for range ticker.C {
+ r.RLock()
// Only attempt to send spans if we're announced and if the buffer is... | Lock & RLock r.spans on loop and span send | instana_go-sensor | train | go |
101b5488abc5d975f7771505978023888fb97c1b | diff --git a/shinken/macroresolver.py b/shinken/macroresolver.py
index <HASH>..<HASH> 100644
--- a/shinken/macroresolver.py
+++ b/shinken/macroresolver.py
@@ -343,19 +343,19 @@ class MacroResolver(Borg):
# Get Fri 15 May 11:42:39 CEST 2009
def _get_long_date_time(self):
- return time.strftime("%a %d ... | Remove useless second parameter of time.strftime().
This defaults to localtime() anyway, no need to pass it. | Alignak-monitoring_alignak | train | py |
d3b97a3b5ce8aa87345ea39ad4adc7f465efa62d | diff --git a/pull_into_place/commands/05_design_models.py b/pull_into_place/commands/05_design_models.py
index <HASH>..<HASH> 100644
--- a/pull_into_place/commands/05_design_models.py
+++ b/pull_into_place/commands/05_design_models.py
@@ -13,7 +13,7 @@ Options:
--nstruct NUM, -n NUM [default: 10]
The nu... | Set consistent runtime limits for each step. | Kortemme-Lab_pull_into_place | train | py,py |
d0d6ce1bf4f7dc6490e5c30c0513ec919c3dfee2 | diff --git a/src/armet/resources/model.py b/src/armet/resources/model.py
index <HASH>..<HASH> 100644
--- a/src/armet/resources/model.py
+++ b/src/armet/resources/model.py
@@ -86,7 +86,8 @@ class BaseModel(base.BaseResource):
if self.prefetch:
# Prefetch all related attributes and store in a cache.... | Commented this out for now. | armet_python-armet | train | py |
f34a0baee81b4d9bea9c2ffc13abb334cb52f803 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -267,7 +267,7 @@ Color.prototype = {
const lum = [];
for (const [i, element] of rgb.entries()) {
const chan = element / 255;
- lum[i] = (chan <= 0.039_28) ? chan / 12.92 : ((chan + 0.055) / 1.055) ** 2.4;
+ lum[i... | use correct WCAG luminance constant (fixes #<I>) | Qix-_color | train | js |
5e4312feede7c2511b4d61a5723077c1b16c142d | diff --git a/spacy/cli/train.py b/spacy/cli/train.py
index <HASH>..<HASH> 100644
--- a/spacy/cli/train.py
+++ b/spacy/cli/train.py
@@ -84,11 +84,11 @@ def train(_, lang, output_dir, train_data, dev_data, n_iter=20, n_sents=0,
pbar.update(len(docs))
with nlp.use_params(optimizer.avera... | Evaluate loaded class, to ensure save/load works | explosion_spaCy | train | py |
249fa5edf8478f26814cf45da82d800a2cfc5ba0 | diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/editorCommands.js b/bundles/org.eclipse.orion.client.ui/web/orion/editorCommands.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.ui/web/orion/editorCommands.js
+++ b/bundles/org.eclipse.orion.client.ui/web/orion/editorCommands.js
@@ -63,8 ... | Fix: HTML rendered as text in 'Auth required' workflow | eclipse_orion.client | train | js |
3ea6abc486047ba9f8a987104c86e8aa7ed6d7d0 | diff --git a/lib/calais.js b/lib/calais.js
index <HASH>..<HASH> 100644
--- a/lib/calais.js
+++ b/lib/calais.js
@@ -137,7 +137,7 @@ Calais.prototype = {
}
});
}).on('error', function(e) {
- console.log('Problem with the Open Calais Request (' + e.message + ')');
+ return callback... | replaced the log with the callback response | mcantelon_node-calais | train | js |
6b1078baa4ec0e5708350d891e9dbfcb0a3c5ef2 | diff --git a/pyes/es.py b/pyes/es.py
index <HASH>..<HASH> 100644
--- a/pyes/es.py
+++ b/pyes/es.py
@@ -1554,7 +1554,7 @@ class ResultSet(object):
for k, v in entry.items():
if k in ["count", "max", "min", "total_count", "mean", "total"]:
continu... | Times are stored as UTC milliseconds since the epoch | aparo_pyes | train | py,py |
d1b9549cfc30d3eba16eb7dede1c495d9affb663 | diff --git a/fluent_blogs/models/managers.py b/fluent_blogs/models/managers.py
index <HASH>..<HASH> 100644
--- a/fluent_blogs/models/managers.py
+++ b/fluent_blogs/models/managers.py
@@ -103,8 +103,8 @@ class TranslatableEntryQuerySet(TranslatableQuerySet, EntryQuerySet):
super(TranslatableEntryQuerySet, self)... | Fix queryset issues with .datetimes(), for admin | django-fluent_django-fluent-blogs | train | py |
c9853d19d560813257a3134e6412f6808736d2c8 | diff --git a/app/models/socializer/activity_object.rb b/app/models/socializer/activity_object.rb
index <HASH>..<HASH> 100644
--- a/app/models/socializer/activity_object.rb
+++ b/app/models/socializer/activity_object.rb
@@ -31,7 +31,7 @@ module Socializer
has_many :circles, foreign_key: 'author_id'
has_ma... | use the membership active scope for the memberships relation conditions | socializer_socializer | train | rb |
a6d1b2479e991524abf86c6bc983af4194c185a4 | diff --git a/jieba/analyse/textrank.py b/jieba/analyse/textrank.py
index <HASH>..<HASH> 100644
--- a/jieba/analyse/textrank.py
+++ b/jieba/analyse/textrank.py
@@ -20,10 +20,6 @@ class UndirectWeightedGraph:
self.graph[start].append((start, end, weight))
self.graph[end].append((end, start, weight))
-... | build stable sort for graph iteration, then we can get stable result and adatpe details for python 3~ | fxsjy_jieba | train | py |
cd746f3069726b5999013eb75ab4c9dacde888d4 | diff --git a/src/structures/MessageMentions.js b/src/structures/MessageMentions.js
index <HASH>..<HASH> 100644
--- a/src/structures/MessageMentions.js
+++ b/src/structures/MessageMentions.js
@@ -1,6 +1,5 @@
'use strict';
-const GuildMember = require('./GuildMember');
const Collection = require('../util/Collection')... | fix(message_mentions): lazy require GuildMember to avoid circular (#<I>) | discordjs_discord.js | train | js |
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.