hash stringlengths 40 40 | diff stringlengths 131 26.7k | message stringlengths 7 694 | project stringlengths 5 67 | split stringclasses 1
value | diff_languages stringlengths 2 24 |
|---|---|---|---|---|---|
a855d4ddf6b622e4fef51a1fcbe7f96f584675e6 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ license: GNU-GPL2
from setuptools import setup
setup(name='pyprofiler',
- version='37',
+ version='38',
description='Profiler utility for python, graphical and textual, whole program or segmen... | pip
Thursday <I> April <I> (week:<I> day:<I>), <I>:<I>:<I> | erikdejonge_pyprofiler | train | py |
48e04b0d8068af322c36d53c2f4861fa297e6cf4 | diff --git a/src/gform-app/cms/createValueFactory.js b/src/gform-app/cms/createValueFactory.js
index <HASH>..<HASH> 100644
--- a/src/gform-app/cms/createValueFactory.js
+++ b/src/gform-app/cms/createValueFactory.js
@@ -18,7 +18,7 @@ define([], function () {
},
createPartial: function (templateStore) {... | partial does not need to have a name | stemey_gform-app | train | js |
307d5c5a0d6234ae2515e60e03c1cbf8e91ff06d | diff --git a/packages/babel-plugin-transform-es2015-block-scoping/src/index.js b/packages/babel-plugin-transform-es2015-block-scoping/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/babel-plugin-transform-es2015-block-scoping/src/index.js
+++ b/packages/babel-plugin-transform-es2015-block-scoping/src/index.js
@... | rename scope bindings during block scope transform | babel_babel | train | js |
dde4ca18e546091acb3fb190f562905b9d1a026c | diff --git a/pymatgen/io/core.py b/pymatgen/io/core.py
index <HASH>..<HASH> 100644
--- a/pymatgen/io/core.py
+++ b/pymatgen/io/core.py
@@ -46,9 +46,9 @@ class InputFile(MSONable):
with open(filename, "wt") as f:
f.write(self.__str__())
- @staticmethod
+ @classmethod
@abc.abstractmetho... | InputFile: from_string as classmethod | materialsproject_pymatgen | train | py |
1286d38db9a7846ebaf9d0a8b87ea1a51a5cbf78 | diff --git a/setuptools/tests/config/downloads/__init__.py b/setuptools/tests/config/downloads/__init__.py
index <HASH>..<HASH> 100644
--- a/setuptools/tests/config/downloads/__init__.py
+++ b/setuptools/tests/config/downloads/__init__.py
@@ -1,5 +1,7 @@
import re
+import time
from pathlib import Path
+from urllib.er... | Try to rescue the download backing off a few seconds | pypa_setuptools | train | py |
e30b9748a31f736cda806fc7354dd69924ba0b9c | diff --git a/test/db/hsqldb.rb b/test/db/hsqldb.rb
index <HASH>..<HASH> 100644
--- a/test/db/hsqldb.rb
+++ b/test/db/hsqldb.rb
@@ -7,6 +7,7 @@ ActiveRecord::Base.establish_connection(config)
at_exit {
# Clean up hsqldb when done
- Dir['test.db*'].each {|f| File.delete(f)}
- File.delete('hsqldb-testdb.log') resc... | Small tweak to the way hsqldb is cleaned up to be compatible with <I> | jruby_activerecord-jdbc-adapter | train | rb |
b22f146f6445d62e340c3b75ff971d7baf76c6c7 | diff --git a/lib/vcap/request.rb b/lib/vcap/request.rb
index <HASH>..<HASH> 100644
--- a/lib/vcap/request.rb
+++ b/lib/vcap/request.rb
@@ -8,8 +8,7 @@ module VCAP
end
def current_id
- Thread.current[:vcap_request_id] or
- raise 'No request id is set'
+ Thread.current[:vcap_request... | Don't raise exception when request id is unset
[#<I>] | cloudfoundry_vcap-common | train | rb,rb |
ffa75f08979c742a6ddad1197d992181bd1308ea | diff --git a/lib/memfs/file.rb b/lib/memfs/file.rb
index <HASH>..<HASH> 100644
--- a/lib/memfs/file.rb
+++ b/lib/memfs/file.rb
@@ -337,11 +337,7 @@ module MemFs
end
def world_writable?
- if (entry.mode & Fake::Entry::OWRITE).nonzero?
- entry.mode
- else
- nil
- end... | Simplifying Stat.world_writable? | simonc_memfs | train | rb |
d750c186a3000eab327f6fce91767a38ff168d6e | diff --git a/tests/frontend/org/voltdb/canonicalddl/TestCanonicalDDLThroughSQLcmd.java b/tests/frontend/org/voltdb/canonicalddl/TestCanonicalDDLThroughSQLcmd.java
index <HASH>..<HASH> 100644
--- a/tests/frontend/org/voltdb/canonicalddl/TestCanonicalDDLThroughSQLcmd.java
+++ b/tests/frontend/org/voltdb/canonicalddl/Test... | testCanonicalDDLRoundtrip waits longer for success | VoltDB_voltdb | train | java |
6050de05282ee9fccbd12ac7145f206f62e66454 | diff --git a/v3/buildpacks_test.go b/v3/buildpacks_test.go
index <HASH>..<HASH> 100644
--- a/v3/buildpacks_test.go
+++ b/v3/buildpacks_test.go
@@ -63,11 +63,11 @@ var _ = Describe("buildpack", func() {
})
It("Stages with a user specified github buildpack", func() {
- StageBuildpackPackage(packageGuid, "http://gi... | Use correct buildpack for pushing dora | cloudfoundry_cf-acceptance-tests | train | go |
b234a8adb9b7f094655e26ad43356f2cdffc6cb7 | diff --git a/collab/CollabClient.js b/collab/CollabClient.js
index <HASH>..<HASH> 100644
--- a/collab/CollabClient.js
+++ b/collab/CollabClient.js
@@ -41,9 +41,9 @@ class CollabClient extends EventEmitter {
*/
_onMessage(msg) {
if (msg.scope === this.scope) {
- this.emit('message', msg)
- } else {
- ... | Don't warn about the `{type: "highfive", scope: "_internal"}` message
This message is sent by the `CollabServer`. This change simply removes
the distracting console warning every <I>s. I'm not sure that this
is the best way to deal with this long term. | substance_substance | train | js |
96cfdc3d572f79efba92a7b0dccc5e4fdcab08ff | diff --git a/lib/AuthHelper.php b/lib/AuthHelper.php
index <HASH>..<HASH> 100644
--- a/lib/AuthHelper.php
+++ b/lib/AuthHelper.php
@@ -28,8 +28,11 @@ class AuthHelper
else {
$protocol = 'http';
}
+
+ $url = $protocol . '://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']... | Remove query params from current url | phpclassic_php-shopify | train | php |
07837a41e18c7d818b32002513ef21ddb3f7e2c2 | diff --git a/ella/db/models.py b/ella/db/models.py
index <HASH>..<HASH> 100644
--- a/ella/db/models.py
+++ b/ella/db/models.py
@@ -35,21 +35,15 @@ class Publishable(Model):
current_site = Site.objects.get_current()
- try:
- # TODO: what if have got multiple listings on one site?
- ... | Updated publishable.main_placement to work for placements on other sites
git-svn-id: <URL> | ella_ella | train | py |
c1ecc9c9b9e8f42fdf0b0a5da2ae57aec561928b | diff --git a/extensions/gii/generators/crud/Generator.php b/extensions/gii/generators/crud/Generator.php
index <HASH>..<HASH> 100644
--- a/extensions/gii/generators/crud/Generator.php
+++ b/extensions/gii/generators/crud/Generator.php
@@ -67,7 +67,7 @@ class Generator extends \yii\gii\Generator
[['modelCla... | Fixed regex-escaping in crudgenerator | yiisoft_yii-core | train | php |
65fe7db8b36b4c306d7f9a4a8f0836564eecf7c4 | diff --git a/src/Manager.php b/src/Manager.php
index <HASH>..<HASH> 100644
--- a/src/Manager.php
+++ b/src/Manager.php
@@ -51,7 +51,7 @@ class Manager extends Plugin
$boundModel = call_user_func_array(
[$className, "findFirst"],
[
- $parameters
+ $paramet... | Added trailing commas to arrays | SidRoberts_phalcon-boundmodels | train | php |
3be7fca768303f8e293e89f2869bb7c1d70ca741 | diff --git a/lib/negroku/cli.rb b/lib/negroku/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/negroku/cli.rb
+++ b/lib/negroku/cli.rb
@@ -3,7 +3,7 @@ require 'capistrano/setup'
require 'capistrano/deploy'
# Load applications deploy config if it exists
-require './config/deploy' if File.exists? "./config/deploy"
+requi... | fix(): load deploy.rb file when file exist | platanus_negroku | train | rb |
bd00a91f29c795ea28eb9446e15a64b6ff923f0a | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ except ImportError:
from setup_libuv import libuv_build_ext, libuv_sdist
-__version__ = "0.10.1"
+__version__ = "0.11.0-dev"
setup(name = "pyuv",
version = __version__, | Set version to <I>-dev on master | saghul_pyuv | train | py |
8d7f5195df193c1ded5bf0879ad241faeada85db | diff --git a/app/helpers/tenon/tenon_helper.rb b/app/helpers/tenon/tenon_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/tenon/tenon_helper.rb
+++ b/app/helpers/tenon/tenon_helper.rb
@@ -61,17 +61,6 @@ module Tenon
end
end
- # form row helper for boolean published block
- def publish_box(f, ... | remove the published boolean form helper | factore_tenon | train | rb |
10e81b4b3fe4216d4c1b0f66ce1fedaf56ac9954 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ except (IOError, ImportError) as e:
setup(
name='cutil',
packages=['cutil'],
- version='2.6.6',
+ version='2.6.7',
description='A collection of useful functions',
long_description=long... | Just use psycopg2 and not the binary | xtream1101_cutil | train | py |
2a8d8590f1ee9e42e839e4cd948d5d2f69d44c76 | diff --git a/application/geomajas-gwt-example/src/main/java/org/geomajas/example/gwt/client/samples/editing/EditLineLayerSample.java b/application/geomajas-gwt-example/src/main/java/org/geomajas/example/gwt/client/samples/editing/EditLineLayerSample.java
index <HASH>..<HASH> 100644
--- a/application/geomajas-gwt-exampl... | GWTSHOW-<I> : View Source on edit line layer sample is broken | geomajas_geomajas-project-client-gwt2 | train | java |
d292e75b746bc98359e5c0ac5cdec80cbec991be | diff --git a/packages/components/bolt-carousel/__tests__/carousel.js b/packages/components/bolt-carousel/__tests__/carousel.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-carousel/__tests__/carousel.js
+++ b/packages/components/bolt-carousel/__tests__/carousel.js
@@ -9,7 +9,7 @@ import {
const { readYam... | test: retest carousel Jest tests with increased timeout | bolt-design-system_bolt | train | js |
2d2e147c521231a81801c9acb00530869c3254f8 | diff --git a/spec/features/bitpay_plugin_spec.rb b/spec/features/bitpay_plugin_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/features/bitpay_plugin_spec.rb
+++ b/spec/features/bitpay_plugin_spec.rb
@@ -39,7 +39,7 @@ feature "Bitpay Plugin", js: true, type: :feature do
end
- scenario "can display invoice" do
+ x... | Disable false positive integration test until corrected | bitpay_spree-bitpay | train | rb |
fb751475194f245033db2646f1092f646f4c8f4b | diff --git a/app/assets/javascripts/admin/views/forms/markdown_composer.js b/app/assets/javascripts/admin/views/forms/markdown_composer.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/admin/views/forms/markdown_composer.js
+++ b/app/assets/javascripts/admin/views/forms/markdown_composer.js
@@ -41,6 +41,7 @@... | Focus the composer after collapsing | Threespot_tolaria | train | js |
d8d2be315ca384b9f4d282b6a46195f5b6dd7a1c | diff --git a/twitcher/middleware.py b/twitcher/middleware.py
index <HASH>..<HASH> 100644
--- a/twitcher/middleware.py
+++ b/twitcher/middleware.py
@@ -1,6 +1,6 @@
from webob import Request
-from twitcher.owsexceptions import OWSServiceNotAllowed
+from twitcher.owsexceptions import OWSException, OWSServiceNotAllowed
... | fixed usage of owsexceptions in middleware | bird-house_twitcher | train | py |
2e290c3b3ed6ea01b833cb7e2500daf29630680a | diff --git a/lib/octopress-deploy.rb b/lib/octopress-deploy.rb
index <HASH>..<HASH> 100644
--- a/lib/octopress-deploy.rb
+++ b/lib/octopress-deploy.rb
@@ -87,12 +87,12 @@ FILE
if !File.exist?(gitignore) ||
Pathname.new(gitignore).read.match(/#{@options[:config_file]}/i).nil?
if ask_bool("Do you... | append_gitignore is now renamed to gitignore_config_file because @parkr cares about people understanding code. | octopress_deploy | train | rb |
b1e8536bf5bed0033eaadfde5575d2079665bee1 | diff --git a/service/routes/public/authorization.js b/service/routes/public/authorization.js
index <HASH>..<HASH> 100644
--- a/service/routes/public/authorization.js
+++ b/service/routes/public/authorization.js
@@ -11,10 +11,11 @@ exports.register = function (server, options, next) {
server.route({
method: 'G... | renamed check to access as authoriztion endpoint | nearform_udaru | train | js |
959db30ddd39bb61affe26bd88676d62f9e759fd | diff --git a/html5lib/constants.py b/html5lib/constants.py
index <HASH>..<HASH> 100644
--- a/html5lib/constants.py
+++ b/html5lib/constants.py
@@ -467,6 +467,7 @@ booleanAttributes = {
"details": frozenset(("open",)),
"datagrid": frozenset(("multiple", "disabled")),
"command": frozenset(("hidden", "disab... | Add @noshade as a boolean attribute. Fixes #<I>. Thanks to fantasai for the patch. | html5lib_html5lib-python | train | py |
7027b75b7a0872d6e5a4dcb9df26aeb37953d04c | diff --git a/test/utils.py b/test/utils.py
index <HASH>..<HASH> 100644
--- a/test/utils.py
+++ b/test/utils.py
@@ -547,6 +547,7 @@ class VtGate(object):
'-log_dir', environment.vtlogroot,
'-srv_topo_cache_ttl', cache_ttl,
'-tablet_protocol', protocols_flavor().tabletconn_protocol(),
+ ... | test: utils.py: Set -stderrthreshold for vtgate.
After this change, test runs with -v will show the vtgate Go logs. | vitessio_vitess | train | py |
459ea2bcfe19c8d49aa6bb0717a2000ae0f5f225 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -292,6 +292,19 @@ function testSuite(Model){
childO.arr.push("a");
assert.throws(function(){ childO.arr.push(false); }, /TypeError/, "child array model catches push calls");
assert.throws(function(){ c... | added tests for automatic casting on arrays | sylvainpolletvillard_ObjectModel | train | js |
1d5ca7117ab8debbc1074a827260daa8f2fccff0 | diff --git a/src/Deployer/Task/DeployTasks.php b/src/Deployer/Task/DeployTasks.php
index <HASH>..<HASH> 100644
--- a/src/Deployer/Task/DeployTasks.php
+++ b/src/Deployer/Task/DeployTasks.php
@@ -16,6 +16,7 @@ class DeployTasks extends TaskAbstract
{
const TASK_INITIALIZE = 'deploy:initialize';
const TASK_ROL... | [FIX] Add missing TASK for deploytask | netz98_n98-deployer | train | php |
6c2ad8ea6dadfecb3b9f120d314668c696589236 | diff --git a/src/test/java/de/codecentric/jbehave/junit/monitoring/LoggerTest.java b/src/test/java/de/codecentric/jbehave/junit/monitoring/LoggerTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/de/codecentric/jbehave/junit/monitoring/LoggerTest.java
+++ b/src/test/java/de/codecentric/jbehave/junit/monitoring/L... | Test was failing at first. Apparently in some random test order (from
infinitest?), the system property was set to a value that enabled
logging. Now unsetting the property in the test setup. | valfirst_jbehave-junit-runner | train | java |
e8678b38acc898f0756fdf8875d6661c3020b87f | diff --git a/cake/libs/model/model.php b/cake/libs/model/model.php
index <HASH>..<HASH> 100644
--- a/cake/libs/model/model.php
+++ b/cake/libs/model/model.php
@@ -1831,7 +1831,7 @@ class Model extends Overloadable {
));
}
- if ($db->delete($this)) {
+ if ($db->delete($this, array($this->alias . '.' . $th... | Adding specific conditions to model->delete's call to dbo->delete. This
helps fix a race condition where dbo->defaultConditions could cause
additional data loss. Fixes #<I> | cakephp_cakephp | train | php |
a855707c63a067233b464d465374c056adfa8efe | diff --git a/cmd/pulsectl/plugin.go b/cmd/pulsectl/plugin.go
index <HASH>..<HASH> 100644
--- a/cmd/pulsectl/plugin.go
+++ b/cmd/pulsectl/plugin.go
@@ -46,6 +46,7 @@ func unloadPlugin(ctx *cli.Context) {
r := pClient.UnloadPlugin(pName, pVer)
if r.Err != nil {
fmt.Printf("Error unloading plugin:\n%v\n", r.Err.Err... | Add exit call when error thrown unloading plugin | intelsdi-x_snap | train | go |
b49d8aecac66b2eaf0fa898555ca61a9d54703b8 | diff --git a/src/components/colorlegend/colorlegend.js b/src/components/colorlegend/colorlegend.js
index <HASH>..<HASH> 100644
--- a/src/components/colorlegend/colorlegend.js
+++ b/src/components/colorlegend/colorlegend.js
@@ -147,6 +147,7 @@ var ColorLegend = Component.extend({
//Hide rainbow element if showing m... | Fixed color anchors appearing when color is a property #<I> | vizabi_vizabi | train | js |
0f1177987fb6ecc9dcbcc9d02d071e3ddab430d9 | diff --git a/ArgusCore/src/main/java/com/salesforce/dva/argus/service/metric/transform/AnomalySTLTransform.java b/ArgusCore/src/main/java/com/salesforce/dva/argus/service/metric/transform/AnomalySTLTransform.java
index <HASH>..<HASH> 100644
--- a/ArgusCore/src/main/java/com/salesforce/dva/argus/service/metric/transform... | Remove unused vendor specific imports. (#<I>) | salesforce_Argus | train | java |
1022f69da4ee5d2511045402e3c4bbf40595b0d5 | diff --git a/libkbfs/cr_actions.go b/libkbfs/cr_actions.go
index <HASH>..<HASH> 100644
--- a/libkbfs/cr_actions.go
+++ b/libkbfs/cr_actions.go
@@ -658,14 +658,22 @@ func (dua *dropUnmergedAction) updateOps(unmergedMostRecent BlockPointer,
unmergedMostRecent)
}
+ found := false
for i, op := range unmergedChain... | cr: when dropping an action, only invert locally on one chain
Some actions get their updates applied on both the parent and the node
itself, and we don't want the inversions appearing multiple times.
Issue: KBFS-<I> | keybase_client | train | go |
ecb56565a162d106dbc9722270b6f346ef3b69a7 | diff --git a/spec/support/macros/deprecation.rb b/spec/support/macros/deprecation.rb
index <HASH>..<HASH> 100644
--- a/spec/support/macros/deprecation.rb
+++ b/spec/support/macros/deprecation.rb
@@ -1,18 +1,9 @@
require "active_support"
-module SilenceDeprecation
- def silence_deprecation(example)
- cached_silen... | Use temporary assignment helper to silence deprecations in specs | thoughtbot_factory_bot | train | rb |
67741b768697f18990bdbffc7f3649b56e2b4563 | diff --git a/process/plugin/plugin.go b/process/plugin/plugin.go
index <HASH>..<HASH> 100644
--- a/process/plugin/plugin.go
+++ b/process/plugin/plugin.go
@@ -140,7 +140,7 @@ func (p Plugin) Launch(proc charm.Process) (ProcDetails, error) {
// Destroy runs the given plugin, passing it the "destroy" command, with the i... | don't mix tabs and spaces! | juju_juju | train | go |
6c289df07779367ca0f174b7775a76478c640e06 | diff --git a/filesystem/disk/disk.go b/filesystem/disk/disk.go
index <HASH>..<HASH> 100644
--- a/filesystem/disk/disk.go
+++ b/filesystem/disk/disk.go
@@ -4,11 +4,10 @@ import "os"
// IsExist return true if file or directory exists
func IsExist(path string) bool {
- _, err := os.Stat(path)
- if err != nil && os.IsN... | fix/refactor disk IsExist | goatcms_goatcore | train | go |
d34004f72722a5a02af978d112fe34339d39347f | diff --git a/phy/plot/_vispy_utils.py b/phy/plot/_vispy_utils.py
index <HASH>..<HASH> 100644
--- a/phy/plot/_vispy_utils.py
+++ b/phy/plot/_vispy_utils.py
@@ -210,19 +210,17 @@ class BaseSpikeVisual(_BakeVisual):
def cluster_colors(self, value):
self._cluster_colors = _as_array(value)
assert len(... | Renamed color bake to cluster color. | kwikteam_phy | train | py |
90bd351b8be5e98fa840461384c65154332a960e | diff --git a/src/Composer/Downloader/ArchiveDownloader.php b/src/Composer/Downloader/ArchiveDownloader.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Downloader/ArchiveDownloader.php
+++ b/src/Composer/Downloader/ArchiveDownloader.php
@@ -29,7 +29,9 @@ abstract class ArchiveDownloader extends FileDownloader
pu... | Allow downgrades to go through even though the target dir for archive extraction exists | composer_composer | train | php |
b2876d9b126fa30a17f9459511a6293c37a2802b | diff --git a/tests/dlkit/json_/test_utilities.py b/tests/dlkit/json_/test_utilities.py
index <HASH>..<HASH> 100644
--- a/tests/dlkit/json_/test_utilities.py
+++ b/tests/dlkit/json_/test_utilities.py
@@ -4,6 +4,7 @@ import codecs
import glob
import json
import os
+import shutil
import unittest
from dlkit.json_.ut... | clean up after json client tests | mitsei_dlkit | train | py |
103b2a9bcc404434dcc75678de07645d1c6cf67f | diff --git a/src/browser/extension/inject/pageScript.js b/src/browser/extension/inject/pageScript.js
index <HASH>..<HASH> 100644
--- a/src/browser/extension/inject/pageScript.js
+++ b/src/browser/extension/inject/pageScript.js
@@ -82,7 +82,7 @@ window.devToolsExtension = function(next) {
doChange();
... | Prevent relaying store changes consecutively | zalmoxisus_redux-devtools-extension | train | js |
c0ab8871c4e5d187e5998325b9515bf304d4d25e | diff --git a/app/assets/javascripts/lentil/addfancybox.js b/app/assets/javascripts/lentil/addfancybox.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/lentil/addfancybox.js
+++ b/app/assets/javascripts/lentil/addfancybox.js
@@ -81,6 +81,7 @@ function addfancybox() {
autoSize : true,
fitToVi... | Disable scrolling, fix issue for small video modals | NCSU-Libraries_lentil | train | js |
28f65e1f5e5d681f2e2bd5cd5d7ec7bc88816f6e | diff --git a/trace/opentracing.go b/trace/opentracing.go
index <HASH>..<HASH> 100644
--- a/trace/opentracing.go
+++ b/trace/opentracing.go
@@ -163,6 +163,8 @@ type Span struct {
*Trace
+ recordErr error
+
// These are currently ignored
logLines []opentracinglog.Field
}
@@ -196,7 +198,7 @@ func (s *Span) Fini... | Remove logged error with record
* We already return the error value, so there's no need to log it as
* well | stripe_veneur | train | go,go |
78aad3de23d85871d3341e27495105d9220a2664 | diff --git a/mtgsdk/querybuilder.py b/mtgsdk/querybuilder.py
index <HASH>..<HASH> 100644
--- a/mtgsdk/querybuilder.py
+++ b/mtgsdk/querybuilder.py
@@ -89,7 +89,38 @@ class QueryBuilder(object):
break
return list
+
+ def iter(self):
+ """Gets all resources, automating paging thr... | Iterable query
Now has an iter function for better memory usage. | MagicTheGathering_mtg-sdk-python | train | py |
9bd0c7da2e8533422d5bc9c26cd9011a4a3bd4dc | diff --git a/spec/unit/parser/functions/lookup_spec.rb b/spec/unit/parser/functions/lookup_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/parser/functions/lookup_spec.rb
+++ b/spec/unit/parser/functions/lookup_spec.rb
@@ -3,6 +3,10 @@ require 'puppet/pops'
require 'stringio'
describe "lookup function" do
+ be... | (#<I>) Fix failing lookup function test (missing setting of --binder)
The lookup function test was missing because the setting --binder
was missing, and lookup only works when this feature is turned on). | puppetlabs_puppet | train | rb |
83915ec01bddc50334d5b52a2a994450e5352593 | diff --git a/pronto/parser/owl.py b/pronto/parser/owl.py
index <HASH>..<HASH> 100644
--- a/pronto/parser/owl.py
+++ b/pronto/parser/owl.py
@@ -148,6 +148,9 @@ class OwlXMLTreeParser(OwlXMLParser):
for elem in itertools.islice(rawterm.iter(), 1, None):
basename = elem.tag.split('}', 1)[-1... | Prevent OwlXMLTreeParser from adding empty data to Term.other | althonos_pronto | train | py |
8ef300cce3550e8f2c27cd8fc299c598d5d65764 | diff --git a/lib/veritas/algebra/rename.rb b/lib/veritas/algebra/rename.rb
index <HASH>..<HASH> 100644
--- a/lib/veritas/algebra/rename.rb
+++ b/lib/veritas/algebra/rename.rb
@@ -14,9 +14,7 @@ module Veritas
end
def each(&block)
- operand.each do |tuple|
- yield Tuple.new(header, tuple.t... | Minor simplification of Rename#each | dkubb_axiom | train | rb |
3d0dfad7ad8f2fdbe17a92f52f9a6b2c10701e12 | diff --git a/bt/algos.py b/bt/algos.py
index <HASH>..<HASH> 100644
--- a/bt/algos.py
+++ b/bt/algos.py
@@ -172,10 +172,12 @@ class SelectAll(Algo):
class SelectHasData(Algo):
- def __init__(self, min_count,
- lookback=pd.DateOffset(months=3)):
+ def __init__(self, lookback=pd.DateOffset(month... | added default value for min_count in SelectHasData | pmorissette_bt | train | py |
12e91ac381246fef5183150aba7478d5a1825e5d | diff --git a/src/foremast/autoscaling_policy/create_policy.py b/src/foremast/autoscaling_policy/create_policy.py
index <HASH>..<HASH> 100644
--- a/src/foremast/autoscaling_policy/create_policy.py
+++ b/src/foremast/autoscaling_policy/create_policy.py
@@ -161,7 +161,7 @@ class AutoScalingPolicy:
"server... | fix: fixed provider in autoscaling policy | foremast_foremast | train | py |
46f407853014144407b6c2ec7ccc76bf67958d93 | diff --git a/cache_test.go b/cache_test.go
index <HASH>..<HASH> 100644
--- a/cache_test.go
+++ b/cache_test.go
@@ -1555,7 +1555,7 @@ func benchmarkCacheGetManyConcurrent(b *testing.B, exp time.Duration) {
tc := New(exp, 0)
keys := make([]string, n)
for i := 0; i < n; i++ {
- k := "foo" + strconv.Itoa(n)
+ k := ... | Fix incorrect key in concurrent benchmarks
Fixes #<I> | patrickmn_go-cache | train | go,go |
fbc0c917c8f11e3e1779a9fb05fc61ad41bf147d | diff --git a/src/lightncandy.php b/src/lightncandy.php
index <HASH>..<HASH> 100644
--- a/src/lightncandy.php
+++ b/src/lightncandy.php
@@ -66,8 +66,8 @@ class LightnCandy {
const FLAG_BESTPERFORMANCE = 16384; // FLAG_ECHO
const FLAG_JS = 24; // FLAG_JSTRUE + FLAG_JSOBJECT
const FLAG_MUSTACHE = 40239104; ... | align with handlebars.js (it now handle spacing) | zordius_lightncandy | train | php |
e6e47fcf221741e91776fdc6efa71683dd87ed4c | diff --git a/cube.py b/cube.py
index <HASH>..<HASH> 100755
--- a/cube.py
+++ b/cube.py
@@ -54,7 +54,7 @@ _Square = namedtuple("Square", ["face", "index", "colour"])
_Square.type = "Square"
-class Square:
+class Square(object):
"""
Square(colour, face, index), implements a square (sticker) on a cube.
@@... | Square, Face, Cube superclass = object | adrianliaw_PyCuber | train | py |
a23d0f87d68ab35ab97f79a85611254447c5222f | diff --git a/tasks/jade.js b/tasks/jade.js
index <HASH>..<HASH> 100644
--- a/tasks/jade.js
+++ b/tasks/jade.js
@@ -60,9 +60,19 @@ module.exports = function(grunt) {
try {
var jade = require('jade');
+
+
if (options.filters) {
+ // have custom filters
Object.keys(... | added implementation for advanced filters #<I> | gruntjs_grunt-contrib-pug | train | js |
400844ce46c3f9cda32d131277f7e87d46634dba | diff --git a/src/ui/controls/class-display-text.php b/src/ui/controls/class-display-text.php
index <HASH>..<HASH> 100644
--- a/src/ui/controls/class-display-text.php
+++ b/src/ui/controls/class-display-text.php
@@ -75,7 +75,7 @@ class Display_Text extends Abstract_Control {
*
* @type string $input_type ... | Make "section" optional for Display_Text control as well | mundschenk-at_wp-settings-ui | train | php |
e4f710108918babc76ff9127f87761b28e57ad96 | diff --git a/src/java/org/apache/cassandra/io/util/FileUtils.java b/src/java/org/apache/cassandra/io/util/FileUtils.java
index <HASH>..<HASH> 100644
--- a/src/java/org/apache/cassandra/io/util/FileUtils.java
+++ b/src/java/org/apache/cassandra/io/util/FileUtils.java
@@ -148,23 +148,6 @@ public class FileUtils
... | Remove dead (and buggy: removes only half the files) code | Stratio_stratio-cassandra | train | java |
a4e26b9a908f0751c5a792e30bbe228a5dcc1a75 | diff --git a/salt/state.py b/salt/state.py
index <HASH>..<HASH> 100644
--- a/salt/state.py
+++ b/salt/state.py
@@ -2606,7 +2606,10 @@ class BaseHighState(object):
)
if found == 0:
- log.error('No contents found in top file')
+ log.error('No contents found in top file. P... | Provide useful hints for error "No contents found"
Without extensive experience with salt, the following error is confusing:
[ERROR ] No contents found in top file.
Make this error more intelligible by providing hints about where to look
[ERROR ] No contents found in top file. Please verify that the 'file_roots... | saltstack_salt | train | py |
4852e0ada177ffa915203392133d6f56cafc313f | diff --git a/classes/indexqueue/class.tx_solr_indexqueue_recordmonitor.php b/classes/indexqueue/class.tx_solr_indexqueue_recordmonitor.php
index <HASH>..<HASH> 100644
--- a/classes/indexqueue/class.tx_solr_indexqueue_recordmonitor.php
+++ b/classes/indexqueue/class.tx_solr_indexqueue_recordmonitor.php
@@ -159,6 +159,11... | [BUGFIX] Crash on change of sys_file
Fixes: #<I>
Change-Id: If<I>a0fc9d3fd8bb<I>bc6bf3a1d0ada<I>b | TYPO3-Solr_ext-solr | train | php |
2fe785ed350f65cef85edc68035e169e8ddad52d | diff --git a/common/config.go b/common/config.go
index <HASH>..<HASH> 100644
--- a/common/config.go
+++ b/common/config.go
@@ -161,14 +161,6 @@ func DownloadableURL(original string) (string, error) {
// Make sure it is lowercased
url.Scheme = strings.ToLower(url.Scheme)
- // This is to work around issue #5927. Th... | common: remove dead code
The referenced bug was fixed in Go <I>,
and Packer requires Go <I>+. | hashicorp_packer | train | go |
43887d8949ae288c5a521f9394909d87278fdb3e | diff --git a/searchtweets/_version.py b/searchtweets/_version.py
index <HASH>..<HASH> 100644
--- a/searchtweets/_version.py
+++ b/searchtweets/_version.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2018 Twitter, Inc.
+# Copyright 2020 Twitter, Inc.
# Licensed under the MIT License
# https://opensource.org/... | bumping for update of HTTP error handling | twitterdev_search-tweets-python | train | py |
4d54141cfd838c2fb2db3669ff9264c1b2b156ba | diff --git a/cmd/juju/commands/repl.go b/cmd/juju/commands/repl.go
index <HASH>..<HASH> 100644
--- a/cmd/juju/commands/repl.go
+++ b/cmd/juju/commands/repl.go
@@ -55,7 +55,7 @@ Type "q" or ^D or ^C to quit.
var (
quitCommands = set.NewStrings("q", "quit", "exit")
- noControllerCommands = set.NewStrings("bo... | Add "help" to the list of REPL commands that don't need a controller | juju_juju | train | go |
fc1005be26b68166a0114615a20717072a2ddec1 | diff --git a/src-test/async/publish-timeout.js b/src-test/async/publish-timeout.js
index <HASH>..<HASH> 100644
--- a/src-test/async/publish-timeout.js
+++ b/src-test/async/publish-timeout.js
@@ -1,6 +1,8 @@
/*
* Test cases for Hub.publish timeouts.
+THIS TEST CASE KILLS CHROME!
+
AsyncTestCase("publish-timeout", ... | Fixed bug in publish-timeout test case, but it still kills Chrome. Commented out peer prototype tests for now. | mantoni_hub.js | train | js,js |
a169646ad6e216cd1fb26ae7072f600bdecb1612 | diff --git a/lib/node_tracers.js b/lib/node_tracers.js
index <HASH>..<HASH> 100644
--- a/lib/node_tracers.js
+++ b/lib/node_tracers.js
@@ -215,7 +215,7 @@ RawZipkinTracer.prototype._sendTrace = function(tuple) {
var trace = tuple[0], annotations = tuple[1];
async.waterfall([
- formatters.formatForZipkin.bind... | change to node_tracers using zipkin formatting | tryfer_node-tryfer | train | js,js |
5a4603f634779f1ef55be00443dd0518ec814be5 | diff --git a/spark-spi/src/main/java/spark/spi/SolutionSet.java b/spark-spi/src/main/java/spark/spi/SolutionSet.java
index <HASH>..<HASH> 100644
--- a/spark-spi/src/main/java/spark/spi/SolutionSet.java
+++ b/spark-spi/src/main/java/spark/spi/SolutionSet.java
@@ -84,7 +84,7 @@ public class SolutionSet extends BaseResult... | Fix a couple of off-by-one errors in the default SolutionSet implementation. | revelytix_spark | train | java |
243e6e4b2a53253d5ca734415564c419c5632f12 | diff --git a/actionview/test/template/render_test.rb b/actionview/test/template/render_test.rb
index <HASH>..<HASH> 100644
--- a/actionview/test/template/render_test.rb
+++ b/actionview/test/template/render_test.rb
@@ -22,7 +22,7 @@ module RenderTestCases
def test_render_without_options
e = assert_raises(Argu... | Fix a fragile test on `action_view/render`
This test were assuming that the list of render options will always be
the same. Fixing that so this doesn't break when we add/remove render
option in the future. | rails_rails | train | rb |
52c75e32cb8519abcd23fcb5f468e0ef714d4fbc | diff --git a/lib/espresso-runner.js b/lib/espresso-runner.js
index <HASH>..<HASH> 100644
--- a/lib/espresso-runner.js
+++ b/lib/espresso-runner.js
@@ -26,7 +26,12 @@ class EspressoRunner {
}
this[req] = opts[req];
}
- this.jwproxy = new JWProxy({server: this.host, port: this.systemPort, base: ''})... | feat: Enable keep-alive mode for server connections (#<I>) | appium_appium-espresso-driver | train | js |
da247654371664fb906ad286053c63e6fc2f5b5a | diff --git a/python/mxnet/gluon/block.py b/python/mxnet/gluon/block.py
index <HASH>..<HASH> 100644
--- a/python/mxnet/gluon/block.py
+++ b/python/mxnet/gluon/block.py
@@ -742,18 +742,16 @@ class Block:
if g.stype == 'row_sparse':
ndarray.zeros_like(g, out=g)
else:
... | Use multi-tensor zeroing for resetting grads (#<I>) | apache_incubator-mxnet | train | py |
b47ca4f76152fd488e6a123febd11311ea10e9d0 | diff --git a/lib/fog/core/errors.rb b/lib/fog/core/errors.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/core/errors.rb
+++ b/lib/fog/core/errors.rb
@@ -68,6 +68,9 @@ An alternate file may be used by placing its path in the FOG_RC environment vari
:vsphere_server:
:vsphere_username:
:vsphere_password:
+ :libvir... | Added libvirt options to credentials error | fog_fog | train | rb |
7550b628bfb294576adedfd0f6650ad68e6dcd2f | diff --git a/python/ray/rllib/es/es.py b/python/ray/rllib/es/es.py
index <HASH>..<HASH> 100644
--- a/python/ray/rllib/es/es.py
+++ b/python/ray/rllib/es/es.py
@@ -124,13 +124,13 @@ class Worker(object):
[np.sign(rewards_pos).sum(), np.sign(rewards_neg).sum()])
lengths.append([lengt... | fix indentation for ES (#<I>) | ray-project_ray | train | py |
9546f18ebca1bda4a63c7ea7989bc32c83c9c86b | diff --git a/plugins/database/mongodb/connection_producer.go b/plugins/database/mongodb/connection_producer.go
index <HASH>..<HASH> 100644
--- a/plugins/database/mongodb/connection_producer.go
+++ b/plugins/database/mongodb/connection_producer.go
@@ -132,8 +132,7 @@ func createClient(ctx context.Context, connURL string... | Merge writeOpts and tlsAuthOpts after call to ApplyURI (#<I>) | hashicorp_vault | train | go |
6b0b256a07c55df11bcda80189cfff9b529cc5a1 | diff --git a/pubsub/google/cloud/pubsub_v1/subscriber/policy/thread.py b/pubsub/google/cloud/pubsub_v1/subscriber/policy/thread.py
index <HASH>..<HASH> 100644
--- a/pubsub/google/cloud/pubsub_v1/subscriber/policy/thread.py
+++ b/pubsub/google/cloud/pubsub_v1/subscriber/policy/thread.py
@@ -61,7 +61,7 @@ class Policy(ba... | Use queue if provided in kwargs (#<I>)
Fix for a new Queue being instantiated regardless of whether a queue is passed in or not. | googleapis_google-cloud-python | train | py |
716414d54f1c90de0e20803819b935a8b2dabf9e | diff --git a/src/main/java/org/telegram/mtproto/MTProto.java b/src/main/java/org/telegram/mtproto/MTProto.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/telegram/mtproto/MTProto.java
+++ b/src/main/java/org/telegram/mtproto/MTProto.java
@@ -542,18 +542,20 @@ public class MTProto {
return null;
... | Restored time checking with logging | telegram-s_telegram-mt | train | java |
f0f3fabaa33e9b0050048b568e75060d785ddf0f | diff --git a/umis/umis.py b/umis/umis.py
index <HASH>..<HASH> 100644
--- a/umis/umis.py
+++ b/umis/umis.py
@@ -391,7 +391,7 @@ def tagcount(sam, out, genemap, output_evidence_table, positional, minevidence,
buf = StringIO()
for key in evidence:
line = '{},{}\n'.format(key, evidence[key])
- buf... | Fix typo in handling unicode
This appears to be a misplaced end parenthesis from:
<I>d6ad<I>eb<I>a<I>a<I>a<I>d<I>e<I>a2 | vals_umis | train | py |
d7777bb910d9d5eac40849cc27993676ed0da7f6 | diff --git a/airflow/api_connexion/endpoints/dag_run_endpoint.py b/airflow/api_connexion/endpoints/dag_run_endpoint.py
index <HASH>..<HASH> 100644
--- a/airflow/api_connexion/endpoints/dag_run_endpoint.py
+++ b/airflow/api_connexion/endpoints/dag_run_endpoint.py
@@ -102,7 +102,7 @@ def get_dag_run(*, dag_id: str, dag_r... | fix comments (#<I>) | apache_airflow | train | py |
845239b9323ab29d8fd3542d3de97b1ff3046d77 | diff --git a/src/CmsAdmin/Resource/web/js/form.js b/src/CmsAdmin/Resource/web/js/form.js
index <HASH>..<HASH> 100644
--- a/src/CmsAdmin/Resource/web/js/form.js
+++ b/src/CmsAdmin/Resource/web/js/form.js
@@ -63,10 +63,11 @@ $(document).ready(function () {
});
//on focus na submit
- $('input[type="submit"]').on('c... | Submit.onfocus -> Form.submit | milejko_mmi-cms | train | js |
09f11d46b4f45dd1e7921a1d2f5aefab182cd973 | diff --git a/IPython/html/widgets/widget.py b/IPython/html/widgets/widget.py
index <HASH>..<HASH> 100644
--- a/IPython/html/widgets/widget.py
+++ b/IPython/html/widgets/widget.py
@@ -149,12 +149,7 @@ class Widget(LoggingConfigurable):
self.send_state(key=name)
def _handle_displayed(self, **kwargs):
... | remove 3rd callback type from on_displayed | jupyter-widgets_ipywidgets | train | py |
fed666a5b67d75c11ff2799eeb7f8fa39259c133 | diff --git a/builtin/providers/digitalocean/resource_digitalocean_ssh_key.go b/builtin/providers/digitalocean/resource_digitalocean_ssh_key.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/digitalocean/resource_digitalocean_ssh_key.go
+++ b/builtin/providers/digitalocean/resource_digitalocean_ssh_key.go
@@ -74,7 ... | provider/digitalocean: Check for nil response
This applies the same fix to `digitalocean_ssh_key` as #<I> applies to
droplets. Fixes #<I>. The report there gives weight to my theory that
this occurs when there are transport issues. | hashicorp_terraform | train | go |
7614ccb5f5fc897605d008d4fb67867c087cb6de | diff --git a/lib/facemock/version.rb b/lib/facemock/version.rb
index <HASH>..<HASH> 100644
--- a/lib/facemock/version.rb
+++ b/lib/facemock/version.rb
@@ -1,3 +1,3 @@
module Facemock
- VERSION = "0.0.3"
+ VERSION = "0.0.4"
end
diff --git a/spec/facemock_spec.rb b/spec/facemock_spec.rb
index <HASH>..<HASH> 100644
--... | :arrow_up: Upgrade version to <I> | ogawatti_facemock | train | rb,rb |
6d061b70b1b12ed690c9d499596bf95eb5943fdc | diff --git a/src/Component.php b/src/Component.php
index <HASH>..<HASH> 100644
--- a/src/Component.php
+++ b/src/Component.php
@@ -5,6 +5,7 @@ namespace mito\sentry;
use Closure;
use mito\sentry\assets\RavenAsset;
use Yii;
+use yii\base\Exception;
use yii\base\InvalidConfigException;
use yii\helpers\ArrayHelper;
... | register component even if unable to register assets | hellowearemito_yii2-sentry | train | php |
bf0fce6ea818759b76d3682771a6c92b7fef30e6 | diff --git a/lib/platformexploit.rb b/lib/platformexploit.rb
index <HASH>..<HASH> 100644
--- a/lib/platformexploit.rb
+++ b/lib/platformexploit.rb
@@ -31,8 +31,12 @@ module Ronin
super(advisory)
@targets = []
- params << Param.new('target','default target index',0)
- params << Param.new('custo... | * Use the add_param method for adding parameters.
* Added the 'add_target' method to the Target class. | ronin-ruby_ronin | train | rb |
a6bb41e802159b86aface966454ffb5928005708 | diff --git a/thefuck/system/win32.py b/thefuck/system/win32.py
index <HASH>..<HASH> 100644
--- a/thefuck/system/win32.py
+++ b/thefuck/system/win32.py
@@ -1,5 +1,4 @@
import os
-import sys
import msvcrt
import win_unicode_console
from .. import const
@@ -12,20 +11,18 @@ def init_output():
def get_key():
- c... | Fix Win<I> get_key (#<I>)
PR #<I> moved the arrow and cancel key codes to `const.py`. However, the
move also changed the codes from byte arrays to strings, which broke the
use of `msvcrt.getch()` for Windows.
The fix is to use `msvcrt.getwch()` so the key is a Unicode character,
matching the Unix implementation. | nvbn_thefuck | train | py |
7d6049a1c03102050a4b3e9f0fc335a209124605 | diff --git a/tests/helper.py b/tests/helper.py
index <HASH>..<HASH> 100644
--- a/tests/helper.py
+++ b/tests/helper.py
@@ -184,7 +184,7 @@ if __name__ == '__main__':
print('Starting ...')
import signalfd
signalfd.sigprocmask(signalfd.SIG_BLOCK, [signal.SIGCHLD])
- fd = ... | Dooh! Was setting up signalfd the wrong way. | ionelmc_python-manhole | train | py |
d227af1edd5366df91f96193ddff3ff43d54b4f4 | diff --git a/server.go b/server.go
index <HASH>..<HASH> 100644
--- a/server.go
+++ b/server.go
@@ -409,7 +409,7 @@ func (srv *Server) ImagePull(name, tag, endpoint string, out io.Writer, sf *util
remote := name
parts := strings.Split(name, "/")
if len(parts) > 2 {
- remote = fmt.Sprintf("src/%s", strings.Join(pa... | Escape remote names on repo push/pull | moby_moby | train | go |
d22ef6e8af9d5b7cac6fd369c782dedf65e3d711 | diff --git a/generators/cleanup.js b/generators/cleanup.js
index <HASH>..<HASH> 100644
--- a/generators/cleanup.js
+++ b/generators/cleanup.js
@@ -221,11 +221,13 @@ function cleanupOldServerFiles(generator, javaDir, testDir, mainResourceDir, tes
generator.removeFile(`${testDir}web/rest/ClientForwardControllerI... | Move clean file 'JwtAuthorityExtractor' for older version than <I> | jhipster_generator-jhipster | train | js |
81eda5bb5d9b18421d04224454360df28889e944 | diff --git a/cmd/jujud/machine.go b/cmd/jujud/machine.go
index <HASH>..<HASH> 100644
--- a/cmd/jujud/machine.go
+++ b/cmd/jujud/machine.go
@@ -172,9 +172,14 @@ func (a *MachineAgent) APIWorker(ensureStateWorker func()) (worker.Worker, error
runner.StartWorker("logger", func() (worker.Worker, error) {
return worker... | Do not start auth worker for local provider | juju_juju | train | go |
a633cdc2edf5f5e13c006d3d2ceaf6eebf191577 | diff --git a/src/main/java/org/sikuli/slides/processing/Relationship.java b/src/main/java/org/sikuli/slides/processing/Relationship.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/sikuli/slides/processing/Relationship.java
+++ b/src/main/java/org/sikuli/slides/processing/Relationship.java
@@ -24,7 +24,7 @@ imp... | refactor to get any media file | sikuli_sikuli-slides | train | java |
104e88456e6e0dceeaee3bd8fd9828d194655f4b | diff --git a/openhtf/core/phase_executor.py b/openhtf/core/phase_executor.py
index <HASH>..<HASH> 100644
--- a/openhtf/core/phase_executor.py
+++ b/openhtf/core/phase_executor.py
@@ -131,6 +131,7 @@ class PhaseExecutorThread(threads.KillableThread):
once it is known (_phase_execution_outcome is None until then), and... | Make PhaseExecutorThread and TestExecutor daemon threads (#<I>) | google_openhtf | train | py,py |
3264e5dcd296218ae41c668a77220c31a2b51069 | diff --git a/lib/autokey/scripting/engine.py b/lib/autokey/scripting/engine.py
index <HASH>..<HASH> 100644
--- a/lib/autokey/scripting/engine.py
+++ b/lib/autokey/scripting/engine.py
@@ -99,7 +99,8 @@ class Engine:
temporary=False):
"""
Create a new text phrase inside the given ... | Phrases created in temporary folders are made temporary | autokey_autokey | train | py |
f7987be849d8466d7121c3ef57dd306473f374be | diff --git a/components/SeoPatternHelper.php b/components/SeoPatternHelper.php
index <HASH>..<HASH> 100644
--- a/components/SeoPatternHelper.php
+++ b/components/SeoPatternHelper.php
@@ -46,6 +46,16 @@ class SeoPatternHelper {
const SEPARATOR_PATTERN_KEY = 'sep';
/**
+ * Global view separator parameter key name.... | add feature to change separator by setting view param | agilov_yii2-seo-behavior | train | php |
58e7c485934665d9c15d8e15441247d0354a577e | diff --git a/tests/unit_tests/test_utils/test_handlers.py b/tests/unit_tests/test_utils/test_handlers.py
index <HASH>..<HASH> 100644
--- a/tests/unit_tests/test_utils/test_handlers.py
+++ b/tests/unit_tests/test_utils/test_handlers.py
@@ -90,7 +90,8 @@ class TestHandlers(SetMeUp):
c = h.Repeater(
... | fixed broken test in test_handlers. | wreckage_django-happenings | train | py |
37149c9fc2c85d82e7135839e39f395f4505bfc9 | diff --git a/bin/php/checkdbfiles.php b/bin/php/checkdbfiles.php
index <HASH>..<HASH> 100755
--- a/bin/php/checkdbfiles.php
+++ b/bin/php/checkdbfiles.php
@@ -132,9 +132,16 @@ $versions47 = array( 'unstable' => array( array( '4.6.0', '4.7.0alpha1' ),
);
$versions50 = array( 'unstable' => array( array( '4... | Fix a minor mistake in <I>a<I>cd<I>c<I>ec6fc2c0c4ba | ezsystems_ezpublish-legacy | train | php |
ad9c9d96a3f51e157f65ea19f0957eabda0dea87 | diff --git a/tangy-form-item.js b/tangy-form-item.js
index <HASH>..<HASH> 100644
--- a/tangy-form-item.js
+++ b/tangy-form-item.js
@@ -720,7 +720,16 @@ export class TangyFormItem extends PolymerElement {
this
.querySelectorAll('[name]')
.forEach(input => inputs.push(input.getModProps && window.useShr... | feat(scoring-fields): Add Scoring Functionality
Part of Tangerine-Community/tangy-form-editor#<I>
Refs Tangerine-Community/Tangerine#<I> | Tangerine-Community_tangy-form | train | js |
c0e9a3fb7312b49e31431e692924c351e28dfb3a | diff --git a/lib/u2f/u2f.rb b/lib/u2f/u2f.rb
index <HASH>..<HASH> 100644
--- a/lib/u2f/u2f.rb
+++ b/lib/u2f/u2f.rb
@@ -95,10 +95,14 @@ module U2F
# Convert a binary public key to PEM format
def self.public_key_pem(key)
fail PublicKeyDecodeError unless key.length == 65 || key[0] == "\x04"
-
- der =... | Get rid of hard coded bytes for generating PEM from private key | castle_ruby-u2f | train | rb |
658d8e0889507ec156a1747283319a40e002a561 | diff --git a/lib/veewee/provider/core/helper/web.rb b/lib/veewee/provider/core/helper/web.rb
index <HASH>..<HASH> 100644
--- a/lib/veewee/provider/core/helper/web.rb
+++ b/lib/veewee/provider/core/helper/web.rb
@@ -26,8 +26,8 @@ module Veewee
content=displayfile.read()
response.body=conten... | Leave the web thread running until we shut down, and mount it a bit more pragmatically (full paths only) | jedi4ever_veewee | train | rb |
13276a3f4a0f02a7e3a06e4fd8ab9301391de9a0 | diff --git a/lxd/cluster/gateway.go b/lxd/cluster/gateway.go
index <HASH>..<HASH> 100644
--- a/lxd/cluster/gateway.go
+++ b/lxd/cluster/gateway.go
@@ -195,15 +195,15 @@ func (g *Gateway) HandlerFuncs(heartbeatHandler HeartbeatHandler, trustedCerts f
if r.Method == "PUT" {
if g.shutdownCtx.Err() != nil {
log... | lxd/cluster/gateway: Error message and log improvements | lxc_lxd | train | go |
3e029fcde02a84c9d831acd8747691aaed083463 | diff --git a/src/options/block-indent.js b/src/options/block-indent.js
index <HASH>..<HASH> 100644
--- a/src/options/block-indent.js
+++ b/src/options/block-indent.js
@@ -45,7 +45,7 @@ let option = {
var spaces = whitespaceNode.content.replace(/\n[ \t]+/gm, '\n');
if (spaces === '') {
- ast.remov... | Fix ast.remove is not a function error
This PR fixes an error that occurs when `"eof-newline": false,` as reported and solved here: <URL> | csscomb_csscomb.js | train | js |
b27ba5ef59ae48b9eb6a34b1106a9fde843314e7 | diff --git a/lib/browser.js b/lib/browser.js
index <HASH>..<HASH> 100644
--- a/lib/browser.js
+++ b/lib/browser.js
@@ -25,7 +25,13 @@ function W3CWebSocket(uri, protocols) {
*/
return native_instance;
}
-
+if (NativeWebSocket) {
+ ["CONNECTING", "OPEN", "CLOSING", "CLOSED"].forEach(function(prop) {
+ Object.defi... | add readyState constants to browser `w3cwebsocket`
Now the exposed `w3cwebsocket` export mirrors the native WebSocket more closely.
I hit this bug when moving previously native code to use this wrapper, the server-sde code was fine,
but the client-side code failed because `WebSocket.OPEN` was `undefined`. | theturtle32_WebSocket-Node | train | js |
6481793854a0a2eb7c5c9611fa2331c651e9f0ef | diff --git a/src/BootstrapChannelClient.js b/src/BootstrapChannelClient.js
index <HASH>..<HASH> 100644
--- a/src/BootstrapChannelClient.js
+++ b/src/BootstrapChannelClient.js
@@ -61,7 +61,7 @@ class BootstrapChannelClient {
}
send(id,type,data){
- u.log(this.chord, "BSTRAP: SENDING "+type);
+ u.log(this.chord, ... | I cannot print a Symbol. Aww phooey! | FelixMcFelix_conductor-chord | train | js,js |
8a0765e9faa143e435dd2c54ea7eb870276fb966 | diff --git a/statsd/statsd_test.go b/statsd/statsd_test.go
index <HASH>..<HASH> 100644
--- a/statsd/statsd_test.go
+++ b/statsd/statsd_test.go
@@ -1,26 +1,32 @@
package statsd
import (
- "io"
"testing"
"time"
"github.com/stretchr/testify/assert"
)
-type statsdWriterWrapper struct {
- io.WriteCloser
-}
+t... | Fix race condition in the test
The race only happen when also runnin the benchmark which leave enough time to the un-closed client to flush | DataDog_datadog-go | train | go |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.