diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/icekit/api/base_tests.py b/icekit/api/base_tests.py
index <HASH>..<HASH> 100644
--- a/icekit/api/base_tests.py
+++ b/icekit/api/base_tests.py
@@ -20,6 +20,7 @@ Image = apps.get_model('icekit_plugins_image.Image')
class _BaseAPITestCase(APITestCase):
API_NAME = None # Set to reverse-able name for API... | #<I> Add test utility method to populate JSON data |
diff --git a/snapshot/lib/snapshot/version.rb b/snapshot/lib/snapshot/version.rb
index <HASH>..<HASH> 100644
--- a/snapshot/lib/snapshot/version.rb
+++ b/snapshot/lib/snapshot/version.rb
@@ -1,4 +1,4 @@
module Snapshot
- VERSION = "1.16.0".freeze
+ VERSION = "1.16.1".freeze
DESCRIPTION = "Automate taking localize... | [snapshot] Version bump
- Updated xcpretty dependency
- Updated spelling of _fastlane_ |
diff --git a/docs/simongesture.py b/docs/simongesture.py
index <HASH>..<HASH> 100644
--- a/docs/simongesture.py
+++ b/docs/simongesture.py
@@ -10,6 +10,7 @@
import random, sys, time, pygame, math, moosegesture
from pygame.locals import *
+from moosegesture import UP, UPRIGHT, RIGHT, DOWNRIGHT, DOWN,DOWNLEFT, LEFT, ... | Updated SimonGesture example to work with the moosegesture.py updates. |
diff --git a/Renderer.js b/Renderer.js
index <HASH>..<HASH> 100644
--- a/Renderer.js
+++ b/Renderer.js
@@ -207,7 +207,7 @@ Renderer.prototype.initNode = function (node) {
node._globalTransform = Mat4.create()
node._prevPosition = Vec3.copy(node.position)
- if (node.mesh) {
+ if (node.mesh || node.vertexArray)... | Renderer added vertexArray rendering |
diff --git a/django_freeradius/tests/base/test_models.py b/django_freeradius/tests/base/test_models.py
index <HASH>..<HASH> 100644
--- a/django_freeradius/tests/base/test_models.py
+++ b/django_freeradius/tests/base/test_models.py
@@ -187,7 +187,7 @@ class BaseTestRadiusGroup(object):
self.fail('ProtectedE... | [qa] Minor cleanup in test (1 > True) |
diff --git a/pyramid_webassets/__init__.py b/pyramid_webassets/__init__.py
index <HASH>..<HASH> 100644
--- a/pyramid_webassets/__init__.py
+++ b/pyramid_webassets/__init__.py
@@ -65,8 +65,15 @@ class PyramidResolver(Resolver):
except ValueError as e:
if ':' in item:
e.message += '... | Allow render() to be called on a bundle outside of a request |
diff --git a/src/cli/cms/editor/index.js b/src/cli/cms/editor/index.js
index <HASH>..<HASH> 100755
--- a/src/cli/cms/editor/index.js
+++ b/src/cli/cms/editor/index.js
@@ -20,6 +20,7 @@ import {
printInput,
getAttributes,
getLabel,
+ hint,
createInputSource,
createInputRich,
createInputFile,
@@ -58,6 +59,7 @... | enhancement: exposing the hint function to abe |
diff --git a/src/scripts/dataset/dataset.store.js b/src/scripts/dataset/dataset.store.js
index <HASH>..<HASH> 100644
--- a/src/scripts/dataset/dataset.store.js
+++ b/src/scripts/dataset/dataset.store.js
@@ -647,7 +647,7 @@ let datasetStore = Reflux.createStore({
this.updateDirectoryState(co... | Fix issue with adding files to base directory of a dataset. |
diff --git a/scripts/test-isolated.js b/scripts/test-isolated.js
index <HASH>..<HASH> 100755
--- a/scripts/test-isolated.js
+++ b/scripts/test-isolated.js
@@ -95,6 +95,7 @@ globby(patterns).then(paths => {
FORCE_COLOR: '1',
HOME: process.env.HOME,
PATH: process.env.PATH,
+ TMPDIR: proc... | Ensure to expose TMPDIR to nested processes |
diff --git a/lib/dynamic_image/model/dimensions.rb b/lib/dynamic_image/model/dimensions.rb
index <HASH>..<HASH> 100644
--- a/lib/dynamic_image/model/dimensions.rb
+++ b/lib/dynamic_image/model/dimensions.rb
@@ -21,17 +21,14 @@ module DynamicImage
private
- def null_vector
- Vector2d.new(0, 0)
- ... | Don't leave crap laying around |
diff --git a/bin/run.js b/bin/run.js
index <HASH>..<HASH> 100755
--- a/bin/run.js
+++ b/bin/run.js
@@ -178,6 +178,9 @@ const results = zip(pool, tests).pipe(
);
const emitter = new ResultsEmitter(results);
+emitter.on('fail', function () {
+ process.exitCode = 1;
+});
reporter(emitter, reporterOpts);
function ... | feat: set exitCode to 1 when a test fails |
diff --git a/src/vis/vis.js b/src/vis/vis.js
index <HASH>..<HASH> 100644
--- a/src/vis/vis.js
+++ b/src/vis/vis.js
@@ -428,19 +428,24 @@ var Vis = View.extend({
});
if (!options.skipMapInstantiation) {
- this.instantiateMap();
+ this._instantiateMap();
}
return this;
},
- instant... | Improve map instantiation mechanism
Make the public method to not require any argument, and explain what
it’s intended for. |
diff --git a/activesupport/test/core_ext/kernel_test.rb b/activesupport/test/core_ext/kernel_test.rb
index <HASH>..<HASH> 100644
--- a/activesupport/test/core_ext/kernel_test.rb
+++ b/activesupport/test/core_ext/kernel_test.rb
@@ -49,19 +49,3 @@ class KernelSuppressTest < ActiveSupport::TestCase
suppress(LoadError... | Unused class for testing since <I>da<I>d<I>f8cfa<I>b<I>b4a<I> |
diff --git a/src/Smf/Menu/Renderer/BootstrapNavRenderer.php b/src/Smf/Menu/Renderer/BootstrapNavRenderer.php
index <HASH>..<HASH> 100644
--- a/src/Smf/Menu/Renderer/BootstrapNavRenderer.php
+++ b/src/Smf/Menu/Renderer/BootstrapNavRenderer.php
@@ -77,7 +77,8 @@ class BootstrapNavRenderer extends ListRenderer
if... | skipping null result, when the item should not be displayed
adding $result->class to null creates StdClass silently, yields error
later in the code |
diff --git a/src/qinfer/resamplers.py b/src/qinfer/resamplers.py
index <HASH>..<HASH> 100644
--- a/src/qinfer/resamplers.py
+++ b/src/qinfer/resamplers.py
@@ -203,6 +203,6 @@ class LiuWestResampler(object):
# particles represent the information that used to be stored in the
# weights. This is done by ... | Fixed problem w/ most recent merge. |
diff --git a/hugolib/site.go b/hugolib/site.go
index <HASH>..<HASH> 100644
--- a/hugolib/site.go
+++ b/hugolib/site.go
@@ -81,10 +81,10 @@ func (site *Site) Render() {
site.timer.Step("render and write indexes")
site.RenderLists()
site.timer.Step("render and write lists")
- site.RenderPages()
- site.timer.Step("r... | rendering shortcodes earlier for better performance |
diff --git a/karma.conf.ci.js b/karma.conf.ci.js
index <HASH>..<HASH> 100644
--- a/karma.conf.ci.js
+++ b/karma.conf.ci.js
@@ -61,19 +61,19 @@ module.exports = function (config) {
browserName: 'internet explorer',
platform: 'Windows 8.1',
version: '11'
- }
+ },
... | Add IE9 to CI. |
diff --git a/lib/curation_concerns/version.rb b/lib/curation_concerns/version.rb
index <HASH>..<HASH> 100644
--- a/lib/curation_concerns/version.rb
+++ b/lib/curation_concerns/version.rb
@@ -1,3 +1,3 @@
module CurationConcerns
- VERSION = "1.1.2".freeze
+ VERSION = "1.2.0".freeze
end | Bump to version <I> |
diff --git a/app/models/manager_refresh/inventory_collection_default.rb b/app/models/manager_refresh/inventory_collection_default.rb
index <HASH>..<HASH> 100644
--- a/app/models/manager_refresh/inventory_collection_default.rb
+++ b/app/models/manager_refresh/inventory_collection_default.rb
@@ -72,6 +72,24 @@ class Mana... | Allowing OperatingSystem for CloudManager graph refresh
Allowing OperatingSystem for CloudManager graph refresh
Partially fixes BZ:
<URL> |
diff --git a/src/main/java/ca/jeb/common/gpb/ProtobufSerialization.java b/src/main/java/ca/jeb/common/gpb/ProtobufSerialization.java
index <HASH>..<HASH> 100644
--- a/src/main/java/ca/jeb/common/gpb/ProtobufSerialization.java
+++ b/src/main/java/ca/jeb/common/gpb/ProtobufSerialization.java
@@ -85,7 +85,7 @@ public clas... | Assign value from the other serializer
Assign value from the other serializer |
diff --git a/classes/Gems/Tracker/Respondent.php b/classes/Gems/Tracker/Respondent.php
index <HASH>..<HASH> 100644
--- a/classes/Gems/Tracker/Respondent.php
+++ b/classes/Gems/Tracker/Respondent.php
@@ -508,7 +508,11 @@ class Gems_Tracker_Respondent extends \Gems_Registry_TargetAbstract
$respTr... | Restore tokens with same code when restioring a respondent
When the respondent code was not assigned to a track, the tokens for that track were not restored when restoring the respondent. |
diff --git a/Kwf/Validate/NoTags.php b/Kwf/Validate/NoTags.php
index <HASH>..<HASH> 100644
--- a/Kwf/Validate/NoTags.php
+++ b/Kwf/Validate/NoTags.php
@@ -10,16 +10,17 @@ class Kwf_Validate_NoTags extends Zend_Validate_Abstract
public function isValid($value)
{
- if (!$value) return true;
+ $r... | NoTagsValidator: recursively check value if array
This should also work for custom columnDEserialiser |
diff --git a/Kwf/Auth/Adapter/Service.php b/Kwf/Auth/Adapter/Service.php
index <HASH>..<HASH> 100644
--- a/Kwf/Auth/Adapter/Service.php
+++ b/Kwf/Auth/Adapter/Service.php
@@ -117,7 +117,7 @@ class Kwf_Auth_Adapter_Service implements Zend_Auth_Adapter_Interface
private function _getCacheId()
{
- retur... | Escape cacheId correctly
REMOTE_ADDR can contain multiple ip adresses separated with ', ' (if set by a proxy) |
diff --git a/lib/punchblock/call.rb b/lib/punchblock/call.rb
index <HASH>..<HASH> 100644
--- a/lib/punchblock/call.rb
+++ b/lib/punchblock/call.rb
@@ -4,12 +4,20 @@ module Punchblock
# This class represents an active Ozone call
#
class Call
- attr_accessor :id
+ attr_accessor :id, :to, :headers
de... | Ensure all headers have lowercase symbols for names |
diff --git a/builder/builder-next/executor_unix.go b/builder/builder-next/executor_unix.go
index <HASH>..<HASH> 100644
--- a/builder/builder-next/executor_unix.go
+++ b/builder/builder-next/executor_unix.go
@@ -15,6 +15,7 @@ import (
"github.com/moby/buildkit/solver/pb"
"github.com/moby/buildkit/util/network"
spe... | builder: delete sandbox in a goroutine for performance |
diff --git a/app/Gruntfile.js b/app/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/app/Gruntfile.js
+++ b/app/Gruntfile.js
@@ -124,7 +124,7 @@ module.exports = function (grunt) {
},
src: [
'<%= config.node %>/promise-polyfill/dist/polyfill.min.js',
- ... | JBEAP-<I>: Use 'fetch.umd.js' as polyfill |
diff --git a/lib/capybara/spec/session/has_current_path_spec.rb b/lib/capybara/spec/session/has_current_path_spec.rb
index <HASH>..<HASH> 100644
--- a/lib/capybara/spec/session/has_current_path_spec.rb
+++ b/lib/capybara/spec/session/has_current_path_spec.rb
@@ -37,8 +37,24 @@ Capybara::SpecHelper.spec '#has_current_pa... | Add tests for current_path matcher |
diff --git a/salt/states/environ.py b/salt/states/environ.py
index <HASH>..<HASH> 100644
--- a/salt/states/environ.py
+++ b/salt/states/environ.py
@@ -6,25 +6,24 @@ of the current salt process.
# Import python libs
import os
-import logging
# Import salt libs
from salt._compat import string_types
from salt.exc... | Lint fixes.
* No need to define and return `__virtualname__` if not renaming the module. In this case, just return `True`.
* Don't shaddow the buil-in `set`
* Removed logging since it's not being used |
diff --git a/lib/init/javascript.js b/lib/init/javascript.js
index <HASH>..<HASH> 100644
--- a/lib/init/javascript.js
+++ b/lib/init/javascript.js
@@ -149,7 +149,7 @@ exportables.createSampleProgram = () => {
}
fs.copy(path.join(resources, filename), filename, () => {
- log.info('Wrote "Hello Wor... | Reorder t2 init to copy all of the pre-made files first. |
diff --git a/Classes/Netlogix/JsonApiOrg/Property/TypeConverter/SchemaResource/ResourceConverter.php b/Classes/Netlogix/JsonApiOrg/Property/TypeConverter/SchemaResource/ResourceConverter.php
index <HASH>..<HASH> 100644
--- a/Classes/Netlogix/JsonApiOrg/Property/TypeConverter/SchemaResource/ResourceConverter.php
+++ b/C... | ResourceConverter should rely on strings instead of identity array |
diff --git a/lib/uv-rays/connection.rb b/lib/uv-rays/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/uv-rays/connection.rb
+++ b/lib/uv-rays/connection.rb
@@ -14,7 +14,7 @@ module UV
tcp.start_read
end
else
- tcp.reactor.lookup(server).then(
+ tcp.rea... | (connection) to use promises
by default this is now a co-routine |
diff --git a/inlineplz/linters/__init__.py b/inlineplz/linters/__init__.py
index <HASH>..<HASH> 100644
--- a/inlineplz/linters/__init__.py
+++ b/inlineplz/linters/__init__.py
@@ -88,6 +88,7 @@ TRUSTED_INSTALL = [
[sys.executable, '-m', 'pip', 'install', '-e', '.'],
[sys.executable, '-m', 'pip', 'install', '-r... | install requirements-dev (#<I>) |
diff --git a/src/Task/GitHubTasks.php b/src/Task/GitHubTasks.php
index <HASH>..<HASH> 100644
--- a/src/Task/GitHubTasks.php
+++ b/src/Task/GitHubTasks.php
@@ -3,7 +3,6 @@
namespace Droath\ProjectX\Task;
use Droath\RoboGitHub\Task\loadTasks as loadGitHubTasks;
-use Robo\Common\IO;
use Symfony\Component\Console\Help... | GH-<I>: Fix PHP strict warning in Github tasks. |
diff --git a/babelapi/data_type.py b/babelapi/data_type.py
index <HASH>..<HASH> 100644
--- a/babelapi/data_type.py
+++ b/babelapi/data_type.py
@@ -788,3 +788,5 @@ def is_timestamp_type(data_type):
return isinstance(data_type, Timestamp)
def is_union_type(data_type):
return isinstance(data_type, Union)
+def i... | Add some utility functions to babel
Reviewed By: kelkabany |
diff --git a/chess/engine.py b/chess/engine.py
index <HASH>..<HASH> 100644
--- a/chess/engine.py
+++ b/chess/engine.py
@@ -60,18 +60,7 @@ except ImportError:
return loop.run_until_complete(main)
finally:
try:
- pending = _all_tasks(loop)
- loop.run_until_... | Python <I>: Ignore exceptions from pending tasks |
diff --git a/src/TableColumn/Delete.php b/src/TableColumn/Delete.php
index <HASH>..<HASH> 100644
--- a/src/TableColumn/Delete.php
+++ b/src/TableColumn/Delete.php
@@ -20,15 +20,16 @@ class Delete extends Generic
$this->table->app->terminate($reload->renderJSON());
});
+ }
+
+ public functi... | perform on execution later, as it relies on table's url() |
diff --git a/internal/http/server.go b/internal/http/server.go
index <HASH>..<HASH> 100644
--- a/internal/http/server.go
+++ b/internal/http/server.go
@@ -90,7 +90,7 @@ func (srv *Server) Start(ctx context.Context) (err error) {
if atomic.LoadUint32(&srv.inShutdown) != 0 {
// To indicate disable keep-alives
... | fix: server in shutdown should return <I> instead of <I> (#<I>)
various situations where the client is retrying the request
server going through shutdown might incorrectly send <I>
which is a non-retriable error, this PR allows for clients
when they retry an attempt to go to another healthy pod
or server in a dist... |
diff --git a/src/java/voldemort/serialization/avro/versioned/AvroVersionedGenericSerializer.java b/src/java/voldemort/serialization/avro/versioned/AvroVersionedGenericSerializer.java
index <HASH>..<HASH> 100644
--- a/src/java/voldemort/serialization/avro/versioned/AvroVersionedGenericSerializer.java
+++ b/src/java/vold... | fixed try catch in versioned avro serializer |
diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -38,6 +38,9 @@ module.exports = function (config) {
logLevel: 'INFO',
+ // Default is 1000 but we can run into rate limit issues so bump it up to 10k
+ pollingTimeout: 10000,
+
// run th... | Stay within Browserstack rate limits
BrowserStack dev recommended we increase the time between polls for test status to
decrease the number of API calls we make. |
diff --git a/Jakefile.js b/Jakefile.js
index <HASH>..<HASH> 100644
--- a/Jakefile.js
+++ b/Jakefile.js
@@ -172,7 +172,7 @@ task('test', ['lint:spec'], function () {
}, {async: true})
var pkg = new jake.PackageTask('EpicEditor', 'v' + VERSION, function () {
- var fileList = [ 'epiceditor']
+ var fileList = [ 'epic... | hack for Jake traversal handling in pkg task |
diff --git a/pervert/models.py b/pervert/models.py
index <HASH>..<HASH> 100644
--- a/pervert/models.py
+++ b/pervert/models.py
@@ -99,8 +99,24 @@ class Editor(Model):
def get_uuid():
return uuid.uuid4().hex
+class UUIDField(CharField):
+
+ def __init__(self, *args, **kwargs):
+ kwargs["max_length"] = ... | Fix bug that threw an error when saving a form with inlines, had to create a UUIDField for that. |
diff --git a/cmd/influxd/upgrade/upgrade.go b/cmd/influxd/upgrade/upgrade.go
index <HASH>..<HASH> 100644
--- a/cmd/influxd/upgrade/upgrade.go
+++ b/cmd/influxd/upgrade/upgrade.go
@@ -357,8 +357,10 @@ func runUpgradeE(*cobra.Command, []string) error {
options.source.walDir = v1Config.Data.WALDir
options.source.dbU... | fix(upgrade): add DB URL to log message at end up upgrade (#<I>) |
diff --git a/src/js/TextFields/TextField.js b/src/js/TextFields/TextField.js
index <HASH>..<HASH> 100644
--- a/src/js/TextFields/TextField.js
+++ b/src/js/TextFields/TextField.js
@@ -403,16 +403,6 @@ export default class TextField extends PureComponent {
};
}
- componentWillMount() {
- const { value, defa... | Removed the calcWidth in willMount for TextField
There is no point in doing the willMount checl for resizing width and
should wait until fully mounted to have access to the DOM nodes anyways. |
diff --git a/GEOparse/GEOparse.py b/GEOparse/GEOparse.py
index <HASH>..<HASH> 100755
--- a/GEOparse/GEOparse.py
+++ b/GEOparse/GEOparse.py
@@ -305,7 +305,13 @@ def parse_GDS_columns(lines, subsets):
subset_ids = defaultdict(dict)
for subsetname, subset in iteritems(subsets):
for expid in subset.metad... | fix: #<I> Roll back to subset type check |
diff --git a/lib/ews/connection.rb b/lib/ews/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/ews/connection.rb
+++ b/lib/ews/connection.rb
@@ -26,6 +26,8 @@ class Viewpoint::EWS::Connection
# @example https://<site>/ews/Exchange.asmx
# @param [Hash] opts Misc config options (mostly for developement)
# @o... | Add ability to override HTTPClient#receive_timeout |
diff --git a/php/WP_CLI/Runner.php b/php/WP_CLI/Runner.php
index <HASH>..<HASH> 100644
--- a/php/WP_CLI/Runner.php
+++ b/php/WP_CLI/Runner.php
@@ -421,8 +421,7 @@ class Runner {
$pre_cmd = getenv( 'WP_CLI_SSH_PRE_CMD' );
if ( $pre_cmd ) {
- $message = WP_CLI::colorize( "%yWP_CLI_SSH_PRE_CMD found, executing t... | Use warning instead of colorize to fix warning output |
diff --git a/structr-core/src/main/java/org/structr/core/graph/GraphObjectModificationState.java b/structr-core/src/main/java/org/structr/core/graph/GraphObjectModificationState.java
index <HASH>..<HASH> 100644
--- a/structr-core/src/main/java/org/structr/core/graph/GraphObjectModificationState.java
+++ b/structr-core/... | Modified GraphObjectModificationState to clear permission path cache only on actual
changes to the path. |
diff --git a/DrdPlus/Codes/Properties/CharacteristicForGameCode.php b/DrdPlus/Codes/Properties/CharacteristicForGameCode.php
index <HASH>..<HASH> 100644
--- a/DrdPlus/Codes/Properties/CharacteristicForGameCode.php
+++ b/DrdPlus/Codes/Properties/CharacteristicForGameCode.php
@@ -14,7 +14,7 @@ class CharacteristicForGame... | fix: Defense number against shooting renamed |
diff --git a/docs/Router.js b/docs/Router.js
index <HASH>..<HASH> 100644
--- a/docs/Router.js
+++ b/docs/Router.js
@@ -244,7 +244,7 @@ const RoutersContainer = withRouter(({ history, location, ...props }) => {
<Switch>
{getRoutes()}
</Switch>
- <ScrollToTop showUnder={160} style={{ b... | doc: Change scroll to top style. |
diff --git a/code/CMSBatchAction.php b/code/CMSBatchAction.php
index <HASH>..<HASH> 100644
--- a/code/CMSBatchAction.php
+++ b/code/CMSBatchAction.php
@@ -76,7 +76,7 @@ abstract class CMSBatchAction
);
}
- return Convert::raw2json($status);
+ return json_encode($status);
}
... | FIX Replace usage of Convert JSON methods with json_encode and json_decode |
diff --git a/d1_common_python/src/d1_common/__init__.py b/d1_common_python/src/d1_common/__init__.py
index <HASH>..<HASH> 100644
--- a/d1_common_python/src/d1_common/__init__.py
+++ b/d1_common_python/src/d1_common/__init__.py
@@ -20,7 +20,7 @@
'''Shared code for DataONE Python libraries
'''
-__version__ = "1.1.2"
... | Updated version number to show that this is an RC. |
diff --git a/lib/scripts/directive.js b/lib/scripts/directive.js
index <HASH>..<HASH> 100644
--- a/lib/scripts/directive.js
+++ b/lib/scripts/directive.js
@@ -76,7 +76,6 @@
if (!$scope.colorMouse && !$scope.hueMouse && !$scope.opacityMouse && $scope.find(event.target).length === 0) {
... | Don't trigger digest cycle as $scope.hide already triggers one |
diff --git a/bridgesupport.js b/bridgesupport.js
index <HASH>..<HASH> 100644
--- a/bridgesupport.js
+++ b/bridgesupport.js
@@ -122,10 +122,9 @@ function bridgesupport (fw, _global) {
case 'constant':
(function (name, type) {
_global.__defineGetter__(name, function () {
- var ptr = ... | The Constant getter cannot be cached after 1 call.
The value can and probably will change throughout the lifetime of the program,
and if the NULL pointer is cached for NSApp, and then a NSApplication is created,
then we're fucked. That's what I ran into... |
diff --git a/machina/apps/forum/views.py b/machina/apps/forum/views.py
index <HASH>..<HASH> 100644
--- a/machina/apps/forum/views.py
+++ b/machina/apps/forum/views.py
@@ -54,7 +54,8 @@ class ForumView(PermissionRequiredMixin, ListView):
def get_queryset(self):
self.forum = self.get_forum()
- qs =... | ForumView updated to hide topics that are not approved |
diff --git a/leaflet-ajax.js b/leaflet-ajax.js
index <HASH>..<HASH> 100644
--- a/leaflet-ajax.js
+++ b/leaflet-ajax.js
@@ -37,7 +37,7 @@ L.GeoJSON.AJAX=L.GeoJSON.extend({
request.open("GET",url);
var _this=this;
request.onreadystatechange = function(){
- if (request.readyState === ... | geojson isn't always served with the json mime/type |
diff --git a/openquake/baselib/performance.py b/openquake/baselib/performance.py
index <HASH>..<HASH> 100644
--- a/openquake/baselib/performance.py
+++ b/openquake/baselib/performance.py
@@ -23,6 +23,7 @@ import getpass
import operator
import itertools
from datetime import datetime
+from decorator import decorator
... | Added decorator vectorize_arg |
diff --git a/androlog/src/main/java/de/akquinet/android/androlog/Log.java b/androlog/src/main/java/de/akquinet/android/androlog/Log.java
index <HASH>..<HASH> 100644
--- a/androlog/src/main/java/de/akquinet/android/androlog/Log.java
+++ b/androlog/src/main/java/de/akquinet/android/androlog/Log.java
@@ -1116,7 +1116,7 @@... | Misplaced -1. Sry. |
diff --git a/system/Validation/Rules.php b/system/Validation/Rules.php
index <HASH>..<HASH> 100644
--- a/system/Validation/Rules.php
+++ b/system/Validation/Rules.php
@@ -422,13 +422,13 @@ class Rules
// Still here? Then we fail this test if
// any of the fields are not present in $data
- foreach ($fields as $... | Update system/Validation/Rules.php |
diff --git a/lib/puppet/functions/match.rb b/lib/puppet/functions/match.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/functions/match.rb
+++ b/lib/puppet/functions/match.rb
@@ -30,6 +30,7 @@
# ~~~ ruby
# $matches = ["abc123","def456"].match(/([a-z]+)([1-9]+)/)
# # $matches contains [[abc123, abc, 123], [def456, de... | (docs) Fix markup typo in the match function
An unclosed code block was messing up the formatting in the function reference. |
diff --git a/src/FileUploadsUtils.php b/src/FileUploadsUtils.php
index <HASH>..<HASH> 100644
--- a/src/FileUploadsUtils.php
+++ b/src/FileUploadsUtils.php
@@ -243,7 +243,7 @@ class FileUploadsUtils
);
if ($this->_fileStorageAssociation->save($fileStorEnt)) {
- $this->_createThumbnails($fi... | set method as public (task #<I>) |
diff --git a/stomp/__main__.py b/stomp/__main__.py
index <HASH>..<HASH> 100644
--- a/stomp/__main__.py
+++ b/stomp/__main__.py
@@ -48,6 +48,7 @@ class StompCLI(Cmd, ConnectionListener):
self.verbose = verbose
self.user = user
self.passcode = passcode
+ self.__quit = False
if v... | Avoid AttributeError in CLI when connecting fails due to wrong authentication |
diff --git a/algolia/analytics/responses_ab_testing.go b/algolia/analytics/responses_ab_testing.go
index <HASH>..<HASH> 100644
--- a/algolia/analytics/responses_ab_testing.go
+++ b/algolia/analytics/responses_ab_testing.go
@@ -36,6 +36,7 @@ type ABTestResponse struct {
ClickSignificance float64 `json:"... | fix(analytics): add UpdatedAt field to ABTestResponse (#<I>) |
diff --git a/bcbio/variation/freebayes.py b/bcbio/variation/freebayes.py
index <HASH>..<HASH> 100644
--- a/bcbio/variation/freebayes.py
+++ b/bcbio/variation/freebayes.py
@@ -22,5 +22,14 @@ def run_freebayes(align_bam, ref_file, config, dbsnp=None, region=None,
"-b", align_bam, "-v", tx_out_file, "-f... | Temporary workaround to skip chromosome calls with freebayes errors |
diff --git a/lib/enyo/lib/git.js b/lib/enyo/lib/git.js
index <HASH>..<HASH> 100644
--- a/lib/enyo/lib/git.js
+++ b/lib/enyo/lib/git.js
@@ -44,7 +44,7 @@ function update (dest, target, lib) {
cli('updating %s and checking out %s', lib, target);
return repo.remote_fetchAsync('origin').then(function () {
return che... | ensure that it is actually pulling the correct target and merging when possible |
diff --git a/src/test/java/com/relayrides/pushy/apns/ApnsClientTest.java b/src/test/java/com/relayrides/pushy/apns/ApnsClientTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/relayrides/pushy/apns/ApnsClientTest.java
+++ b/src/test/java/com/relayrides/pushy/apns/ApnsClientTest.java
@@ -95,7 +95,7 @@ public ... | Removed some spurious calls to `isSuccess()`. |
diff --git a/lib/booking_locations/location.rb b/lib/booking_locations/location.rb
index <HASH>..<HASH> 100644
--- a/lib/booking_locations/location.rb
+++ b/lib/booking_locations/location.rb
@@ -52,7 +52,8 @@ module BookingLocations
end
def name_for(location_id)
- location_for(location_id).name
+ ... | Guard against location names
This can happen when the requesting application has a reference to an
outdated location. |
diff --git a/src/Plugin.php b/src/Plugin.php
index <HASH>..<HASH> 100644
--- a/src/Plugin.php
+++ b/src/Plugin.php
@@ -24,8 +24,8 @@ use Composer\Script\ScriptEvents;
*/
class Plugin implements PluginInterface, EventSubscriberInterface
{
- private const EXTRA_OPTION_NAME = 'config-plugin';
- private const EXT... | Update Plugin.php
to fix error in <I> |
diff --git a/tag.go b/tag.go
index <HASH>..<HASH> 100644
--- a/tag.go
+++ b/tag.go
@@ -216,6 +216,9 @@ func (t Tag) FormFrames() ([]byte, error) {
frames.Reset()
for id, f := range t.frames {
+ if id == "" {
+ return nil, errors.New("Uncorrect ID in frames")
+ }
frameBody, err := f.Bytes()
if err != nil... | Add errors with uncorrect ids in frames/sequences |
diff --git a/lib/ticket_evolution/core/connection.rb b/lib/ticket_evolution/core/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/ticket_evolution/core/connection.rb
+++ b/lib/ticket_evolution/core/connection.rb
@@ -40,7 +40,7 @@ module TicketEvolution
@url ||= [].tap do |parts|
parts << TicketEvolut... | a blank mode doesn't generate a 'api..ticketevo.com' URL |
diff --git a/components/docked-panel-ng/docked-panel-ng.js b/components/docked-panel-ng/docked-panel-ng.js
index <HASH>..<HASH> 100644
--- a/components/docked-panel-ng/docked-panel-ng.js
+++ b/components/docked-panel-ng/docked-panel-ng.js
@@ -155,8 +155,10 @@ angularModule.directive('rgDockedPanel', function rgDockedPa... | RG-<I> wait for render before getting initial panel position |
diff --git a/src/CLIResultPrinter.php b/src/CLIResultPrinter.php
index <HASH>..<HASH> 100644
--- a/src/CLIResultPrinter.php
+++ b/src/CLIResultPrinter.php
@@ -74,7 +74,7 @@ class CLIResultPrinter implements ResultPrinterInterface
foreach ($context->getErrors() as $error) {
$this->output->writeln(
... | Adding [Error] to the printContext output. |
diff --git a/src/controllers/CrudController.js b/src/controllers/CrudController.js
index <HASH>..<HASH> 100644
--- a/src/controllers/CrudController.js
+++ b/src/controllers/CrudController.js
@@ -74,7 +74,7 @@ export default class CrudController {
}
});
remove.map(i... | this, too, only if dirty |
diff --git a/src/main/java/org/primefaces/component/treetable/TreeTableRenderer.java b/src/main/java/org/primefaces/component/treetable/TreeTableRenderer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/primefaces/component/treetable/TreeTableRenderer.java
+++ b/src/main/java/org/primefaces/component/treetable/... | Fix #<I> - dynamically get the full-qualified name of TreeNode |
diff --git a/poem-jvm/src/javascript/movi/api/shape.js b/poem-jvm/src/javascript/movi/api/shape.js
index <HASH>..<HASH> 100644
--- a/poem-jvm/src/javascript/movi/api/shape.js
+++ b/poem-jvm/src/javascript/movi/api/shape.js
@@ -120,8 +120,8 @@ MOVI.namespace("model");
this.childShapes = {}; // reset childShapes map... | Fixed bug that occurs when prototype was used along with the MOVI API
git-svn-id: <URL> |
diff --git a/autotest/mc_tests.py b/autotest/mc_tests.py
index <HASH>..<HASH> 100644
--- a/autotest/mc_tests.py
+++ b/autotest/mc_tests.py
@@ -131,7 +131,7 @@ def from_dataframe_test():
pstc = Pst(pst)
par = pstc.parameter_data
- par.sort_values(by=parnme,ascending=False,inplace=True)
+ par.sort_value... | bug fix in mc_test |
diff --git a/src/Router/index.js b/src/Router/index.js
index <HASH>..<HASH> 100644
--- a/src/Router/index.js
+++ b/src/Router/index.js
@@ -682,7 +682,7 @@ Router.prototype = {
* @return {Boolean}
*/
isPublicFolder(url) {
- return url.startsWith('/public') ||
+ return url.startsWith('/public/') ||
... | change check if is public route to only match routes inside /public/ not /publications |
diff --git a/runtime/world.js b/runtime/world.js
index <HASH>..<HASH> 100755
--- a/runtime/world.js
+++ b/runtime/world.js
@@ -47,7 +47,8 @@ function getDriverInstance() {
case 'electron': {
driver = new ElectronDriver();
- } break;
+ }
+ break;
case 'chrome':... | Fix issue with promises in world.js only uses the abort method when test fails . |
diff --git a/lib/et-orbi.rb b/lib/et-orbi.rb
index <HASH>..<HASH> 100644
--- a/lib/et-orbi.rb
+++ b/lib/et-orbi.rb
@@ -137,13 +137,16 @@ p [ :get_tzone, :o, o ]
return nil unless o.is_a?(String)
s = unalias(o)
+tzis = (s.match(/\AWET/) rescue nil) ? 'WET' : s
p [ :get_tzone, :s, s, 0, get_offset_tzon... | Try to truncate "WET-1WEST" to "WET" |
diff --git a/salt/modules/pip.py b/salt/modules/pip.py
index <HASH>..<HASH> 100644
--- a/salt/modules/pip.py
+++ b/salt/modules/pip.py
@@ -935,7 +935,7 @@ def upgrade(bin_env=None,
if bin_env and os.path.isdir(bin_env):
cmd_kwargs['env'] = {'VIRTUAL_ENV': bin_env}
errors = False
- for pkg in old:
... | ENH: Updated modules.pip.upgrade function to only upgrade packages which are out-of-date |
diff --git a/controller/frontend/src/Controller/Frontend/Basket/Standard.php b/controller/frontend/src/Controller/Frontend/Basket/Standard.php
index <HASH>..<HASH> 100644
--- a/controller/frontend/src/Controller/Frontend/Basket/Standard.php
+++ b/controller/frontend/src/Controller/Frontend/Basket/Standard.php
@@ -338,7... | Only use coupon code from database (case sensitive) |
diff --git a/sqlite3.go b/sqlite3.go
index <HASH>..<HASH> 100644
--- a/sqlite3.go
+++ b/sqlite3.go
@@ -913,7 +913,7 @@ func (c *SQLiteConn) begin(ctx context.Context) (driver.Tx, error) {
// - rwc
// - memory
//
-// shared
+// cache
// SQLite Shared-Cache Mode
// https://www.sqlite.org/shared... | fix typo in doc comment (#<I>) |
diff --git a/src/main/java/org/jheaps/tree/DaryTreeAddressableHeap.java b/src/main/java/org/jheaps/tree/DaryTreeAddressableHeap.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jheaps/tree/DaryTreeAddressableHeap.java
+++ b/src/main/java/org/jheaps/tree/DaryTreeAddressableHeap.java
@@ -63,32 +63,32 @@ public cl... | Changed access to protected for DaryTreeAddressableHeap |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -221,9 +221,15 @@ module.exports = (function () {
teardown: function (connectionName, cb) {
var closeConnection = function (connectionName) {
var connection = me.connections[connectionNam... | tearDown method verifies whether object instance has close method before attemptint to invoke connection.close() .Resolved Issue: <URL> |
diff --git a/cassandra/cluster.py b/cassandra/cluster.py
index <HASH>..<HASH> 100644
--- a/cassandra/cluster.py
+++ b/cassandra/cluster.py
@@ -44,6 +44,11 @@ try:
except ImportError:
from cassandra.io.asyncorereactor import AsyncoreConnection as DefaultConnection # NOQA
+# Forces load of utf8 encoding module t... | Fixed deadlock that occurs in a certain import scenario.
When user code imports code that initiates a new connection, it could cause a
deadlock when String.encode was called in a seperate thread (e.g. when reading
messages from the cassandra server).
See <URL> |
diff --git a/src/arcrest/web/_base.py b/src/arcrest/web/_base.py
index <HASH>..<HASH> 100644
--- a/src/arcrest/web/_base.py
+++ b/src/arcrest/web/_base.py
@@ -265,7 +265,7 @@ class BaseWebOperations(object):
else:
read = ""
for data in self._chunk(response=resp, size=4096):
- ... | resolved bug in arcresthelper/publishingtools.py
change decode from ASCII to UTF for encode response from a post to support non acsii codes |
diff --git a/api/index.php b/api/index.php
index <HASH>..<HASH> 100644
--- a/api/index.php
+++ b/api/index.php
@@ -362,7 +362,7 @@ $app->group('/push', function() use ($app) {
/**
* POST /push/registration
*/
- $app->post('/registration', function() {
+ $app->post('/registration', function() use ($app) {
$da... | minor fix at POST push/registration route. #<I> |
diff --git a/Classes/JavascriptManager.php b/Classes/JavascriptManager.php
index <HASH>..<HASH> 100644
--- a/Classes/JavascriptManager.php
+++ b/Classes/JavascriptManager.php
@@ -24,6 +24,7 @@ namespace ApacheSolrForTypo3\Solr;
* This copyright notice MUST APPEAR in all copies of the script!
**********************... | [TASK] Fix scrutinizer issues in JavascriptManager |
diff --git a/activerecord/lib/active_record/no_touching.rb b/activerecord/lib/active_record/no_touching.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/no_touching.rb
+++ b/activerecord/lib/active_record/no_touching.rb
@@ -43,6 +43,13 @@ module ActiveRecord
end
end
+ # Returns +tr... | Add example for no_touching? in active_record/no_touching for api docs [ci skip]
There was no example code for ActiveRecord::NoTouching#no_touching?.
This PR adds an example for the API docs. |
diff --git a/gcloud_requests/requests_connection.py b/gcloud_requests/requests_connection.py
index <HASH>..<HASH> 100644
--- a/gcloud_requests/requests_connection.py
+++ b/gcloud_requests/requests_connection.py
@@ -9,7 +9,7 @@ from gcloud.logging.connection import Connection as GCloudLoggingConnection
from gcloud.pubs... | Use fully qualified urllib3 Retry import
See shazow/urllib3#<I> for what is happening here |
diff --git a/runtime/src/com4j/Variant.java b/runtime/src/com4j/Variant.java
index <HASH>..<HASH> 100644
--- a/runtime/src/com4j/Variant.java
+++ b/runtime/src/com4j/Variant.java
@@ -763,6 +763,7 @@ public final class Variant extends Number {
* Represents the special variant instance used for
* missing para... | Is this removal by accident? This is an incompatible change
git-svn-id: <URL> |
diff --git a/src/Resource.js b/src/Resource.js
index <HASH>..<HASH> 100644
--- a/src/Resource.js
+++ b/src/Resource.js
@@ -16,6 +16,7 @@ var EventEmitter = require('eventemitter3'),
* @param [options.loadType=Resource.LOAD_TYPE.XHR] {Resource.LOAD_TYPE} How should this resource be loaded?
* @param [options.xhrType=... | Sometimes middleware needs extra info to parse the file. Required for retina and compressed textures support in pixi.js |
diff --git a/js/crypto.js b/js/crypto.js
index <HASH>..<HASH> 100644
--- a/js/crypto.js
+++ b/js/crypto.js
@@ -87,9 +87,9 @@ window.textsecure.crypto = new function() {
priv[0] |= 0x0001;
//TODO: fscking type conversion
- return new Promise.resolve({ pubKey: prependVersion(toArrayBuffer(curve25519(priv))),... | fixed 'TypeError: Promise.resolve is not a constructor' in Firefox |
diff --git a/marshal.go b/marshal.go
index <HASH>..<HASH> 100644
--- a/marshal.go
+++ b/marshal.go
@@ -1323,7 +1323,16 @@ func marshalUDT(info TypeInfo, value interface{}) ([]byte, error) {
if !f.IsValid() {
return nil, marshalErrorf("cannot marshal %T into %s", value, info)
} else if f.Kind() == reflect.Ptr ... | Encode the UDT field as null if the struct value is nil. Fixes #<I>. |
diff --git a/src/Configuration/Options.php b/src/Configuration/Options.php
index <HASH>..<HASH> 100644
--- a/src/Configuration/Options.php
+++ b/src/Configuration/Options.php
@@ -31,7 +31,7 @@ class Options
/**
* @var bool
*/
- private $shouldSkipConstructor;
+ private $shouldSkipConstructor = fa... | Provide a default value for the skipping of the constructor |
diff --git a/core/src/main/java/com/orientechnologies/orient/core/sql/query/OSQLSynchQuery.java b/core/src/main/java/com/orientechnologies/orient/core/sql/query/OSQLSynchQuery.java
index <HASH>..<HASH> 100755
--- a/core/src/main/java/com/orientechnologies/orient/core/sql/query/OSQLSynchQuery.java
+++ b/core/src/main/ja... | Fixed issue when query was frozen on sharding |
diff --git a/reader.go b/reader.go
index <HASH>..<HASH> 100644
--- a/reader.go
+++ b/reader.go
@@ -541,7 +541,7 @@ func handleError(q *Reader, c *nsqConn, errMsg string) {
break
}
err := q.ConnectToNSQ(addr)
- if err != nil {
+ if err != nil && err != ErrAlreadyConnected {
log.Printf("ERROR:... | handleError() loops if already connected |
diff --git a/Tpg/ExtjsBundle/Tests/testrunner.js b/Tpg/ExtjsBundle/Tests/testrunner.js
index <HASH>..<HASH> 100644
--- a/Tpg/ExtjsBundle/Tests/testrunner.js
+++ b/Tpg/ExtjsBundle/Tests/testrunner.js
@@ -13,7 +13,7 @@ var system = require('system');
* @param timeOutMillis the max amount of time to wait. If not specifi... | Increase the timeout value for the waitFor function. |
diff --git a/lmj/nn/trainer.py b/lmj/nn/trainer.py
index <HASH>..<HASH> 100644
--- a/lmj/nn/trainer.py
+++ b/lmj/nn/trainer.py
@@ -62,6 +62,8 @@ class Trainer(object):
best_iter = i
best_params = [p.get_value().copy() for p in self.params]
fmt +... | During SGD training, only reduce the learning rate when validation fails to make an improvement. |
diff --git a/src/PerrysLambda/ArrayBase.php b/src/PerrysLambda/ArrayBase.php
index <HASH>..<HASH> 100644
--- a/src/PerrysLambda/ArrayBase.php
+++ b/src/PerrysLambda/ArrayBase.php
@@ -15,7 +15,7 @@ use PerrysLambda\IFieldConverter;
* Base class for array-like types
*/
abstract class ArrayBase extends Property
- ... | Implement Countable interface into ArrayBase |
diff --git a/lib/fluent/plugin/in_tail.rb b/lib/fluent/plugin/in_tail.rb
index <HASH>..<HASH> 100644
--- a/lib/fluent/plugin/in_tail.rb
+++ b/lib/fluent/plugin/in_tail.rb
@@ -687,12 +687,12 @@ module Fluent::Plugin
def convert(s)
if @need_enc
- s.encode(@encoding, @from_encoding)
+ ... | in_tail: Use encode! instead of encode to improve the performance |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.