hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
5fbfff5a65de8decc9281a68d95254735e490aff | diff --git a/src/com/cesar/libs/QuickUtils.java b/src/com/cesar/libs/QuickUtils.java
index <HASH>..<HASH> 100644
--- a/src/com/cesar/libs/QuickUtils.java
+++ b/src/com/cesar/libs/QuickUtils.java
@@ -812,7 +812,7 @@ public abstract class QuickUtils {
/**
- * Set wireless connectivity On
+ * Set wireless c... | added some significant description to the methods checkServerConnection
and changeWirelessState (with the permissions needed to run these
methods) | cesarferreira_AndroidQuickUtils | train |
cbf327aaeeae35596fd9d6bf6a92209e6d946fc6 | diff --git a/router/client/client.go b/router/client/client.go
index <HASH>..<HASH> 100644
--- a/router/client/client.go
+++ b/router/client/client.go
@@ -23,10 +23,25 @@ type client struct {
// New uses the default discoverd client and returns a client.
func New() (Client, error) {
+ return newWithDiscoverdConnect... | router/client: Add NewWithHTTP method | flynn_flynn | train |
ee617748174dbf8d9b236b01a4e9067e7b0abb4e | diff --git a/UPGRADE-6.1.md b/UPGRADE-6.1.md
index <HASH>..<HASH> 100644
--- a/UPGRADE-6.1.md
+++ b/UPGRADE-6.1.md
@@ -12,6 +12,11 @@ Console
* Deprecate `Command::$defaultName` and `Command::$defaultDescription`, use the `AsCommand` attribute instead
+HttpKernel
+----------
+
+ * Deprecate StreamedResponseListen... | [HttpKernel] Deprecate StreamedResponseListener, it serves no purpose anymore | symfony_symfony | train |
c1167038e15745c159f96130ad444d307c798599 | diff --git a/ignite/contrib/engines/common.py b/ignite/contrib/engines/common.py
index <HASH>..<HASH> 100644
--- a/ignite/contrib/engines/common.py
+++ b/ignite/contrib/engines/common.py
@@ -316,7 +316,7 @@ def setup_tb_logging(output_path, trainer, optimizers=None, evaluators=None, log
**kwargs: optional keyw... | #<I> missing link in doc fix (#<I>) | pytorch_ignite | train |
492653e6579a9e0fc27eb7ba5fe1e512d00ac2d6 | diff --git a/integration-tests/spec/rails_transaction_spec.rb b/integration-tests/spec/rails_transaction_spec.rb
index <HASH>..<HASH> 100644
--- a/integration-tests/spec/rails_transaction_spec.rb
+++ b/integration-tests/spec/rails_transaction_spec.rb
@@ -183,7 +183,7 @@ remote_describe "rails 3.0 transactions testing" ... | Hardcoding to <I> until JRuby <I> is released | torquebox_torquebox | train |
937c84aff15aa61a4b13438ac0275ce67ff0a3cc | diff --git a/src/main/java/com/stratio/qa/specs/DcosSpec.java b/src/main/java/com/stratio/qa/specs/DcosSpec.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/stratio/qa/specs/DcosSpec.java
+++ b/src/main/java/com/stratio/qa/specs/DcosSpec.java
@@ -121,14 +121,17 @@ public class DcosSpec extends BaseGSpec {
... | Set governance cookie (#<I>) | Stratio_bdt | train |
038bb1c9bb5b79ded8298216963f6b1ca2f70bb1 | diff --git a/code/controllers/CMSPageAddController.php b/code/controllers/CMSPageAddController.php
index <HASH>..<HASH> 100644
--- a/code/controllers/CMSPageAddController.php
+++ b/code/controllers/CMSPageAddController.php
@@ -1,5 +1,5 @@
<?php
-class CMSPageAddController extends CMSMain {
+class CMSPageAddController ... | BUGFIX: Fix edit form after adding a page. | silverstripe_silverstripe-reports | train |
ce52013cc89bb9a909b9bef40138d9b85138eda8 | diff --git a/packages/mangojuice-data/src/Logic.js b/packages/mangojuice-data/src/Logic.js
index <HASH>..<HASH> 100644
--- a/packages/mangojuice-data/src/Logic.js
+++ b/packages/mangojuice-data/src/Logic.js
@@ -10,7 +10,7 @@ export const Logic = {
return {
meta: opts,
children: opts.block
- ? ... | migrated mjs packages to new interface | mangojuicejs_mangojuice | train |
8b8266f9d699b42ace102bf6942ef6381127be85 | diff --git a/wallettemplate/src/main/java/wallettemplate/Controller.java b/wallettemplate/src/main/java/wallettemplate/Controller.java
index <HASH>..<HASH> 100644
--- a/wallettemplate/src/main/java/wallettemplate/Controller.java
+++ b/wallettemplate/src/main/java/wallettemplate/Controller.java
@@ -8,7 +8,6 @@ import ja... | Wallet template: couple of misc tweaks | bitcoinj_bitcoinj | train |
e3d982b5035864f7fd3c2c2f2661fa3345ab5235 | diff --git a/spec/models/adhoq/execution_spec.rb b/spec/models/adhoq/execution_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/models/adhoq/execution_spec.rb
+++ b/spec/models/adhoq/execution_spec.rb
@@ -30,13 +30,13 @@ module Adhoq
context 'when execute query successfully' do
let(:query) { create(:adhoq... | fix status spec on Ruby<I>
Ruby<I> returned Symbol. | esminc_adhoq | train |
3b3ef29df7e30d403c5dd74c6b3fbf8b0596bb44 | diff --git a/lib/app/component/paginate_component.js b/lib/app/component/paginate_component.js
index <HASH>..<HASH> 100644
--- a/lib/app/component/paginate_component.js
+++ b/lib/app/component/paginate_component.js
@@ -1,3 +1,5 @@
+var async = alchemy.use('async');
+
/**
* The Auth Component class
*
@@ -110,7 +112... | Keep a collection of all foreign keys inside a model,
make the paginate filter query associated models | skerit_alchemy | train |
6c4e15861e117c579b70bc517d45a3a8c763585b | diff --git a/bosh_cli/lib/cli/client/errands_client.rb b/bosh_cli/lib/cli/client/errands_client.rb
index <HASH>..<HASH> 100644
--- a/bosh_cli/lib/cli/client/errands_client.rb
+++ b/bosh_cli/lib/cli/client/errands_client.rb
@@ -31,8 +31,13 @@ module Bosh::Cli::Client
return [status, task_id, nil]
end
-... | Handle empty errand result
(e.g. when the errand was canceled before it could run) | cloudfoundry_bosh | train |
b759404b2f819caa4db3df2dc82e4827d763b96d | diff --git a/flume-core.js b/flume-core.js
index <HASH>..<HASH> 100644
--- a/flume-core.js
+++ b/flume-core.js
@@ -213,13 +213,19 @@
}
function success(res) {
+ var msg;
+
if (Array.isArray(res)) {
state = res[0];
- return res[1];
+ msg = res.length > 1
+ ? res[1]... | support shorthand for state and value change | justinvdm_flume-core | train |
7424115e277d8aed02a8bea030db60c166a9d031 | diff --git a/py/h2o.py b/py/h2o.py
index <HASH>..<HASH> 100644
--- a/py/h2o.py
+++ b/py/h2o.py
@@ -1449,6 +1449,7 @@ class H2O(object):
# &offset=
# &view=
+ # FIX! need to have max > 1000?
def inspect(self, key, offset=None, view=None, max_column_display=1000, ignoreH2oError=False,
timeo... | use new ability to do ><I> cols in summary
(what about inspect2? does it have no max no too?) | h2oai_h2o-2 | train |
f37a624ec6915f1cddc42951e82ea6b84bf29349 | diff --git a/src/org/opencms/i18n/CmsLocaleManager.java b/src/org/opencms/i18n/CmsLocaleManager.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/i18n/CmsLocaleManager.java
+++ b/src/org/opencms/i18n/CmsLocaleManager.java
@@ -1,7 +1,7 @@
/*
* File : $Source: /alkacon/cvs/opencms/src/org/opencms/i18n/CmsLocale... | Bugzilla Bugfix <I>: Modified Implmentation of Locale Caching, now uses LRU Cache and listens to the EVENT_CLEAR_CACHES | alkacon_opencms-core | train |
464c77b802817cb1073918e6d7209824f2bdd0ff | diff --git a/grainy/core.py b/grainy/core.py
index <HASH>..<HASH> 100644
--- a/grainy/core.py
+++ b/grainy/core.py
@@ -373,7 +373,12 @@ class PermissionSet(object):
Cleaned data
"""
- return (applicator or Applicator(self)).apply(data, path=path)
+ if applicator:
+ applicato... | fix #4: Way to require explicit namespaces when applying permissions to datasets | 20c_grainy | train |
30f5ed0eef7c956dfdce22d621fa87958ab0512e | diff --git a/examples/ws/authenticated-feed-ingest/main.go b/examples/ws/authenticated-feed-ingest/main.go
index <HASH>..<HASH> 100644
--- a/examples/ws/authenticated-feed-ingest/main.go
+++ b/examples/ws/authenticated-feed-ingest/main.go
@@ -56,6 +56,8 @@ func main() {
log.Printf("%T: %+v\n", v, v)
case fundi... | ability to recognize and ingest funding credit update message | bitfinexcom_bitfinex-api-go | train |
dac32e352d336b65237846191aa31eb966b8a7ca | diff --git a/openquake/commonlib/oqvalidation.py b/openquake/commonlib/oqvalidation.py
index <HASH>..<HASH> 100644
--- a/openquake/commonlib/oqvalidation.py
+++ b/openquake/commonlib/oqvalidation.py
@@ -196,6 +196,15 @@ class OqParam(valid.ParamSet):
elif self.gsim is not None:
self.check_gsims([s... | Added validation check for disaggregation | gem_oq-engine | train |
0cdfa79195c4f4de172e01edf8cfa3bcc8b2a847 | diff --git a/examples/example.py b/examples/example.py
index <HASH>..<HASH> 100644
--- a/examples/example.py
+++ b/examples/example.py
@@ -11,6 +11,9 @@ import owo
# Asynchronous Only Imports
import asyncio
+# Optional Import for Making a Byte Stream
+from io import BytesIO
+
# ####################################... | chore: add examples for bytes uploading | whats-this_owo.py | train |
329f08c1e2f4e4a05444823e61ba0aeafdb57cfb | diff --git a/src/cells.js b/src/cells.js
index <HASH>..<HASH> 100644
--- a/src/cells.js
+++ b/src/cells.js
@@ -1,5 +1,5 @@
import { appendFromTemplate, selectionChanged } from '@zambezi/d3-utils'
-import { property, batch, identity } from '@zambezi/fun'
+import { property, batch } from '@zambezi/fun'
import { select ... | Remove superfluous call to identity. | zambezi_grid | train |
29d3ee6c3941f055dd67642475c3cb1fa1398062 | diff --git a/skiski/ski.py b/skiski/ski.py
index <HASH>..<HASH> 100644
--- a/skiski/ski.py
+++ b/skiski/ski.py
@@ -241,7 +241,7 @@ class S3(metaclass=Typename("S")):
x = cls._eval_i_(x)
y = cls._eval_i_(y)
- if self.is_dot(x):
+ if cls.is_dot(x):
return x.dot(y)
e... | class method do not use "self" | esehara_skiski | train |
59fec3dfc6459dca28bc11d2543e23924186202b | diff --git a/src/Controller/Component/AuthComponent.php b/src/Controller/Component/AuthComponent.php
index <HASH>..<HASH> 100644
--- a/src/Controller/Component/AuthComponent.php
+++ b/src/Controller/Component/AuthComponent.php
@@ -40,6 +40,12 @@ class AuthComponent extends Component
use EventDispatcherTrait;
... | Use a class constant for easier extandability. | cakephp_cakephp | train |
829ba4388584383f6a7f5371ac9b508b1f35245c | diff --git a/lxd/device/config/devices.go b/lxd/device/config/devices.go
index <HASH>..<HASH> 100644
--- a/lxd/device/config/devices.go
+++ b/lxd/device/config/devices.go
@@ -114,7 +114,7 @@ func (list Devices) Update(newlist Devices, updateFields func(Device, Device) []
newDevice := srcNewDevice.Clone()
// Det... | lxd/device/config/devices: Fixes bug in Update where allChangedKeys only contains changed keys from last device
The returned allChangedKeys is used to detect whether MAAS needs updating, so should contain changed keys across all devices. | lxc_lxd | train |
f2e379aa2a9b0a980542610315c2862399b9a253 | diff --git a/lightchain.py b/lightchain.py
index <HASH>..<HASH> 100644
--- a/lightchain.py
+++ b/lightchain.py
@@ -267,7 +267,7 @@ class LightPeerChain(PeerPoolSubscriber, BaseService):
return await make_request_to_peer(peer)
except BadLESResponse as exc:
self.logger.warn(... | Post-syncer/chain refactor, directly close peer | ethereum_asyncio-cancel-token | train |
f90fc3b5aa72209c71fbe45f8d9eee9ad3773144 | diff --git a/journal/consensus/dev_mode/dev_mode_transaction_block.py b/journal/consensus/dev_mode/dev_mode_transaction_block.py
index <HASH>..<HASH> 100644
--- a/journal/consensus/dev_mode/dev_mode_transaction_block.py
+++ b/journal/consensus/dev_mode/dev_mode_transaction_block.py
@@ -62,7 +62,7 @@ class DevModeTransa... | docstrings fixup for dev_mode consensus
needed additional pathing to disambiguate | hyperledger_sawtooth-core | train |
2a07f44e0bb1ebed5dd46d6570a906fd868c713d | diff --git a/lib/puppetserver/ca/version.rb b/lib/puppetserver/ca/version.rb
index <HASH>..<HASH> 100644
--- a/lib/puppetserver/ca/version.rb
+++ b/lib/puppetserver/ca/version.rb
@@ -1,5 +1,5 @@
module Puppetserver
module Ca
- VERSION = "0.4.2"
+ VERSION = "0.4.3"
end
end | (GEM) update puppetserver-ca version to <I> | puppetlabs_puppetserver-ca-cli | train |
b31159a563a71808b299210b62c7a2c848ccf3a4 | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100755
--- a/manifest.php
+++ b/manifest.php
@@ -56,8 +56,7 @@ return array(
array('grant', TaoRoles::ANONYMOUS, array('ext'=>'ltiDeliveryProvider', 'mod' => 'DeliveryTool', 'act' => 'launch')),
array('grant', 'http://www.tao.lu/Ontologies/... | Removed "fixed" acl | oat-sa_extension-tao-ltideliveryprovider | train |
450f6dab6684a07a3020e7065b3093c0315ff9ff | diff --git a/test/unit/util.js b/test/unit/util.js
index <HASH>..<HASH> 100644
--- a/test/unit/util.js
+++ b/test/unit/util.js
@@ -128,5 +128,5 @@ function readFile(path) {
}
module.exports.getSubmitter = function(client, test, loadFromConfig) {
- return getSubmitter('admin2', 'adminpw2', client, test, loadFromConf... | Fix e2e test to run with fabric-ca docker
FAB-<I>
The fabric-ca docker image uses a server-config.json that has only
one user "admin". e2e test must use that user to pass the FIT
tests.
Change-Id: Ibe<I>f<I>a9da<I>ade<I>d8a<I>ab<I>e | hyperledger_fabric-sdk-node | train |
7e2995c8715365a9f2cabf8858d0d7b0f830bbd9 | diff --git a/rkt/fetch.go b/rkt/fetch.go
index <HASH>..<HASH> 100644
--- a/rkt/fetch.go
+++ b/rkt/fetch.go
@@ -101,6 +101,11 @@ func fetchImage(img string, ds *cas.Store, ks *keystore.Keystore, discover bool)
if err != nil {
return "", err
}
+
+ if len(ep.ACIEndpoints) == 0 {
+ return "", fmt.Errorf("... | rkt: check that at least one endpoint has been discovered.
Or it will panic calling fetchImageFromEndpoints. | rkt_rkt | train |
087deebc21ba35a02ad2c9669d8dcc5040ab7de3 | diff --git a/src/forms.js b/src/forms.js
index <HASH>..<HASH> 100644
--- a/src/forms.js
+++ b/src/forms.js
@@ -110,7 +110,7 @@ d3plus.forms = function(passed) {
// If it data is not an object, extract data from the element associated with it
//------------------------------------------------------------------... | fixed dev bug with trying to print out "undefined" in d3plus.forms | alexandersimoes_d3plus | train |
028d8b6dd628fb704180ef1a1bb8b1863849c500 | diff --git a/ELiDE/ELiDE/rulesview.py b/ELiDE/ELiDE/rulesview.py
index <HASH>..<HASH> 100644
--- a/ELiDE/ELiDE/rulesview.py
+++ b/ELiDE/ELiDE/rulesview.py
@@ -185,6 +185,9 @@ class RulesView(FloatLayout):
)
self.bind(rule=getattr(self, '_trigger_pull_{}s'.format(functyp)))
+ def redata(se... | Force a RulesList update when adding new rule | LogicalDash_LiSE | train |
95cedde47c6104432163dc51d5fd911d44400d5a | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -181,6 +181,13 @@ Default value: `true`
Whether or not to timestamp the packages, if set to true the current date/time will be included in the zip name, if false
then the package name will be constant and consist of jus... | Adding support for including the version in the package name | Tim-B_grunt-aws-lambda | train |
395166a3a55598cca3b73155175db7ae9a292613 | diff --git a/code/Calendar.php b/code/Calendar.php
index <HASH>..<HASH> 100755
--- a/code/Calendar.php
+++ b/code/Calendar.php
@@ -115,12 +115,12 @@ class Calendar extends Page {
GridFieldConfig_RecordEditor::create()
));
- $otherCals = Calendar::get()->filter("ID:Negation",$this->ID);
+ $otherCals = C... | BUGFIX: Calendar feed not showing all calendars | unclecheese_silverstripe-event-calendar | train |
2a99bacfe082a3d52730aa4eddba2ba56a8da692 | diff --git a/src/OpensslWrapper.php b/src/OpensslWrapper.php
index <HASH>..<HASH> 100644
--- a/src/OpensslWrapper.php
+++ b/src/OpensslWrapper.php
@@ -49,9 +49,9 @@ class OpensslWrapper
): string {
if (self::tagRequired($cipher)) {
return \openssl_encrypt($data, $cipher, $key, 1, $iv, $tag, '... | 💀💀💀 skip ccm testing in <I> since it is bugged out | mmeyer2k_dcrypt | train |
c3d93c9e4ee02648048a949e210f59f9690794df | diff --git a/resources/lang/pl-PL/forms.php b/resources/lang/pl-PL/forms.php
index <HASH>..<HASH> 100644
--- a/resources/lang/pl-PL/forms.php
+++ b/resources/lang/pl-PL/forms.php
@@ -156,7 +156,7 @@ return [
'time_before_refresh' => 'Częstotliwość odświeżania strony statusu (w sekundach)'... | New translations forms.php (Polish) | CachetHQ_Cachet | train |
ec8e53f9deb28660fd0ab1a8098fde3ac70f9a7e | diff --git a/src/Typeahead.react.js b/src/Typeahead.react.js
index <HASH>..<HASH> 100644
--- a/src/Typeahead.react.js
+++ b/src/Typeahead.react.js
@@ -143,20 +143,11 @@ const Typeahead = React.createClass({
},
render() {
- const {allowNew, labelKey, minLength, multiple} = this.props;
+ const {labelKey, mi... | Move logic for new option into `getFilteredOptions` | ericgio_react-bootstrap-typeahead | train |
c52869480c65b67075920e72b4cc762169f85450 | diff --git a/lxd/container_lxc.go b/lxd/container_lxc.go
index <HASH>..<HASH> 100644
--- a/lxd/container_lxc.go
+++ b/lxd/container_lxc.go
@@ -4380,7 +4380,7 @@ func (c *containerLXC) Delete() error {
continue
}
- err = networkClearLease(c.state, c.name, m["parent"], m["hwaddr"])
+ err = networkClearLeas... | networks/utils: Remove unused state.State from networkClearLease() | lxc_lxd | train |
b9671b341606c225862e8af0cebdcefc65e831bf | diff --git a/components/LocationSelector.php b/components/LocationSelector.php
index <HASH>..<HASH> 100644
--- a/components/LocationSelector.php
+++ b/components/LocationSelector.php
@@ -38,7 +38,7 @@ class LocationSelector extends Widget {
$countryDropdown = Select2::widget([
'name' => 'c... | [MOD] cleaned country labels and methods | Humanized_yii2-location | train |
718c7341a6fe167e7aa8e7f9b8fb9dbefcfab69b | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,8 @@ The Locust settings can be passed to the Lambda function or can be set from envi
- LOCUST_HOST: The host to run the load test against
- LOCUST_NUM_CLIENTS: Number of clients to simulate
- LOCUST_H... | Make changing loglevel possible when calling (#<I>) | FutureSharks_invokust | train |
d6bbe86d807a919777ec0b4cbf9b339d1e925b6e | diff --git a/lib/layer.js b/lib/layer.js
index <HASH>..<HASH> 100644
--- a/lib/layer.js
+++ b/lib/layer.js
@@ -178,7 +178,7 @@ Layer.prototype.param = function (param, fn) {
if (prev) {
if (!stack.some(function (m, i) {
if (m.param === prev.name) {
- return stack.splice(i, 0, middl... | splicing the middleware in after instead of before (fixes #<I>) | ZijianHe_koa-router | train |
860907760b361edf2969c2d6def0ad288ecf627a | diff --git a/merge_test.go b/merge_test.go
index <HASH>..<HASH> 100644
--- a/merge_test.go
+++ b/merge_test.go
@@ -289,3 +289,51 @@ func TestMergeChildArray(t *testing.T) {
}
}
}
+
+func TestMergeSquash(t *testing.T) {
+ type subType struct{ B bool }
+ type subInterface struct{ B interface{} }
+
+ tests := []inte... | Add unit tests for squash/inline struct tag option | elastic_go-ucfg | train |
a88b3c5f05a4d4341de0bdf77cf2024230c86581 | diff --git a/taxi/app.py b/taxi/app.py
index <HASH>..<HASH> 100755
--- a/taxi/app.py
+++ b/taxi/app.py
@@ -30,6 +30,20 @@ class ProjectNotFoundError(Exception):
def term_unicode(string):
return unicode(string, sys.stdin.encoding)
+def cat(options, args):
+ """
+ |\ _,,,---,,_
+ /,`.-'`' -. ;-;;,... | add a cat, because everyone loves cats | liip_taxi | train |
edf0cb60534bd68528986e745199d4d11702ea44 | diff --git a/Gemfile.lock b/Gemfile.lock
index <HASH>..<HASH> 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,8 +1,9 @@
PATH
remote: .
specs:
- rails_exception_handler_admin (0.0.2)
+ rails_exception_handler_admin (0.0.3)
rails (~> 3)
+ will_paginate
GEM
remote: https://rubygems.org/
@... | Added remove all, remove all per app and pagination. | mgwidmann_rails_exception_handler_admin | train |
4d48e21160442b223b4411642302798003e1a78b | diff --git a/lib/RC/http/Response.php b/lib/RC/http/Response.php
index <HASH>..<HASH> 100644
--- a/lib/RC/http/Response.php
+++ b/lib/RC/http/Response.php
@@ -48,7 +48,7 @@ class Response extends \GuzzleHttp\Message\Response
*/
public function getJson($asObject = true)
{
- return $this->json(['ob... | Synchronization of SDK interfaces
Removed Response.getData method | ringcentral_ringcentral-php | train |
9b95d643d65796548044ea0a75bbe659fb9322dc | diff --git a/lib/ffi-geos/geometry.rb b/lib/ffi-geos/geometry.rb
index <HASH>..<HASH> 100644
--- a/lib/ffi-geos/geometry.rb
+++ b/lib/ffi-geos/geometry.rb
@@ -46,7 +46,9 @@ module Geos
end
def normalize
- FFIGeos.GEOSNormalize_r(Geos.current_handle, self.ptr)
+ if FFIGeos.GEOSNormalize_r(Geos.curr... | Geos::Geometry#normalize should throw a RuntimeError on exceptions.
These sorts of errors are rare and would occur when things like the
context handle do uninitialized and such. This follows the native Ruby
binding found in GEOS itself. | dark-panda_ffi-geos | train |
259b1ef473477850319ef713f3b62a49201c846e | diff --git a/test/model/inversion/plotters/test_mapper_plotters.py b/test/model/inversion/plotters/test_mapper_plotters.py
index <HASH>..<HASH> 100644
--- a/test/model/inversion/plotters/test_mapper_plotters.py
+++ b/test/model/inversion/plotters/test_mapper_plotters.py
@@ -1,22 +1,14 @@
-import os
+import numpy as np
... | patched mapper_plotters | Jammy2211_PyAutoLens | train |
317026df12badc878966cf4144a4c28aa5757052 | diff --git a/test/plugin/in_tail/test_position_file.rb b/test/plugin/in_tail/test_position_file.rb
index <HASH>..<HASH> 100644
--- a/test/plugin/in_tail/test_position_file.rb
+++ b/test/plugin/in_tail/test_position_file.rb
@@ -196,7 +196,11 @@ class IntailPositionFileTest < Test::Unit::TestCase
@file.seek(0)
... | test: Fix expected position entries on Windows | fluent_fluentd | train |
0305bbb32f4d4b68083742915acab772d4283df3 | diff --git a/skn_utils.gemspec b/skn_utils.gemspec
index <HASH>..<HASH> 100644
--- a/skn_utils.gemspec
+++ b/skn_utils.gemspec
@@ -42,5 +42,7 @@ EOF
spec.add_development_dependency "pry-coolline"
spec.add_development_dependency "simplecov", "~> 0"
spec.add_development_dependency 'benchmark-ips', '~> 2'
+ spec... | Increasing RSpec test Coverage. | skoona_skn_utils | train |
f800f01bd77d983223702dda5fb9abb165787cb0 | diff --git a/lib/datasource/maven/index.js b/lib/datasource/maven/index.js
index <HASH>..<HASH> 100644
--- a/lib/datasource/maven/index.js
+++ b/lib/datasource/maven/index.js
@@ -138,14 +138,12 @@ async function downloadHttpProtocol(pkgUrl) {
if (isNotFoundError(err)) {
logger.debug(`Url not found ${pkgUrl}... | refactor: log maven lookup errors | renovatebot_renovate | train |
0cfb6a52fb74ddb0532654770f79c79b8b3a2f62 | diff --git a/index.php b/index.php
index <HASH>..<HASH> 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,30 @@
<?php // $Id$
// index.php - the front page.
+///////////////////////////////////////////////////////////////////////////
+// ... | Adding a copyright notice, and mentioning MDL-<I> purely as a test of the
new CVS integration on tracker.moodle.org | moodle_moodle | train |
a9322c9a10b8f59261c6bcc4e8ad8c9fc8f8e595 | diff --git a/colorfield/static/colorfield/colorfield.js b/colorfield/static/colorfield/colorfield.js
index <HASH>..<HASH> 100644
--- a/colorfield/static/colorfield/colorfield.js
+++ b/colorfield/static/colorfield/colorfield.js
@@ -1,6 +1,6 @@
/** global: django */
-window.onload = function() {
+window.addEventListen... | Use "load" event instead of window.onload
Other js files may attempt to listen for the window.onload event, the last function assigned would be the one set.
We can use addEventListener to listen for the ``load`` event instead which is the same.
<URL> | jaredly_django-colorfield | train |
66640c78528c77ae56a93a7292c3b457337e92b4 | diff --git a/federation/pkg/dnsprovider/providers/aws/route53/route53.go b/federation/pkg/dnsprovider/providers/aws/route53/route53.go
index <HASH>..<HASH> 100644
--- a/federation/pkg/dnsprovider/providers/aws/route53/route53.go
+++ b/federation/pkg/dnsprovider/providers/aws/route53/route53.go
@@ -20,6 +20,7 @@ package... | route<I>: set WithCredentialsChainVerboseErrors
Otherwise we get an error message which is confusingly written on
authentication failures. | kubernetes_kubernetes | train |
7968454e28930d8be536e91989d23bf128d92ff8 | diff --git a/spec/chef/site_source_spec.rb b/spec/chef/site_source_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/chef/site_source_spec.rb
+++ b/spec/chef/site_source_spec.rb
@@ -17,10 +17,10 @@ module Librarian
project_path
end
let(:tmp_path) { project_path.join("tmp/spec/chef/site-source"... | Prefer double-quoted strings for consistency. | applicationsonline_librarian | train |
1d471e49d32bf21707e07616f05e14f6f7f9d8e9 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -585,6 +585,7 @@ wjs.prototype.addPlaylist = function(playlist) {
}
this.vlc.playlist.addWithOptions(playlist[item].url,playlist[item].vlcArgs);
} else this.vlc.playlist.add(playlist[item].url);
+ if (p... | Added title to addPlaylist Parameters | jaruba_wcjs-player | train |
0d243b7a0f4026b2f832abbdbca9633744209d16 | diff --git a/docs/api.md b/docs/api.md
index <HASH>..<HASH> 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -371,6 +371,7 @@ In most cases, you'll be fine using the `puppeteer` package.
However, you should use `puppeteer-core` if:
- you're building another end-user product or library atop of DevTools protocol. For exam... | feat: make it possible to run `install.js` script with `puppeteer-core` (#<I>) | GoogleChrome_puppeteer | train |
7ccec10acf53723815b6305a707859dec8a3729c | diff --git a/libraries/lithium/tests/cases/net/http/MediaTest.php b/libraries/lithium/tests/cases/net/http/MediaTest.php
index <HASH>..<HASH> 100644
--- a/libraries/lithium/tests/cases/net/http/MediaTest.php
+++ b/libraries/lithium/tests/cases/net/http/MediaTest.php
@@ -79,6 +79,12 @@ class MediaTest extends \lithium\t... | Adding potentially redundant tests to `lithium\net\http\Media`. I don't care. | UnionOfRAD_framework | train |
9db81698cf0fd27ef7b3ee24f9e5152aaa51169e | diff --git a/src/UploadFileItem.js b/src/UploadFileItem.js
index <HASH>..<HASH> 100644
--- a/src/UploadFileItem.js
+++ b/src/UploadFileItem.js
@@ -22,6 +22,7 @@ type Props = {
disabled?: boolean,
onCancel?: (fileKey: number | string, event: SyntheticEvent<*>) => void,
onPreview?: (file: FileType, event: Synthe... | Added support for reupload event in `Uploader` | rsuite_rsuite | train |
40a3d97b1356a77946fdb7e14b0096744d87924d | diff --git a/config/routes.rb b/config/routes.rb
index <HASH>..<HASH> 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -2,6 +2,7 @@ TaskManager::Engine.routes.draw do
namespace :api, defaults: { format: 'json' } do
scope module: :v1, constraints: TaskManager::ApiConstraints.new(version: 1, default: true)... | Added route for assignees | menglifang_task-manager | train |
21a0538d4f1c1975f7a6da5c12d00a37155be36c | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -224,14 +224,6 @@ See [below](#kms) for instructions on generating this value.
That's easy, right? Now this value will be decrypted and available just like you had typed in the value in the configuration file.
-### En... | Remove confusion of extra environment variables; use gpg expected configuration | theherk_figgypy | train |
02dd8ec3609cd2b2a1f92f3cfc9acf5604e30849 | diff --git a/test/com/google/javascript/jscomp/CompilerTypeTestCase.java b/test/com/google/javascript/jscomp/CompilerTypeTestCase.java
index <HASH>..<HASH> 100644
--- a/test/com/google/javascript/jscomp/CompilerTypeTestCase.java
+++ b/test/com/google/javascript/jscomp/CompilerTypeTestCase.java
@@ -77,6 +77,7 @@ abstrac... | Add goog.provide to the typed unit tests' closure definitions.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
8ba4c52bda021d89f94e2636ba6ad595972df3f0 | diff --git a/src/Exception/ExceptionInterface.php b/src/Exception/ExceptionInterface.php
index <HASH>..<HASH> 100644
--- a/src/Exception/ExceptionInterface.php
+++ b/src/Exception/ExceptionInterface.php
@@ -20,6 +20,6 @@ namespace Lepre\Routing\Exception;
*
* @author Daniele De Nobili <danieledenobili@gmail.com>
... | Added \Throwable extension | leprephp_routing | train |
a877b437e7e7e48c255a6b198d52020c5a843777 | diff --git a/BaragonData/src/main/java/com/hubspot/baragon/data/BaragonStateDatastore.java b/BaragonData/src/main/java/com/hubspot/baragon/data/BaragonStateDatastore.java
index <HASH>..<HASH> 100644
--- a/BaragonData/src/main/java/com/hubspot/baragon/data/BaragonStateDatastore.java
+++ b/BaragonData/src/main/java/com/h... | don't do in transaction for now | HubSpot_Baragon | train |
27a85f74ba2810628e7dad4ae9c4c09d8eefc2ef | diff --git a/src/main/java/org/roaringbitmap/BitmapDataProvider.java b/src/main/java/org/roaringbitmap/BitmapDataProvider.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/roaringbitmap/BitmapDataProvider.java
+++ b/src/main/java/org/roaringbitmap/BitmapDataProvider.java
@@ -24,16 +24,6 @@ public interface Bitma... | Removing useless override. | RoaringBitmap_RoaringBitmap | train |
d14f33ba4b62dfd9d5d605d4d9b29c96e3033c6a | diff --git a/airflow/contrib/operators/discord_webhook_operator.py b/airflow/contrib/operators/discord_webhook_operator.py
index <HASH>..<HASH> 100644
--- a/airflow/contrib/operators/discord_webhook_operator.py
+++ b/airflow/contrib/operators/discord_webhook_operator.py
@@ -53,7 +53,7 @@ class DiscordWebhookOperator(Si... | [AIRFLOW-<I>] Add headers to templated field for SimpleHttpOperator (#<I>)
* [AIRFLOW-<I>] Add headers field to templated field for SimpleHttpOperator | apache_airflow | train |
4aafa22930e34cb65d58bddbea29f24722194ad6 | diff --git a/test/e2e/framework/nodes_util.go b/test/e2e/framework/nodes_util.go
index <HASH>..<HASH> 100644
--- a/test/e2e/framework/nodes_util.go
+++ b/test/e2e/framework/nodes_util.go
@@ -86,7 +86,7 @@ func ingressUpgradeGCE(isUpgrade bool) error {
}
} else {
// Downgrade to latest release image.
- command ... | Update image for ingress downgrade test | kubernetes_kubernetes | train |
cd56ba363089c499b48a2ddcbf62afdab64efe80 | diff --git a/addons/promote/common/src/main/java/org/commonjava/indy/promote/validate/PromotionValidator.java b/addons/promote/common/src/main/java/org/commonjava/indy/promote/validate/PromotionValidator.java
index <HASH>..<HASH> 100644
--- a/addons/promote/common/src/main/java/org/commonjava/indy/promote/validate/Prom... | refine promote validation temp repo name format to include millis | Commonjava_indy | train |
d98e3b2e587b34a19502206c7faa02e95e3ef6ed | diff --git a/src/sap.ui.core/src/sap/ui/dom/syncStyleClass.js b/src/sap.ui.core/src/sap/ui/dom/syncStyleClass.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.core/src/sap/ui/dom/syncStyleClass.js
+++ b/src/sap.ui.core/src/sap/ui/dom/syncStyleClass.js
@@ -5,18 +5,9 @@
* IMPORTANT: This is a private module, its API mus... | [INTERNAL] ui/dom/syncStyleClass: Added explicit jQuery dependency
Added jQuery dependency
Added new lazy instanceof check
Change-Id: Idd7da<I>aa<I>eb7b1bf<I>af5f9b6a7 | SAP_openui5 | train |
5d8ccca7a9868ca829a675275b13412f398d477c | diff --git a/src/Http/Controllers/Configuration/AccessController.php b/src/Http/Controllers/Configuration/AccessController.php
index <HASH>..<HASH> 100644
--- a/src/Http/Controllers/Configuration/AccessController.php
+++ b/src/Http/Controllers/Configuration/AccessController.php
@@ -39,8 +39,7 @@ use Seat\Web\Validation... | Simply validation using form array validation.
This has been made possible since L<I> | eveseat_web | train |
c596809372b0488ae952efca57aa75c47845a263 | diff --git a/src/View.php b/src/View.php
index <HASH>..<HASH> 100644
--- a/src/View.php
+++ b/src/View.php
@@ -4,19 +4,15 @@ namespace Improse;
abstract class View
{
- protected $_template;
- protected $_exports = [];
-
- public function __invoke()
+ public function __toString()
{
- if ($thi... | this just needs the __toString and abstract invoke | monolyth-php_improse | train |
880f3072ea98afa4f992372e71cc127db063ab49 | diff --git a/extensions/mentions/js/src/mentioned-by-list.js b/extensions/mentions/js/src/mentioned-by-list.js
index <HASH>..<HASH> 100644
--- a/extensions/mentions/js/src/mentioned-by-list.js
+++ b/extensions/mentions/js/src/mentioned-by-list.js
@@ -15,9 +15,16 @@ export default function mentionedByList() {
});
... | Only show reply list if there are replies not adjacent | flarum_core | train |
3756af9d68853ff194494f8d46226ef95221a70c | diff --git a/src/python/pants/goal/context.py b/src/python/pants/goal/context.py
index <HASH>..<HASH> 100644
--- a/src/python/pants/goal/context.py
+++ b/src/python/pants/goal/context.py
@@ -21,7 +21,6 @@ from pants.engine.isolated_process import (FallibleExecuteProcessResult,
from pants.goal.products import Products
... | Make it easy to get a logger from a RunTracker instance. (#<I>)
This allows anything with access to subsystems to get a logger,
with RunTracker.global_instance().logger.
Eventually we can leverage this to stop having to plumb loggers
in via the task context all over the place (or not logging
because we can't be ... | pantsbuild_pants | train |
34f6b29944cf68e13be460f74fee6f647cda0700 | diff --git a/autograd/numpy/numpy_grads.py b/autograd/numpy/numpy_grads.py
index <HASH>..<HASH> 100644
--- a/autograd/numpy/numpy_grads.py
+++ b/autograd/numpy/numpy_grads.py
@@ -311,28 +311,22 @@ anp.atleast_2d.defgrad(make_grad_reshape_list)
anp.atleast_3d.defgrad(make_grad_reshape_list)
def make_grad_einsum(argn... | Added grad of Einsum() for ijk calling convention. Fixes #<I> | HIPS_autograd | train |
612fb894d89d3d47ebecb8f7959a1a152acba894 | diff --git a/thinc/layers/concatenate.py b/thinc/layers/concatenate.py
index <HASH>..<HASH> 100644
--- a/thinc/layers/concatenate.py
+++ b/thinc/layers/concatenate.py
@@ -22,10 +22,9 @@ def concatenate(*layers: Model) -> Model[InT, OutT]:
def forward(model: Model[InT, OutT], X: InT, is_train: bool) -> Tuple[OutT, ... | remove axis attr for hstack (#<I>)
* remove axis attr for hstack
* formating
* set dimensions only when they are known | explosion_thinc | train |
b669903f5c8b71ce4fde20be83cb6d873a6d5f40 | diff --git a/integration_test/test_confmaster.py b/integration_test/test_confmaster.py
index <HASH>..<HASH> 100644
--- a/integration_test/test_confmaster.py
+++ b/integration_test/test_confmaster.py
@@ -1243,6 +1243,61 @@ class TestConfMaster(unittest.TestCase):
util.log('affinity-hit-ratio:%0.3f' % hit_ra... | integration test: add write affinity for arrci | naver_nbase-arc | train |
026ac2240fd84660531e696cc26f5ab43f458049 | diff --git a/system/Session/Session.php b/system/Session/Session.php
index <HASH>..<HASH> 100644
--- a/system/Session/Session.php
+++ b/system/Session/Session.php
@@ -187,7 +187,7 @@ class Session implements SessionInterface
/** @var CookieConfig $cookie */
$cookie = config('Cookie');
- $this... | fix: session cookie name has cookie config prefix
The config prefix should be ignored.
> the Config\Cookie::$prefix setting is completely ignored.
> <URL> | codeigniter4_CodeIgniter4 | train |
d922eea497266027ab87d969e87562d85dddcc7f | diff --git a/odl/solvers/nonsmooth/difference_convex.py b/odl/solvers/nonsmooth/difference_convex.py
index <HASH>..<HASH> 100644
--- a/odl/solvers/nonsmooth/difference_convex.py
+++ b/odl/solvers/nonsmooth/difference_convex.py
@@ -193,7 +193,7 @@ def doubleprox_dc(x, y, g, h, phi, K, niter, gamma, mu, callback=None):
... | DOC: Repair hyperlink by inserting a space. | odlgroup_odl | train |
f3bee5300023bf0fffd3a95fd407c7af16e1d664 | diff --git a/generated/google/apis/analytics_v3/service.rb b/generated/google/apis/analytics_v3/service.rb
index <HASH>..<HASH> 100644
--- a/generated/google/apis/analytics_v3/service.rb
+++ b/generated/google/apis/analytics_v3/service.rb
@@ -50,7 +50,7 @@ module Google
def initialize
super('https... | Autogenerated update (<I>-<I>-<I>) | googleapis_google-api-ruby-client | train |
d50a3b701599ca5eb3335978a50964572a73956d | diff --git a/okdownload/src/main/java/com/liulishuo/okdownload/core/breakpoint/BreakpointStoreOnCache.java b/okdownload/src/main/java/com/liulishuo/okdownload/core/breakpoint/BreakpointStoreOnCache.java
index <HASH>..<HASH> 100644
--- a/okdownload/src/main/java/com/liulishuo/okdownload/core/breakpoint/BreakpointStoreOn... | fix: fix clone a non-gc but contain DELETE object SparseArray on BreakpointStoreOnCache | lingochamp_okdownload | train |
f82692a9eeea436050a6ea46f1f069b0b18d5d94 | diff --git a/lib/sinatra/swagger-exposer/swagger-request-preprocessor.rb b/lib/sinatra/swagger-exposer/swagger-request-preprocessor.rb
index <HASH>..<HASH> 100644
--- a/lib/sinatra/swagger-exposer/swagger-request-preprocessor.rb
+++ b/lib/sinatra/swagger-exposer/swagger-request-preprocessor.rb
@@ -22,7 +22,7 @@ module ... | request.body is a StringIO | archiloque_sinatra-swagger-exposer | train |
a21516a0adb9e91c3342d2ee3e8b5d1b743216cb | diff --git a/agent/stats/engine.go b/agent/stats/engine.go
index <HASH>..<HASH> 100644
--- a/agent/stats/engine.go
+++ b/agent/stats/engine.go
@@ -776,8 +776,9 @@ func (engine *DockerStatsEngine) ContainerDockerStats(taskARN string, containerI
if task.IsNetworkModeAWSVPC() {
taskStats, ok := taskToTaskStats[taskAR... | Fix potential nil pointer dereference. | aws_amazon-ecs-agent | train |
6b2c25b0b10d0630f3ca4c8df39f9e60fa5eb0b9 | diff --git a/deploy_stack.py b/deploy_stack.py
index <HASH>..<HASH> 100755
--- a/deploy_stack.py
+++ b/deploy_stack.py
@@ -112,6 +112,14 @@ def deploy_dummy_stack(env, charm_prefix):
env.deploy(charm_prefix + 'dummy-sink')
env.juju('add-relation', 'dummy-source', 'dummy-sink')
env.juju('expose', 'dummy-s... | Use a longer timeout value for KVM tests when calling wait_for_started() | juju_juju | train |
4fc3366d9d99a0eb19e45ad2bf38534efbf8c8ce | diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Remove deprecated support to passing arguments to `#select` when a block is provided.
+
+ *Rafael Mendonça França*
+
* Remove deprecat... | Remove deprecated support to passing arguments to `#select` when a block is provided. | rails_rails | train |
b8a325d218735079ba81a35024e52b0ffc5f992d | diff --git a/lib/rules/valid-v-on.js b/lib/rules/valid-v-on.js
index <HASH>..<HASH> 100644
--- a/lib/rules/valid-v-on.js
+++ b/lib/rules/valid-v-on.js
@@ -18,7 +18,7 @@ const utils = require('../utils')
const VALID_MODIFIERS = new Set([
'stop', 'prevent', 'capture', 'self', 'ctrl', 'shift', 'alt', 'meta',
'nativ... | Added exact as valid modifier (#<I>) | erha19_eslint-plugin-weex | train |
b269e59f47b571c270295fae6616239d81c7204e | diff --git a/xclim/indicators/atmos/_synoptic.py b/xclim/indicators/atmos/_synoptic.py
index <HASH>..<HASH> 100644
--- a/xclim/indicators/atmos/_synoptic.py
+++ b/xclim/indicators/atmos/_synoptic.py
@@ -14,7 +14,7 @@ class JetStream(Indicator):
jetstream_metric_woolings = JetStream(
- identifier="jetstream_metr... | fix typo of jetstream metric name | Ouranosinc_xclim | train |
ab0ccdc4dfad1fcea42020fcd7ea6e5bc00b87ac | diff --git a/snap/snapshotter.go b/snap/snapshotter.go
index <HASH>..<HASH> 100644
--- a/snap/snapshotter.go
+++ b/snap/snapshotter.go
@@ -26,6 +26,7 @@ import (
"strings"
"time"
+ pioutil "github.com/coreos/etcd/pkg/ioutil"
"github.com/coreos/etcd/pkg/pbutil"
"github.com/coreos/etcd/raft"
"github.com/coreo... | snap: fix write snap
Do not use writeFile since it does not sync file before closing.
This can lead to slient file corruption when disk is full. | etcd-io_etcd | train |
a371cbd0a75c19b3e1f41ecbc3785e27bdaba05f | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -137,8 +137,8 @@ html_theme_options = {
'github_banner': True,
'show_powered_by': False,
'extra_nav_links': {
- 'invenio-logging@GitHub': 'http://github.com/inveniosoftware/invenio-logging... | docs: autodoc configuration and HTTPS fix
* Replaces HTTP links with HTTPS where possible. | inveniosoftware_invenio-logging | train |
4e0cc1a0b0876662a4c2d8bf5dfe5b393ae80862 | diff --git a/classes/Pods.php b/classes/Pods.php
index <HASH>..<HASH> 100644
--- a/classes/Pods.php
+++ b/classes/Pods.php
@@ -1486,7 +1486,7 @@ class Pods {
$params->total = ceil( $params->total_found / $params->limit );
if ( $params->limit < 1 || $params->total_found < 1 || 1 == $params->total )
-... | pods_pods_pagination_simple|advanced|paginate filter added | pods-framework_pods | train |
6079671c1fcd760c32d014ef41f6a81702a4e96d | diff --git a/slipNslide.js b/slipNslide.js
index <HASH>..<HASH> 100644
--- a/slipNslide.js
+++ b/slipNslide.js
@@ -8,17 +8,20 @@
window.slipNslide = function(element, options) {
- // reference dom elements
- this.container = element;
- this.element = this.container.getElementsByTagName('ul')[0]; // the slide pa... | changes multiple slide logic to always slide entire view, not one at a time. also added proto.length to store amount of view panes available | lyfeyaj_swipe | train |
90a97260516e54ac9d94e4d435de3d012defa00a | diff --git a/bundles/org.eclipse.orion.client.ui/web/edit/setup.js b/bundles/org.eclipse.orion.client.ui/web/edit/setup.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.ui/web/edit/setup.js
+++ b/bundles/org.eclipse.orion.client.ui/web/edit/setup.js
@@ -347,11 +347,11 @@ exports.setUpEditor = funct... | Bug <I> - Lose edited file when moving away from Editor in Orion
Fix is to store the last edited file in the sessionStorage and use that
if navigating back to the same project | eclipse_orion.client | train |
d3ff888743aa2a56a6a1fa0ab9299e94d77172a7 | diff --git a/cmd/minikube/cmd/start.go b/cmd/minikube/cmd/start.go
index <HASH>..<HASH> 100644
--- a/cmd/minikube/cmd/start.go
+++ b/cmd/minikube/cmd/start.go
@@ -194,7 +194,6 @@ func initKubernetesFlags() {
startCmd.Flags().String(apiServerName, constants.APIServerName, "The apiserver name which is used in the gener... | Use profile name as the node name | kubernetes_minikube | train |
6c7051d9803bd441be9c5c44d87a21dea53fda2f | diff --git a/MAVProxy/modules/mavproxy_cmdlong.py b/MAVProxy/modules/mavproxy_cmdlong.py
index <HASH>..<HASH> 100644
--- a/MAVProxy/modules/mavproxy_cmdlong.py
+++ b/MAVProxy/modules/mavproxy_cmdlong.py
@@ -345,34 +345,53 @@ class CmdlongModule(mp_module.MPModule):
def cmd_command_int(self, args):
'''ex... | mavproxy_cmdlong: make command_int take all arguments for a command_int
Like command_long you should be able to form up any message -
well-formed or not
Also make it easier to select a frame | ArduPilot_MAVProxy | train |
5b1d36e3f699047d7910e1ca91bb3da242c1a114 | diff --git a/spec/examples/record/persistence_spec.rb b/spec/examples/record/persistence_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/examples/record/persistence_spec.rb
+++ b/spec/examples/record/persistence_spec.rb
@@ -377,5 +377,7 @@ describe Cequel::Record::Persistence do
notification_recieved
}
+
+... | Explicitly declare supports_block_expectations | cequel_cequel | train |
23c9fd3cb44f424deab157244826179c0629f24b | diff --git a/src/main/java/com/phoenixnap/oss/ramlplugin/raml2code/plugin/SpringMvcEndpointGeneratorMojo.java b/src/main/java/com/phoenixnap/oss/ramlplugin/raml2code/plugin/SpringMvcEndpointGeneratorMojo.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/phoenixnap/oss/ramlplugin/raml2code/plugin/SpringMvcEndpoin... | Fixes #<I>
Unfortunately, POJO generation from JSON schemas is not supported in tests | phoenixnap_springmvc-raml-plugin | train |
dfbb112f0a51a5bc2772ba74a59349f75ef7893e | diff --git a/contexttimer/__init__.py b/contexttimer/__init__.py
index <HASH>..<HASH> 100644
--- a/contexttimer/__init__.py
+++ b/contexttimer/__init__.py
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
-__version__ = '0.1.0'
+__version__ = '0.1.1'
import functools | Version number bumped to <I> | brouberol_contexttimer | train |
6f558613784baeaf5c31607654d646decf5ca5e5 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -300,6 +300,8 @@ CreditCardCvv() string
CreditCardExp() string
CreditCardNumber(*CreditCardOptions) string
CreditCardType() string
+AchRouting() string
+AchAccount() string
Currency() *CurrencyInfo
CurrencyLong() stri... | payment - added ach routing and account numbers | brianvoe_gofakeit | train |
dbee83b8de94f199d5fa8c6249f8af98d92e7ae4 | diff --git a/handshake/crypto_setup_client.go b/handshake/crypto_setup_client.go
index <HASH>..<HASH> 100644
--- a/handshake/crypto_setup_client.go
+++ b/handshake/crypto_setup_client.go
@@ -21,6 +21,9 @@ type cryptoSetupClient struct {
cryptoStream utils.Stream
serverConfig *serverConfigClient
+
+ stk ... | read source address token and server nonce from SHLO | lucas-clemente_quic-go | train |
c3a3848472a940bda063216c24526234df37519d | diff --git a/enterprise/enterprise.go b/enterprise/enterprise.go
index <HASH>..<HASH> 100644
--- a/enterprise/enterprise.go
+++ b/enterprise/enterprise.go
@@ -2,6 +2,8 @@ package enterprise
import (
"container/ring"
+ "net/url"
+ "strings"
"github.com/influxdata/mrfusion"
"github.com/influxdata/mrfusion/infl... | Add convenience func to create enterprise client
Many different ways exist to specify the URL for a meta node, including
host:port, scheme://host:port. This provides a function that handles the
irregularities associated with meta URLs and initializes a Client with a
control.Client for introspecting the associated clus... | influxdata_influxdb | train |
aa29ca6b666f6c5a6fa1f98ca7c51aae2f112041 | diff --git a/django_airavata/settings.py b/django_airavata/settings.py
index <HASH>..<HASH> 100644
--- a/django_airavata/settings.py
+++ b/django_airavata/settings.py
@@ -91,8 +91,12 @@ CUSTOM_DJANGO_APPS = []
# )
#
for entry_point in iter_entry_points(group='airavata.djangoapp'):
- CUSTOM_DJANGO_APPS.append(e... | AIRAVATA-<I> Create path to AppConfig class | apache_airavata-django-portal | train |
20b29afe74974db24288ba308968a27d79e2439e | diff --git a/library/WT/Stats.php b/library/WT/Stats.php
index <HASH>..<HASH> 100644
--- a/library/WT/Stats.php
+++ b/library/WT/Stats.php
@@ -3146,7 +3146,7 @@ class WT_Stats {
" children.l_to=mchildren.l_from AND".
" mchildren.l_type='FAMS' AND".
" mchildren.l_to=gchildren.l_from AND".
- " gchildren.l_t... | WT_Stats - typo | fisharebest_webtrees | train |
2bb60777c34962f8f76aef3afbc14788cde76afb | diff --git a/lib/node_modules/@stdlib/math/generics/statistics/kstest/lib/cdf.js b/lib/node_modules/@stdlib/math/generics/statistics/kstest/lib/cdf.js
index <HASH>..<HASH> 100644
--- a/lib/node_modules/@stdlib/math/generics/statistics/kstest/lib/cdf.js
+++ b/lib/node_modules/@stdlib/math/generics/statistics/kstest/lib/... | Support arcsine in kstest | stdlib-js_stdlib | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.