hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
157b27f0373c4bf3829a65207ed196f71415ffd8 | diff --git a/angular-password.js b/angular-password.js
index <HASH>..<HASH> 100644
--- a/angular-password.js
+++ b/angular-password.js
@@ -11,20 +11,19 @@
// if ng1.3+
if (ngModel.$validators) {
ngModel.$validators.passwordMatch = function(modelValue) {
- return (modelValue === otherPassw... | fix #3, add validation to new password in ng<I>+ | PatrickJS_angular-password | train |
d752a8691f613b0f9e9acf4e988fe9a27acdf3d8 | diff --git a/backup/backuplib.php b/backup/backuplib.php
index <HASH>..<HASH> 100644
--- a/backup/backuplib.php
+++ b/backup/backuplib.php
@@ -466,6 +466,13 @@
fwrite ($bf,full_tag("DATE",2,false,$preferences->backup_unique_code));
//The original site wwwroot
fwrite ($bf,full_tag("ORIGINAL_WW... | ZIP_METHOD included in backup for future tests at restore time. | moodle_moodle | train |
70e36376606456401c3a6bc6d16a2107efb5fcaf | diff --git a/pkg/util/net/port_range.go b/pkg/util/net/port_range.go
index <HASH>..<HASH> 100644
--- a/pkg/util/net/port_range.go
+++ b/pkg/util/net/port_range.go
@@ -71,12 +71,17 @@ func (pr *PortRange) Set(value string) error {
high, err = strconv.Atoi(value[hyphenIndex+1:])
}
if err != nil {
- return fmt.Err... | Fix port range check, port should no be greater than <I>. | kubernetes_kubernetes | train |
8f416c40dc27477342d027ce8f854923d47c18a1 | diff --git a/src/Distill/Extractor/Adapter/RarAdapter.php b/src/Distill/Extractor/Adapter/RarAdapter.php
index <HASH>..<HASH> 100644
--- a/src/Distill/Extractor/Adapter/RarAdapter.php
+++ b/src/Distill/Extractor/Adapter/RarAdapter.php
@@ -29,7 +29,9 @@ class RarAdapter extends AbstractAdapter
{
if (null =... | [rar] Uncompress rar files with 7zip | raulfraile_distill | train |
8dda984afe9477fa09fe166305381d9ed1afa7c4 | diff --git a/buffer/src/main/java/io/netty/buffer/PooledByteBuf.java b/buffer/src/main/java/io/netty/buffer/PooledByteBuf.java
index <HASH>..<HASH> 100644
--- a/buffer/src/main/java/io/netty/buffer/PooledByteBuf.java
+++ b/buffer/src/main/java/io/netty/buffer/PooledByteBuf.java
@@ -34,6 +34,7 @@ abstract class PooledBy... | Null out references to tmpNioBuf and chunk to allow quicker collecting
Motivation:
In PooledByteBuf we missed to null out the chunk and tmpNioBuf fields before recycle it to the Recycler. This could lead to keep objects longer alive then necessary which may hold a lot of memory.
Modifications:
Null out tmpNioBuf an... | netty_netty | train |
8b1f20b3cb53a0fb1e8fa04807cd16e090dc0001 | diff --git a/lib/mongo/gridfs/grid_io.rb b/lib/mongo/gridfs/grid_io.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo/gridfs/grid_io.rb
+++ b/lib/mongo/gridfs/grid_io.rb
@@ -32,7 +32,7 @@ module Mongo
PROTECTED_ATTRS = [:files_id, :file_length, :client_md5, :server_md5]
attr_reader :content_type, :chunk_s... | RUBY-<I> GridIO#seek with GridIO#read_all | mongodb_mongo-ruby-driver | train |
f55e5f5851de5456badb4a68cde6b58d5fc30415 | diff --git a/lib/helpers/wallaby/links_helper.rb b/lib/helpers/wallaby/links_helper.rb
index <HASH>..<HASH> 100644
--- a/lib/helpers/wallaby/links_helper.rb
+++ b/lib/helpers/wallaby/links_helper.rb
@@ -3,7 +3,7 @@ module Wallaby
module LinksHelper
# Permit the params used by Wallaby
def index_params
- ... | [Fix] index_params should not contain `resources`, `utf8` (#<I>) | reinteractive_wallaby | train |
a05461a3199b3da8d2558add032c8fffc7ff5c3d | diff --git a/pkg/kvstore/store/store.go b/pkg/kvstore/store/store.go
index <HASH>..<HASH> 100644
--- a/pkg/kvstore/store/store.go
+++ b/pkg/kvstore/store/store.go
@@ -469,8 +469,8 @@ func (s *SharedStore) deleteSharedKey(name string) {
_, ok := s.sharedKeys[name]
s.mutex.RUnlock()
if ok {
- log.Warningf(... | kvstore: Fix aborted delayed delete warning
The code is generic and has nothing todo with nodes. Fix the warning
message.
Fixes: <I>c6d<I> ("pkg/{kvstore,node}: delay node delete event in kvstore") | cilium_cilium | train |
0b5286299c7a2453a635f8a7d64eac33cb99d46d | diff --git a/hawkbit-dmf-amqp/src/test/java/org/eclipse/hawkbit/amqp/AmqpMessageHandlerServiceTest.java b/hawkbit-dmf-amqp/src/test/java/org/eclipse/hawkbit/amqp/AmqpMessageHandlerServiceTest.java
index <HASH>..<HASH> 100644
--- a/hawkbit-dmf-amqp/src/test/java/org/eclipse/hawkbit/amqp/AmqpMessageHandlerServiceTest.jav... | fix unit tests after changing the lookup way | eclipse_hawkbit | train |
4d2cc693065e09f5259252783164697a9efafd4c | diff --git a/nipap-cli/nipap_cli/nipap_cli.py b/nipap-cli/nipap_cli/nipap_cli.py
index <HASH>..<HASH> 100755
--- a/nipap-cli/nipap_cli/nipap_cli.py
+++ b/nipap-cli/nipap_cli/nipap_cli.py
@@ -749,7 +749,7 @@ def remove_prefix(arg, opts):
if p.authoritative_source != 'nipap':
auth_src.add(p.authoritative_so... | Auto-prompt for recursive delete of assignment
If a user tries to delete an assignment that contains hosts without the
recursive option it will not be allowed, so we prompt the user if he
wants to do a recursive delete if the assignment contains hosts.
Since the recursive option is a bit "hidden" this greatly enhance... | SpriteLink_NIPAP | train |
a6f6cf5234365e12c2517749d68ac63d195d7e08 | diff --git a/lib/rango/contrib/pagination.rb b/lib/rango/contrib/pagination.rb
index <HASH>..<HASH> 100644
--- a/lib/rango/contrib/pagination.rb
+++ b/lib/rango/contrib/pagination.rb
@@ -7,7 +7,6 @@ require "rango/contrib/pagination/strategies"
require "rango/contrib/pagination/helpers"
require "rango/contrib/paginat... | Do not require controller when it isn't necessary | botanicus_rango | train |
ecc7dc0d41544ca4a87416b82962eead6bd8e743 | diff --git a/lib/puppet-lint.rb b/lib/puppet-lint.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet-lint.rb
+++ b/lib/puppet-lint.rb
@@ -39,7 +39,7 @@ rescue
if a.empty?
string
else
- Percent.bind(string).call(*a, &b)
+ Percent.bind(string).call(a, &b)
end
end | Fixes #<I>: don't expand arguments when calling the old method | rodjek_puppet-lint | train |
df96236a3791c8bb4c6890a88d4b181a6bb7c667 | diff --git a/src/js/core/offcanvas.js b/src/js/core/offcanvas.js
index <HASH>..<HASH> 100644
--- a/src/js/core/offcanvas.js
+++ b/src/js/core/offcanvas.js
@@ -1,5 +1,5 @@
import Modal from '../mixin/modal';
-import {$, addClass, css, hasClass, height, isTouch, removeClass, trigger, unwrap, wrapAll} from 'uikit-util';
... | further Offcanvas height refactoring | uikit_uikit | train |
30e76d69e724f82ddd6c1f378e646f5b22a53055 | diff --git a/src/class-text-parser.php b/src/class-text-parser.php
index <HASH>..<HASH> 100644
--- a/src/class-text-parser.php
+++ b/src/class-text-parser.php
@@ -245,7 +245,7 @@ class Text_Parser {
)
'; // required modifiers: x (multiline pattern) u (utf8).
- // Find any text
+ // Find any text.
const _ANY_TEX... | Fix coding style issue for comments. | mundschenk-at_php-typography | train |
af46fbfda0d8ec40683882d17528c67270f2a0dc | diff --git a/lib/mini_magick/command_builder.rb b/lib/mini_magick/command_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/mini_magick/command_builder.rb
+++ b/lib/mini_magick/command_builder.rb
@@ -46,6 +46,7 @@ module MiniMagick
end
alias_method dashed_command, underscored_command
+ alias_method ... | Calling specific builder functions depending upon the tool for common verbs, to fix #<I> | minimagick_minimagick | train |
3252ba43fad998263dac894ce826e8c8a6c4c4ed | diff --git a/collector/queue.go b/collector/queue.go
index <HASH>..<HASH> 100644
--- a/collector/queue.go
+++ b/collector/queue.go
@@ -11,6 +11,7 @@ import (
"github.com/globocom/tsuru/log"
"github.com/globocom/tsuru/queue"
"sync/atomic"
+ "time"
)
const MaxVisits = 35
@@ -73,6 +74,7 @@ func (h *MessageHandle... | queue: sleeping msg.Visits + 1 before put the message back in the queue | tsuru_tsuru | train |
5042fbe8e7ad688c9a367e9327114a457d4e3b5a | diff --git a/dev/com.ibm.ws.security.registry.basic_fat/fat/src/com/ibm/ws/security/registry/basic/fat/FATTest.java b/dev/com.ibm.ws.security.registry.basic_fat/fat/src/com/ibm/ws/security/registry/basic/fat/FATTest.java
index <HASH>..<HASH> 100755
--- a/dev/com.ibm.ws.security.registry.basic_fat/fat/src/com/ibm/ws/sec... | Issue <I>: Skip some Basic Reg tests based on JDK | OpenLiberty_open-liberty | train |
a455ddf21778cbebf8bc5a651eb647d49c4b77b6 | diff --git a/flink-clients/src/main/java/org/apache/flink/client/deployment/ClusterSpecification.java b/flink-clients/src/main/java/org/apache/flink/client/deployment/ClusterSpecification.java
index <HASH>..<HASH> 100644
--- a/flink-clients/src/main/java/org/apache/flink/client/deployment/ClusterSpecification.java
+++ ... | [hotfix] Remove unused ClusterSpecification#fromConfiguration. | apache_flink | train |
803b10d9fe8275f5e3fe920e649fd133e657996d | diff --git a/test/sub_test.go b/test/sub_test.go
index <HASH>..<HASH> 100644
--- a/test/sub_test.go
+++ b/test/sub_test.go
@@ -858,55 +858,59 @@ func TestChanSubscriberPendingLimits(t *testing.T) {
for typeSubs := 0; typeSubs < 3; typeSubs++ {
- // Create our own channel.
- ch := make(chan *nats.Msg, total)
-
-... | [FIXED] TestChanSubscriberPendingLimits
The test was incorrectly testing only one type of Chan subscription.
Related to #<I> | nats-io_go-nats | train |
3f7318e8bc1b9ea473f4e1815a9a1189bc5b7772 | diff --git a/Twig/NotificationExtension.php b/Twig/NotificationExtension.php
index <HASH>..<HASH> 100755
--- a/Twig/NotificationExtension.php
+++ b/Twig/NotificationExtension.php
@@ -44,10 +44,10 @@ class NotificationExtension extends AbstractExtension
public function getFunctions()
{
return array(
-... | Re-enable rendering HTML in notification list
In the <I> release, it was possible to render HTML in the template
passed to `mgilet_notification_render()`. Since <I>, this isn't possible
any more and instead, all HTML is escaped. This change of behavior was
introduced in
<URL> | maximilienGilet_notification-bundle | train |
4e28bf3a39bc451294d68a7afb95e3ae7feacaa2 | diff --git a/gson/src/test/java/com/google/gson/functional/MapTest.java b/gson/src/test/java/com/google/gson/functional/MapTest.java
index <HASH>..<HASH> 100755
--- a/gson/src/test/java/com/google/gson/functional/MapTest.java
+++ b/gson/src/test/java/com/google/gson/functional/MapTest.java
@@ -312,4 +312,23 @@ public c... | Check in a passing test for issue <I>. | google_gson | train |
8bc5698ccb791ae785116e4564b5c934a4edc72c | diff --git a/benchmark/latency_perf.py b/benchmark/latency_perf.py
index <HASH>..<HASH> 100644
--- a/benchmark/latency_perf.py
+++ b/benchmark/latency_perf.py
@@ -61,7 +61,7 @@ def main(loop):
if to_send == 0:
break
- yield from nc.timed_request(args.subject, b'')
+ yield from nc.request(args.subjec... | Switch to use new style request response in perf script | nats-io_asyncio-nats | train |
ec216eab76bb90eff31585d1fccfd940c91d7b55 | diff --git a/lib/childprocess/unix/process.rb b/lib/childprocess/unix/process.rb
index <HASH>..<HASH> 100644
--- a/lib/childprocess/unix/process.rb
+++ b/lib/childprocess/unix/process.rb
@@ -30,6 +30,7 @@ module ChildProcess
assert_started
pid, status = ::Process.waitpid2(@pid, ::Process::WNOHANG)
+... | Fix JRuby issue with posix spawn.
Process.waitpid2 can apparently return 0 instead of nil on JRuby, if the process is still alive. | enkessler_childprocess | train |
a5cc1e1fd8a40eee3b18d9b0c2d01ed95a5db795 | diff --git a/src/Symfony/Component/Form/NativeRequestHandler.php b/src/Symfony/Component/Form/NativeRequestHandler.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Form/NativeRequestHandler.php
+++ b/src/Symfony/Component/Form/NativeRequestHandler.php
@@ -198,6 +198,8 @@ class NativeRequestHandler implements... | Modify processing of uploaded files to be compatible with PHP <I>
Remove full_path from keys before check
Keep logic the same as in src/Symfony/Component/HttpFoundation/FileBag.php | symfony_symfony | train |
886a3f03549e9c6c55bc03753154d07a8e9ad079 | diff --git a/stats/cloud/collector.go b/stats/cloud/collector.go
index <HASH>..<HASH> 100644
--- a/stats/cloud/collector.go
+++ b/stats/cloud/collector.go
@@ -150,6 +150,12 @@ func New(
// Init is called between the collector's creation and the call to Run().
// You should do any lengthy setup here rather than in New... | Add an option to make k6 directly start pushing metrics to the cloud | loadimpact_k6 | train |
b83e14b93cfe8c9cba7e54b62869911d605f4e5b | diff --git a/build/reactable.js b/build/reactable.js
index <HASH>..<HASH> 100644
--- a/build/reactable.js
+++ b/build/reactable.js
@@ -17,14 +17,31 @@ window.ReactDOM["default"] = window.ReactDOM;
exports.filterPropsFrom = filterPropsFrom;
var internalProps = {
+ hideTableHeader: true,
colum... | More React <I> unknown props warnings (+ Rebuild)
Squashed commits:
[b<I>a7d6] Rebuild
[<I>c<I>] More React <I> unknown props warnings | abdulrahman-khankan_reactable | train |
8b61d36cde8dba123f9ae9c9a940464e7feddd2d | diff --git a/languagetool-commandline/src/main/java/org/languagetool/commandline/CommandLineParser.java b/languagetool-commandline/src/main/java/org/languagetool/commandline/CommandLineParser.java
index <HASH>..<HASH> 100644
--- a/languagetool-commandline/src/main/java/org/languagetool/commandline/CommandLineParser.jav... | link the wiki page from source code comment so it is kept up-to-date | languagetool-org_languagetool | train |
300e118ba663dde72cc60d556ae8da315b9400ea | diff --git a/devassistant/gui/path_window.py b/devassistant/gui/path_window.py
index <HASH>..<HASH> 100644
--- a/devassistant/gui/path_window.py
+++ b/devassistant/gui/path_window.py
@@ -143,9 +143,9 @@ class PathWindow(object):
path = self.top_assistant.get_selected_subassistant_path(**self.kwargs)[1:]
... | options in path_window will have the same order | devassistant_devassistant | train |
81570d6ee35065d282e11219ee0f26673a0b3dd1 | diff --git a/ui/src/side_nav/components/UserNavBlock.js b/ui/src/side_nav/components/UserNavBlock.js
index <HASH>..<HASH> 100644
--- a/ui/src/side_nav/components/UserNavBlock.js
+++ b/ui/src/side_nav/components/UserNavBlock.js
@@ -24,10 +24,17 @@ class UserNavBlock extends Component {
logoutLink,
links: {... | Render correct role in current organization in UserNavBlock | influxdata_influxdb | train |
b23c37eef04ee00b93eeebc2c70b7740caf303cb | diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/rpc/akka/FencedAkkaRpcActor.java b/flink-runtime/src/main/java/org/apache/flink/runtime/rpc/akka/FencedAkkaRpcActor.java
index <HASH>..<HASH> 100644
--- a/flink-runtime/src/main/java/org/apache/flink/runtime/rpc/akka/FencedAkkaRpcActor.java
+++ b/flink-r... | [FLINK-<I>] [tests] Harden TaskExecutorITCase
The TaskExecutorITCase does not wait for the leader election to have finished
before sending remote messages to the ResourceManager. Waiting on the completion
fixed the test instability. | apache_flink | train |
7e2568d13c22fb0a999e71ac1a1a926a2670af50 | diff --git a/src/Oci8/Schema/Grammars/OracleGrammar.php b/src/Oci8/Schema/Grammars/OracleGrammar.php
index <HASH>..<HASH> 100644
--- a/src/Oci8/Schema/Grammars/OracleGrammar.php
+++ b/src/Oci8/Schema/Grammars/OracleGrammar.php
@@ -39,6 +39,13 @@ class OracleGrammar extends Grammar
protected $schema_prefix = '';
... | Add support for wrapping of schema changes in transaction. | yajra_laravel-oci8 | train |
2ea9f15621afcd47981fe9fa8844dad5f0f62ad9 | diff --git a/lib/ruote/engine.rb b/lib/ruote/engine.rb
index <HASH>..<HASH> 100644
--- a/lib/ruote/engine.rb
+++ b/lib/ruote/engine.rb
@@ -82,27 +82,24 @@ module Ruote
def cancel_process (wfid)
- @storage.put_msg(
- 'cancel_process',
- 'wfid' => wfid)
+ @storage.put_msg('cancel_process'... | kill_process and kill_expression back, ft_<I> <I>% green | jmettraux_ruote | train |
c518df944fd47ad0d0fda1fd6aaa7f8fac5b4b18 | diff --git a/flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/Graph.java b/flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/Graph.java
index <HASH>..<HASH> 100644
--- a/flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/Graph.java
+++ b/flink-staging/flink-gelly/src/main/java/org... | [gelly] minor javadoc correction: the Graph is always directed. | apache_flink | train |
b383b9b330ccf2e55ddd3461f5ac2ecd673912c1 | diff --git a/salt/utils/win_dacl.py b/salt/utils/win_dacl.py
index <HASH>..<HASH> 100644
--- a/salt/utils/win_dacl.py
+++ b/salt/utils/win_dacl.py
@@ -130,6 +130,7 @@ should match what you see when you look at the properties for an object.
# Import Python libs
from __future__ import absolute_import
import logging
+i... | Change the order of SID Lookup
Check for a PySID object first (least expensive)
Get PySID object from String SID next
Get PySID object from principal name last (most expensive) | saltstack_salt | train |
0d604c92defac822443e9050acb83f28a8ac87a0 | diff --git a/lib/action_subscriber/march_hare/subscriber.rb b/lib/action_subscriber/march_hare/subscriber.rb
index <HASH>..<HASH> 100644
--- a/lib/action_subscriber/march_hare/subscriber.rb
+++ b/lib/action_subscriber/march_hare/subscriber.rb
@@ -20,6 +20,9 @@ module ActionSubscriber
enqueue_env(env)
... | making connection retries work in pounce mode | mxenabled_action_subscriber | train |
c70ffee1f57248106c588d55a6240ba4468f34a2 | diff --git a/tcex/input/field_types/array_abc.py b/tcex/input/field_types/array_abc.py
index <HASH>..<HASH> 100644
--- a/tcex/input/field_types/array_abc.py
+++ b/tcex/input/field_types/array_abc.py
@@ -23,23 +23,6 @@ class AbstractArray(list, ABC):
_allow_null_array_members = True
@classmethod
- def ass... | Converted assert_type and assert_homogenous methods to private methods in AbstractArray | ThreatConnect-Inc_tcex | train |
b0cca2c61e32bddbaff2b6606ae9fc9311d18f8d | diff --git a/cake/tests/cases/libs/set.test.php b/cake/tests/cases/libs/set.test.php
index <HASH>..<HASH> 100644
--- a/cake/tests/cases/libs/set.test.php
+++ b/cake/tests/cases/libs/set.test.php
@@ -681,6 +681,12 @@ class SetTest extends CakeTestCase {
$this->assertEqual($r[1]['Comment']['User']['name'], 'dan');
... | Added new problem that needs fixing
git-svn-id: <URL> | cakephp_cakephp | train |
f57912505f17ec1c67c13b09b7b8380ec8958e9a | diff --git a/src/tscope.js b/src/tscope.js
index <HASH>..<HASH> 100644
--- a/src/tscope.js
+++ b/src/tscope.js
@@ -82,7 +82,7 @@ Tscope.attr = function(name) {
return a[name];
},
function(a, val) {
- var o = extend({}, o);
+ var o = extend({}, a);
o[name] = val;
re... | Fix typo in Tscope.attr | nLight_objektiv | train |
3679018d80d32428a361cfd2c936239ebd535c0e | diff --git a/elasticsearch/__init__.py b/elasticsearch/__init__.py
index <HASH>..<HASH> 100644
--- a/elasticsearch/__init__.py
+++ b/elasticsearch/__init__.py
@@ -1,5 +1,9 @@
from __future__ import absolute_import
+VERSION = (0, 0, 1)
+__version__ = VERSION
+__versionstr__ = '.'.join(map(str, VERSION))
+
from elast... | Keep version info in elasticsearch/__init__.py as well as setup | elastic_elasticsearch-py | train |
1017c092f597da7cd970de11f583d8b1117a0358 | diff --git a/tests/arrays_test.php b/tests/arrays_test.php
index <HASH>..<HASH> 100644
--- a/tests/arrays_test.php
+++ b/tests/arrays_test.php
@@ -55,7 +55,7 @@ class ArraysTest extends \PHPUnit\Framework\TestCase
public function testSortByTriggersError()
{
- $this->expectException(\PHPUnit\Framework... | Check for the specific error being thrown | dxw_php-missing | train |
fd43b735a660d73971bf3a5bf74cf423f782bc25 | diff --git a/library/Garp/Model/Behavior/HtmlFilterable.php b/library/Garp/Model/Behavior/HtmlFilterable.php
index <HASH>..<HASH> 100755
--- a/library/Garp/Model/Behavior/HtmlFilterable.php
+++ b/library/Garp/Model/Behavior/HtmlFilterable.php
@@ -182,6 +182,6 @@ class Garp_Model_Behavior_HtmlFilterable extends Garp_Mod... | Removed fallback cache path for HTMLFilterable
The previous refactoring (defaulting to a new path) would break every
existing Garp installation and its cache is not _that_ important (it's
only used at write-time in the CMS).
This is better, devs should just remember to configure the cache path in
existing Garp instal... | grrr-amsterdam_garp3 | train |
e7ae8519008ba90d5b3ebdccc6bc4677967f07b0 | diff --git a/lib/model/model.go b/lib/model/model.go
index <HASH>..<HASH> 100644
--- a/lib/model/model.go
+++ b/lib/model/model.go
@@ -1940,15 +1940,6 @@ func sendIndexTo(prevSequence int64, conn protocol.Connection, folder string, fs
}
}
- if shouldDebug() {
- if fi.SequenceNo() < prevSequence+1 {
- pan... | lib/model: Debug and test fixes (#<I>) | syncthing_syncthing | train |
183746220a77bf70dcb78ffc0839e78e1f94ba50 | diff --git a/src/Kris/LaravelFormBuilder/Form.php b/src/Kris/LaravelFormBuilder/Form.php
index <HASH>..<HASH> 100644
--- a/src/Kris/LaravelFormBuilder/Form.php
+++ b/src/Kris/LaravelFormBuilder/Form.php
@@ -187,7 +187,11 @@ class Form
*/
protected function isPlain()
{
- return static::class === s... | Changed without override isPlain | kristijanhusak_laravel-form-builder | train |
b6d14c9c234333956196539c6fbb72066c7a13b0 | diff --git a/nephele/nephele-server/src/main/java/eu/stratosphere/nephele/executiongraph/ExecutionGroupEdge.java b/nephele/nephele-server/src/main/java/eu/stratosphere/nephele/executiongraph/ExecutionGroupEdge.java
index <HASH>..<HASH> 100644
--- a/nephele/nephele-server/src/main/java/eu/stratosphere/nephele/executiong... | Class ExecutionGroupEdge is now thread-safe | stratosphere_stratosphere | train |
ae9553153989815e0c06e465189ac2576881000d | diff --git a/pmdarima/arima/seasonality.py b/pmdarima/arima/seasonality.py
index <HASH>..<HASH> 100644
--- a/pmdarima/arima/seasonality.py
+++ b/pmdarima/arima/seasonality.py
@@ -93,7 +93,7 @@ class CHTest(_SeasonalStationarityTest):
R1 = CHTest._seas_dummy(wts, s)
# fit model, get residuals
- ... | Issue #<I>: Use normalize=True in CHTest OLS | tgsmith61591_pmdarima | train |
145b84fcc712db2e433edb9150cb87166309161b | diff --git a/packages/mjml-core/src/helpers/skeleton.js b/packages/mjml-core/src/helpers/skeleton.js
index <HASH>..<HASH> 100644
--- a/packages/mjml-core/src/helpers/skeleton.js
+++ b/packages/mjml-core/src/helpers/skeleton.js
@@ -30,7 +30,7 @@ export default function skeleton(options) {
<title>
${t... | fix conditional comment for meta tag in skeleton
`<!--[if !mso]><!-- -->` will be parsed as a comment with a text content of `[if !mso]><!-- ` | mjmlio_mjml | train |
f4778923da1d4c0879a43bf0551500d90a0062cc | diff --git a/src/Projection/PdoEventStoreProjector.php b/src/Projection/PdoEventStoreProjector.php
index <HASH>..<HASH> 100644
--- a/src/Projection/PdoEventStoreProjector.php
+++ b/src/Projection/PdoEventStoreProjector.php
@@ -991,17 +991,8 @@ EOT;
private function createLockUntilString(DateTimeImmutable $from):... | Fixes projection lock string generation
closes #<I>
Since PHP <I> it's possible to manipulate DateTime instances microseconds, so
I was able to drop the old mechanism that did that manually | prooph_pdo-event-store | train |
01d54de0817359368b41b8be67992489201ef1c3 | diff --git a/app/assets/javascripts/journal/categories.coffee b/app/assets/javascripts/journal/categories.coffee
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/journal/categories.coffee
+++ b/app/assets/javascripts/journal/categories.coffee
@@ -3,7 +3,6 @@ class @JournalCategories extends AntsContent
sup... | Fix Meta Fields for Category View
Fields are updated and presented correctly. | alexkravets_journal | train |
4bb00740e13ff304079de23fd396b73cecb66e35 | diff --git a/lib/route_translator.rb b/lib/route_translator.rb
index <HASH>..<HASH> 100644
--- a/lib/route_translator.rb
+++ b/lib/route_translator.rb
@@ -2,11 +2,11 @@
require 'active_support'
-require File.expand_path('../route_translator/extensions', __FILE__)
-require File.expand_path('../route_translator/tran... | Refactor `require` in /lib folder | enriclluelles_route_translator | train |
2054f750671862a1befc2506e977f7ebda514bb8 | diff --git a/memberlist.go b/memberlist.go
index <HASH>..<HASH> 100644
--- a/memberlist.go
+++ b/memberlist.go
@@ -364,6 +364,9 @@ func (m *Memberlist) UpdateNode(timeout time.Duration) error {
// SendTo is used to directly send a message to another node, without
// the use of the gossip mechanism. This will encode t... | Fixup documentation with MemberList.SendTo | hashicorp_memberlist | train |
5d51ad04029b5cdf9f50a6734ca47a1c593cf62f | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -24,7 +24,7 @@ function generateCode(content) {
var code = '';
var value = typeof content === 'string' ? JSON.parse(content) : content;
- value = JSON.stringify(value).replace(/\u2028/g, '\\u2028').rep... | :zap: improvement: To support double quote, tab, newline characters in value (#8) by @cslee
* To support double quote, tab, newline characters in value
* To support double quote, tab, newline characters in value - add test cases
* Add cross-env | kazupon_vue-i18n-loader | train |
ef98489632c4949a2de66986b0dc2330ca450417 | diff --git a/Command/ListCommand.php b/Command/ListCommand.php
index <HASH>..<HASH> 100644
--- a/Command/ListCommand.php
+++ b/Command/ListCommand.php
@@ -81,6 +81,8 @@ class ListCommand extends Command
if (!$command)
{
+ $this->input->args = array($arg);
+
throw new \InvalidArgumentException(sprintf(... | Fix autocomplete bug in ListCommand | asika32764_joomla-framework-console | train |
3d95e7212482fb50764b6a9f7546ce67680541e7 | diff --git a/tests/sanji/test_model_initiator.py b/tests/sanji/test_model_initiator.py
index <HASH>..<HASH> 100644
--- a/tests/sanji/test_model_initiator.py
+++ b/tests/sanji/test_model_initiator.py
@@ -77,12 +77,12 @@ class TestModelInitiatorClass(unittest.TestCase):
"""
" Clean up
"""
- ... | Change teardown sequence for model_initiator.py | Sanji-IO_sanji | train |
414e029cca53a815c0823c4f5d67c0b2df5d08ff | diff --git a/lib/chicago/etl/batch.rb b/lib/chicago/etl/batch.rb
index <HASH>..<HASH> 100644
--- a/lib/chicago/etl/batch.rb
+++ b/lib/chicago/etl/batch.rb
@@ -5,8 +5,12 @@ module Chicago
class Batch < Sequel::Model
set_dataset :etl_batches
+ def dir
+ @dir ||= File.join(Chicago.project_r... | Adding a #dir method to Batch. | notonthehighstreet_chicago | train |
43bdea34f68d5fe660ef2b263b2c77a731381eb0 | diff --git a/Klein/Response.php b/Klein/Response.php
index <HASH>..<HASH> 100644
--- a/Klein/Response.php
+++ b/Klein/Response.php
@@ -78,6 +78,14 @@ class Response
protected $locked = false;
/**
+ * Whether or not the response has been sent
+ *
+ * @var boolean
+ * @access protected
+ *... | ServiceProvider's "json" and "file" methods cleaned up
Also, now checking if a response has already been sent before resending | klein_klein.php | train |
9b25dc275aefe793b8e87ebace59371e81a2d56f | diff --git a/crane/container.go b/crane/container.go
index <HASH>..<HASH> 100644
--- a/crane/container.go
+++ b/crane/container.go
@@ -304,9 +304,9 @@ func (container *Container) imageExists() bool {
func (container *Container) status(w *tabwriter.Writer, notrunc bool) {
var args []string
if notrunc {
- args = []... | always have a value in the PORTS column to avoid broken header alignment | michaelsauter_crane | train |
11cdbb4654e4daf42981bc59d459235ee0cfc2d2 | diff --git a/test/moment/add_subtract.js b/test/moment/add_subtract.js
index <HASH>..<HASH> 100644
--- a/test/moment/add_subtract.js
+++ b/test/moment/add_subtract.js
@@ -1,7 +1,7 @@
var moment = require("../../moment");
-exports.add_subtract = {
- "add and subtract short" : function(test) {
+exports.add = {
+ ... | adding more tests for reversed args | moment_moment | train |
dc6e652b106f5587d5b2624f1aeebd8daa6178e7 | diff --git a/app/src/main/java/daniel/olivier/stoyan/circularbarpager/MainActivity.java b/app/src/main/java/daniel/olivier/stoyan/circularbarpager/MainActivity.java
index <HASH>..<HASH> 100644
--- a/app/src/main/java/daniel/olivier/stoyan/circularbarpager/MainActivity.java
+++ b/app/src/main/java/daniel/olivier/stoyan/... | Added color to CirclePageIndicator for awesome beautifulness! | omadahealth_CircularBarPager | train |
bf81f5735b9ac39c646a3aef60142d4f97037ca4 | diff --git a/spec/tracing_spec.rb b/spec/tracing_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/tracing_spec.rb
+++ b/spec/tracing_spec.rb
@@ -38,9 +38,9 @@ describe 'Memprof tracers' do
select(nil, nil, nil, 0.15)
end
- filedata.should =~ /"select":\{"calls":1,"time":0\.1[567]/
+ filedata.should =~... | Fix specs for millisecond tracers | ice799_memprof | train |
cdab583dfaff04a9182ef4ea6e0d4cae6c519c59 | diff --git a/build/karma.dev.config.js b/build/karma.dev.config.js
index <HASH>..<HASH> 100644
--- a/build/karma.dev.config.js
+++ b/build/karma.dev.config.js
@@ -1,6 +1,15 @@
var base = require('./karma.base.config.js')
module.exports = function (config) {
+ // enable linting during dev
+ base.webpack.module.pre... | enable linting during test dev | IOriens_wxml-transpiler | train |
3ac1daeaf8b07539c2546b3d26e586a7c715f08b | diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index <HASH>..<HASH> 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -7,6 +7,7 @@ Unreleased
- ``QuerySet.Update()`` now returns the count of the no of rows affected. Note, that
- ``QuerySet.Delete()`` now returns the count of the no of rows deleted.
- Note that internal ... | Added get_or_none(...) as syntactic sugar for filter(...).first() | tortoise_tortoise-orm | train |
669d3b39edbf93d875bdf709db6fb5b2668955b2 | diff --git a/pyromancer/decorators.py b/pyromancer/decorators.py
index <HASH>..<HASH> 100644
--- a/pyromancer/decorators.py
+++ b/pyromancer/decorators.py
@@ -2,16 +2,22 @@ from functools import wraps
import re
-def command(match, *args, **kwargs):
- match = re.compile(match)
+class command(object):
- def ... | Rewrite command decorator to be class based.
This allows for some more methods and attributes needed for
the decorator later on. | Gwildor_Pyromancer | train |
c893e1db12947a2109db3dd945c17c6657d99820 | diff --git a/h2o-algos/src/test/java/hex/deeplearning/DeepLearningTest.java b/h2o-algos/src/test/java/hex/deeplearning/DeepLearningTest.java
index <HASH>..<HASH> 100755
--- a/h2o-algos/src/test/java/hex/deeplearning/DeepLearningTest.java
+++ b/h2o-algos/src/test/java/hex/deeplearning/DeepLearningTest.java
@@ -803,7 +80... | PUBDEV-<I>: Update golden results for DL row weight test. | h2oai_h2o-3 | train |
68115e4b5f9ccd6f8896051fd812e45666841e73 | diff --git a/TYPO3.TYPO3CR/Classes/TYPO3/TYPO3CR/Domain/Model/NodeData.php b/TYPO3.TYPO3CR/Classes/TYPO3/TYPO3CR/Domain/Model/NodeData.php
index <HASH>..<HASH> 100644
--- a/TYPO3.TYPO3CR/Classes/TYPO3/TYPO3CR/Domain/Model/NodeData.php
+++ b/TYPO3.TYPO3CR/Classes/TYPO3/TYPO3CR/Domain/Model/NodeData.php
@@ -589,6 +589,7 ... | [BUGFIX] similarize must not merge node properties
NodeData::similarize() currently merges properties of the source
code additively to the current node.
This change resets the properties before the merging so that
non-existing properties are removed from the target node.
Change-Id: I<I>cf<I>c7be<I>f2c<I>ebc8c1e3c<I>... | neos_neos-development-collection | train |
139aede123c3981f6b065782784d448211671340 | diff --git a/lib/cubicle/support.rb b/lib/cubicle/support.rb
index <HASH>..<HASH> 100644
--- a/lib/cubicle/support.rb
+++ b/lib/cubicle/support.rb
@@ -38,7 +38,7 @@ class Date
def succ
self.step_by = :day if step_by.to_sym == :date
- valid_steps = [:second,:minute,:hour,:week,:days,:month,:year]
+ valid... | Fixed support.rb bug with date ranges, regen gemspec | PlasticLizard_Cubicle | train |
52ae38d37adfe542718a59be24df545a472eb391 | diff --git a/lib/controller.js b/lib/controller.js
index <HASH>..<HASH> 100644
--- a/lib/controller.js
+++ b/lib/controller.js
@@ -801,7 +801,7 @@ controller.printAvailableUpdates = function() {
logs.info('Latest builds:');
// Reverse the list to show the latest version first
- builds.reverse().slice(-10... | Fix the order in which updates are presented (#<I>)
Fix the order in which updates are presented
Fix #<I> | tessel_t2-cli | train |
60dc5395ce869f5327cbdce6780b5b1cb37871af | diff --git a/bower.json b/bower.json
index <HASH>..<HASH> 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "ng-currency",
- "version": "0.7.6",
+ "version": "0.7.7",
"authors": [
"Luis Aguirre <luis@alaguirre.com>"
],
@@ -17,7 +17,6 @@
"**/.*",
"node_modules",
"bower_co... | Changed version to <I> | salte-io_ng-currency | train |
a09b26fffed8853a5f8c73d0a0332162b60ff624 | diff --git a/template.go b/template.go
index <HASH>..<HASH> 100644
--- a/template.go
+++ b/template.go
@@ -4,10 +4,11 @@ import (
"bytes"
"encoding/json"
"errors"
- "github.com/mgutz/ansi"
"strings"
"text/template"
"time"
+
+ "github.com/mgutz/ansi"
)
var colorDbg = ansi.ColorCode("cyan")
diff --git a/t... | Add test to make sure attrs can be referenced in a template | aphistic_gomol | train |
9c500e6b40c770753274029e09b5b0a5dbaaedbe | diff --git a/src/HttpClient/Request.php b/src/HttpClient/Request.php
index <HASH>..<HASH> 100644
--- a/src/HttpClient/Request.php
+++ b/src/HttpClient/Request.php
@@ -211,7 +211,7 @@ class Request
$this->httpResponse->getHeaders(),
$this->buffer
);
-
+ $this->tr... | You have to hand the response to the transaction object, ye dummy | WyriHaximus_ReactGuzzle | train |
5386591820deb04a6bcbe967c72dd361165a729a | diff --git a/bin/oref0-determine-basal.js b/bin/oref0-determine-basal.js
index <HASH>..<HASH> 100755
--- a/bin/oref0-determine-basal.js
+++ b/bin/oref0-determine-basal.js
@@ -55,14 +55,14 @@ if (!module.parent) {
}
//if (meal_input) { meal_data = require(cwd + '/' + meal_input); }
- console.error(autosen... | report caught error when Auto Sensitivity not enabled | openaps_oref0 | train |
164f14abd566989c037079a918b10ed83a55b433 | diff --git a/src/Controller/UploadController.php b/src/Controller/UploadController.php
index <HASH>..<HASH> 100644
--- a/src/Controller/UploadController.php
+++ b/src/Controller/UploadController.php
@@ -70,12 +70,13 @@ class UploadController extends Controller
]);
if ($file !== null) {
+ ... | Lisem fix & features (#<I>) | sil-project_MediaBundle | train |
730059ede8ff0824f98fe2a96a141a1c636313ed | diff --git a/py3status/modules/net_rate.py b/py3status/modules/net_rate.py
index <HASH>..<HASH> 100644
--- a/py3status/modules/net_rate.py
+++ b/py3status/modules/net_rate.py
@@ -23,6 +23,8 @@ Configuration parameters:
(default 'lo')
si_units: use SI units
(default False)
+ sum_values: sum val... | Add option to aggregate data from all interfaces | ultrabug_py3status | train |
0457f599e95816b9d6b151b9d264c8835d6327c6 | diff --git a/agent/lib/kontena/models/service_pod.rb b/agent/lib/kontena/models/service_pod.rb
index <HASH>..<HASH> 100644
--- a/agent/lib/kontena/models/service_pod.rb
+++ b/agent/lib/kontena/models/service_pod.rb
@@ -219,7 +219,8 @@ module Kontena
bindings = {}
self.ports.each do |p|
host... | Fix binding same port on multiple ips (#<I>) | kontena_kontena | train |
e9fb6d04bdfbe3dfc4ba1a3cf442ec5d25764300 | diff --git a/activerecord/lib/active_record/attribute_methods/primary_key.rb b/activerecord/lib/active_record/attribute_methods/primary_key.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/attribute_methods/primary_key.rb
+++ b/activerecord/lib/active_record/attribute_methods/primary_key.rb
@@ -25,6 ... | Add test for read_attribute(:id) with non-standard PK.
Also make it actually work.
It slows down all read_attribute accesses to map 'id' to whatever the PK
actually is, inside read_attribute. So instead make sure the necessary
methods are defined and that they redirect wherever they need to go. | rails_rails | train |
780a28c9a07ae59e87c575f15567adcb0cec89c8 | diff --git a/salt/cache/consul.py b/salt/cache/consul.py
index <HASH>..<HASH> 100644
--- a/salt/cache/consul.py
+++ b/salt/cache/consul.py
@@ -61,7 +61,7 @@ api = None
# Define the module's virtual name
__virtualname__ = 'consul'
-__func_alias__ = {'ls': 'list'}
+__func_alias__ = {'list': 'ls'}
def __virtual__... | Swapping the order in the func_alias so the ls function is available. | saltstack_salt | train |
e057877e0feb7ec7a69282a6d8d72d7fda922816 | diff --git a/api/internal/service/service.go b/api/internal/service/service.go
index <HASH>..<HASH> 100644
--- a/api/internal/service/service.go
+++ b/api/internal/service/service.go
@@ -9,11 +9,13 @@ import (
"os/exec"
"runtime"
"strings"
+ "sync"
"syscall"
"time"
)
type Service struct {
+ sync.RWMutex
... | resolve the race when "Stop" and the "checkStatus" goroutine in
"WaitForBoot" operate the "url" at the same time. | sclevine_agouti | train |
1d68eaf477a1a0e19a029801575c18545c3d2719 | diff --git a/src/main/java/com/app55/message/Request.java b/src/main/java/com/app55/message/Request.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/app55/message/Request.java
+++ b/src/main/java/com/app55/message/Request.java
@@ -1,11 +1,14 @@
package com.app55.message;
import java.io.UnsupportedEncodingEx... | APP-<I> Merge Pull request #1 | app55_app55-java | train |
e34ecada69449e6349f30ba3f931b8ca99e4fefb | diff --git a/ghost/admin/routes/application.js b/ghost/admin/routes/application.js
index <HASH>..<HASH> 100644
--- a/ghost/admin/routes/application.js
+++ b/ghost/admin/routes/application.js
@@ -42,10 +42,6 @@ var ApplicationRoute = Ember.Route.extend(SimpleAuth.ApplicationRouteMixin, Shor
this.notificatio... | The page refresh when oauth token has expired was broken.
Ember simple-auth action "sessionInvalidationSucceeded" was overriden to display a meaningless message. | TryGhost_Ghost | train |
6f0b7c8458f54b9ea3e6c7e139298d1d69c344fb | diff --git a/growler/protocol.py b/growler/protocol.py
index <HASH>..<HASH> 100644
--- a/growler/protocol.py
+++ b/growler/protocol.py
@@ -79,6 +79,7 @@ class GrowlerProtocol(asyncio.Protocol):
"""
self.transport = transport
self.responders = [self.make_responder(self)]
+
try:
... | grower.protocol: moved transport peername data to readonly properties (remote_hostname, remote_port) | pyGrowler_Growler | train |
d403863e2b7f1d84e089183b40201b3cb80aa216 | diff --git a/rpcserver.go b/rpcserver.go
index <HASH>..<HASH> 100644
--- a/rpcserver.go
+++ b/rpcserver.go
@@ -515,7 +515,7 @@ func handleGetBestBlockHash(s *rpcServer, cmd btcjson.Cmd, walletNotification ch
return nil, btcjson.ErrBestBlockHash
}
- return sha.String, nil
+ return sha.String(), nil
}
// handl... | Don't marshal a function for getbestblockhash replies. | btcsuite_btcd | train |
90da2aae901b7cfbc36d678a9e3dcf76d7bd5493 | diff --git a/evtx/goevtx.go b/evtx/goevtx.go
index <HASH>..<HASH> 100644
--- a/evtx/goevtx.go
+++ b/evtx/goevtx.go
@@ -352,14 +352,18 @@ func (pg *GoEvtxMap) IsEventID(eids ...interface{}) bool {
// return error if any
func (pg *GoEvtxMap) Set(path *GoEvtxPath, new GoEvtxElement) error {
if len(*path) > 0 {
- ge :... | GoEvtxMap.Set fixed to support JSON unmarshalled structure | 0xrawsec_golang-evtx | train |
284ab2991a7be95afa2b612ef7c8ca0b5faa8861 | diff --git a/src/Map.js b/src/Map.js
index <HASH>..<HASH> 100644
--- a/src/Map.js
+++ b/src/Map.js
@@ -120,7 +120,9 @@ MapSpec = {
},
_render (props, state) {
- return <div ref="mapCanvas" {...props}></div>;
+ return <div ref="mapCanvas"
+ id={props.id} className={props.className} style={props.style}... | fix(Map): only pass id, className and style from props | tomchentw_react-google-maps | train |
566cad0c5dd3fc17d6c356b36db343af008826f3 | diff --git a/lib/evalhook.rb b/lib/evalhook.rb
index <HASH>..<HASH> 100644
--- a/lib/evalhook.rb
+++ b/lib/evalhook.rb
@@ -226,23 +226,6 @@ module EvalHook
def evalhook_i(code, b_ = nil, name = "(eval)", line = 1)
EvalHook.validate_syntax code
-
- code = "
- retvalue = nil
- EvalHook.do... | <I> test pass: removed implementation of evalhook_i | tario_evalhook | train |
c35e66ec43227d3db61c85a6333be3841a1a401e | diff --git a/aeron-system-tests/src/test/java/io/aeron/NameReResolutionTest.java b/aeron-system-tests/src/test/java/io/aeron/NameReResolutionTest.java
index <HASH>..<HASH> 100644
--- a/aeron-system-tests/src/test/java/io/aeron/NameReResolutionTest.java
+++ b/aeron-system-tests/src/test/java/io/aeron/NameReResolutionTes... | [Java] Remove debugging code accidentally committed to NameReResolutionTest. | real-logic_aeron | train |
88bc562c4780d2961cef8e8351844a7f02cdfd8f | diff --git a/src/com/google/javascript/jscomp/Es6ToEs3ClassSideInheritance.java b/src/com/google/javascript/jscomp/Es6ToEs3ClassSideInheritance.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/Es6ToEs3ClassSideInheritance.java
+++ b/src/com/google/javascript/jscomp/Es6ToEs3ClassSideInheritance.ja... | Misc code simplifications
-------------
Created by MOE: <URL> | google_closure-compiler | train |
d337997f5266b3cb181879b59849c2aab97ac615 | diff --git a/src/de/lmu/ifi/dbs/elki/data/FeatureVector.java b/src/de/lmu/ifi/dbs/elki/data/FeatureVector.java
index <HASH>..<HASH> 100644
--- a/src/de/lmu/ifi/dbs/elki/data/FeatureVector.java
+++ b/src/de/lmu/ifi/dbs/elki/data/FeatureVector.java
@@ -17,11 +17,11 @@ public interface FeatureVector<V extends FeatureVecto... | replace generic label T by generic V in comments, apparently this was renamed to V (as in vector) since | elki-project_elki | train |
3ff40e19d4372489ccdfd1989537022fefbce057 | diff --git a/src/main/java/io/github/bonigarcia/seljup/DockerHubService.java b/src/main/java/io/github/bonigarcia/seljup/DockerHubService.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/github/bonigarcia/seljup/DockerHubService.java
+++ b/src/main/java/io/github/bonigarcia/seljup/DockerHubService.java
@@ -69,8 ... | Use intermediate variable to allow closeable statement | bonigarcia_selenium-jupiter | train |
aa9028d3cec35e41baeac887e78261f46881a7e1 | diff --git a/graylog2-rest-client/src/main/java/org/graylog2/restclient/models/Stream.java b/graylog2-rest-client/src/main/java/org/graylog2/restclient/models/Stream.java
index <HASH>..<HASH> 100755
--- a/graylog2-rest-client/src/main/java/org/graylog2/restclient/models/Stream.java
+++ b/graylog2-rest-client/src/main/j... | Ignore stream alerts and throughput on serialize
When serializing a stream as JSON, ignore stream alerts and throughput
properties, as we don't use them by default and have impact in
performance.
Fixes Graylog2/graylog2-web-interface#<I> | Graylog2_graylog2-server | train |
007f46db85aa9fa91bd43306831a5d43d14e1a89 | diff --git a/test/test_utm.py b/test/test_utm.py
index <HASH>..<HASH> 100644
--- a/test/test_utm.py
+++ b/test/test_utm.py
@@ -4,8 +4,8 @@ import unittest
class UTMTestCase(unittest.TestCase):
def assert_utm_equal(self, a, b):
- self.assertAlmostEqual(a[0], b[0], -1)
- self.assertAlmostEqual(a[1],... | test_utm: Increased assert_utm_equal() precision | Turbo87_utm | train |
938c7174fbd600911ee869f531a44b855f263d16 | diff --git a/src/Service.php b/src/Service.php
index <HASH>..<HASH> 100644
--- a/src/Service.php
+++ b/src/Service.php
@@ -60,7 +60,8 @@ class Service
*/
public function scheduledCommand(Event $event)
{
- $eventCommand = explode("'artisan' ", $event->command)[1];
+ preg_match("/(artisan |'artisan' )(.*)... | Fixed issue when artisan command is not wrapped around single quotes | NicolasMahe_Laravel-SlackOutput | train |
564cce63b910c11bae4d78fca16bf3b3c8ba54ba | diff --git a/tensorflow_probability/examples/vae.py b/tensorflow_probability/examples/vae.py
index <HASH>..<HASH> 100644
--- a/tensorflow_probability/examples/vae.py
+++ b/tensorflow_probability/examples/vae.py
@@ -34,7 +34,7 @@ Here we also compute tighter bounds, the IWAE [Burda et. al. (2015)][2].
These as well a... | Rename programmers_guide/ directory to guide/ in tfp.
PiperOrigin-RevId: <I> | tensorflow_probability | train |
f0ccfa98d0a570fa5bb82194a0ad43ed59488100 | diff --git a/convert.go b/convert.go
index <HASH>..<HASH> 100644
--- a/convert.go
+++ b/convert.go
@@ -154,6 +154,13 @@ func convertToString(val reflect.Value, options multiTag) (string, error) {
func convertUnmarshal(val string, retval reflect.Value) (bool, error) {
if retval.Type().NumMethod() > 0 && retval.CanInt... | Initialize custom marshaler pointer as needed
Fixes #<I>. | jessevdk_go-flags | train |
a0b799de3f2026ed14d7064cf806451a3c1d9c41 | diff --git a/lib/transports/index.js b/lib/transports/index.js
index <HASH>..<HASH> 100644
--- a/lib/transports/index.js
+++ b/lib/transports/index.js
@@ -25,14 +25,23 @@ exports.flashsocket = flashsocket;
*/
function polling (opts) {
- var xd = false;
+ var xhr
+ , xd = false
+ , isXProtocol = false;
... | IE's XDomainRequest cannot do requests that go from HTTPS to HTTP or HTTP to HTTPS. | socketio_engine.io-client | train |
03207884f12fd1a7cc317e8157f2073826b5f45f | diff --git a/packages/perspective-viewer-highcharts/src/js/highcharts.js b/packages/perspective-viewer-highcharts/src/js/highcharts.js
index <HASH>..<HASH> 100644
--- a/packages/perspective-viewer-highcharts/src/js/highcharts.js
+++ b/packages/perspective-viewer-highcharts/src/js/highcharts.js
@@ -250,6 +250,8 @@ expor... | Add heatmap support and refactor highcharts imports | finos_perspective | train |
b606b96a2f0e209bf8f48f025369c65262f08bc2 | diff --git a/src/HooksTrait.php b/src/HooksTrait.php
index <HASH>..<HASH> 100644
--- a/src/HooksTrait.php
+++ b/src/HooksTrait.php
@@ -26,7 +26,7 @@ trait HooksTrait {
/**
* Internal property to track closures attached to WordPress hooks.
*
- * @var array
+ * @var array<string, \Closure>
*/
protected $fi... | Fix 2 PHPDoc blocks in HooksTrait | cedaro_wp-plugin | train |
4cf446fa4ca6322913b0add9eb607ec4adc9539d | diff --git a/classes/PodsAPI.php b/classes/PodsAPI.php
index <HASH>..<HASH> 100644
--- a/classes/PodsAPI.php
+++ b/classes/PodsAPI.php
@@ -883,7 +883,8 @@ class PodsAPI {
$fields = PodsForm::fields_setup( $fields );
- pods_transient_set( trim( 'pods_api_object_fields_' . $object . $pod_name . '_', '... | Transients save for Pods only after init | pods-framework_pods | train |
0041b2287bafa826f22dbfdb2a2a91ea42672990 | diff --git a/rxandroidble/src/main/java/com/polidea/rxandroidble/RxBleClientImpl.java b/rxandroidble/src/main/java/com/polidea/rxandroidble/RxBleClientImpl.java
index <HASH>..<HASH> 100644
--- a/rxandroidble/src/main/java/com/polidea/rxandroidble/RxBleClientImpl.java
+++ b/rxandroidble/src/main/java/com/polidea/rxandro... | Synchronize stopping the scan as well. | Polidea_RxAndroidBle | train |
48b4ea640fcd02a07dcf6d47427f6e3dcc87b190 | diff --git a/src/oauth.class.php b/src/oauth.class.php
index <HASH>..<HASH> 100644
--- a/src/oauth.class.php
+++ b/src/oauth.class.php
@@ -9,10 +9,10 @@
private $client = Array("id" => null, "secret" => null);
// String $token. The current access token.
- protected $token = null;
+ private $token = null;
... | Update oauth.class.php
- State is not checked if sessions are disabled
- session_prefix is set to oauth_ if not a string or false (disabled)
- Private $token | samuelthomas2774_oauth-client | train |
d62078bde56470ddf4adff1f96dfcf8e7141a8a7 | diff --git a/gremlin-console/src/test/java/org/apache/tinkerpop/gremlin/console/groovy/plugin/GephiRemoteAcceptorIntegrateTest.java b/gremlin-console/src/test/java/org/apache/tinkerpop/gremlin/console/groovy/plugin/GephiRemoteAcceptorIntegrateTest.java
index <HASH>..<HASH> 100644
--- a/gremlin-console/src/test/java/org... | Fix some broken tests in the gephi plugin. | apache_tinkerpop | train |
6e5aed553228b0527784995eccacf639e7a7160d | diff --git a/dist/externs.js b/dist/externs.js
index <HASH>..<HASH> 100644
--- a/dist/externs.js
+++ b/dist/externs.js
@@ -11,6 +11,7 @@ class Component extends EventEmitter {
$() {}
toString() {}
created() {}
+ createdHooks() {}
}
class ErstePlugin {
diff --git a/src/lib/base/component.js b/src/l... | Add createdHooks method for plugins to override, freeing created method
This also saves one from calling super.created every time one implements
the created method. | dashersw_erste | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.