hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
de483aa83e1298ddcb94110d9fb610e147c33134 | diff --git a/src/SentryBundle.php b/src/SentryBundle.php
index <HASH>..<HASH> 100644
--- a/src/SentryBundle.php
+++ b/src/SentryBundle.php
@@ -37,6 +37,8 @@ class SentryBundle extends Bundle
{
if (class_exists(SentrySdk::class)) {
SentrySdk::setCurrentHub($hub);
+
+ return;
... | Remove all deprecations from Sentry | getsentry_sentry-symfony | train |
226f57b3ca82d664264a0ab3d94632ddf7023af4 | diff --git a/bigfloat/test/test_bigfloat.py b/bigfloat/test/test_bigfloat.py
index <HASH>..<HASH> 100644
--- a/bigfloat/test/test_bigfloat.py
+++ b/bigfloat/test/test_bigfloat.py
@@ -309,7 +309,7 @@ class BigFloatTests(unittest.TestCase):
y = float.fromhex(yhex)
x_frac = fractions.Frac... | Another fix for float->int non-correct-rounding. | mdickinson_bigfloat | train |
5fda0cc34ad0b0f480d8053ac3457f18dd79db50 | diff --git a/cherrypy/lib/jsontools.py b/cherrypy/lib/jsontools.py
index <HASH>..<HASH> 100644
--- a/cherrypy/lib/jsontools.py
+++ b/cherrypy/lib/jsontools.py
@@ -31,9 +31,10 @@ def json_processor(entity):
raise cherrypy.HTTPError(400, 'Invalid JSON document')
def json_in(content_type=[u'application/json', ... | Allow the default processor and handler for the json tools to be overridden | cherrypy_cheroot | train |
c901a85478aaeb1a94e6665c605f119deec9218a | diff --git a/dump2polarion/exporters/transform_projects.py b/dump2polarion/exporters/transform_projects.py
index <HASH>..<HASH> 100644
--- a/dump2polarion/exporters/transform_projects.py
+++ b/dump2polarion/exporters/transform_projects.py
@@ -40,7 +40,7 @@ def get_xunit_transform_default(config):
def get_testcases_tra... | Refactor unique_run_id to use_run_id | mkoura_dump2polarion | train |
98e84bfd4d3cd278500be1ba2053c7c239aa767c | diff --git a/app/src/main/java/com/shamanland/fonticon/example/CompoundIconsFragment.java b/app/src/main/java/com/shamanland/fonticon/example/CompoundIconsFragment.java
index <HASH>..<HASH> 100644
--- a/app/src/main/java/com/shamanland/fonticon/example/CompoundIconsFragment.java
+++ b/app/src/main/java/com/shamanland/f... | Fixed saving state of 'compound icons' example during rotation. | shamanland_fonticon | train |
b538a80eba69adacab6597360441e4e681755485 | diff --git a/ceph_deploy/test/test_cli_mon.py b/ceph_deploy/test/test_cli_mon.py
index <HASH>..<HASH> 100644
--- a/ceph_deploy/test/test_cli_mon.py
+++ b/ceph_deploy/test/test_cli_mon.py
@@ -93,12 +93,8 @@ mon initial members = host1
raise AssertionError('Unexpected exit: %s', e)
ns.pushy.assert_called_... | Refactor unit tests to ensure mock_compiled is checked fully.
Mock's assert_has_calls doesn't notice unwanted calls. This way
also reduces repetition. | ceph_ceph-deploy | train |
86219b13079ad87e3d56adb07ea8899d42a39edb | diff --git a/app/controllers/sessions_controller.rb b/app/controllers/sessions_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/sessions_controller.rb
+++ b/app/controllers/sessions_controller.rb
@@ -6,7 +6,7 @@ class SessionsController < Clearance::SessionsController
@user = find_user
if @us... | Use id instead of display name in mfa session
user could change their display handle. if a new user signs up with
previous handle, it could possible that other user reuses his previous
session to sign in.
check hackerone <I> for details. | rubygems_rubygems.org | train |
0e5741d8077dc64cfbaf3307f18256fc4d2cffeb | diff --git a/src/basis/data.js b/src/basis/data.js
index <HASH>..<HASH> 100644
--- a/src/basis/data.js
+++ b/src/basis/data.js
@@ -530,6 +530,15 @@
var computeFunctions = {};
+ var VALUE_TOKEN_HANDLER = {
+ change: function(sender){
+ var cursor = this;
+
+ while (cursor = cursor.tokens_)
+ ... | basis.data.Value#as method implemented | basisjs_basisjs | train |
5ca7b235bb759a85a964de78462306e31a425a34 | diff --git a/szn-options.js b/szn-options.js
index <HASH>..<HASH> 100644
--- a/szn-options.js
+++ b/szn-options.js
@@ -71,6 +71,14 @@
this._additionalSelectedIndexes = []
/**
+ * Set to <code>true</code> if the user started to drag the mouse pointer over an already selected item while
+ * ho... | ctrl+mutli-select while starting at a selected item deselects the chosen items | jurca_szn-options | train |
691d66b1e6d20b834c6d3c61373a3e2c3ff0c262 | diff --git a/lib/crawler.js b/lib/crawler.js
index <HASH>..<HASH> 100644
--- a/lib/crawler.js
+++ b/lib/crawler.js
@@ -114,114 +114,7 @@ var Crawler = function(host,initialPath,initialPort,interval) {
var openRequests = 0;
this.fetchConditions = [];
- // Takes a URL, and extracts the protocol, host, port, and res... | First stage of switching URL functions over to URIjs | simplecrawler_simplecrawler | train |
dafbb22a62c431c73a2d0828bef134b3fed706d3 | diff --git a/core.js b/core.js
index <HASH>..<HASH> 100644
--- a/core.js
+++ b/core.js
@@ -4837,35 +4837,37 @@ const documentElement = html || (document.childNodes.length > 0 ? document.child
});
}
- process.nextTick(async () => {
- const bodyChildNodes = body.childNodes;
- body.childNodes = new NodeLi... | Only run parsed document fragments if there is a body | exokitxr_exokit | train |
d605b5fc9a5bf015d1e5d9432289497c14f6e5ec | diff --git a/pandas/util/testing.py b/pandas/util/testing.py
index <HASH>..<HASH> 100644
--- a/pandas/util/testing.py
+++ b/pandas/util/testing.py
@@ -692,7 +692,7 @@ _network_error_classes = IOError, HTTPException
@optional_args
def network(t, raise_on_error=_RAISE_NETWORK_ERROR_DEFAULT,
- error_classes... | TST: Make network tests run twice | pandas-dev_pandas | train |
5dc6ab9d1ba1dd8acdd7f652631449598b04dd5a | diff --git a/revgrep.go b/revgrep.go
index <HASH>..<HASH> 100644
--- a/revgrep.go
+++ b/revgrep.go
@@ -42,6 +42,8 @@ type Issue struct {
File string
// LineNo is the line number of the file.
LineNo int
+ // ColNo is the column number or 0 if none could be parsed.
+ ColNo int
// HunkPos is position from file's f... | Extract column number and message into Issue struct | bradleyfalzon_revgrep | train |
ee78f87c4716ff2eeae54e04ac519ae4d1f49e4d | diff --git a/core/server/controllers/admin.js b/core/server/controllers/admin.js
index <HASH>..<HASH> 100644
--- a/core/server/controllers/admin.js
+++ b/core/server/controllers/admin.js
@@ -368,9 +368,8 @@ adminControllers = {
};
return api.notifications.add(notification).th... | Import > Signout
- uncommitting the thing I shouldn't have commited | TryGhost_Ghost | train |
dcf2d1109143028c8a535f099d709ae224501350 | diff --git a/service/src/main/java/org/ops4j/pax/web/service/internal/HttpServiceContext.java b/service/src/main/java/org/ops4j/pax/web/service/internal/HttpServiceContext.java
index <HASH>..<HASH> 100644
--- a/service/src/main/java/org/ops4j/pax/web/service/internal/HttpServiceContext.java
+++ b/service/src/main/java/... | PAXWEB-<I>
Set the context class loader during call to contextIntitialized for a ServletContextListener.
Do not catch the RuntimeExceptions during calls with a context class loader set. | ops4j_org.ops4j.pax.web | train |
03e53cbf7fbb1b294ce27dc1b9750130b60d73e9 | diff --git a/lib/ferret/index/index.rb b/lib/ferret/index/index.rb
index <HASH>..<HASH> 100644
--- a/lib/ferret/index/index.rb
+++ b/lib/ferret/index/index.rb
@@ -81,6 +81,7 @@ module Ferret::Index
# :default_slop => 2)
#
def initialize(options = {})
+ super()
op... | Added ability to persist in memory indexes
git-svn-id: svn+ssh://davebalmain.com/home/dave/repos/ferret/trunk@<I> <I>fd6eb0-<I>-<I>-a<I>-e<I>cce<I>bc | dbalmain_ferret | train |
79f52668e8865896f9e098d008fdb0e7aff88fa0 | diff --git a/interp/interp.go b/interp/interp.go
index <HASH>..<HASH> 100644
--- a/interp/interp.go
+++ b/interp/interp.go
@@ -276,7 +276,9 @@ func (r *Runner) stmts(stmts []*syntax.Stmt) {
func (r *Runner) redir(rd *syntax.Redirect) io.Closer {
if rd.Hdoc != nil {
- panic("unhandled heredoc redirect")
+ hdoc :=... | interp: add support for heredocs | mvdan_sh | train |
b60aa0028214b18b0af9fed76464bd252c7239a9 | diff --git a/block_conv.go b/block_conv.go
index <HASH>..<HASH> 100644
--- a/block_conv.go
+++ b/block_conv.go
@@ -6,6 +6,10 @@ import (
"github.com/pkg/errors"
)
+type sumtype struct {
+ typeVal string `json:"type"`
+}
+
// UnmarshalJSON implements the Unmarshaller interface for Blocks, so that any JSON
// unma... | Refactor JSON unmarshaling logic for blocks | nlopes_slack | train |
c355d6a24a62769511a5e6d41639205657c3398a | diff --git a/subliminal/video.py b/subliminal/video.py
index <HASH>..<HASH> 100644
--- a/subliminal/video.py
+++ b/subliminal/video.py
@@ -184,10 +184,13 @@ def scan_video(path, subtitles=True, embedded_subtitles=True):
logger.info('Scanning video %r in %r', filename, dirpath)
video = Video.fromguess(path, gu... | Fix hashes computation for small files | Diaoul_subliminal | train |
ba86d8ea652fe302817add3d55e8c8244593817b | diff --git a/parser.js b/parser.js
index <HASH>..<HASH> 100644
--- a/parser.js
+++ b/parser.js
@@ -20,7 +20,7 @@ function parse(text, opts) {
if (loc) {
const codeFrame = require("babel-code-frame");
- error.codeFrame = codeFrame(text, loc.line, loc.column + 1, {
+ error.codeFrame = codeFrame(te... | Fix error messages (#<I>)
* Adding --stdin-filepath option in order to enable filetype inference from
stdin
* Making sure error messages are 1 indexed based instead of zero indexed | josephfrazier_prettier_d | train |
da98522aacf07f5e9628f980271b740fccebdeac | diff --git a/src/types/__tests__/connectionType-test.js b/src/types/__tests__/connectionType-test.js
index <HASH>..<HASH> 100644
--- a/src/types/__tests__/connectionType-test.js
+++ b/src/types/__tests__/connectionType-test.js
@@ -25,7 +25,8 @@ describe('types/connectionType.js', () => {
it('should have field `n... | test: fix `node` type checks | graphql-compose_graphql-compose-connection | train |
b03e49440e123675d213378960d513fc4253d88b | diff --git a/core-bundle/src/Resources/contao/library/Contao/Combiner.php b/core-bundle/src/Resources/contao/library/Contao/Combiner.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/library/Contao/Combiner.php
+++ b/core-bundle/src/Resources/contao/library/Contao/Combiner.php
@@ -350,10 +350,12 @@... | [Core] Fix the LESS import path in the Combiner (see #<I>) | contao_contao | train |
4bb4c53684a9eb5d1c9fc19d23315c47fbd33beb | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,13 @@ Template variables can be defined in a separate file. [JSON](http://www.json.org
yasha -v variables.yaml template.j2
```
+Multiple variable files can be given:
+
+```bash
+yasha -v variables.yaml -v set... | Support for multiple variables files (#<I>) | kblomqvist_yasha | train |
0786ef03a58be0203d64ecd0e666b8930fa91772 | diff --git a/gbdxtools/images/meta.py b/gbdxtools/images/meta.py
index <HASH>..<HASH> 100644
--- a/gbdxtools/images/meta.py
+++ b/gbdxtools/images/meta.py
@@ -18,8 +18,9 @@ from shapely.geometry import box, shape, mapping
from shapely.geometry.base import BaseGeometry
try:
from rio_hist.match import histogram_ma... | fixing a few things with base layer match support | DigitalGlobe_gbdxtools | train |
f18751bd98604c9d271e8bc67302f91bc3fbe31d | diff --git a/src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php b/src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php
+++ b/src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php
@@ -42,7 +42,... | throw TypeErrors to prepare for type hints in <I> | symfony_symfony | train |
1b44bb91aef8610f2b0ee735a504a363cfa56acf | diff --git a/sass.py b/sass.py
index <HASH>..<HASH> 100644
--- a/sass.py
+++ b/sass.py
@@ -21,7 +21,7 @@ import re
import sys
import warnings
-from six import string_types, text_type, PY2, PY3
+from six import string_types, text_type, PY2
import _sass
from sassutils._compat import collections_abc
@@ -52,7 +52,7... | Use `not PY2` instead of `PY3` for python4.x compat | sass_libsass-python | train |
271bbc8b816cb5a2e0026a2042495c5b697f036a | diff --git a/lib/AdobeDigitalMarketing/HttpClient/SoapClient.php b/lib/AdobeDigitalMarketing/HttpClient/SoapClient.php
index <HASH>..<HASH> 100644
--- a/lib/AdobeDigitalMarketing/HttpClient/SoapClient.php
+++ b/lib/AdobeDigitalMarketing/HttpClient/SoapClient.php
@@ -41,6 +41,10 @@ class AdobeDigitalMarketing_HttpClient... | fixes SoapClient and adds soapopts | Adobe-Marketing-Cloud_marketing-cloud-php-sdk | train |
be256afc7861d0c36f28c7eca3ea421a8894d876 | diff --git a/lib/WebSocket.js b/lib/WebSocket.js
index <HASH>..<HASH> 100644
--- a/lib/WebSocket.js
+++ b/lib/WebSocket.js
@@ -505,7 +505,7 @@ function initAsClient(address, options) {
// If we have basic auth
if (auth) {
- requestOptions.headers['authorization'] = new Buffer('Basic ' + auth).toString('base6... | [fix] properly create basic auth (Basic is not base4 encoded) | websockets_ws | train |
0dd16783e4d615b7da3a5b966fe411fb765fd6e9 | diff --git a/bin/oref0-get-profile.js b/bin/oref0-get-profile.js
index <HASH>..<HASH> 100755
--- a/bin/oref0-get-profile.js
+++ b/bin/oref0-get-profile.js
@@ -43,7 +43,7 @@ function updatePreferences (prefs) {
if (!module.parent) {
var argv = require('yargs')
- .usage("$0 pump_settings.json bg_targets.... | removed extra check when > 6 params that isn't needed | openaps_oref0 | train |
3b2f656ad6df3e659d2247ec42f4aa38d05011b4 | diff --git a/src/Sioen/Tests/ConverterTest.php b/src/Sioen/Tests/ConverterTest.php
index <HASH>..<HASH> 100644
--- a/src/Sioen/Tests/ConverterTest.php
+++ b/src/Sioen/Tests/ConverterTest.php
@@ -6,80 +6,6 @@ use Sioen\Converter;
class ConverterTest extends \PHPUnit_Framework_TestCase
{
-// public function testDe... | Remove quoted tests.
Note: new tests should be added on the converters. | WouterSioen_sir-trevor-php | train |
3b949f1f7ea2696ec7289d3de39d3e4c01d68713 | diff --git a/lib/travis/tools/github.rb b/lib/travis/tools/github.rb
index <HASH>..<HASH> 100644
--- a/lib/travis/tools/github.rb
+++ b/lib/travis/tools/github.rb
@@ -45,7 +45,7 @@ module Travis
end
def with_session(&block)
- with_token { |t| GH.with(:token => t, &block) }
+ with_token { |... | have GitHub#with_session pass the token to the block | travis-ci_travis.rb | train |
d53efd36c39b7f50282e7e56ad659751cf006aa0 | diff --git a/src/js.cookie.js b/src/js.cookie.js
index <HASH>..<HASH> 100644
--- a/src/js.cookie.js
+++ b/src/js.cookie.js
@@ -73,9 +73,9 @@
value = converter.write(value, key);
}
- key = encodeURIComponent(String(key));
- key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
- key = ... | Make use of chaining for string wrangling | js-cookie_js-cookie | train |
45a900cfd487a6c18df5165805eae706cdcd394b | diff --git a/lib/verify-auth.js b/lib/verify-auth.js
index <HASH>..<HASH> 100644
--- a/lib/verify-auth.js
+++ b/lib/verify-auth.js
@@ -22,7 +22,7 @@ module.exports = async (npmrc, pkg, context) => {
whoamiResult.stdout.pipe(stdout, {end: false});
whoamiResult.stderr.pipe(stderr, {end: false});
awai... | build(deps): bump minimal versions for npm and xo (#<I>) | semantic-release_npm | train |
80d1f20173d242124874d388eda59aab6a18cf2c | diff --git a/src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java b/src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java
+++ b/src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java
@@ -26,6 +26,... | Use a thread pool to handle execution | jenkinsci_ghprb-plugin | train |
c08372ce74253bbf1ee8327d2cd433471da74664 | diff --git a/src/AbstractDaftObject.php b/src/AbstractDaftObject.php
index <HASH>..<HASH> 100644
--- a/src/AbstractDaftObject.php
+++ b/src/AbstractDaftObject.php
@@ -8,7 +8,7 @@ declare(strict_types=1);
namespace SignpostMarv\DaftObject;
-use ReflectionClass;
+use ReflectionMethod;
/**
* Base daft object.
@@ ... | use reflectionmethod instead of going via reflectionclass | SignpostMarv_daft-object | train |
9cceaa7ba85edc869eae9272e1216090faba8787 | diff --git a/update_checker.py b/update_checker.py
index <HASH>..<HASH> 100644
--- a/update_checker.py
+++ b/update_checker.py
@@ -11,7 +11,7 @@ from functools import wraps
from pkg_resources import parse_version as V
from tempfile import gettempdir
-__version__ = '0.6'
+__version__ = '0.7'
def cache_results(f... | Use port <I>, consistency and flake8 fix, version bump. | bboe_update_checker | train |
4de01de42a1a03be4a232f358af59d8ad5f7ad83 | diff --git a/R/tests/run.py b/R/tests/run.py
index <HASH>..<HASH> 100755
--- a/R/tests/run.py
+++ b/R/tests/run.py
@@ -501,8 +501,8 @@ class Test:
@return: True if the test has been marked as NOPASS, False otherwise.
"""
- nopass = (re.search("NOPASS", self.test_name) is not None)
- re... | print list of 'true fails' (not NOPASS) | h2oai_h2o-2 | train |
245ada24414808782e2dd6626bbe5fe465f72b67 | diff --git a/lib/vagrant/action/vm/nfs.rb b/lib/vagrant/action/vm/nfs.rb
index <HASH>..<HASH> 100644
--- a/lib/vagrant/action/vm/nfs.rb
+++ b/lib/vagrant/action/vm/nfs.rb
@@ -63,14 +63,13 @@ module Vagrant
# Load the NFS enabled shared folders
@folders = @env["config"].vm.shared_folders.inject({})... | Shared folders marked with `:disabled` flag will be ignored. | hashicorp_vagrant | train |
21b3f28fd72870f6b697d4b7f592948787de7ea0 | diff --git a/marionette_tg/channel.py b/marionette_tg/channel.py
index <HASH>..<HASH> 100644
--- a/marionette_tg/channel.py
+++ b/marionette_tg/channel.py
@@ -83,20 +83,23 @@ class Channel(object):
### Client async. classes
-
-class MyUdpClient(protocol.DatagramProtocol):
- def __init__(self, host, port, callba... | Issue #<I>: Combine MyClient and MyUDPClient | marionette-tg_marionette | train |
11f1dae0b059834a225aa23f6553df6004f44cdf | diff --git a/lib/job-runner.js b/lib/job-runner.js
index <HASH>..<HASH> 100644
--- a/lib/job-runner.js
+++ b/lib/job-runner.js
@@ -150,20 +150,6 @@ WorkflowJobRunner.prototype.runChain = function (
callback)
{
var self = this, timeoutId, chain_to_run;
- // Task name, task body, start time (time we fire st... | Make sure we define all the DTrace probes at runner init. | joyent_node-workflow | train |
8db71429bc5ab0f66d456f572ece426080ee5694 | diff --git a/lib/ticket_evolution/core/collection.rb b/lib/ticket_evolution/core/collection.rb
index <HASH>..<HASH> 100644
--- a/lib/ticket_evolution/core/collection.rb
+++ b/lib/ticket_evolution/core/collection.rb
@@ -1,11 +1,12 @@
module TicketEvolution
class Collection
- attr_accessor :total_entries, :per_pag... | alias code to status code on collection | ticketevolution_ticketevolution-ruby | train |
3c5500aa950c54db75cca1a6d9aec5823060823e | diff --git a/src/Composer/Command/ConfigCommand.php b/src/Composer/Command/ConfigCommand.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Command/ConfigCommand.php
+++ b/src/Composer/Command/ConfigCommand.php
@@ -23,11 +23,6 @@ use Composer\Json\JsonFile;
class ConfigCommand extends Command
{
/**
- * @var ... | updated a few things, works a little nicer, but still not yet to the point where it should be | mothership-ec_composer | train |
a975574a8c706c52e271af771ca28e97b752abf1 | diff --git a/oo/edge_generation.js b/oo/edge_generation.js
index <HASH>..<HASH> 100644
--- a/oo/edge_generation.js
+++ b/oo/edge_generation.js
@@ -531,9 +531,9 @@ GLO.EdgeGeneration.prototype.squares = function(selection){
// |---
// | non-relative move (M)
var p = "M"
- p+= ""+(d.startx(self)-half_squ... | Square Edges now default to Y->X | chadstolper_glo | train |
e63d169f495b38d136969976df66e5eb162b7baa | diff --git a/pygooglechart.py b/pygooglechart.py
index <HASH>..<HASH> 100644
--- a/pygooglechart.py
+++ b/pygooglechart.py
@@ -551,14 +551,14 @@ class Chart(object):
if x_range is None:
x_range = self.data_x_range()
if x_range and x_range[0] > 0:
- x_range = (0, x_range... | - Fixed a bug with auto-scaling, where the minimum was always 0. (#6) (Rohit Jenveja) | gak_pygooglechart | train |
bd38d96967e6553994f56c0c5f599bda20649f6a | diff --git a/src/me/shib/java/lib/jbotstats/JBotStats.java b/src/me/shib/java/lib/jbotstats/JBotStats.java
index <HASH>..<HASH> 100644
--- a/src/me/shib/java/lib/jbotstats/JBotStats.java
+++ b/src/me/shib/java/lib/jbotstats/JBotStats.java
@@ -24,6 +24,8 @@ public abstract class JBotStats {
return botInfo;
... | Adding a method to get redirected/shortened/analytics URL | shibme_jbotstats | train |
f7f73f0c3ac8bf2e062b9e8612b754f9728d6706 | diff --git a/modules/custom/openy_repeat/js/repeat.js b/modules/custom/openy_repeat/js/repeat.js
index <HASH>..<HASH> 100644
--- a/modules/custom/openy_repeat/js/repeat.js
+++ b/modules/custom/openy_repeat/js/repeat.js
@@ -224,7 +224,9 @@
});
availableClasses = Object.keys(availableClasses);
- ... | Make repeat.js more stable
for specific advanced aggregation cases | ymcatwincities_openy | train |
102f21543104a2c695e9ac892d5a42b26a80fd52 | diff --git a/lib/assertions.js b/lib/assertions.js
index <HASH>..<HASH> 100644
--- a/lib/assertions.js
+++ b/lib/assertions.js
@@ -462,7 +462,7 @@ module.exports = function (expect) {
});
expect.addAssertion('arrayLike', 'to be an array of', function (expect, subject, itemType) {
- expect(subject, 't... | Normalize alternation type in the right place for 'to be an array of' | unexpectedjs_unexpected | train |
0c66d5d04d57e5018ff91733aaedf92e308a4567 | diff --git a/spec/integration/sidekiq_spec.rb b/spec/integration/sidekiq_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/sidekiq_spec.rb
+++ b/spec/integration/sidekiq_spec.rb
@@ -19,8 +19,8 @@ describe SidekiqStatus::Worker do
begin
yield(pid)
ensure
- Process.kill('USR1', pid)
- ... | Trying to fix <I> build failure | cryo28_sidekiq_status | train |
d4a427e9d5f5ba593e9cf63ed3eacd1b36d9c7a7 | diff --git a/lib/plugins/index.js b/lib/plugins/index.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/index.js
+++ b/lib/plugins/index.js
@@ -701,10 +701,15 @@ function getPluginRulesCallback(req, callback) {
}
function getCodec(type) {
- return function(req, callback) {
+ var isRes = type[2] === 's';
+ return ... | feat: support for custom decoder&encoder | avwo_whistle | train |
6e293de1408adeb168eb19c9cc1c80b0bc216cf9 | diff --git a/Gemfile.lock b/Gemfile.lock
index <HASH>..<HASH> 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- yavdb (0.5.4)
+ yavdb (0.5.5)
execjs (~> 2.7)
json (~> 2.2)
kramdown (~> 2.1)
@@ -131,4 +131,4 @@ DEPENDENCIES
yavdb!
BUNDLED WITH
- ... | fix: Ignore unknown snyk package managers | rtfpessoa_yavdb | train |
6f259eae608728b046cae919640d56d0d52f8bf8 | diff --git a/test/integration/vint/linting/policy/test_prohibit_implicit_scope_variable.py b/test/integration/vint/linting/policy/test_prohibit_implicit_scope_variable.py
index <HASH>..<HASH> 100644
--- a/test/integration/vint/linting/policy/test_prohibit_implicit_scope_variable.py
+++ b/test/integration/vint/linting/p... | ProhibitImplicitScopeVariable: remove obsolete suppress_autoload option
Initially introduced in PR#<I>, suppress_autoload option became obsolete
after PR#<I> was merged as vint now skips scope checks for all functions
regardless of suppress_autoload option's value.
Code that handles policy options, which was also add... | Kuniwak_vint | train |
3127c224bb524ee522f2caf101e38d0fa2b62e32 | diff --git a/ipa/ipa_ec2.py b/ipa/ipa_ec2.py
index <HASH>..<HASH> 100644
--- a/ipa/ipa_ec2.py
+++ b/ipa/ipa_ec2.py
@@ -10,8 +10,6 @@
import boto3
-from botocore.exceptions import ClientError
-
from ipa import ipa_utils
from ipa.ipa_constants import (
EC2_CONFIG_FILE,
@@ -116,6 +114,8 @@ class EC2Provider(Ip... | Test ec2 connection in connect method.
Boto3 is lazy so testing connection yields a more useful error. | SUSE-Enceladus_ipa | train |
c1dcd23cbbc0bf4bf145a1961dec6270b58a9f96 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -68,6 +68,7 @@ setup(
author_email='tom@tomchristie.com',
packages=get_packages('uvicorn'),
install_requires=requirements,
+ data_files = [("", ["LICENSE.md"])],
classifiers=[
'Development Statu... | add license file in distribution (#<I>) | encode_uvicorn | train |
205ff1398c2ec3d57627e6f16d4ff12c77ed9cbe | diff --git a/src/Locator/ComposerLocator.php b/src/Locator/ComposerLocator.php
index <HASH>..<HASH> 100644
--- a/src/Locator/ComposerLocator.php
+++ b/src/Locator/ComposerLocator.php
@@ -32,6 +32,7 @@ class ComposerLocator implements LocatorInterface
foreach ($loaders as $loader) {
if (is_... | Fix logic error with searching of composer loader | goaop_parser-reflection | train |
8693dca9a0a7dca10382426ff61af4106b498090 | diff --git a/question/format/hotpot/format.php b/question/format/hotpot/format.php
index <HASH>..<HASH> 100644
--- a/question/format/hotpot/format.php
+++ b/question/format/hotpot/format.php
@@ -48,7 +48,9 @@ class qformat_hotpot extends qformat_default {
// get import file name
global $params;
- ... | MDL-<I>: fix setting of absolute urls for images in subfolders of course files | moodle_moodle | train |
b77a29f2f43a33645fb0e807d1586520ee2af9e9 | diff --git a/bin/generate-exports.py b/bin/generate-exports.py
index <HASH>..<HASH> 100755
--- a/bin/generate-exports.py
+++ b/bin/generate-exports.py
@@ -29,78 +29,6 @@ class Exportable(object):
return ''
-class Function(Exportable):
-
- def __init__(self, name, object_literal, return_type, objects):
-... | Remove handling of @exportFunction | openlayers_openlayers | train |
b75ff2b1e208d510c2fd0e60b499621861f1c939 | diff --git a/lib/solargraph/live_map.rb b/lib/solargraph/live_map.rb
index <HASH>..<HASH> 100644
--- a/lib/solargraph/live_map.rb
+++ b/lib/solargraph/live_map.rb
@@ -16,7 +16,9 @@ module Solargraph
def start
unless workspace.nil?
@@plugins.each do |p|
- @runners.push p.new(workspace)
+ ... | Rename open/close to start/stop. | castwide_solargraph | train |
6a4acd159ad7116c1a3ada038e669cab3f164277 | diff --git a/tasks/bump.js b/tasks/bump.js
index <HASH>..<HASH> 100644
--- a/tasks/bump.js
+++ b/tasks/bump.js
@@ -24,7 +24,7 @@ module.exports = function(grunt) {
tagName: 'v%VERSION%',
tagMessage: 'Version %VERSION%',
push: true,
- pushTo: 'origin'
+ pushTo: 'upstream'
});
v... | feat: make "upstream" the default remote | JonnyBGod_grunt-push-release | train |
aa7393b55e2eb030bffbdbb20b3cac57a1ffba75 | diff --git a/pkg/kubelet/rkt/rkt.go b/pkg/kubelet/rkt/rkt.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/rkt/rkt.go
+++ b/pkg/kubelet/rkt/rkt.go
@@ -203,6 +203,17 @@ func rawValue(value string) *json.RawMessage {
return &msg
}
+// rawValue converts the request, limit to *json.RawMessage
+func rawRequestLimit(req... | kubelet/rkt: Fix rkt status parsing, and resource requirement convertion. | kubernetes_kubernetes | train |
615cd233fa89c370bd34f09e10565ae811e23169 | diff --git a/Resources/public/js/editor/components/editor-raw.vue.js b/Resources/public/js/editor/components/editor-raw.vue.js
index <HASH>..<HASH> 100644
--- a/Resources/public/js/editor/components/editor-raw.vue.js
+++ b/Resources/public/js/editor/components/editor-raw.vue.js
@@ -49,15 +49,6 @@ Vue.component('form-ed... | Add updateInitialTextareaValue to the methods of the raw modal mixin | IDCI-Consulting_ExtraFormBundle | train |
cd02aff8e446d5d1c13d89ecb1a4ed2bbae94317 | diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/DispatcherTest.java b/flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/DispatcherTest.java
index <HASH>..<HASH> 100755
--- a/flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/DispatcherTest.java
+++ b/flink-runtime... | [FLINK-<I>][tests] Remove test timeout from DispatcherTest.testNonBlockingJobSubmission and .testInvalidCallDuringInitialization
The 5s test timeout for the DispatcherTest.testNonBlockingJobSubmission and .testInvalidCallDuringInitialization failed on the CI
infrastructure. Therefore, this commit removes these timeout... | apache_flink | train |
97abbb83129be2965de247469c17aad8610b7faa | diff --git a/pylint/config/environment_variable.py b/pylint/config/environment_variable.py
index <HASH>..<HASH> 100644
--- a/pylint/config/environment_variable.py
+++ b/pylint/config/environment_variable.py
@@ -2,6 +2,10 @@
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
# Copyright (c) https://githu... | Deprecate ``find_pylintrc`` for removal in <I> (#<I>) | PyCQA_pylint | train |
9fadf385d892931190b465b691ecef796f0eea5c | diff --git a/activesupport/lib/active_support/core_ext/string/output_safety.rb b/activesupport/lib/active_support/core_ext/string/output_safety.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/core_ext/string/output_safety.rb
+++ b/activesupport/lib/active_support/core_ext/string/output_safety.rb
@... | calling unsafe methods which don't return a string shouldn't fail | rails_rails | train |
504e19e956e41c8126c030897a7cf4de2d959671 | diff --git a/pkg/option/config.go b/pkg/option/config.go
index <HASH>..<HASH> 100644
--- a/pkg/option/config.go
+++ b/pkg/option/config.go
@@ -2523,8 +2523,16 @@ func (c *DaemonConfig) Populate() {
if nativeRoutingCIDR != "" {
c.ipv4NativeRoutingCIDR = cidr.MustParseCIDR(nativeRoutingCIDR)
+
+ if len(c.ipv4Nati... | config: add validation for IPv4NativeRoutingCIDR
Make sure the provided range is actually a v4 CIDR. | cilium_cilium | train |
56c901c1d4c919ce29657dace89db2640c5f07d2 | diff --git a/src/main/java/com/googlecode/lanterna/graphics/AbstractTextGraphics.java b/src/main/java/com/googlecode/lanterna/graphics/AbstractTextGraphics.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/googlecode/lanterna/graphics/AbstractTextGraphics.java
+++ b/src/main/java/com/googlecode/lanterna/graphics... | We should not mutate the collection that is passed in, make a copy instead | mabe02_lanterna | train |
47dfb929e1124f94a184096b2b9a15c17697de2d | diff --git a/body.js b/body.js
index <HASH>..<HASH> 100644
--- a/body.js
+++ b/body.js
@@ -32,7 +32,6 @@ module.exports = function(Object3D) {
set aspectRatio(value) {
this._aspect = value;
- this.arrangeChildren();
}
}
diff --git a/engine.js b/engine.js
index <HASH>..<HASH> 100644
--- a/en... | Fixes resizing of children objects | lcneves_w3d | train |
d47a8613e901d3e013cab8b3962c02504e07fe9b | diff --git a/demo/script.js b/demo/script.js
index <HASH>..<HASH> 100644
--- a/demo/script.js
+++ b/demo/script.js
@@ -14,7 +14,10 @@ var map = new L.Map('map', {
// add location control to global name space for testing only
// on a production site, omit the "lc = "!
lc = L.control.locate({
- follow: true
+ foll... | Correct options initialization. I was not setting not object properties correctly. Fixes #<I> | domoritz_leaflet-locatecontrol | train |
d409252adc9d501cec0d43eec04e656172db8ec8 | diff --git a/src/main/java/org/fit/cssbox/layout/BlockBox.java b/src/main/java/org/fit/cssbox/layout/BlockBox.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/fit/cssbox/layout/BlockBox.java
+++ b/src/main/java/org/fit/cssbox/layout/BlockBox.java
@@ -2224,8 +2224,7 @@ public class BlockBox extends ElementBox
... | Margin computation - rounding fix | radkovo_CSSBox | train |
d06a792e227812708aaba54d32078727a0a1446f | diff --git a/pages/spec/models/refinery/page_spec.rb b/pages/spec/models/refinery/page_spec.rb
index <HASH>..<HASH> 100644
--- a/pages/spec/models/refinery/page_spec.rb
+++ b/pages/spec/models/refinery/page_spec.rb
@@ -571,6 +571,19 @@ module Refinery
end
end
+ describe ".find_by_path_or_id!" do
+ ... | Add specs for find_by_path_or_id!.
Original pr - #<I> | refinery_refinerycms | train |
1ea62d86233951c9fb9b4488c199168b73be47ec | diff --git a/Classes/Utility/GeneralUtility.php b/Classes/Utility/GeneralUtility.php
index <HASH>..<HASH> 100755
--- a/Classes/Utility/GeneralUtility.php
+++ b/Classes/Utility/GeneralUtility.php
@@ -85,7 +85,10 @@ class GeneralUtility {
$ret = NULL;
if ($uid === NULL) {
- $ret = (int)$GLO... | [BUGFIX] fixes issue #<I> from forge | webdevops_TYPO3-metaseo | train |
4ca551f3e1b93b86a0db0ce7c401bd2b1e1b7403 | diff --git a/km3pipe/logger.py b/km3pipe/logger.py
index <HASH>..<HASH> 100644
--- a/km3pipe/logger.py
+++ b/km3pipe/logger.py
@@ -23,6 +23,16 @@ __status__ = "Development"
loggers = {} # this holds all the registered loggers
# logging.basicConfig()
+DEPRECATION = 45
+logging.addLevelName(DEPRECATION, "DEPRECATI... | Add deprecation method to loggers | tamasgal_km3pipe | train |
6edb46dd36651a55002a4aa6d089f0d0dccbcf01 | diff --git a/astrocats/catalog/analyzer.py b/astrocats/catalog/analyzer.py
index <HASH>..<HASH> 100644
--- a/astrocats/catalog/analyzer.py
+++ b/astrocats/catalog/analyzer.py
@@ -4,11 +4,13 @@ import os
from glob import glob
import numpy as np
-_IGNORE_FILES = ['LICENSE', 'README.md']
-
class Analysis:
+ _I... | ENH: improve file counting and output formatting. | astrocatalogs_astrocats | train |
e3854296701f8dc7dcd01be542c616e00fc51d9e | diff --git a/pac4j-core/src/main/java/org/pac4j/core/context/J2EContext.java b/pac4j-core/src/main/java/org/pac4j/core/context/J2EContext.java
index <HASH>..<HASH> 100644
--- a/pac4j-core/src/main/java/org/pac4j/core/context/J2EContext.java
+++ b/pac4j-core/src/main/java/org/pac4j/core/context/J2EContext.java
@@ -136,7... | changed logic for setStatus vs. sendError | pac4j_pac4j | train |
d014166bb7cc882139b3637aaabedbc2baadea19 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,9 @@
A python module that will check for package updates.
+Only whitelisted packages can be checked for updates. Contact update_checker's
+author for information on adding a package to the whitelist.
+
### In... | Output unsupported package message for untracked packages | bboe_update_checker | train |
e4a788dc1d25be51b82ea143d027523f4868f7b2 | diff --git a/test/bbox_query.js b/test/bbox_query.js
index <HASH>..<HASH> 100644
--- a/test/bbox_query.js
+++ b/test/bbox_query.js
@@ -116,55 +116,3 @@ test('query for line crossing 0 lon', function(t) {
}
});
test('teardown', s.teardown);
-
-// Test findability of a linestring along the prime meridian.
-//
-// ... | Yank failing tests for a different branch. | mapbox_cardboard | train |
5ef75d71a4f9f6d87f91b4256925e365482b1304 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -5,6 +5,12 @@ import './less/availity-bootstrap.less';
import './images/logo-availity.png';
import './images/default/love.jpg';
+// FONTS
+import './fonts/availity-icon-font.eot';
+import './fonts/availity-icon-font.svg';
... | use es6 for app entry points | Availity_availity-uikit | train |
0d99b0f4655d6a02d0ee1d3c1801db822922269d | diff --git a/addon/classes/Table.js b/addon/classes/Table.js
index <HASH>..<HASH> 100644
--- a/addon/classes/Table.js
+++ b/addon/classes/Table.js
@@ -1,4 +1,5 @@
import { A as emberArray } from '@ember/array';
+import { assert } from '@ember/debug';
import EmberObject, { computed, get } from '@ember/object';
import... | fix(Table): constructor asserts param types (#<I>) | offirgolan_ember-light-table | train |
0cdb8b10f9b47fe239ee1dbbe3db07ce60129ae1 | diff --git a/pkg/security/admission/admission_test.go b/pkg/security/admission/admission_test.go
index <HASH>..<HASH> 100644
--- a/pkg/security/admission/admission_test.go
+++ b/pkg/security/admission/admission_test.go
@@ -158,8 +158,8 @@ func TestAdmitCaps(t *testing.T) {
func testSCCAdmit(testCaseName string, sccs... | admission_test.go: rename variable to better describe its type. | openshift_origin | train |
70767d1c27113b837f7d4b787657012f67585745 | diff --git a/src/js/shepherd.js b/src/js/shepherd.js
index <HASH>..<HASH> 100644
--- a/src/js/shepherd.js
+++ b/src/js/shepherd.js
@@ -8,33 +8,6 @@ const uniqueId = (function() {
})();
/**
- * @param {*} target
- * @returns {*}
- */
-function assign(target) { // .length of function is 2
- 'use strict';
- if (targ... | Use native Array.isArray and Object.assign
Resolves #<I> | shipshapecode_shepherd | train |
9912f1cff32b09640119246cf84ac9ede6aba5e4 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,10 @@ setup(
url='https://github.com/vertexproject/synapse',
license='Apache License 2.0',
- packages=find_packages(exclude=['*.tests', '*.tests.*']),
+ packages=find_packages(exclude=['*.tests',
+ ... | Expclitly skip the scripts directory during package creation for pypi | vertexproject_synapse | train |
c32e62f4db98e724098d6c14940e2691af19ecdb | diff --git a/go/engine/signup_test.go b/go/engine/signup_test.go
index <HASH>..<HASH> 100644
--- a/go/engine/signup_test.go
+++ b/go/engine/signup_test.go
@@ -274,7 +274,7 @@ func TestSignupPassphrases(t *testing.T) {
tc := SetupEngineTest(t, "signup")
defer tc.Cleanup()
CreateAndSignupFakeUserWithPassphrase(tc, ... | Enforce 8 character minimum on *new* and *updated* passphrases. (#<I>)
Enforce 8 character minimum on *new* and *updated* passphrases. (#<I>) | keybase_client | train |
9667feb717d7088c3ad384786e9ed1847c94dcf6 | diff --git a/src/collection.js b/src/collection.js
index <HASH>..<HASH> 100644
--- a/src/collection.js
+++ b/src/collection.js
@@ -3,7 +3,6 @@
var querystring = require('querystring');
var Promise = require('bluebird');
var Request = require('request2');
-var eavesdrop = require('eavesdrop');
var exte... | Extract collection merge functionality (will allow things other than the lib to upsert data, e.g. Firebase) | bendrucker_consumr | train |
6cd6c67fb76b8de97350f7edafc3e33d749bee38 | diff --git a/src/Component/Video/Platform.php b/src/Component/Video/Platform.php
index <HASH>..<HASH> 100644
--- a/src/Component/Video/Platform.php
+++ b/src/Component/Video/Platform.php
@@ -27,14 +27,6 @@ final class Platform implements PlatformInterface
*/
public function __construct($relationship)
{
... | Fix: Turn Platform into an immutable object | refinery29_sitemap | train |
472f044ab0ebbf23be850f4c701b61de5a1e23da | diff --git a/src/Phinx/Db/Adapter/PostgresAdapter.php b/src/Phinx/Db/Adapter/PostgresAdapter.php
index <HASH>..<HASH> 100644
--- a/src/Phinx/Db/Adapter/PostgresAdapter.php
+++ b/src/Phinx/Db/Adapter/PostgresAdapter.php
@@ -1287,7 +1287,7 @@ class PostgresAdapter extends PdoAdapter
$this->createSchema($this... | consolidate setting search path to one function | cakephp_phinx | train |
5593e32934219466e29a0bbff1377ef1455c5dcc | diff --git a/code/extensions/ElementPageExtension.php b/code/extensions/ElementPageExtension.php
index <HASH>..<HASH> 100644
--- a/code/extensions/ElementPageExtension.php
+++ b/code/extensions/ElementPageExtension.php
@@ -59,7 +59,12 @@ class ElementPageExtension extends DataExtension {
}
}
- asort($list);
+... | Add ability to use method on owner for optional sorting | dnadesign_silverstripe-elemental | train |
0eec1b5bddfe5e69babc4b5c6d898a156840af0b | diff --git a/lib/mongomodel/concerns/associations/has_many_by_ids.rb b/lib/mongomodel/concerns/associations/has_many_by_ids.rb
index <HASH>..<HASH> 100644
--- a/lib/mongomodel/concerns/associations/has_many_by_ids.rb
+++ b/lib/mongomodel/concerns/associations/has_many_by_ids.rb
@@ -49,7 +49,12 @@ module MongoModel
... | Fix has_many :by => :ids associations when child objects are destroyed | spohlenz_mongomodel | train |
421442ed680d24dfbec1b363acfb0a00d05abc21 | diff --git a/esda/getisord.py b/esda/getisord.py
index <HASH>..<HASH> 100644
--- a/esda/getisord.py
+++ b/esda/getisord.py
@@ -7,12 +7,6 @@ __all__ = ["G", "G_Local"]
from libpysal.common import np, stats
from libpysal.weights.spatial_lag import lag_spatial as slag
from .tabular import _univariate_handler
-from .cra... | revert the crand engine changes in getisord | pysal_esda | train |
ccd41f7a8b147249beff1484cc2903fb48e62f2b | diff --git a/src/components/loader/loader.js b/src/components/loader/loader.js
index <HASH>..<HASH> 100644
--- a/src/components/loader/loader.js
+++ b/src/components/loader/loader.js
@@ -36,9 +36,10 @@ class Loader extends BaseObject {
}
addExternalPlugins(plugins) {
- if (plugins.playback) { this.playbackPl... | change loader to enable overriding built-in plugins by using the same name | clappr_clappr | train |
707627574b683771cf28926ac5523f3d4d8b62cb | diff --git a/lib/chamber.rb b/lib/chamber.rb
index <HASH>..<HASH> 100644
--- a/lib/chamber.rb
+++ b/lib/chamber.rb
@@ -12,6 +12,7 @@ class Chamber
def_delegators :instance, :[],
:basepath,
:load,
+ :filenames,
... | Expose FileSet#filenames via the base Chamber class | thekompanee_chamber | train |
0ab35ecce67e97e68b45c35159cab02486dd6508 | diff --git a/bundler/bundle.go b/bundler/bundle.go
index <HASH>..<HASH> 100644
--- a/bundler/bundle.go
+++ b/bundler/bundle.go
@@ -19,15 +19,16 @@ import (
// to store the most widely applicable chain, with shortness an
// explicit goal.
type Bundle struct {
- Chain []*x509.Certificate
- Cert *x509.Certific... | Zi/bundle expiry update (#<I>)
* bundle expiry should only consider leaf and intermediate certs.
Root certificate is not shown in the final result, and is usually
trusted unconditionally. In case a root CA expires, it's up to
the actual client platform to update it. We don't need to
worry about it.
* add Leaf... | cloudflare_cfssl | train |
d424db070621ee2d25fda65bdda1191a5369e83b | diff --git a/test/e2e/density.go b/test/e2e/density.go
index <HASH>..<HASH> 100644
--- a/test/e2e/density.go
+++ b/test/e2e/density.go
@@ -73,7 +73,7 @@ func extractLatencyMetrics(latencies []podLatencyData) LatencyMetric {
func density30AddonResourceVerifier() map[string]resourceConstraint {
constraints := make(map... | Increase threshold for fluentd CPU usage in density test | kubernetes_kubernetes | train |
29a42a398b1e240fe21ad3b153bd0f38090834e0 | diff --git a/telebot/__init__.py b/telebot/__init__.py
index <HASH>..<HASH> 100644
--- a/telebot/__init__.py
+++ b/telebot/__init__.py
@@ -44,7 +44,7 @@ class TeleBot:
getUpdates
"""
- def __init__(self, token):
+ def __init__(self, token, threaded=True):
"""
:param token: bot AP... | Restored the non-threaded variant | eternnoir_pyTelegramBotAPI | train |
b81546d55553c33ff7f0ae49cc737295768fb1dc | diff --git a/src/TagField.php b/src/TagField.php
index <HASH>..<HASH> 100644
--- a/src/TagField.php
+++ b/src/TagField.php
@@ -275,8 +275,12 @@ class TagField extends MultiSelectField
// Convert an array of values into a datalist of options
if (!$values instanceof SS_List) {
if (is_array(... | FIX Use existing source datalist if available before creating a new one (closes #<I>)
Fix for #<I> - Issue when utilizing multiple of same parent class | silverstripe_silverstripe-tagfield | train |
859016205a26e0dbe34ca5c6ff13982aa53f7b74 | diff --git a/synapse/lib/certdir.py b/synapse/lib/certdir.py
index <HASH>..<HASH> 100644
--- a/synapse/lib/certdir.py
+++ b/synapse/lib/certdir.py
@@ -868,6 +868,20 @@ class CertDir:
return sslctx
+ def saveCertPem(self, cert, path):
+ '''
+ Save a certificate in PEM format to a file outsi... | default self-signed ssl cert generation | vertexproject_synapse | train |
43e5a0ed31a9d5d2835241355d02f2bc2ef51bea | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,5 +1,7 @@
var path = require('path');
var url = require('url');
+var http = require('http');
+var https = require('https');
module.exports = curlI;
@@ -11,10 +13,18 @@ function buildUAString() {
function curlI(opts,... | Add support for custom User-Agent header | joshgillies_node-curli | train |
d19fa385eed8f96b5e851d0ffee71c141c5cbe8e | diff --git a/lib/chef/cookbook_manifest.rb b/lib/chef/cookbook_manifest.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/cookbook_manifest.rb
+++ b/lib/chef/cookbook_manifest.rb
@@ -46,6 +46,11 @@ class Chef
# cookbook_version in the "manifest" format, or #to_json to get a JSON
# representation of the cookbook_v... | Remove deprecations for Cookbook Version HTTP resource behaviors
We cannot determine the best way to organize various CookbookManifest
formats ahead of time, so we make the CookbookManifest API private, and
un-deprecate the methods in CookbookVersion that delegate to
CookbookManifest. We'll re-deprecate these when we ... | chef_chef | train |
034985fe12cd0ae8f98ea405cbc7209e153ef118 | diff --git a/src/select.js b/src/select.js
index <HASH>..<HASH> 100644
--- a/src/select.js
+++ b/src/select.js
@@ -52,7 +52,13 @@ define(function(require) {
var sizer = $('<div/>').addClass('select-sizer');
var width = 0;
- $('body').append(sizer);
+ if( Boolean( $(docu... | putting fuelux select sizer in a differnt place if html tag doesn't have fuelux class | ExactTarget_fuelux | train |
3e4c081af5b5410b318e5abde2aab44a8ba1a031 | diff --git a/rack-protection/lib/rack/protection/authenticity_token.rb b/rack-protection/lib/rack/protection/authenticity_token.rb
index <HASH>..<HASH> 100644
--- a/rack-protection/lib/rack/protection/authenticity_token.rb
+++ b/rack-protection/lib/rack/protection/authenticity_token.rb
@@ -143,7 +143,7 @@ module Rack
... | Update rack-protection/lib/rack/protection/authenticity_token.rb | sinatra_sinatra | train |
dd99a9ca7b1f597ce6c395e5aaef9d74e0194421 | diff --git a/src/HashSet.php b/src/HashSet.php
index <HASH>..<HASH> 100644
--- a/src/HashSet.php
+++ b/src/HashSet.php
@@ -13,6 +13,7 @@ class HashSet extends AbstractSet implements Set {
*/
private $hashFunction = NULL;
+
/**
* @param callable $hashFunction
*
@@ -22,6 +23,7 @@ class HashS... | Simplification: `HashSet` now has `hashGuard` to simplify type checking. | morrisonlevi_Ardent | train |
0464f6d2c645a6562ffee977ff13df05101aaefd | diff --git a/lib/jsdom/browser/htmltodom.js b/lib/jsdom/browser/htmltodom.js
index <HASH>..<HASH> 100644
--- a/lib/jsdom/browser/htmltodom.js
+++ b/lib/jsdom/browser/htmltodom.js
@@ -23,12 +23,17 @@ var HtmlToDom = function(parser){
length = (node.attributes && node.attributes.length) ?
... | some scripts expect access to attributes by index | jsdom_jsdom | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.