hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
24bda8e1f832409580f5bc05c4f527a1b4dcebf4 | diff --git a/src/backend/FileSystemBuffer.js b/src/backend/FileSystemBuffer.js
index <HASH>..<HASH> 100644
--- a/src/backend/FileSystemBuffer.js
+++ b/src/backend/FileSystemBuffer.js
@@ -21,13 +21,11 @@ class FileSystemBuffer {
readFile (filePath, mimeType) {
return new Promise((resolve, reject) => {
if ... | Increase coverage for FileSystemBuffer.js; change some error messages | stencila_node | train |
249c10c883f3f97e6b2b9adf0d975a730826db39 | diff --git a/client/js/util.js b/client/js/util.js
index <HASH>..<HASH> 100644
--- a/client/js/util.js
+++ b/client/js/util.js
@@ -464,7 +464,7 @@ var qq = function(element) {
return navigator.vendor !== undefined && navigator.vendor.indexOf("Opera") !== -1;
};
qq.firefox = function(){
- retu... | fix($utils): Firefox user-agent detector
Fix the `qq.firefox()` detector function from returning `true` for IE<I>.
This was causing problems in the drag and drop module.
References: #<I>
Regression caused in: a<I>eded<I>ab1ba0a3a<I>b<I>ddf7e1 | FineUploader_fine-uploader | train |
6a4ac44d3c14667808ce2344c7c9acb85e7f0c97 | diff --git a/src/test/java/org/jongo/util/MongoResource.java b/src/test/java/org/jongo/util/MongoResource.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/jongo/util/MongoResource.java
+++ b/src/test/java/org/jongo/util/MongoResource.java
@@ -22,13 +22,11 @@ import com.mongodb.MongoClient;
import com.mongodb.W... | Start extract embedded mongodb based on username
This eases process to be started behind a firewall | bguerout_jongo | train |
4557b2fe37807cbd6ecd238a36ccff52152528a5 | diff --git a/languages/ruby.php b/languages/ruby.php
index <HASH>..<HASH> 100644
--- a/languages/ruby.php
+++ b/languages/ruby.php
@@ -79,17 +79,6 @@ class LuminousRubyScanner extends LuminousScanner {
/// each element is a tuple: (delimiter(str), identable?, interpolatable?)
private $heredocs = array();
- pri... | remove some old/redundant code from Ruby scanner | markwatkinson_luminous | train |
c8ea0c04cd98e4c96a4f8f4ace72561a05c5a7b9 | diff --git a/sos/plugins/yum.py b/sos/plugins/yum.py
index <HASH>..<HASH> 100644
--- a/sos/plugins/yum.py
+++ b/sos/plugins/yum.py
@@ -24,6 +24,7 @@ class Yum(Plugin, RedHatPlugin):
files = ('/etc/yum.conf',)
packages = ('yum',)
+ verify_packages = ('yum',)
option_list = [
("yumlist", "li... | [yum] move yum package verification to yum plugin | sosreport_sos | train |
3b822c190293ed9ec775163c7da752abfca08550 | diff --git a/lib/infrastructure/class-wp-rest-server.php b/lib/infrastructure/class-wp-rest-server.php
index <HASH>..<HASH> 100644
--- a/lib/infrastructure/class-wp-rest-server.php
+++ b/lib/infrastructure/class-wp-rest-server.php
@@ -168,7 +168,7 @@ class WP_REST_Server {
/**
* Instantiates the REST server.
*
... | Fix misspelling of since tag in `WP_Rest_Server` docs
s/sincd/since/ | WP-API_WP-API | train |
aecee21f64bbebd1d195d48b10b58c207be7da6f | diff --git a/lib/framework/rho/render.rb b/lib/framework/rho/render.rb
index <HASH>..<HASH> 100644
--- a/lib/framework/rho/render.rb
+++ b/lib/framework/rho/render.rb
@@ -236,37 +236,6 @@ module Rho
options = {} if options.nil? or !options.is_a?(Hash)
options = options.symbolize_keys
- localclass =... | allow use in partial custom helper and controller methods | rhomobile_rhodes | train |
30a59c62d8c5a75a77180685b658555f5d0f096e | diff --git a/www/src/py2js.js b/www/src/py2js.js
index <HASH>..<HASH> 100644
--- a/www/src/py2js.js
+++ b/www/src/py2js.js
@@ -846,8 +846,17 @@ var $AssignCtx = $B.parser.$AssignCtx = function(context){
case 'list_or_tuple':
left_items = left.tree
}
- if(left_items === null... | Optimise JS code for names bound to a literal integer | brython-dev_brython | train |
e67b487137de2a4757aa5f54ba58b78fb513de89 | diff --git a/lib/mongo/cursor.rb b/lib/mongo/cursor.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo/cursor.rb
+++ b/lib/mongo/cursor.rb
@@ -222,7 +222,7 @@ module Mongo
#
# @return [Array] List of flags to be set on the query message.
# @todo: add no_cursor_timeout option
- def flags(flags = [])
+ d... | minor: removing args to flags method | mongodb_mongo-ruby-driver | train |
74cd6a4062f1c228f4195276230907e799f0e211 | diff --git a/Controller/PostController.php b/Controller/PostController.php
index <HASH>..<HASH> 100644
--- a/Controller/PostController.php
+++ b/Controller/PostController.php
@@ -39,7 +39,7 @@ class PostController extends Controller
// Create a new post.
$post = new Post();
- $post->setStatus... | Modifications to the post type. | bkstg_notice-board-bundle | train |
744c755f4df54ea76d5738d0d580e3b033911aaf | diff --git a/cellbase-app/src/main/java/org/opencb/cellbase/app/transform/ClinVarParser.java b/cellbase-app/src/main/java/org/opencb/cellbase/app/transform/ClinVarParser.java
index <HASH>..<HASH> 100644
--- a/cellbase-app/src/main/java/org/opencb/cellbase/app/transform/ClinVarParser.java
+++ b/cellbase-app/src/main/jav... | develop: clinvar xml parser updated with the latest xsd <I> December <I> | opencb_cellbase | train |
18e9bfaa55c1463802b9833a46c7b28fbf83331d | diff --git a/lib/pdf/reader/standard_security_handler.rb b/lib/pdf/reader/standard_security_handler.rb
index <HASH>..<HASH> 100644
--- a/lib/pdf/reader/standard_security_handler.rb
+++ b/lib/pdf/reader/standard_security_handler.rb
@@ -146,7 +146,7 @@ class PDF::Reader
#initialize out for first iteration
... | Use RC4#encrypt here, not RC4#decrypt
The algorithms are the same so this has no impact on the outcome, but
the PDF specs says to use "rc4 encrypt" at this stage, and we'll avoid
future confusion if we stick to the spec.
Thanks to Gyuchang Jun for originally pointing this out [1].
[1] <URL> | yob_pdf-reader | train |
b248cfa09a9f91c4ab3e3445a8111a9e85bde45f | diff --git a/www/src/py2js.js b/www/src/py2js.js
index <HASH>..<HASH> 100644
--- a/www/src/py2js.js
+++ b/www/src/py2js.js
@@ -7835,7 +7835,7 @@ function brython(options){
}
}
- load_ext(ext_scripts)
+ $B._load_scripts(ext_scripts)
/* Uncomment to check the names added in global Javascr... | [tests] refs #<I> - Invoke the hook rather than internal function. Makes it replaceable | brython-dev_brython | train |
bc445d7595498d2accafc3d48db4d3d37e46e46f | diff --git a/pkg/server/helpers.go b/pkg/server/helpers.go
index <HASH>..<HASH> 100644
--- a/pkg/server/helpers.go
+++ b/pkg/server/helpers.go
@@ -275,7 +275,7 @@ func getUserFromImage(user string) (*int64, string) {
// ensureImageExists returns corresponding metadata of the image reference, if image is not
// pull... | Forward sandbox config to PullImage request | containerd_containerd | train |
039401ce30acdea67766346679e4c9346c2f7544 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "click-parser",
- "version": "2.2.1",
+ "version": "2.3.0",
"description": "Extract data from Ubuntu's click packages",
"main": "src/index.js",
"scripts": {
@@ -36,8 +36,7 ... | Removed dependecy on xml2json | bhdouglass_click-parser | train |
211d3261873ed000d786043528275232fe45c5bd | diff --git a/lib/poise_service/service_providers/dummy.rb b/lib/poise_service/service_providers/dummy.rb
index <HASH>..<HASH> 100644
--- a/lib/poise_service/service_providers/dummy.rb
+++ b/lib/poise_service/service_providers/dummy.rb
@@ -14,6 +14,8 @@
# limitations under the License.
#
+require 'shellwords'
+
req... | Use the same split logic from the upstart provider to avoid an extra sh -c process in the tree. | poise_poise-service | train |
b4c5e315e91b235733b2dd39370fa6533c5f3413 | diff --git a/test/input/func_noerror_model_fields.py b/test/input/func_noerror_model_fields.py
index <HASH>..<HASH> 100644
--- a/test/input/func_noerror_model_fields.py
+++ b/test/input/func_noerror_model_fields.py
@@ -2,7 +2,7 @@
Checks that Pylint does not complain about various
methods on Django model fields.
"""... | Last little compatability tweak; removing the __unicode__ for the model field test, it is not needed and makes it fiddly to have py2/3 use the same test | PyCQA_pylint-django | train |
12a2b6ab3178037c8521db06a46d00c3cb3fbaee | diff --git a/lib/mbtiles.js b/lib/mbtiles.js
index <HASH>..<HASH> 100644
--- a/lib/mbtiles.js
+++ b/lib/mbtiles.js
@@ -61,7 +61,7 @@ function MBTiles(uri, callback) {
var mbtiles = cache[key];
if (!mbtiles.open && !mbtiles.error) {
mbtiles.once('open', function(err, mbtiles) {
- delete cac... | Doh. Only delete from cache if there is an error. | mapbox_node-mbtiles | train |
54c282903e28cf75e3cdb2d6c1c318bb8b956f31 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,6 @@ meta = dict(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.6',
... | removed python <I> from classifiers #release-note | quantmind_ccy | train |
7086a4264ecfdb4995ac88ad5b0b0d80e7b25943 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,8 @@ with open('HISTORY.rst') as history_file:
requirements = [
'six>=1.10.0',
'inflect==0.2.5',
- 'graphene>=1.0.dev'
+ 'graphene>=1.0.dev',
+ 'iso8601'
]
test_requirements = [ | Added iso<I> as dependency | graphql-python_graphene-gae | train |
0e01700858f002989bdf2789571a0e87b762532b | diff --git a/lib/compiler/command.js b/lib/compiler/command.js
index <HASH>..<HASH> 100644
--- a/lib/compiler/command.js
+++ b/lib/compiler/command.js
@@ -20,9 +20,13 @@ exports.getOptions = function(argv) {
case '--cache':
options.cache = true;
break;
+ case '--cache-dir':
+ options.cacheDir = argv.splic... | issue #<I> - reviewed options | Sage_streamlinejs | train |
2717821dd66c3bca60c2e0c824d860d55911b19b | diff --git a/src/python/pants/backend/jvm/tasks/coverage/base.py b/src/python/pants/backend/jvm/tasks/coverage/base.py
index <HASH>..<HASH> 100644
--- a/src/python/pants/backend/jvm/tasks/coverage/base.py
+++ b/src/python/pants/backend/jvm/tasks/coverage/base.py
@@ -99,7 +99,8 @@ class Coverage(AbstractClass):
pas... | Small cleanups in the `JunitRun` codebase. (#<I>) | pantsbuild_pants | train |
c9168ce8a60c5c6c6cc8f3edca69104cebfe0d6b | diff --git a/test/test.php b/test/test.php
index <HASH>..<HASH> 100644
--- a/test/test.php
+++ b/test/test.php
@@ -203,8 +203,8 @@ $time = $mtime - $starttime;
</tbody>
</table>
- <h3><a name="results"><?php echo round($passed_percentage); ?>% passed!</a></h3>
- <p>We ran <?php echo $tests->total(); ?> tests in ... | Fine-tune the rounding calculations so that <I>% != <I>%. | simplepie_simplepie | train |
72452e9fce4c42dc843c1157c19c08d39e3996df | diff --git a/lib/middleware/karma.js b/lib/middleware/karma.js
index <HASH>..<HASH> 100644
--- a/lib/middleware/karma.js
+++ b/lib/middleware/karma.js
@@ -13,7 +13,13 @@
var path = require('path');
var util = require('util');
-var urlparse = require('url').parse;
+var url = require('url');
+
+var urlparse = functio... | fix: Wrap url.parse to always return an object for query property
Closes #<I> | karma-runner_karma | train |
c42325d393a9c1bd011ea01fe6537778398fe13d | diff --git a/isvcs/container.go b/isvcs/container.go
index <HASH>..<HASH> 100644
--- a/isvcs/container.go
+++ b/isvcs/container.go
@@ -895,7 +895,7 @@ func (svc *IService) setHealthStatus(result error, currentTime int64, healthChec
if healthStatus.Status != "passed" && healthStatus.Status != "unknown" {
log.Wi... | fixed the logging a bit so it is more indicative of the actual state of the system and made other optimizations. | control-center_serviced | train |
79504998e103eb35f40c92a605c37ca4cfacf14f | diff --git a/lib/trax/model/railtie.rb b/lib/trax/model/railtie.rb
index <HASH>..<HASH> 100644
--- a/lib/trax/model/railtie.rb
+++ b/lib/trax/model/railtie.rb
@@ -9,6 +9,7 @@ module Trax
end
super(subklass)
+ subklass::ActiveRecord_Relation.include(::Trax::Model::RelationMethods)
... | fix blowing up of AR relation, super then include | jasonayre_trax_model | train |
90c287542602af077541dab1ddac4914f608e7e7 | diff --git a/src/SEOTools/Contracts/TwitterCards.php b/src/SEOTools/Contracts/TwitterCards.php
index <HASH>..<HASH> 100644
--- a/src/SEOTools/Contracts/TwitterCards.php
+++ b/src/SEOTools/Contracts/TwitterCards.php
@@ -7,7 +7,7 @@ interface TwitterCards
/**
* @param array $defaults
*/
- public funct... | fix twittercard dependencies in construct for unit tests (#<I>) | artesaos_seotools | train |
d8cf49e1b8bffe8e4828ebf9e1dbe6ce8eb8bc86 | diff --git a/NavigationReactNative/sample/zoom/NavigationMotion.js b/NavigationReactNative/sample/zoom/NavigationMotion.js
index <HASH>..<HASH> 100644
--- a/NavigationReactNative/sample/zoom/NavigationMotion.js
+++ b/NavigationReactNative/sample/zoom/NavigationMotion.js
@@ -1,6 +1,6 @@
import { StateNavigator } from '... | Imported Motion in Shared Element Motion | grahammendick_navigation | train |
0e6f083b30a1fc0d6b86946256138825a3cba1d0 | diff --git a/lib/harvest/api/account.rb b/lib/harvest/api/account.rb
index <HASH>..<HASH> 100644
--- a/lib/harvest/api/account.rb
+++ b/lib/harvest/api/account.rb
@@ -1,8 +1,6 @@
module Harvest
module API
class Account < Base
- api_methods %w(rate_limit_status)
-
def rate_limit_status
... | Cleaning up the robust client a bit | zmoazeni_harvested | train |
4ce3818be5e291f38ebdccfdd36248aac95fa024 | diff --git a/python/ray/experimental/sgd/param_server.py b/python/ray/experimental/sgd/param_server.py
index <HASH>..<HASH> 100644
--- a/python/ray/experimental/sgd/param_server.py
+++ b/python/ray/experimental/sgd/param_server.py
@@ -67,6 +67,7 @@ class ParameterServer(object):
client = ray.worker.global_work... | Average aggregated gradients before put in plasma store (#<I>) | ray-project_ray | train |
9cb915bee5bfe11f62ffb37c0405656aae4574f2 | diff --git a/scanpy/preprocessing/_normalization.py b/scanpy/preprocessing/_normalization.py
index <HASH>..<HASH> 100644
--- a/scanpy/preprocessing/_normalization.py
+++ b/scanpy/preprocessing/_normalization.py
@@ -6,6 +6,11 @@ from anndata import AnnData
from scipy.sparse import issparse
from sklearn.utils import sp... | Allow dask arrays to propagate through _normalize_data() (#<I>)
* First attempt at dask median for normalization
* Allow dask arrays with _normalize_data, include tests
* Clearer name ids for parameterized tests
* Use isinstance pattern instead
* Fix faking of dask array | theislab_scanpy | train |
df5312ed6c7768bdd06ed09bb9f24f19a6e74bfd | diff --git a/lib/registry.js b/lib/registry.js
index <HASH>..<HASH> 100644
--- a/lib/registry.js
+++ b/lib/registry.js
@@ -37,6 +37,9 @@ Registry.prototype.getPackages = function() {
Registry.prototype.registerPackage = function(pkg) {
+ // copy package
+ pkg = assign({}, pkg);
+
// register types
forEach(... | fix(registry): copy packages / types to prevent unintended side effects
Related to bpmn-io/bpmn-moddle#<I> | bpmn-io_moddle | train |
146b8c3d04b1a0912e4e29e339edcfaba9ba3040 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -108,9 +108,9 @@ HTTPSnippet.prototype.prepare = function (request) {
if (request.postData.params) {
var form = new MultiPartForm()
- // The `form-data` module returns one of two things... | docs: adjusting some incorrect comments | Kong_httpsnippet | train |
e93f7c4ffe8b956d14522630d1716211ab7ea178 | diff --git a/cf-spring/src/main/java/cf/spring/NatsVcapFactoryBean.java b/cf-spring/src/main/java/cf/spring/NatsVcapFactoryBean.java
index <HASH>..<HASH> 100644
--- a/cf-spring/src/main/java/cf/spring/NatsVcapFactoryBean.java
+++ b/cf-spring/src/main/java/cf/spring/NatsVcapFactoryBean.java
@@ -46,13 +46,13 @@ public cl... | Don't need to declare a thrown exception on the factory method.
cfNats field can never be null so null check isn't needed. | cloudfoundry-community_cf-java-component | train |
e1943e742d5333a59a1ca86e48addabf2812ec95 | diff --git a/shell/src/test/java/tachyon/shell/TFsShellTest.java b/shell/src/test/java/tachyon/shell/TFsShellTest.java
index <HASH>..<HASH> 100644
--- a/shell/src/test/java/tachyon/shell/TFsShellTest.java
+++ b/shell/src/test/java/tachyon/shell/TFsShellTest.java
@@ -906,4 +906,52 @@ public class TFsShellTest {
Ass... | [TACHYON-<I>] Add unit tests for 'copyToLocal' and adjust the old unit tests for the new implementation | Alluxio_alluxio | train |
91218ef3ffe05b65cd10a1653906eb548d209d68 | diff --git a/lib/poolparty/dependency_resolver/chef_resolver.rb b/lib/poolparty/dependency_resolver/chef_resolver.rb
index <HASH>..<HASH> 100644
--- a/lib/poolparty/dependency_resolver/chef_resolver.rb
+++ b/lib/poolparty/dependency_resolver/chef_resolver.rb
@@ -45,7 +45,6 @@ module PoolParty
end
def bu... | Removed test /tmp directory | auser_poolparty | train |
cf40fcc016f5a94deaacf2a4f17c179ce1b4a781 | diff --git a/lib/para/markup/resources_table.rb b/lib/para/markup/resources_table.rb
index <HASH>..<HASH> 100644
--- a/lib/para/markup/resources_table.rb
+++ b/lib/para/markup/resources_table.rb
@@ -41,7 +41,7 @@ module Para
# Append cells
cells << capture { block.call }
# Append actions empt... | reduce actions cell to the minimum in tables | para-cms_para | train |
504964b58bdfe9cef3f9be321d268dcbc5d8d043 | diff --git a/allennlp/common/util.py b/allennlp/common/util.py
index <HASH>..<HASH> 100644
--- a/allennlp/common/util.py
+++ b/allennlp/common/util.py
@@ -68,8 +68,12 @@ def sanitize(x: Any) -> Any: # pylint: disable=invalid-name,too-many-return-sta
return x.text
elif x is None:
return "None"
+ ... | allow sanitize to work on custom classes (#<I>) | allenai_allennlp | train |
b2c1ddbcbb9c151956db2e692892e86bbfd5b855 | diff --git a/lib/extensionsManager.js b/lib/extensionsManager.js
index <HASH>..<HASH> 100644
--- a/lib/extensionsManager.js
+++ b/lib/extensionsManager.js
@@ -90,13 +90,19 @@ ExtensionsManager.prototype.use = function (extension) {
extension = [extension];
}
- return q.all(extension.filter(function(e... | extension should be initialized synchronously | jsreport_jsreport | train |
3f22cb5462e5b4bb4ffb610821f76b320df3ead7 | diff --git a/src/frontend/org/voltdb/planner/ParsedColInfo.java b/src/frontend/org/voltdb/planner/ParsedColInfo.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/planner/ParsedColInfo.java
+++ b/src/frontend/org/voltdb/planner/ParsedColInfo.java
@@ -46,15 +46,16 @@ public class ParsedColInfo implements Clo... | Port Xin's changes from pull request #<I> to new location for ParsedColInfo | VoltDB_voltdb | train |
1e02b4115467babb7083f7659d472f9edace7838 | diff --git a/JADT-core/src/test/java/pogofish/jadt/parser/ParserTest.java b/JADT-core/src/test/java/pogofish/jadt/parser/ParserTest.java
index <HASH>..<HASH> 100644
--- a/JADT-core/src/test/java/pogofish/jadt/parser/ParserTest.java
+++ b/JADT-core/src/test/java/pogofish/jadt/parser/ParserTest.java
@@ -113,7 +113,7 @@ p... | add a bit of missing test coverage for syntactically invalid type arguments on a data type | JamesIry_jADT | train |
e519b3787a1a3dcd2e943bf4f9efc4d9109b8300 | diff --git a/djcelery_email/tasks.py b/djcelery_email/tasks.py
index <HASH>..<HASH> 100644
--- a/djcelery_email/tasks.py
+++ b/djcelery_email/tasks.py
@@ -44,7 +44,10 @@ def send_emails(messages, backend_kwargs=None, **kwargs):
messages = [email_to_dict(m) for m in messages]
conn = get_connection(backend=se... | Add exception handling to celery backend connection
Catching a connection issues allows celery to retry. If the connection
error is not caught an exception will be raised before the retry logic. | pmclanahan_django-celery-email | train |
eb9e1399765272d008d1b8b02f201cc4c7b32328 | diff --git a/src/Menu/Filters/LangFilter.php b/src/Menu/Filters/LangFilter.php
index <HASH>..<HASH> 100644
--- a/src/Menu/Filters/LangFilter.php
+++ b/src/Menu/Filters/LangFilter.php
@@ -22,6 +22,9 @@ class LangFilter implements FilterInterface
if (isset($item['text'])) {
$item['text'] = $this->ge... | add translation for menu labels (#<I>) | jeroennoten_Laravel-AdminLTE | train |
4566fff21e0b2d614a58e4d2c1c3cce5e4d63d5e | diff --git a/lib/blanket.js b/lib/blanket.js
index <HASH>..<HASH> 100644
--- a/lib/blanket.js
+++ b/lib/blanket.js
@@ -9,7 +9,6 @@ var parseAndModify = (typeof exports === 'undefined' ? window.falafel : require(
"VariableDeclaration",
"ReturnStatement" ,
"ThrowStatement" ,
- //"Lin... | Added another test for hasAdapter and set Adapter | alex-seville_blanket | train |
e987d2709b210511b7dd07b59fc4bb93b7469721 | diff --git a/core/src/main/java/hudson/FilePath.java b/core/src/main/java/hudson/FilePath.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/FilePath.java
+++ b/core/src/main/java/hudson/FilePath.java
@@ -357,9 +357,19 @@ public final class FilePath implements Serializable {
* Creates this directory... | It's not obvious to me if the race condition could ever occur, but Rama and I experienced a very suspicious failure once, and we are hoping that this would fix it.
git-svn-id: <URL> | jenkinsci_jenkins | train |
97ac5dc002e0cd7fcaf15798758f5f308d80e99e | diff --git a/state/megawatcher.go b/state/megawatcher.go
index <HASH>..<HASH> 100644
--- a/state/megawatcher.go
+++ b/state/megawatcher.go
@@ -253,18 +253,9 @@ func (a *allInfo) update(id entityId, info params.EntityInfo) {
a.list.MoveToFront(elem)
}
-// Delta holds details of a change to the environment.
-type De... | state: merge from next (Delta->params.Delta) | juju_juju | train |
732421dc9e1f54532356835f34d6bdddf8e0b973 | diff --git a/turbo/model.py b/turbo/model.py
index <HASH>..<HASH> 100644
--- a/turbo/model.py
+++ b/turbo/model.py
@@ -14,16 +14,7 @@ from turbo.log import model_log
from turbo.util import escape as _es
-class Record(dict):
- """a dict object to replace default mongodb record
-
- """
- def __init__(self, ... | repleace model Record with defaultdict | wecatch_app-turbo | train |
daf139c8a28904143c647979fa8c621fdfd97143 | diff --git a/lib/Doctrine/Common/Version.php b/lib/Doctrine/Common/Version.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/Common/Version.php
+++ b/lib/Doctrine/Common/Version.php
@@ -36,7 +36,7 @@ class Version
/**
* Current Doctrine Version
*/
- const VERSION = '2.2.0BETA1';
+ const VERSION ... | Bump Dev Version to <I>BETA2 | doctrine_common | train |
17ddd180bbc20ae72e5e7cd358cea2c7af72d522 | diff --git a/lib/suggest.js b/lib/suggest.js
index <HASH>..<HASH> 100644
--- a/lib/suggest.js
+++ b/lib/suggest.js
@@ -60,6 +60,7 @@ function findSuggestions (url, cb) {
}
function twitterPage (url) {
+ if (url.protocol === null) { return Promise.resolve(null); }
const schema = url.protocol.slice(0, -1);
con... | Skip Twitter suggestion if URL does not have protocol (#<I>)
This resolves the following error occurring in production:
```
TypeError: Cannot read property 'slice' of null
/home/m/shields/lib/suggest.js in twitterPage at line <I>:<I>
const schema = url.protocol.slice(0, -1);
``` | badges_shields | train |
80783dac0105c37a857534d91cf38918608c3966 | diff --git a/Gemfile b/Gemfile
index <HASH>..<HASH> 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,10 +5,7 @@ gem 'rest-client', :github => 'chef/rest-client'
gem 'oc-chef-pedant', :github => 'chef/chef-server', :branch => "jk/authorization-tags"
-# gem 'oc-chef-pedant', :path => "../chef-server"
-
# bundler resolve fa... | Fix container creation (was using wrong path) | chef_chef-zero | train |
1c686eae863363be60cdfc7c123361d7f7a2d68a | diff --git a/src/Models/CmsModel.php b/src/Models/CmsModel.php
index <HASH>..<HASH> 100644
--- a/src/Models/CmsModel.php
+++ b/src/Models/CmsModel.php
@@ -84,32 +84,32 @@ class CmsModel extends Model
protected $relationsConfig = [];
/**
- * The model class which represents the cms_languages content
+ ... | cmsmodel update, made things static where logical | czim_laravel-pxlcms | train |
89b33537c2351263ec74ee067beceb907edbf969 | diff --git a/lib/hierarchy.rb b/lib/hierarchy.rb
index <HASH>..<HASH> 100644
--- a/lib/hierarchy.rb
+++ b/lib/hierarchy.rb
@@ -1,21 +1,3 @@
-# @private
-module Arel
- # @private
- module Attributes
- # @private
- def self.for_with_psql(column)
- case column.sql_type
- when 'ltree' then String
- ... | Not needed anymore with Arel <I> | RISCfuture_hierarchy | train |
a7870c7d21bce53121bffcb47437c107ab1feb69 | diff --git a/src/Timing.php b/src/Timing.php
index <HASH>..<HASH> 100644
--- a/src/Timing.php
+++ b/src/Timing.php
@@ -22,6 +22,9 @@ trait Timing
*/
public function at(string $datestring) : void
{
+ if (!isset($this->now)) {
+ $this->now = time();
+ }
$options = Schedul... | this might be unset, so set it if so | monolyth-php_croney | train |
05d1bc878ebfe016c89b1fca65c1405f568ab5ed | diff --git a/js/src/Bars.js b/js/src/Bars.js
index <HASH>..<HASH> 100644
--- a/js/src/Bars.js
+++ b/js/src/Bars.js
@@ -13,7 +13,7 @@
* limitations under the License.
*/
-var d3 = Object.assign({}, require("d3-array"), require("d3-scale"));
+var d3 = Object.assign({}, require("d3-array"), require("d3-scale"), requ... | Upgraded to d3 v5: Graphs | bloomberg_bqplot | train |
70b4642e5680434fc2c1b536462a93d34617f38c | diff --git a/src/test/java/mil/nga/geopackage/test/extension/elevation/ElevationTilesImportTest.java b/src/test/java/mil/nga/geopackage/test/extension/elevation/ElevationTilesImportTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/mil/nga/geopackage/test/extension/elevation/ElevationTilesImportTest.java
+++ b/s... | test fixes to make random points away from borders | ngageoint_geopackage-java | train |
1b81d26179e4b97167aff6e95425856e31a6b107 | diff --git a/rules/base64.js b/rules/base64.js
index <HASH>..<HASH> 100644
--- a/rules/base64.js
+++ b/rules/base64.js
@@ -7,7 +7,7 @@ var format = require("util").format,
* @param { import("../lib/css-analyzer") } analyzer
*/
function rule(analyzer) {
- var re = /data:[^/]+\/([^;]+)(?:;charset=[^;]+)?;base64,([a... | Fixing the base<I> rule | macbre_analyze-css | train |
b4236b929a3e3c322ad195f23e54497b681fa1d3 | diff --git a/test/test_forms.js b/test/test_forms.js
index <HASH>..<HASH> 100644
--- a/test/test_forms.js
+++ b/test/test_forms.js
@@ -53,3 +53,13 @@ describe('loginForm', function() {
});
});
});
+
+describe('forgotPasswordForm', function() {
+ it('should require an email', function() {
+ var form = forms... | Adding tests for forgotPasswordForm. | stormpath_express-stormpath | train |
5980e1abf6b74a54c9cc7b2515cdfdbc33cee9c5 | diff --git a/charmhelpers/contrib/amulet/deployment.py b/charmhelpers/contrib/amulet/deployment.py
index <HASH>..<HASH> 100644
--- a/charmhelpers/contrib/amulet/deployment.py
+++ b/charmhelpers/contrib/amulet/deployment.py
@@ -50,7 +50,8 @@ class AmuletDeployment(object):
this_service['units'] = 1
... | update deployment to use Amulet supported storage (#<I>) | juju_charm-helpers | train |
0610f7ee8c0d1d7c928588be63c42c8e8c65b555 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -4,7 +4,10 @@ var fs = require('fs');
function h2o (file, options) {
options = options || {};
- var html = fs.readFileSync(file, 'utf8');
+ options.contentWhitespace = (options.contentWhitespace !== undefined) ? option... | Fixed attributes detection bug. Added support for inline HTML parsing and fixed better options handling. | themaxsandelin_html-to-object | train |
9af3075f1809280598541d2d65158e129d3de5f6 | diff --git a/eventsourcing/persistence.py b/eventsourcing/persistence.py
index <HASH>..<HASH> 100644
--- a/eventsourcing/persistence.py
+++ b/eventsourcing/persistence.py
@@ -40,15 +40,8 @@ class Transcoding(ABC):
Abstract base class for custom transcodings.
"""
- @property
- @abstractmethod
- def ... | Changed Transcoding class to only declare types of 'type' and 'name' attributes (fixes pyright issues). | johnbywater_eventsourcing | train |
6bb899fcd15c677f33bb868da9d5425784e1ed22 | diff --git a/bundles/org.eclipse.orion.client.git/web/orion/git/widgets/gitRepoList.js b/bundles/org.eclipse.orion.client.git/web/orion/git/widgets/gitRepoList.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.git/web/orion/git/widgets/gitRepoList.js
+++ b/bundles/org.eclipse.orion.client.git/web/or... | fix repo info not loaded with any submodule is not cloned (cannot use Deferred.all) | eclipse_orion.client | train |
62b4684754a6ba51fea40f63a187e9849eaafa4e | diff --git a/lib/Gitlab/Api/Projects.php b/lib/Gitlab/Api/Projects.php
index <HASH>..<HASH> 100644
--- a/lib/Gitlab/Api/Projects.php
+++ b/lib/Gitlab/Api/Projects.php
@@ -556,11 +556,15 @@ class Projects extends AbstractApi
/**
* @param int $project_id
+ * @param array $parameters
+ *
* @retu... | Use OptionsResolver in Projects variables api | m4tthumphrey_php-gitlab-api | train |
f38a977870db4053f64c30e4ef3ab0137b392da5 | diff --git a/pyinfra/facts/windows_files.py b/pyinfra/facts/windows_files.py
index <HASH>..<HASH> 100644
--- a/pyinfra/facts/windows_files.py
+++ b/pyinfra/facts/windows_files.py
@@ -60,7 +60,7 @@ class WindowsSha1File(FactBase):
).format(name)
def process(self, output):
- return output[0] if len... | Use best practice to check empty output (#<I>) | Fizzadar_pyinfra | train |
78cf97a529b16e08b62ec9813ff6d7d7e8390520 | diff --git a/lib/initscene.js b/lib/initscene.js
index <HASH>..<HASH> 100644
--- a/lib/initscene.js
+++ b/lib/initscene.js
@@ -8,7 +8,7 @@ var nunjucks = require('nunjucks');
var path = require('path');
var slug = require('slug');
-var aframeVersion = '0.4.0' || Object.keys(require('aframe-registry')).sort().revers... | Make initscene use highest aframe-registry version. | ngokevin_angle | train |
cb0f0161be89597f2daae88d75a8ae9df257c8d4 | diff --git a/hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/param/BaseParamWithPrefix.java b/hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/param/BaseParamWithPrefix.java
index <HASH>..<HASH> 100644
--- a/hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/param/BaseParamWithPrefix.java
+++ b/hapi-fhir-base/src/main/java/ca/uh... | Add support for legacy "=" prefix. | jamesagnew_hapi-fhir | train |
2435d1b9d2b22533232492207fa9336e3d8b816a | diff --git a/src/photini/__init__.py b/src/photini/__init__.py
index <HASH>..<HASH> 100644
--- a/src/photini/__init__.py
+++ b/src/photini/__init__.py
@@ -1,4 +1,4 @@
from __future__ import unicode_literals
-__version__ = '2019.4.0'
-build = '1187 (fe4376c)'
+__version__ = '2019.5.0'
+build = '1188 (69e46d4)'
diff -... | Can revert metadata changes from 'diff' dialog | jim-easterbrook_Photini | train |
b0b92cbbc07ebc944fa121c8faa49dcb6b42673d | diff --git a/flink-core/src/main/java/org/apache/flink/configuration/ConfigUtils.java b/flink-core/src/main/java/org/apache/flink/configuration/ConfigUtils.java
index <HASH>..<HASH> 100644
--- a/flink-core/src/main/java/org/apache/flink/configuration/ConfigUtils.java
+++ b/flink-core/src/main/java/org/apache/flink/conf... | [hotfix][core] Add method to get all ConfigOptions from an "Options" class
This is needed for generating a `ReadableConfig` with all consumed
options by a give `ExecNode`s to be persisted in JSON plan. | apache_flink | train |
ddca48fcbb5971f8e8624450cd236043223f05fc | diff --git a/ext/surro-gate/extconf.rb b/ext/surro-gate/extconf.rb
index <HASH>..<HASH> 100644
--- a/ext/surro-gate/extconf.rb
+++ b/ext/surro-gate/extconf.rb
@@ -1,4 +1,10 @@
require 'mkmf'
-have_header 'sys/epoll.h'
-create_makefile 'surro-gate/selector_ext'
+require_relative '../../lib/surro-gate/version.rb'
+if ... | Don't build anything on a mac | skateman_surro-gate | train |
af763f4c57485f45defef5011e8745279cf83478 | diff --git a/ga4gh/datarepo.py b/ga4gh/datarepo.py
index <HASH>..<HASH> 100644
--- a/ga4gh/datarepo.py
+++ b/ga4gh/datarepo.py
@@ -959,7 +959,14 @@ class SqlDataRepository(AbstractDataRepository):
"""
sql = "DELETE FROM ReferenceSet WHERE id=?"
cursor = self._dbConnection.cursor()
- cu... | Emit error when attempting to delete in use refset
Issue #<I> | ga4gh_ga4gh-server | train |
63d9c748eafd85764976e86327a33747decfbbd7 | diff --git a/spyderlib/qt/__init__.py b/spyderlib/qt/__init__.py
index <HASH>..<HASH> 100644
--- a/spyderlib/qt/__init__.py
+++ b/spyderlib/qt/__init__.py
@@ -15,6 +15,18 @@ assert os.environ['QT_API'] in ('pyqt5', 'pyqt', 'pyside')
API = os.environ['QT_API']
API_NAME = {'pyqt5': 'PyQt5', 'pyqt': 'PyQt4', 'pyside': '... | Reordered tries for new default | spyder-ide_spyder | train |
fead7d543839fab373455a484cc80d6bed91dbe0 | diff --git a/errors.go b/errors.go
index <HASH>..<HASH> 100644
--- a/errors.go
+++ b/errors.go
@@ -9,19 +9,19 @@ type errorResponse struct {
Message string `json:"message"`
}
-type apiError struct {
+type ApiError struct {
httpStatusCode int
message string
}
-func (e apiError) Error() string {
+func ... | Make API errors public so they can be used outside the package | 1and1_oneandone-cloudserver-sdk-go | train |
c4e04e39fb302452459b623e7edaf325d1dfe8cb | diff --git a/src/particles/emitter.js b/src/particles/emitter.js
index <HASH>..<HASH> 100644
--- a/src/particles/emitter.js
+++ b/src/particles/emitter.js
@@ -8,7 +8,7 @@ import Container from "./../renderable/container.js";
* @ignore
*/
function createDefaultParticleTexture(w, h) {
- var canvas = createCanvas(... | use offscreenCanvas (if supported) when creating a default particle | melonjs_melonJS | train |
9803f7f9f3fd50bc371ad04fe68fa66f7e20ac9d | diff --git a/util/error.go b/util/error.go
index <HASH>..<HASH> 100644
--- a/util/error.go
+++ b/util/error.go
@@ -176,7 +176,12 @@ func ErrorWithCauseChain(err error) string {
break
}
}
- buffer.WriteString(err.Error())
+
+ if err != nil {
+ buffer.WriteString(err.Error())
+ } else {
+ buffer.WriteString("<... | Fixed a potential NPE when printing error cause chains. | zach-klippenstein_goadb | train |
bd5aa477ed385f4181ab3c43e0aa603ad447c879 | diff --git a/lib/Syncable.js b/lib/Syncable.js
index <HASH>..<HASH> 100644
--- a/lib/Syncable.js
+++ b/lib/Syncable.js
@@ -372,7 +372,7 @@ Syncable.extend(Syncable, { // :P
var call = spec.op();
if (this._ops[call]) { // FIXME name=>impl table
if (this.isReplay(spec)) { // i... | fix: unbelievably annoing op replay bug
I recall that it was fixed on some branch before :( | gritzko_swarm | train |
7ee6c417534fb6e16fc0c7c91459211929430ef0 | diff --git a/github/AuthenticatedUser.py b/github/AuthenticatedUser.py
index <HASH>..<HASH> 100644
--- a/github/AuthenticatedUser.py
+++ b/github/AuthenticatedUser.py
@@ -844,23 +844,30 @@ class AuthenticatedUser(github.GithubObject.CompletableGithubObject):
)
return github.Notification.Notification(s... | add since and before to get_notifications (#<I>)
Needed this for getting notifications in a certain period and noticed that it wasn't implemented. | PyGithub_PyGithub | train |
eca8a7d5267498bbd4147b856948cc6873806272 | diff --git a/SingularityService/src/main/java/com/hubspot/singularity/mesos/SingularityOfferHolder.java b/SingularityService/src/main/java/com/hubspot/singularity/mesos/SingularityOfferHolder.java
index <HASH>..<HASH> 100644
--- a/SingularityService/src/main/java/com/hubspot/singularity/mesos/SingularityOfferHolder.jav... | Turn down logging when reclaiming offers. | HubSpot_Singularity | train |
109f1482d1f051124cbb38aaac74a182163b948e | diff --git a/wro4j-core/src/main/java/ro/isdc/wro/cache/CacheKey.java b/wro4j-core/src/main/java/ro/isdc/wro/cache/CacheKey.java
index <HASH>..<HASH> 100644
--- a/wro4j-core/src/main/java/ro/isdc/wro/cache/CacheKey.java
+++ b/wro4j-core/src/main/java/ro/isdc/wro/cache/CacheKey.java
@@ -67,19 +67,20 @@ public final clas... | adding null attribute key or value should be possible resulting in no-op | wro4j_wro4j | train |
480008da604462c4d638d0e7df268b6212a6221d | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -85,8 +85,8 @@ googleapis
.withApiKey(API_KEY);
request1.execute(function(err, result) {
- console.log("Result: " + (err ? err.message : result.displayName));
- });
+ console.lo... | Example for batch.js needed the client service object even to create a raw request from the string name. Also now showing how to iterate through all results for both BatchRequest examples in multiple.js and batch.js | googleapis_google-api-nodejs-client | train |
abc2bc79b20c3819a15ba402ccb5d4ec177645d1 | diff --git a/lib/thebigdb/aliases.rb b/lib/thebigdb/aliases.rb
index <HASH>..<HASH> 100644
--- a/lib/thebigdb/aliases.rb
+++ b/lib/thebigdb/aliases.rb
@@ -1,8 +1,4 @@
# Because a lot of people are bound to make those mistakes
Thebigdb = TheBigDB
TheBigDb = TheBigDB
-TheBigdb = TheBigDB
-
-# Because TheBigDB can be q... | removed the alias "TBDB" | thebigdb_thebigdb-ruby | train |
557d1a93d6fd7bdd446c1fcddb64e2584e3a4d3a | diff --git a/packages/components/bolt-dropdown/src/dropdown.js b/packages/components/bolt-dropdown/src/dropdown.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-dropdown/src/dropdown.js
+++ b/packages/components/bolt-dropdown/src/dropdown.js
@@ -62,6 +62,16 @@ export class BoltDropdown extends BoltComponen... | feat: add click event handlers to close when item selected | bolt-design-system_bolt | train |
208be50ff44ab0671f8bf78258bec91523bbd13f | diff --git a/biojava3-core/src/test/java/org/biojava3/core/sequence/io/GenbankWriterTest.java b/biojava3-core/src/test/java/org/biojava3/core/sequence/io/GenbankWriterTest.java
index <HASH>..<HASH> 100644
--- a/biojava3-core/src/test/java/org/biojava3/core/sequence/io/GenbankWriterTest.java
+++ b/biojava3-core/src/test... | fixing access to local files. test better done via classpath | biojava_biojava | train |
11ed9908d117a2b2c6c06e34b1d9eea0ef538a58 | diff --git a/lib/mobility/plugins/attribute_methods.rb b/lib/mobility/plugins/attribute_methods.rb
index <HASH>..<HASH> 100644
--- a/lib/mobility/plugins/attribute_methods.rb
+++ b/lib/mobility/plugins/attribute_methods.rb
@@ -6,8 +6,9 @@ Adds translated attribute names and values to the hash returned by #attributes.
... | Modify note to mention gem conflicts
[ci skip] | shioyama_mobility | train |
def1d2931c70c096d7941a2b7df9eb0f2814cd7d | diff --git a/lark/utils.py b/lark/utils.py
index <HASH>..<HASH> 100644
--- a/lark/utils.py
+++ b/lark/utils.py
@@ -160,7 +160,7 @@ def smart_decorator(f, create_decorator):
elif isinstance(f, partial):
# wraps does not work for partials in 2.7: https://bugs.python.org/issue3445
- return wraps(f.f... | Fixed partials (Issue #<I>) | lark-parser_lark | train |
929a9767729ed7055f853b5ab10124589ae93e47 | diff --git a/kafka_scanner/msg_processor_handlers.py b/kafka_scanner/msg_processor_handlers.py
index <HASH>..<HASH> 100644
--- a/kafka_scanner/msg_processor_handlers.py
+++ b/kafka_scanner/msg_processor_handlers.py
@@ -25,7 +25,7 @@ class MsgProcessorHandlers(object):
""" Get messages batch from Kafka (list at... | better starting/step next messages modifiers | scrapinghub_kafka-scanner | train |
beed799da651861858e82ab7b6aab115cf2602e1 | diff --git a/datacats/error.py b/datacats/error.py
index <HASH>..<HASH> 100644
--- a/datacats/error.py
+++ b/datacats/error.py
@@ -47,8 +47,8 @@ class WebCommandError(Exception):
def __str__(self):
serialized_command = " ".join(self.command) \
- if isinstance(self.command, list) else \
- ... | PEP8 being nitpicky | datacats_datacats | train |
73a24b11a4d99a0f9ea0fb7b433f6c25c2405f42 | diff --git a/tests/src/test/java/alluxio/master/JournalShutdownIntegrationTest.java b/tests/src/test/java/alluxio/master/JournalShutdownIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/tests/src/test/java/alluxio/master/JournalShutdownIntegrationTest.java
+++ b/tests/src/test/java/alluxio/master/JournalShutdownIn... | Grammatical correction for javadoc | Alluxio_alluxio | train |
0f6b2e4a0090c374c39274d7da7ac3bdef115275 | diff --git a/core-bundle/contao/models/PageModel.php b/core-bundle/contao/models/PageModel.php
index <HASH>..<HASH> 100644
--- a/core-bundle/contao/models/PageModel.php
+++ b/core-bundle/contao/models/PageModel.php
@@ -609,4 +609,18 @@ class PageModel extends \Model
$this->blnDetailsLoaded = true;
return $this;
... | [Core] Added the convenience method `PageModel::getFrontendUrl()` (see #<I>) | contao_contao | train |
5781ca188c673b25ae3772c4670dccc2f001047b | diff --git a/lib/resque/failure/hoptoad.rb b/lib/resque/failure/hoptoad.rb
index <HASH>..<HASH> 100644
--- a/lib/resque/failure/hoptoad.rb
+++ b/lib/resque/failure/hoptoad.rb
@@ -108,8 +108,8 @@ module Resque
end
end
x.tag!("server-environment") do
- x.tag!("environment-nam... | Order matters for hoptoad api | resque_resque | train |
9cb68417670d6bc98caf1169af4ecafb59f4c14c | diff --git a/lib/puppet/daemon.rb b/lib/puppet/daemon.rb
index <HASH>..<HASH> 100755
--- a/lib/puppet/daemon.rb
+++ b/lib/puppet/daemon.rb
@@ -1,6 +1,7 @@
require 'puppet'
require 'puppet/util/pidlock'
require 'puppet/external/event-loop'
+require 'puppet/application'
# A module that handles operations common to ... | Fix <I> (step four): Refactored Puppet::Daemon's stop/restart methods to set status flags appropriately in Puppet::Application, and removed call to now-deprecated @agent.configure_delayed_restart. This should get the restart and stop behavior for daemons and their agents working nicely with the new global process stat... | puppetlabs_puppet | train |
944cc442034de057c9e158f15eeb81078ab9435a | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,6 @@ A simple logger for Go.
Todo:
- Log rotation
-- Buffered file logger
###Usage:###
Log to the default (console) logger
diff --git a/filelog.go b/filelog.go
index <HASH>..<HASH> 100644
--- a/filelog.... | Removed references to buffered FileLogger | jcelliott_lumber | train |
1e9df92df2eb6023c6a0d8787167afa49f1e8cbc | diff --git a/src/Utility/Export.php b/src/Utility/Export.php
index <HASH>..<HASH> 100644
--- a/src/Utility/Export.php
+++ b/src/Utility/Export.php
@@ -15,7 +15,6 @@ use Cake\Core\Configure;
use Cake\Event\Event;
use Cake\Event\EventManager;
use Cake\Filesystem\File;
-use Cake\I18n\Time;
use Cake\ORM\TableRegistry;
... | Export utility (task #<I>)
Remove datetime suffix in filename within Export utility, since the
results are paginated and multiple instances of the utility are
generated. | QoboLtd_cakephp-search | train |
863c2f19bcf0a6dcffcdb13eac228306d13b700b | diff --git a/README.rst b/README.rst
index <HASH>..<HASH> 100644
--- a/README.rst
+++ b/README.rst
@@ -148,7 +148,7 @@ The querying interface looks like this.
print profile.core.metrics
print profile.realtime.metrics
print profile.core.dimensions
- print profile.realtime.metrics
+ print profile.rea... | Do not include deprecated columns in sorting serialization. | debrouwere_google-analytics | train |
435e8e9b0e951109a9cbfd12072a1e044127bd6d | diff --git a/mesh_tensorflow/transformer/utils.py b/mesh_tensorflow/transformer/utils.py
index <HASH>..<HASH> 100644
--- a/mesh_tensorflow/transformer/utils.py
+++ b/mesh_tensorflow/transformer/utils.py
@@ -510,11 +510,11 @@ def tpu_estimator_model_fn(model_type,
global_vars = {v.op.name for v in tf.global_v... | Improve logging when initializing from a checkpoint.
PiperOrigin-RevId: <I> | tensorflow_mesh | train |
554ef6fb2e943fcf29b40362e193e93317d1b97a | diff --git a/src/main/java/org/jboss/pressgang/ccms/rest/v1/components/ComponentTranslatedContentSpecV1.java b/src/main/java/org/jboss/pressgang/ccms/rest/v1/components/ComponentTranslatedContentSpecV1.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/pressgang/ccms/rest/v1/components/ComponentTranslatedCo... | Fixed cloneInto methods. | pressgang-ccms_PressGangCCMSRESTv1Common | train |
7de537284f929bf7d24346759d783aae87727e66 | diff --git a/src/cli.js b/src/cli.js
index <HASH>..<HASH> 100755
--- a/src/cli.js
+++ b/src/cli.js
@@ -25,6 +25,14 @@ const argv = yargs
describe: 'JSON file that contains the metadata for your application',
config: true
})
+ .options('options.depends', { array: true, hidden: true })
+ .options('options.... | Ensure that certain CLI options are always parsed as arrays (#<I>)
Fixes #<I>. | electron-userland_electron-installer-debian | train |
f64b2d88a28d82240c5784620de16713bb9f6d88 | diff --git a/lib/common/model.js b/lib/common/model.js
index <HASH>..<HASH> 100644
--- a/lib/common/model.js
+++ b/lib/common/model.js
@@ -152,7 +152,14 @@ function ModelFactory (_, assert, Waterline, waterlineProtocol) {
* @returns {Deferred}
*/
findSinceLastUpdate: function (lastUpdated, ... | Fixing missing $and query in base model | RackHD_on-core | train |
18abd892baade3582b5d47e32800a090ecdb6b88 | diff --git a/spec/rackstash/adapter/file_spec.rb b/spec/rackstash/adapter/file_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/rackstash/adapter/file_spec.rb
+++ b/spec/rackstash/adapter/file_spec.rb
@@ -41,6 +41,14 @@ describe Rackstash::Adapter::File do
expect(described_class.from_uri('file:/tmp/file_spec.log?a... | Test that Adapter::File.from_uri only accepts file URIs | meineerde_rackstash | train |
165e75743e5d5bf7dc5adfd0598f776217f5adf3 | diff --git a/src/Eris/Generator/Sequence.php b/src/Eris/Generator/Sequence.php
index <HASH>..<HASH> 100644
--- a/src/Eris/Generator/Sequence.php
+++ b/src/Eris/Generator/Sequence.php
@@ -58,6 +58,10 @@ class Sequence implements Generator
private function shrinkInSize($sequence)
{
+ if (count($sequenc... | Do not try to shrink empty arrays... :-) | giorgiosironi_eris | train |
1a74d1d59084b15b1876d1f970eb99cfbdd3c840 | diff --git a/demosys/view/controller.py b/demosys/view/controller.py
index <HASH>..<HASH> 100644
--- a/demosys/view/controller.py
+++ b/demosys/view/controller.py
@@ -29,6 +29,8 @@ def run(runeffect=None):
Effect.window_width = WINDOW.buffer_width
Effect.window_height = WINDOW.buffer_height
Effect.window... | Don't calculate fps if duration was 0 | Contraz_demosys-py | train |
88dc34604337425bb870d94e113adba5814471f8 | diff --git a/lib/core/util/console.rb b/lib/core/util/console.rb
index <HASH>..<HASH> 100644
--- a/lib/core/util/console.rb
+++ b/lib/core/util/console.rb
@@ -104,6 +104,8 @@ class Console
#---
def dump(data, options = {})
+ return @delegate.dump(data, options) if check_delegate('dump')
+
options[... | Adding delegation ability to the console utility class dump method. | coralnexus_nucleon | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.