hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
693eda68d57f54725c822e7ff2fd50b5eb62a4d2 | diff --git a/lib/forger.rb b/lib/forger.rb
index <HASH>..<HASH> 100644
--- a/lib/forger.rb
+++ b/lib/forger.rb
@@ -32,3 +32,5 @@ module Forger
end
Forger::Dotenv.load!
+
+Forger.set_aws_profile!
\ No newline at end of file
diff --git a/lib/forger/config.rb b/lib/forger/config.rb
index <HASH>..<HASH> 100644
--- a/li... | change aws_profiles option to aws_profile | tongueroo_forger | train |
e8bf0f4799a5e3f79b5b3a891e1c4cdfd4681b0e | diff --git a/Resources/public/js/directives/datagrid.js b/Resources/public/js/directives/datagrid.js
index <HASH>..<HASH> 100644
--- a/Resources/public/js/directives/datagrid.js
+++ b/Resources/public/js/directives/datagrid.js
@@ -566,7 +566,8 @@ angular.module('Samson.DataGrid')
$http.delete($sc... | Display alert with error message that was returned from deleteAction. | SamsonIT_DataGridBundle | train |
81b6faf7878409a6c297a3cb3bd671642ea2bf62 | diff --git a/commands/command_filter_process.go b/commands/command_filter_process.go
index <HASH>..<HASH> 100644
--- a/commands/command_filter_process.go
+++ b/commands/command_filter_process.go
@@ -207,7 +207,7 @@ func filterCommand(cmd *cobra.Command, args []string) {
if len(malformed) > 0 {
fmt.Fprintln(os.St... | commands/command_filter_process.go: fix message
Now that we have quantity-sensitive text messages for
translation purposes, we can correct one message to use
the singular form.
h/t bk<I> on PR review. | git-lfs_git-lfs | train |
146da9dfcce4f2b26f410523ac3329e26e95dcb9 | diff --git a/pypeerassets/transactions.py b/pypeerassets/transactions.py
index <HASH>..<HASH> 100644
--- a/pypeerassets/transactions.py
+++ b/pypeerassets/transactions.py
@@ -10,10 +10,10 @@ from btcpy.structs.script import P2pkhScript, MultisigScript, P2shScript
from .networks import query
-def calculate_tx_fee(t... | express in satoshis | PeerAssets_pypeerassets | train |
6d573e8abbf87e3c7281347e03d428a6e5baccd4 | diff --git a/airflow/providers/amazon/aws/transfers/redshift_to_s3.py b/airflow/providers/amazon/aws/transfers/redshift_to_s3.py
index <HASH>..<HASH> 100644
--- a/airflow/providers/amazon/aws/transfers/redshift_to_s3.py
+++ b/airflow/providers/amazon/aws/transfers/redshift_to_s3.py
@@ -65,7 +65,7 @@ class RedshiftToS3O... | Add s3 key to template fields for s3/redshift transfer operators (#<I>) | apache_airflow | train |
4149011566f8b017735d2ffdea4b71f2ac94702e | diff --git a/modules/messaging/src/main/java/org/projectodd/wunderboss/messaging/hornetq/HornetQConnection.java b/modules/messaging/src/main/java/org/projectodd/wunderboss/messaging/hornetq/HornetQConnection.java
index <HASH>..<HASH> 100644
--- a/modules/messaging/src/main/java/org/projectodd/wunderboss/messaging/horne... | Allow a ttl of -1 to mean "no waiting" | projectodd_wunderboss-release | train |
a7c033f7e21eefc2c1638b5efd73cfec18d686ee | diff --git a/editor/client/scripts/Core/SVG/svgshape.js b/editor/client/scripts/Core/SVG/svgshape.js
index <HASH>..<HASH> 100644
--- a/editor/client/scripts/Core/SVG/svgshape.js
+++ b/editor/client/scripts/Core/SVG/svgshape.js
@@ -182,7 +182,7 @@ ORYX.Core.SVG.SVGShape = Clazz.extend({
this.oldX = cx - this.radiusX... | fixed a bug that broke rendering SVG ellipse elements in case rx and ry are different.
git-svn-id: <URL> | kiegroup_jbpm-designer | train |
9d4822693fe1039ff9681dbf988f633126152662 | diff --git a/src/render.js b/src/render.js
index <HASH>..<HASH> 100644
--- a/src/render.js
+++ b/src/render.js
@@ -6,9 +6,15 @@ module.exports = function render() {
if (!mapExists) return cleanup();
var mode = store.ctx.events.currentModeName();
- store.ctx.ui.queueMapClasses({
- mode: mode
- });
+
+ // I... | Leave direct_select when feature is deleted | mapbox_mapbox-gl-draw | train |
fe679d940372882f9711577681f74efa35e37222 | diff --git a/lxd/container_lxc.go b/lxd/container_lxc.go
index <HASH>..<HASH> 100644
--- a/lxd/container_lxc.go
+++ b/lxd/container_lxc.go
@@ -8851,7 +8851,8 @@ func (c *containerLXC) removeNetworkDevice(name string, m types.Device) error {
if m["nictype"] == "physical" {
hostName = networkGetHostDevice(m["parent"... | container/lxc: Ensure that sriov devices use volatile host_name for removal | lxc_lxd | train |
9803cbdcec00241a06e4eb9d137acd3f552f3fb8 | diff --git a/src/flask_pyoidc/flask_pyoidc.py b/src/flask_pyoidc/flask_pyoidc.py
index <HASH>..<HASH> 100644
--- a/src/flask_pyoidc/flask_pyoidc.py
+++ b/src/flask_pyoidc/flask_pyoidc.py
@@ -210,7 +210,8 @@ class OIDCAuthentication(object):
def wrapper(*args, **kwargs):
if 'state' in flask.request... | Log error on unexpected 'state' returned to 'post_logout_redirect_uri'. (#<I>) | zamzterz_Flask-pyoidc | train |
3ffd855af12f50c58e731e47cc51716ac362e786 | diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/ServiceProvider.php
+++ b/src/ServiceProvider.php
@@ -8,7 +8,8 @@ class ServiceProvider extends LaravelServiceProvider
/**
* {@inheritdoc}
*/
- protected function mergeConfigFrom($value){
+ protec... | I don't even know how that happened | CupOfTea696_Package | train |
f183afbe9d7e4e4551ccb266a850db13d6afdf06 | diff --git a/brother_ql/raster.py b/brother_ql/raster.py
index <HASH>..<HASH> 100644
--- a/brother_ql/raster.py
+++ b/brother_ql/raster.py
@@ -186,7 +186,7 @@ class BrotherQLRaster(object):
def add_raster_data(self, image, second_image=None):
""" image: Pillow Image() """
- logger.info("raster_im... | BrotherQLRaster: log raster_image_size as debug, not info | pklaus_brother_ql | train |
ceed49706f9af24eaf49ad21b778cad0d0ca3b49 | diff --git a/src/helper/object.js b/src/helper/object.js
index <HASH>..<HASH> 100644
--- a/src/helper/object.js
+++ b/src/helper/object.js
@@ -125,7 +125,7 @@ function getOriginFromUrl(url) {
var doc = windowHelper.getDocument();
var anchor = doc.createElement('a');
anchor.href = url;
- return anchor.origin;
... | Fixing ie/edge issue (#<I>) | auth0_auth0.js | train |
3ab0fa8766639ecef2bda47b16ebd20296fb7780 | diff --git a/jsduck.rb b/jsduck.rb
index <HASH>..<HASH> 100755
--- a/jsduck.rb
+++ b/jsduck.rb
@@ -235,71 +235,81 @@ module JsDuck
end
- def JsDuck.parse(input)
- lex = Lexer.new(input)
- docs = []
- while !lex.empty? do
- if lex.look(:doc_comment) then
- doc = lex.next
- if lex.look... | Refactored parse() into whole Parser class. | senchalabs_jsduck | train |
b86c4d4061dca76bf97c63c4370fc973202a60d4 | diff --git a/lib/jets/aws_info.rb b/lib/jets/aws_info.rb
index <HASH>..<HASH> 100644
--- a/lib/jets/aws_info.rb
+++ b/lib/jets/aws_info.rb
@@ -7,29 +7,41 @@ module Jets
def region
return 'us-east-1' if test?
+ return ENV['JETS_AWS_REGION'] if ENV['JETS_AWS_REGION'] # highest precedence
+ return ... | debugging, add timeouts to curl for region | tongueroo_jets | train |
9ac36f9a878cdb5d1d41fac47c962acf93613851 | diff --git a/cellbase-mongodb/src/main/java/org/opencb/cellbase/mongodb/loader/MongoDBCellBaseLoader.java b/cellbase-mongodb/src/main/java/org/opencb/cellbase/mongodb/loader/MongoDBCellBaseLoader.java
index <HASH>..<HASH> 100644
--- a/cellbase-mongodb/src/main/java/org/opencb/cellbase/mongodb/loader/MongoDBCellBaseLoad... | develop: minor change at MongoDBCellBaseLoader. Solves #<I> | opencb_cellbase | train |
a2b4ae5a1960aa67d649e1a37c5d40325357cc74 | diff --git a/pypeerassets/exceptions.py b/pypeerassets/exceptions.py
index <HASH>..<HASH> 100644
--- a/pypeerassets/exceptions.py
+++ b/pypeerassets/exceptions.py
@@ -3,4 +3,7 @@
class InvalidDeckIssueModeCombo(Exception):
'''When verfiying deck issue_mode combinations.'''
- pass
+
+
+class UnsupportedNetwor... | exceptions: add UnspupportedNetwork exception. | PeerAssets_pypeerassets | train |
c906eda1993be1672d7c2fc998d6a2182098ca5c | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
from distutils.core import setup
setup( | Encoding line for setup.py | BoGoEngine_bogo-python | train |
2d3f1d9f5cf78a3c5911b8e1cf0fe890c0e77445 | diff --git a/framework/core/src/Notification/Notification.php b/framework/core/src/Notification/Notification.php
index <HASH>..<HASH> 100644
--- a/framework/core/src/Notification/Notification.php
+++ b/framework/core/src/Notification/Notification.php
@@ -102,7 +102,7 @@ class Notification extends AbstractModel
*/... | Fix notifications crash
When loading notifications, $this->type was null and thus array_get
was returning an array instead of null. I assume this issue was
introduced in a Laravel version upgrade? Anyway, this fixes it. | flarum_core | train |
069311c47f8234d608ec256a7073fef6da1d37cd | diff --git a/htlcswitch/link.go b/htlcswitch/link.go
index <HASH>..<HASH> 100644
--- a/htlcswitch/link.go
+++ b/htlcswitch/link.go
@@ -1439,8 +1439,10 @@ func (l *channelLink) updateCommitTx() error {
theirCommitSig, htlcSigs, err := l.channel.SignNextCommitment()
if err == lnwallet.ErrNoWindow {
- log.Tracef("r... | htlcswitch: log dangling circuits in unable to create new commitment | lightningnetwork_lnd | train |
76fd2fdf99bd9326faa700140d3714b5072dbc0a | diff --git a/lib/ghee/resource_proxy.rb b/lib/ghee/resource_proxy.rb
index <HASH>..<HASH> 100644
--- a/lib/ghee/resource_proxy.rb
+++ b/lib/ghee/resource_proxy.rb
@@ -23,7 +23,7 @@ class Ghee
# path_prefix - String
#
def initialize(connection, path_prefix, params = {})
- @connection, @path_prefix, @... | found a much better place to uri encode to dry up the code | huboard_ghee | train |
dcd68962a9845c2d66c6b22f8a524091c23ccbea | diff --git a/admin/langimport.php b/admin/langimport.php
index <HASH>..<HASH> 100755
--- a/admin/langimport.php
+++ b/admin/langimport.php
@@ -63,9 +63,9 @@
$a = new object();
$a->url = 'http://download.moodle.org/lang16/'.$pack.'.zip';
... | fixed typo; merged from MOODLE_<I>_STABLE | moodle_moodle | train |
5bc9a297132fff299d05b524016c3f6ebbacc68a | diff --git a/ezp/Persistence/Storage/Legacy/Tests/Content/ContentHandlerTest.php b/ezp/Persistence/Storage/Legacy/Tests/Content/ContentHandlerTest.php
index <HASH>..<HASH> 100644
--- a/ezp/Persistence/Storage/Legacy/Tests/Content/ContentHandlerTest.php
+++ b/ezp/Persistence/Storage/Legacy/Tests/Content/ContentHandlerTe... | Fixed: Annotations and docs. | ezsystems_ezpublish-kernel | train |
1aa6efe81953508f8ccd20068cc8f500e46757f9 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -287,6 +287,23 @@ module.exports = function(grunt) {
}
},
+ xmlstrip: {
+ karma: {
+ files: [{
+ cwd: './reports/junit',
+ dest: '.',
+ expand: true,
+ ... | chore(tooling): strip useless parts of karma xml before they get processed by jenkins | webex_spark-js-sdk | train |
0a2a7fdf706403989a9c79741e3a54d77d7b2b26 | diff --git a/lib/rules/no-useless-escape.js b/lib/rules/no-useless-escape.js
index <HASH>..<HASH> 100644
--- a/lib/rules/no-useless-escape.js
+++ b/lib/rules/no-useless-escape.js
@@ -24,7 +24,7 @@ function union(setA, setB) {
}());
}
-const VALID_STRING_ESCAPES = new Set("\\nrvtbfux\n\r");
+const VALID_STRING_E... | Fix: Allow \u<I> and \u<I> as string escapes in no-useless-escape (#<I>) | eslint_eslint | train |
e42a21a697950b55ad7646bcd7e4ec787138b3dd | diff --git a/lib/faraday/connection.rb b/lib/faraday/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/faraday/connection.rb
+++ b/lib/faraday/connection.rb
@@ -312,7 +312,6 @@ module Faraday
end
# Public: Sets the path prefix and ensures that it always has a leading
- # but no trailing slash.
#
... | Remove comment made false by 7aeda<I>e<I>e<I>fd5ce<I>e<I>dfe<I> | lostisland_faraday | train |
9ce802d92b3077737702b53a353dbfb428a595dc | diff --git a/demo/main.js b/demo/main.js
index <HASH>..<HASH> 100644
--- a/demo/main.js
+++ b/demo/main.js
@@ -45,11 +45,11 @@ shakaDemo.controls_ = null;
/**
- * The registered ID of the v2 Chromecast receiver demo.
+ * The registered ID of the v2.1 Chromecast receiver demo.
* @const {string}
* @private
*/
... | Update Chromecast receiver app ID for <I>
The player API is changing for <I>, so we will be sending to a
different receiver to ensure compatibility between local and remote
player instances.
Change-Id: Iba<I>d8b8a<I>c<I>c<I>b<I>c1b3e<I>c1bb<I> | google_shaka-player | train |
8b3e6e46d0b2544185f491a4efb4d70dd54b5c39 | diff --git a/pachyderm_test.go b/pachyderm_test.go
index <HASH>..<HASH> 100644
--- a/pachyderm_test.go
+++ b/pachyderm_test.go
@@ -76,7 +76,7 @@ func TestGrep(t *testing.T) {
_, err = ppsutil.CreateJob(
ppsClient,
"",
- []string{"sh"},
+ []string{"bash"},
fmt.Sprintf("grep foo /pfs/%s/* >/pfs/out/foo", dat... | Use bash instead of sh.
It no longer errors... but it does hang. | pachyderm_pachyderm | train |
89bf589d1869b80f8f9f26f10386f09262cfd507 | diff --git a/src/java/com/threerings/presents/data/ConMgrStats.java b/src/java/com/threerings/presents/data/ConMgrStats.java
index <HASH>..<HASH> 100644
--- a/src/java/com/threerings/presents/data/ConMgrStats.java
+++ b/src/java/com/threerings/presents/data/ConMgrStats.java
@@ -1,5 +1,5 @@
//
-// $Id: ConMgrStats.java... | That is supposed to wrap.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@<I> <I>f4-<I>e9-<I>-aa3c-eee0fc<I>fb1 | threerings_narya | train |
7e733742d0ceb21006e507db572d51883f09aa6c | diff --git a/devassistant/gui/gui_helper.py b/devassistant/gui/gui_helper.py
index <HASH>..<HASH> 100644
--- a/devassistant/gui/gui_helper.py
+++ b/devassistant/gui/gui_helper.py
@@ -22,14 +22,16 @@ class gui_helper(object):
def button_with_label(self, description, assistants=None, sensitive=True):
btn = ... | Showing name in the middle in case image does not exists | devassistant_devassistant | train |
6a129886e236d256c73287c38e02276baf7acd99 | diff --git a/src/Jaguar/AbstractCanvas.php b/src/Jaguar/AbstractCanvas.php
index <HASH>..<HASH> 100644
--- a/src/Jaguar/AbstractCanvas.php
+++ b/src/Jaguar/AbstractCanvas.php
@@ -98,6 +98,13 @@ abstract class AbstractCanvas implements CanvasInterface
, @imagesy($handler)
);
+ ... | Improved AbstractCanvas to respect transparent color | hyyan_jaguar | train |
1ffbb19defa3cd952ec9d130dbf679fb60005b9f | diff --git a/views/pprsPerson/_view-relations_grids.php b/views/pprsPerson/_view-relations_grids.php
index <HASH>..<HASH> 100644
--- a/views/pprsPerson/_view-relations_grids.php
+++ b/views/pprsPerson/_view-relations_grids.php
@@ -20,7 +20,7 @@
$button_type = 'ajaxButton';
$no_ajax = 0;
$ajax... | fixed error in full slim crud relation grids add button | DBRisinajumi_d2person | train |
7b0b646ac2018199bbf150ec249e541bd66df4a7 | diff --git a/app/controllers/devise/checkga_controller.rb b/app/controllers/devise/checkga_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/devise/checkga_controller.rb
+++ b/app/controllers/devise/checkga_controller.rb
@@ -22,7 +22,7 @@ class Devise::CheckgaController < Devise::SessionsController
... | Added user email to saved cookie to differentiate users | AsteriskLabs_devise_google_authenticator | train |
1f92360583db74e0cf675d0b7afbc475932aaf4b | diff --git a/spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/web/CustomerController.java b/spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/web/CustomerController.java
index <HASH>..<HASH> 100644
--- a/spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/web/Custome... | Ensure that HATEOAS sample does not try to produce XML
The HATEOAS sample does not support XML responses. Previously, the
controller doesn't constrain the media types that it could produce.
This would result in a failure when handling a request that prefers
XML responses.
This commit updates the produces clauses in t... | spring-projects_spring-boot | train |
47d204f999ca1b93913d7ee32ddf53356667739e | diff --git a/spec/database_helper.rb b/spec/database_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/database_helper.rb
+++ b/spec/database_helper.rb
@@ -25,6 +25,10 @@ module Bcsec
ActiveRecord::Base.schemas = { :cc_pers => params.last }
end
+ def connect_if_necessary
+ connect! ... | Make DatabaseHelper resilient in the face of other code monkeying around with the AR connection. Done with #<I>. | NUBIC_aker | train |
27e0ffae353ac7f846846c628aaba03f7b83ec82 | diff --git a/integration/_support/vanilla/changelog.rst b/integration/_support/vanilla/changelog.rst
index <HASH>..<HASH> 100644
--- a/integration/_support/vanilla/changelog.rst
+++ b/integration/_support/vanilla/changelog.rst
@@ -2,6 +2,8 @@
Changelog
=========
+.. This is a comment
+
* :release:`1.0.1 <2014-01-0... | Added support to have comments in the changelog file | bitprophet_releases | train |
7f48fd56901e704ad65f16bcd2529e24b276da39 | diff --git a/src/u2flib_server/U2F.php b/src/u2flib_server/U2F.php
index <HASH>..<HASH> 100644
--- a/src/u2flib_server/U2F.php
+++ b/src/u2flib_server/U2F.php
@@ -241,7 +241,8 @@ class U2F {
$hash = hash_final($sha256);
$sig = U2f::sig_decode(substr($signData, 5));
if($key->verifies(gmp_strval(gmp_init($... | php <I> doesn't support array de-referencing | Yubico_php-u2flib-server | train |
e594ff4e5aff91df2d5f7d37f8914087fbfda88d | diff --git a/anvil/src/main/java/trikita/anvil/PropertySetter.java b/anvil/src/main/java/trikita/anvil/PropertySetter.java
index <HASH>..<HASH> 100644
--- a/anvil/src/main/java/trikita/anvil/PropertySetter.java
+++ b/anvil/src/main/java/trikita/anvil/PropertySetter.java
@@ -102,7 +102,7 @@ final class PropertySetter im... | fixes crash when null is passed as an attribute value | zserge_anvil | train |
83b850cd54295060ee1a66b4a9e90f54cc0bb0e1 | diff --git a/staging/src/k8s.io/kube-aggregator/pkg/controllers/openapi/controller.go b/staging/src/k8s.io/kube-aggregator/pkg/controllers/openapi/controller.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/kube-aggregator/pkg/controllers/openapi/controller.go
+++ b/staging/src/k8s.io/kube-aggregator/pkg/control... | kube-aggregator/openapi/controller: remove trailing 1 in failure rate limiter | kubernetes_kubernetes | train |
edf55aeeaa8a8b4e88f833f92ba9422886d54aba | diff --git a/lib/search_engine.py b/lib/search_engine.py
index <HASH>..<HASH> 100644
--- a/lib/search_engine.py
+++ b/lib/search_engine.py
@@ -2482,14 +2482,19 @@ def print_record(recID, format='hb', ot='', ln=cdslang, decompress=zlib.decompre
and not format.lower().startswith('t') \
and not for... | Fixed some issue when a deleted record was displayed. | inveniosoftware_invenio-records | train |
eb27c3446d1ccbad3869894d39dd04683cf78bdc | diff --git a/.changelog/22067.txt b/.changelog/22067.txt
index <HASH>..<HASH> 100644
--- a/.changelog/22067.txt
+++ b/.changelog/22067.txt
@@ -1,3 +1,7 @@
```release-note:bug
resource/aws_iam_group_policy: Fix order-related diffs in `policy`
+```
+
+```release-note:bug
+resource/aws_iam_policy: Fix order-related diff... | iam/policy: Disregard order in policies | terraform-providers_terraform-provider-aws | train |
10467d24dc19b847b9a583d8453c0e54944ed2d1 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -14,6 +14,7 @@ setup(
include_package_data=True,
license='MIT License',
description='Simple pagination app that saves your time.',
+ long_description_content_type='text/markdown',
long_description=README... | Added Markdown for PyPI. | joe513_django-cool-pagination | train |
e790dc63ab77b4d3f1b5b291bac9a1487daee4e0 | diff --git a/src/plugins/Dashboard/FileItem.js b/src/plugins/Dashboard/FileItem.js
index <HASH>..<HASH> 100644
--- a/src/plugins/Dashboard/FileItem.js
+++ b/src/plugins/Dashboard/FileItem.js
@@ -29,7 +29,7 @@ module.exports = function fileItem (props) {
${props.resumableUploads ? 'is-resumable'... | Improve the look of FileItem component and file type icons | transloadit_uppy | train |
ef8d450cba2c144165becb9e6b99849dc2db0878 | diff --git a/lib/extensions/generic_view_paths.rb b/lib/extensions/generic_view_paths.rb
index <HASH>..<HASH> 100644
--- a/lib/extensions/generic_view_paths.rb
+++ b/lib/extensions/generic_view_paths.rb
@@ -35,7 +35,7 @@ class ActionView::Base
if m = template_file_name.match(/\/(\w+)$/)
generic_template = m... | Updated a section of code copied verbatim from rails that has subsequently had a bug fix. | activescaffold_active_scaffold | train |
4fd4a0c0ff98be3f2731463e3c11bb45d3ff63b9 | diff --git a/salt/output/highstate.py b/salt/output/highstate.py
index <HASH>..<HASH> 100644
--- a/salt/output/highstate.py
+++ b/salt/output/highstate.py
@@ -368,7 +368,15 @@ def _format_host(host, data):
sum(six.itervalues(rcounts)) - rcounts.get('warnings', 0),
... | show duration in seconds instead of milliseconds when appropriate | saltstack_salt | train |
dcfdd645bc2641f6cfb713e840e2c73317066a41 | diff --git a/code/services/PermissionService.php b/code/services/PermissionService.php
index <HASH>..<HASH> 100644
--- a/code/services/PermissionService.php
+++ b/code/services/PermissionService.php
@@ -728,7 +728,7 @@ class PermissionService {
*/
public function permCacheKey(DataObject $node) {
if($node && $no... | FIX further change to work around namespaced classname | nyeholt_silverstripe-restrictedobjects | train |
9e3b28eb9a58e23f3ffe4f669a8cd5dc2f9cfd00 | diff --git a/src/main/java/act/xio/undertow/UndertowService.java b/src/main/java/act/xio/undertow/UndertowService.java
index <HASH>..<HASH> 100644
--- a/src/main/java/act/xio/undertow/UndertowService.java
+++ b/src/main/java/act/xio/undertow/UndertowService.java
@@ -59,20 +59,20 @@ public class UndertowService extends ... | fix issue: it listens to localhost only | actframework_actframework | train |
901d26dbf4e45c74b415e76450f08b3f000efed2 | diff --git a/user/profile/lib.php b/user/profile/lib.php
index <HASH>..<HASH> 100644
--- a/user/profile/lib.php
+++ b/user/profile/lib.php
@@ -156,7 +156,7 @@ class profile_field_base {
* @param object instance of the moodleform class
*/
function display_field_required(&$form) {
- if ($this-... | Locked fields do not need to be required. | moodle_moodle | train |
00a5640a129f1ab4e52c35ebdff8afa80c62dbc5 | diff --git a/lib/socket.js b/lib/socket.js
index <HASH>..<HASH> 100644
--- a/lib/socket.js
+++ b/lib/socket.js
@@ -22,30 +22,43 @@ var global = util.global();
/**
* Socket constructor.
*
+ * @param {String|Object} uri or options
* @param {Object} options
* @api public
*/
-function Socket(opts){
- if (!(th... | socket: constructor can accept uri/opts simultaneously | socketio_engine.io-client | train |
78f6a510be84afcdcc88af2116fd823d5ef9a10c | diff --git a/src/Client.php b/src/Client.php
index <HASH>..<HASH> 100644
--- a/src/Client.php
+++ b/src/Client.php
@@ -171,11 +171,12 @@ class Client implements ClientInterface
*/
public function getUserAgent(): ?string
{
+ $user_agent = $this->getClientVersion() . '; PHP/' . PHP_VERSION;
... | Updated user-agent string with additional information (#<I>)
* Patch <I>- Add Drupal core version to the user agent string | apigee_apigee-client-php | train |
1a003709f9350389d845dffd246fa28b9baa8359 | diff --git a/lib/connection.js b/lib/connection.js
index <HASH>..<HASH> 100644
--- a/lib/connection.js
+++ b/lib/connection.js
@@ -202,9 +202,10 @@ module.exports = (function () {
if (klassesToBeAdded.length > 0) {
async.mapSeries(klassesToBeAdded, function (colle... | Using model identity as table name when tableName is not defined (as per Waterline docs: "if no table name is supplied it will use the identity as the table name") | appscot_sails-orientdb | train |
558bd6a27b952c16631f994c76ab79c5fdf29661 | diff --git a/lib/determine-basal/determine-basal.js b/lib/determine-basal/determine-basal.js
index <HASH>..<HASH> 100644
--- a/lib/determine-basal/determine-basal.js
+++ b/lib/determine-basal/determine-basal.js
@@ -494,7 +494,9 @@ var determine_basal = function determine_basal(glucose_status, currenttemp, iob_
... | only zero-temp for insulin already delivered, to help with intermittent pump comms | openaps_oref0 | train |
0af6acf2319b2890cad9b6d8f6f4d6f7a2104e5f | diff --git a/sgactions/browsers/Firefox/background.js b/sgactions/browsers/Firefox/background.js
index <HASH>..<HASH> 100644
--- a/sgactions/browsers/Firefox/background.js
+++ b/sgactions/browsers/Firefox/background.js
@@ -5,8 +5,11 @@ const { spawn } = require("sdk/system/child_process")
const { env } = require('sdk/... | Firefox passes the $PATH and $PYTHONPATH to find the sgactions-native-messenger | vfxetc_sgactions | train |
63a332541b6db3e56082f14b35f09b2d698cdea3 | diff --git a/src/scripts/services/type/type.js b/src/scripts/services/type/type.js
index <HASH>..<HASH> 100644
--- a/src/scripts/services/type/type.js
+++ b/src/scripts/services/type/type.js
@@ -1,16 +1,14 @@
+import textService from '../text/text';
+import typePlainTextService from '../type-plain-text/type-plain-text'... | Added to type service the ability to type html text | glorious-codes_glorious-demo | train |
1c166512d4f64b1e3890a3fe3f3d86d6b95e5b55 | diff --git a/test/CoreTest/Factory/Service/ImagineFactoryTest.php b/test/CoreTest/Factory/Service/ImagineFactoryTest.php
index <HASH>..<HASH> 100644
--- a/test/CoreTest/Factory/Service/ImagineFactoryTest.php
+++ b/test/CoreTest/Factory/Service/ImagineFactoryTest.php
@@ -84,6 +84,7 @@ class ImagineFactoryTest extends Te... | removes "risky" tests. They where flagged as risky because no assertion was done. | yawik_core | train |
f079c48bb17d36e3dfbc98cdc81219204d7b3529 | diff --git a/axes/handlers/database.py b/axes/handlers/database.py
index <HASH>..<HASH> 100644
--- a/axes/handlers/database.py
+++ b/axes/handlers/database.py
@@ -117,6 +117,8 @@ class AxesDatabaseHandler(AbstractAxesHandler, AxesBaseHandler):
return
# 2. database query: Calculate the current ma... | Restoring necessary general lookup of siilar attempts
Linting | jazzband_django-axes | train |
efdc32fec5f228540d8370f79efc897e6f9a0321 | diff --git a/Gulpfile.js b/Gulpfile.js
index <HASH>..<HASH> 100644
--- a/Gulpfile.js
+++ b/Gulpfile.js
@@ -116,7 +116,15 @@ function webpackBuild() {
// their project.json (or a ".babelrc" file). We need to ignore
// those as we're using our own Babel options.
babelrc: false,
- ... | Run with loose, exclude typeof in standalone (#<I>) | babel_babel | train |
8ebecfd6bc29b9cfbad3f42f021e14d2b8b0811b | 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:
- trusty-cms (2.0.4.pre.beta)
+ trusty-cms (2.0.5.pre.beta)
RedCloth (~> 4.2)
acts_as_tree (~> 2.1)
bundler (~> 1.7)
diff --git a/lib/trusty_... | Fixing extension migrator; migrations now use a Set instead of an Array, so push and sort no longer work. | pgharts_trusty-cms | train |
8c86021d853fc3e2918e91b68f67d8a96c4c5aee | diff --git a/lang/ru.js b/lang/ru.js
index <HASH>..<HASH> 100644
--- a/lang/ru.js
+++ b/lang/ru.js
@@ -69,7 +69,7 @@
months : monthsCaseReplace,
monthsShort : "янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),
weekdays : weekdaysCaseReplace,
- weekdaysShort :... | lang/ru: use more common contraction for Saturday in weekdaysShort | moment_moment | train |
769e6d3ea86c1860e3e18a94f2a63b720e007aff | diff --git a/mopidy_tunein/tunein.py b/mopidy_tunein/tunein.py
index <HASH>..<HASH> 100644
--- a/mopidy_tunein/tunein.py
+++ b/mopidy_tunein/tunein.py
@@ -17,36 +17,41 @@ logger = logging.getLogger(__name__)
class cache(object):
- """Decorator that caches a function's return value each time it is called
- w... | make Cache class more like the version in mopidy-soundcloud that it was based on. Except make the count to live behaviour optional | kingosticks_mopidy-tunein | train |
394593612b979c9bbc30e95f56bb7c7212bcd374 | diff --git a/lib/check-unused.js b/lib/check-unused.js
index <HASH>..<HASH> 100644
--- a/lib/check-unused.js
+++ b/lib/check-unused.js
@@ -21,6 +21,7 @@ function checkUnused(options){
'fixtures'
],
ignoreMatches: [
+ 'gulp-*',
'grunt-*',
'karma-*',
... | don't check the registry for private packages
fixes #4 | dylang_npm-check | train |
5245e25fce5950550b99ce02c9f12dafe06fe948 | diff --git a/robolectric/src/main/java/org/robolectric/internal/bytecode/InstrumentationConfiguration.java b/robolectric/src/main/java/org/robolectric/internal/bytecode/InstrumentationConfiguration.java
index <HASH>..<HASH> 100644
--- a/robolectric/src/main/java/org/robolectric/internal/bytecode/InstrumentationConfigur... | Add `instrumentedClasses` map to `#equals` calculation.
Update `#hashCode` calculation as well. | robolectric_robolectric | train |
a7645d6b5a8bbd0036283e598bca0a2690ee18df | diff --git a/tests/TestCase/Validation/ValidatorTest.php b/tests/TestCase/Validation/ValidatorTest.php
index <HASH>..<HASH> 100644
--- a/tests/TestCase/Validation/ValidatorTest.php
+++ b/tests/TestCase/Validation/ValidatorTest.php
@@ -1790,9 +1790,18 @@ class ValidatorTest extends TestCase
$validator,
... | Prove Validator.multipleOptions is broken | cakephp_cakephp | train |
5c8aafcf2731a1a363be8070571a61977cc68f7e | diff --git a/planar/benchmarks_line_string_test.go b/planar/benchmarks_line_string_test.go
index <HASH>..<HASH> 100644
--- a/planar/benchmarks_line_string_test.go
+++ b/planar/benchmarks_line_string_test.go
@@ -57,24 +57,24 @@ func BenchmarkLineStringInterpolate(b *testing.B) {
}
func BenchmarkLineStringResampleToM... | minor variable renames to go with Path->LineString | paulmach_orb | train |
dbfc54d61e238335142b789bb1e677648e5ae4d6 | diff --git a/rbd/rbd.go b/rbd/rbd.go
index <HASH>..<HASH> 100644
--- a/rbd/rbd.go
+++ b/rbd/rbd.go
@@ -24,29 +24,29 @@ import (
const (
// RBD features.
- RbdFeatureLayering = C.RBD_FEATURE_LAYERING
- RbdFeatureStripingV2 = C.RBD_FEATURE_STRIPINGV2
- RbdFeatureExclusiveLock = C.RBD_FEATURE_EXCLUSIVE_LOCK
-... | rbd: RbdFeature* constants should be uint<I>
rbd_get_features() returns a uint<I>_t with the features that are set in
the image. That means combining (with logical OR) features should result
in a uint<I> too. Marking all features explicitly uint<I> makes it easier
and cleaner to set/test features. | ceph_go-ceph | train |
1261dbb5a36b5d6ee9b2fb87876d5aa52c8e523e | diff --git a/src/request-token.js b/src/request-token.js
index <HASH>..<HASH> 100644
--- a/src/request-token.js
+++ b/src/request-token.js
@@ -6,7 +6,7 @@ var Promise = require('lie'),
module.exports = function requestXsrfToken () {
return new Promise(function (resolve, reject) {
request
- .post('/d2l/lp/auth/x... | the request for tokens should be a GET | Brightspace_frau-xsrf-token | train |
419b127decb294a27d048bbc63cc67fa0e72252a | diff --git a/lib/SimpleSAML/SessionHandlerPHP.php b/lib/SimpleSAML/SessionHandlerPHP.php
index <HASH>..<HASH> 100644
--- a/lib/SimpleSAML/SessionHandlerPHP.php
+++ b/lib/SimpleSAML/SessionHandlerPHP.php
@@ -49,6 +49,16 @@ class SimpleSAML_SessionHandlerPHP extends SimpleSAML_SessionHandler {
* more information.
*... | SessionHandlerPHP: Check if a key exists in the session before trying to access it (in order to avoid notice-messages in the log). | simplesamlphp_saml2 | train |
386342242c3646f553ca3c9b09e5eafb1da39009 | diff --git a/tests/test_mock_solver_loading.py b/tests/test_mock_solver_loading.py
index <HASH>..<HASH> 100644
--- a/tests/test_mock_solver_loading.py
+++ b/tests/test_mock_solver_loading.py
@@ -13,6 +13,7 @@ except ImportError:
from dwave.cloud.qpu import Client, Solver
from dwave.cloud.exceptions import InvalidAP... | Add tests for config (aim for <I>% coverage) | dwavesystems_dwave-cloud-client | train |
196c89721068b09dae6a9c988e9bc99930cb3c2b | diff --git a/DeferredLayoutManipulator.php b/DeferredLayoutManipulator.php
index <HASH>..<HASH> 100644
--- a/DeferredLayoutManipulator.php
+++ b/DeferredLayoutManipulator.php
@@ -2,7 +2,7 @@
namespace Oro\Component\Layout;
-class DeferredLayoutManipulator implements DeferredRawLayoutManipulatorInterface, LayoutMan... | BAP-<I>: Basic builder development. Fix interface inheritance error | oroinc_OroLayoutComponent | train |
34419dde890faeb30c1210aea1cbf8e29c812b47 | diff --git a/src/Entity/PageSnapshotManager.php b/src/Entity/PageSnapshotManager.php
index <HASH>..<HASH> 100644
--- a/src/Entity/PageSnapshotManager.php
+++ b/src/Entity/PageSnapshotManager.php
@@ -61,7 +61,7 @@ class PageSnapshotManager extends EntityRepository implements PageSnapshotManage
->where('ps.p... | Fix major bug: hardcoded page id | networking_init-cms-bundle | train |
9a3adb2032c0b44c58473329310172c7ded7903b | diff --git a/mod/forum/lang/en/forum.php b/mod/forum/lang/en/forum.php
index <HASH>..<HASH> 100644
--- a/mod/forum/lang/en/forum.php
+++ b/mod/forum/lang/en/forum.php
@@ -238,7 +238,6 @@ $string['noattachments'] = 'There are no attachments to this post';
$string['nodiscussions'] = 'There are no discussion topics yet i... | NOMDL forum: fixed the string wording to match the current code condition
Previous string was used together with the legacy:guest capability.
However, the current code checks is_enrolled() instead. This led to a
weird situation when non-enrolled admin or manager could not subscribe
to a forum and the error message was... | moodle_moodle | train |
be3f098ad5acb9375027c1e4fde305c8bb22a245 | diff --git a/charmhelpers/contrib/storage/linux/utils.py b/charmhelpers/contrib/storage/linux/utils.py
index <HASH>..<HASH> 100644
--- a/charmhelpers/contrib/storage/linux/utils.py
+++ b/charmhelpers/contrib/storage/linux/utils.py
@@ -64,5 +64,8 @@ def is_device_mounted(device):
:returns: boolean: True if the path... | Return false in the case where lsblk gives an error | juju_charm-helpers | train |
e5c303375b066c2b3bae7bb919f21d1fcc5553e0 | diff --git a/server.go b/server.go
index <HASH>..<HASH> 100644
--- a/server.go
+++ b/server.go
@@ -550,12 +550,25 @@ func (s *server) peerBootstrapper(numTargetPeers uint32,
// The ticker has just woken us up, so we'll need to check if
// we need to attempt to connect our to any more peers.
case <-sampleTicker... | server: in peerBootstrapper check for enough conns before attempting backoff
In this commit we modify the main loop within the peerBootstrapper
slightly to check for a sufficient amount of connections, _before_
checking to see if we need to back off the main loop. With this, we
avoid unnecessarily backing off unless a... | lightningnetwork_lnd | train |
538b4f89a4b3b4e78068401483be96865b68cff1 | diff --git a/src/Objects/Message.php b/src/Objects/Message.php
index <HASH>..<HASH> 100644
--- a/src/Objects/Message.php
+++ b/src/Objects/Message.php
@@ -20,19 +20,19 @@ namespace Telegram\Bot\Objects;
* @method Sticker getSticker() (Optional). Message is a sticker, information about the stic... | Added some punctuation. :) | exileed_telegram-bot-api | train |
19f10e6e1472063eef22927aee7b264d569167f6 | diff --git a/vstutils/api/decorators.py b/vstutils/api/decorators.py
index <HASH>..<HASH> 100644
--- a/vstutils/api/decorators.py
+++ b/vstutils/api/decorators.py
@@ -351,9 +351,9 @@ class nested_view(BaseClassDecorator): # pylint: disable=invalid-name
kwargs['methods'] = self._filter_methods(self.methods... | Refactoring and removed `url` field from serializers | vstconsulting_vstutils | train |
2b4fb9d0c1b714a3cbe6787348b67803075b2af5 | diff --git a/pyramid_authsanity/sources.py b/pyramid_authsanity/sources.py
index <HASH>..<HASH> 100644
--- a/pyramid_authsanity/sources.py
+++ b/pyramid_authsanity/sources.py
@@ -20,15 +20,25 @@ def SessionAuthSourceInitializer(value_key='sanity.'):
def __init__(self, context, request):
self.reque... | Fix a small bug in the session source
If you were to set the value for the session, you suddenly become logged
in for the existing authentication policy, which doesn't work well,
since you want to make sure that the user gets redirected first... | usingnamespace_pyramid_authsanity | train |
0cd11b51b5d3583ceb66e3826641ca62091326b7 | diff --git a/seleniumbase/console_scripts/rich_helper.py b/seleniumbase/console_scripts/rich_helper.py
index <HASH>..<HASH> 100755
--- a/seleniumbase/console_scripts/rich_helper.py
+++ b/seleniumbase/console_scripts/rich_helper.py
@@ -48,6 +48,7 @@ def fix_emoji_spacing(code):
"🎞️",
"🎛️",
... | Update double-width emoji list for console scripts | seleniumbase_SeleniumBase | train |
3f6e3ad7420b854259145eb91ff7598109a3e8eb | diff --git a/test/rails_helper_test.rb b/test/rails_helper_test.rb
index <HASH>..<HASH> 100644
--- a/test/rails_helper_test.rb
+++ b/test/rails_helper_test.rb
@@ -27,11 +27,12 @@ class RailsHelperTest < ActionView::TestCase
end
def test_vanity_track_url_for_returns_url_with_identity_and_metrics
- expected ... | simplify tests, fix rails <I> support | assaf_vanity | train |
585dea5ed487cd218fae22a822e0763bca85e6ee | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -122,7 +122,13 @@ TcpTransport.prototype.listen = function listen (callback) {
connection.write(JSON.stringify(response) + '\r\n');
connection.end();
};
- connection.on('data', functio... | Don't assume small data frames.
Resolves #4.
Resolves #5.
Removed trailing whitespace. | tristanls_discover-tcp-transport | train |
15d957a2c9239878b77c487104de72226410abd2 | diff --git a/glue/ligolw/lsctables.py b/glue/ligolw/lsctables.py
index <HASH>..<HASH> 100644
--- a/glue/ligolw/lsctables.py
+++ b/glue/ligolw/lsctables.py
@@ -74,24 +74,6 @@ def IsTableProperties(Type, tagname, attrs):
#
class LSCTable(metaio.Table):
- def _appendRow(self, row):
- """
- Append a row to the table ... | Remove key checking on row insertion because we can't trust input documents to
have this sorted. | gwastro_pycbc-glue | train |
d2868b3eea5dba92217e7825a763aec29c44a4de | diff --git a/Tests/OrientDBCommandRecordUpdateTest.php b/Tests/OrientDBCommandRecordUpdateTest.php
index <HASH>..<HASH> 100644
--- a/Tests/OrientDBCommandRecordUpdateTest.php
+++ b/Tests/OrientDBCommandRecordUpdateTest.php
@@ -209,7 +209,7 @@ class OrientDBRecordUpdateTest extends OrientDBBaseTesting
$result =... | New test for recordUpdate() if version is lower than in DB | AntonTerekhov_OrientDB-PHP | train |
4c2ada1e30046e8b5ff7fe6c52e78d6f9871440f | diff --git a/common/template.go b/common/template.go
index <HASH>..<HASH> 100644
--- a/common/template.go
+++ b/common/template.go
@@ -50,7 +50,12 @@ func (t *Template) Process(s string, data interface{}) (string, error) {
// Validate the template.
func (t *Template) Validate(s string) error {
- _, err := t.root.Ne... | common: clone template during validation to avoid unnecessary children | hashicorp_packer | train |
7a6410efaa6ee9d2db34a79724aee962e62b6c5b | diff --git a/lib/simple_response/simple_struct.rb b/lib/simple_response/simple_struct.rb
index <HASH>..<HASH> 100644
--- a/lib/simple_response/simple_struct.rb
+++ b/lib/simple_response/simple_struct.rb
@@ -21,6 +21,8 @@ module SimpleResponse
@attributes[name[0...-1].to_sym] = args.first
elsif existing_... | Call super when an unexisting attribute is called so if it does not exists as a method in a parent class, it will raise NoMethodError | giovannibenussi_simple-response | train |
7eb012379c0049efd352d61d97af9c53a467b873 | diff --git a/goon.go b/goon.go
index <HASH>..<HASH> 100644
--- a/goon.go
+++ b/goon.go
@@ -27,6 +27,11 @@ import (
"reflect"
)
+var (
+ // LogErrors issues appengine.Context.Errorf on any error.
+ LogErrors bool = true
+)
+
// Goon holds the app engine context and request memory cache.
type Goon struct {
conte... | Split large puts into groups; log errors | mjibson_goon | train |
ee7f2b1ee101519ac43d80cf27ef0679e7cebceb | diff --git a/mutagen/mp4.py b/mutagen/mp4.py
index <HASH>..<HASH> 100644
--- a/mutagen/mp4.py
+++ b/mutagen/mp4.py
@@ -26,8 +26,6 @@ work on metadata over 4GB.
import struct
import sys
-from cStringIO import StringIO
-
from mutagen import FileType, Metadata
from mutagen._constants import GENRES
from mutagen._uti... | MP4: Multiple data fields in freeform atoms. | quodlibet_mutagen | train |
1cd5f136089b0f03ccb2c3ef2a75f39a8debfbc7 | diff --git a/src/main/java/com/microsoft/azure/spring/data/cosmosdb/common/MacAddress.java b/src/main/java/com/microsoft/azure/spring/data/cosmosdb/common/MacAddress.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/microsoft/azure/spring/data/cosmosdb/common/MacAddress.java
+++ b/src/main/java/com/microsoft/azu... | Fix string charset name to constant (#<I>) | Microsoft_spring-data-cosmosdb | train |
7544703a964e796a706f7a807896dc67443c7645 | diff --git a/restygwt/src/main/java/org/fusesource/restygwt/rebind/PossibleTypesVisitor.java b/restygwt/src/main/java/org/fusesource/restygwt/rebind/PossibleTypesVisitor.java
index <HASH>..<HASH> 100644
--- a/restygwt/src/main/java/org/fusesource/restygwt/rebind/PossibleTypesVisitor.java
+++ b/restygwt/src/main/java/or... | Fix handling of possible subtypes in absence of a JsonSubTypes annotation
- if there is no subtypes annotation available the types collection is empty and not null | resty-gwt_resty-gwt | train |
a9097dd29b85ec1f7a4740626a4511fc32767540 | diff --git a/app/Media.php b/app/Media.php
index <HASH>..<HASH> 100644
--- a/app/Media.php
+++ b/app/Media.php
@@ -514,22 +514,26 @@ class Media extends GedcomRecord {
'></i>';
// Use a thumbnail image.
- if (!$this->isExternal()) {
+ if ($this->isExternal()) {
+ $src = $this->getFilename();
+ $srcset... | Use external media images as their own thumbnail | fisharebest_webtrees | train |
3eea497ec1a1d536f11eac33fbb8130a2188ef01 | diff --git a/lib/text-table/table.rb b/lib/text-table/table.rb
index <HASH>..<HASH> 100644
--- a/lib/text-table/table.rb
+++ b/lib/text-table/table.rb
@@ -193,11 +193,11 @@ module Text #:nodoc:
# Note that headers, spanned cells and cells with explicit alignments are not affected by <tt>align_column</tt>.
#
... | Changes on Text::Table#align_column to remove warnings on Ruby <I>
Block variables have same names as method parameters, so Ruby <I>
called with -w options report clash of names. | aptinio_text-table | train |
5325e632433e68351ffd961b8253c4eea357bdb3 | diff --git a/src/main/java/org/realityforge/gwt/cache_filter/GWTGzipControlFilter.java b/src/main/java/org/realityforge/gwt/cache_filter/GWTGzipControlFilter.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/realityforge/gwt/cache_filter/GWTGzipControlFilter.java
+++ b/src/main/java/org/realityforge/gwt/cache_fi... | Reorganize so that there is a single execution flow | realityforge_gwt-cache-filter | train |
c8e1d2a7332b8683b9cfda404fde46182f178490 | diff --git a/moco-runner/src/main/java/com/github/dreamhead/moco/runner/monitor/MonitorFactory.java b/moco-runner/src/main/java/com/github/dreamhead/moco/runner/monitor/MonitorFactory.java
index <HASH>..<HASH> 100644
--- a/moco-runner/src/main/java/com/github/dreamhead/moco/runner/monitor/MonitorFactory.java
+++ b/moco... | replace list with immutable list in create setting monitor | dreamhead_moco | train |
8f9ce067cf972f7670ba2d1d57ceb2e8a591eea6 | diff --git a/src/lib/constants.php b/src/lib/constants.php
index <HASH>..<HASH> 100644
--- a/src/lib/constants.php
+++ b/src/lib/constants.php
@@ -5,6 +5,4 @@
*
* @var string
*/
-define('PHAR_UPDATE_MANIFEST_SCHEMA', realpath(
- __DIR__ . '/../../res/schema.json'
-));
\ No newline at end of file
+define('PHAR_... | Removing realpath() use, which breaks inside a Phar. | kherge-abandoned_php-phar-update | train |
06e155e5bb7e5d9ad45d2af19fceab195e401dd3 | diff --git a/querydsl-lucene/src/main/java/com/mysema/query/lucene/LuceneQuery.java b/querydsl-lucene/src/main/java/com/mysema/query/lucene/LuceneQuery.java
index <HASH>..<HASH> 100644
--- a/querydsl-lucene/src/main/java/com/mysema/query/lucene/LuceneQuery.java
+++ b/querydsl-lucene/src/main/java/com/mysema/query/lucen... | Added support for querying without where(...) + formatting. | querydsl_querydsl | train |
049d6fbc42a27de7ad1d04a73efa1f6c6e54be23 | diff --git a/src/components/VBtn/VBtn.js b/src/components/VBtn/VBtn.js
index <HASH>..<HASH> 100644
--- a/src/components/VBtn/VBtn.js
+++ b/src/components/VBtn/VBtn.js
@@ -1,5 +1,6 @@
require('../../stylus/components/_buttons.styl')
+import Colorable from '../../mixins/colorable'
import Contextualable from '../../mi... | colorable v-btn (#<I>) | vuetifyjs_vuetify | train |
cbb1953c74efe62274dd6753a842ff21404cc4cc | diff --git a/opyplus/epm/epm.py b/opyplus/epm/epm.py
index <HASH>..<HASH> 100644
--- a/opyplus/epm/epm.py
+++ b/opyplus/epm/epm.py
@@ -68,12 +68,14 @@ class Epm:
Notes
-----
Eplus version behaviour:
- - if idd_or_version is provided, required idd will be used (may trigger a warning if it is not
- ... | Improve docstring Notes (#<I>)
* start work on docstrings
* docstrings for weather and simulation
* improve docs
* work on epm
* add docstrings to all public modules/class/functions/methods
* fix README.md
* improve Notes
* improve Notes | openergy_oplus | train |
5a70d705bce5be7795398aef2364597edc88c305 | diff --git a/luminoso_api/client.py b/luminoso_api/client.py
index <HASH>..<HASH> 100644
--- a/luminoso_api/client.py
+++ b/luminoso_api/client.py
@@ -148,6 +148,7 @@ class LuminosoClient(object):
url = ensure_trailing_slash(self.url + path.lstrip('/'))
return self._request('delete', url,
... | maybe it'll help to set data={} | LuminosoInsight_luminoso-api-client-python | train |
8815e5247a6776e562a695b979a9a933b5e7c894 | diff --git a/electrode/physicalproperty.py b/electrode/physicalproperty.py
index <HASH>..<HASH> 100644
--- a/electrode/physicalproperty.py
+++ b/electrode/physicalproperty.py
@@ -35,7 +35,10 @@ class PhysicalProperty(object):
if type(val) == units.Quantity:
val = val.to(self._unit)
else:
... | PhysicalProperty now raising TypeError when __set__ is called with non-numeric value. | jrsmith3_ibei | train |
e71275213567a34067a4893b1314c71e5e37184a | diff --git a/lib/travis/client/repository.rb b/lib/travis/client/repository.rb
index <HASH>..<HASH> 100644
--- a/lib/travis/client/repository.rb
+++ b/lib/travis/client/repository.rb
@@ -78,7 +78,7 @@ module Travis
end
def build(number)
- builds(number: number.to_s).first
+ builds(:number ... | Fix for <I>-like rubies | travis-ci_travis.rb | train |
c40605055015ffdab263e980dedf75173b8c1b51 | diff --git a/js/cointiger.js b/js/cointiger.js
index <HASH>..<HASH> 100644
--- a/js/cointiger.js
+++ b/js/cointiger.js
@@ -543,7 +543,7 @@ module.exports = class cointiger extends huobipro {
'api_key': this.apiKey,
'time': timestamp,
}, urlParams)));
- url += '&... | cointiger sign removed unnecessary decode for signature in python fix #<I> | ccxt_ccxt | train |
ce15af4a2604cb95de74db5b0c6e86e9c9bb1130 | diff --git a/modis/discord_modis/modules/music/_musicplayer.py b/modis/discord_modis/modules/music/_musicplayer.py
index <HASH>..<HASH> 100644
--- a/modis/discord_modis/modules/music/_musicplayer.py
+++ b/modis/discord_modis/modules/music/_musicplayer.py
@@ -132,7 +132,7 @@ class MusicPlayer:
"""Destroy the wh... | Fixed destroy behaviour
Updated destroy behaviour to work better with several commands being send quickly from the same server. | ModisWorks_modis | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.