hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
df31a8505bafd645e8a10123bee0819fb565bb9f | diff --git a/.gitignore b/.gitignore
index <HASH>..<HASH> 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,11 @@
-venv3
+venv3/
+venv/
.mypy_cache/
-.idea
+.idea/
*.pyc
.precommit_hashes
*.egg-info
-.tox
+.tox/
dist/
.coverage
htmlcov
diff --git a/icontract/_checkers.py b/icontract/_checkers.py
index <HASH>.... | updated to pylint <I> (#<I>) | Parquery_icontract | train |
3a3d2f4e137c5f8ff38a54af29d3be454357bb19 | diff --git a/Integration/ClientIntegration.php b/Integration/ClientIntegration.php
index <HASH>..<HASH> 100644
--- a/Integration/ClientIntegration.php
+++ b/Integration/ClientIntegration.php
@@ -247,14 +247,14 @@ class ClientIntegration extends AbstractIntegration
/** @var Contact $contactModel */
... | Drop lead event logging.
Till I better understand this… | TheDMSGroup_mautic-contact-client | train |
eaef89294ce7cc576e5daaa0bf8e4ab67fe0ac1b | diff --git a/library/CM/Model/SplittestVariation.php b/library/CM/Model/SplittestVariation.php
index <HASH>..<HASH> 100644
--- a/library/CM/Model/SplittestVariation.php
+++ b/library/CM/Model/SplittestVariation.php
@@ -37,16 +37,16 @@ class CM_Model_SplittestVariation extends CM_Model_Abstract {
* @return int
*/
... | Renamed "$data" to "$aggregationData" further | cargomedia_cm | train |
8fe92983e07cb75bf45394ddd95ee5019db6faf2 | diff --git a/packages/transform-dataresource/src/css/react-table.js b/packages/transform-dataresource/src/css/react-table.js
index <HASH>..<HASH> 100644
--- a/packages/transform-dataresource/src/css/react-table.js
+++ b/packages/transform-dataresource/src/css/react-table.js
@@ -263,8 +263,14 @@ export default css.globa... | Change data explorer to better match dark theme | nteract_nteract | train |
fd59bf00e3caf7732b3246eec8c61f149e3caaca | diff --git a/kmapper/plotlyviz.py b/kmapper/plotlyviz.py
index <HASH>..<HASH> 100644
--- a/kmapper/plotlyviz.py
+++ b/kmapper/plotlyviz.py
@@ -1,14 +1,24 @@
from __future__ import division
+from ast import literal_eval
+
from .visuals import (init_color_function,
_size_node,
... | organize imports and ensure secondary libraries are installed | scikit-tda_kepler-mapper | train |
445a979e30b03e9d2a3412fa5d82dd9f3ea148e7 | diff --git a/archunit/src/main/java/com/tngtech/archunit/library/Architectures.java b/archunit/src/main/java/com/tngtech/archunit/library/Architectures.java
index <HASH>..<HASH> 100644
--- a/archunit/src/main/java/com/tngtech/archunit/library/Architectures.java
+++ b/archunit/src/main/java/com/tngtech/archunit/library/... | allow for empty layers in OnionArchitecture (#<I>) | TNG_ArchUnit | train |
82ae533f2aabe7cb4ca4ca98d02998b745e9bbb3 | diff --git a/cake/tests/cases/console/libs/tasks/fixture.test.php b/cake/tests/cases/console/libs/tasks/fixture.test.php
index <HASH>..<HASH> 100644
--- a/cake/tests/cases/console/libs/tasks/fixture.test.php
+++ b/cake/tests/cases/console/libs/tasks/fixture.test.php
@@ -341,10 +341,10 @@ class FixtureTaskTest extends C... | Updating FixtureTest to account for removal of ?> in templates. | cakephp_cakephp | train |
c4f67bfa577a1f5ca3fd21df49dd640b922e8602 | diff --git a/packages/babel-register/src/node.js b/packages/babel-register/src/node.js
index <HASH>..<HASH> 100644
--- a/packages/babel-register/src/node.js
+++ b/packages/babel-register/src/node.js
@@ -101,7 +101,6 @@ function hookExtensions(exts) {
export function revert() {
if (piratesRevert) piratesRevert();
... | Leave it to users to clear the require cache if they want to. | babel_babel | train |
0535fa46fd93592f87c3bb73771391a60b454cbf | diff --git a/udata/core/dataset/models.py b/udata/core/dataset/models.py
index <HASH>..<HASH> 100644
--- a/udata/core/dataset/models.py
+++ b/udata/core/dataset/models.py
@@ -250,7 +250,7 @@ class ResourceMixin(object):
if not isinstance(check_date, datetime):
try:
che... | Protect Resource.need_check against int value (#<I>) | opendatateam_udata | train |
6a5e5360c9fbe21477d5383758c940e71803ac7b | diff --git a/tasks/digest.js b/tasks/digest.js
index <HASH>..<HASH> 100644
--- a/tasks/digest.js
+++ b/tasks/digest.js
@@ -45,7 +45,7 @@ module.exports = function(grunt) {
data = grunt.file.read(filepath);
digest = crypto.createHash(options.algorithm).update(data).digest('hex');
fileDigest = [base,... | Fix the case when digested files are in a subdirectory | zendesk_grunt-digest | train |
a12b97b9188baeec6cbf987d9cb280c884966243 | diff --git a/tasks/helpers/git-helper.js b/tasks/helpers/git-helper.js
index <HASH>..<HASH> 100644
--- a/tasks/helpers/git-helper.js
+++ b/tasks/helpers/git-helper.js
@@ -30,7 +30,7 @@ export default class GitHelper {
.map(l => [l.substr(0, l.indexOf(' ')), l.substr(l.indexOf(' ') + 1)])
.filter(([sha]) =... | Escape less-than/greater-than characters in changelog commit messages | pivotal-cf_pivotal-ui | train |
312371475f0e893bcef43bdbbe024b1a1e4cf703 | diff --git a/OrgLinkoScope.php b/OrgLinkoScope.php
index <HASH>..<HASH> 100755
--- a/OrgLinkoScope.php
+++ b/OrgLinkoScope.php
@@ -148,7 +148,7 @@ class OrgLinkoScope implements iLinkoScope
public function getComments($postId)
{
- $sort = ['orderby' => 'karma'];
+ $sort = ['orderby' => 'ka... | Use special comment type for linkoscope comments
This will allow us to seperate linkoscope specfic comments from regular comments | ShortCirquit_LinkoScopeApi | train |
a4982a8dc25967e07f86f2d5b8885f3df709118b | diff --git a/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php b/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
+++ b/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
@@ -3347,20 +3347,24 @@ class ClassMetadataInfo implements ClassMetadata
... | DDC-<I> - handling partial initialization of the class as expected (class metadata may not hold reflection class after wakeup) | doctrine_orm | train |
8246c253ecec273e9477e28c634272c8b5f851e4 | diff --git a/src/DemoModeController.php b/src/DemoModeController.php
index <HASH>..<HASH> 100644
--- a/src/DemoModeController.php
+++ b/src/DemoModeController.php
@@ -18,6 +18,10 @@ class DemoModeController extends \Illuminate\Routing\Controller
public function catchFallback(Request $request): RedirectResponse
... | fix for last comment in issue #<I> (#<I>)
* fix for last comment in issue #<I>
* improvement of names | spatie_laravel-demo-mode | train |
8f1d1aab7c0f16e3caa14909c8b70a842f9754a6 | diff --git a/charmhelpers/fetch/giturl.py b/charmhelpers/fetch/giturl.py
index <HASH>..<HASH> 100644
--- a/charmhelpers/fetch/giturl.py
+++ b/charmhelpers/fetch/giturl.py
@@ -21,10 +21,6 @@ from charmhelpers.fetch import (
)
from charmhelpers.core.host import mkdir
-import six
-if six.PY3:
- raise ImportError('G... | Python 3 has been supported by GitPython for about a year
<URL> | juju_charm-helpers | train |
6def36744aeff7e33f7f7f7c5c7ddb0ba9601bc3 | diff --git a/src/Repository.php b/src/Repository.php
index <HASH>..<HASH> 100644
--- a/src/Repository.php
+++ b/src/Repository.php
@@ -2,6 +2,7 @@
namespace Optimus\Database\Eloquent;
+use Illuminate\Database\DatabaseManager;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Collection;
... | add database as a dependency to repositories | esbenp_genie | train |
4dac2c03fb758f8401d6c5a20a2c40a565c12b82 | diff --git a/dist/howler.js b/dist/howler.js
index <HASH>..<HASH> 100644
--- a/dist/howler.js
+++ b/dist/howler.js
@@ -200,7 +200,12 @@
*/
_setupCodecs: function() {
var self = this || Howler;
- var audioTest = (typeof Audio !== 'undefined') ? new Audio() : null;
+ try {
+ var audioTe... | Fix IE<I> issue in enhanced security mode on TerminalServer. | goldfire_howler.js | train |
bf213f79afb73e7b3017dafe80be299fbda38b15 | diff --git a/src/samples/java/ex/MRC_Sample.java b/src/samples/java/ex/MRC_Sample.java
index <HASH>..<HASH> 100755
--- a/src/samples/java/ex/MRC_Sample.java
+++ b/src/samples/java/ex/MRC_Sample.java
@@ -1,4 +1,5 @@
package ex;
+
import java.awt.Component;
import java.util.Collection;
import java.util.Iterator;
@@ -... | add another fp for MRC | mebigfatguy_fb-contrib | train |
7d449e516d56fe16bb0c0cf45679515c5c294e75 | diff --git a/src/de/lmu/ifi/dbs/elki/index/lsh/InMemoryLSHIndex.java b/src/de/lmu/ifi/dbs/elki/index/lsh/InMemoryLSHIndex.java
index <HASH>..<HASH> 100644
--- a/src/de/lmu/ifi/dbs/elki/index/lsh/InMemoryLSHIndex.java
+++ b/src/de/lmu/ifi/dbs/elki/index/lsh/InMemoryLSHIndex.java
@@ -52,9 +52,7 @@ import de.lmu.ifi.dbs.e... | Improve statistics for LSH slightly. The average is uninteresting, it's datasetsize / buckets. | elki-project_elki | train |
61bf8a6a2009b7fb88173ed454c77fb8013b8852 | diff --git a/github/timestamp_test.go b/github/timestamp_test.go
index <HASH>..<HASH> 100644
--- a/github/timestamp_test.go
+++ b/github/timestamp_test.go
@@ -58,7 +58,7 @@ func TestTimestamp_Unmarshal(t *testing.T) {
equal bool
}{
{"Reference", referenceTimeStr, Timestamp{referenceTime}, false, true},
- {"R... | Use referenceUnixTimeStr const in tests. (#<I>)
It's already declared and used elsewhere; no reason not to use it here. | google_go-github | train |
9fb2e7653560135bb66aac3154d0d74f7664a664 | diff --git a/src/collection/element.js b/src/collection/element.js
index <HASH>..<HASH> 100644
--- a/src/collection/element.js
+++ b/src/collection/element.js
@@ -105,7 +105,7 @@ let Element = function( cy, params, restore ){
if( bypass ){
util.warn('Setting a `style` bypass at element creation is deprecated');... | Fix for the style disabled test case for #<I>
The init code shouldn't be using `cy.style()` directly without checking whether style is enabled. So, it's better to just use `this.style()`, which already includes the check.
Ref #<I> #<I> | cytoscape_cytoscape.js | train |
5887ef466ba97396ce83249d6bbfc88209617214 | diff --git a/CHANGES.rst b/CHANGES.rst
index <HASH>..<HASH> 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,7 @@
- [NEW] Added support for Cloudant Search index management.
- [NEW] Added support for managing and querying list functions.
- [NEW] Added ``rewrites`` accessor property for URL rewriting.
+- [NEW] A... | Added support for info and search_info endpoints in design document
- Added unit tests in DesignDocumentTests | cloudant_python-cloudant | train |
2735b9cf97947cd0a59b0b72264d865598380879 | diff --git a/guides/rails_guides/markdown.rb b/guides/rails_guides/markdown.rb
index <HASH>..<HASH> 100644
--- a/guides/rails_guides/markdown.rb
+++ b/guides/rails_guides/markdown.rb
@@ -47,7 +47,12 @@ module RailsGuides
end
def dom_id_text(text)
- text.downcase.gsub(/\?/, '-questionmark').gsub(/... | Fix guide anchor generation logic.
This could use in any translation because it's not limited to `[^a-z0-9]`.
Verify after this change, all guides still have same anchors.
[Robin Dupret & Juanito Fatas] | rails_rails | train |
388abbb6efb39cc588c9e7da94a4c2c50e7ecd52 | diff --git a/dscan/droopescan.py b/dscan/droopescan.py
index <HASH>..<HASH> 100755
--- a/dscan/droopescan.py
+++ b/dscan/droopescan.py
@@ -33,6 +33,7 @@ class DroopeScan(foundation.CementApp):
class Meta:
label = 'droopescan'
base_controller = DroopeScanBase
+ exit_on_close = False
def ... | Update cement to version <I>.x. | droope_droopescan | train |
b8aad0e71e254bfd3567ab65fe7a8f075262f2a7 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -29,7 +29,7 @@ function StreamMatch (t, command, opts) {
})
function checkDone () {
- if (self.stdout.pending === 0 && self.stderr.pending === 0) {
+ if (self.opts.exitCode === undefined && self.stdout.pending ==... | Fix race preventing output match and exit code check in same test.
When we have no more output matching (with, e.g., st.stdout.match) to
do, we kill the process. However, if the process has not yet
completed, and we have a pending exit code check, the process may be
killed before exiting. Thus, when we have a pending... | maxogden_tape-spawn | train |
4cb28f64ea2e670e3dd65b6cadc116bdcda2d3ba | diff --git a/pkg/kubelet/prober/prober.go b/pkg/kubelet/prober/prober.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/prober/prober.go
+++ b/pkg/kubelet/prober/prober.go
@@ -80,6 +80,20 @@ func newProber(
}
}
+// recordContainerEvent should be used by the prober for all container related events.
+func (pb *prober... | Fixes for the `No ref for container` in probes after kubelet restart | kubernetes_kubernetes | train |
d3d54467baecdb7de5e9022cf55faf409829301b | diff --git a/salt/cloud/clouds/azurearm.py b/salt/cloud/clouds/azurearm.py
index <HASH>..<HASH> 100644
--- a/salt/cloud/clouds/azurearm.py
+++ b/salt/cloud/clouds/azurearm.py
@@ -372,7 +372,7 @@ def avail_sizes(call=None): # pylint: disable=unused-argument
def list_nodes(conn=None, call=None): # pylint: disable=un... | Fix #<I> list nodes in active provider only | saltstack_salt | train |
c13ff84efeb5f0c9fa60e05be6952a0c009ee7a4 | diff --git a/imgsizer.py b/imgsizer.py
index <HASH>..<HASH> 100755
--- a/imgsizer.py
+++ b/imgsizer.py
@@ -187,12 +187,12 @@ class ImgSizer(object):
class ImgSizerAppMixin(object):
- base_config = dict(
- imgsizer_path=[],
- imgsizer_maxage=3600,
- imgsizer_cache_dir='/tmp',
- im... | App.config is not built via mro magic. | mikeboers_Flask-Images | train |
f491a12d682832e04ef75cc3cf32fe7d29c2a236 | diff --git a/lib/flor/pcore/iterator.rb b/lib/flor/pcore/iterator.rb
index <HASH>..<HASH> 100644
--- a/lib/flor/pcore/iterator.rb
+++ b/lib/flor/pcore/iterator.rb
@@ -26,6 +26,13 @@ class Flor::Pro::Iterator < Flor::Procedure
end
end
+ def add
+
+ @node['col'].concat(message['elements'])
+
+ []
+ end
... | Enable #add_iterator for "for-each" | floraison_flor | train |
3df208c93a2ce06d64fc22083837d5b74991d0f6 | diff --git a/pytorch_transformers/tests/tokenization_tests_commons.py b/pytorch_transformers/tests/tokenization_tests_commons.py
index <HASH>..<HASH> 100644
--- a/pytorch_transformers/tests/tokenization_tests_commons.py
+++ b/pytorch_transformers/tests/tokenization_tests_commons.py
@@ -263,3 +263,10 @@ class CommonTest... | Tokenizer accepts token list as well as string | huggingface_pytorch-pretrained-BERT | train |
6c651b4ab2addf299ceef26f9b2f0be78e945d24 | diff --git a/python/ccxt/base/exchange.py b/python/ccxt/base/exchange.py
index <HASH>..<HASH> 100644
--- a/python/ccxt/base/exchange.py
+++ b/python/ccxt/base/exchange.py
@@ -1533,15 +1533,15 @@ class Exchange(object):
def parse_timeframe(timeframe):
amount = int(timeframe[0:-1])
unit = timeframe... | python: parse_timeframe: testing for equality is more accurate | ccxt_ccxt | train |
5a32568f58c216de9238c02d5d2f9278dcada225 | diff --git a/src/aspectlib/debug.py b/src/aspectlib/debug.py
index <HASH>..<HASH> 100644
--- a/src/aspectlib/debug.py
+++ b/src/aspectlib/debug.py
@@ -158,7 +158,7 @@ def log(func=None,
logger.critical('Failed to log a message: %s', exc, exc_info=True)
class __logged__(Aspect):
- __slots__ = ... | Add support for weakref in aspectlib.debug.log. Fixes #1. | ionelmc_python-aspectlib | train |
e64d4039d078ee28c0ba8c5bee10070c8bb95d90 | diff --git a/lib/express/server.js b/lib/express/server.js
index <HASH>..<HASH> 100644
--- a/lib/express/server.js
+++ b/lib/express/server.js
@@ -14,7 +14,8 @@ var url = require('url')
, connect = require('connect')
, utils = connect.utils
, queryString = require('querystring')
- , router = require('connect'... | Generating methods based on connect.router.methods | expressjs_express | train |
ca52c546feb2e55a92ce589a2db4eeb135196227 | diff --git a/src/zkey_export_bellman.js b/src/zkey_export_bellman.js
index <HASH>..<HASH> 100644
--- a/src/zkey_export_bellman.js
+++ b/src/zkey_export_bellman.js
@@ -1,7 +1,7 @@
const binFileUtils = require("./binfileutils");
const zkeyUtils = require("./zkey_utils");
-const fastFile = require("fastFile");
+const ... | fix upercase in fastFile | iden3_snarkjs | train |
3cdc98dbb43819099edf5a9e0cc3e9a31851e786 | diff --git a/serverdensity/__init__.py b/serverdensity/__init__.py
index <HASH>..<HASH> 100755
--- a/serverdensity/__init__.py
+++ b/serverdensity/__init__.py
@@ -3,6 +3,6 @@ from serverdensity.response import Response
__author__ = 'Jonathan Sundqvist'
__email__ = 'hello@serverdensity.com'
-__version__ = '0.1.24'
+... | Fix alerts triggered call in wrapper | serverdensity_sd-python-wrapper | train |
bf5c59dea7b12797edf16500d3aebe5560a853c5 | diff --git a/future/tests/test_builtins.py b/future/tests/test_builtins.py
index <HASH>..<HASH> 100644
--- a/future/tests/test_builtins.py
+++ b/future/tests/test_builtins.py
@@ -61,6 +61,25 @@ class TestBuiltins(unittest.TestCase):
self.assertTrue(isinstance(u'string', str))
self.assertFalse(isinstan... | Add tests for isinstance(x, tuple_of_types) | PythonCharmers_python-future | train |
098575c33c951e2009638a06454df46b50766b01 | diff --git a/version.go b/version.go
index <HASH>..<HASH> 100644
--- a/version.go
+++ b/version.go
@@ -23,7 +23,7 @@ const VersionRegexpRaw string = `([0-9]+(\.[0-9]+){0,2})` +
type Version struct {
metadata string
pre string
- segments []int
+ segments []int64
si int
}
@@ -40,16 +40,16 @@ func New... | Need to be able to have version numbers be int<I>. Weird, but chef allows really really big numbers there. | hashicorp_go-version | train |
2e835a033b3cd24a7c9e4e5cffe0223949442215 | diff --git a/acceptance/tests/modules/install/with_version.rb b/acceptance/tests/modules/install/with_version.rb
index <HASH>..<HASH> 100644
--- a/acceptance/tests/modules/install/with_version.rb
+++ b/acceptance/tests/modules/install/with_version.rb
@@ -19,7 +19,9 @@ agents.each do |agent|
step " install module '#... | (MAINT) updates tests to work with beaker 2.x
- changes in beaker 2.x broke a few tests, update tests to function
correctly with new beaker while maintaining backwards compatability | puppetlabs_puppet | train |
f78ed031c9fa95e3811410603245ade314e2269f | diff --git a/includes/os/class.WINNT.inc.php b/includes/os/class.WINNT.inc.php
index <HASH>..<HASH> 100644
--- a/includes/os/class.WINNT.inc.php
+++ b/includes/os/class.WINNT.inc.php
@@ -922,6 +922,7 @@ class WINNT extends OS
$kernel .= ' SP'.$buffer[0]['ServicePackMajorVersion'];
}
... | <I>-bit on <I>-bit CPU | phpsysinfo_phpsysinfo | train |
f7aaebdb5d25b7711646ca8698171f0d8b263b96 | diff --git a/queryset_sequence.py b/queryset_sequence.py
index <HASH>..<HASH> 100644
--- a/queryset_sequence.py
+++ b/queryset_sequence.py
@@ -511,16 +511,21 @@ class QuerySetSequence(six.with_metaclass(PartialInheritanceMeta, QuerySet)):
"Cannot filter a query once a slice has been taken."
cl... | Don't modify dict during iteration. | percipient_django-querysetsequence | train |
589a7c0edd8865d45faa1fb45f61a9464890d5f6 | diff --git a/website/try/dynamic.js b/website/try/dynamic.js
index <HASH>..<HASH> 100755
--- a/website/try/dynamic.js
+++ b/website/try/dynamic.js
@@ -60,6 +60,9 @@ intervals.watch(console.log)
logs.watch(realmLog, (logs, log) => {
logs.push(log)
})
+
+logs.on(realmStatus, (logs, {active}) => active ? [] : [...log... | Update logs on realmStatus | zerobias_effector | train |
240bc19145f07eac59372c940a715d7f18a132cd | diff --git a/lib/tower_cli/api.py b/lib/tower_cli/api.py
index <HASH>..<HASH> 100644
--- a/lib/tower_cli/api.py
+++ b/lib/tower_cli/api.py
@@ -25,7 +25,7 @@ from requests.models import Response
from requests.packages import urllib3
from tower_cli.conf import settings
-from tower_cli.utils import data_structures, de... | handle ssl corner cases with additional user message and error | ansible_tower-cli | train |
f1a36b139613bd86c43a8521efdc9fa2d1872c3b | diff --git a/src/Leevel/Protocol/Pool/IConnection.php b/src/Leevel/Protocol/Pool/IConnection.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Protocol/Pool/IConnection.php
+++ b/src/Leevel/Protocol/Pool/IConnection.php
@@ -33,13 +33,6 @@ namespace Leevel\Protocol\Pool;
interface IConnection
{
/**
- * 连接 conn... | refactor: let `Pool IConnection` more simple | hunzhiwange_framework | train |
a01272a596edf593eef4611e0ad5390632f179bb | diff --git a/koala/utils.py b/koala/utils.py
index <HASH>..<HASH> 100644
--- a/koala/utils.py
+++ b/koala/utils.py
@@ -162,7 +162,7 @@ def resolve_range(rng, should_flatten = False, sheet=''):
if should_flatten:
# flatten into one list
l = list(flatten(cells, only_lists = ... | resolve_range() on bidimensional Ranges with should_flatten=True outputs the dimensions as if it was not flattened | anthill_koala | train |
bb6253fdb60e5add4cb24a0f996c2491c610a569 | diff --git a/lib/nydp/parser.rb b/lib/nydp/parser.rb
index <HASH>..<HASH> 100644
--- a/lib/nydp/parser.rb
+++ b/lib/nydp/parser.rb
@@ -81,7 +81,7 @@ module Nydp
end
def next_form token, token_stream
- return Nydp.NIL if token.nil?
+ return nil if token.nil?
case token.first
when :emb... | parser: return nil when there are no more tokens | conanite_nydp | train |
75d46e24ab162d8ba9af2713c033e19ea0100fc3 | diff --git a/mod/forum/lib.php b/mod/forum/lib.php
index <HASH>..<HASH> 100644
--- a/mod/forum/lib.php
+++ b/mod/forum/lib.php
@@ -4313,12 +4313,12 @@ function forum_print_discussion($course, $cm, $forum, $discussion, $post, $mode,
}
// preload all groups of ppl that posted in this discussion
- if ($post... | MDL-<I> fixing missing group icons in forum; merged from MOODLE_<I>_STABLE | moodle_moodle | train |
2754123beb6a0043daa8e815a1721699c9d163e8 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
### 1.2.0
- Added various SSH task-running helpers such as `Rocketeer::task(taskname, task)`
+- Added an option to disable recursive git clone (submodules)
### 1.1.2
diff --git a/src/Rocke... | Added submodules option as discussed in anahkiasen/rocketeer#<I> | rocketeers_rocketeer | train |
728b33edd98abbb4c9582e38a91a6e3ddc827704 | diff --git a/src/APIRequest/RequestFactory/GenericRequestFactory.php b/src/APIRequest/RequestFactory/GenericRequestFactory.php
index <HASH>..<HASH> 100644
--- a/src/APIRequest/RequestFactory/GenericRequestFactory.php
+++ b/src/APIRequest/RequestFactory/GenericRequestFactory.php
@@ -50,11 +50,6 @@ class GenericRequestFa... | remove unreachable statement, under the assumption that str_parse cant fail | johnvandeweghe_LunixREST | train |
11c7cb04e241f16aa866f3ae3883483562a0eec2 | diff --git a/src/javascript/runtime/flash/file/FileInput.js b/src/javascript/runtime/flash/file/FileInput.js
index <HASH>..<HASH> 100644
--- a/src/javascript/runtime/flash/file/FileInput.js
+++ b/src/javascript/runtime/flash/file/FileInput.js
@@ -13,16 +13,29 @@
@private
*/
define("moxie/runtime/flash/file/FileInput... | FileInput, Flash/Silverlight: Port to new logic. | moxiecode_moxie | train |
28075978d4c14c8d83203042d59b6762a332c170 | diff --git a/stacktrace-gps.js b/stacktrace-gps.js
index <HASH>..<HASH> 100644
--- a/stacktrace-gps.js
+++ b/stacktrace-gps.js
@@ -227,7 +227,7 @@
var sourceMappingURL = _findSourceMappingURL(source);
var isDataUrl = sourceMappingURL.substr(0, 5) === 'data:';
- ... | test for absolute urls before making urls absolute | stacktracejs_stacktrace-gps | train |
c077b996673755939f746f10f3a9d0ccf6918759 | diff --git a/src/main/java/device/vacuum/VacuumStatus.java b/src/main/java/device/vacuum/VacuumStatus.java
index <HASH>..<HASH> 100644
--- a/src/main/java/device/vacuum/VacuumStatus.java
+++ b/src/main/java/device/vacuum/VacuumStatus.java
@@ -108,6 +108,20 @@ public class VacuumStatus {
private int msgSeq = 0;
... | Added javadoc to the VacuumState class. | SG-O_miIO | train |
6dcac2e9e37047bff6c9cf1010b3b7c49e3f12cd | diff --git a/pypfopt/hierarchical_portfolio.py b/pypfopt/hierarchical_portfolio.py
index <HASH>..<HASH> 100644
--- a/pypfopt/hierarchical_portfolio.py
+++ b/pypfopt/hierarchical_portfolio.py
@@ -130,11 +130,9 @@ class HRPOpt(base_optimizer.BaseOptimizer):
for i in range(0, len(cluster_items), 2):
... | quasi_diag replaced by pre_order of a tree | robertmartin8_PyPortfolioOpt | train |
dfbb3f3187b8494b5a6d2af3260d728f9347607c | diff --git a/tests/TQ/Tests/Git/StreamWrapper/DirectoryTest.php b/tests/TQ/Tests/Git/StreamWrapper/DirectoryTest.php
index <HASH>..<HASH> 100644
--- a/tests/TQ/Tests/Git/StreamWrapper/DirectoryTest.php
+++ b/tests/TQ/Tests/Git/StreamWrapper/DirectoryTest.php
@@ -466,5 +466,27 @@ class DirectoryTest extends \PHPUnit_Fra... | Add tests for listing non existent directories
There are tests both for directories which do not
exist at all, and for directories which do not
exist on HEAD. | teqneers_PHP-Stream-Wrapper-for-Git | train |
d39e89df9b9e2d031b011827e892b1194150733a | diff --git a/java/client/src/org/openqa/selenium/WebDriver.java b/java/client/src/org/openqa/selenium/WebDriver.java
index <HASH>..<HASH> 100644
--- a/java/client/src/org/openqa/selenium/WebDriver.java
+++ b/java/client/src/org/openqa/selenium/WebDriver.java
@@ -669,6 +669,18 @@ public interface WebDriver extends Searc... | [java] Fixing autoformatting mistake | SeleniumHQ_selenium | train |
dbdff9e854e2a42a5dc09e6bd3d69b5513dbb5b6 | diff --git a/java/messaging/mqtt/hivemq-mqtt-client/src/main/java/io/joynr/messaging/mqtt/hivemq/client/HivemqMqttClient.java b/java/messaging/mqtt/hivemq-mqtt-client/src/main/java/io/joynr/messaging/mqtt/hivemq/client/HivemqMqttClient.java
index <HASH>..<HASH> 100644
--- a/java/messaging/mqtt/hivemq-mqtt-client/src/ma... | [Java] Use retry delay when HivemqMqttClient is not connected
The old retry interval of <I>s sporadically delays global
registration of providers and prevents global registration of
Java providers because the registration timeout is also <I>s. | bmwcarit_joynr | train |
f4d455a751329324e7183a8d76b7022e2ff23b09 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,6 @@ Open that pad in ANOTHER BROWSER then begin modifying, you should recieve an ema
```
# TODO
-* stop the ui prompting if already subscribed
* Clean up all code
* Stop it emailing me if I'm already on th... | dirtyish way of handling a cookie to stop re-prompt | JohnMcLear_ep_email_notifications | train |
fe7093e9d14eeb064fa81043b5cc94fd0774e189 | diff --git a/lib/common/constants.js b/lib/common/constants.js
index <HASH>..<HASH> 100644
--- a/lib/common/constants.js
+++ b/lib/common/constants.js
@@ -150,7 +150,15 @@ function constantsFactory (path) {
durable: true,
autoDelete: false
}
- ... | Add SSDP AMQP exchange constant definition | RackHD_on-core | train |
e7f8c98926071743f1239497284fdd1c952d9a87 | diff --git a/spec/test_ruby.rb b/spec/test_ruby.rb
index <HASH>..<HASH> 100644
--- a/spec/test_ruby.rb
+++ b/spec/test_ruby.rb
@@ -1,54 +1,69 @@
require 'spec_helper'
-describe "Coercer::Ruby" do
+describe "Coercer::Ruby's coercion " do
let(:graph){ Coercer::Ruby }
- specify "Integer" do
- # from Inte... | Cleaned test_ruby spec | blambeau_myrrha | train |
994338e9f005a0540f300e7d48c1c2e1a0a09a66 | diff --git a/django_superform/forms.py b/django_superform/forms.py
index <HASH>..<HASH> 100644
--- a/django_superform/forms.py
+++ b/django_superform/forms.py
@@ -147,12 +147,29 @@ class SuperModelFormMetaclass(
class SuperFormMixin(object):
"""
- The base class for all super forms. It behaves just like a no... | Improve docstrings in django_superform.forms | gregmuellegger_django-superform | train |
f8740303b47b5b00d6a645a5e11460c945e12a88 | diff --git a/src/client.js b/src/client.js
index <HASH>..<HASH> 100644
--- a/src/client.js
+++ b/src/client.js
@@ -120,8 +120,8 @@ IrcClient.prototype.connect = function(options) {
});
// IRC command routing
- this.connection.on('message', function(message) {
- client.raw_middleware.handle([messag... | Include the message line on the connection message event | kiwiirc_irc-framework | train |
320ce94db6ba61e372de492b6f39b41fe5ac3422 | diff --git a/lib/node_modules/@stdlib/utils/function-name/README.md b/lib/node_modules/@stdlib/utils/function-name/README.md
index <HASH>..<HASH> 100644
--- a/lib/node_modules/@stdlib/utils/function-name/README.md
+++ b/lib/node_modules/@stdlib/utils/function-name/README.md
@@ -18,11 +18,11 @@ var name = functionName( ... | Fix failing test case when an anonymous function has the name "anonymous"
For more information, see
- <URL>, functions created using `new Function`
are given the name "anonymous". MDN claims (at the time of this commit) that
the name should be an empty string, but the Webkit bug and the 2ality resource
claim that "a... | stdlib-js_stdlib | train |
6ffdcaa59993a05cd7f57b49f3507ae3d56b5d88 | diff --git a/example.js b/example.js
index <HASH>..<HASH> 100644
--- a/example.js
+++ b/example.js
@@ -8,9 +8,9 @@ Mappersmith.Env.USE_PROMISES = true
var manifest = {
host: 'https://status.github.com',
resources: {
- Status: {
- lastMessage: '/api/last-message.json'
- }
+ Status: {
+ la... | fixed indentation problem in tonicjs example | tulios_mappersmith | train |
5d66fb70b5e5d0ae3dc8fdb605e137d62874b018 | diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml
index <HASH>..<HASH> 100644
--- a/.github/workflows/pytest.yml
+++ b/.github/workflows/pytest.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
+ ... | assign categorical, drop python <I> support, curve family attribute | agile-geoscience_welly | train |
6602727bcbcc660a0e8543b19c186fd449029619 | diff --git a/libusb1.py b/libusb1.py
index <HASH>..<HASH> 100644
--- a/libusb1.py
+++ b/libusb1.py
@@ -418,6 +418,19 @@ class libusb_device_handle(Structure):
libusb_device_handle_p = POINTER(libusb_device_handle)
libusb_device_handle_p_p = POINTER(libusb_device_handle_p)
+libusb_speed = Enum({
+# The OS doesn't re... | Add support for libusb_get_device_speed.
Ports upstream commit c8c<I>bc . | vpelletier_python-libusb1 | train |
7eb1405b60eda1f2c3bd38db2c36a5e293d37fa4 | diff --git a/libcontainer/integration/checkpoint_test.go b/libcontainer/integration/checkpoint_test.go
index <HASH>..<HASH> 100644
--- a/libcontainer/integration/checkpoint_test.go
+++ b/libcontainer/integration/checkpoint_test.go
@@ -196,12 +196,7 @@ func testCheckpoint(t *testing.T, userns bool) {
ok(t, err)
re... | libct/int/checkpoint_test: use waitProcess helper | opencontainers_runc | train |
bbce6f54e9fb5e681e80f57e3c9072ceb26411e0 | diff --git a/lib/specinfra/command/linux/base/interface.rb b/lib/specinfra/command/linux/base/interface.rb
index <HASH>..<HASH> 100644
--- a/lib/specinfra/command/linux/base/interface.rb
+++ b/lib/specinfra/command/linux/base/interface.rb
@@ -1,5 +1,9 @@
class Specinfra::Command::Linux::Base::Interface < Specinfra::Co... | Add 'exists?' matcher to Interface resource
Add an implementation of check_interface_exists for Linux & BSD (which are the
only two which support the Interface resource type) | mizzy_specinfra | train |
6d763d6571aed518eb47addcbf0df07d71f98368 | diff --git a/config/routes.rb b/config/routes.rb
index <HASH>..<HASH> 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -41,8 +41,6 @@ Rails.application.routes.draw do
root "home#index"
end
- get '/:locale' => 'home#index'
-
# The priority is based upon order of creation: first created -> highest pr... | Remove redundant home route, fixing invalid locale exceptions | mezuro_prezento | train |
bf91d41e1a70584bbe5eeb2a4242a26acca00c01 | diff --git a/pygubudesigner/widgets/fontentry.py b/pygubudesigner/widgets/fontentry.py
index <HASH>..<HASH> 100644
--- a/pygubudesigner/widgets/fontentry.py
+++ b/pygubudesigner/widgets/fontentry.py
@@ -164,7 +164,7 @@ class FontPropertyEditor(PropertyEditor):
def edit(self, value):
self._clear_editors(... | fix python2 issue. | alejandroautalan_pygubu | train |
1a6ea10dcaac2be3e9f8e1bdd0f7ac5fda82448b | diff --git a/restclients/models/uwnetid.py b/restclients/models/uwnetid.py
index <HASH>..<HASH> 100644
--- a/restclients/models/uwnetid.py
+++ b/restclients/models/uwnetid.py
@@ -31,13 +31,31 @@ class UwEmailForwarding(models.Model):
class Subscription(RestClientsModel):
+ STATUS_ACTIVE = 20
+ STATUS_EXPIRED... | adds model choices, consolidates from_json | uw-it-aca_uw-restclients | train |
b45cae5ff07987c5115c0df70af27c885ea512d4 | diff --git a/docs/widgets/point_field_map_widgets.rst b/docs/widgets/point_field_map_widgets.rst
index <HASH>..<HASH> 100644
--- a/docs/widgets/point_field_map_widgets.rst
+++ b/docs/widgets/point_field_map_widgets.rst
@@ -89,6 +89,11 @@ If you want to give specific location name or coordinates for center of the map,
... | added google map srid explanation to the doc | erdem_django-map-widgets | train |
b111290d7e03990acbdf13ad3ae65e06ce6c42f2 | diff --git a/lib/cursor.js b/lib/cursor.js
index <HASH>..<HASH> 100644
--- a/lib/cursor.js
+++ b/lib/cursor.js
@@ -234,6 +234,7 @@ Cursor.getIdsForQuery = function(db, query, sort) {
};
var push = function(x) { res = res ? _.intersection(res, x) : x }; // Push to results with _.intersection
+ var exclude = fun... | getIdsForQuery: added support for | Ivshti_linvodb3 | train |
569808f7a46ac08ffe78bf6a71c82f82297369c4 | diff --git a/instaloader/nodeiterator.py b/instaloader/nodeiterator.py
index <HASH>..<HASH> 100644
--- a/instaloader/nodeiterator.py
+++ b/instaloader/nodeiterator.py
@@ -133,7 +133,7 @@ class NodeIterator(Iterator[T]):
return item
if self._data['page_info']['has_next_page']:
query_re... | Fix for infinity loading if next page is empty (#<I>) | instaloader_instaloader | train |
95b6e11daded3e4cafd6742dcd36582c2f096fa0 | diff --git a/lib/inherited_resources/url_helpers.rb b/lib/inherited_resources/url_helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/inherited_resources/url_helpers.rb
+++ b/lib/inherited_resources/url_helpers.rb
@@ -210,10 +210,10 @@ module InheritedResources
ivars << '.compact' if self.resources_configuratio... | Pass ivars to define_helper_method as Array, not String | activeadmin_inherited_resources | train |
a9d680af6e00f5b36af5110b7f1587338707e22c | diff --git a/tests/test_locus.py b/tests/test_locus.py
index <HASH>..<HASH> 100644
--- a/tests/test_locus.py
+++ b/tests/test_locus.py
@@ -72,3 +72,27 @@ class TestLocusBasics(test_transped_parser.TestBase):
self.assertTrue(l4 in d)
self.assertTrue(d[l4] == "One")
+ def testAlleleFreqs(self):
+ ... | Added tests for a few properties that had been added (frequency, counts, etc) | edwards-lab_libGWAS | train |
e006b74491b235fe949163591d32fc41bf9fdfc0 | diff --git a/shared/actions/push.js b/shared/actions/push.js
index <HASH>..<HASH> 100644
--- a/shared/actions/push.js
+++ b/shared/actions/push.js
@@ -1,12 +1,13 @@
// @flow
import logger from '../logger'
+import * as ChatGen from './chat-gen'
import * as PushGen from './push-gen'
import * as ChatTypes from '../con... | Select convo when acting on a chat notification (#<I>)
This fixes a bug where the convo doesn't load if acting on the chat
notification launches Keybase. | keybase_client | train |
7d3f45cf04273d10f8c2eeefac84975d555e1917 | diff --git a/src/Composer/Downloader/FileDownloader.php b/src/Composer/Downloader/FileDownloader.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Downloader/FileDownloader.php
+++ b/src/Composer/Downloader/FileDownloader.php
@@ -239,14 +239,17 @@ class FileDownloader implements DownloaderInterface, ChangeReportInterf... | Avoid errors in cleanup, fixes #<I>, fixes #<I> | composer_composer | train |
c37a5aab3b6f81a9cf016143d172f261a2cc9d88 | diff --git a/detect_secrets/plugins/keyword.py b/detect_secrets/plugins/keyword.py
index <HASH>..<HASH> 100644
--- a/detect_secrets/plugins/keyword.py
+++ b/detect_secrets/plugins/keyword.py
@@ -77,6 +77,7 @@ FALSE_POSITIVES = {
'password},',
'some_key',
'string,',
+ 'string?',
'string}',
's... | :telescope: [Keyword Plugin] Add string? to FALSE_POSITIVES | Yelp_detect-secrets | train |
8c9a148e71e312397bf759587a79bc4e38a89765 | diff --git a/CliClient/tests/services_SearchEngine.js b/CliClient/tests/services_SearchEngine.js
index <HASH>..<HASH> 100644
--- a/CliClient/tests/services_SearchEngine.js
+++ b/CliClient/tests/services_SearchEngine.js
@@ -254,4 +254,26 @@ describe('services_SearchEngine', function() {
expect(engine.parseQuery('*').... | All: Better handle search queries that include dashes | laurent22_joplin | train |
c8df5e259359e21a6a69ebc8473e0101144df463 | diff --git a/lib/ute.js b/lib/ute.js
index <HASH>..<HASH> 100644
--- a/lib/ute.js
+++ b/lib/ute.js
@@ -29,11 +29,8 @@ function Ute(opts) {
* - application port configurable via opts.confDir/<env>.json, default: conf/local.json
*
* @param {Array} handlers: handler functions with reques, response, next arguments
- ... | Remove optional express arg, use proxyquire instead. Improve test coverage to <I>%. | cliffano_ute | train |
7baffb0ebb8cb77bbec8d0ea80d46f01ccb4e440 | diff --git a/image.js b/image.js
index <HASH>..<HASH> 100644
--- a/image.js
+++ b/image.js
@@ -7,9 +7,10 @@ var slice = function(arr) {
return Array.prototype.slice.call(arr);
};
-var arrayFill = function(arr, val) {
- for(var i=0;i<arr.length;i++) {
- arr[i] = val;
+var arrayFill = function(len, val) {
+ va... | Blur works. Still SLOOOW | euank_node-oiio | train |
ff6342e09164162a7fe4d0dd27ba9923a3a7adbf | diff --git a/client/control/components/form_fields/FormFieldWrapper.js b/client/control/components/form_fields/FormFieldWrapper.js
index <HASH>..<HASH> 100644
--- a/client/control/components/form_fields/FormFieldWrapper.js
+++ b/client/control/components/form_fields/FormFieldWrapper.js
@@ -19,6 +19,9 @@ SelectMenu.prop... | Nest checkbox input inside label to correct appearance | mozilla_normandy | train |
78a0dd6839444ebded1366a2317db5321301088a | diff --git a/Lib/CakeEngine.php b/Lib/CakeEngine.php
index <HASH>..<HASH> 100644
--- a/Lib/CakeEngine.php
+++ b/Lib/CakeEngine.php
@@ -11,10 +11,12 @@
App::uses('View', 'View');
-use mjohnson\decoda\Decoda;
-use mjohnson\decoda\engines\EngineAbstract;
+use Decoda\Engine\AbstractEngine;
-class CakeEngine extends ... | Updated for Decoda v5 | milesj_utility | train |
e2b27052fd1de8fb06cf1445b039c97bb15af0ca | diff --git a/src/p810/MySQL/Query/Clauses/Where.php b/src/p810/MySQL/Query/Clauses/Where.php
index <HASH>..<HASH> 100644
--- a/src/p810/MySQL/Query/Clauses/Where.php
+++ b/src/p810/MySQL/Query/Clauses/Where.php
@@ -36,7 +36,7 @@ trait Where
switch(count($arguments))
{
case 2:
- $clause[] = "`" .... | Refactors Statement and Where to use Parameters | p810_mysql-helper | train |
d1f3b0749605d5d35e4ecebf5036874dac85f2f4 | diff --git a/aegean.py b/aegean.py
index <HASH>..<HASH> 100644
--- a/aegean.py
+++ b/aegean.py
@@ -857,12 +857,8 @@ def writeAnn(filename,catalog,fmt):
if fmt=='ann':
-<<<<<<< .mine
print >>out,'PA SKY'
formatter="ellipse {0} {1} {2} {3} {4}"
-=======
- formatter="ellipse {0} {... | removed svn text from improper merge | PaulHancock_Aegean | train |
a9442fb9ad604acebaf5b9ec6290cd052d86f2c8 | diff --git a/lib/amee/v3.rb b/lib/amee/v3.rb
index <HASH>..<HASH> 100644
--- a/lib/amee/v3.rb
+++ b/lib/amee/v3.rb
@@ -4,7 +4,11 @@
require 'amee/v3/meta_helper'
require 'amee/v3/collection'
require 'amee/v3/connection'
-require 'amee/v3/item_definition'
-require 'amee/v3/item_value_definition'
-require 'amee/v3/ite... | Allow v3 to be disabled. See PL-<I>
For test purposes. | OpenAMEE_amee-ruby | train |
e14f1f309f0e15f2805930fdd396586a6b448688 | diff --git a/core/src/main/java/org/javasimon/Split.java b/core/src/main/java/org/javasimon/Split.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/javasimon/Split.java
+++ b/core/src/main/java/org/javasimon/Split.java
@@ -3,14 +3,14 @@ package org.javasimon;
import java.util.Iterator;
import java.util.Ma... | merged Split after SimonClock renaming | virgo47_javasimon | train |
11c3ae7890d25280b2d13f88b480ad0889364f3a | diff --git a/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ServerStats.java b/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ServerStats.java
index <HASH>..<HASH> 100644
--- a/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ServerStats.java
+++ b/ribbon-loadbalancer/src/main/java/com... | Add openConnectionsCount to track number of connections currently open to this server | Netflix_ribbon | train |
c58e892d60918d088a2d09649432547929729d8c | diff --git a/elifetools/parseJATS.py b/elifetools/parseJATS.py
index <HASH>..<HASH> 100644
--- a/elifetools/parseJATS.py
+++ b/elifetools/parseJATS.py
@@ -2710,7 +2710,7 @@ def references_json(soup):
# uri
set_if_value(ref_content, "uri", ref.get("uri"))
- if "uri" not in ref_content and ref.... | References of type data with no source convert to unknown, and some other reference tweaks. | elifesciences_elife-tools | train |
431a44bc74de4b038f8573e63725688998aef9fd | diff --git a/acorn.js b/acorn.js
index <HASH>..<HASH> 100644
--- a/acorn.js
+++ b/acorn.js
@@ -1412,6 +1412,14 @@
}
break;
+ case "AssignmentExpression":
+ if (node.operator === "=") {
+ node.type = "AssignmentPattern";
+ } else {
+ unexpected(node.... | Add support for destructuring defaults (not for shorthand props yet).
Related to #<I>. | babel_babylon | train |
40ed5a9e6481d060ff477d8b34862ac898baaa82 | diff --git a/code/administrator/components/com_default/toolbars/buttons/preferences.php b/code/administrator/components/com_default/toolbars/buttons/preferences.php
index <HASH>..<HASH> 100644
--- a/code/administrator/components/com_default/toolbars/buttons/preferences.php
+++ b/code/administrator/components/com_defaul... | re #<I> : Toolbar buttons now have an attribs property in its options, allowing you to define what attributes are rendered on the toolbar button. The onclick event has been removed. Instead the attribute data-action defines what action this button triggers, and data-data allows you to set the data for post actions. | timble_kodekit | train |
d1291d0f365c63c8263cffc9e7d6f7c3af28fa12 | diff --git a/httprunner/ext/har2case/utils.py b/httprunner/ext/har2case/utils.py
index <HASH>..<HASH> 100644
--- a/httprunner/ext/har2case/utils.py
+++ b/httprunner/ext/har2case/utils.py
@@ -6,7 +6,6 @@ from urllib.parse import unquote
import yaml
from loguru import logger
-from sentry_sdk import capture_exception
... | change: do not capture exception for loading har file | HttpRunner_HttpRunner | train |
ce0735eca922df818cbf6c22acc5e20772bdf411 | diff --git a/scripts/tools/AbstractIndexedCsv.php b/scripts/tools/AbstractIndexedCsv.php
index <HASH>..<HASH> 100644
--- a/scripts/tools/AbstractIndexedCsv.php
+++ b/scripts/tools/AbstractIndexedCsv.php
@@ -102,7 +102,7 @@ abstract class AbstractIndexedCsv implements Action
// -- Deal with headers.
... | Bug identified from previous refactoring. | oat-sa_tao-core | train |
e2144757669c8d4466afbe2aa4ee1602f4f48e49 | diff --git a/test/lib/rubycritic/source_locator_test.rb b/test/lib/rubycritic/source_locator_test.rb
index <HASH>..<HASH> 100644
--- a/test/lib/rubycritic/source_locator_test.rb
+++ b/test/lib/rubycritic/source_locator_test.rb
@@ -21,13 +21,13 @@ describe Rubycritic::SourceLocator do
it "finds files through mult... | Add test helper to compare the contents of 2 arrays
This is achieved by creating a new assertion and a new expectation in
MiniTest. | whitesmith_rubycritic | train |
fd7c52f071eda7e12e7288700c6711796501bfbc | diff --git a/src/Application.php b/src/Application.php
index <HASH>..<HASH> 100644
--- a/src/Application.php
+++ b/src/Application.php
@@ -6,6 +6,7 @@ use Doctrine\Common\Annotations\AnnotationRegistry;
use League\Container\ContainerInterface;
use Phprest\Router\RouteCollection;
use Symfony\Component\HttpFoundation\... | Set proper Proton's exception decorator to catch middleware exceptions too | phprest_phprest | train |
c4ebdc0e377d2501f6dc6a0a30086edaf2d16201 | diff --git a/gns3server/web/web_server.py b/gns3server/web/web_server.py
index <HASH>..<HASH> 100644
--- a/gns3server/web/web_server.py
+++ b/gns3server/web/web_server.py
@@ -211,7 +211,8 @@ class WebServer:
# Allow CORS for this domains
cors = aiohttp_cors.setup(app, defaults={
# Default... | Allow cors from Github pages demo site | GNS3_gns3-server | train |
203d495c3adaace86435bc598d115b5c8d866c47 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,21 +1,23 @@
var request = require('request');
-module.exports = function validator(email, cb) {
- var options = {
- url: 'https://api.mailgun.net/v2/address/validate',
- method: 'GET',
- qs: {
-... | added posibility to use own API-key | daviddias_mailgun-validate-email | train |
33e1ceb010a4437aabd655f8af69b27c7dc1524b | diff --git a/ghost/admin/tests/acceptance/editor-test.js b/ghost/admin/tests/acceptance/editor-test.js
index <HASH>..<HASH> 100644
--- a/ghost/admin/tests/acceptance/editor-test.js
+++ b/ghost/admin/tests/acceptance/editor-test.js
@@ -361,7 +361,7 @@ describe('Acceptance: Editor', function () {
expect(
... | Fixed test for scheduling copy change
no refs. | TryGhost_Ghost | train |
7b7992488c32f98389ddf0f16056d26e73598d05 | diff --git a/lib/sendwithus.rb b/lib/sendwithus.rb
index <HASH>..<HASH> 100644
--- a/lib/sendwithus.rb
+++ b/lib/sendwithus.rb
@@ -45,29 +45,35 @@ module SendWithUs
##
# used to build the request path
- def build_request_path(endpoint)
-
- path = "#{@api_proto}://#{@api_host}:#{@api_port}/... | Improve api_request method.
- request_path just returns a path and not an entire URL
- HTTPS support will just work when URLS get it
- catch some standard HTTP errors
Ideally, errors should be wrapped into their own error classes. | sendwithus_sendwithus_ruby | train |
a3d47ca5339bb19657aba6c3106aeca06db66cd4 | diff --git a/result.go b/result.go
index <HASH>..<HASH> 100644
--- a/result.go
+++ b/result.go
@@ -48,6 +48,23 @@ func (res Result) Get(field string) interface{} {
return res.get(f)
}
+// Gets a field.
+//
+// Args are treated as what keys to access in the result
+// It means, if args are "a","b","c", gets field v... | Add alternative way to access fields that is not confused by a '.' in the key names | huandu_facebook | train |
2c0ff296839742efde5779244877a9ad7ee5537e | diff --git a/Slim/App.php b/Slim/App.php
index <HASH>..<HASH> 100644
--- a/Slim/App.php
+++ b/Slim/App.php
@@ -34,7 +34,7 @@ class App extends RouteCollectorProxy implements RequestHandlerInterface
*
* @var string
*/
- public const VERSION = '4.1.0';
+ public const VERSION = '4.2.0';
/**
... | update VERSION constant for <I> release | slimphp_Slim | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.