hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
09af8858052417bd9d446e608a68d8e812d24c04 | diff --git a/src/imp/platform/browser/platform_browser.js b/src/imp/platform/browser/platform_browser.js
index <HASH>..<HASH> 100644
--- a/src/imp/platform/browser/platform_browser.js
+++ b/src/imp/platform/browser/platform_browser.js
@@ -58,12 +58,9 @@ class PlatformBrowser {
}
_generateLongUUID() {
- ... | Ensure negative UUIDs are not generated (#<I>) | lightstep_lightstep-tracer-javascript | train |
24c9b41115a363626ae010706c845bd300adfa19 | diff --git a/lib/ffi/mmap/mmap.rb b/lib/ffi/mmap/mmap.rb
index <HASH>..<HASH> 100644
--- a/lib/ffi/mmap/mmap.rb
+++ b/lib/ffi/mmap/mmap.rb
@@ -14,9 +14,9 @@ module FFI
MAP_SHARED=1
def initialize(filename, mode, flags)
- @f = ::IO.sysopen(filename) # FIXME: mode
- @len ... | Added handling of filesize, and passing flags and file mode (but not enabled read-write mapping) | hokstadconsulting_ffi-mmap | train |
1b9be34545664f58481abdce9bf0c1bb7b07f0ae | diff --git a/scripts/tests/test_sync_flake8_versions.py b/scripts/tests/test_sync_flake8_versions.py
index <HASH>..<HASH> 100644
--- a/scripts/tests/test_sync_flake8_versions.py
+++ b/scripts/tests/test_sync_flake8_versions.py
@@ -3,44 +3,6 @@ import pytest
from ..sync_flake8_versions import get_revisions
-def tes... | :white_check_mark: TST: Update sync flake8 tests (#<I>) | pandas-dev_pandas | train |
127d30f1b047ddeb01bb4901b11d39188f42ae15 | diff --git a/src/test/java/org/jsmart/zerocode/core/httpclient/BasicHttpClientTest.java b/src/test/java/org/jsmart/zerocode/core/httpclient/BasicHttpClientTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/jsmart/zerocode/core/httpclient/BasicHttpClientTest.java
+++ b/src/test/java/org/jsmart/zerocode/core/h... | ISS-<I> # Sysout deleted | authorjapps_zerocode | train |
f4d4656107d55780b71485d087e58eb74e886df4 | diff --git a/gumble/client.go b/gumble/client.go
index <HASH>..<HASH> 100644
--- a/gumble/client.go
+++ b/gumble/client.go
@@ -319,14 +319,6 @@ func (c *Client) Channels() Channels {
return c.channels
}
-// Reauthenticate will resend the tokens from the config.
-func (c *Client) Reauthenticate() {
- authentication... | replaced client.Reauthenticate by implementing Message in Config | layeh_gumble | train |
fdd045f8b0b8cf895dd0da46fed7cdb6451372f6 | diff --git a/graph/drivers/fuse/fuse.go b/graph/drivers/fuse/fuse.go
index <HASH>..<HASH> 100644
--- a/graph/drivers/fuse/fuse.go
+++ b/graph/drivers/fuse/fuse.go
@@ -159,6 +159,7 @@ func (d *Dir) Rename(ctx context.Context, req *fuse.RenameRequest, newDir fs.Nod
}
f.path = newpath
+ putFile(newpath, f)
/*
... | EXPERIMENTAL - working on rename | libopenstorage_openstorage | train |
8d1f9ef4aab086c133fe3f1a35028f631bc05c78 | diff --git a/spec/helper-spec.js b/spec/helper-spec.js
index <HASH>..<HASH> 100644
--- a/spec/helper-spec.js
+++ b/spec/helper-spec.js
@@ -2,7 +2,7 @@
import * as fs from 'fs'
import * as path from 'path'
-const helpers = require('../lib/helpers')
+const helpers = require('../src/helpers')
const bothFile = path.... | :bug: Require helpers source file instead of dist file in specs
So we don't have to commit dist files to run them in CI | steelbrain_atom-linter | train |
3e808631263479580b7fbd39247f6b92d4c6aa2c | diff --git a/lib/montage/collection.rb b/lib/montage/collection.rb
index <HASH>..<HASH> 100644
--- a/lib/montage/collection.rb
+++ b/lib/montage/collection.rb
@@ -22,7 +22,14 @@ module Montage
end
def parse_items
- raw_items.map { |raw_item| item_class.new(raw_item) }
+ raw_items.map do |raw_item|... | Update to move created_at and updated_at definitions into collection | Montage-Inc_ruby-montage | train |
a855d6acdc5ff81c3a1ee4bd4fcc4ce81d23b6c6 | diff --git a/panopta_api/client.py b/panopta_api/client.py
index <HASH>..<HASH> 100644
--- a/panopta_api/client.py
+++ b/panopta_api/client.py
@@ -1,48 +1,41 @@
from httplib2 import Http
-from urllib import urlencode
from os.path import join
+from urllib import urlencode
+from urlparse import urljoin
import json
-im... | Refactored Client.__init__()
* Rearranged signature to put `token` first
* Simplified instance variable names | Panopta_python-panopta-api-client | train |
526b22197d19db8abd15da40af97c3f12a3b493b | diff --git a/src/com/mebigfatguy/fbcontrib/collect/CollectStatistics.java b/src/com/mebigfatguy/fbcontrib/collect/CollectStatistics.java
index <HASH>..<HASH> 100755
--- a/src/com/mebigfatguy/fbcontrib/collect/CollectStatistics.java
+++ b/src/com/mebigfatguy/fbcontrib/collect/CollectStatistics.java
@@ -50,11 +50,17 @@ p... | skip private methods, and methods in classes with $ for OPM | mebigfatguy_fb-contrib | train |
3257b26fa773cd2df5de3e23279e62f59781786b | diff --git a/builder/amazon/ebs/step_stop_instance.go b/builder/amazon/ebs/step_stop_instance.go
index <HASH>..<HASH> 100644
--- a/builder/amazon/ebs/step_stop_instance.go
+++ b/builder/amazon/ebs/step_stop_instance.go
@@ -19,7 +19,7 @@ func (s *stepStopInstance) Run(state multistep.StateBag) multistep.StepAction {
u... | one more place to check SpotPrice | hashicorp_packer | train |
715680e03bbe73fc14b4f4a5c9eedfb7350d3a55 | diff --git a/cli/core.go b/cli/core.go
index <HASH>..<HASH> 100644
--- a/cli/core.go
+++ b/cli/core.go
@@ -63,11 +63,11 @@ type Command struct {
var commands = []Command{
{"config", &commandConfig, nil},
{"exit", nil, exit},
- {"quit", nil, exit}, // An alias for exit, matches JunOS behavior.
{"failover", nil, f... | cli: sort commands slice alphabetically | google_seesaw | train |
aaa653ebec2458d32163398ed27c27bf8a9c8a31 | diff --git a/test/integration/aws/sns.test.js b/test/integration/aws/sns.test.js
index <HASH>..<HASH> 100644
--- a/test/integration/aws/sns.test.js
+++ b/test/integration/aws/sns.test.js
@@ -1,6 +1,5 @@
'use strict';
-const BbPromise = require('bluebird');
const { expect } = require('chai');
const log = require('l... | test(AWS SNS): Remove "bluebird" dependency | serverless_serverless | train |
8b7b055383e316bd61977443d91805037122a9f9 | diff --git a/bundle/DependencyInjection/Compiler/LegacySessionPass.php b/bundle/DependencyInjection/Compiler/LegacySessionPass.php
index <HASH>..<HASH> 100644
--- a/bundle/DependencyInjection/Compiler/LegacySessionPass.php
+++ b/bundle/DependencyInjection/Compiler/LegacySessionPass.php
@@ -30,12 +30,17 @@ class LegacyS... | EZP-<I>: Do not use LegacySessionProxy if defined session handler is
doesn't implement SessionHandlerInterface
If session handler doesn't implement SessionHandlerInterface, session
callbacks won't be defined, so PHP internal session handler will be
called. Proxying with LegacySessionProxy forces PHP to use it as a
ses... | ezsystems_LegacyBridge | train |
306e14fcb5be3178f57b4dbb2791144d01416869 | diff --git a/supervisor/iptablesctrl/iptables.go b/supervisor/iptablesctrl/iptables.go
index <HASH>..<HASH> 100644
--- a/supervisor/iptablesctrl/iptables.go
+++ b/supervisor/iptablesctrl/iptables.go
@@ -199,7 +199,7 @@ func (i *Instance) UpdateRules(version int, contextID string, containerInfo *pol
appChain, netCha... | Handle wrap-around of version numbers (#<I>)
* Hanlde rolls of version numbers
* Just use XOR with two versions | aporeto-inc_trireme-lib | train |
82a5e35a84db08d00146354708b1d76ade26af26 | diff --git a/salt/fileserver/gitfs.py b/salt/fileserver/gitfs.py
index <HASH>..<HASH> 100644
--- a/salt/fileserver/gitfs.py
+++ b/salt/fileserver/gitfs.py
@@ -341,7 +341,6 @@ def _get_tree_gitpython(repo, tgt_env):
if isinstance(ref, (git.RemoteReference, git.TagReference)):
parted = ref.n... | Properly handle branches/tags with slashes in name | saltstack_salt | train |
f782a5030702f490161f470b111e432b9ccbb394 | diff --git a/pf/ChangeLog b/pf/ChangeLog
index <HASH>..<HASH> 100644
--- a/pf/ChangeLog
+++ b/pf/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-22 Olivier Bilodeau <obilodeau@inverse.ca>
+ * pf/html/admin/configuration/switches_add.php,
+ pf/html/admin/configuration/switches_edit.php: Corrected bad whitespace
+ again...
+ Now, t... | Corrected bad whitespace again...
Now, to fix it for good, instead of asking people to behave, I'm forcing vim parameters to enforce them! mouhahahhaa! :)
Monotone-Parent: c9b<I>b<I>f3c<I>b5d6d0c<I>f8eb<I>f1a<I>f
Monotone-Revision: <I>fbb<I>fde8ceb<I>df6bde<I>f
Monotone- | inverse-inc_packetfence | train |
5015d44b24dbbcaa134f12a1b57ee8bc7e713601 | diff --git a/README.markdown b/README.markdown
index <HASH>..<HASH> 100644
--- a/README.markdown
+++ b/README.markdown
@@ -41,6 +41,7 @@ You can pass a hash with some configuration possibilities to ```add_swagger_docu
* ```:api_version``` Version of the API that's being exposed
* ```:base_path``` Basepath of the API ... | Add possibility to hide the documentation paths in the generated swagger documentation. | ruby-grape_grape-swagger | train |
f4ee11d1e0cf2c235270f91c2b2c10b617f09658 | diff --git a/tests.py b/tests.py
index <HASH>..<HASH> 100755
--- a/tests.py
+++ b/tests.py
@@ -326,6 +326,26 @@ class TestMassEditWithFile(unittest.TestCase):
diffs = self.editor.edit_file(self.file_name)
self.assertEqual(diffs, [])
+ def test_eol_setting(self):
+ """Check files with CRLF ... | Adds a quick tests for the newline setting | elmotec_massedit | train |
fd9991413be909eb713e5ad6b699267f329e97cc | diff --git a/server/auth/handlers_test.go b/server/auth/handlers_test.go
index <HASH>..<HASH> 100644
--- a/server/auth/handlers_test.go
+++ b/server/auth/handlers_test.go
@@ -48,6 +48,7 @@ func TestCertificatesHandler(t *testing.T) {
r := router.New()
InstallHandlers(r, withSigner(s))
ts := httptest.NewServer(... | [auth] Do not leak sockets in tests.
Verified by `go test ./... -count=<I>`.
R=<EMAIL>
BUG=<I>
Change-Id: Ic<I>c<I>a5c7c<I>f<I>c8d<I>d<I>cbdb<I>a
Reviewed-on: <URL> | luci_luci-go | train |
b2c906a5b47b1c68e9201dd6bfeaa16470eebc9d | diff --git a/lib/features/overlays/Overlays.js b/lib/features/overlays/Overlays.js
index <HASH>..<HASH> 100644
--- a/lib/features/overlays/Overlays.js
+++ b/lib/features/overlays/Overlays.js
@@ -7,11 +7,10 @@ var idGenerator = new (require('../../util/IdGenerator'))('ov');
/**
* @class
*
- * A plugin that add an A... | docs(overlays): improve docs | bpmn-io_diagram-js | train |
f9207c1ab60caf0d2b74c4ce1b5a752696f15e62 | diff --git a/tests/moment.parseFormat-test.js b/tests/moment.parseFormat-test.js
index <HASH>..<HASH> 100644
--- a/tests/moment.parseFormat-test.js
+++ b/tests/moment.parseFormat-test.js
@@ -13,6 +13,11 @@ test('standard cases', function() {
test('GitHub issues', function() {
'use strict';
+ // https://github.co... | test: added tests for #3
fixes #3 | gr2m_moment-parseformat | train |
953b0b49796f48b4e0529dd54acc4b5adf2318af | diff --git a/src/slick.js b/src/slick.js
index <HASH>..<HASH> 100644
--- a/src/slick.js
+++ b/src/slick.js
@@ -4,7 +4,7 @@
angular.module('bardo.directives', []);
- angular.module('bardo.directives').directive('slick', function($timeout) {
+ angular.module('bardo.directives').directive('slick', ['$timeout', fu... | Update slick.js
Minification friendly | devmark_angular-slick-carousel | train |
5c28844a2caf8a13a6fd19025117903268e27858 | diff --git a/src/Model/Config.php b/src/Model/Config.php
index <HASH>..<HASH> 100644
--- a/src/Model/Config.php
+++ b/src/Model/Config.php
@@ -11,7 +11,6 @@ namespace Emico\TweakwiseExport\Model;
use Magento\Framework\App\Config\ScopeConfigInterface;
use Magento\Framework\App\DeploymentConfig;
use Magento\Framework\... | Removed not needed default scope flag in config class. Fixes #<I> | EmicoEcommerce_Magento2TweakwiseExport | train |
832c5eb825c0281eeb13c3f31850a216ace63c39 | diff --git a/django_js_reverse/core.py b/django_js_reverse/core.py
index <HASH>..<HASH> 100755
--- a/django_js_reverse/core.py
+++ b/django_js_reverse/core.py
@@ -18,10 +18,7 @@ try:
except ImportError:
from django.core import urlresolvers
-if sys.version < '3':
- text_type = unicode # NOQA
-else:
- text... | use simple feature detection to get text_type | ierror_django-js-reverse | train |
037aefdbbaddd1580ed1e46bff5ad568e82f6f2f | diff --git a/lib/openapply/get_student.rb b/lib/openapply/get_student.rb
index <HASH>..<HASH> 100644
--- a/lib/openapply/get_student.rb
+++ b/lib/openapply/get_student.rb
@@ -243,6 +243,7 @@ module Get
# :home_telephone=>"",
# ...,
# :parent_residency=>"Citizen"}}]}}
+ # TODO: COMMENT ... | fix flattening & test - after updating abilities | LAS-IT_openapply | train |
0335df92c7745720d5ac38caeb6c28b335b82395 | diff --git a/src/Crossjoin/Browscap/Parser/IniLt55.php b/src/Crossjoin/Browscap/Parser/IniLt55.php
index <HASH>..<HASH> 100644
--- a/src/Crossjoin/Browscap/Parser/IniLt55.php
+++ b/src/Crossjoin/Browscap/Parser/IniLt55.php
@@ -645,7 +645,8 @@ extends AbstractParser
if ($variants === true) {
$patte... | Small performance optimization
Small performance optimization to speed up substr() calls with long
patterns | crossjoin_Browscap | train |
92ae57a39133a3f6e4d9b231e8b2687a34531260 | diff --git a/lib/textgrid.js b/lib/textgrid.js
index <HASH>..<HASH> 100644
--- a/lib/textgrid.js
+++ b/lib/textgrid.js
@@ -8,10 +8,86 @@
(function(exports) {
- 'use strict';
+ 'use strict';
- exports.init = function() {
- return 'init';
- };
+ exports.init = function() {
+ return "init";
+ };
-}(typeof ... | rough draft of textgrid to json | FieldDB_PraatTextGridJS | train |
c0fc9870898db1f29b82b58689839b50e8ff78a7 | diff --git a/lib/token.js b/lib/token.js
index <HASH>..<HASH> 100644
--- a/lib/token.js
+++ b/lib/token.js
@@ -259,10 +259,10 @@ token.issueToken = function (req, res, next) {
*/
token.generateToken = function (type, req, callback) {
if (this.model.generateToken) {
- this.model.generateToken(type, req, function (... | Fix accidental varibale override
Was preventing generatToken from falling back to the built in token
generator | oauthjs_node-oauth2-server | train |
bcadf90727c2897651525e45bcb0cb063529544a | diff --git a/subprojects/parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/Antlr4ParserPlugin.java b/subprojects/parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/Antlr4ParserPlugin.java
index <HASH>..<HASH> 100644
--- a/subprojects/parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/Antlr4P... | Cache the AST generated by Parrot | apache_groovy | train |
1f96d97697e97435326cdc7ae0d487b31b6b2953 | diff --git a/src/Command/ContainerAwareCommand.php b/src/Command/ContainerAwareCommand.php
index <HASH>..<HASH> 100644
--- a/src/Command/ContainerAwareCommand.php
+++ b/src/Command/ContainerAwareCommand.php
@@ -102,6 +102,16 @@ abstract class ContainerAwareCommand extends Command implements ContainerAwareIn
return... | FIX Issue #<I> - Add validateModule method | hechoendrupal_drupal-console | train |
06243275d3c26763c2fa2824d2b4a41aea88da59 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -392,7 +392,7 @@ module.exports = function ( grunt ) {
] );
grunt.registerTask( 'lint', [ 'jshint', 'jscs', 'csslint', 'banana' ] );
- grunt.registerTask( 'test', [ 'pre-test', 'git-build', 'lint', 'karma... | build: Run lint before build in grunt-test
Saves about 1-2 minutes in terms of feedback during development.
Change-Id: Ia<I>f<I>de<I>c4af6e<I>bffe<I>f<I>c<I>e<I>e<I> | wikimedia_oojs-ui | train |
1ee9aa045cabb161aeaf548dd1958ee308b29327 | diff --git a/wal_e/worker/s3_worker.py b/wal_e/worker/s3_worker.py
index <HASH>..<HASH> 100644
--- a/wal_e/worker/s3_worker.py
+++ b/wal_e/worker/s3_worker.py
@@ -187,6 +187,8 @@ def do_partition_put(backup_s3_prefix, tpart, rate_limit):
'volume {name} so far.'
... | Use the exception context properly to count well
Currently, WAL-E will report that every attempt was the first attempt | wal-e_wal-e | train |
eac3be2c2588f4e53efff33d86ce84e687e24eeb | diff --git a/openquake/calculators/event_based_risk.py b/openquake/calculators/event_based_risk.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/event_based_risk.py
+++ b/openquake/calculators/event_based_risk.py
@@ -72,6 +72,7 @@ def event_based_risk(riskinputs, riskmodel, param, monitor):
I = param['in... | Restored results as they were [skip hazardlib][demos] | gem_oq-engine | train |
7b94aa9a0725753bdf0afc4b4dc7a6e63913064b | diff --git a/src/com/google/javascript/jscomp/ProcessDefines.java b/src/com/google/javascript/jscomp/ProcessDefines.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/ProcessDefines.java
+++ b/src/com/google/javascript/jscomp/ProcessDefines.java
@@ -459,10 +459,10 @@ class ProcessDefines implements... | Follow up to rolledback CL
Went back to using TypeIRegistry and TypeI to use the 'isSubtypeOf' method.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
9264b1b496758625d94d60ee3ed8ff32e2bce3d0 | diff --git a/src/asciidoctor-core-api.js b/src/asciidoctor-core-api.js
index <HASH>..<HASH> 100644
--- a/src/asciidoctor-core-api.js
+++ b/src/asciidoctor-core-api.js
@@ -3,7 +3,7 @@
* @private
*/
var toHash = function (object) {
- return object && !('$$smap' in object) ? Opal.hash(object) : object;
+ return obj... | ⚡️ Improve toHash function (#<I>)
* Improve toHash function
* Simplify the condition (remove the or clause) | asciidoctor_asciidoctor.js | train |
2de3539b43126de0567f80d9041ebdbcb9297d1f | diff --git a/backup/controller/backup_controller.class.php b/backup/controller/backup_controller.class.php
index <HASH>..<HASH> 100644
--- a/backup/controller/backup_controller.class.php
+++ b/backup/controller/backup_controller.class.php
@@ -275,6 +275,7 @@ class backup_controller extends backup implements loggable {
... | MDL-<I> backup - clean temps after execution | moodle_moodle | train |
b611cef21cf9682c62ab3d85f8ad359fd9339bd4 | diff --git a/src/fam/database/firestore.py b/src/fam/database/firestore.py
index <HASH>..<HASH> 100644
--- a/src/fam/database/firestore.py
+++ b/src/fam/database/firestore.py
@@ -297,27 +297,26 @@ class FirestoreWrapper(BaseDatabase):
self._delete_collection(coll_ref, 10)
- def query_items(self, firebas... | adding order_by to firestore db query | paulharter_fam | train |
6709a18be466fdad17a56719243e07ed0508c6b2 | diff --git a/great_expectations/data_context/store/fixed_length_tuple_store_backend.py b/great_expectations/data_context/store/fixed_length_tuple_store_backend.py
index <HASH>..<HASH> 100644
--- a/great_expectations/data_context/store/fixed_length_tuple_store_backend.py
+++ b/great_expectations/data_context/store/fixed... | Make key tuple if not already | great-expectations_great_expectations | train |
078e511a8bea00084e6869d14497e058e1d95aee | diff --git a/test/isolated_tests/conf/test_conf.py b/test/isolated_tests/conf/test_conf.py
index <HASH>..<HASH> 100644
--- a/test/isolated_tests/conf/test_conf.py
+++ b/test/isolated_tests/conf/test_conf.py
@@ -1,6 +1,7 @@
import pytest
from unittest import mock
from yosai import (
+ LazySettings,
FileNotFou... | finished unit testing session.ProxiedSession | YosaiProject_yosai | train |
53aaabcd81d0461c9560c4197788432d63dcfc90 | diff --git a/Generator/FormBuilder.php b/Generator/FormBuilder.php
index <HASH>..<HASH> 100644
--- a/Generator/FormBuilder.php
+++ b/Generator/FormBuilder.php
@@ -36,7 +36,7 @@ class FormBuilder extends PHPFunction {
}
$function_code = array();
- $function_code = array_merge($function_code, $this->docBlo... | Fixed use of doxygen_first property when function_docblock_lines is also set. | drupal-code-builder_drupal-code-builder | train |
b18ecc925b264295364a913480f2ac687c5fad6c | diff --git a/lib/link.js b/lib/link.js
index <HASH>..<HASH> 100644
--- a/lib/link.js
+++ b/lib/link.js
@@ -40,10 +40,6 @@ export default class Link extends Component {
return
}
- if (__NEXT_DATA__.nextExport) {
- return
- }
-
let { href, as } = this
if (!isLocal(href)) {
@@ -79,7 +7... | Implement client side routing as they should work.
Basicaly, now client side routing as they work like
in Next.js including prefetching. | zeit_next.js | train |
5f32544dc07165a3250ac6cbb7fd94df0c595354 | diff --git a/resources/views/layouts/filter.blade.php b/resources/views/layouts/filter.blade.php
index <HASH>..<HASH> 100644
--- a/resources/views/layouts/filter.blade.php
+++ b/resources/views/layouts/filter.blade.php
@@ -1,18 +1,18 @@
-@if($filters->count() > 0)
+@if ($filters->count() > 0)
<div class="g-0 bg-wh... | better filter layout (#<I>) | orchidsoftware_platform | train |
d5a0f78b50e1c2d91d994d70e10d670626c7c56e | diff --git a/examples/customised/src/components/Button/Button.vue b/examples/customised/src/components/Button/Button.vue
index <HASH>..<HASH> 100644
--- a/examples/customised/src/components/Button/Button.vue
+++ b/examples/customised/src/components/Button/Button.vue
@@ -10,7 +10,7 @@
<script>
-import loggerMixin f... | fix: resolve needs to take styleguide.config into account (#<I>)
Instead of using the file webpack.config only, use the webpackConfig
option of the styleguide.config that can contain both.
fix #<I> | vue-styleguidist_vue-styleguidist | train |
0c2a57b9ba4d9857a9f4b33587e1a112c5162668 | diff --git a/h2o-core/src/test/java/water/SortTest.java b/h2o-core/src/test/java/water/SortTest.java
index <HASH>..<HASH> 100644
--- a/h2o-core/src/test/java/water/SortTest.java
+++ b/h2o-core/src/test/java/water/SortTest.java
@@ -35,33 +35,44 @@ public class SortTest extends TestUtil {
}
@Test public void runH... | PUBDEV-<I>: Improve sorting test to do benchmarking. | h2oai_h2o-3 | train |
8305649a4511f662687827b27ac32d690db28412 | diff --git a/tests/Doctrine/Tests/ORM/Functional/MergeCompositeToOneKeyTest.php b/tests/Doctrine/Tests/ORM/Functional/MergeCompositeToOneKeyTest.php
index <HASH>..<HASH> 100644
--- a/tests/Doctrine/Tests/ORM/Functional/MergeCompositeToOneKeyTest.php
+++ b/tests/Doctrine/Tests/ORM/Functional/MergeCompositeToOneKeyTest.p... | #<I> DDC-<I> - refactored test logic to use the newly introduced test assets | doctrine_orm | train |
c81dc9cc55cb0e2a42dc79623c2425cb8c658c55 | diff --git a/agent/bootstrap.go b/agent/bootstrap.go
index <HASH>..<HASH> 100644
--- a/agent/bootstrap.go
+++ b/agent/bootstrap.go
@@ -69,9 +69,17 @@ func (c *configInternal) InitializeState(dataDir string, envCfg *config.Config,
di, err := state.DialInfo(&info, timeout, policy)
- address := "127.0.0.1"
- if len... | make sure we take the first numeric cloud local address for the replicaset address | juju_juju | train |
5cec6c267057c2f4e1ab18f6eef83fe6d8671c3c | diff --git a/enrol/category/version.php b/enrol/category/version.php
index <HASH>..<HASH> 100644
--- a/enrol/category/version.php
+++ b/enrol/category/version.php
@@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die();
-$plugin->version = 2013050100; // The current plugin version (Date: YYYYMMDDXX)
+$plugi... | MDL-<I> events: Bumping plugin versions to update handlers | moodle_moodle | train |
c67ba93e3b8418f2e7c0806e80c88e84b3aa3ed0 | diff --git a/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/json/DataSetLookupJSONMarshaller.java b/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/json/DataSetLookupJSONMarshaller.java
index <HASH>..<HASH> 100644
--- a/dashb... | Remove export of empty nodes from json output. | dashbuilder_dashbuilder | train |
c8476fbfdc9bb68858b774089f54ea98e1f5364d | diff --git a/slf4j-api/src/test/java/org/slf4j/helpers/BogoPerf.java b/slf4j-api/src/test/java/org/slf4j/helpers/BogoPerf.java
index <HASH>..<HASH> 100644
--- a/slf4j-api/src/test/java/org/slf4j/helpers/BogoPerf.java
+++ b/slf4j-api/src/test/java/org/slf4j/helpers/BogoPerf.java
@@ -10,7 +10,7 @@ public class BogoPerf {... | increasing SLACK_FACTOR | qos-ch_slf4j | train |
a868b7615e184a6ad824d3248d259b88bcc50712 | diff --git a/TYPO3.Flow/Classes/Core/Bootstrap.php b/TYPO3.Flow/Classes/Core/Bootstrap.php
index <HASH>..<HASH> 100644
--- a/TYPO3.Flow/Classes/Core/Bootstrap.php
+++ b/TYPO3.Flow/Classes/Core/Bootstrap.php
@@ -205,7 +205,6 @@ class Bootstrap {
$startTime = microtime(TRUE);
$this->initializeClassLoader();
- $t... | [-TASK] Remove duplicate class loader initialization from bootstrap
This removes the superfluous second call to initializeClassLoader() in
the bootstrap.
Change-Id: Ib<I>ea<I>be<I>e<I>edc1fb<I>b8d<I>e8d
Original-Commit-Hash: 2b<I>f2cb<I>e5b4d<I>eef<I>caeef7a0b<I> | neos_flow-development-collection | train |
61ac484a316630cd87d3ece32f4b52a5a175e545 | diff --git a/server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v73/PopulateMainApplicationBranches.java b/server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v73/PopulateMainApplicationBranches.java
index <HASH>..<HASH> 100644
--- a/server/sonar-db... | SONAR-<I> Add missing @SupportsBlueGreen on migration | SonarSource_sonarqube | train |
e3f4c1a72ff25f991585fc6ac5aee49c300db738 | diff --git a/lib/core/mixin/macro/object_interface.rb b/lib/core/mixin/macro/object_interface.rb
index <HASH>..<HASH> 100644
--- a/lib/core/mixin/macro/object_interface.rb
+++ b/lib/core/mixin/macro/object_interface.rb
@@ -194,9 +194,9 @@ module ObjectInterface
logger.debug("Defining object interface method:... | Adding extra groups parameters on the object and plugin interface macro search methods. | coralnexus_nucleon | train |
c34361da9bbbded02f974261fcb1be462263c6a4 | diff --git a/stagpy/stagyyparsers.py b/stagpy/stagyyparsers.py
index <HASH>..<HASH> 100644
--- a/stagpy/stagyyparsers.py
+++ b/stagpy/stagyyparsers.py
@@ -338,15 +338,17 @@ def _ncores(meshes, twod):
meshes[nns[0] - 1]['X'][-1, 0, 0]):
nns[0] += 1
nnpb -= 1
+ cpu = lambda ic... | Fix reconstruction of shared grid with HDF5 | StagPython_StagPy | train |
5e74e6e1bb554300d989f65d27d86096a9922af9 | diff --git a/lib/ultralight.js b/lib/ultralight.js
index <HASH>..<HASH> 100644
--- a/lib/ultralight.js
+++ b/lib/ultralight.js
@@ -195,7 +195,7 @@ ZkCxn.prototype.lock = function(name, txnId, callback) {
}
// Otherwise, wait for a notification for the pathname
// from ... | fix(zk locking): Refactor things to avoid creating double watches, possibly leaving an extra watch lingering. | rackerlabs_zk-ultralight | train |
31fb57cea8a0b154186568df113f96c61fbdbc96 | diff --git a/src/loaders/WorkerLoader.js b/src/loaders/WorkerLoader.js
index <HASH>..<HASH> 100644
--- a/src/loaders/WorkerLoader.js
+++ b/src/loaders/WorkerLoader.js
@@ -644,10 +644,8 @@ THREE.WorkerLoader.LoadingTask.prototype = {
this.workerSupport.run(
{
- // this is only applicable to OBJLoader
- //... | Started support for load & parse in worker | kaisalmen_WWOBJLoader | train |
7fdf410e6a758e7da52d6aea8d5cd77d9b11f4bb | diff --git a/noodles/serial/__init__.py b/noodles/serial/__init__.py
index <HASH>..<HASH> 100644
--- a/noodles/serial/__init__.py
+++ b/noodles/serial/__init__.py
@@ -2,7 +2,8 @@
from .pickle import registry as pickle
from .base import registry as base
from .as_dict import AsDict
+from .namedtuple import registry as... | add optional automatic namedtuple serialisation, not <I>% reliable, tests wether object is tuple and has `_fields` attribute. | NLeSC_noodles | train |
a013f02df2329fafc08f23cd623df6afa7471d20 | diff --git a/whisper/whisperv6/peer.go b/whisper/whisperv6/peer.go
index <HASH>..<HASH> 100644
--- a/whisper/whisperv6/peer.go
+++ b/whisper/whisperv6/peer.go
@@ -146,7 +146,9 @@ func (peer *Peer) handshake() error {
func (peer *Peer) update() {
// Start the tickers for the updates
expire := time.NewTicker(expirat... | whisper/whisperv6: fix peer time.Ticker leak (#<I>) | ethereum_go-ethereum | train |
87c724dff7e7223365bb5e380addb71445d3f9b7 | diff --git a/lib/pi_charts/config.rb b/lib/pi_charts/config.rb
index <HASH>..<HASH> 100644
--- a/lib/pi_charts/config.rb
+++ b/lib/pi_charts/config.rb
@@ -1,6 +1,13 @@
module PiCharts
+
+ # The Config class provides the interface to the config
+ # for a chart. This is basically the skeleton of the
+ # infromatio... | Config documentation, who would've guessed.
Totes didn’t even know I tried to add documentation to this. | picatz_Pi-Charts | train |
ed02508ce4910e0fbf05dbd815d82b07ce8a9fd2 | diff --git a/structr-ui/src/main/resources/structr/js/flows.js b/structr-ui/src/main/resources/structr/js/flows.js
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/resources/structr/js/flows.js
+++ b/structr-ui/src/main/resources/structr/js/flows.js
@@ -393,13 +393,20 @@ var _Flows = {
}
... | Allows renamed flow elements to adapt the proper path structure. | structr_structr | train |
fd91404d248736c2f06552fc0e00e15b4e874993 | diff --git a/modin/engines/python/pandas_on_python/axis_partition.py b/modin/engines/python/pandas_on_python/axis_partition.py
index <HASH>..<HASH> 100644
--- a/modin/engines/python/pandas_on_python/axis_partition.py
+++ b/modin/engines/python/pandas_on_python/axis_partition.py
@@ -105,7 +105,9 @@ def deploy_python_axi... | Fixed python backend to have correct aligned values (#<I>) | modin-project_modin | train |
d452f0ee6e46f5fb6693b58bafe109b91cfeff90 | diff --git a/progress/meter.go b/progress/meter.go
index <HASH>..<HASH> 100644
--- a/progress/meter.go
+++ b/progress/meter.go
@@ -23,7 +23,7 @@ type ProgressMeter struct {
currentBytes int64
skippedBytes int64
started int32
- estimatedFiles int
+ estimatedFiles int32
startTime ... | Reduce estimated bytes & files when skipping so completion easier to parse | git-lfs_git-lfs | train |
12af396e5181c0797f6f1d483c1fef9b42e6e3e2 | diff --git a/src/Illuminate/Console/Application.php b/src/Illuminate/Console/Application.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Console/Application.php
+++ b/src/Illuminate/Console/Application.php
@@ -188,7 +188,7 @@ class Application extends SymfonyApplication implements ApplicationContract
*/
... | Remove dot (#<I>)
Very minor consistency change, all other default option descriptions don't end with a dot | laravel_framework | train |
2548919042a9fcea92be8e3560f52f033b39744d | diff --git a/tasks/styles.js b/tasks/styles.js
index <HASH>..<HASH> 100644
--- a/tasks/styles.js
+++ b/tasks/styles.js
@@ -117,5 +117,5 @@ function processScssFile (scssPath) {
}
}
- logger.debug(result.stats)
+ // logger.debug(result.stats)
} | Reducing debug logging from styles.js | kunruch_mmpilot | train |
3a4a0595da64dc8875d84ba63033fc42f0eec1a5 | diff --git a/src/java/org/apache/cassandra/db/BinaryMemtable.java b/src/java/org/apache/cassandra/db/BinaryMemtable.java
index <HASH>..<HASH> 100644
--- a/src/java/org/apache/cassandra/db/BinaryMemtable.java
+++ b/src/java/org/apache/cassandra/db/BinaryMemtable.java
@@ -139,7 +139,7 @@ public class BinaryMemtable
... | use getTempFileName / closeRename to avoid problems w/ half-written sstables.
patch by jbellis; reviewed by Eric Evans for CASSANDRA-<I>
git-svn-id: <URL> | Stratio_stratio-cassandra | train |
fde39b9cecdbe90938288886e2d5c66f6d458e93 | diff --git a/Xlib/rdb.py b/Xlib/rdb.py
index <HASH>..<HASH> 100644
--- a/Xlib/rdb.py
+++ b/Xlib/rdb.py
@@ -387,8 +387,14 @@ class _Match(object):
self.skip = 1
self.db = dbs
- def __cmp__(self, other):
- return cmp(self.path, other.path)
+ def __lt__(self, other):
+ retur... | TestRDB.testParseAndQuery() from test_rdb.py was fixed for Py3 | python-xlib_python-xlib | train |
405141d63e1a23cb7dd7f57550a52c5d5773525d | diff --git a/reap_unix.go b/reap_unix.go
index <HASH>..<HASH> 100644
--- a/reap_unix.go
+++ b/reap_unix.go
@@ -44,10 +44,13 @@ func ReapChildren(pids PidCh, errors ErrorCh, done chan struct{}) {
switch err {
case nil:
// Got a child, clean this up and poll again.
- if pids != nil {
- pids <- pid
+ ... | Waits after polling and getting PID 0 back. | hashicorp_go-reap | train |
a44a171dadf2dfcb99cbe46fd4856be05d94241c | diff --git a/bin/src/runRollup.js b/bin/src/runRollup.js
index <HASH>..<HASH> 100644
--- a/bin/src/runRollup.js
+++ b/bin/src/runRollup.js
@@ -60,9 +60,8 @@ export default function runRollup ( command ) {
rollup.rollup({
entry: config,
onwarn: message => {
- // TODO use warning codes instead of this hacke... | update CLI to handle new warnings | rollup_rollup | train |
77b5b0bded45befed01c10891a81c50e9498e1a3 | diff --git a/lxd/network/network_interface.go b/lxd/network/network_interface.go
index <HASH>..<HASH> 100644
--- a/lxd/network/network_interface.go
+++ b/lxd/network/network_interface.go
@@ -11,7 +11,7 @@ import (
// Type represents an LXD network driver type.
type Type interface {
- fillConfig(config map[string]st... | lxd/network/network/interface: Exports FillConfig | lxc_lxd | train |
0eccc12de8c56e9f1cdda22e98eefba5a7fa43f1 | diff --git a/tests/Zumba/Util/Test/JsonSerializerTest.php b/tests/Zumba/Util/Test/JsonSerializerTest.php
index <HASH>..<HASH> 100644
--- a/tests/Zumba/Util/Test/JsonSerializerTest.php
+++ b/tests/Zumba/Util/Test/JsonSerializerTest.php
@@ -198,4 +198,15 @@ class JsonSerializerTest extends \PHPUnit_Framework_TestCase {
... | Added test case for unknown class when unserialize | zumba_json-serializer | train |
83eb1c94ea119c96740d7d7a693e69452d4d3867 | diff --git a/src/config/cdn.php b/src/config/cdn.php
index <HASH>..<HASH> 100755
--- a/src/config/cdn.php
+++ b/src/config/cdn.php
@@ -39,13 +39,21 @@ return [
'aws' => [
's3' => [
- 'access_key' => '',
- 'secret_key' => '',
+
+ 'credentials' =>... | add credentials node in the config file | Vinelab_cdn | train |
61a6b155048a29459f9733cafdca69a596ea3a79 | diff --git a/spec/controllers/home_controller_spec.rb b/spec/controllers/home_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/controllers/home_controller_spec.rb
+++ b/spec/controllers/home_controller_spec.rb
@@ -28,7 +28,7 @@ describe HomeController do
context "rollbar base_data" do
it 'should have... | github-<I>: pass the context argument to build_item | rollbar_rollbar-gem | train |
58ec8503f49e0fe0080c8dca8f8fd8e38c718d8b | diff --git a/fmn/lib/__init__.py b/fmn/lib/__init__.py
index <HASH>..<HASH> 100644
--- a/fmn/lib/__init__.py
+++ b/fmn/lib/__init__.py
@@ -86,6 +86,8 @@ def matches(filter, message, valid_paths, rule_cache, config):
return False
except Exception as e:
log.exception(e)
+ ... | If a rule throws an exception, then the match should fail.
This even happens sporadically, sometimes when FAS is unavailable and
the app needs to query FAS to figure out whose IRC nick is whose.
This should fix fedora-infra/fmn#<I> (at least, it is one of possibly
many causes). | fedora-infra_fmn.lib | train |
7be18a3d831267631e13e6e9c43e849b7a990801 | diff --git a/src/TreeGen/DirectEliminationTreeGen.php b/src/TreeGen/DirectEliminationTreeGen.php
index <HASH>..<HASH> 100644
--- a/src/TreeGen/DirectEliminationTreeGen.php
+++ b/src/TreeGen/DirectEliminationTreeGen.php
@@ -45,7 +45,7 @@ abstract class DirectEliminationTreeGen extends TreeGen
$fightersGroup = n... | change App:: to app()-> | xoco70_laravel-tournaments | train |
d23d64e3ab2c860663b87b851c9a3ae212e4be7e | diff --git a/src/includes/classes/Core/Utils/Debugging.php b/src/includes/classes/Core/Utils/Debugging.php
index <HASH>..<HASH> 100644
--- a/src/includes/classes/Core/Utils/Debugging.php
+++ b/src/includes/classes/Core/Utils/Debugging.php
@@ -330,6 +330,6 @@ class Debugging extends Classes\Core\Base\Core implements Int... | Update call to `uniqid()` | wpsharks_core | train |
61c0859f0df2b452014c9e2642d01b39a50888ee | diff --git a/src/consumer/__tests__/runner.spec.js b/src/consumer/__tests__/runner.spec.js
index <HASH>..<HASH> 100644
--- a/src/consumer/__tests__/runner.spec.js
+++ b/src/consumer/__tests__/runner.spec.js
@@ -67,7 +67,7 @@ describe('Consumer > Runner', () => {
runner.scheduleConsume = jest.fn()
await ... | refactor: rename scheduleFetch to scheduleConsume | tulios_kafkajs | train |
f922b357dc56f78c398c6cd055fbaa75eaffdbeb | diff --git a/tests/MoneyTest.php b/tests/MoneyTest.php
index <HASH>..<HASH> 100644
--- a/tests/MoneyTest.php
+++ b/tests/MoneyTest.php
@@ -61,7 +61,7 @@ class MoneyTest extends AbstractTestCase
['CUSTOM 0.428', BigRational::of('3/7'), new Currency('CUSTOM', 0, '', 3), null, RoundingMode::DOWN],
... | Fix tests for brick/math <I>
The BigNumber::of() factory method now accepts decimal numbers with an integral part and no fractional part, and vice versa. | brick_money | train |
145ce8a1e5e7d68f4f0e0a97d37bb03699509886 | diff --git a/plugins/tradingAdvisor/baseTradingMethod.js b/plugins/tradingAdvisor/baseTradingMethod.js
index <HASH>..<HASH> 100644
--- a/plugins/tradingAdvisor/baseTradingMethod.js
+++ b/plugins/tradingAdvisor/baseTradingMethod.js
@@ -328,13 +328,11 @@ Base.prototype.advice = function(newPosition, _candle) {
this.... | Fix issue with trade events being deferred too long | askmike_gekko | train |
d6583078755adc30fba7ae2326e5dd728d929d7a | diff --git a/peewee.py b/peewee.py
index <HASH>..<HASH> 100644
--- a/peewee.py
+++ b/peewee.py
@@ -1987,7 +1987,7 @@ def format_date_time(value, formats, post_process=None):
except ValueError:
pass
return value
-
+
class DateTimeColumn(Column):
db_field = 'datetime'
@@... | Fixing whitespace, adding a pre-commit hook hoping this won't be an
issue going forward | coleifer_peewee | train |
c4244f77609f4e5a1c95d4b8d4513118fd884deb | diff --git a/presto-main/src/main/java/com/facebook/presto/event/query/QueryMonitor.java b/presto-main/src/main/java/com/facebook/presto/event/query/QueryMonitor.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/event/query/QueryMonitor.java
+++ b/presto-main/src/main/java/com/faceboo... | Disable statistic computation for distributed plan in QueryMonitor
At the moment when queryCompletedEvent is called the transaction is gone, and it is
not possible to recompute the statistics. | prestodb_presto | train |
a58674f03fc846023e9efc934f2213ba6daa274e | diff --git a/lib/mdl/rules.rb b/lib/mdl/rules.rb
index <HASH>..<HASH> 100644
--- a/lib/mdl/rules.rb
+++ b/lib/mdl/rules.rb
@@ -19,3 +19,29 @@ rule "MD002", "First header should be a top level header" do
[first_header[:location]] unless first_header[:level] == 1
end
end
+
+rule "MD003", "Mixed header styles" do... | Add MD<I> rule for mixed header styles | markdownlint_markdownlint | train |
ff6ed5767adfdf3c29ecd3c0d267bec77f10ef5b | diff --git a/lib/github_changelog_generator/generator/entry.rb b/lib/github_changelog_generator/generator/entry.rb
index <HASH>..<HASH> 100644
--- a/lib/github_changelog_generator/generator/entry.rb
+++ b/lib/github_changelog_generator/generator/entry.rb
@@ -72,7 +72,7 @@ module GitHubChangelogGenerator
end
... | Fix not parsing body_only param for sections | github-changelog-generator_github-changelog-generator | train |
91c53bfaa0f203ca88b8349344aec97574c4c550 | diff --git a/proxy/round_tripper/proxy_round_tripper.go b/proxy/round_tripper/proxy_round_tripper.go
index <HASH>..<HASH> 100644
--- a/proxy/round_tripper/proxy_round_tripper.go
+++ b/proxy/round_tripper/proxy_round_tripper.go
@@ -4,6 +4,7 @@ import (
"io/ioutil"
"net"
"net/http"
+ "syscall"
"github.com/uber-... | Retry on connection reset by peer
[#<I>] | cloudfoundry_gorouter | train |
df020333b80d81dfaedddd7a3110a28f57c3ca23 | diff --git a/skitai/__init__.py b/skitai/__init__.py
index <HASH>..<HASH> 100644
--- a/skitai/__init__.py
+++ b/skitai/__init__.py
@@ -1,6 +1,6 @@
# 2014. 12. 9 by Hans Roh hansroh@gmail.com
-__version__ = "0.33.0a1"
+__version__ = "0.33.0a4"
version_info = tuple (map (lambda x: not x.isdigit () and x or int (x),... | fix log hook for http<I> | hansroh_skitai | train |
122fed7e5cda106ad55a90efa83c2effffdac814 | diff --git a/core/deliverservice/requester.go b/core/deliverservice/requester.go
index <HASH>..<HASH> 100644
--- a/core/deliverservice/requester.go
+++ b/core/deliverservice/requester.go
@@ -37,7 +37,7 @@ type blocksRequester struct {
func (b *blocksRequester) RequestBlocks(ledgerInfoProvider blocksprovider.LedgerInfo... | [FAB-<I>] Fix one misspelling of "legder" in Go code
I see no other such misspellings in the code base.
Change-Id: Iffb<I>e4c<I>eba<I>db<I>ed<I>bc4d<I>d | hyperledger_fabric | train |
53bffc4368ab0092c835258f33d8d5eb83764f82 | diff --git a/go/service/main.go b/go/service/main.go
index <HASH>..<HASH> 100644
--- a/go/service/main.go
+++ b/go/service/main.go
@@ -146,8 +146,6 @@ func (d *Service) Run() (err error) {
return
}
- d.updater = install.UpdaterStartTicker(d.G())
-
d.G().ExitCode, err = d.ListenLoopWithStopper(l)
return err | Disable updater in service temporarily (until it's ready) | keybase_client | train |
76932532b587f8f244767abbadc5d174df57018a | diff --git a/clients/web/src/views/widgets/HierarchyWidget.js b/clients/web/src/views/widgets/HierarchyWidget.js
index <HASH>..<HASH> 100644
--- a/clients/web/src/views/widgets/HierarchyWidget.js
+++ b/clients/web/src/views/widgets/HierarchyWidget.js
@@ -470,6 +470,14 @@ girder.views.HierarchyWidget = girder.View.exten... | Fixes #<I>. Safer checkbox menu behavior
When a user checks resources in the hierarchy widget, we now disable
the folder actions widget to make it hard to accidentally apply
actions to the parent folder rather than the checked resources. | girder_girder | train |
020d2e4c7c76e1cc1076a88420698948552a95d7 | diff --git a/src/Bogardo/Mailgun/Mailgun.php b/src/Bogardo/Mailgun/Mailgun.php
index <HASH>..<HASH> 100644
--- a/src/Bogardo/Mailgun/Mailgun.php
+++ b/src/Bogardo/Mailgun/Mailgun.php
@@ -53,7 +53,7 @@ class Mailgun {
/**
* Create a new Mailer instance.
*
- * @param \Illuminate\View\Environment $views
+ * @p... | Fixed a bug where attachments would remain in the object
refactoring | Bogardo_Mailgun | train |
74e8466275d8f14bca50060cc9106cebad43ae53 | diff --git a/IPython/html/tests/casperjs/test_cases/widgets.js b/IPython/html/tests/casperjs/test_cases/widgets.js
index <HASH>..<HASH> 100644
--- a/IPython/html/tests/casperjs/test_cases/widgets.js
+++ b/IPython/html/tests/casperjs/test_cases/widgets.js
@@ -79,6 +79,44 @@ casper.notebook_test(function () {
});
... | Added basic bool widget tests | jupyter-widgets_ipywidgets | train |
b0d29d52535d0baa8368c42dbfe788ec784cc268 | diff --git a/ev3devcmd.py b/ev3devcmd.py
index <HASH>..<HASH> 100644
--- a/ev3devcmd.py
+++ b/ev3devcmd.py
@@ -339,7 +339,7 @@ def main(argv=None):
parser_clean.set_defaults(func=cleanup)
# create the parser for the "clean" command
- parser_patch = subparsers.add_parser('patch', help='patch the ev3 for t... | change "patch" into "additions" because we are only adding to ev3dev
sdcard, and not patching.
Patching suggest there is a bug, but there isn't. | harcokuppens_thonny-ev3dev | train |
9c83b5f85cdb7c49cfe871d5aa020a3ffa14ef58 | diff --git a/HttpKernel/AbstractWellCommerceBundle.php b/HttpKernel/AbstractWellCommerceBundle.php
index <HASH>..<HASH> 100644
--- a/HttpKernel/AbstractWellCommerceBundle.php
+++ b/HttpKernel/AbstractWellCommerceBundle.php
@@ -43,5 +43,5 @@ abstract class AbstractWellCommerceBundle extends Bundle
$container->a... | Prepared StandardEditionBundle | WellCommerce_CoreBundle | train |
78e257c9e5ea13926dc6d70395b1fdee5977488f | diff --git a/Command/FilesCommand.php b/Command/FilesCommand.php
index <HASH>..<HASH> 100644
--- a/Command/FilesCommand.php
+++ b/Command/FilesCommand.php
@@ -50,6 +50,12 @@ class FilesCommand extends ModeratedCommand
'Run client requests in test mode.'
)
->addOption(
+ ... | LCP-<I> allow file payload send to skip schedule checks. | TheDMSGroup_mautic-contact-client | train |
bf38ffa62fc0014da3e03528e4dcfb7e5b5888ae | diff --git a/lxd/api_internal.go b/lxd/api_internal.go
index <HASH>..<HASH> 100644
--- a/lxd/api_internal.go
+++ b/lxd/api_internal.go
@@ -871,7 +871,7 @@ func internalImport(d *Daemon, r *http.Request) response.Response {
if containerErr == nil {
// Remove the storage volume db entry for the container since
//... | lxd/api/internal: Updates use of renamed functions | lxc_lxd | train |
c141091c64045dd0adcefe24c42571d9b3fd9cc1 | diff --git a/src/fields/field.js b/src/fields/field.js
index <HASH>..<HASH> 100644
--- a/src/fields/field.js
+++ b/src/fields/field.js
@@ -1,4 +1,5 @@
import { extend2 } from '../utils';
+import { generateDomain, getUniqueValues } from '../utils/domain-generator';
/**
* This is the base class of all the field type ... | Moved the getDomain api to the field class | chartshq_datamodel | train |
4167933e37b092f37f2d04b8acd2c5c8404f0e6a | diff --git a/examples/prometheus/prometheus.yaml b/examples/prometheus/prometheus.yaml
index <HASH>..<HASH> 100644
--- a/examples/prometheus/prometheus.yaml
+++ b/examples/prometheus/prometheus.yaml
@@ -314,6 +314,7 @@ objects:
- -tls-key=/etc/tls/private/tls.key
- -client-secret-file=/var/run/sec... | examples/prometheus: fix failing prometheus service discovery scrapes
- remove containerPort config from alertmanager and alertbuffer so that the prometheus
kube discovery doesn't try to scrape them
- allow unauthenticated access to /metrics path so alert buffer can be scraped
- minor whitespace fix | openshift_origin | train |
5c193023f7f8e228f8548192b22ff7a0dd9eb677 | diff --git a/distillery/distillery.moonshine.js b/distillery/distillery.moonshine.js
index <HASH>..<HASH> 100644
--- a/distillery/distillery.moonshine.js
+++ b/distillery/distillery.moonshine.js
@@ -141,19 +141,55 @@ var shine = shine || {};
Parser.prototype._readInteger = function () {
var b = this._readByte (t... | Old floating point calculation restored due to lack of compatibility in browsers. | gamesys_moonshine | train |
08964b9398f07454fa5b1f34ce9bd520ceeb3c9b | diff --git a/lib/image_processing/vips/processor.rb b/lib/image_processing/vips/processor.rb
index <HASH>..<HASH> 100644
--- a/lib/image_processing/vips/processor.rb
+++ b/lib/image_processing/vips/processor.rb
@@ -8,6 +8,10 @@ require "tempfile"
module ImageProcessing
module Vips
class Processor
+ # libv... | Avoid calculating default dimensions
We can just set the missing dimension to the largest number, which is
<I>,<I>,<I>. This is the official way. | janko_image_processing | train |
443558ca49b30be1266e06f957df0789776cdf8f | diff --git a/src/Psalm/Internal/Analyzer/StatementsAnalyzer.php b/src/Psalm/Internal/Analyzer/StatementsAnalyzer.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Internal/Analyzer/StatementsAnalyzer.php
+++ b/src/Psalm/Internal/Analyzer/StatementsAnalyzer.php
@@ -2022,6 +2022,50 @@ class StatementsAnalyzer extends Sourc... | Fix #<I> - resolve constant offset references | vimeo_psalm | train |
7f5e6137e64057ec076bdc03757cf51164506c26 | diff --git a/lib/lazy_resource/resource_queue.rb b/lib/lazy_resource/resource_queue.rb
index <HASH>..<HASH> 100644
--- a/lib/lazy_resource/resource_queue.rb
+++ b/lib/lazy_resource/resource_queue.rb
@@ -25,16 +25,24 @@ module LazyResource
def send_to_request_queue!
while(relation = @queue.pop)
- re... | If a collection is requested using POST or PUT, we need to make sure that the params are passed as JSON in the body, not as URL params | ahlatimer_lazy_resource | train |
61ccc54d8a76ff15b414934f5374bf73e9298fe9 | diff --git a/pyhsmm/internals/hsmm_states.py b/pyhsmm/internals/hsmm_states.py
index <HASH>..<HASH> 100644
--- a/pyhsmm/internals/hsmm_states.py
+++ b/pyhsmm/internals/hsmm_states.py
@@ -248,9 +248,10 @@ class HSMMStatesPython(_StatesBase):
self.messages_backwards() # NOTE: sets self._normalizer
r... | make hsmm mean field vlb work again (in some cases) | mattjj_pyhsmm | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.