hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
fd6778d7a5e18a02cecc440857360d80a4ddf864 | diff --git a/app/models/alchemy/message.rb b/app/models/alchemy/message.rb
index <HASH>..<HASH> 100644
--- a/app/models/alchemy/message.rb
+++ b/app/models/alchemy/message.rb
@@ -12,13 +12,27 @@
module Alchemy
class Message
- @@config = Config.get(:mailer)
-
extend ::ActiveModel::Naming
include ::Act... | Adding attributes getter method for mail model. | AlchemyCMS_alchemy_cms | train |
b052f2229c6cd9a151e47084d2f7b349f5c04382 | diff --git a/lib/modules/apostrophe-attachments/lib/routes.js b/lib/modules/apostrophe-attachments/lib/routes.js
index <HASH>..<HASH> 100644
--- a/lib/modules/apostrophe-attachments/lib/routes.js
+++ b/lib/modules/apostrophe-attachments/lib/routes.js
@@ -15,7 +15,7 @@ module.exports = function(self, options) {
ret... | Fix for error message sent by attachments module
This fixes the static 'err' message when uploading unsupported file via apostrophe-attachments. The change renders a meaningful message in the frontend in case of error. | apostrophecms_apostrophe | train |
c2dc4e181f799350cc75bfc069c134c7bf7f83e3 | diff --git a/dwave_networkx/drawing/qubit_layout.py b/dwave_networkx/drawing/qubit_layout.py
index <HASH>..<HASH> 100644
--- a/dwave_networkx/drawing/qubit_layout.py
+++ b/dwave_networkx/drawing/qubit_layout.py
@@ -43,7 +43,7 @@ __all__ = ['draw_qubit_graph']
def draw_qubit_graph(G, layout, linear_biases={}, quadrat... | change the way colormaps created for graph drawing
instead of using only the minimum and maximum values of a given dataset (linear or quadratic biases in this case), if midpoint is provided the colormap will have its middle value at the midpoint | dwavesystems_dwave_networkx | train |
efccd69631a09f3637ba7a61a68c51a451de9b2d | diff --git a/src/tuwien/auto/calimero/knxnetip/SecureConnection.java b/src/tuwien/auto/calimero/knxnetip/SecureConnection.java
index <HASH>..<HASH> 100644
--- a/src/tuwien/auto/calimero/knxnetip/SecureConnection.java
+++ b/src/tuwien/auto/calimero/knxnetip/SecureConnection.java
@@ -560,7 +560,7 @@ public final class Se... | Log remote endpoint (and not session) when device auth is skipped | calimero-project_calimero-core | train |
84014f7e4bb5f0bb493111af723a6aaeb01aafad | diff --git a/src/utils.js b/src/utils.js
index <HASH>..<HASH> 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -295,6 +295,8 @@ vglModule.utils.createBlinnPhongVertexShader = function(context) {
*
* Helper function to create Blinn-Phong fragment shader
*
+ * NOTE: Shader assumes directional light
+ *
* @param co... | Tweaked shader parameters and added special note on lighting | OpenGeoscience_vgl | train |
0172f01f691dd25f5bee8d1080204adc092408e1 | diff --git a/lib/ice_cube/validated_rule.rb b/lib/ice_cube/validated_rule.rb
index <HASH>..<HASH> 100644
--- a/lib/ice_cube/validated_rule.rb
+++ b/lib/ice_cube/validated_rule.rb
@@ -16,6 +16,20 @@ module IceCube
include Validations::Count
include Validations::Until
+ # Validations ordered for efficiency... | Run validations in order of significance
Rough benchmark shows an improvement of ~<I>% for the
`finds_acceptable_time?` validation method. | seejohnrun_ice_cube | train |
adf70b6d9d18dc3bb4dd1f58e8d99b01a10a7664 | diff --git a/spython/tests/test_oci.py b/spython/tests/test_oci.py
index <HASH>..<HASH> 100644
--- a/spython/tests/test_oci.py
+++ b/spython/tests/test_oci.py
@@ -70,7 +70,7 @@ class TestOci(unittest.TestCase):
print(result)
print(self.cli.version_info())
- if self.cli.version_info() >= Versi... | trying <I>-1 with string for pre-release | singularityhub_singularity-cli | train |
38358196bce982c809e99d0029271f28a5f60867 | diff --git a/config/environments/test.rb b/config/environments/test.rb
index <HASH>..<HASH> 100644
--- a/config/environments/test.rb
+++ b/config/environments/test.rb
@@ -38,5 +38,5 @@ Rails.application.configure do
config.active_support.deprecation = :stderr
# Raises error for missing translations
- # config.... | Raise on missing translations in test | publify_publify | train |
a63123e2068bf7a9fcc91bd0dc13a6981e800688 | diff --git a/src/providers/sh/commands/deploy.js b/src/providers/sh/commands/deploy.js
index <HASH>..<HASH> 100644
--- a/src/providers/sh/commands/deploy.js
+++ b/src/providers/sh/commands/deploy.js
@@ -192,6 +192,10 @@ const stopDeployment = async msg => {
}
const envFields = async list => {
+ if (list.length ===... | Return an empty object early when nothing to prompt (#<I>)
* Return an empty object early when nothing to prompt
So that the `console.log()` a few lines down does
not get invoked
* Use `Object.keys()` to iterate over the answers | zeit_now-cli | train |
1bd8d4a6086b8435fa43f87b620dd6a58430d1e6 | diff --git a/tests/common/test_meta_model.py b/tests/common/test_meta_model.py
index <HASH>..<HASH> 100644
--- a/tests/common/test_meta_model.py
+++ b/tests/common/test_meta_model.py
@@ -31,7 +31,7 @@ def test_meta_setter_return_value():
@pytest.mark.parametrize("use_gaphas", [False, True])
-def test_state_element... | Tests: rename test functions | DLR-RM_RAFCON | train |
168bdc18a50f44d34f1b88dbe1fdcbe2d95d7ade | diff --git a/src/main/java/org/primefaces/component/datatable/DataTableRenderer.java b/src/main/java/org/primefaces/component/datatable/DataTableRenderer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/primefaces/component/datatable/DataTableRenderer.java
+++ b/src/main/java/org/primefaces/component/datatable/... | revert init impl change | primefaces_primefaces | train |
2f52db65ffe663fee643daf8cc9d9db0dafa1d7a | diff --git a/arangodb/datadog_checks/arangodb/metrics.py b/arangodb/datadog_checks/arangodb/metrics.py
index <HASH>..<HASH> 100644
--- a/arangodb/datadog_checks/arangodb/metrics.py
+++ b/arangodb/datadog_checks/arangodb/metrics.py
@@ -120,5 +120,13 @@ METRIC_MAP = [
'arangodb_dropped_followers': {'name': 'heal... | add connectivity metrics (#<I>) | DataDog_integrations-core | train |
5869bab296a5acedfb1ce68d56b7edca9da35660 | diff --git a/katcp/test/test_server.py b/katcp/test/test_server.py
index <HASH>..<HASH> 100644
--- a/katcp/test/test_server.py
+++ b/katcp/test/test_server.py
@@ -1049,10 +1049,15 @@ class TestDeviceServerClientIntegrated(unittest.TestCase, TestUtilMixin):
self.client.test_sensor_list(byte_sensors)
... | added mixed str and byte in string | ska-sa_katcp-python | train |
9d2f7e94b94b6ae973916fd5c8b6e7083a886803 | diff --git a/src/main/resources/set-value.js b/src/main/resources/set-value.js
index <HASH>..<HASH> 100644
--- a/src/main/resources/set-value.js
+++ b/src/main/resources/set-value.js
@@ -1,11 +1,21 @@
(function(webelement, text) {
- function trigger(target, ...eventNames) {
+ function triggerEvent(target, eventNam... | restore IE support in setValue (#<I>)
* restore IE support in setValue
it was occasionally removed in Selenide <I> | selenide_selenide | train |
ff80ee0c6e5320f157f533ce7368211e7e67a0c4 | diff --git a/src/base/Application.php b/src/base/Application.php
index <HASH>..<HASH> 100644
--- a/src/base/Application.php
+++ b/src/base/Application.php
@@ -43,12 +43,8 @@ class Application extends \yii\console\Application implements ViewContextInterfa
public static function main(array $config)
{
t... | changed setExtraConfig to force setting config component | hiqdev_hidev | train |
b58de900ac076b3678dae7ec3a842baeb55241df | diff --git a/rejected.py b/rejected.py
index <HASH>..<HASH> 100755
--- a/rejected.py
+++ b/rejected.py
@@ -91,8 +91,8 @@ class ConsumerThread( threading.Thread ):
return connection
# amqp lib is only raising a generic exception which is odd since it has a AMQPConnectionException class
- e... | Trying to merge in mixedpuppys changeset since github seemed to break when I tried. Changeset e<I>cf<I>b0fccfc7e0eb6f<I>a<I>bed<I>f3cc | gmr_rejected | train |
74127c0ee2dd8af62e412703e61338811388344d | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -8,5 +8,5 @@ gulp.task('default', function() {
gulp.task('test', function() {
gulp.src('test/test.ts', {read: false})
- .pipe(checkFormat({BasedOnStyle: 'Google', ColumnLimit: 120}));
+ .pipe(checkF... | Replace a `new Buffer` usage with Buffer.from. | angular_gulp-clang-format | train |
64139ba32743023701e7d9d2fa79a05325d0d627 | diff --git a/src/Composer/Command/ShowCommand.php b/src/Composer/Command/ShowCommand.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Command/ShowCommand.php
+++ b/src/Composer/Command/ShowCommand.php
@@ -232,6 +232,21 @@ EOT
$packageListFilter = $this->getRootRequires();
}
+ list($widt... | Move loop-independent code outside of loop | composer_composer | train |
8ff0e4beec0b0adc2c8837458b4f3931ce51ba1e | diff --git a/src/Stichoza/GoogleTranslate/TranslateClient.php b/src/Stichoza/GoogleTranslate/TranslateClient.php
index <HASH>..<HASH> 100644
--- a/src/Stichoza/GoogleTranslate/TranslateClient.php
+++ b/src/Stichoza/GoogleTranslate/TranslateClient.php
@@ -186,7 +186,7 @@ class TranslateClient {
]);
t... | Change GET to POST, ref #<I>
Google translate itself uses POST request for larger amounts of data | Stichoza_google-translate-php | train |
89134c04f6d1a7141f4639fccd067f6f2f10f53f | diff --git a/src/test/moment/create.js b/src/test/moment/create.js
index <HASH>..<HASH> 100644
--- a/src/test/moment/create.js
+++ b/src/test/moment/create.js
@@ -434,7 +434,6 @@ test('parsing iso', function (assert) {
minute = pad(4 + minOffset),
formats = [
- ['2011-10', '2011... | Remove northern hemisphere dependent tests | moment_moment | train |
d23c48b0f09e8685ca8eb6a308bbb3ed8d84877f | diff --git a/lib/conceptql/nodes/occurrence.rb b/lib/conceptql/nodes/occurrence.rb
index <HASH>..<HASH> 100644
--- a/lib/conceptql/nodes/occurrence.rb
+++ b/lib/conceptql/nodes/occurrence.rb
@@ -23,10 +23,11 @@ module ConceptQL
# occurrence, this node returns nothing for that person
class Occurrence < Node
... | Occurrence: use CTE in query | outcomesinsights_conceptql | train |
ee8cd750d13fe305f9f6ee44663b684f49b3ed2d | diff --git a/src/Repository/Adecco/AdeccoMemberApiRepository.php b/src/Repository/Adecco/AdeccoMemberApiRepository.php
index <HASH>..<HASH> 100644
--- a/src/Repository/Adecco/AdeccoMemberApiRepository.php
+++ b/src/Repository/Adecco/AdeccoMemberApiRepository.php
@@ -16,6 +16,34 @@ class AdeccoMemberApiRepository extend... | adecco get loggedin user role type api feature added | OliveMedia_academyhq-api-client | train |
5e31240f5093fa223fb275e5f0e664e328137ca5 | diff --git a/aioasuswrt/asuswrt.py b/aioasuswrt/asuswrt.py
index <HASH>..<HASH> 100644
--- a/aioasuswrt/asuswrt.py
+++ b/aioasuswrt/asuswrt.py
@@ -67,8 +67,6 @@ async def _parse_lines(lines, regex):
if line:
match = regex.search(line)
if not match:
- _LOGGER.debug("Coul... | Reworked the sensor again. | kennedyshead_aioasuswrt | train |
0bb3081fea56dea5fee5d052036dfe0053dfa3ed | diff --git a/src/http-auth-interceptor.js b/src/http-auth-interceptor.js
index <HASH>..<HASH> 100644
--- a/src/http-auth-interceptor.js
+++ b/src/http-auth-interceptor.js
@@ -12,8 +12,8 @@
.factory('authService', ['$rootScope','httpBuffer', function($rootScope, httpBuffer) {
return {
- loginConfirmed: fu... | cherry-pick: Added ability to pass data along with login confirmation
This is quite useful if you want to listen out for login confirmation
and have access to *who* logged in (for presentation purposes)
Conflicts:
src/angular-http-auth.js | witoldsz_angular-http-auth | train |
c18e144ab674fe7cb08ac22a653ab43aa7f0b44d | diff --git a/lib/active_model/hints.rb b/lib/active_model/hints.rb
index <HASH>..<HASH> 100644
--- a/lib/active_model/hints.rb
+++ b/lib/active_model/hints.rb
@@ -66,6 +66,10 @@ module ActiveModel
result
end
+ def full_messages_for(attribute)
+ hints_for(attribute).map { |message| full_message(att... | added some classmethods like hints_for(attribute) and has_validations_for(attribute) | acesuares_validation_hints | train |
89968b5e25f8aa9afd4cec793a93e40781c77682 | diff --git a/snippets/bind-demo-transition.js b/snippets/bind-demo-transition.js
index <HASH>..<HASH> 100644
--- a/snippets/bind-demo-transition.js
+++ b/snippets/bind-demo-transition.js
@@ -1,4 +1,4 @@
-// Relevant entry from app/transistions.js
+// Relevant entry from app/transitions.js
this.transition(
this.betw... | Fix typo transistions -> transitions | ember-animation_liquid-fire | train |
309a88cbc79138e8bf06930fa1bfaf1ce7e492f0 | diff --git a/server/src/main/java/org/cloudfoundry/identity/uaa/login/LoginInfoEndpoint.java b/server/src/main/java/org/cloudfoundry/identity/uaa/login/LoginInfoEndpoint.java
index <HASH>..<HASH> 100755
--- a/server/src/main/java/org/cloudfoundry/identity/uaa/login/LoginInfoEndpoint.java
+++ b/server/src/main/java/org/... | Fixer - Colors must be public
- They're used in templates
[#<I>] | cloudfoundry_uaa | train |
05bbfc5eabe426fe6098c9e393a7254813831185 | diff --git a/actionview/package.json b/actionview/package.json
index <HASH>..<HASH> 100644
--- a/actionview/package.json
+++ b/actionview/package.json
@@ -12,7 +12,7 @@
"scripts": {
"build": "bundle exec blade build",
"test": "echo \"See the README: https://github.com/rails/rails/blob/master/actionview/app... | Fix test directory to correct path
Together, fix to the following lint violation.
```
rails/actionview/test/ujs/public/test/data-confirm.js
<I>:<I> error Strings must use singlequote quotes
rails/actionview/test/ujs/public/test/data-remote.js
<I>:<I> error Extra semicolon semi
✖ 2 problems (2 errors, 0 wa... | rails_rails | train |
4b21b06f46bbd846a5ce2ddc2dd717dd721f6cc1 | diff --git a/src/main/java/org/jboss/pressgang/ccms/contentspec/utils/ContentSpecUtilities.java b/src/main/java/org/jboss/pressgang/ccms/contentspec/utils/ContentSpecUtilities.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/pressgang/ccms/contentspec/utils/ContentSpecUtilities.java
+++ b/src/main/java/or... | Minor fix to set constant as final. | pressgang-ccms_PressGangCCMSContentSpec | train |
4754f77af02935ee9aaf53d85f2fdb741222e347 | diff --git a/test/db/mssql/simple_test.rb b/test/db/mssql/simple_test.rb
index <HASH>..<HASH> 100644
--- a/test/db/mssql/simple_test.rb
+++ b/test/db/mssql/simple_test.rb
@@ -155,6 +155,53 @@ class MSSQLSimpleTest < Test::Unit::TestCase
assert ! columns.find { |col| col.name == 'another_column' }
end
+ # fro... | handle id updatting with partial updates disabled test on AR >= <I> | jruby_activerecord-jdbc-adapter | train |
00db782344bbfc0827444d49bdf65f0ce42de4d9 | diff --git a/cache.py b/cache.py
index <HASH>..<HASH> 100644
--- a/cache.py
+++ b/cache.py
@@ -105,6 +105,10 @@ class CachedFunction(object):
def __repr__(self):
return '<%s of %s via %s>' % (self.__class__.__name__, self.func, self.cache)
+ def _expand_opts(self, opts):
+ for k, v in self... | Methods of decorated function support opts. | mikeboers_PyMemoize | train |
1f44797b13fe38224cdbb0e1d7bd71d4d173487c | diff --git a/bin/oref0-determine-basal.js b/bin/oref0-determine-basal.js
index <HASH>..<HASH> 100755
--- a/bin/oref0-determine-basal.js
+++ b/bin/oref0-determine-basal.js
@@ -69,38 +69,40 @@ function init() {
};
determinebasal.getLastGlucose = function getLastGlucose(data) {
-
- var now = dat... | also handle the 3rd and 4th points, needs more fixing | openaps_oref0 | train |
0492a500f280c43a0eb4a52d50c4d9218b3b802f | diff --git a/Model/ResourceModel/Menu/Collection.php b/Model/ResourceModel/Menu/Collection.php
index <HASH>..<HASH> 100644
--- a/Model/ResourceModel/Menu/Collection.php
+++ b/Model/ResourceModel/Menu/Collection.php
@@ -12,4 +12,13 @@ class Collection extends AbstractCollection
\Snowdog\Menu\Model\ResourceM... | DEV-<I>: added addStoresData in menu collection class | SnowdogApps_magento2-menu | train |
52df0ec8a8ce4b0f580b5224ea099318a93693c6 | diff --git a/modules/custom/social_demo/src/DemoGroup.php b/modules/custom/social_demo/src/DemoGroup.php
index <HASH>..<HASH> 100644
--- a/modules/custom/social_demo/src/DemoGroup.php
+++ b/modules/custom/social_demo/src/DemoGroup.php
@@ -86,8 +86,6 @@ abstract class DemoGroup extends DemoContent {
continue;
... | Issue #<I> by alex.ksis: Fix undefined method | goalgorilla_open_social | train |
eccee5a077c29691ade0cdb3d20d8112ddd5ecd6 | diff --git a/lib/ronin/extensions/resolv.rb b/lib/ronin/extensions/resolv.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/extensions/resolv.rb
+++ b/lib/ronin/extensions/resolv.rb
@@ -21,6 +21,38 @@ require 'resolv'
class Resolv
+ # List of valid Top-Level-Domains
+ TLDS = %w[
+ aero arpa asia biz cat com coop... | Added Resolv::TLDS. | ronin-ruby_ronin-support | train |
c4ce71c15e09abee4998bec2e9a083975eaa6cad | diff --git a/src/naarad/metrics/metric.py b/src/naarad/metrics/metric.py
index <HASH>..<HASH> 100644
--- a/src/naarad/metrics/metric.py
+++ b/src/naarad/metrics/metric.py
@@ -241,7 +241,7 @@ class Metric(object):
def calculate_stats(self):
stats_to_calculate = ['mean', 'std', 'min', 'max'] # TODO: get input ... | including <I>% percentile | linkedin_naarad | train |
6acf1dfc2d03484de3e90147603d0b020f332cce | diff --git a/lib/halite/helper_base.rb b/lib/halite/helper_base.rb
index <HASH>..<HASH> 100644
--- a/lib/halite/helper_base.rb
+++ b/lib/halite/helper_base.rb
@@ -17,6 +17,7 @@
# Much inspiration from Bundler's GemHelper. Thanks!
require 'bundler'
+require 'thor'
require 'thor/shell'
require 'halite/error' | Make sure we pull in all of Thor so `shell.ask` works. | poise_halite | train |
be125e30bedebf4e5917b63993325f71db018f1d | diff --git a/lib/surrounded/context.rb b/lib/surrounded/context.rb
index <HASH>..<HASH> 100644
--- a/lib/surrounded/context.rb
+++ b/lib/surrounded/context.rb
@@ -128,11 +128,14 @@ module Surrounded
end
def assign_role(role, obj)
- role_behavior_name = role.to_s.gsub(/(?:^|_)([a-z])/) { $1.upcase... | extract method for finding constant name from role | saturnflyer_surrounded | train |
8ee6401246a0a23540b831d46fc14287aabf44c6 | diff --git a/cherrypy/test/test_iterator.py b/cherrypy/test/test_iterator.py
index <HASH>..<HASH> 100644
--- a/cherrypy/test/test_iterator.py
+++ b/cherrypy/test/test_iterator.py
@@ -4,7 +4,7 @@ from cherrypy._cpcompat import unicodestr
class IteratorBase(object):
created = 0
- datachunk = u'butternut squash... | Remove literal unicode to be able to execute the test_iterator. | cherrypy_cheroot | train |
4a9384840207c4b99f6b89293334f18cd48eb58b | diff --git a/tests/core.js b/tests/core.js
index <HASH>..<HASH> 100644
--- a/tests/core.js
+++ b/tests/core.js
@@ -13,7 +13,7 @@ global.document = {
};
global.EventTarget = function () { };
-require("../src/core.js");
+require("../src/core.js")(this);
describe("DOMEventListener", function () {
var testO... | begining understand nodejs context ;) | enbock_corejs-w3c | train |
847e8dee354989920d86f8b61f997f2d60852a60 | diff --git a/consensus/poet/core/sawtooth_poet/poet_consensus/poet_block_publisher.py b/consensus/poet/core/sawtooth_poet/poet_consensus/poet_block_publisher.py
index <HASH>..<HASH> 100644
--- a/consensus/poet/core/sawtooth_poet/poet_consensus/poet_block_publisher.py
+++ b/consensus/poet/core/sawtooth_poet/poet_consens... | Update PoET block publisher to use key state store active key
The PoET block publisher uses/used a class variable to store the active PoET public key. This update changes the PoET block publisher to remove the class variable and instead use the PoET key store's active key property to keep track of the active PoET pub... | hyperledger_sawtooth-core | train |
5232c29999cd0c32dcc403569e505c046cfdbbcd | diff --git a/vendor/Krystal/Autoloader/PSR4.php b/vendor/Krystal/Autoloader/PSR4.php
index <HASH>..<HASH> 100644
--- a/vendor/Krystal/Autoloader/PSR4.php
+++ b/vendor/Krystal/Autoloader/PSR4.php
@@ -118,7 +118,7 @@ final class PSR4 extends AbstractSplLoader
// replace the namespace prefix with the base dir... | Replaced an extension with the class constant | krystal-framework_krystal.framework | train |
1b2d0198eaea92f92d14b6c848ed7e183f8cd973 | diff --git a/test/liquid/tags/html_tag_test.rb b/test/liquid/tags/html_tag_test.rb
index <HASH>..<HASH> 100644
--- a/test/liquid/tags/html_tag_test.rb
+++ b/test/liquid/tags/html_tag_test.rb
@@ -29,6 +29,9 @@ class HtmlTagTest < Test::Unit::TestCase
def test_quoted_fragment
assert_template_result("<tr class=\... | Added backwards compatibility test for tablerow tag update
* Follow up to <I>d<I> | Shopify_liquid | train |
208149a62e9a7f794eae72e2e4f3fa6fc5ebe8f2 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
## [Unreleased][unreleased]
+##... | Generators are configured with "direction"
The current configuration variable is name `choose`, which sounds like a
bad choice. | sldblog_upcoming | train |
484d9b120f306af34f63c2bbfde9cd568de2b7bf | diff --git a/Console/OutputHandler/OutputHandler.php b/Console/OutputHandler/OutputHandler.php
index <HASH>..<HASH> 100644
--- a/Console/OutputHandler/OutputHandler.php
+++ b/Console/OutputHandler/OutputHandler.php
@@ -51,7 +51,6 @@ class OutputHandler implements OutputHandlerInterface
Assertion::integer($coun... | remove the additional newLine before a progressbar | plentymarkets_plentymarkets-shopware-connector | train |
8143d397881867fb921332250f50ebf18b35d524 | diff --git a/lib/Doctrine/Cache/Array.php b/lib/Doctrine/Cache/Array.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/Cache/Array.php
+++ b/lib/Doctrine/Cache/Array.php
@@ -52,7 +52,7 @@ class Doctrine_Cache_Array implements Countable, Doctrine_Cache_Interface
if (isset($this->data[$id])) {
ret... | fixed bug in Cache, made Array.php compliant to its/the interfaces documentation (returning false instead of null when nothing found) and changed if statement in Hydrate to react on false, not on null too | doctrine_orm | train |
730cf1cee98e89180e338b24aa91b9860c3d7a05 | diff --git a/src/client/windshaft.js b/src/client/windshaft.js
index <HASH>..<HASH> 100644
--- a/src/client/windshaft.js
+++ b/src/client/windshaft.js
@@ -252,6 +252,58 @@ export default class Windshaft {
});
}
+ _decodePolygons(geom, featureGeometries, mvt_extent){
+ let polygon = null;
+... | Refactor mvt decoding | CartoDB_carto-vl | train |
633bf7426d27e8d43826a9b1c7cbd20d02dd9ab8 | diff --git a/climlab/domain/field.py b/climlab/domain/field.py
index <HASH>..<HASH> 100644
--- a/climlab/domain/field.py
+++ b/climlab/domain/field.py
@@ -317,12 +317,27 @@ def global_mean(field):
"""
try:
- lat = field.domain.axes['lat'].points
+ lat = field.domain.lat.points
except:
... | global_mean method now handles both 1D (latitude) and 2D (latitutde / longitude) field variables. | brian-rose_climlab | train |
59e168d22526e5fc3b0d6a66e12188e6679901b9 | diff --git a/obdalib-core/src/main/java/it/unibz/krdb/obda/model/impl/TermUtil.java b/obdalib-core/src/main/java/it/unibz/krdb/obda/model/impl/TermUtil.java
index <HASH>..<HASH> 100644
--- a/obdalib-core/src/main/java/it/unibz/krdb/obda/model/impl/TermUtil.java
+++ b/obdalib-core/src/main/java/it/unibz/krdb/obda/model/... | Update the string representation for Constant objects. | ontop_ontop | train |
d49748325ad2e29e003af5ec8b82a87b3059536d | diff --git a/src/Composer/Application.php b/src/Composer/Application.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Application.php
+++ b/src/Composer/Application.php
@@ -11,11 +11,7 @@ namespace sebastianfeldmann\CaptainHook\Composer;
use Composer\IO\IOInterface;
use sebastianfeldmann\CaptainHook\Console\Appli... | Add new composer post script method 'install'
This is used to force the activation of your git hooks if someone uses
composer to install your project.
This doesn't prevent anyone from using the '--no-verify' option,
but it's a step more someone has to do to bypass the configured hooks. | CaptainHookPhp_captainhook | train |
2f913f0ebfaf9b6a433c8e9b26b33f1e4ac6557f | diff --git a/jruby-maven-plugin/src/main/java/de/saumya/mojo/jruby/AbstractJRubyMojo.java b/jruby-maven-plugin/src/main/java/de/saumya/mojo/jruby/AbstractJRubyMojo.java
index <HASH>..<HASH> 100644
--- a/jruby-maven-plugin/src/main/java/de/saumya/mojo/jruby/AbstractJRubyMojo.java
+++ b/jruby-maven-plugin/src/main/java/d... | added src/main/ruby to classpath if it exists. removed javaArgs since they are the same as jrubyJvmargs | torquebox_jruby-maven-plugins | train |
9e0e4d5368bb096c81fa2685b50552051302e312 | diff --git a/lib/active_hash/relation.rb b/lib/active_hash/relation.rb
index <HASH>..<HASH> 100644
--- a/lib/active_hash/relation.rb
+++ b/lib/active_hash/relation.rb
@@ -68,6 +68,10 @@ module ActiveHash
length
end
+ def size
+ length
+ end
+
def pluck(*column_names)
column_names.ma... | Add ActiveHash::Relation#size method for compatibily
With Rails <I> ActionView::Renderer::CollectionRenderer calls size
method over collections. Adding the size method makes ActiveHash
compatible with it | zilkey_active_hash | train |
4a998e3eaaf5f05e227d8beb70c7467f420da57d | diff --git a/src/Iterator.php b/src/Iterator.php
index <HASH>..<HASH> 100644
--- a/src/Iterator.php
+++ b/src/Iterator.php
@@ -47,7 +47,7 @@ class Iterator {
* @return Iterator
*/
public function filter(\Closure $predicate) {
- return new FilterIterator($predicate, $this);
+ return new Fi... | FilterIterator -> FilteredIterator | lechimp-p_flightcontrol | train |
38e3a6896a8a9d32fbae127a8b09af4d3565b7b4 | diff --git a/mongo/mongo_test.go b/mongo/mongo_test.go
index <HASH>..<HASH> 100644
--- a/mongo/mongo_test.go
+++ b/mongo/mongo_test.go
@@ -635,14 +635,14 @@ func (s *MongoSuite) TestNoMongoDir(c *gc.C) {
func (s *MongoSuite) TestSelectPeerAddress(c *gc.C) {
addresses := []network.Address{{
- Value: "10.0.0.... | mongo: Removed NetworkName from addresses | juju_juju | train |
a0ac109980f447e7f5d92f3b01be8c094ee33889 | diff --git a/test/com/google/javascript/jscomp/CommandLineRunnerTest.java b/test/com/google/javascript/jscomp/CommandLineRunnerTest.java
index <HASH>..<HASH> 100644
--- a/test/com/google/javascript/jscomp/CommandLineRunnerTest.java
+++ b/test/com/google/javascript/jscomp/CommandLineRunnerTest.java
@@ -1944,7 +1944,8 @@... | Add @SafeVarargs to methods that cause warnings
This removes multiple warnings about potentially unsafe operations
on varargs. | google_closure-compiler | train |
c75ff4687a545f8e6a3d24eae085fddc1ed5b358 | diff --git a/tests/test_optimize.py b/tests/test_optimize.py
index <HASH>..<HASH> 100644
--- a/tests/test_optimize.py
+++ b/tests/test_optimize.py
@@ -51,7 +51,7 @@ def test_mono_not_inverted(resources, outdir):
)
with Image.open(fspath(outdir / 'im.png')) as im:
- assert im.getpixel((0, 0)) == 255, ... | Turning on Ghostscript interpolation changes this test
Seems acceptable. We don't normally use Ghostscript to downsample PDFs
like is happening in this test. | jbarlow83_OCRmyPDF | train |
8cc708bccaf7f0eb1f2f31284b9fded19764e53e | diff --git a/packages/moleculer-db-adapter-couchdb-nano/src/index.js b/packages/moleculer-db-adapter-couchdb-nano/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/moleculer-db-adapter-couchdb-nano/src/index.js
+++ b/packages/moleculer-db-adapter-couchdb-nano/src/index.js
@@ -162,11 +162,12 @@ class CouchDbNanoAd... | changed Object.entries to Object.keys | moleculerjs_moleculer-db | train |
2f986649ca96c099c485565c4d1eb7658fddb977 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,10 +3,10 @@
Full changelog for PHP Quill Renderer
-## v3.17.5 - 2019-11-24
+## v3.18.0 - 2019-11-24
* Custom attributes values which aren't strings are ignored.
-
+* Custom attributes which the pars... | Updated CHANGELOG and added test
- Renamed the method, needs to be clear it is for custom attributes only.
- Updated the CHANGELOG
- Added a test to ensure ignored attributes are ignored. | deanblackborough_php-quill-renderer | train |
7e639d6c4bc91e72de83a0453cc8f543ea20534b | diff --git a/src/lib/InstantSearch.js b/src/lib/InstantSearch.js
index <HASH>..<HASH> 100644
--- a/src/lib/InstantSearch.js
+++ b/src/lib/InstantSearch.js
@@ -193,10 +193,16 @@ Usage: instantsearch({
}
});
- // no need to trigger a search if we don't have any widgets left
- if (this.widgets.length >... | fix(removeWidget): check for widgets.length on next tick (#<I>) | algolia_instantsearch.js | train |
471ce379c5e0ee4b8938971e1e24e84ce0172572 | diff --git a/src/server/config/webpack.config.js b/src/server/config/webpack.config.js
index <HASH>..<HASH> 100644
--- a/src/server/config/webpack.config.js
+++ b/src/server/config/webpack.config.js
@@ -9,7 +9,7 @@ import {
nodeModulesPaths,
loadEnv,
} from './utils';
-import babalLoaderConfig from './babel.js';... | fix typo (#<I>) | storybooks_storybook | train |
c7ef3e04fddc9dea60c33a2b4e89013ce12f11eb | diff --git a/constraints.go b/constraints.go
index <HASH>..<HASH> 100644
--- a/constraints.go
+++ b/constraints.go
@@ -165,9 +165,46 @@ func (noneConstraint) Intersect(Constraint) Constraint {
return none
}
+// A ProjectConstraint combines a ProjectIdentifier with a Constraint. It
+// indicates that, if packages c... | Func to mapify two []ProjectConstraint slices
Really just intended for root project's use. | sdboyer_gps | train |
32af23b6eead8418d7e687775ccbf9280219406b | diff --git a/source/rafcon/core/start.py b/source/rafcon/core/start.py
index <HASH>..<HASH> 100755
--- a/source/rafcon/core/start.py
+++ b/source/rafcon/core/start.py
@@ -12,7 +12,7 @@
import os
import argparse
-from os.path import realpath, dirname, join, exists, isdir
+from os.path import realpath, dirname, join,... | fix config path in gui.start.setup_mvc_environment
- general support for folder path and file path as argument
- move function to separate folder path and file name if file path is handed to utils.filesystem | DLR-RM_RAFCON | train |
1be477a6c7b6a93ef5a74a3df6b8ea28af3e2e32 | diff --git a/lib/jss/composer.rb b/lib/jss/composer.rb
index <HASH>..<HASH> 100644
--- a/lib/jss/composer.rb
+++ b/lib/jss/composer.rb
@@ -147,7 +147,6 @@ module JSS
### now build the pkg
begin
- byebug
it_built = system "#{PKGBUILD} --identifier '#{pkg_id}' --version '#{version}' --owne... | Removed debug insertion
Removed debug insertion | PixarAnimationStudios_ruby-jss | train |
c6eaf6a68fc9fe6ecb2e5a772109dc1146e1f1c6 | diff --git a/structr-core/src/main/java/org/structr/core/function/AbbrFunction.java b/structr-core/src/main/java/org/structr/core/function/AbbrFunction.java
index <HASH>..<HASH> 100644
--- a/structr-core/src/main/java/org/structr/core/function/AbbrFunction.java
+++ b/structr-core/src/main/java/org/structr/core/function... | Makes abbr() tolerant to null values (won't log an error anymore). | structr_structr | train |
c3959cd6532d9455b3d686dc7caa3647c1f97776 | diff --git a/cosmic_ray/commands/format.py b/cosmic_ray/commands/format.py
index <HASH>..<HASH> 100644
--- a/cosmic_ray/commands/format.py
+++ b/cosmic_ray/commands/format.py
@@ -73,13 +73,33 @@ def create_report(records, show_pending, full_report=False):
yield 'no jobs completed'
-def survival_rate(work_d... | WIP: Created new cr-rate command.
Also update travis config. | sixty-north_cosmic-ray | train |
c286b03f26e368d149c32cc02d5ceee3da898f5a | diff --git a/src/main/java/com/semanticcms/openfile/servlet/OpenFile.java b/src/main/java/com/semanticcms/openfile/servlet/OpenFile.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/semanticcms/openfile/servlet/OpenFile.java
+++ b/src/main/java/com/semanticcms/openfile/servlet/OpenFile.java
@@ -1,6 +1,6 @@
/*
... | Using final instead of abstract for static utility classes
NetBeans <I> is warning "Constructor is never used" when abstract, and
this cannot be suppressed with `@SuppressWarnings("unused")`. | aoindustries_semanticcms-openfile-servlet | train |
ecc455ebb4d7e51ad37cf963f2f21c52d270b394 | diff --git a/builtin/providers/aws/resource_aws_codedeploy_deployment_group.go b/builtin/providers/aws/resource_aws_codedeploy_deployment_group.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/aws/resource_aws_codedeploy_deployment_group.go
+++ b/builtin/providers/aws/resource_aws_codedeploy_deployment_group.go
@... | provider/aws: Guard against nil values in EC2 Tags | hashicorp_terraform | train |
08c2f44e52d01573bf4cb1469de2119fb207c98c | diff --git a/promised-node-http.js b/promised-node-http.js
index <HASH>..<HASH> 100644
--- a/promised-node-http.js
+++ b/promised-node-http.js
@@ -20,7 +20,7 @@ define(function (require)
};
var maxRedirections = options.maxRedirections || 10;
-
+ try{
var req = http.request(options, function(res) {
resp... | try catch strategy for avoiding rethrow that break autobahn | deepjs_autobahn | train |
59a25a9dbd60d9d63d8e4ec637877d0ffac53b4b | diff --git a/lib/plugins/aws/deployFunction/index.js b/lib/plugins/aws/deployFunction/index.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/aws/deployFunction/index.js
+++ b/lib/plugins/aws/deployFunction/index.js
@@ -66,9 +66,14 @@ class AwsDeployFunction {
}
deployFunction() {
- const artifactFileName = t... | Add function artifact check in deployFunction
- Adds check for function package artifact in packageFunction() and
avoids packing if a package artifact is found.
- Adds check for function artifact in deployFunction() and use the
provided artifact to deploy if available. | serverless_serverless | train |
1e0968f02db314f9826a5008bada5e3434613952 | diff --git a/lib/undercover/changeset.rb b/lib/undercover/changeset.rb
index <HASH>..<HASH> 100644
--- a/lib/undercover/changeset.rb
+++ b/lib/undercover/changeset.rb
@@ -73,7 +73,7 @@ module Undercover
def compare_base_obj
return nil unless compare_base
- repo.lookup(repo.merge_base(compare_base.to_... | simplify and correct compare_base_obj | grodowski_undercover | train |
fb00fc8a041f01ce97b47ab0281bf76eed5c1a89 | diff --git a/pybar/daq/readout_utils.py b/pybar/daq/readout_utils.py
index <HASH>..<HASH> 100644
--- a/pybar/daq/readout_utils.py
+++ b/pybar/daq/readout_utils.py
@@ -232,7 +232,7 @@ def logical_xor(f1, f2): # function factory
def is_trigger_word(value):
- return np.greater_equal(value, 0x80000000)
+ re... | ENH: change selection of trigger words | SiLab-Bonn_pyBAR | train |
3b5092ca6b1f9293f566bd7431287695565ab0d6 | diff --git a/lib/Vespolina/Cart/Manager/CartManager.php b/lib/Vespolina/Cart/Manager/CartManager.php
index <HASH>..<HASH> 100644
--- a/lib/Vespolina/Cart/Manager/CartManager.php
+++ b/lib/Vespolina/Cart/Manager/CartManager.php
@@ -19,9 +19,7 @@ use Vespolina\Entity\Order\CartInterface;
use Vespolina\Entity\Order\ItemI... | update CartManager to use NullDispatcher | vespolina_commerce | train |
2a9d1abf6f40525a514326cf12465767b1224716 | diff --git a/conllu/tree_helpers.py b/conllu/tree_helpers.py
index <HASH>..<HASH> 100644
--- a/conllu/tree_helpers.py
+++ b/conllu/tree_helpers.py
@@ -1,3 +1,4 @@
+from __future__ import print_function, unicode_literals
from collections import namedtuple
TreeNode = namedtuple('TreeNode', ['data', 'children'])
@@ -9... | Simplify print_tree usage. | EmilStenstrom_conllu | train |
c7fa8e575ae9e638432594045cd6ca57af414f9e | diff --git a/src/OAuth/OAuthRequest.php b/src/OAuth/OAuthRequest.php
index <HASH>..<HASH> 100644
--- a/src/OAuth/OAuthRequest.php
+++ b/src/OAuth/OAuthRequest.php
@@ -49,17 +49,8 @@ class OAuthRequest {
// Parse the query-string to find GET parameters
$parameters = OAuthUtil::parse_parameters($_SERVER['QU... | Remove any reference to gpc_magic_quotes | tsugiproject_tsugi-php | train |
82296f8d722695ab006d94bb87cf2896ccb4cba8 | diff --git a/src/vizceral.js b/src/vizceral.js
index <HASH>..<HASH> 100644
--- a/src/vizceral.js
+++ b/src/vizceral.js
@@ -395,12 +395,11 @@ class Vizceral extends EventEmitter {
} else if (difference === 1) {
this.zoomIntoNode(newGraph.name);
} else {
- this.selectGraph(newGraph);
+ ... | Fix when to emit when the view changed, and the data contained in the update message. | Netflix_vizceral | train |
adeea15b0a0e824587b61a5e3d6cb9f75f281918 | diff --git a/quilt/db.py b/quilt/db.py
index <HASH>..<HASH> 100644
--- a/quilt/db.py
+++ b/quilt/db.py
@@ -133,7 +133,7 @@ class PatchSeries(object):
""" Saves current patches list in the series file """
with open(self.series_file, "w") as f:
for patchline in self.patchlines:
- ... | Fix writing series file
The string representation of PatchLine must be written to the series
file. | bjoernricks_python-quilt | train |
8eca1eaf7ecba7131e0525b7ae43f6678653f956 | diff --git a/src/main/java/hu/kazocsaba/imageviewer/ImageComponent.java b/src/main/java/hu/kazocsaba/imageviewer/ImageComponent.java
index <HASH>..<HASH> 100644
--- a/src/main/java/hu/kazocsaba/imageviewer/ImageComponent.java
+++ b/src/main/java/hu/kazocsaba/imageviewer/ImageComponent.java
@@ -467,7 +467,12 @@ class Im... | Fix synthetic mouse events when image has overlay.
Due to the presence of the overlay, the code used to think that the mouse exited the component because getMousePosition returned null for the image component. (The overlay basically covered up the image.) Now we use the parent container (which contains the image and a... | kazocsaba_imageviewer | train |
bdbb331847e081e67264cad64c2b354666bea162 | diff --git a/lib/Cake/Database/Schema/Table.php b/lib/Cake/Database/Schema/Table.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/Database/Schema/Table.php
+++ b/lib/Cake/Database/Schema/Table.php
@@ -210,4 +210,32 @@ class Table {
return array_keys($this->_indexes);
}
+/**
+ * Read information about an index base... | Add Table::primaryKey()
Since we often need easy access to the columns in a table's primary
key make that easy to get with a simple method. | cakephp_cakephp | train |
ba0f79476fdeac9dbcad3987c6c791f1e95b722f | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -3,6 +3,7 @@
from setuptools import setup
import os
+
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
@@ -27,6 +28,7 @@ setup(name='tmc',
],
install_requires=[
... | better error message when configuration fails, won't override downloads | minttu_tmc.py | train |
4b5c05c4e7482557eb16dcc1281981214ea27d08 | diff --git a/graphcommons.py b/graphcommons.py
index <HASH>..<HASH> 100644
--- a/graphcommons.py
+++ b/graphcommons.py
@@ -119,6 +119,23 @@ class Graph(Entity):
def edges_to(self, node):
return self.edges_for(node, 'to')
+ def sync(self, graph_commons):
+ """Synchronize local and remote repres... | First pass at Graph.sync() | graphcommons_graphcommons-python | train |
b2badf9b93ec82daea9f9fdbc16729e8ab9aa793 | diff --git a/lib/build/webpack-config.js b/lib/build/webpack-config.js
index <HASH>..<HASH> 100644
--- a/lib/build/webpack-config.js
+++ b/lib/build/webpack-config.js
@@ -217,7 +217,7 @@ module.exports = function (cfg) {
}
: undefined,
// necessary to consistently work with multiple chunk... | experiment: fix Cyclic error within html-webpack-plugin when using with Webpack 4 | quasarframework_quasar-cli | train |
d52b2e6d6331d31242ecc2599e00f2614523d3f7 | diff --git a/product_files.go b/product_files.go
index <HASH>..<HASH> 100644
--- a/product_files.go
+++ b/product_files.go
@@ -233,7 +233,6 @@ func (p ProductFilesService) Update(productSlug string, productFile ProductFile)
body := createUpdateProductFileBody{
ProductFile: ProductFile{
Description: productFile... | Remove ability to update file type on product file.
- pivnet no longer supports it.
[#<I>] | pivotal-cf_go-pivnet | train |
d8d7defaa24f28d6e944e4c25478080fa2ca5aa2 | diff --git a/mindmaps-graql/src/main/java/io/mindmaps/graql/internal/pattern/property/RelationProperty.java b/mindmaps-graql/src/main/java/io/mindmaps/graql/internal/pattern/property/RelationProperty.java
index <HASH>..<HASH> 100644
--- a/mindmaps-graql/src/main/java/io/mindmaps/graql/internal/pattern/property/Relation... | FIx bug where roleplayers were not distinct (#<I>) | graknlabs_grakn | train |
92a7feebd51b999f88d9d5648e3f26c57ef5c377 | diff --git a/scriptcwl/library.py b/scriptcwl/library.py
index <HASH>..<HASH> 100644
--- a/scriptcwl/library.py
+++ b/scriptcwl/library.py
@@ -21,6 +21,22 @@ class StepsLibrary(object):
def get_step(self, name):
return self.steps.get(name)
+ def list_steps(self):
+ steps = []
+ workflow... | Fix wf.list_steps()
Moved it to the StepsLibrary class. | NLeSC_scriptcwl | train |
05580623a2574bb32b765ff16d6bc638ea5064ad | diff --git a/lib/validates_formatting_of/version.rb b/lib/validates_formatting_of/version.rb
index <HASH>..<HASH> 100644
--- a/lib/validates_formatting_of/version.rb
+++ b/lib/validates_formatting_of/version.rb
@@ -1,3 +1,3 @@
module ValidatesFormattingOf
- VERSION = "0.3.5.alpha"
+ VERSION = "0.3.5"
end | Bumped to version <I> | mdespuits_validates_formatting_of | train |
71f4974ead243bdabd7178a5a6ac76de24c62be4 | diff --git a/lib/rack/raw_upload.rb b/lib/rack/raw_upload.rb
index <HASH>..<HASH> 100644
--- a/lib/rack/raw_upload.rb
+++ b/lib/rack/raw_upload.rb
@@ -3,7 +3,7 @@ require 'tmpdir' # Needed in 1.8.7 to access Dir::tmpdir
module Rack
class RawUpload
- VERSION = '1.0.3'
+ VERSION = '1.0.4'
def initializ... | Forgot to change the version here... | New-Bamboo_rack-raw-upload | train |
897ce0fb5067f277568a0cbaf78ee161a63e3a79 | diff --git a/LeanMapper/Result.php b/LeanMapper/Result.php
index <HASH>..<HASH> 100644
--- a/LeanMapper/Result.php
+++ b/LeanMapper/Result.php
@@ -386,11 +386,15 @@ class Result implements \Iterator
$viaColumn = $this->mapper->getRelationshipColumn($table, $this->table);
}
$originKey = $referencingResult->get... | Fixed issue with missing index initialization (thx to peter.z) | Tharos_LeanMapper | train |
23255e533825d062fb5cf44977f335fe0776b289 | diff --git a/lib/codelog/command/new.rb b/lib/codelog/command/new.rb
index <HASH>..<HASH> 100644
--- a/lib/codelog/command/new.rb
+++ b/lib/codelog/command/new.rb
@@ -11,7 +11,7 @@ module Codelog
end
def self.run(name, options)
- Codelog::Command::New.new(name, options).run
+ new(name, opt... | Remove explict class name from method calling | codus_codelog | train |
6e1ee03458f9ac81b9096f612da7b4904ea1e6df | diff --git a/src/Pingpong/Twitter/Twitter.php b/src/Pingpong/Twitter/Twitter.php
index <HASH>..<HASH> 100644
--- a/src/Pingpong/Twitter/Twitter.php
+++ b/src/Pingpong/Twitter/Twitter.php
@@ -478,7 +478,7 @@ class Twitter {
*/
public function getFallbackUrl()
{
- return $this->config->get("twitter... | Allow get fallbackUrl from current instance | pingpong-labs_twitter | train |
ac185fcc5bc74eb0f71ecf2e23cd83f557b22795 | diff --git a/system/modules/generalDriver/DcGeneral/Panel/DefaultFilterElement.php b/system/modules/generalDriver/DcGeneral/Panel/DefaultFilterElement.php
index <HASH>..<HASH> 100644
--- a/system/modules/generalDriver/DcGeneral/Panel/DefaultFilterElement.php
+++ b/system/modules/generalDriver/DcGeneral/Panel/DefaultFil... | Refactoring: Panel elements now use the PropertySection. | contao-community-alliance_dc-general | train |
f7c0bf86215496a3e8aec04d95988af5f85e29b4 | diff --git a/optalg/opt_solver/inlp.py b/optalg/opt_solver/inlp.py
index <HASH>..<HASH> 100644
--- a/optalg/opt_solver/inlp.py
+++ b/optalg/opt_solver/inlp.py
@@ -127,7 +127,7 @@ class OptSolverINLP(OptSolver):
# Header
if not quiet:
- print('\nSolver: INLP')
+ print('\nSolver:... | cleaned up output and iter cout of inlp | ttinoco_OPTALG | train |
a39e47d1a246a55660dd86ee64e9b21f4a7d0bd2 | diff --git a/js/fcoin.js b/js/fcoin.js
index <HASH>..<HASH> 100644
--- a/js/fcoin.js
+++ b/js/fcoin.js
@@ -231,32 +231,34 @@ module.exports = class fcoin extends Exchange {
}
parseTicker (ticker, market = undefined) {
- let timestamp = this.nonce (); // better to use server time, but fcoin server re... | fcoin parseTicker cleanup + proper symbols and market ids | ccxt_ccxt | train |
1540244933de9ff4c114d382b1da509760dac299 | diff --git a/Lib/fontmake/instantiator.py b/Lib/fontmake/instantiator.py
index <HASH>..<HASH> 100644
--- a/Lib/fontmake/instantiator.py
+++ b/Lib/fontmake/instantiator.py
@@ -102,6 +102,9 @@ WDTH_VALUE_TO_OS2_WIDTH_CLASS = {
# - macintoshFONDFamilyID
# - macintoshFONDName
# - year
+#
+# This means we implicitly requ... | Warn when an instance does not define a stylename attribute | googlefonts_fontmake | train |
518253e15093bdc561d68c6186eba2bda38d0bd6 | diff --git a/src/Composer/Command/ShowCommand.php b/src/Composer/Command/ShowCommand.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Command/ShowCommand.php
+++ b/src/Composer/Command/ShowCommand.php
@@ -82,14 +82,20 @@ EOT
$repos = $installedRepo = $getRepositories($this->getComposer(), $input->getOpti... | Show proper repo information and not always the default ones | mothership-ec_composer | train |
a717e44bcd4564b74efded216d4f561b9afa834d | diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/ShardingProxy.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/ShardingProxy.java
index <HASH>..<HASH> 100644
--- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/ShardingProxy.java
+++ b/sharding-proxy/src/mai... | #<I>, workerGroup use default thread pool size (core * 2) | apache_incubator-shardingsphere | train |
77cc7c06e23de6d00dbbe61ad131661bcba0ce88 | diff --git a/tests/test_expectation_decorators.py b/tests/test_expectation_decorators.py
index <HASH>..<HASH> 100644
--- a/tests/test_expectation_decorators.py
+++ b/tests/test_expectation_decorators.py
@@ -26,12 +26,12 @@ class TestExpectationDecorators(unittest.TestCase):
class CustomPandasDataSet(PandasData... | Modify CustomPandasDataSet tests to reflect new convention requirements | great-expectations_great_expectations | train |
be5f86f76a36fb90ed2552597ab444bc5db47c4a | diff --git a/filterpy/stats/stats.py b/filterpy/stats/stats.py
index <HASH>..<HASH> 100644
--- a/filterpy/stats/stats.py
+++ b/filterpy/stats/stats.py
@@ -829,7 +829,8 @@ def _std_tuple_of(var=None, std=None, interval=None):
def plot_covariance(
mean, cov=None, variance=1.0, std=None, interval=None,
- ... | Optionally hide center cross in plot_covariance | rlabbe_filterpy | train |
039b4515e2a8be126f64567bb8c3664facca43b1 | diff --git a/src/HtmlServiceProvider.php b/src/HtmlServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/HtmlServiceProvider.php
+++ b/src/HtmlServiceProvider.php
@@ -2,16 +2,16 @@
namespace Styde\Html;
-use Collective\Html\HtmlServiceProvider as ServiceProvider;
-use Illuminate\Contracts\Auth\Access\Gate;
-us... | Add aliases to the service container | StydeNet_html | train |
9ba96f83dd623b09247dc3b303e6316999d98200 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -164,9 +164,9 @@ Assemble.prototype.getCollection = function(name) {
*/
Assemble.prototype.getFile = function(file, id) {
- // if (typeof file === 'object' || !file.hasOwnProperty('id')) {
- // throw new Error('Assemb... | uncomment code for file error handling | assemble_assemble | train |
d07efab6a9221ee2bd33c4b2d757dd7b4cc5c930 | diff --git a/structr-ui/src/main/java/org/structr/websocket/command/ChunkCommand.java b/structr-ui/src/main/java/org/structr/websocket/command/ChunkCommand.java
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/java/org/structr/websocket/command/ChunkCommand.java
+++ b/structr-ui/src/main/java/org/structr/websocket... | Enhancement: Use FileHelper's unified updateMetadata method to update metadata for files uploaded via Websocket. | structr_structr | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.