hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
328c7c3b8cb5568dbc3483a756afb1aaec34c7b3
diff --git a/src/test/java/org/mockitousage/session/MockitoSessionTest.java b/src/test/java/org/mockitousage/session/MockitoSessionTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/mockitousage/session/MockitoSessionTest.java +++ b/src/test/java/org/mockitousage/session/MockitoSessionTest.java @@ -15,15 +15...
Added integration test for finishMocking(failure)
mockito_mockito
train
f2346b684d9a00cc265ba90b8506fa23e04c7fee
diff --git a/class.form.php b/class.form.php index <HASH>..<HASH> 100644 --- a/class.form.php +++ b/class.form.php @@ -86,6 +86,7 @@ class form extends base { protected $onsubmitFunctionOverride;/*Allows onsubmit function for handling js error checking and ajax submission to be renamed.*/ protected $enableDivLayout...
Updated how mapping is handled in div layout. Changed from percentages to pixels with padding. For this to function properly, the width form attribute must be defined. git-svn-id: <URL>
lkorth_php-form-builder-class
train
402f0ed9f9c2dea346d217c753e8ed40382f9628
diff --git a/src/Context/Getopt.php b/src/Context/Getopt.php index <HASH>..<HASH> 100644 --- a/src/Context/Getopt.php +++ b/src/Context/Getopt.php @@ -428,8 +428,7 @@ class Getopt extends AbstractValues /** * - * Sets an option value; if an option value is set multiple times, it is - * automat...
a bit of clean code refactoring
auraphp_Aura.Cli
train
7680bf2a4da577feeed5be2a4f6712e81aa38045
diff --git a/src/main/java/com/couchbase/lite/Document.java b/src/main/java/com/couchbase/lite/Document.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/couchbase/lite/Document.java +++ b/src/main/java/com/couchbase/lite/Document.java @@ -180,18 +180,16 @@ public final class Document { * Purges this docum...
Purge should not return a boolean. This changes matches api spec.
couchbase_couchbase-lite-java-core
train
a74616aba2c5c69ebf476ee86a9c3b0adf56dba7
diff --git a/lib/prismatic/exceptions.rb b/lib/prismatic/exceptions.rb index <HASH>..<HASH> 100644 --- a/lib/prismatic/exceptions.rb +++ b/lib/prismatic/exceptions.rb @@ -1,3 +1,4 @@ module Prismatic class NoUrlForPage < StandardError; end + class NoUrlMatcherForPage < StandardError; end end \ No newline at end o...
adding url matcher functionality to pages
natritmeyer_site_prism
train
98e62e749d211f86901174ba8105e76eaabe5482
diff --git a/pyvisa/resources/messagebased.py b/pyvisa/resources/messagebased.py index <HASH>..<HASH> 100644 --- a/pyvisa/resources/messagebased.py +++ b/pyvisa/resources/messagebased.py @@ -296,7 +296,7 @@ class MessageBasedResource(Resource): loop_status = constants.StatusCode.success_max_count_read - ...
Change bytes to bytearray to improve efficiency in Python 3 when transferring large amounts of data. <URL>
pyvisa_pyvisa
train
cf13da40f2d0b070add80dba6f36526fde218b17
diff --git a/lib/watir-webdriver/elements/element.rb b/lib/watir-webdriver/elements/element.rb index <HASH>..<HASH> 100644 --- a/lib/watir-webdriver/elements/element.rb +++ b/lib/watir-webdriver/elements/element.rb @@ -502,7 +502,17 @@ module Watir return end - @element = (@selector[:element] || ...
Fixes issue with stale elements
watir_watir
train
a21a5de700cf9c0e3af1b60d84935174cbf2943d
diff --git a/src/main/java/com/github/tkurz/media/fragments/base/MediaFragmentURI.java b/src/main/java/com/github/tkurz/media/fragments/base/MediaFragmentURI.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/tkurz/media/fragments/base/MediaFragmentURI.java +++ b/src/main/java/com/github/tkurz/media/fragme...
just for tutorial (set default to ?)
tkurz_media-fragments-uri
train
2b016d7918e73971a826482cc87f904e0599844d
diff --git a/auth/user.go b/auth/user.go index <HASH>..<HASH> 100644 --- a/auth/user.go +++ b/auth/user.go @@ -31,7 +31,10 @@ const ( ) var ( - ErrUserNotFound = stderrors.New("User not found") + // Error returned when user is not found. + ErrUserNotFound = stderrors.New("User not found") + + // Error returned fo...
auth: add some docs on public errors
tsuru_tsuru
train
790752dde503059d7d501758a47bc70fc349f1ef
diff --git a/azurerm/internal/services/network/resource_arm_express_route_gateway.go b/azurerm/internal/services/network/resource_arm_express_route_gateway.go index <HASH>..<HASH> 100644 --- a/azurerm/internal/services/network/resource_arm_express_route_gateway.go +++ b/azurerm/internal/services/network/resource_arm_ex...
Resolve linting errors
terraform-providers_terraform-provider-azurerm
train
72a2f32732e8725a596d1552bcaa1ef7b4ef0e87
diff --git a/greenwich/raster.py b/greenwich/raster.py index <HASH>..<HASH> 100644 --- a/greenwich/raster.py +++ b/greenwich/raster.py @@ -536,7 +536,7 @@ class Raster(Comparable): pixbuf = bytes(np.getbuffer(m.filled())) else: pixbuf = self.ds.ReadRaster(*readargs) - clone = s...
Include all bands when masking raster
bkg_greenwich
train
5a527373bdd5b15cfb2254ea6b0fd1baa9ed264d
diff --git a/classes/VideoDownload.php b/classes/VideoDownload.php index <HASH>..<HASH> 100644 --- a/classes/VideoDownload.php +++ b/classes/VideoDownload.php @@ -269,7 +269,7 @@ class VideoDownload private function getAvconvProcess(stdClass $video, $audioBitrate, $filetype = 'mp3', $audioOnly = true) { ...
style: throw is not a function
Rudloff_alltube
train
65cef4cf53593dd22376d800cba67e325dea5344
diff --git a/lib/counter.js b/lib/counter.js index <HASH>..<HASH> 100644 --- a/lib/counter.js +++ b/lib/counter.js @@ -17,12 +17,25 @@ class Counter extends Metric { * @returns {void} */ inc(labels, value) { - if (!isObject(labels)) { - return inc.call(this, null)(labels, value); + let hash; + if (isObject...
Reduce memory allocations/improve perf of Counter
siimon_prom-client
train
fe10c245db82ccad33fb5addeee97dad2e286030
diff --git a/test/src/test/AbstractSeedTest.java b/test/src/test/AbstractSeedTest.java index <HASH>..<HASH> 100644 --- a/test/src/test/AbstractSeedTest.java +++ b/test/src/test/AbstractSeedTest.java @@ -15,7 +15,7 @@ import java.util.List; */ public abstract class AbstractSeedTest extends AbstractTest { - protec...
updated DataStore tests to collect latency statistics
jingwei_krati
train
d36d66b7ca491976e2c7da2cde76fdac16229637
diff --git a/spacy/tests/conftest.py b/spacy/tests/conftest.py index <HASH>..<HASH> 100644 --- a/spacy/tests/conftest.py +++ b/spacy/tests/conftest.py @@ -1,6 +1,11 @@ import pytest from spacy.util import get_lang_class +from hypothesis import settings +# Functionally disable deadline settings for tests +# to preve...
Increase test deadline to <I> minutes to prevent spurious test failures (#<I>) * Increase test deadline to <I> minutes to prevent spurious test failures * Reduce deadline to 2 minutes
explosion_spaCy
train
11a44a94b11994a2e6383b2ef2971167e49bec15
diff --git a/kvdb/etcd/readwrite_cursor.go b/kvdb/etcd/readwrite_cursor.go index <HASH>..<HASH> 100644 --- a/kvdb/etcd/readwrite_cursor.go +++ b/kvdb/etcd/readwrite_cursor.go @@ -116,23 +116,11 @@ func (c *readWriteCursor) Seek(seek []byte) (key, value []byte) { // invalidating the cursor. Returns ErrIncompatibleValu...
etcd: remove unnecessary iterator step from cursor Delete The etcd cursor Delete stepped to the next item in the range before Delete to not invalidate the iteation. This is unnecessary and not compatible with bbolt, resulting in an extra fetch too.
lightningnetwork_lnd
train
aa1b00d52a39d13cba26f8eea1c94b28acd9bfe5
diff --git a/salt/returners/mongo_future_return.py b/salt/returners/mongo_future_return.py index <HASH>..<HASH> 100644 --- a/salt/returners/mongo_future_return.py +++ b/salt/returners/mongo_future_return.py @@ -45,7 +45,7 @@ import logging # Import Salt libs import salt.utils import salt.returners -import six +impor...
Replaced import six in file /salt/returners/mongo_future_return.py
saltstack_salt
train
e8794cb2576c14925872a2a0e0349b4d28d94a21
diff --git a/lib/specinfra/backend/cmd.rb b/lib/specinfra/backend/cmd.rb index <HASH>..<HASH> 100644 --- a/lib/specinfra/backend/cmd.rb +++ b/lib/specinfra/backend/cmd.rb @@ -56,8 +56,7 @@ module SpecInfra end def find_powershell(dirs) - dirs.map { |dir| "#{ENV['WINDIR']}\\#{dir}\\WindowsPowerShe...
Fix to work with Ruby <I>
mizzy_specinfra
train
5a5234c9a63104f0e13828e8abecbb0f77ddf99b
diff --git a/lib/qs/version.rb b/lib/qs/version.rb index <HASH>..<HASH> 100644 --- a/lib/qs/version.rb +++ b/lib/qs/version.rb @@ -1,3 +1,3 @@ module Qs - VERSION = "0.4.0" + VERSION = "0.5.0" end
version to <I> * move process label configuration into the daemon #<I> * hotfix: use more efficient method for checking the QS_PROCESS_LABEL env var (c<I>) * expose dat-worker-pool worker callback configuration #<I> /cc @jcredding
redding_qs
train
8f1071c86875bf01f07153711873c03cc33ab5e2
diff --git a/lib/Doctrine/ODM/MongoDB/Mapping/MappingException.php b/lib/Doctrine/ODM/MongoDB/Mapping/MappingException.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ODM/MongoDB/Mapping/MappingException.php +++ b/lib/Doctrine/ODM/MongoDB/Mapping/MappingException.php @@ -68,6 +68,17 @@ class MappingException extends...
Specialized exception for conflicting reference mappings
doctrine_mongodb-odm
train
69894005ade53135729d35c2327c4b7f295d3d5d
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules .DS_Store +npm-debug.log diff --git a/example/app.js b/example/app.js index <HASH>..<HASH> 100644 --- a/example/app.js +++ b/example/app.js @@ -19,7 +19,9 @@ app.post('/', personGuard.middle...
modified the way errors are passed back out
troygoode_node-tsa
train
04c4257ad5eda309b0de3fcf5fcf679fb06afa3c
diff --git a/src/Intervention/Image/ImageCache.php b/src/Intervention/Image/ImageCache.php index <HASH>..<HASH> 100644 --- a/src/Intervention/Image/ImageCache.php +++ b/src/Intervention/Image/ImageCache.php @@ -3,7 +3,6 @@ namespace Intervention\Image; use Exception; -use Jeremeamia\SuperClosure\SerializableClosure...
compatibility with SuperClosure 1.* and 2.*
Intervention_imagecache
train
b1e2c37e9e4a5d86f809512fa79a820c4cef1a95
diff --git a/value/src/main/java/com/google/auto/value/processor/AutoAnnotationProcessor.java b/value/src/main/java/com/google/auto/value/processor/AutoAnnotationProcessor.java index <HASH>..<HASH> 100644 --- a/value/src/main/java/com/google/auto/value/processor/AutoAnnotationProcessor.java +++ b/value/src/main/java/co...
Remove unnecessary check that process is called with supported annotations RELNOTES=N/A PiperOrigin-RevId: <I>
google_auto
train
592e107f52165295bd531f9e01756ce22b88c722
diff --git a/telethon/extensions/tcp_client.py b/telethon/extensions/tcp_client.py index <HASH>..<HASH> 100644 --- a/telethon/extensions/tcp_client.py +++ b/telethon/extensions/tcp_client.py @@ -11,9 +11,8 @@ from ..errors import ReadCancelledError class TcpClient: def __init__(self, proxy=None): - self....
Recreate the TCP socket only when needed
LonamiWebs_Telethon
train
6c6aba46eb1011c132e801370d60646642ee9891
diff --git a/tornado/auth.py b/tornado/auth.py index <HASH>..<HASH> 100644 --- a/tornado/auth.py +++ b/tornado/auth.py @@ -629,15 +629,14 @@ class TwitterMixin(OAuthMixin): key=self.settings["twitter_consumer_key"], secret=self.settings["twitter_consumer_secret"]) - @return_future - @g...
Convert auth methods from return_future plus gen.engine to gen.coroutine.
tornadoweb_tornado
train
726db6ad44e9facc1c1366747b01366db0b8cad8
diff --git a/samples/ChangeDisplayName.py b/samples/ChangeDisplayName.py index <HASH>..<HASH> 100644 --- a/samples/ChangeDisplayName.py +++ b/samples/ChangeDisplayName.py @@ -21,7 +21,7 @@ host, username, password = samples_common.get_user_details(sys.argv) client = MatrixClient(host) try: - client.login_with_pa...
Replace calls of deprecated login methods in examples The examples in samples/ used MatrixClient.login_with_password() and MatrixClient.login_with_password_no_sync(). These calls are replaced by newer MatrixClient.login() method.
matrix-org_matrix-python-sdk
train
623ae31ef9ff99a551b6fda26651cf88924aea19
diff --git a/packages/gluestick-generators/src/templates/package.js b/packages/gluestick-generators/src/templates/package.js index <HASH>..<HASH> 100644 --- a/packages/gluestick-generators/src/templates/package.js +++ b/packages/gluestick-generators/src/templates/package.js @@ -65,7 +65,7 @@ const templatePackage = cre...
Fix enzyme-react-adapter dependency version (#<I>)
TrueCar_gluestick
train
0f0ec80e9bd5c2736e61ecf6f69329e7ba6840c0
diff --git a/src/TileLayerOffline.js b/src/TileLayerOffline.js index <HASH>..<HASH> 100644 --- a/src/TileLayerOffline.js +++ b/src/TileLayerOffline.js @@ -36,7 +36,8 @@ const TileLayerOffline = L.TileLayer.extend( }) .catch(() => { tile.src = url; - done(error, tile); + L....
add event listeners for tile load and error instead of just calling done when the src is set to prevent load from firing to early
allartk_leaflet.offline
train
8a0f52d2f7883940e892e3c4940f632546660829
diff --git a/lib/diplomat/acl.rb b/lib/diplomat/acl.rb index <HASH>..<HASH> 100644 --- a/lib/diplomat/acl.rb +++ b/lib/diplomat/acl.rb @@ -21,7 +21,7 @@ module Diplomat url += use_consistency(@options) raw = @conn_no_err.get concat_url url - if raw.status == 200 and raw.body + if raw.status ==...
Improve acl info method when the acl does not exist According to <URL>
WeAreFarmGeek_diplomat
train
cc94601612b43c3cf862a5ae5e2ec66fa5e64c89
diff --git a/providers/dns/azure/azure.go b/providers/dns/azure/azure.go index <HASH>..<HASH> 100644 --- a/providers/dns/azure/azure.go +++ b/providers/dns/azure/azure.go @@ -72,7 +72,7 @@ func (c *DNSProvider) Present(domain, token, keyAuth string) error { relative := toRelativeRecord(fqdn, acme.ToFqdn(zone)) rec ...
Fix build with azure-sdk <I>-beta (#<I>)
go-acme_lego
train
2f0d9d05af99f66d34b38cc7ffc2c611c952f197
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -69,7 +69,10 @@ Server.prototype.checkRequest = function(req, fn) { if (origin) { try { var parts = url.parse(origin); - parts.port = parts.port || 80; + var defaultPort = 'https:' == p...
fix origin verification default https port [evanlucas] for PR #<I>
socketio_socket.io
train
4503de53ab7f31e1cc930c72f4865d30375f8f8a
diff --git a/Document.js b/Document.js index <HASH>..<HASH> 100644 --- a/Document.js +++ b/Document.js @@ -172,6 +172,45 @@ }; + Document.prototype.highlight = function (elem, code) { + if (!elem) return; + + // default value is ERR + switch (code) { + case 'OK': + var color = 'green'; + break;...
Widgets (controls) can get highlighted. GameStorage join operation in progress
nodeGame_nodegame-window
train
44b62b70974d372c7302def8092536bdadfdc912
diff --git a/test/match_test.rb b/test/match_test.rb index <HASH>..<HASH> 100644 --- a/test/match_test.rb +++ b/test/match_test.rb @@ -203,6 +203,11 @@ class MatchTest < Minitest::Test assert_search "fresh honey", ["Fresh Honey"], match: :phrase end + def test_phrase_order + store_names ["Wheat Bread", "W...
Added test for phrase order - #<I>
ankane_searchkick
train
959291a5b57cfdb2b6dbd0c7623a8d2313c163c5
diff --git a/logback-core/src/main/java/ch/qos/logback/core/util/Loader.java b/logback-core/src/main/java/ch/qos/logback/core/util/Loader.java index <HASH>..<HASH> 100644 --- a/logback-core/src/main/java/ch/qos/logback/core/util/Loader.java +++ b/logback-core/src/main/java/ch/qos/logback/core/util/Loader.java @@ -15,7 ...
Fixed issue "Failed to instantiate LoggerContext" because of " java.lang.SecurityException: AccessController.checkPermission is unsupported." (LOGBACK-<I>) using the solution provided in the comment by ori.
tony19_logback-android
train
7291ce1a8f95256280a8158d012ef38489042574
diff --git a/test/dummy/config/initializers/session_store.rb b/test/dummy/config/initializers/session_store.rb index <HASH>..<HASH> 100644 --- a/test/dummy/config/initializers/session_store.rb +++ b/test/dummy/config/initializers/session_store.rb @@ -1,6 +1,6 @@ # Be sure to restart your server when you modify this fi...
Use old-style ruby hash in dummy app for testing in order to support old ruby
maljub01_RTLize
train
a492d937bb187630dc3d40c52ebbb6e3f45bada2
diff --git a/sharding-core/sharding-core-parse/sharding-core-parse-common/src/main/java/org/apache/shardingsphere/core/parse/EncryptSQLParseEngine.java b/sharding-core/sharding-core-parse/sharding-core-parse-common/src/main/java/org/apache/shardingsphere/core/parse/EncryptSQLParseEngine.java index <HASH>..<HASH> 100644...
for #<I>, refactor constructor of EncryptSQLParseEngine
apache_incubator-shardingsphere
train
242b49ca41394a9c8efe1ff14f4335ffcea5db14
diff --git a/autorest/azure/async.go b/autorest/azure/async.go index <HASH>..<HASH> 100644 --- a/autorest/azure/async.go +++ b/autorest/azure/async.go @@ -17,12 +17,6 @@ const ( ) const ( - methodDelete = "DELETE" - methodPatch = "PATCH" - methodPost = "POST" - methodPut = "PUT" - methodGet = "GET" - ope...
Cleaning up redundant consts. (#<I>) * Cleaning up redundant consts. * Fixing tests which also used those consts.
Azure_go-autorest
train
233bdf105ff4c7db52cfc113a5cd242f86452755
diff --git a/python-package/xgboost/tracker.py b/python-package/xgboost/tracker.py index <HASH>..<HASH> 100644 --- a/python-package/xgboost/tracker.py +++ b/python-package/xgboost/tracker.py @@ -348,8 +348,7 @@ class RabitTracker(object): def run(): self.accept_slaves(nslave) - self.threa...
Remove `setDaemon` in tracker. (#<I>)
dmlc_xgboost
train
813fc964468ec26e1ce4e3660e40d90a38c4b307
diff --git a/container/engine.py b/container/engine.py index <HASH>..<HASH> 100644 --- a/container/engine.py +++ b/container/engine.py @@ -237,7 +237,8 @@ def cmdrun_shipit(base_path, engine='openshift', **kwargs): logger.debug('project_name is %s' % project_name) config = config_load(config_find(base_path, N...
Temporary fix. Subcommand options not currently working.
ansible_ansible-container
train
1d1a07a9bbd68988816050e52c9e34f03db68e65
diff --git a/src/js/pannellum.js b/src/js/pannellum.js index <HASH>..<HASH> 100644 --- a/src/js/pannellum.js +++ b/src/js/pannellum.js @@ -58,6 +58,7 @@ var config, speed = {'yaw': 0, 'pitch': 0, 'hfov': 0}, animating = false, orientation = false, + orientationYawOffset = 0, autoRotateStart, ...
Don't change yaw when turning on device orientation mode.
mpetroff_pannellum
train
2236cf2234f7421f401b71c95fb1c7360860e185
diff --git a/extensions-core/kafka-indexing-service/src/main/java/org/apache/druid/indexing/kafka/IncrementalPublishingKafkaIndexTaskRunner.java b/extensions-core/kafka-indexing-service/src/main/java/org/apache/druid/indexing/kafka/IncrementalPublishingKafkaIndexTaskRunner.java index <HASH>..<HASH> 100644 --- a/extensi...
eliminate extra object instantiation (#<I>)
apache_incubator-druid
train
c9e4f95775fe539a3c2fb474d79a9b71ef10cc97
diff --git a/benchexec/tools/ultimate.py b/benchexec/tools/ultimate.py index <HASH>..<HASH> 100644 --- a/benchexec/tools/ultimate.py +++ b/benchexec/tools/ultimate.py @@ -79,7 +79,7 @@ class UltimateTool(benchexec.tools.template.BaseTool): return '' try: - process = subprocess.Popen([...
use ultimatedata as new argument to prevent interference between parallel ultimate instances in rare cases
sosy-lab_benchexec
train
ea0f0612ea7533597a995d91154d104c8f467063
diff --git a/src/DlcDiagramm/Generator/Yuml.php b/src/DlcDiagramm/Generator/Yuml.php index <HASH>..<HASH> 100644 --- a/src/DlcDiagramm/Generator/Yuml.php +++ b/src/DlcDiagramm/Generator/Yuml.php @@ -310,8 +310,6 @@ class Yuml extends AbstractGenerator */ protected function useCaseNodeToDslText(NodeInterface ...
Convert tabs to spaces for by ide generated methods
dlabas_DlcDiagramm
train
978ff9bea93a8fc92c226c9e8fbe90b01f259564
diff --git a/lib/whois/answer/parser/whois.markmonitor.com.rb b/lib/whois/answer/parser/whois.markmonitor.com.rb index <HASH>..<HASH> 100644 --- a/lib/whois/answer/parser/whois.markmonitor.com.rb +++ b/lib/whois/answer/parser/whois.markmonitor.com.rb @@ -110,7 +110,7 @@ module Whois :country_code => info...
Fix compilation error with Ruby <I>
weppos_whois
train
6ea534938a8c85a7a81619e56809506069c95f73
diff --git a/lib/time/task_timer.rb b/lib/time/task_timer.rb index <HASH>..<HASH> 100644 --- a/lib/time/task_timer.rb +++ b/lib/time/task_timer.rb @@ -3,7 +3,7 @@ module BBLib class TaskTimer attr_reader :tasks, :save, :retention - def initialize task:nil, retention:100 + def initialize task = nil, rete...
Added stats method. Modified the way individual stats can be 'pretty' printed.
bblack16_bblib-ruby
train
55f998a7b1c3bacdae2966839c400a418337d180
diff --git a/lib/node_modules/@stdlib/repl/scripts/browser.js b/lib/node_modules/@stdlib/repl/scripts/browser.js index <HASH>..<HASH> 100644 --- a/lib/node_modules/@stdlib/repl/scripts/browser.js +++ b/lib/node_modules/@stdlib/repl/scripts/browser.js @@ -14,6 +14,7 @@ var docs = require( '@stdlib/repl/help' ); // VARI...
Add support for resolving a pkg from an alias in browser REPL
stdlib-js_stdlib
train
b5bc5ce221e3a0d33495da416a9f0629855f2e5c
diff --git a/subprojects/groovy-test/src/main/java/org/codehaus/groovy/transform/NotYetImplementedASTTransformation.java b/subprojects/groovy-test/src/main/java/org/codehaus/groovy/transform/NotYetImplementedASTTransformation.java index <HASH>..<HASH> 100644 --- a/subprojects/groovy-test/src/main/java/org/codehaus/groo...
removed static class reference from builtin AST transform implementation class to third-party class junit.framework.AssertionFailedError - this solves a class loading error for compiler environments (like Gradle) which separate class loading of the compiler from that of the compile class path
groovy_groovy-core
train
c5c89236855e1b921c1c8bc78a44dea6b0558691
diff --git a/js/thub.js b/js/thub.js index <HASH>..<HASH> 100644 --- a/js/thub.js +++ b/js/thub.js @@ -41,7 +41,8 @@ TrackHubDB.prototype.getTracks = function(callback) { if (err) { return callback(null, err); } - + + trackFile = trackFile.replace(/\#.*/g, ''); tra...
Handle comments in trackDBs.
dasmoth_dalliance
train
2fbd152c5320a16bbac77fa52497f10f1dbb32d3
diff --git a/src/extension-support/extension-manager.js b/src/extension-support/extension-manager.js index <HASH>..<HASH> 100644 --- a/src/extension-support/extension-manager.js +++ b/src/extension-support/extension-manager.js @@ -147,7 +147,7 @@ class ExtensionManager { if (this.isExtensionLoaded(extensio...
Make loadExtensionURL consistent with error handling logic in loadExtensionIdSync
LLK_scratch-vm
train
90282ba23494a51825caae01e73dae1c2656d827
diff --git a/plenum/server/replica.py b/plenum/server/replica.py index <HASH>..<HASH> 100644 --- a/plenum/server/replica.py +++ b/plenum/server/replica.py @@ -493,9 +493,9 @@ class Replica(HasActionQueue, MessageProcessor, HookManager): # if this is a Primary that is re-connected (that is view change is not ac...
Update watermark on propagate primary done (#<I>) * Update watermark on propagate primary done
hyperledger_indy-plenum
train
f93b4e66e231e934f7bb1652dffb209c6a1b729a
diff --git a/clips/environment.py b/clips/environment.py index <HASH>..<HASH> 100644 --- a/clips/environment.py +++ b/clips/environment.py @@ -185,16 +185,21 @@ class Environment(object): """ lib.EnvClear(self._env) - def define_function(self, function): + def define_function(self, function, n...
issue #7: allow the User choose the CLIPS function name When defining a Python function within CLIPS, allow the User to set the name of the function.
noxdafox_clipspy
train
c86cc80c0c72c511eb50045a2c456061294d8fca
diff --git a/lib/dependencies/AMDDefineDependencyParserPlugin.js b/lib/dependencies/AMDDefineDependencyParserPlugin.js index <HASH>..<HASH> 100644 --- a/lib/dependencies/AMDDefineDependencyParserPlugin.js +++ b/lib/dependencies/AMDDefineDependencyParserPlugin.js @@ -41,7 +41,6 @@ class AMDDefineDependencyParserPlugin {...
Remove erronious this.parser assignments in apply methods
webpack_webpack
train
aa761b69afada1654fe3d7916c61618b021319b1
diff --git a/src/Services/FileService.php b/src/Services/FileService.php index <HASH>..<HASH> 100644 --- a/src/Services/FileService.php +++ b/src/Services/FileService.php @@ -76,7 +76,7 @@ class FileService extends AbstractService if ( ! empty($location) && ! empty($method)) { - return rtrim($lo...
replaced hardcoded directory separators with constant
czim_laravel-service
train
20cfcda0dbedf6447211fefac3442cc51f8ca52f
diff --git a/apiclient/discovery.py b/apiclient/discovery.py index <HASH>..<HASH> 100644 --- a/apiclient/discovery.py +++ b/apiclient/discovery.py @@ -168,6 +168,7 @@ def build(serviceName, version, http=None, methodName, self._developerKey, methodDesc, futureDesc) setattr(method, '__doc__', 'A descri...
Fixed nested resources in api-python-client-doc
googleapis_oauth2client
train
70bab130d41413d6b53da87e41276fb357d1734a
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 1.0.2 (2015-02-10) +- Fix: Page permalinks were getting set to by language names. + ### 1.0.1 (2015-02-06) - Fix: Ensure main language is in languages array. diff --git a/li...
Page permalinks were being set to languages
octopress_multilingual
train
582aa34fc0463de77b5071ecc7d03326bb1899d4
diff --git a/lib/wp2middleman/migrator.rb b/lib/wp2middleman/migrator.rb index <HASH>..<HASH> 100644 --- a/lib/wp2middleman/migrator.rb +++ b/lib/wp2middleman/migrator.rb @@ -21,9 +21,7 @@ module WP2Middleman def write_file(post) if valid_post_data(post) - File.open(full_filename(post), "w") do |fi...
Fix a pending test (only supports > <I>)
mdb_wp2middleman
train
d3d190f36ecfb92b3ec0b48794070b1f0ea8cbe1
diff --git a/telethon/events/__init__.py b/telethon/events/__init__.py index <HASH>..<HASH> 100644 --- a/telethon/events/__init__.py +++ b/telethon/events/__init__.py @@ -593,7 +593,7 @@ class ChatAction(_EventBuilder): """ def __init__(self, where, new_pin=None, new_photo=None, ...
Fix-up previous commit overriding .action_message with None
LonamiWebs_Telethon
train
0f89547a23f282dee27165d9dd477830ea08140e
diff --git a/gcsproxy/listing_proxy.go b/gcsproxy/listing_proxy.go index <HASH>..<HASH> 100644 --- a/gcsproxy/listing_proxy.go +++ b/gcsproxy/listing_proxy.go @@ -10,7 +10,54 @@ import ( "google.golang.org/cloud/storage" ) -// XXX: Comments +// A view on a 'directory' in GCS that caches listings and modifications....
Precisely defined directory semantics.
jacobsa_ratelimit
train
31c3ecdd3162714d6675a5d22a09dda6bc745a88
diff --git a/bugwarrior/services/__init__.py b/bugwarrior/services/__init__.py index <HASH>..<HASH> 100644 --- a/bugwarrior/services/__init__.py +++ b/bugwarrior/services/__init__.py @@ -171,20 +171,19 @@ class IssueService(object): final = [] if self.annotation_links: final.append(url) -...
Clarify annotating by inverting conditional for `annotation_comments`
ralphbean_bugwarrior
train
4501633a943c448593a68aea907841de75011843
diff --git a/core/src/main/java/io/undertow/server/protocol/http/ALPNLimitingSSLEngine.java b/core/src/main/java/io/undertow/server/protocol/http/ALPNLimitingSSLEngine.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/undertow/server/protocol/http/ALPNLimitingSSLEngine.java +++ b/core/src/main/java/io/undert...
UNDERTOW-<I>: ALPNLimitingSSLEngine validates buffer size. Unnecessary to throw and catch an exception when we can validate content length first.
undertow-io_undertow
train
c165c8cda275cdd28cec1869da701e3fbe1fef16
diff --git a/src/cmdline/logconfig.py b/src/cmdline/logconfig.py index <HASH>..<HASH> 100644 --- a/src/cmdline/logconfig.py +++ b/src/cmdline/logconfig.py @@ -20,8 +20,8 @@ def setup_logging(fail_silently=False): """ config = None - paths = list(get_config_paths(filename='logconfig.yml')) - for path i...
use reversed to get logconfig paths
rca_cmdline
train
1170d896816f02e607257908d71475b5ed295e95
diff --git a/azurerm/resource_arm_media_services.go b/azurerm/resource_arm_media_services.go index <HASH>..<HASH> 100644 --- a/azurerm/resource_arm_media_services.go +++ b/azurerm/resource_arm_media_services.go @@ -12,6 +12,31 @@ import ( "github.com/terraform-providers/terraform-provider-azurerm/azurerm/utils" ) ...
Add support for multiple storage accounts when provisiong Azure Media Services. Only a single storage account can be marked as is_primary = true
terraform-providers_terraform-provider-azurerm
train
3800dffdeb75b9f255be0bac6b37b3ce27c93bf4
diff --git a/helper/schema/resource_data.go b/helper/schema/resource_data.go index <HASH>..<HASH> 100644 --- a/helper/schema/resource_data.go +++ b/helper/schema/resource_data.go @@ -273,7 +273,7 @@ func (d *ResourceData) getPrimitive( if d.diff != nil && source >= getSourceDiff { attrD, ok := d.diff.Attributes[...
helper/schema: computed values should not be Get-able
hashicorp_terraform
train
51fcbc09c7104f33d235909f7d17831fc39d9f0d
diff --git a/src/axis.spec.js b/src/axis.spec.js index <HASH>..<HASH> 100644 --- a/src/axis.spec.js +++ b/src/axis.spec.js @@ -162,6 +162,34 @@ describe('Axis', () => { expect(document.querySelectorAll('.tick').length).toBe(9); }); + it('should display vertical grid lines if in configuration', () => ...
Added tests to check that vertical grid axis exists if option is true
marmelab_EventDrops
train
b8a1d37f1b39d6eb0706c53958a95e30355da00d
diff --git a/src/main/java/fr/pilato/elasticsearch/crawler/fs/FsCrawlerImpl.java b/src/main/java/fr/pilato/elasticsearch/crawler/fs/FsCrawlerImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/fr/pilato/elasticsearch/crawler/fs/FsCrawlerImpl.java +++ b/src/main/java/fr/pilato/elasticsearch/crawler/fs/FsCrawlerImp...
Error message when crawling is not correctly worded Follow up of #<I>. We should reword the message when we are trying to crawl a file but have some errors. Because may be sometimes we configure FSCrawler not to index file content. Instead of `Error while indexing content from {}` we can say `Error while crawling {}`...
dadoonet_fscrawler
train
8c9ce3c090fd0f0ff2026af4cdb798bf9a65f159
diff --git a/crosscat/utils/geweke_utils.py b/crosscat/utils/geweke_utils.py index <HASH>..<HASH> 100644 --- a/crosscat/utils/geweke_utils.py +++ b/crosscat/utils/geweke_utils.py @@ -328,10 +328,10 @@ def plot_diagnostic_data(forward_diagnostics_data, diagnostics_data_list, pu.show_parameters(parameters) ...
added file extensions to geweke output figures
probcomp_crosscat
train
0fa3214fac23827d6800fed26290d470ed3f283b
diff --git a/gwt-material/src/main/java/gwt/material/design/client/ui/MaterialValueBox.java b/gwt-material/src/main/java/gwt/material/design/client/ui/MaterialValueBox.java index <HASH>..<HASH> 100644 --- a/gwt-material/src/main/java/gwt/material/design/client/ui/MaterialValueBox.java +++ b/gwt-material/src/main/java/g...
#<I> - MaterialValueBox now has a new attribute called `#returnBlankAsNull`, with this attribute set to `true` calling `#getvalue()` returns `null` when the (already implemented) blank-validator recognizes the value blank
GwtMaterialDesign_gwt-material
train
16632cbaa403320e75bfe2e3478df24ba642ba9d
diff --git a/header.go b/header.go index <HASH>..<HASH> 100644 --- a/header.go +++ b/header.go @@ -781,11 +781,15 @@ func (h *ResponseHeader) parseFirstLine(buf []byte) (b []byte, err error) { } } - // skip protocol + // parse protocol n := bytes.IndexByte(b, ' ') if n < 0 { return nil, fmt.Errorf("cannot...
Set ConnectionClose for non-http/<I> requests/responses. Do not support Connection: keep-alive for http/<I> intentionally, since it will complicate the code without measurable benefits
valyala_fasthttp
train
43dd2356bb0e5010ec13266737b964eb7b43052b
diff --git a/src/DependencyInjection/SonataMediaExtension.php b/src/DependencyInjection/SonataMediaExtension.php index <HASH>..<HASH> 100644 --- a/src/DependencyInjection/SonataMediaExtension.php +++ b/src/DependencyInjection/SonataMediaExtension.php @@ -458,16 +458,22 @@ class SonataMediaExtension extends Extension im...
Connection to S3 without credentials but with IAM role (#<I>)
sonata-project_SonataMediaBundle
train
9d75ee811c3424e539af6bd947435c31533bf25d
diff --git a/aegea/ssh.py b/aegea/ssh.py index <HASH>..<HASH> 100644 --- a/aegea/ssh.py +++ b/aegea/ssh.py @@ -20,34 +20,7 @@ from .util.crypto import add_ssh_host_key_to_known_hosts from .util.printing import BOLD from .util.exceptions import AegeaException -def check_for_active_ssh_key(): - ''' - Checks tha...
Remove check_for_active_ssh_key This conditional is not appropriate for aegea as written. We might re-add it in the future as an optional (for example, if the instance being connected to is tagged as using Keymaker).
kislyuk_aegea
train
5bd40157d780bd3c5d2ae6446acef004c8f01305
diff --git a/ca/django_ca/management/commands/init_ca.py b/ca/django_ca/management/commands/init_ca.py index <HASH>..<HASH> 100644 --- a/ca/django_ca/management/commands/init_ca.py +++ b/ca/django_ca/management/commands/init_ca.py @@ -32,6 +32,8 @@ from django_ca.management.base import BaseCommand from django_ca.manag...
add ca-* options to add CRLs/OCSP etc to CAs itself
mathiasertl_django-ca
train
0a6729fd0ef38b6b556f02a945b50cc7acda66be
diff --git a/werkzeug/routing.py b/werkzeug/routing.py index <HASH>..<HASH> 100644 --- a/werkzeug/routing.py +++ b/werkzeug/routing.py @@ -479,6 +479,8 @@ class Rule(RuleFactory): return 1 if len(self._weights) > len(other._weights): return -1 + if len(self._weights) < len(...
fixed my errornous commit for the path issue --HG-- branch : trunk
pallets_werkzeug
train
f1fcedaa9f3e639690282b3364fe263149044e3b
diff --git a/dispatch/modules/content/models.py b/dispatch/modules/content/models.py index <HASH>..<HASH> 100644 --- a/dispatch/modules/content/models.py +++ b/dispatch/modules/content/models.py @@ -337,14 +337,6 @@ class Article(Publishable): self.featured_image = attachment - def save_related(self, da...
Remove Article.save_related method
ubyssey_dispatch
train
7c03a9e519263a04f81aeb74378ed4d6e128ab86
diff --git a/openxc/src/main/java/com/openxc/RemoteListenerSource.java b/openxc/src/main/java/com/openxc/RemoteListenerSource.java index <HASH>..<HASH> 100644 --- a/openxc/src/main/java/com/openxc/RemoteListenerSource.java +++ b/openxc/src/main/java/com/openxc/RemoteListenerSource.java @@ -1,23 +1,17 @@ package com.op...
Remove unused reference to RVS.
openxc_openxc-android
train
48cc3e9454031bf93526c10ff7f061e79ce1430c
diff --git a/gumble/client.go b/gumble/client.go index <HASH>..<HASH> 100644 --- a/gumble/client.go +++ b/gumble/client.go @@ -194,8 +194,9 @@ func (c *Client) readRoutine() { if err != nil { break } - if handle, ok := handlers[pType]; ok { - handle(c, data) + index := int(pType) + if index < len(handler...
change handlers from map to an array
layeh_gumble
train
fc102c34dddea8f6e7838c57e61c43dd7921b979
diff --git a/ci/build.py b/ci/build.py index <HASH>..<HASH> 100755 --- a/ci/build.py +++ b/ci/build.py @@ -34,6 +34,7 @@ import shutil import subprocess import sys import tempfile +import platform from copy import deepcopy from itertools import chain from subprocess import call, check_call @@ -121,11 +122,16 @@ d...
Fix build.py when CCACHE_DIR is set. (#<I>) Don't use tempdir on osx since this is not mountable by default in Docker in osx
apache_incubator-mxnet
train
feb0cdc53280ed5daf83e79f8376a5b772306628
diff --git a/http/src/index.js b/http/src/index.js index <HASH>..<HASH> 100644 --- a/http/src/index.js +++ b/http/src/index.js @@ -4,13 +4,13 @@ let {makeHTTPDriver} = require('./http-driver'); module.exports = { /** * HTTP Driver factory. This is a function which, when called, returns a HTTP - * Driver for C...
Fix code style issues in src/index.js
cyclejs_cyclejs
train
1ed847c3ee52798639e13746b186f055e31de0cd
diff --git a/src/main/java/de/waldheinz/fs/fat/FatLfnDirectory.java b/src/main/java/de/waldheinz/fs/fat/FatLfnDirectory.java index <HASH>..<HASH> 100644 --- a/src/main/java/de/waldheinz/fs/fat/FatLfnDirectory.java +++ b/src/main/java/de/waldheinz/fs/fat/FatLfnDirectory.java @@ -288,9 +288,12 @@ final class FatLfnDirect...
Prevent deleting the dot entries in FatLfnDirectory.
waldheinz_fat32-lib
train
769dc23cdc278c06e2335bf5acd407d9516ec449
diff --git a/glymur/jp2box.py b/glymur/jp2box.py index <HASH>..<HASH> 100644 --- a/glymur/jp2box.py +++ b/glymur/jp2box.py @@ -1608,7 +1608,7 @@ class XMLBox(Jp2kBox): offset of the box from the start of the file. longname : str more verbose description of the box. - xml : ElementTree.Element ...
XML entities to be stored as ElementTree objects, not as "Elements". #<I>
quintusdias_glymur
train
2daf018361b9c5eb830162d3c96126ecee2551b2
diff --git a/builtin/logical/database/backend.go b/builtin/logical/database/backend.go index <HASH>..<HASH> 100644 --- a/builtin/logical/database/backend.go +++ b/builtin/logical/database/backend.go @@ -25,6 +25,7 @@ func Backend(conf *logical.BackendConfig) *databaseBackend { Help: strings.TrimSpace(backendHelp), ...
Add listing to database connections. (#<I>) Fixes #<I>
hashicorp_vault
train
da6248b75dea8a27cf3d7bf229e932c2ec1d9999
diff --git a/lib/chef/provider/file.rb b/lib/chef/provider/file.rb index <HASH>..<HASH> 100644 --- a/lib/chef/provider/file.rb +++ b/lib/chef/provider/file.rb @@ -93,6 +93,7 @@ class Chef end def action_create + do_unlink do_create_file do_contents_changes do_acl_change...
be proactive in unlinking strange things that are not normal files at our destination.
chef_chef
train
34c47bf1131b62e43b1335205f4d9851af9a6833
diff --git a/src/extensions/layout.cola.js b/src/extensions/layout.cola.js index <HASH>..<HASH> 100644 --- a/src/extensions/layout.cola.js +++ b/src/extensions/layout.cola.js @@ -18,6 +18,7 @@ avoidOverlaps: true, // if true, prevents overlap of node bounding boxes nodeSpacing: function( node ){ return 10; },...
allow alignment constraints & infinite false fix
cytoscape_cytoscape.js
train
d2c59fa7d49bf4b1e1e16d2917adfbac7608078f
diff --git a/test/mining.js b/test/mining.js index <HASH>..<HASH> 100644 --- a/test/mining.js +++ b/test/mining.js @@ -281,7 +281,7 @@ describe("Mining", function() { it("should error if queued transaction exceeds the block gas limit", function() { return stopMining().then(function() { - return queueTran...
fix up tests broken by default block gas limit change
trufflesuite_ganache-core
train
76f608083e954e4a371d15a8b9ebdae284edbb59
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,6 @@ extensions = [ 'sphinx.ext.intersphinx', 'sphinx.ext.coverage', 'sphinx.ext.viewcode', - 'sphinx.ext.githubpages', 'sphinx.ext.napoleon', ]
disabled githubpages as readthedocs doesnt support them yet
koalalorenzo_python-digitalocean
train
f4eb97066c126a06ef309c4bc2fa2e06e24c8436
diff --git a/lib/active_record_permissions.rb b/lib/active_record_permissions.rb index <HASH>..<HASH> 100644 --- a/lib/active_record_permissions.rb +++ b/lib/active_record_permissions.rb @@ -90,6 +90,13 @@ module ActiveRecordPermissions return ActiveRecordPermissions.default_permission end + # Because ...
adding a wrapper for new_record? called existing_record_check?. this should clarify the permissions logic needed to distinguish between class- and instance-level checks. git-svn-id: <URL>
activescaffold_active_scaffold
train
c0a9c45e914c10aa776ccb600d8bd539e0d056d8
diff --git a/src/photini/__init__.py b/src/photini/__init__.py index <HASH>..<HASH> 100644 --- a/src/photini/__init__.py +++ b/src/photini/__init__.py @@ -1,4 +1,4 @@ from __future__ import unicode_literals __version__ = '2020.11.1' -build = '1530 (5b54c81)' +build = '1531 (13762b0)' diff --git a/src/photini/pyqt.p...
Stop using QFontMetrics.width method This is deprecated in recent versions of Qt.
jim-easterbrook_Photini
train
9cc0d2cfe999ac9f0970aa9c979733fddceb2b70
diff --git a/plugins/logs/plugin.go b/plugins/logs/plugin.go index <HASH>..<HASH> 100644 --- a/plugins/logs/plugin.go +++ b/plugins/logs/plugin.go @@ -829,6 +829,8 @@ func (p *Plugin) maskEvent(ctx context.Context, txn storage.Transaction, event * rego.Store(p.manager.Store), rego.Transaction(txn), rego....
Make print() work in decision masking policy
open-policy-agent_opa
train
a4f8ffc323388066bb3a87dd6746e85b2b2388af
diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/README.rst +++ b/README.rst @@ -254,3 +254,9 @@ Usage ( *XMLRPC* ) * **XMLRPC**: *call to method named* '*tl.sayHello*' * **Description** : get **'Hello!'** message + +**api_ping** ++++++++++++++++++++++++ + +* **XMLRPC**: *call to method named*...
[qatl] added method named 'tl.ping' (#<I>)
netzulo_qatestlink
train
ce6abdde1ab4d4bc999181e76018f1c09239d3ff
diff --git a/src/Axstrad/Bundle/PageBundle/Entity/Page.php b/src/Axstrad/Bundle/PageBundle/Entity/Page.php index <HASH>..<HASH> 100644 --- a/src/Axstrad/Bundle/PageBundle/Entity/Page.php +++ b/src/Axstrad/Bundle/PageBundle/Entity/Page.php @@ -16,6 +16,23 @@ class Page extends Article implements SeoAwareInterface ...
Don't use trait to implement SeoAwareInterface
dankempster_axstrad-filesystem
train
f6f6550f79ef9e3b02f6db624a2a696a120dcad1
diff --git a/builder.go b/builder.go index <HASH>..<HASH> 100644 --- a/builder.go +++ b/builder.go @@ -48,7 +48,7 @@ type Builder interface { // Otherwise it will update the row with the new values. // The keys of cols are the column names, while the values of cols are the corresponding column // values to be ins...
added constraint for upsert
go-ozzo_ozzo-dbx
train
9f9f260a6af83bc0645f0ad917e84269efdf0b97
diff --git a/armstrong/hatband/static/generickey.js b/armstrong/hatband/static/generickey.js index <HASH>..<HASH> 100644 --- a/armstrong/hatband/static/generickey.js +++ b/armstrong/hatband/static/generickey.js @@ -69,6 +69,10 @@ armstrong.widgets.generickey = function($, options) { } }, ...
JavaScript for VisualSearch won't trigger an AJAX call for invalid Facets.
armstrong_armstrong.hatband
train
75fad837272e88efa8a42401097b3a8db5f2826a
diff --git a/reference/builder.js b/reference/builder.js index <HASH>..<HASH> 100755 --- a/reference/builder.js +++ b/reference/builder.js @@ -19,7 +19,6 @@ * Serve the data from the cache. */ function _cacheData(key, value){ - console.info('data served from cache', key, value); cache[key] = {timeStamp...
[cache] Add 1 min cache on master data lists.
KleeGroup_focus-core
train
b9607075175ed27054c06562878e39f04424b7b1
diff --git a/src/umbra/components/factory/scriptEditor/searchInFiles.py b/src/umbra/components/factory/scriptEditor/searchInFiles.py index <HASH>..<HASH> 100644 --- a/src/umbra/components/factory/scriptEditor/searchInFiles.py +++ b/src/umbra/components/factory/scriptEditor/searchInFiles.py @@ -783,7 +783,7 @@ class Sea...
Fix "Search In Files" / "Search And Replace" dialogs placement in "scriptEditor" component. Closes #<I>.
KelSolaar_Umbra
train
c994e1086270cdfe4e145ea206049f05ef5414d6
diff --git a/activerecord/test/cases/relation/merging_test.rb b/activerecord/test/cases/relation/merging_test.rb index <HASH>..<HASH> 100644 --- a/activerecord/test/cases/relation/merging_test.rb +++ b/activerecord/test/cases/relation/merging_test.rb @@ -25,20 +25,20 @@ class RelationMergingTest < ActiveRecord::TestCas...
fix weird Emacs auto indentation. [ci skip]
rails_rails
train
21257676200b114689600919525ba6d58f433102
diff --git a/packages/mobx-little-router/src/index.js b/packages/mobx-little-router/src/index.js index <HASH>..<HASH> 100644 --- a/packages/mobx-little-router/src/index.js +++ b/packages/mobx-little-router/src/index.js @@ -23,9 +23,9 @@ export function install(opts: InstallOptions): Router { opts.routes, opts...
Reordering middleware to fix custom middleware conflicts.
mobx-little-router_mobx-little-router
train
d49f50663cd7dfba6f1655584d8e98b01ce8190c
diff --git a/core/src/main/java/com/graphhopper/storage/index/LocationIndexTree.java b/core/src/main/java/com/graphhopper/storage/index/LocationIndexTree.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/graphhopper/storage/index/LocationIndexTree.java +++ b/core/src/main/java/com/graphhopper/storage/index/...
improve location index lookup speed, #<I>
graphhopper_graphhopper
train
90a1741623c53804418cac95786de9202a175c1b
diff --git a/src/josegonzalez/Queuesadilla/Engine/PdoEngine.php b/src/josegonzalez/Queuesadilla/Engine/PdoEngine.php index <HASH>..<HASH> 100644 --- a/src/josegonzalez/Queuesadilla/Engine/PdoEngine.php +++ b/src/josegonzalez/Queuesadilla/Engine/PdoEngine.php @@ -61,6 +61,9 @@ abstract class PdoEngine extends Base ...
Moved the cleanup method into the pod-engine. Adjusted tests.
josegonzalez_php-queuesadilla
train
232cc389475e269e3b17cd1858721aa9cce56a72
diff --git a/theanets/feedforward.py b/theanets/feedforward.py index <HASH>..<HASH> 100644 --- a/theanets/feedforward.py +++ b/theanets/feedforward.py @@ -209,13 +209,25 @@ class Network(object): ---------- sizes : list of int A list of the number of nodes in each feedforward hidden layer...
Fix up forward map docstring.
lmjohns3_theanets
train
7d44e3a7ef8a509d7c6c7753fbea0ff3db9548e3
diff --git a/src/main/super/rx/Observable.java b/src/main/super/rx/Observable.java index <HASH>..<HASH> 100644 --- a/src/main/super/rx/Observable.java +++ b/src/main/super/rx/Observable.java @@ -1165,7 +1165,7 @@ public class Observable<T> { */ public final static <T> Observable<T> from(Future<? extends T> f...
Fixed gwt<I> java8 compatibility ECJ has some problems with generics resolution...
intendia-oss_rxjava-gwt
train
250142613cb7e60759100cbf0e0e359380d11dbd
diff --git a/src/Connect.js b/src/Connect.js index <HASH>..<HASH> 100644 --- a/src/Connect.js +++ b/src/Connect.js @@ -48,12 +48,11 @@ class Connect { // TODO // State - this.address = null - this.firstReq = true this.did = null - this.mnid = null // Add this.mnid - this.doc = null // Add t...
feat: add address, mnid, did to persistent state and decode
uport-project_uport-connect
train