hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
2a11be26723f14a2098bedea3a3bb66bceff4d61 | diff --git a/delocate/tests/test_tools.py b/delocate/tests/test_tools.py
index <HASH>..<HASH> 100644
--- a/delocate/tests/test_tools.py
+++ b/delocate/tests/test_tools.py
@@ -5,7 +5,8 @@ import os
from os.path import join as pjoin, split as psplit, abspath, dirname
import shutil
-from ..tools import back_tick, ensu... | RF+TST: add utility to find package directories
Find package sub-directories in a directory. | matthew-brett_delocate | train |
d42186cc9e27b84239d52698c5ccf03a3aaf36d6 | diff --git a/core.js b/core.js
index <HASH>..<HASH> 100644
--- a/core.js
+++ b/core.js
@@ -3,7 +3,6 @@ const {EventEmitter} = events;
const path = require('path');
const fs = require('fs');
const url = require('url');
-const child_process = require('child_process');
const os = require('os');
const util = require('... | Remove dead child_process require from core.js | exokitxr_exokit | train |
6670fa986f16a2c0fab38380ae133625d039562a | diff --git a/tests/framework/widgets/MenuTest.php b/tests/framework/widgets/MenuTest.php
index <HASH>..<HASH> 100644
--- a/tests/framework/widgets/MenuTest.php
+++ b/tests/framework/widgets/MenuTest.php
@@ -35,11 +35,11 @@ class MenuTest extends \yiiunit\TestCase
]
]);
- $this->assertEqua... | Updated MenuTest. Verified that item template override works correctly
Closes #<I> | yiisoft_yii2 | train |
b8349101ece785d7e72a2fc85a7036de74939384 | diff --git a/api/server.go b/api/server.go
index <HASH>..<HASH> 100644
--- a/api/server.go
+++ b/api/server.go
@@ -27,7 +27,7 @@ import (
"gopkg.in/tylerb/graceful.v1"
)
-const Version = "0.13.0-rc2"
+const Version = "0.13.0-rc3"
func getProvisioner() (string, error) {
provisioner, err := config.GetString("pr... | api/server: bump to <I>-rc3 | tsuru_tsuru | train |
a7b08cced302e7384e8575a9108c4efe21865d27 | diff --git a/autopep8.py b/autopep8.py
index <HASH>..<HASH> 100755
--- a/autopep8.py
+++ b/autopep8.py
@@ -3359,9 +3359,14 @@ def apply_config_defaults(parser, arguments):
def global_config_arg(arguments):
"""Get --global-config arg from arguments.
"""
- for arg in arguments:
- if arg.startswith('-... | FIX autocomplete for --global-config arg and with space sep | hhatto_autopep8 | train |
5b4666cd22c94405cc39c9f8d9a99608c6304d5f | diff --git a/src/Exceptions/ExceptionHandler.php b/src/Exceptions/ExceptionHandler.php
index <HASH>..<HASH> 100644
--- a/src/Exceptions/ExceptionHandler.php
+++ b/src/Exceptions/ExceptionHandler.php
@@ -25,7 +25,7 @@ class ExceptionHandler implements ExceptionHandlerInterface
*/
public function handleExcepti... | Do not user Laravel class_basename function in ExceptionHandler (#<I>) | botman_botman | train |
bd32b8a98bd53883e1a9d4d286c7db9b45246095 | diff --git a/ibis/expr/window.py b/ibis/expr/window.py
index <HASH>..<HASH> 100644
--- a/ibis/expr/window.py
+++ b/ibis/expr/window.py
@@ -298,7 +298,15 @@ class Window:
def rows_with_max_lookback(rows, max_lookback):
- """Create a bound preceding value for use with trailing window functions"""
+ """Create a... | Remove pandas exception for rows_with_max_lookback
Without this exception external clients will be able to use
rows_with_max_lookback with pandas | ibis-project_ibis | train |
9263766be23c67bb82f51775847ba2b868970c79 | diff --git a/source/rafcon/gui/start.py b/source/rafcon/gui/start.py
index <HASH>..<HASH> 100755
--- a/source/rafcon/gui/start.py
+++ b/source/rafcon/gui/start.py
@@ -35,7 +35,6 @@ from rafcon.gui.controllers.main_window import MainWindowController
from rafcon.gui.views.main_window import MainWindowView
from rafcon.g... | Make use of wait_for_gui
Shorten code by making use of new function wait_for_gui | DLR-RM_RAFCON | train |
58387dce69d20cb91e9449203dde5cbe9f85ba33 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -11,8 +11,7 @@ setup(
author='Stephen Holsapple',
author_email='sholsapp@gmail.com',
url='http://www.google.com',
- package_dir={'py509': ''},
- packages=['py509'],
+ packages=['py509', 'py509.asn1'],
install_re... | Nope, I'm just wrong and need to specify manually. | sholsapp_py509 | train |
d814276910c21f7ff20120c5ca425ab04ed78549 | diff --git a/src/js/BottomNavigations/__tests__/BottomNav.js b/src/js/BottomNavigations/__tests__/BottomNav.js
index <HASH>..<HASH> 100644
--- a/src/js/BottomNavigations/__tests__/BottomNav.js
+++ b/src/js/BottomNavigations/__tests__/BottomNav.js
@@ -24,6 +24,7 @@ describe('BottomNav', () => {
active={false}
... | Forgot to update tests after index changes for BottomNav.. Whoops | mlaursen_react-md | train |
c2f675ad960679a9913533d0730d167c2339f9a8 | diff --git a/dateparser/freshness_date_parser.py b/dateparser/freshness_date_parser.py
index <HASH>..<HASH> 100644
--- a/dateparser/freshness_date_parser.py
+++ b/dateparser/freshness_date_parser.py
@@ -126,11 +126,11 @@ class FreshnessDateDataParser(object):
break
td = relativedelta(**k... | Checks didn't like that. Let's try this way | scrapinghub_dateparser | train |
731b66fe6dc19525a98ce98641ce51d758e12ad0 | diff --git a/routes/api/jobs.js b/routes/api/jobs.js
index <HASH>..<HASH> 100644
--- a/routes/api/jobs.js
+++ b/routes/api/jobs.js
@@ -67,9 +67,13 @@ exports.jobs_start = function(req, res) {
res.statusCode = 400;
return res.end("you must configure " + url + " before you can start a job for it");
}
-... | detect manual setup case (no github_metadata defined) and support it.
closes #<I>. | Strider-CD_strider | train |
f412b842dd9cf943cdd9a5ce2b2b6e66a42c0a98 | diff --git a/src/LeagueWrap/Api/Champion.php b/src/LeagueWrap/Api/Champion.php
index <HASH>..<HASH> 100644
--- a/src/LeagueWrap/Api/Champion.php
+++ b/src/LeagueWrap/Api/Champion.php
@@ -84,7 +84,9 @@ class Champion extends AbstractApi {
*/
public function free()
{
- $this->free = 'true';
- return $this->all()... | Champion->free() now resets the freeToPlay marker | paquettg_leaguewrap | train |
e622ff434b7d124a8f945c73bb7c55415bcd92df | diff --git a/test/k8sT/Chaos.go b/test/k8sT/Chaos.go
index <HASH>..<HASH> 100644
--- a/test/k8sT/Chaos.go
+++ b/test/k8sT/Chaos.go
@@ -232,12 +232,11 @@ var _ = Describe("K8sChaosTest", func() {
ctx,
helpers.DefaultNamespace,
netperfClient,
- fmt.Sprintf("netperf -l 300 -t TCP_STREAM -H %s", podsIps[n... | [CI] Don't kill netperf process in chaos tests | cilium_cilium | train |
f61c41a9a00ae148b14f4bb493a37224c3a6e033 | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -267,3 +267,18 @@ Equal(
"Check that every function has a doctring"
);
+// check that no line of the code is longer than 80 characters
+Refute((function () {
+ var tooLong = function (line) {
+ return line.le... | fail tests if any line is > <I> chars | ansuz_ansuzjs | train |
235b55d2f6d733124ffa27d418e3be57240ebc75 | diff --git a/spec/mysql2/error_spec.rb b/spec/mysql2/error_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/mysql2/error_spec.rb
+++ b/spec/mysql2/error_spec.rb
@@ -53,7 +53,9 @@ describe Mysql2::Error do
error
end
- it "returns error messages as UTF-8" do
+ it "returns error messages as UTF-8 by defa... | reset Encoding.default_internal before depending on it's behavior | brianmario_mysql2 | train |
443b1256ea7c0eb5b3cd2f992d21718e0fd583c5 | diff --git a/src/Utils.js b/src/Utils.js
index <HASH>..<HASH> 100644
--- a/src/Utils.js
+++ b/src/Utils.js
@@ -30,7 +30,7 @@ var Utils = {
* log.error('VIRHE! Tulostuu punaisen ja lihavoidun ERROR-tagin kanssa.');
* log.fatal('KRIITTINEN VIRHE! Tulostuu punaisen ja lihavoidun FATAL-tagin kanssa.');
*/
- lo... | Construct the logger to work better with boolean param --debug | cb-hackers_node-NetMatch | train |
ecc907b33acf1725a603ed2921acb7a9f68194b6 | diff --git a/lib/blockscore/person.rb b/lib/blockscore/person.rb
index <HASH>..<HASH> 100644
--- a/lib/blockscore/person.rb
+++ b/lib/blockscore/person.rb
@@ -11,7 +11,7 @@ module BlockScore
def initialize(options = {})
super
- @question_set = BlockScore::QuestionSet.new(:person_id => id)
+ ... | make sure question_set methods can be called through Person instances | BlockScore_blockscore-ruby | train |
7673d77fbb8f0073ca03ddc709c5ad7332b78d2b | diff --git a/asammdf/blocks/utils.py b/asammdf/blocks/utils.py
index <HASH>..<HASH> 100644
--- a/asammdf/blocks/utils.py
+++ b/asammdf/blocks/utils.py
@@ -207,13 +207,18 @@ def matlab_compatible(name):
"""
- compatible_name = [ch if ch in ALLOWED_MATLAB_CHARS else "_" for ch in name]
+ compatible_name = ... | try to ensure maximum Matlab variable name for .mat export | danielhrisca_asammdf | train |
5329c61d84ca12d05b6fe64934f6242ecb32015d | diff --git a/subprocrunner/_subprocess_runner.py b/subprocrunner/_subprocess_runner.py
index <HASH>..<HASH> 100644
--- a/subprocrunner/_subprocess_runner.py
+++ b/subprocrunner/_subprocess_runner.py
@@ -99,6 +99,14 @@ class SubprocessRunner:
self.__quiet = quiet
+ def __repr__(self) -> str:
+ ret... | Add __repr__ method to SubprocessRunner class | thombashi_subprocrunner | train |
9c5e55ebcbde0e2ce836e6bff377afc752df0fb6 | diff --git a/Simple Flask server/server.py b/Simple Flask server/server.py
index <HASH>..<HASH> 100644
--- a/Simple Flask server/server.py
+++ b/Simple Flask server/server.py
@@ -168,13 +168,13 @@ class ActionView(View):
result = self.action(request, *args, **kwargs)
# Is it a redirect ?
- if... | Type-checking with isinstance | ebu_PlugIt | train |
e8c114aacfce9c404e41d16cec045e15fecd06cc | diff --git a/scisalt/matplotlib/colorbar.py b/scisalt/matplotlib/colorbar.py
index <HASH>..<HASH> 100644
--- a/scisalt/matplotlib/colorbar.py
+++ b/scisalt/matplotlib/colorbar.py
@@ -41,12 +41,12 @@ def colorbar(ax, im, fig=None, loc="right", size="5%", pad="3%"):
width = fig.get_figwidth()
new = widt... | Some mostly behind-the-scenes changes | joelfrederico_SciSalt | train |
87ae215a6a56c14bd9e652e159553b700be6e42e | diff --git a/pgmpy/factors/Factor.py b/pgmpy/factors/Factor.py
index <HASH>..<HASH> 100644
--- a/pgmpy/factors/Factor.py
+++ b/pgmpy/factors/Factor.py
@@ -1,11 +1,10 @@
import functools
+from itertools import product
from collections import namedtuple
-from copy import deepcopy
import numpy as np
from pgmpy.ext... | removes assignment method because not getting used anywhere | pgmpy_pgmpy | train |
37cb54d721d2de57166d47ed0ca6ac711e08651d | diff --git a/lib/ddr/antivirus/version.rb b/lib/ddr/antivirus/version.rb
index <HASH>..<HASH> 100644
--- a/lib/ddr/antivirus/version.rb
+++ b/lib/ddr/antivirus/version.rb
@@ -1,5 +1,5 @@
module Ddr
module Antivirus
- VERSION = "1.2.1.post"
+ VERSION = "1.3.0.post"
end
end | Bumped version to <I>.post | duke-libraries_ddr-antivirus | train |
468be0d80f22213c77c97ed2576c246b38252940 | diff --git a/holoviews/core/data.py b/holoviews/core/data.py
index <HASH>..<HASH> 100644
--- a/holoviews/core/data.py
+++ b/holoviews/core/data.py
@@ -247,13 +247,18 @@ class Columns(Element):
return self.interface.dframe(as_table)
- def array(self):
+ def array(self, as_table=False):
if... | Improved array and dframe methods | pyviz_holoviews | train |
53fc92f7562a5369983ddd5f9c232863929e9c5b | diff --git a/spec/models/has_vcards/concerns/has_vcards_spec.rb b/spec/models/has_vcards/concerns/has_vcards_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/models/has_vcards/concerns/has_vcards_spec.rb
+++ b/spec/models/has_vcards/concerns/has_vcards_spec.rb
@@ -22,7 +22,7 @@ describe HasVcards::Concerns::HasVcards do
... | Do not use %i syntax to stay compatible with Ruby <I> | huerlisi_has_vcards | train |
6f501624288d66db1c8d07db56bd0f67c472a7d6 | diff --git a/driver/src/main/java/org/kaazing/k3po/driver/internal/netty/bootstrap/http/HttpServerChannelSink.java b/driver/src/main/java/org/kaazing/k3po/driver/internal/netty/bootstrap/http/HttpServerChannelSink.java
index <HASH>..<HASH> 100644
--- a/driver/src/main/java/org/kaazing/k3po/driver/internal/netty/bootstr... | Using channel address as the key. Channel address has transport field
that can be used in comparison | k3po_k3po | train |
5d60be917de7770521e9fe57da9a69152488df0c | diff --git a/src/test/java/com/beust/jcommander/JCommanderTest.java b/src/test/java/com/beust/jcommander/JCommanderTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/beust/jcommander/JCommanderTest.java
+++ b/src/test/java/com/beust/jcommander/JCommanderTest.java
@@ -1305,10 +1305,36 @@ public class JCommand... | Add test for commands without a dash. | cbeust_jcommander | train |
eedc0e9ecccfa79d52dbf2db492385d9cda9b78c | diff --git a/qtpylib/tools.py b/qtpylib/tools.py
index <HASH>..<HASH> 100644
--- a/qtpylib/tools.py
+++ b/qtpylib/tools.py
@@ -299,7 +299,7 @@ def backdate(res, date=None, as_datetime=False, fmt='%Y-%m-%d', tz="UTC"):
return new_date.strftime('%Y-%m-%d %H:%M:%S.%f')
# ---------------------------------------... | added option to return string or datetime object
+ renamed previousWeekday to previous_weekday | ranaroussi_qtpylib | train |
1cf66db2bbf1820f8b19608fd93c96ebfcc7fb32 | diff --git a/GestureHandler.js b/GestureHandler.js
index <HASH>..<HASH> 100644
--- a/GestureHandler.js
+++ b/GestureHandler.js
@@ -439,7 +439,7 @@ function validatePanGestureHandlerProps(props) {
if (
Array.isArray(props.activeOffsetY) &&
- (props.activeOffsetY[0] > 0 || props.activeOffsetX[1] < 0)
+ (p... | Fix reference to failOffsetY (#<I>)
There is a typo which makes it so you cannot give the new `activeOffsetX/Y` and `failOffsetX/Y` props separately. | kmagiera_react-native-gesture-handler | train |
d56547e83074ab8bbf1d75befa63568981fd77a4 | diff --git a/uncompyle6/parsers/parse33.py b/uncompyle6/parsers/parse33.py
index <HASH>..<HASH> 100644
--- a/uncompyle6/parsers/parse33.py
+++ b/uncompyle6/parsers/parse33.py
@@ -34,7 +34,6 @@ class Python33Parser(Python32Parser):
self.remove_rules("""
# 3.3+ adds POP_BLOCKS
whileTruestmt ::=... | Reinstate a <I> grammar rule | rocky_python-uncompyle6 | train |
42a6a2aba6d4b62e3eace305e22951aeb9d882f1 | diff --git a/master/buildbot/process/builder.py b/master/buildbot/process/builder.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/process/builder.py
+++ b/master/buildbot/process/builder.py
@@ -106,9 +106,9 @@ class Builder(util_service.ReconfigurableServiceMixin,
# build.
builderid = yield self.... | process: Fix race condition in builder info updates during reconfig | buildbot_buildbot | train |
d5b4e4f1e48936a92cfde46bc243373a06df7293 | diff --git a/lib/atdis/model.rb b/lib/atdis/model.rb
index <HASH>..<HASH> 100644
--- a/lib/atdis/model.rb
+++ b/lib/atdis/model.rb
@@ -34,8 +34,8 @@ module ATDIS
end
def translate_field_mappings(p)
- f = ActiveSupport::OrderedHash.new
- ca = ActiveSupport::OrderedHash.new
+ f = {}
+... | Don't need OrderedHash as we are not supporting ruby <I> | openaustralia_atdis | train |
914a2a325a94139065f4cb0b98f81d12792477df | diff --git a/test/e2e/auth/node_authn.go b/test/e2e/auth/node_authn.go
index <HASH>..<HASH> 100644
--- a/test/e2e/auth/node_authn.go
+++ b/test/e2e/auth/node_authn.go
@@ -51,13 +51,6 @@ var _ = SIGDescribe("[Feature:NodeAuthenticator]", func() {
nodeIPs := e2enode.GetAddressesByTypeAndFamily(&nodes.Items[0], v1.No... | auth e2e: node_authn test: don't expect a SA secret
The test was expecting an SA token in a secret but pods are getting
their SA tokens via projected volumes by default. Also, the SA token
controller function is getting reduced so the original check is likely
to fail. | kubernetes_kubernetes | train |
2e904106a5c577df6755e394f52ac718a648e7d5 | diff --git a/src/client/pkg/discovery/discovery.go b/src/client/pkg/discovery/discovery.go
index <HASH>..<HASH> 100644
--- a/src/client/pkg/discovery/discovery.go
+++ b/src/client/pkg/discovery/discovery.go
@@ -4,8 +4,10 @@ import (
"fmt"
)
+// ErrCancelled is returned when an action is cancelled by the user
var ... | Fix linting in discovery package | pachyderm_pachyderm | train |
52c52dfca005ff97681fc5a47726b75e527d638c | diff --git a/src/Popover.js b/src/Popover.js
index <HASH>..<HASH> 100644
--- a/src/Popover.js
+++ b/src/Popover.js
@@ -23,7 +23,7 @@ type PlacementEightPoints =
| 'autoHorizontalBottom';
type Props = {
- placement: PlacementFourSides | PlacementEightPoints,
+ placement?: PlacementFourSides | PlacementEightPoint... | In Popover and Tooltip, delete the default for placement (#<I>) | rsuite_rsuite | train |
5fc31716dd4676318b9857f8ce3bd2e9afd6a5ca | diff --git a/src/Composer/Util/Http/CurlDownloader.php b/src/Composer/Util/Http/CurlDownloader.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Util/Http/CurlDownloader.php
+++ b/src/Composer/Util/Http/CurlDownloader.php
@@ -74,7 +74,7 @@ class CurlDownloader
$this->multiHandle = $mh = curl_multi_init();
... | Avoid using CURLPIPE_HTTP1 in php<I>+ | composer_composer | train |
f63f90134ad46059e7848515d8be5284644bd95c | diff --git a/actionpack/test/template/form_helper_test.rb b/actionpack/test/template/form_helper_test.rb
index <HASH>..<HASH> 100644
--- a/actionpack/test/template/form_helper_test.rb
+++ b/actionpack/test/template/form_helper_test.rb
@@ -106,7 +106,6 @@ class FormHelperTest < ActionView::TestCase
if object.is_a?(... | Rename duplicated test, and give it a correct name. Remove nonsense line. | rails_rails | train |
0d5d6486879437b8667d862c6e64d3a715d92339 | diff --git a/drools-compiler/src/test/java/org/drools/compiler/integrationtests/AddRemoveRulesTest.java b/drools-compiler/src/test/java/org/drools/compiler/integrationtests/AddRemoveRulesTest.java
index <HASH>..<HASH> 100644
--- a/drools-compiler/src/test/java/org/drools/compiler/integrationtests/AddRemoveRulesTest.jav... | [DROOLS-<I>] Remove @Ignore from failing test | kiegroup_drools | train |
c8f765986d9614fefbe80511c7cdfff693b16d1b | diff --git a/backbone.queryparams.js b/backbone.queryparams.js
index <HASH>..<HASH> 100644
--- a/backbone.queryparams.js
+++ b/backbone.queryparams.js
@@ -37,12 +37,14 @@ var _getFragment = function(fragment, forcePushState) {
}
_.extend(Backbone.History.prototype, {
- getFragment : function(fragment, forcePushSta... | Fix IE doubling the query parameters on the url (before and after the fragment), now it shows only before the fragment | jhudson8_backbone-query-parameters | train |
fd146c672a32285248962e52c0978a73e0d4f061 | diff --git a/python/rez/cli/build.py b/python/rez/cli/build.py
index <HASH>..<HASH> 100644
--- a/python/rez/cli/build.py
+++ b/python/rez/cli/build.py
@@ -164,7 +164,6 @@ def setup_parser(parser):
help="build type")
parser.add_argument("-b", "--build-system", dest="build_system",
... | + Minor bug fixes to previous commits. | nerdvegas_rez | train |
7bc80acad0b8112691979a68b0e7f7ad59b64e21 | diff --git a/serenata_toolbox/datasets.py b/serenata_toolbox/datasets.py
index <HASH>..<HASH> 100644
--- a/serenata_toolbox/datasets.py
+++ b/serenata_toolbox/datasets.py
@@ -14,7 +14,8 @@ def fetch_latest_backup(destination_path,
'2016-11-19-current-year.xz',
'2016-11-19-last-year.xz',
... | Adds congressperson civil names to datasets | okfn-brasil_serenata-toolbox | train |
c6939d57dcdce70ecfec7a6d67d4c00f770ec6a7 | diff --git a/webhook.go b/webhook.go
index <HASH>..<HASH> 100644
--- a/webhook.go
+++ b/webhook.go
@@ -186,7 +186,7 @@ func main() {
}
router.HandleFunc("/", func(w http.ResponseWriter, req *http.Request) {
- fmt.Fprintf(w, "OK")
+ fmt.Fprint(w, "OK")
})
router.HandleFunc(hooksURL, hookHandler)
@@ -273,7 ... | Replaced fmt.Frpintf calls with fmt.Fprint when there's no formatting used
This fixes #<I> | adnanh_webhook | train |
a27354a82b0954a22612c022d86c8b1df9e120ef | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -209,7 +209,8 @@ setup(
packages=find_packages(exclude=['test', 'test.*']),
- install_requires=['colorama', 'doppel', 'enum-compat', 'packaging', 'six'],
+ install_requires=['colorama', 'doppel==0.1.0.dev0', 'en... | Explicitly specify doppel version
This works around an issue with pip (or PyPI?) where it won't pick up doppel,
presumably because it's a dev release. | jimporter_bfg9000 | train |
c255bcd40054a6d889d04d19ff8325717720ccd1 | diff --git a/lib/waterline.js b/lib/waterline.js
index <HASH>..<HASH> 100644
--- a/lib/waterline.js
+++ b/lib/waterline.js
@@ -207,14 +207,18 @@ Waterline.prototype.initialize = function(options, cb) {
}, next);
}]
- }, function(err) {
- if (err) return cb(err);
- self.bootstrap(function(err) {
- ... | pull auto-migrations out of waterline core | balderdashy_waterline | train |
ec7cca33e8b10ad36797ab079e39b9d766a0ae5b | diff --git a/jira/client.py b/jira/client.py
index <HASH>..<HASH> 100644
--- a/jira/client.py
+++ b/jira/client.py
@@ -404,6 +404,34 @@ class JIRA(object):
filters = [Filter(self._options, self._session, raw_filter_json) for raw_filter_json in r_json]
return filters
+ def create_filter(self, name... | Added create_filter(name = None, description = None,
jql = None, favourite = None)
It uses the post feature of /rest/api/2/filter to create a new filter. | pycontribs_jira | train |
39ddfbe950cf567bb23e70a1723f4b847d7c4974 | diff --git a/salt/modules/smtp.py b/salt/modules/smtp.py
index <HASH>..<HASH> 100644
--- a/salt/modules/smtp.py
+++ b/salt/modules/smtp.py
@@ -105,7 +105,7 @@ def send_msg(recipient,
log.debug("Exception: {0}" . format(_error))
return False
- if not use_ssl in ['True', 'true']:
+ if use_ssl no... | Fix PEP8 E<I> - test for membership should be "not in" | saltstack_salt | train |
b719398d55e3a3f0d65141a69988149e5b3d04d6 | diff --git a/cli/cumulusci.py b/cli/cumulusci.py
index <HASH>..<HASH> 100644
--- a/cli/cumulusci.py
+++ b/cli/cumulusci.py
@@ -37,10 +37,8 @@ class Config(object):
'OAUTH_CLIENT_ID',
'OAUTH_CLIENT_SECRET',
'OAUTH_CALLBACK_URL',
- 'INSTANCE_URL',
'REFRESH_TOKEN',
'MRBE... | Pass --environment option from ci apextestsdb_upload and print the
subcommand being called with arguments | SFDO-Tooling_CumulusCI | train |
35e11677f60d94d5934ee26f6c9ec8329cd09656 | diff --git a/test/functional/python2icu.js b/test/functional/python2icu.js
index <HASH>..<HASH> 100644
--- a/test/functional/python2icu.js
+++ b/test/functional/python2icu.js
@@ -1,4 +1,19 @@
-var fs = require('fs');
-var path = require('path');
var tap = require('tap');
var po2icu = require('../../lib/po2icu');
+
+t... | Add functional test for formatted po file | LLK_po2icu | train |
b200428dd672ac1de2701d72b296482e3353b44b | diff --git a/lib/eiscp.rb b/lib/eiscp.rb
index <HASH>..<HASH> 100644
--- a/lib/eiscp.rb
+++ b/lib/eiscp.rb
@@ -4,6 +4,6 @@ module EISCP
VERSION = '0.0.3'
end
-require 'eiscp/receiver'
-require 'eiscp/message'
-require 'eiscp/command'
+require_relative './eiscp/receiver'
+require_relative './eiscp/message'
+requir... | require_relative suggests refactoring is needed but this works for now | mikerodrigues_onkyo_eiscp_ruby | train |
1dc9fe7f96fbb0cafa1b6c8ba2e4fb982b77bc5b | diff --git a/glamkit_collections/contrib/work_creator/models.py b/glamkit_collections/contrib/work_creator/models.py
index <HASH>..<HASH> 100644
--- a/glamkit_collections/contrib/work_creator/models.py
+++ b/glamkit_collections/contrib/work_creator/models.py
@@ -321,7 +321,6 @@ class WorkBase(
blank=True,
... | admin_notes is now in parent ICEkit | ic-labs_django-icekit | train |
61b32009079282b62ab2db591b60c4f43ee43e86 | diff --git a/tests/try_with_value.js b/tests/try_with_value.js
index <HASH>..<HASH> 100644
--- a/tests/try_with_value.js
+++ b/tests/try_with_value.js
@@ -23,7 +23,6 @@ function CounterAggregate(){
util.inherits(CounterAggregate, esdf.core.EventSourcedAggregate);
CounterAggregate.prototype.incrementAndReturn = func... | Fix passing of method return values after automatic tryWith retries in advanced mode, too | rkaw92_esdf | train |
dec0a9ce5ba068c11645ae0be0f301369f4f5f95 | diff --git a/controllers/base.php b/controllers/base.php
index <HASH>..<HASH> 100644
--- a/controllers/base.php
+++ b/controllers/base.php
@@ -419,14 +419,16 @@ abstract class Decoy_Base_Controller extends Controller {
$items = Model::where_in('id', $ids);
if (empty($items)) return Response::error('404');
- ... | Deleting each row one at a time so that events get fires | BKWLD_decoy | train |
d24e3a5752be5fd5dfa526c199cdda97322b421a | diff --git a/react-mixin-manager.js b/react-mixin-manager.js
index <HASH>..<HASH> 100644
--- a/react-mixin-manager.js
+++ b/react-mixin-manager.js
@@ -220,6 +220,7 @@
if (match && !_mixins[match[1]]) {
_add(match[1]);
}
+ return mixin;
}
function GROUP() {
@@ -297,11 +... | return the mixin added from the add mixin call | jhudson8_react-mixin-manager | train |
6465c2aac3efc2e49349578836e2917812fc4350 | diff --git a/pkg/datapath/loader/cache.go b/pkg/datapath/loader/cache.go
index <HASH>..<HASH> 100644
--- a/pkg/datapath/loader/cache.go
+++ b/pkg/datapath/loader/cache.go
@@ -276,25 +276,34 @@ func (o *objectCache) fetchOrCompile(ctx context.Context, cfg datapath.EndpointC
}()
}
+ scopedLog := log.WithField(logf... | loader: Improve logging of template build failures | cilium_cilium | train |
036ec16e33022d6d5e1b557d0a1d9414025ff888 | diff --git a/livelossplot/main_logger.py b/livelossplot/main_logger.py
index <HASH>..<HASH> 100644
--- a/livelossplot/main_logger.py
+++ b/livelossplot/main_logger.py
@@ -25,6 +25,16 @@ class MainLogger:
auto_generate_groups_if_not_available: bool = True,
auto_generate_metric_to_name: bool = True
... | Doctring in main logger init | stared_livelossplot | train |
87a313c77e3c73a24ac932ecaf577ff149477082 | diff --git a/lib/discourse/oneboxer/gist_onebox.rb b/lib/discourse/oneboxer/gist_onebox.rb
index <HASH>..<HASH> 100644
--- a/lib/discourse/oneboxer/gist_onebox.rb
+++ b/lib/discourse/oneboxer/gist_onebox.rb
@@ -1,29 +1,31 @@
require_dependency 'oneboxer/handlebars_onebox'
-module Oneboxer
- class GistOnebox < Handl... | namespacing gist oneboxer | discourse_onebox | train |
dac27368bfc227df6954af16fcc111367a803c41 | diff --git a/tests/Unit/Application/Model/OrderTest.php b/tests/Unit/Application/Model/OrderTest.php
index <HASH>..<HASH> 100644
--- a/tests/Unit/Application/Model/OrderTest.php
+++ b/tests/Unit/Application/Model/OrderTest.php
@@ -10,6 +10,7 @@ use oxArticleHelper;
use \oxdeliverylist;
use oxEmailHelper;
use \oxFiel... | OXDEV-<I> Update tests | OXID-eSales_oxideshop_ce | train |
bbc7d7efc216ced3078e274724e08332df56de1f | diff --git a/memproxy.go b/memproxy.go
index <HASH>..<HASH> 100644
--- a/memproxy.go
+++ b/memproxy.go
@@ -7,6 +7,7 @@ package main
import "bufio"
import "bytes"
+import "crypto/rand"
import "encoding/binary"
import "errors"
import "fmt"
@@ -51,13 +52,30 @@ type Metadata struct {
OrigFlags int32
NumChu... | generating unique tokens, adding to metadata struct | Netflix_rend | train |
f695168a121d2d1410fd7f293e3c9250e7f96d40 | diff --git a/components/table/header-cell.js b/components/table/header-cell.js
index <HASH>..<HASH> 100644
--- a/components/table/header-cell.js
+++ b/components/table/header-cell.js
@@ -37,11 +37,11 @@ export default class HeaderCell extends PureComponent {
iconGlyph = sortOrder ? sortedUpIcon : sortedDownIcon;... | ring-table: align header cells like common cells #RG-<I> Fixed
Former-commit-id: f<I>de3f<I>f<I>b3c<I>b8c<I>e3b5c6ff | JetBrains_ring-ui | train |
6302c9f3ab57e3dc8142a36778b35307f9de1cb3 | diff --git a/ginga/gtk3w/GtkHelp.py b/ginga/gtk3w/GtkHelp.py
index <HASH>..<HASH> 100644
--- a/ginga/gtk3w/GtkHelp.py
+++ b/ginga/gtk3w/GtkHelp.py
@@ -7,6 +7,7 @@
import sys
import os.path
import math
+import random
from ginga.misc import Bunch, Callback
from ginga.fonts import font_asst
@@ -373,10 +374,20 @@ cl... | Add text box for naming new channels to workspace toolbar | ejeschke_ginga | train |
c05fd138ebbc03b1b1eeed45f248a74da89a6b93 | diff --git a/keanu-project/src/main/java/io/improbable/keanu/algorithms/mcmc/SamplingAlgorithm.java b/keanu-project/src/main/java/io/improbable/keanu/algorithms/mcmc/SamplingAlgorithm.java
index <HASH>..<HASH> 100644
--- a/keanu-project/src/main/java/io/improbable/keanu/algorithms/mcmc/SamplingAlgorithm.java
+++ b/kean... | (Hopefully) improving the Sampling Algorithm API documentation | improbable-research_keanu | train |
af6a9f552c9b791d5bde2218a3e4c346a5ea86f1 | diff --git a/lib/mongo/protocol/delete.rb b/lib/mongo/protocol/delete.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo/protocol/delete.rb
+++ b/lib/mongo/protocol/delete.rb
@@ -56,7 +56,7 @@ module Mongo
#
# @since 2.1.0
def payload
- { command_name: 'delete', database: @database, command_args... | SPEC-<I>: Adding request_id and cursor_id into payloads | mongodb_mongo-ruby-driver | train |
70ceaa975d5b12bb3e610dcf03d89ef603862872 | diff --git a/p2p/net/swarm/swarm.go b/p2p/net/swarm/swarm.go
index <HASH>..<HASH> 100644
--- a/p2p/net/swarm/swarm.go
+++ b/p2p/net/swarm/swarm.go
@@ -33,6 +33,7 @@ type Swarm struct {
peers peer.Peerstore
connh ConnHandler
dsync dialsync
+ backf dialbackoff
cg ctxgroup.ContextGroup
}
@@ -50,10 +51,10 @@ fun... | p2p/net/swarm: dial backoff
This commit introduces a backoff when failing to dial
peers. It makes everything much faster. | ipfs_go-ipfs | train |
01ae4dcd37c2cfbc8f7e720402eb0af62aa3bca6 | diff --git a/src/main/java/com/spotify/docker/client/DefaultDockerClient.java b/src/main/java/com/spotify/docker/client/DefaultDockerClient.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/spotify/docker/client/DefaultDockerClient.java
+++ b/src/main/java/com/spotify/docker/client/DefaultDockerClient.java
@@ -4... | Allow setup DockerClientBuilder with RequestEntityProcessing. | spotify_docker-client | train |
59cc32e012f7bb7f89fe4ffc9eeb81da398453d0 | diff --git a/fancyimpute/MICE.py b/fancyimpute/MICE.py
index <HASH>..<HASH> 100644
--- a/fancyimpute/MICE.py
+++ b/fancyimpute/MICE.py
@@ -38,7 +38,7 @@ class MICE(Solver):
impute_type : str
"row" means classic PMM, "col" (default) means fill in linear preds.
- n_neighbors : int
+ n_pmm_neighbors ... | documentation for bayesian ridge regression | iskandr_fancyimpute | train |
823242d9a82b6ad0ca4c6ffa24da26fe06a65d6a | diff --git a/pkg/kubelet/network/cni/cni_test.go b/pkg/kubelet/network/cni/cni_test.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/network/cni/cni_test.go
+++ b/pkg/kubelet/network/cni/cni_test.go
@@ -74,6 +74,8 @@ func installPluginUnderTest(t *testing.T, vendorName string, plugName string) {
const execScriptTem... | Add some more debugging to the CNI testcase
Let's attempt to find out why it's failing some small percentage of the time. | kubernetes_kubernetes | train |
bddeed6fc4726819c3a0ba268e98c87d47672606 | diff --git a/cmd/flags.go b/cmd/flags.go
index <HASH>..<HASH> 100644
--- a/cmd/flags.go
+++ b/cmd/flags.go
@@ -38,7 +38,7 @@ func (f *largeFilesFlag) Set(value string) error {
}
var (
- sizeMax = flag.Int("file_limit", 128*1024, "maximum file size")
+ sizeMax = flag.Int("file_limit", 2<<20, "maximum file si... | Bump the file size limit to 2 MB
The largest .cc file in the chromium tree is <I> bytes
Fixes #<I>.
Change-Id: I4c<I>ae1a<I>dc<I>fb<I>a<I>dd | google_zoekt | train |
f19964435a9b5a75a22f315eb02452ec043631eb | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -1,6 +1,11 @@
+class Validator {
+ constructor (source) {
-function makeJ2119Validator (assertionsSource) {
- return null
-}
+ }
-module.exports = makeJ2119Validator
+ validate (jsonSource) {
+ retur... | test: Validator tests now compile and fail | wmfs_j2119 | train |
c7efd265a7539a2ffeb4a6fa3e07207747c9d888 | diff --git a/lib/rdl/info.rb b/lib/rdl/info.rb
index <HASH>..<HASH> 100644
--- a/lib/rdl/info.rb
+++ b/lib/rdl/info.rb
@@ -23,7 +23,7 @@ class RDL::Info
# if no prev info for kind, set to val and return true
# if prev info for kind, return true if prev == val and false otherwise
def set(klass, label, kind, val... | set Singleton class info on the simplified class string (without singleton class id or rails model parameters) | plum-umd_rdl | train |
9f9fa69ad5a08ad138ec6aa334bf600aa4ca5eb0 | diff --git a/extensions/wtf-injector-chrome/debugger.js b/extensions/wtf-injector-chrome/debugger.js
index <HASH>..<HASH> 100644
--- a/extensions/wtf-injector-chrome/debugger.js
+++ b/extensions/wtf-injector-chrome/debugger.js
@@ -257,9 +257,7 @@ Debugger.prototype.beginListening_ = function() {
chrome.debugger.se... | maxCallStackDepth in timeline can now be 0 in all Chrome releases. | google_tracing-framework | train |
205cc0e4878d71f8d193abbd4ccf3692f0b41154 | diff --git a/txdbus/marshal.py b/txdbus/marshal.py
index <HASH>..<HASH> 100644
--- a/txdbus/marshal.py
+++ b/txdbus/marshal.py
@@ -244,6 +244,7 @@ def sigFromPy( pobj ):
elif isinstance(pobj, six.integer_types): return 'x'
elif isinstance(pobj, float): return 'd'
elif isinstance(pobj, six.string_typ... | Add support for bytearrays with array types. Also allow for the bytearrays in variant types. | cocagne_txdbus | train |
bfa13f2404c8c43f5cb33677fb438d23deb63929 | diff --git a/_config.php b/_config.php
index <HASH>..<HASH> 100755
--- a/_config.php
+++ b/_config.php
@@ -69,7 +69,4 @@ PasswordEncryptor::register('none', 'PasswordEncryptor_None');
PasswordEncryptor::register('md5', 'PasswordEncryptor_LegacyPHPHash("md5")');
PasswordEncryptor::register('sha1','PasswordEncryptor_Le... | MINOR Reverted default location for combined JS/CSS as you can't customise this easily
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/<I>@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9 | silverstripe_silverstripe-framework | train |
1c1ba621402571451a191eeb03c5f6dffb05b6eb | diff --git a/python/dllib/src/test/bigdl/nnframes/test_nn_image_reader.py b/python/dllib/src/test/bigdl/nnframes/test_nn_image_reader.py
index <HASH>..<HASH> 100644
--- a/python/dllib/src/test/bigdl/nnframes/test_nn_image_reader.py
+++ b/python/dllib/src/test/bigdl/nnframes/test_nn_image_reader.py
@@ -53,7 +53,7 @@ cla... | replace bytes with mat in nnframes (#<I>)
* replace bytes with mat in nnframes
* scala style
* ut fix | intel-analytics_BigDL | train |
4e872b96b97433ad6a05a03903d592082e49e2ef | diff --git a/jax/lax/lax.py b/jax/lax/lax.py
index <HASH>..<HASH> 100644
--- a/jax/lax/lax.py
+++ b/jax/lax/lax.py
@@ -1164,7 +1164,7 @@ def index_in_dim(operand, index, axis=0, keepdims=True):
def dynamic_slice_in_dim(operand, start_index, slice_size, axis=0):
"""Convenience wrapper around dynamic_slice applying... | Fix type mismatch with int<I>-type indices under a jit with <I>-bit types enabled. | tensorflow_probability | train |
869499261230265cda48fadf24419b20710f8af9 | diff --git a/java/com/couchbase/cblite/testapp/tests/Collation.java b/java/com/couchbase/cblite/testapp/tests/Collation.java
index <HASH>..<HASH> 100644
--- a/java/com/couchbase/cblite/testapp/tests/Collation.java
+++ b/java/com/couchbase/cblite/testapp/tests/Collation.java
@@ -101,8 +101,8 @@ public class Collation ex... | Comment out unicode collation test that is failing sporadically. | couchbase_couchbase-lite-android | train |
e3e2767374d590426ed1a16fb62f8aab8556cbcc | diff --git a/tensorflow_probability/python/mcmc/random_walk_metropolis.py b/tensorflow_probability/python/mcmc/random_walk_metropolis.py
index <HASH>..<HASH> 100644
--- a/tensorflow_probability/python/mcmc/random_walk_metropolis.py
+++ b/tensorflow_probability/python/mcmc/random_walk_metropolis.py
@@ -347,7 +347,7 @@ c... | In RandomWalkMetropolis set the default value for new_state_fn parameter to None. This allows the user to explicitly supply None and still get the default behavior.
PiperOrigin-RevId: <I> | tensorflow_probability | train |
e2c8d6139996af981f496ca23373f28595d36bb7 | diff --git a/core/block_horizontal_scratch.js b/core/block_horizontal_scratch.js
index <HASH>..<HASH> 100644
--- a/core/block_horizontal_scratch.js
+++ b/core/block_horizontal_scratch.js
@@ -793,7 +793,7 @@ Blockly.BlockSvg.TAB_WIDTH = 8;
* Width of vertical tab (inc left margin).
* @const
*/
-Blockly.BlockSvg.NO... | Round notch corners
The rounding adds some height to the notch, so this is compensated by removing height from the notch "tab". For this reason the radius should stay relatively small. | LLK_scratch-blocks | train |
99a37489b874dd705d4647c05ae6fb517367b58e | diff --git a/properties/base.py b/properties/base.py
index <HASH>..<HASH> 100644
--- a/properties/base.py
+++ b/properties/base.py
@@ -146,8 +146,8 @@ class HasProperties(with_metaclass(PropertyMetaclass, object)):
defaults = self._defaults or dict()
for key, value in iteritems(defaults):
... | Change KeyErrors to AttributeErrors for more consistency with error types
These occur when setting attributes from a dictionary, so both error
types are reasonably valid. | seequent_properties | train |
5cdc2dbf57253bd3c331d49399fe0835f1167893 | diff --git a/lib/kafka-producer.js b/lib/kafka-producer.js
index <HASH>..<HASH> 100644
--- a/lib/kafka-producer.js
+++ b/lib/kafka-producer.js
@@ -47,22 +47,24 @@ Producer.prototype.getProducer = Promise.method(function (opts) {
* the message against the existing schemas.
*
* @param {kafka.Producer} producerInsta... | change producer API, use topic.name() | waldophotos_kafka-avro | train |
0f0c85b65bba9563316e8108ee8d80c8fdd33594 | diff --git a/.size-limit b/.size-limit
index <HASH>..<HASH> 100644
--- a/.size-limit
+++ b/.size-limit
@@ -19,6 +19,6 @@
"name": "The home page of the documentation",
"path": ".next/bundles/pages/index.js",
"webpack": false,
- "limit": "3.4 KB"
+ "limit": "3.7 KB"
}
]
diff --git a/docs/src/modu... | [docs] Improve the performance of the homepage (#<I>) | mui-org_material-ui | train |
e8d3df92f7a6f72475dcd028496be2c6923fcb3a | diff --git a/p2p/host/basic/basic_host.go b/p2p/host/basic/basic_host.go
index <HASH>..<HASH> 100644
--- a/p2p/host/basic/basic_host.go
+++ b/p2p/host/basic/basic_host.go
@@ -605,6 +605,17 @@ func (h *BasicHost) RemoveStreamHandler(pid protocol.ID) {
// to create one. If ProtocolID is "", writes no header.
// (Thread... | Resolve addresses when creating a new stream (#<I>)
* Resolve addresses when creating a new stream
BasicHost.NewStream will try to establish a connection if one doesn't already exist. This will fail if the hosts addresses have not yet been resolved. This PR resolves the hosts addresses before creating the stream ... | libp2p_go-libp2p | train |
d8ddc5aa366b413e6558aca4afe00546231f673e | diff --git a/lib/OpenLayers/Layer/Marker.js b/lib/OpenLayers/Layer/Marker.js
index <HASH>..<HASH> 100644
--- a/lib/OpenLayers/Layer/Marker.js
+++ b/lib/OpenLayers/Layer/Marker.js
@@ -58,10 +58,10 @@ OpenLayers.Layer.Marker.prototype =
*/
drawMarker: function(marker) {
var px = this.map.getPixelFromLo... | More readable code, and change markerDiv -> markerImg, since we're not returning a div anymore.
git-svn-id: <URL> | openlayers_openlayers | train |
978caec398e6055e404c948763379ac83eee92b5 | diff --git a/Configuration/Configuration.php b/Configuration/Configuration.php
index <HASH>..<HASH> 100644
--- a/Configuration/Configuration.php
+++ b/Configuration/Configuration.php
@@ -79,6 +79,10 @@ class Configuration implements ConfigurationInterface
*/
public function loadConfiguration($sitePath, $envN... | Clarified the message when `site:build` command is invoked against a non Spress site folder | spress_spress-core | train |
b227fe7e2afd438c134e9d4b600f1f5e882483c2 | diff --git a/test/test_controller.go b/test/test_controller.go
index <HASH>..<HASH> 100644
--- a/test/test_controller.go
+++ b/test/test_controller.go
@@ -114,7 +114,11 @@ func unmarshalControllerExample(data []byte) (map[string]interface{}, error) {
}
func (s *ControllerSuite) generateControllerExamples(t *c.C) ma... | test: Use explicit cluster client in controller examples test | flynn_flynn | train |
6ed93a89901de0747c81b349779ac9a2a6a6f86c | diff --git a/library/src/main/java/com/mikepenz/materialdrawer/Drawer.java b/library/src/main/java/com/mikepenz/materialdrawer/Drawer.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/mikepenz/materialdrawer/Drawer.java
+++ b/library/src/main/java/com/mikepenz/materialdrawer/Drawer.java
@@ -14,6 +14,9 @@... | * make ItemAdapter, HeaderAdapter, FooterAdapter accessible in the MiniDrawer and Drawer | mikepenz_MaterialDrawer | train |
f8c39ffde068543e1745ba0b82c7985735072c63 | diff --git a/index.html b/index.html
index <HASH>..<HASH> 100644
--- a/index.html
+++ b/index.html
@@ -502,10 +502,10 @@ select().from('person').where({'last_name': 'Flintstone'}).union()
<p id="forUpdate">
<b class="header">forUpdate, noWait</b><code>sel.forUpdate([tbl, ...]) / sel.noWait()</code>
... | fix: output `.noWait()` as 'NOWAIT'
was previously output as 'NO WAIT' | CSNW_sql-bricks | train |
f830b83f0b06e7b3afe1de79678ac921e4381a6c | diff --git a/pytablewriter/_excel_writer.py b/pytablewriter/_excel_writer.py
index <HASH>..<HASH> 100644
--- a/pytablewriter/_excel_writer.py
+++ b/pytablewriter/_excel_writer.py
@@ -365,7 +365,7 @@ class ExcelXlsxTableWriter(ExcelTableWriter):
except TypeError:
pass
- if prop.dat... | Fix the case for writing not a number | thombashi_pytablewriter | train |
1001dde7715dbb6b993100c79257f8266571b2c7 | diff --git a/lib/seraph.js b/lib/seraph.js
index <HASH>..<HASH> 100644
--- a/lib/seraph.js
+++ b/lib/seraph.js
@@ -199,10 +199,13 @@ Seraph.nodeFlags = [
'self'
];
Seraph.prototype._isNode = function(node) {
+ if (!node || typeof node !== 'object') {
+ return false;
+ }
+
var inNode = node.hasOwnProperty.b... | fixed case where some return values are optional in query. closes #<I> | brikteknologier_seraph | train |
35b4222c3f9fd5e936c4f0c7b00fcd82459c611b | diff --git a/lib/python/vdm/static/js/vdm.ui.js b/lib/python/vdm/static/js/vdm.ui.js
index <HASH>..<HASH> 100755
--- a/lib/python/vdm/static/js/vdm.ui.js
+++ b/lib/python/vdm/static/js/vdm.ui.js
@@ -2390,11 +2390,11 @@ var loadPage = function() {
if(connection.Metadata['SERVER_DELETE'].result == true){... | VDM-<I>: Failed tests in serverTests.py fixed | VoltDB_voltdb | train |
d5dbe5ece57fb7d04002378542c6be3d40e2680c | diff --git a/google-cloud-monitoring/lib/google/cloud/monitoring.rb b/google-cloud-monitoring/lib/google/cloud/monitoring.rb
index <HASH>..<HASH> 100644
--- a/google-cloud-monitoring/lib/google/cloud/monitoring.rb
+++ b/google-cloud-monitoring/lib/google/cloud/monitoring.rb
@@ -186,6 +186,38 @@ module Google
end... | feat(monitoring): Support for querying time series using the Monitoring Query Language
PiperOrigin-RevId: <I>
Source- | googleapis_google-cloud-ruby | train |
1afe3c16ed5e4f57bddc86a0b32b628d740a1999 | diff --git a/linkedin/linkedin.py b/linkedin/linkedin.py
index <HASH>..<HASH> 100644
--- a/linkedin/linkedin.py
+++ b/linkedin/linkedin.py
@@ -565,6 +565,18 @@ class LinkedInApplication(object):
response = self.make_request('PUT', url, data=json.dumps(is_liked))
raise_for_error(response)
retu... | get_company_historical_status_update_statistics and get_company_historical_follow_statistics added | DEKHTIARJonathan_python3-linkedin | train |
80aa23b56c1cb2dd8ae0c24788bb1af79b84c975 | diff --git a/test/index.js b/test/index.js
index <HASH>..<HASH> 100644
--- a/test/index.js
+++ b/test/index.js
@@ -31,7 +31,8 @@ var input = [
// HTTP/S Transport Protocol
, ["http://host.xz/path/to/repo.git/", false]
, ["https://host.xz/path/to/repo.git/", false]
-
+ , ["http://host.xz:8000/path/to/repo.gi... | add tests for urls with ports | IonicaBizau_is-ssh | train |
03ca109134bbe5e6d5dea43b42f23314df6f5ad4 | diff --git a/test-support/helpers/upload.js b/test-support/helpers/upload.js
index <HASH>..<HASH> 100644
--- a/test-support/helpers/upload.js
+++ b/test-support/helpers/upload.js
@@ -1,7 +1,7 @@
/*global triggerEvent, find */
export default function (selector, file, filename) {
- let input = find(this, selector)[0... | assert when the upload helper can't find the selector
also, fix the assertion so it uses normal syntax instead
of ember-cli-page-object `findElement` syntax | adopted-ember-addons_ember-file-upload | train |
bb535876469c8ae3ee01f8529ff1790a70e73a53 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -46,6 +46,7 @@ function Upload (cfg) {
this.origin = cfg.origin
this.configStore = new ConfigStore('gcs-resumable-upload')
+ this.uriProvidedManually = !!cfg.uri
this.uri = cfg.uri || this.get('uri')
this.numByt... | delete config when it is probably wrong | googleapis_gcs-resumable-upload | train |
cdb23a7749d75c1bf5b453ab9f51908855ad2799 | diff --git a/lib/assets/index.js b/lib/assets/index.js
index <HASH>..<HASH> 100644
--- a/lib/assets/index.js
+++ b/lib/assets/index.js
@@ -139,7 +139,13 @@ assets.resolveConfig = function (assetConfig, fromUrl, assetGraph, cb) {
['catch'](cb);
}
if (typeof assetConfig === 'string') {
- ass... | assets.resolveConfig: Don't call encodeURI if assetConfig is a string that includes a protocol. | assetgraph_assetgraph | train |
7d4bf1ece42450fea6b1480a7d0972a2c224dab5 | diff --git a/test/test_ssl.py b/test/test_ssl.py
index <HASH>..<HASH> 100644
--- a/test/test_ssl.py
+++ b/test/test_ssl.py
@@ -367,7 +367,7 @@ class TestSSL(unittest.TestCase):
ssl_cert_reqs=ssl.CERT_REQUIRED,
ssl_ca_certs=CA_PEM)
self.fail("Inv... | No bare except clauses in test_ssl. | mongodb_mongo-python-driver | train |
671fb0cb28b69d65d9c605364ea38637b3c468ec | diff --git a/src/Serializer.php b/src/Serializer.php
index <HASH>..<HASH> 100644
--- a/src/Serializer.php
+++ b/src/Serializer.php
@@ -25,7 +25,7 @@ use Xabbuh\XApi\Serializer\Normalizer\StatementNormalizer;
use Xabbuh\XApi\Serializer\Normalizer\StatementResultNormalizer;
/**
- * Entry point to setup the {@link \Sy... | fix a typo in a docblock | php-xapi_serializer | train |
ecae302b44a4c0057b84f879de70ea5bd0465629 | diff --git a/lib/assertions.js b/lib/assertions.js
index <HASH>..<HASH> 100644
--- a/lib/assertions.js
+++ b/lib/assertions.js
@@ -603,7 +603,9 @@ module.exports = function (expect) {
} else {
this.block(valueOutput);
... | Align with changes in MagicPen@<I> | unexpectedjs_unexpected | train |
7d035858465d265d1e7638ff3fff65a2b6a8b0d4 | diff --git a/rx-run/src/web/custom-element-widget.js b/rx-run/src/web/custom-element-widget.js
index <HASH>..<HASH> 100644
--- a/rx-run/src/web/custom-element-widget.js
+++ b/rx-run/src/web/custom-element-widget.js
@@ -82,7 +82,7 @@ function makePropertiesDriver() {
Object.defineProperty(propertiesDriver, 'getAll', ... | Change props.getAll() implementation to use ALL_PROPS const | cyclejs_cyclejs | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.