diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/store/src/main/java/com/buschmais/jqassistant/core/store/impl/AbstractGraphStore.java b/store/src/main/java/com/buschmais/jqassistant/core/store/impl/AbstractGraphStore.java
index <HASH>..<HASH> 100644
--- a/store/src/main/java/com/buschmais/jqassistant/core/store/impl/AbstractGraphStore.java
+++ b/store/s... | #<I> rework artifact resolution in maven plugins |
diff --git a/lib/discordrb/webhooks/version.rb b/lib/discordrb/webhooks/version.rb
index <HASH>..<HASH> 100644
--- a/lib/discordrb/webhooks/version.rb
+++ b/lib/discordrb/webhooks/version.rb
@@ -1,7 +1,9 @@
# frozen_string_literal: true
# Webhook support for discordrb
-module Discordrb::Webhooks
- # The current ve... | :anchor: Declare the discordrb module separately in webhooks/version |
diff --git a/src/main/java/org/killbill/billing/client/KillBillClient.java b/src/main/java/org/killbill/billing/client/KillBillClient.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/killbill/billing/client/KillBillClient.java
+++ b/src/main/java/org/killbill/billing/client/KillBillClient.java
@@ -2,6 +2,7 @@
... | Update KillBillClient.java |
diff --git a/src/main/java/com/buschmais/jqassistant/scm/cli/task/AnalyzeTask.java b/src/main/java/com/buschmais/jqassistant/scm/cli/task/AnalyzeTask.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/buschmais/jqassistant/scm/cli/task/AnalyzeTask.java
+++ b/src/main/java/com/buschmais/jqassistant/scm/cli/task/An... | #<I> verify override of rule severities |
diff --git a/sbt-compiler-maven-plugin/src/main/java/com/google/code/sbt/compiler/plugin/SBTAddManagedSourcesMojo.java b/sbt-compiler-maven-plugin/src/main/java/com/google/code/sbt/compiler/plugin/SBTAddManagedSourcesMojo.java
index <HASH>..<HASH> 100644
--- a/sbt-compiler-maven-plugin/src/main/java/com/google/code/sbt... | Slightly improved javadoc comment. |
diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,5 +1,5 @@
//let baseURL = "http://svcs.ebay.com/services/search/FindingService/v1";
-let makeRequest = require('./request');
+let { makeRequest, base64Encode } = require('./request');
let urlObject = requi... | added base<I> encoding |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -82,7 +82,7 @@ setup( name='batman-package',
author_email = 'laura.kreidberg@gmail.com',
url = 'https://github.com/lkreidberg/batman',
packages =['batman'],
- license = ['GNU GPLv3'],
+ license = 'GNU GPLv3',
descripti... | setup.py: Fix pip install error in Python <I> due to license string |
diff --git a/lib/svtplay_dl/service/tv4play.py b/lib/svtplay_dl/service/tv4play.py
index <HASH>..<HASH> 100644
--- a/lib/svtplay_dl/service/tv4play.py
+++ b/lib/svtplay_dl/service/tv4play.py
@@ -104,7 +104,7 @@ class Tv4play(Service, OpenGraphThumbMixin):
janson2 = jansson["props"]["pageProps"]["initialApolloS... | tv4play: fix so find all episodes work |
diff --git a/mammoth/docx/__init__.py b/mammoth/docx/__init__.py
index <HASH>..<HASH> 100644
--- a/mammoth/docx/__init__.py
+++ b/mammoth/docx/__init__.py
@@ -50,14 +50,14 @@ def _read_comments(zip_file, body_readers):
def _read_document(zip_file, body_readers, notes, comments):
- file_relationships = _try_... | Rename file_relationships to package_relationships |
diff --git a/lib/emailMixin.js b/lib/emailMixin.js
index <HASH>..<HASH> 100644
--- a/lib/emailMixin.js
+++ b/lib/emailMixin.js
@@ -179,8 +179,10 @@ module.exports = function(self) {
}
var finalData = {};
- var baseUrl = self.options.baseUrl || req.baseUrl || (req.protocol + '://' + req.get('Host'))... | allow req.baseUrl to beat out the baseUrl option; we never set it, so assume it was set thoughtfully by a middleware dev and should be respected |
diff --git a/bugzilla/bug.py b/bugzilla/bug.py
index <HASH>..<HASH> 100644
--- a/bugzilla/bug.py
+++ b/bugzilla/bug.py
@@ -93,6 +93,10 @@ class _Bug(object):
"refresh(). This will be slow, if you want to avoid "
"this, properly use query/getbug include_fields.",
self.b... | bug: Comment about our use of refresh(fields=X) |
diff --git a/favorites/actions/toggleFavorites.js b/favorites/actions/toggleFavorites.js
index <HASH>..<HASH> 100644
--- a/favorites/actions/toggleFavorites.js
+++ b/favorites/actions/toggleFavorites.js
@@ -90,7 +90,7 @@ const removeFavorites = productId => (dispatch) => {
new PipelineRequest('deleteFavorites')
... | CON-<I> Users can remove items from their favorite list
- js doc and bugfix |
diff --git a/lib/gruff/base.rb b/lib/gruff/base.rb
index <HASH>..<HASH> 100644
--- a/lib/gruff/base.rb
+++ b/lib/gruff/base.rb
@@ -206,6 +206,9 @@ module Gruff
@raw_columns.freeze
@raw_rows.freeze
+ @scale = @columns / @raw_columns
+ @scale.freeze
+
@marker_count = nil
@maximum_v... | refactor: Freeze @scale as constant |
diff --git a/SingularityS3Uploader/src/main/java/com/hubspot/singularity/s3uploader/config/SingularityS3UploaderConfiguration.java b/SingularityS3Uploader/src/main/java/com/hubspot/singularity/s3uploader/config/SingularityS3UploaderConfiguration.java
index <HASH>..<HASH> 100644
--- a/SingularityS3Uploader/src/main/java... | add min 0 for uploader fields |
diff --git a/lib/chatwork/chatwork_error.rb b/lib/chatwork/chatwork_error.rb
index <HASH>..<HASH> 100644
--- a/lib/chatwork/chatwork_error.rb
+++ b/lib/chatwork/chatwork_error.rb
@@ -3,13 +3,15 @@ module ChatWork
class ChatWorkError < StandardError
def self.from_response(status, body)
+ # HTTP status 204... | Add code to solve <I> error.
<I> will occar when API has no results. |
diff --git a/activesupport/test/testing/file_fixtures_test.rb b/activesupport/test/testing/file_fixtures_test.rb
index <HASH>..<HASH> 100644
--- a/activesupport/test/testing/file_fixtures_test.rb
+++ b/activesupport/test/testing/file_fixtures_test.rb
@@ -1,5 +1,7 @@
require 'abstract_unit'
+require 'pathname'
+
cla... | Pathname might not be always initialized.
Require 'pathname' explicitly |
diff --git a/go/libkb/track.go b/go/libkb/track.go
index <HASH>..<HASH> 100644
--- a/go/libkb/track.go
+++ b/go/libkb/track.go
@@ -190,7 +190,7 @@ func (t TrackDiffNone) IsSameAsTracked() bool {
}
func (t TrackDiffNone) ToDisplayString() string {
- return "tracked"
+ return "followed"
}
func (t TrackDiffNone) ToD... | track -> follow (#<I>) |
diff --git a/lib/beaker-pe/install/pe_utils.rb b/lib/beaker-pe/install/pe_utils.rb
index <HASH>..<HASH> 100644
--- a/lib/beaker-pe/install/pe_utils.rb
+++ b/lib/beaker-pe/install/pe_utils.rb
@@ -223,6 +223,7 @@ module Beaker
# @option opts [String] :pe_ver Default PE version to install or upgrade to
... | (feature) Allow install methods to accept an interactive option
This pr adds logic to allow interactive options in Beaker. Although Beaker will not be able to successfully install without `-y`, there are and may be more cases where the installer is tested against interactive mode. |
diff --git a/spyder/plugins/ipythonconsole/widgets/client.py b/spyder/plugins/ipythonconsole/widgets/client.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/ipythonconsole/widgets/client.py
+++ b/spyder/plugins/ipythonconsole/widgets/client.py
@@ -750,6 +750,7 @@ class ClientWidget(QWidget, SaveHistoryMixin):
... | IPython console: Set focus to the console after hiding the loading page |
diff --git a/future/tests/test_bytes.py b/future/tests/test_bytes.py
index <HASH>..<HASH> 100644
--- a/future/tests/test_bytes.py
+++ b/future/tests/test_bytes.py
@@ -175,10 +175,10 @@ class TestBytes(unittest.TestCase):
self.assertEqual(2, bytes(b'AB:CD:E').find(b':'))
def test_rfind_not_found(self):
-... | Fix rfind tests in test_bytes |
diff --git a/gogs.go b/gogs.go
index <HASH>..<HASH> 100644
--- a/gogs.go
+++ b/gogs.go
@@ -14,7 +14,7 @@ import (
)
func Version() string {
- return "0.8.1"
+ return "0.8.2"
}
// Client represents a Gogs API client.
diff --git a/issue.go b/issue.go
index <HASH>..<HASH> 100644
--- a/issue.go
+++ b/issue.go
@@ -5... | issue: add field to indicate state when create |
diff --git a/library/SimplePie.php b/library/SimplePie.php
index <HASH>..<HASH> 100755
--- a/library/SimplePie.php
+++ b/library/SimplePie.php
@@ -1294,6 +1294,7 @@ class SimplePie
// Check absolute bare minimum requirements.
if (!extension_loaded('xml') || !extension_loaded('pcre'))
{
+ $this->error = 'XML ... | Error message when XML or PCRE extensions missing
The XML extension is not loaded by default on PHP7. Relevant to have the
reason of failure in the error message instead of returning an empty
error message.
<URL> |
diff --git a/src/Core/Router.php b/src/Core/Router.php
index <HASH>..<HASH> 100644
--- a/src/Core/Router.php
+++ b/src/Core/Router.php
@@ -212,6 +212,9 @@ class Router
switch ($method) {
// POST method
case HttpMethods::POST:
+ $postData = array_merge($_GET, $_POST);
+ ... | fix form/multipart post data in engine |
diff --git a/src/Kernel/Application.php b/src/Kernel/Application.php
index <HASH>..<HASH> 100755
--- a/src/Kernel/Application.php
+++ b/src/Kernel/Application.php
@@ -4,6 +4,7 @@ namespace Encore\Kernel;
use Encore\Container\Container;
use Symfony\Component\Debug\Debug;
+use Encore\Container\ServiceProvider;
us... | Fixes to registerProvider method |
diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/src/DependencyInjection/Configuration.php
+++ b/src/DependencyInjection/Configuration.php
@@ -41,8 +41,13 @@ class Configuration implements ConfigurationInterface
*/
public fun... | Use method_exists to provide compatibility with very old versions of Symfony. |
diff --git a/rejected/consumer.py b/rejected/consumer.py
index <HASH>..<HASH> 100644
--- a/rejected/consumer.py
+++ b/rejected/consumer.py
@@ -735,10 +735,12 @@ class PublishingConsumer(Consumer):
# Publish the message
self.logger.debug('Publishing message to %s:%s', exchange, routing_key)
- ... | Track publishing time by exchange and routing key |
diff --git a/src/config/bindings.php b/src/config/bindings.php
index <HASH>..<HASH> 100644
--- a/src/config/bindings.php
+++ b/src/config/bindings.php
@@ -5,7 +5,7 @@ return array(
* Register the processor binding.
* Default: 'Lablog\Lablog\Processor\MarkdownProcessor'
*/
- 'Lablog\Lablog\Processor... | Corrected spelling mistake, replaced parsedown with markdown. |
diff --git a/src/components/networked.js b/src/components/networked.js
index <HASH>..<HASH> 100644
--- a/src/components/networked.js
+++ b/src/components/networked.js
@@ -281,7 +281,9 @@ AFRAME.registerComponent('networked', {
return;
}
- if (this.data.owner !== entityData.owner && this.data.lastOwnerT... | add check in case both lastOwnerTime's are the same |
diff --git a/test/unit/FieldType/Slug/Generator/EntityPrePersistGeneratorTest.php b/test/unit/FieldType/Slug/Generator/EntityPrePersistGeneratorTest.php
index <HASH>..<HASH> 100644
--- a/test/unit/FieldType/Slug/Generator/EntityPrePersistGeneratorTest.php
+++ b/test/unit/FieldType/Slug/Generator/EntityPrePersistGenerat... | added phpcs comment to test |
diff --git a/pyoko/db/adapter/db_riak.py b/pyoko/db/adapter/db_riak.py
index <HASH>..<HASH> 100644
--- a/pyoko/db/adapter/db_riak.py
+++ b/pyoko/db/adapter/db_riak.py
@@ -62,7 +62,6 @@ class BlockSave(object):
key_list = list(set(Adapter.block_saved_keys))
indexed_obj_count = self.mdl.objects.filter(k... | removed leftover print statement
added more explicit error message for key found in solr but not in riak exception.
rref #<I> ref GH-<I> |
diff --git a/each.js b/each.js
index <HASH>..<HASH> 100644
--- a/each.js
+++ b/each.js
@@ -12,6 +12,7 @@ module.exports = function(items, ctx, fn) {
}
} else {
for (var key in items) {
+ if (!items.hasOwnProperty(key)) { continue }
fn.call(ctx, items[key], key)
}
} | Don't loop over inherited properties in each |
diff --git a/rAppid.js b/rAppid.js
index <HASH>..<HASH> 100644
--- a/rAppid.js
+++ b/rAppid.js
@@ -196,7 +196,7 @@
if (err) {
callback(err);
} else {
- applicationContext.createApplicationInstance(document, function (err, stage, application) {
+ ... | create application context with window instead of document |
diff --git a/EventListener/ConfigSubscriber.php b/EventListener/ConfigSubscriber.php
index <HASH>..<HASH> 100644
--- a/EventListener/ConfigSubscriber.php
+++ b/EventListener/ConfigSubscriber.php
@@ -149,7 +149,7 @@ class ConfigSubscriber extends CommonSubscriber
// $this->extendedFields = $this->leadModel-... | [ENG-<I>] fix model instance from lead to field |
diff --git a/src/main/java/graphql/introspection/Introspection.java b/src/main/java/graphql/introspection/Introspection.java
index <HASH>..<HASH> 100644
--- a/src/main/java/graphql/introspection/Introspection.java
+++ b/src/main/java/graphql/introspection/Introspection.java
@@ -408,6 +408,7 @@ public class Introspectio... | Add SUBSCRIPTION to __DirectiveLocation enum |
diff --git a/master/buildbot/test/unit/test_db_migrate_versions_018_add_sourcestampset.py b/master/buildbot/test/unit/test_db_migrate_versions_018_add_sourcestampset.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/test/unit/test_db_migrate_versions_018_add_sourcestampset.py
+++ b/master/buildbot/test/unit/test_db_... | actually create the indexes on buildsets in test setup |
diff --git a/core/src/main/java/com/orientechnologies/orient/core/type/tree/OMVRBTreeRID.java b/core/src/main/java/com/orientechnologies/orient/core/type/tree/OMVRBTreeRID.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/orientechnologies/orient/core/type/tree/OMVRBTreeRID.java
+++ b/core/src/main/java/com... | Fixed bug on OMVRBTreeRID: sometimes add was lazy and in case of db close could be not saved on disk |
diff --git a/discover/client.go b/discover/client.go
index <HASH>..<HASH> 100644
--- a/discover/client.go
+++ b/discover/client.go
@@ -205,7 +205,7 @@ func (s *ServiceSet) Unwatch(ch chan *ServiceUpdate) {
}
func (s *ServiceSet) Wait() (*ServiceUpdate, error) {
- updateCh := make(chan *ServiceUpdate, 1)
+ updateCh ... | discoverd: ran into race regarding bringCurrent. temp workaround until handled as separate issue |
diff --git a/tests/test_mixture_smoothing.py b/tests/test_mixture_smoothing.py
index <HASH>..<HASH> 100644
--- a/tests/test_mixture_smoothing.py
+++ b/tests/test_mixture_smoothing.py
@@ -23,3 +23,5 @@ class MS_Tester(unittest.TestCase):
0.0911574, 0.0911574]), array([1, 1, 1, 1])))
+if __name_... | adding if __name__=='__main__' to tests missing it |
diff --git a/lib/markdown/highlightLines.js b/lib/markdown/highlightLines.js
index <HASH>..<HASH> 100644
--- a/lib/markdown/highlightLines.js
+++ b/lib/markdown/highlightLines.js
@@ -39,7 +39,7 @@ module.exports = md => {
})
if (inRange) {
return {
- code: `<span class="highlighted-line"... | fix: highlight line issue for empty lines |
diff --git a/trezorlib/client.py b/trezorlib/client.py
index <HASH>..<HASH> 100644
--- a/trezorlib/client.py
+++ b/trezorlib/client.py
@@ -384,6 +384,11 @@ class ProtocolMixin(object):
return []
n = n.split('/')
+
+ # m/a/b/c => a/b/c
+ if n[0] == 'm':
+ n = n[1:]
+
... | trezorctl: accept also m/a/b/c as get_address path |
diff --git a/src/Form/EventListener/GenerateAddressFieldsSubscriber.php b/src/Form/EventListener/GenerateAddressFieldsSubscriber.php
index <HASH>..<HASH> 100644
--- a/src/Form/EventListener/GenerateAddressFieldsSubscriber.php
+++ b/src/Form/EventListener/GenerateAddressFieldsSubscriber.php
@@ -175,6 +175,7 @@ class Gen... | Add the PIN postal code type (used by India). |
diff --git a/BeforeQueryTrait.php b/BeforeQueryTrait.php
index <HASH>..<HASH> 100644
--- a/BeforeQueryTrait.php
+++ b/BeforeQueryTrait.php
@@ -7,6 +7,9 @@ trait BeforeQueryTrait
public static function find()
{
+ /**
+ * @var $obj ActiveRecord
+ */
$obj = new static;
... | Update BeforeQueryTrait.php
Fix error with models not support "soft delete" |
diff --git a/client/createReducer.js b/client/createReducer.js
index <HASH>..<HASH> 100644
--- a/client/createReducer.js
+++ b/client/createReducer.js
@@ -10,6 +10,9 @@ from '~routes/admin/authenticated/sidebar/community-settings/recipient/page'
// Reapop
import { reducer as notificationsReducer } from 'reapop'
+//... | chore(graphql): add reducer mode on apollo client |
diff --git a/lib/jss/api_object/self_servable.rb b/lib/jss/api_object/self_servable.rb
index <HASH>..<HASH> 100644
--- a/lib/jss/api_object/self_servable.rb
+++ b/lib/jss/api_object/self_servable.rb
@@ -177,10 +177,12 @@ module JSS
notifications_supported: :ssvc_and_nctr,
notification_reminders: true
... | jamf fixed the selfservice data for mac apps as of Jamf Pro <I> |
diff --git a/jsonpb/jsonpb.go b/jsonpb/jsonpb.go
index <HASH>..<HASH> 100644
--- a/jsonpb/jsonpb.go
+++ b/jsonpb/jsonpb.go
@@ -1116,6 +1116,8 @@ func (s mapKeys) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
func (s mapKeys) Less(i, j int) bool {
if k := s[i].Kind(); k == s[j].Kind() {
switch k {
+ case reflect.Str... | jsonpb: avoid copying string-valued map-keys (#<I>) |
diff --git a/connection.go b/connection.go
index <HASH>..<HASH> 100644
--- a/connection.go
+++ b/connection.go
@@ -534,7 +534,7 @@ func (cn *connection) updatePiecePriority(piece int) {
default:
panic(tpp)
}
- prio += piece
+ prio += piece / 2
cn.pieceRequestOrder.Set(piece, prio)
cn.updateRequests()
} | Reduce the impact of preferring earlier pieces
I think urgent pieces at the end of a torrent were getting fairly starved. |
diff --git a/src/main/java/nl/jqno/equalsverifier/AbstractDelegationChecker.java b/src/main/java/nl/jqno/equalsverifier/AbstractDelegationChecker.java
index <HASH>..<HASH> 100644
--- a/src/main/java/nl/jqno/equalsverifier/AbstractDelegationChecker.java
+++ b/src/main/java/nl/jqno/equalsverifier/AbstractDelegationChecke... | FindBugs: might ignore exception |
diff --git a/logfmt.go b/logfmt.go
index <HASH>..<HASH> 100644
--- a/logfmt.go
+++ b/logfmt.go
@@ -83,17 +83,8 @@ func writeBytesKey(buf *bytes.Buffer, b []byte) {
buf.Write(bytesNull)
return
}
- index := bytes.IndexFunc(b, invalidKey)
- if index < 0 {
- buf.Write(b)
- return
- }
- if index > 0 {
- buf.Write... | Remove unnecessary code in writeBytesKey |
diff --git a/lib/cisco_node_utils/snmpuser.rb b/lib/cisco_node_utils/snmpuser.rb
index <HASH>..<HASH> 100644
--- a/lib/cisco_node_utils/snmpuser.rb
+++ b/lib/cisco_node_utils/snmpuser.rb
@@ -241,7 +241,7 @@ module Cisco
# Retrieve password hashes
hashed_pw = SnmpUser.auth_password('dummy_user', @engin... | snmpuser: dummy_user var does not exist |
diff --git a/src/ConfigTrait.php b/src/ConfigTrait.php
index <HASH>..<HASH> 100644
--- a/src/ConfigTrait.php
+++ b/src/ConfigTrait.php
@@ -41,6 +41,7 @@ trait ConfigTrait
try {
$keys = func_get_args();
array_shift($keys);
+ \Assert\thatAll($keys)->string()->... | Assert that all keys are non-empty strings. |
diff --git a/TYPO3.Flow/Classes/Monitor/ChangeDetectionStrategy/F3_FLOW3_Monitor_ChangeDetectionStrategy_ModificationTime.php b/TYPO3.Flow/Classes/Monitor/ChangeDetectionStrategy/F3_FLOW3_Monitor_ChangeDetectionStrategy_ModificationTime.php
index <HASH>..<HASH> 100644
--- a/TYPO3.Flow/Classes/Monitor/ChangeDetectionStr... | FLOW3:
* small fix to "modification time" change detection strategy
* fixes php lint bus error along the way - see r<I> for a previous case of that
Original-Commit-Hash: 0fe<I>e3fdf<I>f4db4c<I>d2b8a<I>fecdb1 |
diff --git a/src/nls/ru/strings.js b/src/nls/ru/strings.js
index <HASH>..<HASH> 100644
--- a/src/nls/ru/strings.js
+++ b/src/nls/ru/strings.js
@@ -257,7 +257,7 @@ define({
"BASEURL_ERROR_SEARCH_DISALLOWED" : "Основной URL не может содержать такие параметры поиска как \"{0}\".",
"BASEURL_ERROR_HASH_DISALL... | UNKOWN -> UNKNOWN |
diff --git a/tests/unit/states/grains_test.py b/tests/unit/states/grains_test.py
index <HASH>..<HASH> 100644
--- a/tests/unit/states/grains_test.py
+++ b/tests/unit/states/grains_test.py
@@ -157,7 +157,7 @@ class GrainsTestCase(TestCase):
with patch.dict(grains.__opts__, {'test': True}):
with pa... | unit test update
grain value looks for list in assertion |
diff --git a/lib/behat/behat_base.php b/lib/behat/behat_base.php
index <HASH>..<HASH> 100644
--- a/lib/behat/behat_base.php
+++ b/lib/behat/behat_base.php
@@ -597,6 +597,11 @@ class behat_base extends Behat\MinkExtension\Context\RawMinkContext {
* @throws ExpectationException
*/
protected function resi... | MDL-<I> behat: Resize window only possible with javascript |
diff --git a/watchtower/wtclient/session_queue.go b/watchtower/wtclient/session_queue.go
index <HASH>..<HASH> 100644
--- a/watchtower/wtclient/session_queue.go
+++ b/watchtower/wtclient/session_queue.go
@@ -316,8 +316,8 @@ func (q *sessionQueue) drainBackups() {
// before attempting to dequeue any pending updates.
... | watchtower: fix linter errors |
diff --git a/lib/MwbExporter/Formatter/Doctrine2/Yaml/Model/Table.php b/lib/MwbExporter/Formatter/Doctrine2/Yaml/Model/Table.php
index <HASH>..<HASH> 100644
--- a/lib/MwbExporter/Formatter/Doctrine2/Yaml/Model/Table.php
+++ b/lib/MwbExporter/Formatter/Doctrine2/Yaml/Model/Table.php
@@ -281,11 +281,12 @@ class Table ext... | Merge model variables with its parent. |
diff --git a/test.php b/test.php
index <HASH>..<HASH> 100644
--- a/test.php
+++ b/test.php
@@ -5,10 +5,9 @@ echo '<pre>';
set_time_limit(300);
-require realpath(dirname(__FILE__)) . '/GameQ/Autoloader.php';
+require realpath(dirname(__FILE__)) . '/src/GameQ/Autoloader.php';
-
-$gq = new GameQ();
+$gq = new \Game... | Updated test file while building as example for others. |
diff --git a/tools/loggraphdiff/loggraphdiff.go b/tools/loggraphdiff/loggraphdiff.go
index <HASH>..<HASH> 100644
--- a/tools/loggraphdiff/loggraphdiff.go
+++ b/tools/loggraphdiff/loggraphdiff.go
@@ -49,11 +49,11 @@ func main() {
old, err := readGraph(os.Args[1])
if err != nil {
- log.Fatal("failed to read %s: %s... | tools/loggraphdiff: Fix vet warnings |
diff --git a/scripts/github/merge_dev_to_feature.py b/scripts/github/merge_dev_to_feature.py
index <HASH>..<HASH> 100644
--- a/scripts/github/merge_dev_to_feature.py
+++ b/scripts/github/merge_dev_to_feature.py
@@ -7,6 +7,7 @@ REPO_NAME=os.environ.get('REPOSITORY')
MASTER_NAME=os.environ.get('MASTER','dev')
USERNAME=... | Added support for passing a commit id from master branch for merge |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -18,7 +18,7 @@ function attachVirtuals(schema) {
var virtuals = [];
var keys = Object.keys(schema.virtuals);
for (var i = 0; i < keys.length; ++i) {
- if (!schema.virtuals[keys[i]].ref) {
+ if (!schema... | Fix for where 'ref' is in options |
diff --git a/automl/synth.py b/automl/synth.py
index <HASH>..<HASH> 100644
--- a/automl/synth.py
+++ b/automl/synth.py
@@ -26,7 +26,7 @@ versions = ["v1beta1"]
# Generate automl GAPIC layer
# ----------------------------------------------------------------------------
for version in versions:
- library = gapic.py... | Include protos in synth. (#<I>) |
diff --git a/functions.php b/functions.php
index <HASH>..<HASH> 100644
--- a/functions.php
+++ b/functions.php
@@ -1024,7 +1024,7 @@ function pods_shortcode ( $tags, $content = null ) {
if ( !empty( $pod ) ) {
$tags[ 'name' ] = get_post_type();
- $tags[ 'id' ] = get_the_ID... | Minor tweaks to shortcode slug/id handling |
diff --git a/lib/dynflow/rails/configuration.rb b/lib/dynflow/rails/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/dynflow/rails/configuration.rb
+++ b/lib/dynflow/rails/configuration.rb
@@ -168,7 +168,7 @@ module Dynflow
if remote?
false
else
- if defined?(::Sidekiq) && !S... | Properly detect which executor core to use
We used to check if `Sidekiq.options[:dynflow_executor]` is not nil, but in
rails this was being set after the world was initialized. That led to Parallel
core being used instead of Sidekiq one. |
diff --git a/kafka/codec.py b/kafka/codec.py
index <HASH>..<HASH> 100644
--- a/kafka/codec.py
+++ b/kafka/codec.py
@@ -2,6 +2,7 @@ import gzip
from io import BytesIO
import struct
+import six
from six.moves import xrange
_XERIAL_V1_HEADER = (-126, b'S', b'N', b'A', b'P', b'P', b'Y', 0, 1, 1)
@@ -100,10 +101,15 ... | Python3 does not support buffer -- use memoryview in snappy_decode |
diff --git a/lib/extras/liquid_view.rb b/lib/extras/liquid_view.rb
index <HASH>..<HASH> 100644
--- a/lib/extras/liquid_view.rb
+++ b/lib/extras/liquid_view.rb
@@ -11,16 +11,25 @@ class LiquidView
end
- def render(template, local_assigns)
+ def render(template, local_assigns_for_rails_less_than_2_1_0 = nil)
... | Enable rails <I>.x compaitibility by allowing the render method to accept an ActionView::Template object.
This seems to complete the earlier 'ugly hack' for rails <I>.x compatibility |
diff --git a/test/packages.test.js b/test/packages.test.js
index <HASH>..<HASH> 100644
--- a/test/packages.test.js
+++ b/test/packages.test.js
@@ -10,6 +10,7 @@ import {
DropzonesPackage,
EmphasisPackage,
FilePackage,
+ FindAndReplacePackage,
GridPackage,
GutterPackage,
HeadingPackage,
@@ -53,6 +54,7... | Test find and replace package importing. |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -244,12 +244,12 @@ function runMongoMigrate(direction, migrationEnd) {
function performMigration(direction, migrateTo) {
var db = require('./lib/db');
db.getConnection(dbConfig || require(cwd + path.sep + configFileNam... | don't try to use db connection if error is thrown
Currently, if there are issues connecting to mongo
db.migrationCollection is still called. If db is undefined, this will
raise an exception. Moving error conditional up, so that an error is
logged instead. |
diff --git a/src/inner-slider.js b/src/inner-slider.js
index <HASH>..<HASH> 100644
--- a/src/inner-slider.js
+++ b/src/inner-slider.js
@@ -401,6 +401,7 @@ export class InnerSlider extends React.Component {
changeSlide = (options, dontAnimate = false) => {
const spec = { ...this.props, ...this.state };
let ... | avoid slide change if it is already on the same slide |
diff --git a/src/modules/Parallax.js b/src/modules/Parallax.js
index <HASH>..<HASH> 100644
--- a/src/modules/Parallax.js
+++ b/src/modules/Parallax.js
@@ -84,10 +84,10 @@ class Parallax extends Component {
return true;
}
- componentDidUpdate(nextProps) {
- const { parent, bgImage, bgImageSrcSe... | fix: reference current this.props in cDU |
diff --git a/middleman-core/lib/middleman-core/renderers/coffee_script.rb b/middleman-core/lib/middleman-core/renderers/coffee_script.rb
index <HASH>..<HASH> 100644
--- a/middleman-core/lib/middleman-core/renderers/coffee_script.rb
+++ b/middleman-core/lib/middleman-core/renderers/coffee_script.rb
@@ -31,7 +31,9 @@ mod... | Catch JRuby/Coffee exception correctly |
diff --git a/modules/cms/controllers/Index.php b/modules/cms/controllers/Index.php
index <HASH>..<HASH> 100644
--- a/modules/cms/controllers/Index.php
+++ b/modules/cms/controllers/Index.php
@@ -162,15 +162,15 @@ class Index extends Controller
/*
* Extensibility
*/
- Event::fire('cms... | Fix cms.template.save event, should always pass the primary object as the first/second parameter.
This may be a breaking change for some, sorry about that. |
diff --git a/packages/net/csp/transports.js b/packages/net/csp/transports.js
index <HASH>..<HASH> 100644
--- a/packages/net/csp/transports.js
+++ b/packages/net/csp/transports.js
@@ -206,11 +206,8 @@ transports.xhr = Class(baseTransport, function(supr) {
} else if('onreadystatechange' in xhr) {
xhr.onreadystatec... | this line was accidently deleted in 3b<I>b7beb1d9ce<I> (mcarter) - fixes spinning loading indicators in webkit |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -147,7 +147,7 @@ function serveManifest(paths, opts, callback) {
watchers.push(watcher);
checkReady();
},
- catchupDelay: 500
+ catchupDelay: ('catchupDelay' in opts) ? opts['ca... | Allow opts to override the catchupDelay value |
diff --git a/lib/auger/request.rb b/lib/auger/request.rb
index <HASH>..<HASH> 100644
--- a/lib/auger/request.rb
+++ b/lib/auger/request.rb
@@ -1,7 +1,7 @@
module Auger
class Request
- attr_accessor :tests, :before_tests_proc, :response, :arg
+ attr_accessor :tests, :before_tests_proc, :arg
def self.... | no need for @response in request |
diff --git a/ccmlib/common.py b/ccmlib/common.py
index <HASH>..<HASH> 100644
--- a/ccmlib/common.py
+++ b/ccmlib/common.py
@@ -527,7 +527,7 @@ def get_version_from_build(install_dir=None, node_path=None):
def get_dse_version(install_dir):
for root, dirs, files in os.walk(install_dir):
for file in files:
... | added support to find version using new dse jar name format |
diff --git a/text_formatter.go b/text_formatter.go
index <HASH>..<HASH> 100644
--- a/text_formatter.go
+++ b/text_formatter.go
@@ -46,15 +46,22 @@ type TextFormatter struct {
// Enable logging the full timestamp when a TTY is attached instead of just
// the time passed since beginning of execution.
FullTimestamp ... | text_formatter: add field to disable sorting |
diff --git a/pkg/cmd/cli/cli.go b/pkg/cmd/cli/cli.go
index <HASH>..<HASH> 100644
--- a/pkg/cmd/cli/cli.go
+++ b/pkg/cmd/cli/cli.go
@@ -36,9 +36,8 @@ run new-app:
$ %[1]s new-app openshift/ruby-20-centos7~https://github.com/openshift/ruby-hello-world.git
This will create an application based on the Docker image 'o... | Fix docs of oc |
diff --git a/zechframework.php b/zechframework.php
index <HASH>..<HASH> 100755
--- a/zechframework.php
+++ b/zechframework.php
@@ -1,9 +1,6 @@
<?php
require __DIR__ . DIRECTORY_SEPARATOR . "vendor" . DIRECTORY_SEPARATOR . "autoload.php";
-error_reporting(E_ALL);
-ini_set('display_errors', 1);
-
// Define constants... | for now I removed the php init settings. best to leave the server configuration on the server. |
diff --git a/src/Request.php b/src/Request.php
index <HASH>..<HASH> 100644
--- a/src/Request.php
+++ b/src/Request.php
@@ -209,12 +209,11 @@ final class Request
/**
* Get all GET params.
- * @param bool $setNoneNull
* @return array
*/
- final public function getParams(bool $setNoneNull ... | Remove $setNoneNull options. |
diff --git a/go/engine/gpg_import_key.go b/go/engine/gpg_import_key.go
index <HASH>..<HASH> 100644
--- a/go/engine/gpg_import_key.go
+++ b/go/engine/gpg_import_key.go
@@ -149,7 +149,7 @@ func (e *GPGImportKeyEngine) Run(ctx *Context) (err error) {
break
}
}
- if duplicate {
+ if duplicate && !e.arg.OnlyImport ... | Fix `--only-import` of existing key in PGP select
Address one aspect of CORE-<I> |
diff --git a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/MultiLineJavaDocTypeReferenceProvider.java b/plugins/org.eclipse.xtext/src/org/eclipse/xtext/documentation/impl/MultiLineJavaDocTypeReferenceProvider.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/doc... | [Xbase] Fix problem in compiling JavaDoc |
diff --git a/api.php b/api.php
index <HASH>..<HASH> 100644
--- a/api.php
+++ b/api.php
@@ -1616,7 +1616,7 @@ class PHP_CRUD_API {
echo '{"swagger":"2.0",';
echo '"info":{';
echo '"title":"'.$database.'",';
- echo '"description":"API generated with [PHP_CRUD_API](https://github.com/mevdschee/php-crud-api)",';
... | Update project name in swagger output |
diff --git a/sllurp/llrp_proto.py b/sllurp/llrp_proto.py
index <HASH>..<HASH> 100644
--- a/sllurp/llrp_proto.py
+++ b/sllurp/llrp_proto.py
@@ -27,6 +27,8 @@ import logging
import struct
from collections import defaultdict
from binascii import hexlify
+from six import iteritems
+
from .util import BIT, BITMASK, func... | use iteritems from six |
diff --git a/lottie/src/main/java/com/airbnb/lottie/LottieAnimationView.java b/lottie/src/main/java/com/airbnb/lottie/LottieAnimationView.java
index <HASH>..<HASH> 100644
--- a/lottie/src/main/java/com/airbnb/lottie/LottieAnimationView.java
+++ b/lottie/src/main/java/com/airbnb/lottie/LottieAnimationView.java
@@ -136,7... | Prevent autoPlay from playing an animation before it is attached to a window
Fixes #<I> |
diff --git a/devices.js b/devices.js
index <HASH>..<HASH> 100755
--- a/devices.js
+++ b/devices.js
@@ -1193,10 +1193,10 @@ const devices = [
extend: hue.light_onoff_brightness_colortemp_colorxy,
},
{
- zigbeeModel: ['LCA002'],
+ zigbeeModel: ['LCA001', 'LCA002'],
model: '929002... | Added LCA<I> Philips Hue White and Ambiance E<I> (#<I>)
* Added LCA<I> Philips Hue White and Ambiance E<I>
* Added a space between LCA<I> and LCA<I> |
diff --git a/rest_framework_extensions/compat.py b/rest_framework_extensions/compat.py
index <HASH>..<HASH> 100644
--- a/rest_framework_extensions/compat.py
+++ b/rest_framework_extensions/compat.py
@@ -211,7 +211,10 @@ else:
# handle different QuerySet representations
def queryset_to_value_list(queryset):
- ass... | added python <I> compatibility for string/unicode comparison |
diff --git a/bcbio/pipeline/run_info.py b/bcbio/pipeline/run_info.py
index <HASH>..<HASH> 100644
--- a/bcbio/pipeline/run_info.py
+++ b/bcbio/pipeline/run_info.py
@@ -799,6 +799,8 @@ def _add_algorithm_defaults(algorithm):
Converts allowed multiple inputs into lists if specified as a single item.
Converts req... | Fix error caused by an empty algorithm in the config YAML.
Closes #<I>. |
diff --git a/js/jquery.mapael.js b/js/jquery.mapael.js
index <HASH>..<HASH> 100644
--- a/js/jquery.mapael.js
+++ b/js/jquery.mapael.js
@@ -317,12 +317,12 @@
options.text.attrs["text-anchor"] = textPosition.textAnchor;
elem.textElem = paper.text(textPosition.x, textPosition.y, options.text.content).attr(options.... | Bind event handlers before the binding of mouseover and mouseout events |
diff --git a/languagetool-dev/src/test/java/org/languagetool/dev/eval/LanguageDetectionEval.java b/languagetool-dev/src/test/java/org/languagetool/dev/eval/LanguageDetectionEval.java
index <HASH>..<HASH> 100644
--- a/languagetool-dev/src/test/java/org/languagetool/dev/eval/LanguageDetectionEval.java
+++ b/languagetool-... | add ngram path (commented out) |
diff --git a/src/main/java/com/github/jinahya/bit/io/BitIoConstraints.java b/src/main/java/com/github/jinahya/bit/io/BitIoConstraints.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/jinahya/bit/io/BitIoConstraints.java
+++ b/src/main/java/com/github/jinahya/bit/io/BitIoConstraints.java
@@ -98,7 +98,7 @@... | Fix wrong size constraint for char |
diff --git a/lib/luban/cli/version.rb b/lib/luban/cli/version.rb
index <HASH>..<HASH> 100644
--- a/lib/luban/cli/version.rb
+++ b/lib/luban/cli/version.rb
@@ -1,5 +1,5 @@
module Luban
module CLI
- VERSION = "0.4.4"
+ VERSION = "0.4.5"
end
end | bump up version to <I> |
diff --git a/segmentstore/server/src/main/java/io/pravega/segmentstore/server/reading/StreamSegmentReadIndex.java b/segmentstore/server/src/main/java/io/pravega/segmentstore/server/reading/StreamSegmentReadIndex.java
index <HASH>..<HASH> 100644
--- a/segmentstore/server/src/main/java/io/pravega/segmentstore/server/read... | Issue <I>: (SegmentStore) Logging the exception in StreamSegmentReadIndex.queueStorageRead (#<I>)
Fixed the error logging in StreamSegmentReadIndex.queueStorageRead to log the exception, not just the message. |
diff --git a/findspark.py b/findspark.py
index <HASH>..<HASH> 100644
--- a/findspark.py
+++ b/findspark.py
@@ -137,7 +137,10 @@ def init(spark_home=None, python_path=None, edit_rc=False, edit_profile=False):
# add pyspark to sys.path
spark_python = os.path.join(spark_home, 'python')
- py4j = glob(os.path... | Added descriptive error when py4j can't be found
Ran into this issue while attempting to use the library and got a "IndexError", this change makes it much more clear that something is probably wrong with the user's config of Spark, since py4j cannot be found (at least, this is what happened in my case, open to a more ... |
diff --git a/osbs/conf.py b/osbs/conf.py
index <HASH>..<HASH> 100644
--- a/osbs/conf.py
+++ b/osbs/conf.py
@@ -615,7 +615,7 @@ class Configuration(object):
continue
platform = section.split("platform:")[1]
platform_descriptor = {}
- logger.warning("user configuratio... | conf: fix errant comma in deprecation warnings |
diff --git a/tests/integ/test_training_compiler.py b/tests/integ/test_training_compiler.py
index <HASH>..<HASH> 100644
--- a/tests/integ/test_training_compiler.py
+++ b/tests/integ/test_training_compiler.py
@@ -32,6 +32,10 @@ def gpu_instance_type(request):
integ.test_region() not in integ.TRAINING_COMPILER_SUPPOR... | fix: integs for training compiler in non-PDX regions (#<I>) |
diff --git a/includes/functions.php b/includes/functions.php
index <HASH>..<HASH> 100644
--- a/includes/functions.php
+++ b/includes/functions.php
@@ -1483,6 +1483,13 @@ function yourls_salt( $string ) {
* 'var', 'value', $url
* If $url omitted, uses $_SERVER['REQUEST_URI']
*
+ * The result of this function ... | For hackers: add comment about preventing XSS |
diff --git a/changelogs/changelogs.py b/changelogs/changelogs.py
index <HASH>..<HASH> 100644
--- a/changelogs/changelogs.py
+++ b/changelogs/changelogs.py
@@ -21,7 +21,7 @@ def _load_custom_functions(vendor, name):
:return: dict, functions
"""
functions = {}
- filename = "{}.py".format(name)
+ file... | Make custom functions case insensitive.
Some packages prefer different kind of casing in their name. For example
`SQLAlchemy` instead of `sqlalchemy`. |
diff --git a/src/test/java/org/jooq/lambda/SeqTest.java b/src/test/java/org/jooq/lambda/SeqTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/jooq/lambda/SeqTest.java
+++ b/src/test/java/org/jooq/lambda/SeqTest.java
@@ -272,10 +272,15 @@ public class SeqTest {
Supplier<Tuple2<Seq<Integer>, Seq<Integ... | [#<I>] Added failing integration test |
diff --git a/lib/ember/version.rb b/lib/ember/version.rb
index <HASH>..<HASH> 100644
--- a/lib/ember/version.rb
+++ b/lib/ember/version.rb
@@ -6,8 +6,12 @@ module Ember
# we might want to unify this with the ember version string,
# but consistency?
def rubygems_version_string
- major, rc = VERSION.sub('-','... | Fix ember-source to handle non-RCs |
diff --git a/km3pipe/io/aanet.py b/km3pipe/io/aanet.py
index <HASH>..<HASH> 100644
--- a/km3pipe/io/aanet.py
+++ b/km3pipe/io/aanet.py
@@ -103,6 +103,7 @@ class AanetPump(Pump):
'MCHits': HitSeries.from_aanet(event.mc_hits, event.id),
'MCTracks': TrackSeries.from_aanet(... | try reading aanet non-mc tracks |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.