hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
872f78a1a0b2996d83940127bf594d6dc0d49604 | diff --git a/src/ORM/Associations.php b/src/ORM/Associations.php
index <HASH>..<HASH> 100644
--- a/src/ORM/Associations.php
+++ b/src/ORM/Associations.php
@@ -36,11 +36,15 @@ class Associations {
/**
* Add an association to the collection
*
+ * If the alias added contains a `.` the part preceding the `.` will be d... | Make association names not retain plugins.
Creating associations in plugins should not retain aliases like
'Photos.Photos'. Instead the plugin segment should be dropped and the
association should just be called 'Photos'. This keeps behavior
consistent with previous releases and avoids annoying problems when
trying to ... | cakephp_cakephp | train |
7b11b85a06936dbd08da29a2647f7994c8fcc0b7 | diff --git a/src/analyse/callback/analyse/Objects.php b/src/analyse/callback/analyse/Objects.php
index <HASH>..<HASH> 100644
--- a/src/analyse/callback/analyse/Objects.php
+++ b/src/analyse/callback/analyse/Objects.php
@@ -303,35 +303,30 @@ class Objects extends AbstractCallback
$funcList = explode(',', $this-... | Optimized debug method calling. | brainworxx_kreXX | train |
bb35a0ad21f3294d8d47db3ed4ca73e854d45b94 | diff --git a/nbconvert/api/python.py b/nbconvert/api/python.py
index <HASH>..<HASH> 100644
--- a/nbconvert/api/python.py
+++ b/nbconvert/api/python.py
@@ -1,6 +1,6 @@
-"""TODO: Docstring
"""
-
+Python exporter which exports Notebook code into a PY file.
+"""
#----------------------------------------------------------... | Cleanup and refactor of API, almost complete.
Still need to target exporter.py and convert.py
Then one last run-trough. | jupyter-widgets_ipywidgets | train |
d40a6035f7557a0368a6eb3b1220cc22c70c9a6d | diff --git a/Framework/Error/HttpError.php b/Framework/Error/HttpError.php
index <HASH>..<HASH> 100644
--- a/Framework/Error/HttpError.php
+++ b/Framework/Error/HttpError.php
@@ -21,7 +21,7 @@ private $_errorCodeMessage = array(
public function __construct(
$code, $data = null, Exception $previous = null) {
// On 4... | Bug fixed so that <I>s will be dealt out when on the root domain and there is no Index PageView | PhpGt_WebEngine | train |
d5024eff46439f96bbc831b64d85b65e6810876a | diff --git a/src/main/java/com/milaboratory/util/sorting/HashSorter.java b/src/main/java/com/milaboratory/util/sorting/HashSorter.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/milaboratory/util/sorting/HashSorter.java
+++ b/src/main/java/com/milaboratory/util/sorting/HashSorter.java
@@ -488,6 +488,9 @@ publi... | Fixes a bug led to usage of initial guess of object size instaead of an actual value in HashSoreter. Additioanl optimization for HashSorter. | milaboratory_milib | train |
e9dd24825a6d39b1fac75d257cb8086160890188 | diff --git a/elifearticle/article.py b/elifearticle/article.py
index <HASH>..<HASH> 100644
--- a/elifearticle/article.py
+++ b/elifearticle/article.py
@@ -6,7 +6,7 @@ from collections import OrderedDict
from elifearticle import utils
-class BaseObject(object):
+class BaseObject:
"base object for shared functi... | Small linting changes to main modules. | elifesciences_elife-article | train |
575a6f39b558a42b8871de4ea682e6618f0ebfc5 | diff --git a/packages/components/bolt-card-replacement/src/card-replacement/card-replacement.js b/packages/components/bolt-card-replacement/src/card-replacement/card-replacement.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-card-replacement/src/card-replacement/card-replacement.js
+++ b/packages/compone... | fix: rename templateMap to slotMap in card-replacement | bolt-design-system_bolt | train |
53b685ad1460e8279477ce8aeba1cec52921eb1e | diff --git a/osmdroid-android/src/org/osmdroid/views/overlay/MyLocationOverlay.java b/osmdroid-android/src/org/osmdroid/views/overlay/MyLocationOverlay.java
index <HASH>..<HASH> 100644
--- a/osmdroid-android/src/org/osmdroid/views/overlay/MyLocationOverlay.java
+++ b/osmdroid-android/src/org/osmdroid/views/overlay/MyLo... | Compensate for device rotation when drawing compass.
See issue <I>. | osmdroid_osmdroid | train |
9c1e104250872c0dc5c8fe8bfa3b7703894e7956 | diff --git a/lib/single_node/master.js b/lib/single_node/master.js
index <HASH>..<HASH> 100644
--- a/lib/single_node/master.js
+++ b/lib/single_node/master.js
@@ -26,7 +26,6 @@ module.exports = function(context) {
}
}
else if (msg.message === 'job finished') {
- //TODO need to ... | changed transfer files to rename operation | terascope_teraslice | train |
714060f2d9d7be18fd1f7377fe5b003e1a16b3ed | diff --git a/lib/fachinfo.rb b/lib/fachinfo.rb
index <HASH>..<HASH> 100644
--- a/lib/fachinfo.rb
+++ b/lib/fachinfo.rb
@@ -8,7 +8,9 @@ module Docx2html
private
def parse_as_block(r, text)
if r.parent.previous.nil?
- # first line is package name
+ # The first line as package name
+ ... | Added product name into left div | zdavatz_ydocx | train |
57caf87743d8b061ebc9dd1fb613ac7b10135fb1 | diff --git a/src/Model/Tables/MelisPageLangTable.php b/src/Model/Tables/MelisPageLangTable.php
index <HASH>..<HASH> 100644
--- a/src/Model/Tables/MelisPageLangTable.php
+++ b/src/Model/Tables/MelisPageLangTable.php
@@ -18,4 +18,19 @@ class MelisPageLangTable extends MelisGenericTable
parent::__construct($tableGatewa... | Melis Cms Page language added | melisplatform_melis-engine | train |
355ea2b9e4cabff800082014bc34da4c3fae490b | diff --git a/pyontutils/core.py b/pyontutils/core.py
index <HASH>..<HASH> 100644
--- a/pyontutils/core.py
+++ b/pyontutils/core.py
@@ -1202,18 +1202,18 @@ class Class:
yield iri, rdf.type, self.rdf_type
for key, predicate in self_or_cls.propertyMapping.items():
if key in self.lift:
- ... | core Class updated to use Restriction correctly | tgbugs_pyontutils | train |
8fba0b69a3a75153917ffd4c424a5ed3fc991b05 | diff --git a/i3pystatus/mail/thunderbird.py b/i3pystatus/mail/thunderbird.py
index <HASH>..<HASH> 100644
--- a/i3pystatus/mail/thunderbird.py
+++ b/i3pystatus/mail/thunderbird.py
@@ -27,7 +27,7 @@ class Thunderbird(Backend):
* python-gobject2
"""
- unread = set()
+ _unread = set()
def init(self... | Fixed thunderbird
(deeeeeep recursion) | enkore_i3pystatus | train |
9a63ff3e6442ed97940e9efef3bb6d3c48641295 | diff --git a/lib/database.js b/lib/database.js
index <HASH>..<HASH> 100644
--- a/lib/database.js
+++ b/lib/database.js
@@ -38,6 +38,22 @@ Database.prototype.info = function (callback) {
};
/**
+ * Query the _all_docs special view
+ *
+ * `GET /db/_all_docs`
+ *
+ * @param {function} callback
+ */
+Database.prototyp... | How did I forget the _all_docs API? | dominicbarnes_node-couchdb-api | train |
c4575dfdafee4d3eadd122dd8bde3b8a5e8016fd | diff --git a/app/index.js b/app/index.js
index <HASH>..<HASH> 100644
--- a/app/index.js
+++ b/app/index.js
@@ -31,6 +31,11 @@ module.exports = yeoman.Base.extend({
this.options.drupalDistro = distros[this.options.drupalDistro];
}
+ if (this.options.hasOwnProperty('drupal-distro') && typeof this.options... | Upstream execution of tests with options passthru convert drupalDistro to drupal-distro. | phase2_generator-gadget | train |
ece912a8893e8e7120ca603060ab56a6bdeb5198 | diff --git a/lib/menu.js b/lib/menu.js
index <HASH>..<HASH> 100644
--- a/lib/menu.js
+++ b/lib/menu.js
@@ -17,7 +17,7 @@ function remove_nulls (v) {
//MenuItem class
function MenuItem (options) {
options = _.assign ({name: null, title:null, link:null, roles:null}, options);
- options.name = options.name || option... | link as name? remove / from link string | linnovate_meanio | train |
9220cc2e56c33da5c54448a4fe4ef30ff771fd62 | diff --git a/server/dashboards.go b/server/dashboards.go
index <HASH>..<HASH> 100644
--- a/server/dashboards.go
+++ b/server/dashboards.go
@@ -127,8 +127,8 @@ func (s *Service) RemoveDashboard(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusNoContent)
}
-// UpdateDashboard replaces a dashboard
-... | Add dashboards PATCH for incremental update of name or cells | influxdata_influxdb | train |
6186bd58cf52156723d21487693ce216d03b1bcd | diff --git a/app/controllers/concerns/effective/crud_controller.rb b/app/controllers/concerns/effective/crud_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/concerns/effective/crud_controller.rb
+++ b/app/controllers/concerns/effective/crud_controller.rb
@@ -7,8 +7,8 @@ module Effective
def mem... | make buttons display nicely. always one btn-primary then secondary | code-and-effect_effective_resources | train |
f34d4e2600398742b1c1cc5f9a9004d63886f17b | diff --git a/lib/jquery.gridList.js b/lib/jquery.gridList.js
index <HASH>..<HASH> 100644
--- a/lib/jquery.gridList.js
+++ b/lib/jquery.gridList.js
@@ -268,6 +268,12 @@
}
this.each(function() {
instance = $(this).data('_gridList');
+ // The plugin call be called with no method on an existing GridLi... | Allow re-initialization of a GridList instance | hootsuite_grid | train |
4a31e6d25772c2658fed28aee33e2d47db06d026 | diff --git a/lib/flapjack/data/entity_check.rb b/lib/flapjack/data/entity_check.rb
index <HASH>..<HASH> 100644
--- a/lib/flapjack/data/entity_check.rb
+++ b/lib/flapjack/data/entity_check.rb
@@ -10,17 +10,10 @@ module Flapjack
class EntityCheck
- # FIXME: do we add 'up' and 'down' as new constants? (nagio... | remove acknowledgement, down, and up state constants | flapjack_flapjack | train |
21ea27066c71beeaa5e83386ec6c98d2cdb0f335 | diff --git a/server.py b/server.py
index <HASH>..<HASH> 100755
--- a/server.py
+++ b/server.py
@@ -142,7 +142,7 @@ def check_session_auth(form):
def extend_session_auth():
repo_name, repo = get_repository()
- repo['session_lock'] = int(time.time()) + 30 # 30 second validity
+ repo['session_lock'] = int(ti... | changed code in server to extend session auth time at the end of the controllers instead of the begining | robehickman_simple-http-file-sync | train |
7f5237a051d34a0d704e8d96ae90838768122571 | diff --git a/lib/statistrano/deployment/manifest.rb b/lib/statistrano/deployment/manifest.rb
index <HASH>..<HASH> 100644
--- a/lib/statistrano/deployment/manifest.rb
+++ b/lib/statistrano/deployment/manifest.rb
@@ -61,34 +61,36 @@ module Statistrano
class Release
attr_reader :name
- attr_reader... | cleanup manifest & manifest::releases -- no more reek here | mailchimp_statistrano | train |
bb22baed6f5c55a18b046e24a165a1117bc2dacd | diff --git a/plaso/output/shared_elastic.py b/plaso/output/shared_elastic.py
index <HASH>..<HASH> 100644
--- a/plaso/output/shared_elastic.py
+++ b/plaso/output/shared_elastic.py
@@ -107,12 +107,16 @@ class SharedElasticsearchOutputModule(interface.OutputModule):
"""Inserts the buffered event documents into Elasti... | Changes Elasticsearch output module to support version 7 (#<I>) | log2timeline_plaso | train |
813f56475748f4a2d787bf624b47f4f2cd9dedfe | diff --git a/tests/test_rw_functional.py b/tests/test_rw_functional.py
index <HASH>..<HASH> 100644
--- a/tests/test_rw_functional.py
+++ b/tests/test_rw_functional.py
@@ -835,20 +835,15 @@ def test13SubComponents():
"Default / Unclassified (RHEL5)"]}
-def _deleteAllExistingExternalTrackers(bugid):
- bz ... | tests: rw: Remove function with only one user
Just open code it | python-bugzilla_python-bugzilla | train |
ceded1206f061ef5fe5e2a110c64c6b176ad8382 | diff --git a/config/config_handler.go b/config/config_handler.go
index <HASH>..<HASH> 100644
--- a/config/config_handler.go
+++ b/config/config_handler.go
@@ -190,7 +190,7 @@ func (ch *pdConfHandler) writeConfig() {
}
}
-func (ch *pdConfHandler) updateConfig(newConfContent string, newVersion *configpb.Version) (ok... | config: don't write dynamical config to disk if there is no change (#<I>) | pingcap_tidb | train |
20fff3142c3dd0fec3f360664b7445259c08765b | diff --git a/tests/rules/test_apt_invalid_operation.py b/tests/rules/test_apt_invalid_operation.py
index <HASH>..<HASH> 100644
--- a/tests/rules/test_apt_invalid_operation.py
+++ b/tests/rules/test_apt_invalid_operation.py
@@ -86,7 +86,7 @@ def test_match(script, stderr):
@pytest.mark.parametrize('script, stderr',... | #<I>: Fix tests with python 2 | nvbn_thefuck | train |
be82a02a14e717cfb8d5ebe6f6568854ed341db2 | diff --git a/lib/flor/core/procedure.rb b/lib/flor/core/procedure.rb
index <HASH>..<HASH> 100644
--- a/lib/flor/core/procedure.rb
+++ b/lib/flor/core/procedure.rb
@@ -329,13 +329,23 @@ class Flor::Procedure < Flor::Node
[]
end
- def receive
+ def determine_fcid_and_ncid
@fcid = point == 'receive' ? F... | Revise "case" implementation
Surprise, the previous version was evaluating as conditionals even the then-branches... | floraison_flor | train |
3409ad14c896a8c001b7f410154e2b561240d83b | diff --git a/src/ProxyManager/ProxyGenerator/FileLocator/FileLocator.php b/src/ProxyManager/ProxyGenerator/FileLocator/FileLocator.php
index <HASH>..<HASH> 100644
--- a/src/ProxyManager/ProxyGenerator/FileLocator/FileLocator.php
+++ b/src/ProxyManager/ProxyGenerator/FileLocator/FileLocator.php
@@ -52,6 +52,6 @@ class F... | Minor fixes, first working version - awaiting for test coverage | Ocramius_ProxyManager | train |
005b6bdcdde1c788c894773e5ca362c69baadfc4 | diff --git a/lib/plugins/aws/deploy/lib/uploadArtifacts.js b/lib/plugins/aws/deploy/lib/uploadArtifacts.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/aws/deploy/lib/uploadArtifacts.js
+++ b/lib/plugins/aws/deploy/lib/uploadArtifacts.js
@@ -10,6 +10,8 @@ const BbPromise = require('bluebird');
const filesize = requir... | Adding NUM_CONCURRENT_UPLOADS constant | serverless_serverless | train |
52668c4d9e9dfe90731f5426b19184dd6c623ddb | diff --git a/apipkg.py b/apipkg.py
index <HASH>..<HASH> 100644
--- a/apipkg.py
+++ b/apipkg.py
@@ -45,6 +45,8 @@ class ApiModule(ModuleType):
if name == '__doc__':
self.__doc__ = importobj(importspec)
else:
+ if importspec[0] == '.':
+ ... | support for single level relative imports and more unittests | pytest-dev_apipkg | train |
53cc34d7667564790f40c7b60adc3593b03a56f2 | diff --git a/core/src/playn/core/Scale.java b/core/src/playn/core/Scale.java
index <HASH>..<HASH> 100644
--- a/core/src/playn/core/Scale.java
+++ b/core/src/playn/core/Scale.java
@@ -96,6 +96,15 @@ public class Scale {
}
/**
+ * Rounds the supplied length to the nearest length value that corresponds to an int... | Added roundToNearestPixel.
This rounds the supplied length to the nearest value
that corresponds to an integer length after scaling.
See <URL> | playn_playn | train |
860e14b4a7be103a2ea29ea4537dbca997b25803 | diff --git a/astrobase/periodbase/zgls.py b/astrobase/periodbase/zgls.py
index <HASH>..<HASH> 100644
--- a/astrobase/periodbase/zgls.py
+++ b/astrobase/periodbase/zgls.py
@@ -29,7 +29,7 @@ from numpy import nan as npnan, sum as npsum, abs as npabs, \
arctan as nparctan, nanargmax as npnanargmax, nanargmin as npnan... | zgls.specwindow_lsp: guard against Nones | waqasbhatti_astrobase | train |
a13d063aa12736d87cd4e217bb6755744775e755 | diff --git a/gns3server/controller/drawing.py b/gns3server/controller/drawing.py
index <HASH>..<HASH> 100644
--- a/gns3server/controller/drawing.py
+++ b/gns3server/controller/drawing.py
@@ -55,7 +55,7 @@ class Drawing:
return self._id
@property
- def ressource_filename(self):
+ def resource_filen... | Fix topology images (Pictures) disappearing from projects. Fixes #<I>. | GNS3_gns3-server | train |
2ec9850145a7e75e4154cd6abc9d4c52fc8f8fc9 | diff --git a/holoviews/plotting/plot.py b/holoviews/plotting/plot.py
index <HASH>..<HASH> 100644
--- a/holoviews/plotting/plot.py
+++ b/holoviews/plotting/plot.py
@@ -161,6 +161,7 @@ class DimensionedPlot(Plot):
self.label = None
self.current_frame = None
self.current_key = None
+ self... | Cache ranges during plotting
Avoids recomputing ranges for each frame massively speeding
up plotting for large Layouts with a lot of frames. | pyviz_holoviews | train |
bd757c32a00bbc7d9700b2402b926dec89fb9025 | diff --git a/bin/munin-plugins/mirakurun_status.js b/bin/munin-plugins/mirakurun_status.js
index <HASH>..<HASH> 100755
--- a/bin/munin-plugins/mirakurun_status.js
+++ b/bin/munin-plugins/mirakurun_status.js
@@ -76,26 +76,30 @@ function finalize(status) {
munin.create([
() => {
- const g = new... | munin-plugins: change graph settings | Chinachu_Mirakurun | train |
ead03c026444e853504a18541f503eef9a40b34a | diff --git a/lib/honeybadger/rack/error_notifier.rb b/lib/honeybadger/rack/error_notifier.rb
index <HASH>..<HASH> 100644
--- a/lib/honeybadger/rack/error_notifier.rb
+++ b/lib/honeybadger/rack/error_notifier.rb
@@ -45,7 +45,7 @@ module Honeybadger
response
end
ensure
- Honeybadger.cont... | Clear context on agent in middleware. | honeybadger-io_honeybadger-ruby | train |
d36a5c493853ba49b5f86cb0ad63950028b257f3 | diff --git a/classes/Gems/Model/RespondentModel.php b/classes/Gems/Model/RespondentModel.php
index <HASH>..<HASH> 100644
--- a/classes/Gems/Model/RespondentModel.php
+++ b/classes/Gems/Model/RespondentModel.php
@@ -50,9 +50,20 @@
*/
class Gems_Model_RespondentModel extends Gems_Model_HiddenOrganizationModel
{
- ... | New hash standard for SSN
Trackdata restarted on code | GemsTracker_gemstracker-library | train |
1dad399ce1ce61f322c3bbfca5823aa69cc4c484 | diff --git a/lex.go b/lex.go
index <HASH>..<HASH> 100644
--- a/lex.go
+++ b/lex.go
@@ -305,6 +305,11 @@ func lexKeyStart(lx *lexer) stateFn {
func lexKey(lx *lexer) stateFn {
r := lx.peek()
+ // Keys cannot contain a '#' character.
+ if r == commentStart {
+ return lx.errorf("Key cannot contain a '#' character.")... | Return the error and move it into a more logical place. | BurntSushi_toml | train |
e5f6dcfae42a9424be99e7a0d5c27108ba95d5ea | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,8 +6,13 @@ adheres to [Semantic Versioning][semver].
## [Unreleased][unreleased]
### Added
+- Made redirect URI, token file name and token path configurable via
+ environment variables. (#14)
- Added M... | Made redirect URI, token file name and token path configurable via environment variables. | pawelad_pymonzo | train |
dd600d24ba73d7b43c01c60365070cdb54f64878 | diff --git a/src/amd/mixin.js b/src/amd/mixin.js
index <HASH>..<HASH> 100644
--- a/src/amd/mixin.js
+++ b/src/amd/mixin.js
@@ -40,8 +40,8 @@ define(function () {
if (!isValidSource)
throw new Error("Invalid source type of " + type + ".");
- var isFunction = type == "function" ... | The Mixin works well with native constructors and their prototypes. | inf3rno_o3 | train |
76d641aadcdd5fc101f40d73f04e6bde9970cdc4 | diff --git a/splinter/driver/__init__.py b/splinter/driver/__init__.py
index <HASH>..<HASH> 100644
--- a/splinter/driver/__init__.py
+++ b/splinter/driver/__init__.py
@@ -113,7 +113,7 @@ class DriverAPI(InheritedDocs("_DriverAPI", (object,), {})):
"""
raise NotImplementedError("%s doesn't support fram... | Fix #<I> (#<I>)
* Added *args for execute_script function as per #<I>
* Fixed undefined parameters in class initialization | cobrateam_splinter | train |
0524238605a20c42121636c2fb83fa64b51b4c43 | diff --git a/response/response.go b/response/response.go
index <HASH>..<HASH> 100644
--- a/response/response.go
+++ b/response/response.go
@@ -24,20 +24,24 @@ import (
// Get key from a response created by a StartJobUpdate call
func JobUpdateKey(resp *aurora.Response) *aurora.JobUpdateKey {
- return resp.Result_.St... | Adding Job Update Summaries response extractor so that we can write less error prone code. | paypal_gorealis | train |
9cc5a8580f5d05ef8d5ca5065a69d55fe64ba407 | diff --git a/sdk/src/main/java/com/wonderpush/sdk/remoteconfig/AsyncHttpClientRemoteConfigFetcher.java b/sdk/src/main/java/com/wonderpush/sdk/remoteconfig/AsyncHttpClientRemoteConfigFetcher.java
index <HASH>..<HASH> 100644
--- a/sdk/src/main/java/com/wonderpush/sdk/remoteconfig/AsyncHttpClientRemoteConfigFetcher.java
+... | allow fetcher to run on a thread specified by caller. | wonderpush_wonderpush-android-sdk | train |
f5b6573017d46370cca4f298fba06f104c668bd7 | diff --git a/lib/supervisor.js b/lib/supervisor.js
index <HASH>..<HASH> 100644
--- a/lib/supervisor.js
+++ b/lib/supervisor.js
@@ -26,7 +26,7 @@ function run(
// Only print any results if we're ready - that is, nextResultToPrint
// is no longer null. (BEGIN changes it from null to 0.)
if (nextResultToPri... | Don't call String unnecessarily. | rtfeldman_node-test-runner | train |
e1d2762eda1397cf9e3eea8e54f9064466194de7 | diff --git a/spec/octocatalog-diff/integration/fact_override_spec.rb b/spec/octocatalog-diff/integration/fact_override_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/octocatalog-diff/integration/fact_override_spec.rb
+++ b/spec/octocatalog-diff/integration/fact_override_spec.rb
@@ -221,3 +221,46 @@ describe 'fact overr... | Create integration for fact override regexes | github_octocatalog-diff | train |
b3c9e0e0ef9446a10b00394d62b087445251d892 | diff --git a/rector.php b/rector.php
index <HASH>..<HASH> 100644
--- a/rector.php
+++ b/rector.php
@@ -29,13 +29,6 @@ return static function (ContainerConfigurator $containerConfigurator): void {
// auto import fully qualified class names
$parameters->set(Option::AUTO_IMPORT_NAMES, true);
-
- $parameters->set(Opt... | [<I>] Remove Skip UnderscoreToCamelCaseVariableNameRector for Autoloader.php file
Previously, in `develop`, it skipped due conflict with deprecated code. In <I>, deprecated code is removed. | codeigniter4_CodeIgniter4 | train |
965afa6c261b6f3858a9ff920da3ce50ae2be7d6 | diff --git a/code/controllers/EventRegistrationController.php b/code/controllers/EventRegistrationController.php
index <HASH>..<HASH> 100644
--- a/code/controllers/EventRegistrationController.php
+++ b/code/controllers/EventRegistrationController.php
@@ -79,7 +79,13 @@ class EventRegistrationController extends Page_Con... | Added place number validation to the registration process. | registripe_registripe-core | train |
6a4c2b0a6f1d0ed63ff1d25d4c554cd3c5de8e93 | diff --git a/lib/travis/requests/services/receive/pull_request.rb b/lib/travis/requests/services/receive/pull_request.rb
index <HASH>..<HASH> 100644
--- a/lib/travis/requests/services/receive/pull_request.rb
+++ b/lib/travis/requests/services/receive/pull_request.rb
@@ -40,8 +40,9 @@ module Travis
def owne... | Add also github_id to owner data in receive service | travis-ci_travis-core | train |
a67e4c9f6acf411c041556cf73ef8cc5ec0fe0b3 | diff --git a/src/Asoc/Dadatata/AbstractLibrary.php b/src/Asoc/Dadatata/AbstractLibrary.php
index <HASH>..<HASH> 100644
--- a/src/Asoc/Dadatata/AbstractLibrary.php
+++ b/src/Asoc/Dadatata/AbstractLibrary.php
@@ -48,7 +48,7 @@ abstract class AbstractLibrary implements LibraryInterface {
}
$path = $thi... | fix: pass correct variable to examiner | AStateOfCode_Dadatata | train |
0433761480016df6b3090a7eb1ac383d69c6715b | diff --git a/atomicpuppy/atomicpuppy.py b/atomicpuppy/atomicpuppy.py
index <HASH>..<HASH> 100644
--- a/atomicpuppy/atomicpuppy.py
+++ b/atomicpuppy/atomicpuppy.py
@@ -373,7 +373,7 @@ class EventRaiser:
self._callback(msg)
try:
self._counter[msg.stream] = msg.sequen... | fix usage of CircuitBreakerError
This was failing with:
NameError: name 'CircuitBreakerError' is not defined | madedotcom_atomicpuppy | train |
a3bfe4269afc19dfd2e3a11e949455fdf6c7ad1d | diff --git a/js/hidenodeaction-webform_strawberryfield.js b/js/hidenodeaction-webform_strawberryfield.js
index <HASH>..<HASH> 100644
--- a/js/hidenodeaction-webform_strawberryfield.js
+++ b/js/hidenodeaction-webform_strawberryfield.js
@@ -26,6 +26,7 @@
Entity Form.
*/
... | Also show state/moderation change.
Makes no sense to have it around filling up space if save button is hidden too. | esmero_webform_strawberryfield | train |
67ba5a1578167f70eb2ab057bb9b3ee5cf91c03e | diff --git a/src/Pingpong/Admin/Controllers/CategoriesController.php b/src/Pingpong/Admin/Controllers/CategoriesController.php
index <HASH>..<HASH> 100644
--- a/src/Pingpong/Admin/Controllers/CategoriesController.php
+++ b/src/Pingpong/Admin/Controllers/CategoriesController.php
@@ -59,17 +59,24 @@ class CategoriesContr... | Fix roles and categories controller and updated Category model | pingpong-labs_admin | train |
966ebb9d3045fbce45a8f1d330038987655f3480 | diff --git a/Path.php b/Path.php
index <HASH>..<HASH> 100644
--- a/Path.php
+++ b/Path.php
@@ -19,12 +19,23 @@ class Path
*/
protected $_extension;
+ /**
+ * @param string|null $path
+ */
public function __construct($path = null)
{
$this->setPath($path);
}
/**
+ ... | added Path::__toString() | fphammerle_php-helpers | train |
a1e9af892938cce15fa562c129335e58f37f00ab | diff --git a/template/funcs.go b/template/funcs.go
index <HASH>..<HASH> 100644
--- a/template/funcs.go
+++ b/template/funcs.go
@@ -342,10 +342,12 @@ func secretFunc(b *Brain, used, missing *dep.Set) func(...string) (*dep.Secret,
return result, nil
}
- // TODO: Refactor into separate template functions
pat... | support secret write queries w/ an empty write
Vault uses the write API for create+read and the create call doesn't
always take write key/value pairs (requires no fields to be provided)
but these cases would error out on absense of k/v pair. This change
simply skips the k/v check if the parameter string field is empty... | hashicorp_consul-template | train |
5b949b2dbe92a0153c2bd32b75341e7fe3cf6ce0 | diff --git a/src/edit/CodeMirror.js b/src/edit/CodeMirror.js
index <HASH>..<HASH> 100644
--- a/src/edit/CodeMirror.js
+++ b/src/edit/CodeMirror.js
@@ -13,7 +13,7 @@ import Doc from "../model/Doc.js"
import { attachDoc } from "../model/document_data.js"
import { Range } from "../model/selection.js"
import { extendSel... | Route context menu events differently
So that gutterContextMenu actually gets the
contextmenu DOM event, since preventDefault on
the mouse event doesn't seem to work on FF.
Issue #<I> | codemirror_CodeMirror | train |
090c00b4c7f70c797dbc162bdb0366da4484388a | diff --git a/mockbroker.go b/mockbroker.go
index <HASH>..<HASH> 100644
--- a/mockbroker.go
+++ b/mockbroker.go
@@ -124,6 +124,12 @@ func (b *MockBroker) serverError(err error, conn net.Conn) bool {
// test framework and a channel of responses to use. If an error occurs it is
// simply logged to the TestState and the... | Permit starting a mockbroker on a specific address
I've been playing with writing more resiliency tests with mockbrokers and the
only thing missing was the ability to shut down a broker and then bring it back
on the same address - this PR adds that capability. | Shopify_sarama | train |
c0d19972c5a80aa3190f72d720bb3c7d7dcc3d3d | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
- Add support for Symfony 6
- Drop support for Symfony 5.2 (branch is EOL)
+- Add support for command auto-completion for Symfony 5.4
## 2.6.0 (2021-06-17)
diff --git a/src/Command/DebugRo... | Add support for command auto-completion for Symfony <I> | GeniusesOfSymfony_PubSubRouterBundle | train |
2adaecb382ebfd51ea39b725794e2bb2feb0197c | diff --git a/SingularityService/src/main/java/com/hubspot/singularity/ldap/SingularityLDAPManager.java b/SingularityService/src/main/java/com/hubspot/singularity/ldap/SingularityLDAPManager.java
index <HASH>..<HASH> 100644
--- a/SingularityService/src/main/java/com/hubspot/singularity/ldap/SingularityLDAPManager.java
+... | more info around the ldap cache | HubSpot_Singularity | train |
47c9b587b754d4b01fa5203ae9a4022957f6f2cf | diff --git a/eZ/Publish/Core/Repository/ContentTypeService.php b/eZ/Publish/Core/Repository/ContentTypeService.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/Core/Repository/ContentTypeService.php
+++ b/eZ/Publish/Core/Repository/ContentTypeService.php
@@ -44,6 +44,7 @@ use eZ\Publish\Core\Base\Exceptions\InvalidArgu... | EZP-<I>: added check for FieldDefinition being created or updated as searchable, for FieldType that is not searchable
Also moved createion of SPIFieldDefinition object below validation code | ezsystems_ezpublish-kernel | train |
38a283b741ae561b6b0b20983d3bc6ad7e17aa29 | diff --git a/initializers/connections.js b/initializers/connections.js
index <HASH>..<HASH> 100644
--- a/initializers/connections.js
+++ b/initializers/connections.js
@@ -37,7 +37,11 @@ module.exports = {
applyCatch: function(connectionId, method, args, callback){
var connection = api.connections.connec... | fix scope issue when calling sendConnection via RPC | actionhero_actionhero | train |
845f07f9106d221202cf435498526e6d82159950 | diff --git a/bin/cauldron b/bin/cauldron
index <HASH>..<HASH> 100755
--- a/bin/cauldron
+++ b/bin/cauldron
@@ -51,4 +51,6 @@ if args.run:
environ.log('Run Complete')
sys.exit(0)
+
+
CauldronShell().cmdloop()
diff --git a/cauldron/plotting/__init__.py b/cauldron/plotting/__init__.py
index <HASH>..<HASH> 100... | import refactoring for better load time performance | sernst_cauldron | train |
a39b9287d37954964149066df99192cc053e0bda | diff --git a/galpy/potential/AdiabaticContractionWrapperPotential.py b/galpy/potential/AdiabaticContractionWrapperPotential.py
index <HASH>..<HASH> 100644
--- a/galpy/potential/AdiabaticContractionWrapperPotential.py
+++ b/galpy/potential/AdiabaticContractionWrapperPotential.py
@@ -14,7 +14,7 @@ class AdiabaticContract... | Add rmin to AdiabaticContractionWrapperPotential | jobovy_galpy | train |
b20a2984c94e2946669d727dbda78735882bf50a | diff --git a/pylint/checkers/imports.py b/pylint/checkers/imports.py
index <HASH>..<HASH> 100644
--- a/pylint/checkers/imports.py
+++ b/pylint/checkers/imports.py
@@ -412,13 +412,6 @@ class ImportsChecker(BaseChecker):
("RP0402", "Modules dependencies graph", self._report_dependencies_graph),
)
... | Move the preferred construction in open() where it has access to config | PyCQA_pylint | train |
a9eaa257533255235ec62cc67b79aa65d2ded677 | diff --git a/test/statsd_instrumentation_test.rb b/test/statsd_instrumentation_test.rb
index <HASH>..<HASH> 100644
--- a/test/statsd_instrumentation_test.rb
+++ b/test/statsd_instrumentation_test.rb
@@ -245,6 +245,26 @@ class StatsDInstrumentationTest < Minitest::Test
ActiveMerchant::UniqueGateway.statsd_remove_me... | Updates class method tests for measure and :as_dist option | Shopify_statsd-instrument | train |
99099cd0854bc963058bdc7f9da1963b4ff3a414 | diff --git a/lib/chars/extensions/integer.rb b/lib/chars/extensions/integer.rb
index <HASH>..<HASH> 100644
--- a/lib/chars/extensions/integer.rb
+++ b/lib/chars/extensions/integer.rb
@@ -50,6 +50,10 @@ class Integer
Chars::SPACE.include?(self)
end
+ def visible?
+ Chars::VISIBLE.include?(self)
+ end
+
... | Added Integer#visible? and String#visible?. | postmodern_chars | train |
00c9b59435dae8e13c007b475a4b4862a367ba2a | diff --git a/src/PrefixRouter.php b/src/PrefixRouter.php
index <HASH>..<HASH> 100644
--- a/src/PrefixRouter.php
+++ b/src/PrefixRouter.php
@@ -36,7 +36,7 @@ class PrefixRouter implements Middleware
$path = $request->getUri()->getPath();
foreach ($this->routes as $pathPrefix => $middleware) {
- ... | Simplify the PrefixRouter | stratifyphp_router | train |
13bbea78954b1fb1a22bd58fd102646f1d6b2024 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -80,6 +80,13 @@ function StreamState() {
/** Events emitted by the stream.
* @type !Array.<!{name: string, args: !Array}> */
this.events = [];
+ /** Are more events expected on this stream?
+ *
+ * Initially tru... | feat: delay last comparison further
Since streams often emit multiple events at nearly same time (e.g.
close/end/error), delay the final comparison until the event queue has
been cleared (i.e. setImmediate) after the last event emitted by the
stream. This catches more potential differences at the cost of delaying
the... | kevinoid_stream-compare | train |
a5c0870936b6b08bb069a1fe8b9b89ba3f277867 | diff --git a/src/AppserverIo/Appserver/Core/Api/ContainerService.php b/src/AppserverIo/Appserver/Core/Api/ContainerService.php
index <HASH>..<HASH> 100644
--- a/src/AppserverIo/Appserver/Core/Api/ContainerService.php
+++ b/src/AppserverIo/Appserver/Core/Api/ContainerService.php
@@ -102,7 +102,7 @@ class ContainerServic... | changed SSL certificate algorithm to sha<I> | appserver-io_appserver | train |
ea4bfff18bd5558a3e3a23eae6507d24bedcf4c4 | diff --git a/core/interpreter/src/main/java/org/overture/interpreter/utilities/definition/DefinitionValueChecker.java b/core/interpreter/src/main/java/org/overture/interpreter/utilities/definition/DefinitionValueChecker.java
index <HASH>..<HASH> 100644
--- a/core/interpreter/src/main/java/org/overture/interpreter/utili... | Scope of inherited constant values, fixes #<I> | overturetool_overture | train |
6f2777e4bd7773a3679993e0533d6b74e6ed4c6a | diff --git a/ET_Client.php b/ET_Client.php
index <HASH>..<HASH> 100644
--- a/ET_Client.php
+++ b/ET_Client.php
@@ -412,7 +412,7 @@ class ET_Client extends SoapClient {
$import->props["CustomerKey"] = uniqid();
$import->props["Description"] = "SDK Generated Import";
$import->props["AllowErrors"] = "true";
- $i... | Fixed issues with import
CreateAndStartDataExtensionImport was referencing ObjectID instead of CustomerKey | salesforce-marketingcloud_FuelSDK-PHP | train |
7e3220cc003c1e468958e32f00e57dc269b2ee5c | diff --git a/lib/mongo/collection/view.rb b/lib/mongo/collection/view.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo/collection/view.rb
+++ b/lib/mongo/collection/view.rb
@@ -185,7 +185,7 @@ module Mongo
end
def apply_collation!(doc, server, opts = {})
- if coll = opts[:collation] || opts['collat... | Minor: consider that doc may already have collation set when operation is retried | mongodb_mongo-ruby-driver | train |
94e36798ca8e6aa19dd345868b9f3e8cb22acbd8 | diff --git a/.size-snapshot.json b/.size-snapshot.json
index <HASH>..<HASH> 100644
--- a/.size-snapshot.json
+++ b/.size-snapshot.json
@@ -1,25 +1,25 @@
{
"./dist/react-big-calendar.js": {
- "bundled": 561778,
- "minified": 171458,
- "gzipped": 50401
+ "bundled": 561903,
+ "minified": 171545,
+ "g... | Chore: clean up prop-types (#<I>)
* Update size snapshot
* Clean up prop-types
- replaced elementType with builtin one
- removed unused custom prop type | intljusticemission_react-big-calendar | train |
f899a76b5fe3c63319c5632800976326b388443e | diff --git a/celerytask/tasks.py b/celerytask/tasks.py
index <HASH>..<HASH> 100755
--- a/celerytask/tasks.py
+++ b/celerytask/tasks.py
@@ -34,6 +34,12 @@ def disable_alliance_member(user, char_id):
EveManager.get_character_by_id(char_id).corporation_name))
deactivate_services(user)
... | Addresses #<I>
Corrected logic attempting to retrieve data from nonexistant character model.
Also added logic to create character models for new characters on existing API keys. | allianceauth_allianceauth | train |
8203f69135c742cab5eaaf1738a8124d60cd24a6 | diff --git a/src/Helpers/helpers.php b/src/Helpers/helpers.php
index <HASH>..<HASH> 100644
--- a/src/Helpers/helpers.php
+++ b/src/Helpers/helpers.php
@@ -152,6 +152,101 @@ if (!function_exists('clean_ccp_html')) {
}
}
+if (!function_exists('evemail_threads')) {
+
+ /**
+ * Attempt to 'thread' evemails b... | Add function to parse evemail threads. | eveseat_services | train |
0d08ffa282529ccd0d5e3526df25b9bb9fb18bef | diff --git a/integration/v3_lease_test.go b/integration/v3_lease_test.go
index <HASH>..<HASH> 100644
--- a/integration/v3_lease_test.go
+++ b/integration/v3_lease_test.go
@@ -334,8 +334,7 @@ func TestV3PutOnNonExistLease(t *testing.T) {
}
}
-// TestV3GetNonExistLease tests the case where the non exist lease is rep... | integration: don't expect lease not found error for TestV3GetNonExistLease | etcd-io_etcd | train |
8d0d2f161dea16a569c27d48f7cc34c0d94a4ab9 | diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index <HASH>..<HASH> 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -59,6 +59,7 @@ TinkerPop 3.2.3 (Release Date: NOT OFFICIALLY RELEASED YET)
* Renamed the `empty.result.indicator` preference to `result.indicator.null` in Gremlin Console
* If `result.... | Improved errors produced by GraphSON/GryoReader.readGraph()
in cases where the edge is being loaded and the vertex cannot be found in the cache. No such change was needed for GraphML as it has a slightly different loading model. CTR | apache_tinkerpop | train |
265d0d4375168a4f369f3c7a8ed3fb4688fcd7f1 | diff --git a/presto-main/src/main/java/com/facebook/presto/sql/planner/plan/ApplyNode.java b/presto-main/src/main/java/com/facebook/presto/sql/planner/plan/ApplyNode.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/sql/planner/plan/ApplyNode.java
+++ b/presto-main/src/main/java/com/f... | Break isResolvedScalarSubquery into smaller methods
This will enable iterative optimizer performing an isResolvedScalarSubquery check using lookup | prestodb_presto | train |
54cbe176eb1bb66de49a40ad76175f93eb807935 | diff --git a/api/optimize.py b/api/optimize.py
index <HASH>..<HASH> 100644
--- a/api/optimize.py
+++ b/api/optimize.py
@@ -21,7 +21,6 @@ class ToVisit(object):
self.obj = obj
-# TODO: Implement as a visitor with generators
class OptimizerVisitor(NodeVisitor):
""" Implements some optimizations
""... | code cleanup
* Remove TODO from api/optimize.py
* Add code regions for FOR and IF sentences
* Put <step> definition within FOR region | boriel_zxbasic | train |
144a717874752a5ba70ae3f06a4cda6deec6e05d | diff --git a/src/main/java/com/wix/mysql/MysqldProcess.java b/src/main/java/com/wix/mysql/MysqldProcess.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/wix/mysql/MysqldProcess.java
+++ b/src/main/java/com/wix/mysql/MysqldProcess.java
@@ -115,14 +115,14 @@ public class MysqldProcess extends AbstractProcess<Mysq... | Reverted mysqladmin command - running as bin/mysladmin instead as mysqladmin in ../bin folder. | wix_wix-embedded-mysql | train |
0142bde3049eb1bff262ff22802da8389ad9eed9 | diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index <HASH>..<HASH> 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -3,7 +3,9 @@ module.exports = {
description: 'Node.js global native keyboard and mouse listener.',
base: '/iohook/',
themeConfig: {
- repo: 'https://g... | More explicit config and added edit links | wilix-team_iohook | train |
58336c87a2e8fde6bff7f6bd7636d6f7cbfcc784 | diff --git a/mod/journal/db/mysql.php b/mod/journal/db/mysql.php
index <HASH>..<HASH> 100644
--- a/mod/journal/db/mysql.php
+++ b/mod/journal/db/mysql.php
@@ -47,6 +47,15 @@ function journal_upgrade($oldversion) {
table_column("journal", "", "introformat", "integer", "2", "", "1", "not null", "intro");
}
... | Merged from MOODLE_<I>_STABLE: Indexes for journal and version bump (honoring partial freeze) | moodle_moodle | train |
feef498fe4c1f483e91a9eefedc066fae4fa59eb | diff --git a/src/InvisibleReCaptcha.php b/src/InvisibleReCaptcha.php
index <HASH>..<HASH> 100644
--- a/src/InvisibleReCaptcha.php
+++ b/src/InvisibleReCaptcha.php
@@ -90,14 +90,46 @@ class InvisibleReCaptcha
*/
public function render($lang = null)
{
- $html = '<script src="' . $this->getPolyfillJ... | Adds partial render methods and corresponding blade directives for frameworks that don't support script tags in templates | albertcht_invisible-recaptcha | train |
401f02060b8e8f57af14211376f65d8853bf7b66 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -32,6 +32,8 @@
* @param {string=} options.channel Maps API for Work channel.
* @param {number=} options.timeout Timeout in milliseconds.
* (Default: 60 * 1000 ms)
+ * @param {string=} options.language... | Support per-client language param. Closes #<I>. | googlemaps_google-maps-services-js | train |
69f97e4ad7444244778c43df499f05bc40467005 | diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/Configuration.php
+++ b/DependencyInjection/Configuration.php
@@ -26,6 +26,8 @@ class Configuration implements ConfigurationInterface
$treeBuilder = new TreeBuilder()... | Configuration class is now compatible with php<I> | swarrot_SwarrotBundle | train |
9bf8d4122e109537fbfa05b9185f499cd3973eea | diff --git a/src/js/components/viewer-base.js b/src/js/components/viewer-base.js
index <HASH>..<HASH> 100644
--- a/src/js/components/viewer-base.js
+++ b/src/js/components/viewer-base.js
@@ -602,6 +602,10 @@ Crocodoc.addComponent('viewer-base', function (scope) {
$pageOneContentPromise,
... | Fix #<I> - "fail" event is never fired when json/css fail to load | box_viewer.js | train |
649069cce5e0e2a70ab9c2d286ce576d06e82135 | diff --git a/Makefile b/Makefile
index <HASH>..<HASH> 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ test:
fi
jshint:
- ./node_modules/.bin/jshint lib
+ ./node_modules/.bin/jshint lib test
mariadb:
@DIALECT=mariadb make test
diff --git a/changelog.md b/changelog.md
index <HASH>..<HASH> 100644
--- a/ch... | Run jshint on tests | overlookmotel_sequelize-extra | train |
2db13117f80df044a1f44271e30f1c62a986f56d | diff --git a/org.jenetics/src/main/java/org/jenetics/internal/util/IndexSorter.java b/org.jenetics/src/main/java/org/jenetics/internal/util/IndexSorter.java
index <HASH>..<HASH> 100644
--- a/org.jenetics/src/main/java/org/jenetics/internal/util/IndexSorter.java
+++ b/org.jenetics/src/main/java/org/jenetics/internal/uti... | Add comments to sorting code blocks. | jenetics_jenetics | train |
9656569a72a8a46cbf5465f43515f9fc38bfecea | diff --git a/scour/scour.py b/scour/scour.py
index <HASH>..<HASH> 100644
--- a/scour/scour.py
+++ b/scour/scour.py
@@ -3433,6 +3433,42 @@ TEXT_CONTENT_ELEMENTS = ['text', 'tspan', 'tref', 'textPath', 'altGlyph',
'flowDiv', 'flowPara', 'flowSpan', 'flowTref', 'flowLine']
+KNOWN_ATTRS = [
+ ... | serializeXML: Refactor the attribute ordering code
Rewrite the code for ordering attributes in the output and extract it
into a function. As a side-effect, we ensure we only use the
`.item(index)` method once per attribute because it is inefficient
(see <URL> | scour-project_scour | train |
4a06047186a2473c5defc2d31807308cda0cf7b0 | diff --git a/action.go b/action.go
index <HASH>..<HASH> 100644
--- a/action.go
+++ b/action.go
@@ -79,6 +79,10 @@ func init() {
"ToggleSelectionAndSelectNext",
termbox.KeyCtrlSpace,
)
+ ActionFunc(doSelectNone).register(
+ "SelectNone",
+ termbox.KeyCtrlG,
+ )
}
func doRotateMatcher(i *Input, ev termbox.E... | Add SelectNone action
which clears current selection. Also make C-g the default key binding
for this. | peco_peco | train |
9a14294c5b742771d94f1cf4abc34427c145c2c6 | diff --git a/edx_rest_framework_extensions/__init__.py b/edx_rest_framework_extensions/__init__.py
index <HASH>..<HASH> 100644
--- a/edx_rest_framework_extensions/__init__.py
+++ b/edx_rest_framework_extensions/__init__.py
@@ -1,3 +1,3 @@
""" edx Django REST Framework extensions. """
-__version__ = '2.3.7' # pragma... | (PROD-<I>) Update warning to info
Update warning to info message as this case is handled automatically by the system | edx_edx-drf-extensions | train |
8df76b7d27245c587031c7bdb1ee4795dddd06f0 | diff --git a/Datatable/AbstractDatatable.php b/Datatable/AbstractDatatable.php
index <HASH>..<HASH> 100644
--- a/Datatable/AbstractDatatable.php
+++ b/Datatable/AbstractDatatable.php
@@ -203,7 +203,7 @@ abstract class AbstractDatatable extends SgDatatable
protected function checkIsGranted($voterSuffix, $entryId): ... | ability to set subdirectory for controller | k3ssen_BaseAdminBundle | train |
2095b024d76d795ec811404d80cca2326426e7d8 | diff --git a/src/Illuminate/Auth/Middleware/Authenticate.php b/src/Illuminate/Auth/Middleware/Authenticate.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Auth/Middleware/Authenticate.php
+++ b/src/Illuminate/Auth/Middleware/Authenticate.php
@@ -64,6 +64,20 @@ class Authenticate
}
}
+ ... | [6.x] Add "unauthenticated" method in auth middleware (#<I>)
* Separate "unauthenticated" method in auth middleware
* Update Authenticate.php
* Update Authenticate.php | laravel_framework | train |
6d1401936821950867515244647d995dde261390 | diff --git a/docs/handlers/layer.go b/docs/handlers/layer.go
index <HASH>..<HASH> 100644
--- a/docs/handlers/layer.go
+++ b/docs/handlers/layer.go
@@ -63,5 +63,12 @@ func (lh *layerHandler) GetLayer(w http.ResponseWriter, r *http.Request) {
return
}
- layer.ServeHTTP(w, r)
+ handler, err := layer.Handler(r)
+ if... | Refactor Layer interface to return a Handler
... Rather than ServeHTTP directly.
Docker-DCO-<I>- | docker_distribution | train |
d60ab60a64bbca95630c53148c542d85b707a45d | diff --git a/src/SDP/AssetRelation.php b/src/SDP/AssetRelation.php
index <HASH>..<HASH> 100644
--- a/src/SDP/AssetRelation.php
+++ b/src/SDP/AssetRelation.php
@@ -59,7 +59,7 @@ class SDP_AssetRelation extends Pluf_Model
),
'description' => array(
'type' => 'Pluf_DB_Field_Varch... | Field "description" is edited to be not required | pluf_cms | train |
2ac24ef0994fa66ef2cb4718f5f6ffae2c15d124 | diff --git a/lib/tabula/entities.rb b/lib/tabula/entities.rb
index <HASH>..<HASH> 100644
--- a/lib/tabula/entities.rb
+++ b/lib/tabula/entities.rb
@@ -233,6 +233,9 @@ module Tabula
else
if in_same_column = self.text_elements.find { |te| te.horizontally_overlaps?(t) }
#sometimes a space needs ... | add spaces when text on two lines in one cell is merged | tabulapdf_tabula-extractor | train |
f71a9e674dfd4f195f01242a0f80627e0cc481c7 | diff --git a/app/classes/storage.php b/app/classes/storage.php
index <HASH>..<HASH> 100644
--- a/app/classes/storage.php
+++ b/app/classes/storage.php
@@ -516,7 +516,7 @@ class Storage {
$id = intval($id);
- // Todo, make sure datechanged is updated
+ // TODO: make sure datech... | Added support for flags in 'where' parameters. | bolt_bolt | train |
6725ad7abd7335595642a9b99bc18ae91c09ce00 | diff --git a/applications/default/public/js/controllers.js b/applications/default/public/js/controllers.js
index <HASH>..<HASH> 100644
--- a/applications/default/public/js/controllers.js
+++ b/applications/default/public/js/controllers.js
@@ -139,6 +139,22 @@ angular.module('choko')
.controller('ViewController', ['$... | Fixing race condition on display rendering. Fixes #<I>. | recidive_choko | train |
95b14d97e4601e8233b17b9b0908843fcc56aaa0 | diff --git a/lib/activr/timeline.rb b/lib/activr/timeline.rb
index <HASH>..<HASH> 100644
--- a/lib/activr/timeline.rb
+++ b/lib/activr/timeline.rb
@@ -325,9 +325,16 @@ module Activr
# Dump humanization of last timeline entries
#
+ # @param options [Hash] Options hash
+ # @option options (see Activr::T... | WIP on timeline entry humanizationg | fotonauts_activr | train |
f00af92e6a51ab54cf05bdb12371a1ad563de7b5 | diff --git a/src/bridge.js b/src/bridge.js
index <HASH>..<HASH> 100644
--- a/src/bridge.js
+++ b/src/bridge.js
@@ -302,9 +302,9 @@ Bridge.prototype.run = function(port, config, appServiceInstance, hostname) {
this._clientFactory = self.opts.clientFactory || new ClientFactory({
url: self.opts.homeserverU... | Fix usages of private properties on appservice-node | matrix-org_matrix-appservice-bridge | train |
a058f3686b1c752aa0a7484bf49956a0935b652a | diff --git a/lib/usps/client.rb b/lib/usps/client.rb
index <HASH>..<HASH> 100644
--- a/lib/usps/client.rb
+++ b/lib/usps/client.rb
@@ -19,6 +19,18 @@ module USPS
raise TimeoutError
end
+ # If there are services that are down or there is no network connection available then
+ # the request ma... | Empty response body raises an error (#<I>)
* Add USPS::ConnectionError and update error hierarchy
* response_code = 0 raises USPS::ConnectionError | gaffneyc_usps | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.