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 |
|---|---|---|---|---|---|
3af7f805de9150c22b5bcf708f9c3440e25c9ff9 | diff --git a/datalake_common/tests/conftest.py b/datalake_common/tests/conftest.py
index <HASH>..<HASH> 100644
--- a/datalake_common/tests/conftest.py
+++ b/datalake_common/tests/conftest.py
@@ -23,10 +23,12 @@ def random_hex(length):
return ('%0' + str(length) + 'x') % random.randrange(16**length)
def random_i... | make random start and end ms since epoch | planetlabs_datalake-common | train | py |
e9b8a20d7c489d8b52bf8d6ed87924638329e8f0 | diff --git a/dev/com.ibm.websphere.javaee.jsf.2.3/src/javax/faces/application/ViewHandler.java b/dev/com.ibm.websphere.javaee.jsf.2.3/src/javax/faces/application/ViewHandler.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.websphere.javaee.jsf.2.3/src/javax/faces/application/ViewHandler.java
+++ b/dev/com.ibm.websphe... | Issue #<I>: rename ViewHandler DISABLE_FACELET_JSF_VIEWHANDLER property | OpenLiberty_open-liberty | train | java |
21a8c235fc5a26fe1da6d4dfaf1014f3ec6572a5 | diff --git a/eventkit/admin_forms.py b/eventkit/admin_forms.py
index <HASH>..<HASH> 100644
--- a/eventkit/admin_forms.py
+++ b/eventkit/admin_forms.py
@@ -5,11 +5,9 @@ Admin forms for ``eventkit`` app.
from django import forms
from eventkit import models
-from eventkit.forms import RecurrenceRuleField
class Ba... | Don't redeclare `recurrence_rule` field on `BaseEventForm`.
This was making the field required even when it was not required by the model,
and seems to be redundant, anyway. | ic-labs_django-icekit | train | py |
c0ef8e542c3c74e5f89494ceb0fb1adf9369805e | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,3 +1,4 @@
export * from './Video';
export * from './Img';
export * from './Script';
+export * from './Audio'; | add Audio export
whoops, left this out | palmerhq_the-platform | train | js |
41b2ba5926ab01be517c8e8c51cc168b1cb00837 | diff --git a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb b/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
+++ b/activerecord/lib/activ... | fix documentation for SchemaStatements#add_foreign_key
The implementation of the generation of the foreign key name was changed
between Rails <I> and <I> from a random to a deterministic behavior,
however the documentation still describes the old randomized behavior. | rails_rails | train | rb |
48d65c6d9538a3053d14c0e5f6f7af84a3c22568 | diff --git a/core/commands2/diag.go b/core/commands2/diag.go
index <HASH>..<HASH> 100644
--- a/core/commands2/diag.go
+++ b/core/commands2/diag.go
@@ -28,6 +28,14 @@ type DiagnosticOutput struct {
}
var diagCmd = &cmds.Command{
+ // TODO UsageLine: "net-diag",
+ // TODO Short: "Generate a diagnostics report",
+... | docs(net-diag) help + name
@jbenet @whyrusleeping
Docs read net-diag. It seems the command was previously registered as
diag. Which do you prefer? | ipfs_go-ipfs | train | go,go |
85572d7b67829b3d1fd9fae2d5579830f4c3a8f8 | diff --git a/test/element.line.tests.js b/test/element.line.tests.js
index <HASH>..<HASH> 100644
--- a/test/element.line.tests.js
+++ b/test/element.line.tests.js
@@ -110,6 +110,9 @@ describe('Line element tests', function() {
name: 'moveTo',
args: [0, 0]
}, {
+ name: 'moveTo',
+ args: [0, 10]
+ }, {
... | element.line.js now passes tests | chartjs_Chart.js | train | js |
a92d725cac8f81e85e13c8156f30e5280d7e742e | diff --git a/structr-core/src/main/java/org/structr/core/entity/SchemaLabel.java b/structr-core/src/main/java/org/structr/core/entity/SchemaLabel.java
index <HASH>..<HASH> 100644
--- a/structr-core/src/main/java/org/structr/core/entity/SchemaLabel.java
+++ b/structr-core/src/main/java/org/structr/core/entity/SchemaLabe... | removed property "label" in favor of simply using "name" | structr_structr | train | java |
4bb2eb13d4d0ee0f3869e52bf37e979a7c2abe11 | diff --git a/services.js b/services.js
index <HASH>..<HASH> 100644
--- a/services.js
+++ b/services.js
@@ -16,7 +16,7 @@ module.exports = {
_properties: function(service, selected, error) {
_.map(service.properties, function(prop) {
if (!_.get(selected, prop.name)) {
- var _default = _.get(prop.default);
+ ... | Fixed error finding default property of service property | donejs_deploy | train | js |
213fc0ae5e4a16b01015df9b9310e64f500b6087 | diff --git a/lib/write_xlsx/worksheet.rb b/lib/write_xlsx/worksheet.rb
index <HASH>..<HASH> 100644
--- a/lib/write_xlsx/worksheet.rb
+++ b/lib/write_xlsx/worksheet.rb
@@ -1277,10 +1277,6 @@ module Writexlsx
@print_style.repeat_cols
end
- def print_area # :nodoc:
- @print_area.dup
- end
-
#... | * Worksheet#print_area defined twice. | cxn03651_write_xlsx | train | rb |
58660bbd836709f466b70e9ef8ed6d80b1d470ec | diff --git a/version.go b/version.go
index <HASH>..<HASH> 100644
--- a/version.go
+++ b/version.go
@@ -16,7 +16,7 @@ const (
VersionPatch = 0
// VersionDev indicates development branch. Releases will be empty string.
- VersionDev = "-dev"
+ VersionDev = ""
)
// Version is the specification version that the pa... | version: make this <I> | vbatts_go-mtree | train | go |
91f12676629af1b1879c2312bbe217396a0100e1 | diff --git a/lib/components/client-factory.js b/lib/components/client-factory.js
index <HASH>..<HASH> 100644
--- a/lib/components/client-factory.js
+++ b/lib/components/client-factory.js
@@ -1,5 +1,4 @@
"use strict";
-var requestModule = require("request");
/**
* @constructor
@@ -36,6 +35,14 @@ function ClientFac... | IncrediblyDodgyHack to make ClientFactory's wrapping of js-sdk's request() respect other people who also wrap it | matrix-org_matrix-appservice-bridge | train | js |
d654fecae0df2fc3879fdd6833df82d82714ab1d | diff --git a/translator/package.go b/translator/package.go
index <HASH>..<HASH> 100644
--- a/translator/package.go
+++ b/translator/package.go
@@ -356,6 +356,7 @@ func (c *PkgContext) translateTypeSpec(s *ast.TypeSpec) {
c.Printf(`%s.prototype.Go$key = function() { return this.Go$id; };`, typeName)
c.Printf("%s.G... | Reflection for pointers to structures. | gopherjs_gopherjs | train | go |
48a20ad6e02407c4e029d17a4b6ada7cf5714bdf | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -8,7 +8,7 @@ module.exports = function(kbox) {
var events = kbox.core.events;
var engine = kbox.engine;
- kbox.whenApp(function(app) {
+ kbox.ifApp(function(app) {
// Grab the clients
var Git = require('.... | s/whenApp/ifApp/g | pirog_kalabox-plugin-git | train | js |
e150c757448ca80175fd9dc355d2fd402a9d3cbe | diff --git a/ftr/version.py b/ftr/version.py
index <HASH>..<HASH> 100644
--- a/ftr/version.py
+++ b/ftr/version.py
@@ -1,2 +1,2 @@
-version = '0.4.6'
+version = '0.5' | version bump for <I>. | 1flow_python-ftr | train | py |
3c9f031759077c4b0824bad308d3f31ffd5a76fa | diff --git a/realtime/src/main/java/com/metamx/druid/realtime/RealtimePlumberSchool.java b/realtime/src/main/java/com/metamx/druid/realtime/RealtimePlumberSchool.java
index <HASH>..<HASH> 100644
--- a/realtime/src/main/java/com/metamx/druid/realtime/RealtimePlumberSchool.java
+++ b/realtime/src/main/java/com/metamx/dru... | 1) Default the rejectionPolicy to server time | apache_incubator-druid | train | java |
e4ced3e783cba8094239cc610bd15c766561cd48 | diff --git a/salt/payload.py b/salt/payload.py
index <HASH>..<HASH> 100644
--- a/salt/payload.py
+++ b/salt/payload.py
@@ -105,7 +105,8 @@ class Serial(object):
'''
data = fn_.read()
fn_.close()
- return self.loads(data)
+ if data:
+ return self.loads(data)
def... | Avoid trying to deserialize empty files
This fixes errors encountered by the minion where an attempt to read an empty file from the cache will produce msgpack exceptions in the log. | saltstack_salt | train | py |
42c136f8c6f41f4d059827e0662e9b9d9de83792 | diff --git a/lib/Parser/XML.php b/lib/Parser/XML.php
index <HASH>..<HASH> 100644
--- a/lib/Parser/XML.php
+++ b/lib/Parser/XML.php
@@ -44,6 +44,25 @@ class XML extends Parser {
protected $root;
/**
+ * Creates the parser.
+ *
+ * Optionally, it's possible to parse the input stream here.
+ *
... | !xml Enable OPTION_FORGIVING by default. | sabre-io_vobject | train | php |
9397f66f932d156f59aa8fe267e577035afb8b65 | diff --git a/lib/rib/plugin.rb b/lib/rib/plugin.rb
index <HASH>..<HASH> 100644
--- a/lib/rib/plugin.rb
+++ b/lib/rib/plugin.rb
@@ -1,6 +1,8 @@
module Rib; end
module Rib::Plugin
+ Rib::P = self
+
def self.included mod
mod.send(:include, Rib) | make Rib::P an alias of Rib::Plugin | godfat_rib | train | rb |
e915832e6e3c2f9af92298024d567e8c1b2d8bd5 | diff --git a/test/app.resolve.js b/test/app.resolve.js
index <HASH>..<HASH> 100644
--- a/test/app.resolve.js
+++ b/test/app.resolve.js
@@ -27,9 +27,9 @@ describe('.resolve', function() {
var fp = base.resolve(fixtures('a'));
assert.equal(typeof fp, 'string');
});
-
+
it('should resolve a gen... | pass fixtures path as cwd for cwd test | base_base-generators | train | js |
02ab912b74f4c4e57b91f0503faffcaa0b3f5d3d | diff --git a/src/pixi/primitives/Graphics.js b/src/pixi/primitives/Graphics.js
index <HASH>..<HASH> 100644
--- a/src/pixi/primitives/Graphics.js
+++ b/src/pixi/primitives/Graphics.js
@@ -132,7 +132,7 @@ PIXI.Graphics.prototype.beginFill = function(color, alpha)
{
this.filling = true;
this.fillColor = color || 0;
-... | fixed graphics fill alpha bug
Fixed issue where if beginfill alpha was set to 0 it would be stored as
1. | drkibitz_node-pixi | train | js |
7560f0d33af67a64dca8c3c4fe1ebd1cd0537823 | diff --git a/awesomplete.js b/awesomplete.js
index <HASH>..<HASH> 100644
--- a/awesomplete.js
+++ b/awesomplete.js
@@ -195,17 +195,12 @@ _.prototype = {
selected = selected || this.ul.children[this.index];
if (selected) {
- var prevented;
-
- $.fire(this.input, "awesomplete-select", {
+ var allowed = $.fi... | Use dispatchEvent return value to get defaultPrevented
Standard `element.dispatchEvent` already provides infromation of
wether event was prevented or not. From MDN:
The return value is false if at least one of the event handlers
which handled this event called Event.preventDefault(). Otherwise
it returns true.
Inste... | LeaVerou_awesomplete | train | js |
efbf9e9227febd11bf883f5f3805fc696f767a2e | diff --git a/utils/src/main/java/org/owasp/dependencycheck/utils/search/FileContentSearch.java b/utils/src/main/java/org/owasp/dependencycheck/utils/search/FileContentSearch.java
index <HASH>..<HASH> 100644
--- a/utils/src/main/java/org/owasp/dependencycheck/utils/search/FileContentSearch.java
+++ b/utils/src/main/java... | more robust storage of string arrays in settings | jeremylong_DependencyCheck | train | java |
15c75950daf063857d124762adcf23bb5738d851 | diff --git a/lib/helper/Puppeteer.js b/lib/helper/Puppeteer.js
index <HASH>..<HASH> 100644
--- a/lib/helper/Puppeteer.js
+++ b/lib/helper/Puppeteer.js
@@ -59,7 +59,8 @@ const consoleLogStore = new Console();
*
* ```js
* "chrome": {
- * "executablePath" : "/path/to/Chrome"
+ * "executablePath" : "/path/to/Chro... | Add support to use WSEndpoint on puppeter (#<I>) | Codeception_CodeceptJS | train | js |
91c3d6c30d75ce66228d52c74bf8a4d8e7628670 | diff --git a/hamper/plugins/roulette.py b/hamper/plugins/roulette.py
index <HASH>..<HASH> 100644
--- a/hamper/plugins/roulette.py
+++ b/hamper/plugins/roulette.py
@@ -1,4 +1,4 @@
-import random
+import random, datetime
from hamper.interfaces import ChatCommandPlugin, Command
@@ -22,7 +22,7 @@ class Roulette(ChatCo... | This should break the flakes8 check on Travis | hamperbot_hamper | train | py |
af2569c2d852e20f1e6670d7e068fa4e9065500d | diff --git a/storage/kvstore_test.go b/storage/kvstore_test.go
index <HASH>..<HASH> 100644
--- a/storage/kvstore_test.go
+++ b/storage/kvstore_test.go
@@ -654,11 +654,11 @@ func TestRestoreContinueUnfinishedCompaction(t *testing.T) {
tx = s1.b.BatchTx()
tx.Lock()
ks, _ := tx.UnsafeRange(keyBucketName, revbytes... | storage, test: unlock transaction in the retry loop | etcd-io_etcd | train | go |
e58f11683003ec1515113103895e18a8c9003aa3 | diff --git a/activerecord/test/cases/timestamp_test.rb b/activerecord/test/cases/timestamp_test.rb
index <HASH>..<HASH> 100644
--- a/activerecord/test/cases/timestamp_test.rb
+++ b/activerecord/test/cases/timestamp_test.rb
@@ -176,26 +176,6 @@ class TimestampTest < ActiveRecord::TestCase
assert_not_equal time, own... | Remove test case also related to the belongs_to touch feature | rails_rails | train | rb |
a28996d9fd6ea3d2dbcfaa40eb3efaec89053402 | diff --git a/gosu-core-api/src/main/java/gw/lang/reflect/FunctionType.java b/gosu-core-api/src/main/java/gw/lang/reflect/FunctionType.java
index <HASH>..<HASH> 100644
--- a/gosu-core-api/src/main/java/gw/lang/reflect/FunctionType.java
+++ b/gosu-core-api/src/main/java/gw/lang/reflect/FunctionType.java
@@ -866,6 +866,28... | FunctionType equality must account for generic type variables | gosu-lang_gosu-lang | train | java |
b7e794cccf059e63f885762e8cee02340f8ddca3 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@
from distutils.core import setup
-version = '2018.12.16'
+version = '2018.12.16.1'
setup(
name = 'strict_functions', | better tracing so you can look into libraries deeper | CodyKochmann_strict_functions | train | py |
5446ccbeed5fcb5493e951801417b6623771e171 | diff --git a/kubespawner/objects.py b/kubespawner/objects.py
index <HASH>..<HASH> 100644
--- a/kubespawner/objects.py
+++ b/kubespawner/objects.py
@@ -228,7 +228,7 @@ def make_pod(
)
pod.spec = V1PodSpec(containers=[])
- pod.spec.restartPolicy = 'Never'
+ pod.spec.restart_policy = 'OnFailure'
s... | Fix pod default restart_policy and set it to OnFailure | jupyterhub_kubespawner | train | py |
65e85be40af8e238b05118f01d13afe87e4764c2 | diff --git a/test/unit/gateways/moneris_test.rb b/test/unit/gateways/moneris_test.rb
index <HASH>..<HASH> 100644
--- a/test/unit/gateways/moneris_test.rb
+++ b/test/unit/gateways/moneris_test.rb
@@ -245,7 +245,7 @@ class MonerisTest < Test::Unit::TestCase
gateway = MonerisGateway.new(login: 'store1', password: 'ye... | Moneris: Fix unit test stubs
Pass local gateway to `stub_comms` as needed, to override default @gateway.
Closes #<I> | activemerchant_active_merchant | train | rb |
4d05c6082b8da283fe430cbb81688961563113d3 | diff --git a/middleware/mw.invalid.path.js b/middleware/mw.invalid.path.js
index <HASH>..<HASH> 100644
--- a/middleware/mw.invalid.path.js
+++ b/middleware/mw.invalid.path.js
@@ -60,6 +60,10 @@ module.exports = function (Q) {
return reply('Invalid path').code(404);
}
+ ... | protect from super long search urls causing <I> error | gethuman_pancakes-recipe | train | js |
e1fae0e244933c30ddcedac6a9652c7c0c4da0c6 | diff --git a/conn_windows.go b/conn_windows.go
index <HASH>..<HASH> 100644
--- a/conn_windows.go
+++ b/conn_windows.go
@@ -2,6 +2,7 @@
package dbus
+import "os"
const defaultSystemBusAddress = "tcp:host=127.0.0.1,port=12434"
@@ -11,4 +12,4 @@ func getSystemBusPlatformAddress() string {
return address
}
... | Import "os" in conn_windows.go
Fixes build on windows. | godbus_dbus | train | go |
4106abbbd1f0af192ac02d361c075fec5046ed2f | diff --git a/jquery.cookie.js b/jquery.cookie.js
index <HASH>..<HASH> 100644
--- a/jquery.cookie.js
+++ b/jquery.cookie.js
@@ -7,7 +7,7 @@
* http://www.opensource.org/licenses/mit-license.php
* http://www.opensource.org/licenses/GPL-2.0
*/
-(function($) {
+(function($, document) {
$.cookie = function(key, va... | Pass document through the Immediately-Invoked Function Expression
UglifyJS <I> characters -> <I> characters | js-cookie_js-cookie | train | js |
d5f4a3ef9547a5a66c8afd765aa20e3909a2e8c5 | diff --git a/lib/http.js b/lib/http.js
index <HASH>..<HASH> 100644
--- a/lib/http.js
+++ b/lib/http.js
@@ -33,7 +33,6 @@ exports.listen = function (options, transportUtil) {
};
server = Https.createServer(httpsOptions);
}else{
- console.log('----> http');
server = Http.createServer();
... | Adding HTTPS functionality for the http/web seneca-transport type - removing comments | senecajs_seneca-transport | train | js |
bb37ef88e2c6b115d9b68d3b4cb7d423b43e4b8f | diff --git a/tests/test_alchemy.py b/tests/test_alchemy.py
index <HASH>..<HASH> 100644
--- a/tests/test_alchemy.py
+++ b/tests/test_alchemy.py
@@ -257,6 +257,7 @@ class SQLAlchemyNoSessionTestCase(unittest.TestCase):
NoSessionFactory.create()
def test_build_does_not_raises_exception_when_no_session_... | testing: properly reset sequences
When tests assert a given sequence ID for the created instance, ensure
the factory's sequence counter is reset beforehand.
Closes #<I> | FactoryBoy_factory_boy | train | py |
fadbd770e4e401dc5fa02b0672186f096862e130 | diff --git a/lib/foundation_rails_helper/form_builder.rb b/lib/foundation_rails_helper/form_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/foundation_rails_helper/form_builder.rb
+++ b/lib/foundation_rails_helper/form_builder.rb
@@ -3,7 +3,7 @@ require 'action_view/helpers'
module FoundationRailsHelper
class Form... | support for more html5 input fields
telephone_field phone_field url_field number_field | sgruhier_foundation_rails_helper | train | rb |
9f857991694a23d2bd7455ee87c8ad07e41c7f93 | diff --git a/pysat/instruments/supermag_magnetometer.py b/pysat/instruments/supermag_magnetometer.py
index <HASH>..<HASH> 100644
--- a/pysat/instruments/supermag_magnetometer.py
+++ b/pysat/instruments/supermag_magnetometer.py
@@ -740,7 +740,7 @@ def download(date_array, tag, sat_id='', data_path=None, user=None,
... | Attempt to fix python 3 issue, writing binary files | rstoneback_pysat | train | py |
c916bfa9f8a5946d737dcfd6d2c4206877089bb9 | diff --git a/lib/virtus/attributes/attribute.rb b/lib/virtus/attributes/attribute.rb
index <HASH>..<HASH> 100644
--- a/lib/virtus/attributes/attribute.rb
+++ b/lib/virtus/attributes/attribute.rb
@@ -6,7 +6,7 @@ module Virtus
OPTIONS = [ :primitive, :complex, :accessor, :reader, :writer ].freeze
- DEFAUL... | A Symbol is immutable, #freeze doesn't really provide any benefit | solnic_virtus | train | rb |
c421d2f37095ec97858d9ec57f960ecaecb7bc7b | diff --git a/tmdbsimple/account.py b/tmdbsimple/account.py
index <HASH>..<HASH> 100644
--- a/tmdbsimple/account.py
+++ b/tmdbsimple/account.py
@@ -382,7 +382,6 @@ class Authentication(TMDB):
payload = {
'session_id': kwargs.pop('session_id', None),
}
- print('payload =', payload)
... | Remove print from session_delete method | celiao_tmdbsimple | train | py |
96f087a2732cc99e3298560c4a2c02a4bf2e239b | diff --git a/src/Composer/Command/ConfigCommand.php b/src/Composer/Command/ConfigCommand.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Command/ConfigCommand.php
+++ b/src/Composer/Command/ConfigCommand.php
@@ -185,7 +185,7 @@ EOT
$authConfigFile = $input->getOption('global')
? ($this->confi... | Remove unnecessary realpath which can fail, closes #<I> | composer_composer | train | php |
8c6dd66a95b744328a8ef5ea5fc50a2df3a53722 | diff --git a/Legobot/Connectors/Slack.py b/Legobot/Connectors/Slack.py
index <HASH>..<HASH> 100644
--- a/Legobot/Connectors/Slack.py
+++ b/Legobot/Connectors/Slack.py
@@ -400,7 +400,7 @@ class Slack(Lego):
return str(self.botThread) != str(message['metadata']['source'])
- def build_attachment(self, text... | update attachment code to send attachments in threads if possible. | Legobot_Legobot | train | py |
58b131d5725210bd6294ffa9a37af7d7633a8ad7 | diff --git a/src/Core/InstanceConfigTrait.php b/src/Core/InstanceConfigTrait.php
index <HASH>..<HASH> 100644
--- a/src/Core/InstanceConfigTrait.php
+++ b/src/Core/InstanceConfigTrait.php
@@ -124,7 +124,7 @@ trait InstanceConfigTrait {
* @return void
* @throws Cake\Error\Exception if attempting to clobber existing c... | set better default value according to doc block | cakephp_cakephp | train | php |
19d932cd54bbba14602d29891b515bcd8ee92645 | diff --git a/lib/react/component.rb b/lib/react/component.rb
index <HASH>..<HASH> 100644
--- a/lib/react/component.rb
+++ b/lib/react/component.rb
@@ -10,6 +10,10 @@ module React
class_attribute :init_state, :validator
define_callback :before_mount
define_callback :after_mount
+ define... | Implement all the lifecyle hooks | zetachang_react.rb | train | rb |
11d23bafa906e1b2d207fde20d621d634c4742a0 | diff --git a/internal/devicescale/impl_windows.go b/internal/devicescale/impl_windows.go
index <HASH>..<HASH> 100644
--- a/internal/devicescale/impl_windows.go
+++ b/internal/devicescale/impl_windows.go
@@ -145,7 +145,6 @@ func getFromLogPixelSx() float64 {
if err != nil {
panic(err)
}
- defer releaseDC(0, dc)
... | devicescale: Bug fix: the active window can't be passed to ReleaseDC | hajimehoshi_ebiten | train | go |
4f4b2fca2ff03ee4c04e7d903fe05e879b5ee253 | diff --git a/test_content.js b/test_content.js
index <HASH>..<HASH> 100644
--- a/test_content.js
+++ b/test_content.js
@@ -144,7 +144,7 @@ module.exports = {
// console.log(JSON.stringify(_actualPixels, null, 2));
// console.log(JSON.stringify(_expectedPixels, null, 2));
_actualPixels.forEach... | Moving to a +/- <I> threshold seems to work | twolfson_spritesmith-engine-test | train | js |
114435c795d2a0cb2914cf54c9571d22026c2138 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ for d in os.walk('appkit/'):
path_list = [str.join('/', os.path.join(d[0], x).split('/')[1:]) for x in d[2]]
data.extend(path_list)
-requires = ['flask', ]
+requires = ['flask', 'pygobject',]
... | <I>: Add pygobject as dependency | nitipit_appkit | train | py |
8e4cf3179b6bcdfdcc381044ac39ff6f689508e2 | diff --git a/atomic_reactor/plugins/exit_remove_built_image.py b/atomic_reactor/plugins/exit_remove_built_image.py
index <HASH>..<HASH> 100644
--- a/atomic_reactor/plugins/exit_remove_built_image.py
+++ b/atomic_reactor/plugins/exit_remove_built_image.py
@@ -42,8 +42,6 @@ class GarbageCollectionPlugin(ExitPlugin):
... | don't log error when build image is already deleted | projectatomic_atomic-reactor | train | py |
792d69b473dac4f38b3b889df06b376dfc7f6084 | diff --git a/library/CM/Form/ExampleIcon.php b/library/CM/Form/ExampleIcon.php
index <HASH>..<HASH> 100644
--- a/library/CM/Form/ExampleIcon.php
+++ b/library/CM/Form/ExampleIcon.php
@@ -1,6 +1,7 @@
<?php
class CM_Form_ExampleIcon extends CM_Form_Abstract {
+
public function setup() {
$this->registerField(ne... | refactored CM_Form_ExampleIcon | cargomedia_cm | train | php |
415dd376b7703e86a755c768245cb0a465453499 | diff --git a/src/relay.js b/src/relay.js
index <HASH>..<HASH> 100644
--- a/src/relay.js
+++ b/src/relay.js
@@ -205,6 +205,11 @@ export function sequelizeConnection({name, nodeType, target, orderBy: orderByEnu
model.sequelize.literal('COUNT(*) OVER()'),
'full_count'
]);
+ } else if (m... | inject full_count column for mssql dialect | mickhansen_graphql-sequelize | train | js |
83034fc987072bc3761d264e94ea50db7921e841 | diff --git a/packages/mangojuice-core/src/classes/Process.js b/packages/mangojuice-core/src/classes/Process.js
index <HASH>..<HASH> 100644
--- a/packages/mangojuice-core/src/classes/Process.js
+++ b/packages/mangojuice-core/src/classes/Process.js
@@ -729,7 +729,7 @@ extend(Process.prototype, {
for (let taskId in t... | fix(core): do not call finished two times for child process | mangojuicejs_mangojuice | train | js |
1e9531dc36af118db2e1b5f3b9b8926a7f7774fc | diff --git a/lib/puppetserver/ca/version.rb b/lib/puppetserver/ca/version.rb
index <HASH>..<HASH> 100644
--- a/lib/puppetserver/ca/version.rb
+++ b/lib/puppetserver/ca/version.rb
@@ -1,5 +1,5 @@
module Puppetserver
module Ca
- VERSION = "1.1.1"
+ VERSION = "1.1.2"
end
end | (GEM) update puppetserver-ca version to <I> | puppetlabs_puppetserver-ca-cli | train | rb |
2266cd157512c835191cddd370036840536caba7 | diff --git a/pysat/_instrument.py b/pysat/_instrument.py
index <HASH>..<HASH> 100644
--- a/pysat/_instrument.py
+++ b/pysat/_instrument.py
@@ -656,22 +656,7 @@ class Instrument(object):
except OSError as e:
if e.errno != errno.EEXIST:
raise
-
- #try:
- # o... | Added print statement for download directory when download method invoked. | rstoneback_pysat | train | py |
80736c229266fe994835a19177a158d03909b5d8 | diff --git a/lib/rbbt/workflow/accessor.rb b/lib/rbbt/workflow/accessor.rb
index <HASH>..<HASH> 100644
--- a/lib/rbbt/workflow/accessor.rb
+++ b/lib/rbbt/workflow/accessor.rb
@@ -1038,7 +1038,8 @@ module Workflow
when :hash
clean_inputs = Annotated.purge(inputs)
... | Consider only short name of dependency in name hash, to allow relocation | mikisvaz_rbbt-util | train | rb |
7b353caf9d4fd8fa6ad147344971b2b7dde77187 | diff --git a/plugins/environment.go b/plugins/environment.go
index <HASH>..<HASH> 100644
--- a/plugins/environment.go
+++ b/plugins/environment.go
@@ -105,7 +105,7 @@ When the -plugin option is specified, these flags are ignored.`)
env.Request.AddModel("openapi.v2.Document", documentv2)
// include experimental ... | Fix problem reported in GitHub issue <I>.
<URL> | googleapis_gnostic | train | go |
5d88d2765ab0f8dd6d750cdd7d531b912514af51 | diff --git a/profilelikelihood.py b/profilelikelihood.py
index <HASH>..<HASH> 100644
--- a/profilelikelihood.py
+++ b/profilelikelihood.py
@@ -147,7 +147,7 @@ class twoD:
ybin_index = np.floor((y[j]-self.ylimits[0])/self.ybin_widths[0])
if xbin_index > bins.shape[0] or ybin_index > b... | Actually skip the point if it outside the limits. | sliem_barrett | train | py |
46dfc43ef0fb9ad9f8cbc578904c6a78d60b8363 | diff --git a/modules/serverbidBidAdapter.js b/modules/serverbidBidAdapter.js
index <HASH>..<HASH> 100644
--- a/modules/serverbidBidAdapter.js
+++ b/modules/serverbidBidAdapter.js
@@ -176,6 +176,11 @@ const sizeMap = [
sizeMap[77] = '970x90';
sizeMap[123] = '970x250';
sizeMap[43] = '300x600';
+sizeMap[286] = '970x66'... | Serverbid Bid Adapter: Add new ad sizes (#<I>) | prebid_Prebid.js | train | js |
4a7d7455033a652232ef7b2457bbedebaa916013 | diff --git a/molo/core/api/importers.py b/molo/core/api/importers.py
index <HASH>..<HASH> 100644
--- a/molo/core/api/importers.py
+++ b/molo/core/api/importers.py
@@ -352,17 +352,6 @@ class SiteImporter(object):
self.record_section_tags(nested_fields, page.id)
self.record_nav_tags(nested_fields, page.... | Fail tests by removing recording nav_tag functionality | praekeltfoundation_molo | train | py |
a2a4848772fcd6d61b8b03bb5af1178b6d6ae2fd | diff --git a/lib/sfn/version.rb b/lib/sfn/version.rb
index <HASH>..<HASH> 100644
--- a/lib/sfn/version.rb
+++ b/lib/sfn/version.rb
@@ -1,4 +1,4 @@
module Sfn
# Current library version
- VERSION = Gem::Version.new('1.1.6')
+ VERSION = Gem::Version.new('1.1.7')
end | Update version for development <I> | sparkleformation_sfn | train | rb |
2db9444ecd6406a16460c896dee9207370ee9511 | diff --git a/packages/node_modules/@webex/plugin-meetings/test/unit/spec/meeting/index.js b/packages/node_modules/@webex/plugin-meetings/test/unit/spec/meeting/index.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/plugin-meetings/test/unit/spec/meeting/index.js
+++ b/packages/node_modules/@webex/plugi... | chore(plugin-meetings): test meetingQuality flow | webex_spark-js-sdk | train | js |
6b0a756c9777e25ed58dcde9d4fe8052ae54be9d | diff --git a/Resources/contao/dca/tl_c4g_map_locstyles.php b/Resources/contao/dca/tl_c4g_map_locstyles.php
index <HASH>..<HASH> 100755
--- a/Resources/contao/dca/tl_c4g_map_locstyles.php
+++ b/Resources/contao/dca/tl_c4g_map_locstyles.php
@@ -267,7 +267,7 @@ $GLOBALS['TL_DCA']['tl_c4g_map_locstyles'] = array
... | Change sql type of dca field | Kuestenschmiede_MapsBundle | train | php |
b7767eb9b19aa5082fbe1626e3cec76e0b0a2a0d | diff --git a/spec/stringProcessing/wordMatchSpec.js b/spec/stringProcessing/wordMatchSpec.js
index <HASH>..<HASH> 100644
--- a/spec/stringProcessing/wordMatchSpec.js
+++ b/spec/stringProcessing/wordMatchSpec.js
@@ -15,8 +15,9 @@ describe("Counts the occurences of a word in a string", function(){
expect( wordMatch( "... | Add test for double quotes in word matching | Yoast_YoastSEO.js | train | js |
97f63b4180f3a6d7e4fb7e4e3841f4a1beac1e98 | diff --git a/lib/ddl/database_manager.php b/lib/ddl/database_manager.php
index <HASH>..<HASH> 100644
--- a/lib/ddl/database_manager.php
+++ b/lib/ddl/database_manager.php
@@ -931,7 +931,7 @@ class database_manager {
$schema = new xmldb_structure('export');
$schema->setVersion($CFG->version);
- ... | MDL-<I> core: Fixed regression caused by MDL-<I> | moodle_moodle | train | php |
0b9b6c53a9ff72cfd2630f9adb832e15bccb0e55 | diff --git a/lib/ohai/plugins/linux/virtualization.rb b/lib/ohai/plugins/linux/virtualization.rb
index <HASH>..<HASH> 100644
--- a/lib/ohai/plugins/linux/virtualization.rb
+++ b/lib/ohai/plugins/linux/virtualization.rb
@@ -56,9 +56,6 @@ Ohai.plugin(:Virtualization) do
elsif modules =~ /^vboxdrv/
virtual... | Detect virtualbox guests via dmidecode so guest additions aren't
required | chef_ohai | train | rb |
ee666cd9eb35385ee1dce9fa44cf70636fc7605d | diff --git a/src/Admin/Model/UserAdmin.php b/src/Admin/Model/UserAdmin.php
index <HASH>..<HASH> 100644
--- a/src/Admin/Model/UserAdmin.php
+++ b/src/Admin/Model/UserAdmin.php
@@ -186,9 +186,7 @@ abstract class UserAdmin extends SonataUserAdmin
'label' => false,
]
... | removing expired and credentialsExpired | networking_init-cms-bundle | train | php |
da196a83eb176ff77c4e60204f30fbcd7da4eb91 | diff --git a/assertions/accessibility.js b/assertions/accessibility.js
index <HASH>..<HASH> 100644
--- a/assertions/accessibility.js
+++ b/assertions/accessibility.js
@@ -4,8 +4,12 @@ const script = function (context, options, done) {
window
.axe
.run(context, options)
- .then((results) => done({ result... | fix(IE<I>): use old-school anonymous functions for ie<I> compatibility
* use old-school anonymous functions for ie<I> compatibility
* oops, fixing linting issues | ahmadnassri_nightwatch-accessibility | train | js |
defd8551420baef25e9d49bac5f1eda6625410ea | diff --git a/App/Bootstrap.php b/App/Bootstrap.php
index <HASH>..<HASH> 100644
--- a/App/Bootstrap.php
+++ b/App/Bootstrap.php
@@ -90,9 +90,6 @@ class Bootstrap
$this->app->url = 'https://' . $this->_server->needs('HTTP_HOST');
} else {
$this->app->url = 'http://' . $this->_server->ne... | ! Bootstrap: App url has been constructed incorrect when using a port other than <I> | cyantree_grout | train | php |
c49a540a2484e91fa0459ed047808171f2a44e66 | diff --git a/lib/r6502/instr_table.rb b/lib/r6502/instr_table.rb
index <HASH>..<HASH> 100644
--- a/lib/r6502/instr_table.rb
+++ b/lib/r6502/instr_table.rb
@@ -123,7 +123,7 @@ module R6502
0xac => [:ldy, :abs],
0xbc => [:ldy, :absx],
#lsr,
- 0x4a => [:lsr, :imp],
+ 0x4a => [:lsr, :ac... | fix rol/ror/lsr with accumlator handled as immediate. | joelanders_r6502 | train | rb |
322ed65806f203c339e20bca27f07a2d38df3a38 | diff --git a/Services/Libravatar.php b/Services/Libravatar.php
index <HASH>..<HASH> 100644
--- a/Services/Libravatar.php
+++ b/Services/Libravatar.php
@@ -338,7 +338,7 @@ class Services_Libravatar
// order which is greater than or equal to the random number selected"
foreach ($pri as $k => $v) {
... | Fix return value of srvGet (bug #<I>)
In the case of successful SRV lookups, the srvGet() function was
returning an array instead of a string (the hostname). | pear_Services_Libravatar | train | php |
3d0102a4b33c00bd60f34e44c261cfc1fa493e71 | diff --git a/Plugin/CouponPlugin.php b/Plugin/CouponPlugin.php
index <HASH>..<HASH> 100755
--- a/Plugin/CouponPlugin.php
+++ b/Plugin/CouponPlugin.php
@@ -29,12 +29,14 @@ class CouponPlugin
public function afterUpdateSpecificCoupons(
\Magento\SalesRule\Model\ResourceModel\Coupon $subject,
$result... | assign default value to rule for pre <I> | dotmailer_dotmailer-magento2-extension | train | php |
5577a3731da6f252d6160e940d919f45158d9428 | diff --git a/src/gluonnlp/data/stream.py b/src/gluonnlp/data/stream.py
index <HASH>..<HASH> 100644
--- a/src/gluonnlp/data/stream.py
+++ b/src/gluonnlp/data/stream.py
@@ -202,7 +202,6 @@ class SimpleDatasetStream(DatasetStream):
'a `gluon.data.Sampler`, but got %s'%(sampler))
def __iter... | [FIX] Remove unused code (#<I>) | dmlc_gluon-nlp | train | py |
b89527b3d0993c312b276ba0b90ac59f9e8259aa | diff --git a/packages/ast/test/traverse.js b/packages/ast/test/traverse.js
index <HASH>..<HASH> 100644
--- a/packages/ast/test/traverse.js
+++ b/packages/ast/test/traverse.js
@@ -21,6 +21,32 @@ describe("AST traverse", () => {
assert.isTrue(called, "Module visitor has not been called");
});
+ it("should be c... | feat(ast): add few traverse tests | xtuc_webassemblyjs | train | js |
6ae18be47bfee07cca9d0275ef264ede447bb687 | diff --git a/3rdparty/python/cpplint/cpplint.py b/3rdparty/python/cpplint/cpplint.py
index <HASH>..<HASH> 100755
--- a/3rdparty/python/cpplint/cpplint.py
+++ b/3rdparty/python/cpplint/cpplint.py
@@ -6207,7 +6207,8 @@ def ProcessFile(filename, vlevel, extra_check_functions=[]):
Error(filename, linenum, 'whitesp... | reduce cpp checkstyle logging (#<I>) | apache_incubator-heron | train | py |
302405c580603279f907de7e0ea65dced67ef122 | diff --git a/obdalib/obdalib-owlapi/src/main/java/inf/unibz/it/obda/owlapi/OBDAOWLReasonerFactory.java b/obdalib/obdalib-owlapi/src/main/java/inf/unibz/it/obda/owlapi/OBDAOWLReasonerFactory.java
index <HASH>..<HASH> 100644
--- a/obdalib/obdalib-owlapi/src/main/java/inf/unibz/it/obda/owlapi/OBDAOWLReasonerFactory.java
+... | A minor change on the import link. | ontop_ontop | train | java |
a85ad90356ec449d4de8e8a1da03c9fb1c700331 | diff --git a/tests/test_plan_bdi.py b/tests/test_plan_bdi.py
index <HASH>..<HASH> 100644
--- a/tests/test_plan_bdi.py
+++ b/tests/test_plan_bdi.py
@@ -64,13 +64,17 @@ class PlanTest(unittest.TestCase):
thought = Thoughts('bizzare_type')
thought.add('I AM A BUS')
thought.add('No - you are a te... | test for Plan BDI calls self TEST and other missed coverage tests | acutesoftware_AIKIF | train | py |
36141311df9e81012adf9d19c8118af5bd9aec06 | diff --git a/pi_results/class.tx_solr_pi_results_formcommand.php b/pi_results/class.tx_solr_pi_results_formcommand.php
index <HASH>..<HASH> 100644
--- a/pi_results/class.tx_solr_pi_results_formcommand.php
+++ b/pi_results/class.tx_solr_pi_results_formcommand.php
@@ -115,11 +115,6 @@ class tx_solr_pi_results_FormCommand... | removed duplicate code, resolves issue #<I>
git-svn-id: <URL> | TYPO3-Solr_ext-solr | train | php |
ced2139645b0b10cb68e442d1af65eb71133eff2 | diff --git a/test/test-forked-actor.js b/test/test-forked-actor.js
index <HASH>..<HASH> 100644
--- a/test/test-forked-actor.js
+++ b/test/test-forked-actor.js
@@ -550,6 +550,35 @@ describe('ForkedActor', function() {
expect(response).to.be.equal('Hi there!');
}));
+
+ it('should be able to pass http.Se... | (saymon) comet-server-clustering: Added test for passing http.Server in custom parameters. | untu_comedy | train | js |
fa07a1cfacad74f19309ce44c5646b43c08e1369 | diff --git a/lib/clenver/project.rb b/lib/clenver/project.rb
index <HASH>..<HASH> 100644
--- a/lib/clenver/project.rb
+++ b/lib/clenver/project.rb
@@ -66,7 +66,7 @@ class Project
end
when String
begin
- unless @respo.nil?
+ unless @repos.nil?
@repos['links'].each do |s,d|
... | fix typo in Project class (respo -> repos) | pietrushnic_clenver | train | rb |
4c95151cc8f14d627c70501f71c5bd0cdcd89e72 | diff --git a/angr/analyses/decompiler/structurer.py b/angr/analyses/decompiler/structurer.py
index <HASH>..<HASH> 100644
--- a/angr/analyses/decompiler/structurer.py
+++ b/angr/analyses/decompiler/structurer.py
@@ -309,7 +309,7 @@ class Structurer(Analysis):
def _make_endless_loop(self, loop_head, loop_subgraph,... | Structurer: Typo fix in a comment. | angr_angr | train | py |
b16bfdeaa901a40a00aa17816482f17e265dbbca | diff --git a/staging/src/k8s.io/apimachinery/pkg/apis/meta/fuzzer/fuzzer.go b/staging/src/k8s.io/apimachinery/pkg/apis/meta/fuzzer/fuzzer.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/apimachinery/pkg/apis/meta/fuzzer/fuzzer.go
+++ b/staging/src/k8s.io/apimachinery/pkg/apis/meta/fuzzer/fuzzer.go
@@ -214,6 +21... | Don't fuzz deprecated initializers field | kubernetes_kubernetes | train | go |
e54e9dd34f39c59dc50d338fdfc71c8714ce4757 | diff --git a/src/Laravel/Cashier/WebhookController.php b/src/Laravel/Cashier/WebhookController.php
index <HASH>..<HASH> 100644
--- a/src/Laravel/Cashier/WebhookController.php
+++ b/src/Laravel/Cashier/WebhookController.php
@@ -91,7 +91,7 @@ class WebhookController extends Controller
*/
protected function use... | Typo in userIsSubscribedWithoutACard()
Condition operator "And" should be : && instead of & | laravel_cashier | train | php |
dad0665d937ce100c32568102eb7844dc3d8aea6 | diff --git a/lib/Controller/MVCGrid.php b/lib/Controller/MVCGrid.php
index <HASH>..<HASH> 100644
--- a/lib/Controller/MVCGrid.php
+++ b/lib/Controller/MVCGrid.php
@@ -91,7 +91,9 @@ class Controller_MVCGrid extends AbstractController {
$column = $this->owner->addColumn($field_type,$field_name,$field_caption);... | Controller_MVCGrid: make sure we have makeSortable method at all
Grid_Basic, for example, don't have one, but still use MVCGrid controller. | atk4_atk4 | train | php |
5ba32553b98b42d57583633a5edee25d031ef7d4 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -163,7 +163,7 @@ prot._write = function(chunk, encoding, callback) {
var length = chunk.length || chunk.byteLength || chunk.size;
var numChunks = Math.ceil(length / MAX_CHUNK_SIZE);
var _returned = false;
- debug('_w... | Remove write debugging - far too verbose | rtc-io_rtc-dcstream | train | js |
0473b0dd9b46610c9e521bd852a93e3e091d7f37 | diff --git a/wallet/txdatabase.go b/wallet/txdatabase.go
index <HASH>..<HASH> 100644
--- a/wallet/txdatabase.go
+++ b/wallet/txdatabase.go
@@ -293,8 +293,7 @@ func (db *TXDatabaseOverlay) update() (string, error) {
// If the newest block in the tx cashe has a greater height than the newest
// fblock then clear the ... | revert change to wallet caching logic | FactomProject_factom | train | go |
72c56387ca4ab8dc3ca69c641f3ae8cb1054631b | diff --git a/website/config.rb b/website/config.rb
index <HASH>..<HASH> 100644
--- a/website/config.rb
+++ b/website/config.rb
@@ -2,7 +2,7 @@ set :base_url, "https://www.consul.io/"
activate :hashicorp do |h|
h.name = "consul"
- h.version = "1.3.1"
+ h.version = "1.4.0"
h.github_slug = "hashi... | Bump website download version to <I> | hashicorp_consul | train | rb |
f11a29faa6bb898086bcf7eb02ad93f0a6548b6b | diff --git a/lib/custom/setup/unittest/CustomerAddFosUserTestData.php b/lib/custom/setup/unittest/CustomerAddFosUserTestData.php
index <HASH>..<HASH> 100644
--- a/lib/custom/setup/unittest/CustomerAddFosUserTestData.php
+++ b/lib/custom/setup/unittest/CustomerAddFosUserTestData.php
@@ -33,10 +33,15 @@ class CustomerAdd... | Adapt to getManager() change in core setup | aimeos_ai-fosuser | train | php |
aa7f86c8cf941403484e1282b7185345ee885ea1 | diff --git a/src/components/Pagination/Pagination.js b/src/components/Pagination/Pagination.js
index <HASH>..<HASH> 100644
--- a/src/components/Pagination/Pagination.js
+++ b/src/components/Pagination/Pagination.js
@@ -19,7 +19,7 @@ export default class Pagination extends Component {
/**
* Number of total it... | removing isReuired from paganation on totalItems | tutti-ch_react-styleguide | train | js |
763c0cd84c253c904d59f3740d15754feaca3f30 | diff --git a/bokeh/session.py b/bokeh/session.py
index <HASH>..<HASH> 100644
--- a/bokeh/session.py
+++ b/bokeh/session.py
@@ -860,10 +860,6 @@ class NotebookSession(NotebookSessionMixin, HTMLFileSession):
def notebooksources(self):
import IPython.core.displaypub as displaypub
- # Normally this w... | Remove an outdated comment from NotebookSession.notebooksources() | bokeh_bokeh | train | py |
09c90cf2f3c80ec2960fc1e4a4b9776ac0756207 | diff --git a/expect.go b/expect.go
index <HASH>..<HASH> 100644
--- a/expect.go
+++ b/expect.go
@@ -139,7 +139,7 @@ func (e *Expector) ExpectBranchesWithTimeout(timeout time.Duration, branches ...
func (e *Expector) FullOutput() []byte {
for {
- if e.closed {
+ if e.isClosed() {
return e.fullOutput()
}
@... | fix race on expector tracking closed state | vito_cmdtest | train | go |
cf7098d269102c04da7c349d233a22ea37f26f52 | diff --git a/lib/3scale_toolbox/commands/remote_command.rb b/lib/3scale_toolbox/commands/remote_command.rb
index <HASH>..<HASH> 100644
--- a/lib/3scale_toolbox/commands/remote_command.rb
+++ b/lib/3scale_toolbox/commands/remote_command.rb
@@ -19,9 +19,16 @@ module ThreeScaleToolbox
end
end
+ ... | commands/remote_command: list 3scale remotes | 3scale_3scale_toolbox | train | rb |
c34d58f115b56ce534c6adf9768c6449ca9716d4 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -11,16 +11,20 @@ module.exports = function(grunt) {
},
markdown: {
all: {
- files: ['test/samples/*'],
- dest: 'test/out',
options: {
gfm: true,
hig... | Updated Grunt file so that markdown test works with new files format | treasonx_grunt-markdown | train | js |
b11cbeb6a81dbe17dd1f7bd07683bdc0b4810adf | diff --git a/aws-java-sdk-core/src/main/java/com/amazonaws/util/CollectionUtils.java b/aws-java-sdk-core/src/main/java/com/amazonaws/util/CollectionUtils.java
index <HASH>..<HASH> 100644
--- a/aws-java-sdk-core/src/main/java/com/amazonaws/util/CollectionUtils.java
+++ b/aws-java-sdk-core/src/main/java/com/amazonaws/uti... | Using isNullOrEmpty method
The method "isNullOrEmpty" is already there so why not to use it instead of writing the same code again ? | aws_aws-sdk-java | train | java |
058fc283bf9e9257acbff26c167548b0069f2335 | diff --git a/commonjs/view-ajax/view.js b/commonjs/view-ajax/view.js
index <HASH>..<HASH> 100644
--- a/commonjs/view-ajax/view.js
+++ b/commonjs/view-ajax/view.js
@@ -293,6 +293,7 @@ ViewAjax.prototype = {
for (var i=0; i<data.rows.length; i++) {
this.$el.append("<div class=\"kwfUp-kwfView... | Trigger "loadMore" event
This can be helpful for example when you want to manipulate only newly loaded items
or when you want to do something without reinitializing everything | koala-framework_koala-framework | train | js |
25ab2a39b03673827fb8f0e64bae33fcc8deb4fa | diff --git a/src/body/Composite.js b/src/body/Composite.js
index <HASH>..<HASH> 100644
--- a/src/body/Composite.js
+++ b/src/body/Composite.js
@@ -302,7 +302,7 @@ var Composite = {};
* Removes all bodies, constraints and composites from the given composite
* Optionally clearing its children recursively
... | Update JSDoc
This might need fixing later, I don't know if I did it right. | liabru_matter-js | train | js |
686958b30c598a09eb870cc51c297b8db9414665 | diff --git a/cmd/veneur/main.go b/cmd/veneur/main.go
index <HASH>..<HASH> 100644
--- a/cmd/veneur/main.go
+++ b/cmd/veneur/main.go
@@ -17,7 +17,7 @@ var (
type packet struct {
buf []byte
- ip string
+ ip net.IP
}
func main() {
@@ -95,7 +95,7 @@ func main() {
New: func() interface{} {
return packet{
... | Stringify IP in parser loop
Turns out we're spending a significant amount of time doing this. Let's
do it in a parallel part of veneur rather than the synchronous one. | stripe_veneur | train | go |
cb5a116057cec8c6b164e1c410bd6df8e7a135d5 | diff --git a/web/concrete/single_pages/dashboard/users/groups.php b/web/concrete/single_pages/dashboard/users/groups.php
index <HASH>..<HASH> 100644
--- a/web/concrete/single_pages/dashboard/users/groups.php
+++ b/web/concrete/single_pages/dashboard/users/groups.php
@@ -59,6 +59,7 @@ $tp = new TaskPermission();
if ($t... | Added an "Add Group" button to Groups dashboard page
I think this should be consistent with the analogous "Add User" button on the Search Users dashboard page.
Former-commit-id: <I>b<I>c4d2fdf8fb<I>ec7df<I>a<I>dc<I> | concrete5_concrete5 | train | php |
cc2dcdfd580467bdc1c02932e5bbf9d2e008d54b | diff --git a/lib/govspeak.rb b/lib/govspeak.rb
index <HASH>..<HASH> 100644
--- a/lib/govspeak.rb
+++ b/lib/govspeak.rb
@@ -62,8 +62,8 @@ module Govspeak
def preprocess(source)
@@extensions.each do |title,regexp,block|
- source.gsub!(regexp) {|match|
- instance_exec($1, &block)
+ sou... | Allow extensions to use multiple capture groups. | alphagov_govspeak | train | rb |
9bb502a4675151e7b042ea2d099f14f924e73424 | diff --git a/app/helpers/carnival/base_admin_helper.rb b/app/helpers/carnival/base_admin_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/carnival/base_admin_helper.rb
+++ b/app/helpers/carnival/base_admin_helper.rb
@@ -106,10 +106,7 @@ module Carnival
end
def field_value_and_type(presenter, field_na... | Move render_field from helper to presenter
* This way presenter subtypes will have a chance to override this
behavior without monkey patching Carnival | Vizir_carnival | train | rb,rb |
c955799baf29f59b01a85af0ea47980ead3fa522 | diff --git a/consul/state/prepared_query.go b/consul/state/prepared_query.go
index <HASH>..<HASH> 100644
--- a/consul/state/prepared_query.go
+++ b/consul/state/prepared_query.go
@@ -243,7 +243,7 @@ func (s *StateStore) PreparedQueryList() (uint64, structs.PreparedQueries, error
}
// Go over all of the queries an... | Makes an empty prepared query list an empty slice, not a nil one. | hashicorp_consul | train | go |
0adf90e5ef30d4918d1c3cf6000adb9bc32503cd | diff --git a/src/components/speed-dial/speed-dial.styles.js b/src/components/speed-dial/speed-dial.styles.js
index <HASH>..<HASH> 100644
--- a/src/components/speed-dial/speed-dial.styles.js
+++ b/src/components/speed-dial/speed-dial.styles.js
@@ -8,6 +8,7 @@ export default ({ baseTheme }) => {
position: 'fixed',
... | [bugfix] fix speedDial is above a list | smollweide_react-speed-dial | 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.