hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
2222d37e1ddc5e46d16c887f0098954be944d1f8 | diff --git a/hyperstream/channels/memory_channel.py b/hyperstream/channels/memory_channel.py
index <HASH>..<HASH> 100644
--- a/hyperstream/channels/memory_channel.py
+++ b/hyperstream/channels/memory_channel.py
@@ -38,6 +38,10 @@ class MemoryChannel(BaseChannel):
self.max_stream_id = 0
self.data = dic... | Added non-empty streams property to help debugging of memory channnel | IRC-SPHERE_HyperStream | train |
e6a5bae464bd5d41b87159e5f7da4b54415a82cf | diff --git a/zproc/state/state.py b/zproc/state/state.py
index <HASH>..<HASH> 100644
--- a/zproc/state/state.py
+++ b/zproc/state/state.py
@@ -64,41 +64,45 @@ class StateWatcher:
if self._only_after is None:
self._only_after = self.state.time()
- self._request_msg = [
- self.st... | basic refactoring.
bring go_live() back | pycampers_zproc | train |
0fa911bdf0e6de9d2dd3de9a847ab94f1648a568 | diff --git a/openquake/engine/db/models.py b/openquake/engine/db/models.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/db/models.py
+++ b/openquake/engine/db/models.py
@@ -1899,7 +1899,7 @@ class SESRupture(djm.Model):
# If `is_from_fault_source` is False, each of these fields should contain
# a sequen... | db/models:
Corrected ordering of planar surface corner points.
Former-commit-id: 1e<I>e<I>aa8e<I>cde<I>a8a<I>ab<I>b<I> | gem_oq-engine | train |
8c7aeefaa20bd76e7d2ad8601c75a765078eb1ce | diff --git a/src/Sulu/Bundle/SnippetBundle/Controller/SnippetController.php b/src/Sulu/Bundle/SnippetBundle/Controller/SnippetController.php
index <HASH>..<HASH> 100644
--- a/src/Sulu/Bundle/SnippetBundle/Controller/SnippetController.php
+++ b/src/Sulu/Bundle/SnippetBundle/Controller/SnippetController.php
@@ -225,7 +22... | Fix wrong comment in SnippetController (#<I>) | sulu_sulu | train |
75ab02e0c3b361506dbd043f2e7fc3d1092d6687 | diff --git a/util/plot.py b/util/plot.py
index <HASH>..<HASH> 100644
--- a/util/plot.py
+++ b/util/plot.py
@@ -358,6 +358,25 @@ def line(x, y, file,
_save_and_close_fig_with_kwargs(fig, file, **kwargs)
+def scatter_dataset_means(file, data, use_abs=False, **kwargs):
+ if data.ndim != 2:
+ raise Value... | ENH: util.plot: scatter_dataset_means added | jor-_util | train |
00cdb059eb6067f2b5d20d8157435668803b3b79 | diff --git a/src/main/org/codehaus/groovy/runtime/metaclass/ReflectionMetaMethod.java b/src/main/org/codehaus/groovy/runtime/metaclass/ReflectionMetaMethod.java
index <HASH>..<HASH> 100644
--- a/src/main/org/codehaus/groovy/runtime/metaclass/ReflectionMetaMethod.java
+++ b/src/main/org/codehaus/groovy/runtime/metaclass... | add a faster path for ReflectionMetaMethod and add handling of category style methods | groovy_groovy-core | train |
8ebee262d81ff2996d8e6e39d4ac57e1b5903266 | diff --git a/bokeh/properties.py b/bokeh/properties.py
index <HASH>..<HASH> 100644
--- a/bokeh/properties.py
+++ b/bokeh/properties.py
@@ -1457,6 +1457,20 @@ class FontSizeSpec(DataSpec):
value = dict(value=value)
return super(FontSizeSpec, self).prepare_value(cls, name, value)
+class UnitsS... | UnitsSpec sets _units prop using custom property instead of prepare_value
prepare_value was brokeh if you set the UnitsSpec to a dict, because
it didn't have the object instance. | bokeh_bokeh | train |
7bf637028033179d2e5475d1cd1b3e32c8abafc6 | diff --git a/src/helpers.js b/src/helpers.js
index <HASH>..<HASH> 100644
--- a/src/helpers.js
+++ b/src/helpers.js
@@ -108,7 +108,6 @@ export async function resolveOnFileSystem(
} catch (_) { /* No-Op */ }
}
}
- throw getError(originalRequest)
}
return await resolveOnFileSystem... | :bug: Fix for scenarios where manifests don't have main entries | steelbrain_resolve | train |
65172aef8023d357773849387f16fba682184c90 | diff --git a/packages/ember-testing/lib/helpers.js b/packages/ember-testing/lib/helpers.js
index <HASH>..<HASH> 100644
--- a/packages/ember-testing/lib/helpers.js
+++ b/packages/ember-testing/lib/helpers.js
@@ -14,15 +14,15 @@ var helper = Test.registerHelper;
var asyncHelper = Test.registerAsyncHelper;
function cu... | Use routing service instead of application controller in test helpers | emberjs_ember.js | train |
9777010bb88064102081e21df821e19e075404c8 | diff --git a/influxdb/resultset.py b/influxdb/resultset.py
index <HASH>..<HASH> 100644
--- a/influxdb/resultset.py
+++ b/influxdb/resultset.py
@@ -65,7 +65,12 @@ class ResultSet(object):
)
def __repr__(self):
- return str(self.raw)
+ items = []
+
+ for item in self.i... | ResultSet: Added __repr__ | influxdata_influxdb-python | train |
b5db7aee8f19ad03cd5002566780105ecbc077b8 | diff --git a/lib/registry/pick-registry.js b/lib/registry/pick-registry.js
index <HASH>..<HASH> 100644
--- a/lib/registry/pick-registry.js
+++ b/lib/registry/pick-registry.js
@@ -2,11 +2,11 @@
module.exports = pickRegistry
function pickRegistry (spec, opts) {
- var registry = spec.scope && opts[spec.scope + ':regi... | feat(scopes): new scopeTargets option (#<I>)
This is a relatively small step as far as having a good
story around auth, but I think at least making it a bit
clearer what these options are and where they come from
is going to be nice.
At least opt-check doesn't have a ton of random @-opts now. | zkat_pacote | train |
fda0ba7738a8d87d302d460cba6fd490552aca79 | diff --git a/server/sonar-main/src/main/java/org/sonar/application/es/EsSettings.java b/server/sonar-main/src/main/java/org/sonar/application/es/EsSettings.java
index <HASH>..<HASH> 100644
--- a/server/sonar-main/src/main/java/org/sonar/application/es/EsSettings.java
+++ b/server/sonar-main/src/main/java/org/sonar/appl... | SONAR-<I> Support TLS<I>,TLS<I> for Elasticsearch transport connection encryption | SonarSource_sonarqube | train |
4351092a0ab3986fe3f9087b6fb53682331efca0 | diff --git a/plenum/test/node_request/test_pre_prepare/test_non_primary_sends_a_pre_prepare.py b/plenum/test/node_request/test_pre_prepare/test_non_primary_sends_a_pre_prepare.py
index <HASH>..<HASH> 100644
--- a/plenum/test/node_request/test_pre_prepare/test_non_primary_sends_a_pre_prepare.py
+++ b/plenum/test/node_re... | INDY-<I>: Allow some tests to run for more time | hyperledger_indy-plenum | train |
74b110450dba5e44590d1cc42f7ecb674e53c0b3 | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ php:
- 5.3
- 5.4
- 5.5
+ - hhvm
before_script:
- chmod 777 ./tests/travis/setup_arangodb.sh
diff --git a/examples/init.php b/examples/init.php
index <HASH>..<HASH> 100644
--- a/examples... | Minor changes for hhvm support. | arangodb_arangodb-php | train |
de767668339c76c5c52792c52cfe83e1a2ee9cb3 | diff --git a/src/main/java/javalin/Response.java b/src/main/java/javalin/Response.java
index <HASH>..<HASH> 100644
--- a/src/main/java/javalin/Response.java
+++ b/src/main/java/javalin/Response.java
@@ -145,19 +145,11 @@ public class Response {
return body(ResponseMapper.Jackson.toJson(object)).contentType("ap... | [core] Remove render methods without model | tipsy_javalin | train |
c785b443991b1aa55fa43e54edb12509e4bf4a28 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,8 @@ class Notifier < SendWithUsMailer::Base
version_name: 'version-A',
locale: 'en-US',
files: ["/path/to/file"],
- headers: { 'header-name' => 'header-value' }
... | Add ability to set :tags key. | sendwithus_sendwithus_ruby_action_mailer | train |
f087b2592b79e1f97d85d615a59c4932d8f0bf53 | diff --git a/CHANGES.md b/CHANGES.md
index <HASH>..<HASH> 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,8 @@
HEAD
----
* SystemEvents are no longer exceptions. Boo exceptions as flow control!
+* Celluloid::Mailbox#system_event eliminated and replaced with Mailbox#<<
+ SystemEvents are now automatically high p... | Eliminate Celluloid::Mailbox#system_event
Celluloid::Mailbox automatically detects system event messages and
treats them as being higher priority | celluloid_celluloid | train |
6b85e2df1c4af3ca3638a027099eb98e5d9430da | diff --git a/cmd_connection_test.go b/cmd_connection_test.go
index <HASH>..<HASH> 100644
--- a/cmd_connection_test.go
+++ b/cmd_connection_test.go
@@ -14,14 +14,14 @@ func TestAuth(t *testing.T) {
ok(t, err)
_, err = c.Do("AUTH", "foo", "bar")
- assert(t, err != nil, "no password set")
+ mustFail(t, err, "ERR wro... | connection made in lua needs auth
For #<I> | alicebob_miniredis | train |
9a6814dba0b78d89ebf416d59a08ad12d897f717 | diff --git a/tools/py/serial/literate.py b/tools/py/serial/literate.py
index <HASH>..<HASH> 100644
--- a/tools/py/serial/literate.py
+++ b/tools/py/serial/literate.py
@@ -122,6 +122,7 @@ def write(model, out=sys.stdout, base=None, schema=None, shorteners=None):
# FIXME: Make < pattern stricter, to avoid false positive... | Address interpretation of > | uogbuji_versa | train |
1d28403ae21e79601583441abaf63c49a612fba7 | diff --git a/lib/sprockets/utils.rb b/lib/sprockets/utils.rb
index <HASH>..<HASH> 100644
--- a/lib/sprockets/utils.rb
+++ b/lib/sprockets/utils.rb
@@ -68,6 +68,9 @@ module Sprockets
end
end
+ WHITESPACE_ORDINALS = {0x0A => "\n", 0x20 => " ", 0x09 => "\t"}
+ private_constant :WHITESPACE_ORDINALS
+
... | [close #<I>] Do not add newline when appending Semi-colons
Adding a new line with semi-colons can cause off by 1 errors with source maps. Instead we want to add a semicolon. If the last character was whitespace such as a newline, we want to make sure that there are the same number of `str.lines` before and after, so w... | rails_sprockets | train |
c7bc7566ac98dff91d58e9d1b5b3e267e065ca25 | diff --git a/Controller/Administration/UsersController.php b/Controller/Administration/UsersController.php
index <HASH>..<HASH> 100644
--- a/Controller/Administration/UsersController.php
+++ b/Controller/Administration/UsersController.php
@@ -430,7 +430,9 @@ class UsersController extends Controller
if ($form->... | Mac csv supported for user creation. | claroline_CoreBundle | train |
0c812ba9e8605da270fae6495ef2778c069156b9 | diff --git a/helper/resource/map.go b/helper/resource/map.go
index <HASH>..<HASH> 100644
--- a/helper/resource/map.go
+++ b/helper/resource/map.go
@@ -13,6 +13,21 @@ type Map struct {
Mapping map[string]Resource
}
+func (m *Map) Validate(
+ t string, c *terraform.ResourceConfig) ([]string, []error) {
+ r, ok := m.... | helper/resource: automatically validate resources
/cc @pearkes - So, just set a ConfigValidator struct up on your
resources and it'll now automatically validate. | hashicorp_terraform | train |
25f74cbaef9a2e5e3a0476fa526d3c3e47e27307 | diff --git a/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/Restarter.java b/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/Restarter.java
index <HASH>..<HASH> 100644
--- a/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/Restarter.... | Clear caches on initial restart
Tweak `Restarter` to clear caches on the initial restart.
See gh-<I> | spring-projects_spring-boot | train |
fa6457bc74aeea763729eaa1864c2843c9769427 | diff --git a/datascience/maps.py b/datascience/maps.py
index <HASH>..<HASH> 100644
--- a/datascience/maps.py
+++ b/datascience/maps.py
@@ -505,16 +505,16 @@ class Circle(Marker):
fill_opacity: float, default 0.6
Circle fill opacity
- For example, to draw three circles:
-
- t = Table().with_columns... | Fix a few warnings related to the indentation and structuring of
docstrings. | data-8_datascience | train |
7a5613119c4556735a4b64f088657a6d73c2b2ab | diff --git a/views/boom/approvals/index.php b/views/boom/approvals/index.php
index <HASH>..<HASH> 100644
--- a/views/boom/approvals/index.php
+++ b/views/boom/approvals/index.php
@@ -9,9 +9,19 @@
<? if (count($pages)): ?>
<table id="b-items-view-list">
+ <tr>
+ <th>Page title</th>
+ <th>Last edited ... | Added details of last edit to pending approvals list | boomcms_boom-core | train |
e8dd91e2411c9947a9334fa7bfc9c458b53a825f | diff --git a/src/Core/Entity/Permissions.php b/src/Core/Entity/Permissions.php
index <HASH>..<HASH> 100644
--- a/src/Core/Entity/Permissions.php
+++ b/src/Core/Entity/Permissions.php
@@ -307,7 +307,7 @@ class Permissions implements PermissionsInterface
/*
* Merge remaining user permissions (w/o resou... | [Core] Fixes: Unit tests for Permissions entity is broken. | yawik_core | train |
42c9bd20b59d0bcaab46505c4ff907d33c4cb2d9 | diff --git a/ld/__init__.py b/ld/__init__.py
index <HASH>..<HASH> 100755
--- a/ld/__init__.py
+++ b/ld/__init__.py
@@ -716,6 +716,7 @@ class LinuxDistribution(object):
"exherbo" Exherbo Linux
"gentoo" GenToo Linux
"ibm_powerkvm" IBM PowerKVM
+ "ibmkvm" KVM for IBM ... | Added ibmkvm to set of reliable distros. | nir0s_distro | train |
3a9ea4248898a1fc47f0683a39605f7c71b7269b | diff --git a/view/SSViewer.php b/view/SSViewer.php
index <HASH>..<HASH> 100644
--- a/view/SSViewer.php
+++ b/view/SSViewer.php
@@ -50,8 +50,8 @@ class SSViewer_Scope {
array_splice($this->itemStack, $this->localIndex+1);
}
- function obj($name){
-
+ function obj($name, $arguments = array()) {
+
switch ($na... | Update view/SSViewer.php | silverstripe_silverstripe-framework | train |
1749f1a12a4e5c45c3768eebea3e51b7b2f63a88 | diff --git a/lib/core/src/server/serverRequire.js b/lib/core/src/server/serverRequire.js
index <HASH>..<HASH> 100644
--- a/lib/core/src/server/serverRequire.js
+++ b/lib/core/src/server/serverRequire.js
@@ -57,7 +57,7 @@ function interopRequireDefault(filePath) {
}
function getCandidate(paths) {
- for (let i = 0; ... | I don't know why I did it before... | storybooks_storybook | train |
b348d382f2032e1a90f67e846ac66eacbf674946 | diff --git a/symphony/lib/toolkit/class.xmlelement.php b/symphony/lib/toolkit/class.xmlelement.php
index <HASH>..<HASH> 100755
--- a/symphony/lib/toolkit/class.xmlelement.php
+++ b/symphony/lib/toolkit/class.xmlelement.php
@@ -870,7 +870,10 @@ class XMLElement implements IteratorAggregate
if ($node->hasC... | Preserve CDATA nodes when converting XML string into XMLElement
CDATA was getting identified as DOMText and therefore sanitised when it should be preserved as a CDATA section. | symphonycms_symphony-2 | train |
15c2256e982c317f78fdadaeb9e8d0cb348893ce | diff --git a/drools-workbench-models/drools-workbench-models-commons/src/test/java/org/drools/workbench/models/commons/backend/rule/RuleModelDRLPersistenceUnmarshallingTest.java b/drools-workbench-models/drools-workbench-models-commons/src/test/java/org/drools/workbench/models/commons/backend/rule/RuleModelDRLPersisten... | BZ<I> - GRE doesn't recognize formulas, calls on globals, etc. when reopening rule. Fix following merge | kiegroup_drools | train |
7d11c1a05a32056d5853d1d43f75bba8e1de5307 | diff --git a/spec/system_spec.rb b/spec/system_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/system_spec.rb
+++ b/spec/system_spec.rb
@@ -2,9 +2,7 @@ require "spec/helper/all"
describe EventMachine::Synchrony do
- # FIXME: Not only it fails on Travis for some reason, but it also
- # triggers failures in many of... | Try re-enabling the system spec now | igrigorik_em-synchrony | train |
83effda483b6e3ccdceeaf850de7b9a13d93f1b7 | diff --git a/sos/jupyter/kernel.js b/sos/jupyter/kernel.js
index <HASH>..<HASH> 100644
--- a/sos/jupyter/kernel.js
+++ b/sos/jupyter/kernel.js
@@ -117,8 +117,8 @@ define([
for (var i = 0; i < cells.length; ++i) {
if (cells[i].metadata.kernel == undefined || cells[i].metadata.kernel === 'so... | Implement and document the new workflow cell behavior (close #<I>) | vatlab_SoS | train |
bf6cfa6bb1e2daf52463e2b3dc1470989b8a2e15 | diff --git a/lib/ffi-icu/time_formatting.rb b/lib/ffi-icu/time_formatting.rb
index <HASH>..<HASH> 100644
--- a/lib/ffi-icu/time_formatting.rb
+++ b/lib/ffi-icu/time_formatting.rb
@@ -254,7 +254,10 @@ module ICU
# Either ensure the skeleton has, or does not have, am/pm, as appropriate
if ['h11', 'h12... | Don't add am/pm marker if there is no time in the format string
Currently, doing something like `format(time, time: :none, hour_cycle:
'h<I>')` will give a string like "<I>/<I>/<I> PM" - the am/pm marker is
added to the skeleton even though the skeleton has no other time
markers. | fantasticfears_ffi-icu | train |
eefccd7f54c2a8655dee166ccd717585ffd96b22 | diff --git a/src/components/Editor/ColumnBreakpoint.js b/src/components/Editor/ColumnBreakpoint.js
index <HASH>..<HASH> 100644
--- a/src/components/Editor/ColumnBreakpoint.js
+++ b/src/components/Editor/ColumnBreakpoint.js
@@ -40,12 +40,17 @@ export default class ColumnBreakpoint extends PureComponent<Props> {
add... | Immediately render column breakpoints before scroll (#<I>) | firefox-devtools_debugger | train |
71d424f18bdd205c1b217fa40a7bfdc931def5d5 | diff --git a/spyderlib/cli_options.py b/spyderlib/cli_options.py
index <HASH>..<HASH> 100644
--- a/spyderlib/cli_options.py
+++ b/spyderlib/cli_options.py
@@ -11,7 +11,7 @@ def get_options():
Convert options into commands
return commands, message
"""
- parser = optparse.OptionParser(usage="spyder [opt... | Single instance mode: Improve help for command line options | spyder-ide_spyder | train |
ae6338577323fad8a6c1c8945a040af747f1f2ba | diff --git a/src/Exscript/workqueue/Job.py b/src/Exscript/workqueue/Job.py
index <HASH>..<HASH> 100644
--- a/src/Exscript/workqueue/Job.py
+++ b/src/Exscript/workqueue/Job.py
@@ -42,12 +42,8 @@ class Job(threading.Thread):
self.local_data)
except Exception, e:
self... | Fix: error reporting when debug level is 0. | knipknap_exscript | train |
c2e656cb43bad640214589be19cb0623b5b4dfa8 | diff --git a/src/angular-multi-select.js b/src/angular-multi-select.js
index <HASH>..<HASH> 100644
--- a/src/angular-multi-select.js
+++ b/src/angular-multi-select.js
@@ -210,7 +210,7 @@ angular_multi_select.directive('angularMultiSelect', [
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ... | Do not use fat arrow functions when not required | alexandernst_angular-multi-select | train |
0ac8937ed290d0027149b290cbe6c41db0c9d5f0 | diff --git a/src/bbn/Db/Languages/Sql.php b/src/bbn/Db/Languages/Sql.php
index <HASH>..<HASH> 100644
--- a/src/bbn/Db/Languages/Sql.php
+++ b/src/bbn/Db/Languages/Sql.php
@@ -602,7 +602,7 @@ abstract class Sql implements SqlEngines, Engines, EnginesApi, SqlFormatters
$num_types = in_array($cfg['kind'], ['INSERT'... | Adde some error log in Sql | nabab_bbn | train |
7eaf16817a1da09983a75cbcea94d1b33c62c806 | diff --git a/rest_framework_tracking/mixins.py b/rest_framework_tracking/mixins.py
index <HASH>..<HASH> 100644
--- a/rest_framework_tracking/mixins.py
+++ b/rest_framework_tracking/mixins.py
@@ -74,12 +74,12 @@ class BaseLoggingMixin(object):
self.handle_log()
elif response.excepti... | Fix working drf-tracking with ATOMIC_REQUESTS | aschn_drf-tracking | train |
af5648d541742d6ae65009752187c082766fa940 | diff --git a/lib/main.js b/lib/main.js
index <HASH>..<HASH> 100644
--- a/lib/main.js
+++ b/lib/main.js
@@ -273,29 +273,39 @@ module.exports = function(api) {
});
_server.on('list', function(connection, target, systemId, containerId, user){
- if (!handlers.authorized(connection, netOut(connection, 'list... | Added auth check in all nfd-protocol commands | nearform_nscale-protocol | train |
589f627d46aba5d279b5fa205592a040afdca999 | diff --git a/src/main/java/io/github/bonigarcia/seljup/handler/DockerDriverHandler.java b/src/main/java/io/github/bonigarcia/seljup/handler/DockerDriverHandler.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/github/bonigarcia/seljup/handler/DockerDriverHandler.java
+++ b/src/main/java/io/github/bonigarcia/selju... | Refactor hub URL logic in a separate method | bonigarcia_selenium-jupiter | train |
e274535088e42c0596665ddd4ef84b70e9edc013 | diff --git a/src/main/java/stormpot/bpool/BlazePool.java b/src/main/java/stormpot/bpool/BlazePool.java
index <HASH>..<HASH> 100644
--- a/src/main/java/stormpot/bpool/BlazePool.java
+++ b/src/main/java/stormpot/bpool/BlazePool.java
@@ -45,8 +45,6 @@ implements LifecycledResizablePool<T> {
*/
private final BSlot<T... | Remove todo suggesting adding an indirection in the TLR reference.
I really doubt that it would have been an improvement, because it is only
the slow path of BlazePool.claim that does ThreadLocal writes. For the fast
path, we only do a ThreadLocal read, and then the indirection would just
another pointer we would have... | chrisvest_stormpot | train |
3376553cc2b2d93f982ad4771edec5eae7fdc0ef | diff --git a/views/partials/chain.php b/views/partials/chain.php
index <HASH>..<HASH> 100644
--- a/views/partials/chain.php
+++ b/views/partials/chain.php
@@ -36,7 +36,7 @@ foreach ($stacktrace as $index => $trace) {
$args = $valueWrapper->wrap($trace['args']);
} ?>
<div class="call">
- <div c... | Replace all "join" functions to original "implode" alternative | spiral_exceptions | train |
37cecec4d7357481f3024788f2498e2c405c0866 | diff --git a/aston/Features/Peak.py b/aston/Features/Peak.py
index <HASH>..<HASH> 100644
--- a/aston/Features/Peak.py
+++ b/aston/Features/Peak.py
@@ -115,6 +115,8 @@ class Peak(DBObject):
return Spectrum(self.db, None, self.db_id, info, data)
def update_model(self, key):
+ # TODO: the model shou... | Language selection now works again and Fields.py has UTF-8 translation
support. | bovee_Aston | train |
9fba040591ede4cd32b7e37f9750e248812c4195 | diff --git a/dbussy.py b/dbussy.py
index <HASH>..<HASH> 100644
--- a/dbussy.py
+++ b/dbussy.py
@@ -434,6 +434,8 @@ class DBUS :
TIMEOUT_INFINITE = 0x7fffffff
TIMEOUT_USE_DEFAULT = -1
+ DEFAULT_TIMEOUT = 25 # seconds, from dbus-connection-internal.h in libdbus source
+
# from dbus-message.h:
cla... | add mechanism for awaiting new Connections on Server | ldo_dbussy | train |
2ff95a8d156a285208b83dbdeecd9310a7cf8fbb | diff --git a/lib/bugsnag/notification.rb b/lib/bugsnag/notification.rb
index <HASH>..<HASH> 100644
--- a/lib/bugsnag/notification.rb
+++ b/lib/bugsnag/notification.rb
@@ -146,6 +146,7 @@ module Bugsnag
end
def user=(user = {})
+ return unless user.is_a? Hash
@user.merge!(user).delete_if{|k,v| v ... | User= only supports a hash | bugsnag_bugsnag-ruby | train |
3fa51561728856b05f2de12f48e7944e80281b13 | diff --git a/classes/WPCC/Module/WordPress.php b/classes/WPCC/Module/WordPress.php
index <HASH>..<HASH> 100644
--- a/classes/WPCC/Module/WordPress.php
+++ b/classes/WPCC/Module/WordPress.php
@@ -88,9 +88,10 @@ class WordPress extends \Codeception\Module {
*
* @access public
* @param string $role A user role to... | Added ability to pass a password which will be used to create a temp user. | 10up_wp-codeception | train |
318a8ee6f67fe5bf50e5e5d24b4de69826accc09 | diff --git a/Resources/Public/Scripts/jquery.gomapsext.js b/Resources/Public/Scripts/jquery.gomapsext.js
index <HASH>..<HASH> 100644
--- a/Resources/Public/Scripts/jquery.gomapsext.js
+++ b/Resources/Public/Scripts/jquery.gomapsext.js
@@ -105,7 +105,8 @@
infoWindowLink: 0,
... | [BUGFIX] #<I> Missing categories in combination with KML Files | mhirdes_go_maps_ext | train |
65de1403ec632307aeaf08007ac3b4eb899c1899 | diff --git a/Config/Configuration.php b/Config/Configuration.php
index <HASH>..<HASH> 100755
--- a/Config/Configuration.php
+++ b/Config/Configuration.php
@@ -50,7 +50,11 @@ class Configuration
// TODO allow this missing with outputBucket in place
if (empty($configYml['id'])) {
- throw new UserException("Miss... | feat: make config.id optional with outputBucket in place | keboola_juicer | train |
b75d8614f926c077e48d85f1f8f7885b758c6225 | diff --git a/httpunix_test.go b/httpunix_test.go
index <HASH>..<HASH> 100644
--- a/httpunix_test.go
+++ b/httpunix_test.go
@@ -18,13 +18,13 @@ func Example_clientStandalone() {
RequestTimeout: 1 * time.Second,
ResponseHeaderTimeout: 1 * time.Second,
}
- u.RegisterLocation("foo", "sock")
+ u.RegisterLocat... | More descriptive placeholders than foo and bar | tv42_httpunix | train |
55251bf887138d4392e7c65aa6c8b0f01986ddf0 | diff --git a/actions/class.CommonModule.php b/actions/class.CommonModule.php
index <HASH>..<HASH> 100644
--- a/actions/class.CommonModule.php
+++ b/actions/class.CommonModule.php
@@ -130,11 +130,6 @@ abstract class tao_actions_CommonModule extends LegacyController implements Serv
return $this->getSession()->ge... | refactor: remove unecessary method | oat-sa_tao-core | train |
e7fe9a7cb7769be8c1f6cdff501b154f1a6e40ac | diff --git a/src/main/java/com/xtremelabs/robolectric/shadows/ShadowView.java b/src/main/java/com/xtremelabs/robolectric/shadows/ShadowView.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/xtremelabs/robolectric/shadows/ShadowView.java
+++ b/src/main/java/com/xtremelabs/robolectric/shadows/ShadowView.java
@@ -5... | Added support for getters and setters of X and Y on ShadowView | robolectric_robolectric | train |
f7b0d63a6098f728234a76c6757c80679d5b9040 | diff --git a/projects/sequence_prediction/discrete_sequences/tm/tm.py b/projects/sequence_prediction/discrete_sequences/tm/tm.py
index <HASH>..<HASH> 100755
--- a/projects/sequence_prediction/discrete_sequences/tm/tm.py
+++ b/projects/sequence_prediction/discrete_sequences/tm/tm.py
@@ -36,11 +36,20 @@ from htmresearch.... | inject temporal noise for tm | numenta_htmresearch | train |
535995967af937d7bbc0067333d64f84d0e21394 | diff --git a/oauth2/__init__.py b/oauth2/__init__.py
index <HASH>..<HASH> 100644
--- a/oauth2/__init__.py
+++ b/oauth2/__init__.py
@@ -36,7 +36,11 @@ except ImportError:
from cgi import parse_qs, parse_qsl
-VERSION = '1.0' # Hi Blaine!
+import _version
+
+__version__ = _version.__version__
+
+OAUTH_VERSION = ... | make oauth2.__version__ exist, rename VERSION to OAUTH_VERSION for clarity | joestump_python-oauth2 | train |
24b3045d2a0d3a60fac5619432e9bb7a31a5db64 | diff --git a/src/One/TwitterProvider.php b/src/One/TwitterProvider.php
index <HASH>..<HASH> 100644
--- a/src/One/TwitterProvider.php
+++ b/src/One/TwitterProvider.php
@@ -15,7 +15,7 @@ class TwitterProvider extends AbstractProvider
throw new InvalidArgumentException('Invalid request. Missing OAuth verifier... | Changed isNewUser call to shouldBypassCache
This fixes an issue where the isNewUser method was renamed to shouldBypassCache but not changed here. | laravel_socialite | train |
19de90a7b32cd93ccc31c100ef8d8d036f5afcd2 | diff --git a/api/client/client.go b/api/client/client.go
index <HASH>..<HASH> 100644
--- a/api/client/client.go
+++ b/api/client/client.go
@@ -87,6 +87,10 @@ type Client struct {
userAgent string
}
+func (c *Client) BaseURL() string {
+ return c.base.String()
+}
+
func (c *Client) SetTLS(tlsConfig *tls.Config) ... | Add support for cluster pairing over https endpoints. (#<I>)
- This ensures that two clusters can pair over an https endpoint
with TLS config set to skip verify if the clusters are not TLS enabled. | libopenstorage_openstorage | train |
28a7ad39560c82ae05dfebcd2db74f9a9c111c64 | diff --git a/src/cf/api/endpoints.go b/src/cf/api/endpoints.go
index <HASH>..<HASH> 100644
--- a/src/cf/api/endpoints.go
+++ b/src/cf/api/endpoints.go
@@ -3,6 +3,7 @@ package api
import (
"cf/configuration"
"cf/net"
+ "regexp"
"strings"
)
@@ -75,11 +76,15 @@ func (repo RemoteEndpointRepository) attemptUpdate(... | When /v2/info doesn't give loggregator URL, try to guess it
[finishes #<I>] | cloudfoundry_cli | train |
8ca4c05a75221f86413da39301d1e4a5fed110b4 | diff --git a/app/models/content_search/search_utils.rb b/app/models/content_search/search_utils.rb
index <HASH>..<HASH> 100644
--- a/app/models/content_search/search_utils.rb
+++ b/app/models/content_search/search_utils.rb
@@ -14,14 +14,7 @@ class ContentSearch::SearchUtils
cattr_accessor :current_organization, :mod... | Fixed label validator
Fixed label validator to check over beginning/end of string rather than the
beginning or end of line. | Katello_katello | train |
b70159ab14fbb934efe035f5bf61bf65537f313e | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,7 @@
* Ebanx: Reduce supported countries to Brazil and Mexico [davidsantoso]
* Payeezy: Add customer_id_type and customer_id_number fields [davidsantoso] #2454
* Payeezy: Add client_email field for telecheck [... | FirstData Payeezy: Set default ECI value for auth/purchase transactions
I've heard from a few users that this gateway (and/or their processors
behind it) are now soft-requiring the ECI indicator to always be set.
Typical of this gateway, [documentation is unclear at
best](<URL> | activemerchant_active_merchant | train |
62a5c3e7f972b95974129ce6109c8f30e5b3f066 | diff --git a/openquake/writer.py b/openquake/writer.py
index <HASH>..<HASH> 100644
--- a/openquake/writer.py
+++ b/openquake/writer.py
@@ -190,10 +190,10 @@ class CompositeWriter(object):
def compose_writers(writers):
"""
Takes a list of writers (the list can be empty or contain None items) and
- returns ... | compose_writers returns None if no writer was provided
Former-commit-id: b<I>aeb<I>a<I>cc<I>c0e<I>bb<I>eeed | gem_oq-engine | train |
ded381b680630eef78b740e7792c9ad61f691466 | diff --git a/src/Lib/platform.py b/src/Lib/platform.py
index <HASH>..<HASH> 100644
--- a/src/Lib/platform.py
+++ b/src/Lib/platform.py
@@ -1292,8 +1292,27 @@ def _sys_version(sys_version=None):
if result is not None:
return result
+
# Parse it
- if 'IronPython' in sys_version:
+ if 'Brython' ... | add brython as implementation in platform.py | brython-dev_brython | train |
fb5e0446f7e7dd79b5c32cb37c05302ae7336f0f | diff --git a/components/distribution/FlexiHash.php b/components/distribution/FlexiHash.php
index <HASH>..<HASH> 100755
--- a/components/distribution/FlexiHash.php
+++ b/components/distribution/FlexiHash.php
@@ -61,6 +61,8 @@ class FlexiHash extends BaseClass
foreach ($servers as $server) {
$this->... | flexihash refactory | luoxiaojun1992_lb_framework | train |
53b4cce4b4d46df6dea448c956d6866511e8e2b4 | diff --git a/lib/action_controller/wechat_responder.rb b/lib/action_controller/wechat_responder.rb
index <HASH>..<HASH> 100644
--- a/lib/action_controller/wechat_responder.rb
+++ b/lib/action_controller/wechat_responder.rb
@@ -52,7 +52,8 @@ module ActionController
class << Base
include WechatResponder
... | Fix #<I>, have to both support API and Base | Eric-Guo_wechat | train |
29525c55d9fd279f084ca7ee039bde461ec739af | diff --git a/lib/dm-core/property.rb b/lib/dm-core/property.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-core/property.rb
+++ b/lib/dm-core/property.rb
@@ -399,7 +399,6 @@ module DataMapper
def inherited(descendant)
add_descendant(descendant)
- descendant.primitive primitive
descendant.... | Removed redundant call setting the primitive
* This should already be handled by the code that copies settings
to the descendant (just underneath this). | datamapper_dm-core | train |
d89c5ea501fded8886f2c06a605fe46d5beea503 | diff --git a/src/interaction/InteractionManager.js b/src/interaction/InteractionManager.js
index <HASH>..<HASH> 100644
--- a/src/interaction/InteractionManager.js
+++ b/src/interaction/InteractionManager.js
@@ -152,6 +152,13 @@ function InteractionManager(renderer, options)
this.last = 0;
/**
+ * Every ... | TagPro had problem with this thing. | pixijs_pixi.js | train |
199b82446ab0095162e7d855722474bb6dab2f5a | diff --git a/landsat/image.py b/landsat/image.py
index <HASH>..<HASH> 100644
--- a/landsat/image.py
+++ b/landsat/image.py
@@ -3,11 +3,12 @@
# License: CC0 1.0 Universal
import os
-from os.path import join, isdir
import tarfile
import glob
from copy import copy
import subprocess
+from shutil import copyfile
+fr... | copy mtl and read metadata | developmentseed_landsat-util | train |
1201f3f7242386d9f21a76fe8e2b5783fb1c8e17 | diff --git a/grimoire_elk/_version.py b/grimoire_elk/_version.py
index <HASH>..<HASH> 100644
--- a/grimoire_elk/_version.py
+++ b/grimoire_elk/_version.py
@@ -1,2 +1,2 @@
# Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440
-__version__ = "0.70.0"
+__version__ = "0.71.0" | Update version number to <I> | chaoss_grimoirelab-elk | train |
fdef7efb19fad1e322b45a32964c02542e099512 | diff --git a/dolo/algos/perfect_foresight.py b/dolo/algos/perfect_foresight.py
index <HASH>..<HASH> 100644
--- a/dolo/algos/perfect_foresight.py
+++ b/dolo/algos/perfect_foresight.py
@@ -127,58 +127,51 @@ def deterministic_solve(
# definitions
n_s = len(model.calibration['states'])
n_x = len(model.calibr... | ENH: perfect foresight accepts initial guess + convention change | EconForge_dolo | train |
4b7656b665720bf5a63e0baddac8bad01e798fe6 | diff --git a/src/Sylius/Bundle/PromotionBundle/Controller/CouponController.php b/src/Sylius/Bundle/PromotionBundle/Controller/CouponController.php
index <HASH>..<HASH> 100644
--- a/src/Sylius/Bundle/PromotionBundle/Controller/CouponController.php
+++ b/src/Sylius/Bundle/PromotionBundle/Controller/CouponController.php
@... | Remove unnecessary new instance of Instruction
The entity instance is already injected | Sylius_Sylius | train |
2de7d5b625ddf75eb96615b4c272c89eef47ad1d | diff --git a/autoNumeric-2.0/autoNumeric-2.0-BETA.js b/autoNumeric-2.0/autoNumeric-2.0-BETA.js
index <HASH>..<HASH> 100644
--- a/autoNumeric-2.0/autoNumeric-2.0-BETA.js
+++ b/autoNumeric-2.0/autoNumeric-2.0-BETA.js
@@ -1644,11 +1644,9 @@
var suffix = currentValue.substring(this.selectionEnd || ... | in paste event do not do .autoNumeric('set') if value is unchanged to avoid caret position change | autoNumeric_autoNumeric | train |
eb3a6ed211f5603c5c4edcfb06391667ada103cf | diff --git a/tests/test_examples.py b/tests/test_examples.py
index <HASH>..<HASH> 100644
--- a/tests/test_examples.py
+++ b/tests/test_examples.py
@@ -50,21 +50,6 @@ def popen(path, wait_for_listen=False):
process.kill()
-@pytest.yield_fixture
-def examples_dir():
- cwd = os.getcwd()
-
- examples = o... | stop writing .coverage files inside examples directory | uber_tchannel-python | train |
7df4d5d10bda82546a0d51947163e9ad110b7fcf | diff --git a/custodian/vasp/handlers.py b/custodian/vasp/handlers.py
index <HASH>..<HASH> 100644
--- a/custodian/vasp/handlers.py
+++ b/custodian/vasp/handlers.py
@@ -129,31 +129,37 @@ class VaspErrorHandler(ErrorHandler):
"action": {"_set": {"SYMPREC": 1e-8}}})
if "brmix" in sel... | brmix in vasp.handlers: fall back on prev strategy, try Monkhorst | materialsproject_custodian | train |
14b5c3c39eae486a4cebb5d4384b14af27596490 | diff --git a/phpfastcache_v2.1_release/phpfastcache/phpfastcache.php b/phpfastcache_v2.1_release/phpfastcache/phpfastcache.php
index <HASH>..<HASH> 100644
--- a/phpfastcache_v2.1_release/phpfastcache/phpfastcache.php
+++ b/phpfastcache_v2.1_release/phpfastcache/phpfastcache.php
@@ -101,7 +101,7 @@ class phpFastCache {
... | Solved Issue #<I>
increment, decrement & touch methods issue has been solved | PHPSocialNetwork_phpfastcache | train |
aca7a2ab353a2fa29d3aad5b1d6ca67a9c08ab6d | diff --git a/request-callback/src/main/java/org/talend/esb/mep/requestcallback/beans/JmsUriConfiguration.java b/request-callback/src/main/java/org/talend/esb/mep/requestcallback/beans/JmsUriConfiguration.java
index <HASH>..<HASH> 100644
--- a/request-callback/src/main/java/org/talend/esb/mep/requestcallback/beans/JmsUr... | Request-Callback: JMS-URI: Laave chars needed for JNDI params unencoded. | Talend_tesb-rt-se | train |
3d47794bbbfb9f89e3aadcc42ce450be053c8fab | diff --git a/src/styles/points/points.js b/src/styles/points/points.js
index <HASH>..<HASH> 100755
--- a/src/styles/points/points.js
+++ b/src/styles/points/points.js
@@ -54,7 +54,7 @@ Object.assign(Points, {
let tile = context.tile.key;
style.color = (rule_style.color && StyleParser.cacheColor(rule... | add caching for a couple other parsed style properties | tangrams_tangram | train |
6ac315f03a2839d92763cc4cb00a0ab15c772684 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ setup(name='textfsm',
version=textfsm.__version__,
description='Python module for parsing semi-structured text into python tables.',
long_description=long_description,
- long_descriptio... | Typo in setup.py. | google_textfsm | train |
1897225cc8f5750e8a665314e5826e9632df59d4 | diff --git a/littletable.py b/littletable.py
index <HASH>..<HASH> 100644
--- a/littletable.py
+++ b/littletable.py
@@ -924,7 +924,7 @@ class Table(object):
return ""
def _normalize_split(self, s):
- return [self._normalize_word(wd) for wd in shlex.split(s)]
+ return [self._normalize_wo... | Don't shlex.split() table attributes - malformed quotes will raise exception | ptmcg_littletable | train |
ffdeb56b0657f727dcdb006de92e0e0b570ffca1 | diff --git a/lib/presenter/base.rb b/lib/presenter/base.rb
index <HASH>..<HASH> 100644
--- a/lib/presenter/base.rb
+++ b/lib/presenter/base.rb
@@ -1,4 +1,17 @@
module Presenter
class Base
+ protected
+ def method_missing(method, *args, &block)
+ model_instance.send(method, *args, &block)
+ end
+
+ ... | methods for correctly dynamically delegating methods to instance variables of passed in models based on naming conventions | samsarge_presenter-rails | train |
2d7c5758dffda4b17acaffbea7c7fb337d446bea | diff --git a/cellbase-mongodb/src/main/java/org/opencb/cellbase/mongodb/loader/MongoDBCellBaseLoader.java b/cellbase-mongodb/src/main/java/org/opencb/cellbase/mongodb/loader/MongoDBCellBaseLoader.java
index <HASH>..<HASH> 100644
--- a/cellbase-mongodb/src/main/java/org/opencb/cellbase/mongodb/loader/MongoDBCellBaseLoad... | mongodb: bug fix when connecting to database for loading | opencb_cellbase | train |
2dd368655a03ea1f0f258c1fa32ec2a487f64772 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "testarmada-magellan",
- "version": "11.0.12",
+ "version": "11.0.13",
"description": "Massively parallel automated testing",
"main": "src/main",
"directories": {
diff --gi... | made-whitelist-more-specific | TestArmada_magellan | train |
82ba7d0a72ffa5431d5e1b3081859b5018e8f440 | diff --git a/contextMenu.js b/contextMenu.js
index <HASH>..<HASH> 100644
--- a/contextMenu.js
+++ b/contextMenu.js
@@ -4,16 +4,30 @@ angular.module('ui.bootstrap.contextMenu', [])
var contextMenus = [];
- var removeContextMenus = function() {
- while(contextMenus.length) {
+ var removeContextMenus =... | Added functionality to display the nested menu on mouseover | Templarian_ui.bootstrap.contextMenu | train |
d40ce3192203d21fe8ea8ec8788642dc714467cb | diff --git a/deployment/update/update.py b/deployment/update/update.py
index <HASH>..<HASH> 100644
--- a/deployment/update/update.py
+++ b/deployment/update/update.py
@@ -115,6 +115,7 @@ def ping_newrelic(ctx):
print 'Post deployment to New Relic'
data = urllib.urlencode({
+ 'deployment[u... | Bug <I> - Set the New Relic deploy user to "Chief"
So we don't use the default. | mozilla_treeherder | train |
5e927bb391e00a96a2f0538d5080a93e81861a65 | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100755
--- a/manifest.php
+++ b/manifest.php
@@ -35,7 +35,7 @@ return array(
'label' => 'Item core extension',
'description' => 'TAO Items extension',
'license' => 'GPL-2.0',
- 'version' => '6.4.0',
+ 'version' => '6.4.1',
'author' ... | Update the version in the updater.php and manifest.php . | oat-sa_extension-tao-item | train |
40b9e905d57afae455ba7730f7cc0c5d1af278f7 | diff --git a/src/parser.py b/src/parser.py
index <HASH>..<HASH> 100644
--- a/src/parser.py
+++ b/src/parser.py
@@ -24,7 +24,7 @@ import tokenizer
import treebuilders
from treebuilders.base import Marker
-from treebuilders import DOMlite
+from treebuilders import simpletree
import utils
from constants import con... | Added documentation, about to rename DOMlite to simpletree
--HG--
extra : convert_revision : svn%3Aacbfec<I>-<I>-<I>-a<I>-<I>a<I>e<I>e0/trunk%<I> | html5lib_html5lib-python | train |
b567510cff606c9dd67cb7c56169bc596590e700 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -144,6 +144,7 @@ _deps = [
"sentencepiece>=0.1.91,!=0.1.92",
"sigopt",
"librosa",
+ "markdown!=3.3.5",
"sphinx-copybutton",
"sphinx-markdown-tables",
"sphinx-rtd-theme==0.4.3", # sphinx-rtd-th... | Debug doc (#<I>)
* Create branch for tests
* Pin first upgrade
* Really pin
* Polish fix | huggingface_pytorch-pretrained-BERT | train |
8595ff0e8bc8e565053c1e1ed52a8373fa11b4c4 | diff --git a/lib/plugins/platform/platform.js b/lib/plugins/platform/platform.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/platform/platform.js
+++ b/lib/plugins/platform/platform.js
@@ -163,8 +163,10 @@ class Platform {
const username = jwtDecode(authToken).nickname;
const serviceName = t... | Switch to serverless log method
For consinstency's sake. | serverless_serverless | train |
53a04c59d3396b6aa8724cad27c6bdf4d2fff606 | diff --git a/playlist.go b/playlist.go
index <HASH>..<HASH> 100644
--- a/playlist.go
+++ b/playlist.go
@@ -605,3 +605,38 @@ func (c *Client) removeTracksFromPlaylist(userID string, playlistID ID,
err = json.NewDecoder(resp.Body).Decode(&result)
return result.SnapshotID, err
}
+
+// ReplacePlaylistTracks replaces a... | Add the ability to replace all of the tracks in a playlist.
At this point, the entire Web API should be accessible via package spotify. | zmb3_spotify | train |
75c4c93e4406a00df5d932c00ea784d36a41354a | diff --git a/tensorforce/contrib/openai_gym.py b/tensorforce/contrib/openai_gym.py
index <HASH>..<HASH> 100755
--- a/tensorforce/contrib/openai_gym.py
+++ b/tensorforce/contrib/openai_gym.py
@@ -88,22 +88,23 @@ class OpenAIGym(Environment):
elif isinstance(space, gym.spaces.Tuple):
states = dict()... | flatten OpenAI state/action spaces | tensorforce_tensorforce | train |
1ab0dcb3061c195c3c1f41c7e9effc8b0579f77c | diff --git a/web/concrete/controllers/search/files.php b/web/concrete/controllers/search/files.php
index <HASH>..<HASH> 100644
--- a/web/concrete/controllers/search/files.php
+++ b/web/concrete/controllers/search/files.php
@@ -199,7 +199,7 @@ class Files extends Controller
print $form->select('extensio... | Fix remembering old file search criteria
Former-commit-id: ec2a<I>d<I>edab1aa<I>edb4c<I>a4efee7b<I>cfe | concrete5_concrete5 | train |
5cff5ac4d0a78dabb8ad2651ca0074e1b313f519 | diff --git a/src/Routing/RouteCollection.php b/src/Routing/RouteCollection.php
index <HASH>..<HASH> 100644
--- a/src/Routing/RouteCollection.php
+++ b/src/Routing/RouteCollection.php
@@ -139,17 +139,13 @@ class RouteCollection implements Countable, IteratorAggregate
*/
public function match(Request $request)... | Improve the Nova\Routing\RouteCollection | nova-framework_system | train |
ba2b90dec89de2e495a93acf86fbb4180e0768d8 | diff --git a/modules/ReduxAsyncConnect.js b/modules/ReduxAsyncConnect.js
index <HASH>..<HASH> 100644
--- a/modules/ReduxAsyncConnect.js
+++ b/modules/ReduxAsyncConnect.js
@@ -91,6 +91,10 @@ class ReduxAsyncConnect extends React.Component {
this.loadAsyncData(nextProps);
}
+ shouldComponentUpdate(nextProps, n... | ReduxAsyncConnect should rerender components only if props were changed | makeomatic_redux-connect | train |
fef96eeb05a9dcd2caa7e5f171e5190f12e0a5cc | diff --git a/config/doctrine.php b/config/doctrine.php
index <HASH>..<HASH> 100644
--- a/config/doctrine.php
+++ b/config/doctrine.php
@@ -46,6 +46,7 @@ return [
'listeners' => [],
'subscribers' => []
],
+ 'filters' => []
]
],
/*
diff --git ... | Add ability to register filters in config | patrickbrouwers_Laravel-Doctrine | train |
d838eadb0cee9eee29018224ffb1f067af304f55 | diff --git a/packages/core/src/state/entities/contents.js b/packages/core/src/state/entities/contents.js
index <HASH>..<HASH> 100644
--- a/packages/core/src/state/entities/contents.js
+++ b/packages/core/src/state/entities/contents.js
@@ -46,6 +46,20 @@ export type NotebookContentRecordProps = {
writable: boolean
}... | create a dummy content record
this is for use when you know the path of content (and are likely loading it)
but not the real content | nteract_nteract | train |
a03fabc5ab7a3694535b502bbcefbb384ec651e2 | diff --git a/lib/svtplay_dl/postprocess/__init__.py b/lib/svtplay_dl/postprocess/__init__.py
index <HASH>..<HASH> 100644
--- a/lib/svtplay_dl/postprocess/__init__.py
+++ b/lib/svtplay_dl/postprocess/__init__.py
@@ -121,7 +121,7 @@ class postprocess:
if (self.stream.audio and self.config.get("only_audio")) or (... | postprocess: when merge subtitle into file remove it
fixes: <I> | spaam_svtplay-dl | train |
f58fca2d1cb9648d90972294338cf6545a6610e8 | diff --git a/gatekeeper/__init__.py b/gatekeeper/__init__.py
index <HASH>..<HASH> 100644
--- a/gatekeeper/__init__.py
+++ b/gatekeeper/__init__.py
@@ -0,0 +1,13 @@
+from .app import App
+
+from .endpoints.endpoint import Endpoint
+from .endpoints.html_endpoint import HtmlEndpoint
+from .endpoints.json_endpoint import J... | Make some classes available from namespace root | hugollm_gatekeeper | train |
e15bfd16b42099eb03d8abb5fcb8ee36dc8c604f | diff --git a/lib/dialect/postgres.js b/lib/dialect/postgres.js
index <HASH>..<HASH> 100644
--- a/lib/dialect/postgres.js
+++ b/lib/dialect/postgres.js
@@ -792,14 +792,16 @@ Postgres.prototype.visitModifier = function(node) {
Postgres.prototype.visitIndexes = function(node) {
/* jshint unused: false */
- var tabl... | index select including namespace - with test | brianc_node-sql | train |
30a784c0e1d9363015c6bf6d2eabcb6bc1586898 | diff --git a/src/wcmf/application/controller/MediaController.php b/src/wcmf/application/controller/MediaController.php
index <HASH>..<HASH> 100644
--- a/src/wcmf/application/controller/MediaController.php
+++ b/src/wcmf/application/controller/MediaController.php
@@ -113,6 +113,8 @@ class MediaController extends Control... | Don't check sub directories in media controller | iherwig_wcmf | train |
ff48b1e9f1e4aff4f82afe9d05c278c967bffc04 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
requires = ['pymongo']
setup(name='minimongo',
- version='0.2.2',
+ version='0.2.3',
description='Minimal database Model management for... | New setup.py for pypi | slacy_minimongo | train |
10de98778598d795b776d96d01ff01dbcf6b7f7b | diff --git a/packages/react-native-web/src/hooks/usePlatformMethods.js b/packages/react-native-web/src/hooks/usePlatformMethods.js
index <HASH>..<HASH> 100644
--- a/packages/react-native-web/src/hooks/usePlatformMethods.js
+++ b/packages/react-native-web/src/hooks/usePlatformMethods.js
@@ -53,12 +53,14 @@ export defaul... | [fix] usePlatformMethods guard against null hostNode
Fix #<I> | necolas_react-native-web | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.