hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
26488545c7fd83ec4e534bc61a600e4d75ec9dde | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -72,8 +72,10 @@ denodeify(readPackage)(resolve("package.json")).then((pkg) =>
entry: entry,
cache,
onwarn: (msg) => console.warn(msg),
- external: function(xxx) {
- return exter... | Tweaked external handler to block sub-packages | sebastian-software_preppy | train |
1e77971c2334aac93481e94ac44d991c587e1b12 | diff --git a/plumbing/format/packfile/packfile.go b/plumbing/format/packfile/packfile.go
index <HASH>..<HASH> 100644
--- a/plumbing/format/packfile/packfile.go
+++ b/plumbing/format/packfile/packfile.go
@@ -114,62 +114,6 @@ func (p *Packfile) nextObjectHeader() (*ObjectHeader, error) {
return h, err
}
-func (p *Pa... | Remove unused method (#<I>) | src-d_go-git | train |
c2c54ac0fd99efc0aaf632c4c70e9fdac24e3f39 | diff --git a/mod/glossary/export.php b/mod/glossary/export.php
index <HASH>..<HASH> 100644
--- a/mod/glossary/export.php
+++ b/mod/glossary/export.php
@@ -65,7 +65,7 @@
<form action="exportfile.php" method="post">
<table border="0" cellpadding="6" cellspacing="6" width="100%">
<tr><td align="center">
- ... | Minor fixes for XHTML compliance
Merged from MOODLE_<I>_STABLE | moodle_moodle | train |
ea1984241024b0487617ead3871883c306ad3903 | diff --git a/test/test_crypto.py b/test/test_crypto.py
index <HASH>..<HASH> 100644
--- a/test/test_crypto.py
+++ b/test/test_crypto.py
@@ -1696,6 +1696,16 @@ class CRLTests(TestCase):
self.assertRaises(TypeError, crl.export, self.cert, FILETYPE_PEM, None)
+ def test_export_unknown_filetype(self):
+ ... | Tests for wrong filetype arg to CRL.export | pyca_pyopenssl | train |
c9b6b5fae5bf325f7e08801005cc8acf4b5745b0 | diff --git a/src/python/pants/backend/python/target_types.py b/src/python/pants/backend/python/target_types.py
index <HASH>..<HASH> 100644
--- a/src/python/pants/backend/python/target_types.py
+++ b/src/python/pants/backend/python/target_types.py
@@ -2,12 +2,10 @@
# Licensed under the Apache License, Version 2.0 (see ... | Enforce that Python targets only have `.py` files in their `sources` field (#<I>)
This is an important assumption we rely on, such as when writing the Dependency Inference rule for PythonSources.
[ci skip-rust-tests]
[ci skip-jvm-tests] | pantsbuild_pants | train |
0ab130d5ebf6f4f642b02d48b8f6cbee460aaf20 | diff --git a/src/main/java/com/github/tomakehurst/wiremock/core/WireMockApp.java b/src/main/java/com/github/tomakehurst/wiremock/core/WireMockApp.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/tomakehurst/wiremock/core/WireMockApp.java
+++ b/src/main/java/com/github/tomakehurst/wiremock/core/WireMockAp... | Added ability to specify whether a response transformer is applied globally | tomakehurst_wiremock | train |
28a43a5aa3bba0b84ea0ef2eafa9937f74700eb3 | diff --git a/bcbio/chipseq/peaks.py b/bcbio/chipseq/peaks.py
index <HASH>..<HASH> 100644
--- a/bcbio/chipseq/peaks.py
+++ b/bcbio/chipseq/peaks.py
@@ -5,9 +5,11 @@ import copy
from bcbio.log import logger
from bcbio import bam, utils
+from bcbio.pipeline import config_utils
from bcbio.pipeline import datadict as d... | Adapt chipseq to atacseq | bcbio_bcbio-nextgen | train |
547867f76f1c76d9d5380db4bf27deedd12ec367 | diff --git a/api/webdriver.go b/api/webdriver.go
index <HASH>..<HASH> 100644
--- a/api/webdriver.go
+++ b/api/webdriver.go
@@ -28,7 +28,7 @@ func NewWebDriver(url string, command []string) *WebDriver {
}
return &WebDriver{
- Timeout: 5 * time.Second,
+ Timeout: 10 * time.Second,
service: driverService,
}
... | Increase default timeout for all WebDrivers to <I> seconds
- This fixes the occasional failure to start | sclevine_agouti | train |
e641a8fb706122d476856580b89a4f66a8f36ce5 | diff --git a/libcentrifugo/handlers.go b/libcentrifugo/handlers.go
index <HASH>..<HASH> 100644
--- a/libcentrifugo/handlers.go
+++ b/libcentrifugo/handlers.go
@@ -306,7 +306,8 @@ func (app *Application) APIHandler(w http.ResponseWriter, r *http.Request) {
var err error
if strings.HasPrefix(strings.ToLower(content... | comment about prefferred way to use API endpoint | centrifugal_centrifugo | train |
3db4d9488b3fa1ef5571377056c931d87e17bb2e | diff --git a/lib/models/room-member.js b/lib/models/room-member.js
index <HASH>..<HASH> 100644
--- a/lib/models/room-member.js
+++ b/lib/models/room-member.js
@@ -203,10 +203,10 @@ RoomMember.prototype.getAvatarUrl =
};
function calculateDisplayName(member, event, roomState) {
- // N.B. getContent() not getDirec... | oops, normal events should use the chronologically earlier content, but membership changes should use the current content. | matrix-org_matrix-js-sdk | train |
b786ad6bd07f01d49c5f1ba239b695fedce45239 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -11437,6 +11437,44 @@ data = {
'continue statement': {
+ 'while (true) { continue; }': {
+ type: 'WhileStatement',
+ test: {
+ type: 'Literal',
+ ... | Add a test case for continue statement with a semicolon.
This gives a full coverage for parseContinueStatement() function.
<URL> | jscs-dev_esprima-harmony | train |
9ff767d9430175c417420651bbc661fd17c80907 | diff --git a/para-core/src/main/java/com/erudika/para/annotations/Email.java b/para-core/src/main/java/com/erudika/para/annotations/Email.java
index <HASH>..<HASH> 100644
--- a/para-core/src/main/java/com/erudika/para/annotations/Email.java
+++ b/para-core/src/main/java/com/erudika/para/annotations/Email.java
@@ -43,7 ... | added apostrophe to email validator regexp | Erudika_para | train |
b4eaaaccf80781be76449e65318bb814639f4bed | diff --git a/spec/requests/checkout_spec.rb b/spec/requests/checkout_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/requests/checkout_spec.rb
+++ b/spec/requests/checkout_spec.rb
@@ -5,11 +5,9 @@ describe "Checkout", :js => true do
let!(:state) { create(:state, :name => "Maryland", :country => country) }
let!(:sh... | Use correct calculator within checkout_spec (shipping, rather than generic) | spree_spree_auth_devise | train |
d24cb6019174b790baecd02cf6621ad5ad432ffc | diff --git a/drools-core/src/main/java/org/drools/core/reteoo/ClassObjectTypeConf.java b/drools-core/src/main/java/org/drools/core/reteoo/ClassObjectTypeConf.java
index <HASH>..<HASH> 100644
--- a/drools-core/src/main/java/org/drools/core/reteoo/ClassObjectTypeConf.java
+++ b/drools-core/src/main/java/org/drools/core/r... | Faster check if pojo has property change listener support.
Throwing and NoSuchMethodException is very slow, searching method by name is much faster. | kiegroup_drools | train |
776a0b6b9fde0e8329b0dd9848bb21e1ca5db418 | diff --git a/src/main/java/uk/co/real_logic/agrona/concurrent/UnsafeBuffer.java b/src/main/java/uk/co/real_logic/agrona/concurrent/UnsafeBuffer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/uk/co/real_logic/agrona/concurrent/UnsafeBuffer.java
+++ b/src/main/java/uk/co/real_logic/agrona/concurrent/UnsafeBuffer.ja... | [Java]: Add missing check bound check to setMemory method. Issue #<I>. | real-logic_agrona | train |
e8c1f4bcfe279b79ad49c7716b38ff91a7137a36 | diff --git a/library/src/main/java/org/onepf/oms/OpenIabHelper.java b/library/src/main/java/org/onepf/oms/OpenIabHelper.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/org/onepf/oms/OpenIabHelper.java
+++ b/library/src/main/java/org/onepf/oms/OpenIabHelper.java
@@ -64,6 +64,7 @@ import android.content.pm.P... | Disable Amazon support for Android Lollipop. Fix #<I> | onepf_OpenIAB | train |
2f40abb9b8a60d3dce555b23e89617feca5d7f9d | diff --git a/lib/fluent/plugin/out_forward.rb b/lib/fluent/plugin/out_forward.rb
index <HASH>..<HASH> 100644
--- a/lib/fluent/plugin/out_forward.rb
+++ b/lib/fluent/plugin/out_forward.rb
@@ -433,7 +433,7 @@ module Fluent::Plugin
if raw_data.empty?
log.warn "destination node closed the connection. regard... | Don't update retry state when failed to get ack response. fix #<I>
Ack failure is not buffer flush error so it should not update retry state.
The problematic node is disabled and its node is excluded at next flush after rollback.
To resolve this problem, we add update_retry parameter to Output#rollback_write.
This pa... | fluent_fluentd | train |
91b436b6094f04f64c7105d0fc6f17df54290e28 | diff --git a/models/classes/class.ItemExporter.php b/models/classes/class.ItemExporter.php
index <HASH>..<HASH> 100644
--- a/models/classes/class.ItemExporter.php
+++ b/models/classes/class.ItemExporter.php
@@ -1,24 +1,24 @@
-<?php
-/*
- * This program is free software; you can redistribute it and/or
- * modify it un... | allow adding stream into an archive without creating temp file | oat-sa_extension-tao-item | train |
be60df50ee99624f00da85b682c96fb04740d10f | diff --git a/docs/changelog.rst b/docs/changelog.rst
index <HASH>..<HASH> 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,15 @@ Changelog
This details the changes made from the previous recorded version.
+3.1.0
+======
+
+- API
+
+ - Expose the ``loadBalance`` method. This method allow... | docs(changelog): prepare for <I> | CityOfZion_neon-js | train |
e79b75db086c4c4fcdbddf3e879bc63ed69a20ba | diff --git a/lib/cleverbot/client.rb b/lib/cleverbot/client.rb
index <HASH>..<HASH> 100644
--- a/lib/cleverbot/client.rb
+++ b/lib/cleverbot/client.rb
@@ -38,7 +38,7 @@ module Cleverbot
base_uri 'http://www.cleverbot.com'
parser Parser
- headers 'Accept-Encoding' => 'x-gzip'
+ headers 'Accept-Encoding... | change accept-encoding to gzip | benmanns_cleverbot | train |
3c5e451686863ddafaa12a0e7e83e3f11d0eacf5 | diff --git a/sqlparse/sql.py b/sqlparse/sql.py
index <HASH>..<HASH> 100644
--- a/sqlparse/sql.py
+++ b/sqlparse/sql.py
@@ -147,13 +147,14 @@ class TokenList(Token):
def _pprint_tree(self, max_depth=None, depth=0):
"""Pretty-print the object tree."""
indent = ' '*(depth*2)
- for token in se... | Print list index in front of element.
This makes it easy to access a token in the token list. | andialbrecht_sqlparse | train |
0d315c8e151c13efbf15c1e65f5fc5a09973d1ae | diff --git a/internal/cmd/echosrv/main.go b/internal/cmd/echosrv/main.go
index <HASH>..<HASH> 100644
--- a/internal/cmd/echosrv/main.go
+++ b/internal/cmd/echosrv/main.go
@@ -1,13 +1,27 @@
package main
import (
+ "log"
"net/http"
"net/http/httputil"
"os"
+ "sync/atomic"
+ "time"
)
func main() {
+ count :=... | echosrv: Log request rate to stderr | tsenart_vegeta | train |
986fa87d3cf25a574a06a4cb6399cc12b4b24169 | diff --git a/viewport-units-buggyfill.hacks.js b/viewport-units-buggyfill.hacks.js
index <HASH>..<HASH> 100755
--- a/viewport-units-buggyfill.hacks.js
+++ b/viewport-units-buggyfill.hacks.js
@@ -25,7 +25,8 @@
var calcExpression = /calc\(/g;
var quoteExpression = /[\"\']/g;
var urlExpression = /url\([^\)]*\)/g;... | Fix so that browsers that don't support viewport units at all (e.g. IE <= 8)
will get a friendly warning message instead of having JavaScript breaking
entirely. | rodneyrehm_viewport-units-buggyfill | train |
a7c9474db8030c3fc4e488766ec1ce49fc04e448 | diff --git a/packages/site/pages/core/motion.js b/packages/site/pages/core/motion.js
index <HASH>..<HASH> 100644
--- a/packages/site/pages/core/motion.js
+++ b/packages/site/pages/core/motion.js
@@ -689,8 +689,12 @@ export default withServerProps(_ => (
increments.
</P>
<Speeds />
-
- <Secti... | refactor(site): move speed example up to speed vars | pluralsight_design-system | train |
ce0124511a4c6a3b73e3b47c530ed62d28a0eb5c | diff --git a/lib/active_admin/views/components/attributes_table.rb b/lib/active_admin/views/components/attributes_table.rb
index <HASH>..<HASH> 100644
--- a/lib/active_admin/views/components/attributes_table.rb
+++ b/lib/active_admin/views/components/attributes_table.rb
@@ -5,7 +5,7 @@ module ActiveAdmin
builder... | Non-arrays get through and break on #first | activeadmin_activeadmin | train |
7c160d59d351db6e6c69a42d5ff0c3b6610b831f | diff --git a/liquibase-core/src/main/java/liquibase/serializer/core/xml/XMLChangeLogSerializer.java b/liquibase-core/src/main/java/liquibase/serializer/core/xml/XMLChangeLogSerializer.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/serializer/core/xml/XMLChangeLogSerializer.java
+++ b/liqu... | Invalid XML character during changelog snapshot -- Support more tab options | liquibase_liquibase | train |
b200b8a18ffcd4a0c4e842db2ba80cbc6452383a | diff --git a/lib/key.js b/lib/key.js
index <HASH>..<HASH> 100644
--- a/lib/key.js
+++ b/lib/key.js
@@ -156,10 +156,7 @@ Key.prototype.createVerify = function (hashAlgo) {
var v, nm, err;
try {
- nm = this.type.toUpperCase() + '-';
- if (this.type === 'ecdsa')
- nm = 'ecdsa-with-';
- nm += hashAlgo.toUpperCas... | Default to plain hash algorithm names with createSign/createVerify | joyent_node-sshpk | train |
cbb658de920d58c8c4045f8e75956c8761e11925 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -7,6 +7,7 @@ const fs = require('fs');
* @constructor
*/
function CloudflareCli(options) {
+ const requiredOptions = ['token', 'email'];
let self = this;
self.email = null;
self.key = null;
@@ -172,8 +173,15 @@ ... | Moved options validation to allow help command to run | danielpigott_cloudflare-cli | train |
db530d8c619a52753f4ce5207af7083162b4228e | diff --git a/test/test_transforms_video.py b/test/test_transforms_video.py
index <HASH>..<HASH> 100644
--- a/test/test_transforms_video.py
+++ b/test/test_transforms_video.py
@@ -133,12 +133,16 @@ class TestVideoTransforms():
with pytest.raises(TypeError):
np_rng = np.random.RandomState(0)
... | More robust assertion checks in test_to_tensor_video (#<I>) | pytorch_vision | train |
7c084af93df110ab903f0c4578e977da9e674b47 | diff --git a/lib/tests/event_test.php b/lib/tests/event_test.php
index <HASH>..<HASH> 100644
--- a/lib/tests/event_test.php
+++ b/lib/tests/event_test.php
@@ -159,12 +159,16 @@ class core_event_testcase extends advanced_testcase {
$observer->priority = 200;
$observer->internal = false;
$obser... | MDL-<I> events: Unit tests for core/event/manager.
This includes unit tests for the new method get_all_observers
and updates to other methods that have been updated. | moodle_moodle | train |
53f0dcdc9c83a6e4099ed6f80e49d2c9656ad404 | diff --git a/.storybook/components/FormStory.js b/.storybook/components/FormStory.js
index <HASH>..<HASH> 100644
--- a/.storybook/components/FormStory.js
+++ b/.storybook/components/FormStory.js
@@ -284,7 +284,7 @@ storiesOf('Form', module)
</FormGroup>
<FormGroup
- datainvalid
+ invalid
... | Set data-invalid only when invalid property is true. Fixes #<I> (#<I>) | carbon-design-system_carbon-components | train |
d696ce7c0dd932e327bfaaa791abeb1b6716e0ff | diff --git a/NavigationReact/sample/hotloader/index.js b/NavigationReact/sample/hotloader/index.js
index <HASH>..<HASH> 100644
--- a/NavigationReact/sample/hotloader/index.js
+++ b/NavigationReact/sample/hotloader/index.js
@@ -8,7 +8,12 @@ Navigation.start();
if (module.hot) {
module.hot.accept(['./StateInfo', ... | Catch hot loaded StateInfo error and stop
If the StateInfo is in error then don't want to throw the error because
that reloads page and still leaves the StateInfo error. So catch and log
error but don't reload the Context. This won't work until the StateInfo
build change comes in because the error StateInfo overwrites... | grahammendick_navigation | train |
c9b3c3fb1c6362dfda89c5edafaa94ef10444419 | diff --git a/src/Franzose/ClosureTable/Models/Entity.php b/src/Franzose/ClosureTable/Models/Entity.php
index <HASH>..<HASH> 100644
--- a/src/Franzose/ClosureTable/Models/Entity.php
+++ b/src/Franzose/ClosureTable/Models/Entity.php
@@ -1251,9 +1251,11 @@ class Entity extends Eloquent implements EntityInterface {
*... | Update the performUpdate and performInsert
Update the performUpdate and performInsert functions to match Eloquent function signatures by including options array | franzose_ClosureTable | train |
a035ed3be95c07e06c6c1452bd1fd5abb434b8f8 | diff --git a/inspire_query_parser/parser.py b/inspire_query_parser/parser.py
index <HASH>..<HASH> 100644
--- a/inspire_query_parser/parser.py
+++ b/inspire_query_parser/parser.py
@@ -179,7 +179,7 @@ class SimpleValueUnit(LeafRule):
# Check if token is a DSL keyword. Disable this check in the case where t... | parser: make stateful parser's flags private | inspirehep_inspire-query-parser | train |
e334bcd40a2b59abccbde93ef6a87e60d4230aed | diff --git a/lib/plugins/aws/deploy/lib/checkForChanges.js b/lib/plugins/aws/deploy/lib/checkForChanges.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/aws/deploy/lib/checkForChanges.js
+++ b/lib/plugins/aws/deploy/lib/checkForChanges.js
@@ -49,7 +49,7 @@ module.exports = {
return BbPromise.reject(new this.serv... | Update message to include a case of complete deletion. | serverless_serverless | train |
302d2111cb096eae26b6545233bfcfe3b97a73f7 | diff --git a/backtrader/cerebro.py b/backtrader/cerebro.py
index <HASH>..<HASH> 100644
--- a/backtrader/cerebro.py
+++ b/backtrader/cerebro.py
@@ -824,6 +824,8 @@ class Cerebro(with_metaclass(MetaParams, object)):
for cb in self.optcbs:
cb(r) # callback receives finished strategy
... | Closes #<I> by closing the pool on completion rather than waiting for garbage collection | backtrader_backtrader | train |
8723784ac5c105a65202ce7f6da3c658a61af353 | diff --git a/LEXBrowser/src/main/java/net/caspervg/lex4j/route/Route.java b/LEXBrowser/src/main/java/net/caspervg/lex4j/route/Route.java
index <HASH>..<HASH> 100644
--- a/LEXBrowser/src/main/java/net/caspervg/lex4j/route/Route.java
+++ b/LEXBrowser/src/main/java/net/caspervg/lex4j/route/Route.java
@@ -63,7 +63,7 @@ pub... | Do no longer reference static variables with this | caspervg_SC4D-LEX4J | train |
b21a482349314ad94bab54725055c8ae1ce363eb | diff --git a/pandas/core/groupby/ops.py b/pandas/core/groupby/ops.py
index <HASH>..<HASH> 100644
--- a/pandas/core/groupby/ops.py
+++ b/pandas/core/groupby/ops.py
@@ -343,7 +343,7 @@ class BaseGrouper:
_cython_arity = {"ohlc": 4} # OHLC
- _name_functions = {"ohlc": lambda *args: ["open", "high", "low", "cl... | consolidate dim checks (#<I>) | pandas-dev_pandas | train |
77a69506d481bb2ebd7b750b1ebb6a62dbfdb7b1 | diff --git a/tests/Library/bootstrap/bootstrap_base.php b/tests/Library/bootstrap/bootstrap_base.php
index <HASH>..<HASH> 100644
--- a/tests/Library/bootstrap/bootstrap_base.php
+++ b/tests/Library/bootstrap/bootstrap_base.php
@@ -56,7 +56,7 @@ if (!is_dir(oxCCTempDir)) {
if (COPY_SERVICES_TO_SHOP) {
$oFileCopi... | ESDEV-<I> Add remote host to testing library
Add possibility to define remote host so that services would copied to correct server.
(cherry picked from commit b9fe<I>) | OXID-eSales_oxideshop_ce | train |
0ab8b5de523eb637f01d73558de1e0d25be29e7f | diff --git a/steam/enums/common.py b/steam/enums/common.py
index <HASH>..<HASH> 100644
--- a/steam/enums/common.py
+++ b/steam/enums/common.py
@@ -107,6 +107,7 @@ class EResult(SteamIntEnum):
GSOwnerDenied = 103
InvalidItemType = 104
IPBanned = 105
+ GSLTExpired = 106
class EUniverse(SteamIntEnum... | Added GSLTExpired = <I> eresult | ValvePython_steam | train |
5ca25c11f2bbc18fe14e12c59b6f847d085038e1 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,3 +1 @@
export createBuilder from './api/create-builder';
-export createServer from './api/create-server';
-export startServer from './api/start-server'; | Removed some functions from the default/main file to work better with the CLI | vgno_roc-web | train |
132ffa565fab4f1266cb9b17e60be0c8b195c35a | diff --git a/application/briefkasten/dropbox.py b/application/briefkasten/dropbox.py
index <HASH>..<HASH> 100644
--- a/application/briefkasten/dropbox.py
+++ b/application/briefkasten/dropbox.py
@@ -262,8 +262,8 @@ class Dropbox(object):
self.status = '090 success'
else:
s... | include exception text for debugging purposes | ZeitOnline_briefkasten | train |
026a135b374c0906cba23e0735cb7cbad50b303a | diff --git a/misc/cron/archive.php b/misc/cron/archive.php
index <HASH>..<HASH> 100644
--- a/misc/cron/archive.php
+++ b/misc/cron/archive.php
@@ -119,7 +119,7 @@ class CronArchive
const OPTION_ARCHIVING_FINISHED_TS = "LastCompletedFullArchiving";
// Show only first N characters from Piwik API output in cas... | increasing timeout in case it help piwik-ui-tests failure | matomo-org_matomo | train |
8f9fea4cfc0e896f0fefa729c359ba85f6e5d270 | diff --git a/Changelog.md b/Changelog.md
index <HASH>..<HASH> 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,9 @@
# Babosa Changelog
+## 1.0.3
+
+* Fix deprecation warnings for ActiveSupport 6.
+
## 1.0.2
* Fix regression in ActiveSupport UTF8 proxy.
diff --git a/lib/babosa/utf8/active_support_proxy.rb ... | Fix deprecation warnings for ActiveSupport 6 | norman_babosa | train |
37d4202dd810576025ba664608835878ae84b3e2 | diff --git a/app/assets/javascripts/alchemy/alchemy.js b/app/assets/javascripts/alchemy/alchemy.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/alchemy/alchemy.js
+++ b/app/assets/javascripts/alchemy/alchemy.js
@@ -494,13 +494,16 @@ if (typeof(Alchemy) === 'undefined') {
},
saveElement : function(... | Disabling Alchemy.saveElement for now. I think we don't need it anymore | AlchemyCMS_alchemy_cms | train |
5a4051d5aa171a1f4c5387301078874bf3d4ebda | diff --git a/salt/utils/iam.py b/salt/utils/iam.py
index <HASH>..<HASH> 100644
--- a/salt/utils/iam.py
+++ b/salt/utils/iam.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
'''
-Connection library for Amazon S3
+Connection library for Amazon IAM
:depends: requests
''' | Fix doc string for IAM library. | saltstack_salt | train |
1fda413661e357e11b2394a0983d55163d0871ab | diff --git a/src/main/java/org/asteriskjava/live/AsteriskManager.java b/src/main/java/org/asteriskjava/live/AsteriskManager.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/asteriskjava/live/AsteriskManager.java
+++ b/src/main/java/org/asteriskjava/live/AsteriskManager.java
@@ -47,7 +47,10 @@ public interface A... | originateToApplication and originateToExtension | asterisk-java_asterisk-java | train |
274d9fc1e26d22d772da5e4651c1eccbf588f870 | diff --git a/tests/scripts/unit/routes/pjax.js b/tests/scripts/unit/routes/pjax.js
index <HASH>..<HASH> 100644
--- a/tests/scripts/unit/routes/pjax.js
+++ b/tests/scripts/unit/routes/pjax.js
@@ -146,4 +146,53 @@ describe('pjax', () => {
done();
}, 0);
});
+
+ // TODO: Some of this needs to be extracted into E2... | Verify that router properly evaluates when triggered by popstate | weepower_wee-core | train |
80363138e8c1ecc835cf15cad0827585fe5660b3 | diff --git a/fireplace/carddata/minions/paladin.py b/fireplace/carddata/minions/paladin.py
index <HASH>..<HASH> 100644
--- a/fireplace/carddata/minions/paladin.py
+++ b/fireplace/carddata/minions/paladin.py
@@ -11,7 +11,7 @@ class CS2_088(Card):
# Argent Protector
class EX1_362(Card):
def action(self, target):
- t... | Use tag properties in windfury/divine shield cards | jleclanche_fireplace | train |
8266e5dede18f54201b79e0f343c929d0c5f7c08 | diff --git a/openstack_dashboard/test/integration_tests/tests/test_instances.py b/openstack_dashboard/test/integration_tests/tests/test_instances.py
index <HASH>..<HASH> 100644
--- a/openstack_dashboard/test/integration_tests/tests/test_instances.py
+++ b/openstack_dashboard/test/integration_tests/tests/test_instances.... | Tests for instance filtering are added
Tests check that instance filtering actions are executed correctly under
regular user (Project > Compute > Instances page) and under admin user
(Admin > System > Instances page).
Implements blueprint: horizon-integration-tests-coverage
Change-Id: I<I>db<I>dd0d<I>e<I>b<I>bc<I>b8f | openstack_horizon | train |
51e9263520e37bb3b6f7e46d666d5586e3fa8215 | diff --git a/app/bootstrap.php b/app/bootstrap.php
index <HASH>..<HASH> 100644
--- a/app/bootstrap.php
+++ b/app/bootstrap.php
@@ -2,7 +2,7 @@
require dirname(__DIR__) . '/omni.php';
-define('APP_DIR', __DIR__);
+define('APPPATH', __DIR__);
//\Omni\Event::init(include('event.php'));
\Omni\Event::on(\Omn... | APP_DIR to APPPATH | hfcorriez_pagon | train |
c68c04bbd454b1b471dd9acc2cbf68f67edb77bd | diff --git a/bootstrap.php b/bootstrap.php
index <HASH>..<HASH> 100644
--- a/bootstrap.php
+++ b/bootstrap.php
@@ -48,6 +48,4 @@ function cockpit($module = null) {
return $module ? $app->module($module) : $app;
}
-if(!COCKPIT_ADMIN) {
- $cockpit = cockpit();
-}
\ No newline at end of file
+$cockpit = cockpit... | autoinit cockpit when require cockpit/bootstrap.php | agentejo_cockpit | train |
7f276ab613f1836a39749472c03fb5b7e0d705fd | diff --git a/src/tcp-connection.js b/src/tcp-connection.js
index <HASH>..<HASH> 100644
--- a/src/tcp-connection.js
+++ b/src/tcp-connection.js
@@ -4,6 +4,7 @@
var net = require('net');
+var tls = require('tls');
var _ = require('lodash');
@@ -21,6 +22,7 @@ var optionKeys = [
'password',
'channel',
... | Add support for VBus-over-TCP wrapped in TLS. | danielwippermann_resol-vbus | train |
149424f4b72c5a5b005cd26acecb59739a19b5b0 | diff --git a/lib/active_record/connection_adapters/oracle_enhanced_jdbc_connection.rb b/lib/active_record/connection_adapters/oracle_enhanced_jdbc_connection.rb
index <HASH>..<HASH> 100644
--- a/lib/active_record/connection_adapters/oracle_enhanced_jdbc_connection.rb
+++ b/lib/active_record/connection_adapters/oracle_e... | fixes to JRuby/JDBC describe and get_ruby_value_from_result_set methods to pass ActiveRecord unit tests | rsim_oracle-enhanced | train |
855421e29a3b872d629b09991b4e0631eea6318d | diff --git a/nipap/nipap/backend.py b/nipap/nipap/backend.py
index <HASH>..<HASH> 100644
--- a/nipap/nipap/backend.py
+++ b/nipap/nipap/backend.py
@@ -1449,20 +1449,26 @@ class Nipap:
if query['val1'] not in pool_attr:
raise NipapInputError('Search variable \'%s\' unknown' % str(query['val... | backend: fix SQL expand of pool query for tags
Match and handle the equals_any operator correctly when expanding
dictSQL to SQL so that we can use it for matching on tags!
Fixes #<I>. | SpriteLink_NIPAP | train |
845248565510f5c6ba92dbd3b7405ae3bbb16b14 | diff --git a/librarypaste/librarypaste.py b/librarypaste/librarypaste.py
index <HASH>..<HASH> 100755
--- a/librarypaste/librarypaste.py
+++ b/librarypaste/librarypaste.py
@@ -4,6 +4,7 @@
import os
import argparse
+import yaml
import cherrypy
import jsonstore
@@ -14,8 +15,24 @@ def get_args():
parser = argp... | Added support for deploying the app via YAML config | yougov_librarypaste | train |
714594ddca8ac7192639cb9d3683217e28f3ec5f | diff --git a/resources/lang/hu-HU/setup.php b/resources/lang/hu-HU/setup.php
index <HASH>..<HASH> 100644
--- a/resources/lang/hu-HU/setup.php
+++ b/resources/lang/hu-HU/setup.php
@@ -10,14 +10,14 @@
*/
return [
- 'setup' => 'Telepítés',
- 'title' => 'Cachet telepítése',
- 'service_... | New translations setup.php (Hungarian) | CachetHQ_Cachet | train |
b6bda83c9b93d982ec5dca26fdfa2a15637d06ab | diff --git a/spec/site_prism/element_spec.rb b/spec/site_prism/element_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/site_prism/element_spec.rb
+++ b/spec/site_prism/element_spec.rb
@@ -1,6 +1,9 @@
# frozen_string_literal: true
describe 'Element' do
+ # This stops the stdout process leaking between tests
+ befor... | Initial work. Completed unit tests for code coverage for 0/1/invalid recursion | natritmeyer_site_prism | train |
82f487c4bb58f952e980b22bc4d74f5359b02228 | diff --git a/extensions/tags/js/src/components/tag-nav-item.js b/extensions/tags/js/src/components/tag-nav-item.js
index <HASH>..<HASH> 100644
--- a/extensions/tags/js/src/components/tag-nav-item.js
+++ b/extensions/tags/js/src/components/tag-nav-item.js
@@ -19,7 +19,12 @@ export default class TagNavItem extends NavIte... | Don't destroy discussion list in case of a redraw | flarum_core | train |
c3534c0a426577b14b710d7b2e42fd5252391309 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -67,7 +67,9 @@ export default class BunyanStdoutStream {
return this.config.colors.object.system('Function');
}
- if (variable instanceof BSON.ObjectId) {
+ if (variable instanceof BSON.ObjectId ||... | fix(src/index.js): fix ObjectId recognize of different verison of bson | Goodluckhf_BunyanStdoutStream | train |
660a5ef201d235259ff34eed94e9e3c47e2ac4fa | diff --git a/skyfield/sgp4lib.py b/skyfield/sgp4lib.py
index <HASH>..<HASH> 100644
--- a/skyfield/sgp4lib.py
+++ b/skyfield/sgp4lib.py
@@ -189,7 +189,12 @@ class EarthSatellite(VectorFunction):
half_second = 0.5 / DAY_S
orbits_per_minute = self.model.no_kozai / tau
orbits_per_day = 24 * 60 * ... | Fix #<I> by protecting against zero orbits per day
Otherwise, the user gets `ZeroDivisionError: float division by zero`. | skyfielders_python-skyfield | train |
2103ea4ddedc59d14322fd0fc34c8a9928256551 | diff --git a/staging/src/k8s.io/kubectl/pkg/cmd/apply/apply.go b/staging/src/k8s.io/kubectl/pkg/cmd/apply/apply.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/kubectl/pkg/cmd/apply/apply.go
+++ b/staging/src/k8s.io/kubectl/pkg/cmd/apply/apply.go
@@ -374,10 +374,13 @@ func (o *ApplyOptions) Run() error {
var ... | Changes Visit() to Infos() in apply to keep slice of objects | kubernetes_kubernetes | train |
d17e3c56ba4287fd4ab0d0bf6e02bcbd382cdc40 | diff --git a/Form/Renderer/FormRenderer.php b/Form/Renderer/FormRenderer.php
index <HASH>..<HASH> 100644
--- a/Form/Renderer/FormRenderer.php
+++ b/Form/Renderer/FormRenderer.php
@@ -49,7 +49,7 @@ final class FormRenderer {
if (true === ($option instanceof AlphabeticalTreeSortInterface)) {
$multip... | Use 2 characters for indent Alphabetical tree sort | webeweb_core-library | train |
fcae338abc85707dd62916fee7b8b6dc9ae783ae | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -127,7 +127,8 @@ async function visualize ({ visualizeOnly, treeDebug, workingDir, title, mapFram
ticks,
inlined,
pid,
- folder
+ folder,
+ pathToNodeBinary
})
return file | Fix binary path not found
When running the visulization step the binary path was not passed
through properly. This is now fixed. | davidmarkclements_0x | train |
f389035e3071a48e8664037694f455e2625c8bf5 | diff --git a/src/main/resources/META-INF/resources/primefaces/datatable/datatable.js b/src/main/resources/META-INF/resources/primefaces/datatable/datatable.js
index <HASH>..<HASH> 100644
--- a/src/main/resources/META-INF/resources/primefaces/datatable/datatable.js
+++ b/src/main/resources/META-INF/resources/primefaces/... | add missing $this (#<I>) | primefaces_primefaces | train |
bbf7edc9f0cb6f33627e0fe299c1b1a11bf09246 | diff --git a/app/templates/src/main/java/package/security/_SecurityUtils.java b/app/templates/src/main/java/package/security/_SecurityUtils.java
index <HASH>..<HASH> 100644
--- a/app/templates/src/main/java/package/security/_SecurityUtils.java
+++ b/app/templates/src/main/java/package/security/_SecurityUtils.java
@@ -5... | Remove currentUser method, as for JWT authentication there is no "User" object | jhipster_generator-jhipster | train |
03cc5f990b08e1d62b71c5a103d43bdbf48cf8fb | diff --git a/test.py b/test.py
index <HASH>..<HASH> 100644
--- a/test.py
+++ b/test.py
@@ -105,7 +105,7 @@ class TestFifoLock(unittest.TestCase):
self.assertEqual(acquisition_history[1], [True, True])
@async_test
- async def test_mode_can_be_reused(self):
+ async def test_mutex_mode_can_be_reused(... | (tests,refactor) Tests start with name of lock | michalc_fifolock | train |
f56474307a0e920ce57855c511ecd9287c0f6bf2 | diff --git a/openquake/calculators/base.py b/openquake/calculators/base.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/base.py
+++ b/openquake/calculators/base.py
@@ -97,6 +97,16 @@ def fix_ones(pmap):
return pmap
+def build_weights(realizations, imt_dt):
+ """
+ :returns: an array with the r... | Saved csm_info/weights
Former-commit-id: 7ac6c4ba9ce4a<I>ae<I>d<I>dc<I>e<I> [formerly be7cce<I>bf1f<I>b<I>ea<I>da1fbb0b7]
Former-commit-id: 7d5d<I>de0b<I>a<I>d<I>b<I>fcc<I> | gem_oq-engine | train |
7579af6b0327a76fd1cad819256b5d91d0ef958c | diff --git a/daemon/cmdref.go b/daemon/cmdref.go
index <HASH>..<HASH> 100644
--- a/daemon/cmdref.go
+++ b/daemon/cmdref.go
@@ -16,22 +16,18 @@ package main
import (
"fmt"
- "os"
"strings"
- "github.com/cilium/cilium/pkg/option"
-
"github.com/spf13/cobra"
"github.com/spf13/cobra/doc"
)
-func genMarkdown(... | daemon: silence log messages during cmdref generation
Call genMarkdown as early as possible and extract the cmdref directory
directly from viper instead of letting initEnv populate all options
first. This avoids log messages related to kvstore when generating
cmdref.
Also move the os.Exit(0) into daemon_main.go so it... | cilium_cilium | train |
516dff06ee30ad6ea9f7078d49a87fbcf056c5a6 | diff --git a/src/base-apis.js b/src/base-apis.js
index <HASH>..<HASH> 100644
--- a/src/base-apis.js
+++ b/src/base-apis.js
@@ -1739,8 +1739,8 @@ MatrixBaseApis.prototype.registerWithIdentityServer = function(hsOpenIdToken) {
* @param {string} nextLink Optional If specified, the client will be redirected
* ... | Rename isAccessToken to identityAccessToken | matrix-org_matrix-js-sdk | train |
7244fb2647b1e96996c67dafe146bb3925696306 | diff --git a/Controller/UserController.php b/Controller/UserController.php
index <HASH>..<HASH> 100644
--- a/Controller/UserController.php
+++ b/Controller/UserController.php
@@ -248,12 +248,6 @@ class UserController extends Controller
public function resendActivationMail( Request $request )
{
- // i... | Allow activation mail feature even if auto_enable is on | netgen_site-bundle | train |
71399fa20d8a366f0377cfd9acc336dbfa7e37b2 | diff --git a/lib/agent/triggers/power/index.js b/lib/agent/triggers/power/index.js
index <HASH>..<HASH> 100644
--- a/lib/agent/triggers/power/index.js
+++ b/lib/agent/triggers/power/index.js
@@ -10,6 +10,9 @@ var check_battery_status = function() {
providers.get('battery_status', function(err, data){
if (err) r... | Logging on power trigger, for debugging. | prey_prey-node-client | train |
5eb2cf71c3bac7bc35540be621e36e2d3c0ca004 | diff --git a/packages/browser/test/integration/test.js b/packages/browser/test/integration/test.js
index <HASH>..<HASH> 100644
--- a/packages/browser/test/integration/test.js
+++ b/packages/browser/test/integration/test.js
@@ -400,25 +400,6 @@ describe('integration', function() {
);
});
- it('should NO... | test: Integration test for preserving wrap context | getsentry_sentry-javascript | train |
a08170975954862b247369a3fa77a8b7ff36595b | diff --git a/Router/EasyAdminRouter.php b/Router/EasyAdminRouter.php
index <HASH>..<HASH> 100644
--- a/Router/EasyAdminRouter.php
+++ b/Router/EasyAdminRouter.php
@@ -14,6 +14,7 @@ namespace JavierEguiluz\Bundle\EasyAdminBundle\Router;
use Doctrine\Common\Util\ClassUtils;
use JavierEguiluz\Bundle\EasyAdminBundle\Conf... | Add BC for SF <I> | EasyCorp_EasyAdminBundle | train |
1ba321c24912941434daef04106a418131d8793e | diff --git a/src/Api/Gitlab.php b/src/Api/Gitlab.php
index <HASH>..<HASH> 100644
--- a/src/Api/Gitlab.php
+++ b/src/Api/Gitlab.php
@@ -50,7 +50,7 @@ class Gitlab extends AbstractApi
public function __construct($origin, $hostname, $token)
{
// set the HTTP object and token
- $this->setHttp("htt... | Change gitlab protocol back to https
I didn't want to create a self-signed cert for local development
so I temporarily changes the protocol to http and forgot to change
it back. | producerphp_producer.producer | train |
731daf180a1dfec72433e9b0309b9966b888a295 | diff --git a/pkg/minikube/kubeconfig/extension.go b/pkg/minikube/kubeconfig/extension.go
index <HASH>..<HASH> 100644
--- a/pkg/minikube/kubeconfig/extension.go
+++ b/pkg/minikube/kubeconfig/extension.go
@@ -29,7 +29,7 @@ type Extension struct {
runtime.TypeMeta `json:",inline"`
Version string `json:"versio... | hyphen instead of underscore to match kubeconfig | kubernetes_minikube | train |
ff59e1dc43ea948b7eff30c38ffb62d5df2e3cf3 | diff --git a/test/high_availability/test_ha.py b/test/high_availability/test_ha.py
index <HASH>..<HASH> 100644
--- a/test/high_availability/test_ha.py
+++ b/test/high_availability/test_ha.py
@@ -117,7 +117,7 @@ class TestDirectConnection(unittest.TestCase):
try:
conn.pymongo_test.test.inse... | Avoid DeprecationWarnings in Python <I> (and only <I>) for using Exception.message property | mongodb_mongo-python-driver | train |
a247f1dd310754729cf35e4004ae2f9122f17e2d | diff --git a/.gitignore b/.gitignore
index <HASH>..<HASH> 100644
--- a/.gitignore
+++ b/.gitignore
@@ -102,3 +102,6 @@ ENV/
# PyCharm
.idea
+
+# Make
+Makefile
\ No newline at end of file
diff --git a/pylint_quotes/__init__.py b/pylint_quotes/__init__.py
index <HASH>..<HASH> 100644
--- a/pylint_quotes/__init__.py
+... | bugfix - when there were multiline function signatures, we were not finding the docstring line properly. | edaniszewski_pylint-quotes | train |
750194c3cdb969fd3c60d312f7763bbb32ad49c3 | diff --git a/src/Bluz/Application.php b/src/Bluz/Application.php
index <HASH>..<HASH> 100644
--- a/src/Bluz/Application.php
+++ b/src/Bluz/Application.php
@@ -640,6 +640,12 @@ class Application
$this->denied();
}
+ // check method(s)
+ if (isset($reflectionData['methods'])
+ ... | Added support @method annotation for controllers | bluzphp_framework | train |
15086016ff7bacd87759da2c2d8e3adf8415ec38 | diff --git a/src/Behat/Behat/Console/Command/BehatCommand.php b/src/Behat/Behat/Console/Command/BehatCommand.php
index <HASH>..<HASH> 100644
--- a/src/Behat/Behat/Console/Command/BehatCommand.php
+++ b/src/Behat/Behat/Console/Command/BehatCommand.php
@@ -145,7 +145,7 @@ class BehatCommand extends BaseCommand
... | Refactor dry-run impl to be more generic about purpose | Behat_Behat | train |
47aebcbe1c7d3f3a697d27fc64953f81eba0e4fa | diff --git a/tika/tika.py b/tika/tika.py
index <HASH>..<HASH> 100755
--- a/tika/tika.py
+++ b/tika/tika.py
@@ -637,7 +637,11 @@ def startServer(tikaServerJar, java_path = TikaJava, java_args = TikaJavaArgs, s
host = "0.0.0.0"
if classpath:
- classpath += ":" + tikaServerJar
+ if Windows:
+... | Fix for classpath functionality is broken on Windows <I> #<I> | chrismattmann_tika-python | train |
c8ac7b3bc209115dc48e2a78291b8b536a057acf | diff --git a/src/Type/Double.php b/src/Type/Double.php
index <HASH>..<HASH> 100644
--- a/src/Type/Double.php
+++ b/src/Type/Double.php
@@ -14,24 +14,6 @@ class Double implements \Datachore\TypeInterface
public function set($value)
{
- if (!is_numeric($value))
- {
- $oldvalue = $value;
- if (settype($value,... | Remove misguided attempts at checking Integer/Double values... | pwhelan_datachore | train |
cd11dd89d84943bc9aad75e2cbbae3140a48a7e3 | diff --git a/Middleware/VerifyCsrfToken.php b/Middleware/VerifyCsrfToken.php
index <HASH>..<HASH> 100644
--- a/Middleware/VerifyCsrfToken.php
+++ b/Middleware/VerifyCsrfToken.php
@@ -84,16 +84,12 @@ class VerifyCsrfToken
*/
protected function tokenMatches($request) : bool
{
- if (!isset( $_SESSION['_saini'... | ref: renamed session variables and cleaned up the logic | modulusphp_http | train |
c5cc71d7b8a843e66b5d0ba0473b9262521e36b3 | diff --git a/dist/dispatcher.js b/dist/dispatcher.js
index <HASH>..<HASH> 100644
--- a/dist/dispatcher.js
+++ b/dist/dispatcher.js
@@ -34,8 +34,8 @@
},
on: function (eventName, dependencies, listener) {
- // if(this.listeners(eventName) >= this._maxListeners)
- // return;
+ if(this.listener... | setMaxListeners implemented and tested | ozantunca_DispatcherJS | train |
4f7974f52231129e2fb8434815eb5132b4ee0567 | diff --git a/graylog2-server/src/main/java/org/graylog/security/shares/GranteeSharesService.java b/graylog2-server/src/main/java/org/graylog/security/shares/GranteeSharesService.java
index <HASH>..<HASH> 100644
--- a/graylog2-server/src/main/java/org/graylog/security/shares/GranteeSharesService.java
+++ b/graylog2-serv... | Add missing owners to entity descriptors | Graylog2_graylog2-server | train |
504db8283b767db734d62efe8b5e8b7a00a88aba | diff --git a/tests/device_tests/test_msg_signtx.py b/tests/device_tests/test_msg_signtx.py
index <HASH>..<HASH> 100644
--- a/tests/device_tests/test_msg_signtx.py
+++ b/tests/device_tests/test_msg_signtx.py
@@ -571,7 +571,7 @@ class TestMsgSigntx(common.TrezorTest):
self.assertEqual(binascii.hexlify(serialized... | add version and lock_time attributes to sign_tx function | trezor_python-trezor | train |
3f8906b1dad0f21f28926e3ac9d86a6680e7d006 | diff --git a/examples/hacker_news_assets/hacker_news_assets_tests/test_resources/test_snowflake_io_manager.py b/examples/hacker_news_assets/hacker_news_assets_tests/test_resources/test_snowflake_io_manager.py
index <HASH>..<HASH> 100644
--- a/examples/hacker_news_assets/hacker_news_assets_tests/test_resources/test_snow... | fix failing hacker_news_assets test (#<I>) | dagster-io_dagster | train |
f547f41efd76e6955f391afb0e6f4b5c7abeb6cf | diff --git a/src/plugin.js b/src/plugin.js
index <HASH>..<HASH> 100644
--- a/src/plugin.js
+++ b/src/plugin.js
@@ -373,7 +373,7 @@ export default function plugin() {
cssState.styles.set(style.absoluteFilePath, style);
if (pluginOptions.generateInterpolations)
- style.code = `{${importId.nam... | fix: loader dynamic interpolations | 4Catalyzer_astroturf | train |
9f258c034857315fd3fbf6a89f08096c07ee8a09 | diff --git a/lib/pkgcloud/azure/compute/server.js b/lib/pkgcloud/azure/compute/server.js
index <HASH>..<HASH> 100644
--- a/lib/pkgcloud/azure/compute/server.js
+++ b/lib/pkgcloud/azure/compute/server.js
@@ -105,10 +105,10 @@ Server.prototype._setProperties = function (details) {
var addresses = { private: [], public... | fixed public ip address for azure vm | pkgcloud_pkgcloud | train |
ea8be4ff842f44600a1d64130bb26e0ff545c715 | diff --git a/crispy/gui/quanty.py b/crispy/gui/quanty.py
index <HASH>..<HASH> 100644
--- a/crispy/gui/quanty.py
+++ b/crispy/gui/quanty.py
@@ -356,7 +356,7 @@ class QuantyDockWidget(QDockWidget):
else:
value = float(value)
key = '${0:s}_{1:s}'.format(pa... | Reduce the number of significant digits for the values written to the input | mretegan_crispy | train |
b28516604d86b552ed5454e7457eedbe10fe1b4a | diff --git a/lib/generators/breakfast/install_generator.rb b/lib/generators/breakfast/install_generator.rb
index <HASH>..<HASH> 100644
--- a/lib/generators/breakfast/install_generator.rb
+++ b/lib/generators/breakfast/install_generator.rb
@@ -4,8 +4,8 @@ module Breakfast
module Generators
class InstallGenerator... | Use Gem::Version to compare semantic versions.
Comparing Ruby strings is not a reliable way to do semantic version
comparison. | devlocker_breakfast | train |
c483f2b460dcdabf474ee48c6114059b48decb9c | diff --git a/nunaliit2-js/src/main/js/nunaliit2/tuio/tuioclient.js b/nunaliit2-js/src/main/js/nunaliit2/tuio/tuioclient.js
index <HASH>..<HASH> 100644
--- a/nunaliit2-js/src/main/js/nunaliit2/tuio/tuioclient.js
+++ b/nunaliit2-js/src/main/js/nunaliit2/tuio/tuioclient.js
@@ -606,6 +606,12 @@
// console.log(eventType ... | Fix zoom in and out buttons via TUIO | GCRC_nunaliit | train |
6b929019c89f4d32326da5cb87789e6442a851a0 | diff --git a/lang/fr/lesson.php b/lang/fr/lesson.php
index <HASH>..<HASH> 100644
--- a/lang/fr/lesson.php
+++ b/lang/fr/lesson.php
@@ -129,8 +129,11 @@ $string['maximumnumberofanswersbranches'] = 'Nombre maximal de r
$string['maximumnumberofattempts'] = 'Nombre maximal de tentatives';
$string['maxtime'] = 'Dur�e maxi... | Few lang entries for the new features for media file | moodle_moodle | train |
5e4713da295426396d2ba6047e95fb159ea6d6a0 | diff --git a/lib/classes/API/V1/adapter.php b/lib/classes/API/V1/adapter.php
index <HASH>..<HASH> 100644
--- a/lib/classes/API/V1/adapter.php
+++ b/lib/classes/API/V1/adapter.php
@@ -2063,13 +2063,19 @@ class API_V1_adapter extends API_V1_Abstract
* @param $email
* @return API_V1_result
*/
- public... | Prevent user from setting email that is already used as login | alchemy-fr_Phraseanet | train |
6dce3472fe05def72255158a9f749c563c06ecbf | diff --git a/tcconfig/traffic_control.py b/tcconfig/traffic_control.py
index <HASH>..<HASH> 100644
--- a/tcconfig/traffic_control.py
+++ b/tcconfig/traffic_control.py
@@ -21,9 +21,7 @@ class TrafficDirection:
class TrafficControl(object):
- __OUT_DEVICE_QDISC_MAJOR_ID = 1
__OUT_DEVICE_QDISC_MINOR_ID = 1
- ... | Fix tcset: failed to incoming filtering for multiple network interfaces | thombashi_tcconfig | train |
f974f4fcec3330d5cd196108b5e5b43f49a5eb69 | diff --git a/app/controllers/switch_user_controller.rb b/app/controllers/switch_user_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/switch_user_controller.rb
+++ b/app/controllers/switch_user_controller.rb
@@ -29,4 +29,18 @@ class SwitchUserController < ApplicationController
end
end
... | handle authlogic login and logout | flyerhzm_switch_user | train |
cfa232741d4bc6bb1c45c03458973b1f933ef803 | diff --git a/web.go b/web.go
index <HASH>..<HASH> 100644
--- a/web.go
+++ b/web.go
@@ -83,55 +83,79 @@ func GetHealthHandler(rw http.ResponseWriter, r *http.Request) {
func GetBackendsHandler(rw http.ResponseWriter, r *http.Request) {
vars := mux.Vars(r)
- templatesRenderer.JSON(rw, http.StatusOK, currentConfigura... | Adding error checks to REST calls | containous_traefik | train |
b8bbb7b932d8c1b7524d8fcd6d2b30427cba4cc4 | diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/datasource/ShardingDataSource.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/datasource/ShardingDataSource.java
index <HASH>..<HASH> 100644
--- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/datasource/Shardin... | delete getRawDataSourceMap | apache_incubator-shardingsphere | train |
58a087b9f32bccce35259d3d13b787ed6fa890d9 | diff --git a/raiden/api/rest.py b/raiden/api/rest.py
index <HASH>..<HASH> 100644
--- a/raiden/api/rest.py
+++ b/raiden/api/rest.py
@@ -553,11 +553,14 @@ class RestAPI:
return api_response(result=normalize_events_list(raiden_service_result))
def get_channel(self, registry_address, token_address, partner_... | Catch and report ChannelNotFound exception | raiden-network_raiden | train |
b28da5ce11a278b92bd055638d653aced0793c2e | diff --git a/src/Frame/Config.php b/src/Frame/Config.php
index <HASH>..<HASH> 100644
--- a/src/Frame/Config.php
+++ b/src/Frame/Config.php
@@ -33,6 +33,17 @@ class Config {
}
/**
+ * Check if key exists
+ *
+ * @param $key
+ *
+ * @return bool
+ */
+ public function exists($key) {... | Don't load database if we don't need it. | Axxim_Frame | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.