hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
34aca06d3cca5ac808073e75108665cc704afd73
diff --git a/tests/test_for_support/test_for_biomass.py b/tests/test_for_support/test_for_biomass.py index <HASH>..<HASH> 100644 --- a/tests/test_for_support/test_for_biomass.py +++ b/tests/test_for_support/test_for_biomass.py @@ -589,8 +589,7 @@ def test_production_biomass_precursors_exchange(model, num): """ ...
refactor: tests should also rely on unit tested functions for routine operations
opencobra_memote
train
py
d2ff1fb9f543002217266267789427057a3c22b9
diff --git a/test/test_push_queues.rb b/test/test_push_queues.rb index <HASH>..<HASH> 100644 --- a/test/test_push_queues.rb +++ b/test/test_push_queues.rb @@ -40,6 +40,7 @@ class TestPushQueues < TestBase assert_equal 10, queue.subscribers.size # add the last one + queue.reload # temporary, can rem...
added first queue.reload temporarily.
iron-io_iron_mq_ruby
train
rb
0abd405856c96eeee410331232beee120cbd1cfc
diff --git a/cougar-framework/jetty-transport/src/test/java/com/betfair/cougar/transport/impl/protocol/http/rescript/RescriptOperationBindingTest.java b/cougar-framework/jetty-transport/src/test/java/com/betfair/cougar/transport/impl/protocol/http/rescript/RescriptOperationBindingTest.java index <HASH>..<HASH> 100644 -...
Change expected exception to CougarValidationException
betfair_cougar
train
java
2110e01ce19aff46c7722f30d567859d23a77ac6
diff --git a/jodd-madvoc/src/main/java/jodd/madvoc/proxetta/ProxettaProvider.java b/jodd-madvoc/src/main/java/jodd/madvoc/proxetta/ProxettaProvider.java index <HASH>..<HASH> 100644 --- a/jodd-madvoc/src/main/java/jodd/madvoc/proxetta/ProxettaProvider.java +++ b/jodd-madvoc/src/main/java/jodd/madvoc/proxetta/ProxettaPro...
Proxetta provider is not an interface as it has to be a component.
oblac_jodd
train
java
a1316cc56dbde1376a39be52874cb6e8a93f2eb2
diff --git a/lib/custom/setup/unittest/data/customer-list.php b/lib/custom/setup/unittest/data/customer-list.php index <HASH>..<HASH> 100644 --- a/lib/custom/setup/unittest/data/customer-list.php +++ b/lib/custom/setup/unittest/data/customer-list.php @@ -8,6 +8,7 @@ return array ( 'customer/lists/type' => array ( ...
Use same test data as in the core
aimeos_ai-laravel
train
php
2537abe800d7be492e53864863190ee2647a8bc3
diff --git a/js/coinegg.js b/js/coinegg.js index <HASH>..<HASH> 100644 --- a/js/coinegg.js +++ b/js/coinegg.js @@ -248,7 +248,7 @@ module.exports = class coinegg extends Exchange { return result; } - async fetchOrderBook (symbol, params = {}) { + async fetchOrderBook (symbol, limit = undefined, pa...
coinegg fetchOrderBook signature fix #<I>
ccxt_ccxt
train
js
ad48edc8dd6678ae2e48a624c2c01a5d64dea77d
diff --git a/test/scientist/experiment_test.rb b/test/scientist/experiment_test.rb index <HASH>..<HASH> 100644 --- a/test/scientist/experiment_test.rb +++ b/test/scientist/experiment_test.rb @@ -448,11 +448,13 @@ describe Scientist::Experiment do Fake.raise_on_mismatches = true @ex.use { "control" } ...
Fix begin/rescue syntax for older rubies
github_scientist
train
rb
7357c76a8a2f625328ab2e8f5e686d93b139dd25
diff --git a/ledgerautosync/sync.py b/ledgerautosync/sync.py index <HASH>..<HASH> 100644 --- a/ledgerautosync/sync.py +++ b/ledgerautosync/sync.py @@ -117,6 +117,9 @@ class OfxSynchronizer(Synchronizer): return (ofx, []) else: raise ex + if ofx.signo...
Raise an exception on error response from server
egh_ledger-autosync
train
py
6eef23e2aad962e1509a917c609ec5f92f3b6102
diff --git a/beautify.js b/beautify.js index <HASH>..<HASH> 100644 --- a/beautify.js +++ b/beautify.js @@ -405,7 +405,7 @@ function js_beautify(js_source_text, options) { var sign = input.charAt(parser_pos); parser_pos += 1; - var t = get_next_token(parser_pos); + ...
Remove some unneeded get_next_token args (#<I>)
beautify-web_js-beautify
train
js
d7857a92506e95c1f5dd940acdd1b23830b69111
diff --git a/Component/Routing/Tests/RouteCollectionTest.php b/Component/Routing/Tests/RouteCollectionTest.php index <HASH>..<HASH> 100755 --- a/Component/Routing/Tests/RouteCollectionTest.php +++ b/Component/Routing/Tests/RouteCollectionTest.php @@ -5,6 +5,7 @@ namespace Fapi\Component\Routing\Tests\Route; use \PHPUn...
Adds class declaration on the top of the file
rybakdigital_fapi
train
php
3bd272273ac8f87165483299e7587c40e02adc8a
diff --git a/lib/serializer.js b/lib/serializer.js index <HASH>..<HASH> 100644 --- a/lib/serializer.js +++ b/lib/serializer.js @@ -33,6 +33,7 @@ const xml2js = require( 'xml2js' ) , OBJECT = "object" , OBJECTS = "objects" , VALUE = "value" + , FUNCTION = 'function' , ARRA...
account for functions in XML serializer. it was returning the body of the function, not the result. which is not so good
node-tastypie_tastypie
train
js
4be6deb94776744071311777f0b18efb993c0cfa
diff --git a/datasette/app.py b/datasette/app.py index <HASH>..<HASH> 100644 --- a/datasette/app.py +++ b/datasette/app.py @@ -1308,8 +1308,8 @@ class Datasette: modpath = '/-/static-plugins/{}/'.format(plugin_module.__name__) dirpath = pkg_resources.resource_filename(plugin_mo...
Fix for plugins in Python <I> (#<I>) ModuleNotFoundError is not a thing in Python <I>, so catch KeyError/ImportError instead.
simonw_datasette
train
py
a1b4da1147b688bcc718177079e07c7e260d5c9a
diff --git a/closure/goog/testing/testsuite.js b/closure/goog/testing/testsuite.js index <HASH>..<HASH> 100644 --- a/closure/goog/testing/testsuite.js +++ b/closure/goog/testing/testsuite.js @@ -18,9 +18,10 @@ goog.require('goog.testing.TestCase'); /** - * Creates a TestCase from the given object, using test* meth...
Make the docs for goog.testing.testSuite more focused on what callers care about and less on implementation details. ------------- Created by MOE: <URL>
google_closure-library
train
js
20a96e2158a8c619ee89d6fb1bd181e102d82189
diff --git a/lib/phone_number.rb b/lib/phone_number.rb index <HASH>..<HASH> 100644 --- a/lib/phone_number.rb +++ b/lib/phone_number.rb @@ -2,6 +2,8 @@ class PhoneNumber < ActiveRecord::Base belongs_to :vcard, :class_name => 'Vcards::Vcard' belongs_to :object, :polymorphic => true + validates_presence_of :numbe...
Validate presence of attribute number in PhoneNumber.
huerlisi_has_vcards
train
rb
4880fc5ec79145fe8b44b2f73bf6fbd6b040656a
diff --git a/lib/kristin.rb b/lib/kristin.rb index <HASH>..<HASH> 100644 --- a/lib/kristin.rb +++ b/lib/kristin.rb @@ -35,6 +35,7 @@ module Kristin opts.push("--zoom #{@options[:zoom]}") if @options[:zoom] opts.push("--fit-width #{@options[:fit_width]}") if @options[:fit_width] opts.push("--fit-hei...
add support for `split_pages` option (passed to pdf2htmlex as `--split-pages 1`)
ricn_kristin
train
rb
a475f571777017805bac8872f19ebe8160ad4cd6
diff --git a/flink-connectors/flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/source/reader/KafkaPartitionSplitReader.java b/flink-connectors/flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/source/reader/KafkaPartitionSplitReader.java index <HASH>..<HASH> 100644 --- a/flink-con...
[FLINK-<I>][connector kafka] Ensure KafkaPartitionSplitRecords returned on consumer wakeup is properly initializes
apache_flink
train
java
e7a345cb9a4fa943a19e76022de5c35720296059
diff --git a/connect/resolver.go b/connect/resolver.go index <HASH>..<HASH> 100644 --- a/connect/resolver.go +++ b/connect/resolver.go @@ -171,9 +171,9 @@ func (cr *ConsulResolver) resolveServiceEntry(entry *api.ServiceEntry) (string, } port := entry.Service.Port - service := entry.Service.Service - if entry.Ser...
Refactor resolver logic to be clearer
hashicorp_consul
train
go
e24543b96adb208897f4ce3eaab96b2f4df13106
diff --git a/semantic_release/pypi.py b/semantic_release/pypi.py index <HASH>..<HASH> 100644 --- a/semantic_release/pypi.py +++ b/semantic_release/pypi.py @@ -21,7 +21,6 @@ def upload_to_pypi( run('python setup.py {}'.format(dists)) twine_upload.upload( dists=['dist/*'], - repository='pypi', ...
fix: Remove repository argument in twine
relekang_python-semantic-release
train
py,py
650333843d6363ba5d61e365edceb2e718856cb6
diff --git a/framework/src/play-test/src/main/java/play/test/Helpers.java b/framework/src/play-test/src/main/java/play/test/Helpers.java index <HASH>..<HASH> 100644 --- a/framework/src/play-test/src/main/java/play/test/Helpers.java +++ b/framework/src/play-test/src/main/java/play/test/Helpers.java @@ -57,7 +57,7 @@ pub...
Fix NPE caused by Java test helper routeAsync changes
playframework_playframework
train
java
c620bc298ad845ca820f3de6a14d63e7df9515b6
diff --git a/app/app_delegate.rb b/app/app_delegate.rb index <HASH>..<HASH> 100644 --- a/app/app_delegate.rb +++ b/app/app_delegate.rb @@ -58,7 +58,9 @@ class AppDelegate def status_item @status_item ||= begin - status_item = NSStatusBar.systemStatusBar.statusItemWithLength(NSSquareStatusItemLength).init...
workaround for build error This is workaround for <URL>
codelation_menu-motion
train
rb
3eba612eccf514dfaf7251995cf3f2b41b8a972b
diff --git a/cdm/src/main/java/thredds/catalog/query/Station.java b/cdm/src/main/java/thredds/catalog/query/Station.java index <HASH>..<HASH> 100644 --- a/cdm/src/main/java/thredds/catalog/query/Station.java +++ b/cdm/src/main/java/thredds/catalog/query/Station.java @@ -21,6 +21,10 @@ package thredds.catalog.query; ...
add APIs for station lat, lon, id, name
Unidata_thredds
train
java
dc154705b0fab99beba27cbb1e2c3ce6bd90d256
diff --git a/restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java b/restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java index <HASH>..<HASH> 100644 --- a/restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java +...
Work in progress for LCM issue where no audio when move call to new RCML after conference with music on hold This refer to #<I>
RestComm_Restcomm-Connect
train
java
f0534380195b81d7a21bf30a4a7d541a3f9c91a9
diff --git a/psiturk/experiment.py b/psiturk/experiment.py index <HASH>..<HASH> 100644 --- a/psiturk/experiment.py +++ b/psiturk/experiment.py @@ -334,8 +334,8 @@ def get_ad_via_hitid(hit_id): @nocache def start_exp(): """ Serves up the experiment applet. """ - if not ('hitId' in request.args and 'assignmentI...
mode is now a required argument to /exp (otherwise it will be undefined and can generate an key lookup error)
NYUCCL_psiTurk
train
py
6af8e505b5002d2c3e9750212654e02b7483b01f
diff --git a/lib/components/user/places/favorite-place-row.js b/lib/components/user/places/favorite-place-row.js index <HASH>..<HASH> 100644 --- a/lib/components/user/places/favorite-place-row.js +++ b/lib/components/user/places/favorite-place-row.js @@ -101,10 +101,14 @@ const FavoritePlaceRow = ({ isFixed, onDelete, ...
refactor(FavoritePlaceRow): Fix new place broken link.
opentripplanner_otp-react-redux
train
js
1e566151d15a634c11fc56dbb87d756e0611dd52
diff --git a/packages/ra-ui-materialui/src/layout/CardContentInner.js b/packages/ra-ui-materialui/src/layout/CardContentInner.js index <HASH>..<HASH> 100644 --- a/packages/ra-ui-materialui/src/layout/CardContentInner.js +++ b/packages/ra-ui-materialui/src/layout/CardContentInner.js @@ -4,18 +4,22 @@ import classnames f...
fix: for issue #<I> making bottom padding for last child to be <I>px for xs media size
marmelab_react-admin
train
js
31f358c90c36b3e71241cf077264ca7c1ff32c4e
diff --git a/src/main/java/com/j256/ormlite/stmt/StatementExecutor.java b/src/main/java/com/j256/ormlite/stmt/StatementExecutor.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/j256/ormlite/stmt/StatementExecutor.java +++ b/src/main/java/com/j256/ormlite/stmt/StatementExecutor.java @@ -102,6 +102,7 @@ public cl...
Added set max lines (1) if we are querying for the first row.
j256_ormlite-core
train
java
57591eb4b4de581a1486c855fef1f73395288afd
diff --git a/test_crumbs/test_unit/__init__.py b/test_crumbs/test_unit/__init__.py index <HASH>..<HASH> 100644 --- a/test_crumbs/test_unit/__init__.py +++ b/test_crumbs/test_unit/__init__.py @@ -257,13 +257,10 @@ class ParametersReadTest(unittest.TestCase): logger.debug('sys.argv: %s', sys.argv) - d...
Remove unnecessary function definition. We don't need to define the function wrapping sys.argv.remove just to curry it in the next step. Let's skip the middle man and just curry sys.argv.remove directly.
alunduil_crumbs
train
py
15c27c712d15bfde4fa363cff6b60d22e5244d08
diff --git a/gin.go b/gin.go index <HASH>..<HASH> 100644 --- a/gin.go +++ b/gin.go @@ -210,6 +210,9 @@ func (group *RouterGroup) Static(p, root string) { group.GET(p, func(c *Context) { fileServer.ServeHTTP(c.Writer, c.Request) }) + group.HEAD(p, func(c *Context) { + fileServer.ServeHTTP(c.Writer, c.Request) + ...
Adds HEAD method in Static file serving
gin-gonic_gin
train
go
8dcffb1899659010b64b8cfbe99e8b31d9209063
diff --git a/telemetry/telemetry/page/page_runner.py b/telemetry/telemetry/page/page_runner.py index <HASH>..<HASH> 100644 --- a/telemetry/telemetry/page/page_runner.py +++ b/telemetry/telemetry/page/page_runner.py @@ -313,7 +313,7 @@ def Run(test, page_set, expectations, finder_options): for page in list(pages): ...
[telemetry] Demote test skip logging from warning to debug level. BUG=<I> TEST=Nope. Review URL: <URL>
catapult-project_catapult
train
py
39937f9964eb7274746fe7dd2811ea78c720c31d
diff --git a/openstack_dashboard/dashboards/project/routers/forms.py b/openstack_dashboard/dashboards/project/routers/forms.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/dashboards/project/routers/forms.py +++ b/openstack_dashboard/dashboards/project/routers/forms.py @@ -32,7 +32,8 @@ LOG = logging.getLogger...
[Trivial] Add required=False to router name in Create Router Because Router name is not required. Change-Id: If<I>bcd1a8d<I>e<I>c2e6a<I>de6fe2b<I>cc<I> Closes-Bug: #<I>
openstack_horizon
train
py
59ec21b38778bfad26f377ec181ab8f6ca06a378
diff --git a/resources/lang/es-ES/cachet.php b/resources/lang/es-ES/cachet.php index <HASH>..<HASH> 100644 --- a/resources/lang/es-ES/cachet.php +++ b/resources/lang/es-ES/cachet.php @@ -76,9 +76,9 @@ return [ // Subscriber 'subscriber' => [ 'subscribe' => 'Suscríbete para obtener las actua...
New translations cachet.php (Spanish)
CachetHQ_Cachet
train
php
70d4cf82b237aa7eeaa752eee8c2fc2d2b454edb
diff --git a/imhotep/main.py b/imhotep/main.py index <HASH>..<HASH> 100644 --- a/imhotep/main.py +++ b/imhotep/main.py @@ -55,4 +55,4 @@ def main(): if __name__ == '__main__': - main() \ No newline at end of file + main()
W<I> no newline at end of file
justinabrahms_imhotep
train
py
fd65ae771b683a4eca51bdb2065d7528baf0c103
diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/globalCommands.js b/bundles/org.eclipse.orion.client.ui/web/orion/globalCommands.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.ui/web/orion/globalCommands.js +++ b/bundles/org.eclipse.orion.client.ui/web/orion/globalCommands.js @@ -981,6...
keyassist panel - select initial filter string
eclipse_orion.client
train
js
c85099a3d6ab98f24ce512d968f881dff456e420
diff --git a/spinoff/actor/events.py b/spinoff/actor/events.py index <HASH>..<HASH> 100644 --- a/spinoff/actor/events.py +++ b/spinoff/actor/events.py @@ -38,11 +38,6 @@ class LifecycleEvent(Event): pass -class LifecycleWarning(Event, fields('actor', 'message')): - def repr_args(self): - return super...
Removed the unused events.LifecycleWarning
eallik_spinoff
train
py
1556110de525895385d8018a41154b80fab2b695
diff --git a/lib/core/fsutil.js b/lib/core/fsutil.js index <HASH>..<HASH> 100644 --- a/lib/core/fsutil.js +++ b/lib/core/fsutil.js @@ -40,8 +40,12 @@ function safeTail_p(path, maxlen, encoding) { return Q.nfcall(fs.read, fd, buffer, 0, bytesToRead, index) .then(function(result) { - // TODO: Multi...
Skip orphaned UTF-8 continuation bytes in safeTail
rstudio_shiny-server
train
js
953e19ecd97bad0d849f46a45cff01a057b6f9d6
diff --git a/actionpack/lib/action_view/helpers/form_options_helper.rb b/actionpack/lib/action_view/helpers/form_options_helper.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_view/helpers/form_options_helper.rb +++ b/actionpack/lib/action_view/helpers/form_options_helper.rb @@ -560,7 +560,7 @@ module Action...
Use Array Difference to calculate the zones array, instead of iterating It's faster, and doesn't force us to dup the timezones array.
rails_rails
train
rb
6e92fb383ae8b39579fe7ddb5bc6b2ea6a4c93b4
diff --git a/searx/engines/digg.py b/searx/engines/digg.py index <HASH>..<HASH> 100644 --- a/searx/engines/digg.py +++ b/searx/engines/digg.py @@ -32,6 +32,9 @@ title_xpath = './/h2//a//text()' content_xpath = './/p//text()' pubdate_xpath = './/time' +digg_cookie_chars = string.ascii_uppercase + string.ascii_lowerc...
[fix] digg cookie characters created in module import
asciimoo_searx
train
py
d081cc4b52f2ed5098f92c28aeec0a6eacbb8159
diff --git a/src/dolo/misc/yamlfile.py b/src/dolo/misc/yamlfile.py index <HASH>..<HASH> 100644 --- a/src/dolo/misc/yamlfile.py +++ b/src/dolo/misc/yamlfile.py @@ -108,8 +108,7 @@ def parse_yaml_text(txt): init_values = [ (Variable(vn,0), eval(str(value),context)) for vn,value in calibration['steady_sta...
model.covariances is now a symbolic array
EconForge_dolo
train
py
59a15d7f5c9a499a06122a944f49ce55a7b7c51a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def find_package_data(package): setuptools.setup( name='brozzler', - version='1.1b6.dev91', + version='1.1b6.dev92', description='Distributed web crawling with browsers', ...
bump dev version after merging pull requests
internetarchive_brozzler
train
py
9f522f9c78f26f58b43f6c5f23bd8d35cae1e99a
diff --git a/spec/lib/sprockets/server_spec.rb b/spec/lib/sprockets/server_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/sprockets/server_spec.rb +++ b/spec/lib/sprockets/server_spec.rb @@ -22,14 +22,22 @@ describe Opal::Server do end it 'serves assets with complex sprockets requires' do - assets = app....
Not sure why, but sprockets3 appends “.self”
opal_opal
train
rb
a7e46fdc3911520a24ba3c423c9dade104533096
diff --git a/core/server/worker/src/main/java/alluxio/worker/AlluxioWorkerProcess.java b/core/server/worker/src/main/java/alluxio/worker/AlluxioWorkerProcess.java index <HASH>..<HASH> 100644 --- a/core/server/worker/src/main/java/alluxio/worker/AlluxioWorkerProcess.java +++ b/core/server/worker/src/main/java/alluxio/wo...
fix error on stop jvm monitor thread
Alluxio_alluxio
train
java
b05f56e4476542b57ac05faf6ecbf584134d018f
diff --git a/pysat/_meta.py b/pysat/_meta.py index <HASH>..<HASH> 100644 --- a/pysat/_meta.py +++ b/pysat/_meta.py @@ -1067,7 +1067,6 @@ class Meta(object): 'objects in keys().'))) for key in other.keys_nD(): if key in mdata: - ...
MAINT: removed unnecesary whitespace Removed unnecessary blank line before RuntimeError.
rstoneback_pysat
train
py
e0d1134258f7820710b03cfeea63a01a1223828f
diff --git a/EventListener/ViewResponseListener.php b/EventListener/ViewResponseListener.php index <HASH>..<HASH> 100644 --- a/EventListener/ViewResponseListener.php +++ b/EventListener/ViewResponseListener.php @@ -96,7 +96,14 @@ class ViewResponseListener implements EventSubscriberInterface $context->...
fix SensioFrameworkExtraBundle compatibility
FriendsOfSymfony_FOSRestBundle
train
php
0f00f5a26888796b9932f3a80957b851d6e66fb5
diff --git a/pkg/keystore/keystore.go b/pkg/keystore/keystore.go index <HASH>..<HASH> 100644 --- a/pkg/keystore/keystore.go +++ b/pkg/keystore/keystore.go @@ -90,7 +90,7 @@ func checkSignature(ks *Keystore, prefix string, signed, signature io.Reader) (* entities, err := openpgp.CheckArmoredDetachedSignature(keyring, ...
keystore: improve missing signature error message When a supplied signature file (e.g. .asc) contains no valid signature, the current error message is a bit misleading; tweak it to try make it clearer.
rkt_rkt
train
go
a6a692be2736f3f6ac93ff1ece5dbbb0f0990adf
diff --git a/windpowerlib/wind_turbine.py b/windpowerlib/wind_turbine.py index <HASH>..<HASH> 100644 --- a/windpowerlib/wind_turbine.py +++ b/windpowerlib/wind_turbine.py @@ -184,6 +184,14 @@ class WindTurbine(object): return turbine_repr + def deduce_nominal_power_from_power_curve(self): + """Tr...
Add method to deduce the nominal value from the power curve
wind-python_windpowerlib
train
py
a8e326d6796b35587aeefb04b04a11b7e20e5546
diff --git a/experiment/slack-oncall-updater/main.go b/experiment/slack-oncall-updater/main.go index <HASH>..<HASH> 100644 --- a/experiment/slack-oncall-updater/main.go +++ b/experiment/slack-oncall-updater/main.go @@ -32,18 +32,14 @@ import ( // and clicking "Copy user ID". var githubToSlack = map[string]string{ "...
trim stale entries and alphabetize github to slack mapping
kubernetes_test-infra
train
go
119ff3524c31d61d746e21852bba5783d4f9e225
diff --git a/src/main/java/edu/jhu/optimize/SGD.java b/src/main/java/edu/jhu/optimize/SGD.java index <HASH>..<HASH> 100644 --- a/src/main/java/edu/jhu/optimize/SGD.java +++ b/src/main/java/edu/jhu/optimize/SGD.java @@ -138,6 +138,7 @@ public class SGD implements BatchMaximizer, BatchMinimizer { ...
Only include nonzero gradient entries in learning rate average.
mgormley_pacaya
train
java
9c1c589d1a1aa8b839619e2f4b6f3b2c775060b0
diff --git a/lib/transaccion_completa/mall/MallTransaction.php b/lib/transaccion_completa/mall/MallTransaction.php index <HASH>..<HASH> 100644 --- a/lib/transaccion_completa/mall/MallTransaction.php +++ b/lib/transaccion_completa/mall/MallTransaction.php @@ -173,7 +173,7 @@ class MallTransaction $url = str_rep...
fix missing param in payload to commit change commerce code at refund transaction
TransbankDevelopers_transbank-sdk-php
train
php
ab8cc90b51a53f7eeac0ca892e176b74505ad3d6
diff --git a/lib/logger/internal_providers/console.js b/lib/logger/internal_providers/console.js index <HASH>..<HASH> 100644 --- a/lib/logger/internal_providers/console.js +++ b/lib/logger/internal_providers/console.js @@ -18,7 +18,7 @@ class ConsoleProvider { break; } - method(message.message); + method(`${...
Logging category with message for console log provider
dynamoosejs_dynamoose
train
js
4fcaa81660c2fe7cb6728891c21036e97c64cd45
diff --git a/lib/class-wp-json-server.php b/lib/class-wp-json-server.php index <HASH>..<HASH> 100644 --- a/lib/class-wp-json-server.php +++ b/lib/class-wp-json-server.php @@ -56,7 +56,7 @@ class WP_JSON_Server { * * @var array */ - private $endpoints = array(); + protected $endpoints = array(); /** * In...
Change private to protected `private` visibility is banned in this codebase, as it interferes with testing as well as making the class less usable by plugins.
WP-API_WP-API
train
php
5977856d81f8cd41d5c0826562f8ee206d6c0de7
diff --git a/src/js/select2/diacritics.js b/src/js/select2/diacritics.js index <HASH>..<HASH> 100644 --- a/src/js/select2/diacritics.js +++ b/src/js/select2/diacritics.js @@ -841,7 +841,7 @@ define([ '\u03CD': '\u03C5', '\u03CB': '\u03C5', '\u03B0': '\u03C5', - '\u03C9': '\u03C9', + '\u03CE': '\u03...
minor fix (greek omega used has no diacritic) (#<I>) replaced \u<I>C9 (GREEK SMALL LETTER OMEGA: ω) with \u<I>CE (GREEK SMALL LETTER OMEGA WITH TONOS: ώ)
select2_select2
train
js
63dcb81b97c2cd51f74afb0ebb3b93907c98fd29
diff --git a/src/provenance.py b/src/provenance.py index <HASH>..<HASH> 100644 --- a/src/provenance.py +++ b/src/provenance.py @@ -2,12 +2,42 @@ import inspect import hashlib import shelve # TODO: Use a better implementation for DB import __builtin__ +import pkg_resources +import sys def register(function): ...
Some initial explorations regarding extracting byte code and recurring over function calls.
gems-uff_noworkflow
train
py
d485510af55995723602ec21d8516953f1a44394
diff --git a/src/Httpful/Request.php b/src/Httpful/Request.php index <HASH>..<HASH> 100644 --- a/src/Httpful/Request.php +++ b/src/Httpful/Request.php @@ -207,10 +207,12 @@ class Request $info = curl_getinfo($this->_ch); - //Remove the "HTTP/1.0 200 Connection established" string - if ($this-...
Better proxy request scrubbing See [Issue <I>](<URL>)
nategood_httpful
train
php
063f03a2fad1965e0eb321d087353e0fb572f34e
diff --git a/DependencyInjection/DoctrinePHPCRExtension.php b/DependencyInjection/DoctrinePHPCRExtension.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/DoctrinePHPCRExtension.php +++ b/DependencyInjection/DoctrinePHPCRExtension.php @@ -58,6 +58,10 @@ class DoctrinePHPCRExtension extends AbstractDoctrineExten...
fixed injection to make jackrabbit_jar config parameter be handled by JackrabbitCommand
doctrine_DoctrinePHPCRBundle
train
php
fe3cfdbe9c686e531016f4ce4649211af9442023
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -1908,7 +1908,7 @@ EOT already ongoing puppet agent instance. This argument is by default disabled (value set to 0). In this case puppet agent will - ...
(maint) Fix spelling of `immediately`
puppetlabs_puppet
train
rb
d3fe398f543d997002a8c900b2f68c1f0338a01b
diff --git a/store/tikv/client_batch.go b/store/tikv/client_batch.go index <HASH>..<HASH> 100644 --- a/store/tikv/client_batch.go +++ b/store/tikv/client_batch.go @@ -463,14 +463,14 @@ func (a *batchConn) Close() { func removeCanceledRequests(entries []*batchCommandsEntry, requests []*tikvpb.BatchCommandsRequest_Req...
some small typo fixes (#<I>)
pingcap_tidb
train
go
122419997aa4106a2cb3686c1a2eaeb161f2648a
diff --git a/etk/tokenizer.py b/etk/tokenizer.py index <HASH>..<HASH> 100644 --- a/etk/tokenizer.py +++ b/etk/tokenizer.py @@ -61,7 +61,7 @@ class Tokenizer(object): For future improvement, look at https://spacy.io/api/tokenizer, https://github.com/explosion/spaCy/issues/1494 """ prefix_re = ...
update tokenizer to split at comma only if it is a float number
usc-isi-i2_etk
train
py
14fe2d4be56f993dd112c28ab2465469f7ca45a8
diff --git a/lib/services/venn_api.js b/lib/services/venn_api.js index <HASH>..<HASH> 100644 --- a/lib/services/venn_api.js +++ b/lib/services/venn_api.js @@ -192,7 +192,7 @@ postLogFromDB = function (apikey, log, callback) { log.forEach(function (entry) { context.OrgIntegration.findOne({'organization': use...
Refactor AppLog creation on per app basis for api-<I>
TeamLifecycle_venn-messaging-node
train
js
c35fd9b88748acd2c2dc3327a6fc5d85f85ecd78
diff --git a/TestSuite/bootstrap.php b/TestSuite/bootstrap.php index <HASH>..<HASH> 100644 --- a/TestSuite/bootstrap.php +++ b/TestSuite/bootstrap.php @@ -38,9 +38,6 @@ if (is_dir($vendorPath) === false) { require_once $vendorPath.'/squizlabs/php_codesniffer/autoload.php'; -// Manually load test case class, becaus...
Fixed missing "TestCase" class issue on PHP <I> version on Travis CI
aik099_CodingStandard
train
php
8345d49f8f1328b8e9a31240c46a201814f9c949
diff --git a/core/Console.php b/core/Console.php index <HASH>..<HASH> 100644 --- a/core/Console.php +++ b/core/Console.php @@ -20,10 +20,18 @@ class Console $commands = $this->getAvailableCommands(); foreach ($commands as $command) { - if (class_exists($command)) { - $conso...
make sure the command extends the correct command
matomo-org_matomo
train
php
8de70ae19f0af5b2a68f0ab54f921cf6dcf7caf5
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Pyctools - a picture processing algorithm development kit. # http://github.com/jim-easterbrook/pyctools -# Copyright (C) 2014 Jim Easterbrook jim@jim-easterbrook.me.uk +# Copyright...
Increment version number The last few commits have changed the developer API enough to merit a version increment.
jim-easterbrook_pyctools
train
py
384e1bb5f5fe3f41b845f8e79ccdecd36e184011
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1129,6 +1129,10 @@ class Generator extends EventEmitter { this._composedWith.forEach(runGenerator); this._composedWith = []; + + if (typeof this.env.runLoop.start === 'function') { + ...
Try to start runLoop manually. Adds support to run with environment 3.
yeoman_generator
train
js
10e875e899fa97a6d51bbaa3938e11eca7b24079
diff --git a/test/test_samples.rb b/test/test_samples.rb index <HASH>..<HASH> 100644 --- a/test/test_samples.rb +++ b/test/test_samples.rb @@ -1,4 +1,6 @@ require 'linguist/samples' +require 'tempfile' +require 'yajl' require 'test/unit' @@ -12,6 +14,19 @@ class TestSamples < Test::Unit::TestCase # Just warn...
Print out samples db diffs
github_linguist
train
rb
0fe090863131ddcdc0887fe487b8acdd5683aeb9
diff --git a/modules/search-filter/js/search-filter_directive.js b/modules/search-filter/js/search-filter_directive.js index <HASH>..<HASH> 100644 --- a/modules/search-filter/js/search-filter_directive.js +++ b/modules/search-filter/js/search-filter_directive.js @@ -195,7 +195,10 @@ switch (_event.keyCode)...
fix search-filter: submit search on enter
lumapps_lumX
train
js
f60b252b9eae9db1c09733552c6509a8567e9b4c
diff --git a/src/app/Classes/StructureMigration.php b/src/app/Classes/StructureMigration.php index <HASH>..<HASH> 100644 --- a/src/app/Classes/StructureMigration.php +++ b/src/app/Classes/StructureMigration.php @@ -24,10 +24,6 @@ abstract class StructureMigration extends Migration public function down() { -...
removes the testing exception on rollback
laravel-enso_StructureManager
train
php
d2988ef91f20aa24ebe54f4146a93e1d438de8ed
diff --git a/internal/adr/default.go b/internal/adr/default.go index <HASH>..<HASH> 100644 --- a/internal/adr/default.go +++ b/internal/adr/default.go @@ -46,7 +46,7 @@ func (h *DefaultHandler) Handle(req adr.HandleRequest) (adr.HandleResponse, erro // In case of negative steps the ADR algorithm will increase the TxP...
Only count history with same TxPowerIndex.
brocaar_loraserver
train
go
ca87e6a47556c0b7759733f91a1161359dbc0e3a
diff --git a/synapse/models/axon.py b/synapse/models/axon.py index <HASH>..<HASH> 100644 --- a/synapse/models/axon.py +++ b/synapse/models/axon.py @@ -10,7 +10,6 @@ class AxonMod(CoreModule): def initCoreModule(self): self.onFormNode('axon:path', self.onFormAxonPath) - self.revCoreModl() d...
Remove outdated reference in axon model.
vertexproject_synapse
train
py
49971ced1b9faa8e54fff857bd86c03666b8c2c1
diff --git a/addon/validators/messages.js b/addon/validators/messages.js index <HASH>..<HASH> 100644 --- a/addon/validators/messages.js +++ b/addon/validators/messages.js @@ -96,7 +96,7 @@ export default ValidatorsMessages.extend({ emitWarning(`[ember-i18n-cp-validations] Missing translation for validation key: ...
added missing var to method call.
jasonmit_ember-i18n-cp-validations
train
js
8dbd47513fe1535f8a333be02bc2e040698deb37
diff --git a/src/Ubiquity/cache/Preloader.php b/src/Ubiquity/cache/Preloader.php index <HASH>..<HASH> 100644 --- a/src/Ubiquity/cache/Preloader.php +++ b/src/Ubiquity/cache/Preloader.php @@ -286,6 +286,15 @@ class Preloader { * @param string $dir * @return boolean */ + public function addApplicationCache($dir ...
[skip ci] add application cache to Preloader
phpMv_ubiquity
train
php
7a2b3fc2084306b10b1ea9e50d808ccc5523d15c
diff --git a/sqlwhat/selectors.py b/sqlwhat/selectors.py index <HASH>..<HASH> 100644 --- a/sqlwhat/selectors.py +++ b/sqlwhat/selectors.py @@ -99,4 +99,20 @@ class Dispatcher: } ast_parser = get_ast_parser(dialect_name) + + # TODO: the code below monkney patches the mssql ast ...
force case insensitivity for mssql ast
datacamp_sqlwhat
train
py
73718a7c9cbeded802aa56ab1de183678f1b09bd
diff --git a/lib/webgroup.py b/lib/webgroup.py index <HASH>..<HASH> 100644 --- a/lib/webgroup.py +++ b/lib/webgroup.py @@ -788,16 +788,16 @@ def synchronize_groups_with_login_method(): """ from invenio.access_control_config import CFG_EXTERNAL_AUTHENTICATION for login_method, authorizer in CFG_EXTERNAL_A...
WebAccess: new robot external login method * Added support for robot authentication. * Dropped support for Apache like user/group authentication. * HTTPS is now required in WebAccess admin interface. * Added new CFG_OPENAIRE_SITE flag in invenio.conf.
inveniosoftware-contrib_invenio-groups
train
py
ae0b35eef9e2fe4ce38ceee40a44c70cdc2caaa1
diff --git a/test/CommonServiceLocatorBehaviorsTrait.php b/test/CommonServiceLocatorBehaviorsTrait.php index <HASH>..<HASH> 100644 --- a/test/CommonServiceLocatorBehaviorsTrait.php +++ b/test/CommonServiceLocatorBehaviorsTrait.php @@ -587,7 +587,7 @@ trait CommonServiceLocatorBehaviorsTrait /** * @dataProv...
Replaced @covers createDelegatorFromName with createServiceFromDelegator
mxc-commons_mxc-servicemanager
train
php,php
fa64dc6723741a5ec184bc29aea305ea429499c2
diff --git a/porespy/metrics/__funcs__.py b/porespy/metrics/__funcs__.py index <HASH>..<HASH> 100644 --- a/porespy/metrics/__funcs__.py +++ b/porespy/metrics/__funcs__.py @@ -443,7 +443,8 @@ def chord_counts(im): function is ``sp.bincount`` which gives the number of chords of each length in a format suitable ...
To ensure input image has chords already applied to it.
PMEAL_porespy
train
py
aec68b972e67308bf0b5fedc1abd4531617834b4
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ tests_require = [ "remotecv", "pyssim", "cairosvg", + "preggy>=1.3.0", ]
Make dependency on preggy explicit Preggy is used a bunch in the Thumbor tests. It probably works right now because some sub-dependencies of Thumbor depend on it too. However, minimum version is important, since the test_load_with_utf8_url test in tests.loaders.test_http_loader.HttpLoaderTestCase relies on error_not_...
thumbor_thumbor
train
py
d7550d73a3614134953b630f009d2e40cc184dd1
diff --git a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/HealthWebEndpointResponseMapper.java b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/HealthWebEndpointResponseMapper.java index <HASH>..<HASH> 100644 --- a/spring-...
Remove duplicate code from HealthWebEndpointResponseMapper Closes gh-<I>
spring-projects_spring-boot
train
java
624615223696c97d9ee93a723fc7ec829b01fbd2
diff --git a/transport/http2_client.go b/transport/http2_client.go index <HASH>..<HASH> 100644 --- a/transport/http2_client.go +++ b/transport/http2_client.go @@ -542,6 +542,17 @@ func (t *http2Client) handleData(f *http2.DataFrame) { data := make([]byte, size) copy(data, f.Data()) s.write(recvMsg{data: data}) + ...
Honor END_STREAM flags in HTTP/2 Data frames. Without this, "broken deployments" that do not send trailers after their response will cause Go clients to hang indefinitely (until a client-side timeout or server-side slowloris protection kills the connection). See the diagram at <URL>
grpc_grpc-go
train
go
60263ec42b9c7d3a3edd26bf138f99b27af06c48
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -57,6 +57,9 @@ Mux.prototype.stream = function (opts) { } Mux.prototype.request = function (opts, cb) { + if(this.ended) + return cb(new Error('push-mux stream has ended')) + var id = ++this.nextId if(!isFunction...
onClose is called when the stream ends
push-stream_push-mux
train
js
4c9c9ccd9184fe5e54dc8440b6e8a281308cc4d3
diff --git a/buildSrc/src/main/java/org/springframework/boot/build/AsciidoctorConventions.java b/buildSrc/src/main/java/org/springframework/boot/build/AsciidoctorConventions.java index <HASH>..<HASH> 100644 --- a/buildSrc/src/main/java/org/springframework/boot/build/AsciidoctorConventions.java +++ b/buildSrc/src/main/j...
Upgrade to Spring Doc Resources <I>.RELEASE Closes gh-<I>
spring-projects_spring-boot
train
java
fc276f42718e572279fbafc00db7b3b68437dcef
diff --git a/sphinx.go b/sphinx.go index <HASH>..<HASH> 100644 --- a/sphinx.go +++ b/sphinx.go @@ -8,7 +8,6 @@ import ( "encoding/binary" "io" "io/ioutil" - "math" "math/big" "github.com/aead/chacha20"
sphinx: linear packet construction via cached blinding factors
lightningnetwork_lightning-onion
train
go
394b11f317c69734b0639f2ed69b1015a96d317b
diff --git a/bokeh/plotting/tests/test_figure.py b/bokeh/plotting/tests/test_figure.py index <HASH>..<HASH> 100644 --- a/bokeh/plotting/tests/test_figure.py +++ b/bokeh/plotting/tests/test_figure.py @@ -98,6 +98,15 @@ class TestFigure(unittest.TestCase): p.right.append(ax4) self.assertEqual(set(p.axis...
add test for hinting mapper type for log axes
bokeh_bokeh
train
py
05a6889a94eb94149876d47cba1a36c2bf45eb18
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -24,9 +24,8 @@ OME-GO Management library """ from setuptools import setup -from yaclifw.version import get_git_version - from setuptools.command.test import test as TestCommand + import sys @@ -80,8 +79,13 @@ class P...
Use "UNKNOWN" in omego if no yaclifw present Since setup.py has a dependency on yaclifw, there's no way for setup.py to auto-install it. This fallsback to using "UNKNOWN" if no yaclifw is present.
ome_omego
train
py
b80ac34a26307ef8056014aa869fac1ca6bf3b16
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -312,11 +312,11 @@ latex_documents = [ # Intersphinx mapping intersphinx_mapping = {'https://docs.python.org/3/': None, - 'https://docs.scipy.org/doc/numpy/...
Updated intersphinx urls
bwohlberg_sporco
train
py
35afb015a3fb060af13aec9d8e870a80670329c7
diff --git a/src/js/simplemde.js b/src/js/simplemde.js index <HASH>..<HASH> 100644 --- a/src/js/simplemde.js +++ b/src/js/simplemde.js @@ -94,6 +94,9 @@ function getState(cm, pos) { } +// Saved overflow setting +var saved_overflow = ""; + /** * Toggle full screen of the editor. */ @@ -101,6 +104,15 @@ functio...
Mobile: Should prevent scroll behind fullscreen
Inscryb_inscryb-markdown-editor
train
js
003593064eff1e46307c27e4edd3ace17d0ed743
diff --git a/aws/resource_aws_sqs_queue.go b/aws/resource_aws_sqs_queue.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_sqs_queue.go +++ b/aws/resource_aws_sqs_queue.go @@ -189,7 +189,7 @@ func resourceAwsSqsQueueCreate(d *schema.ResourceData, meta interface{}) error { } var output *sqs.CreateQueueOutput - ...
resource/aws_sqs_queue: Retry creation on QueueDeletedRecently for additional <I> seconds
terraform-providers_terraform-provider-aws
train
go
556dc8926eabe07b3bd20a29f679802ae0a12ab0
diff --git a/src/modules/ScrollResponder/index.js b/src/modules/ScrollResponder/index.js index <HASH>..<HASH> 100644 --- a/src/modules/ScrollResponder/index.js +++ b/src/modules/ScrollResponder/index.js @@ -354,7 +354,7 @@ const ScrollResponderMixin = { }, /** - * A helper function to scroll to a specific poi...
[fix] ScrollView animated scrollTo Rely on web's native smooth scrolling mechanism when implemented in the browser: <URL>
necolas_react-native-web
train
js
28620dc95ba089025a7708b3b12353d49b3ec68c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -6,13 +6,13 @@ def read(fname): setup( name = "easyrun", - version = "3.1", + version = "3.2", author = "ruifengyun", author_email = "rfyiamcool@163.com", description = "a s...
for pypi search this commit
rfyiamcool_easyrun
train
py
d03f2bc7db29962c59e85bf52081250ac25db891
diff --git a/test/integration/newapp_test.go b/test/integration/newapp_test.go index <HASH>..<HASH> 100644 --- a/test/integration/newapp_test.go +++ b/test/integration/newapp_test.go @@ -1929,7 +1929,12 @@ func setupLocalGitRepo(t *testing.T, passwordProtected bool, requireProxy bool) } // Set initial repo conte...
Fix TestNewAppSourceAuthRequired integration test flake Adds git environment variables so test doesn't rely on a valid user/e-mail being present in the machine running the test.
openshift_origin
train
go
48c85f70e0a16d0a2391b7a40c41a5f0a8af4fe2
diff --git a/google/auth/jwt.py b/google/auth/jwt.py index <HASH>..<HASH> 100644 --- a/google/auth/jwt.py +++ b/google/auth/jwt.py @@ -110,7 +110,7 @@ def _unverified_decode(token): token (Union[str, bytes]): The encoded JWT. Returns: - Tuple(str, str, str, str): header, payload, signed_section, ...
Fixing Tuple[...] type annotation in docstring. (#<I>)
googleapis_google-auth-library-python
train
py
f00aac5c64c05e819528dab37137ef186c565073
diff --git a/Generator/ContentEntityType.php b/Generator/ContentEntityType.php index <HASH>..<HASH> 100644 --- a/Generator/ContentEntityType.php +++ b/Generator/ContentEntityType.php @@ -89,7 +89,7 @@ class ContentEntityType extends EntityTypeBase { }, ], ]; - InsertArray::insertAfter($data_defi...
Fixed order of content entity type properties.
drupal-code-builder_drupal-code-builder
train
php
5aba2c754835eda96cb9a8e66fbfffc23c2780e6
diff --git a/param/__init__.py b/param/__init__.py index <HASH>..<HASH> 100644 --- a/param/__init__.py +++ b/param/__init__.py @@ -808,9 +808,6 @@ class Callable(Parameter): -# CBNOTE: python now has abstract base classes, so we could update -# this. At least if the check is in a method, all such checks could be ...
Replaced comment with link to github issue.
pyviz_param
train
py,py
480a0cd45a91534ecb9c27fdeb8ae3e746b458bd
diff --git a/code/ContentReviewEmails.php b/code/ContentReviewEmails.php index <HASH>..<HASH> 100644 --- a/code/ContentReviewEmails.php +++ b/code/ContentReviewEmails.php @@ -39,7 +39,7 @@ class ContentReviewEmails extends DailyTask { "LiveSiteLink" => $page->Link()."?stage=live", )); - return $email...
BUGFIX: Don' quit after sending one contentreview email!
silverstripe_silverstripe-contentreview
train
php
9cc01bf3232c2ddbe822bc952177872f2e9b1b2a
diff --git a/lang/en/question.php b/lang/en/question.php index <HASH>..<HASH> 100644 --- a/lang/en/question.php +++ b/lang/en/question.php @@ -343,6 +343,7 @@ $string['howquestionsbehave_help'] = 'Students can interact with the questions i Alternatively, you may wish for students to submit each question as they go alo...
MDL-<I> questions: add More info link to qbehaviour help. Thanks to Tony Gardner-Medwin for the suggestion.
moodle_moodle
train
php
a4fe234075b0882f7879777ba32f5b58b3c6c381
diff --git a/src/com/google/javascript/jscomp/webservice/common/Protocol.java b/src/com/google/javascript/jscomp/webservice/common/Protocol.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/webservice/common/Protocol.java +++ b/src/com/google/javascript/jscomp/webservice/common/Protocol.java @@ -6...
Adds support for language_out to the Closure webservice. When unspecified, this takes the value of the input language. ------------- Created by MOE: <URL>
google_closure-compiler
train
java
9141c72d74103ef2db7d45bf9d038120c6de1b2a
diff --git a/JSAT/src/jsat/clustering/LSDBC.java b/JSAT/src/jsat/clustering/LSDBC.java index <HASH>..<HASH> 100644 --- a/JSAT/src/jsat/clustering/LSDBC.java +++ b/JSAT/src/jsat/clustering/LSDBC.java @@ -280,13 +280,13 @@ public class LSDBC extends ClustererBase implements Parameterized { i...
fixed bug, cant create a vector collection if the metric has not been trained. git-svn-id: <URL>
EdwardRaff_JSAT
train
java
882f46b8831a7a4d39fdcef939b6306a3758c5bf
diff --git a/src/main/java/org/sonar/plugins/groovy/GroovySensor.java b/src/main/java/org/sonar/plugins/groovy/GroovySensor.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/sonar/plugins/groovy/GroovySensor.java +++ b/src/main/java/org/sonar/plugins/groovy/GroovySensor.java @@ -146,6 +146,7 @@ public class Groo...
Package metrics was removed, correct this.
pmayweg_sonar-groovy
train
java
7359510564f33d07b3c302fa6ca091a929082c1f
diff --git a/src/Framework/Dependency/Container.php b/src/Framework/Dependency/Container.php index <HASH>..<HASH> 100644 --- a/src/Framework/Dependency/Container.php +++ b/src/Framework/Dependency/Container.php @@ -185,12 +185,12 @@ class Container implements ContainerInterface /** * @var $factory Fa...
Fix return type not enforced when storing shared instance
phOnion_framework
train
php
5ac2c3a8e1810ceea60ed726b4be90f887c18441
diff --git a/src/Intervention/Image/Imagick/Commands/MaskCommand.php b/src/Intervention/Image/Imagick/Commands/MaskCommand.php index <HASH>..<HASH> 100644 --- a/src/Intervention/Image/Imagick/Commands/MaskCommand.php +++ b/src/Intervention/Image/Imagick/Commands/MaskCommand.php @@ -14,7 +14,12 @@ class MaskCommand exte...
mask resizes automatically to current image
Intervention_image
train
php
5604455695bfd2b4967d27ad28de07ce3acd28a7
diff --git a/lib/Alchemy/Phrasea/Core/PhraseaExceptionHandler.php b/lib/Alchemy/Phrasea/Core/PhraseaExceptionHandler.php index <HASH>..<HASH> 100644 --- a/lib/Alchemy/Phrasea/Core/PhraseaExceptionHandler.php +++ b/lib/Alchemy/Phrasea/Core/PhraseaExceptionHandler.php @@ -35,6 +35,9 @@ class PhraseaExceptionHandler exten...
Enable HTTP <I> in exception handler
alchemy-fr_Phraseanet
train
php
fcea6145f504cb0802181c300d5cc74147415881
diff --git a/context/http.go b/context/http.go index <HASH>..<HASH> 100644 --- a/context/http.go +++ b/context/http.go @@ -103,20 +103,22 @@ func GetRequestID(ctx Context) string { // WithResponseWriter returns a new context and response writer that makes // interesting response statistics available within the contex...
Fix vet errors with go <I>
docker_distribution
train
go
a467c0b60119f8db8f18f3f4be9648de7065e575
diff --git a/src/images/textures/LookupTexture3D.js b/src/images/textures/LookupTexture3D.js index <HASH>..<HASH> 100644 --- a/src/images/textures/LookupTexture3D.js +++ b/src/images/textures/LookupTexture3D.js @@ -214,7 +214,7 @@ export class LookupTexture3D extends DataTexture3D { for(let i = 0, l = floatData.l...
Improve conversion from float to uint8
vanruesc_postprocessing
train
js,js