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 |
|---|---|---|---|---|---|
4b9dc371e5a7ff6a6c17c926feaeca8d482de274 | diff --git a/src/Drivers/DatabaseDriver.php b/src/Drivers/DatabaseDriver.php
index <HASH>..<HASH> 100644
--- a/src/Drivers/DatabaseDriver.php
+++ b/src/Drivers/DatabaseDriver.php
@@ -28,6 +28,7 @@ class DatabaseDriver implements CartDriver
if (! $cartData && Auth::guard(config('cart_manager.auth_guard'))->chec... | As API is supported, cookie can be null | freshbitsweb_laravel-cart-manager | train | php |
8d832f1c3e1555076f1fc1b9707cf72257fab292 | diff --git a/.eslintrc.js b/.eslintrc.js
index <HASH>..<HASH> 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -51,6 +51,7 @@ module.exports = {
ts: 'never',
},
],
+ 'import/no-unresolved': [error, { commonjs: true }],
'import/no-extraneous-dependencies': [
error,
{ | Allow commonjs in import/no-unresolved | storybooks_storybook | train | js |
3e2ca3027ba178bfe73a1b84ac23c1aff4497150 | diff --git a/src/Security/MemberAuthenticator/SessionAuthenticationHandler.php b/src/Security/MemberAuthenticator/SessionAuthenticationHandler.php
index <HASH>..<HASH> 100644
--- a/src/Security/MemberAuthenticator/SessionAuthenticationHandler.php
+++ b/src/Security/MemberAuthenticator/SessionAuthenticationHandler.php
@... | destroy session on logout instead of restarting it | silverstripe_silverstripe-framework | train | php |
9d956615b1b22ab235bdb01bce454094cd1c7a63 | diff --git a/tensorlayer/layers.py b/tensorlayer/layers.py
index <HASH>..<HASH> 100755
--- a/tensorlayer/layers.py
+++ b/tensorlayer/layers.py
@@ -1917,9 +1917,14 @@ def Conv2d(net, n_filter=32, filter_size=(3, 3), strides=(1, 1), act = None,
assert len(strides) == 2, "len(strides) should be 2, Conv2d and Conv2dLa... | update cov2d if previous layer channel is ? | tensorlayer_tensorlayer | train | py |
20a9d7101603e30ad3ab1ace1f547035fb247365 | diff --git a/packages/babel-core/src/config/config-chain.js b/packages/babel-core/src/config/config-chain.js
index <HASH>..<HASH> 100644
--- a/packages/babel-core/src/config/config-chain.js
+++ b/packages/babel-core/src/config/config-chain.js
@@ -67,7 +67,7 @@ export function buildPresetChain(
return {
plugins:... | Normalize presets before merging config with others. (#<I>) | babel_babel | train | js |
11db1ab45021a33cd2de3a1c84c9411d19a339fc | diff --git a/lxd/storage/drivers/interface.go b/lxd/storage/drivers/interface.go
index <HASH>..<HASH> 100644
--- a/lxd/storage/drivers/interface.go
+++ b/lxd/storage/drivers/interface.go
@@ -3,6 +3,7 @@ package drivers
import (
"io"
+ "github.com/lxc/lxd/lxd/backup"
"github.com/lxc/lxd/lxd/migration"
"github.c... | lxd/storage/drivers/interface: Update CreateVolumeFromBackup to pass srcBackup backup.Info
So we can access the optimized header bool. | lxc_lxd | train | go |
845a4fa557448225a9d493e5ab07a315868529b9 | diff --git a/packages/babel-core/test/api.js b/packages/babel-core/test/api.js
index <HASH>..<HASH> 100644
--- a/packages/babel-core/test/api.js
+++ b/packages/babel-core/test/api.js
@@ -57,7 +57,7 @@ suite("api", function () {
plugins: [
new Plugin({
visitor: {
- ... | Pass per preset: Use full function systax in test for old Node versions | babel_babel | train | js |
36d47cf3124c85f041ec20bb759459ace9bf4ff2 | diff --git a/txdarn/protocol.py b/txdarn/protocol.py
index <HASH>..<HASH> 100644
--- a/txdarn/protocol.py
+++ b/txdarn/protocol.py
@@ -9,6 +9,9 @@ python -c 'import sys, txdarn.protocol as P; \
| dot -Tpng > machine.png
'''
+import txaio
+txaio.use_twisted()
+
from autobahn.websocket import protocol as WebSo... | convince txaio not to break the tests | markrwilliams_txdarn | train | py |
ae21c1f92aed9f6d0e589cafe3dcdc86fe692d6b | diff --git a/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.py b/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.py
index <HASH>..<HASH> 100644
--- a/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.py
+++ b/oauthlib/oauth2/rfc6749/grant_types/reso... | create/don't create refresh_token based on self.refresh_token | oauthlib_oauthlib | train | py |
582abea73af5e5b86f02c884dff23c2c66edb070 | diff --git a/src/main/java/com/mistraltech/smog/CompositePropertyMatcher.java b/src/main/java/com/mistraltech/smog/CompositePropertyMatcher.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/mistraltech/smog/CompositePropertyMatcher.java
+++ b/src/main/java/com/mistraltech/smog/CompositePropertyMatcher.java
@@ -2... | Change CompositePropertyMatcher constructor visibility from public to protected.
Its an abstract class so cannot be constructed other than via a subclass. | mistraltechnologies_smog | train | java |
55739b30318e60437226b42e78c3634a0417230a | diff --git a/eZ/Publish/Core/MVC/Symfony/View/Builder/ContentViewBuilder.php b/eZ/Publish/Core/MVC/Symfony/View/Builder/ContentViewBuilder.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/Core/MVC/Symfony/View/Builder/ContentViewBuilder.php
+++ b/eZ/Publish/Core/MVC/Symfony/View/Builder/ContentViewBuilder.php
@@ -130,7... | EZP-<I>: Content View breaks when providing location id as param (#<I>)
* EZP-<I>: Content View breaks when providing location id as param
* Cast to int | ezsystems_ezpublish-kernel | train | php |
75493fb7a8e302b2ad4e8c8b752b570a53b5910f | diff --git a/theanets/trainer.py b/theanets/trainer.py
index <HASH>..<HASH> 100644
--- a/theanets/trainer.py
+++ b/theanets/trainer.py
@@ -494,7 +494,7 @@ class Sample(Trainer):
if w.name.startswith('W_out_'):
arr = np.vstack(Sample.reservoir(samples, k))
logging.info('set... | Normalize samples to unit length when setting weights. | lmjohns3_theanets | train | py |
1ecfc3a57b7199621ba023deab58265e9e64abe9 | diff --git a/src/org/opencms/flex/CmsFlexController.java b/src/org/opencms/flex/CmsFlexController.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/flex/CmsFlexController.java
+++ b/src/org/opencms/flex/CmsFlexController.java
@@ -375,7 +375,7 @@ public class CmsFlexController {
// this resource can no... | Avoid overwriting already existent Cache-Control headers. | alkacon_opencms-core | train | java |
17bba8129fc3a6e768bd7633dfb1bf02fcc7842a | diff --git a/code/libraries/koowa/controller/toolbar/abstract.php b/code/libraries/koowa/controller/toolbar/abstract.php
index <HASH>..<HASH> 100644
--- a/code/libraries/koowa/controller/toolbar/abstract.php
+++ b/code/libraries/koowa/controller/toolbar/abstract.php
@@ -58,6 +58,9 @@ abstract class KControllerToolbarAb... | re #<I> : Allow for DI of the controller object the toolbar is attached too. | joomlatools_joomlatools-framework | train | php |
78462ba4c9ebd10cd588745cdce8b15b4a808f66 | diff --git a/lib/coveralls/api.rb b/lib/coveralls/api.rb
index <HASH>..<HASH> 100644
--- a/lib/coveralls/api.rb
+++ b/lib/coveralls/api.rb
@@ -49,15 +49,21 @@ module Coveralls
private
def self.disable_net_blockers!
- if defined?(WebMock) &&
+ begin
+ require 'webmock'
+
allow = Web... | Explicitly try to require webmock and vcr
The old code would only work if these gems had already been required, but since you should require this gem before everything else, it doesn't work for a lot of people.
This way guarantees the blocks will be added if the gems are available. | lemurheavy_coveralls-ruby | train | rb |
07902879c7685d46237c1558dec5d93a4cb2c182 | diff --git a/includes/class-freemius.php b/includes/class-freemius.php
index <HASH>..<HASH> 100644
--- a/includes/class-freemius.php
+++ b/includes/class-freemius.php
@@ -6527,7 +6527,7 @@
}
if ( $affiliate->is_using_custom_terms ) {
- $affi... | [affiliation] [api] [bug-fix] Was using wrong endpoint for retrieving an affiliate's custom terms. | Freemius_wordpress-sdk | train | php |
4e104c90839cd77e940c9a4e47d4c9b289c572f6 | diff --git a/rxandroidble/src/main/java/com/polidea/rxandroidble/internal/RxBleRadio.java b/rxandroidble/src/main/java/com/polidea/rxandroidble/internal/RxBleRadio.java
index <HASH>..<HASH> 100644
--- a/rxandroidble/src/main/java/com/polidea/rxandroidble/internal/RxBleRadio.java
+++ b/rxandroidble/src/main/java/com/pol... | Added TODO in RxBleRadio. | Polidea_RxAndroidBle | train | java |
21be6f2759c85362399f964c304db1bd820bfa28 | diff --git a/server/main.go b/server/main.go
index <HASH>..<HASH> 100644
--- a/server/main.go
+++ b/server/main.go
@@ -2,6 +2,7 @@ package server
import (
"encoding/json"
+ "fmt"
"github.com/labstack/echo"
"github.com/labstack/echo/middleware"
c "github.com/tockins/realize/settings"
@@ -92,6 +93,8 @@ func (s... | fixed web server option in config file | oxequa_realize | train | go |
510702ce53156272668a1866240cceb60260856e | diff --git a/pandas/tests/arrays/test_boolean.py b/pandas/tests/arrays/test_boolean.py
index <HASH>..<HASH> 100644
--- a/pandas/tests/arrays/test_boolean.py
+++ b/pandas/tests/arrays/test_boolean.py
@@ -546,6 +546,7 @@ def test_reductions_return_types(dropna, data, all_numeric_reductions):
# result = arr[mask]... | CI: temp skip BooleanArray pyarrow test (#<I>) | pandas-dev_pandas | train | py |
343782270df8f4a6c50236d68581553d81554d97 | diff --git a/src/lambda/handler-runner/worker-thread-runner/workerThreadHelper.js b/src/lambda/handler-runner/worker-thread-runner/workerThreadHelper.js
index <HASH>..<HASH> 100644
--- a/src/lambda/handler-runner/worker-thread-runner/workerThreadHelper.js
+++ b/src/lambda/handler-runner/worker-thread-runner/workerThrea... | fix: worker-runner timout option (#<I>) | dherault_serverless-offline | train | js |
2abda5b36e287dd0326b6cb8425e7c220fc08a6f | diff --git a/bin/run.js b/bin/run.js
index <HASH>..<HASH> 100755
--- a/bin/run.js
+++ b/bin/run.js
@@ -86,12 +86,6 @@ const main = async options => {
if (options['nyc-help'])
return nycHelp()
- if (options._.length === 0 && isTTY) {
- options._.push.apply(options._, await defaultFiles(options))
- }
-
- ... | re-enable --coverage-report with no files | tapjs_node-tap | train | js |
7cd466585de4393f2cdfaeeb2eee6bece609174b | diff --git a/Eloquent/Model.php b/Eloquent/Model.php
index <HASH>..<HASH> 100755
--- a/Eloquent/Model.php
+++ b/Eloquent/Model.php
@@ -242,8 +242,12 @@ abstract class Model implements ArrayAccess, ArrayableInterface, JsonableInterfa
if ( ! isset(static::$booted[get_class($this)]))
{
static::$booted[get_class(... | Added booting event to a model. | illuminate_database | train | php |
23199ec6104ae195d705763dd633574f40776e35 | diff --git a/src/Place/PlaceTypeResolver.php b/src/Place/PlaceTypeResolver.php
index <HASH>..<HASH> 100644
--- a/src/Place/PlaceTypeResolver.php
+++ b/src/Place/PlaceTypeResolver.php
@@ -33,6 +33,7 @@ class PlaceTypeResolver implements TypeResolverInterface
"ekdc4ATGoUitCa0e6me6xA" => new EventType("ekdc4A... | III-<I> Add place type "Theater" | cultuurnet_udb3-php | train | php |
9af0ba36ca6c56b1710a72b53e169ace1bcebf79 | diff --git a/lib/Thelia/Log/Destination/TlogDestinationFile.php b/lib/Thelia/Log/Destination/TlogDestinationFile.php
index <HASH>..<HASH> 100644
--- a/lib/Thelia/Log/Destination/TlogDestinationFile.php
+++ b/lib/Thelia/Log/Destination/TlogDestinationFile.php
@@ -64,7 +64,7 @@ class TlogDestinationFile extends AbstractT... | don't use realpath for reolving log absolutePath | thelia_core | train | php |
9427ed15b44b8c834400be0d609b556542d26fef | diff --git a/src/form/methods/data.js b/src/form/methods/data.js
index <HASH>..<HASH> 100644
--- a/src/form/methods/data.js
+++ b/src/form/methods/data.js
@@ -58,7 +58,7 @@ module.exports = {
"solo" : [],
"sort": {
"accepted": [Boolean],
- "value": true
+ "value": false
},
"value" : ... | changed default form data sorting to false | alexandersimoes_d3plus | train | js |
b6d4a0eea79f2e2ac1defbb9a0061610166153bc | diff --git a/src/filterRows.js b/src/filterRows.js
index <HASH>..<HASH> 100644
--- a/src/filterRows.js
+++ b/src/filterRows.js
@@ -55,6 +55,15 @@ function getFilterMethod(filter) {
.map(cell => cell.rowIndex);
},
+ equals(keyword, cells) {
+ return cells
+ .f... | feat: 🎸 Add = keyword for equality matching
Support = keyword for equality matching in numeric columns | frappe_datatable | train | js |
eb230058974aa86d90c96b6d696b98a03de411a4 | diff --git a/test/integration/clientApi.js b/test/integration/clientApi.js
index <HASH>..<HASH> 100644
--- a/test/integration/clientApi.js
+++ b/test/integration/clientApi.js
@@ -164,7 +164,7 @@ describe('client API ', function() {
})
});
});
- it('should be able to complete wallets in copayer t... | WIP ro-rw | bitpay_bitcore-wallet-client | train | js |
b77242836d100ce4da019aec9a556a8dd1a605e8 | diff --git a/core-bundle/contao/library/Contao/Template.php b/core-bundle/contao/library/Contao/Template.php
index <HASH>..<HASH> 100644
--- a/core-bundle/contao/library/Contao/Template.php
+++ b/core-bundle/contao/library/Contao/Template.php
@@ -116,6 +116,27 @@ abstract class Template extends \Controller
/**
+ ... | [Core] Templates now support adding callables (see #<I>) | contao_contao | train | php |
c5a8a909e31d4d3886d1be2ed431e15d91eb188b | diff --git a/src/config/hisite.php b/src/config/hisite.php
index <HASH>..<HASH> 100644
--- a/src/config/hisite.php
+++ b/src/config/hisite.php
@@ -95,9 +95,6 @@ return [
],
],
],
- 'errorHandler' => [
- 'errorAction' => 'site/error',
- ],
'authCli... | Removed default errorAction, added MailerInterface to DI | hiqdev_hipanel-core | train | php |
2a7798c275d6d7c5993d97d9e93903dff35cf04f | diff --git a/lib/merb-core.rb b/lib/merb-core.rb
index <HASH>..<HASH> 100644
--- a/lib/merb-core.rb
+++ b/lib/merb-core.rb
@@ -173,6 +173,14 @@ module Merb
Merb::BootLoader::Dependencies.run
end
+ # Reload the framework.
+ #
+ # ==== Parameters
+ # None
+ def reload
+ Merb::BootL... | Added Merb.reload which reloads the framework classes. | wycats_merb | train | rb |
c61465b344e5109460a0c89ba539fe0a6d1a5c0d | diff --git a/server/const.go b/server/const.go
index <HASH>..<HASH> 100644
--- a/server/const.go
+++ b/server/const.go
@@ -41,7 +41,7 @@ var (
const (
// VERSION is the current version for the server.
- VERSION = "2.9.0-RC.4"
+ VERSION = "2.9.0-RC.5"
// PROTO is the currently supported protocol.
// 0 was the... | Bump to <I>-RC<I> | nats-io_gnatsd | train | go |
65165b0a9c737fb478c7c4dec7dcb4ce65958e97 | diff --git a/sample/src/samples/sample-runner.js b/sample/src/samples/sample-runner.js
index <HASH>..<HASH> 100644
--- a/sample/src/samples/sample-runner.js
+++ b/sample/src/samples/sample-runner.js
@@ -58,10 +58,15 @@ export class SampleRunner {
// if (this.instruction.configureRouter) {
// this.instru... | chore(sample): fix delay without bluebird | aurelia-ui-toolkits_aurelia-materialize-bridge | train | js |
b376153b421852ce2410f44a4868a3b1b5e2a697 | diff --git a/php/wp-settings-cli.php b/php/wp-settings-cli.php
index <HASH>..<HASH> 100644
--- a/php/wp-settings-cli.php
+++ b/php/wp-settings-cli.php
@@ -106,6 +106,11 @@ require( ABSPATH . WPINC . '/pomo/mo.php' );
// Include the wpdb class and, if present, a db.php database drop-in.
require_wp_db();
+// WP-CLI: ... | Restore our custom dead db check; `nonce_headers` isn't called until WP<I>
We'll need this check in place for compatibility purposes | wp-cli_export-command | train | php |
1337234cdcab3a05315f314f335cb5989583b699 | diff --git a/libraries/joomla/environment/request.php b/libraries/joomla/environment/request.php
index <HASH>..<HASH> 100644
--- a/libraries/joomla/environment/request.php
+++ b/libraries/joomla/environment/request.php
@@ -547,7 +547,7 @@ class JRequest
// Remove this code when PHP 5.4 becomes the minimum requiremen... | Merge fixes with SQL server branch. | joomla_joomla-framework | train | php |
040ddeaa8357cd69b4f649dbf894c6364aa425e3 | diff --git a/nomad/structs/config/vault.go b/nomad/structs/config/vault.go
index <HASH>..<HASH> 100644
--- a/nomad/structs/config/vault.go
+++ b/nomad/structs/config/vault.go
@@ -37,7 +37,7 @@ type VaultConfig struct {
// role the token is from.
Role string `mapstructure:"create_from_role"`
- // Namespaces sets t... | Update nomad/structs/config/vault.go | hashicorp_nomad | train | go |
f09e4299f2b9dbf44d0f6268d7a797d07026e0ac | diff --git a/src/qtism/data/state/Weight.php b/src/qtism/data/state/Weight.php
index <HASH>..<HASH> 100644
--- a/src/qtism/data/state/Weight.php
+++ b/src/qtism/data/state/Weight.php
@@ -14,7 +14,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, ... | Reset observers when cloned. | oat-sa_qti-sdk | train | php |
d6c8e06c6a01fc850e4124a17f5c1f3b8ea39c95 | diff --git a/src/main/java/org/codehaus/mojo/jaxb2/AbstractSchemagenMojo.java b/src/main/java/org/codehaus/mojo/jaxb2/AbstractSchemagenMojo.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/codehaus/mojo/jaxb2/AbstractSchemagenMojo.java
+++ b/src/main/java/org/codehaus/mojo/jaxb2/AbstractSchemagenMojo.java
@@ -1... | add a log info to say no sources found schemagen has been skipped.
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/trunk/mojo/jaxb2-maven-plugin@<I> <I>ab4f<I>-<I>fc-<I>-b<I>-8acea<I>cd1b | mojohaus_jaxb2-maven-plugin | train | java |
62bb34a6b98537f4d211e90a2fd565f1375a22ba | diff --git a/runtime-management/runtime-management-impl/src/main/resources/eval.py b/runtime-management/runtime-management-impl/src/main/resources/eval.py
index <HASH>..<HASH> 100644
--- a/runtime-management/runtime-management-impl/src/main/resources/eval.py
+++ b/runtime-management/runtime-management-impl/src/main/res... | Defect : <I> | can't dynamically populate a variable from defined system property based on user input. | CloudSlang_score | train | py |
946d8f73c1320768a9fea9dcc6ce05ee34f7610f | diff --git a/py/selenium/webdriver/firefox/firefox_binary.py b/py/selenium/webdriver/firefox/firefox_binary.py
index <HASH>..<HASH> 100644
--- a/py/selenium/webdriver/firefox/firefox_binary.py
+++ b/py/selenium/webdriver/firefox/firefox_binary.py
@@ -132,6 +132,6 @@ class FirefoxBinary(object):
"""Returns the ... | DavidBurns, on behalf of AndiAlbrecht, fixing where which finds directories. Fixes issue <I>
r<I> | SeleniumHQ_selenium | train | py |
9ee50c95623f6122f284f12476e70b521c128bae | diff --git a/gsh/stdin.py b/gsh/stdin.py
index <HASH>..<HASH> 100644
--- a/gsh/stdin.py
+++ b/gsh/stdin.py
@@ -162,7 +162,8 @@ def write_main_socket(c):
try:
the_stdin_thread.socket_write.recv(1)
except socket.error, e:
- assert e[0] == errno.EINTR
+ if e[0] != errno... | Don't lose the original stack trace | innogames_polysh | train | py,py |
98356ab3b4a0da014bd25c417e14c340e69471a6 | diff --git a/directions/routers.py b/directions/routers.py
index <HASH>..<HASH> 100644
--- a/directions/routers.py
+++ b/directions/routers.py
@@ -38,7 +38,8 @@ class Google(Router):
# sensor.
payload = {'origin': self._convert_coordinate(origin),
'destination': self._convert_coord... | Force metric units in Google response. | jwass_directions.py | train | py |
c1320d0dfe1ac468dcd163e541cfdbc7b65bf669 | diff --git a/js/bitmex.js b/js/bitmex.js
index <HASH>..<HASH> 100644
--- a/js/bitmex.js
+++ b/js/bitmex.js
@@ -458,7 +458,7 @@ module.exports = class bitmex extends Exchange {
if (type === 'limit')
request['price'] = price;
let response = await this.privatePostOrder (this.extend (request,... | Parse the response, not the request.. | ccxt_ccxt | train | js |
7a6f9fdbb4938b566927aeb996fe88ace392e210 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -209,7 +209,9 @@ var Avatar = exports.Avatar = function (_PureComponent) {
}, {
key: 'componentWillUnmount',
value: function componentWillUnmount() {
- this.state.internal.acti... | fix unsafe state updates in componentWillunmount | Sitebase_react-avatar | train | js,js |
98ff44d2f2b6c45550fa72075cb808964a7bf4f2 | diff --git a/core/src/main/java/com/github/srec/jemmy/JemmyDSL.java b/core/src/main/java/com/github/srec/jemmy/JemmyDSL.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/github/srec/jemmy/JemmyDSL.java
+++ b/core/src/main/java/com/github/srec/jemmy/JemmyDSL.java
@@ -298,7 +298,7 @@ public class JemmyDSL {
... | <I>: find_by_type must ignore invisible components | vtatai_srec | train | java |
2abe245ee5af4ba979e8ade635ac24818e952e31 | diff --git a/dist/dispatcher.js b/dist/dispatcher.js
index <HASH>..<HASH> 100644
--- a/dist/dispatcher.js
+++ b/dist/dispatcher.js
@@ -22,6 +22,7 @@
this._listeners = [];
},
+ // some other time
setMaxListeners: function () {},
on: function (eventName, dependencies, listener) {
@@ -39,14 +4... | minor performance improvement on .off() | ozantunca_DispatcherJS | train | js |
cf57fdc203734b75bb6589f707b266696bb4e0df | diff --git a/master/buildbot/test/integration/test_worker_workerside.py b/master/buildbot/test/integration/test_worker_workerside.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/test/integration/test_worker_workerside.py
+++ b/master/buildbot/test/integration/test_worker_workerside.py
@@ -311,24 +311,24 @@ class T... | tests: Fix test failure when waiter Deferred is called twice
This may happen if multpile keepalives happen before
worker.keepalive_waiter is reset after the first call. | buildbot_buildbot | train | py |
3fc971dabcb38c1f691159390caca616ae5c5f99 | diff --git a/pycomb/combinators.py b/pycomb/combinators.py
index <HASH>..<HASH> 100644
--- a/pycomb/combinators.py
+++ b/pycomb/combinators.py
@@ -156,7 +156,7 @@ def _default_composite_dispatcher(x, combinators):
return None
-if sys.version_info <= (2, 7):
+if sys.version_info < (3, 2):
def union(*combin... | Attempt to support Python <I>. | fcracker79_pycomb | train | py |
cd8b476bf3389991895d1eecf5116f414e21a342 | diff --git a/lib/ansiblelint/__init__.py b/lib/ansiblelint/__init__.py
index <HASH>..<HASH> 100644
--- a/lib/ansiblelint/__init__.py
+++ b/lib/ansiblelint/__init__.py
@@ -19,5 +19,11 @@
# THE SOFTWARE.
"""Main ansible-lint package."""
-# deprecated backwards compability:
-from ansiblelint.rules import AnsibleLintRu... | Expose package version
Export ansiblelint.__version__ which is a very common way to expose
version of a python module. | ansible_ansible-lint | train | py |
a981a6c7ccb98d684cc2edd71e68099263200d00 | diff --git a/fireplace/actions.py b/fireplace/actions.py
index <HASH>..<HASH> 100644
--- a/fireplace/actions.py
+++ b/fireplace/actions.py
@@ -79,7 +79,7 @@ class Action: # Lawsuit
return EventListener(self, actions, EventListener.ON, zone=zone, once=True)
def _broadcast(self, entity, source, at, *args):
- for... | Iterate over Entity.events property
This allows us to define custom events at the entity level | jleclanche_fireplace | train | py,py |
eef13743222ed608e92afa7e7087486e27fa534f | diff --git a/perceval/backends/mozilla/mozillaclub.py b/perceval/backends/mozilla/mozillaclub.py
index <HASH>..<HASH> 100644
--- a/perceval/backends/mozilla/mozillaclub.py
+++ b/perceval/backends/mozilla/mozillaclub.py
@@ -71,7 +71,7 @@ class MozillaClub(Backend):
:param tag: label used to mark the data
:para... | [mozillaclub] Set category when calling fetch and fetch_from_archive
This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle fetching operations
(fetch and fetch_from_archive) with multiple categories | chaoss_grimoirelab-perceval-mozilla | train | py |
88bf2f4d85fe93621de0605a905e2b4737f92118 | diff --git a/lib/belafonte/rhythm.rb b/lib/belafonte/rhythm.rb
index <HASH>..<HASH> 100644
--- a/lib/belafonte/rhythm.rb
+++ b/lib/belafonte/rhythm.rb
@@ -3,6 +3,7 @@ require 'belafonte/errors'
require 'belafonte/help'
require 'belafonte/parser'
require 'belafonte/helpers'
+require 'belafonte/wrapomatic'
module B... | Belafonte catches otherwise uncaught exceptions
If an exception is raised within #setup, #handle, or a subcommand,
but is not caught in any of those places, it is caught by
Belafonte itself.
In the end, it's my hope that this will never actually be leaned
upon, but doing this is way better, typically, than showing an... | ess_belafonte | train | rb |
ca70c44a5bd598d71ec542cf3bb36d990da7dbd3 | diff --git a/models/SearchAction.php b/models/SearchAction.php
index <HASH>..<HASH> 100644
--- a/models/SearchAction.php
+++ b/models/SearchAction.php
@@ -14,4 +14,15 @@ class SearchAction extends Action {
*/
public $query;
+ /**
+ * @inheritdoc
+ */
+ public function fields() {
+ return array_merge(
+ paren... | fixed search action (added query-input not documented required param) | simialbi_yii2-schema-org | train | php,php |
d8299056e35f4d5705508473fd84b6876a970354 | diff --git a/src/Traits/Pageable.php b/src/Traits/Pageable.php
index <HASH>..<HASH> 100644
--- a/src/Traits/Pageable.php
+++ b/src/Traits/Pageable.php
@@ -72,7 +72,8 @@ trait Pageable
public static function bootPageable()
{
static::deleted(function (self $model) {
- $model->pages()->detach... | Check before detaching pages if deleted entity was soft deleted | rinvex_laravel-pages | train | php |
a717f572828e430d31c555912f293053cd32ee0d | diff --git a/src/LaravelDebugbar.php b/src/LaravelDebugbar.php
index <HASH>..<HASH> 100644
--- a/src/LaravelDebugbar.php
+++ b/src/LaravelDebugbar.php
@@ -288,8 +288,20 @@ class LaravelDebugbar extends DebugBar
try {
$db->listen(
- function ($query, $bindings, $time, $... | FIx for Laravel <I> event changes
Fixes "Missing argument 2 for Barryvdh\Debugbar\LaravelDebugbar::Barryvdh\Debugbar{closure}() is the specific error." exception | barryvdh_laravel-debugbar | train | php |
f6312a338f90bdcb8bc67577bee84c13141fa36c | diff --git a/integration-tests/spec/futures_spec.rb b/integration-tests/spec/futures_spec.rb
index <HASH>..<HASH> 100644
--- a/integration-tests/spec/futures_spec.rb
+++ b/integration-tests/spec/futures_spec.rb
@@ -38,6 +38,7 @@ remote_describe 'in container futures tests' do
end
it "should set the status" ... | Pend the future status tests until I can get them working reliably on CI. | torquebox_torquebox | train | rb |
e89b460e3868ec8a2ea3ecad79c3697a4360ffad | diff --git a/para-core/src/main/java/com/erudika/para/core/ParaObject.java b/para-core/src/main/java/com/erudika/para/core/ParaObject.java
index <HASH>..<HASH> 100644
--- a/para-core/src/main/java/com/erudika/para/core/ParaObject.java
+++ b/para-core/src/main/java/com/erudika/para/core/ParaObject.java
@@ -44,7 +44,7 @@... | fixed name size between 1 and <I> chars | Erudika_para | train | java |
003da9b29a16f57db2aefca23a04da63ae4fc0e4 | diff --git a/airflow/bin/cli.py b/airflow/bin/cli.py
index <HASH>..<HASH> 100644
--- a/airflow/bin/cli.py
+++ b/airflow/bin/cli.py
@@ -545,8 +545,8 @@ class CLIFactory:
'user_import': Arg(
("import",),
metavar="FILEPATH",
- help="Import users from JSON file. Example format:... | [AIRFLOW-<I>] Remove good errors from docs building (#<I>) | apache_airflow | train | py |
b47dad27a8459ecc2a3d05e49237c215c5afce69 | diff --git a/core-bundle/contao/forms/FormTextField.php b/core-bundle/contao/forms/FormTextField.php
index <HASH>..<HASH> 100644
--- a/core-bundle/contao/forms/FormTextField.php
+++ b/core-bundle/contao/forms/FormTextField.php
@@ -85,8 +85,11 @@ class FormTextField extends \Widget
parent::__set($strKey, $varValue)... | [Core] Support the "min", "max" and "step" attributes on number fields (see #<I>) | contao_contao | train | php |
45bd400e385b1537d3db484a98755353afffca5b | diff --git a/lib/builder.js b/lib/builder.js
index <HASH>..<HASH> 100644
--- a/lib/builder.js
+++ b/lib/builder.js
@@ -239,6 +239,8 @@ function processCompileOpts(options, defaults) {
anonymous: false,
systemGlobal: 'System',
+ // whether to inline package configurations into bundles
+ buildConfig: fa... | only build config when option is set | systemjs_builder | train | js,js |
bbc07f2581fc5475530310d3ee9d3a11c0d32eb5 | diff --git a/lib/puppet/resource.rb b/lib/puppet/resource.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/resource.rb
+++ b/lib/puppet/resource.rb
@@ -217,7 +217,11 @@ class Puppet::Resource
end
def uniqueness_key
- self.to_hash.values_at(*key_attributes.sort_by { |k| k.to_s })
+ # Temporary kludge to dea... | Bandaid for #<I> -- :name vs <namevar>
We sometimes refer to the namevar as its name and sometimes as :name; there is
no consistant pattern in the code for when this is done one way or the other.
This problem was exposed by the composite namevar refactor; the present patch
adjusts the crucial routine to work with eith... | puppetlabs_puppet | train | rb |
5830a4e9a8d7b36715abe8195b2a7f6f5f46e939 | diff --git a/astropy_helpers/commands/build_sphinx.py b/astropy_helpers/commands/build_sphinx.py
index <HASH>..<HASH> 100644
--- a/astropy_helpers/commands/build_sphinx.py
+++ b/astropy_helpers/commands/build_sphinx.py
@@ -149,12 +149,12 @@ class AstropyBuildDocs(SphinxBuildDoc):
dist = Distribution()
... | Fix compatibility with older setuptools versions where fetch_build_eggs returned None | astropy_astropy-helpers | train | py |
d77120577edbfc7ae600d479569b30dd07a31017 | diff --git a/dev/com.ibm.ws.security.javaeesec/src/com/ibm/ws/security/javaeesec/identitystore/LdapIdentityStore.java b/dev/com.ibm.ws.security.javaeesec/src/com/ibm/ws/security/javaeesec/identitystore/LdapIdentityStore.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.ws.security.javaeesec/src/com/ibm/ws/security/jav... | modify the code per a code review comment. | OpenLiberty_open-liberty | train | java |
53864a67c4cc56593dd0166e90270edea94355da | diff --git a/kuyruk/kuyruk.py b/kuyruk/kuyruk.py
index <HASH>..<HASH> 100644
--- a/kuyruk/kuyruk.py
+++ b/kuyruk/kuyruk.py
@@ -62,7 +62,7 @@ class Kuyruk:
yield ch
@contextmanager
- def connection(self) -> Iterator[amqp.Connection]:
+ def connection(self, vhost: str = None, user: str = Non... | allow overriding vhost, user and password when connecting | cenkalti_kuyruk | train | py |
a8f5d71f8c234bde334d5b368c24cab867ad1fc2 | diff --git a/pyemma/plots/plots2d.py b/pyemma/plots/plots2d.py
index <HASH>..<HASH> 100644
--- a/pyemma/plots/plots2d.py
+++ b/pyemma/plots/plots2d.py
@@ -167,7 +167,7 @@ def plot_free_energy(xall, yall, weights=None, ax=None, nbins=100, ncountours=10
extent = [yedge[0], yedge[-1], xedge[0], xedge[-1]]
if ax ... | [plots.plots2d] fix in plot_free_energy | markovmodel_PyEMMA | train | py |
883544992416c6edc7445bb4d118ec4b80996974 | diff --git a/src/tagify.js b/src/tagify.js
index <HASH>..<HASH> 100644
--- a/src/tagify.js
+++ b/src/tagify.js
@@ -63,7 +63,7 @@ Tagify.prototype = {
notAllowed : "not allowed"
},
- customEventsList : ['change', 'add', 'remove', 'invalid', 'input', 'click', 'keydown', 'focus', 'blur', 'edit:input', '... | fixes #<I> - `dropdown:scroll` event could not be binded through the settings object "callbacks" | yairEO_tagify | train | js |
bf8dd36a19d0ee6f0fe3e6c7deed4a5d14dc9124 | diff --git a/src/test/java/net/openhft/chronicle/map/TestEntriesSpanningSeveralChunksReplicationHub.java b/src/test/java/net/openhft/chronicle/map/TestEntriesSpanningSeveralChunksReplicationHub.java
index <HASH>..<HASH> 100644
--- a/src/test/java/net/openhft/chronicle/map/TestEntriesSpanningSeveralChunksReplicationHub.... | made the value sizes smaller for this test | OpenHFT_Chronicle-Map | train | java |
dc8aa22da8724e565e0530332f8248ab4f895650 | diff --git a/freemius/includes/class-freemius.php b/freemius/includes/class-freemius.php
index <HASH>..<HASH> 100644
--- a/freemius/includes/class-freemius.php
+++ b/freemius/includes/class-freemius.php
@@ -890,7 +890,7 @@
$current_user->user_firstname,
$current_user->user_lastname,
$active_plugin_str... | [connectivity-issues] Encode API failed result HTML entities to be able clearly see the result via the email. | Freemius_wordpress-sdk | train | php |
fdd64030abb658932a7c3360f61d5b90287f24ff | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -40,7 +40,7 @@ function createKibe(d, cookie) {
css.href = url;
css.rel = 'stylesheet';
css.type = 'text/css';
- document.head.appendChild(css, fjs);
+ document.getElementsByTagNa... | appending script to document.getElementsByTagName('head')[0] instead of document.head to support older browsers. | zkochan_kibe | train | js |
77c183e15815baf9c06967b82d95c3c9ab546d8e | diff --git a/test/integration/test.discovery.js b/test/integration/test.discovery.js
index <HASH>..<HASH> 100644
--- a/test/integration/test.discovery.js
+++ b/test/integration/test.discovery.js
@@ -50,7 +50,7 @@ describe('discovery_integration', function() {
assert(Array.isArray(res.environments));
asser... | test: make discovery test node 4 friendly | watson-developer-cloud_node-sdk | train | js |
cb32cb8947bf15b0742f7dfb0e6bb92b9d733de8 | diff --git a/helper/resource/testing.go b/helper/resource/testing.go
index <HASH>..<HASH> 100644
--- a/helper/resource/testing.go
+++ b/helper/resource/testing.go
@@ -181,6 +181,9 @@ func Test(t TestT, c TestCase) {
// this fails. If refresh isn't read-only, then this will have
// caught a different bug.
if... | helper/resource: error if id-only check didn't run | hashicorp_terraform | train | go |
7bb83255f230a436f47cf4a850a35282d6d772c5 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -29,8 +29,8 @@ module.exports = function(grunt) {
// Avoid breaking semicolons inserted by r.js
skipSemiColonInsertion: true,
wrap: {
- ... | Fixed issue with `window` not being defined | jperezov_vargate | train | js |
7a60174dd170c43e35aa2fb1dd0201512bc72d16 | diff --git a/command/hook_ui.go b/command/hook_ui.go
index <HASH>..<HASH> 100644
--- a/command/hook_ui.go
+++ b/command/hook_ui.go
@@ -140,7 +140,8 @@ func (h *UiHook) PostApply(
}
if applyerr != nil {
- msg = fmt.Sprintf("Error: %s", applyerr)
+ // Errors are collected and printed in ApplyCommand, no need to d... | Do not print errors via UiHook | hashicorp_terraform | train | go |
5a82ebe1b39272df62e0669d7773db77728340fd | diff --git a/src/ProcessDetails.php b/src/ProcessDetails.php
index <HASH>..<HASH> 100644
--- a/src/ProcessDetails.php
+++ b/src/ProcessDetails.php
@@ -53,8 +53,8 @@ class ProcessDetails {
* @return void
*/
public static function setProcessTitle($title, array $replacements = array()) {
- // skip empty title nam... | Skip setting title when empty title and when running on MacOS | qxsch_WorkerPool | train | php |
40a8f4ff2fc53c0481ca8209af7d842b09a05b44 | diff --git a/src/Kunstmaan/UtilitiesBundle/Tests/Helper/SlugifierTest.php b/src/Kunstmaan/UtilitiesBundle/Tests/Helper/SlugifierTest.php
index <HASH>..<HASH> 100644
--- a/src/Kunstmaan/UtilitiesBundle/Tests/Helper/SlugifierTest.php
+++ b/src/Kunstmaan/UtilitiesBundle/Tests/Helper/SlugifierTest.php
@@ -40,7 +40,7 @@ cla... | No linux support for edge cases... removed for time being | Kunstmaan_KunstmaanBundlesCMS | train | php |
318f9b908b9227aab7e265278bb9396f0c8b07d1 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ tests_require = [
'pytest-cache>=1.0',
'pytest-cov>=1.8.0',
'pytest-pep8>=1.0.6',
- 'pytest>=2.8.0',
+ 'pytest>=2.8.0,!=3.3.0',
]
invenio_search_version = '1.0.0b4' | tests: pytest <I> with python 2 fix | inveniosoftware_invenio-oaiserver | train | py |
d6e7495d2109a5b970ad31e9c7f0c6c87227475b | diff --git a/leaflet-beautify-marker-icon.js b/leaflet-beautify-marker-icon.js
index <HASH>..<HASH> 100644
--- a/leaflet-beautify-marker-icon.js
+++ b/leaflet-beautify-marker-icon.js
@@ -30,6 +30,14 @@
, 'doughnut': [8, 8]
},
+ popupAnchor: {
+ 'marker': [0, -25]
+ ,... | Popup Anchor Fix
Popup Anchor position fixed | marslan390_BeautifyMarker | train | js |
272ff9b6c5fb5b9a60b939968d6f86f3deafdf42 | diff --git a/src/validator/set.js b/src/validator/set.js
index <HASH>..<HASH> 100644
--- a/src/validator/set.js
+++ b/src/validator/set.js
@@ -3,7 +3,7 @@ import { Validator } from '@scola/validator';
const setValidator = new Validator();
// See https://www.thepolyglotdeveloper.com/2015/05/use-regex-to-test-passwor... | Add more special characters to password regexp | scola84_node-auth-common | train | js |
40cb0bf111ba467909395bf4b56cfc39dd688cd6 | diff --git a/lib/src/main/java/org/altbeacon/beacon/BeaconManager.java b/lib/src/main/java/org/altbeacon/beacon/BeaconManager.java
index <HASH>..<HASH> 100644
--- a/lib/src/main/java/org/altbeacon/beacon/BeaconManager.java
+++ b/lib/src/main/java/org/altbeacon/beacon/BeaconManager.java
@@ -429,8 +429,14 @@ public class... | Don't cal startForegroundService if we have already bound to the service. Doing so causes a crash. | AltBeacon_android-beacon-library | train | java |
8c68efedae534e213c8aea46b61fa79581e77c0f | diff --git a/lib/pdk/version.rb b/lib/pdk/version.rb
index <HASH>..<HASH> 100644
--- a/lib/pdk/version.rb
+++ b/lib/pdk/version.rb
@@ -1,4 +1,4 @@
module PDK
- VERSION = '2.5.0'.freeze
+ VERSION = '2.6.0-pre'.freeze
TEMPLATE_REF = '2.5.0'.freeze
end | (PDK-<I>) Bump PDK version
This commit bumps the pdk version to <I>-pre as per the post release
guidance. | puppetlabs_pdk | train | rb |
4bfc8d3b72db8e19125c694a4517e29486d6406e | diff --git a/services/static-badge/static-badge.tester.js b/services/static-badge/static-badge.tester.js
index <HASH>..<HASH> 100644
--- a/services/static-badge/static-badge.tester.js
+++ b/services/static-badge/static-badge.tester.js
@@ -20,7 +20,7 @@ t.create('All one color')
t.create('Not a valid color')
.get(... | Fix [static] tests (#<I>) | badges_shields | train | js |
b757a30e6d072a9db7df1b501309fa7fa26295ea | diff --git a/native-helper/src/main/java/com/github/mike10004/nativehelper/subprocess/ShutdownHookProcessTracker.java b/native-helper/src/main/java/com/github/mike10004/nativehelper/subprocess/ShutdownHookProcessTracker.java
index <HASH>..<HASH> 100644
--- a/native-helper/src/main/java/com/github/mike10004/nativehelper... | ShutdownHookProcessTracker: remove from field processes list, not tmp immutable list [skip ci] | mike10004_common-helper | train | java |
9c0a72ba9534d5ea64d29b0bc588df46cee07534 | diff --git a/src/physics/SimplePhysicsEngine.js b/src/physics/SimplePhysicsEngine.js
index <HASH>..<HASH> 100644
--- a/src/physics/SimplePhysicsEngine.js
+++ b/src/physics/SimplePhysicsEngine.js
@@ -15,7 +15,7 @@ export default class SimplePhysicsEngine extends PhysicsEngine {
super(initOptions);
//... | handle physics options with no collision spec | lance-gg_lance | train | js |
a2639df1f86d731d54f64b54f13b692ea2468f89 | diff --git a/pysc2/lib/features.py b/pysc2/lib/features.py
index <HASH>..<HASH> 100644
--- a/pysc2/lib/features.py
+++ b/pysc2/lib/features.py
@@ -465,8 +465,8 @@ class AgentInterfaceFormat(object):
terms of world units instead of screen units.
use_unit_counts: Whether to include unit_counts observati... | Update the comments about the camera position coordinate system.
PiperOrigin-RevId: <I> | deepmind_pysc2 | train | py |
644f14573e306b943cfbaaa2f1a24fc5cd152dfa | diff --git a/lib/inline_encryption/base.rb b/lib/inline_encryption/base.rb
index <HASH>..<HASH> 100644
--- a/lib/inline_encryption/base.rb
+++ b/lib/inline_encryption/base.rb
@@ -25,8 +25,7 @@ module InlineEncryption
config.check_required_variables
begin
- encrypted = config.real_key.private_encr... | call encrypt! in encrypt | rubyisbeautiful_inline_encryption | train | rb |
41453e61daa7e1fd9dcd8e81e24a25bb807ec281 | diff --git a/src/Base.php b/src/Base.php
index <HASH>..<HASH> 100644
--- a/src/Base.php
+++ b/src/Base.php
@@ -95,7 +95,7 @@ abstract class Base
$this->parseOptions();
$this->handleDefaultOptions();
$this->setupLogging();
- $this->checkArgments();
+ $this->checkArguments();
... | fix typo in method name. fixes #<I> | splitbrain_php-cli | train | php |
610f3b171bc66ba87cb4fed1f86f31c128d1b30b | diff --git a/spec/active_interaction/filters/model_filter_spec.rb b/spec/active_interaction/filters/model_filter_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/active_interaction/filters/model_filter_spec.rb
+++ b/spec/active_interaction/filters/model_filter_spec.rb
@@ -66,11 +66,9 @@ describe ActiveInteraction::ModelF... | Remove failing test case
Oops, I missed this in e3a<I>dc. | AaronLasseigne_active_interaction | train | rb |
e366a322aa9824a08980880fba72203b25dfe7d7 | diff --git a/Gemfile.lock b/Gemfile.lock
index <HASH>..<HASH> 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- parallel_cucumber (0.1.6)
+ parallel_cucumber (0.1.7)
parallel (~> 1.6)
GEM
diff --git a/lib/parallel_cucumber/runner.rb b/lib/parallel_cucumber/runne... | Fix retry for io timeout | badoo_parallel_cucumber | train | lock,rb,rb |
492ac64a72ef20b6df54df375f258b43f11cdc73 | diff --git a/fragments/diff.py b/fragments/diff.py
index <HASH>..<HASH> 100644
--- a/fragments/diff.py
+++ b/fragments/diff.py
@@ -10,19 +10,13 @@ def _visible_in_diff(merge_result, context_lines=3):
old_line += len(line_or_conflict[0])
new_line += len(line_or_conflict[1])
else:
- ... | simplify _visible_in_diff a bit | glyphobet_fragments | train | py |
e620828b754bd252bba66fe8516da53c1f3b1d7d | diff --git a/src/androidTest/java/com/couchbase/lite/RouterTest.java b/src/androidTest/java/com/couchbase/lite/RouterTest.java
index <HASH>..<HASH> 100644
--- a/src/androidTest/java/com/couchbase/lite/RouterTest.java
+++ b/src/androidTest/java/com/couchbase/lite/RouterTest.java
@@ -68,7 +68,8 @@ public class RouterTest... | Fixed #<I> - RouterTest.testDatabase() failure
- `assertTrue(System.currentTimeMillis() * <I> > (Long) dbInfo.get("instance_start_time"))` is problematic test. Disabled it. | couchbase_couchbase-lite-android | train | java |
b8bfa81ab15e9edabfc30326ba262768dfd42503 | diff --git a/lib/View/ModelDetails.php b/lib/View/ModelDetails.php
index <HASH>..<HASH> 100644
--- a/lib/View/ModelDetails.php
+++ b/lib/View/ModelDetails.php
@@ -48,12 +48,12 @@ class View_ModelDetails extends Grid_Advanced
return parent::setSource($data);
}
- public function setModel($model, $actua... | setModel should not use UNDEFINED constant anymore | atk4_atk4 | train | php |
a08c3709a3cf78c6e20d9608dc6c4a0a0b91df81 | diff --git a/spec/extensions/string_spec.rb b/spec/extensions/string_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/extensions/string_spec.rb
+++ b/spec/extensions/string_spec.rb
@@ -95,15 +95,15 @@ describe String do
end
end
- it "should inspect printable strings" do
- "hello".inspect.should == '"hello"'... | Update String specs to use String#dump. | ronin-ruby_ronin | train | rb |
9d71cb77fb0b9d11178664c61b01c4e4b4caeb9b | diff --git a/openquake/risklib/riskinput.py b/openquake/risklib/riskinput.py
index <HASH>..<HASH> 100644
--- a/openquake/risklib/riskinput.py
+++ b/openquake/risklib/riskinput.py
@@ -330,6 +330,8 @@ def make_eps_dict(assets_by_site, num_samples, seed, correlation):
all_assets = (a for assets in assets_by_site for ... | Fixed the order of the epsilons | gem_oq-engine | train | py |
5e5c63c0a1e4822e44067bd3e8160e3c31a51a11 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -14,24 +14,30 @@ app.disable('x-powered-by');
// Render url.
app.use(async (req, res, next) => {
- if (!req.query.url) {
+ let url = req.query.url;
+
+ if (!url) {
return res.status(400).send('Searc... | Add http protocol if URL doesn't have protocol. | zenato_puppeteer-renderer | train | js |
9670e2aab316f21d55e4642fb5a585d37c62f351 | diff --git a/src/Framework/BaseConsoleApplication.php b/src/Framework/BaseConsoleApplication.php
index <HASH>..<HASH> 100644
--- a/src/Framework/BaseConsoleApplication.php
+++ b/src/Framework/BaseConsoleApplication.php
@@ -133,7 +133,7 @@ abstract class BaseConsoleApplication extends SilexApplication implements Framew
... | refactor: code related envoi #<I> (#<I>) | Radvance_Radvance | train | php |
12b24c9fa29803e9b135c3c516dfe00ae1f3a81c | diff --git a/lib/arjdbc/sqlite3/adapter.rb b/lib/arjdbc/sqlite3/adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/arjdbc/sqlite3/adapter.rb
+++ b/lib/arjdbc/sqlite3/adapter.rb
@@ -327,8 +327,8 @@ module ArJdbc
# @note We have an extra binds argument at the end due AR-2.3 support.
# @override
def insert_sq... | [sqlite] also avoid last_insert_id query after INSERT on AR-<I> | jruby_activerecord-jdbc-adapter | train | rb |
92707f7736962a83b6292791ffd893d446171785 | diff --git a/cas-server-3.4.2/cas-server-core/src/main/java/org/jasig/cas/util/LdapUtils.java b/cas-server-3.4.2/cas-server-core/src/main/java/org/jasig/cas/util/LdapUtils.java
index <HASH>..<HASH> 100644
--- a/cas-server-3.4.2/cas-server-core/src/main/java/org/jasig/cas/util/LdapUtils.java
+++ b/cas-server-3.4.2/cas-s... | CAS-<I>
fixed replacement if username has $ in it | apereo_cas | train | java |
70fdf34a246421fa217bed7fe194bec90ea1b55b | diff --git a/rpc/transform.go b/rpc/transform.go
index <HASH>..<HASH> 100644
--- a/rpc/transform.go
+++ b/rpc/transform.go
@@ -135,7 +135,7 @@ func toCoreAddNodeOptions(b *pb.AddNodeOptions) *types.AddNodeOptions {
Labels: b.Labels,
Numa: b.Numa,
NumaMemory: b.NumaMemory,
- Volume: types.VolumeM... | volumes should be properly set (#<I>) | projecteru2_core | train | go |
508f6837b9b4f6e129632a7e118ae737fc6f1d87 | diff --git a/aws/resource_aws_ec2_transit_gateway_route.go b/aws/resource_aws_ec2_transit_gateway_route.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_ec2_transit_gateway_route.go
+++ b/aws/resource_aws_ec2_transit_gateway_route.go
@@ -92,6 +92,10 @@ func resourceAwsEc2TransitGatewayRouteRead(d *schema.ResourceD... | Adding retry to reading transit gateway routes | terraform-providers_terraform-provider-aws | train | go |
f5c0ff9fa2b0ff1b365afd7430dfca7d4aaaf425 | diff --git a/src/view/MainViewManager.js b/src/view/MainViewManager.js
index <HASH>..<HASH> 100644
--- a/src/view/MainViewManager.js
+++ b/src/view/MainViewManager.js
@@ -1011,6 +1011,11 @@ define(function (require, exports, module) {
var firstPane = _panes[FIRST_PANE];
Resizer.removeSizable(firstPane... | add class to #editor-holder for split orientation | adobe_brackets | train | js |
7c242cfee230047f4802e6b430246bf24dd0e16d | diff --git a/lib/lobber/uploader.rb b/lib/lobber/uploader.rb
index <HASH>..<HASH> 100644
--- a/lib/lobber/uploader.rb
+++ b/lib/lobber/uploader.rb
@@ -48,7 +48,8 @@ module Lobber
end
def create_file file
- bucket.files.create(key: file, public: true, body: File.open(file))
+ key = File.basename(fi... | Set key to basename of file
Happens when lobbing a dir outside of the current path | mdb_lobber | train | rb,rb |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.