hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
78719ce520f3304a88938fd393ba22df5c460c34 | diff --git a/alot/settings/errors.py b/alot/settings/errors.py
index <HASH>..<HASH> 100644
--- a/alot/settings/errors.py
+++ b/alot/settings/errors.py
@@ -1,4 +1,3 @@
-
-
class ConfigError(Exception):
+ """could not parse user config"""
pass | docs: docstring for settings.errors | pazz_alot | train |
3f072cf051ba4df600f1691d243a097816d8ddff | diff --git a/src/Middleware/Cache.php b/src/Middleware/Cache.php
index <HASH>..<HASH> 100644
--- a/src/Middleware/Cache.php
+++ b/src/Middleware/Cache.php
@@ -74,13 +74,14 @@ class Cache
//If it's cached
if ($item->isHit()) {
$headers = $item->get();
+ $cachedResponse = $respon... | fix bug where the cache headers was added to response before the inner middleware | oscarotero_psr7-middlewares | train |
97cc881e15d0f9714ceca838482b58ae7c5bb1a6 | diff --git a/lib/thrift_client/connection.rb b/lib/thrift_client/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/thrift_client/connection.rb
+++ b/lib/thrift_client/connection.rb
@@ -1,5 +1,4 @@
-$LOAD_PATH.unshift(File.dirname(__FILE__) + "/connection")
-require "base"
-require "socket"
-require "http"
-require "f... | fixing up require path conflicts with other gems | twitter_thrift_client | train |
3836a9b8d7e44b1ec12809a500642a45849ba199 | diff --git a/modules/backend/classes/AuthManager.php b/modules/backend/classes/AuthManager.php
index <HASH>..<HASH> 100644
--- a/modules/backend/classes/AuthManager.php
+++ b/modules/backend/classes/AuthManager.php
@@ -27,7 +27,7 @@ class AuthManager extends RainAuthManager
// Permission management
//
- ... | Refs #<I> - Fixed Visibility must be declared on property issues | octobercms_october | train |
eaff63925287dcfc3776abc8e4693b83ccb11eb0 | diff --git a/conn.go b/conn.go
index <HASH>..<HASH> 100644
--- a/conn.go
+++ b/conn.go
@@ -720,7 +720,7 @@ func (c *Conn) executeQuery(qry *Query) *Iter {
// TODO: handle query binding names
}
- params.skipMeta = !qry.isCAS
+ params.skipMeta = !qry.disableSkipMetadata
frame = &writeExecuteFrame{
pre... | query: add NoSkipMetadata option
NoSkipMetadata will disable reusing the preapred result metadata when
parsing the query. To work around a bug in Cassandra | gocql_gocql | train |
bf488e6e957b7c402db2e1b8dcc50d835ed3ecd4 | diff --git a/src/sap.m/src/sap/m/MultiInput.js b/src/sap.m/src/sap/m/MultiInput.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/MultiInput.js
+++ b/src/sap.m/src/sap/m/MultiInput.js
@@ -714,6 +714,13 @@ function(
var aTokens = this.getTokens();
var oTokenToFocus = aTokens[aTokens.length - 1];
+ if (!t... | [FIX] sap.m.MultiInput: Deletion of tokens when not editable prevented
BCP: <I>
Change-Id: I3ef<I>c2cdd<I>c<I>a3b<I>d<I>cfacbe<I>ff | SAP_openui5 | train |
a86972b0d7f14f7a19dbe63359186a995729a31a | diff --git a/src/frontend/org/voltdb/compiler/ClassMatcher.java b/src/frontend/org/voltdb/compiler/ClassMatcher.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/compiler/ClassMatcher.java
+++ b/src/frontend/org/voltdb/compiler/ClassMatcher.java
@@ -53,7 +53,15 @@ public class ClassMatcher {
Str... | ENG-<I>: Improvements to class matching and testing the matcher. | VoltDB_voltdb | train |
1c7fbbdccf94549fd848f5acac54a2832173cc01 | diff --git a/src/java/com/threerings/whirled/client/SceneController.java b/src/java/com/threerings/whirled/client/SceneController.java
index <HASH>..<HASH> 100644
--- a/src/java/com/threerings/whirled/client/SceneController.java
+++ b/src/java/com/threerings/whirled/client/SceneController.java
@@ -1,5 +1,5 @@
//
-// $... | Need to name this differently to avoid conflicts.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@<I> <I>f4-<I>e9-<I>-aa3c-eee0fc<I>fb1 | threerings_narya | train |
e05b65505c95f3b796279d115aa27a0cb73e6b44 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -12,9 +12,9 @@ setup(name='switchboard',
],
keywords='switches feature flipper pyramid pylons turbogears',
author='Kyle Adams',
- author_email='[email protected]',
- url='http://sf.n... | Switch from SF to Github for canonical links. | switchboardpy_switchboard | train |
90c729f18d16af9b8ea4aa971180f6b6fa8ec1b7 | diff --git a/lib/iron_worker_ng/api_client.rb b/lib/iron_worker_ng/api_client.rb
index <HASH>..<HASH> 100644
--- a/lib/iron_worker_ng/api_client.rb
+++ b/lib/iron_worker_ng/api_client.rb
@@ -48,7 +48,9 @@ module IronWorkerNG
end
def codes_create(name, file, runtime, runner, options)
- parse_response(po... | add possibility to upload code without file (required for custom images) | iron-io_iron_worker_ruby_ng | train |
d2639838a94f820ca297fa820ce2ed63e28f850c | diff --git a/tests/test_decomposition.py b/tests/test_decomposition.py
index <HASH>..<HASH> 100644
--- a/tests/test_decomposition.py
+++ b/tests/test_decomposition.py
@@ -15,7 +15,7 @@ class DecompositionTest(g.unittest.TestCase):
continue
g.log.info('Testing convex decomposition with en... | Fix bug in MeshScript to allow for multi-outputs | mikedh_trimesh | train |
02c8085b14ff17606dd089771f5d214aa9d4d8f8 | diff --git a/dev/com.ibm.ws.session.cache_fat_config_infinispan/fat/src/com/ibm/ws/session/cache/config/fat/infinispan/SessionCacheConfigUpdateTest.java b/dev/com.ibm.ws.session.cache_fat_config_infinispan/fat/src/com/ibm/ws/session/cache/config/fat/infinispan/SessionCacheConfigUpdateTest.java
index <HASH>..<HASH> 1006... | Issue #<I> enable additional codepath for testing with infinispan | OpenLiberty_open-liberty | train |
940feaa7b6ca5f58b92454a357aa40d1ce2f77ac | diff --git a/block-models.js b/block-models.js
index <HASH>..<HASH> 100644
--- a/block-models.js
+++ b/block-models.js
@@ -25,19 +25,22 @@ var cubePositions = function(a, b) {
// a---d
// | \ |
// b---c
-var trianglesQuad = function(a,b,c,d) {
- return [[a,b,c], [a,c,d]];
+// cp = cubePositions
+var trianglesQuad =... | Start converting to non-indexed geometry (broken) | deathcap_block-models | train |
2c5e980c88fd61e16c123bd4c2cda0575ee7a4b4 | diff --git a/ospd/ospd.py b/ospd/ospd.py
index <HASH>..<HASH> 100644
--- a/ospd/ospd.py
+++ b/ospd/ospd.py
@@ -150,7 +150,7 @@ class OSPDaemon:
def init(self) -> None:
""" Should be overridden by a subclass if the initialization is costly.
- Will be called before check.
+ Will be c... | Update docstring of OSPDaemon init method
Acutally now the init method is called after check. | greenbone_ospd | train |
27c9ca592ee654fb09b8258c176243706c42088d | diff --git a/src/main/java/com/vdurmont/emoji/Fitzpatrick.java b/src/main/java/com/vdurmont/emoji/Fitzpatrick.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/vdurmont/emoji/Fitzpatrick.java
+++ b/src/main/java/com/vdurmont/emoji/Fitzpatrick.java
@@ -37,4 +37,22 @@ public enum Fitzpatrick {
Fitzpatrick(Str... | Added methods to retrieve Fitzpatrick enum from String by type and by unicode value | vdurmont_emoji-java | train |
66befb06e85b1b29b3a25eb55058215c1c44fc7a | diff --git a/qtpandas/compat.py b/qtpandas/compat.py
index <HASH>..<HASH> 100644
--- a/qtpandas/compat.py
+++ b/qtpandas/compat.py
@@ -1,9 +1,10 @@
-import sip
+
import logging
log = logging.getLogger(__name__)
try:
+ import sip
sip.setapi('QString', 2)
sip.setapi('QVariant', 2)
sip.setapi('QDa... | Made compat work with PySide users not on sip. | draperjames_qtpandas | train |
8a274d4d37f5d406176d77508c79c619912d6fdd | diff --git a/mod/quiz/version.php b/mod/quiz/version.php
index <HASH>..<HASH> 100644
--- a/mod/quiz/version.php
+++ b/mod/quiz/version.php
@@ -6,7 +6,7 @@
////////////////////////////////////////////////////////////////////////////////
$module->version = 2006022200; // The (date) version of this module
-$module-... | Bumped version number (hadn't been done in a long time) in order to be able to require latest Moodle version in the quiz module. | moodle_moodle | train |
a7681b4fa285ca7398303ddc65cad011061a47c2 | diff --git a/detect_secrets/core/baseline.py b/detect_secrets/core/baseline.py
index <HASH>..<HASH> 100644
--- a/detect_secrets/core/baseline.py
+++ b/detect_secrets/core/baseline.py
@@ -223,7 +223,7 @@ def format_baseline_for_output(baseline):
indent=2,
sort_keys=True,
separators=(',', ': ')... | Add a trailing \n to format_baseline_for_output, to prevent hookid: end-of-file-fixer from flagging it | Yelp_detect-secrets | train |
2abd0f2b034c8137c829775f270106429be1d252 | diff --git a/lib/irwi/helpers/wiki_pages_helper.rb b/lib/irwi/helpers/wiki_pages_helper.rb
index <HASH>..<HASH> 100644
--- a/lib/irwi/helpers/wiki_pages_helper.rb
+++ b/lib/irwi/helpers/wiki_pages_helper.rb
@@ -124,6 +124,8 @@ module Irwi::Helpers::WikiPagesHelper
end
def wiki_page_attachments(page = @page)
+ ... | Check attachments class, fix spec | alno_irwi | train |
48a65a173e296017cfdb0094aee8607e3d0bc189 | diff --git a/inspire_dojson/hep/rules/bd9xx.py b/inspire_dojson/hep/rules/bd9xx.py
index <HASH>..<HASH> 100644
--- a/inspire_dojson/hep/rules/bd9xx.py
+++ b/inspire_dojson/hep/rules/bd9xx.py
@@ -59,6 +59,7 @@ COLLECTIONS_MAP = {
'hermes-internal-note': 'HERMES Internal Notes',
'larsoft-internal-note': 'LArSof... | hep: recognize SLAC in _collections | inspirehep_inspire-dojson | train |
d6bd3a40a48715ca3a9fd179db9bef25424445cd | diff --git a/src/Discord/WebSockets/Events/GuildCreate.php b/src/Discord/WebSockets/Events/GuildCreate.php
index <HASH>..<HASH> 100644
--- a/src/Discord/WebSockets/Events/GuildCreate.php
+++ b/src/Discord/WebSockets/Events/GuildCreate.php
@@ -35,6 +35,7 @@ class GuildCreate extends Event
return $deferred->... | Chunk members from all guilds
Check the `member_count` property given by Discord. If it is less than
the repository count, attempt to chunk the members | teamreflex_DiscordPHP | train |
83c8d9b9b6fe12e7a2cae4b6b0b9e88bf1c1f45f | diff --git a/lib/autokey/logger.py b/lib/autokey/logger.py
index <HASH>..<HASH> 100644
--- a/lib/autokey/logger.py
+++ b/lib/autokey/logger.py
@@ -32,10 +32,20 @@ def get_logger(full_module_path: str) -> logging.Logger:
def configure_root_logger(args: Namespace):
"""Initialise logging system"""
root_logger.s... | Integrate writing a rotating log file. Always output INFO and higher output to stdout. | autokey_autokey | train |
53c33882d5bf42bc2c253f8e4eee83896c72f35e | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -120,11 +120,36 @@
return pad(date.getSeconds(), 2)
},
u: function (date) {
- return String(date.getTime()).slice(-3)
+ return pad(date.getMilliseconds(), 3)
+ },
+ U: function (date) {
+ ... | add some more tokens, most with timezones | nkcmr_phpdate | train |
4fa3daa39b2160df2350bb105450a2f4c3d98ad0 | diff --git a/src/infi/instruct/buffer/macros.py b/src/infi/instruct/buffer/macros.py
index <HASH>..<HASH> 100644
--- a/src/infi/instruct/buffer/macros.py
+++ b/src/infi/instruct/buffer/macros.py
@@ -229,7 +229,7 @@ def json_field(set_before_pack=None,
where_when_unpack=where_when_un... | Fix json_field in Python 3
The stripping and padding operation are performed on a JSON after it was encoded
to bytes. Therefore, the strip and padding fields should be bytes instead of strings. | Infinidat_infi.instruct | train |
94a7b0b2bc20a6f85c6a374515d4b82da6cf2b9b | diff --git a/test/credit.unit.js b/test/credit.unit.js
index <HASH>..<HASH> 100644
--- a/test/credit.unit.js
+++ b/test/credit.unit.js
@@ -111,7 +111,7 @@ describe('Storage/models/Credit', function() {
newCredit.save(function(err) {
expect(err).to.be.instanceOf(Error);
- expect(err.message).to.... | Update tests to check for err._message instead of err.message | storj_service-storage-models | train |
7df4ab4e0cd27ee18b0f015fddb8b55b7b5b1907 | diff --git a/py/testdir_single_jvm/test_rf_params_rand2.py b/py/testdir_single_jvm/test_rf_params_rand2.py
index <HASH>..<HASH> 100644
--- a/py/testdir_single_jvm/test_rf_params_rand2.py
+++ b/py/testdir_single_jvm/test_rf_params_rand2.py
@@ -31,7 +31,7 @@ paramDict = {
"1=5",
"2=3",
"1=1,2=1... | don't use <I> for stratified sample ? | h2oai_h2o-2 | train |
a5f7ee3b4cd97bc2acf37e2d28edaacff60f9edd | diff --git a/psamm/commands/tmfa.py b/psamm/commands/tmfa.py
index <HASH>..<HASH> 100644
--- a/psamm/commands/tmfa.py
+++ b/psamm/commands/tmfa.py
@@ -228,9 +228,72 @@ class TMFACommand(MetabolicMixin, SolverCommandMixin, ObjectiveMixin, Command):
cp_list.append(str(cp))
xij.define([str(cp)], lower=-50, upper=5... | Added random addition code for the new TMFA method. | zhanglab_psamm | train |
cb4af24f92ec3113679a5c66fc5b4406dbed9dd5 | diff --git a/src/Config/Config.php b/src/Config/Config.php
index <HASH>..<HASH> 100644
--- a/src/Config/Config.php
+++ b/src/Config/Config.php
@@ -12,11 +12,100 @@ namespace Mwltr\MageDeploy2\Config;
*/
class Config
{
- protected $data = [];
+ const KEY_ENV = 'env';
+ const KEY_DEPLOY = 'deploy';
+ cons... | [TASK] Config class now has default structure and a recursive set method | mwr_magedeploy2 | train |
8abb1b3a40aa90f6b2be02cab51e3475dc625f50 | diff --git a/shared/idmapset_linux.go b/shared/idmapset_linux.go
index <HASH>..<HASH> 100644
--- a/shared/idmapset_linux.go
+++ b/shared/idmapset_linux.go
@@ -7,6 +7,7 @@ import (
"os/exec"
"path"
"path/filepath"
+ "reflect"
"sort"
"strconv"
"strings"
@@ -106,24 +107,42 @@ func (e *IdmapEntry) Usable() erro... | shared/idmap: Fix various issues
- Restore our old default map for when no shadow is found
- Fix the logic that determines whether a map is valid or not to work
with hybrid maps (entries that are listed with Isuid and Isgid both true). | lxc_lxd | train |
6d311005f9a72d788b65ead6372fba6abde74157 | diff --git a/bin/cmd.js b/bin/cmd.js
index <HASH>..<HASH> 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -28,8 +28,6 @@ var argv = minimist(process.argv.slice(2), {
t: 'subtitles',
l: 'list',
i: 'index',
- n: 'no-quit',
- r: 'remove',
o: 'out',
q: 'quiet',
h: 'help',
@@ -43,8 +41,6 @@ v... | Removed `--remove` and `--no-quit`; replaced with inference. Resolves issue #<I>. | webtorrent_webtorrent | train |
d20896fc31fb0e955e57970d61eb6eea054ff048 | diff --git a/proto/properties.go b/proto/properties.go
index <HASH>..<HASH> 100644
--- a/proto/properties.go
+++ b/proto/properties.go
@@ -173,6 +173,7 @@ func (sp *StructProperties) Swap(i, j int) { sp.order[i], sp.order[j] = sp.order
type Properties struct {
Name string // name of the field, for error messages... | Add support for plumbing json_name from protoc through to proto.Properties.
This will be used by the jsonpb package at a later date. | golang_protobuf | train |
6a58c45bdd6c02afb1ca93a05321f5afdff140e4 | diff --git a/views/js/assets/strategies.js b/views/js/assets/strategies.js
index <HASH>..<HASH> 100644
--- a/views/js/assets/strategies.js
+++ b/views/js/assets/strategies.js
@@ -76,7 +76,8 @@ define([
taomedia : {
name : 'taomedia',
handle : function handleTaoMedia(url, data){
- ... | taomedia is resolved as a relative without a baseUrl | oat-sa_extension-tao-item | train |
88f3271652bf554984cf777f7046c3cedc2a8c8f | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -28,8 +28,25 @@
quantity = match[1], // 2d20+3 => 2
sides = match[2], // 2d20+3 => 20
hasTransformation = !!match[3], // 2d20+3 => true
- operator = match[4], // 2d20+3 => "+"
- t... | try to pass n transforms
modifying parse to pass along more than one transform | troygoode_node-roll | train |
5a19b8a8ecf301293013d14d6a3c64b13578ed61 | diff --git a/socialregistration/models.py b/socialregistration/models.py
index <HASH>..<HASH> 100644
--- a/socialregistration/models.py
+++ b/socialregistration/models.py
@@ -2,16 +2,20 @@ from django.db import models
from django.contrib.auth import authenticate
from django.contrib.auth.models import User
-from dja... | Fixed #<I>: made unicode work even before saving | flashingpumpkin_django-socialregistration | train |
f1da49dbd714149fdb315ae3ca3df4b01780afba | diff --git a/lib/github_api/authorization.rb b/lib/github_api/authorization.rb
index <HASH>..<HASH> 100644
--- a/lib/github_api/authorization.rb
+++ b/lib/github_api/authorization.rb
@@ -3,8 +3,6 @@
module Github
module Authorization
- attr_accessor :scopes
-
# Setup OAuth2 instance
def client
... | Fix issue with scopes listing and close issue #<I> | piotrmurach_github | train |
3718e462c3a7528a576360e2c64dd76a8abefcfe | diff --git a/web/ui/src/Services/ServiceDetailsController.js b/web/ui/src/Services/ServiceDetailsController.js
index <HASH>..<HASH> 100644
--- a/web/ui/src/Services/ServiceDetailsController.js
+++ b/web/ui/src/Services/ServiceDetailsController.js
@@ -295,7 +295,8 @@
} else if(publicEndpoint.type === "port"... | Modified CC to always create urls for port public endpoints on http, as instructed by Ian | control-center_serviced | train |
e1c07ec9df111b65fd48c875781e91c1eccf4d46 | diff --git a/src/components/datepicker/dateUtil.js b/src/components/datepicker/dateUtil.js
index <HASH>..<HASH> 100644
--- a/src/components/datepicker/dateUtil.js
+++ b/src/components/datepicker/dateUtil.js
@@ -204,8 +204,9 @@
* Creates a date with the time set to midnight.
* Drop-in replacement for two for... | fix(datepicker): change mdDateUtil.isDateWithinRange to ignore the time component of the date
Previously, mdDateUtil.isDateWithinRange did a simple comparison on the given dates. Since this
component is used for dates (and not times or datetimes), this leads to inconsistent behavior.
Fixes #<I>
Closes #<I> | angular_material | train |
5c8744fa3252c57865a5cc5c57cc733b78d10286 | diff --git a/Util/AbstractCollection.php b/Util/AbstractCollection.php
index <HASH>..<HASH> 100644
--- a/Util/AbstractCollection.php
+++ b/Util/AbstractCollection.php
@@ -53,6 +53,14 @@ abstract class AbstractCollection implements EntityCollectionInterface
}
/**
+ * @return array
+ */
+ public fu... | added toArray() to AbstractCollection | domaincoder_code-metamodel-php | train |
6b624eb6e15cd93c665dd1a8e850017ced1c21fa | diff --git a/mint.py b/mint.py
index <HASH>..<HASH> 100644
--- a/mint.py
+++ b/mint.py
@@ -287,7 +287,6 @@ def unescape(obj):
from functools import partial
-_selfclosed = ['link', 'input', 'br', 'hr', 'img', 'meta']
class AstWrapper(object):
@@ -1183,30 +1182,32 @@ class Template(object):
def tostring(... | html insted of xml output in tostring() method | riffm_mint | train |
4e054caa5471047f78a19c5f60c0a95fc25b756b | diff --git a/domt.js b/domt.js
index <HASH>..<HASH> 100644
--- a/domt.js
+++ b/domt.js
@@ -142,9 +142,8 @@ function iterate(obj, fun) {
len = obj.length;
for (i=0; i < len; i++) fun(i, obj[i]);
} else if (obj.length !== undefined && typeof obj.item == "function") {
- obj = Array.prototype.slice.call(obj, 0);
... | Iterate over List by calling item() | kapouer_domt | train |
eeead125de3287c61e6f1e954a6391dd4b5082d1 | diff --git a/activejdbc-instrumentation/src/main/java/org/javalite/instrumentation/InstrumentationModelFinder.java b/activejdbc-instrumentation/src/main/java/org/javalite/instrumentation/InstrumentationModelFinder.java
index <HASH>..<HASH> 100644
--- a/activejdbc-instrumentation/src/main/java/org/javalite/instrumentati... | change according to the latest cimments in <I> | javalite_activejdbc | train |
8993a75c522931f6110c1f4454f496cdab98ec8b | diff --git a/lib/views/widgets/pagination/PaginationWidget.php b/lib/views/widgets/pagination/PaginationWidget.php
index <HASH>..<HASH> 100644
--- a/lib/views/widgets/pagination/PaginationWidget.php
+++ b/lib/views/widgets/pagination/PaginationWidget.php
@@ -41,30 +41,48 @@ class PaginationWidget extends Widget
pr... | Fixed quriks in pagination. New API | ntentan_ntentan | train |
70e87971fa8a9d33881fa4d19a01b5a7f6c1a173 | diff --git a/src/lexer.js b/src/lexer.js
index <HASH>..<HASH> 100644
--- a/src/lexer.js
+++ b/src/lexer.js
@@ -123,7 +123,8 @@ Tokenizer.prototype.nextToken = function() {
}
return token(TOKEN_BLOCK_END, tok, lineno, colno);
}
- else if((tok = this._extractString(this.tags.VARI... | Add dashed var tag support in lexer | mozilla_nunjucks | train |
1eedd0a693f1f8c9f6b77cc0bf4bc85a05a4c330 | diff --git a/src/python/grpcio/commands.py b/src/python/grpcio/commands.py
index <HASH>..<HASH> 100644
--- a/src/python/grpcio/commands.py
+++ b/src/python/grpcio/commands.py
@@ -217,15 +217,19 @@ class BuildExt(build_ext.build_ext):
"""Test if default compiler is okay with specifying c++ version
... | Add extra safe guard to prevent this function misbehave again | grpc_grpc | train |
7c2f2557243128c6ddaabbd53e100faa09e1c035 | diff --git a/tests/test_bugsy.py b/tests/test_bugsy.py
index <HASH>..<HASH> 100644
--- a/tests/test_bugsy.py
+++ b/tests/test_bugsy.py
@@ -35,7 +35,7 @@ def test_we_cant_post_without_a_username_or_password():
@responses.activate
def test_we_get_a_login_exception_when_details_are_wrong():
responses.add(responses.... | Use correct response HTTP code for Bugzilla error handling tests
Bugzilla does not return HTTP <I> if there was an error, so the tests
have been updated to more accurately reflect the real response. This is
important since if additional handling is added in the future to handle
the HTTP <I> case (where the response is... | AutomatedTester_Bugsy | train |
2b8328598a7855e66053466cb75f205c9c3e71b4 | diff --git a/pilot/lib/pilot/tester_manager.rb b/pilot/lib/pilot/tester_manager.rb
index <HASH>..<HASH> 100644
--- a/pilot/lib/pilot/tester_manager.rb
+++ b/pilot/lib/pilot/tester_manager.rb
@@ -104,7 +104,8 @@ module Pilot
end
def find_app_tester(email: nil, app: nil)
- current_user = Spaceship::Membe... | Looking for a member by email doesn't work if we only have AppleId (#<I>)
* Looking for a member by email doesn't work if we only have AppleId
There is a very good chance this fixes #<I>
* Fix broken test
* Update tester_manager.rb
Update for David's comment | fastlane_fastlane | train |
fb2caa6f6bc8e61ea2efb28a59bdf42765ea3f94 | diff --git a/api/opentrons/deck_calibration/dc_main.py b/api/opentrons/deck_calibration/dc_main.py
index <HASH>..<HASH> 100644
--- a/api/opentrons/deck_calibration/dc_main.py
+++ b/api/opentrons/deck_calibration/dc_main.py
@@ -126,7 +126,7 @@ class CLITool:
"""
Increase the jog resolution without over... | API: default probe coordinate pulled from CAD (#<I>)
* changes default probe-center coordinate to values from machine assembly CAD
* turns on rail lights at beginning of deck calibration
* removes bug in dc-main when selecting step sizes | Opentrons_opentrons | train |
6f4d9989dd1b4d396aa8c37c9a9a7f240911d9b5 | diff --git a/activemodel/lib/active_model/attribute_methods.rb b/activemodel/lib/active_model/attribute_methods.rb
index <HASH>..<HASH> 100644
--- a/activemodel/lib/active_model/attribute_methods.rb
+++ b/activemodel/lib/active_model/attribute_methods.rb
@@ -98,7 +98,7 @@ module ActiveModel
def define_attr_metho... | method_defined?, define_method and send accepts a string as argument | rails_rails | train |
7ba4aca4217c047f050a9a315d49ef40baf242ed | diff --git a/Protocols/Http/Request.php b/Protocols/Http/Request.php
index <HASH>..<HASH> 100644
--- a/Protocols/Http/Request.php
+++ b/Protocols/Http/Request.php
@@ -464,7 +464,11 @@ class Request
$this->parseUploadFiles($http_post_boundary);
return;
}
- \parse_str($body_buffe... | Make Http Request supports application/json | walkor_Workerman | train |
d16c6cf3859f5a597046f6bc84eab2e468cb0cb7 | diff --git a/src/ace/Editor.js b/src/ace/Editor.js
index <HASH>..<HASH> 100644
--- a/src/ace/Editor.js
+++ b/src/ace/Editor.js
@@ -621,9 +621,9 @@ var Editor = function(renderer, doc) {
};
};
- this.onCompositionStart = function() {
+ this.onCompositionStart = function(text) {
this.render... | don't show a space character while composing a character | joewalker_gcli | train |
84593218417c5ab1a5897f86a3d99452cac5302a | diff --git a/bundles/org.eclipse.orion.client.editor/web/orion/editor/contentAssist.js b/bundles/org.eclipse.orion.client.editor/web/orion/editor/contentAssist.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.editor/web/orion/editor/contentAssist.js
+++ b/bundles/org.eclipse.orion.client.editor/web... | Fix: content assist providers are called too many times | eclipse_orion.client | train |
895678d4504a42cc2c6ea1426ec91a6e6fe934dd | diff --git a/lorne.go b/lorne.go
index <HASH>..<HASH> 100644
--- a/lorne.go
+++ b/lorne.go
@@ -177,6 +177,7 @@ type jobProcessor struct {
CreateContainer(*docker.Config) (*docker.Container, error)
PullImage(docker.PullImageOptions, io.Writer) error
StartContainer(string, *docker.HostConfig) error
+ InspectCon... | host: Add volume data to ActiveJob | flynn_flynn | train |
50ad0a319014e7c4bd5aa5fabd9e6137ace13c64 | diff --git a/lib/feed2email/http_fetcher.rb b/lib/feed2email/http_fetcher.rb
index <HASH>..<HASH> 100644
--- a/lib/feed2email/http_fetcher.rb
+++ b/lib/feed2email/http_fetcher.rb
@@ -19,6 +19,7 @@ module Feed2Email
LOCATION_REGEX = %r{\Ahttps?://}
MAX_REDIRECTS = 3
REDIRECT_CODES = [301, 302, 303, 307]
... | List supported HTTP method classes
And throw an exception with #fetch if method is unsupported. | agorf_feed2email | train |
1a7b20ff166740ae69694dc283bd4fa9cd069871 | diff --git a/root_pandas/readwrite.py b/root_pandas/readwrite.py
index <HASH>..<HASH> 100644
--- a/root_pandas/readwrite.py
+++ b/root_pandas/readwrite.py
@@ -27,27 +27,57 @@ __all__ = [
NOEXPAND_PREFIX = 'noexpand:'
-def expand_braces(orig):
- r = r'.*?(\{.+[^\\]\})'
- p = re.compile(r)
-
- s = orig[:]
-... | Fix recursive brace expansion and enable test case
The solution is a copy from
<URL> | scikit-hep_root_pandas | train |
71dc83e0b5afc8cfeaff90373feb03aeb009865c | diff --git a/lib/mapi.js b/lib/mapi.js
index <HASH>..<HASH> 100644
--- a/lib/mapi.js
+++ b/lib/mapi.js
@@ -1105,34 +1105,23 @@ MAPI.prototype.createNic = function createNic(mac_address,
return this._post(path, options, '', callback);
};
-////----- TODO: These aren't used by cloudAPI, so @mcavage didn't
-// port th... | MON-<I>: move Amon to node <I> and restify 1.x (restore MAPI.listServers)
Amon's test/prep.js uses this to setup COAL for testing. | joyent_node-sdc-clients | train |
fdbd087c676b3824b4d3f839da61c58df670bef1 | diff --git a/examples/other/qt_embed.py b/examples/other/qt_embed.py
index <HASH>..<HASH> 100644
--- a/examples/other/qt_embed.py
+++ b/examples/other/qt_embed.py
@@ -1,5 +1,5 @@
"""
-A sort of minimal example of how to embed a rendering window
+A sort of minimal example of how to embed a rendering window
into a qt ... | Removed trailing spaces in examples/other/qt_embed.py | marcomusy_vtkplotter | train |
1173025b13195703918d491f1ed78e47c4cb7060 | diff --git a/edalize/veriblelint.py b/edalize/veriblelint.py
index <HASH>..<HASH> 100644
--- a/edalize/veriblelint.py
+++ b/edalize/veriblelint.py
@@ -19,6 +19,9 @@ class Veriblelint(Edatool):
{'name': 'ruleset',
'type': 'String',
'desc': '... | veriblelint: add possibility to pass rules_config | olofk_edalize | train |
4fa7b6a095167249eb0880dfc213c3b891af3ae2 | diff --git a/gdbgui/backend.py b/gdbgui/backend.py
index <HASH>..<HASH> 100755
--- a/gdbgui/backend.py
+++ b/gdbgui/backend.py
@@ -57,6 +57,7 @@ app = Flask(__name__, template_folder=TEMPLATE_DIR, static_folder=STATIC_DIR)
app.jinja_env.add_extension('pypugjs.ext.jinja.PyPugJSExtension')
app.config['initial_binary_an... | Support -x option for gdb. (#<I>)
add -x command line flag to specify file with gdb commands | cs01_gdbgui | train |
a6b2eca6134898b7e5fc18795c8ea870d9ee354a | diff --git a/command/state_push.go b/command/state_push.go
index <HASH>..<HASH> 100644
--- a/command/state_push.go
+++ b/command/state_push.go
@@ -2,6 +2,7 @@ package command
import (
"fmt"
+ "io"
"os"
"strings"
@@ -31,14 +32,28 @@ func (c *StatePushCommand) Run(args []string) int {
return 1
}
+ // De... | command/state-push: support pushing from stdin | hashicorp_terraform | train |
a8f53159d06405e8e7a0fbe5dcee784a67f9007d | diff --git a/src/functions.php b/src/functions.php
index <HASH>..<HASH> 100644
--- a/src/functions.php
+++ b/src/functions.php
@@ -16,6 +16,11 @@ function phore_file(string $filename) : \Phore\FileSystem\PhoreFile
return new \Phore\FileSystem\PhoreFile($filename);
}
+function phore_tempfile() : \Phore\FileSyste... | added phore_tempfile() | phore_phore-filesystem | train |
493b1dee2bf0aeea3bdcd373514a3c6220ad1678 | diff --git a/nodeshot/contrib/hardware/models.py b/nodeshot/contrib/hardware/models.py
index <HASH>..<HASH> 100755
--- a/nodeshot/contrib/hardware/models.py
+++ b/nodeshot/contrib/hardware/models.py
@@ -177,12 +177,21 @@ class Antenna(BaseDate):
azimuth = models.FloatField(_('azimuth'), blank=True, null=True)
... | added lat and lng fields on antenna
the values will be inherited from the node, but can be changed in case the antennas are located in different points of the roofs. | ninuxorg_nodeshot | train |
6840cdbb76fb8ca47ed2da863b178a1ce4f0514a | diff --git a/lib/commands.js b/lib/commands.js
index <HASH>..<HASH> 100644
--- a/lib/commands.js
+++ b/lib/commands.js
@@ -33,9 +33,14 @@ exports.identify = [
mw.amRegistered,
function(next, nick, password) {
- this.options.store.identify(nick, password, function(err) {
- var msg = err ? errors.wrongPas... | check properly for err in identify command | fent_nickie | train |
327fde43e13068187ae69feb83afeaa9fcdc4bdf | diff --git a/test/autoPagination.spec.js b/test/autoPagination.spec.js
index <HASH>..<HASH> 100644
--- a/test/autoPagination.spec.js
+++ b/test/autoPagination.spec.js
@@ -47,9 +47,10 @@ describe('auto pagination', function() {
var customerIds = [];
function onCustomer(customer, next) {
cust... | Tests check that iteration does not occur after you break | stripe_stripe-node | train |
dfba028db4932d0cb21fb532abff78609a6291ba | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -29,8 +29,6 @@ class PyTest(TestCommand):
def finalize_options(self):
TestCommand.finalize_options(self)
- self.test_args = []
- self.test_suite = True
def run_tests(self):
# impor... | Remove buggy pytest lines in setup.py
For some reason, these cause errors when I run make test locally
and on Travis | data-8_datascience | train |
165c68602cf4a0d87160707f8b936687b2258642 | diff --git a/lib/kafka/async_producer.rb b/lib/kafka/async_producer.rb
index <HASH>..<HASH> 100644
--- a/lib/kafka/async_producer.rb
+++ b/lib/kafka/async_producer.rb
@@ -153,11 +153,11 @@ module Kafka
end
def buffer_overflow(topic)
- @instrumenter.instrument("buffer_overflow.producer", {
+ @instr... | Instrument the async produce errors separately | zendesk_ruby-kafka | train |
7c547e47f68212c7010d3f2fbb79b5e4ebb6f021 | diff --git a/views/boom/editor/footer.php b/views/boom/editor/footer.php
index <HASH>..<HASH> 100644
--- a/views/boom/editor/footer.php
+++ b/views/boom/editor/footer.php
@@ -37,7 +37,7 @@
<?
if (isset( $page )):
echo "id: $page->id,";
- echo "vid: ", $page->id;
+ echo "vid: ", $page->versio... | Set page version ID in javascript | boomcms_boom-core | train |
b73c0b9eccfd76aac5abc51feb86984201526428 | diff --git a/Gemfile.lock b/Gemfile.lock
index <HASH>..<HASH> 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- testbot (0.7.1)
+ testbot (0.7.2)
acts_as_rails3_generator
daemons (>= 1.0.10)
httparty (>= 0.6.1)
diff --git a/lib/runner/job.rb b/lib/run... | Don't stop the runner when job result update fails to post. | joakimk_testbot | train |
e3292eb5bb638a4ebe4c875f1a7ff60389bc23bd | diff --git a/src/Charcoal/Ui/Form/FormTrait.php b/src/Charcoal/Ui/Form/FormTrait.php
index <HASH>..<HASH> 100644
--- a/src/Charcoal/Ui/Form/FormTrait.php
+++ b/src/Charcoal/Ui/Form/FormTrait.php
@@ -469,6 +469,39 @@ trait FormTrait
}
}
+ if ($group->rawConditionalLogic()) {
+ ... | Add ConditionalLogic related improvements to FormTrait and FormGroupTrait :
FormGroupTrait :right_arrow: Add a rawConditionalLogic and a conditionalUnmet flag.
FormTrait :right_arrow: Parse condition logic if applicable when finalizing form groups | locomotivemtl_charcoal-ui | train |
cf76b5b0ac26a5cfedc7abd256f4554182649fe2 | diff --git a/java/src/com/google/template/soy/shared/internal/SharedRuntime.java b/java/src/com/google/template/soy/shared/internal/SharedRuntime.java
index <HASH>..<HASH> 100644
--- a/java/src/com/google/template/soy/shared/internal/SharedRuntime.java
+++ b/java/src/com/google/template/soy/shared/internal/SharedRuntim... | Change Tofu's plus operator to fall back to string concat if both arguments are
not numbers.
-------------
Created by MOE: <URL> | google_closure-templates | train |
a13343800a99f9a5a891f10886fa3e8896bf6f54 | diff --git a/script/upload-node-headers.py b/script/upload-node-headers.py
index <HASH>..<HASH> 100755
--- a/script/upload-node-headers.py
+++ b/script/upload-node-headers.py
@@ -112,7 +112,7 @@ def upload_node(bucket, access_key, secret_key, version):
if TARGET_PLATFORM == 'win32':
# Copy atom.lib to node.lib
... | win: Generate node.lib from node.dll | electron_electron | train |
b0c87d0a8b1792f0761f54ddb3967f5f06fa9bdf | diff --git a/plugin.js b/plugin.js
index <HASH>..<HASH> 100644
--- a/plugin.js
+++ b/plugin.js
@@ -40,6 +40,7 @@ const globals = new Set([
'requestAnimationFrame',
'_WORKLET',
'arguments',
+ 'Boolean',
'Map',
'Set',
'_log', | Update plugin.js (#<I>) | kmagiera_react-native-reanimated | train |
f3c7ecc5a53f7a7047e0747ac5d4e4c634b2cc53 | diff --git a/templates/default/fulldoc/html/setup.rb b/templates/default/fulldoc/html/setup.rb
index <HASH>..<HASH> 100644
--- a/templates/default/fulldoc/html/setup.rb
+++ b/templates/default/fulldoc/html/setup.rb
@@ -82,6 +82,7 @@ def generate_method_list
end
def generate_class_list
+ @items = options[:objects]
... | Fix hiding of @private classes in unresolved namespaces to use @items instead of objects directly | lsegal_yard | train |
5563e08d00ad7ed98e9dce2fdd469be178cd7f51 | diff --git a/src/zoomable-circles-demo.js b/src/zoomable-circles-demo.js
index <HASH>..<HASH> 100644
--- a/src/zoomable-circles-demo.js
+++ b/src/zoomable-circles-demo.js
@@ -1,14 +1,28 @@
jQuery(document).ready(function($) {
+ // initialize the clipboard on button copybtn
new Clipboard('#copybtn');
-
v... | update to load all examples from data/list.json | leocornus_leocornus-visualdata | train |
0a96b22b3cfadc5b1387ca4e1a053c2df9722ea7 | diff --git a/src/pandas_profiling/profile_report.py b/src/pandas_profiling/profile_report.py
index <HASH>..<HASH> 100644
--- a/src/pandas_profiling/profile_report.py
+++ b/src/pandas_profiling/profile_report.py
@@ -332,6 +332,9 @@ class ProfileReport(SerializeReport, object):
if isinstance(o, pd.Series... | profile_report: use to_json() to encode pd.DataFrame to json
ProfileReport.to_json() exports some data using Pandas DataFrame and
without this fix they are encoded using str(), which doesn't give the
whole data. | pandas-profiling_pandas-profiling | train |
d7f7297bb5fd9932731aee650f135e15885c053e | diff --git a/lib/loader/vertica/vertica_loader.rb b/lib/loader/vertica/vertica_loader.rb
index <HASH>..<HASH> 100644
--- a/lib/loader/vertica/vertica_loader.rb
+++ b/lib/loader/vertica/vertica_loader.rb
@@ -157,16 +157,7 @@ module Myreplicator
Kernel.p "===== COPY TO TEMP TABLE #{temp_table} ====="
... | Adding support for unique keys, muti-column primary key | Raybeam_myreplicator | train |
534f22b065e9c03d027faa38e8e4d8ed76c87bd1 | diff --git a/httpcache4j-core/src/main/java/org/codehaus/httpcache4j/cache/HTTPCache.java b/httpcache4j-core/src/main/java/org/codehaus/httpcache4j/cache/HTTPCache.java
index <HASH>..<HASH> 100644
--- a/httpcache4j-core/src/main/java/org/codehaus/httpcache4j/cache/HTTPCache.java
+++ b/httpcache4j-core/src/main/java/org... | HTCJ-<I>
- If we catch a HTTPException we rethrow it after invalidating the cached item.
- Remove use of weird status
git-svn-id: file:///home/projects/httpcache4j/tmp/scm-svn-tmp/trunk@<I> aeef7db8-<I>a-<I>-b<I>-bac<I>ff<I>f6 | httpcache4j_httpcache4j | train |
b3f99eb73e1476e7d3e57a0d97cd5f2d9e8d8026 | diff --git a/cfg/dev.js b/cfg/dev.js
index <HASH>..<HASH> 100644
--- a/cfg/dev.js
+++ b/cfg/dev.js
@@ -7,7 +7,7 @@ var baseConfig = require('./base');
// Add needed plugins here
var BowerWebpackPlugin = require('bower-webpack-plugin');
-var config = _.merge({
+var config = _.merge(baseConfig, {
entry: [
'we... | Fix override order for base.js and dev.js / dist.js | react-webpack-generators_react-webpack-template | train |
5501ffca4dd84e5a0beecea7958a7d9b47151a9b | diff --git a/presto-hive/src/main/java/com/facebook/presto/hive/HiveWriteUtils.java b/presto-hive/src/main/java/com/facebook/presto/hive/HiveWriteUtils.java
index <HASH>..<HASH> 100644
--- a/presto-hive/src/main/java/com/facebook/presto/hive/HiveWriteUtils.java
+++ b/presto-hive/src/main/java/com/facebook/presto/hive/H... | Use relative temporary directory for ViewFileSystem | prestodb_presto | train |
5e35d710eea092c5a78d6468433eaded425c0ce2 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -13,6 +13,12 @@ var log = ((typeof console !== 'undefined') && (typeof console.log === 'function
var utils = require('./utils');
var mainQueue = new TaskQueue();
+function parseViewName(name) {
+ // can be either 'ddocnam... | (#<I>) - view names without slashes | nolanlawson_pouchdb-mapreduce-no-ddocs | train |
2ac8bcb7c8fe80fd622644264a90ecfc04363e5f | diff --git a/libraries/lithium/data/source/MongoDb.php b/libraries/lithium/data/source/MongoDb.php
index <HASH>..<HASH> 100644
--- a/libraries/lithium/data/source/MongoDb.php
+++ b/libraries/lithium/data/source/MongoDb.php
@@ -39,6 +39,20 @@ use \lithium\util\Inflector;
class MongoDb extends \lithium\data\Source {
... | Adding missing class attribute definitions to Mongo source. | UnionOfRAD_framework | train |
8c3245a0fb8f457f6a5e9e38cb37c58a02aa9d55 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -54,8 +54,8 @@ setuptools.setup(
'prefixcommons',
'marshmallow==3.0.0b3',
'scipy',
- 'pandas',
- 'click',
+ 'pandas==0.24.2',
+ 'click==7.0',
'yamldown',
... | updating setup.py with more set versions | biolink_ontobio | train |
5ad2a83925e96207050c039b52a770616bf273c4 | diff --git a/src/main/java/org/robolectric/shadows/ShadowActivity.java b/src/main/java/org/robolectric/shadows/ShadowActivity.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/robolectric/shadows/ShadowActivity.java
+++ b/src/main/java/org/robolectric/shadows/ShadowActivity.java
@@ -20,21 +20,23 @@ import androi... | Set mApplication and mWindowManager fields in Activities that are instantiated directly, so more things still work. | robolectric_robolectric | train |
c7e23873255ad3b24b7e459c0845e0af4d36b5a2 | diff --git a/src/client/app.js b/src/client/app.js
index <HASH>..<HASH> 100644
--- a/src/client/app.js
+++ b/src/client/app.js
@@ -773,7 +773,7 @@ function renderLibrary() {
divDom.setAttribute('id', artistId(artist.key));
divDom.setAttribute('data-key', artist.key);
var spanDom = divDom.children[1... | client: use textContent instead of innerText
Fixes UI for Firefox | andrewrk_groovebasin | train |
b43d34af8dde559dc7d63b5d6be2c6f4f48cdd2d | diff --git a/MSFileToolbox/src/umich/ms/fileio/filetypes/mzml/MZMLRunHeaderParser.java b/MSFileToolbox/src/umich/ms/fileio/filetypes/mzml/MZMLRunHeaderParser.java
index <HASH>..<HASH> 100644
--- a/MSFileToolbox/src/umich/ms/fileio/filetypes/mzml/MZMLRunHeaderParser.java
+++ b/MSFileToolbox/src/umich/ms/fileio/filetypes... | Changing how header is read in mzML | chhh_MSFTBX | train |
7ba852877cd655d011c00b7e59d07b5cd68bc66e | diff --git a/cli/README.md b/cli/README.md
index <HASH>..<HASH> 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -89,11 +89,13 @@ This example shows the current defaults. To change them, you need to remove the
# 'allow_anonymous' issues new accounts to users without an auth provider
# 'allow_unauthenticated' allows... | Fix JSON fetch issue (#<I>). (#<I>)
* Fix JSON fetch issue (#<I>).
* Add "Access-Control-Allow-Origin" header.
* Add "Access-Control-Allow-Origin" header as a config option.
* Added command line argument --access-control-allow-origin. | rethinkdb_horizon | train |
29579f68b5f0f7e19703eb3e43c21cef39b6b460 | diff --git a/spec/simctl/device_interaction_spec.rb b/spec/simctl/device_interaction_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/simctl/device_interaction_spec.rb
+++ b/spec/simctl/device_interaction_spec.rb
@@ -197,6 +197,11 @@ RSpec.describe SimCtl, order: :defined do
@device.status_bar.clear
end
... | Expect status_bar commands to raise error | plu_simctl | train |
00c45816f3b4f7816a0540f4e7fe4019760fe429 | diff --git a/src/Decorator/AbstractDecoratedAsset.php b/src/Decorator/AbstractDecoratedAsset.php
index <HASH>..<HASH> 100644
--- a/src/Decorator/AbstractDecoratedAsset.php
+++ b/src/Decorator/AbstractDecoratedAsset.php
@@ -13,7 +13,7 @@ abstract class AbstractDecoratedAsset implements AssetInterface
/**
* @v... | give decorated asset instance variable in asset decorator class protected visibility | usemarkup_contentful | train |
fbef187db35e029de9f5a384008a1f686f359d4f | diff --git a/fusesoc/simulator/verilator.py b/fusesoc/simulator/verilator.py
index <HASH>..<HASH> 100644
--- a/fusesoc/simulator/verilator.py
+++ b/fusesoc/simulator/verilator.py
@@ -1,5 +1,6 @@
import os
import shutil
+import subprocess
from fusesoc import utils
from .simulator import Simulator
@@ -30,10 +31,6 @... | verilator: handle VERILATOR_ROOT correctly
If you want to run Verilator from the kit directory,
VERILATOR_ROOT need to point to the Verilator source directory.
If you have installed Verilator globaly, using the normal
system paths (with unset VERILATOR_ROOT && ./configure)
you don't have anything to do (just to make ... | olofk_fusesoc | train |
5f010458feda99fbf1ee9c2a5a88795753623193 | diff --git a/lib/run.js b/lib/run.js
index <HASH>..<HASH> 100644
--- a/lib/run.js
+++ b/lib/run.js
@@ -76,7 +76,7 @@ function runTests (outputDir, version) {
})
.catch(function (err) {
logger.error('[%s] %s', version, err.message)
- return Promise.resolve({version, returnCode: err.code})
+ re... | Add unexpected failure runTest test case | jcollado_multitest | train |
663bd18ca6094ada6ba7fd9a6de9da5a19ef8803 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -2,19 +2,22 @@
module.exports = function (grunt) {
"use strict";
- var sourceFiles = [
- "lib/capstone.js", // capstone.js must be listed first or docs fail
- "lib/arm.js",
- "li... | Grunt: Auto generate source files list with correct sorting for docs | parasyte_node-capstone | train |
9fa324504bb1a9a06c95cbfec32d3846ca43babf | diff --git a/src/ossos/core/ossos/gui/views/validation.py b/src/ossos/core/ossos/gui/views/validation.py
index <HASH>..<HASH> 100644
--- a/src/ossos/core/ossos/gui/views/validation.py
+++ b/src/ossos/core/ossos/gui/views/validation.py
@@ -130,9 +130,6 @@ class SourceValidationDialog(wx.Dialog):
self.comment_la... | added a catch for weird circumstance of a non-error phot having a non-float value? | OSSOS_MOP | train |
98a18c726a117e0a9c7f75be99fbb45afb9878b6 | diff --git a/dist/dev-build-index.php b/dist/dev-build-index.php
index <HASH>..<HASH> 100644
--- a/dist/dev-build-index.php
+++ b/dist/dev-build-index.php
@@ -1,12 +1,48 @@
-<?php
+<?php /** @noinspection PhpLanguageLevelInspection */
+declare(strict_types=1);
+/**
+ * @file
+ * This is the index.php script for automat... | Update index.php with a source link | platformsh_platformsh-cli | train |
4ed3fd2a64cafeeb976a91b4d667bdb50d249606 | diff --git a/lib/premailer/rails/css_loaders/asset_pipeline_loader.rb b/lib/premailer/rails/css_loaders/asset_pipeline_loader.rb
index <HASH>..<HASH> 100644
--- a/lib/premailer/rails/css_loaders/asset_pipeline_loader.rb
+++ b/lib/premailer/rails/css_loaders/asset_pipeline_loader.rb
@@ -13,11 +13,11 @@ class Premailer
... | Remove trailing slashes from relative_url_root
Rails.configuration.relative_url_root can be set to `/` and the prefix
cleanup will fail because because the prefix is now `//assets` instead
of `/assets` | fphilipe_premailer-rails | train |
903785ecad1757643419cfb67094e529deb85df5 | diff --git a/elytron/src/main/java/org/wildfly/extension/elytron/CertificateAuthorityAccountDefinition.java b/elytron/src/main/java/org/wildfly/extension/elytron/CertificateAuthorityAccountDefinition.java
index <HASH>..<HASH> 100644
--- a/elytron/src/main/java/org/wildfly/extension/elytron/CertificateAuthorityAccountDe... | [WFCORE-<I>] Fix the staging URL for the Let's Encrypt certificate-authority | wildfly_wildfly-core | train |
d85faefe95dffa52d2ea31553fcfacc254791631 | diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/OtfMessageDecoder.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/OtfMessageDecoder.java
index <HASH>..<HASH> 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/OtfMessageDecoder.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/OtfM... | [Java] Check if the repeating group or var data is present in the acting version when doing OTF decoding. Issue #<I>. | real-logic_simple-binary-encoding | train |
7fa6a75434716f9b6f4baafaf2fbb18e9488c064 | diff --git a/lib/t/cli.rb b/lib/t/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/t/cli.rb
+++ b/lib/t/cli.rb
@@ -796,18 +796,20 @@ module T
method_option 'unsorted', aliases: '-u', type: :boolean, desc: 'Output is not sorted.'
def trend_locations
places = client.trend_locations
- places = case optio... | Favor a normal conditional over a modifier clause in a multiline statement | sferik_t | train |
a9649cc0597b341d2fa6f7c25188935305c6b43d | diff --git a/spec/sorted_sets_spec.rb b/spec/sorted_sets_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/sorted_sets_spec.rb
+++ b/spec/sorted_sets_spec.rb
@@ -27,11 +27,11 @@ module FakeRedis
end
it "should error with wrong number of arguments when adding members" do
- -> { @client.zadd("key") }.should... | Switch back to <I>-compatible syntax | guilleiguaran_fakeredis | train |
a9aec3e8fec8e6ab2339fee462dca06bdac9371d | diff --git a/src/DatabaseDriver.php b/src/DatabaseDriver.php
index <HASH>..<HASH> 100644
--- a/src/DatabaseDriver.php
+++ b/src/DatabaseDriver.php
@@ -1885,4 +1885,15 @@ abstract class DatabaseDriver implements DatabaseInterface, Log\LoggerAwareInter
* @throws \RuntimeException
*/
public abstract function unlo... | add to base class
method added to base class | joomla-framework_database | train |
d93201cae24bc2266837e59bcd19c7614ce759e8 | diff --git a/controllers/socket/handler/lobby.go b/controllers/socket/handler/lobby.go
index <HASH>..<HASH> 100644
--- a/controllers/socket/handler/lobby.go
+++ b/controllers/socket/handler/lobby.go
@@ -785,3 +785,49 @@ func (Lobby) LobbySetRequirement(so *wsevent.Client, args struct {
return emptySuccess
}
+
+fun... | Add LobbyRemove(Twitch|Steam)Restriction | TF2Stadium_Helen | train |
3227d216904487fa491a63ec97e08d4e7630fbf6 | diff --git a/easy-batch-jdbc/src/main/java/org/jeasy/batch/jdbc/BeanPropertiesPreparedStatementProvider.java b/easy-batch-jdbc/src/main/java/org/jeasy/batch/jdbc/BeanPropertiesPreparedStatementProvider.java
index <HASH>..<HASH> 100644
--- a/easy-batch-jdbc/src/main/java/org/jeasy/batch/jdbc/BeanPropertiesPreparedStatem... | Add note about the expected record payload | j-easy_easy-batch | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.