hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
413034ebfd7a6421e80fc583bd0b81d3ca06f21d | diff --git a/confirm.go b/confirm.go
index <HASH>..<HASH> 100644
--- a/confirm.go
+++ b/confirm.go
@@ -71,7 +71,8 @@ func (c *Confirm) getBool(rl *readline.Instance, showHelp bool) (bool, error) {
answer = false
case val == "":
answer = c.Default
- case val == string(core.HelpInputRune):
+ // only show the help... | improved behavior when there was no help message in confirm, multiselect, and select | AlecAivazis_survey | train |
b9869c9f2a0dd6bc9566ee285d969f3ca4328ada | diff --git a/lib/elastomer/version_support.rb b/lib/elastomer/version_support.rb
index <HASH>..<HASH> 100644
--- a/lib/elastomer/version_support.rb
+++ b/lib/elastomer/version_support.rb
@@ -141,10 +141,10 @@ module Elastomer
# Return a symbol representing the best supported delete_by_query
# implementation f... | Don't use test helper methods in production code
Oops, I used a method defined in test_helper.rb in this class. So of course all
the tests passed, but when I tried to use it in real code... 💣💥 | github_elastomer-client | train |
a647206331207a210f2079de44d4cc90e1f85c0b | diff --git a/polyaxon_schemas/build.py b/polyaxon_schemas/build.py
index <HASH>..<HASH> 100644
--- a/polyaxon_schemas/build.py
+++ b/polyaxon_schemas/build.py
@@ -17,7 +17,7 @@ from polyaxon_schemas.base import BaseConfig
def validate_image(image):
if not image:
raise ValidationError('Invalid docker imag... | fix polyaxon's polyaxonfile config parser
this eliminates the assumption that a docker image
string can only have 1 colon in it, i.e. where
the registry you're pulling from is accessed by
a port number. we should only split the string by
the rightmost colon.
fix for <URL> | polyaxon_polyaxon | train |
407a1291f393fd62a976ccdbd5dc799e51e3a90e | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -233,6 +233,10 @@ You can run any custom operations like this:
echo $file->op('effect/flip');
echo $file->op('resize/400x400')->op('effect/flip');
+
+You can call getUrl with postfix parameter. This is will... | getUrl can be with postfix param now | uploadcare_uploadcare-php | train |
1a3807b3715d65555993419822cb09874908b259 | diff --git a/lib/keys.js b/lib/keys.js
index <HASH>..<HASH> 100644
--- a/lib/keys.js
+++ b/lib/keys.js
@@ -1,10 +1,10 @@
-var keymap = require("./keymap");
-
module.exports = function(opts, editor){
+ this.keymap = require("./keymap");
+
// Get default keys and bind their functions
// to Catdown instance.
- for(va... | Bound keymap object to the editor so it's publicly accessible | zuren_catdown-core | train |
5cb8d80bb6ac0f0ae150c61c2de9c19c680fd015 | diff --git a/repo/fsrepo/fsrepo.go b/repo/fsrepo/fsrepo.go
index <HASH>..<HASH> 100644
--- a/repo/fsrepo/fsrepo.go
+++ b/repo/fsrepo/fsrepo.go
@@ -25,7 +25,7 @@ import (
)
const (
- defaultDataStoreDirectory = "datastore"
+ leveldbDirectory = "datastore"
)
var (
@@ -190,8 +190,8 @@ func Init(repoPath string, co... | LevelDB is no longer "the" datastore, adjust identifiers | ipfs_go-ipfs | train |
380ddcef63ca6942f9f7049015ca6fa011682c30 | diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/LogAdapter.java b/aeron-cluster/src/main/java/io/aeron/cluster/LogAdapter.java
index <HASH>..<HASH> 100644
--- a/aeron-cluster/src/main/java/io/aeron/cluster/LogAdapter.java
+++ b/aeron-cluster/src/main/java/io/aeron/cluster/LogAdapter.java
@@ -50,10 +50,7 @@ fi... | [Java] Image should not be null. | real-logic_aeron | train |
721ce81f810984c7637226939313d00eead85a43 | diff --git a/install_tools.py b/install_tools.py
index <HASH>..<HASH> 100644
--- a/install_tools.py
+++ b/install_tools.py
@@ -47,20 +47,22 @@ reg_ver = '1.5.61'
# dcm2niix git repository
repo_dcm = 'https://github.com/rordenlab/dcm2niix'
-http_dcm_lin = 'https://github.com/rordenlab/dcm2niix/releases/download/v1.0... | upadeted to latest dcm2niix version | pjmark_NIMPA | train |
e26dc7eee39f2a20856b73008d00768dd25c2bd3 | diff --git a/mutant/contrib/related/apps.py b/mutant/contrib/related/apps.py
index <HASH>..<HASH> 100644
--- a/mutant/contrib/related/apps.py
+++ b/mutant/contrib/related/apps.py
@@ -1,7 +1,6 @@
from __future__ import unicode_literals
from django.apps import AppConfig
-from django.db import models
from ...signal... | Removed unnecessary code now that remove_field deals with m2m auto-created table deletion. | charettes_django-mutant | train |
6fc681a1d149167583dcd5d4a38cc1090ad4de14 | diff --git a/test/unit/exception_handling/exception_catalog_test.rb b/test/unit/exception_handling/exception_catalog_test.rb
index <HASH>..<HASH> 100644
--- a/test/unit/exception_handling/exception_catalog_test.rb
+++ b/test/unit/exception_handling/exception_catalog_test.rb
@@ -52,7 +52,7 @@ module ExceptionHandling
... | TECH-<I>: fix up tests for rails5 support | Invoca_exception_handling | train |
5295a5efa9798a1636ba002e88f7576a53f0d9ad | diff --git a/src/main/minio.js b/src/main/minio.js
index <HASH>..<HASH> 100644
--- a/src/main/minio.js
+++ b/src/main/minio.js
@@ -877,7 +877,33 @@ function completeMultipartUpload(transport, params, bucket, key, uploadID, etags
method: 'POST'
}
- signV4(requestParams, '', params.accessKey, params.se... | completeMultipartUpload now emits xml and sends it upstream to server | minio_minio-js | train |
6f6feebd2cf18d38667830ff865a1d639348d8b4 | diff --git a/cwltool/draft2tool.py b/cwltool/draft2tool.py
index <HASH>..<HASH> 100644
--- a/cwltool/draft2tool.py
+++ b/cwltool/draft2tool.py
@@ -25,7 +25,7 @@ _logger = logging.getLogger("cwltool")
class ExpressionTool(Process):
def __init__(self, toolpath_object, **kwargs):
- super(ExpressionTool, sel... | Remove redundant validation of individual process items, since whole-document
validation now works. | common-workflow-language_cwltool | train |
f7f4013367aef3dfcba6ad6b42eb9a12fd777a34 | diff --git a/semantic_url/__init__.py b/semantic_url/__init__.py
index <HASH>..<HASH> 100644
--- a/semantic_url/__init__.py
+++ b/semantic_url/__init__.py
@@ -82,9 +82,7 @@ def pre_slash(path):
"""
if path == '':
path = "/"
- return path
-
- if path[0] != '/':
+ elif path[0] != '/':
... | Made change to fix accidental false positive with semantic URL parsing
Made change to fix accidental false positive with semantic URL parsing | bschollnick_semantic_url | train |
51cc668de9d4f3745f782a15f45009420bd67a87 | diff --git a/tests/test_jetpack.py b/tests/test_jetpack.py
index <HASH>..<HASH> 100644
--- a/tests/test_jetpack.py
+++ b/tests/test_jetpack.py
@@ -66,7 +66,6 @@ def test_pass_jetpack():
with open("jetpack/addon-sdk/packages/test-harness/lib/"
"harness.js") as harness_file:
harness = har... | Updated jetpack tests so that harness.js is no longer required; bug <I> | mozilla_amo-validator | train |
c2c9345d3f49a4b247b58c5b1901dfb8644b64c3 | diff --git a/rpcc/conn.go b/rpcc/conn.go
index <HASH>..<HASH> 100644
--- a/rpcc/conn.go
+++ b/rpcc/conn.go
@@ -410,7 +410,7 @@ func (c *Conn) notify(method string, data []byte) {
c.streamMu.Lock()
stream := c.streams[method]
if stream != nil {
- stream.send(data)
+ stream.send(method, data)
}
c.streamMu.Unl... | rpcc: Pass method name to streams | mafredri_cdp | train |
756b3391ebfdd77ec59b6aa3299a53e5fafba939 | diff --git a/springfox-spring-web/src/main/java/springfox/documentation/spring/web/scanners/ApiModelReader.java b/springfox-spring-web/src/main/java/springfox/documentation/spring/web/scanners/ApiModelReader.java
index <HASH>..<HASH> 100755
--- a/springfox-spring-web/src/main/java/springfox/documentation/spring/web/sca... | Add 'example' in merged model | springfox_springfox | train |
db93a52a3a9f637072e1e424a6c30ca9404b871b | diff --git a/ghost/admin/assets/lib/uploader.js b/ghost/admin/assets/lib/uploader.js
index <HASH>..<HASH> 100644
--- a/ghost/admin/assets/lib/uploader.js
+++ b/ghost/admin/assets/lib/uploader.js
@@ -59,7 +59,7 @@
done: function (e, data) {
function showImage(width, height) ... | fixed loading icon bug
closes #<I>
- stops loading cat icon appearing by mistake | TryGhost_Ghost | train |
e10d11dd607cdbd29b02d9d2c66fe972d4a1b697 | diff --git a/rinoh/reference.py b/rinoh/reference.py
index <HASH>..<HASH> 100644
--- a/rinoh/reference.py
+++ b/rinoh/reference.py
@@ -186,6 +186,9 @@ class FieldType(object):
def __repr__(self):
return "{}('{}')".format(self.__class__.__name__, self.name)
+ def __str__(self):
+ return self.na... | Represent Variables in str representation | brechtm_rinohtype | train |
fe9722eb3689fac63631c579c70d53789f165ee5 | diff --git a/src/main/java/org/cryptomator/cryptofs/CryptoFileSystemImpl.java b/src/main/java/org/cryptomator/cryptofs/CryptoFileSystemImpl.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/cryptomator/cryptofs/CryptoFileSystemImpl.java
+++ b/src/main/java/org/cryptomator/cryptofs/CryptoFileSystemImpl.java
@@ -3... | Remove clearetext filter for dir.c9r | cryptomator_cryptofs | train |
49b374cfaf14f84aa98d476ad3c47efeb0102954 | diff --git a/lib/graphql/query/serial_execution/value_resolution.rb b/lib/graphql/query/serial_execution/value_resolution.rb
index <HASH>..<HASH> 100644
--- a/lib/graphql/query/serial_execution/value_resolution.rb
+++ b/lib/graphql/query/serial_execution/value_resolution.rb
@@ -55,6 +55,15 @@ module GraphQL
cl... | Better error when a value could not be resolved to a possible type | rmosolgo_graphql-ruby | train |
7e4c613e91a61f9157dc3a7ee4388f4db0f9fa7f | diff --git a/go/vt/vtgate/planbuilder/derivedtree.go b/go/vt/vtgate/planbuilder/derivedtree.go
index <HASH>..<HASH> 100644
--- a/go/vt/vtgate/planbuilder/derivedtree.go
+++ b/go/vt/vtgate/planbuilder/derivedtree.go
@@ -29,7 +29,8 @@ type derivedTree struct {
alias string
// columns needed to feed other plans
- co... | Fix transform from derivedTree to simpleProjection with proper columns offsets | vitessio_vitess | train |
72778c1f59e0af37e2ec52f067ff6867b3ecdf23 | diff --git a/metanl/japanese.py b/metanl/japanese.py
index <HASH>..<HASH> 100644
--- a/metanl/japanese.py
+++ b/metanl/japanese.py
@@ -32,13 +32,16 @@ STOPWORD_CATEGORIES = set([
u'接続詞', # coarse: conjunction
u'フィラー', # coarse: filler
u'記号', # coarse: symbol
- u'非自立', # coa... | More customizable stopword categories.
Separate some that I don't want turned on all the time, because it was
reducing entire paragraphs into three words. | commonsense_metanl | train |
20cd55e44e830e67a9ba29c60c3a622228897dd5 | diff --git a/hazelcast/src/main/java/com/hazelcast/internal/eviction/impl/comparator/LFUEvictionPolicyComparator.java b/hazelcast/src/main/java/com/hazelcast/internal/eviction/impl/comparator/LFUEvictionPolicyComparator.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/internal/eviction/impl/... | Minimal cleanup of LFUEvictionPolicyComparator and LRUEvictionPolicyComparator | hazelcast_hazelcast | train |
dbc0aaa88139927ae3edd2b41a8fdd2bfc222ecb | diff --git a/gandi/cli/commands/ip.py b/gandi/cli/commands/ip.py
index <HASH>..<HASH> 100644
--- a/gandi/cli/commands/ip.py
+++ b/gandi/cli/commands/ip.py
@@ -58,8 +58,9 @@ def list(gandi, datacenter, type, attached, detached, version, reverse, vm):
vms = dict([(vm['id'], vm)
for vm in gandi.iaas.... | Dont put a separator before the first element. | Gandi_gandi.cli | train |
d5a8da5723b63a6c5767c9bca116a52e38d05056 | diff --git a/lib/dumper/job.rb b/lib/dumper/job.rb
index <HASH>..<HASH> 100644
--- a/lib/dumper/job.rb
+++ b/lib/dumper/job.rb
@@ -84,7 +84,7 @@ module Dumper
retry_count = 0
begin
response = http.request(request)
- rescue Errno::ECONNRESET
+ rescue # Errno::ECONNRESET, Errno::EPIPE, et... | More robust uploading. <I> | dumperhq_dumper | train |
c28af1ffe714ecbe40f6103f4374c0c1ca343491 | diff --git a/lib/ezutils/classes/ezsys.php b/lib/ezutils/classes/ezsys.php
index <HASH>..<HASH> 100644
--- a/lib/ezutils/classes/ezsys.php
+++ b/lib/ezutils/classes/ezsys.php
@@ -580,14 +580,27 @@ class eZSys
*/
static function hostname()
{
+ $hostName = null;
+
$forwardedHostsString = se... | Added fallback from SiteURL (site.ini) in case that the ServerVariable 'HTTP_HOST' is not set (e.g. during Shell execution) | ezsystems_ezpublish-legacy | train |
ad6d128614269a4d621e74b3d8cd31d9f549583e | diff --git a/uri.go b/uri.go
index <HASH>..<HASH> 100644
--- a/uri.go
+++ b/uri.go
@@ -305,11 +305,12 @@ func (u *URI) parse(host, uri []byte, isTLS bool) error {
}
}
- host, err := parseHost(host)
- if err != nil {
+ u.host = append(u.host, host...)
+ if parsedHost, err := parseHost(u.host); err != nil {
ret... | URI.Parse should never change it's input
Decode the URI in place, but use the bytes of the URI instead of the
bytes of the input parameter. | valyala_fasthttp | train |
71354b469bd398255d07c2d7259696fab5ea3a5f | diff --git a/lib/hieracles/commands.rb b/lib/hieracles/commands.rb
index <HASH>..<HASH> 100644
--- a/lib/hieracles/commands.rb
+++ b/lib/hieracles/commands.rb
@@ -34,7 +34,7 @@ module Hieracles
arg = []
end
dispatch = @formatter.new nil
- farms = Hieracles::Registry.farms_counted(@config, 'l... | make some output for module-nodes | Gandi_hieracles | train |
7536202f9fb9bbc317dfe83df593d71fdf4aa9ff | diff --git a/vexmessage/__init__.py b/vexmessage/__init__.py
index <HASH>..<HASH> 100644
--- a/vexmessage/__init__.py
+++ b/vexmessage/__init__.py
@@ -2,16 +2,10 @@ import pickle as _pickle
import textwrap as _textwrap
-VERSION = '0.1.0'
+VERSION = '0.2.0'
-def create_vex_message(target, source, type, version=... | added in encode/decode methods for clarity | benhoff_vexmessage | train |
c04aebd7ca2c831a50e85fb16000fb0fd80e47f5 | diff --git a/scripts/experiments/run_experiments.py b/scripts/experiments/run_experiments.py
index <HASH>..<HASH> 100644
--- a/scripts/experiments/run_experiments.py
+++ b/scripts/experiments/run_experiments.py
@@ -72,11 +72,15 @@ class DPExpParams(experiment_runner.JavaExpParams):
return script
def... | Fixing bug: forgot about ZIMPL memory reqs. Adding cpu2x queue.
git-svn-id: svn+ssh://external.hltcoe.jhu.edu/home/hltcoe/mgormley/public/repos/dep_parse_filtered/trunk@<I> <I>f-cb4b-<I>-8b<I>-c<I>bcb<I> | mgormley_pacaya | train |
405f1663e2427997314987456d9213d52c6a769d | diff --git a/h2o-core/src/main/java/water/util/FrameUtils.java b/h2o-core/src/main/java/water/util/FrameUtils.java
index <HASH>..<HASH> 100644
--- a/h2o-core/src/main/java/water/util/FrameUtils.java
+++ b/h2o-core/src/main/java/water/util/FrameUtils.java
@@ -6,6 +6,7 @@ import java.util.*;
import hex.Model;
import ... | PUBDEV-<I>: Lock source frame for reading | h2oai_h2o-3 | train |
d21f75bae34e2e9b1336d08e9c2de5eee3c1eae7 | 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
@@ -130,6 +130,7 @@ class HTML5Video extends Playback {
}
ended() {
+ this.trigger(Events.... | html5 video: fix buffering state inconsistencies | clappr_clappr | train |
3a26a153365b6ef7878cc71023bb04d7bc54b268 | diff --git a/OpenPNM/Algorithms/__LinearSolver__.py b/OpenPNM/Algorithms/__LinearSolver__.py
index <HASH>..<HASH> 100644
--- a/OpenPNM/Algorithms/__LinearSolver__.py
+++ b/OpenPNM/Algorithms/__LinearSolver__.py
@@ -49,6 +49,89 @@ class LinearSolver(GenericAlgorithm):
self._result = X[sp.r_[0:self._net.num_... | Added modes to BC setup.
The modes are working similar to geometry module.
Former-commit-id: e<I>b<I>c<I>e<I>c<I>b<I>d<I>dcf<I>
Former-commit-id: a5e2c<I>d<I>afc<I>f8f<I>d4 | PMEAL_OpenPNM | train |
30b29859843f7931c4625624ab6ac0775df8b048 | diff --git a/models/fallahi_eval/run_task1.py b/models/fallahi_eval/run_task1.py
index <HASH>..<HASH> 100644
--- a/models/fallahi_eval/run_task1.py
+++ b/models/fallahi_eval/run_task1.py
@@ -4,7 +4,7 @@ from copy import deepcopy
import indra.tools.assemble_corpus as ac
from indra.explanation.reporting import *
from ... | Refactor Task 1 for contextualized models | sorgerlab_indra | train |
77c70631b40e08e3768325776c4cde0c11984a7a | diff --git a/src/editor/Editor.js b/src/editor/Editor.js
index <HASH>..<HASH> 100644
--- a/src/editor/Editor.js
+++ b/src/editor/Editor.js
@@ -712,7 +712,7 @@ define(function (require, exports, module) {
*
* This does not alter the horizontal scroll position.
*/
- Editor.prototype.centerOnCursor = ... | for findFirst() don't center search for first half of screen | adobe_brackets | train |
70a094b57aed7e4672c066691e88ce12e0d959ad | diff --git a/shared/chat/inbox/index.desktop.js b/shared/chat/inbox/index.desktop.js
index <HASH>..<HASH> 100644
--- a/shared/chat/inbox/index.desktop.js
+++ b/shared/chat/inbox/index.desktop.js
@@ -184,7 +184,6 @@ const _containerStyle = {
const _scrollableStyle = {
flex: 1,
overflowY: 'auto',
- willChange: 't... | fix drawing being off by one (#<I>) | keybase_client | train |
e655f7fe950325e4001849abb5e757d7e41f6d1e | diff --git a/src/modern/renderElement.js b/src/modern/renderElement.js
index <HASH>..<HASH> 100644
--- a/src/modern/renderElement.js
+++ b/src/modern/renderElement.js
@@ -37,7 +37,7 @@ export default function renderElement({
return route.render({
...readyState,
match,
- Component,
+ Component: isComp... | Fix unresolved component value | relay-tools_found-relay | train |
3772867f8cc468d020a9191fd2ba9daf7066a72e | diff --git a/lxd/device/disk.go b/lxd/device/disk.go
index <HASH>..<HASH> 100644
--- a/lxd/device/disk.go
+++ b/lxd/device/disk.go
@@ -202,8 +202,14 @@ func (d *disk) validateConfig(instConf instance.ConfigReader) error {
return err
}
- if contentType == db.StoragePoolVolumeContentTypeBlock && instConf.Typ... | lxd/device/disk: Reject path property for block disk devices | lxc_lxd | train |
880d32ff7f97c708832f372be31486a4b99d7087 | diff --git a/ladybug/datacollection.py b/ladybug/datacollection.py
index <HASH>..<HASH> 100644
--- a/ladybug/datacollection.py
+++ b/ladybug/datacollection.py
@@ -375,7 +375,7 @@ class DataCollection(object):
moys = range(0, 48 * 60) # The first two days of the year
epw = EPW("c:/ladybug/weathe... | fixing a small typo that makes a method inaccessible | ladybug-tools_ladybug | train |
7009207a9cee28e8022abd0ed8fdcf1f1cae304a | diff --git a/jsonschema2pojo-core/src/main/java/com/googlecode/jsonschema2pojo/exception/ClassAlreadyExistsException.java b/jsonschema2pojo-core/src/main/java/com/googlecode/jsonschema2pojo/exception/ClassAlreadyExistsException.java
index <HASH>..<HASH> 100644
--- a/jsonschema2pojo-core/src/main/java/com/googlecode/jso... | minor fixes to a few project warnings | joelittlejohn_jsonschema2pojo | train |
141b97fdfe1548e4b239f825f9d94d4babfb7ff9 | diff --git a/lib/hstore_translate/version.rb b/lib/hstore_translate/version.rb
index <HASH>..<HASH> 100644
--- a/lib/hstore_translate/version.rb
+++ b/lib/hstore_translate/version.rb
@@ -1,3 +1,3 @@
module HstoreTranslate
- VERSION = "0.0.6"
+ VERSION = "0.0.7"
end | Version bump for Rails <I>.rc1 | Leadformance_hstore_translate | train |
010b2955f155ce032866404429d932bafc45babd | diff --git a/src/main/java/de/rototor/pdfbox/graphics2d/PdfBoxGraphics2D.java b/src/main/java/de/rototor/pdfbox/graphics2d/PdfBoxGraphics2D.java
index <HASH>..<HASH> 100644
--- a/src/main/java/de/rototor/pdfbox/graphics2d/PdfBoxGraphics2D.java
+++ b/src/main/java/de/rototor/pdfbox/graphics2d/PdfBoxGraphics2D.java
@@ -2... | Remove pointless check on (composite != null) | rototor_pdfbox-graphics2d | train |
c1676958773574406ff2b7113a06d4a9eda698c2 | diff --git a/manager-bundle/tests/HttpKernel/ContaoKernelTest.php b/manager-bundle/tests/HttpKernel/ContaoKernelTest.php
index <HASH>..<HASH> 100644
--- a/manager-bundle/tests/HttpKernel/ContaoKernelTest.php
+++ b/manager-bundle/tests/HttpKernel/ContaoKernelTest.php
@@ -21,6 +21,7 @@ use Contao\ManagerPlugin\Bundle\Con... | [Manager] Replace PHPUnit_Framework_MockObject_MockObject with MockObject | contao_contao | train |
046cbc8a46dc98aabaa5d8f937e33f877b467dda | diff --git a/src/backbone-validation.js b/src/backbone-validation.js
index <HASH>..<HASH> 100644
--- a/src/backbone-validation.js
+++ b/src/backbone-validation.js
@@ -487,14 +487,14 @@ Backbone.Validation = (function(_){
$(this).find(':input')
.each(function(){
if (this.name) {
- ... | Fix problems pointed by jshint | thedersen_backbone.validation | train |
3237f76ef465cf597429ffc7b3d7088b8c066109 | diff --git a/vyper/parser/expr.py b/vyper/parser/expr.py
index <HASH>..<HASH> 100644
--- a/vyper/parser/expr.py
+++ b/vyper/parser/expr.py
@@ -651,39 +651,59 @@ class Expr:
return LLLnode.from_list([op, left, right], typ="bool", pos=getpos(self.expr))
def parse_BoolOp(self):
- # Iterate throu... | feat: short circuiting for boolean ops | ethereum_vyper | train |
50fe5d262359bfecdcf9d578a1ddd9ff884e71ec | diff --git a/pysat/tests/instrument_test_class.py b/pysat/tests/instrument_test_class.py
index <HASH>..<HASH> 100644
--- a/pysat/tests/instrument_test_class.py
+++ b/pysat/tests/instrument_test_class.py
@@ -161,7 +161,7 @@ class InstTestClass():
# Test the required class attributes
for... | TST: wrong variable name
Fixed incorrect variable name. | rstoneback_pysat | train |
9d5dceaaff8f123f07891e7a5c1e2906c9b68559 | diff --git a/lib/server/console.js b/lib/server/console.js
index <HASH>..<HASH> 100644
--- a/lib/server/console.js
+++ b/lib/server/console.js
@@ -6,7 +6,7 @@
debug = require('debug'),
logConsole = debug('console'),
logClients = debug('console:clients'),
-
+ ... | fix(console) onConnection: path on windows | cloudcmd_console-io | train |
1378e61754dd812a1134f429925250528d2d8a46 | diff --git a/src/preferences/PreferencesBase.js b/src/preferences/PreferencesBase.js
index <HASH>..<HASH> 100644
--- a/src/preferences/PreferencesBase.js
+++ b/src/preferences/PreferencesBase.js
@@ -158,7 +158,7 @@ define(function (require, exports, module) {
*
* @param {string} name Name of level ... | Improved remove ability, fixed up _levelData handling in MergedMap | adobe_brackets | train |
cd9ac8db9d398b1bd608b7f1af5c0e332eebdc40 | diff --git a/salt/modules/rh_ip.py b/salt/modules/rh_ip.py
index <HASH>..<HASH> 100644
--- a/salt/modules/rh_ip.py
+++ b/salt/modules/rh_ip.py
@@ -1262,7 +1262,10 @@ def apply_network_settings(**settings):
)
res = True
else:
- res = __salt__["service.restart"]("network")
+ if __grai... | Add grains majorrelease check to fix #<I>
Fixed network module compatibility with newest RedHat family major release version (8). | saltstack_salt | train |
6461920d8e68cba6b2307c81c1aadf1ebbdd2600 | diff --git a/mapbox_vector_tile/encoder.py b/mapbox_vector_tile/encoder.py
index <HASH>..<HASH> 100644
--- a/mapbox_vector_tile/encoder.py
+++ b/mapbox_vector_tile/encoder.py
@@ -1,9 +1,12 @@
from math import fabs
-from past.builtins import long, unicode
from numbers import Number
+from past.builtins import long
+fro... | Use shapely ops transform instead of custom | tilezen_mapbox-vector-tile | train |
f3e2fe8ab93809c6e0fc1ef5d140d1c095f6ce6c | diff --git a/javalang/test/test_java_8_syntax.py b/javalang/test/test_java_8_syntax.py
index <HASH>..<HASH> 100644
--- a/javalang/test/test_java_8_syntax.py
+++ b/javalang/test/test_java_8_syntax.py
@@ -35,7 +35,7 @@ class LambdaSupportTest(unittest.TestCase):
def assert_contains_lambda_expression_in_m(
... | minor fix for the assert_contains_lambda_expression_in_m docstring. | c2nes_javalang | train |
24820327c13be25cfcb6925f0a7163046631bc95 | diff --git a/lib/rails_presenter/presenter_helper.rb b/lib/rails_presenter/presenter_helper.rb
index <HASH>..<HASH> 100644
--- a/lib/rails_presenter/presenter_helper.rb
+++ b/lib/rails_presenter/presenter_helper.rb
@@ -6,7 +6,7 @@ module RailsPresenter
end
begin
- presenter_class = opts.fetch(:wi... | Fix bug on presenter_helper | dfmonaco_rails_presenter | train |
f5aa307622df01a9975ed520a5b132a5a8a12f42 | diff --git a/nudibranch/diff_render.py b/nudibranch/diff_render.py
index <HASH>..<HASH> 100644
--- a/nudibranch/diff_render.py
+++ b/nudibranch/diff_render.py
@@ -131,8 +131,8 @@ class HTMLDiff(difflib.HtmlDiff):
TD_DIFF_HEADER = '<td class="diff_header"{0}>{1}</td>\
<td style="white-space:nowrap{2}">{3}</td>... | Clicking "Show All" or "Hide All" will no longer jump to the top of the page. | ucsb-cs_submit | train |
48e8491d119d669995f70280618e2e30ed49237f | diff --git a/cellbase-app/src/main/java/org/opencb/cellbase/app/transform/clinical/variant/ClinVarIndexer.java b/cellbase-app/src/main/java/org/opencb/cellbase/app/transform/clinical/variant/ClinVarIndexer.java
index <HASH>..<HASH> 100644
--- a/cellbase-app/src/main/java/org/opencb/cellbase/app/transform/clinical/varia... | feature-improveclinical: still adapting ClinVarIndexter to the new EvidenceEntry model | opencb_cellbase | train |
e526bb42837dd43362da2a1ea38251171a7e69f1 | diff --git a/lib/core/util/puppet.rb b/lib/core/util/puppet.rb
index <HASH>..<HASH> 100644
--- a/lib/core/util/puppet.rb
+++ b/lib/core/util/puppet.rb
@@ -120,13 +120,13 @@ module Puppet
when :type, :define
CORL.ui_group(Util::Console.cyan(display_name)) do |ui|
rendered_title = Util::Console.blue(... | Updating the Puppet utility class resource messages (make copy friendly). | coralnexus_corl | train |
fc9087013c731d15f9a50ece1718cf8ebdebc85e | diff --git a/src/selectors.js b/src/selectors.js
index <HASH>..<HASH> 100644
--- a/src/selectors.js
+++ b/src/selectors.js
@@ -10,9 +10,13 @@ function getSelectorNum(selector) {
.replace(')', '');
}
+function notLinted(param) {
+ return !param._linted;
+}
+
exports.params = function(astHelper, selector, ruleKey)... | untested not linted support | provejs_provejs-handlebars | train |
cec8724b5735c0227d7bd43e632432af4d4f23b3 | diff --git a/optaplanner-core/src/main/java/org/optaplanner/config/localsearch/LocalSearchSolverPhaseConfig.java b/optaplanner-core/src/main/java/org/optaplanner/config/localsearch/LocalSearchSolverPhaseConfig.java
index <HASH>..<HASH> 100644
--- a/optaplanner-core/src/main/java/org/optaplanner/config/localsearch/Local... | typo (thanks elsam) | kiegroup_optaplanner | train |
b1879661af1e7260f0ec6f7d22dfc432a790fd76 | diff --git a/tests/test_systematic.py b/tests/test_systematic.py
index <HASH>..<HASH> 100644
--- a/tests/test_systematic.py
+++ b/tests/test_systematic.py
@@ -184,6 +184,7 @@ def test_einsum2_three_args(): combo_check(np.einsum, [0, 2],
def test_einsum_naked_sum(): combo_check(np.einsum, [1, 2], ['k,nk->'], [R(5)], [R... | add test for einsum with no output indices | HIPS_autograd | train |
11e2d6d7f19189380fb66fa8f01e5910005a07ce | diff --git a/cronet/src/main/java/io/grpc/cronet/CronetClientTransport.java b/cronet/src/main/java/io/grpc/cronet/CronetClientTransport.java
index <HASH>..<HASH> 100644
--- a/cronet/src/main/java/io/grpc/cronet/CronetClientTransport.java
+++ b/cronet/src/main/java/io/grpc/cronet/CronetClientTransport.java
@@ -20,9 +20,... | cronet: fill in transport attributes as required by CallCredentials (#<I>) | grpc_grpc-java | train |
3150b95ad376da9798484d0373a2649d5e8f2961 | diff --git a/tests/test_validate.py b/tests/test_validate.py
index <HASH>..<HASH> 100644
--- a/tests/test_validate.py
+++ b/tests/test_validate.py
@@ -5,9 +5,11 @@ from datetime import datetime
import base64
import unittest
import os
+import sys
from asn1crypto import crl, ocsp, pem, x509
from asn1crypto.util im... | Rewrite soft-fail revocation checking to use a mock to simulate a URLError | wbond_certvalidator | train |
55e79873a845d6d4bae287cb52b622ad97b8a04d | diff --git a/tenacity-core/src/main/java/com/yammer/tenacity/core/core/CircuitBreaker.java b/tenacity-core/src/main/java/com/yammer/tenacity/core/core/CircuitBreaker.java
index <HASH>..<HASH> 100644
--- a/tenacity-core/src/main/java/com/yammer/tenacity/core/core/CircuitBreaker.java
+++ b/tenacity-core/src/main/java/com... | Mark the TenacityPropertyKeyFactory in the CircuitBreaker deserializer class as transient | yammer_tenacity | train |
0c795147c8dfb179666e721146975eabd85cbdbc | diff --git a/includes/styles/class-kirki-styles-output-css.php b/includes/styles/class-kirki-styles-output-css.php
index <HASH>..<HASH> 100644
--- a/includes/styles/class-kirki-styles-output-css.php
+++ b/includes/styles/class-kirki-styles-output-css.php
@@ -206,6 +206,15 @@ if ( ! class_exists( 'Kirki_Styles_Output_CS... | add backwards-compatibility for older typography formats | aristath_kirki | train |
e5bf3ed098e60fd6e233d227ed0fb269d4c5ffa0 | diff --git a/lib/ticket_evolution/ticket_groups.rb b/lib/ticket_evolution/ticket_groups.rb
index <HASH>..<HASH> 100644
--- a/lib/ticket_evolution/ticket_groups.rb
+++ b/lib/ticket_evolution/ticket_groups.rb
@@ -22,12 +22,12 @@ module TicketEvolution
def release_hold(params = nil)
ensure_id
- request(... | Allow additional params for release hold and take | ticketevolution_ticketevolution-ruby | train |
4453c9122db55df71b2819789eb7d52d566a3ddf | diff --git a/cake/tests/cases/libs/view/helpers/js.test.php b/cake/tests/cases/libs/view/helpers/js.test.php
index <HASH>..<HASH> 100644
--- a/cake/tests/cases/libs/view/helpers/js.test.php
+++ b/cake/tests/cases/libs/view/helpers/js.test.php
@@ -83,10 +83,15 @@ class JsHelperTestCase extends CakeTestCase {
$this->_... | Fixing JsHelper test cases to use the request object. | cakephp_cakephp | train |
0351bd6769552a163bbf03974c32133239a9ccd9 | diff --git a/modopt/opt/proximity.py b/modopt/opt/proximity.py
index <HASH>..<HASH> 100644
--- a/modopt/opt/proximity.py
+++ b/modopt/opt/proximity.py
@@ -163,7 +163,7 @@ class SparseThreshold(ProximityParent):
"""
- cost_val = np.sum(np.abs(self._weights * self._linear.op(args[0])))
+ cost_v... | fixed _weights to weights | CEA-COSMIC_ModOpt | train |
568dee0861d7c27934cb7db0a107e29ecc03628d | diff --git a/spec/fake_dynamo/server_spec.rb b/spec/fake_dynamo/server_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/fake_dynamo/server_spec.rb
+++ b/spec/fake_dynamo/server_spec.rb
@@ -4,15 +4,6 @@ module FakeDynamo
describe Server do
include Rack::Test::Methods
- def get_server(app)
- s = app.insta... | use new! to create Server object
Sinatra::Base overrides new with some method which returns a
object of different Class(which implements rack). It creates a
alias new! for the old new method.
Use the new! method instead of the hack. | ananthakumaran_fake_dynamo | train |
f1f9dd9debc0d69bd0c751e2cb5d1ec666b4f26c | diff --git a/pwkit/cli/__init__.py b/pwkit/cli/__init__.py
index <HASH>..<HASH> 100644
--- a/pwkit/cli/__init__.py
+++ b/pwkit/cli/__init__.py
@@ -129,11 +129,20 @@ propagate_sigint = _InterruptSignalPropagator ()
def _print_backtrace_signal_handler (signum, frame):
- import traceback
- print ('*** Printing ... | pwkit/cli/__init__.py: obvious improvements to USR1 traceback system
- print to stderr
- wrap in try/except just in case | pkgw_pwkit | train |
280e0eb44035b6b83580333d2b90d78e93b1ae71 | diff --git a/generic_follow/managers.py b/generic_follow/managers.py
index <HASH>..<HASH> 100644
--- a/generic_follow/managers.py
+++ b/generic_follow/managers.py
@@ -30,3 +30,21 @@ class FollowManager(models.Manager):
)
)
self.objects.bulk_create(follows)
+
+ def update_batch(... | added update_batch() manager method | gizmag_django-generic-follow | train |
29fd40213ab9ced535ac6ec5e499084b461a81a4 | diff --git a/test/cluster/cluster.go b/test/cluster/cluster.go
index <HASH>..<HASH> 100644
--- a/test/cluster/cluster.go
+++ b/test/cluster/cluster.go
@@ -562,7 +562,8 @@ func (c *Cluster) DumpLogs(buildLog *buildlog.Log) {
for _, cmd := range cmds {
fmt.Fprintln(out, "HostID:", inst.ID, "-", cmd)
fmt.Fprint... | test: Set DISCOVERD when dumping logs
Services now listen on the external VM IP since <I>f4. | flynn_flynn | train |
e67642044aa738a04253415f2f12f99dea5a3036 | diff --git a/lib/bud.rb b/lib/bud.rb
index <HASH>..<HASH> 100644
--- a/lib/bud.rb
+++ b/lib/bud.rb
@@ -326,7 +326,7 @@ module Bud
# the user-defined tables and lattices. We start @app_tables off as a set,
# then convert to an array later.
@app_tables = (@tables.keys - @builtin_tables.keys).map {|t| @tab... | Tweak: replace two more uses of "+=" on collections.
This can have surprising semantics and is slow anyway; see
<I>a<I>f<I>b<I>f<I>cfa0a<I>b4d<I>e8b4b and related commits. | bloom-lang_bud | train |
39c54e25f74d9360931902fcfe11683fdbfa08b2 | diff --git a/build.go b/build.go
index <HASH>..<HASH> 100644
--- a/build.go
+++ b/build.go
@@ -246,7 +246,7 @@ func gc(pkg *Package, gofiles []string) error {
gofiles[i] = fullpath
}
}
- err := pkg.tc.Gc(pkg, includes, importpath, pkg.Projectdir(), objfile(pkg), gofiles, pkg.Complete())
+ err := pkg.tc.Gc(pkg,... | Refactor support for pkg.Complete and pkg.Standard | constabulary_gb | train |
8b977ba706a4f221a1a779041f52b621e6805782 | diff --git a/bin/diamond b/bin/diamond
index <HASH>..<HASH> 100755
--- a/bin/diamond
+++ b/bin/diamond
@@ -19,6 +19,7 @@ from diamond.server import Server
import optparse
import signal
+import logging.handlers
def main():
# Initialize Options
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- ... | Fixed up some <I> compat issues | python-diamond_Diamond | train |
fdc3f08a52a8ba92554b01df8e8062675ec5f1b8 | diff --git a/pyinstrument/processors.py b/pyinstrument/processors.py
index <HASH>..<HASH> 100644
--- a/pyinstrument/processors.py
+++ b/pyinstrument/processors.py
@@ -1,4 +1,3 @@
-from pyinstrument.frame import Frame
from operator import methodcaller
'''
@@ -10,7 +9,7 @@ called like:
frame = processor(frame)
... | Remove type hints for Python <I> compatibility | joerick_pyinstrument | train |
e0b8f76a347ecf6e2e904f34cd25c8e277ebbff4 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ setup(
],
tests_require=[
"httpretty==0.6.0",
- "pytest>=2.3.5, <=2.5.1",
+ "pytest>=2.3.5, <2.6",
],
cmdclass={'test': PyTest},
) | Changed pytest dependencies to be < <I>
Travis CI keeps upgrading py.test | deontologician_restnavigator | train |
4ebb5a0227a9e8c19bee05cec3f1e0389b06172a | diff --git a/wct.conf.js b/wct.conf.js
index <HASH>..<HASH> 100644
--- a/wct.conf.js
+++ b/wct.conf.js
@@ -2,7 +2,7 @@ module.exports = {
plugins: {
local: {
disabled: true,
- browsers: ['chrome', 'firefox', 'safari']
+ browsers: ['chrome', 'safari']
},
... | fix(test): trying to get recent FF to work w/ recent WD #<I> | rnicholus_ajax-form | train |
a585148d320778097c0c20bc9ce260720e4c135a | diff --git a/quickunit/vcs/base.py b/quickunit/vcs/base.py
index <HASH>..<HASH> 100644
--- a/quickunit/vcs/base.py
+++ b/quickunit/vcs/base.py
@@ -1,4 +1,5 @@
import os.path
+from subprocess import check_call, CalledProcessError
from collections import namedtuple
@@ -10,8 +11,27 @@ def get_vcs(root):
if os.p... | Detect git and hg via CLI commands | dcramer_quickunit | train |
18acd569a1c7aadd81f0eb877093a4bd28de86f5 | diff --git a/docker/api/service.py b/docker/api/service.py
index <HASH>..<HASH> 100644
--- a/docker/api/service.py
+++ b/docker/api/service.py
@@ -38,7 +38,7 @@ def _check_api_features(version, task_template, update_config):
'Placement.preferences is not supported in'
'... | Handle untyped ContainerSpec dict in _check_api_features | docker_docker-py | train |
9b6a827f28013c0f26432ac7a5ab7561de331967 | diff --git a/geo-analyzer/src/test/java/au/gov/amsa/geo/adhoc/DistanceTravelledInEezMain.java b/geo-analyzer/src/test/java/au/gov/amsa/geo/adhoc/DistanceTravelledInEezMain.java
index <HASH>..<HASH> 100644
--- a/geo-analyzer/src/test/java/au/gov/amsa/geo/adhoc/DistanceTravelledInEezMain.java
+++ b/geo-analyzer/src/test/... | geo-analyzer - refactor method name | amsa-code_risky | train |
d73c0374361ac398ae78b5da3410409b967070fc | diff --git a/AUTHORS.rst b/AUTHORS.rst
index <HASH>..<HASH> 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -25,3 +25,4 @@ Contributors (chronological)
- Mark Hall `@scmmmh <https://github.com/scmmmh>`_
- Scott Werner `@scottwernervt <https://github.com/scottwernervt>`_
- Michael Dodsworth `@mdodsworth <https://github... | Fix an error where relationships would not be properly deserialized from included data, even if 'schema' parameter is passed when creating a Relationship field. | marshmallow-code_marshmallow-jsonapi | train |
19b450658fc9137c7dccb67efe25ac160be83c09 | diff --git a/shared/util/kbfs-notifications.js b/shared/util/kbfs-notifications.js
index <HASH>..<HASH> 100644
--- a/shared/util/kbfs-notifications.js
+++ b/shared/util/kbfs-notifications.js
@@ -11,7 +11,7 @@ type DecodedKBFSError = {
}
function usernamesForNotification (notification: FSNotification) {
- return pa... | Fallback to notification.filename (#<I>)
I was getting a bunch of errors related to this | keybase_client | train |
f701cffb41a7fdd0c00c8eb35dba7f78c7d25c01 | diff --git a/lib/Dredd.js b/lib/Dredd.js
index <HASH>..<HASH> 100644
--- a/lib/Dredd.js
+++ b/lib/Dredd.js
@@ -12,9 +12,15 @@ const TransactionRunner = require('./TransactionRunner');
const { applyConfiguration } = require('./configuration');
+function prefixError(error, prefix) {
+ error.message = `${prefix}: ${... | refactor: reuse error prefixing | apiaryio_dredd | train |
d09cbb1993e031534040b1304c9558b169c48804 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -11,12 +11,9 @@ with open('nylas/_client_sdk_version.py', 'r') as fd:
fd.read(), re.MULTILINE).group(1)
RUN_DEPENDENCIES = [
- "requests>=2.4.2",
+ "requests[security]>=2.4.2",
"six>=1.4.... | Depend on requests[security]
Rather than including additional libraries in the dependencies list
that appear to be unused | nylas_nylas-python | train |
e2e635a87d86e697f8e51f8bf9186c77b3096d5a | diff --git a/client/allochealth/tracker.go b/client/allochealth/tracker.go
index <HASH>..<HASH> 100644
--- a/client/allochealth/tracker.go
+++ b/client/allochealth/tracker.go
@@ -171,7 +171,7 @@ func (t *Tracker) TaskEvents() map[string]*structs.TaskEvent {
// Go through are task information and build the event map
... | client/allochealth: add healthy_deadline as context to error messages (#<I>) | hashicorp_nomad | train |
f0a9ad0131deb30020288f38c9b243c220c71b6a | diff --git a/lib/active_scaffold/extensions/action_controller_rendering.rb b/lib/active_scaffold/extensions/action_controller_rendering.rb
index <HASH>..<HASH> 100644
--- a/lib/active_scaffold/extensions/action_controller_rendering.rb
+++ b/lib/active_scaffold/extensions/action_controller_rendering.rb
@@ -6,10 +6,14 @@... | don't render adapter if response is js | activescaffold_active_scaffold | train |
88bb347bd7cc38deb1750fb81fe523f19b81abe6 | diff --git a/core/roboconf-dm/src/main/java/net/roboconf/dm/management/Manager.java b/core/roboconf-dm/src/main/java/net/roboconf/dm/management/Manager.java
index <HASH>..<HASH> 100644
--- a/core/roboconf-dm/src/main/java/net/roboconf/dm/management/Manager.java
+++ b/core/roboconf-dm/src/main/java/net/roboconf/dm/manag... | #<I> Restoration fails when messaging is not configured correctly | roboconf_roboconf-platform | train |
4a7b96475daca5e4cde2019c804c8169393681d2 | diff --git a/src/python/zensols/actioncli/time.py b/src/python/zensols/actioncli/time.py
index <HASH>..<HASH> 100644
--- a/src/python/zensols/actioncli/time.py
+++ b/src/python/zensols/actioncli/time.py
@@ -30,11 +30,14 @@ class time(object):
"""Create the time object.
If a logger is not given, it i... | fix time bug; stash has better dict semantics | plandes_actioncli | train |
ecd6f06d42f7e2f44320d9bae3991457747a15e9 | diff --git a/src/Illuminate/Laravel.php b/src/Illuminate/Laravel.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Laravel.php
+++ b/src/Illuminate/Laravel.php
@@ -95,7 +95,8 @@ class Laravel
$this->app->make(ConsoleKernel::class)->bootstrap();
}
- foreach ($this->conf['cleaners'] as $... | fix worker startups fail when upgraded laravel-s to <I> and did not restart | hhxsv5_laravel-s | train |
54a7d60bcfa4d1029c56e317039e5f66c16ebb37 | diff --git a/src/reduxForm.js b/src/reduxForm.js
index <HASH>..<HASH> 100755
--- a/src/reduxForm.js
+++ b/src/reduxForm.js
@@ -166,14 +166,14 @@ function createReduxFormDecorator(formName, fields, syncValidate, touchOnBlur, t
[name]: {
checked: typeof field.value === 'boolean' ? field.value ... | abbreviated some field props with ES6 Object literal property value shorthand | erikras_redux-form | train |
4873cbe5d7beb6e66fee087b46aa213e0a2affac | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -5,9 +5,9 @@ from setuptools import setup
setup(
name='cfn_lambda_handler',
- version='1.0.5',
+ version='1.0.6',
packages=[ 'cfn_lambda_handler' ],
- install_requires=[ 'boto3' ],
+ install_requires=[... | Remove boto3 from install_requires as this is provided in Lambda environments | mixja_cfn-lambda-handler | train |
e4833adf01b5b1032d71dd9f4eb8978ef5d608c9 | diff --git a/src/edu/rpi/cmt/db/hibernate/GenericEnumUserType.java b/src/edu/rpi/cmt/db/hibernate/GenericEnumUserType.java
index <HASH>..<HASH> 100644
--- a/src/edu/rpi/cmt/db/hibernate/GenericEnumUserType.java
+++ b/src/edu/rpi/cmt/db/hibernate/GenericEnumUserType.java
@@ -48,7 +48,7 @@ public class GenericEnumUserTyp... | Closer to getting file to bedework synch working. synch engine now managing to partially start up a connection to bedework. | Bedework_bw-util | train |
5159e39b2732a27a780c542e999193538ab924b2 | diff --git a/messages/es/main.php b/messages/es/main.php
index <HASH>..<HASH> 100644
--- a/messages/es/main.php
+++ b/messages/es/main.php
@@ -41,7 +41,7 @@ return [
'Favorite' => 'Favoritos',
'Favorite Questions' => 'Preguntas favoritas',
'Markdown powered content' => 'Contenido potenciado por Markdown'... | Typo
Translation was exhanged. Fixed now. | artkost_yii2-qa | train |
e369b172fe98f0b9dc83038e86375d69abfc7093 | diff --git a/shinken/misc/regenerator.py b/shinken/misc/regenerator.py
index <HASH>..<HASH> 100644
--- a/shinken/misc/regenerator.py
+++ b/shinken/misc/regenerator.py
@@ -61,12 +61,9 @@ class Regenerator:
# And in progress one
self.inp_hosts = {}
self.inp_services = {}
- self.inp_conta... | Clean : regenerator, a bit cleaning of useless lists. | Alignak-monitoring_alignak | train |
49e301ac6a74a30cfdf00bf4178889f9ecb74889 | diff --git a/vtki/_version.py b/vtki/_version.py
index <HASH>..<HASH> 100644
--- a/vtki/_version.py
+++ b/vtki/_version.py
@@ -1,6 +1,6 @@
""" version info for vtki """
# major, minor, patch
-version_info = 0, 18, 1
+version_info = 0, 18, 2
# Nice string for the version
__version__ = '.'.join(map(str, version_inf... | Patch release for bug-fix #<I> | vtkiorg_vtki | train |
dd69480f14c9538b646d184e61aa7d476c047f23 | diff --git a/js/okex.js b/js/okex.js
index <HASH>..<HASH> 100644
--- a/js/okex.js
+++ b/js/okex.js
@@ -4,7 +4,7 @@
const Exchange = require ('./base/Exchange');
const { ExchangeError, ExchangeNotAvailable, ArgumentsRequired, BadRequest, AccountSuspended, InvalidAddress, PermissionDenied, DDoSProtection, Insufficien... | okex market buy cost truncation #<I> | ccxt_ccxt | train |
45c9f228e1306dc2a11097b25077b30b2f6a28b6 | diff --git a/quantrisk/tears.py b/quantrisk/tears.py
index <HASH>..<HASH> 100644
--- a/quantrisk/tears.py
+++ b/quantrisk/tears.py
@@ -50,11 +50,11 @@ def create_returns_tear_sheet(df_rets, algo_create_date=None, backtest_days_pct=
ax_rolling_risk = plt.subplot(gs[4, :], sharex=ax_rolling_returns)
ax_drawdown... | MAINT Changed rest of ax names in returns tearsheet. | quantopian_pyfolio | train |
9c940e7bb9cee2192f38a5f7f49b0b14a792124c | diff --git a/rails_event_store_active_record/lib/rails_event_store_active_record/event_repository.rb b/rails_event_store_active_record/lib/rails_event_store_active_record/event_repository.rb
index <HASH>..<HASH> 100644
--- a/rails_event_store_active_record/lib/rails_event_store_active_record/event_repository.rb
+++ b/r... | Refactor
Rename and disconnect per use case. | RailsEventStore_rails_event_store | train |
582137ebeafe5537c6ef662e2159e96e1441bcc0 | diff --git a/spec/graphql/execution/execute_spec.rb b/spec/graphql/execution/execute_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/graphql/execution/execute_spec.rb
+++ b/spec/graphql/execution/execute_spec.rb
@@ -3,3 +3,59 @@ require "spec_helper"
ExecuteSuite = GraphQL::Compatibility::ExecutionSpecification.build... | replicate mutation non-nullability issue | rmosolgo_graphql-ruby | train |
1a7a787f8a080a0b20af89e2de39993611ea6c53 | diff --git a/src/Resolver/ResolverExecutor.php b/src/Resolver/ResolverExecutor.php
index <HASH>..<HASH> 100644
--- a/src/Resolver/ResolverExecutor.php
+++ b/src/Resolver/ResolverExecutor.php
@@ -119,13 +119,15 @@ class ResolverExecutor implements ContainerAwareInterface
$resolveContext->setEndpoint($this->... | Fix resolving type when use method to return a scalar type | ynloultratech_graphql-bundle | train |
07ea04e56589407f4f32880a0f8bc748de3b3a88 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from distutils.core import setup
def read(filename):
return open(os.path.join(os.path.dirname(__file__), filename)).read()
-if sys.version_info >= (3, 4):
+if sys.version_info >= (3, 5):
install_requi... | Raise min required Python version to <I>
Python <I> reached eol | biesnecker_hachiko | train |
b2192ced198be562070ea823f85cb7fc1a52f1de | diff --git a/test/yanwenTest.js b/test/yanwenTest.js
index <HASH>..<HASH> 100644
--- a/test/yanwenTest.js
+++ b/test/yanwenTest.js
@@ -57,6 +57,81 @@ describe('yanwen', function () {
});
+ it('should extract the messages from the website with success 2', function (done) {
+ const id = 'UR... | added test id UR<I>YP on yanwen | hdnpt_geartrack | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.