hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
b419c75ad3efb2218af1c59ed359f3f222f88b32 | diff --git a/lib/pake/tasks/pakePhpExtensionTask.class.php b/lib/pake/tasks/pakePhpExtensionTask.class.php
index <HASH>..<HASH> 100644
--- a/lib/pake/tasks/pakePhpExtensionTask.class.php
+++ b/lib/pake/tasks/pakePhpExtensionTask.class.php
@@ -10,12 +10,14 @@
class pakePhpExtensionTask
{
public static $tasks = ar... | support for --with-phpize and --with-php-config options (to allow building extension against non-default php installation) | indeyets_pake | train |
63b8451609d62e5a39c510d72d803834f19098ed | diff --git a/src/Kunstmaan/AdminBundle/Command/UpdateAclCommand.php b/src/Kunstmaan/AdminBundle/Command/UpdateAclCommand.php
index <HASH>..<HASH> 100644
--- a/src/Kunstmaan/AdminBundle/Command/UpdateAclCommand.php
+++ b/src/Kunstmaan/AdminBundle/Command/UpdateAclCommand.php
@@ -46,7 +46,7 @@ class UpdateAclCommand exte... | Typo (#<I>) | Kunstmaan_KunstmaanBundlesCMS | train |
06471a19594f121b7f82acfcb116854f0623ed33 | diff --git a/src/Gzero/Api/Controller/Admin/UserController.php b/src/Gzero/Api/Controller/Admin/UserController.php
index <HASH>..<HASH> 100644
--- a/src/Gzero/Api/Controller/Admin/UserController.php
+++ b/src/Gzero/Api/Controller/Admin/UserController.php
@@ -1,5 +1,11 @@
<?php namespace Gzero\Api\Controller\Admin;
+... | KMS-<I> UserValidator and index user api action | GrupaZero_api | train |
8ee7ad2209502f43496ff65e32fbcd7573b13c26 | diff --git a/api/client/login.go b/api/client/login.go
index <HASH>..<HASH> 100644
--- a/api/client/login.go
+++ b/api/client/login.go
@@ -11,7 +11,6 @@ import (
Cli "github.com/docker/docker/cli"
flag "github.com/docker/docker/pkg/mflag"
"github.com/docker/docker/pkg/term"
- "github.com/docker/docker/registry"
... | Enable cross-platforms logout from Registry | containers_storage | train |
871795d9cece15b0996da2b9854ce9c7fecc4379 | diff --git a/benchexec/tools/smack.py b/benchexec/tools/smack.py
index <HASH>..<HASH> 100644
--- a/benchexec/tools/smack.py
+++ b/benchexec/tools/smack.py
@@ -28,6 +28,7 @@ import re
class Tool(benchexec.tools.template.BaseTool):
REQUIRED_PATHS = [
+ "boogie",
"corral",
... | add missing required directory for SMACK | sosy-lab_benchexec | train |
b17fc98a18a4469ad7d3ef1fe65111f589d47f8d | diff --git a/azurerm/internal/services/apimanagement/resource_arm_api_management_api_operation.go b/azurerm/internal/services/apimanagement/resource_arm_api_management_api_operation.go
index <HASH>..<HASH> 100644
--- a/azurerm/internal/services/apimanagement/resource_arm_api_management_api_operation.go
+++ b/azurerm/in... | azurerm_api_management_operation - will no longer panic on miss… (#<I>) | terraform-providers_terraform-provider-azurerm | train |
eccede47c5c069bae752390342c78acdc7b48cc2 | diff --git a/tests/Routing/RoutingUrlGeneratorTest.php b/tests/Routing/RoutingUrlGeneratorTest.php
index <HASH>..<HASH> 100755
--- a/tests/Routing/RoutingUrlGeneratorTest.php
+++ b/tests/Routing/RoutingUrlGeneratorTest.php
@@ -4,6 +4,7 @@ namespace Illuminate\Tests\Routing;
use Illuminate\Http\Request;
use Illumina... | [<I>] add test for `Route [$routeName] not defined.` exception (#<I>)
- add test for `Route [$routeName] not defined.` exception since in <URL> | laravel_framework | train |
17dd323f0c892619287269d7dce93a2305845122 | diff --git a/src/Collection/Iterator/ExtractIterator.php b/src/Collection/Iterator/ExtractIterator.php
index <HASH>..<HASH> 100644
--- a/src/Collection/Iterator/ExtractIterator.php
+++ b/src/Collection/Iterator/ExtractIterator.php
@@ -24,12 +24,12 @@ class ExtractIterator extends Collection
{
/**
- * A path... | Adding the ability of using a callable for Collection::extract() | cakephp_cakephp | train |
e225b7cc63e1d67f86e9d5a26b69d66470da659c | diff --git a/revolver/tool/memcached.py b/revolver/tool/memcached.py
index <HASH>..<HASH> 100644
--- a/revolver/tool/memcached.py
+++ b/revolver/tool/memcached.py
@@ -4,7 +4,7 @@ from revolver import command
from revolver import package
def install():
- package.install('memcached')
+ package.install(["memcach... | Install libmemcached in tool.memcached too | michaelcontento_revolver | train |
0e195fd447ccb0fa08dd9c2b0229603602da6eea | diff --git a/provision/docker/docker.go b/provision/docker/docker.go
index <HASH>..<HASH> 100644
--- a/provision/docker/docker.go
+++ b/provision/docker/docker.go
@@ -255,24 +255,20 @@ func (c *container) remove() error {
err := dockerCluster().RemoveContainer(c.ID)
if err != nil {
log.Printf("Failed to remove c... | provision/docker: don't return erro on container.remove
Now it works like app-remove. Aborting when the container does not exist
in Docker may lead the system to an inconsistent state. | tsuru_tsuru | train |
9288ffcf042cfbd4d627abfaf2c8aa9ad8d1a05c | diff --git a/hazelcast-client/src/main/java/com/hazelcast/client/spi/impl/ClientClusterServiceImpl.java b/hazelcast-client/src/main/java/com/hazelcast/client/spi/impl/ClientClusterServiceImpl.java
index <HASH>..<HASH> 100644
--- a/hazelcast-client/src/main/java/com/hazelcast/client/spi/impl/ClientClusterServiceImpl.jav... | fix client blocking on latch if fails to connect the cluster | hazelcast_hazelcast | train |
f7e9662e3f6a236aa1ea85faa41c29be77e454ba | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"lerna": "^2.5.1"
},
"scripts": {
- "start": "lerna run start ${PACKAGE:+--scope=@jpmorganchase/${PACKAGE}}",
+ "start": "lerna run start ${PACKAGE:+--scope=@jpmorganchase/${PACKAGE}} --st... | Reduced iteration per page to only visible rows. | finos_perspective | train |
731b19b3fe22b5d83059e0ad95032f563cee01f5 | diff --git a/core/src/main/java/hudson/matrix/MatrixProject.java b/core/src/main/java/hudson/matrix/MatrixProject.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/matrix/MatrixProject.java
+++ b/core/src/main/java/hudson/matrix/MatrixProject.java
@@ -40,6 +40,7 @@ import hudson.model.Items;
import huds... | FormValidation error needs to be checked | jenkinsci_jenkins | train |
2f7fc506ea683b5d79ee23201561a5658597285d | diff --git a/src/playbacks/html5_video/html5_video.js b/src/playbacks/html5_video/html5_video.js
index <HASH>..<HASH> 100644
--- a/src/playbacks/html5_video/html5_video.js
+++ b/src/playbacks/html5_video/html5_video.js
@@ -359,18 +359,20 @@ export default class HTML5Video extends Playback {
if (!this.el.buffered.l... | html5 video: add buffered segments to progress event | clappr_clappr | train |
8c225baeb2f1c657d22c87db93435751164ddf8a | diff --git a/lib/assets/FastfileTemplate b/lib/assets/FastfileTemplate
index <HASH>..<HASH> 100644
--- a/lib/assets/FastfileTemplate
+++ b/lib/assets/FastfileTemplate
@@ -27,6 +27,7 @@ platform :ios do
# ENV["SLACK_URL"] = "https://hooks.slack.com/services/..."
cocoapods
+ carthage
# increment_bui... | Added carthage to fastlane by default if already used | fastlane_fastlane | train |
edc3354697491f5d7b2f76e3306b20b9c932723c | diff --git a/lib/config.js b/lib/config.js
index <HASH>..<HASH> 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -220,7 +220,7 @@ const normalizePluginHelpers = (items, subCfg) => {
* templates: {'*': {'javascripts/app.js': checker2}}
* }
*/
-const createJoinConfig = configFiles => {
+const createJoinConfig = ... | Print a warning if 'entryPoints' key-values are flipped | brunch_brunch | train |
23d60e1a1112a60fa80ca62002f80fbc7a1d7922 | diff --git a/config/projects/chefdk.rb b/config/projects/chefdk.rb
index <HASH>..<HASH> 100644
--- a/config/projects/chefdk.rb
+++ b/config/projects/chefdk.rb
@@ -23,7 +23,7 @@ install_path "/opt/chefdk"
build_version Omnibus::BuildVersion.full
build_iteration 4
-override :berkshelf, version: "3.0.0.beta7"
+ov... | Set berks version to git tag
berks' version tags have a "v" in the front. | chef_chef | train |
d9f8aea726758bfb8f29580e52800ba7b35d3203 | diff --git a/gruntfile.js b/gruntfile.js
index <HASH>..<HASH> 100644
--- a/gruntfile.js
+++ b/gruntfile.js
@@ -10,7 +10,8 @@ module.exports = function(grunt) {
csscss: {
options: {
verbose: true,
- outputJson: false
+ outputJson: false,
+ minMatch: 2
},
dist: {
... | added support for the minimum match argument, which will ignore any rulesets that have fewer matches. | peterkeating_grunt-csscss | train |
07e3ca48fe193e7c1dd4c258f5a038b73088a4da | diff --git a/plaso/formatters/shutdown.py b/plaso/formatters/shutdown.py
index <HASH>..<HASH> 100644
--- a/plaso/formatters/shutdown.py
+++ b/plaso/formatters/shutdown.py
@@ -5,7 +5,6 @@ from __future__ import unicode_literals
from plaso.formatters import interface
from plaso.formatters import manager
-from plaso.l... | Removed regvalue from shutdown formatter #<I> (#<I>) | log2timeline_plaso | train |
ea295fcc26638b1cec093c10a36f5b0d3bf72f9a | diff --git a/lib/vagrant-mutate/converter.rb b/lib/vagrant-mutate/converter.rb
index <HASH>..<HASH> 100644
--- a/lib/vagrant-mutate/converter.rb
+++ b/lib/vagrant-mutate/converter.rb
@@ -49,7 +49,7 @@ module VagrantMutate
@logger.info "qemu-img info output\n#{info}"
if info =~ /(\d+) bytes/
size_... | Virtual size should be number, not string with unit | sciurus_vagrant-mutate | train |
f36ffda683aef6a7eaad8fa08db9148e29902d6e | diff --git a/service.js b/service.js
index <HASH>..<HASH> 100755
--- a/service.js
+++ b/service.js
@@ -225,14 +225,15 @@ class ServiceConsul extends service.Service {
// TODO where does baseUrl come from ?
delete this.consulOptions.baseUrl;
- // TODO repeat here ?
- try {
- this.consul = require('consul')(t... | fix: mode agent connection out of _configure() method | Kronos-Integration_kronos-service-consul | train |
6b4741818ef9b9be9069b41ead2e019c4410fb26 | diff --git a/shared/fetcher.js b/shared/fetcher.js
index <HASH>..<HASH> 100644
--- a/shared/fetcher.js
+++ b/shared/fetcher.js
@@ -170,27 +170,27 @@ Fetcher.prototype.isMissingKeys = function(modelData, keys) {
};
Fetcher.prototype.fetchFromApi = function(spec, options, callback) {
- var model = this.getModelOrCol... | Fixes fetchFromApi to work in amd (async) environments | rendrjs_rendr | train |
b4215603cf7f491c7774dc2c83f51829a30c6d74 | diff --git a/jquery-scrolltofixed.js b/jquery-scrolltofixed.js
index <HASH>..<HASH> 100644
--- a/jquery-scrolltofixed.js
+++ b/jquery-scrolltofixed.js
@@ -147,7 +147,7 @@
'bottom' : base.options.bottom == -1?'':base.options.bottom,
'margin-left' : '0px'
}
- ... | Make setWidth work with border-box | bigspotteddog_ScrollToFixed | train |
2947f7856b3a30c0f5ea5c37193b997a8e564fe3 | diff --git a/khayyam/constants.py b/khayyam/constants.py
index <HASH>..<HASH> 100644
--- a/khayyam/constants.py
+++ b/khayyam/constants.py
@@ -142,10 +142,10 @@ AM_PM_REGEX = u'(%s)' % u'|'.join(AM_PM.values())
AM_PM_ASCII_REGEX = '([aA][mM]|[pP][mM])'
-HOUR12_REGEX = '([0]?[1-9]|1[0-2])' # TODO: Precisest patter... | <I> -alpha ! some methods renamed, new formatter/parser engine fully tested. | pylover_khayyam | train |
33be39fa004821b9cfebafa7e61eb57a18a7d520 | diff --git a/lib/odf-report/table.rb b/lib/odf-report/table.rb
index <HASH>..<HASH> 100644
--- a/lib/odf-report/table.rb
+++ b/lib/odf-report/table.rb
@@ -25,7 +25,7 @@ class Table
@collection = get_collection_from_item(row, @collection_field) if row
- if (@skip_if_empty || !@header) && @collection.empty?
+... | if you said you want to skip, skip it | sandrods_odf-report | train |
4cdd35d636570686f20d2babe458b4a74bf3f9fa | diff --git a/src/livestreamer_curses/main.py b/src/livestreamer_curses/main.py
index <HASH>..<HASH> 100755
--- a/src/livestreamer_curses/main.py
+++ b/src/livestreamer_curses/main.py
@@ -40,6 +40,13 @@ from livestreamer import Livestreamer
from multiprocessing.pool import ThreadPool as Pool
from multiprocessing impor... | python 2/3 compatible iterators (ugly as sh*t) | gapato_livestreamer-curses | train |
d37546c074655b7042f01dae3cce4f0facab6bf2 | diff --git a/glances/outputs/glances_bottle.py b/glances/outputs/glances_bottle.py
index <HASH>..<HASH> 100644
--- a/glances/outputs/glances_bottle.py
+++ b/glances/outputs/glances_bottle.py
@@ -25,6 +25,7 @@ import sys
import tempfile
from io import open
import webbrowser
+from zlib import compress
from glances.... | Implement Gzip compression on the server side. Test Ok with Curl but the Web UI did not work anymore... | nicolargo_glances | train |
3b49f58ad7d91cfeaccc831abd06f173c4b828b8 | diff --git a/lib/classes/caption/Field/Value.php b/lib/classes/caption/Field/Value.php
index <HASH>..<HASH> 100644
--- a/lib/classes/caption/Field/Value.php
+++ b/lib/classes/caption/Field/Value.php
@@ -108,7 +108,7 @@ class caption_Field_Value implements cache_cacheableInterface
$this->fetchVocabulary($vocabu... | Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on <URL> | alchemy-fr_Phraseanet | train |
26751ef6b999084a6f53069d0b091b2847c6a203 | diff --git a/src/Oauth2/Authentication/Server.php b/src/Oauth2/Authentication/Server.php
index <HASH>..<HASH> 100644
--- a/src/Oauth2/Authentication/Server.php
+++ b/src/Oauth2/Authentication/Server.php
@@ -339,16 +339,78 @@ maintenance of the server.',
}
/**
- * Complete the authorisation code grant
+ ... | Broke up the issueAccessToken method to support additional grant types | thephpleague_oauth2-server | train |
e0c2ab084b2ccd7891c47eb116cab9deabee3176 | diff --git a/spec/api_spec.rb b/spec/api_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/api_spec.rb
+++ b/spec/api_spec.rb
@@ -38,8 +38,9 @@ module Clickatell
cmd.should_receive(:with_params).with(:param_one => 'foo', :session_id => '12345').and_return(uri)
Net::HTTP.should_receive(:new).with('example.com... | Recent RSpec changes must have changed the behaviour of and_yield because these specs suddenly stopped working. | lukeredpath_clickatell | train |
dec09d6027b5472ff55c43dfca090e97c936df8f | diff --git a/venom/rpc/method.py b/venom/rpc/method.py
index <HASH>..<HASH> 100644
--- a/venom/rpc/method.py
+++ b/venom/rpc/method.py
@@ -80,9 +80,8 @@ class Method(object):
else:
http_rule = self._http_rule
- if service:
- service_http_rule = '/' + service.__meta__.name.lower... | Add ServiceManager.prepare_meta() method and move service http_rule generation into there. | biosustain_venom | train |
159a38a79a43398357c2c78d0bffc28b571e5291 | diff --git a/src/FlipMove.js b/src/FlipMove.js
index <HASH>..<HASH> 100644
--- a/src/FlipMove.js
+++ b/src/FlipMove.js
@@ -348,10 +348,10 @@ class FlipMove extends Component {
const [elements, domNodes] = this.formatChildrenForHooks();
this.props.onFinishAll(elements, domNodes);
-
- // ... | Always reset childrenToAnimate when triggering finish hooks | joshwcomeau_react-flip-move | train |
31b5d8df7aed57eede4e4839e14c6e51097123fc | diff --git a/molo/commenting/tests/test_views.py b/molo/commenting/tests/test_views.py
index <HASH>..<HASH> 100644
--- a/molo/commenting/tests/test_views.py
+++ b/molo/commenting/tests/test_views.py
@@ -7,12 +7,12 @@ from django.contrib.auth.models import User
from django.contrib.contenttypes.models import ContentType... | Create failing tests for replying on the front end
Only an expert should currently be allowed to reply to comments | praekeltfoundation_molo.commenting | train |
7706cd9bbbe0f95e950695754d4081638f9fb0be | diff --git a/gcloud/storage/bucket.py b/gcloud/storage/bucket.py
index <HASH>..<HASH> 100644
--- a/gcloud/storage/bucket.py
+++ b/gcloud/storage/bucket.py
@@ -225,13 +225,7 @@ class Bucket(_PropertyMixin):
if isinstance(key, Key):
return key
- # Support Python 2 and 3.
- try:
- ... | Moar no need for 'try: ... except:' when we have 'six'. | googleapis_google-cloud-python | train |
e0ed3c294fe7dc862f62bb086602150885642047 | diff --git a/bcbio/pipeline/main.py b/bcbio/pipeline/main.py
index <HASH>..<HASH> 100644
--- a/bcbio/pipeline/main.py
+++ b/bcbio/pipeline/main.py
@@ -394,6 +394,8 @@ class RnaseqPipeline(AbstractPipeline):
multiplier=alignprep.parallel_multiplier(samples)) as run_parallel:
samples... | RNA-seq disambiguation parallelisation improvements | bcbio_bcbio-nextgen | train |
291a1fd048bad23b13619322bffd7b696c2bd507 | diff --git a/stockfishpy/stockfishpy.py b/stockfishpy/stockfishpy.py
index <HASH>..<HASH> 100644
--- a/stockfishpy/stockfishpy.py
+++ b/stockfishpy/stockfishpy.py
@@ -121,8 +121,8 @@ class Engine(subprocess.Popen):
self.send('position startpos moves {}'.format(
self.__listtostring(... | fix FEN pass func
refer to Juliano Polito issue | Dani4kor_stockfishpy | train |
ba601d0f66874e0d7323ef906bee1aa2e664ad6e | diff --git a/spec/integration/parser/compiler_spec.rb b/spec/integration/parser/compiler_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/parser/compiler_spec.rb
+++ b/spec/integration/parser/compiler_spec.rb
@@ -113,13 +113,10 @@ describe Puppet::Parser::Compiler do
end
end
- # COPY OF UNIT TEST (... | (maint) Remove comments that seems to be from W.I.P | puppetlabs_puppet | train |
ccfa8f7ef8384cf03aef84c67caaddb19eb117ed | diff --git a/image.go b/image.go
index <HASH>..<HASH> 100644
--- a/image.go
+++ b/image.go
@@ -183,7 +183,7 @@ func (i *Image) DrawImage(img *Image, options *DrawImageOptions) error {
return nil
}
- w, h := img.restorable.Size()
+ w, h := img.Size()
sx0, sy0, sx1, sy1 := 0, 0, w, h
if r := options.SourceRect... | graphics: Refactoring: call (*Image).Size() funciton as much as possible | hajimehoshi_ebiten | train |
23938664bfec51e48e60ab6f712c699a6cd75477 | diff --git a/test/Parser/Banking/Mt940/Engine/Rabo/ParseTest.php b/test/Parser/Banking/Mt940/Engine/Rabo/ParseTest.php
index <HASH>..<HASH> 100644
--- a/test/Parser/Banking/Mt940/Engine/Rabo/ParseTest.php
+++ b/test/Parser/Banking/Mt940/Engine/Rabo/ParseTest.php
@@ -30,6 +30,13 @@ class ParseTest extends \PHPUnit_Frame... | updated statement test
now it also checks the soon to be deprecated dates | fruitl00p_php-mt940 | train |
002dee9b3e26803fc3b1f1f6c9830987212e9a0e | diff --git a/api/tasks.go b/api/tasks.go
index <HASH>..<HASH> 100644
--- a/api/tasks.go
+++ b/api/tasks.go
@@ -76,8 +76,8 @@ func (g *TaskGroup) AddTask(t *Task) *TaskGroup {
// LogConfig provides configuration for log rotation
type LogConfig struct {
- MaxFiles int `mapstructure:"max_files"`
- MaxFileSizeMB i... | Handling errors when client can't re-attach to syslog collector | hashicorp_nomad | train |
e7578083ff6ddbdb2d25f1a7ca60964484260a07 | diff --git a/lib/actions/user.js b/lib/actions/user.js
index <HASH>..<HASH> 100644
--- a/lib/actions/user.js
+++ b/lib/actions/user.js
@@ -133,7 +133,7 @@ function setUser(user, fetchTrips, intl) {
}
const { accessibilityRoutingByDefault } = user
- if (accessibilityRoutingByDefault) {
+ if (accessibil... | refactor(actions/user): address pr feedback | opentripplanner_otp-react-redux | train |
95ee3e18a0b5249efdd8eaf7436c2a99521744a7 | diff --git a/lib/model/adapters/mongo.js b/lib/model/adapters/mongo.js
index <HASH>..<HASH> 100644
--- a/lib/model/adapters/mongo.js
+++ b/lib/model/adapters/mongo.js
@@ -70,6 +70,8 @@ var Mongo = function (config) {
// if there's a doc, create a model out of it
if (doc) {
+ // TODO: ... | Don't use mongo's native ID property (2) | mde_ejs | train |
153571d2508a52ae258db108fba833e5816c0e9a | diff --git a/lib/vaulted_billing/gateways/authorize_net_cim.rb b/lib/vaulted_billing/gateways/authorize_net_cim.rb
index <HASH>..<HASH> 100644
--- a/lib/vaulted_billing/gateways/authorize_net_cim.rb
+++ b/lib/vaulted_billing/gateways/authorize_net_cim.rb
@@ -154,7 +154,7 @@ module VaultedBilling
end
def... | Upgrade response logging to INFO from DEBUG | envylabs_vaulted_billing | train |
60ae0019b109e73e6e48960c6bd161bd30679bc4 | diff --git a/lib/minimart/inventory_cookbook/base_cookbook.rb b/lib/minimart/inventory_cookbook/base_cookbook.rb
index <HASH>..<HASH> 100644
--- a/lib/minimart/inventory_cookbook/base_cookbook.rb
+++ b/lib/minimart/inventory_cookbook/base_cookbook.rb
@@ -14,6 +14,10 @@ module Minimart
false
end
+ ... | Adding basic support for git cookbooks | electric-it_minimart | train |
3a08114fe5e905b74147d7dc8debc2bf966357b8 | diff --git a/mutagen/mp3.py b/mutagen/mp3.py
index <HASH>..<HASH> 100644
--- a/mutagen/mp3.py
+++ b/mutagen/mp3.py
@@ -1,5 +1,6 @@
-# MP3 stream header information support for Mutagen.
-# Copyright 2006 Joe Wreschnig
+# -*- coding: utf-8 -*-
+
+# Copyright (C) 2006 Joe Wreschnig
#
# This program is free software; yo... | mp3.py: consistent headers/pep<I>, added parentheses for clarity. | quodlibet_mutagen | train |
89440b10718584835397595c693d2201ad35b4e8 | diff --git a/spec/analyser/statement_spec.rb b/spec/analyser/statement_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/analyser/statement_spec.rb
+++ b/spec/analyser/statement_spec.rb
@@ -10,7 +10,7 @@ module DeepCover
let(:by_execution) do
results
.sort_by{|range, _runs| range.begin_pos }
- ... | Differentiate nil runs from > 0 | deep-cover_deep-cover | train |
7887f88ced1af599ef919709c7527736d0224ea3 | diff --git a/ask-sdk-dynamodb-persistence-adapter/setup.py b/ask-sdk-dynamodb-persistence-adapter/setup.py
index <HASH>..<HASH> 100644
--- a/ask-sdk-dynamodb-persistence-adapter/setup.py
+++ b/ask-sdk-dynamodb-persistence-adapter/setup.py
@@ -61,7 +61,7 @@ setup(
'Programming Language :: Python :: 2',
... | Add PyPI trove classifier for Python <I> to setup.py | alexa_alexa-skills-kit-sdk-for-python | train |
acd1e785bc2e1a32da377dd47b0b84912450817c | diff --git a/harpoon/imager.py b/harpoon/imager.py
index <HASH>..<HASH> 100644
--- a/harpoon/imager.py
+++ b/harpoon/imager.py
@@ -210,7 +210,7 @@ class Image(object):
ports = self.figure_out_ports(extra_ports)
tty = not detach and self.interactive
- links = [link.split(":") for l... | Can specify links as just the container name | delfick_harpoon | train |
bc9f7eacb94e05ec089ee7a2d130a2e8a9e54c64 | diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py
index <HASH>..<HASH> 100755
--- a/ec2/spark_ec2.py
+++ b/ec2/spark_ec2.py
@@ -101,6 +101,8 @@ def parse_args():
help="The SSH user you want to connect as (default: root)")
parser.add_option("--delete-groups", action="store_true", default=False,
help="Whe... | Enable stopping and starting a spot cluster | apache_spark | train |
afecd90a6ca1551057631d21d940af86385ac535 | diff --git a/modules/caddyhttp/reverseproxy/caddyfile.go b/modules/caddyhttp/reverseproxy/caddyfile.go
index <HASH>..<HASH> 100644
--- a/modules/caddyhttp/reverseproxy/caddyfile.go
+++ b/modules/caddyhttp/reverseproxy/caddyfile.go
@@ -670,6 +670,16 @@ func (h *HTTPTransport) UnmarshalCaddyfile(d *caddyfile.Dispenser) e... | reverseproxy: Add tls_server_name option to Caddyfile (#<I>) | mholt_caddy | train |
5a35359f51089b747e40f26ad11bd21a149e9d10 | diff --git a/lib/couchrest/helper/file_manager.rb b/lib/couchrest/helper/file_manager.rb
index <HASH>..<HASH> 100644
--- a/lib/couchrest/helper/file_manager.rb
+++ b/lib/couchrest/helper/file_manager.rb
@@ -175,22 +175,9 @@ module CouchRest
libs << open(global_lib).read
libs << "\n"
end
-... | push forms/ into _design/$this/forms | couchrest_couchrest | train |
b20ecc7b54f63457c5d0b20b4ea225ffe9b4071e | diff --git a/internal/kms/kes.go b/internal/kms/kes.go
index <HASH>..<HASH> 100644
--- a/internal/kms/kes.go
+++ b/internal/kms/kes.go
@@ -27,6 +27,10 @@ import (
"github.com/minio/kes"
)
+const (
+ tlsClientSessionCacheSize = 100
+)
+
// Config contains various KMS-related configuration
// parameters - like KMS... | Add support of TLS session tickets with KES server (#<I>)
Reduce overhead for communication between MinIO server and KES server. | minio_minio | train |
ab83fb9ebbfb0d8d7afb09ddf0daac82c8c13c80 | diff --git a/src/Illuminate/Database/Eloquent/Concerns/HasTimestamps.php b/src/Illuminate/Database/Eloquent/Concerns/HasTimestamps.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Database/Eloquent/Concerns/HasTimestamps.php
+++ b/src/Illuminate/Database/Eloquent/Concerns/HasTimestamps.php
@@ -42,7 +42,7 @@ trait H... | [<I>] Allow to disable `CREATED_AT`.
(cherry picked from commit <I>b7fc) | laravel_framework | train |
8be1a9bdf4b39cd6adc55added7f183c74429f49 | diff --git a/run/lib/run.js b/run/lib/run.js
index <HASH>..<HASH> 100644
--- a/run/lib/run.js
+++ b/run/lib/run.js
@@ -1,21 +1,9 @@
+var fs = require('fs')
var cp = require('child_process')
var path = require('path')
var CommonEnv = require('../env')
var formattedOutput = require('./formatted_output')
-var script... | Handle finding the script for the task silently | scriptype_salinger | train |
10ee5c8999626ce91746c3720f6051475e3e58d0 | diff --git a/lib/jekyll/site.rb b/lib/jekyll/site.rb
index <HASH>..<HASH> 100644
--- a/lib/jekyll/site.rb
+++ b/lib/jekyll/site.rb
@@ -88,17 +88,8 @@ module Jekyll
end
end
- self.converters = Jekyll::Converter.subclasses.select do |c|
- !self.safe || c.safe
- end.map do |c|
- c... | Remove the duplication when creating Converters and Generators
Encapsulate it in a method and give the method the class to walk the
subclass tree for to create new objects. | jekyll_jekyll | train |
fb0750710ed16a71405a5d519d2047164356d994 | diff --git a/caravel/assets/visualizations/nvd3_vis.js b/caravel/assets/visualizations/nvd3_vis.js
index <HASH>..<HASH> 100644
--- a/caravel/assets/visualizations/nvd3_vis.js
+++ b/caravel/assets/visualizations/nvd3_vis.js
@@ -75,7 +75,7 @@ function nvd3Vis(slice) {
chart.width(width);
chart.x... | [hotfix] missing semicolon breaking build | apache_incubator-superset | train |
d6173fd2a4f54fd52791037b52b32319a1ba5c4e | diff --git a/packages/react-scripts/config/webpack.config.prod.js b/packages/react-scripts/config/webpack.config.prod.js
index <HASH>..<HASH> 100644
--- a/packages/react-scripts/config/webpack.config.prod.js
+++ b/packages/react-scripts/config/webpack.config.prod.js
@@ -197,6 +197,8 @@ module.exports = {
... | Minify and map css (#<I>)
Minify and map css | vcarl_create-react-app | train |
fee984ce0553f757c52a3af2ca6e21f3cf08f010 | diff --git a/simplekv/crypt.py b/simplekv/crypt.py
index <HASH>..<HASH> 100644
--- a/simplekv/crypt.py
+++ b/simplekv/crypt.py
@@ -21,8 +21,8 @@ class _HMACFileReader(object):
'(too small)')
def read(self, n=None):
- if '' == self.buffer or 0 == n:
- ret... | improve tests for hmac store decorator | mbr_simplekv | train |
27ce6948fc2aa1054ad1bef25230cc3b648d92af | diff --git a/transaction.go b/transaction.go
index <HASH>..<HASH> 100644
--- a/transaction.go
+++ b/transaction.go
@@ -145,25 +145,6 @@ func DeleteTransaction(name string) error {
return nil
}
-func TransactionName(name string) (*Transaction, error) {
- params := transactionRequest{Name: name}
- req := NewJSON2Req... | get tmp transactions from the wallet | FactomProject_factom | train |
8ba60d07bfc99a5db767819fa8fb81c924f0ef19 | diff --git a/src/class/ResClient.js b/src/class/ResClient.js
index <HASH>..<HASH> 100644
--- a/src/class/ResClient.js
+++ b/src/class/ResClient.js
@@ -197,7 +197,10 @@ class ResClient {
this.tryConnect = false;
if (this.ws) {
- this.ws.close();
+ let ws = this.ws;
+ ws.onclose = null;
+ this._handleOncl... | Fixed minor bug in ResModel.
Fixed ResClient disconnect issue with onConnect callback. | jirenius_resclient | train |
90286d65b8ad67ceb82f50a13d3af6a39dc98f4c | diff --git a/src/Bandcamp.php b/src/Bandcamp.php
index <HASH>..<HASH> 100644
--- a/src/Bandcamp.php
+++ b/src/Bandcamp.php
@@ -30,6 +30,7 @@ class Bandcamp
'botanicalhouse.net',
'fikarecordings.com',
'mamabirdrecordingco.com',
+ 'maybemars.org',
'souterraine.biz',
'su... | Add maybemars.org in Bandcamp | jamband_ripple | train |
b608e3c08270755def0837749f582f4d8232e393 | diff --git a/lib/mongify/translation/process.rb b/lib/mongify/translation/process.rb
index <HASH>..<HASH> 100644
--- a/lib/mongify/translation/process.rb
+++ b/lib/mongify/translation/process.rb
@@ -12,8 +12,8 @@ module Mongify
prepare_connections(sql_connection, no_sql_connection)
setup_db_index
... | Changed order of updating references with embedded_tables | anlek_mongify | train |
667ee8e15529b252cc2d6bcfc0acfd4a5b248c49 | diff --git a/bcbio/variation/vardict.py b/bcbio/variation/vardict.py
index <HASH>..<HASH> 100644
--- a/bcbio/variation/vardict.py
+++ b/bcbio/variation/vardict.py
@@ -126,8 +126,9 @@ def _run_vardict_caller(align_bams, items, ref_file, assoc_files,
fix_ambig_alt = vcfutils.fix_ambiguous_cl(5)
... | VarDict: ensure anaconda installed java used
Latest vardict-java release requires Java <I> which we ship with bcbio.
However, JAVA_HOME could lead to using a different system java. We
unset JAVA_HOME to avoid this issue. | bcbio_bcbio-nextgen | train |
f5dad80072779459b8a18a5284cd3401dc0501cd | diff --git a/openfisca_core/scripts/__init__.py b/openfisca_core/scripts/__init__.py
index <HASH>..<HASH> 100644
--- a/openfisca_core/scripts/__init__.py
+++ b/openfisca_core/scripts/__init__.py
@@ -4,18 +4,12 @@ import traceback
import importlib
import logging
import pkgutil
-import sys
from os import linesep
l... | Improve error handling in tbs creation | openfisca_openfisca-core | train |
15b2ad9f43b6f1c1cba9629ceb5f3dc9496f2fd9 | diff --git a/out_response.js b/out_response.js
index <HASH>..<HASH> 100644
--- a/out_response.js
+++ b/out_response.js
@@ -170,6 +170,10 @@ TChannelOutResponse.prototype.sendCallResponseFrame = function sendCallResponseF
bufArg3: arg3.slice(0, 50),
arg3: String(arg3).slice(0, 50)
... | linting: [out_response] comply with default-case rule | uber_tchannel-node | train |
bf92acc2530f46711ffaa3925882ace38f617d8a | diff --git a/question/engine/tests/unitofwork_test.php b/question/engine/tests/unitofwork_test.php
index <HASH>..<HASH> 100644
--- a/question/engine/tests/unitofwork_test.php
+++ b/question/engine/tests/unitofwork_test.php
@@ -126,7 +126,7 @@ class question_engine_unit_of_work_test extends data_loading_method_test_base... | MDL-<I> question engine: fixup tests that this change broke.
The test data was wrong, and was triggering the work-around code that
MDL-<I> introduced. I fixed the test data.
Also, I fixed one of the tests, that had been broken. | moodle_moodle | train |
f0dccab88425c515b03e5bc3c2b35c5595ee3e07 | diff --git a/tests/test_io/test_annotation_format.py b/tests/test_io/test_annotation_format.py
index <HASH>..<HASH> 100644
--- a/tests/test_io/test_annotation_format.py
+++ b/tests/test_io/test_annotation_format.py
@@ -1,13 +1,22 @@
-from os.path import join
+"""Test model annotations in JSON format."""
+
+from pathlib... | refactor: resolve D<I>, F<I> and add type annotations, docstrings for test_annotation_format.py | opencobra_cobrapy | train |
ece89d8b1b55c795e1de3e8842e22ca3eebd3f3d | diff --git a/core.py b/core.py
index <HASH>..<HASH> 100644
--- a/core.py
+++ b/core.py
@@ -98,13 +98,15 @@ def setup (**attrs):
dist.run_commands ()
except KeyboardInterrupt:
raise SystemExit, "interrupted"
- except IOError, exc:
+ except (OSError, IOError), exc:
... | Beefed up error-handling in 'setup()' a smidge:
handle OSError and DistutilsExecError now. | pypa_setuptools | train |
015b3035877b621e4e0bb9ed01a32bb0a65bd4b6 | diff --git a/source/rafcon/core/start.py b/source/rafcon/core/start.py
index <HASH>..<HASH> 100755
--- a/source/rafcon/core/start.py
+++ b/source/rafcon/core/start.py
@@ -75,7 +75,7 @@ def setup_environment():
if not os.environ.get('RAFCON_LIB_PATH', None):
# set env variable RAFCON_LIB_PATH to the libr... | Set correct RAFCON_LIB_PATH
The path to the generic libraries has been changed a while ago. The
RAFCON_LIB_PATH hasn't been adapted. This is done in this commit. | DLR-RM_RAFCON | train |
0c4da882c2a51135fad7ba36895d1158cf400327 | diff --git a/state/api/base/caller.go b/state/api/base/caller.go
index <HASH>..<HASH> 100644
--- a/state/api/base/caller.go
+++ b/state/api/base/caller.go
@@ -5,7 +5,7 @@ package base
// APICaller is implemented by the client-facing State object.
type APICaller interface {
- // Call makes a call to the API server w... | review feedback.
Tweak a bunch of documentation, etc. | juju_juju | train |
e77023c7723f38d321ac3a3f15f3b76719aa89bb | diff --git a/src/MvcCore/Config/IniRead.php b/src/MvcCore/Config/IniRead.php
index <HASH>..<HASH> 100644
--- a/src/MvcCore/Config/IniRead.php
+++ b/src/MvcCore/Config/IniRead.php
@@ -47,6 +47,7 @@ trait IniRead {
$objectType[1] = (object) $objectType[1];
$this->envData[$envName] = $data;
}
+
return TR... | protected method Config::getConfigInstance changed to public method Config::LoadConfig - because of extension needs it | mvccore_mvccore | train |
8561192771a6cfc32f7f715b776e8d21acb039cf | diff --git a/python/test/function/test_assign.py b/python/test/function/test_assign.py
index <HASH>..<HASH> 100644
--- a/python/test/function/test_assign.py
+++ b/python/test/function/test_assign.py
@@ -20,7 +20,7 @@ import pytest
import numpy as np
import nnabla as nn
import nnabla.functions as F
-from nbla_test_ut... | Add test for functions does not use `function_tester` | sony_nnabla | train |
88d7b19e295f27e1dcf970b979585fa9d3984cd6 | diff --git a/lib/twitter/rest/client.rb b/lib/twitter/rest/client.rb
index <HASH>..<HASH> 100644
--- a/lib/twitter/rest/client.rb
+++ b/lib/twitter/rest/client.rb
@@ -59,13 +59,14 @@ module Twitter
# Perform an HTTP GET request
def get(path, params = {})
- request(:get, path, params)
+ hea... | Refactor Twitter::REST::Client and OAuth specs | sferik_twitter | train |
3f7deff1c527cba40af60e3e9e60d029653a2a2c | diff --git a/lib/setup.js b/lib/setup.js
index <HASH>..<HASH> 100644
--- a/lib/setup.js
+++ b/lib/setup.js
@@ -14,6 +14,12 @@ var
logger = require('./logger');
module.exports = Promise.method(function (opts) {
+ opts = opts || {};
+ // because this value is used during initialization of the environment we need to ... | ensure that the correct environment is read and used when targeting packages that aren't the same as cwd | enyojs_enyo-dev | train |
90434ff4ea4477941444f1e83313beb414838535 | diff --git a/cookiecutter/hooks.py b/cookiecutter/hooks.py
index <HASH>..<HASH> 100644
--- a/cookiecutter/hooks.py
+++ b/cookiecutter/hooks.py
@@ -54,11 +54,14 @@ def find_hook(hook_name, hooks_dir='hooks'):
logger.debug('No hooks/dir in template_dir')
return None
+ scripts = []
for hook_fil... | Changed: Generated projects can use multiple type hooks at same time. (sh + py) (#<I>)
* Added support for multiple hooks in a single project
* Added tests for Pull #<I>
* Fix linting | audreyr_cookiecutter | train |
5df7fab5b886e239813caa31b124a316fe60a2cb | diff --git a/annis-visualizers/src/main/java/annis/visualizers/component/tree/AnnisGraphTools.java b/annis-visualizers/src/main/java/annis/visualizers/component/tree/AnnisGraphTools.java
index <HASH>..<HASH> 100644
--- a/annis-visualizers/src/main/java/annis/visualizers/component/tree/AnnisGraphTools.java
+++ b/annis-v... | sort the root nodes by their left_token value before adding their subgraphs to the list
this fixes #<I> and makes sure the graphs are outputted in the correct order | korpling_ANNIS | train |
dd6950288fbf5edd37e44561f10249a9345934c8 | diff --git a/hystrix-core/src/test/java/com/netflix/hystrix/HystrixCommandTest.java b/hystrix-core/src/test/java/com/netflix/hystrix/HystrixCommandTest.java
index <HASH>..<HASH> 100644
--- a/hystrix-core/src/test/java/com/netflix/hystrix/HystrixCommandTest.java
+++ b/hystrix-core/src/test/java/com/netflix/hystrix/Hystr... | Deflaked test of semaphore concurrency | Netflix_Hystrix | train |
63163eccc2b9bf3962ea93ca210bda6e291a279c | diff --git a/Form/ChoiceList/PhpcrOdmQueryBuilderLoader.php b/Form/ChoiceList/PhpcrOdmQueryBuilderLoader.php
index <HASH>..<HASH> 100644
--- a/Form/ChoiceList/PhpcrOdmQueryBuilderLoader.php
+++ b/Form/ChoiceList/PhpcrOdmQueryBuilderLoader.php
@@ -80,6 +80,14 @@ class PhpcrOdmQueryBuilderLoader implements EntityLoaderIn... | skip query when there is no valid id | doctrine_DoctrinePHPCRBundle | train |
6c26a87901d12188dfd9986d9211f6077a286f9d | diff --git a/pkg/apparmor/setup.go b/pkg/apparmor/setup.go
index <HASH>..<HASH> 100644
--- a/pkg/apparmor/setup.go
+++ b/pkg/apparmor/setup.go
@@ -99,11 +99,15 @@ func InstallDefaultProfile(backupPath string) error {
return err
}
- // the current functionality of the load script is the exit 0 if the parser does ... | Ignore is not exist error
Docker-DCO-<I>- | containers_storage | train |
e611476cb7993024ef879ba3af697fa5e387ea9e | diff --git a/starlette/staticfiles.py b/starlette/staticfiles.py
index <HASH>..<HASH> 100644
--- a/starlette/staticfiles.py
+++ b/starlette/staticfiles.py
@@ -107,12 +107,6 @@ class StaticFiles:
if scope["method"] not in ("GET", "HEAD"):
return PlainTextResponse("Method Not Allowed", status_code=4... | More robust path-traversal check in StaticFiles app (#<I>)
* More robust path-traversal check in StaticFiles app
* Linting | encode_starlette | train |
e6e8a75fd9c8541ebbcb7197dc70204f65504aa6 | diff --git a/nlppln/utils.py b/nlppln/utils.py
index <HASH>..<HASH> 100644
--- a/nlppln/utils.py
+++ b/nlppln/utils.py
@@ -71,5 +71,17 @@ def copy_cwl_files(from_dir=CWL_PATH):
fo = os.path.join(cwl_data_dir, os.path.basename(fi))
shutil.copy2(fi, fo)
+
+def get_files(directory):
+ """Return a li... | Add utility function to return a list of all files in a directory | nlppln_nlppln | train |
c83f1f3461ca86f714ffa0469a8b1bbd1aa5efdc | diff --git a/lib/rails/mongoid.rb b/lib/rails/mongoid.rb
index <HASH>..<HASH> 100644
--- a/lib/rails/mongoid.rb
+++ b/lib/rails/mongoid.rb
@@ -9,7 +9,7 @@ module Rails #:nodoc:
def load_models(app)
app.config.paths['app/models'].each do |path|
Dir.glob("#{path}/**/*.rb").sort.each do |file|
-... | fix error loading with config.cache_classes = true (rails edge) | mongodb_mongoid | train |
6d4def2e9fa52403e054b616f29464e8848b1618 | diff --git a/brewpi_service/__init__.py b/brewpi_service/__init__.py
index <HASH>..<HASH> 100644
--- a/brewpi_service/__init__.py
+++ b/brewpi_service/__init__.py
@@ -17,7 +17,7 @@ app.config.update({
plugins=['apispec.ext.marshmallow']
),
'APISPEC_SWAGGER_URL': '/specs/',
- 'APISPEC_SWAGGER_UI_UR... | don't include swagger ui | BrewBlox_brewblox-service | train |
13fec7735c763863a8dbc6f1c65054c9b4eab8eb | diff --git a/addrconvs.go b/addrconvs.go
index <HASH>..<HASH> 100644
--- a/addrconvs.go
+++ b/addrconvs.go
@@ -40,11 +40,11 @@ const (
// TestNetKey is the key identifier for TestNet
TestNetKey = 0xef
- // MainNetScriptHash is the address identifier for MainNet
+ // MainNetScriptHash is the script hash identifier... | Fixed comments and added tests for scriptHash encoding
Fixed bad comments on new scriptHash constants and encoding function.
Added encodeScriptHashTests to addrconvs_test.go to check correctness of
output. | btcsuite_btcutil | train |
9a62d2df6253dc4ad20bf7ab50ba763d50b0d441 | diff --git a/src/main/java/org/cyclopsgroup/jcli/impl/ParsingContextBuilder.java b/src/main/java/org/cyclopsgroup/jcli/impl/ParsingContextBuilder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/cyclopsgroup/jcli/impl/ParsingContextBuilder.java
+++ b/src/main/java/org/cyclopsgroup/jcli/impl/ParsingContextBuilde... | Avoid failing because of overriding fields | jiaqi_jcli | train |
1ab1696070e411db521607851b5759118ef5f285 | diff --git a/src/kba/pipeline/_truncate.py b/src/kba/pipeline/_truncate.py
index <HASH>..<HASH> 100644
--- a/src/kba/pipeline/_truncate.py
+++ b/src/kba/pipeline/_truncate.py
@@ -1,19 +1,40 @@
+'''
+pipeline stage for truncating chunks at a fixed length and deleting
+the overage
-def truncate(config):
+This software ... | converting truncate to a batch transform | trec-kba_streamcorpus-pipeline | train |
2ce03a923e651584d6d72b09830f9e402e3c2bd1 | diff --git a/provider/common/bootstrap.go b/provider/common/bootstrap.go
index <HASH>..<HASH> 100644
--- a/provider/common/bootstrap.go
+++ b/provider/common/bootstrap.go
@@ -116,9 +116,13 @@ func BootstrapInstance(ctx environs.BootstrapContext, env environs.Environ, args
finalize := func(ctx environs.BootstrapContex... | Only propagate the "unknown" attrs from result.Config. | juju_juju | train |
14f687b7355df142ea76145dea53bcbe7d012fdc | diff --git a/oauthlib/common.py b/oauthlib/common.py
index <HASH>..<HASH> 100644
--- a/oauthlib/common.py
+++ b/oauthlib/common.py
@@ -9,10 +9,8 @@ This module provides data structures and utilities common
to all implementations of OAuth.
"""
-import Crypto.PublicKey.RSA as RSA
import collections
import datetime
... | Move setup.py requirements
* Moved requires for cryptotoken changes so that you don't have to install
the dependencies if you aren't going to use cryptotokens | oauthlib_oauthlib | train |
b42c4128f4105791f6fb697e3aa48d45a46b8846 | diff --git a/can/interfaces/remote/server.py b/can/interfaces/remote/server.py
index <HASH>..<HASH> 100644
--- a/can/interfaces/remote/server.py
+++ b/can/interfaces/remote/server.py
@@ -58,18 +58,10 @@ class ClientBusConnection(socketserver.BaseRequestHandler):
self.server.clients.append(self)
def hand... | Some more refactoring
Was reverted on last merge | hardbyte_python-can | train |
2f3c03a89652684863e996a9ab2181bee80a8c8e | diff --git a/polyaxon/scheduler/spawners/tensorboard_spawner.py b/polyaxon/scheduler/spawners/tensorboard_spawner.py
index <HASH>..<HASH> 100644
--- a/polyaxon/scheduler/spawners/tensorboard_spawner.py
+++ b/polyaxon/scheduler/spawners/tensorboard_spawner.py
@@ -76,10 +76,6 @@ class TensorboardSpawner(ProjectJobSpawner... | Fix tensorboard spawner | polyaxon_polyaxon | train |
a1f66cba3305efb7a0bb40c55bed1e18b9493401 | diff --git a/src/broker/__tests__/connect.spec.js b/src/broker/__tests__/connect.spec.js
index <HASH>..<HASH> 100644
--- a/src/broker/__tests__/connect.spec.js
+++ b/src/broker/__tests__/connect.spec.js
@@ -8,6 +8,7 @@ const {
testIfKafka_1_1_0,
} = require('testHelpers')
+const Long = require('long')
const Brok... | Test broker.isConnected taking session lifetime into account | tulios_kafkajs | train |
8f24051e776b6cbe013cfc7d501fac699d938f88 | diff --git a/http-netty/src/main/java/io/micronaut/http/netty/NettyMutableHttpResponse.java b/http-netty/src/main/java/io/micronaut/http/netty/NettyMutableHttpResponse.java
index <HASH>..<HASH> 100644
--- a/http-netty/src/main/java/io/micronaut/http/netty/NettyMutableHttpResponse.java
+++ b/http-netty/src/main/java/io/... | Avoid sync issue in getBody (#<I>)
* Avoid sync issue in getBody
Avoid ConcurrentModificationException in getBody by using ConcurrentLinkedHashMap instead of lInkedHashMap.
* Updated to use synchronizedMap | micronaut-projects_micronaut-core | train |
11364f96ce0c8ad8e288add4fa3342692356da3c | diff --git a/http/router.go b/http/router.go
index <HASH>..<HASH> 100644
--- a/http/router.go
+++ b/http/router.go
@@ -76,7 +76,7 @@ func (h baseHandler) panic(w http.ResponseWriter, r *http.Request, rcv interface
pe := &platform.Error{
Code: platform.EInternal,
Msg: "a panic has occurred",
- Err: fmt.Errorf... | chore(http): add route path to panic log message | influxdata_influxdb | train |
149bed73cc65a001954dfc120d7ddc8a601c71bd | diff --git a/prompt.py b/prompt.py
index <HASH>..<HASH> 100644
--- a/prompt.py
+++ b/prompt.py
@@ -107,7 +107,7 @@ class PromptInterface(object):
'withdraw holds # lists all current holds',
'withdraw completed # lists completed holds eligible for cleanup',
'withdraw ca... | fix typo in prompt.py (witdraw -> withdraw) (#<I>) | CityOfZion_neo-python | train |
55320753c7e069fe8d06fc5b5089f576139a6975 | diff --git a/lib/google/apis/core/http_command.rb b/lib/google/apis/core/http_command.rb
index <HASH>..<HASH> 100644
--- a/lib/google/apis/core/http_command.rb
+++ b/lib/google/apis/core/http_command.rb
@@ -253,7 +253,7 @@ module Google
# @return [Object] result if no block given
# @yield [result, nil... | Change logged representation of certain classes (#<I>) | googleapis_google-api-ruby-client | train |
962a5373060fdb87f36b7ba653bf0f5ebe467f51 | diff --git a/public/bundle.js b/public/bundle.js
index <HASH>..<HASH> 100644
--- a/public/bundle.js
+++ b/public/bundle.js
@@ -13379,6 +13379,8 @@ var VEvents = function () {
this.vComponent.actionsStarted(this);
}
+ new __WEBPACK_IMPORTED_MODULE_4__events_errors__["a" /* VErr... | Clear errors before action chain
An action from a plugin is resulting in an error that never gets
cleared. Plugins only provide a function so don't have access to the
clearErrors() function and it makes sense to clear them when a new chain
begins as it will result in new errors or a clean run. | rx_presenters | train |
843cfc4cdc9fe9057a24c46ae14ca95eb6b04e7e | diff --git a/confit.py b/confit.py
index <HASH>..<HASH> 100644
--- a/confit.py
+++ b/confit.py
@@ -1073,11 +1073,16 @@ class Filename(Template):
Filenames are returned as absolute, tilde-free paths.
- Relative paths are relative to the configuration directory (see
+ Relative paths are relative to the tem... | Add cwd argument to Filename template
Allows to specify a path that overrides what the filename is relative
to.
I use this to make Filenames relative to another configuration field. | sampsyo_confuse | train |
fe5ed4e1d07faeb757bc0665f8c126be93451a69 | diff --git a/helpers/DateTimeHelper.php b/helpers/DateTimeHelper.php
index <HASH>..<HASH> 100644
--- a/helpers/DateTimeHelper.php
+++ b/helpers/DateTimeHelper.php
@@ -13,8 +13,8 @@ use mpf\base\Helper;
class DateTimeHelper extends Helper
{
- public $days = array('', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', ... | Use date function instead of arrays for days and months | mpf-soft_mpf | train |
71872eb113d958d1e6d5c6deb46a414d92606fc7 | diff --git a/core/src/main/java/com/opentable/logging/JsonLogEncoder.java b/core/src/main/java/com/opentable/logging/JsonLogEncoder.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/opentable/logging/JsonLogEncoder.java
+++ b/core/src/main/java/com/opentable/logging/JsonLogEncoder.java
@@ -67,6 +67,11 @@ pu... | Add support for inlining JSON objects | opentable_otj-logging | train |
8688c70e3b376dd22024392f8b8c28d2deb4e424 | diff --git a/xgraphics/image.go b/xgraphics/image.go
index <HASH>..<HASH> 100644
--- a/xgraphics/image.go
+++ b/xgraphics/image.go
@@ -34,6 +34,7 @@ import (
"github.com/BurntSushi/xgb/xproto"
"github.com/BurntSushi/xgbutil"
+ "github.com/BurntSushi/xgbutil/xwindow"
)
// Model for the BGRA color type.
@@ -197... | Add experimental support for a faster 'For'. Also add a convenience method to create an image window from an Image value. | BurntSushi_xgbutil | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.